I was playing in the lit playground and found out that I need to use Material Icons instead of Material Symbols for the icons to work correctly, which is confusing since the Applying icons page says that the default icon used in Material You should be Material Symbols
After some code digging, I found that the current icon component uses Material Icons
|
font-family: 'Material Icons'; |
Is there any reason that the Icons aren't implemented as Material Symbols?
code: lit gist
I was playing in the lit playground and found out that I need to use Material Icons instead of Material Symbols for the icons to work correctly, which is confusing since the Applying icons page says that the default icon used in Material You should be Material Symbols
After some code digging, I found that the current icon component uses Material Icons
material-web/icon/lib/icon-styles.scss
Line 7 in 933cb14
Is there any reason that the Icons aren't implemented as Material Symbols?
code: lit gist