@nomercyicons/vue
Version:
38 lines (37 loc) • 1.13 kB
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("circle", {
cx: "20",
cy: "12",
r: "2"
}),
_createElementVNode("circle", {
cx: "4",
cy: "12",
r: "2"
}),
_createElementVNode("circle", {
cx: "12",
cy: "20",
r: "2"
}),
_createElementVNode("path", { d: "M10.05 8.59L6.03 4.55h-.01l-.31-.32-1.42 1.41 4.02 4.05.01-.01.31.32zm3.893.027l4.405-4.392L19.76 5.64l-4.405 4.393zM10.01 15.36l-1.42-1.41-4.03 4.01-.32.33 1.41 1.41 4.03-4.02zm9.75 2.94l-3.99-4.01-.36-.35L14 15.35l3.99 4.01.35.35z" }),
_createElementVNode("circle", {
cx: "12",
cy: "4",
r: "2"
})
]))
}