@figlinq/plotly-icons
Version:
set of plotly icons
12 lines • 433 B
JavaScript
import React from 'react';
import PlotlyIconBase from './IconBase.js';
import { jsx as _jsx } from "react/jsx-runtime";
const PlotTreemapIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, {
viewBox: "0 0 60 60",
...props,
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M10.11 11.24h19.43v39.13H10.11zM30.58 11.24h19.56v21.49H30.58zM30.58 33.7h19.56v16.66H30.58z"
})
});
export default PlotTreemapIcon;