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
845 B
XML
1 line
845 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 5c.276 0 .5-.224.5-.5v-4c0-.276-.224-.5-.5-.5h-4c-.276 0-.5.224-.5.5v1.5h-13v-1.5c0-.276-.224-.5-.5-.5h-4c-.276 0-.5.224-.5.5v4c0 .276.224.5.5.5h1.5v13h-1.5c-.276 0-.5.224-.5.5v4c0 .276.224.5.5.5h4c.276 0 .5-.224.5-.5v-1.5h13v1.5c0 .276.224.5.5.5h4c.276 0 .5-.224.5-.5v-4c0-.276-.224-.5-.5-.5h-1.5v-13h1.5zm-3.5-4h3v3h-3v-3zm-18 0h3v3h-3v-3zm3 21h-3v-3h3v3zm18 0h-3v-3h3v3zm-2-4h-1.5c-.276 0-.5.224-.5.5v1.5h-13v-1.5c0-.276-.224-.5-.5-.5h-1.5v-13h1.5c.276 0 .5-.224.5-.5v-1.5h13v1.5c0 .276.224.5.5.5h1.5v13zM16.5 6h-10c-.276 0-.5.224-.5.5v2c0 .276.224.5.5.5s.5-.224.5-.5v-1.5h4v10h-1c-.276 0-.5.224-.5.5s.224.5.5.5h3c.276 0 .5-.224.5-.5s-.224-.5-.5-.5h-1v-10h4v1.5c0 .276.224.5.5.5s.5-.224.5-.5v-2c0-.276-.224-.5-.5-.5z"/></g></svg> |