Ghost/ghost/admin/public/assets/icons/window-pulse.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
933 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-20.5 6h22v6h-4.5c-.167 0-.323.084-.416.223l-1.488 2.232-2.636-6.152c-.072-.168-.231-.284-.414-.301-.19-.012-.361.068-.462.221l-3.473 5.209-1.647-4.117c-.068-.173-.228-.293-.412-.311-.186-.021-.364.065-.468.22l-1.852 2.777h-4.232v-6.001zm1.5-5h19c.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-3.5h4.5c.167 0 .323-.084.416-.223l1.473-2.209 1.647 4.117c.068.173.228.293.412.312.183.019.364-.065.468-.22l3.488-5.232 2.636 6.152c.072.168.231.284.414.301l.046.002c.166 0 .323-.083.416-.223l1.852-2.777h4.232v3.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"/></g></svg>