@nomercyicons/vue
Version:
20 lines (19 loc) • 760 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: "M15.5 12v2.5h-7V12h-2v4.5h11V12z" }),
_createElementVNode("path", { d: "M10 10v3h4v-3l2.25-.01V7.5h-8.5v2.49z" }),
_createElementVNode("path", { d: "M22 2H2v20h20V2zm-3 7.99V18H5v-8l1.25-.01V6h11.5v3.99H19z" })
]))
}