@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
16 lines (15 loc) • 1.34 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M9.403 5.25A5 5 0 0 1 9.25 4c0-.404.108-.803.321-1.123.21-.315.583-.627 1.096-.627h2.666c.513 0 .886.312 1.096.627.213.32.321.72.321 1.123 0 .424-.052.847-.153 1.25H15a.75.75 0 0 1 0 1.5h-.339c4.289 1.462 7.263 5.88 7.081 10.881-.004 1.464-.57 2.548-1.549 3.234-.938.657-2.165.885-3.397.885H7.204c-1.232 0-2.459-.228-3.397-.885-.98-.686-1.545-1.77-1.55-3.234-.181-5 2.793-9.42 7.082-10.881H9a.75.75 0 0 1 0-1.5zM10.75 4c0-.112.024-.197.047-.25h2.406a.6.6 0 0 1 .047.25c0 .46-.084.89-.226 1.25h-2.049A3.4 3.4 0 0 1 10.75 4m2.737 8.172-.33-1.062c-.358-1.147-1.956-1.147-2.313 0l-.33 1.062h-1.05c-.606 0-1.019.418-1.157.86a1.235 1.235 0 0 0 .432 1.361l.876.664-.339 1.086c-.17.548.05 1.072.431 1.36.386.293.97.364 1.45 0l.843-.638.843.638a1.19 1.19 0 0 0 1.45 0c.38-.288.601-.812.43-1.36l-.338-1.086.876-.664c.469-.355.569-.92.432-1.36a1.21 1.21 0 0 0-1.157-.86z",
"clip-rule": "evenodd"
})
]))
}