@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 500 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M4 2C2.89543 2 2 2.89543 2 4V8V10V20C2 21.1046 2.89543 22 4 22H8H10H14H16H20C21.1046 22 22 21.1046 22 20V10V8V4C22 2.89543 21.1046 2 20 2H16H14H10H8H4ZM14 4H10L10 8H14V4ZM14 10H10L10 20H14L14 10ZM16 20L16 10H20V20H16ZM16 8V4H20V8H16ZM8 20L8 10H4V20H8ZM8 8L8 4H4V8H8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ColumnsIcon = createIcon(path);