estat-icons
Version:
estat.pro icons
17 lines (16 loc) • 960 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 25",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M8.464 14.871a1 1 0 0 1 1.415 0 3 3 0 0 0 4.242 0 1 1 0 0 1 1.415 1.414 5 5 0 0 1-7.072 0 1 1 0 0 1 0-1.414ZM7.106 9.303a1 1 0 0 1 1.341-.447l2 1a1 1 0 0 1 0 1.788l-2 1a1 1 0 1 1-.894-1.789l.21-.105-.21-.106a1 1 0 0 1-.447-1.341Zm8.447-.447a1 1 0 1 1 .894 1.788l-.21.106.21.105a1 1 0 0 1-.894 1.79l-2-1a1 1 0 0 1 0-1.79l2-1Z" }),
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M2 12.75c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10-10-4.477-10-10Zm10-8a8 8 0 1 0 0 16 8 8 0 0 0 0-16Z",
"clip-rule": "evenodd"
})
]))
}