5
common/resources/client/icons/material/CalendarToday.tsx
Executable file
5
common/resources/client/icons/material/CalendarToday.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const CalendarTodayIcon = createSvgIcon(
|
||||
<path d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z" />
|
||||
, 'CalendarTodayOutlined');
|
||||
Reference in New Issue
Block a user