@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 494 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 8H4V5H6H8H16H18H20V8ZM9 16V18H7V16H9ZM13 12H11V14H13V12ZM11 16H13V18H11V16ZM17 14V12H15V14H17Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const MonthIcon = createIcon(path);