@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 300 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M5 3H19V21H5V3ZM3 23V1H21V23H3ZM9 7H15V17H9V7ZM7 19V5H17V19H7Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const BorderFrameIcon = createIcon(path);