SvgIconProps
Represents the props of the KendoReact SvgIcon 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:
| |
icon? |
|
Specifies the SVG icon.
| |
id? |
|
Sets the | |
size? |
|
Specifies the size of the icon. The possible values are:
You can use the | |
style? |
|
Sets additional CSS styles to the icon. | |
svgClassName? |
|
Specifies a list of CSS classes that will be added to the svg element. | |
svgStyle? |
|
Sets additional CSS styles to the svg element. | |
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 | |
viewBox? |
|
Specifies the viewBox of the custom SVG icon. |