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

OutlinedIconButton

PREVIEW IS NOT AVAILABLE YET

Kotlin
@Composable
fun OutlinedIconButtonSample() {
    OutlinedIconButton(onClick = { /* doSomething() */ }) {
        Icon(Icons.Outlined.FavoriteBorder, contentDescription = "Localized description")
    }
}