@@ -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