Card

fun Card(title: String, icon: String?, @DrawableRes fallbackIconRes: Int, modifier: Modifier = Modifier, onClick: () -> Unit = {})