Files
eimusic-app/fluent-icons-generator
NianChen e5873ae6fe init
2023-04-13 18:06:05 +08:00
..
2023-04-13 18:06:05 +08:00
2023-04-13 18:06:05 +08:00
2023-04-13 18:06:05 +08:00
2023-04-13 18:06:05 +08:00

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

  1. Save Icons HTML
    1. Access Fluent UI Catalog
    2. Save page as html to icons-catalog.html
    3. Run ExtractSvgFromCatalogKt
  2. Run ConvertToXmlKt
  3. Run ConvertToCodeKt