@figlinq/plotly-icons
Version:
set of plotly icons
19 lines • 648 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 TraceTypeFunnelareaIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 60 60",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "#0083d3",
d: "m18.2 35.4-5.6-10.8h34.8l-5.7 10.8H18.2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08507a",
d: "m24.2 48-5.5-10.8h22.6L35.8 48H24.2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3cb5e8",
d: "M12.2 22.8 6.5 12h47l-5.6 10.8H12.2z"
})]
});
export default TraceTypeFunnelareaIcon;