forked from MapComplete/MapComplete
Themes: add some icons
This commit is contained in:
parent
5f355aa3e2
commit
48df2379bf
4 changed files with 41 additions and 24 deletions
|
@ -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
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue