@figlinq/plotly-icons
Version:
set of plotly icons
31 lines • 980 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 TraceTypeFunnelIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 60 60",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "#08507a",
d: "M8.8 12h42.4v8.3H8.8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3cb5e8",
d: "m8.8 20.3 7.2 2.2h28.6l6.6-2.2H8.8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08507a",
d: "M16 22.5h28.2v8.3H16z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3cb5e8",
d: "m16 30.9 3.3 2.2H41l3.3-2.2H16z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08507a",
d: "M19.3 33.1h21.6v8.1H19.3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3cb5e8",
d: "m19.3 41.1 3.9 2.5h13.9l3.9-2.5H19.3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08507a",
d: "M23.2 43.6H37V50H23.2z"
})]
});
export default TraceTypeFunnelIcon;