@nomercyicons/vue
Version:
19 lines (18 loc) • 668 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: "currentColor",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "none",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
fill: "none",
d: "M0 0h24v24H0z"
}),
_createElementVNode("path", { d: "M18 13h3v2h-3zM12 12v2h-2v4h2v2h5v-8z" }),
_createElementVNode("path", { d: "M5 11h7V4H4v2h6v3H3v8h6v-2H5zM18 17h3v2h-3z" })
]))
}