NoticePropsinterface

{
	icon?: ReactElement | false | undefined;
}
PropertyType
.iconReactElement
false
Icon for the notice (or null or false to hide the icon, defaults to <StatusIcon>).

Props for <Notice> — flex/colour/status styling variants, optional children, and an optional icon.