New to KendoReactLearn about KendoReact Free.

SvgIcon

Represents the KendoReact SvgIcon component.

A Functional Component.

jsx
import { accessibility } from '@progress/kendo-svg-icons';

const App = () => {
  return (
      <SvgIcon icon={accessibility} />
  );
};
   ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

props

SvgIconProps intersected with RefAttributes<undefined>

The props of the SvgIcon component.

Not finding the help you need?
Contact Support