@heroicons/vue
Version:
17 lines (16 loc) • 557 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 19 20",
fill: "currentColor"
}, [
_createVNode("path", {
stroke: "#374151",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "2",
d: "M3 8V4m0 0h4M3 4l4 4m8 0V4m0 0h-4m4 0l-4 4m-8 4v4m0 0h4m-4 0l4-4m8 4l-4-4m4 4v-4m0 4h-4"
})
]))
}