@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 751 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: "M12 17a6.5 6.5 0 01-6.5-6.5V4.556c0-.519 0-.778.094-.979a1 1 0 01.483-.483C6.278 3 6.537 3 7.056 3h9.888c.519 0 .778 0 .979.094a1 1 0 01.483.483c.094.201.094.46.094.979V10.5A6.5 6.5 0 0112 17zm0 0v4m5 0H7M22 5v5M2 5v5"
})
]))
}