UNPKG

@nomercyicons/vue

Version:
18 lines (17 loc) 873 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("g", { fill: "none" }, [ _createElementVNode("path", { d: "M0 0h24v24H0z" }), _createElementVNode("path", { d: "M0 0h24v24H0z" }) ]), _createElementVNode("path", { d: "M6 20c1.1 0 2-.9 2-2V9H4v9c0 1.1.9 2 2 2zM4 8h4V6c0-1.1-.9-2-2-2s-2 .9-2 2v2zM10 11h4V9c0-1.1-.9-2-2-2s-2 .9-2 2v2zM16 12v2h4v-2c0-1.1-.9-2-2-2s-2 .9-2 2zM18 20c1.1 0 2-.9 2-2v-3h-4v3c0 1.1.9 2 2 2zM12 20c1.1 0 2-.9 2-2v-6h-4v6c0 1.1.9 2 2 2z" }) ])) }