@figlinq/plotly-icons
Version:
set of plotly icons
76 lines • 2.06 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 TraceTypeTableIcon = 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: "M8 8h16v6H8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M8 14h16v6H8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "M8 20h16v6H8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M8 26h16v6H8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "M8 32h16v6H8zM26 8h12v6H26z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M26 14h12v6H26z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "M26 20h12v6H26z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M26 26h12v6H26z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "M26 32h12v6H26z"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#55bbe7",
d: "M21 11H11m10 12H11",
strokeMiterlimit: "10",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#08547d",
d: "M21 17H11m10 12H11",
strokeMiterlimit: "10",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#55bbe7",
d: "M21 35H11m24-24h-6m6 12h-6",
strokeMiterlimit: "10",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#08547d",
d: "M35 17h-6m6 12h-6",
strokeMiterlimit: "10",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#55bbe7",
d: "M35 35h-6",
strokeMiterlimit: "10",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "M24 8h2v30h-2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
d: "M24 8h2v6h-2zm0 12h2v6h-2zm0 12h2v6h-2z"
})]
});
export default TraceTypeTableIcon;