UNPKG

@nomercyicons/vue

Version:
19 lines (18 loc) 824 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: "M16.16 5.64l3.54 3.54a3 3 0 000-4.24L16.16 1.4l-4.24 4.24 2.12 2.12 2.12-2.12zM4.842 12.708l3.535-3.535 2.122 2.12-3.536 3.536z" }), _createElementVNode("path", { d: "M15.45 7.76l-1.41 1.41-4.25-4.24-2.12 2.12 4.24 4.24-8.49 8.49 2.83 2.83L16.86 12l.71.71 1.41-1.41-3.53-3.54z" }) ])) }