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? |
|
Fired when the element is clicked. | |
onDoubleClick? |
|
Fired when the element is double-clicked. | |
onMouseDown? |
|
Fired when the mouse button is pressed down on the element. | |
onMouseEnter? |
|
Fired when the mouse pointer enters the element. | |
onMouseLeave? |
|
Fired when the mouse pointer leaves the element. | |
onMouseMove? |
|
Fired when the mouse pointer moves over the element. | |
onMouseOut? |
|
Fired when the mouse pointer leaves the element or any of its child elements. | |
onMouseOver? |
|
Fired when the mouse pointer moves over the element or any of its child elements. | |
onMouseUp? |
|
Fired when the mouse button is released over the element. | |
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 |