TextFieldIconButton

fun TextFieldIconButton(onClick: () -> Unit, icon: SparkIcon, contentDescription: String?, modifier: Modifier = Modifier, enabled: Boolean = true, colors: IconButtonColors = IconButtonDefaults.iconButtonColors(), interactionSource: MutableInteractionSource = remember { MutableInteractionSource() })

An icon ghost button that can be used as leading or trailing content for a TextField. It's color is fixed to neutral.