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
1.1 KiB
XML
1 line
1.1 KiB
XML
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M23.854 15.646l-4.354-4.353v-3.843c1.14-.233 2-1.242 2-2.45 0-1.378-1.121-2.5-2.5-2.5-1.208 0-2.217.86-2.449 2h-3.844l-4.353-4.353c-.195-.195-.512-.195-.707 0-2.172 2.171-3.369 5.049-3.369 8.103 0 2.659.909 5.185 2.578 7.228l-6.732 7.694c-.13.147-.16.357-.079.536.081.177.259.292.455.292h14c.196 0 .374-.115.455-.294.081-.179.051-.388-.079-.536l-3.972-4.539c1.501.705 3.143 1.089 4.845 1.089 3.054 0 5.932-1.196 8.104-3.368.094-.092.147-.219.147-.352 0-.133-.053-.26-.146-.354zm-7.397-7.396l1.166-1.167c.262.174.558.301.877.366v2.844l-2.043-2.043zm2.543-4.75c.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5c-.413 0-.788-.168-1.06-.44v-.001c-.272-.271-.44-.646-.44-1.059 0-.827.673-1.5 1.5-1.5zm-2.449 2c.065.318.192.614.366.876l-1.167 1.167-2.043-2.043h2.844zm-14.949 17.5l5.898-6.741 5.898 6.741h-11.796zm14.148-4.279c-2.786 0-5.413-1.092-7.396-3.075-1.984-1.983-3.076-4.61-3.076-7.396 0-2.621.966-5.099 2.73-7.034l4.139 4.138 6.499 6.498.002.002 4.137 4.137c-1.935 1.764-4.415 2.73-7.035 2.73z"/></svg> |