Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@progress/kendo-svg-icons

telerik1mApache-2.04.1.0TypeScript support: included

null

Kendo UI, SVG, Icons

readme

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:

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.1.0 (2025-04-15)

Features

4.0.0 (2024-11-06)

Features

  • migrate kendo-icons to dart-sass module system (961c691)

BREAKING CHANGES

  • Starting with the R4 2024 release the Kendo Font and SVG icons are now migrated to the SASS module system. This breaking change is due to the node-sass package reaching its official end of life.

For more information, please refer to the following links:

3.3.0 (2024-11-06)

Features

  • revert to import syntax (f15ed1a)

3.2.0 (2024-11-06)

Features

  • migrate kendo-icons to dart-sass module system (813851b)

3.1.0 (2024-09-12)

Features

3.0.0 (2024-05-07)

  • chore!: bump dotnet packages to netstandard 2.0 (a7215c0)

Features

BREAKING CHANGES

  • dotnet packages now target netstandard2.0

2.3.0 (2024-03-20)

Features

2.2.2 (2024-03-20)

Bug Fixes

  • trigger svg nuget prepare (ae4dcfc)

2.2.1 (2024-03-20)

Bug Fixes

  • correct glob path pattern on windows (04d7358)
  • trigger svg nuget prepare (a745090)

2.2.0 (2024-03-19)

Features

2.1.0 (2023-12-15)

Bug Fixes

  • add revised warning-circle icon (ff94947)
  • font-icons: resolve kendo-icons-font when importing from all.scss (6e51b8f)
  • normalize warning-circle (4a1a4f9)

Features

2.0.0 (2023-09-25)

Bug Fixes

  • svg: add compiled styles to dist (e5d153d)

Features

  • extract styles for svg icons (2073a0d)

BREAKING CHANGES

  • extract styles for svg icons, rename kendo-icon-styles mixin and k-icon selector

1.9.0 (2023-08-17)

Features

1.8.0 (2023-07-14)

Features

  • add envelope, envelope-link and envelope-box icons (78af9c4)
  • generate icons metadata (956717c)

1.7.0 (2023-07-11)

Features

1.6.0 (2023-07-06)

Bug Fixes

  • add categories to display-inline-block icon (3bb26d8)
  • correct misspelled icons (8345d6b)
  • fix uncategorized icon list (f6a737a)

Features

1.5.0 (2023-04-27)

Bug Fixes

  • fix display-Inline-block icon name (649518e)
  • update correct icon list file (b7ee1b0)

Features

1.4.2 (2023-03-23)

Features

1.4.1 (2023-03-22)

Bug Fixes

  • manually optimize icons with svgo (feef1ad)
  • update icon categories (a4c357b)

Features

  • add download-light icon (aa81882)

1.4.0 (2023-01-25)

Bug Fixes

  • change border-style icon from using rect to path (e373a42)

Features

  • add new icons (26f84e2)
  • manually generate font and styles to be included (c4ddab7)

1.3.0 (2023-01-24)

Features

  • override svgicon equals to value comparison (6bce898)

1.2.0 (2023-01-17)

Features

  • add new icons (90c86ba)
  • include font icon styles upon explicit mixin invokation (cbdac39)

1.1.2 (2023-01-16)

Bug Fixes

  • use k-flip-both for horizontal and vertical flip (bb3c7ce)

1.1.1 (2023-01-16)

Bug Fixes

  • normalize data-sds icon (1272cbb)

1.1.0 (2023-01-16)

Features

1.0.2 (2023-01-11)

Bug Fixes

  • add snk files and sign assemblies (8105a16)

1.0.1 (2023-01-09)

Bug Fixes

  • ci: associate packages with repo (bd0611c)

1.0.0 (2023-01-05)

Note: Version bump only for package kendo-icons

0.7.0 (2023-01-05)

Features

  • add flip and rotate utils to icons (6a89774)
  • add glyph name to font icons (b296d74)
  • remove icon suffix from svg icons (c449f70)
  • use icon-size var for svg icons sizing and revise sizing values (e40ad5e)

BREAKING CHANGES

    • Icon sizes are updated as follows:

XSmall (.k-icon-xs) -> 12px (0.75 * $ki-icon-size) Small (.k-icon-sm) -> 14px (0.875 * $ki-icon-size) Default, Medium (.k-icon-md) -> 16px ($ki-icon-size) Large (.k-icon-lg) -> 20px (1.25 * $ki-icon-size) XLarge (.k-icon-xl) -> 24px (1.5 * $ki-icon-size) XXLarge (.k-icon-xxl) -> 32px (2 * $ki-icon-size) XXXLarge (.k-icon-xxxl) -> 48px (3 * $ki-icon-size)

  • -icon suffix is removed from svg file and icon names

0.6.0 (2022-10-17)

Features

0.5.0 (2022-10-14)

Features

0.4.0 (2022-09-20)

Bug Fixes

  • add icon alias for handler-drag (3b38e94)

Features

  • add icons.json to the release package (2f60674)

0.3.0 (2022-09-07)

Bug Fixes

Features

0.2.0 (2022-07-18)

Bug Fixes

  • add missing icon aliases (6abd292)
  • include package-list.json into dist files (1854116)
  • svg-icon: rename svg icons to allow reserved names like import and export (79083fe)
  • use calc expression for icon size to allow usage of css variable for $ki-icon-size (4693bef)

Features