UNPKG

@heroicons/vue

Version:
16 lines (15 loc) 659 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", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true" }, [ _createVNode("path", { "fill-rule": "evenodd", d: "M2.94 6.412A2 2 0 002 8.108V16a2 2 0 002 2h12a2 2 0 002-2V8.108a2 2 0 00-.94-1.696l-6-3.75a2 2 0 00-2.12 0l-6 3.75zm2.615 2.423a1 1 0 10-1.11 1.664l5 3.333a1 1 0 001.11 0l5-3.333a1 1 0 00-1.11-1.664L10 11.798 5.555 8.835z", "clip-rule": "evenodd" }) ])) }