UNPKG

@figlinq/plotly-icons

Version:
22 lines 655 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 TraceTypeBarIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, { viewBox: "0 0 46 46", ...props, children: [/*#__PURE__*/_jsx("path", { fill: "none", d: "M0 0h46v46H0z" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", d: "M7 28h6v12H7z" }), /*#__PURE__*/_jsx("path", { fill: "#08547d", d: "M32 28h6v12h-6zM15 10h6v30h-6z" }), /*#__PURE__*/_jsx("path", { fill: "#55bbe7", d: "M24 20h6v20h-6z" })] }); export default TraceTypeBarIcon;