Ghost/ghost/admin/public/assets/icons/graph-line.svg
Kevin Ansfield b0c1330c0f inline-svg helper for icons (#558)
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
2017-03-01 12:48:27 +00:00

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>