Skip to main content

Icon-1

Icon(FdIconProps): null | Element

Icon component that provides access to Radix UI icons with standardized sizing and styling options

Parameters

FdIconProps

FdIconProps

FdIconProps

Returns

null | Element

Example

   <Icon name="chevronDown" size="size-5" color="text-primary" onClick={...}/>