UNPKG

@nomercyicons/vue

Version:
22 lines (21 loc) 693 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 0h24v24H0V0z" }), _createElementVNode("path", { d: "M12 7.77L5.61 18h12.78z", opacity: ".3" }), _createElementVNode("path", { d: "M12 4L2 20h20L12 4zm0 3.77L18.39 18H5.61L12 7.77z" }) ])) }