@figlinq/plotly-icons
Version:
set of plotly icons
22 lines • 674 B
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 TraceTypeTreemapIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 60 60",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "#08507a",
d: "M10.1 11.2h19.4v39.1H10.1z",
className: "st0"
}), /*#__PURE__*/_jsx("path", {
fill: "#55bbe7",
d: "M30.6 11.2h19.6v21.5H30.6z",
className: "st1"
}), /*#__PURE__*/_jsx("path", {
fill: "#2477A2",
d: "M30.6 33.7h19.6v16.7H30.6z",
className: "st2"
})]
});
export default TraceTypeTreemapIcon;