-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
In the material Icon pack, there is are issues on lines 1230-1232.
Issue:
'class__sharp': Icons.class__sharp,
'class__rounded': Icons.class__rounded,
'class__outlined': Icons.class__outlined,
The Icons.class__sharp has 2 underscores stopping it from reading properly.
it should be
'class__sharp': Icons.class_sharp,
'class__rounded': Icons.class_rounded,
'class__outlined': Icons.class_outlined,
Metadata
Metadata
Assignees
Labels
No labels