Currently, the only available option is to extract the svg path from the file using Vite ?raw import and Webpack raw-loader. Then create an SVG object to use it in the KendoReact components as in the following example:
This is inconvenient when dealing with a large set of custom icons, which will have to be mapped to SVG objects instead of being used directly.