@morphemeicons/vue
Version:
Morpheme Icons Vue
18 lines (17 loc) • 871 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: "M3 22h9M11 6.252a8 8 0 015 15.166M5.5 13h4c.465 0 .697 0 .89.038a2 2 0 011.572 1.572c.038.193.038.425.038.89s0 .697-.038.89a2 2 0 01-1.572 1.572C10.197 18 9.965 18 9.5 18h-4c-.465 0-.697 0-.89-.038a2 2 0 01-1.572-1.572C3 16.197 3 15.965 3 15.5s0-.697.038-.89a2 2 0 011.572-1.572C4.803 13 5.035 13 5.5 13zM4 5.5V13h7V5.5a3.5 3.5 0 10-7 0z"
})
]))
}