@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 515 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M10.4297 13.5703H7.26562V23.0156H10.4297V13.5703ZM20.3906 2.55469H17.25V23.0156H20.3906V2.55469ZM0.445312 23.5547V0.445312H0.984375V23.0156H3.07031V6.75H7.26562V13.0547H10.9453V23.0156H13.0547V9.89062H16.7344V2.01562H20.9297V23.0156H23.5547V23.5547H3.07031H0.445312Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const Chart2dClusteredColumnIcon = createIcon(path);