UNPKG

@nomercyicons/vue

Version:
20 lines (19 loc) 768 B
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: "M4 6H2v16h16v-2H4z" }), _createElementVNode("path", { d: "M22 2H6v16h16V2zm-5.37 12.5l-.8-2.3H12.2l-.82 2.3H9.81l3.38-9h1.61l3.38 9h-1.55z" }), _createElementVNode("path", { d: "M13.96 7.17l-1.31 3.72h2.69l-1.3-3.72z" }) ])) }