@heroicons/vue
Version:
19 lines (18 loc) • 607 B
JavaScript
const { createVNode: _createVNode, openBlock: _openBlock, createBlock: _createBlock } = require("vue")
module.exports = function render(_ctx, _cache) {
return (_openBlock(), _createBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 20 20",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createVNode("path", { d: "M2 6a2 2 0 012-2h5l2 2h5a2 2 0 012 2v6a2 2 0 01-2 2H4a2 2 0 01-2-2V6z" }),
_createVNode("path", {
stroke: "#fff",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "2",
d: "M8 11h4"
})
]))
}