Icon
data class Icon(val icon: SparkIcon, val contentDescription: String, val label: String? = null) : CircularMeterContent(source)
Display an icon centred in the ring, optionally with a label below.
![]()
Parameters
icon
The SparkIcon to render.
contentDescription
Accessible description for the icon.
label
Optional label displayed below the icon.