ErrorBanner

@Composable
fun ErrorBanner(text: String, modifier: Modifier = Modifier, icon: @Composable () -> Unit? = { Icon(AllIconsKeys.General.BalloonError, null) }, actions: @Composable RowScope.() -> Unit? = null, style: DefaultBannerStyle = JewelTheme.defaultBannerStyle.error, textStyle: TextStyle = JewelTheme.defaultTextStyle)