1- // Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
2- // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3- // Website: https://www.blazor.zone or https://argozhang.github.io/
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the Apache 2.0 License
3+ // See the LICENSE file in the project root for more information.
4+ // Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
45
56namespace BootstrapBlazor . Components ;
67
78internal static class MaterialDesignIcons
89{
910 public static Dictionary < ComponentIcons , string > Icons => new ( )
1011 {
11- // AnchorLink 组件
1212 { ComponentIcons . AnchorLinkIcon , "mdi mdi-link-variant" } ,
13-
14- // Avatar 组件
1513 { ComponentIcons . AvatarIcon , "mdi mdi-account" } ,
1614 { ComponentIcons . AutoFillIcon , "mdi mdi-chevron-up" } ,
1715 { ComponentIcons . AutoCompleteIcon , "mdi mdi-chevron-up" } ,
@@ -23,23 +21,23 @@ internal static class MaterialDesignIcons
2321 { ComponentIcons . CameraPlayIcon , "mdi mdi-play-circle-outline" } ,
2422 { ComponentIcons . CameraStopIcon , "mdi mdi-stop-circle-outline" } ,
2523 { ComponentIcons . CameraPhotoIcon , "mdi mdi-camera-outline" } ,
24+
2625 { ComponentIcons . CardCollapseIcon , "mdi mdi-chevron-right-circle" } ,
2726 { ComponentIcons . CarouselPreviousIcon , "mdi mdi-chevron-left" } ,
2827 { ComponentIcons . CarouselNextIcon , "mdi mdi-chevron-right" } ,
2928 { ComponentIcons . CascaderIcon , "mdi mdi-chevron-up" } ,
3029 { ComponentIcons . CascaderSubMenuIcon , "mdi mdi-chevron-down" } ,
3130 { ComponentIcons . ConsoleClearButtonIcon , "mdi mdi-close" } ,
3231
33- // DateTimePicker 组件
3432 { ComponentIcons . DatePickBodyPreviousYearIcon , "mdi mdi-chevron-double-left" } ,
3533 { ComponentIcons . DatePickBodyPreviousMonthIcon , "mdi mdi-chevron-left" } ,
3634 { ComponentIcons . DatePickBodyNextMonthIcon , "mdi mdi-chevron-right" } ,
3735 { ComponentIcons . DatePickBodyNextYearIcon , "mdi mdi-chevron-double-right" } ,
3836 { ComponentIcons . DateTimePickerIcon , "mdi mdi-calendar-outline" } ,
37+
3938 { ComponentIcons . TimePickerCellUpIcon , "mdi mdi-chevron-up" } ,
4039 { ComponentIcons . TimePickerCellDownIcon , "mdi mdi-chevron-down" } ,
4140
42- // DateTimeRange 组件
4341 { ComponentIcons . DateTimeRangeIcon , "mdi mdi-calendar-range-outline" } ,
4442 { ComponentIcons . DateTimeRangeClearIcon , "mdi mdi-close-circle-outline" } ,
4543
@@ -88,6 +86,11 @@ internal static class MaterialDesignIcons
8886 { ComponentIcons . InputNumberPlusIcon , "mdi mdi-plus-circle-outline" } ,
8987
9088 { 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+
9194 { ComponentIcons . LogoutLinkIcon , "mdi mdi-logout" } ,
9295
9396 { ComponentIcons . LoadingIcon , "mdi mdi-loading mdi-spin" } ,
0 commit comments