GenericAction

fun GenericAction(    modifier: Modifier = Modifier,     icon: ImageVector,     enabled: Boolean = true,     shape: Shape? = null,     color: Color? = null,     iconTint: Color? = null,     style: StreamFixedSizeButtonStyle? = null,     onAction: () -> Unit)