@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 674 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",
fill: "none",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M20.002 6A10.006 10.006 0 0120 18.002M12 22a9.96 9.96 0 004.38-1.008 9 9 0 110-17.984A9.96 9.96 0 0012 2C6.477 2 2 6.477 2 12s4.477 10 10 10z"
})
]))
}