UNPKG

@nomercyicons/vue

Version:
19 lines (18 loc) 678 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 0h24v24H0z" }), _createElementVNode("path", { d: "M18 6.41L16.59 5 12 9.58 7.41 5 6 6.41l6 6z" }), _createElementVNode("path", { d: "M18 13l-1.41-1.41L12 16.17l-4.59-4.58L6 13l6 6z" }) ])) }