mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +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.8 KiB
XML
1 line
1.8 KiB
XML
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path d="M6.5 9.993h.793l2.853 2.853c.096.096.224.147.354.147l.191-.038c.187-.077.309-.26.309-.462v-2.5h6.5c.827 0 1.5-.673 1.5-1.5v-7c0-.827-.673-1.5-1.5-1.5h-11c-.827 0-1.5.673-1.5 1.5v7c0 .827.673 1.5 1.5 1.5zm-.5-8.5c0-.276.224-.5.5-.5h11c.276 0 .5.224.5.5v7c0 .276-.224.5-.5.5h-7c-.276 0-.5.224-.5.5v1.793l-2.147-2.146c-.093-.094-.22-.147-.353-.147h-1c-.276 0-.5-.224-.5-.5v-7zM23.998 20.359c-.058-1.777-1.155-3.289-2.697-3.967.724-.548 1.2-1.408 1.2-2.384 0-1.654-1.346-3-3-3s-3 1.346-3 3c0 .975.475 1.834 1.198 2.383-1.494.657-2.548 2.104-2.666 3.808-.362-.332-.775-.606-1.231-.806.724-.548 1.2-1.408 1.2-2.385 0-1.654-1.346-3-3-3s-3 1.346-3 3c0 .975.475 1.835 1.198 2.383-.453.199-.861.478-1.221.807-.118-1.705-1.181-3.149-2.676-3.806.724-.548 1.2-1.408 1.2-2.384 0-1.654-1.346-3-3-3s-3 1.346-3 3c0 .975.475 1.834 1.197 2.383-1.588.696-2.7 2.276-2.7 4.116 0 .276.224.5.5.5h7.762c-.48.716-.762 1.575-.762 2.5 0 .276.224.5.5.5h8.02c.276 0 .5-.224.5-.5l-.022-.148c-.028-.87-.312-1.674-.768-2.352h7.789999999999999c.276 0 .5-.224.5-.5l-.022-.148zm-6.498-6.352c0-1.103.897-2 2-2s2 .897 2 2-.897 2-2 2-2-.897-2-2zm-7.5 3c0-1.103.897-2 2-2s2 .897 2 2-.897 2-2 2-2-.897-2-2zm-7.5-3c0-1.103.897-2 2-2s2 .897 2 2-.897 2-2 2-2-.897-2-2zm-1.464 6c.243-1.694 1.704-3 3.464-3s3.221 1.306 3.464 3h-6.928zm7.5 3c.243-1.694 1.704-3 3.464-3s3.221 1.306 3.464 3h-6.928zm7.5-3c.243-1.694 1.704-3 3.464-3s3.221 1.306 3.464 3h-6.928zM8.5 2.993h6.969c.276 0 .5-.224.5-.5s-.224-.5-.5-.5h-6.969c-.276 0-.5.224-.5.5 0 .277.224.5.5.5zM8.5 4.993h6.969c.276 0 .5-.224.5-.5s-.224-.5-.5-.5h-6.969c-.276 0-.5.224-.5.5s.224.5.5.5zM8.5 6.993h6.969c.276 0 .5-.224.5-.5s-.224-.5-.5-.5h-6.969c-.276 0-.5.224-.5.5s.224.5.5.5z"/></g></svg> |