mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
b0c1330c0f
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
1 line
976 B
XML
1 line
976 B
XML
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path d="M19 18.5v-17c0-.276-.224-.5-.5-.5h-17c-.276 0-.5.224-.5.5v17c0 .276.224.5.5.5h17c.276 0 .5-.224.5-.5zm-1-16.5v13h-2.161l-2.874-7.186c-.075-.186-.253-.31-.453-.314-.198.01-.384.111-.467.293l-2.17 4.775-1.99-2.389c-.104-.124-.265-.192-.423-.178-.162.013-.307.102-.39.241l-2.855 4.758h-2.217v-13h16zm-3.238 13h-9.379l2.183-3.639 2.049 2.46c.11.132.277.198.451.175.17-.023.317-.132.388-.289l2.016-4.434 2.292 5.727zm-12.762 3v-2h16v2h-16zM22.884 7.242c-.085-.102-.207-.166-.339-.178l-1.992-.181c-.273-.023-.518.178-.543.453s.178.518.453.543l1.494.135-1.272 13.942-14.44-1.317c-.275-.028-.518.178-.543.453-.025.275.178.518.453.544l14.937 1.363.045.001c.116 0 .23-.041.32-.116.102-.085.166-.207.178-.339l1.363-14.939c.012-.131-.029-.263-.114-.364zM6 8c1.103 0 2-.897 2-2s-.897-2-2-2-2 .897-2 2 .897 2 2 2zm0-3c.551 0 1 .449 1 1s-.449 1-1 1-1-.449-1-1 .449-1 1-1z"/></g></svg> |