@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 506 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M5 2C3.89543 2 3 2.89543 3 4V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V4C21 2.89543 20.1046 2 19 2H5ZM5 4L19 4V20H5V4ZM7.5 6C7.22386 6 7 6.22386 7 6.5V11.5C7 11.7761 7.22386 12 7.5 12H16.5C16.7761 12 17 11.7761 17 11.5V6.5C17 6.22386 16.7761 6 16.5 6H7.5Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const HeaderIcon = createIcon(path);