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
1.3 KiB
XML
1 line
1.3 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.996 5.477l-.021-.102-.025-.086-.051-.075-.065-.081-.014-.018-6-5c-.09-.074-.203-.115-.32-.115h-11c-.117 0-.231.041-.32.116l-6 5-.015.018-.065.081-.05.074-.025.087-.021.101-.004.023v16c0 1.378 1.121 2.5 2.5 2.5h19c1.379 0 2.5-1.122 2.5-2.5v-16l-.004-.023zm-.996 5.523h-22v-5h22v5zm-22 1h22v5h-22v-5zm5.681-11h10.639l4.799 4h-20.238l4.8-4zm14.819 22h-19c-.827 0-1.5-.673-1.5-1.5v-3.5h22v3.5c0 .827-.673 1.5-1.5 1.5z"/><circle cx="14" cy="8.5" r="1"/><circle cx="17" cy="8.5" r="1"/><circle cx="20" cy="8.5" r="1"/><path d="M3.5 10c.827 0 1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5-1.5.673-1.5 1.5.673 1.5 1.5 1.5zm0-2c.275 0 .5.224.5.5s-.225.5-.5.5-.5-.224-.5-.5.225-.5.5-.5z"/><circle cx="14" cy="14.5" r="1"/><circle cx="17" cy="14.5" r="1"/><circle cx="20" cy="14.5" r="1"/><path d="M3.5 13c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5 1.5-.673 1.5-1.5-.673-1.5-1.5-1.5zm0 2c-.275 0-.5-.224-.5-.5s.225-.5.5-.5.5.224.5.5-.225.5-.5.5z"/><circle cx="14" cy="20.5" r="1"/><circle cx="17" cy="20.5" r="1"/><circle cx="20" cy="20.5" r="1"/><path d="M3.5 19c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5 1.5-.673 1.5-1.5-.673-1.5-1.5-1.5zm0 2c-.275 0-.5-.224-.5-.5s.225-.5.5-.5.5.224.5.5-.225.5-.5.5z"/></g></svg> |