b0c1330c0f
no issue - adds [ember-inline-svg](https://github.com/minutebase/ember-inline-svg) addon - configure svg path to `public/assets/icons` so that icons can be accessed directly, eg `{{inline-svg "plane.svg"}}` - configure svg optimization to remove title, dimensions, and xmlns element (not needed for inline svg) - add existing icons as used on Ghost.org
1 line
473 B
XML
1 line
473 B
XML
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path d="M22.5 4h-16c-.276 0-.5.224-.5.5v3c0 .276.224.5.5.5h16c.276 0 .5-.224.5-.5v-3c0-.276-.224-.5-.5-.5zm-.5 3h-15v-2h15v2zM19.5 10h-16c-.276 0-.5.224-.5.5v3c0 .276.224.5.5.5h16c.276 0 .5-.224.5-.5v-3c0-.276-.224-.5-.5-.5zm-.5 3h-15v-2h15v2zM16.5 16h-16c-.276 0-.5.224-.5.5v3c0 .276.224.5.5.5h16c.276 0 .5-.224.5-.5v-3c0-.276-.224-.5-.5-.5zm-.5 3h-15v-2h15v2z"/></g></svg> |