Icon
Component
Represents the KendoReact Icon component.
Definition
Package:@progress/kendo-react-common
Syntax:
jsx
const App = () => {
return (
<Icon name="home"/>
);
};
Properties
props
IconProps intersected with RefAttributes<null | IconHandle>
The props of the Icon component.