The kendo-icons is a monorepo for all Kendo UI icons that are used in the Kendo UI and Telerik UI for Blazor components. This repo contains all SVG and font icons, the related CSS, metadata and files, needed to use them in a project. The Kendo UI icons are available as NPM packages:
- font icons - https://www.npmjs.com/package/@progress/kendo-font-icons
- SVG icons - https://www.npmjs.com/package/@progress/kendo-svg-icons
To setup the kendo-icons
repo for work, follow these steps:
- Clone the repository.
- Run
npm run setup
in the terminal.
The kendo-icons repo is organized in the following way:
- docs - contains a page, which visualizes all font icons.
- packages
- font-icons - contains the Kendo UI icons font, the related CSS and font files.
- svg-icons - contains the Kendo UI SVG icons definitions and metadata.
- scripts - various javascript files.
- src/telerik-icons - contains all Kendo UI SVG icons, a list with all available icons, the relevant icons categories, ids and other properties.
More details about the icons, their installation, usage etc. could be found in the Progress Design System: