UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 454 B
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 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4ZM4 4H8V8H4V4ZM10 8V4H14V8H10ZM16 8V4H20V8H16ZM16 16H20V20H16V16ZM14 16V20H10V16H14ZM8 16V20H4V16H8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const FreezeRowIcon = createIcon(path);