File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/BootstrapBlazor/Icons Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ internal static class BootstrapIcons
160160 { ComponentIcons . TableExportExcelIcon , "bi bi-filetype-xlsx" } ,
161161 { ComponentIcons . TableExportPdfIcon , "bi bi-filetype-pdf" } ,
162162 { ComponentIcons . TableSearchButtonIcon , "bi bi-search" } ,
163- { ComponentIcons . TableResetSearchButtonIcon , "bi bi-trash3 " } ,
163+ { ComponentIcons . TableResetSearchButtonIcon , "bi bi-x-circle-fill " } ,
164164 { ComponentIcons . TableCloseButtonIcon , "bi bi-x" } ,
165165 { ComponentIcons . TableCancelButtonIcon , "bi bi-x" } ,
166166 { ComponentIcons . TableSaveButtonIcon , "bi bi-check" } ,
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ internal static class FontAwesomeIcons
160160 { ComponentIcons . TableExportExcelIcon , "fa-solid fa-fw fa-file-excel" } ,
161161 { ComponentIcons . TableExportPdfIcon , "fa-solid fa-fw fa-file-pdf" } ,
162162 { ComponentIcons . TableSearchButtonIcon , "fa-solid fa-magnifying-glass" } ,
163- { ComponentIcons . TableResetSearchButtonIcon , "fa-regular fa-trash-can " } ,
163+ { ComponentIcons . TableResetSearchButtonIcon , "fa-solid fa-delete-left " } ,
164164 { ComponentIcons . TableCloseButtonIcon , "fa-solid fa-xmark" } ,
165165 { ComponentIcons . TableCancelButtonIcon , "fa-solid fa-xmark" } ,
166166 { ComponentIcons . TableSaveButtonIcon , "fa-solid fa-floppy-disk" } ,
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ internal static class MaterialDesignIcons
160160 { ComponentIcons . TableExportExcelIcon , "mdi mdi-file-excel-box" } ,
161161 { ComponentIcons . TableExportPdfIcon , "mdi mdi-file-pdf-box" } ,
162162 { ComponentIcons . TableSearchButtonIcon , "mdi mdi-magnify" } ,
163- { ComponentIcons . TableResetSearchButtonIcon , "mdi mdi-trash-can-outline " } ,
163+ { ComponentIcons . TableResetSearchButtonIcon , "mdi mdi-backspace " } ,
164164 { ComponentIcons . TableCloseButtonIcon , "mdi mdi-close" } ,
165165 { ComponentIcons . TableCancelButtonIcon , "mdi mdi-close" } ,
166166 { ComponentIcons . TableSaveButtonIcon , "mdi mdi-content-save" } ,
You can’t perform that action at this time.
0 commit comments