mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 13:52:10 +03:00
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
330 B
XML
1 line
330 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M.5.5h23v15h-23z"/><path stroke-linecap="round" d="M11.5 15.5v3M6.5 23.5l5-5 5 5M2.5 8.5h4l2-2.5 2 4.5 2.5-3 2 2 3.5-5"/><path d="M2.5 2.5h19v11h-19z"/></g></svg> |