estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 983 B
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: "M10.098 2.617c.599-1.842 3.205-1.842 3.804 0l1.519 4.674h4.914c1.938 0 2.743 2.48 1.176 3.619l-3.976 2.888 1.519 4.674c.598 1.843-1.51 3.375-3.078 2.236L12 17.82l-3.976 2.889c-1.567 1.138-3.676-.394-3.078-2.237l1.519-4.674-3.976-2.888C.922 9.77 1.727 7.292 3.665 7.292h4.914l1.519-4.675ZM12 3.236 10.481 7.91A2 2 0 0 1 8.58 9.29H3.665l3.975 2.89a2 2 0 0 1 .727 2.235L6.848 19.09l3.976-2.888a2 2 0 0 1 2.351 0l3.976 2.888-1.518-4.674a2 2 0 0 1 .727-2.236l3.975-2.888h-4.914a2 2 0 0 1-1.902-1.382L12 3.236Z",
"clip-rule": "evenodd"
})
]))
}