@figlinq/plotly-icons
Version:
set of plotly icons
38 lines • 890 B
JavaScript
import React from 'react';
import PlotlyIconBase from './IconBase.js';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
const TraceTypeScatterIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "none",
d: "M0 0h46v46H0z"
}), /*#__PURE__*/_jsx("circle", {
cx: "13",
cy: "32",
r: "3",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "21",
cy: "27",
r: "3",
fill: "#55bbe7"
}), /*#__PURE__*/_jsx("circle", {
cx: "23",
cy: "18",
r: "3",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "32",
cy: "24",
r: "3",
fill: "#55bbe7"
}), /*#__PURE__*/_jsx("circle", {
cx: "32",
cy: "11",
r: "3",
fill: "#55bbe7"
})]
});
export default TraceTypeScatterIcon;