Themes: add 'link' as builtin, available Icon

This commit is contained in:
Pieter Vander Vennet 2024-01-16 04:17:59 +01:00
parent f8644dd4ad
commit 7872f22151
2 changed files with 4 additions and 0 deletions

View file

@ -137,6 +137,7 @@ export default class Constants {
"close",
"heart",
"heart_outline",
"link",
] as const
public static readonly defaultPinIcons: string[] = <any>Constants._defaultPinIcons