@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 446 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M8 3V1H6V3H4C2.89543 3 2 3.89543 2 5V8V10V21C2 22.1046 2.89543 23 4 23H20C21.1046 23 22 22.1046 22 21V10V8V5C22 3.89543 21.1046 3 20 3H18V1H16V3H8ZM4 21V10H20V21H4ZM4 8H20V5H18H16H8H6H4V8ZM10 16V12H6V16H10Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const TimelineTodayIcon = createIcon(path);