Changes
- Fix preview generation
- More predictable AllIcons order by sorting the icons name
- Add support for generating Icon accessor with name. It will generate a Map<String, ImageVector> with key being the icon name lowercase, if is contains a group, it should be separeted with a
dotwith the group name lowercase. Is practically the same Kotlin name acessor but all lower cased withou...