estat-icons
Version:
estat.pro icons
12 lines (11 loc) • 723 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: "M8.5 9a6.5 6.5 0 1 0 6.5 6.5v-.063a2 2 0 0 1 1.474-1.93l4.273-1.165A1.7 1.7 0 0 0 20.299 9H12a1 1 0 0 0-1 1 1 1 0 1 1-2 0v-.5a.5.5 0 0 0-.5-.5ZM10 2a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1ZM5.585 6.223c.364.503.1 1.22-.475 1.458-.399.166-.869.062-1.124-.286L2.733 5.688a.999.999 0 1 1 1.614-1.176l1.238 1.71Z" })
]))
}