UNPKG

@nomercyicons/vue

Version:
67 lines (66 loc) 1.73 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 0h24v24H0V0z" }), _createElementVNode("path", { d: "M17 16.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z" }), _createElementVNode("circle", { cx: "9", cy: "12", r: "1" }), _createElementVNode("circle", { cx: "13", cy: "8", r: "1" }), _createElementVNode("circle", { cx: "13", cy: "16", r: "1" }), _createElementVNode("path", { d: "M17 12.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z" }), _createElementVNode("circle", { cx: "13", cy: "12", r: "1" }), _createElementVNode("path", { d: "M3 3h18v2H3z" }), _createElementVNode("circle", { cx: "5", cy: "8", r: "1.5" }), _createElementVNode("circle", { cx: "5", cy: "12", r: "1.5" }), _createElementVNode("circle", { cx: "5", cy: "16", r: "1.5" }), _createElementVNode("path", { d: "M17 8.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z" }), _createElementVNode("circle", { cx: "9", cy: "16", r: "1" }), _createElementVNode("circle", { cx: "9", cy: "8", r: "1" }), _createElementVNode("path", { d: "M3 19h18v2H3z" }) ])) }