estat-icons
Version:
estat.pro icons
17 lines (16 loc) • 990 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.742 15.644c-.886.96-2.193 1.548-3.646 1.548-2.968 0-5.096-2.24-5.096-5.096C7 9.226 9.128 7 12.096 7c1.44 0 2.745.588 3.638 1.546.36.385.203.98-.253 1.245-.46.266-1.042.083-1.45-.255-.507-.42-1.183-.66-1.935-.66-1.918 0-3.178 1.33-3.178 3.22 0 1.876 1.26 3.206 3.178 3.206.745 0 1.422-.235 1.927-.644.415-.335 1.002-.521 1.463-.254.454.264.612.855.256 1.24Z" }),
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Z",
"clip-rule": "evenodd"
})
]))
}