@figlinq/plotly-icons
Version:
set of plotly icons
68 lines • 2.04 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 TraceTypeHistogram2dIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "none",
d: "M0 0h46v46H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "M32 20h6v6h-6zm-12-6h6v6h-6zm-6 6h6v6h-6zm0 12h6v6h-6zm6 0h6v6h-6zm12 0h6v6h-6zm-6-12h6v6h-6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
d: "M26 14h6v6h-6zm6 0h6v6h-6zm-12 6h6v6h-6zM8 20h6v6H8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "M14 14h6v6h-6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
d: "M8 14h6v6H8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "M26 26h6v6h-6zM8 26h6v6H8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
d: "M20 26h6v6h-6zm12 0h6v6h-6zm-18 0h6v6h-6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "M26 8h6v6h-6zM8 8h6v6H8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
d: "M20 8h6v6h-6zm12 0h6v6h-6zM14 8h6v6h-6zM8 32h6v6H8zm18 0h6v6h-6z"
}), /*#__PURE__*/_jsx("circle", {
cx: "29",
cy: "29",
r: "2",
fill: "#fff"
}), /*#__PURE__*/_jsx("circle", {
cx: "17",
cy: "23",
r: "2",
fill: "#fff"
}), /*#__PURE__*/_jsx("circle", {
cx: "17",
cy: "35",
r: "2",
fill: "#fff"
}), /*#__PURE__*/_jsx("circle", {
cx: "29",
cy: "23",
r: "2",
fill: "#fff"
}), /*#__PURE__*/_jsx("circle", {
cx: "23",
cy: "17",
r: "2",
fill: "#fff"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#fff",
d: "m29 11 1.5-1.5M29 11l-1.5-1.5M29 11l1.5 1.5M29 11l-1.5 1.5M35 23l1.5-1.5M35 23l-1.5-1.5M35 23l1.5 1.5M35 23l-1.5 1.5M23 35l1.5-1.5M23 35l-1.5-1.5M23 35l1.5 1.5M23 35l-1.5 1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
})]
});
export default TraceTypeHistogram2dIcon;