IconProps
Represents the props of the KendoReact Icon component.
Name | Type | Default | Description |
---|---|---|---|
className? |
|
Specifies a list of CSS classes that will be added to the root DOM element. | |
flip? |
|
Specifies the icon flip direction. The possible values are:
| |
id? |
|
Sets the | |
name? |
|
Represents the name of the icon. | |
onClick? |
| ||
onDoubleClick? |
| ||
onMouseDown? |
| ||
onMouseEnter? |
| ||
onMouseLeave? |
| ||
onMouseMove? |
| ||
onMouseOut? |
| ||
onMouseOver? |
| ||
onMouseUp? |
| ||
size? |
|
Specifies the size of the icon. The possible values are:
You can use the | |
style? |
|
Sets additional CSS styles to the icon. | |
tabIndex? |
|
Sets the | |
themeColor? |
|
Specifies the theme color of the Icon. The possible values are:
If the property is not set, the icon inherits the color from its parent. You can use the |