1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/public/assets/icons/heart-beat.svg
Kevin Ansfield d4eeb2ec96 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
1.4 KiB
XML

<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path d="M23.5 14h-7.5c-.189 0-.362.107-.447.276l-.925 1.85-1.647-5.765c-.057-.198-.229-.342-.435-.361-.206-.022-.401.089-.493.274l-2.114 4.229-1.523-2.282c-.09-.135-.24-.218-.402-.223-.167-.006-.316.07-.414.2l-1.35 1.802h-5.75c-.276 0-.5.224-.5.5s.224.5.5.5h6c.157 0 .306-.074.4-.2l1.075-1.435 1.608 2.411c.099.148.273.228.447.222.178-.011.336-.116.416-.275l1.925-3.85 1.647 5.765c.057.198.229.342.435.361l.047.001c.189 0 .362-.106.447-.276l1.362-2.724h7.191c.276 0 .5-.224.5-.5s-.224-.5-.5-.5zM2.411 12.999l.19-.037c.255-.104.378-.396.273-.652-.58-1.419-.874-2.814-.874-4.145 0-3.974 2.212-5.922 4.404-6.089 2.138-.168 4.537 1.313 5.102 4.982.037.243.247.423.494.423s.457-.18.494-.424c.573-3.719 3.048-5.208 5.241-5.045 2.123.162 4.265 1.945 4.265 5.562 0 1.448-.402 3.033-1.197 4.712-.118.25-.012.548.238.666.249.117.547.012.666-.238.858-1.814 1.293-3.544 1.293-5.14 0-4.234-2.69-6.368-5.188-6.559-2.159-.161-4.668 1.05-5.812 4.003-1.126-2.906-3.584-4.105-5.672-3.939-2.652.202-5.328 2.472-5.328 7.086 0 1.462.319 2.983.948 4.523.079.194.266.311.463.311zM18.378 16.197c-2.469 3.257-5.475 5.816-6.399 6.572-1.002-.71-4.321-3.192-6.848-6.569-.167-.222-.48-.267-.7-.101-.221.166-.266.479-.101.7 3.102 4.147 7.22 6.896 7.394 7.011.084.056.181.083.276.083.108 0 .217-.035.306-.104.156-.121 3.845-2.996 6.869-6.987.167-.22.124-.534-.097-.7-.219-.167-.532-.126-.7.095z"/></g></svg>