UNPKG

@heroicons/vue

Version:
18 lines (17 loc) 619 B
const { createVNode: _createVNode, openBlock: _openBlock, createBlock: _createBlock } = require("vue") module.exports = function render(_ctx, _cache) { return (_openBlock(), _createBlock("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor", "aria-hidden": "true" }, [ _createVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "2", d: "M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" }) ])) }