sakibulrasel / dynamic_icon

Other
3 stars 4 forks source link

feat: Allow icon object customization #3

Closed reinhart1010 closed 1 year ago

reinhart1010 commented 2 years ago

I decided to introduce more customization features to the generated Icons and FaIcons. Additionally, I modified the getIconFromName() output from dynamic into Widget? which are inherited in both Icons and FaIcons.

Having these icons styled on run-time makes it easy to add new icons without impacting much the library's file size, i.e. without copy-pasting all static parameters into the list.

EdoardoVignati commented 1 year ago

@reinhart1010 feel free to contribute to the original package here