@figlinq/plotly-icons
Version:
set of plotly icons
11 lines • 590 B
JavaScript
import React from 'react';
import PlotlyIconBase from './IconBase.js';
import { jsx as _jsx } from "react/jsx-runtime";
const PlotSankeyIcon = props => /*#__PURE__*/_jsx(PlotlyIconBase, {
viewBox: "0 0 32 32",
...props,
children: /*#__PURE__*/_jsx("path", {
d: "M1.313 13.375v-.063h21.375v4l9.313-8-9.313-8v4H0V24c4.5 0 8.25 1.625 10.313 4.438l-1.875.75 6.25 2.813 2.813-6.25-2.063.75c-2.75-4.563-7.938-7.375-14.125-7.75v-.063c9.938.188 15.688 2.25 21.375 7.625l-1.563 1.5 6.875.188.188-6.875-1.563 1.5c-6.813-6.5-13.813-9.063-25.313-9.25z"
})
});
export default PlotSankeyIcon;