SvgIcon
Represents the KendoReact SvgIcon component.
import { accessibility } from '@progress/kendo-svg-icons';
const App = () => {
return (
<SvgIcon icon={accessibility} />
);
};
ReactDOM.render(<App />, document.querySelector('my-app'));
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the SvgIcon component. |