mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +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
743 B
XML
1 line
743 B
XML
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path d="M12 0c-6.617 0-12 5.383-12 12s5.383 12 12 12 12-5.383 12-12-5.383-12-12-12zm0 23c-6.065 0-11-4.935-11-11s4.935-11 11-11 11 4.935 11 11-4.935 11-11 11zM19.5 12.5c-.276 0-.5.224-.5.5 0 3.859-3.14 7-7 7s-7-3.141-7-7c0-.276-.224-.5-.5-.5s-.5.224-.5.5c0 4.411 3.589 8 8 8s8-3.589 8-8c0-.276-.224-.5-.5-.5zM5.5 10.5c.276 0 .5-.224.5-.5 0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5c0 .276.224.5.5.5s.5-.224.5-.5c0-1.379-1.122-2.5-2.5-2.5s-2.5 1.121-2.5 2.5c0 .276.224.5.5.5zM14.5 10.5c.276 0 .5-.224.5-.5 0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5c0 .276.224.5.5.5s.5-.224.5-.5c0-1.379-1.122-2.5-2.5-2.5s-2.5 1.121-2.5 2.5c0 .276.224.5.5.5z"/></g></svg> |