estat-icons
Version:
estat.pro icons
12 lines (11 loc) • 968 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", { d: "M9.774 4.626a1.111 1.111 0 1 0-1.102-1.93L4.783 4.92a1.111 1.111 0 0 0 1.103 1.93l3.888-2.223Zm4.487 1.735a5.79 5.79 0 0 1 2.922-.776l2.509.012c1.774.008 2.88 1.925 2 3.465l-1.245 2.179a5.79 5.79 0 0 1-2.132 2.141L9.642 18.39c-.554.32-1.262.13-1.582-.424l-2.895-5.015a1.158 1.158 0 0 1 .424-1.582l8.672-5.008ZM2.58 13.107a1.158 1.158 0 0 0-.424 1.582l2.896 5.015a1.158 1.158 0 0 0 2.006-1.159l-2.896-5.014a1.158 1.158 0 0 0-1.582-.424Zm17.608 4.448c.304.533.12 1.211-.413 1.516l-3.89 2.222a1.111 1.111 0 0 1-1.102-1.93l3.889-2.222a1.111 1.111 0 0 1 1.516.414Z" })
]))
}