Vector
A single vector icon that remains constant regardless of theme state.
This implementation displays the same imageVector in both light and dark themes. Use this when you want the icon to remain unchanged during theme transitions.
Functions
Link copied to clipboard
open override fun Icon(state: ThemeAnimationState, tint: Color, modifier: Modifier, contentDescription: String?)
Renders the icon based on the current theme state.