@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 499 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M13.5703 13.5703H0.984375V18.8203H13.5703V13.5703ZM5.69531 4.125H0.984375V9.375H5.69531V4.125ZM0.445312 3.60938V0.445312H0.984375V3.60938H20.9297V9.89062H0.984375V13.0547H20.9297V19.3594H0.984375V23.0156H23.5547V23.5547H0.445312V9.89062V3.60938Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const Chart2d100PercentStackedBarIcon = createIcon(path);