Skip to main content

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โ€‹

ReactNode

React icon element

color?โ€‹

string

Color name or custom color value

Returnsโ€‹

ReactNode

Colored icon wrapped in span