estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 951 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", {
"fill-rule": "evenodd",
d: "M16.564 8.14C16.064 5.774 14.002 4 11.531 4 9.662 4 8.025 5.017 7.123 6.537a5.306 5.306 0 0 0-.74 2.717c-.694 0-5.383 0-5.383 4.895 0 3.351 4.086 6.102 7.22 4.226A5.774 5.774 0 0 0 12.235 20a5.745 5.745 0 0 0 3.342-1.07C19.117 20.28 23 17.468 23 13.673c0-3.376-3.094-6.116-6.436-5.531Zm-7.67 5.307c.557-1.112 1.694-1.722 2.939-1.825 1.285-.108 2.39.343 2.867.978a1 1 0 1 0 1.6-1.2c-1.024-1.365-2.919-1.914-4.633-1.772-1.755.147-3.618 1.037-4.561 2.925a1 1 0 0 0 1.788.894Z",
"clip-rule": "evenodd"
})
]))
}