Function: renderColoredIcon()
renderColoredIcon(
icon
:ReactNode
,color?
:string
):ReactNode
Defined in: src/theme/components/iconUtils.tsx:77
Internal
Wraps icon in a span with color class or inline style.
Parametersโ
iconโ
React icon element
color?โ
string
Color name or custom color value
Returnsโ
Colored icon wrapped in span