IconContainerStyle
data class IconContainerStyle(val size: ComponentSize, val padding: ComponentPadding, val icon: IconStyle)
Represents the styling for the icon container component.
Parameters
size
The size of the icon container.
padding
The padding of the icon container.
icon
The styling for the icon.