@nomercyicons/vue
Version:
52 lines (51 loc) • 1.31 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 0h24v24H0V0z"
}),
_createElementVNode("path", {
d: "M12 7c-2.76 0-5 2.24-5 5h10c0-2.76-2.24-5-5-5z",
opacity: ".3"
}),
_createElementVNode("circle", {
cx: "8",
cy: "20",
r: "1"
}),
_createElementVNode("circle", {
cx: "16",
cy: "17",
r: "1"
}),
_createElementVNode("path", { d: "M13 5.08V3h-2v2.08C7.61 5.57 5 8.47 5 12v2h14v-2c0-3.53-2.61-6.43-6-6.92zM7 12c0-2.76 2.24-5 5-5s5 2.24 5 5H7z" }),
_createElementVNode("circle", {
cx: "16",
cy: "20",
r: "1"
}),
_createElementVNode("circle", {
cx: "12",
cy: "17",
r: "1"
}),
_createElementVNode("circle", {
cx: "8",
cy: "17",
r: "1"
}),
_createElementVNode("circle", {
cx: "12",
cy: "20",
r: "1"
})
]))
}