@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 529 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M9.375 16.7344H4.125V23.0156H9.375V16.7344ZM18.8203 13.5703H13.5703V23.0156H18.8203V13.5703ZM13.5703 13.0547V3.60938V13.0547H18.8203H13.5703ZM0.445312 23.5547V0.445312H0.984375V23.0156H3.60938V8.32031H9.89062V23.0156H13.0547V3.07031H19.3594V23.0156H23.5547V23.5547H3.60938H0.445312Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const Chart2dStackedColumnIcon = createIcon(path);