AiutaIcon
fun AiutaIcon(icon: AiutaIcon, contentDescription: String?, modifier: Modifier = Modifier, tint: Color = LocalContentColor.current.copy(alpha = LocalContentAlpha.current))
A composable that displays an icon from the Fashion SDK's icon resources. The icon can be tinted according to the current content color and alpha, unless the icon is configured to be drawn as-is.
Parameters
icon
The icon resource to display
contentDescription
The content description for accessibility
modifier
The modifier to be applied to the icon
tint
The color to tint the icon with. Defaults to the current content color with alpha