@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 373 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M1 6C1 4.89543 1.89543 4 3 4H21C22.1046 4 23 4.89543 23 6V18C23 19.1046 22.1046 20 21 20H3C1.89543 20 1 19.1046 1 18V6ZM21 6L3 6V18H21V6Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const RectangleIcon = createIcon(path);