@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 419 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 5V8V10V21C22 22.1046 21.1046 23 20 23H4C2.89543 23 2 22.1046 2 21V10V8V5C2 3.89543 2.89543 3 4 3H6V1H8ZM4 10V21H20V10H4ZM20 8H4V5H6H8H16H18H20V8Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const DayIcon = createIcon(path);