@wellness-icons/vue
Version:
50 lines (49 loc) • 2.26 kB
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",
"xml:space": "preserve",
style: {"fill-rule":"evenodd","clip-rule":"evenodd","stroke-linecap":"round","stroke-linejoin":"round","stroke-miterlimit":"10"},
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true",
"data-slot": "icon"
}, [
_createElementVNode("path", {
d: "M0 15.296h-10.356a.84.84 0 0 1-.841-.84V6.019a6.019 6.019 0 0 1 12.037 0v8.437a.84.84 0 0 1-.84.84",
style: {"fill":"none","fill-rule":"nonzero","stroke":"#000","stroke-width":"3.07px"},
transform: "matrix(.32588 0 0 .32588 13.696 15.224)"
}),
_createElementVNode("path", {
d: "M0-13.31V0h-44.56v-13.31",
style: {"fill":"none","fill-rule":"nonzero","stroke":"#000","stroke-width":"3.07px"},
transform: "matrix(.32588 0 0 .32588 19.269 20.209)"
}),
_createElementVNode("path", {
d: "M-12.559-12.559h25.118",
style: {"fill":"none","fill-rule":"nonzero","stroke":"#000","stroke-width":"3.07px"},
transform: "matrix(0 .32588 .32588 0 16.093 10.937)"
}),
_createElementVNode("path", {
d: "M-49.245-23.606h60.56",
style: {"fill":"none","fill-rule":"nonzero","stroke":"#000","stroke-width":"3.07px"},
transform: "matrix(-.2041 .25404 .25404 .2041 10.39 21.12)"
}),
_createElementVNode("path", {
d: "M-4.752-4.752h9.504",
style: {"fill":"none","fill-rule":"nonzero","stroke":"#000","stroke-width":"3.07px"},
transform: "matrix(0 .32588 .32588 0 3.549 18.66)"
}),
_createElementVNode("path", {
d: "M-11.315-23.606h60.56",
style: {"fill":"none","fill-rule":"nonzero","stroke":"#000","stroke-width":"3.07px"},
transform: "matrix(.2041 .25404 .25404 -.2041 17.863 1.848)"
}),
_createElementVNode("path", {
d: "M-4.752-4.752h9.504",
style: {"fill":"none","fill-rule":"nonzero","stroke":"#000","stroke-width":"3.07px"},
transform: "matrix(0 .32588 .32588 0 23.549 18.66)"
})
]))
}