CardWithIconAndMarkdown

fun CardWithIconAndMarkdown(icon: ImageVector?, title: String, text: String, modifier: Modifier = Modifier, contentDescription: String = title, colors: CardColors = CardDefaults.cardColors())