UNPKG

@icongo/li

Version:
56 lines 1.31 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var LIChartScatterPlot = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props, { children: [/*#__PURE__*/_jsx("path", { fill: "#cfd8dc", d: "M1 13h12v-.686H1.686V1H1z" }), /*#__PURE__*/_jsxs("g", { fill: "#00bcd4", transform: "translate(-1.4 -1.057) scale(.34286)", children: [/*#__PURE__*/_jsx("circle", { cx: 39, cy: 11, r: 3 }), /*#__PURE__*/_jsx("circle", { cx: 31, cy: 13, r: 3 }), /*#__PURE__*/_jsx("circle", { cx: 37, cy: 19, r: 3 }), /*#__PURE__*/_jsx("circle", { cx: 34, cy: 26, r: 3 }), /*#__PURE__*/_jsx("circle", { cx: 28, cy: 20, r: 3 }), /*#__PURE__*/_jsx("circle", { cx: 26, cy: 28, r: 3 }), /*#__PURE__*/_jsx("circle", { cx: 20, cy: 23, r: 3 }), /*#__PURE__*/_jsx("circle", { cx: 21, cy: 33, r: 3 }), /*#__PURE__*/_jsx("circle", { cx: 14, cy: 30, r: 3 })] })] })); export { LIChartScatterPlot };