@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 471 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M3 1H5.25V3H3V1ZM3 21V23H5.25V21H3ZM21 21H18.75V23H21V21ZM21 3V1H18.75V3H21ZM9.75 1V3H14.25V1H9.75ZM21 6.5H19V10.1667H21V6.5ZM21 13.8333H19V17.5H21V13.8333ZM14.25 23V21H9.75V23H14.25ZM3 17.5H5V13.8333H3V17.5ZM3 10.1667H5V6.5H3V10.1667Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FrameNoneIcon = createIcon(path);