Ghost/ghost/admin/public/assets/icons/terminal.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
792 B
XML

<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path d="M21.5 1.993h-19c-1.379 0-2.5 1.121-2.5 2.5v14c0 1.379 1.121 2.5 2.5 2.5h19c1.379 0 2.5-1.121 2.5-2.5v-14c0-1.379-1.121-2.5-2.5-2.5zm-19 1h19c.827 0 1.5.673 1.5 1.5v2.5h-22v-2.5c0-.827.673-1.5 1.5-1.5zm19 17h-19c-.827 0-1.5-.673-1.5-1.5v-10.5h22v10.5c0 .827-.673 1.5-1.5 1.5z"/><circle cx="4" cy="4.993" r="1"/><circle cx="7" cy="4.993" r="1"/><circle cx="10" cy="4.993" r="1"/><path d="M5.853 11.14c-.195-.195-.512-.195-.707 0-.195.195-.195.512 0 .707l2.147 2.147-2.146 2.146c-.195.195-.195.512 0 .707.098.098.226.146.353.146s.256-.049.353-.146l2.5-2.5c.195-.195.195-.512 0-.707l-2.5-2.5zM15.5 13.993h-4c-.276 0-.5.224-.5.5s.224.5.5.5h4c.276 0 .5-.224.5-.5s-.224-.5-.5-.5z"/></g></svg>