-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Material icons are a bit weird with the types of icons they have and support. They have outlined, filled, rounded, sharp and two toned icons. However, if you use the filled type you still have an icon called Help outline.
Info outline also exists, but only for the outline type. Which is not supported in the material-icons class. You need to specify the icon like this html
<span class="material-icons-outlined">
info
</span>It would be nice to support these different types of icons.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels