UNPKG

@nomercyicons/vue

Version:
78 lines (77 loc) 1.63 kB
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: "M12 3v18a9 9 0 000-18z" }), _createElementVNode("circle", { cx: "6", cy: "14", r: "1" }), _createElementVNode("circle", { cx: "6", cy: "18", r: "1" }), _createElementVNode("circle", { cx: "6", cy: "10", r: "1" }), _createElementVNode("circle", { cx: "3", cy: "10", r: ".5" }), _createElementVNode("circle", { cx: "6", cy: "6", r: "1" }), _createElementVNode("circle", { cx: "3", cy: "14", r: ".5" }), _createElementVNode("circle", { cx: "10", cy: "21", r: ".5" }), _createElementVNode("circle", { cx: "10", cy: "3", r: ".5" }), _createElementVNode("circle", { cx: "10", cy: "6", r: "1" }), _createElementVNode("circle", { cx: "10", cy: "14", r: "1.5" }), _createElementVNode("circle", { cx: "10", cy: "10", r: "1.5" }), _createElementVNode("circle", { cx: "10", cy: "18", r: "1" }) ])) }