estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 869 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: "M12.874 2.514a1 1 0 0 0-1.748 0L8.425 7.376a3 3 0 0 1-4.496.886L2.625 7.22a1 1 0 0 0-1.606.977l1.754 8.77a3.564 3.564 0 0 0 1.9 2.488 16.38 16.38 0 0 0 14.653 0 3.563 3.563 0 0 0 1.9-2.488l1.755-8.77a1 1 0 0 0-1.605-.977L20.07 8.26a2.999 2.999 0 0 1-4.496-.885l-2.7-4.862ZM8.457 15.111a1 1 0 0 0-.914 1.779c2.883 1.48 6.031 1.48 8.914 0a1 1 0 0 0-.914-1.78c-2.309 1.186-4.777 1.186-7.086 0Z",
"clip-rule": "evenodd"
})
]))
}