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
610 B
XML
1 line
610 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 1h-20c-1.103 0-2 .898-2 2v15c0 1.103.897 2 2 2h6.806l-.666 2h-3.14c-.276 0-.5.224-.5.5s.224.5.5.5h14c.276 0 .5-.224.5-.5s-.224-.5-.5-.5h-3.14l-.667-2h6.807c1.103 0 2-.897 2-2v-15c0-1.102-.897-2-2-2zm-7.194 21h-5.612l.667-2h4.279l.666 2zm8.194-4c0 .552-.449 1-1 1h-20c-.551 0-1-.448-1-1v-15c0-.552.449-1 1-1h20c.551 0 1 .448 1 1v15zM21.5 3h-19c-.276 0-.5.224-.5.5v12c0 .276.224.5.5.5h19c.276 0 .5-.224.5-.5v-12c0-.276-.224-.5-.5-.5zm-.5 12h-18v-11h18v11z"/><circle cx="12" cy="17.5" r="1"/></g></svg> |