@figlinq/plotly-icons
Version:
set of plotly icons
25 lines • 877 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 TraceTypeWaterfallIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 60 60",
...props,
children: [/*#__PURE__*/_jsx("path", {
fill: "#08507a",
d: "M13 18.66h6.27v29.33H13z"
}), /*#__PURE__*/_jsx("path", {
fill: "#3cb5e8",
d: "M20.59 18.67h5.65v7.23h-5.65zM34.36 11.83h5.42v24.11h-5.42z"
}), /*#__PURE__*/_jsx("path", {
fill: "#08507a",
d: "M27.4 25.9h5.45v10.05H27.4zM40.95 11.83h6.19V48h-6.19z"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#08507a",
d: "M13 18.53h13.31M27.47 35.65h12.32M34.41 12.06h12.73M20.52 25.61h12.32",
strokeMiterlimit: "10",
strokeWidth: ".75"
})]
});
export default TraceTypeWaterfallIcon;