jlnrrg / simple_icons

The Simple Icon pack available as Flutter Icons. Provides over 1500 Free SVG icons for popular brands.
Creative Commons Zero v1.0 Universal
27 stars 6 forks source link

Added Map of type <String, IconData> to get icons using string #68

Closed ketanchoyal closed 11 months ago

jlnrrg commented 11 months ago

Thank you for your input. I took some inspiration from your PR, but in the end decided not to create a seperate file, but just create a values attribute on the SimpleIcons class, which serves the same purpose.