We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940c31e commit b0f194cCopy full SHA for b0f194c
src/BootstrapBlazor/Icons/BootstrapIcons.cs
@@ -61,7 +61,7 @@ internal static class BootstrapIcons
61
{ ComponentIcons.StepErrorIcon, "bi bi-x" },
62
63
{ ComponentIcons.FilterButtonFilterIcon, "bi bi-funnel-fill" },
64
- { ComponentIcons.FilterButtonClearIcon, "bi bi-funnel" },
+ { ComponentIcons.FilterButtonClearIcon, "bi bi-ban" },
65
66
{ ComponentIcons.TableFilterPlusIcon, "bi bi-plus" },
67
{ ComponentIcons.TableFilterMinusIcon, "bi bi-dash" },
0 commit comments