SvgIcon
Component
Represents the KendoReact SvgIcon component.
Definition
Package:@progress/kendo-react-common
Syntax:
jsx
import { accessibility } from '@progress/kendo-svg-icons';
const App = () => {
return (
<SvgIcon icon={accessibility} />
);
};
Properties
props
SvgIconProps intersected with RefAttributes<null | SvgIconHandle>
The props of the SvgIcon component.