🌈 Create new beautiful Compose Gradients with our new wesite ->

FilledTonalIconButton

FilledTonalIconButton preview
Kotlin
@Composable

fun FilledTonalIconButtonSample() {
    FilledTonalIconButton(onClick = { /* Do something */ }) {
        Icon(imageVector = Icons.Filled.Favorite, contentDescription = "Favorite icon")
    }
}