@nomercyicons/vue
Version:
20 lines (19 loc) • 861 B
JavaScript
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.58 1.41L15.16 0l-3.17 3.17L8.82 0 7.41 1.41 11.99 6z" }),
_createElementVNode("path", { d: "M16.58 6.41L15.16 5l-3.17 3.17L8.82 5 7.41 6.41 11.99 11zM7.42 17.59L8.84 19l3.17-3.17L15.18 19l1.41-1.41L12.01 13z" }),
_createElementVNode("path", { d: "M7.42 22.59L8.84 24l3.17-3.17L15.18 24l1.41-1.41L12.01 18z" })
]))
}