@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 490 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M4.125 18.3047V23.0156H9.375V18.3047H4.125ZM18.8203 10.4297H13.5703V23.0156H18.8203V10.4297ZM0.445312 23.5547V0.445312H0.984375V23.0156H3.60938V3.07031H9.89062V23.0156H13.0547V3.07031H19.3594V23.0156H23.5547V23.5547H3.60938H0.445312Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const Chart2d100PercentStackedColumnIcon = createIcon(path);