feat(LOY-10): dynamic icons based on reward id

This commit is contained in:
Chuma McPhoy
2024-12-04 18:51:12 +01:00
parent 4210218852
commit 13551417ed
23 changed files with 829 additions and 17 deletions

View File

@@ -14,6 +14,7 @@ export enum IconName {
Airplane = "Airplane",
ArrowRight = "ArrowRight",
Bar = "Bar",
Bed = "Bed",
Biking = "Biking",
Business = "Business",
Calendar = "Calendar",
@@ -32,11 +33,15 @@ export enum IconName {
Close = "Close",
CloseLarge = "CloseLarge",
CoffeeAlt = "CoffeeAlt",
Coin = "Coin",
Concierge = "Concierge",
ConvenienceStore24h = "ConvenienceStore24h",
Cool = "Cool",
CroissantCoffeeEgg = "CroissantCoffeeEgg",
CrossCircle = "CrossCircle",
Cultural = "Cultural",
CutleryOne = "CutleryOne",
CutleryTwo = "CutleryTwo",
DoorOpen = "DoorOpen",
Dresser = "Dresser",
ElectricBike = "ElectricBike",
@@ -52,25 +57,32 @@ export enum IconName {
Gallery = "Gallery",
Garage = "Garage",
Gift = "Gift",
GiftOpen = "GiftOpen",
Globe = "Globe",
Golf = "Golf",
Groceries = "Groceries",
Hanger = "Hanger",
HangerAlt = "HangerAlt",
HandKey = "HandKey",
KidsMocktail = "KidsMocktail",
Heat = "Heat",
House = "House",
HotelNight = "HotelNight",
Image = "Image",
InfoCircle = "InfoCircle",
Instagram = "Instagram",
Kayaking = "Kayaking",
Kettle = "Kettle",
Kids = "Kids",
Lamp = "Lamp",
LaundryMachine = "LaundryMachine",
LocalBar = "LocalBar",
Location = "Location",
Lock = "Lock",
MagicWand = "MagicWand",
Map = "Map",
Minus = "Minus",
MoneyHand = "MoneyHand",
Museum = "Museum",
Nature = "Nature",
Nightlife = "Nightlife",
@@ -103,6 +115,7 @@ export enum IconName {
Tshirt = "Tshirt",
TshirtWash = "TshirtWash",
TvCasting = "TvCasting",
Voucher = "Voucher",
WarningTriangle = "WarningTriangle",
Wifi = "Wifi",
}