@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 715 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: "M16.5 13a5.502 5.502 0 005.337-4.164 5.5 5.5 0 01-6.673-6.672 5.502 5.502 0 00-3.548 7.867M5 7V3M3 5h4M6 22a4 4 0 01-.679-7.943 6.003 6.003 0 0110.968-.892A4.5 4.5 0 1117.5 22H6.001z"
})
]))
}