@figlinq/plotly-icons
Version:
set of plotly icons
65 lines • 1.51 kB
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 TraceTypeScatter3dIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "none",
d: "M0 0h46v46H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
stroke: "#08547d",
d: "M23.511 23.571 9.516 30.045l13.929 6.319L37 30.045l-13.489-6.474z",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("circle", {
cx: "11",
cy: "23",
r: "2",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "16",
cy: "28",
r: "2",
fill: "#55bbe7"
}), /*#__PURE__*/_jsx("circle", {
cx: "16",
cy: "15",
r: "2",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "26",
cy: "32",
r: "2",
fill: "#55bbe7"
}), /*#__PURE__*/_jsx("circle", {
cx: "26",
cy: "26",
r: "2",
fill: "#55bbe7"
}), /*#__PURE__*/_jsx("circle", {
cx: "26",
cy: "18",
r: "2",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "26",
cy: "10",
r: "2",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "36",
cy: "25",
r: "2",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "36",
cy: "19",
r: "2",
fill: "#08547d"
})]
});
export default TraceTypeScatter3dIcon;