paletteonIcon
inline fun paletteonIcon(name: String, autoMirror: Boolean = false, block: ImageVector.Builder.() -> ImageVector.Builder): ImageVector
Utility function to construct an icon in the Paletteon library with default size and vector information. This function is primarily used by generated icons within the library and is not intended for manual use outside of icon generation.
Return
The constructed ImageVector instance representing the icon.
Parameters
name
The name of the generated icon, typically matching the corresponding icon file.
autoMirror
If true, the vector asset will automatically be mirrored for right-to-left locales.
block
The builder lambda where vector paths can be defined and added to this icon.