IconButtonWithText

fun IconButtonWithText(onClick: () -> Unit, icon: ImageVector, text: String, contentDescription: String = text, color: Color = MaterialTheme.colorScheme.onBackground)