UNPKG

@nomercyicons/vue

Version:
20 lines (19 loc) 1.19 kB
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: "M9.53 5.29L12 2.83l2.46 2.46a.996.996 0 101.41-1.41L12.7.7a.996.996 0 00-1.41 0L8.12 3.88a.996.996 0 101.41 1.41z" }), _createElementVNode("path", { d: "M9.53 10.29L12 7.83l2.46 2.46a.996.996 0 101.41-1.41L12.7 5.7a.996.996 0 00-1.41 0L8.12 8.88a.996.996 0 101.41 1.41zM14.47 13.71L12 16.17l-2.46-2.46a.996.996 0 10-1.41 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.18a.996.996 0 10-1.41-1.41z" }), _createElementVNode("path", { d: "M14.47 18.72L12 21.17l-2.46-2.46a.996.996 0 10-1.41 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.17a.996.996 0 10-1.41-1.41z" }) ])) }