A secondary circular button without text label. A circular button that doesn't have a text label. Icon buttons share the same look and behavior with buttons.
Signature
fun SecondaryCircleButton(icon: () -> Unit, onClick: () -> Unit, modifier: Modifier = Modifier, colors: SecondaryButtonColors = SecondaryButtonDefaults.colors(), isEnabled: Boolean = true)