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
2.6 KiB
XML
1 line
2.6 KiB
XML
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M17.992 15.165l-3.163-3.165 3.164-3.164c1.587.535 3.419.116 4.617-1.082 1.308-1.307 1.676-3.171.959-4.863-.065-.155-.204-.266-.37-.297-.166-.029-.335.025-.451.145l-1.766 1.835h-1.408v-1.562l1.769-1.768c.118-.118.169-.286.137-.449-.032-.163-.143-.3-.296-.365-1.664-.703-3.661-.318-4.939.961-1.22 1.22-1.628 2.999-1.083 4.616l-3.162 3.164-3.164-3.163c.546-1.617.139-3.397-1.082-4.616-1.308-1.309-3.17-1.678-4.863-.962-.155.066-.266.204-.297.37-.031.165.024.334.145.451l1.835 1.767v1.557h-1.556l-1.767-1.836c-.117-.121-.288-.174-.451-.145-.166.031-.304.142-.37.297-.712 1.682-.335 3.605.96 4.9 1.214 1.214 2.995 1.615 4.618 1.065l3.158 3.149-3.159 3.16c-1.589-.536-3.419-.116-4.617 1.081-1.302 1.302-1.679 3.24-.96 4.937.065.153.202.264.365.296.163.033.332-.02.449-.137l1.768-1.767h1.563v1.408l-1.836 1.767c-.121.116-.176.286-.145.451.031.165.143.304.297.369.558.236 1.146.355 1.747.355 1.184 0 2.303-.468 3.152-1.316 1.207-1.206 1.601-2.987 1.045-4.618l3.165-3.163 3.164 3.165c-.546 1.617-.139 3.397 1.082 4.617.862.863 2.006 1.32 3.174 1.32.593 0 1.192-.118 1.764-.359.153-.065.265-.201.296-.365.032-.163-.02-.332-.137-.449l-1.769-1.767v-1.415h1.414l1.768 1.767c.117.118.287.17.449.137.163-.032.3-.143.365-.296.718-1.697.341-3.635-.96-4.937-1.221-1.22-3.002-1.629-4.618-1.081zm-11.506-7.245c-.144-.143-.36-.187-.548-.106-1.329.562-2.837.275-3.84-.729-.812-.813-1.16-1.942-.973-3.034l1.319 1.371c.094.098.225.153.36.153h2.27c.276 0 .5-.224.5-.5v-2.27c0-.136-.055-.266-.153-.36l-1.372-1.322c1.082-.189 2.18.156 2.998.976 1.013 1.011 1.305 2.518.746 3.839-.079.188-.037.404.107.548l3.392 3.392-1.419 1.42-3.387-3.378zm1.307 10.142c.566 1.337.288 2.845-.709 3.841-.803.802-1.943 1.159-3.034.973l1.371-1.321c.098-.094.153-.224.153-.36v-2.12c0-.276-.224-.5-.5-.5h-2.27c-.133 0-.26.053-.353.147l-1.324 1.323c-.202-1.113.145-2.266.97-3.091.995-.996 2.549-1.293 3.84-.746.188.08.404.038.548-.107l9.611-9.614c.144-.144.186-.361.107-.548-.558-1.32-.265-2.828.748-3.839.808-.809 1.983-1.167 3.092-.97l-1.323 1.323c-.094.094-.146.221-.146.353v2.27c0 .276.224.5.5.5h2.121c.136 0 .266-.055.36-.153l1.32-1.372c.189 1.082-.155 2.179-.973 2.998-.996.996-2.55 1.293-3.84.747-.187-.08-.404-.037-.548.107l-9.614 9.611c-.144.144-.186.361-.107.548zm15.08 1.982l-1.324-1.323c-.094-.094-.221-.147-.354-.147h-2.121c-.276 0-.5.224-.5.5v2.122c0 .133.053.26.146.354l1.324 1.324c-1.115.201-2.268-.146-3.092-.97-1.013-1.012-1.306-2.519-.747-3.84.08-.188.037-.404-.107-.548l-3.393-3.394 1.415-1.415 3.392 3.394c.144.145.361.187.548.107 1.321-.56 2.828-.267 3.84.746.827.824 1.174 1.978.973 3.09z"/></svg> |