@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 473 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M0.445312 23.5547V0.445312H0.984375V2.55469H22.5V3.07031H0.984375V19.3828L8.03906 12.4453L14.8359 17.6719L22.0312 8.4375L22.4531 8.74219L14.9297 18.3984L8.08594 13.125L0.984375 20.1328V23.0156H23.5547V23.5547H0.445312Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const Chart2d100PercentStackedLineIcon = createIcon(path);