IconWithTextButton

fun IconWithTextButton(modifier: Modifier = Modifier, iconModifier: Modifier = Modifier.size(spacing.icon), textModifier: Modifier = Modifier, icon: ImageVector = Icons.Default.ChevronLeft, contentDescription: String? = null, text: String = "", talkbackHint: String = "", textStyle: TextStyle = MaterialTheme.typography.labelSmall, fontWeight: FontWeight = FontWeight.Bold, fontSize: TextUnit = 18.sp, color: Color = MaterialTheme.colorScheme.onPrimary, onClick: () -> Unit)