@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 505 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M4 3C2.89543 3 2 3.89543 2 5V19C2 20.1046 2.89543 21 4 21H20C21.1046 21 22 20.1046 22 19V5C22 3.89543 21.1046 3 20 3H4ZM4 5H20V19H4V5ZM6.5 8C6.22386 8 6 8.22386 6 8.5V11.5C6 11.7761 6.22386 12 6.5 12H15.5C15.7761 12 16 11.7761 16 11.5V8.5C16 8.22386 15.7761 8 15.5 8H6.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const DisplayIcon = createIcon(path);