feat(SW-1988): Replaced current bed component with new design

Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Erik Tiekstra
2025-03-27 14:47:50 +00:00
parent a28fa67195
commit a6cd7e6111
36 changed files with 687 additions and 329 deletions

View File

@@ -24,6 +24,18 @@ export { default as InstagramIcon } from './Customised/Socials/Instagram'
export { default as TripadvisorIcon } from './Customised/Socials/Tripadvisor'
export { default as MinimizeIcon } from './Customised/UI/Minimize'
export { default as BedIcon } from './Illustrations/Bed'
export { default as BedBunkIcon } from './Illustrations/BedBunk'
export { default as BedBunkExtraIcon } from './Illustrations/BedBunkExtra'
export { default as BedGenericIcon } from './Illustrations/BedGeneric'
export { default as BedKingIcon } from './Illustrations/BedKing'
export { default as BedPullOutIcon } from './Illustrations/BedPullOut'
export { default as BedPullOutExtraIcon } from './Illustrations/BedPullOutExtra'
export { default as BedQueenIcon } from './Illustrations/BedQueen'
export { default as BedSingleIcon } from './Illustrations/BedSingle'
export { default as BedSofaIcon } from './Illustrations/BedSofa'
export { default as BedSofaExtraIcon } from './Illustrations/BedSofaExtra'
export { default as BedTwinIcon } from './Illustrations/BedTwin'
export { default as BedWallExtraIcon } from './Illustrations/BedWallExtra'
export { default as CoinIcon } from './Illustrations/Coin'
export { default as CroissantCoffeeEggIcon } from './Illustrations/CroissantCoffeeEgg'
export { default as CutleryOneIcon } from './Illustrations/CutleryOne'
@@ -37,6 +49,7 @@ export { default as MagicWandIcon } from './Illustrations/MagicWand'
export { default as MoneyHandIcon } from './Illustrations/MoneyHand'
export { default as SurpriseIcon } from './Illustrations/Surprise'
export { default as VoucherIcon } from './Illustrations/Voucher'
export { default as HotelLogo } from './Logos'
export { default as DowntownCamperIcon } from './Logos/DowntownCamper'
export { default as GrandHotelOsloLogoIcon } from './Logos/GrandHotelOslo'
export { default as HaymarketIcon } from './Logos/Haymarket'
@@ -44,6 +57,7 @@ export { default as HotelNorgeIcon } from './Logos/HotelNorge'
export { default as MarskiLogoIcon } from './Logos/Marski'
export { default as ScandicGoLogoIcon } from './Logos/ScandicGoLogo'
export { default as ScandicLogoIcon } from './Logos/ScandicLogo'
export { MaterialIcon } from './MaterialIcon'
export { default as BathroomCabinet2Icon } from './Nucleo/Amenities&Facilities/bathroom-cabinet-2'
export { default as ConferenceRoomIcon } from './Nucleo/Amenities&Facilities/conference-room'
export { default as Door2Icon } from './Nucleo/Amenities&Facilities/door-2'
@@ -57,15 +71,13 @@ export { default as BowlingPinsIcon } from './Nucleo/Experiences/bowling-pins'
export { default as PalmTree2Icon } from './Nucleo/Experiences/palm-tree-2'
export { default as Chips3Icon } from './Nucleo/Food/chips-3'
export { default as Popcorn2Icon } from './Nucleo/Food/popcorn-2'
export { default as HotelLogo } from './Logos'
export { MaterialIcon } from './MaterialIcon'
export type {
MaterialIconProps,
MaterialIconSetIconProps,
} from './MaterialIcon'
export type {
IconProps,
LogoAndIllustrationProps,
NucleoIconProps,
} from './icon'
export type {
MaterialIconProps,
MaterialIconSetIconProps,
} from './MaterialIcon'