@figlinq/plotly-icons
Version:
set of plotly icons
14 lines • 647 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 PlotWaterfallIcon = props => /*#__PURE__*/_jsxs(PlotlyIconBase, {
viewBox: "0 0 20 20",
...props,
children: [/*#__PURE__*/_jsx("path", {
d: "M3.42 5.38h2.5v12.06h-2.5zM6.45 5.38H8.7v2.97H6.45zM11.93 2.57h2.16v9.69h-2.16zM9.16 8.12h2.2v4.13h-2.2zM14.67 2.57h2.35v14.86h-2.35zM5.92 5.38h.52v.22h-.52z"
}), /*#__PURE__*/_jsx("path", {
d: "M8.7 8.12h.52v.22H8.7zM11.27 12.03h.78v.22h-.78zM14.09 2.57h.78v.22h-.78z"
})]
});
export default PlotWaterfallIcon;