@figlinq/plotly-icons
Version:
set of plotly icons
43 lines • 1.28 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 TraceTypeBoxIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 46 46",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "none",
d: "M0 0h46v46H0z"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#08547d",
d: "M23 23v16m4 0h-8m8-16h-8m-8-12v24m4 0H7m8-24H7m28-2v24m4 0h-8m8-24h-8",
strokeMiterlimit: "10",
strokeWidth: "2"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
d: "M8 18h6v10H8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "M13 19v8H9v-8h4m2-2H7v12h8V17z"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
d: "M20 29h6v4h-6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "M25 30v2h-4v-2h4m2-2h-8v6h8v-6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
d: "M32 14h6v14h-6z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08547d",
d: "M37 15v12h-4V15h4m2-2h-8v16h8V13z"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#08547d",
d: "M38 21h-6m-18 1H8",
strokeMiterlimit: "10",
strokeWidth: "2"
})]
});
export default TraceTypeBoxIcon;