UNPKG

@icongo/li

Version:
64 lines (63 loc) 1.92 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIChartScatterPlot = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIChartScatterPlot = function LIChartScatterPlot(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#cfd8dc", d: "M1 13h12v-.686H1.686V1H1z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#00bcd4", transform: "translate(-1.4 -1.057) scale(.34286)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 39, cy: 11, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 31, cy: 13, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 37, cy: 19, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 34, cy: 26, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 28, cy: 20, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 26, cy: 28, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 20, cy: 23, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 21, cy: 33, r: 3 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 14, cy: 30, r: 3 })] })] })); }; exports.LIChartScatterPlot = LIChartScatterPlot;