fun DestructiveCircleButton(icon: () -> Unit, onClick: () -> Unit, isEnabled: Boolean = true)
icon: Function0
The icon to display on the button.
onClick: Function0
The action to perform when the button is clicked.
isEnabled: Boolean
Whether the button is enabled or disabled.