mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +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.4 KiB
XML
1 line
1.4 KiB
XML
<svg version="1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g><path d="M12.5 13.382v-1.882c0-.276-.224-.5-.5-.5s-.5.224-.5.5v1.882l-4.947 9.895c-.077.155-.069.339.022.486.091.147.252.237.425.237h10c.173 0 .334-.09.426-.237.091-.147.099-.331.021-.486l-4.947-9.895zm-.5 1.236l.941 1.882h-1.882l.941-1.882zm1.441 2.882l.415.829-1.853 1.239-1.858-1.239.414-.829h2.882zm-2.338 2.669l-2.822 1.887 1.413-2.826 1.409.939zm.901.601l3.345 2.23h-6.68l3.335-2.23zm.9-.601l1.402-.938 1.405 2.809-2.807-1.871zM12 0c-6.617 0-12 5.383-12 12 0 3.102 1.184 6.048 3.332 8.295.191.199.508.207.707.016.199-.191.206-.507.016-.707-1.97-2.06-3.055-4.76-3.055-7.604 0-6.065 4.935-11 11-11s11 4.935 11 11c0 2.844-1.085 5.544-3.055 7.604-.19.2-.184.516.016.707.097.093.222.139.346.139.132 0 .263-.052.361-.154 2.148-2.248 3.332-5.194 3.332-8.296 0-6.617-5.383-12-12-12zM12 4c-4.411 0-8 3.589-8 8 0 1.676.519 3.285 1.502 4.655.161.225.474.275.697.115.225-.161.276-.473.115-.698-.86-1.199-1.314-2.607-1.314-4.072 0-3.86 3.141-7 7-7s7 3.14 7 7c0 1.465-.454 2.873-1.315 4.072-.161.225-.109.537.115.698.088.063.189.094.291.094.155 0 .309-.072.406-.208.983-1.371 1.503-2.98 1.503-4.656 0-4.411-3.589-8-8-8zM15.468 12.622h.023c.263 0 .485-.233.504-.497l.005-.125c0-2.206-1.794-4-4-4s-4 1.794-4 4l.005.125.503.028-.5.019c.011.272.235.416.506.404.272-.005.486-.303.486-.576 0-1.654 1.346-3 3-3s3 1.346 3 3h.5l-.508.134c-.01.273.202.473.476.488z"/></g></svg> |