JchuProgressButton
fun JchuProgressButton(state: JchuProgressButtonState, modifier: Modifier = Modifier, icon: ImageVector, fontSize: TextUnit = 16.sp, textStyle: TextStyle = MaterialTheme.typography.bodyLarge, colors: ButtonColors = ButtonDefaults.filledTonalButtonColors(), onClick: () -> Unit)
fun JchuProgressButton(modifier: Modifier = Modifier, text: String, icon: ImageVector, isLoading: Boolean = false, enabled: Boolean = true, fontSize: TextUnit = 16.sp, textStyle: TextStyle = MaterialTheme.typography.bodyLarge, colors: ButtonColors = ButtonDefaults.filledTonalButtonColors(), onClick: () -> Unit)