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/github-outline.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
2 KiB
XML

<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M11.999 0c-6.616 0-11.999 5.383-11.999 12 0 5.177 3.298 9.754 8.276 11.406l.286.026c.623 0 1.059-.435 1.059-1.06l.001-.286c.001-.376.004-.988-.001-1.714-.001-.15-.069-.293-.188-.388-.118-.094-.272-.131-.419-.098-.378.082-.734.123-1.061.123-1.777 0-2.199-1.245-2.228-1.332-.192-.487-.414-.861-.626-1.143.188.197.288.372.293.38.727 1.244 1.74 1.505 2.463 1.505.621 0 1.169-.188 1.519-.345.156-.07.266-.216.29-.386.076-.536.281-.984.564-1.228.15-.13.209-.336.15-.525s-.224-.327-.421-.35c-2.371-.271-4.795-1.1-4.795-5.189 0-1.06.355-1.984 1.053-2.749.13-.143.167-.348.094-.526-.104-.253-.39-1.136.009-2.374.362.026 1.179.205 2.522 1.116.121.082.273.107.414.067.851-.236 1.801-.364 2.743-.369.96.005 1.885.129 2.749.369.14.04.293.015.414-.067 1.342-.91 2.156-1.089 2.52-1.116.41 1.276.085 2.194.011 2.376-.073.18-.036.385.094.527.698.762 1.052 1.686 1.052 2.748 0 4.094-2.43 4.914-4.806 5.177-.197.022-.363.158-.423.349-.059.19 0 .396.15.526.185.16.614.65.614 1.742v3.184c0 .623.435 1.058 1.058 1.058.092 0 .193-.009.37-.047 4.905-1.637 8.2-6.212 8.2-11.387 0-6.617-5.384-12-12.001-12zm3.55 22.421l-.118.013-.058-.058v-3.184c0-.767-.168-1.334-.38-1.745 2.285-.41 4.844-1.643 4.844-6.049 0-1.216-.375-2.289-1.116-3.195.165-.569.345-1.703-.216-3.118-.055-.139-.17-.246-.312-.292-.047-.015-.182-.05-.407-.05-.56 0-1.526.206-2.993 1.165-.885-.226-1.822-.342-2.794-.347-.969.005-1.905.122-2.789.347-1.467-.959-2.434-1.165-2.994-1.165-.227 0-.362.035-.409.05-.143.046-.258.153-.313.293-.559 1.414-.38 2.548-.214 3.117-.741.908-1.117 1.981-1.117 3.195 0 4.406 2.56 5.643 4.842 6.06-.121.24-.215.51-.278.801-.229.082-.54.162-.871.162-.68 0-1.203-.33-1.594-.998-.03-.055-.756-1.344-2.205-1.442-.532 0-.883.187-.988.529-.166.535.415.933.695 1.119.024.012.6.319 1.017 1.376.024.082.631 2.006 3.172 2.006.216 0 .439-.014.67-.043l-.001 1.115-.06.35-.039.007c-4.5-1.499-7.523-5.694-7.523-10.44 0-6.065 4.935-11 10.999-11 6.066 0 11.001 4.935 11.001 11 0 4.743-3.021 8.938-7.451 10.421z"/></svg>