I am using "material-design-icons": "^3.0.1", and Angular 10.0.4
"@angular-devkit/build-angular": "^0.1000.4",
"@angular/cli": "^10.0.4",
"@angular/compiler-cli": "^10.0.5",
In my template file I am using filter_alt icon but its rendering collections icon. I am not sure if its a bug or something else is happening there. Please take a look
I am also facing the same issue. @spp125 if it got fixed for you, can you please put some light.
Same for me.
@spp125 @cryptonrohit
Workaround: Try using filter_list_alt instead filter_alt. It's okey for me.
Most helpful comment
Same for me.
@spp125 @cryptonrohit
Workaround: Try using
filter_list_altinsteadfilter_alt. It's okey for me.