Does anyone know how we ourselves can create these cool Material Compose icon Kotlin files like the material-icons-core-android ones? An automatic SVG2Kotlin converter would be cool, or VectorXml2Kotlin!

Asking for a friend πŸ˜„

Maybe @romainguy or @ianlake know :)

@mreichelt @romainguy @ianlake I use this to convert svgs to Image vectors on one of my pet projects:
https://github.com/iurysza/livematch/blob/main/assets/icons/svg-to-compose.main.kts

Not sure if that's what you're looking for, but it does the job.

livematch/assets/icons/svg-to-compose.main.kts at main Β· iurysza/livematch

WIP: A /r/soccer client for android built with compose - iurysza/livematch

GitHub
@iurysza @romainguy @ianlake oh, nice - this seems to be the project https://github.com/DevSrSouza/svg-to-compose, which I've not heard of before. This looks really useful! Thank you :)
GitHub - DevSrSouza/svg-to-compose: Converts SVG and Android Vector Drawable in Compose Multiplatform source code

Converts SVG and Android Vector Drawable in Compose Multiplatform source code - GitHub - DevSrSouza/svg-to-compose: Converts SVG and Android Vector Drawable in Compose Multiplatform source code

GitHub