Function: getStatusIconComponent()
function getStatusIconComponent(status: string): IconType;
Defined in: src/utils/status.ts:79
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.