@nomercyicons/vue
Version:
102 lines (101 loc) • 2.62 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: "14",
cy: "10",
r: "1.5"
}),
_createElementVNode("circle", {
cx: "14",
cy: "18",
r: "1"
}),
_createElementVNode("circle", {
cx: "14",
cy: "14",
r: "1.5"
}),
_createElementVNode("circle", {
cx: "14",
cy: "6",
r: "1"
}),
_createElementVNode("path", { d: "M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zM14.5 3c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5zM21 14.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z" }),
_createElementVNode("circle", {
cx: "18",
cy: "18",
r: "1"
}),
_createElementVNode("path", { d: "M13.5 21c0 .28.22.5.5.5s.5-.22.5-.5-.22-.5-.5-.5-.5.22-.5.5zM21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z" }),
_createElementVNode("circle", {
cx: "18",
cy: "14",
r: "1"
}),
_createElementVNode("circle", {
cx: "18",
cy: "6",
r: "1"
}),
_createElementVNode("circle", {
cx: "6",
cy: "18",
r: "1"
}),
_createElementVNode("circle", {
cx: "6",
cy: "14",
r: "1"
}),
_createElementVNode("path", { d: "M3.5 14c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5z" }),
_createElementVNode("circle", {
cx: "10",
cy: "6",
r: "1"
}),
_createElementVNode("circle", {
cx: "6",
cy: "10",
r: "1"
}),
_createElementVNode("circle", {
cx: "6",
cy: "6",
r: "1"
}),
_createElementVNode("path", { d: "M9.5 21c0 .28.22.5.5.5s.5-.22.5-.5-.22-.5-.5-.5-.5.22-.5.5z" }),
_createElementVNode("circle", {
cx: "10",
cy: "18",
r: "1"
}),
_createElementVNode("path", { d: "M10.5 3c0-.28-.22-.5-.5-.5s-.5.22-.5.5.22.5.5.5.5-.22.5-.5z" }),
_createElementVNode("circle", {
cx: "10",
cy: "14",
r: "1.5"
}),
_createElementVNode("circle", {
cx: "10",
cy: "10",
r: "1.5"
}),
_createElementVNode("circle", {
cx: "18",
cy: "10",
r: "1"
})
]))
}