Icon
Represents the KendoReact Icon component.
const App = () => {
return (
<Icon name="home"/>
);
};
ReactDOM.render(<App />, document.querySelector('my-app'));
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the Icon component. |