Interface IIgrIconProps

Hierarchy

Hierarchy

  • IIgrIconProps

Properties

children?: ReactNode
className?: string
collection?: string

The name of the registered collection for look up of icons. Defaults to default.

id?: string
mirrored?: string | boolean

Whether to flip the icon. Useful for RTL layouts.

name?: string

The name of the icon glyph to draw.

size?: string | SizableComponentSize
style?: CSSProperties