@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 336 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M6 6H11V11H6V6ZM13 6H18V11H13V6ZM14.5 13H9.5V18H14.5V13ZM2.5 13H7.5V18H2.5V13ZM21.5 13H16.5V18H21.5V13Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const Level5Icon = createIcon(path);