getIcon
@firecms/core / getIcon
Function: getIcon()
Section titled “Function: getIcon()”getIcon(
iconKey?,className?,color?,size?):ReactElement<any,string|JSXElementConstructor<any>> |undefined
Defined in: util/icons.tsx:7
Parameters
Section titled “Parameters”iconKey?
Section titled “iconKey?”ReactNode
className?
Section titled “className?”string
color?
Section titled “color?”IconColor
number | "small" | "medium" | "large" | "smallest"
Returns
Section titled “Returns”ReactElement<any, string | JSXElementConstructor<any>> | undefined