@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 640 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: "M3.15 11a7.5 7.5 0 1114.784-2.5M6 22a4 4 0 11.337-7.986 6.003 6.003 0 0110.866-1.004A4.5 4.5 0 1117.5 22H6z"
})
]))
}