@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: 'M1 3C1 1.89543 1.89543 1 3 1H7V3H3V7H1V3ZM9 1H15V3H9V1ZM17 1H21C22.1046 1 23 1.89543 23 3V7H21V3H17V1ZM3 9V15H1V9H3ZM23 9V15H21V9H23ZM3 17V21H7V23H3C1.89543 23 1 22.1046 1 21V17H3ZM23 17V21C23 22.1046 22.1046 23 21 23H17V21H21V17H23ZM9 21H15V23H9V21Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FrameCustomIcon = createIcon(path);