UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 457 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M4 7V2H2V7C2 8.10457 2.89543 9 4 9H20C21.1046 9 22 8.10457 22 7V2H20V7H13V2H11V7H4ZM4 19V22H2V13C2 11.8954 2.89543 11 4 11H20C21.1046 11 22 11.8954 22 13V22H20V19H13V22H11V19H4ZM13 17H20V13H13V17ZM11 17V13H4V17H11Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const FixedColumnWidthIcon = createIcon(path);