@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 502 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M8 1V3H16V1H18V3H20C21.1046 3 22 3.89543 22 5V9V21C22 22.1046 21.1046 23 20 23H4C2.89543 23 2 22.1046 2 21V9V5C2 3.89543 2.89543 3 4 3H6V1H8ZM4 10V21H20V10H4ZM20 8H4V5H6H8H16H18H20V8ZM6 14H8V16H6V14ZM11.3 14H9.30005V16H11.3V14ZM12.7 14V16H14.7V14H12.7ZM16 16V14H18V16H16Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const WeekIcon = createIcon(path);