feat(SW-827): Added bed types and icons

This commit is contained in:
Pontus Dreij
2024-11-14 10:01:59 +01:00
parent 446e1c7e51
commit f3037a1b3d
6 changed files with 123 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ export { default as ArrowRightIcon } from "./ArrowRight"
export { default as BarIcon } from "./Bar"
export { default as BathtubIcon } from "./Bathtub"
export { default as BedDoubleIcon } from "./BedDouble"
export { default as BedSingleIcon } from "./BedSingle"
export { default as BikingIcon } from "./Biking"
export { default as BreakfastIcon } from "./Breakfast"
export { default as BusinessIcon } from "./Business"
@@ -77,6 +78,7 @@ export { default as IronIcon } from "./Iron"
export { default as KayakingIcon } from "./Kayaking"
export { default as KettleIcon } from "./Kettle"
export { default as KingBedIcon } from "./KingBed"
export { default as KingBedSmallIcon } from "./KingBedSmall"
export { default as LampIcon } from "./Lamp"
export { default as LaundryMachineIcon } from "./LaundryMachine"
export { default as LocalBarIcon } from "./LocalBar"