@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 375 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M1 7C1 5.89543 1.89543 5 3 5H21C22.1046 5 23 5.89543 23 7V17C23 18.1046 22.1046 19 21 19H3C1.89543 19 1 18.1046 1 17V7ZM21 7L3 7V17H21V7Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const FrameNarrowIcon = createIcon(path);