@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 576 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M10.9453 16.7344H0.984375V19.875H16.7344V16.7344H10.9453ZM13.5703 6.75H0.984375V9.89062H13.5703V6.75ZM0.984375 6.23438V3.07031V6.23438H21.4453H0.984375ZM0.445312 2.55469V0.445312H0.984375V2.55469H21.9844V6.75H14.1094V10.4297H0.984375V12.5156H10.9453V16.1953H17.25V20.3906H0.984375V23.0156H23.5547V23.5547H0.445312V6.23438V2.55469Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const Chart2dClusteredBarIcon = createIcon(path);