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
1.6 KiB
XML
1 line
1.6 KiB
XML
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path d="M17.5 15c.099 0 .195-.029.277-.084l6-4c.229-.153.292-.463.139-.693-.154-.231-.466-.291-.693-.139l-5.874 3.916h-4.349v-1h4.5c.099 0 .195-.029.277-.084l6-4c.229-.153.292-.463.139-.693-.154-.231-.466-.292-.693-.139l-5.874 3.916h-4.349v-1h4.5c.099 0 .195-.029.277-.084l6-4c.184-.122.265-.35.201-.561-.063-.211-.257-.355-.478-.355h-4.834l.134-.1c.173-.129.242-.354.175-.558-.069-.204-.26-.342-.475-.342h-7c-.108 0-.214.035-.3.1l-1.2.9h-3.5c-.099 0-.195.029-.277.084l-6 4c-.184.122-.265.35-.201.561.063.211.257.355.478.355h4.5v1h-4.5c-.276 0-.5.224-.5.5s.224.5.5.5h4.5v1h-4.5c-.276 0-.5.224-.5.5s.224.5.5.5h4.5v1h-4.5c-.276 0-.5.224-.5.5s.224.5.5.5h4.5v1h-4.5c-.276 0-.5.224-.5.5s.224.5.5.5h4.5v.5c0 .276.224.5.5.5h7c.276 0 .5-.224.5-.5v-.5h4.5c.099 0 .195-.029.277-.084l6-4c.229-.153.292-.463.139-.693-.154-.231-.466-.292-.693-.139l-5.874 3.916h-4.349v-1h4.5c.099 0 .195-.029.277-.084l6-4c.229-.153.292-.463.139-.693-.154-.231-.466-.291-.693-.139l-5.874 3.916h-4.349v-1h4.5zm4.349-8l-4.5 3h-4.015l4-3h4.515zm-19.698 3l4.5-3h2.016l-3.467 2.6c-.126.094-.2.243-.2.4h-2.849zm9.849 9h-6v-8.75l5.667-4.25h5.333l-4.8 3.6c-.126.094-.2.243-.2.4v9zM9 11.5c.552 0 1 .449 1 1 0 .276.224.5.5.5s.5-.224.5-.5c0-.929-.64-1.705-1.5-1.929v-.571c0-.276-.224-.5-.5-.5s-.5.224-.5.5v.571c-.86.224-1.5 1-1.5 1.929 0 1.103.898 2 2 2 .552 0 1 .449 1 1s-.448 1-1 1-1-.449-1-1c0-.276-.224-.5-.5-.5s-.5.224-.5.5c0 .929.64 1.705 1.5 1.929v.571c0 .276.224.5.5.5s.5-.224.5-.5v-.571c.86-.224 1.5-1 1.5-1.929 0-1.103-.898-2-2-2-.552 0-1-.449-1-1s.448-1 1-1z"/></g></svg> |