UNPKG

@figlinq/plotly-icons

Version:
11 lines 426 B
import React from 'react'; import PlotlyIconBase from './IconBase.js'; import { jsx as _jsx } from "react/jsx-runtime"; const PlotFunnelareaIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, { viewBox: "0 0 32.2 29.5", ...props, children: /*#__PURE__*/_jsx("path", { d: "m9.5 18.3-3.1-6h19.4l-3.1 6H9.5zM12.9 25.3l-3.1-6h12.6l-3.1 6h-6.4zM6.2 11.3 3 5.2h26.2l-3.1 6.1H6.2z" }) }); export default PlotFunnelareaIcon;