feat: breakfast choice

This commit is contained in:
Simon Emanuelsson
2024-10-04 13:22:21 +02:00
parent fdccd89829
commit 372ec171f5
16 changed files with 223 additions and 20 deletions

View File

@@ -4,6 +4,7 @@ export { default as AirplaneIcon } from "./Airplane"
export { default as ArrowRightIcon } from "./ArrowRight"
export { default as BarIcon } from "./Bar"
export { default as BikingIcon } from "./Biking"
export { default as BreakfastIcon } from "./Breakfast"
export { default as BusinessIcon } from "./Business"
export { default as CalendarIcon } from "./Calendar"
export { default as CameraIcon } from "./Camera"
@@ -40,6 +41,7 @@ export { default as LockIcon } from "./Lock"
export { default as MapIcon } from "./Map"
export { default as MinusIcon } from "./Minus"
export { default as MuseumIcon } from "./Museum"
export { default as NoBreakfastIcon } from "./NoBreakfast"
export { default as ParkingIcon } from "./Parking"
export { default as People2Icon } from "./People2"
export { default as PersonIcon } from "./Person"