@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 302 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M11 6H6V11H11V6ZM18 6H13V11H18V6ZM6 13H11V18H6V13ZM18 13H13V18H18V13Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const Level4Icon = createIcon(path);