UNPKG

@nomercyicons/vue

Version:
19 lines (18 loc) 674 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: "M22 3H2v16h6v2h8v-2h6V3zm-2 14H4V5h16v12z" }), _createElementVNode("path", { d: "M6.5 7.5H9V6H5v4h1.5zM19 12h-1.5v2.5H15V16h4z" }) ])) }