estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 698 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 20 20",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M19 10a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-6.75-3.375a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-2.25 4.5a5.626 5.626 0 0 0-5.115 3.28A6.735 6.735 0 0 0 10 16.75a6.735 6.735 0 0 0 5.114-2.345A5.626 5.626 0 0 0 10 11.125Z",
"clip-rule": "evenodd"
})
]))
}