Skip to content

Commit 42a7d27

Browse files
committed
refactor: 更新刷新按钮图标
1 parent 1a3bea7 commit 42a7d27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/BootstrapBlazor/Icons/FontAwesomeIcons.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ internal static class FontAwesomeIcons
134134
{ ComponentIcons.TabNextIcon, "fa-solid fa-chevron-right" },
135135
{ ComponentIcons.TabDropdownIcon, "fa-solid fa-chevron-down" },
136136
{ ComponentIcons.TabCloseIcon, "fa-solid fa-xmark" },
137-
{ ComponentIcons.TabRefreshButtonIcon, "fa-solid fa-arrows-rotate" },
137+
{ ComponentIcons.TabRefreshButtonIcon, "fa-solid fa-rotate-right" },
138138

139139
{ ComponentIcons.TableColumnToolboxIcon, "fa-solid fa-gear" },
140140

src/BootstrapBlazor/Icons/MaterialDesignIcons.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ internal static class MaterialDesignIcons
7777
{ ComponentIcons.ImagePreviewNextIcon, "mdi mdi-chevron-right" },
7878
{ ComponentIcons.ImagePreviewMinusIcon, "mdi mdi-magnify-minus-outline" },
7979
{ ComponentIcons.ImagePreviewPlusIcon, "mdi mdi-magnify-plus-outline" },
80-
{ ComponentIcons.ImagePreviewRotateLeftIcon, "mdi mdi-file-rotate-left-outline" },
81-
{ ComponentIcons.ImagePreviewRotateRightIcon, "mdi mdi-file-rotate-right-outline" },
80+
{ ComponentIcons.ImagePreviewRotateLeftIcon, "mdi mdi-restore" },
81+
{ ComponentIcons.ImagePreviewRotateRightIcon, "mdi mdi-reload" },
8282

8383
{ ComponentIcons.ImageViewerFileIcon, "mdi mdi-file-image-outline" },
8484

@@ -136,7 +136,7 @@ internal static class MaterialDesignIcons
136136
{ ComponentIcons.TabNextIcon, "mdi mdi-chevron-right" },
137137
{ ComponentIcons.TabDropdownIcon, "mdi mdi-chevron-down" },
138138
{ ComponentIcons.TabCloseIcon, "mdi mdi-close" },
139-
{ ComponentIcons.TabRefreshButtonIcon, "mdi mdi-refresh" },
139+
{ ComponentIcons.TabRefreshButtonIcon, "mdi mdi-reload" },
140140

141141
{ ComponentIcons.TableColumnToolboxIcon, "mdi mdi-cog" },
142142

0 commit comments

Comments
 (0)