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
dot
with the group name lowercase. Is practically the same Kotlin name acessor but all lower cased without the icon pack group.
Full Changelog: 0.10.0...0.11.0