GoogleSignInButtonIconOnly

fun GoogleSignInButtonIconOnly(modifier: Modifier = Modifier.size(44.dp), mode: GoogleButtonMode = GoogleButtonMode.Light, shape: Shape = ButtonDefaults.shape, onClick: () -> Unit)

GoogleSignInButton Composable icon only. This follows Google's design guidelines and can be easily customized to fit into your project.

Parameters