New to KendoReactLearn about KendoReact Free.

Icon

Represents the KendoReact Icon component.

A Functional Component.

jsx
const App = () => {
  return (
      <Icon name="home"/>
  );
};
   ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

props

IconProps intersected with RefAttributes<"null" | IconHandle>

The props of the Icon component.

Not finding the help you need?
Contact Support