WarningBanner

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