Themes: add some icons

This commit is contained in:
Pieter Vander Vennet 2024-07-29 23:34:41 +02:00
parent 5f355aa3e2
commit 48df2379bf
4 changed files with 41 additions and 24 deletions

View file

@ -118,45 +118,49 @@ export default class Constants {
* These are the values that are allowed to use as 'backdrop' icon for a map pin
*/
private static readonly _defaultPinIcons = [
"pin",
"addSmall",
"brick_wall_round",
"brick_wall_square",
"bug",
"square",
"square_rounded",
"circle",
"checkmark",
"checkmark",
"circle",
"clock",
"close",
"close",
"confirm",
"computer",
"cross_bottom_right",
"crosshair",
"desktop",
"direction",
"gear",
"gps_arrow",
"heart",
"heart_outline",
"help",
"help",
"home",
"invalid",
"invalid",
"link",
"location",
"location_empty",
"location_locked",
"mastodon",
"not_found",
"note",
"party",
"pin",
"resolved",
"ring",
"scissors",
"square",
"square_rounded",
"teardrop",
"teardrop_with_hole_green",
"triangle",
"brick_wall_square",
"brick_wall_round",
"gps_arrow",
"checkmark",
"help",
"close",
"invalid",
"heart",
"heart_outline",
"link",
"confirm",
"direction",
"not_found",
"mastodon",
"party",
"addSmall",
"wifi"
] as const
public static readonly defaultPinIcons: string[] = <any>Constants._defaultPinIcons
/**