WarningDialog

fun WarningDialog(icon: ImageVector? = Icons.Rounded.Warning, title: String, onDismiss: () -> Unit, onConfirm: () -> Unit)