@nomercyicons/vue
Version:
23 lines (22 loc) • 837 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: "M11.17 4H7v11h14V6h-7.83z",
opacity: ".3"
}),
_createElementVNode("path", { d: "M21 4h-7l-2-2H7c-1.1 0-1.99.9-1.99 2L5 15c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 11H7V4h4.17l2 2H21v9z" }),
_createElementVNode("path", { d: "M3 6H1v13c0 1.1.9 2 2 2h17v-2H3V6z" })
]))
}