render Composable To Ico File
fun renderComposableToIcoFile(iconRenderProperties: IconRenderProperties, content: () -> Unit): String
Renders a Composable to an ICO file and returns the path to the file.
Return
Path to the generated ICO file
Parameters
icon Render Properties
Properties for rendering the icon
content
The Composable content to render
Throws
Exception
if rendering fails