There comes a time when you just need to display an SVG file.
In your gradle add the following. The version may be different as of writing this.
//Coil
implementation "com.google.accompanist:accompanist-coil:0.11.1"
implementation "io.coil-kt:coil-svg:1.1.1"
With this we now have the ability to use an SVGDecoder, that we can use in our…