Migrate fully from Material Icons to Material Symbols
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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 https://github.com/Kompakkt/Repo/pull/246
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository for Material Icons imports and every mat-icon element, and review the final comment on pull request #246 for context. Replace the old icon usage with Material Symbols, choosing filled or outlined consistently and preserving non-default choices where needed; done means Material Icons is no longer used and all mat-icon elements have an appropriate style.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100