feat: add logic to map facilities to icons + responsive script positioning

This commit is contained in:
Chuma McPhoy
2024-07-05 21:00:50 +02:00
parent 26815cc9bc
commit cfc4aca561
10 changed files with 110 additions and 16 deletions

View File

@@ -22,6 +22,7 @@ export { default as InfoCircleIcon } from "./InfoCircle"
export { default as LocationIcon } from "./Location"
export { default as LockIcon } from "./Lock"
export { default as ParkingIcon } from "./Parking"
export { default as People2Icon } from "./People2"
export { default as PersonIcon } from "./Person"
export { default as PetsIcon } from "./Pets"
export { default as PhoneIcon } from "./Phone"