Merge branch 'develop' into feat/SW-185-implement-footer-navigation

# Conflicts:
#	app/[lang]/(live)/layout.tsx
#	components/Icons/get-icon-by-icon-name.ts
#	types/components/icon.ts
This commit is contained in:
Pontus Dreij
2024-08-21 14:21:57 +02:00
87 changed files with 2056 additions and 10893 deletions
+4
View File
@@ -16,10 +16,12 @@ export enum IconName {
Camera = "Camera",
Cellphone = "Cellphone",
Check = "Check",
CrossCircle = "CrossCircle",
CheckCircle = "CheckCircle",
ChevronDown = "ChevronDown",
ChevronRight = "ChevronRight",
Close = "Close",
CloseLarge = "CloseLarge",
Coffee = "Coffee",
Concierge = "Concierge",
DoorOpen = "DoorOpen",
@@ -42,6 +44,8 @@ export enum IconName {
PlusCircle = "PlusCircle",
Restaurant = "Restaurant",
Tripadvisor = "Tripadvisor",
Sauna = "Sauna",
TshirtWash = "TshirtWash",
Wifi = "Wifi",
WarningTriangle = "WarningTriangle",
}