Right now we have both Material Icons (old) and Material Symbols (new) in our project.
Material Symbols allows for more flexibility when styling icons in general, and is preferred.
To switch fully, we need to:
- Remove Material Icons fully
- Apply either the "filled" or "outlined" Material Symbols style to all mat-icon elements
- Apply the non-default choice to mat-icon elements where needed
This is part of what I meant in my final comment on #246
Right now we have both Material Icons (old) and Material Symbols (new) in our project.
Material Symbols allows for more flexibility when styling icons in general, and is preferred.
To switch fully, we need to:
This is part of what I meant in my final comment on #246