estat-icons
Version:
estat.pro icons
13 lines (12 loc) • 879 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: "M15.039 21.53C19.076 20.244 22 16.463 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10c.319 0 .634-.015.946-.044v-4.287C9.969 17.339 8 15.663 8 13s1.969-4.34 4.946-4.668L12.907 6 15 6.5l.039 1.832C18.015 8.644 20 10.337 20 13c0 2.663-1.985 4.356-4.961 4.669v3.86Z" }),
_createElementVNode("path", { d: "M15.039 10.386v5.211c1.845-.23 2.821-1.068 2.821-2.597s-.976-2.384-2.821-2.614Zm-2.093.017c-1.845.213-2.822 1.068-2.822 2.597s.977 2.367 2.822 2.58v-5.177Z" })
]))
}