New
0.11.0
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 without the icon pack group.
Full Changelog: https://github.com/DevSrSouza/svg-to-compose/compare/0.10.0...0.11.0