Skip to content

Commit

Permalink
Update svgbundle.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 authored Nov 22, 2024
1 parent 8c6059a commit f0ea7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/survey-core/src/svgbundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export class SvgIconRegistry {
if (iconId.indexOf(iconPrefix) == 0) {
iconId = iconId.substring(iconPrefix.length);
}
iconId = renamedIcons[iconId] || iconId;
return iconId;
}
public registerIconFromSymbol(iconId: string, iconSymbolSvg: string) {
Expand Down

0 comments on commit f0ea7b6

Please sign in to comment.