Unplanned
Last Updated: 14 Apr 2025 11:00 by p
p
Created on: 14 Apr 2025 11:00
Category: SVGIcon
Type: Feature Request
1
Add support for directly importing a custom SVG icon from a file

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.

0 comments