@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 488 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M3 1C1.89543 1 1 1.89543 1 3V7H3V3H7V1H3ZM15 1H9V3H15V1ZM21 1H17V3H21V7H23V3C23 1.89543 22.1046 1 21 1ZM3 12V9H1V21C1 22.1046 1.89543 23 3 23H15V21H12V13C12 12.4477 11.5523 12 11 12H3ZM21 15H23V9H21V15ZM23 21V17H21V21H17V23H21C22.1046 23 23 22.1046 23 21Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ResizeIcon = createIcon(path);