@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 715 B
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = 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: "M22 17v-4c0-5.523-4.477-10-10-10S2 7.477 2 13v4m5.5 4A2.5 2.5 0 015 18.5v-3a2.5 2.5 0 015 0v3A2.5 2.5 0 017.5 21zm9 0a2.5 2.5 0 01-2.5-2.5v-3a2.5 2.5 0 015 0v3a2.5 2.5 0 01-2.5 2.5z"
})
]))
}