@figlinq/plotly-icons
Version:
set of plotly icons
79 lines • 2.32 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 TraceTypeScattermapboxIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#dfe8f3",
d: "M5.5 6H41v35.5H5.5zM5.5 11.2H41M5.5 16.4H41M5.5 21.1H41M5.5 26.3H41M5.5 31.4H41M5.5 36.6H41M10.7 41.4V6M15.8 41.5V6M20.5 41.5V6M25.7 41.5V6M30.9 41.5V6M36 41.5V6",
strokeMiterlimit: "10",
strokeWidth: ".25"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
d: "M0 0h46v46H0Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
stroke: "#fff",
d: "m31.5 28.3-2.3 3.5-4.6 1.2-2.3-2.3h-3.5l-6.2 1.2-3.5-2.3L13 25v-3.5h5.2l4.2 3 4.5-3 9.2 6.9c0-.1-4.6-.1-4.6-.1Z",
strokeMiterlimit: "10"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
stroke: "#fff",
d: "m36.1 28.3-9.2-6.9-4.5 3-4.2-3H13l-2.9-1.7v-2.3L9 16.2l-1.2 1.2-1.2-1.2v-4.6H9l2.3-1.2h2.3l3.5 2.3h3.5l4.6-2.3 3.5 3.5-3.5 3.5H31V15h3.5v1.2l1.2 1.2 1.2-1.2 3.5 3.5v3.5h-4v5.1Zm-9.8 7.4-1.2 1.2H24l.6-4-2.3-2.3h-3.5l-6.2 1.2 7.9 4V38l3.5 2.3h2.3l1.2-1.2v-2.3Z",
strokeMiterlimit: "10"
}), /*#__PURE__*/_jsx("circle", {
cx: "36.9",
cy: "20.4",
r: "1",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "22.4",
cy: "20.4",
r: "2",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "10.9",
cy: "14.4",
r: "1",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "15.9",
cy: "24.4",
r: "1",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "13.9",
cy: "28.4",
r: "1",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "25.9",
cy: "27.4",
r: "3",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "13.9",
cy: "17.4",
r: "1",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "20.9",
cy: "26.4",
r: "1",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "23.9",
cy: "14.4",
r: "1.5",
fill: "#08547d"
}), /*#__PURE__*/_jsx("circle", {
cx: "30.9",
cy: "20.4",
r: "1",
fill: "#08547d"
})]
});
export default TraceTypeScattermapboxIcon;