Kendo Icons
Перейти к файлу
Emil Petrov 4a13efd4c6
Merge branch 'develop' into imasyuko-patch-130
2024-09-04 17:44:45 +03:00
.github chore(ci): update actions to node 20 2024-03-20 11:24:40 +02:00
.husky chore: resolve husky deprecation warnings 2024-09-03 18:01:52 +03:00
docs chore: update paths in index page for local testing of the icons 2023-10-02 10:37:27 +03:00
packages chore(release): v3.0.0 2024-05-07 06:37:23 +00:00
scripts fix: correct glob path pattern on windows 2024-03-20 16:28:08 +02:00
src/telerik-icons chore: add icon category 2024-04-25 15:01:58 +03:00
.commitlintrc.json chore: update dependencies 2022-02-15 16:43:46 +02:00
.editorconfig chore: update dependencies 2022-02-15 16:43:46 +02:00
.gitignore chore: add .net specific folders to gitignore 2022-11-15 18:12:04 +02:00
CHANGELOG.md chore(release): v3.0.0 2024-05-07 06:37:23 +00:00
CODEOWNERS chore: remove kendo-icons-reviewers group from codeowners 2023-03-30 11:25:05 +03:00
README.md chore: update Readme file 2023-12-05 13:22:13 +02:00
eslint.config.mjs chore(deps): migrate from eslintrc to eslint.config syntax 2024-09-03 17:35:01 +03:00
lerna.json chore(release): v3.0.0 2024-05-07 06:37:23 +00:00
package-lock.json chore(deps-dev): bump the dev-dependencies group with 7 updates 2024-09-03 11:11:08 +03:00
package.json chore: resolve husky deprecation warnings 2024-09-03 18:01:52 +03:00
svgo.config.js refactor: split monolithic logic into smaller chunks 2022-02-15 16:43:46 +02:00
van.svg van 2024-07-22 19:36:38 +03:00

README.md

Kendo UI Icons

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:

Setting up the repo

To setup the kendo-icons repo for work, follow these steps:

  1. Clone the repository.
  2. Run npm run setup in the terminal.

Directory structure

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.

Usage

More details about the icons, their installation, usage etc. could be found in the Progress Design System: