@nomercyicons/vue
Version:
20 lines (19 loc) • 731 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 0h24v24H0V0z"
}),
_createElementVNode("path", { d: "M6 5H4v18h12v-2H6z" }),
_createElementVNode("path", { d: "M20 1H8v18h12V1zm-2 14h-8V5h8v10z" }),
_createElementVNode("path", { d: "M12.5 10.25h2V12L17 9.5 14.5 7v1.75H11V12h1.5z" })
]))
}