@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 342 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M21 3H17V7H21V3ZM21 17H17V21H21V17ZM10 17H14V21H10V17ZM7 17H3V21H7V17ZM17 10H21V14H17V10ZM14 10H10V14H14V10Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const ResizerIcon = createIcon(path);