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