UNPKG

@nomercyicons/vue

Version:
19 lines (18 loc) 949 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: "M17.29 5.71a.996.996 0 00-1.41 0L12 9.58 8.11 5.7A.996.996 0 106.7 7.11l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.984.984 0 000-1.4z" }), _createElementVNode("path", { d: "M17.29 12.3a.996.996 0 00-1.41 0L12 16.17l-3.88-3.88a.996.996 0 10-1.41 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.993.993 0 00-.01-1.4z" }) ])) }