UNPKG

@figlinq/plotly-icons

Version:
22 lines 667 B
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 TraceTypeHistogramIcon = 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: "M7 20h8v20H7z" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", d: "M32 28h8v12h-8zM15 16h9v24h-9z" }), /*#__PURE__*/_jsx("path", { fill: "#08547d", d: "M24 20h8v20h-8z" })] }); export default TraceTypeHistogramIcon;