mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +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
980 B
XML
1 line
980 B
XML
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path d="M16.5 0h-9c-1.378 0-2.5 1.121-2.5 2.5v19c0 1.379 1.122 2.5 2.5 2.5h9c1.378 0 2.5-1.121 2.5-2.5v-19c0-1.379-1.122-2.5-2.5-2.5zm-10.5 5h12v14h-12v-14zm1.5-4h9c.827 0 1.5.673 1.5 1.5v1.5h-12v-1.5c0-.827.673-1.5 1.5-1.5zm9 22h-9c-.827 0-1.5-.673-1.5-1.5v-1.5h12v1.5c0 .827-.673 1.5-1.5 1.5zM9.5 3h5c.276 0 .5-.224.5-.5s-.224-.5-.5-.5h-5c-.276 0-.5.224-.5.5s.224.5.5.5z"/><circle cx="12" cy="21.5" r="1"/><path d="M14.272 7.502c-.772 0-1.673.376-2.272 1.356-.599-.981-1.5-1.356-2.272-1.356-1.341 0-2.728 1.107-2.728 2.96 0 2.581 4.226 5.698 4.708 6.046.087.062.189.094.292.094s.205-.031.292-.094c.482-.348 4.708-3.465 4.708-6.046 0-1.853-1.387-2.96-2.728-2.96zm-2.272 7.977c-1.34-1.023-4-3.39-4-5.017 0-1.226.878-1.96 1.728-1.96.844 0 1.512.673 1.786 1.802.108.447.863.447.972 0 .274-1.129.942-1.802 1.786-1.802.85 0 1.728.733 1.728 1.96 0 1.627-2.66 3.993-4 5.017z"/></g></svg> |