IconProps

Public Interface

Table of Contents
Signature
interface IconProps extends React.HTMLProps<HTMLDivElement> {}
References

React.HTMLProps, HTMLDivElement


Properties

children

Public PropertySignature

Signature
children?: undefined

color

Public PropertySignature

Signature
color?: string

crossOrigin

Public PropertySignature

Signature
crossOrigin?: 'anonymous' | 'use-credentials'

icon

Public PropertySignature

Signature
icon: TLUiIconType
References

TLUiIconType


invertIcon

Public PropertySignature

Signature
invertIcon?: boolean

small

Public PropertySignature

Signature
small?: boolean

Edit this page
Last edited on 11 May 2023
IconInput