@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 301 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M17 3V1H7V3H17ZM5 5H3V19H5V5ZM7 21V23H17V21H7ZM19 19V5H21V19H19Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FrameInsetIcon = createIcon(path);