Unplanned
Last Updated: 19 Jul 2024 06:23 by Mauro
Sergey
Created on: 17 Oct 2023 13:22
Category: Kendo UI for Angular
Type: Feature Request
10
Change Default SVG Icon

Hi Team, 

Currently, the Kendo UI for Angular library relies on SVG icons as default icons. This means that developers would have to use a service to change the default icons inside components. This approach, however, does change all icons inside the project and is not suitable for cases where only a particular icon in a single component should be changed. 

Therefore, I would like to request a designated property or a specific approach that would allow developers to change particular icons inside particular components.

1 comment
Mauro
Posted on: 19 Jul 2024 06:23
Sending an additional parameter to the service when svg is requested that contains a value (component name for example) that helps identifying the source would help (can return different icon in the extended service).