@@ -9,10 +9,7 @@ internal static class MaterialDesignIcons
99{
1010 public static Dictionary < ComponentIcons , string > Icons => new ( )
1111 {
12- // AnchorLink 组件
1312 { ComponentIcons . AnchorLinkIcon , "mdi mdi-link-variant" } ,
14-
15- // Avatar 组件
1613 { ComponentIcons . AvatarIcon , "mdi mdi-account" } ,
1714 { ComponentIcons . AutoFillIcon , "mdi mdi-chevron-up" } ,
1815 { ComponentIcons . AutoCompleteIcon , "mdi mdi-chevron-up" } ,
@@ -24,23 +21,23 @@ internal static class MaterialDesignIcons
2421 { ComponentIcons . CameraPlayIcon , "mdi mdi-play-circle-outline" } ,
2522 { ComponentIcons . CameraStopIcon , "mdi mdi-stop-circle-outline" } ,
2623 { ComponentIcons . CameraPhotoIcon , "mdi mdi-camera-outline" } ,
24+
2725 { ComponentIcons . CardCollapseIcon , "mdi mdi-chevron-right-circle" } ,
2826 { ComponentIcons . CarouselPreviousIcon , "mdi mdi-chevron-left" } ,
2927 { ComponentIcons . CarouselNextIcon , "mdi mdi-chevron-right" } ,
3028 { ComponentIcons . CascaderIcon , "mdi mdi-chevron-up" } ,
3129 { ComponentIcons . CascaderSubMenuIcon , "mdi mdi-chevron-down" } ,
3230 { ComponentIcons . ConsoleClearButtonIcon , "mdi mdi-close" } ,
3331
34- // DateTimePicker 组件
3532 { ComponentIcons . DatePickBodyPreviousYearIcon , "mdi mdi-chevron-double-left" } ,
3633 { ComponentIcons . DatePickBodyPreviousMonthIcon , "mdi mdi-chevron-left" } ,
3734 { ComponentIcons . DatePickBodyNextMonthIcon , "mdi mdi-chevron-right" } ,
3835 { ComponentIcons . DatePickBodyNextYearIcon , "mdi mdi-chevron-double-right" } ,
3936 { ComponentIcons . DateTimePickerIcon , "mdi mdi-calendar-outline" } ,
37+
4038 { ComponentIcons . TimePickerCellUpIcon , "mdi mdi-chevron-up" } ,
4139 { ComponentIcons . TimePickerCellDownIcon , "mdi mdi-chevron-down" } ,
4240
43- // DateTimeRange 组件
4441 { ComponentIcons . DateTimeRangeIcon , "mdi mdi-calendar-range-outline" } ,
4542 { ComponentIcons . DateTimeRangeClearIcon , "mdi mdi-close-circle-outline" } ,
4643
@@ -89,6 +86,11 @@ internal static class MaterialDesignIcons
8986 { ComponentIcons . InputNumberPlusIcon , "mdi mdi-plus-circle-outline" } ,
9087
9188 { ComponentIcons . LayoutMenuBarIcon , "mdi mdi-menu" } ,
89+ { ComponentIcons . TabContextMenuRefreshIcon , "mdi mdi-refresh" } ,
90+ { ComponentIcons . TabContextMenuCloseIcon , "mdi mdi-close" } ,
91+ { ComponentIcons . TabContextMenuCloseOtherIcon , "mdi mdi-menu" } ,
92+ { ComponentIcons . TabContextMenuCloseAllIcon , "mdi mdi-arrow-left-right-bold" } ,
93+
9294 { ComponentIcons . LogoutLinkIcon , "mdi mdi-logout" } ,
9395
9496 { ComponentIcons . LoadingIcon , "mdi mdi-loading mdi-spin" } ,
0 commit comments