ConversionResult
Represents the result of converting an icon file to Kotlin code.
This class encapsulates both the generated Kotlin source code and the original icon file contents, providing convenient access to commonly used properties from the icon metadata.
Properties
Link copied to clipboard
Shortcut for IconFileContents.height.
Link copied to clipboard
The original icon file contents and metadata.
Link copied to clipboard
The generated Kotlin source code representing the icon.
Link copied to clipboard
Shortcut for IconFileContents.nodes.
Link copied to clipboard
Shortcut for IconFileContents.viewportHeight.
Link copied to clipboard
Shortcut for IconFileContents.viewportWidth.
Link copied to clipboard
Shortcut for IconFileContents.width.