Function: getStatusIconComponent()
getStatusIconComponent(
status:string):IconType
Defined in: src/utils/status.ts:115
Resolve the React icon component corresponding to a status string.
Parametersโ
statusโ
string
Status string to convert to an icon component.
Returnsโ
Icon component associated with the status or a neutral info icon.