@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 482 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M22 4C22 2.89543 21.1046 2 20 2L4 2C2.89543 2 2 2.89543 2 4L2 20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20L22 4ZM20 4V8L15 8V4L20 4ZM15 10H20V14H15L15 10ZM15 16H20V20H15V16ZM9 16V20H4V16H9ZM9 14H4V10H9L9 14ZM9 8L4 8L4 4L9 4L9 8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FreezeColumnIcon = createIcon(path);