TLUiIconProps
Public Interface
Table of Contents
Signature
interface TLUiIconProps 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
invertIcon
Public PropertySignature
Signature
invertIcon?: boolean
small
Public PropertySignature
Signature
small?: boolean