Skip to content

Error: Material Icon Pack Name Issues #99

Description

@bigbrain-cmd

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,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions