forked from xueque/eimusic-app
Generator
This module generates codes of fluent-icons from svg.
Thanks for the tutorial: https://github.com/DevSrSouza/svg-to-compose
The source code of the tool that converts SVG to XML is from Android Studio
The source code of the tool that converts XML to Kotlin code is from Jetpack Compose
- Save Icons HTML
- Access Fluent UI Catalog
- Save page as html to
icons-catalog.html - Run
ExtractSvgFromCatalogKt
- Run
ConvertToXmlKt - Run
ConvertToCodeKt