amentities

This commit is contained in:
2025-05-27 19:34:51 +05:00
parent 75e087c6b2
commit f9c42c67e6
68 changed files with 1591 additions and 55 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 KiB

+16
View File
@@ -0,0 +1,16 @@
interface AmentitiesCardProps {
icon: React.ReactNode;
title: string;
}
function AmentitiesCard({ icon, title }: AmentitiesCardProps) {
return (
<div className="space-y-[0.883vw]">
<div className="w-[2.778vw] h-[2.778vw] text-[#0D1922] rounded-full ring ring-[#E2E2DC]">
{icon}
</div>
<p className="text-caption-m">{title}</p>
</div>
);
}
export default AmentitiesCard;
+6 -3
View File
@@ -79,7 +79,10 @@ function FloorSelect({
function handleFloorClick(floor: string) {
if (
["Rooftop", "Ground Level", "Podium Level", "Sky Garden"].includes(floor)
["Rooftop", "Ground Level", "Podium Level", "Sky Garden"].includes(
floor
) ||
complexName === "marasi-drive"
) {
onSelect(floor);
} else {
@@ -117,14 +120,14 @@ function FloorSelect({
key={floorTitle}
d={d}
className={clsx(
"fill-[#00BED7] cursor-pointer transition-opacity duration-300 hover:opacity-60 peer",
"fill-[#00BED7] cursor-pointer transition-opacity duration-300 hover:opacity-60",
selectedFloor ===
([
"Rooftop",
"Ground Level",
"Podium Level",
"Sky Garden",
].includes(floorTitle)
].includes(floorTitle) || complexName === "marasi-drive"
? floorTitle
: floorTitle.split(" ").at(-1)!)
? "opacity-60"
@@ -0,0 +1,23 @@
import Badge from "../../ui/Badge";
function GroundDubaiMarina() {
return (
<div className="space-y-[2.222vw]">
<div className="space-y-[1.667vw]">
<div className="space-y-[0.556vw] border-b border-[#E2E2DC] pb-[1.667vw]">
<p className="text-h4 font-medium">Ground Level</p>
<Badge variant="secondary" text="14 Amenties" />
</div>
<div className="bg-[#F3F3F2] rounded-[1.111vw] p-[1.111vw]">
<img
src="/images/floor-plans/dubai-marina/ground.png"
alt="podium"
className="w-full"
/>
</div>
</div>
</div>
);
}
export default GroundDubaiMarina;
@@ -0,0 +1,28 @@
import AmenitiesBadge from "../../icons/AmenitiesBadge";
import Badge from "../../ui/Badge";
function PodiumDubaiMarina() {
return (
<div className="space-y-[2.222vw]">
<div className="space-y-[1.667vw]">
<div className="space-y-[0.556vw] border-b border-[#E2E2DC] pb-[1.667vw]">
<p className="text-h4 font-medium">Podium</p>
<Badge variant="secondary" text="14 Amenties" />
</div>
<div className="flex items-center gap-[1.667vw]">
<AmenitiesBadge count={3} type="Indoor" />
<AmenitiesBadge count={12} type="Outdoor" />
</div>
<div className="bg-[#F3F3F2] rounded-[1.111vw] p-[1.111vw]">
<img
src="/images/floor-plans/dubai-marina/podium.png"
alt="podium"
className="w-full"
/>
</div>
</div>
</div>
);
}
export default PodiumDubaiMarina;
@@ -0,0 +1,23 @@
import Badge from "../../ui/Badge";
function RooftopDubaiMarina() {
return (
<div className="space-y-[2.222vw]">
<div className="space-y-[1.667vw]">
<div className="space-y-[0.556vw] border-b border-[#E2E2DC] pb-[1.667vw]">
<p className="text-h4 font-medium">Sky 44 - Rooftop</p>
<Badge variant="secondary" text="14 Amenties" />
</div>
<div className="bg-[#F3F3F2] rounded-[1.111vw] p-[1.111vw]">
<img
src="/images/floor-plans/dubai-marina/rooftop.png"
alt="podium"
className="w-full"
/>
</div>
</div>
</div>
);
}
export default RooftopDubaiMarina;
@@ -1,5 +1,55 @@
import AmentitiesCard from "../../AmentitiesCard";
import ConvenienceIcon from "../../icons/amentities/ConvenienceIcon";
import CoworkingIcon from "../../icons/amentities/CoworkingIcon";
import LoungingSpaceIcon from "../../icons/amentities/LoungingSpaceIcon";
import LushLandscapeIcon from "../../icons/amentities/LushLandscapeIcon";
import PrivateMeetingRoomsIcon from "../../icons/amentities/PrivateMeetingRoomsIcon";
import RoveCafe from "../../icons/amentities/RoveCafe";
import SoundproofMeetingPodsIcon from "../../icons/amentities/SoundproofMeetingPodsIcon";
import Badge from "../../ui/Badge";
function GroundMarasiDrive() {
return <div>Ground</div>;
return (
<div className="space-y-[2.222vw]">
<div className="space-y-[1.667vw]">
<div className="space-y-[0.556vw] border-b border-[#E2E2DC] pb-[1.667vw]">
<p className="text-h4 font-medium">Ground Level</p>
<Badge variant="secondary" text="7 Amenties" />
</div>
<div className="bg-[#F3F3F2] rounded-[1.111vw] p-[1.111vw]">
<img
src="/images/floor-plans/marasi-drive/ground.png"
alt="podium"
className="w-full"
/>
</div>
</div>
<div className="space-y-[1.667vw]">
<p className="font-medium text-h4">Amenties</p>
<div className="grid md:grid-cols-4 grid-cols-3 gap-[1.111vw]">
<AmentitiesCard icon={<RoveCafe />} title="Rove Café" />
<AmentitiesCard icon={<LoungingSpaceIcon />} title="Lobby Lounge" />
<AmentitiesCard icon={<CoworkingIcon />} title="Coworking Space" />
<AmentitiesCard
icon={<LushLandscapeIcon />}
title="Outdoor Terrace"
/>
<AmentitiesCard
icon={<PrivateMeetingRoomsIcon />}
title="Private Meeting Rooms"
/>
<AmentitiesCard
icon={<ConvenienceIcon />}
title="Convenience Store"
/>
<AmentitiesCard
icon={<SoundproofMeetingPodsIcon />}
title="Soundproof Meeting Pods"
/>
</div>
</div>
</div>
);
}
export default GroundMarasiDrive;
@@ -1,5 +1,129 @@
import AmentitiesCard from "../../AmentitiesCard";
import AmenitiesBadge from "../../icons/AmenitiesBadge";
import ArcadeGameIcon from "../../icons/amentities/ArcadeGameIcon";
import ChangingRoomIcon from "../../icons/amentities/ChangingRoomIcon";
import ClimbingWallIcon from "../../icons/amentities/ClimbingWallIcon";
import FullyEquippedGymIcon from "../../icons/amentities/FullyEquippedGymIcon";
import GuestRooms from "../../icons/amentities/GuestRooms";
import HammockMovieLoungeIcon from "../../icons/amentities/HammockMovieLoungeIcon";
import KaraokeIcon from "../../icons/amentities/KaraokeIcon";
import LoungeIcon from "../../icons/amentities/LoungeIcon";
import MonkeyBarsIcon from "../../icons/amentities/MonkeyBarsIcon";
import MultiballInteractiveGamingIcon from "../../icons/amentities/MultiballInteractiveGamingIcon";
import MultiPurposeRoomWithKitchenIcon from "../../icons/amentities/MultiPurposeRoomWithKitchenIcon";
import PlaystationIcon from "../../icons/amentities/PlaystationIcon";
import Badge from "../../ui/Badge";
import GamingLoungeIcon from "../../icons/amentities/GamingLoungeIcon";
import UrbanBeachPoolIcon from "../../icons/amentities/UrbanBeachPoolIcon";
import JacuzziIcon from "../../icons/amentities/JacuzziIcon";
import YogaLoungeIcon from "../../icons/amentities/YogaLoungeIcon";
import SunLoungeIcon from "../../icons/amentities/SunLoungeIcon";
import CascadingLeisurePoolIcon from "../../icons/amentities/CascadingLeisurePoolIcon";
import AquaCyclingIcon from "../../icons/amentities/AquaCyclingIcon";
import OpenAirGymIcon from "../../icons/amentities/OpenAirGymIcon";
import RoveBeverageTruckIcon from "../../icons/amentities/RoveBeverageTruckIcon";
import CabanasWithDaybeds from "../../icons/amentities/CabanasWithDaybeds";
import IntegratedLapPoolIcon from "../../icons/amentities/IntegratedLapPoolIcon";
import SunkenGardensIcon from "../../icons/amentities/SunkenGardensIcon";
import GamingTerraceIcon from "../../icons/amentities/GamingTerraceIcon";
import CoworkingIcon from "../../icons/amentities/CoworkingIcon";
function PodiumMarasiDrive() {
return <div>Podium</div>;
return (
<div className="space-y-[2.222vw]">
<div className="space-y-[1.667vw]">
<div className="space-y-[0.556vw] border-b border-[#E2E2DC] pb-[1.667vw]">
<p className="text-h4 font-medium">Podium Level</p>
<Badge variant="secondary" text="27 Amenties" />
</div>
<div className="flex items-center gap-[1.667vw]">
<AmenitiesBadge count={13} type="Indoor" />
<AmenitiesBadge count={14} type="Outdoor" />
</div>
<div className="bg-[#F3F3F2] rounded-[1.111vw] p-[1.111vw]">
<img
src="/images/floor-plans/marasi-drive/podium.png"
alt="podium"
className="w-full"
/>
</div>
</div>
<div className="space-y-[1.667vw]">
<p className="font-medium text-h4">Indoor Amenties</p>
<div className="grid md:grid-cols-4 grid-cols-3 gap-[1.111vw]">
<AmentitiesCard icon={<LoungeIcon />} title="Indoor Lounge" />
<AmentitiesCard icon={<MonkeyBarsIcon />} title="Monkey Bars" />
<AmentitiesCard icon={<KaraokeIcon />} title="Karaoke Room" />
<AmentitiesCard icon={<ArcadeGameIcon />} title="Arcade Games" />
<AmentitiesCard icon={<ClimbingWallIcon />} title="Climbing Wall" />
<AmentitiesCard icon={<PlaystationIcon />} title="Playstation Deck" />
<AmentitiesCard
icon={<FullyEquippedGymIcon />}
title="Fully Equipped Gym"
/>
<AmentitiesCard icon={<ChangingRoomIcon />} title="Changing Rooms" />
<AmentitiesCard
icon={<HammockMovieLoungeIcon />}
title="Hammock Movie Lounge"
/>
<AmentitiesCard icon={<GuestRooms />} title="Guest Rooms" />
<AmentitiesCard
icon={<MultiballInteractiveGamingIcon />}
title="Multi Ball Interactive Gaming"
/>
<AmentitiesCard
icon={<MultiPurposeRoomWithKitchenIcon />}
title="Multi-purpose Room for Kitchen"
/>
<AmentitiesCard icon={<GamingLoungeIcon />} title="Gaming Lounge" />
</div>
</div>
<hr className="border-[#E2E2DC] h-[0.069vw]" />
<div className="space-y-[1.667vw]">
<p className="font-medium text-h4">Outdoor Amenties</p>
<div className="grid md:grid-cols-4 grid-cols-3 gap-x-[1.111vw] gap-y-[1.667vw]">
<AmentitiesCard
icon={<UrbanBeachPoolIcon />}
title="Urban Beach Pool"
/>
<AmentitiesCard icon={<JacuzziIcon />} title="Jacuzzi" />
<AmentitiesCard icon={<YogaLoungeIcon />} title="Yoga Lounge" />
<AmentitiesCard icon={<SunLoungeIcon />} title="Sun Lounging Pool" />
<AmentitiesCard
icon={<CascadingLeisurePoolIcon />}
title="Cascading Leisure Pool"
/>
<AmentitiesCard icon={<AquaCyclingIcon />} title="AquaCycling" />
<AmentitiesCard icon={<OpenAirGymIcon />} title="Open-Air Gym" />
<AmentitiesCard
icon={<RoveBeverageTruckIcon />}
title="Rove Beverage Truck"
/>
<AmentitiesCard
icon={<CabanasWithDaybeds />}
title="Cabanas with Daybeds"
/>
<AmentitiesCard
icon={<IntegratedLapPoolIcon />}
title="Integrated Lap Pool"
/>
<AmentitiesCard icon={<SunkenGardensIcon />} title="Sunken Gardens" />
<AmentitiesCard
icon={<MultiPurposeRoomWithKitchenIcon />}
title="Outdoor Multi-Purpose Terrace"
/>
<AmentitiesCard
icon={<GamingTerraceIcon />}
title="Outdoor Gaming Terrace"
/>
<AmentitiesCard
icon={<CoworkingIcon />}
title="Outdoor Coworking Space"
/>
</div>
</div>
</div>
);
}
export default PodiumMarasiDrive;
@@ -1,5 +1,61 @@
import AmentitiesCard from "../../AmentitiesCard";
import BBQTerraceIcon from "../../icons/amentities/BBQTerraceIcon";
import CabanasWithDaybeds from "../../icons/amentities/CabanasWithDaybeds";
import CommunalDiningTablesRoundedIcon from "../../icons/amentities/CommunalDiningTablesRoundedIcon";
import FirePitIcon from "../../icons/amentities/FirePitIcon";
import LoungingSpaceIcon from "../../icons/amentities/LoungingSpaceIcon";
import OutdoorKitchenIcon from "../../icons/amentities/OutdoorKitchenIcon";
import RooftopGardenIcon from "../../icons/amentities/RooftopGardenIcon";
import StargazingIcon from "../../icons/amentities/StargazingIcon";
import SunkenSeatingIcon from "../../icons/amentities/SunkenSeatingIcon";
import ViewingDeckWithWingsIcon from "../../icons/amentities/ViewingDeckWithWingsIcon";
import Badge from "../../ui/Badge";
function RooftopMarasiDrive() {
return <div>Rooftop</div>;
return (
<div className="space-y-[2.222vw]">
<div className="space-y-[1.667vw]">
<div className="space-y-[0.556vw] border-b border-[#E2E2DC] pb-[1.667vw]">
<p className="text-h4 font-medium">Rooftop</p>
<Badge variant="secondary" text="10 Amenties" />
</div>
<div className="bg-[#F3F3F2] rounded-[1.111vw] p-[1.111vw]">
<img
src="/images/floor-plans/marasi-drive/rooftop.png"
alt="podium"
className="w-full"
/>
</div>
</div>
<div className="space-y-[1.667vw]">
<p className="font-medium text-h4">Amenties</p>
<div className="grid md:grid-cols-4 grid-cols-3 gap-[1.111vw]">
<AmentitiesCard icon={<StargazingIcon />} title="Stargazing Point" />
<AmentitiesCard icon={<BBQTerraceIcon />} title="BBQ Terrace" />
<AmentitiesCard
icon={<OutdoorKitchenIcon />}
title="Outdoor Kitchen"
/>
<AmentitiesCard
icon={<CabanasWithDaybeds />}
title="Cabanas with Daybeds"
/>
<AmentitiesCard
icon={<ViewingDeckWithWingsIcon />}
title="Viewing Deck with Wings"
/>
<AmentitiesCard icon={<LoungingSpaceIcon />} title="Lounging Space" />
<AmentitiesCard icon={<SunkenSeatingIcon />} title="Sunken Seating" />
<AmentitiesCard icon={<FirePitIcon />} title="Firepit" />
<AmentitiesCard icon={<RooftopGardenIcon />} title="Rooftop Garden" />
<AmentitiesCard
icon={<CommunalDiningTablesRoundedIcon />}
title="Communal Dining Tables"
/>
</div>
</div>
</div>
);
}
export default RooftopMarasiDrive;
@@ -1,23 +1,89 @@
import AmentitiesCard from "../../AmentitiesCard";
import AmenitiesBadge from "../../icons/AmenitiesBadge";
import AmphitheatreIcon from "../../icons/amentities/AmphitheatreIcon";
import BoulderingWallIcon from "../../icons/amentities/BoulderingWallIcon";
import ChangingRoomIcon from "../../icons/amentities/ChangingRoomIcon";
import ChessIcon from "../../icons/amentities/ChessIcon";
import CinemaIcon from "../../icons/amentities/CinemaIcon";
import ClimbingWallIcon from "../../icons/amentities/ClimbingWallIcon";
import CommunalDiningTablesIcon from "../../icons/amentities/CommunalDiningTablesIcon";
import CoworkingIcon from "../../icons/amentities/CoworkingIcon";
import LushLandscapeIcon from "../../icons/amentities/LushLandscapeIcon";
import MultiPurposeIcon from "../../icons/amentities/MultiPurposeIcon";
import PingPongIcon from "../../icons/amentities/PingPongIcon";
import PingPongInTubeIcon from "../../icons/amentities/PingPongInTubeIcon";
import PoolIcon from "../../icons/amentities/PoolIcon";
import RunningWheelIcon from "../../icons/amentities/RunningWheelIcon";
import SunLoungeIcon from "../../icons/amentities/SunLoungeIcon";
import SuspendedLoungingNetsIcon from "../../icons/amentities/SuspendedLoungingNetsIcon";
import WellnessIcon from "../../icons/amentities/WellnessIcon";
import Badge from "../../ui/Badge";
function SkyGardenMarasiDrive() {
return (
<div className="space-y-[1.667vw]">
<div className="space-y-[0.556vw] border-b border-[#E2E2DC] pb-[1.667vw]">
<p className="text-h4 font-medium">Sky Garden</p>
<Badge variant="secondary" text="15 Amenties" />
<div className="space-y-[2.222vw]">
<div className="space-y-[1.667vw]">
<div className="space-y-[0.556vw] border-b border-[#E2E2DC] pb-[1.667vw]">
<p className="text-h4 font-medium">Sky Garden</p>
<Badge variant="secondary" text="15 Amenties" />
</div>
<div className="flex items-center gap-[1.667vw]">
<AmenitiesBadge count={3} type="Indoor" />
<AmenitiesBadge count={12} type="Outdoor" />
</div>
<div className="bg-[#F3F3F2] rounded-[1.111vw] p-[1.111vw]">
<img
src="/images/floor-plans/marasi-drive/sky-garden.png"
alt="sky-garden"
className="w-full"
/>
</div>
</div>
<div className="flex items-center gap-[1.667vw]">
<AmenitiesBadge count={3} type="Indoor" />
<AmenitiesBadge count={12} type="Outdoor" />
<div className="space-y-[1.667vw]">
<p className="font-medium text-h4">Indoor Amenties</p>
<div className="grid md:grid-cols-4 grid-cols-3 gap-[1.111vw]">
<AmentitiesCard icon={<PoolIcon />} title="Indoor Lap Pool" />
<AmentitiesCard icon={<WellnessIcon />} title="Wellness Features" />
<AmentitiesCard icon={<ChangingRoomIcon />} title="Changing Rooms" />
</div>
</div>
<div className="bg-[#F3F3F2] rounded-[1.111vw] p-[1.111vw]">
<img
src="/images/floor-plans/marasi-drive/sky-garden.png"
alt="sky-garden"
className="w-full"
/>
<hr className="border-[#E2E2DC] h-[0.069vw]" />
<div className="space-y-[1.667vw]">
<p className="font-medium text-h4">Outdoor Amenties</p>
<div className="grid grid-cols-3 gap-x-[1.111vw] gap-y-[1.667vw]">
<AmentitiesCard icon={<PingPongIcon />} title="Padel Pong" />
<AmentitiesCard icon={<SunLoungeIcon />} title="Sun Lounging Deck" />
<AmentitiesCard icon={<CinemaIcon />} title="Outdoor Cinema" />
<AmentitiesCard
icon={<BoulderingWallIcon />}
title="Bouldering Wall"
/>
<AmentitiesCard
icon={<PingPongInTubeIcon />}
title="Ping Pong in a Tube"
/>
<AmentitiesCard icon={<AmphitheatreIcon />} title="Amphitheatre" />
<AmentitiesCard
icon={<CommunalDiningTablesIcon />}
title="Communal Dining Tables"
/>
<AmentitiesCard
icon={<SuspendedLoungingNetsIcon />}
title="Suspended Lounging Nets "
/>
<AmentitiesCard icon={<LushLandscapeIcon />} title="Lush Landscape" />
<AmentitiesCard icon={<RunningWheelIcon />} title="Running Wheel" />
<AmentitiesCard icon={<ChessIcon />} title="Chess Tables" />
<AmentitiesCard icon={<ClimbingWallIcon />} title="Climbing Wall" />
<AmentitiesCard
icon={<CoworkingIcon />}
title="Outdoor Coworking Space"
/>
<AmentitiesCard
icon={<MultiPurposeIcon />}
title="Multi-purpose Court"
/>
</div>
</div>
</div>
);
@@ -0,0 +1,14 @@
function AmphitheatreIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M9.745 9.834c0-.303.246-.548.549-.548h19.411c.303 0 .549.245.549.548v12.731a.55.55 0 0 1-.549.548H10.294a.55.55 0 0 1-.549-.548zm1.097.548v11.636h18.315V10.382zm2.68 15.284c-.156 0-.372.155-.372.467v1.014h-1.096v-1.014c0-.815.609-1.563 1.468-1.563h1.849c.859 0 1.468.748 1.468 1.563v1.014h-1.097v-1.014c0-.312-.215-.467-.371-.467zm5.553 0c-.167 0-.38.159-.38.467v1.014H17.6v-1.014c0-.818.612-1.563 1.476-1.563h1.849c.859 0 1.468.748 1.468 1.563v1.014h-1.097v-1.014c0-.312-.215-.467-.371-.467zm5.545 0c-.167 0-.38.159-.38.467v1.014h-1.096v-1.014c0-.818.612-1.563 1.476-1.563h1.849c.859 0 1.468.748 1.468 1.563v1.014H26.84v-1.014c0-.312-.215-.467-.371-.467zm-13.866 3.567c-.156 0-.372.156-.372.467v1.015H9.285V29.7c0-.814.61-1.562 1.469-1.562h1.848c.862 0 1.469.759 1.469 1.562v1.015h-1.097V29.7c0-.306-.219-.467-.372-.467zm5.545 0c-.156 0-.372.156-.372.467v1.015H14.83V29.7c0-.814.61-1.562 1.469-1.562h1.848c.856 0 1.477.752 1.477 1.562v1.015h-1.097V29.7c0-.3-.22-.467-.38-.467zm5.545 0c-.156 0-.372.156-.372.467v1.015h-1.097V29.7c0-.814.61-1.562 1.469-1.562h1.848c.856 0 1.477.752 1.477 1.562v1.015h-1.097V29.7c0-.3-.22-.467-.38-.467zm5.545 0c-.156 0-.372.156-.372.467v1.015H25.92V29.7c0-.814.61-1.562 1.469-1.562h1.848c.856 0 1.477.752 1.477 1.562v1.015h-1.097V29.7c0-.3-.22-.467-.38-.467z"
fill="currentColor"
/>
</svg>
);
}
export default AmphitheatreIcon;
@@ -0,0 +1,28 @@
function AquaCyclingIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M20.327 23.56v-.287c0-.008 0-.024-.008-.032q.002-.013-.008-.025.002-.012-.008-.024a.06.06 0 0 0-.017-.033s-.008-.017-.016-.025c0-.008-.016-.016-.016-.032 0 0-.008-.017-.017-.025l-.024-.024s-.008-.017-.016-.025c0-.008-.017-.016-.025-.024l-.024-.025s-.017-.016-.025-.016a.1.1 0 0 0-.033-.025l-.008-.008-3.597-2.583c-.482-.344-.76-.9-.76-1.488 0-.58.302-1.129.784-1.472l5.208-3.622c.352-.245.785-.335 1.21-.245s.793.344 1.014.711l2.224 3.614q-.002.002.008.016a.89.89 0 0 0 .703.409l4.218.188a.5.5 0 0 1 .433.278.5.5 0 0 1-.024.523.5.5 0 0 1-.458.245l-5.003-.22a.44.44 0 0 1-.368-.221l-1.414-2.297a.88.88 0 0 0-.58-.4.9.9 0 0 0-.687.138l-3.663 2.55a.86.86 0 0 0-.376.704c0 .286.139.556.368.727l2.469 1.79a.57.57 0 0 1 .237.573l-.687 3.76a7.3 7.3 0 0 0 1.333-.17l.613-3.37a1.84 1.84 0 0 0-.744-1.838l-2.02-1.464 2.854-1.986 1.201 1.945c.303.49.826.801 1.407.826l5.003.22a1.82 1.82 0 0 0 1.594-.833 1.806 1.806 0 0 0-1.43-2.78l-4.007-.172-2.109-3.433a2.84 2.84 0 0 0-1.847-1.292c-.76-.163-1.562 0-2.2.45l-5.207 3.621a3.1 3.1 0 0 0-1.333 2.51 3.09 3.09 0 0 0 1.292 2.535l3.27 2.354-.458 2.518c.41.123.834.22 1.251.278l.54-2.968zM28.03 9.85c.833.04 1.48.743 1.438 1.577a1.516 1.516 0 0 1-1.577 1.447 1.504 1.504 0 0 1-1.44-1.578A1.516 1.516 0 0 1 28.03 9.85m-.189 4.3a2.794 2.794 0 0 0 2.91-2.666 2.794 2.794 0 0 0-2.664-2.91 2.794 2.794 0 0 0-2.91 2.665 2.794 2.794 0 0 0 2.665 2.91"
fill="currentColor"
/>
<path
d="M12.192 22.309a4.02 4.02 0 0 1 3.647 2.763q.735.292 1.447.67a5.306 5.306 0 0 0-5.036-4.709 5.3 5.3 0 0 0-5.273 3.68 14 14 0 0 1 1.561-.385 4.01 4.01 0 0 1 3.663-2.011m12.575 3.368a4.03 4.03 0 0 1 3.956-2.65 4.02 4.02 0 0 1 3.05 1.62c.548.073 1.095.18 1.651.319a5.31 5.31 0 0 0-4.643-3.222 5.3 5.3 0 0 0-5.47 4.521c.49-.147.981-.343 1.447-.58h.009m10.014-.311a14 14 0 0 0-1.356-.408c.212.498.351 1.038.4 1.602.155.05.319.098.474.155a.717.717 0 0 0 .916-.441.717.717 0 0 0-.441-.916M6.97 24.712c-.32.098-.63.204-.949.319l-.196.073a.73.73 0 0 0-.409.932.73.73 0 0 0 .932.41c.057-.026.114-.042.18-.066.065-.025.123-.05.188-.074v-.213q.036-.721.245-1.381"
fill="currentColor"
/>
<path
d="M28.005 24.712a15 15 0 0 0-2.64.703h-.034v.017a4 4 0 0 0-.54.253 3.9 3.9 0 0 0-.236 1.194c0 .163 0 .327.008.49.302-.122.605-.261.9-.417.007 0 .024-.016.032-.016.114-.057.229-.114.343-.163h.025a13 13 0 0 1 2.379-.646 11.7 11.7 0 0 1 4.25.098 4.1 4.1 0 0 0-.702-1.57 12.7 12.7 0 0 0-3.777.057m-4.693 1.561a8 8 0 0 1-.646.164l-.277 1.512c.31-.049.613-.106.907-.18a5.3 5.3 0 0 1-.04-.956c0-.18.024-.36.048-.54m-5.828-.424c-.066-.033-.13-.074-.196-.107q.048.403.024.818a5.4 5.4 0 0 1-.082.744q.528.22 1.055.368l.262-1.423a9 9 0 0 1-1.063-.4m-6.344-1.75a13 13 0 0 0-2.608.229 4 4 0 0 0-.507 1.578 11.6 11.6 0 0 1 3.099-.377c1.602.025 3.278.434 4.897 1.186 0-.074.008-.14.016-.213a3.9 3.9 0 0 0-.196-1.422c-1.553-.622-3.156-.957-4.693-.981m8.641 2.428-.254 1.414c.343.05.687.09 1.03.098.172 0 .344.008.515.008l.262-1.447c-.515.025-1.038 0-1.553-.081"
fill="currentColor"
/>
<path
d="m21.342 26.61-.262 1.446h.106a9 9 0 0 0 1.218-.106l.278-1.512q-.66.135-1.332.171m-1.562-.082a10 10 0 0 1-1.251-.278l-.262 1.423c.41.122.834.212 1.251.277l.254-1.414zm-2.501-.785a15 15 0 0 0-1.447-.67q.22.673.196 1.422c0 .073 0 .147-.016.212.27.123.54.262.8.41.017 0 .034.015.042.024.122.057.237.106.36.155a5.6 5.6 0 0 0 .057-1.562m-8.748-1.405c-.523.098-1.038.229-1.561.384-.14.442-.229.9-.245 1.382v.212q.65-.23 1.3-.4a3.9 3.9 0 0 1 .506-1.578m23.25.326c.344.458.589.998.703 1.57.45.09.9.204 1.35.352a5.3 5.3 0 0 0-.401-1.603 15 15 0 0 0-1.652-.319m-7.234 2.216a3.9 3.9 0 0 1 .237-1.193h-.008a8 8 0 0 1-1.447.58q-.037.27-.05.54c-.016.327 0 .637.042.948a10 10 0 0 0 1.242-.4 3 3 0 0 1-.008-.491"
fill="currentColor"
/>
<path
d="M34.66 28.497a13.86 13.86 0 0 0-6.124-.777c-.997.099-2.06.352-3.335.81h-.017a6 6 0 0 0-.531.245 7.84 7.84 0 0 1-7.3.164 13.6 13.6 0 0 0-4.71-1.587 13.1 13.1 0 0 0-5.011.254c-.638.155-1.284.36-1.921.597a.72.72 0 0 0-.417.924.72.72 0 0 0 .924.417c.58-.221 1.169-.41 1.75-.548 2.959-.72 5.975-.303 8.714 1.218.025.016.05.024.074.033 1.16.572 2.42.883 3.678.94a9.2 9.2 0 0 0 4.89-1.153q.172-.098.36-.172c1.16-.417 2.108-.645 2.983-.727 1.864-.18 3.712.049 5.494.703a.712.712 0 1 0 .482-1.34"
fill="currentColor"
/>
</svg>
);
}
export default AquaCyclingIcon;
@@ -0,0 +1,33 @@
function ArcadeGameIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M29.38 27.907H10.714v2.907h18.664zm-1.437-16.429H12.15V8.571h15.793zm-.693.001H12.845V22.22H27.25zm1.486 15.949-1.486-5.264m-15.92 5.264 1.514-5.264m10.271 3.2v-1.9"
stroke="currentColor"
strokeWidth={1.8}
strokeLinecap="square"
strokeLinejoin="round"
/>
<path
d="M24.365 22.207c0 .7-.565 1.264-1.265 1.264s-1.264-.564-1.264-1.264.564-1.265 1.264-1.265 1.264.565 1.264 1.265"
fill="currentColor"
/>
<path
d="M24.365 22.207c0 .7-.565 1.264-1.265 1.264s-1.264-.564-1.264-1.264.564-1.265 1.264-1.265 1.264.565 1.264 1.265Z"
stroke="currentColor"
strokeWidth={1.8}
strokeLinecap="square"
strokeLinejoin="round"
/>
<path
d="M16.064 25.057h.55m2.036 0h.55"
stroke="currentColor"
strokeWidth={1.8}
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
export default ArcadeGameIcon;
@@ -0,0 +1,28 @@
function BBQTerraceIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M29.557 16.357H10.565c.178 5.243 4.414 9.422 9.5 9.422 5.085 0 9.32-4.186 9.5-9.422m-1.386 1.236c-.729 3.929-4.136 6.943-8.107 6.943-3.972 0-7.379-3.014-8.108-6.943h16.222z"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="m17.344 24.402-1.397 4.15-1.177-.397 1.396-4.15zm6.665-.367 2.077 7.982-1.203.313-.764-2.937-7.685-.015.002-1.243 7.36.014-.99-3.8z"
fill="currentColor"
/>
<path
d="M15.216 27.778a2.483 2.483 0 0 0-2.493 2.479 2.483 2.483 0 0 0 2.492 2.479 2.483 2.483 0 0 0 2.493-2.48 2.49 2.49 0 0 0-2.492-2.478m0 1.236c.685 0 1.242.557 1.242 1.236a1.242 1.242 0 0 1-2.485 0c0-.679.557-1.236 1.242-1.236"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="m17.601 8.06-.43.449c-.69.72-.809 1.14-.808 1.37.001.242.124.46.404.838l.061.082c.243.324.591.79.683 1.378.109.695-.141 1.42-.796 2.24l-.387.485-.972-.775.388-.486c.535-.67.574-1.05.54-1.271-.043-.275-.214-.505-.512-.908l-.005-.007c-.261-.354-.644-.874-.647-1.57-.003-.707.377-1.425 1.154-2.236l.43-.449zm6.457 0-.43.449c-.69.72-.809 1.14-.808 1.37.001.242.125.46.404.838l.061.082c.243.324.591.79.683 1.378.11.695-.14 1.42-.796 2.24l-.387.485-.971-.775.387-.486c.535-.67.574-1.05.54-1.271-.043-.275-.214-.505-.512-.908l-.004-.007c-.262-.354-.645-.874-.648-1.57-.003-.707.377-1.425 1.154-2.236l.43-.449zm-3.228-.001-.43.45c-.688.72-.807 1.14-.805 1.37 0 .242.124.46.404.838l.06.082c.242.324.59.79.682 1.38.108.693-.142 1.418-.797 2.238l-.388.485-.971-.775.388-.486c.534-.67.574-1.05.54-1.272-.043-.274-.213-.505-.511-.91l-.004-.004c-.26-.354-.643-.874-.646-1.57-.004-.706.374-1.424 1.15-2.236l.43-.449zm-14.4 8.67h3.228v1.243H6.43zm23.643 0H33.3v1.243h-3.229z"
fill="currentColor"
/>
</svg>
);
}
export default BBQTerraceIcon;
@@ -0,0 +1,14 @@
function BoulderingWallIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M8.559.411h6.609L11.66 4.628zM9.9 1.09l1.794 2.438L13.72 1.09zM.42.418h4.32l4.291 5.844L.42 8.987zm.678.679V8.06L7.924 5.9 4.397 1.097zM18.642.885h7.334l.756 2.48zm4.53.679 2.539.778-.237-.778zm4.472.263h8.899v5.087L35.512 8.59 28.75 5.469zm.915.679.752 2.474 5.938 2.741.615-1V2.507zm-11.784.841 9.64 2.957.557-1.66v2.54l-.125-.038-1.562 4.65-7.498 1.07-4.295-5.568zm9.423 3.6-9.19-2.818-2.647 3.185 3.722 4.825 6.692-.955zm3.646.6 6.912 3.187 1.808 1.513h-.602v7.595l-7.175.2-2.856-6.804zm7.44 4.514v7.12l-6.05.169-2.579-6.139 1.592-4.73 6.142 2.831zM11.018 9.109l4.346 5.671-5.227 8.708-5.996.745-3.723-4.79v-6.767zm-9.921 4.055v6.047l3.343 4.301 5.285-.657 4.82-8.028-3.77-4.92zm24.17 2.065h.257l2.746 6.533-2.027 4.868-6.958 2.66-6.29-4.706 4.993-8.31zm-.18.711-6.683.96-4.512 7.508 5.5 4.115L25.73 26.1l1.805-4.337zm12.874 7.287v7.029l-7.485-2.028-1.298-.882 1.63-3.92.22-.006c2.192-.064 4.392-.127 6.585-.184zm-6.694.865-1.25 3.004.746.506 6.52 1.767v-5.446c-2.004.053-4.013.11-6.016.169m-30.856.639 3.236 2.999 6.959-.898 2.032 1.52-4.289 4.551-7.938-.625zm.679 1.554v5.366l6.989.55 3.544-3.76-1.203-.901-6.717.867-.156.155zm26.018 3.58.697.47-2.98 3.16-2.41-1.835zm-3.312 1.994.954.727 1.612-1.71zm-8.617-1.616 8.309 6.28-.057 1.352H10.65v-.328l-.242-2.247zm.076.908-4.14 4.388.179 1.658H22.78l.015-.347zm15.72.423 6.979 1.695v4.607H26.69v-.325l-.34-.008v-.346h.015l.034-.772zm-3.932 5.623h10.232v-3.394L31.2 32.327l-4.134 4.38zM.42 35.639l7.167.591.177 1.646H.419zm.679.736v.822h5.91l-.037-.337z"
fill="currentColor"
/>
</svg>
);
}
export default BoulderingWallIcon;
@@ -0,0 +1,28 @@
function CabanasWithDaybeds() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M29.3 31.46H10.491a.44.44 0 0 1-.435-.45V16.36c0-.25.192-.45.435-.45s.436.2.436.45v14.2h17.936v-14.2c0-.25.193-.45.435-.45.243 0 .436.2.436.45v14.65a.44.44 0 0 1-.436.45"
fill="currentColor"
/>
<path
d="M9.442 15.91h20.907v-.428c0-.5-.393-.907-.879-.907H10.32c-.485 0-.878.407-.878.907zm21.343.9H9.006a.44.44 0 0 1-.436-.45v-.878c0-1 .786-1.807 1.75-1.814h19.15c.965 0 1.75.814 1.75 1.814v.879a.44.44 0 0 1-.435.45"
fill="currentColor"
/>
<path
d="M29.3 14.575a.43.43 0 0 1-.243-.078L21.543 9.21c-.857-.607-2.422-.607-3.279 0l-7.514 5.286a.43.43 0 0 1-.607-.107.46.46 0 0 1 .1-.629q.002.002.014-.007l7.514-5.286c1.157-.814 3.107-.814 4.264 0l7.515 5.286c.2.143.25.421.114.628a.43.43 0 0 1-.357.193zM11.755 28.932a3.04 3.04 0 0 1-1.457-.379.46.46 0 0 1-.2-.6.437.437 0 0 1 .586-.207h.007c.564.3 1.129.357 1.721.179L10.12 23.91a.454.454 0 0 1 .15-.614c.05-.028.1-.05.157-.057 2.686-.407 4.578-1.693 5.628-3.814.786-1.586.786-3.05.786-3.065 0-.25.193-.45.436-.457.243 0 .435.2.435.443 0 .072 0 1.7-.878 3.479a7.4 7.4 0 0 1-2.143 2.621c-.971.743-2.15 1.264-3.507 1.557l2.229 3.907a.457.457 0 0 1-.158.615c-.007 0-.021.014-.028.021q-.75.374-1.479.372m16.294.014q-.739.002-1.478-.371a.455.455 0 0 1-.2-.6c0-.014.007-.022.014-.036l2.229-3.907q-2.049-.43-3.508-1.557a7.5 7.5 0 0 1-2.142-2.622c-.879-1.778-.879-3.407-.879-3.478 0-.25.193-.443.436-.443s.436.207.428.45c0 .021 0 1.514.8 3.093 1.05 2.1 2.943 3.371 5.615 3.778.235.036.4.265.364.508a.5.5 0 0 1-.057.164l-2.293 4.014c.586.179 1.15.122 1.721-.178a.426.426 0 0 1 .586.192.46.46 0 0 1-.186.608h-.007q-.717.377-1.457.378m-2.886 2.536a.44.44 0 0 1-.436-.45v-3.379h-9.614v3.379a.44.44 0 0 1-.436.45.44.44 0 0 1-.435-.45v-3.829c0-.25.193-.45.435-.45h10.479c.243 0 .436.2.436.45v3.829a.44.44 0 0 1-.436.45"
fill="currentColor"
/>
<path
d="M18.798 27.632a.44.44 0 0 1-.435-.45v-1.257c0-.308-.115-.608-.322-.829a1 1 0 0 0-.75-.336c-.585 0-1.064.522-1.064 1.157v1.258a.44.44 0 0 1-.436.45.44.44 0 0 1-.436-.45v-1.258c0-1.135.872-2.057 1.936-2.057.522 0 1.014.222 1.379.608.364.392.564.907.564 1.45v1.257a.44.44 0 0 1-.436.45m5.2.007a.44.44 0 0 1-.436-.45v-1.257c0-.308-.114-.608-.314-.829a1 1 0 0 0-.75-.336c-.585 0-1.064.522-1.064 1.157v1.258a.44.44 0 0 1-.436.45.44.44 0 0 1-.436-.45v-1.258c0-1.135.872-2.057 1.936-2.057.522 0 1.014.222 1.372.608.364.392.564.907.564 1.45v1.257a.44.44 0 0 1-.436.45m-4.099-8.55a.44.44 0 0 1-.436-.45V16.36c0-.25.193-.45.436-.45.242 0 .435.2.435.45v2.265a.44.44 0 0 1-.435.45"
fill="currentColor"
/>
<path
d="M19.9 19.075c-.3 0-.55.257-.55.564 0 .315.243.565.55.565s.55-.25.55-.565a.57.57 0 0 0-.55-.571m0 2.036c-.786 0-1.421-.657-1.421-1.465 0-.814.635-1.471 1.42-1.471.787 0 1.422.657 1.422 1.464s-.635 1.464-1.421 1.464"
fill="currentColor"
/>
</svg>
);
}
export default CabanasWithDaybeds;
@@ -0,0 +1,14 @@
function CascadingLeisurePoolIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M14.218 11.33c-.566 0-.958.42-.958.86v.654h-1.307v-.654c0-1.242 1.06-2.167 2.265-2.167 1.207 0 2.265.934 2.265 2.167v2.48h8.04v-2.48c0-.435-.393-.86-.957-.86-.567 0-.958.42-.958.86v.654H21.3v-.654c0-1.242 1.06-2.167 2.265-2.167 1.207 0 2.265.934 2.265 2.167v9.774c1.127-.292 2.024-.965 2.496-1.796a.654.654 0 0 1 1.137 0c.635 1.12 2.046 1.954 3.75 1.954 1.702 0 3.114-.834 3.749-1.954l.322-.569 1.137.645-.322.569c-.9 1.585-2.78 2.616-4.887 2.616-1.731 0-3.31-.697-4.318-1.826-1.007 1.13-2.586 1.826-4.318 1.826s-3.31-.697-4.318-1.826c-1.005 1.13-2.58 1.826-4.318 1.826s-3.313-.697-4.318-1.826c-1.007 1.13-2.587 1.826-4.318 1.826-2.106 0-3.988-1.03-4.887-2.616l-.322-.569 1.137-.645.322.569c.636 1.12 2.047 1.954 3.75 1.954s3.114-.834 3.75-1.954a.654.654 0 0 1 1.136 0c.538.948 1.627 1.69 2.985 1.897V12.19c0-.435-.394-.86-.958-.86m2.265 10.764c1.462-.155 2.64-.926 3.207-1.926a.654.654 0 0 1 1.137 0c.63 1.108 2.017 1.936 3.696 1.954v-3.123h-8.04zm0-4.402h8.04v-1.715h-8.04zM3.77 24.405l.313.574c.612 1.12 1.975 1.945 3.605 1.945 1.631 0 2.994-.825 3.606-1.945a.653.653 0 0 1 1.146 0c.613 1.12 1.975 1.945 3.606 1.945s2.993-.825 3.605-1.945a.653.653 0 0 1 1.147 0c.612 1.12 1.974 1.945 3.605 1.945 1.63 0 2.993-.825 3.605-1.945a.654.654 0 0 1 1.147 0c.612 1.12 1.974 1.945 3.605 1.945 1.63 0 2.993-.825 3.605-1.945l.313-.574 1.148.627-.314.574c-.867 1.586-2.7 2.625-4.752 2.625-1.674 0-3.202-.691-4.179-1.807-.976 1.116-2.504 1.807-4.178 1.807s-3.202-.691-4.179-1.807c-.977 1.116-2.504 1.807-4.178 1.807s-3.202-.691-4.179-1.807c-.977 1.116-2.505 1.807-4.179 1.807-2.052 0-3.885-1.04-4.752-2.625l-.313-.574z"
fill="currentColor"
/>
</svg>
);
}
export default CascadingLeisurePoolIcon;
@@ -0,0 +1,14 @@
function ChangingRoomIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M8.654 10.912c0-.369.3-.668.668-.668h7.074l.063.003.064-.003H30.67c.369 0 .668.3.668.668v18.177a.67.67 0 0 1-.668.668H16.523l-.064-.004-.063.003H9.322a.67.67 0 0 1-.668-.667zm8.537 17.509h5.738V11.58H17.19zm7.074-16.841v16.84h5.737V11.58zm-8.537 0H9.99v16.84h5.738zM11.01 13.6c0-.368.299-.667.668-.667h2.355a.668.668 0 1 1 0 1.336h-2.355a.67.67 0 0 1-.668-.668m7.208 0c0-.368.299-.667.668-.667h2.348a.668.668 0 0 1 0 1.336h-2.348a.67.67 0 0 1-.668-.668m7.201 0c0-.368.3-.667.668-.667h2.355a.668.668 0 1 1 0 1.336h-2.355a.67.67 0 0 1-.668-.668m-14.41 2.023c0-.369.3-.668.669-.668h2.355a.668.668 0 1 1 0 1.336h-2.355a.67.67 0 0 1-.668-.668m7.209 0c0-.369.299-.668.668-.668h2.348a.668.668 0 0 1 0 1.336h-2.348a.67.67 0 0 1-.668-.668m7.201 0c0-.369.3-.668.668-.668h2.355a.668.668 0 1 1 0 1.336h-2.355a.67.67 0 0 1-.668-.668"
fill="currentColor"
/>
</svg>
);
}
export default ChangingRoomIcon;
@@ -0,0 +1,20 @@
function ChessIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M27.303 31.987H12.688v-2.664c0-.883.678-1.596 1.51-1.596h2.517c.277 0 .504.235.504.53 0 .294-.227.53-.504.53h-2.517a.516.516 0 0 0-.504.529v1.597h12.602v-1.597a.516.516 0 0 0-.504-.53H19.24a.517.517 0 0 1-.504-.53c0-.294.227-.53.504-.53h6.552c.832 0 1.51.714 1.51 1.597zm-3.99-5.658c-1-2.642-.14-3.981.766-4.99l-2.167-2.288a.55.55 0 0 1-.146-.375v-2.134h1.007v1.913l2.371 2.51a.55.55 0 0 1 0 .75c-.992 1.052-1.78 1.884-.897 4.216z"
fill="currentColor"
/>
<path
d="M16.22 26.66a.5.5 0 0 1-.357-.155.55.55 0 0 1 0-.75c.657-.7.963-1.715.803-2.723-.183-1.17-.956-2.17-2.19-2.818a.54.54 0 0 1-.277-.479v-4.797c0-2.657 1.248-4.283 2.291-5.18 1.285-1.112 3.021-1.744 4.765-1.744 1.467 0 3.48.802 4.385 1.75a.55.55 0 0 1 .146.376c0 .14-.05.28-.146.375l-1.152 1.222 2.67 2.818a.55.55 0 0 1 .146.376v1.574a.55.55 0 0 1-.146.376l-1.51 1.618a.48.48 0 0 1-.358.155.5.5 0 0 1-.357-.155l-1.365-1.442h-1.81c-1.24 0-2.517-.795-2.517-2.134v-.53c0-.294.226-.53.504-.53.277 0 .503.236.503.53v.53c0 .655.788 1.067 1.51 1.067h2.014c.132 0 .263.059.358.155l1.153 1.221 1.014-1.081v-1.141l-2.875-3.04a.55.55 0 0 1 0-.75l1.116-1.184c-.846-.611-2.261-1.104-3.283-1.104-1.51 0-3.02.544-4.13 1.501-.875.75-1.919 2.12-1.919 4.356v4.474c1.365.81 2.233 2.024 2.452 3.444.204 1.346-.205 2.708-1.087 3.642a.5.5 0 0 1-.358.155"
fill="currentColor"
/>
<path
d="M15.716 28.794c-.832 0-1.51-.714-1.51-1.597s.678-1.596 1.51-1.596h1.51c.277 0 .503.235.503.53 0 .294-.226.53-.503.53h-1.51c-.278 0-.504.242-.504.529s.226.53.504.53c.277 0 .503.235.503.53 0 .294-.226.53-.504.53m8.567.014a.517.517 0 0 1-.503-.53c0-.294.226-.53.503-.53a.516.516 0 0 0 .504-.53.517.517 0 0 0-.504-.53h-4.538a.517.517 0 0 1-.504-.529c0-.294.226-.53.504-.53h4.538c.832 0 1.51.714 1.51 1.597s-.678 1.597-1.51 1.597"
fill="currentColor"
/>
</svg>
);
}
export default ChessIcon;
@@ -0,0 +1,20 @@
function CinemaIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M13.572 10.625c-1.237 0-2.238 1.021-2.238 2.278q0 .541.271 1.063l.202.389-.32.298a2.26 2.26 0 0 0-.723 1.66c0 .583.542 1.139 1.12 1.139h15.1c1.23 0 2.237-1.021 2.237-2.278s-1-2.27-2.237-2.27q-.032-.001-.063.006c-.034 0-.076.014-.11.014l-.404.035-.16-.375a2.235 2.235 0 0 0-2.057-1.382q-.605 0-1.146.333l-.515.313-.27-.542c-.39-.764-1.147-1.243-1.981-1.243-.18 0-.368.028-.605.097l-.486.139-.18-.486a2.21 2.21 0 0 0-2.079-1.458 2.24 2.24 0 0 0-2.196 1.875l-.104.583-.57-.132a2 2 0 0 0-.486-.056m13.419 7.959H11.89c-1.188 0-2.238-1.063-2.238-2.271 0-.813.278-1.576.793-2.188a3.4 3.4 0 0 1-.237-1.222c0-1.944 1.62-3.535 3.551-3.403.466-1.347 1.717-2.277 3.162-2.277 1.23 0 2.328.666 2.919 1.743.153-.021.292-.035.438-.035 1.07 0 2.057.52 2.682 1.382a3.3 3.3 0 0 1 1.23-.243c1.21 0 2.314.66 2.905 1.708 1.8.063 3.245 1.57 3.245 3.41s-1.508 3.41-3.356 3.41"
fill="currentColor"
/>
<path
d="M14.017 14.923a2.7 2.7 0 0 1 .034-1.125 2.55 2.55 0 0 1 1.16-1.562 2.44 2.44 0 0 1 1.905-.271q.55.147.987.514l-.723.868a1.34 1.34 0 0 0-.549-.285 1.39 1.39 0 0 0-1.702 1.014 1.36 1.36 0 0 0-.021.625l-1.098.208zm5.746 1.007q-.103-.562.034-1.125c.348-1.368 1.724-2.187 3.072-1.833q.55.147.987.514l-.723.868a1.26 1.26 0 0 0-.549-.285c-.744-.201-1.508.257-1.703 1.014a1.36 1.36 0 0 0-.02.625l-1.098.208zm-1.495 16.32-.563-14.208 1.119-.049.563 14.215zm-2.348.048-1.674-14.215 1.112-.139 1.675 14.216zm5.818-.048-1.119-.042.556-14.215 1.119.049zm2.341.048-1.112-.138 1.681-14.216 1.105.14z"
fill="currentColor"
/>
<path
d="M14.585 31.66h10.827l2.57-13.077H12.015zm11.744 1.138H13.667l-3.022-15.347h18.7z"
fill="currentColor"
/>
</svg>
);
}
export default CinemaIcon;
@@ -0,0 +1,14 @@
function ClimbingWallIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M29.07 9.64a.415.415 0 0 0-.418.416.42.42 0 0 0 .418.417h1a.415.415 0 0 0 .418-.417.42.42 0 0 0-.418-.416zm-1.582.416c0-.872.705-1.58 1.582-1.58h1a1.58 1.58 0 1 1 0 3.162h-1a1.584 1.584 0 0 1-1.582-1.582m-14.404.583a.415.415 0 0 0-.418.416.42.42 0 0 0 .418.416h2a.42.42 0 0 0 .418-.416.42.42 0 0 0-.418-.416zm2.502 1.915c.625-.21 1.08-.8 1.08-1.499 0-.875-.714-1.58-1.582-1.58h-2a1.58 1.58 0 0 0-.502 3.079q-.079.236-.08.498v2.64c0 1.359.764 2.594 1.982 3.202l3.018 1.508v1.052l-1.983-1.323c-1.716-1.146-4.01.091-4.01 2.146v4.756q0 .22.057.423a1.58 1.58 0 0 0-1.564 1.58c0 .876.714 1.582 1.582 1.582h2.5a1.58 1.58 0 0 0 .507-3.079q.08-.24.082-.506v-3.448l1.894 1.183c.884.553 1.907.85 2.955.85h.98v6.408c0 .872.705 1.58 1.582 1.58a1.58 1.58 0 0 0 1.582-1.58v-11.63l3.019-1.509a3.59 3.59 0 0 0 1.981-3.202v-2.64a1.58 1.58 0 0 0-1.582-1.58 1 1 0 0 0-.105.009 1.584 1.584 0 0 0-1.491 1.578v2.877a.42.42 0 0 1-.228.374l-2.32 1.16h-4.72l-2.321-1.16-.003-.002a.42.42 0 0 1-.23-.372v-2.877q-.002-.262-.08-.498m-1.502.082a.415.415 0 0 0-.418.416v2.64c0 .917.514 1.75 1.338 2.16l3.34 1.67a.58.58 0 0 1 .322.52v2.5a.582.582 0 0 1-.905.485l-2.889-1.928c-.937-.626-2.199.049-2.199 1.178v4.756c0 .23.184.416.418.416a.415.415 0 0 0 .418-.416v-4.498a.582.582 0 0 1 .89-.493l2.786 1.739c.7.438 1.509.672 2.337.672h1.562c.322 0 .582.26.582.582v6.99c0 .231.184.417.418.417a.415.415 0 0 0 .418-.416v-11.99c0-.221.125-.423.322-.521l3.339-1.669a2.42 2.42 0 0 0 1.339-2.161v-2.64a.415.415 0 0 0-.365-.413l-.067.004a.42.42 0 0 0-.418.416v2.877c0 .596-.338 1.147-.869 1.414l-2.446 1.223a.6.6 0 0 1-.26.061h-4.993a.6.6 0 0 1-.26-.061l-2.442-1.22-.001-.002a1.58 1.58 0 0 1-.88-1.415v-2.877a.415.415 0 0 0-.417-.416m6.243-1.495c-1.2 0-2.168.97-2.168 2.163s.968 2.162 2.168 2.162 2.168-.97 2.168-2.162a2.164 2.164 0 0 0-2.168-2.163m-3.332 2.163a3.33 3.33 0 0 1 3.332-3.327 3.33 3.33 0 0 1 3.332 3.327 3.33 3.33 0 0 1-3.332 3.326 3.33 3.33 0 0 1-3.332-3.326m7.625 15.272c0-.875.714-1.58 1.582-1.58h2a1.58 1.58 0 0 1 1.582 1.58c0 .875-.714 1.58-1.582 1.58h-2a1.58 1.58 0 0 1-1.582-1.58m1.582-.417a.42.42 0 0 0-.418.417c0 .23.184.416.418.416h2a.42.42 0 0 0 .418-.416.415.415 0 0 0-.418-.417zm-14.618.461a.415.415 0 0 0-.418.417.42.42 0 0 0 .418.416h2.5a.415.415 0 0 0 .418-.416.42.42 0 0 0-.418-.417z"
fill="currentColor"
/>
</svg>
);
}
export default ClimbingWallIcon;
@@ -0,0 +1,16 @@
function CommunalDiningTablesIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M7.281 19.12H32.71v-.94l-4.86-4.966H12.148l-4.86 4.966v.94zm26.582 1.178H6.12v-2.61l5.538-5.66h16.658l5.538 5.66v2.61z"
fill="currentColor"
/>
<path
d="M13.06 19.71h-1.154v4.728h1.153zm-3.466 0H8.441v8.27h1.153zm18.491 0h-1.153v4.728h1.152zm3.465 0h-1.154v8.27h1.153z"
fill="currentColor"
/>
</svg>
);
}
export default CommunalDiningTablesIcon;
@@ -0,0 +1,24 @@
function CommunalDiningTablesRoundedIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M20.0564 20.2637C14.3207 20.2637 8.2207 18.8209 8.2207 16.1494C8.2207 13.478 14.3207 12.0352 20.0564 12.0352C25.7921 12.0352 31.8921 13.478 31.8921 16.1494C31.8921 17.3137 30.735 18.328 28.5421 19.078L28.2064 18.1066C29.8707 17.5352 30.8636 16.7994 30.8636 16.1494C30.8636 14.8637 26.7493 13.0637 20.0564 13.0637C13.3636 13.0637 9.24927 14.8637 9.24927 16.1494C9.24927 17.4352 13.3636 19.2352 20.0564 19.2352C21.835 19.2352 23.535 19.1066 25.1064 18.8494L25.2707 19.8637C23.6421 20.128 21.8921 20.2566 20.0564 20.2566"
fill="currentColor"
/>
<path
d="M20.0563 29.521C18.3349 29.521 15.4277 29.1425 15.4277 27.721C15.4277 26.2996 18.1563 26.0282 18.992 25.9639L19.0777 26.9924C17.3777 27.1282 16.6206 27.5496 16.4777 27.7281C16.6634 27.971 17.8849 28.4996 20.0634 28.4996C22.242 28.4996 23.4635 27.971 23.6492 27.7281C23.5063 27.5496 22.7492 27.1282 21.0492 26.9924L21.1349 25.9639C21.9706 26.0282 24.6992 26.3567 24.6992 27.721C24.6992 29.0853 21.7849 29.521 20.0706 29.521"
fill="currentColor"
/>
<path
d="M20.0564 22.3209C14.3207 22.3209 8.2207 20.878 8.2207 18.2066V16.1494H9.24927V18.2066C9.24927 19.4994 13.3636 21.2923 20.0564 21.2923C26.7493 21.2923 30.8636 19.4923 30.8636 18.2066V16.1494H31.8921V18.2066C31.8921 20.878 25.7921 22.3209 20.0564 22.3209Z"
fill="currentColor"
/>
<path
d="M21.5994 27.4634H20.5708V22.3206H19.5422V27.4634H18.5137V21.292H21.5994V27.4634Z"
fill="currentColor"
/>
</svg>
);
}
export default CommunalDiningTablesRoundedIcon;
@@ -0,0 +1,22 @@
function ConvenienceIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M33.593 17.129v-.115q.002-.01-.007-.021v-.007l-2.55-6.843v-.007q.002-.01-.007-.022V10.1s-.007-.014-.015-.021c0 0 0-.015-.007-.015 0 0-.007-.014-.014-.014 0 0-.007-.014-.014-.014l-.014-.014s-.008-.015-.015-.015l-.014-.014-.014-.014-.015-.015-.014-.014s-.014-.007-.014-.014q-.002.002-.015-.007s-.014-.007-.021-.015h-.014q-.011.002-.022-.007H9.657q-.01-.002-.021.007h-.014s-.015 0-.022.015c0 0-.007 0-.014.007 0 0-.014.007-.014.014 0 0-.015.007-.015.014l-.014.015s-.014.007-.014.014l-.014.014s-.008.014-.015.014l-.014.015s-.007.014-.014.014l-.015.014s-.007.008-.007.015c0 0-.007.014-.014.021v.014q-.002.011-.014.022v.007l-2.557 6.843v.007c0 .007 0 .014-.008.021v.122c.015 1.386 1.165 2.5 2.579 2.5.907 0 1.707-.457 2.164-1.15a2.59 2.59 0 0 0 2.165 1.15c.907 0 1.7-.457 2.164-1.15a2.59 2.59 0 0 0 2.164 1.15c.907 0 1.7-.457 2.164-1.15a2.59 2.59 0 0 0 2.165 1.15c.907 0 1.707-.457 2.164-1.15a2.59 2.59 0 0 0 2.164 1.15c.907 0 1.707-.457 2.165-1.15a2.59 2.59 0 0 0 2.164 1.15c1.414 0 2.571-1.122 2.578-2.493zM9.372 18.82c-.943 0-1.708-.728-1.743-1.635l2.428-6.507h2.565l-1.486 6.342v.079c0 .943-.786 1.707-1.75 1.707zm4.328 0c-.95 0-1.721-.742-1.75-1.664l1.515-6.478h2.464l-.486 6.407v.028c0 .943-.786 1.707-1.75 1.707zm4.329 0c-.957 0-1.743-.757-1.75-1.692l.486-6.45h3.007v6.435c0 .943-.786 1.707-1.75 1.707zm4.328 0c-.964 0-1.75-.764-1.75-1.707V10.68h3.008l.485 6.45c0 .935-.786 1.692-1.75 1.692zm4.329 0c-.964 0-1.75-.764-1.75-1.707v-.028l-.486-6.407h2.464l1.515 6.478c-.022.922-.8 1.665-1.75 1.665zm4.328 0c-.964 0-1.75-.764-1.75-1.707v-.078l-1.485-6.343h2.564l2.429 6.507c-.036.907-.807 1.636-1.743 1.636zm-.008 1.366a.413.413 0 0 0-.414.407v8.779H9.778v-8.793a.413.413 0 0 0-.414-.407.413.413 0 0 0-.415.407v9.607h22.479v-9.593a.413.413 0 0 0-.415-.407z"
fill="currentColor"
stroke="currentColor"
strokeWidth={0.64}
strokeMiterlimit={10}
/>
<path
d="M26.206 26.707c.2 0 .357-.157.357-.35v-4.964a.35.35 0 0 0-.357-.35H13.992c-.2 0-.357.157-.357.35v4.964c0 .193.157.35.357.35zM14.35 21.743h11.5v4.264h-11.5z"
fill="currentColor"
stroke="currentColor"
strokeWidth={0.64}
strokeMiterlimit={10}
/>
</svg>
);
}
export default ConvenienceIcon;
@@ -0,0 +1,13 @@
function CoworkingIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M11.7897 10.4103C10.7382 10.4103 9.89062 11.2601 9.89062 12.3031C9.89062 13.3462 10.7381 14.196 11.7897 14.196C12.8413 14.196 13.6889 13.3462 13.6889 12.3031C13.6889 11.2601 12.8413 10.4103 11.7897 10.4103ZM8.68348 12.3031C8.68348 10.5916 10.0733 9.20312 11.7897 9.20312C13.5062 9.20312 14.896 10.5915 14.896 12.3031C14.896 14.0147 13.5062 15.4031 11.7897 15.4031C10.0733 15.4031 8.68348 14.0147 8.68348 12.3031ZM24.7753 12.3031C24.7753 10.5904 26.1734 9.20312 27.8815 9.20312C29.5919 9.20312 30.9806 10.5927 30.9806 12.3031C30.9806 14.0125 29.6002 15.4031 27.8815 15.4031C26.1651 15.4031 24.7753 14.0147 24.7753 12.3031ZM27.8815 10.4103C26.836 10.4103 25.9824 11.2612 25.9824 12.3031C25.9824 13.3462 26.8299 14.196 27.8815 14.196C28.9309 14.196 29.7735 13.3485 29.7735 12.3031C29.7735 11.2589 28.9248 10.4103 27.8815 10.4103ZM6.33773 18.865C6.7308 17.6073 7.90672 16.6995 9.29423 16.6995H14.2924C15.68 16.6995 16.856 17.6074 17.249 18.8652C17.2491 18.8656 17.2493 18.8661 17.2494 18.8666L18.5616 22.9983C18.6146 23.1679 18.6464 23.3577 18.6464 23.5513C18.6464 23.761 18.6183 23.9846 18.5255 24.2106L17.9913 25.6355C17.8743 25.9476 17.5264 26.1058 17.2143 25.9888C16.9022 25.8718 16.744 25.5239 16.861 25.2118L17.3988 23.7771C17.4016 23.7696 17.4046 23.7621 17.4077 23.7548C17.4255 23.7124 17.4393 23.6534 17.4393 23.5513C17.4393 23.4872 17.4283 23.4191 17.4097 23.3594C17.4096 23.359 17.4095 23.3586 17.4094 23.3583L16.097 19.226C15.8586 18.4616 15.1417 17.9067 14.2924 17.9067H9.29423C8.44494 17.9067 7.72809 18.4616 7.48963 19.226L7.4887 19.229L6.17858 23.3541C6.15652 23.4306 6.14734 23.4929 6.14734 23.5513C6.14734 23.6534 6.16111 23.7123 6.17897 23.7548C6.18207 23.7621 6.18502 23.7696 6.18783 23.7771L6.72566 25.2118C6.84266 25.5239 6.68448 25.8718 6.37235 25.9888C6.06022 26.1058 5.71233 25.9476 5.59532 25.6355L5.06118 24.2106C4.96843 23.9847 4.9402 23.7611 4.9402 23.5513C4.9402 23.353 4.97362 23.1729 5.02209 23.008L5.02589 22.9956L6.33725 18.8666C6.33741 18.866 6.33757 18.8655 6.33773 18.865ZM23.5731 19.2297C23.573 19.2299 23.5731 19.2296 23.5731 19.2297L22.2619 23.3583C22.2618 23.3586 22.2616 23.359 22.2615 23.3594C22.243 23.4192 22.232 23.4872 22.232 23.5513C22.232 23.6534 22.2457 23.7123 22.2636 23.7548C22.2667 23.7621 22.2696 23.7696 22.2724 23.7771L22.8103 25.2118C22.9273 25.5239 22.7691 25.8718 22.457 25.9888C22.1448 26.1058 21.7969 25.9476 21.6799 25.6355L21.1458 24.2106C21.053 23.9847 21.0248 23.7611 21.0248 23.5513C21.0248 23.3576 21.0567 23.1678 21.1096 22.9983L21.1105 22.9956L22.423 18.8628C22.8227 17.6103 23.988 16.6995 25.3788 16.6995H30.377C31.7646 16.6995 32.9406 17.6074 33.3336 18.8652C33.3337 18.8656 33.3339 18.8661 33.334 18.8666L34.6454 22.9956L34.6492 23.008C34.6977 23.1729 34.7311 23.3529 34.7311 23.5513C34.7311 23.7857 34.6879 23.9996 34.615 24.1975L34.6138 24.2008L34.0759 25.6355C33.9589 25.9476 33.6111 26.1058 33.2989 25.9888C32.9868 25.8718 32.8286 25.5239 32.9456 25.2118L33.4822 23.7803C33.4824 23.7798 33.4826 23.7794 33.4828 23.7789C33.5099 23.7047 33.5239 23.6321 33.5239 23.5513C33.5239 23.4929 33.5148 23.4306 33.4927 23.3541L32.1826 19.229L32.1816 19.226C31.9432 18.4616 31.2263 17.9067 30.377 17.9067H25.3788C24.5324 17.9067 23.8189 18.4595 23.5731 19.2297ZM7.59403 21.8965C7.70861 21.7667 7.87337 21.6924 8.04647 21.6924H15.5474C15.7205 21.6924 15.8852 21.7667 15.9998 21.8965C16.1144 22.0262 16.1677 22.1989 16.1463 22.3707L15.6071 26.6924H24.0642L23.525 22.3707C23.5036 22.1989 23.5569 22.0262 23.6715 21.8965C23.786 21.7667 23.9508 21.6924 24.1239 21.6924H31.6248C31.7979 21.6924 31.9627 21.7667 32.0772 21.8965C32.1918 22.0262 32.2452 22.1989 32.2237 22.3707L31.6845 26.6924H34.2136C34.5469 26.6924 34.8171 26.9626 34.8171 27.2959C34.8171 27.6293 34.5469 27.8995 34.2136 27.8995H31.0104C31.0046 27.8996 30.9988 27.8996 30.9929 27.8995H24.7558C24.7499 27.8996 24.7441 27.8996 24.7383 27.8995H14.933C14.9272 27.8996 14.9213 27.8996 14.9155 27.8995H8.67835C8.6725 27.8996 8.66666 27.8996 8.66084 27.8995H5.4649C5.13156 27.8995 4.86133 27.6293 4.86133 27.2959C4.86133 26.9626 5.13156 26.6924 5.4649 26.6924H7.98679L7.44755 22.3707C7.42611 22.1989 7.47946 22.0262 7.59403 21.8965ZM9.20329 26.6924H14.3905L14.8638 22.8995H8.73004L9.20329 26.6924ZM25.2807 26.6924H30.468L30.9412 22.8995H24.8075L25.2807 26.6924Z"
fill="currentColor"
/>
</svg>
);
}
export default CoworkingIcon;
@@ -0,0 +1,16 @@
function FirePitIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M17.158 33.665a.59.59 0 0 1-.486-.25c-1.886-2.565-1.364-4.479-.907-6.172.293-1.064.564-2.071.314-3.271a.63.63 0 0 1 .243-.629c.2-.143.465-.15.665-.021 1.864 1.164 2.235 2.65 2.6 4.086l.014.071c.307 1.214 1.286 2.207 2.186 2.221 1.235.022 1.792-1.328 1.957-1.9a.59.59 0 0 1 .593-.435c.271 0 .507.2.578.464.693 2.807-.364 4.379-1.614 5.664a.595.595 0 0 1-.857 0 .616.616 0 0 1-.007-.864c.664-.686 1.3-1.45 1.442-2.607a2.85 2.85 0 0 1-2.114.914c-1.464-.014-2.9-1.371-3.35-3.143l-.014-.071c-.236-.95-.443-1.757-1.036-2.472-.043.858-.257 1.622-.443 2.329-.443 1.628-.828 3.029.707 5.114a.62.62 0 0 1-.121.857.57.57 0 0 1-.364.122"
fill="currentColor"
/>
<path
d="M26.344 33.05a.6.6 0 0 1-.45-.2.617.617 0 0 1 .036-.865c2.314-2.15 3.442-4.214 3.442-6.3 0-2.457-.95-4.707-2.514-6.114.036 1.007-.357 1.964-1.143 2.743-.793.779-2.493 1.029-3.707.557-.993-.386-1.586-1.2-1.657-2.293-.079-1.264.393-1.921.893-2.614.514-.707 1.1-1.514 1.414-3.364.45-2.6-1.193-5.215-3.364-6.836q.159.548.178 1.15c.079 2.329-1.385 5.1-4.228 8-2.986 3.043-4.679 4.914-4.679 8.157 0 2.422 2.207 5.886 3.922 6.8a.617.617 0 0 1 .25.829.605.605 0 0 1-.822.257c-2.057-1.1-4.571-4.957-4.571-7.886 0-3.907 2.221-6.164 5.028-9.028 2.572-2.615 3.943-5.129 3.879-7.086a3.33 3.33 0 0 0-1.164-2.45.63.63 0 0 1-.122-.786.605.605 0 0 1 .743-.25c3.486 1.4 6.822 5.372 6.136 9.343-.372 2.136-1.1 3.143-1.636 3.879-.464.635-.714.985-.664 1.807.035.607.328 1.007.878 1.221.886.343 2.065.064 2.429-.293.493-.485 1.214-1.528.45-3.014a.62.62 0 0 1 .107-.714.61.61 0 0 1 .707-.114c2.707 1.392 4.45 4.564 4.45 8.092 0 2.45-1.257 4.807-3.835 7.208a.6.6 0 0 1-.408.164"
fill="currentColor"
/>
</svg>
);
}
export default FirePitIcon;
@@ -0,0 +1,12 @@
function FullyEquippedGymIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M8.162 23.177c-.372 0-.701-.316-.701-.736v-5.4c0-.394.33-.735.701-.735.372 0 .702.341.702.736v5.398c0 .395-.296.737-.702.737m23.686 0c-.372 0-.702-.316-.702-.736v-5.4c0-.394.296-.735.702-.735.372 0 .701.341.701.736v5.398c0 .395-.32.737-.701.737m-20.44 3.321c-.701 0-1.276-.604-1.276-1.34V14.833c0-.736.575-1.34 1.276-1.34s1.277.604 1.277 1.34v10.324c0 .737-.575 1.341-1.277 1.341m17.194 0c-.702 0-1.277-.604-1.277-1.34V14.833c0-.736.575-1.34 1.277-1.34.701 0 1.276.604 1.276 1.34v10.324c0 .737-.575 1.341-1.276 1.341m-17.21-14.355c-1.404 0-2.528 1.2-2.528 2.69v.263a2.1 2.1 0 0 0-.702-.131c-1.099 0-1.995.946-1.995 2.077v2.261H3.572v1.367h2.62v1.788c0 1.157.897 2.086 1.996 2.086.253 0 .473-.053.701-.131v.762c0 1.472 1.15 2.682 2.545 2.682 1.394 0 2.544-1.21 2.544-2.682v-4.478h12.071v4.478c0 1.472 1.15 2.682 2.544 2.682s2.553-1.21 2.553-2.682v-.762c.229.078.448.131.702.131 1.099 0 2.003-.947 2.003-2.086V20.67h2.578v-1.367h-2.578v-2.261c0-1.157-.896-2.077-2.003-2.077-.245 0-.473.052-.702.131v-.263c0-1.472-1.15-2.69-2.553-2.69s-2.544 1.209-2.544 2.69v4.479H13.978v-4.479c0-1.472-1.15-2.69-2.544-2.69z"
fill="currentColor"
/>
</svg>
);
}
export default FullyEquippedGymIcon;
@@ -0,0 +1,20 @@
function GamingLoungeIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M11.712 16.88a.44.44 0 0 1 .418.574l-1.37 4.282v.008a1.4 1.4 0 0 0 .583 1.649c1.353.836 4.249 2.247 8.383 2.247 4.135 0 7.4-1.435 8.95-2.288a1.396 1.396 0 0 0 .648-1.69l-1.559-4.487a.61.61 0 0 0-.664-.402.61.61 0 0 0-.525.648v.008l.189 3.938a1.56 1.56 0 0 1-.419 1.18 1.6 1.6 0 0 1-1.157.51h-9.097a1.89 1.89 0 0 1-1.879-2.075c0-.026 0-.042.01-.067.04-.147.926-3.6 1.14-4.282l.188-.746a3.09 3.09 0 0 0-.484-2.56 3.01 3.01 0 0 0-2.198-1.246h-.099a3.16 3.16 0 0 0-3.06 1.895c-.5 1.14-1.378 2.026-2.485 2.493l-.386.164c-.049.017-.073.074-.065.123l.057.394c.066.427.378.771.796.878a.7.7 0 0 0 .336-.008l3.626-1.1a.3.3 0 0 1 .123-.016m8.014 9.622c-4.347 0-7.407-1.485-8.842-2.379a2.25 2.25 0 0 1-.952-2.666l1.116-3.486-2.822.861c-.263.082-.542.09-.804.025a1.92 1.92 0 0 1-1.444-1.591l-.057-.394a.986.986 0 0 1 .59-1.05l.386-.164c.894-.377 1.616-1.1 2.026-2.034a4.03 4.03 0 0 1 3.905-2.42h.13a3.85 3.85 0 0 1 2.84 1.607c.68.952.91 2.15.623 3.282l-.19.754v.025c-.188.582-1.025 3.839-1.123 4.208a.96.96 0 0 0 .254.747c.197.213.46.336.755.336h9.097a.7.7 0 0 0 .517-.222.75.75 0 0 0 .189-.533v-.008l-.19-3.937a1.49 1.49 0 0 1 1.272-1.575 1.48 1.48 0 0 1 1.616.976l1.559 4.487a2.27 2.27 0 0 1-1.05 2.731c-1.624.894-4.996 2.404-9.368 2.404"
fill="currentColor"
/>
<path
d="M19.586 30.472c-3.552 0-6.686-.681-9.303-2.018-2.23-1.14-3.634-2.535-4.413-3.503a1.49 1.49 0 0 1-.27-1.353c.13-.468.492-.837.951-1.001q.012.002.025-.008l3.543-.976a.444.444 0 0 1 .542.303.435.435 0 0 1-.304.533l-3.535.976a.62.62 0 0 0-.271.976c1.559 1.936 5.332 5.193 13.035 5.193 3.502 0 6.628-.673 9.277-2.001 2.199-1.1 3.593-2.412 4.389-3.323a.65.65 0 0 0 .148-.525.64.64 0 0 0-.288-.418l-3.404-1.067a.44.44 0 0 1-.287-.55.446.446 0 0 1 .55-.286l3.445 1.083s.057.016.082.032a1.485 1.485 0 0 1 .418 2.289c-.845.968-2.33 2.37-4.65 3.535-2.773 1.387-6.03 2.092-9.672 2.092M15.69 17.733a.44.44 0 0 1-.418-.304.43.43 0 0 1 .287-.541l1.673-.525c.008 0 .025 0 .033-.033 0-.025-.008-.033-.017-.041l-1.443-1.067a.47.47 0 0 1-.18-.32.46.46 0 0 1 .13-.344l1.108-1.1s.016-.016.008-.049c-.008-.024-.024-.024-.04-.024l-1.428.066a.48.48 0 0 1-.353-.148.43.43 0 0 1-.098-.37l.36-1.787-1.164.967a.45.45 0 0 1-.402.082.45.45 0 0 1-.296-.287l-.574-1.788a.16.16 0 0 0-.156-.115.154.154 0 0 0-.155.115l-.616 1.805a.427.427 0 0 1-.55.27.427.427 0 0 1-.27-.55l.615-1.804a1.03 1.03 0 0 1 .976-.705h.009c.45 0 .836.287.976.722l.377 1.173.68-.566a.85.85 0 0 1 .993-.082c.32.188.476.55.402.91l-.254 1.263.87-.04a.908.908 0 0 1 .68 1.559l-.746.737 1.034.763c.279.205.418.55.352.894a.89.89 0 0 1-.64.714l-1.673.517c-.04.016-.09.016-.131.016m-3.847-3.502a.126.126 0 0 0-.123.122c0 .066.058.124.123.124a.126.126 0 0 0 .123-.124.126.126 0 0 0-.123-.123m0 .853a.73.73 0 0 1-.73-.73c0-.402.328-.73.73-.73s.73.328.73.73-.328.73-.73.73"
fill="currentColor"
/>
<path
d="M19.906 28.954c-4.216 0-7.3-1.14-9.138-2.1-2.01-1.05-3.02-2.092-3.06-2.141a.44.44 0 0 1 .016-.615.44.44 0 0 1 .616.016c.008.008.968 1 2.87 1.985 1.748.902 4.676 1.985 8.696 1.985s6.964-1.082 8.728-1.985c1.92-.984 2.895-1.977 2.904-1.985a.43.43 0 0 1 .615-.008c.172.164.18.443.016.615-.04.041-1.066 1.091-3.092 2.133-1.862.96-4.955 2.1-9.171 2.1"
fill="currentColor"
/>
</svg>
);
}
export default GamingLoungeIcon;
@@ -0,0 +1,32 @@
function GamingTerraceIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M22.385 29.065h-4.237a.45.45 0 0 1-.452-.414l-.46-5.946a.45.45 0 0 1 .422-.482.455.455 0 0 1 .49.413l.429 5.532h3.816a.453.453 0 0 1 0 .904"
fill="currentColor"
/>
<path
d="M19.888 31.693a.45.45 0 0 1-.453-.452v-2.628a.453.453 0 0 1 .905 0v2.628a.46.46 0 0 1-.452.452m1.28-6.268h9.079v-1.057h-9.08zm9.539.904h-9.991a.45.45 0 0 1-.452-.452v-1.953c0-.245.207-.452.452-.452h9.99c.253 0 .453.199.453.452v1.953a.46.46 0 0 1-.452.453"
fill="currentColor"
/>
<path
d="M25.71 31.693a.45.45 0 0 1-.452-.452V25.87c0-.245.207-.452.452-.452s.452.2.452.452v5.37c0 .246-.2.453-.452.453m7.555-2.629h-4.237a.453.453 0 0 1 0-.904h3.816l.429-5.532a.455.455 0 0 1 .49-.413.454.454 0 0 1 .422.483l-.46 5.945a.446.446 0 0 1-.452.414"
fill="currentColor"
/>
<path
d="M31.534 31.693a.45.45 0 0 1-.452-.452v-2.628a.453.453 0 0 1 .904 0v2.628a.46.46 0 0 1-.452.452m-19.117-.001a.45.45 0 0 1-.452-.452V17.104a.453.453 0 0 1 .904 0V31.24c0 .245-.2.452-.452.452"
fill="currentColor"
/>
<path
d="M12.419 20.254a.48.48 0 0 1-.322-.13.45.45 0 0 1 0-.636l1.28-1.272a.46.46 0 0 1 .643 0 .45.45 0 0 1 0 .636l-1.28 1.272a.45.45 0 0 1-.321.13m-.001 2.513a.48.48 0 0 1-.322-.13L10.61 21.18a.44.44 0 0 1 0-.636.45.45 0 0 1 .643 0L12.747 22a.44.44 0 0 1 0 .636.45.45 0 0 1-.322.138"
fill="currentColor"
/>
<path
d="M12.417 26.161c-3.693 0-6.688-2.98-6.688-6.643 0-2.107.996-4.06 2.681-5.317a4.4 4.4 0 0 1-.444-1.923c0-2.436 2-4.42 4.451-4.42 2.452 0 4.452 1.984 4.452 4.42 0 .667-.154 1.326-.445 1.923a6.62 6.62 0 0 1 2.682 5.317.453.453 0 0 1-.904 0c0-1.938-.98-3.73-2.62-4.796a.445.445 0 0 1-.138-.613c.337-.551.52-1.187.52-1.823 0-1.939-1.585-3.517-3.54-3.517-1.953 0-3.547 1.578-3.547 3.517 0 .643.184 1.272.521 1.823a.447.447 0 0 1-.137.613 5.71 5.71 0 0 0-2.62 4.797c0 3.164 2.597 5.738 5.776 5.738a5.75 5.75 0 0 0 2.881-.766.453.453 0 0 1 .62.169.443.443 0 0 1-.168.612 6.75 6.75 0 0 1-3.333.882"
fill="currentColor"
/>
</svg>
);
}
export default GamingTerraceIcon;
@@ -0,0 +1,15 @@
function GuestRooms() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M10.027 9.286h9.767v15.78h-3.678 6.734v3.785h3.942v4.007h4.636m-15.312-4.569-6.83-4.972V9.294l6.83 4.973z"
stroke="currentColor"
strokeWidth={1.8}
strokeLinecap="square"
strokeLinejoin="round"
/>
</svg>
);
}
export default GuestRooms;
@@ -0,0 +1,12 @@
function HammockMovieLoungeIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M13.758 26.534h1.124zm1.823 0h11.44zm12.14 0h.708zm1.407 0h.734zm-12.38-6.211-.707-1.07-.85.905c.496.06 1.018.121 1.558.165m6.097 3.036v-2.366a37 37 0 0 1-3.026.122q-1.274 0-2.442-.079a34 34 0 0 1-6.291-.991 1 1 0 0 1-.124-.035c.602.382 1.256.774 1.92 1.157 1.487.843 3.097 1.626 4.583 2.113.991.331 1.93.522 2.735.514.707 0 1.61-.148 2.628-.444m4.733-4.315c0-.321-.132-.6-.353-.808a1.24 1.24 0 0 0-.859-.34c-.336 0-.637.13-.858.34a1.106 1.106 0 0 0 .168 1.748 3 3 0 0 0 .274-.044c.47-.078.947-.165 1.425-.27.133-.182.203-.4.203-.634m2.47.67q-.798.222-1.567.391h-.018c-.274.061-.548.122-.814.174a39 39 0 0 1-1.584.296c-.132.026-.274.043-.407.06h-.017c-.292.044-.584.088-.876.123v1.887c1.637-.678 3.45-1.661 5.282-2.957m-6.769.591s.027 0 .044.009c.018 0 .027.008.036.017.009 0 .017.009.026.017.01 0 .018.01.027.018l.009.009.018.017c.008.009.017.026.035.035 0 .008.009.017.018.026a.4.4 0 0 1 .026.06v3.733q0 .107.08.174c.044.043.115.07.186.07s.141-.027.185-.07a.22.22 0 0 0 .08-.174v-3.81a.77.77 0 0 0-.239-.549.8.8 0 0 0-.566-.217c-.062 0-.133 0-.195.018l-3.247.747c1.053 0 2.168-.043 3.327-.147h.115m-4.115.13a1.1 1.1 0 0 1-.557-.365l-1.938-2.332a.8.8 0 0 0-.602-.278.76.76 0 0 0-.584.261l-1.937 2.175c.265.043.54.096.822.139l1.23-1.296c.124-.13.292-.2.46-.191.098 0 .204.026.293.07a.53.53 0 0 1 .23.208l1.026 1.566c.504.034 1.026.052 1.557.06m11.388 6.09h1.53l.735-8.108c-.274.235-.548.462-.814.679l-.017.017s-.01 0-.018.009c-2.46 1.966-4.973 3.375-7.176 4.254v.86a.87.87 0 0 1-.283.645.996.996 0 0 1-1.363 0 .87.87 0 0 1-.283-.644v-.209c-.991.278-1.876.418-2.628.418-.92 0-1.929-.21-2.964-.557-1.035-.34-2.115-.81-3.16-1.34-2.096-1.06-4.087-2.357-5.494-3.323q-.014-.002-.027-.017a43 43 0 0 1-1.344-.965l.743 8.272h5.097m18.802-7.36s-.026.01-.044.01h.045m-.337-.566s.053-.035.08-.043c-.01 0-.027 0-.036.008q.664-.534 1.328-1.122l.318-3.523c.018-.183.186-.313.38-.304.195.017.337.174.32.356l-1.125 12.553h1.177c.195 0 .345.148.345.33s-.159.33-.345.33H6.06a.335.335 0 0 1-.345-.33c0-.183.16-.33.345-.33h1.177L6.104 13.929c-.018-.182.124-.339.319-.356a.347.347 0 0 1 .38.304l.31 3.428.08.06q.13.105.38.287c.327.244.796.583 1.363.975.168.07.982.382 2.31.73.441.114.937.235 1.486.34l2.176-2.445c.292-.33.708-.495 1.124-.495.425 0 .858.182 1.15.53l1.938 2.331a.45.45 0 0 0 .354.157h.08l3.309-.766a1.58 1.58 0 0 1 1.425.365c.203.183.345.427.407.697.035 0 .062 0 .088-.009a1.75 1.75 0 0 1-.372-1.07c0-.496.213-.957.558-1.279.345-.33.823-.53 1.354-.53.53 0 1.008.2 1.354.53.345.33.557.783.557 1.28q.002.232-.062.451c.027 0 .044-.008.07-.017h.018c1.062-.244 2.15-.54 3.266-.905-.018.009-.027.026-.045.035"
fill="currentColor"
/>
</svg>
);
}
export default HammockMovieLoungeIcon;
@@ -0,0 +1,12 @@
function IntegratedLapPoolIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M31.964 20.492a3.52 3.52 0 0 1-2.121-.671c-.529-.379-.929-.864-1.322-1.336-.357-.428-.7-.835-1.1-1.128-.421-.307-.871-.443-1.421-.443s-1 .143-1.422.443c-.407.293-.743.7-1.1 1.128-.393.472-.793.95-1.321 1.336a3.52 3.52 0 0 1-2.122.671c-.8 0-1.492-.221-2.121-.671-.529-.379-.929-.864-1.321-1.336-.358-.428-.7-.835-1.1-1.128-.422-.307-.872-.443-1.422-.443s-1 .143-1.421.443c-.407.293-.743.7-1.1 1.128-.393.472-.793.95-1.322 1.336a3.52 3.52 0 0 1-2.121.671c-.8 0-1.493-.221-2.122-.671-.528-.379-.928-.864-1.321-1.336-.357-.428-.7-.835-1.1-1.128-.421-.307-.871-.443-1.421-.443v-1.2c.8 0 1.492.221 2.121.671.529.379.929.865 1.321 1.336.358.429.693.836 1.1 1.128.422.308.872.443 1.422.443s1-.143 1.421-.443c.407-.292.743-.7 1.1-1.128.393-.471.793-.95 1.322-1.336a3.52 3.52 0 0 1 2.121-.671c.8 0 1.493.221 2.122.671.528.379.928.865 1.321 1.336.357.429.693.836 1.1 1.128.421.308.871.443 1.421.443s1-.143 1.422-.443c.407-.292.743-.7 1.1-1.128.393-.471.793-.95 1.321-1.336A3.52 3.52 0 0 1 26 15.714c.8 0 1.493.221 2.121.671.529.379.929.865 1.322 1.336.357.429.7.836 1.1 1.128.421.308.871.443 1.421.443s1-.143 1.421-.443c.408-.292.743-.7 1.1-1.128.393-.471.793-.95 1.322-1.336a3.52 3.52 0 0 1 2.121-.671v1.2c-.543 0-1 .143-1.421.443-.407.293-.743.7-1.1 1.128-.393.472-.793.95-1.322 1.336a3.52 3.52 0 0 1-2.121.671m0 6.666a3.52 3.52 0 0 1-2.121-.672c-.529-.378-.929-.864-1.322-1.336-.357-.428-.7-.835-1.1-1.128-.421-.307-.871-.443-1.421-.443s-1 .143-1.422.443c-.407.293-.743.7-1.1 1.128-.393.472-.793.95-1.321 1.336a3.52 3.52 0 0 1-2.122.671c-.8 0-1.492-.221-2.121-.671-.529-.378-.929-.864-1.321-1.336-.358-.428-.7-.835-1.1-1.128-.422-.307-.872-.443-1.422-.443s-1 .143-1.421.443c-.407.293-.743.7-1.1 1.128-.393.472-.793.95-1.322 1.336a3.52 3.52 0 0 1-2.121.671c-.8 0-1.493-.221-2.122-.671-.528-.378-.928-.864-1.321-1.336-.357-.428-.7-.835-1.1-1.128-.421-.307-.871-.443-1.421-.443v-1.2c.8 0 1.492.221 2.121.671.529.379.929.865 1.321 1.336.358.429.693.836 1.1 1.129.422.307.872.442 1.422.442s1-.142 1.421-.442c.407-.293.743-.7 1.1-1.129.393-.471.793-.95 1.322-1.336a3.52 3.52 0 0 1 2.121-.671c.8 0 1.493.221 2.122.671.528.379.928.865 1.321 1.336.357.429.693.836 1.1 1.129.421.307.871.442 1.421.442s1-.142 1.422-.442c.407-.293.743-.7 1.1-1.129.393-.471.793-.95 1.321-1.336A3.52 3.52 0 0 1 26 22.38c.8 0 1.493.221 2.121.671.529.379.929.865 1.322 1.336.357.429.7.836 1.1 1.129.421.307.871.442 1.421.442s1-.142 1.421-.442c.408-.293.743-.7 1.1-1.129.393-.471.793-.95 1.322-1.336a3.52 3.52 0 0 1 2.121-.671v1.2c-.543 0-1 .143-1.421.443-.407.293-.743.7-1.1 1.128-.393.472-.793.95-1.322 1.336a3.52 3.52 0 0 1-2.121.671"
fill="currentColor"
/>
</svg>
);
}
export default IntegratedLapPoolIcon;
@@ -0,0 +1,35 @@
function JacuzziIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M35.036 19.446H5m0 6.359c0 2.817 2.32 5.121 5.154 5.121h19.728c2.833 0 5.154-2.304 5.154-5.121v-6.563a1.82 1.82 0 0 0-1.824-1.815H6.824A1.82 1.82 0 0 0 5 19.242z"
stroke="currentColor"
strokeWidth={2}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M21.657 13.344c0 .603-.497 1.1-1.108 1.1a1.1 1.1 0 0 1 0-2.198c.603 0 1.108.488 1.108 1.098m3.777-.602a.872.872 0 0 1-1.742 0 .872.872 0 0 1 1.742 0m-.195-3.73a.681.681 0 0 1-1.36 0 .681.681 0 0 1 1.36 0m-7.352 1.271a.674.674 0 0 1-.676.676.674.674 0 0 1-.676-.676c0-.375.301-.676.676-.676s.676.301.676.676m3.77-1.27a.917.917 0 0 1-.92.912.917.917 0 0 1-.92-.912.92.92 0 1 1 1.84 0"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M10.838 11.966a1.89 1.89 0 0 0 .888-2.532 1.905 1.905 0 0 0-2.54-.888 1.896 1.896 0 0 0-.888 2.532 1.91 1.91 0 0 0 2.54.888m6.31 2.28c-.09-.62-.545-.864-1.482-.611-1.408.374-2.719.277-3.956-.521-.212-.139-.456-.22-.693-.318-1.392-.627-2.727.171-2.85 1.694-.056.724-.13 2.172-.187 2.896h3.868v-.065c.04-.497.081-1.708.122-2.261.31.146.546.293.798.366.342.09.716.195 1.067.163.716-.073 1.424-.22 2.133-.35.904-.163 1.254-.456 1.172-.994z"
stroke="currentColor"
strokeWidth={2}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M31.508 22.074c0-.061.05-.111.11-.111v0c.062 0 .112.05.112.11v4.9a.11.11 0 0 1-.111.111v0a.11.11 0 0 1-.111-.11zm-3.273 0c0-.061.05-.111.11-.111v0c.062 0 .112.05.112.11v4.9a.11.11 0 0 1-.111.111v0a.11.11 0 0 1-.111-.11zm-3.265 0c0-.061.05-.111.11-.111v0c.062 0 .112.05.112.11v4.9a.11.11 0 0 1-.111.111v0a.11.11 0 0 1-.111-.11zm-3.265 0c0-.061.05-.111.111-.111v0c.061 0 .111.05.111.11v4.9a.11.11 0 0 1-.111.111v0a.11.11 0 0 1-.111-.11zm-3.265 0c0-.061.05-.111.111-.111v0c.061 0 .111.05.111.11v4.9a.11.11 0 0 1-.111.111v0a.11.11 0 0 1-.111-.11zm-3.273 0c0-.061.05-.111.11-.111v0c.062 0 .112.05.112.11v4.9a.11.11 0 0 1-.111.111v0a.11.11 0 0 1-.111-.11zm-3.265 0c0-.061.05-.111.111-.111v0c.061 0 .111.05.111.11v4.9a.11.11 0 0 1-.111.111v0a.11.11 0 0 1-.111-.11zm-3.273 0c0-.061.05-.111.11-.111v0c.062 0 .112.05.112.11v4.9a.11.11 0 0 1-.111.111v0a.11.11 0 0 1-.111-.11z"
stroke="currentColor"
strokeWidth={1.5}
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
export default JacuzziIcon;
@@ -0,0 +1,16 @@
function KaraokeIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M13.513 26.58c.143.014.222-.086.315-.165l3.835-3.3c1.357-1.164 2.707-2.336 4.065-3.493.2-.171.192-.25-.05-.364a6 6 0 0 1-1.029-.629c-.8-.621-1.443-1.364-1.879-2.278-.1-.215-.192-.222-.32-.036-.022.028-.058.057-.08.086-2.178 2.493-4.35 4.985-6.528 7.485-.522.6-.536.786-.107 1.457.093.143.186.286.307.408.4.428.879.728 1.464.828m11.05-7.793c2.9.015 5.279-2.328 5.293-5.207a5.26 5.26 0 0 0-5.264-5.293c-2.922-.014-5.322 2.3-5.336 5.158-.014 2.992 2.3 5.328 5.307 5.342m6.422-5.314a6.415 6.415 0 0 1-5.579 6.407 5.7 5.7 0 0 1-1.836-.028.6.6 0 0 0-.55.15q-4.06 3.505-8.121 7a2 2 0 0 0-.164.135c-.7.743-1.493.672-2.315.265-1.121-.558-1.843-1.429-2.093-2.665a1.31 1.31 0 0 1 .315-1.171q3.096-3.545 6.193-7.1.63-.73 1.271-1.45a.47.47 0 0 0 .114-.407c-.314-2.114.236-3.972 1.729-5.522 1.078-1.114 2.407-1.735 3.964-1.907 3.143-.343 6.186 1.75 6.922 4.915.107.471.178.942.157 1.371"
fill="currentColor"
/>
<path
d="M13.485 31.38c.479-.008 1.115-.272 1.636-.794 1.05-1.05 2.107-2.092 3.164-3.142 1.107-1.093 2.429-1.393 3.893-.886 1.443.5 2.293 1.564 2.529 3.064.221 1.414-.307 2.543-1.429 3.422-.121.092-.207.107-.307-.015 0-.007-.014-.014-.021-.021-.172-.207-.45-.393-.493-.622-.05-.257.321-.364.493-.55.678-.714.814-1.557.55-2.457-.293-.986-.979-1.621-2-1.85-.915-.207-1.715.029-2.379.693-1.071 1.057-2.128 2.129-3.207 3.179-1.064 1.035-2.343 1.357-3.757.95-1.45-.422-2.314-1.436-2.622-2.9-.185-.879-.014-1.707.408-2.493.1-.186.164-.222.335-.036.393.4.557.75.393 1.386-.407 1.578.907 3.085 2.822 3.085"
fill="currentColor"
/>
</svg>
);
}
export default KaraokeIcon;
@@ -0,0 +1,16 @@
function LoungeIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M20.045 25.736h.864c.221 0 .336-.093.329-.329 0-.221-.115-.307-.315-.307h-1.735c-.208 0-.308.093-.315.307 0 .236.115.321.336.321h.829m.335-4.092v-1.929c0-.229 0-.45-.328-.443-.307 0-.307.214-.307.429v3.864c0 .214 0 .421.307.421.328 0 .321-.221.328-.442v-1.893m-.321-3.493h3.728q.183.002.365-.007c.343-.036.564-.272.571-.593 0-.336-.221-.579-.586-.614-.107-.008-.214-.008-.328-.008h-7.493c-.136 0-.264 0-.4.015a.583.583 0 0 0-.514.6c0 .307.207.55.528.593.129.021.265.014.4.014zm-1.807 8.728c-.379-.2-.5-.521-.486-.935.021-.386 0-.779 0-1.165.007-.492.129-.664.593-.778.214-.05.271-.164.271-.357v-4.007c0-.293-.15-.372-.407-.372-.7 0-1.4.014-2.1 0-1.014-.028-1.693-.621-1.8-1.543a1.68 1.68 0 0 1 1.286-1.821c.25-.057.5-.079.757-.079h7.386q.343 0 .685.065c.808.15 1.365.828 1.372 1.642a1.66 1.66 0 0 1-1.386 1.672c-.778.136-1.564.043-2.35.057-.578.014-.593.014-.593.586v3.643c0 .285.043.478.386.528.336.05.479.314.486.636.007.5 0 1 0 1.493 0 .343-.193.564-.472.721h-3.621z"
fill="currentColor"
/>
<path
d="M15.773 25.357c-.085-1.171-.178-2.35-.257-3.521-.064-.986-.478-1.4-1.464-1.4H8.945c-.6 0-.707-.079-.872-.65-.471-1.607-.935-3.221-1.407-4.829-.064-.207-.121-.421-.214-.614-.121-.257-.357-.364-.636-.307-.285.057-.443.25-.464.529-.014.128.007.264.029.4.328 2.335.65 4.664.978 7 .164 1.157.336 2.307.493 3.464.036.278.193.386.443.357s.586.107.686-.293c.192-.778.471-1.007 1.264-1.007 1.264 0 2.536.029 3.8-.014.871-.029 1.578.085 1.835 1.107.086.336.443.207.7.178.23-.028.23-.207.215-.385m-9.8-12.507c.071.028.136.064.2.078.736.157 1.171.629 1.371 1.343.436 1.507.872 3.007 1.315 4.514.164.572.171.579.771.579h4.521c1.408 0 2.293.878 2.379 2.293.064 1.128.171 2.25.264 3.378q.002.077.015.143c.078 1.036-.05 1.257-.986 1.686H14.83c-.55-.164-.929-.5-1.058-1.079-.043-.178-.164-.257-.342-.257H9.345c-.136 0-.293.014-.307.186-.057.643-.465.95-1.015 1.143H6.866c-.571-.172-.978-.479-1.064-1.136-.479-3.457-.971-6.914-1.45-10.379-.214-1.557.036-1.957 1.507-2.5h.143zm22.615 7.57h-2.68c-.77.008-1.228.415-1.3 1.186-.113 1.257-.192 2.514-.292 3.779-.007.135 0 .264.15.335.321.15.743-.035.864-.378.229-.643.529-.879 1.207-.879h4.379c.736 0 1.05.272 1.214.986.029.136.065.25.215.3.521.171.892-.05.971-.6.407-2.914.807-5.821 1.214-8.729.079-.564.165-1.128.229-1.7.043-.357-.15-.635-.436-.707-.314-.078-.593.086-.728.443-.065.172-.108.35-.165.521-.471 1.608-.935 3.222-1.4 4.83-.15.5-.285.606-.8.613zm-4.343 6.443c-.143-.064-.293-.107-.429-.186-.407-.228-.6-.592-.564-1.057.078-1.164.164-2.321.257-3.485.021-.329.036-.657.1-.979.207-1.05 1.064-1.771 2.128-1.786 1.579-.014 3.165 0 4.743-.007.557 0 .572-.014.729-.543.4-1.371.836-2.742 1.186-4.128.242-.957.7-1.643 1.707-1.836h.143c.057.021.107.05.171.064 1.1.315 1.543.965 1.386 2.115-.479 3.471-.986 6.942-1.457 10.414-.1.729-.379 1.236-1.115 1.421h-1.157c-.478-.185-.921-.421-.978-1-.029-.307-.193-.385-.458-.378-.65.014-1.3.035-1.95.043s-1.3 0-1.95 0c-.192 0-.371.028-.421.257-.129.585-.507.914-1.057 1.078h-1.014z"
fill="currentColor"
/>
</svg>
);
}
export default LoungeIcon;
@@ -0,0 +1,14 @@
function LoungingSpaceIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M32.883 12.777a.12.12 0 0 1 .04.1l-.004.03-.014.095-.046.337c-.038.287-.09.694-.152 1.185l-.076.613.486-.38c.299-.233.668-.45 1.097-.544l.186-.032a.1.1 0 0 1 .091.035q.032.033.02.083c-.055.223-1.12 4.738-1.098 8.578l.002.254h1.235c.032 0 .059.014.07.03l.034-.028-.032.03a.1.1 0 0 1 .02.035l.003.04-.918 6.383v.005a.096.096 0 0 1-.094.08h-5.98a.1.1 0 0 1-.083-.05l-.01-.03v-.005l-.919-6.384h.001a.1.1 0 0 1 .002-.044l.022-.04a.1.1 0 0 1 .07-.029h1.214l-.02-.274c-.078-1.007-.427-4.652-1.835-7.396l-.14-.263-.01-.026a.1.1 0 0 1 .007-.056l.016-.025.005-.006a.09.09 0 0 1 .103-.024c.04.015.77.297 1.532 1.016l.567.536-.141-.767-.52-2.818a.1.1 0 0 1 .03-.09.09.09 0 0 1 .087-.024c.173.058 1.694.572 2.452 2.383l.238.57.233-.572c.36-.883 1.02-2.004 2.124-2.513a.14.14 0 0 1 .068-.01zm-5.895 10.835.816 5.685.032.219h5.808l.03-.22.817-5.684.042-.29h-7.587zm-.271-7.489c1.159 2.695 1.454 5.858 1.512 6.769l.014.239h1.217v-.255c0-.456-.017-1.52-.207-2.932l-.093-.626c-.294-1.842-1.287-2.922-2.055-3.5l-.767-.577zm1.219-2.475.628 3.438.008.046.025.04c.295.489.55 1.08.702 1.797l.058.315c.28 1.745.3 3.052.3 3.592v.255h.954l.011-.243c.022-.489.057-1.638.023-2.931-.032-1.234-.129-2.615-.36-3.68l.01-.01-.033-.138c-.374-1.57-1.31-2.373-1.947-2.746l-.48-.281zm4.278-.279c-.587.482-.99 1.148-1.254 1.719a7.3 7.3 0 0 0-.442 1.24l-.014.056.01.056c.434 2.183.343 5.439.306 6.426l-.01.265h1.102l-.004-.259c-.043-3.063.489-7.516.72-9.272l.085-.64zm1.618 1.178c-.36.16-.657.395-.86.586a4 4 0 0 0-.24.248l-.022.025h-.114l-.026.227c-.238 2.117-.508 5.04-.471 7.247l.004.25h1.106l-.001-.255c-.014-3.112.68-6.665.977-8.042l.105-.49zm-1.241 1.088ZM9.389 9.719c.542-.099 1.2-.075 1.976-.011l.816.075c.968.094 2.076.196 3.332.196s2.363-.102 3.332-.196h-.001c1.14-.107 2.07-.19 2.793-.06.355.065.645.18.88.36.232.178.423.432.564.799.089.238.12.629.097 1.137a14 14 0 0 1-.201 1.674 36 36 0 0 1-.541 2.524l-.165.636-.107.406.41-.093q.311-.072.623-.073h.683c.697.07 1.236.65 1.236 1.355 0 .753-.613 1.363-1.377 1.363h-.749l-.043.204-.664 3.191a3.44 3.44 0 0 1-1.372 2.048l-.112.08.006.138.187 4.568a.14.14 0 0 1-.009.052l-.017.028-.009.01a.1.1 0 0 1-.063.024h-1.676c-.04 0-.085-.031-.095-.09l-.332-2.278-.031-.218h-6.494l-.032.218-.332 2.282v.006a.096.096 0 0 1-.094.08h-1.676a.1.1 0 0 1-.04-.008l-.023-.016-.01-.01-.018-.03-.008-.05.188-4.568.006-.138-.113-.08a3.4 3.4 0 0 1-1.335-1.89l-.037-.158-.693-3.215-.046-.21-.215.009-.508.02a1.37 1.37 0 0 1-1.37-1.362c0-.745.613-1.362 1.376-1.362h.542c.21 0 .422.026.621.072l.413.097-.108-.41a39 39 0 0 1-.708-3.158 14 14 0 0 1-.201-1.672c-.021-.444 0-.797.067-1.036l.031-.094v-.001c.141-.37.334-.627.567-.806.234-.18.524-.295.879-.36Zm10.898 15.905a3.5 3.5 0 0 1-1.373.298h-6.781a3.5 3.5 0 0 1-1.373-.298l-.341-.145-.015.37-.151 3.85-.01.264h1.482l.032-.218.332-2.282v-.005a.096.096 0 0 1 .095-.08h6.666c.03 0 .062.017.08.05l.014.04.332 2.277.032.218h1.497l-.011-.265-.151-3.85-.015-.37zm-13.022-8.34a1.18 1.18 0 0 0-1.18 1.172c0 .648.527 1.172 1.18 1.172h.542a.43.43 0 0 1 .394.26l.02.066.694 3.214c.322 1.492 1.67 2.563 3.196 2.563h6.782a3.285 3.285 0 0 0 3.124-2.29l.072-.273.692-3.209a.43.43 0 0 1 .416-.331h.542v-.001a1.18 1.18 0 0 0 1.165-1.17c0-.649-.527-1.174-1.18-1.174h-.541a2.79 2.79 0 0 0-2.659 1.947l-.06.234-.694 3.213a.91.91 0 0 1-.884.71h-6.782a.91.91 0 0 1-.838-.562l-.047-.148-.694-3.213h.001c-.27-1.268-1.417-2.18-2.72-2.18zm3.875 4.013.289 1.344a.71.71 0 0 0 .69.555h6.788c.288 0 .548-.18.654-.44l.036-.115.289-1.344.066-.309h-8.879zM21.524 9.902c-.48-.075-1.092-.052-1.852.01l-.81.071c-.984.094-2.092.201-3.356.202-.949 0-1.81-.062-2.595-.131l-.762-.07c-1.146-.108-2.023-.182-2.663-.082-.326.051-.611.15-.846.325a1.5 1.5 0 0 0-.45.564h-.017l-.063.163c-.105.274-.116.695-.087 1.158.031.477.11 1.045.214 1.642.21 1.195.532 2.529.812 3.528l.03.109.1.05a2.92 2.92 0 0 1 1.502 1.823l.04.162.253 1.17.043.202h8.963l.043-.201.253-1.17v-.001a2.97 2.97 0 0 1 1.544-1.986l.098-.051.03-.107c.28-1.002.602-2.336.813-3.53.105-.597.184-1.165.216-1.64.026-.405.022-.777-.048-1.047l-.034-.109h-.001l-.097-.219a1.5 1.5 0 0 0-.425-.51c-.235-.176-.52-.274-.848-.325Z"
stroke="currentColor"
strokeWidth={0.51}
strokeMiterlimit={10}
/>
</svg>
);
}
export default LoungingSpaceIcon;
@@ -0,0 +1,29 @@
function LushLandscapeIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask
id="a"
style={{
maskType: "luminance",
}}
maskUnits="userSpaceOnUse"
x={0}
y={0}
// width={40}
// height={40}
>
<path d="M40 0H0v40h40z" fill="#fff" />
</mask>
<g mask="url(#a)">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M19.794 8.483a2.253 2.253 0 0 0-2.245 2.264q0 .324.075.598a.63.63 0 0 1-.116.722.63.63 0 0 1-.502.192 2.44 2.44 0 0 0-2.197 2.438q0 .219.035.42a.627.627 0 0 1 .222 1.16 3.78 3.78 0 0 0-1.83 3.297c.031 1.98 1.759 3.531 3.64 3.728 1.06.11 1.667-.034 1.982-.164q.124-.053.196-.098v-.834l-2.423-2.276a.628.628 0 1 1 .86-.916l1.563 1.467v-3.895a.629.629 0 0 1 1.257 0v1.64l.521-.475a.629.629 0 1 1 .848.928l-1.369 1.249v3.037c.12.058.274.128.461.196a5.3 5.3 0 0 0 2.085.31h.001c1.68-.08 2.982-1.514 2.903-3.224a3.08 3.08 0 0 0-1.733-2.625.63.63 0 0 1-.358-.584.63.63 0 0 1 .185-.436c.549-.547.886-1.31.886-2.15a3.01 3.01 0 0 0-2.147-2.887.63.63 0 0 1-.556-.614m0-.031v-.172a2.253 2.253 0 0 0-2.244-2.265m3.49 1.99a3.51 3.51 0 0 0-3.49-3.247c-1.94 0-3.502 1.58-3.502 3.521q0 .183.017.362a3.7 3.7 0 0 0-2.757 3.588q-.002.526.145 1.028a5.03 5.03 0 0 0-1.718 3.867v.001c.043 2.735 2.377 4.71 4.765 4.96 1.026.106 1.773.015 2.31-.151v7.528a.629.629 0 1 0 1.257 0v-7.6l.03.012a6.6 6.6 0 0 0 2.578.384c2.382-.114 4.21-2.146 4.098-4.54v-.003a4.35 4.35 0 0 0-1.773-3.293 4.3 4.3 0 0 0 .754-2.439 4.27 4.27 0 0 0-2.713-3.978M14.11 26.39a.63.63 0 0 1 .872-.173c1.39.93 2.106 2.383 2.476 3.54a10 10 0 0 1 .41 1.958l.01.13.002.024v.014l.002.01v.005c0 .001 0 .002-.55.03l.55-.028a.629.629 0 0 1-1.256.063v-.004l-.002-.023-.008-.101a8.6 8.6 0 0 0-.355-1.694c-.33-1.03-.924-2.173-1.979-2.88a.63.63 0 0 1-.172-.871m10.949.008a.63.63 0 0 1-.174.872c-1.057.706-1.652 1.849-1.98 2.878a8.5 8.5 0 0 0-.353 1.693l-.008.1-.002.024v.004a.629.629 0 0 1-1.256-.06l.628.03-.628-.03v-.006l.001-.012a3 3 0 0 1 .013-.167 9.8 9.8 0 0 1 .406-1.959c.37-1.158 1.087-2.61 2.481-3.54a.63.63 0 0 1 .872.173m-12.61 2.951a.63.63 0 0 1 .76-.46c1.257.308 1.982 1.115 2.381 1.82a4.5 4.5 0 0 1 .467 1.222l.017.09.005.028.002.009v.005l-.622.091.622-.09a.629.629 0 0 1-1.243.183v-.002m0 0-.002-.006a2 2 0 0 0-.06-.25 3.2 3.2 0 0 0-.28-.66c-.28-.494-.754-1.015-1.587-1.22a.63.63 0 0 1-.46-.76m14.263.008a.63.63 0 0 1-.46.76c-.833.204-1.308.725-1.587 1.219a3.2 3.2 0 0 0-.34.91l-.002.007v.002a.629.629 0 0 1-1.244-.183l.623.09-.623-.09v-.003l.001-.004.002-.009.005-.027.017-.09q.022-.113.076-.298a4.5 4.5 0 0 1 .39-.924c.4-.706 1.125-1.512 2.382-1.821a.63.63 0 0 1 .76.46"
fill="#0D1922"
/>
</g>
</svg>
);
}
export default LushLandscapeIcon;
File diff suppressed because one or more lines are too long
@@ -0,0 +1,98 @@
function MultiPurposeIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M29.746 19.917c0 .098-.007.202-.021.293l.251.028a2.5 2.5 0 0 0 0-.657l-.251.028q.02.147.02.294"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="m30.27 19.207.041.332a3 3 0 0 1 0 .744l-.044.33-.933-.105.054-.35a2 2 0 0 0 .017-.241v-.014q0-.123-.018-.246l-.05-.346z"
fill="currentColor"
/>
<path
d="m29.814 20.804-.181-.076a1.8 1.8 0 0 1-.252.433l.154.119q.167-.22.272-.483"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="m29.684 20.193 1.6 1.601-1.314-.556q-.075.129-.165.247l-.207.272-.696-.538.213-.269q.126-.16.204-.351l.13-.318.17.072z"
fill="currentColor"
/>
<path
d="M29.813 19.021a2.2 2.2 0 0 0-.272-.482l-.154.119c.105.133.189.28.251.433l.182-.077z"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="m31.29 18.024-1.595 1.596-.065-.156-.175.074-.13-.318a1.5 1.5 0 0 0-.204-.352l-.213-.269.696-.537.207.272q.09.119.163.247z"
fill="currentColor"
/>
<path
d="M10.185 20.804q.104.262.272.483l.154-.12a1.8 1.8 0 0 1-.252-.433l-.181.077z"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="m10.373 20.36-.064-.16-1.602 1.602 1.316-.557q.074.129.165.247l.207.272.695-.538-.213-.269a1.5 1.5 0 0 1-.203-.352l-.13-.317z"
fill="currentColor"
/>
<path
d="m10.277 19.616-.252-.028a2.5 2.5 0 0 0 0 .65l.252-.028a2.1 2.1 0 0 1 0-.594"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="m9.73 19.214.931.103-.05.347a1.8 1.8 0 0 0 0 .498l.05.347-.93.103-.043-.33a3 3 0 0 1 0-.738z"
fill="currentColor"
/>
<path
d="m10.612 18.665-.154-.12a2 2 0 0 0-.273.483l.182.077q.095-.232.252-.433"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="m10.394 18.068.442.341.235.236-.187.237a1.5 1.5 0 0 0-.204.351l-.13.318-.804-.34.124-.309q.121-.304.317-.562z"
fill="currentColor"
/>
<path
d="M34.261 12.975h-2.558c-3.782 0-6.858 3.11-6.858 6.941s3.076 6.942 6.858 6.942h2.558v1.706H20.105v-6.271c1.245-.056 2.244-1.098 2.244-2.377 0-1.28-1-2.32-2.244-2.377v-6.11h14.156zm-6.627 4.872v4.131a2.057 2.057 0 0 1-1.936-2.062c0-1.104.86-2.006 1.936-2.062m6.627-.217H27.74c-1.244 0-2.25 1.02-2.25 2.28 0 1.257 1.013 2.278 2.25 2.278h6.522v4.446h-2.558c-3.663 0-6.648-3.02-6.648-6.725s2.985-6.725 6.648-6.725h2.558zm0 4.348H28.69c.147-.07.293-.153.42-.258l-.127-.168q-.21.168-.46.273l.062.153h-.58v-.02a1 1 0 0 1-.161.013v-4.124a.6.6 0 0 1 .16.014v-.014h.581l-.063.16c.16.07.322.162.461.273l.126-.167a2 2 0 0 0-.426-.26h5.571v4.132zm-14.156-4.229c1.133.056 2.035 1.007 2.035 2.16s-.902 2.104-2.035 2.16V17.75zm-.21-.21c-1.244.056-2.243 1.098-2.243 2.377 0 1.28 1 2.321 2.244 2.377v6.27H5.74v-1.705h2.558c3.782 0 6.858-3.111 6.858-6.942s-3.076-6.941-6.858-6.941H5.74v-1.545h14.156zm0 4.537c-1.132-.056-2.033-1.006-2.033-2.16 0-1.153.901-2.104 2.034-2.16v4.327zm-7.521-.098v-4.131a2.057 2.057 0 0 1 1.936 2.062c0 1.105-.86 2.006-1.936 2.062m-6.627.217h6.522c1.244 0 2.251-1.02 2.251-2.279s-1.014-2.279-2.251-2.279H5.747v-4.446h2.558c3.663 0 6.648 3.02 6.648 6.725s-2.985 6.725-6.648 6.725H5.747zm0-4.348h5.571c-.146.07-.293.154-.426.259l.126.167a2 2 0 0 1 .461-.272l-.063-.161h.58v.014a1 1 0 0 1 .161-.014v4.124c-.056 0-.105 0-.16-.014v.021h-.58l.062-.153a2 2 0 0 1-.461-.273l-.126.168c.133.105.273.188.42.258H5.74V17.84zm14.365-6.634H5.537v17.553h28.941V11.213z"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M5.197 10.874h29.62V21.64h.26l-.26.26v7.206H5.197zm15.247 17.35h13.478v-1.026h-2.22c-3.973 0-7.197-3.267-7.197-7.281 0-4.015 3.224-7.281 7.197-7.281h2.22v-.867H20.444v5.466a2.71 2.71 0 0 1 2.244 2.682 2.71 2.71 0 0 1-2.244 2.68zm-.888-16.455H6.079v.867h2.219c3.973 0 7.197 3.266 7.197 7.28s-3.224 7.282-7.197 7.282h-2.22v1.027h13.478v-5.627a2.71 2.71 0 0 1-2.244-2.681c0-1.347.971-2.467 2.244-2.682zm.888 6.374A1.825 1.825 0 0 1 21.8 19.91c0 .85-.579 1.565-1.356 1.767zm-.888.007a1.825 1.825 0 0 0-1.356 1.767c0 .85.58 1.565 1.356 1.766zm-13.47-4.62v3.768h6.182c.924 0 1.736.492 2.195 1.23-.63-2.856-3.156-4.997-6.158-4.997zm-.007 4.657v3.445h4.449l.428-.57.273.218q.172.138.38.225l.047.02v-.009l.161.04v-3.328l-.208.086a1.6 1.6 0 0 0-.38.225l-.273.218-.428-.57zm.007 4.348h6.182a2.58 2.58 0 0 0 2.194-1.225c-.63 2.853-3.157 4.992-6.157 4.992h-2.22zm6.627-.96a1.724 1.724 0 0 0 1.257-1.665c0-.8-.536-1.468-1.257-1.666zm21.201.065v-3.446h-4.442l-.428.57-.273-.218a1.7 1.7 0 0 0-.385-.227l-.043-.018v.01l-.16-.046v3.329l.017-.003.191-.08q.208-.086.38-.224l.273-.218.428.57zm.008-4.349v-3.767h-2.22c-3 0-5.526 2.139-6.157 4.992a2.58 2.58 0 0 1 2.194-1.225zm0 9.004h-2.22c-3.002 0-5.529-2.14-6.158-4.996a2.59 2.59 0 0 0 2.195 1.229h6.175v.28l.008-.006zm-6.628-4.713v-3.331a1.724 1.724 0 0 0-1.257 1.666c0 .798.536 1.467 1.257 1.665"
fill="currentColor"
/>
<path
d="M32.675 19.35c.307 0 .566.252.566.566a.564.564 0 0 1-.566.567.564.564 0 0 1-.566-.567c0-.314.251-.566.566-.566m.706.433h.098v.26h-.098zm-.706.84a.71.71 0 0 0 .65-.434h.154v1.055h.147v-2.663h-.147v1.056h-.154a.704.704 0 0 0-1.356.273c0 .39.314.705.706.705"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M33.139 18.241h.825v3.342h-.825v-.731c-.14.07-.297.109-.465.109h-.339v-.063a1.04 1.04 0 0 1-.706-.99 1.043 1.043 0 0 1 1.51-.934zm-.465 1.448c-.127 0-.227.1-.227.227s.1.227.227.227.227-.1.227-.227a.23.23 0 0 0-.227-.227"
fill="currentColor"
/>
<path
d="M7.318 20.482a.564.564 0 0 1-.566-.566c0-.314.251-.566.566-.566s.566.252.566.566a.564.564 0 0 1-.566.566m-.706-.433h-.098v-.259h.098zm.706-.839a.71.71 0 0 0-.65.433h-.154v-1.055h-.147v2.663h.147v-1.055h.154a.707.707 0 1 0 .65-.979"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M6.03 18.248h.825v.732c.14-.07.297-.11.464-.11h.34v.063c.411.14.706.53.706.99a1.043 1.043 0 0 1-1.51.936v.731h-.826zm1.29 1.44c-.128 0-.228.1-.228.228 0 .127.1.226.227.226s.227-.1.227-.226c0-.128-.1-.227-.227-.227"
fill="currentColor"
/>
</svg>
);
}
export default MultiPurposeIcon;
@@ -0,0 +1,15 @@
function MultiPurposeRoomWithKitchenIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M31.622 17.035a32.7 32.7 0 0 1-15.444 3.85c-3.132 0-6.164-.437-9.035-1.257M27.38 16.73l-2.52-5.132m-3.988 1.945 2.029 4.398m-3.79.781-1.432-3.742m-4.189 1.235.72 2.695m15.52-.813 2.413 7.264-3.201-1.35-1.738 3.053-2.412-7.264m-2.58.64.712 7.632-2.657-1.953a.207.207 0 0 0-.276.024l-2.251 2.429-.712-7.632m-2.826-.156-1.01 7.6-2.274-2.663-2.887 1.953 1.01-7.6M27.84 9.285a33.4 33.4 0 0 1-7.572 4.476 33 33 0 0 1-10.513 2.546"
stroke="currentColor"
strokeWidth={1.78}
strokeLinecap="square"
strokeLinejoin="round"
/>
</svg>
);
}
export default MultiPurposeRoomWithKitchenIcon;
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,24 @@
function OutdoorKitchenIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M11.6478 21.3501C11.6011 21.3501 11.5544 21.3501 11.5077 21.3345C11.1886 21.2567 10.994 20.9298 11.0718 20.6107C12.0914 16.4391 15.7649 13.5283 19.9987 13.5283C20.3256 13.5283 20.5903 13.7929 20.5903 14.1276C20.5903 14.4623 20.3256 14.7269 19.9987 14.7269C16.3097 14.7269 13.1109 17.2641 12.2237 20.8987C12.1536 21.1711 11.9124 21.3579 11.6478 21.3579"
fill="currentColor"
/>
<path
d="M9.64086 22.2531C9.95218 16.7273 14.474 12.3222 19.9998 12.3222C25.5257 12.3222 30.0553 16.7273 30.3666 22.2531H9.64866H9.64086ZM19.4083 10.5244C19.4083 10.1897 19.673 9.92508 19.9998 9.92508C20.3267 9.92508 20.5913 10.1975 20.5913 10.5244C20.5913 10.8512 20.3267 11.1236 19.9998 11.1236C19.673 11.1236 19.4083 10.8512 19.4083 10.5244ZM32.2656 19.6381C31.8765 19.6381 31.5107 19.7626 31.2071 19.9649C30.063 15.412 26.2884 11.9097 21.6264 11.2404C21.7198 11.0225 21.7743 10.7734 21.7743 10.5244C21.7743 9.52815 20.9805 8.71875 19.9998 8.71875C19.0192 8.71875 18.2253 9.52815 18.2253 10.5244C18.2253 10.7812 18.2798 11.0225 18.3732 11.2404C13.7113 11.9097 9.93662 15.4042 8.79254 19.9649C8.48901 19.7548 8.13101 19.6381 7.73408 19.6381C7.4072 19.6381 7.14258 19.9027 7.14258 20.2374C7.14258 20.572 7.4072 20.8366 7.73408 20.8366C8.12322 20.8366 8.43453 21.1557 8.43453 21.5449V22.8524C8.43453 23.1871 8.69913 23.4517 9.02601 23.4517H30.9581C31.2928 23.4517 31.5574 23.1793 31.5574 22.8524V21.5449C31.5574 21.1557 31.8687 20.8366 32.2578 20.8366C32.5847 20.8366 32.8493 20.5642 32.8493 20.2374C32.8493 19.9105 32.5847 19.6381 32.2578 19.6381"
fill="currentColor"
/>
<path
d="M23.8835 25.8568C24.2104 25.8568 24.475 25.5844 24.475 25.2575C24.475 24.9306 24.2104 24.6582 23.8835 24.6582H16.1162C15.7893 24.6582 15.5247 24.9306 15.5247 25.2575C15.5247 25.5844 15.7893 25.8568 16.1162 25.8568H19.4084V27.0553H7.74187C7.41499 27.0553 7.15039 27.3277 7.15039 27.6546C7.15039 27.9815 7.41499 28.2539 7.74187 28.2539H20.0076C20.1633 28.2539 20.3112 28.1916 20.4279 28.0749C20.5369 27.9581 20.5991 27.8103 20.5991 27.6468V25.8412H23.8913L23.8835 25.8568Z"
fill="currentColor"
/>
<path
d="M32.2656 27.0547H22.0778C21.751 27.0547 21.4863 27.3271 21.4863 27.654C21.4863 27.9808 21.751 28.2532 22.0778 28.2532H32.2656C32.5925 28.2532 32.8571 27.9808 32.8571 27.654C32.8571 27.3271 32.5925 27.0547 32.2656 27.0547Z"
fill="currentColor"
/>
</svg>
);
}
export default OutdoorKitchenIcon;
@@ -0,0 +1,12 @@
function PingPongIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M24.882 8.426a5.5 5.5 0 0 1 1.453 1.991c.51 1.158.758 2.394.744 3.764v.41l-.709-.008v-.41c.014-1.242-.205-2.344-.666-3.382a4.8 4.8 0 0 0-1.254-1.708c-1.382-1.194-3.288-1.363-4.861-.424s-2.565 2.838-2.537 4.844c.015.776.17 1.504.468 2.175a6.9 6.9 0 0 0 1.977 2.598l.29.233-.403.67-.291-.232a7.7 7.7 0 0 1-2.204-2.895 6.5 6.5 0 0 1-.545-2.535c-.043-2.316 1.105-4.512 2.92-5.592 1.813-1.08 4.01-.89 5.611.494m-.368 1.461-.631.375-.326-.735.63-.374zm-4.727 1.9.631-.374.326.734-.63.374zm3.473-1.151-.631.374-.326-.734.63-.374zm-2.211.395.63-.374.326.734-.63.375zm-2.82 2.613-.631.374-.326-.734.63-.374zm.304-1.109.63-.374.327.734-.63.375zm6.363 3.594.631-.374.326.734-.63.375zm-2.515 1.504.63-.374.326.734-.63.375zm1.261-.755.63-.374.327.734-.631.374zm-2.515 1.504.63-.375.326.735-.63.374zm3.762-4.096.63-.374.327.735-.63.374zm-4.081 3.369-.63.374-.327-.735.63-.374zm.304-1.11.631-.373.326.734-.63.374zm1.262-.755.63-.374.326.734-.63.375zm1.261-.755.63-.374.327.734-.631.374zm-.326-.735-.63.375-.326-.735.63-.374zm-4.733 1.9.63-.374.326.734-.63.374zm3.472-1.151-.63.374-.327-.734.63-.374zm2.82-2.612.63-.375.327.735-.631.374zm-.305 1.108-.63.374-.326-.734.63-.374zm-4.726 1.9.63-.375.327.734-.631.375zm4.386-4.477.63-.374.327.734-.63.374zm-6.292 3.763.63-.374.327.734-.631.375zm5.988-2.655-.631.375-.326-.735.63-.374zm-4.727 1.9.63-.374.327.734-.63.374zm2.21-.396-.63.374-.326-.734.631-.374zm1.262-.755-.63.374-.326-.734.63-.374zM21.042 9.16l.63-.374.326.734-.63.375zm-1.262.756.631-.374.326.734-.63.374zm-1.26.755.63-.374.326.734-.631.375zm6.93 8.346c-.164.537-.341 1.116-.37 1.222a4 4 0 0 0-.12.501 3 3 0 0 0-.418-.176 54 54 0 0 1-1.07-.36l1.984-1.187zm-3.04 1.68c.035.015 1.92.643 1.934.65q.276.094.531.262a.44.44 0 0 0 .475.014.6.6 0 0 0 .27-.452q.03-.34.127-.65s.659-2.175.673-2.21l.262-.946-5.08 3.036.814.304zm4.96 7.295-.447-1.01 1.58-.021.447 1.01zm-.036-3.679-1.488.021 1.183-.706.305.692zm-1.219.84 1.58-.021.447 1.01-1.58.02zm1.616 3.658 1.488-.021-1.184.706zm-.666-10.16a72 72 0 0 1-.46 1.517c-.072.22-.136.43-.2.629a2.38 2.38 0 0 0 .086 1.595l.212.502-1.268.755-.227-.494c-.227-.487-.61-.854-1.063-1.01-.177-.056-.361-.12-.545-.176a38 38 0 0 1-1.333-.452c-.942-.34-2.338-.911-3.57-1.914a8.45 8.45 0 0 1-2.424-3.191 7.5 7.5 0 0 1-.624-2.895c-.042-2.627 1.255-5.112 3.302-6.34 2.048-1.23 4.55-1.003 6.356.564a6.4 6.4 0 0 1 1.666 2.274c.566 1.278.836 2.633.822 4.151-.015 1.752-.426 3.397-.737 4.491M25.733 7.084c-2.027-1.758-4.812-2.005-7.108-.635-2.288 1.37-3.734 4.152-3.684 7.089a8.4 8.4 0 0 0 .701 3.255 9.24 9.24 0 0 0 2.643 3.488c1.311 1.066 2.778 1.667 3.763 2.027.475.17.928.317 1.353.459.184.063.369.12.539.176.27.092.503.31.637.607l.39.848 2.75 6.22 2.515-1.504-2.75-6.206-.368-.869a1.38 1.38 0 0 1-.05-.953c.057-.198.128-.41.192-.621.149-.48.312-.996.468-1.54.326-1.143.758-2.873.772-4.737.014-1.646-.283-3.128-.9-4.533a7.2 7.2 0 0 0-1.87-2.557M13.425 22.131a5.25 5.25 0 0 0-2.948 1.349 5.18 5.18 0 0 0-1.672 3.926c1.722-.24 2.345-1.49 2.997-2.817.44-.89.893-1.808 1.616-2.458M8.18 28.12l-.028-.325a5.86 5.86 0 0 1 1.864-4.801 5.87 5.87 0 0 1 4.577-1.532l1.346.134-1.254.501c-1.155.459-1.715 1.589-2.303 2.782-.715 1.448-1.523 3.078-3.883 3.22zm.879.826a5.2 5.2 0 0 0 1.127 1.907c.503.55 1.126.981 1.806 1.27.504-2.421 2.346-3.163 3.983-3.82 1.516-.607 2.827-1.13 2.742-3.24a5.2 5.2 0 0 0-.879-1.293 5 5 0 0 0-1.218-.974c-2.098-.247-2.721 1.017-3.444 2.478-.78 1.582-1.658 3.361-4.117 3.672m3.465 4.06-.376-.127a5.9 5.9 0 0 1-2.451-1.582 5.9 5.9 0 0 1-1.39-2.563l-.098-.388.396-.021c2.388-.135 3.16-1.695 3.976-3.34.737-1.49 1.566-3.178 4.18-2.832h.064l.057.043a6 6 0 0 1 1.438 1.137c.418.451.758.96 1.02 1.518l.029.056v.064c.142 2.634-1.601 3.332-3.146 3.947-1.708.685-3.324 1.327-3.642 3.7l-.057.395zm.978-.508a5.17 5.17 0 0 0 4.046-1.363 5.15 5.15 0 0 0 1.573-2.832c-.709.671-1.651 1.053-2.58 1.42-1.374.55-2.67 1.073-3.046 2.768m.517.684q-.479-.002-.957-.077l-.318-.05.042-.317c.319-2.344 2.02-3.022 3.515-3.622 1.233-.495 2.402-.96 2.954-2.076l.596-1.215.028 1.349a5.9 5.9 0 0 1-1.885 4.448 5.83 5.83 0 0 1-3.975 1.56"
fill="currentColor"
/>
</svg>
);
}
export default PingPongIcon;
@@ -0,0 +1,18 @@
function PingPongInTubeIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M23.57 9.789a5.2 5.2 0 0 1 1.365 1.858c.477 1.08.711 2.236.694 3.525v.386h-.67v-.386c.018-1.163-.192-2.193-.619-3.165a4.5 4.5 0 0 0-1.171-1.599c-1.298-1.122-3.08-1.273-4.554-.393-1.473.879-2.402 2.662-2.369 4.538q.024 1.092.436 2.035a6.4 6.4 0 0 0 1.85 2.428l.267.226-.377.628-.267-.218a7.1 7.1 0 0 1-2.06-2.713 6.1 6.1 0 0 1-.51-2.37c-.034-2.168 1.038-4.22 2.729-5.233 1.699-1.013 3.758-.829 5.256.46m-.343 1.366-.586.351-.301-.686.586-.352zM18.8 12.945l.586-.351.301.686-.585.352zm3.248-1.08-.586.352-.301-.687.585-.351zm-2.068.368.586-.351.302.686-.586.352zm-2.645 2.445-.585.352-.302-.686.586-.352zm.285-1.038.586-.351.301.686-.586.352zm5.96 3.366.586-.352.3.687-.585.352zm-2.36 1.407.585-.352.302.687-.587.351zm1.18-.703.585-.352.302.686-.586.352zm-2.361 1.406.586-.351.301.686-.586.352zm3.524-3.835.586-.351.301.686-.586.352zm-3.825 3.149-.586.351-.302-.686.586-.352zm.284-1.039.586-.351.302.686-.586.352zm1.18-.703.586-.352.302.687-.586.352zm1.18-.703.587-.352.3.687-.585.351zm-.3-.687-.587.352-.3-.687.585-.351zm-4.428 1.784.585-.352.302.686-.586.352zm3.247-1.08-.586.351-.301-.687.586-.351zm2.645-2.445.586-.352.301.686-.585.352zm-.284 1.038-.586.351-.302-.686.586-.352zm-4.428 1.783.586-.352.3.687-.585.352zm4.11-4.186.585-.352.302.687-.586.351zm-5.893 3.525.586-.352.301.687-.586.351zm5.608-2.487-.586.352-.301-.687.586-.352zm-4.428 1.783.586-.351.301.686-.586.352zm2.067-.368-.585.352-.302-.687.586-.352zm1.18-.703-.585.351-.302-.686.586-.352zm-1.514-3.425.594-.352.301.687-.586.352-.301-.687zm-1.18.703.585-.351.302.686-.586.352zm-1.18.704.585-.352.302.687-.586.351zm6.486 7.812c-.15.502-.318 1.046-.351 1.147a4 4 0 0 0-.11.469 2.3 2.3 0 0 0-.393-.168c-.083-.025-.56-.184-1.004-.335l1.85-1.105zm-2.846 1.574s1.8.603 1.817.611c.175.059.343.143.502.243a.41.41 0 0 0 .444.008.54.54 0 0 0 .25-.427c.017-.209.06-.418.118-.61 0-.018.62-2.036.628-2.069l.242-.887-4.762 2.846zm4.646 6.824-.419-.946 1.482-.017.418.946zm-.034-3.441-1.398.016 1.114-.66zm-1.138.787 1.482-.017.418.946-1.482.017zm1.515 3.424 1.398-.016-1.105.661-.285-.645zm-.628-9.511c-.142.502-.293.98-.427 1.423-.067.201-.125.402-.184.586-.15.486-.117 1.03.084 1.49l.2.47-1.188.711-.209-.46c-.21-.46-.578-.804-.996-.947-.168-.058-.335-.108-.51-.167a55 55 0 0 1-1.248-.419c-.879-.318-2.193-.854-3.34-1.791a7.86 7.86 0 0 1-2.268-2.99 7 7 0 0 1-.586-2.713c-.042-2.461 1.172-4.79 3.089-5.936 1.917-1.147 4.26-.938 5.951.527a6 6 0 0 1 1.557 2.127c.527 1.197.778 2.47.77 3.885-.008 1.633-.402 3.182-.686 4.204m-1.24-10.835c-1.9-1.641-4.51-1.876-6.654-.595-2.142 1.281-3.498 3.885-3.448 6.64a7.9 7.9 0 0 0 .653 3.048 8.5 8.5 0 0 0 2.477 3.265c1.23 1.005 2.604 1.566 3.524 1.901.444.16.87.302 1.264.427.176.059.343.11.51.168.252.083.47.293.595.56l.36.796 2.578 5.82 2.36-1.407-2.57-5.811-.35-.812a1.37 1.37 0 0 1-.051-.896c.059-.184.117-.386.176-.586.142-.444.293-.93.435-1.44.301-1.072.712-2.697.72-4.438.008-1.541-.268-2.931-.846-4.246a6.8 6.8 0 0 0-1.749-2.394"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M32.359 32.257H8.277v-1.235H32.36z"
fill="currentColor"
/>
</svg>
);
}
export default PingPongInTubeIcon;
@@ -0,0 +1,12 @@
function PlaystationIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M13.379 10.274h3.893v7.365H9.914v-7.365zm-3.995 8.433h8.425c.29 0 .538-.247.538-.538V9.737a.54.54 0 0 0-.538-.538H9.384a.54.54 0 0 0-.53.538v8.432c0 .29.24.538.53.538m18.594-1.068h-5.252c.03-.044.051-.095.08-.138q.643-1.11 1.286-2.23c.501-.864 1.002-1.736 1.503-2.6l1.126-1.954.08.145q.643 1.11 1.286 2.23.75 1.306 1.503 2.6c.378.647.748 1.3 1.126 1.947zm4.118.261a99 99 0 0 1-.545-.944l-1.285-2.23c-.501-.871-1.003-1.736-1.504-2.607-.4-.69-.799-1.387-1.198-2.078l-.392-.675a.537.537 0 0 0-.923 0c-.181.312-.363.632-.545.944l-2.789 4.823c-.4.69-.799 1.387-1.198 2.077l-.392.676s-.037.065-.044.109a.6.6 0 0 0-.029.167c0 .094.029.189.073.261q.066.12.188.196a.5.5 0 0 0 .131.051.4.4 0 0 0 .138.022h9.827c.407 0 .661-.45.465-.806M17.512 26.53a4.5 4.5 0 0 1-.276 1.01 4.8 4.8 0 0 1-.509.87 5 5 0 0 1-.733.734c-.27.204-.56.37-.872.509-.327.13-.661.225-1.01.276a4.3 4.3 0 0 1-1.06 0 4.5 4.5 0 0 1-1.01-.276 4.8 4.8 0 0 1-.871-.509 5 5 0 0 1-.734-.733 4.7 4.7 0 0 1-.508-.872 4.4 4.4 0 0 1-.276-1.01 4.4 4.4 0 0 1 0-1.067 4.4 4.4 0 0 1 .276-1.01c.138-.305.305-.603.508-.871q.329-.406.734-.734.403-.303.871-.508a4.4 4.4 0 0 1 1.01-.276 4.3 4.3 0 0 1 1.06 0c.349.05.683.145 1.01.276q.458.205.872.508c.268.218.515.458.733.734.196.268.37.559.509.871.13.327.225.661.276 1.01.021.174.029.356.029.53s-.008.356-.03.53m-.733-4.416a5.1 5.1 0 0 0-2.005-1.002 5.16 5.16 0 0 0-2.331-.007c-1.424.32-2.68 1.322-3.334 2.622a5.04 5.04 0 0 0-.537 2.23c-.008.777.174 1.54.508 2.244.625 1.322 1.874 2.324 3.29 2.68a5.16 5.16 0 0 0 2.332.03c.74-.16 1.423-.51 2.019-.974 1.177-.915 1.867-2.36 1.896-3.842v-.088c0-1.481-.676-2.941-1.838-3.878m13.894.268.69-.69a.544.544 0 0 0 0-.756.544.544 0 0 0-.755 0q-.315.313-.632.64l-1.59 1.59-1.744 1.743-1.656-1.656c-.537-.545-1.082-1.082-1.62-1.627-.225-.232-.457-.457-.69-.69a.53.53 0 0 0-.755 0 .544.544 0 0 0 0 .755q.315.315.632.64l1.59 1.59 1.744 1.744q-.828.826-1.656 1.663a341 341 0 0 0-1.62 1.627l-.69.69a.544.544 0 0 0 0 .755.544.544 0 0 0 .755 0q.317-.314.632-.639l1.591-1.59 1.743-1.744a367 367 0 0 1 1.656 1.663c.538.538 1.082 1.083 1.62 1.627l.69.69a.53.53 0 0 0 .755 0 .544.544 0 0 0 0-.755q-.315-.313-.632-.64l-1.59-1.59a395 395 0 0 1-1.743-1.75l1.656-1.656c.537-.538 1.082-1.082 1.62-1.627"
fill="currentColor"
/>
</svg>
);
}
export default PlaystationIcon;
@@ -0,0 +1,14 @@
function PoolIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M14.218 11.33c-.566 0-.958.42-.958.86v.654h-1.307v-.654c0-1.242 1.06-2.167 2.265-2.167 1.207 0 2.265.934 2.265 2.167v2.48h8.04v-2.48c0-.435-.393-.86-.957-.86-.567 0-.958.42-.958.86v.654H21.3v-.654c0-1.242 1.06-2.167 2.265-2.167 1.207 0 2.265.934 2.265 2.167v9.774c1.127-.292 2.024-.965 2.496-1.796a.654.654 0 0 1 1.137 0c.635 1.12 2.046 1.954 3.75 1.954 1.702 0 3.114-.834 3.749-1.954l.322-.569 1.137.645-.322.569c-.9 1.585-2.78 2.616-4.887 2.616-1.731 0-3.31-.697-4.318-1.826-1.007 1.13-2.586 1.826-4.318 1.826s-3.31-.697-4.318-1.826c-1.005 1.13-2.58 1.826-4.318 1.826s-3.313-.697-4.318-1.826c-1.007 1.13-2.587 1.826-4.318 1.826-2.106 0-3.988-1.03-4.887-2.616l-.322-.569 1.137-.645.322.569c.636 1.12 2.047 1.954 3.75 1.954s3.114-.834 3.75-1.954a.654.654 0 0 1 1.136 0c.538.948 1.627 1.69 2.985 1.897V12.19c0-.435-.394-.86-.958-.86m2.265 10.764c1.462-.155 2.64-.926 3.207-1.926a.654.654 0 0 1 1.137 0c.63 1.108 2.017 1.936 3.696 1.954v-3.123h-8.04zm0-4.402h8.04v-1.715h-8.04zM3.77 24.405l.313.574c.612 1.12 1.975 1.945 3.605 1.945 1.631 0 2.994-.825 3.606-1.945a.653.653 0 0 1 1.146 0c.613 1.12 1.975 1.945 3.606 1.945s2.993-.825 3.605-1.945a.653.653 0 0 1 1.147 0c.612 1.12 1.974 1.945 3.605 1.945 1.63 0 2.993-.825 3.605-1.945a.654.654 0 0 1 1.147 0c.612 1.12 1.974 1.945 3.605 1.945 1.63 0 2.993-.825 3.605-1.945l.313-.574 1.148.627-.314.574c-.867 1.586-2.7 2.625-4.752 2.625-1.674 0-3.202-.691-4.179-1.807-.976 1.116-2.504 1.807-4.178 1.807s-3.202-.691-4.179-1.807c-.977 1.116-2.504 1.807-4.178 1.807s-3.202-.691-4.179-1.807c-.977 1.116-2.505 1.807-4.179 1.807-2.052 0-3.885-1.04-4.752-2.625l-.313-.574z"
fill="currentColor"
/>
</svg>
);
}
export default PoolIcon;
@@ -0,0 +1,19 @@
function PrivateMeetingRoomsIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M14.814 25.778a2.385 2.385 0 1 1-4.771 0m12.014 0a2.385 2.385 0 1 1-4.771 0m12.014 0a2.384 2.384 0 0 1-2.378 2.386 2.385 2.385 0 0 1-2.386-2.386m0-11.5a2.385 2.385 0 0 1 2.386-2.385 2.375 2.375 0 0 1 2.378 2.385m-12.014 0a2.385 2.385 0 1 1 4.771 0m-12.014 0a2.385 2.385 0 1 1 4.771 0M7.68 22.414a2.385 2.385 0 1 1 0-4.771m24.385 0a2.385 2.385 0 1 1 0 4.771"
stroke="currentColor"
strokeWidth={1.5}
strokeLinecap="square"
strokeLinejoin="round"
/>
<path
d="M30.386 16.071v7.9H9.293v-7.9zM9.614 23.657h20.457v-7.271H9.614z"
stroke="currentColor"
/>
</svg>
);
}
export default PrivateMeetingRoomsIcon;
@@ -0,0 +1,32 @@
function RooftopGardenIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M10.467 31.275h18.207v-1.734H10.467zm18.645.868H10.037a.44.44 0 0 1-.437-.438v-2.602c0-.24.196-.437.437-.437h19.075c.24 0 .437.197.437.437v2.602a.44.44 0 0 1-.437.438M11.56 19.133c-1.392 0-2.828.59-2.828 1.574 0 .758 1.53 1.027 2.967 1.027.386 0 .546-.153.765-.364.233-.219.525-.503 1.035-.503.277 0 .925 0 1.188-.262.05-.051.11-.131.11-.314 0-.794-1.932-1.166-3.244-1.166m.138 3.47c-2.47 0-3.834-.67-3.834-1.895 0-1.604 1.859-2.442 3.696-2.442.422 0 4.11.058 4.11 2.033 0 .365-.123.686-.364.926-.517.518-1.406.51-1.771.51-.182 0-.262.066-.466.263-.27.255-.635.605-1.363.605m17.172-3.892c-1.064 0-1.064.095-1.064.43 0 .401.97.438 2.143.438 1.246 0 1.319-.095 1.326-.3-.226-.262-1.64-.568-2.405-.568m1.079 1.735c-1.414 0-3.01 0-3.01-1.305s1.115-1.297 1.931-1.297c.03 0 3.273.102 3.273 1.392 0 1.21-1.065 1.21-2.194 1.21m-6.043-6.386c.335.343 2.587.321 3.805.306h.925c1.895 0 2.209-.247 2.209-.787 0-.364-.233-.903-.882-.903s-1.195.517-1.203.524a.41.41 0 0 1-.4.117.44.44 0 0 1-.314-.262c-.015-.037-.233-.409-1.166-.409-.78 0-1.429.7-1.436.707a.45.45 0 0 1-.408.132c-.16-.037-.693-.08-.948.123-.044.037-.167.139-.175.46m2.886 1.18c-1.836 0-3.017-.087-3.505-.575a.8.8 0 0 1-.248-.576c0-.627.27-.977.503-1.16.459-.37 1.093-.37 1.436-.334.313-.285 1.027-.817 1.902-.817s1.348.255 1.633.503c.32-.219.83-.474 1.443-.474 1.137 0 1.75.912 1.75 1.772 0 1.654-1.78 1.654-3.077 1.654h-1.844m-13.206-3.031c-1.677 0-2.989-.052-3.616-.678q-.37-.373-.371-.94c0-1.626 2.062-2.311 2.879-2.311.539 0 1.246.168 1.603.262.343-.248 1.123-.678 2.318-.678.67 0 1.808.292 1.873 2.224l-.867.029c-.044-1.225-.532-1.393-1.006-1.393-1.268 0-1.895.576-1.917.598a.43.43 0 0 1-.423.102c-.007 0-.97-.291-1.567-.291-.517 0-2.011.495-2.011 1.443 0 .182.065.27.116.328.43.43 1.91.43 3.477.423h.51c1.327 0 2.02-.248 2.369-.46l.444.744c-.648.379-1.588.576-2.813.576h-.991"
fill="currentColor"
/>
<path
d="M20.511 9.6c-1.137 0-1.472.582-1.486.612a.46.46 0 0 1-.372.233c-.554.014-1.166.16-1.261.299.007.444.787.597 3.192.597s2.887-.24 2.887-.656c0-.247-.08-.43-.212-.503-.19-.102-.517-.029-.867.197a.4.4 0 0 1-.343.051.44.44 0 0 1-.27-.211c-.014-.03-.364-.612-1.268-.612m.073 2.602c-2.172 0-4.045 0-4.045-1.502 0-.874 1.24-1.071 1.873-1.115.263-.32.882-.853 2.1-.853.91 0 1.472.408 1.763.722.685-.314 1.16-.168 1.4-.037.422.234.663.693.663 1.261 0 1.414-1.625 1.524-3.754 1.524"
fill="currentColor"
/>
<path
d="M15.234 14.366c-5.35 0-7.369-.182-7.369-2.143 0-.97 1.407-1.356 2.012-1.524l.117-.036.13.386.037.015.372-.219.029.387c-.08.204-.248.247-.452.306-1.363.379-1.377.678-1.377.685 0 .955.94 1.275 6.501 1.275 3.163 0 4.767-.291 4.767-.867a.9.9 0 0 0-.197-.561l.612-.612c.044.043.452.473.452 1.173 0 1.1-.925 1.735-5.634 1.735"
fill="currentColor"
/>
<path
d="m13.914 29.243-.824-.277.437-1.305a.43.43 0 0 1 .219-.248l1.4-.7-.751-2.244a.43.43 0 0 1 .08-.416l2.172-2.602a.43.43 0 0 1 .372-.153l4.475.408.648-1.297-.7-1.742-3.644-.408a.5.5 0 0 1-.262-.124l-3.907-3.9.613-.612 3.797 3.798 3.753.415c.16.015.3.124.358.27l.867 2.164a.44.44 0 0 1-.014.358l-.868 1.734a.44.44 0 0 1-.43.24l-4.54-.415-1.867 2.238.787 2.369a.43.43 0 0 1-.218.524l-1.575.788-.378 1.13z"
fill="currentColor"
/>
<path
d="m21.329 29.243-.357-1.064-1.925-.387a.435.435 0 0 1-.342-.357l-.437-2.602a.43.43 0 0 1 .306-.488l5.852-1.67.321-.954-1.217-4.053-1.064-.707h-3.768a.4.4 0 0 1-.307-.13l-2.543-2.603.62-.605 2.42 2.47h3.716c.088 0 .168.03.24.074l1.298.867a.47.47 0 0 1 .175.233l1.305 4.337a.53.53 0 0 1 0 .263l-.437 1.297a.41.41 0 0 1-.292.277l-5.7 1.625.32 1.925 1.874.378c.153.03.277.139.328.285l.437 1.304-.823.277z"
fill="currentColor"
/>
<path
d="m18.28 16.13-.575-.649.999-.874v-.948h.867v1.144a.45.45 0 0 1-.146.329l-1.144 1.005zm5.767 1.684-.277-.824 2.376-.794.379-1.502.838.212-.437 1.734a.43.43 0 0 1-.285.306l-2.602.868zm1.217 4.351-.11-.86 3.207-.401.394-1.064.816.306-.488 1.312a.42.42 0 0 1-.35.277l-3.47.437zm-6.867 7.245-1.304-1.305a.43.43 0 0 1-.124-.306v-1.305h.867v1.123l1.174 1.173-.613.612zm-4.517-8.252-.798.342 1.3 3.035.798-.342z"
fill="currentColor"
/>
</svg>
);
}
export default RooftopGardenIcon;
@@ -0,0 +1,24 @@
function RoveBeverageTruckIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M17.072 24.72a.512.512 0 0 1-.485-.712l6.572-15.41c.492-1.19 1.887-1.767 3.1-1.281l3.153 1.266a.52.52 0 0 1 .288.674.52.52 0 0 1-.682.28l-3.153-1.265a1.343 1.343 0 0 0-1.736.72l-6.572 15.41a.53.53 0 0 1-.485.319"
fill="currentColor"
/>
<path
d="M25.227 15.39h-9.574c-2.312 0-4.192-1.85-4.192-4.124s1.88-4.123 4.192-4.123 4.2 1.85 4.2 4.123a4.07 4.07 0 0 1-.926 2.578.526.526 0 0 1-.735.075.51.51 0 0 1-.083-.727c.455-.554.69-1.22.69-1.933 0-1.706-1.41-3.093-3.146-3.093s-3.146 1.387-3.146 3.093 1.41 3.092 3.146 3.092h9.574c.288 0 .523.228.523.516a.52.52 0 0 1-.523.515"
fill="currentColor"
/>
<path
d="m15.45 11.782.484 18.58c0 .28.235.5.523.5h7.399c.288 0 .515-.22.523-.5l.485-18.58zM23.855 31.9h-7.399c-.856 0-1.554-.66-1.576-1.509l-.516-19.64h11.568l-.516 19.64c-.023.85-.712 1.509-1.576 1.509"
fill="currentColor"
/>
<path
d="M31.17 31.9H9.142a.52.52 0 0 1-.523-.515c0-.289.235-.516.523-.516H31.17c.288 0 .523.227.523.516a.52.52 0 0 1-.523.515"
fill="currentColor"
/>
</svg>
);
}
export default RoveBeverageTruckIcon;
@@ -0,0 +1,20 @@
function RoveCafe() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M18.6 30.457s.643.043 1.593-.05a6.69 6.69 0 0 0 5.558-4.193c.971-2.45 1.992-6.4 1.807-11.864m-8.143 16.114s-.643.043-1.593-.05a6.7 6.7 0 0 1-5.557-4.193c-.972-2.45-1.993-6.4-1.807-11.864"
stroke="currentColor"
strokeLinecap="square"
strokeLinejoin="round"
/>
<path
d="M27.857 15.715s1.943-2.272 3.829.485c1.886 2.758-.45 6.243-4.543 5.943m-2.364-3.15s.385 8.493-5.986 8.55m.236-9.828c4.721 0 8.55-1.714 8.55-3.829 0-2.114-3.829-3.828-8.55-3.828-4.722 0-8.55 1.714-8.55 3.828 0 2.115 3.828 3.829 8.55 3.829"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
}
export default RoveCafe;
@@ -0,0 +1,20 @@
function RunningWheelIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M10.969 27.86c1.642.24 4.424.442 6.088-.41 1.813-.928 2.723-2.476 3.108-3.314a5.3 5.3 0 0 1 1.043-1.488l6.902-6.949c-.267-1.99-2.649-3.074-3.67-3.455-1.132 2.88-2.604 4.584-4.387 5.078-1.893.516-3.654-.486-4.66-1.256.103.725.251 1.548.459 2.445.636 2.813-.578 5.722-.63 5.842a.45.45 0 0 1-.147.202c-.111.09-2.612 2.161-4.106 3.298m2.722 1.264c-2.204 0-4.216-.471-4.246-.479a.53.53 0 0 1-.377-.583.53.53 0 0 1 .4-.441c.058-.03.206-.127.576-.404a.2.2 0 0 0 .045-.03c1.235-.913 3.662-2.917 4.194-3.358.207-.539 1.021-2.902.525-5.086a29 29 0 0 1-.517-2.857.92.92 0 0 1 .473-.935.93.93 0 0 1 1.058.104c.791.651 2.352 1.676 3.943 1.242 1.531-.419 2.826-2.064 3.854-4.899a.524.524 0 0 1 .637-.33c.192.053 4.741 1.347 4.926 4.803a.56.56 0 0 1-.155.404l-7.072 7.12a4.4 4.4 0 0 0-.836 1.182c-.437.957-1.495 2.737-3.588 3.814-1.095.554-2.508.733-3.854.733"
fill="currentColor"
/>
<path
d="M14.846 29.603c1.169 0 2.234 0 2.803.022.88.038 3.855-3.104 6.118-6.02a.5.5 0 0 1 .111-.105c2.767-1.982 5.786-4.608 5.845-5.4s-.562-1.302-.955-1.549l-6.79 6.844a4.4 4.4 0 0 0-.837 1.182c-.436.957-1.487 2.737-3.588 3.814-2.397 1.22-6.34.599-7.656.344-.097.247-.126.457-.074.629.037.127.11.21.162.261.637 0 2.886-.022 4.86-.022m2.803 1.084h-.029c-1.665-.052-7.73 0-7.79 0a.5.5 0 0 1-.237-.052 1.65 1.65 0 0 1-.784-.972c-.163-.539-.044-1.145.348-1.803a.535.535 0 0 1 .606-.239c.696.195 5.038.972 7.31-.18 1.812-.927 2.722-2.475 3.107-3.313a5.3 5.3 0 0 1 1.043-1.488l7.072-7.12a.52.52 0 0 1 .584-.113c.082.037 2.042.875 1.91 2.767-.12 1.624-4.706 5.05-6.222 6.141-1.229 1.578-5.105 6.372-6.91 6.372m1.238-11.128h-3.388v1.062h3.388z"
fill="currentColor"
/>
<path
d="M18.08 21.234h-2.693v1.062h2.692zm-.547 1.84h-2.59v1.062h2.59zm6.244-11.024-6.562-6.993.77-.726 6.561 6.993zm-8.826 3.829-2.19-3.934.933-.516 2.182 3.934zM30.82 29.634h-1.94v1.062h1.94zm-8.754 0H16.63v1.062h5.437zm6.119 0H23.19v1.062h4.994z"
fill="currentColor"
/>
</svg>
);
}
export default RunningWheelIcon;
@@ -0,0 +1,23 @@
function SoundproofMeetingPodsIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M20.243 12.528c.995 0 1.807.813 1.807 1.808a1.81 1.81 0 0 1-1.807 1.807 1.807 1.807 0 1 1 0-3.614Zm0 .386c-.783 0-1.422.639-1.422 1.422s.64 1.42 1.422 1.42c.783 0 1.42-.637 1.421-1.42 0-.783-.638-1.422-1.42-1.422Z"
stroke="currentColor"
/>
<path
d="M17.528 7.078h5.443a3.39 3.39 0 0 1 3.385 3.386v12.515H14.143V10.464a3.385 3.385 0 0 1 3.385-3.386Zm.007.386c-1.654 0-3 1.345-3 3v12.129h11.436v-12.13a3 3 0 0 0-2.992-3zm8.829 17.043v5.3a3.385 3.385 0 0 1-3.386 3.385h-5.442a3.385 3.385 0 0 1-3.386-3.385v-5.3zm-11.828 5.3c0 1.654 1.345 3 3 3h5.442c1.655 0 3-1.346 3-3v-4.914H14.537z"
stroke="currentColor"
/>
<path
d="M16.629 22.729V20.7a3.63 3.63 0 0 1 3.621-3.636c2 0 3.629 1.629 3.629 3.636v2.029"
stroke="currentColor"
strokeWidth={1.84}
strokeLinecap="square"
strokeLinejoin="round"
/>
</svg>
);
}
export default SoundproofMeetingPodsIcon;
@@ -0,0 +1,32 @@
function StargazingIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M19.451 19.7c-.64 0-1.16.537-1.16 1.185s.52 1.185 1.16 1.185 1.16-.537 1.16-1.185-.52-1.184-1.16-1.184m0 3.562c-1.28 0-2.312-1.064-2.312-2.377s1.04-2.368 2.312-2.368c1.273 0 2.313 1.064 2.313 2.368 0 1.305-1.04 2.377-2.313 2.377"
fill="currentColor"
/>
<path
d="M19.453 32.752a.58.58 0 0 1-.576-.592v-9.49c0-.329.256-.593.576-.593s.576.264.576.592v9.49a.58.58 0 0 1-.576.593m6.367 0a.58.58 0 0 1-.511-.32L20.195 22.39a.6.6 0 0 1 .248-.8.576.576 0 0 1 .784.247l5.114 10.043a.6.6 0 0 1-.248.8.54.54 0 0 1-.264.064m-12.162.008a.6.6 0 0 1-.248-.056.604.604 0 0 1-.28-.792l4.585-9.986a.576.576 0 0 1 .768-.288.604.604 0 0 1 .28.792l-4.585 9.986a.57.57 0 0 1-.52.344"
fill="currentColor"
/>
<path
d="M24.005 29.191H15.3a.58.58 0 0 1-.576-.592c0-.328.256-.592.576-.592h8.706c.32 0 .576.264.576.592a.58.58 0 0 1-.576.592m-8.588-5.921a.58.58 0 0 1-.504-.296l-3.185-5.65a.58.58 0 0 1-.056-.448.6.6 0 0 1 .272-.36L25.981 8.21a.58.58 0 0 1 .792.216c.16.28.064.648-.208.808l-13.531 8.01 2.6 4.626 1.8-1.065a.58.58 0 0 1 .793.216.6.6 0 0 1-.208.809l-2.304 1.36a.54.54 0 0 1-.289.08m5.211-3.09a.58.58 0 0 1-.505-.295.6.6 0 0 1 .208-.808l8.81-5.218a.573.573 0 0 1 .793.216c.16.28.064.649-.208.809l-8.81 5.217a.54.54 0 0 1-.288.08"
fill="currentColor"
/>
<path
d="M29.743 15.484c-.048 0-.104 0-.152-.024a.6.6 0 0 1-.352-.28l-1.697-3.017a.6.6 0 0 1 .208-.808.573.573 0 0 1 .793.216l1.408 2.497 1-.592-3.185-5.65-1 .592.792 1.417a.6.6 0 0 1-.208.808.58.58 0 0 1-.792-.216L25.47 8.498a.58.58 0 0 1-.056-.448.6.6 0 0 1 .272-.36l2.008-1.184a.56.56 0 0 1 .44-.056.58.58 0 0 1 .352.28l3.761 6.682c.16.28.064.648-.208.808l-2.008 1.184a.54.54 0 0 1-.288.08M11.618 24.83c-.048 0-.104 0-.152-.024a.58.58 0 0 1-.352-.28l-2.6-4.625a.6.6 0 0 1 .207-.808l3.505-2.073a.57.57 0 0 1 .792.216c.16.28.064.649-.216.809L9.794 19.82l2.024 3.593 3.009-1.776a.58.58 0 0 1 .792.216c.16.28.064.648-.208.808l-3.505 2.072a.54.54 0 0 1-.288.08"
fill="currentColor"
/>
<path
d="M6.584 23.013a.58.58 0 0 1-.504-.296.6.6 0 0 1 .208-.808l3.008-1.776a.57.57 0 0 1 .793.216c.16.28.064.648-.208.808l-3.01 1.776a.54.54 0 0 1-.287.08m1.449 2.57a.58.58 0 0 1-.504-.296.6.6 0 0 1 .208-.808l3.009-1.777a.57.57 0 0 1 .792.216c.16.28.064.648-.208.808l-3.01 1.777a.54.54 0 0 1-.288.08"
fill="currentColor"
/>
<path
d="M8.321 26.103a.58.58 0 0 1-.504-.296l-2.024-3.593A.6.6 0 0 1 6 21.406a.58.58 0 0 1 .792.216l2.024 3.593c.16.28.064.648-.208.808a.54.54 0 0 1-.288.08"
fill="currentColor"
/>
</svg>
);
}
export default StargazingIcon;
@@ -0,0 +1,14 @@
function SunLoungeIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M17.133 6.667a.59.59 0 0 1 .633 0l10.471 6.723a.586.586 0 0 1-.316 1.078h-8.835a.586.586 0 0 1 0-1.171h6.838l-7.889-5.065v14.043a.586.586 0 1 1-1.171 0V8.232l-7.89 5.065h6.839a.586.586 0 1 1 0 1.171H6.978a.586.586 0 0 1-.316-1.078zM6.521 17.777a1.5 1.5 0 0 1 2.12 0h.001l5.791 5.793h14.394q.135 0 .264.026.03.003.057.01c.276.06.53.193.743.405l3.822 3.82q.03.024.058.052A1.5 1.5 0 1 1 31.648 30l-.002-.003-3.434-3.434H13.793c-.05 0-.15 0-.265-.024l-.011-.002-.077-.02a1.3 1.3 0 0 1-.197-.06 1 1 0 0 1-.087-.044 1.4 1.4 0 0 1-.402-.283L6.52 19.897m6.525 6.43.004.004zm-5.232-7.721a.329.329 0 0 0-.466.462l6.233 6.234a.3.3 0 0 0 .07.05l.055.024.065.017h14.683a.6.6 0 0 1 .415.171l3.613 3.614a.329.329 0 0 0 .492-.432l-.038-.034-3.872-3.872a.3.3 0 0 0-.134-.082l-.062-.012a.2.2 0 0 0-.041-.004H14.191a.6.6 0 0 1-.415-.172zm3.745 9.524c0-.324.262-.586.586-.586h16.003a.586.586 0 0 1 0 1.171H12.145a.586.586 0 0 1-.586-.585"
fill="currentColor"
/>
</svg>
);
}
export default SunLoungeIcon;
@@ -0,0 +1,16 @@
function SunkenGardensIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M28.74 32.597H11.77a.426.426 0 0 1-.428-.42v-5.871H1.856a.426.426 0 0 1-.428-.42c0-.23.19-.421.428-.421h9.914c.237 0 .428.19.428.42v5.871H28.32v-5.87a.42.42 0 0 1 .428-.421h9.394c.237 0 .429.19.429.42s-.191.42-.428.42h-8.967v5.871a.42.42 0 0 1-.428.42M7.612 11.017c-.88 0-1.598.71-1.598 1.59 0 .879.718 1.59 1.598 1.59.879 0 1.597-.711 1.597-1.59s-.718-1.59-1.597-1.59m0 3.792a2.21 2.21 0 0 1-2.21-2.202c0-1.215.986-2.194 2.21-2.194s2.209.986 2.209 2.194a2.21 2.21 0 0 1-2.21 2.202"
fill="currentColor"
/>
<path
d="M15.08 30.83c-.473 0-.932-.283-1.123-.75l-1.827-4.395H7.62a1.21 1.21 0 0 1-1.216-1.207v-7.66c0-.673.543-1.208 1.216-1.208s1.215.543 1.215 1.208v6.452h4.105c.49 0 .933.29 1.124.749l2.14 5.144a1.21 1.21 0 0 1-1.124 1.674m17.301-19.82c-.879 0-1.598.71-1.598 1.59 0 .879.719 1.59 1.598 1.59s1.598-.711 1.598-1.59-.719-1.59-1.598-1.59m0 3.792a2.21 2.21 0 0 1-2.21-2.202c0-1.215.987-2.194 2.21-2.194s2.21.986 2.21 2.194a2.21 2.21 0 0 1-2.21 2.202M24.919 30.83a1.21 1.21 0 0 1-1.124-1.674l2.14-5.144c.192-.45.635-.749 1.124-.749h4.105v-6.452c0-.672.543-1.207 1.216-1.207s1.215.542 1.215 1.207v7.66c0 .672-.543 1.207-1.215 1.207h-4.51l-1.827 4.396c-.191.466-.65.749-1.124.749"
fill="currentColor"
/>
</svg>
);
}
export default SunkenGardensIcon;
@@ -0,0 +1,16 @@
function SunkenSeatingIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M28.74 32.597H11.77a.426.426 0 0 1-.428-.42v-5.871H1.856a.426.426 0 0 1-.428-.42c0-.23.19-.421.428-.421h9.914c.237 0 .428.19.428.42v5.871H28.32v-5.87a.42.42 0 0 1 .428-.421h9.394c.237 0 .429.19.429.42s-.191.42-.428.42h-8.967v5.871a.42.42 0 0 1-.428.42M7.612 11.017c-.88 0-1.598.71-1.598 1.59 0 .879.718 1.59 1.598 1.59.879 0 1.597-.711 1.597-1.59s-.718-1.59-1.597-1.59m0 3.792a2.21 2.21 0 0 1-2.21-2.202c0-1.215.986-2.194 2.21-2.194s2.209.986 2.209 2.194a2.21 2.21 0 0 1-2.21 2.202"
fill="currentColor"
/>
<path
d="M15.08 30.83c-.473 0-.932-.283-1.123-.75l-1.827-4.395H7.62a1.21 1.21 0 0 1-1.216-1.207v-7.66c0-.673.543-1.208 1.216-1.208s1.215.543 1.215 1.208v6.452h4.105c.49 0 .933.29 1.124.749l2.14 5.144a1.21 1.21 0 0 1-1.124 1.674m17.301-19.82c-.879 0-1.598.71-1.598 1.59 0 .879.719 1.59 1.598 1.59s1.598-.711 1.598-1.59-.719-1.59-1.598-1.59m0 3.792a2.21 2.21 0 0 1-2.21-2.202c0-1.215.987-2.194 2.21-2.194s2.21.986 2.21 2.194a2.21 2.21 0 0 1-2.21 2.202M24.919 30.83a1.21 1.21 0 0 1-1.124-1.674l2.14-5.144c.192-.45.635-.749 1.124-.749h4.105v-6.452c0-.672.543-1.207 1.216-1.207s1.215.542 1.215 1.207v7.66c0 .672-.543 1.207-1.215 1.207h-4.51l-1.827 4.396c-.191.466-.65.749-1.124.749"
fill="currentColor"
/>
</svg>
);
}
export default SunkenSeatingIcon;
File diff suppressed because one or more lines are too long
@@ -0,0 +1,78 @@
function UrbanBeachPoolIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M20 12.858a4.29 4.29 0 0 1-4.285-4.286A4.29 4.29 0 0 1 20 4.286a4.29 4.29 0 0 1 4.285 4.286A4.29 4.29 0 0 1 20 12.858m0-7.668a3.386 3.386 0 0 0-3.379 3.382 3.386 3.386 0 0 0 3.38 3.382 3.387 3.387 0 0 0 3.379-3.382A3.386 3.386 0 0 0 20 5.19"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M20 4.643a3.933 3.933 0 0 0-3.928 3.929A3.933 3.933 0 0 0 20 12.5a3.933 3.933 0 0 0 3.929-3.928A3.933 3.933 0 0 0 20 4.643m-4.643 3.929A4.65 4.65 0 0 1 20 3.929a4.65 4.65 0 0 1 4.643 4.643A4.65 4.65 0 0 1 20 13.214a4.65 4.65 0 0 1-4.643-4.642m.907 0A3.743 3.743 0 0 1 20 4.832a3.743 3.743 0 0 1 3.737 3.74A3.743 3.743 0 0 1 20 12.31a3.743 3.743 0 0 1-3.736-3.74M20 5.547a3.03 3.03 0 0 0-3.022 3.025A3.03 3.03 0 0 0 20 11.596a3.03 3.03 0 0 0 3.022-3.024A3.03 3.03 0 0 0 20 5.547"
fill="currentColor"
/>
<path
d="M31.543 29.62c-.387.193-.773.465-1.144.736-.363.254-.703.499-1.034.665s-.64.254-.923.254c-.285 0-.592-.079-.924-.254-.34-.166-.678-.411-1.041-.665-.371-.263-.75-.534-1.137-.726-.884-.447-1.626-.447-2.51 0-.386.192-.773.463-1.136.726-.363.254-.702.499-1.034.665-.331.166-.631.254-.923.254s-.592-.079-.923-.254c-.34-.166-.679-.411-1.034-.665-.371-.263-.75-.534-1.137-.726-.883-.447-1.625-.447-2.51 0-.386.192-.772.463-1.135.726-.364.254-.703.499-1.042.665-.332.166-.631.254-.923.254s-.592-.079-.924-.254c-.34-.166-.678-.411-1.042-.674-.37-.262-.75-.534-1.136-.726-.884-.446-1.626-.446-2.51 0-.386.192-.773.464-1.136.726l.434.735c.363-.254.703-.499 1.034-.665s.64-.254.923-.254.592.08.924.254c.339.166.678.411 1.033.665.371.263.75.534 1.137.727.884.446 1.626.446 2.51 0 .386-.193.773-.464 1.136-.727.363-.254.702-.499 1.041-.665.332-.166.64-.254.924-.254s.584.08.923.254c.34.166.679.411 1.042.665.37.263.75.534 1.136.727.884.446 1.634.446 2.51 0 .386-.193.773-.464 1.136-.727.363-.254.703-.499 1.034-.665s.631-.254.923-.254.584.08.924.254c.339.166.678.411 1.041.665.371.263.75.534 1.137.727.884.446 1.633.446 2.51 0 .386-.193.773-.464 1.143-.727.364-.254.703-.499 1.034-.665s.64-.254.924-.254.592.08.923.254c.276.14.552.324.844.525l.434-.726a7 7 0 0 0-.939-.586c-.884-.447-1.625-.447-2.51 0"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M8.092 29.301c.397.199.783.471 1.134.72l.048.034.003.003c.37.267.683.492.99.642l.005.002.004.003c.29.153.534.212.757.212.219 0 .463-.065.763-.216l.003-.001c.282-.138.567-.338.9-.571q.044-.032.092-.064c.361-.262.768-.548 1.183-.755.479-.241.94-.372 1.415-.372s.937.13 1.415.372c.398.198.783.471 1.135.72l.048.034v.001l.02.014c.355.253.662.473.964.621l.005.002.005.003c.29.153.533.212.756.212.219 0 .463-.065.764-.216.274-.137.557-.336.887-.567l.1-.07c.36-.26.768-.547 1.183-.754.478-.241.94-.372 1.415-.372s.936.13 1.415.372c.397.198.783.471 1.134.72l.047.034.094.065c.332.233.618.433.9.571l.005.002.004.003c.29.153.54.212.757.212.211 0 .463-.065.763-.216.275-.137.558-.336.887-.567l.1-.069c.37-.27.777-.557 1.192-.764l.318.64c-.356.177-.721.432-1.092.703l-.006.004-.107.075c-.32.224-.647.454-.972.617-.363.182-.726.292-1.083.292q-.527 0-1.085-.293c-.334-.164-.665-.396-.984-.62l-.1-.07-.003-.002-.03-.021c-.366-.26-.711-.504-1.059-.677h-.002c-.405-.206-.756-.297-1.093-.297-.338 0-.689.091-1.094.296l-.002.001c-.357.178-.722.433-1.086.696l-.005.003-.106.075c-.32.224-.648.454-.972.617-.363.182-.718.292-1.084.292-.359 0-.714-.098-1.085-.293-.354-.174-.703-.424-1.036-.662l-.043-.03-.029-.021c-.366-.26-.712-.504-1.06-.677h-.001c-.405-.206-.757-.297-1.094-.297s-.688.091-1.094.296l-.002.001c-.357.178-.722.433-1.086.696l-.005.003-.1.07c-.32.226-.652.459-.987.623-.362.181-.717.29-1.082.29-.36 0-.714-.097-1.085-.292-.367-.18-.727-.44-1.08-.695l-.008-.007-.029-.02c-.366-.26-.711-.504-1.059-.677H7.77c-.405-.205-.756-.297-1.093-.297-.338 0-.689.092-1.094.296l-.002.001c-.27.135-.546.314-.821.507l.071.121c.252-.174.508-.343.762-.47.363-.182.727-.292 1.084-.292q.526 0 1.085.293c.354.174.703.423 1.036.661l.072.052c.366.259.712.504 1.06.677h.001c.406.205.757.297 1.094.297s.688-.092 1.094-.297h.002c.357-.178.722-.433 1.086-.696l.004-.004.101-.07c.32-.225.652-.458.987-.622.363-.182.726-.291 1.082-.291.353 0 .708.098 1.084.292.334.164.665.396.985.62l.1.071.002.002.03.02c.367.26.712.505 1.06.678h.002c.405.205.758.297 1.096.297s.69-.092 1.09-.296l.003-.001c.357-.178.722-.433 1.086-.696l.005-.004.106-.074c.32-.224.648-.455.972-.617.363-.182.718-.292 1.084-.292.36 0 .708.099 1.083.292.335.164.665.396.986.62l.1.071.002.002.03.02c.366.26.712.505 1.06.678h.001c.405.205.758.297 1.097.297s.69-.092 1.09-.296l.002-.001c.358-.179.723-.433 1.098-.698l.001-.002.107-.074c.319-.224.647-.455.972-.617.363-.182.726-.292 1.083-.292q.528 0 1.087.294c.192.097.38.212.568.335l.069-.116a6 6 0 0 0-.62-.37H33.9c-.406-.206-.757-.297-1.094-.297s-.689.091-1.094.296l-.322-.637c.479-.242.94-.373 1.416-.373.475 0 .937.13 1.415.372.34.17.675.393.986.614l.269.192-.8 1.336-.313-.216a7 7 0 0 0-.803-.5l-.005-.003c-.29-.153-.54-.213-.757-.213-.211 0-.464.066-.763.216-.275.138-.558.336-.888.567l-.1.071c-.367.26-.775.547-1.19.753-.475.242-.936.373-1.412.373s-.94-.13-1.418-.373c-.398-.198-.783-.47-1.135-.72l-.047-.033-.093-.065c-.333-.233-.618-.433-.9-.571l-.007-.004c-.302-.155-.538-.214-.76-.214-.218 0-.462.065-.762.216-.275.138-.558.336-.888.567l-.1.07c-.36.261-.767.547-1.182.754-.475.242-.937.373-1.413.373s-.939-.13-1.417-.373c-.398-.198-.784-.47-1.135-.72l-.047-.033-.094-.065c-.332-.233-.618-.433-.9-.571l-.006-.004c-.302-.155-.545-.214-.76-.214-.211 0-.463.066-.763.216l-.003.002c-.282.138-.567.338-.9.57l-.092.065c-.361.261-.768.548-1.183.754-.478.242-.94.373-1.415.373s-.937-.131-1.415-.373c-.398-.198-.783-.47-1.134-.72q-.025-.016-.049-.034l-.02-.014c-.355-.254-.662-.474-.964-.621l-.005-.003-.005-.002c-.29-.153-.54-.213-.756-.213-.212 0-.464.066-.763.216-.275.138-.558.337-.888.567l-.102.072-.316.22-.795-1.347.263-.19c.362-.262.77-.55 1.186-.757.478-.241.94-.372 1.415-.372s.936.131 1.415.372"
fill="currentColor"
/>
<path
d="M31.543 26.049c-.387.192-.773.463-1.144.735-.363.253-.703.498-1.034.665q-.498.251-.923.253c-.285 0-.592-.078-.924-.253-.34-.167-.678-.412-1.041-.665-.371-.263-.75-.534-1.137-.727-.884-.446-1.626-.446-2.51 0-.386.193-.773.464-1.136.727-.363.253-.702.498-1.034.665-.331.166-.631.253-.923.253s-.592-.078-.923-.253c-.34-.167-.679-.412-1.034-.665-.371-.263-.75-.534-1.137-.727-.883-.446-1.625-.446-2.51 0-.386.193-.772.464-1.135.727-.364.253-.703.498-1.042.665-.332.166-.631.253-.923.253s-.592-.078-.924-.253c-.34-.167-.678-.412-1.042-.674-.37-.263-.75-.534-1.136-.726-.884-.447-1.626-.447-2.51 0-.386.192-.773.463-1.136.726l.434.735c.363-.254.703-.499 1.034-.665s.64-.254.923-.254.592.079.924.254c.339.166.678.411 1.033.665.371.262.75.534 1.137.726.884.447 1.626.447 2.51 0 .386-.192.773-.463 1.136-.726.363-.254.702-.499 1.041-.665.332-.166.64-.254.924-.254s.584.079.923.254c.34.166.679.411 1.042.665.37.262.75.534 1.136.726.884.447 1.634.447 2.51 0 .386-.192.773-.463 1.136-.726.363-.254.703-.499 1.034-.665s.631-.254.923-.254.584.079.924.254c.339.166.678.411 1.041.665.371.262.75.534 1.137.726.884.447 1.633.447 2.51 0 .386-.192.773-.463 1.143-.726.364-.254.703-.499 1.034-.665s.64-.254.924-.254.592.079.923.254c.276.14.552.324.844.525l.434-.726a7 7 0 0 0-.939-.587c-.884-.446-1.625-.446-2.51 0"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M8.092 25.73c.397.198.783.471 1.134.72l.048.034.003.002c.37.267.683.492.99.643l.005.002.004.003c.29.153.534.212.757.212.219 0 .463-.065.763-.216l.003-.001c.282-.139.567-.338.9-.571l.092-.065c.361-.26.768-.547 1.183-.754.479-.242.94-.373 1.415-.373s.937.131 1.415.373c.398.198.783.471 1.135.72l.048.034.02.015c.355.253.662.473.964.62l.005.003.005.003c.29.153.533.212.756.212.219 0 .463-.065.764-.216.274-.137.557-.336.887-.567l.1-.07c.36-.26.768-.547 1.183-.754.478-.242.94-.373 1.415-.373s.936.131 1.415.373c.397.198.783.471 1.134.72l.047.033.094.066c.332.233.618.433.9.57l.005.003.004.003c.29.152.54.212.757.212.211 0 .463-.066.763-.216.275-.137.558-.336.887-.567l.1-.07c.37-.27.777-.557 1.192-.763l.318.639c-.356.178-.721.432-1.092.704l-.006.004-.107.075c-.32.224-.647.454-.972.617-.363.182-.726.291-1.083.291q-.527 0-1.085-.292c-.334-.164-.665-.396-.984-.62l-.1-.07-.003-.002-.03-.021c-.366-.26-.711-.504-1.059-.677l-.002-.001c-.405-.205-.756-.296-1.093-.296-.338 0-.689.091-1.094.296h-.002c-.357.179-.722.434-1.086.697l-.005.003-.106.075c-.32.224-.648.454-.972.617-.363.181-.718.291-1.084.291-.359 0-.714-.097-1.085-.292-.354-.175-.703-.424-1.036-.662l-.043-.03v-.001l-.029-.02c-.366-.26-.712-.504-1.06-.677l-.001-.001c-.405-.205-.757-.296-1.094-.296s-.688.091-1.094.296h-.002c-.357.179-.722.434-1.086.697l-.005.003-.1.07c-.32.226-.652.458-.987.622-.362.182-.717.291-1.082.291-.36 0-.714-.097-1.085-.292-.367-.18-.727-.441-1.08-.696l-.008-.006-.029-.02c-.366-.26-.711-.504-1.059-.677H7.77c-.405-.206-.756-.297-1.093-.297-.338 0-.689.091-1.094.296l-.002.001c-.27.135-.546.314-.821.507l.071.121c.252-.175.508-.343.762-.47.363-.183.727-.292 1.084-.292q.526 0 1.085.292c.354.175.703.424 1.036.662l.043.03.029.021c.366.26.712.504 1.06.677l.001.001c.406.205.757.297 1.094.297s.688-.092 1.094-.297h.002c.357-.179.722-.433 1.086-.697l.004-.003.101-.07c.32-.226.652-.458.987-.622.363-.182.726-.291 1.082-.291.353 0 .708.098 1.084.291.334.165.665.397.985.622l.1.07.002.001.03.021c.367.26.712.504 1.06.677l.002.001c.405.205.758.297 1.096.297s.69-.092 1.09-.296l.003-.002c.357-.178.722-.432 1.086-.696l.005-.003.106-.075c.32-.224.648-.454.972-.617.363-.181.718-.291 1.084-.291.36 0 .708.098 1.083.291.335.165.665.397.986.622l.1.07.002.001.03.021c.366.26.712.504 1.06.677l.001.001c.405.205.758.297 1.097.297s.69-.092 1.09-.296l.002-.002c.358-.178.723-.433 1.098-.698l.001-.001.107-.075c.319-.224.647-.454.972-.617.363-.182.726-.291 1.083-.291q.528 0 1.087.293c.192.098.38.213.568.335l.069-.115a6 6 0 0 0-.62-.37l-.002-.001c-.406-.205-.757-.296-1.094-.296s-.689.091-1.094.296l-.322-.638c.479-.241.94-.373 1.416-.373.475 0 .937.131 1.415.373.34.17.675.393.986.614l.269.191-.8 1.337-.313-.216a7 7 0 0 0-.803-.5l-.005-.003c-.29-.153-.54-.213-.757-.213-.211 0-.464.066-.763.216-.275.137-.558.336-.888.567l-.1.07c-.367.26-.775.547-1.19.754-.475.242-.936.373-1.412.373s-.94-.131-1.418-.373c-.398-.198-.783-.471-1.135-.72l-.047-.033-.093-.066c-.333-.233-.618-.432-.9-.57l-.007-.004c-.302-.156-.538-.214-.76-.214-.218 0-.462.065-.762.216-.275.137-.558.336-.888.567l-.1.07c-.36.26-.767.547-1.182.754-.475.242-.937.373-1.413.373s-.939-.131-1.417-.373c-.398-.198-.784-.471-1.135-.72l-.14-.098c-.333-.234-.619-.433-.9-.572l-.007-.003c-.302-.155-.545-.214-.76-.214-.211 0-.463.066-.763.216l-.003.001c-.282.139-.567.338-.9.572l-.092.064c-.361.26-.768.547-1.183.754-.478.242-.94.373-1.415.373s-.937-.131-1.415-.373c-.398-.198-.783-.471-1.134-.72l-.049-.034-.02-.015c-.355-.253-.662-.473-.964-.62l-.005-.003-.005-.003c-.29-.152-.54-.212-.756-.212-.212 0-.464.066-.763.216-.275.137-.558.336-.888.567l-.102.071-.316.221-.795-1.347.263-.19c.362-.262.77-.55 1.186-.757.478-.241.94-.373 1.415-.373s.936.132 1.415.373"
fill="currentColor"
/>
<path
d="M31.543 22.477c-.387.193-.773.464-1.144.735-.363.254-.703.5-1.034.665q-.498.252-.923.254c-.285 0-.592-.079-.924-.254-.34-.166-.678-.41-1.041-.665-.371-.262-.75-.533-1.137-.726-.884-.446-1.626-.446-2.51 0-.386.193-.773.464-1.136.726-.363.254-.702.5-1.034.665-.331.167-.631.254-.923.254s-.592-.079-.923-.254c-.34-.166-.679-.41-1.034-.665-.371-.262-.75-.533-1.137-.726-.883-.446-1.625-.446-2.51 0-.386.193-.772.464-1.135.726-.364.254-.703.5-1.042.665-.332.167-.631.254-.923.254s-.592-.079-.924-.254c-.34-.166-.678-.41-1.042-.673-.37-.263-.75-.534-1.136-.727-.884-.446-1.626-.446-2.51 0-.386.193-.773.464-1.136.727l.434.735c.363-.254.703-.5 1.034-.665q.498-.252.923-.254c.284 0 .592.079.924.254.339.166.678.41 1.033.665.371.262.75.534 1.137.726.884.446 1.626.446 2.51 0 .386-.192.773-.464 1.136-.726.363-.254.702-.5 1.041-.665q.498-.252.924-.254c.284 0 .584.079.923.254.34.166.679.41 1.042.665.37.262.75.534 1.136.726.884.446 1.634.446 2.51 0 .386-.192.773-.464 1.136-.726.363-.254.703-.5 1.034-.665.331-.167.631-.254.923-.254s.584.079.924.254c.339.166.678.41 1.041.665.371.262.75.534 1.137.726.884.446 1.633.446 2.51 0 .386-.192.773-.464 1.143-.726.364-.254.703-.5 1.034-.665q.498-.252.924-.254c.284 0 .592.079.923.254.276.14.552.323.844.525l.434-.727a7 7 0 0 0-.939-.586c-.884-.446-1.625-.446-2.51 0"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M8.092 22.159c.397.198.783.47 1.134.72l.048.034.003.002c.37.267.683.492.99.642l.005.003.004.002c.29.154.534.213.757.213.219 0 .463-.065.763-.216l.003-.002c.282-.138.567-.338.9-.57l.092-.065c.361-.261.768-.548 1.183-.755.479-.24.94-.372 1.415-.372s.937.131 1.415.372c.398.199.783.472 1.135.72l.048.035.02.014c.355.254.662.474.964.621l.005.003.005.002c.29.154.533.213.756.213.219 0 .463-.065.764-.216.274-.138.557-.336.887-.567l.1-.07c.36-.261.768-.548 1.183-.755.478-.24.94-.372 1.415-.372s.936.131 1.415.372c.397.199.783.472 1.134.72l.047.034.094.065c.332.233.618.433.9.571l.005.003.004.002c.29.153.54.213.757.213.211 0 .463-.066.763-.216.275-.138.558-.336.887-.567l.1-.07c.37-.27.777-.557 1.192-.764l.318.64c-.356.177-.721.432-1.092.703l-.006.005-.107.074c-.32.224-.647.455-.972.617-.363.183-.726.292-1.083.292q-.527 0-1.085-.293c-.334-.164-.665-.396-.984-.62l-.1-.07-.003-.001-.03-.022c-.366-.259-.711-.503-1.059-.677h-.002c-.405-.205-.756-.297-1.093-.297-.338 0-.689.092-1.094.297h-.002c-.357.178-.722.433-1.086.697l-.005.003-.106.074c-.32.224-.648.455-.972.617-.363.182-.718.292-1.084.292-.359 0-.714-.098-1.085-.293-.354-.174-.703-.423-1.036-.661l-.043-.03v-.001l-.029-.02c-.366-.26-.712-.505-1.06-.678h-.001c-.405-.205-.757-.297-1.094-.297s-.688.092-1.094.297h-.002c-.357.178-.722.433-1.086.697l-.005.003-.1.07c-.32.225-.652.458-.987.622-.362.181-.717.291-1.082.291-.36 0-.714-.098-1.085-.293-.367-.18-.727-.44-1.08-.695l-.008-.006-.029-.02c-.366-.26-.711-.504-1.059-.677l-.002-.001c-.405-.205-.756-.297-1.093-.297-.338 0-.689.092-1.094.297H5.58a6.5 6.5 0 0 0-.821.508l.071.12c.252-.174.508-.343.762-.47.363-.182.727-.292 1.084-.292q.526 0 1.085.293c.354.174.703.424 1.036.662l.072.051c.366.26.712.504 1.06.677h.001c.406.206.757.297 1.094.297s.688-.091 1.094-.296l.002-.001c.357-.178.722-.433 1.086-.696l.004-.003.101-.07c.32-.226.652-.458.987-.623.363-.181.726-.29 1.082-.29.353 0 .708.098 1.084.291.334.164.665.397.985.621l.1.07.002.002.03.021c.367.26.712.504 1.06.677h.002c.405.205.758.297 1.096.297s.69-.091 1.09-.296l.003-.001c.357-.178.722-.433 1.086-.696l.005-.003.106-.075c.32-.224.648-.454.972-.617.363-.182.718-.292 1.084-.292.36 0 .708.1 1.083.292.335.164.665.397.986.621l.1.07.002.002.03.021c.366.26.712.504 1.06.677h.001c.405.205.758.297 1.097.297s.69-.091 1.09-.296l.002-.001c.358-.178.723-.433 1.098-.698l.001-.001.107-.075c.319-.224.647-.454.972-.617.363-.182.726-.292 1.083-.292q.528 0 1.087.294c.192.097.38.212.568.335l.069-.116a6 6 0 0 0-.62-.37H33.9c-.406-.205-.757-.297-1.094-.297s-.689.092-1.094.297l-.322-.638c.479-.242.94-.373 1.416-.373.475 0 .937.131 1.415.373.34.17.675.393.986.614l.269.191-.8 1.337-.313-.217a7 7 0 0 0-.803-.5l-.005-.003c-.29-.153-.54-.212-.757-.212-.211 0-.464.065-.763.216-.275.137-.558.336-.888.567l-.1.07c-.367.26-.775.547-1.19.754-.475.242-.936.373-1.412.373s-.94-.131-1.418-.373c-.398-.198-.783-.471-1.135-.72l-.047-.034-.093-.065c-.333-.233-.618-.433-.9-.571l-.007-.003c-.302-.156-.538-.214-.76-.214-.218 0-.462.065-.762.216-.275.137-.558.336-.888.567l-.1.07c-.36.26-.767.547-1.182.754-.475.242-.937.373-1.413.373s-.939-.131-1.417-.373c-.398-.198-.784-.471-1.135-.72l-.14-.099c-.333-.233-.619-.433-.9-.571l-.007-.003c-.302-.156-.545-.214-.76-.214-.211 0-.463.065-.763.216l-.003.001c-.282.138-.567.338-.9.571q-.044.032-.092.064c-.361.262-.768.548-1.183.755-.478.241-.94.373-1.415.373s-.937-.132-1.415-.373c-.398-.198-.783-.471-1.134-.72l-.049-.034v-.001l-.02-.014c-.355-.253-.662-.473-.964-.621l-.005-.002-.005-.003c-.29-.153-.54-.212-.756-.212-.212 0-.464.065-.763.216-.275.137-.558.336-.888.567l-.102.071-.316.221-.795-1.347.263-.191c.362-.262.77-.55 1.186-.756.478-.242.94-.373 1.415-.373s.936.131 1.415.373"
fill="currentColor"
/>
<path
d="M16.43 22.632v-3.96c0-.182-.025-.364-.08-.521a.41.41 0 0 0-.328-.285.45.45 0 0 0-.415.134l-4.892 5.401c.215-.031.43.885.43.885l4.414-4.943v3.17c.288-.008.567.032.862.119z"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M16.085 17.515a.77.77 0 0 1 .602.521c.071.205.098.427.098.635v4.318h-.416l-.05-.015a2.4 2.4 0 0 0-.75-.104l-.368.01v-2.6l-4.248 4.757-.156-.669v-.001l-.002-.006-.007-.026a5 5 0 0 0-.114-.382 2 2 0 0 0-.071-.174l-.822.12 5.565-6.142a.81.81 0 0 1 .74-.241m-4.79 6.065 4.62-5.174v3.763q.078.007.156.02v-3.52c0-.153-.02-.292-.06-.402l-.001-.005-.002-.005a.06.06 0 0 0-.042-.04l-.009-.002-.009-.001a.1.1 0 0 0-.08.027l-4.662 5.147c.033.06.063.126.09.19"
fill="currentColor"
/>
<path
d="M25.12 17.996a.48.48 0 0 0-.446-.127.43.43 0 0 0-.33.29 1.4 1.4 0 0 0-.059.425v3.566q.445.002.902.149V19.29l4.26 4.14c.274.089.53.14.77.14q.248-.002.497-.059l-5.601-5.509z"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M24.595 17.52a.84.84 0 0 1 .783.228l.256.266 5.797 5.703-.64.143a2.6 2.6 0 0 1-.574.069c-.29 0-.586-.063-.88-.16l-.08-.025-3.713-3.608v2.65l-.465-.147a2.6 2.6 0 0 0-.794-.132h-.357v-3.923c0-.174.019-.352.073-.528a.79.79 0 0 1 .594-.535m.23.701a.14.14 0 0 0-.073-.004c-.055.013-.066.041-.066.043l-.002.005a1 1 0 0 0-.042.319v3.23q.094.012.188.028v-3.396l4.806 4.669q.117.035.224.058z"
fill="currentColor"
/>
<path
d="m8.16 23.008 6.994-8.74c.259-.316.611-.515.948-.532h8.06s.031 0 .047.009c.329.033.642.224.9.53l6.863 8.575q.06.073.11.158a4 4 0 0 1 .775-.39 3 3 0 0 0-.235-.348l-6.862-8.575c-.369-.448-.846-.73-1.348-.813a.4.4 0 0 0-.148-.025h-8.185s-.063 0-.094.009c-.549.058-1.073.348-1.473.837l-6.993 8.74q-.247.3-.376.648c.25.149 1.018-.083 1.018-.083"
fill="currentColor"
/>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M16.08 12.5h8.184q.124 0 .235.034c.585.104 1.126.434 1.537.934l.003.004 6.863 8.574q.147.185.266.396l.216.38-.416.135c-.08.026-.157.06-.251.106l-.005.002-.004.002a3.5 3.5 0 0 0-.434.242l-.324.206-.182-.338a1 1 0 0 0-.076-.106l-6.858-8.569c-.215-.255-.449-.38-.66-.402l-.065-.007h-7.996c-.212.014-.473.147-.68.399L8.37 23.317l-.106.032-.103-.341.103.341h-.001l-.003.001-.008.003-.028.008a4 4 0 0 1-.416.096c-.122.021-.263.04-.398.04a.86.86 0 0 1-.45-.1l-.256-.152.104-.279q.15-.405.433-.748l6.994-8.74c.449-.55 1.05-.892 1.693-.966a1 1 0 0 1 .133-.012zM7.954 22.694l6.924-8.654c.307-.374.747-.638 1.206-.66l.01-.001h8.068v.357-.357h.019l.036.003h.001a.4.4 0 0 1 .064.011c.43.056.808.305 1.1.652l.006.007 6.789 8.483.14-.074-6.833-8.54-.002-.001c-.319-.387-.721-.618-1.128-.686l-.031-.005-.03-.01a.1.1 0 0 0-.03-.005h-8.201l-.002.001-.01.003-.028.003c-.445.047-.886.284-1.232.707L7.795 22.67l-.057.072c.08-.015.154-.033.211-.047zm8.097-9.478h.002z"
fill="currentColor"
/>
</svg>
);
}
export default UrbanBeachPoolIcon;
@@ -0,0 +1,24 @@
function ViewingDeckWithWingsIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M14.242 25H7.234a.755.755 0 0 1-.751-.697l-.766-9.92a.76.76 0 0 1 .69-.81c.414-.03.775.28.812.69l.714 9.222h6.317a.75.75 0 1 1 0 1.5"
fill="currentColor"
/>
<path
d="M10.714 29.286a.726.726 0 0 1-.714-.729V24.3a.72.72 0 0 1 .714-.728c.393 0 .715.331.715.728v4.259a.72.72 0 0 1-.715.728m1.548-10.155h15.477v-1.844H12.262zm16.25 1.582H11.489a.785.785 0 0 1-.773-.787V16.5a.78.78 0 0 1 .773-.787h17.025c.425 0 .773.358.773.787v3.426a.78.78 0 0 1-.773.787"
fill="currentColor"
/>
<path
d="M20 29.286a.72.72 0 0 1-.715-.717v-8.566c0-.398.322-.717.714-.717a.72.72 0 0 1 .715.717v8.566a.715.715 0 0 1-.715.717m12.76-4.301H25.75a.755.755 0 0 1-.751-.75c0-.409.338-.75.751-.75h6.317l.714-9.222a.747.747 0 0 1 .81-.689c.414.03.722.394.692.81l-.766 9.92a.755.755 0 0 1-.751.696"
fill="currentColor"
/>
<path
d="M30 29.286a.726.726 0 0 1-.715-.729V24.3a.72.72 0 0 1 .714-.728c.393 0 .715.331.715.728v4.259a.72.72 0 0 1-.715.728"
fill="currentColor"
/>
</svg>
);
}
export default ViewingDeckWithWingsIcon;
@@ -0,0 +1,16 @@
function WellnessIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M8.513 19.762c-.412.294-.922 1.176-.915 2.086.007 1.12.224 2.38 1.746 3.213l6.955 3.815a3.34 3.34 0 0 0 3.317 0l10.803-6.111c.93-.532 2.04-1.68 2.04-4.144 0-1.946-.755-3.241-2.452-4.207l-5.621-3.053a5.2 5.2 0 0 0-5.154 0l-11.438 6.72 9.734 5.335 10.566-5.992c.866-.434 1.746-.168 2.214.65a2.327 2.327 0 0 1-.838 3.095l-10.098 5.768-.559-.98 10.077-5.761c.67-.42.663-1.17.44-1.561-.251-.441-.587-.273-.691-.217l-10.657 6.041a.9.9 0 0 1-.866.007L8.52 19.755zm9.448 10.682c-.768 0-1.53-.196-2.213-.58l-6.942-3.809c-2.074-1.141-2.325-2.94-2.332-4.2 0-.973.412-2.01 1.005-2.66l-.6-.33a.9.9 0 0 1-.461-.762c0-.315.16-.616.44-.777l11.816-6.945a6.34 6.34 0 0 1 6.27 0l5.622 3.052c2.04 1.162 3.03 2.857 3.03 5.195 0 3.17-1.633 4.57-2.611 5.131L20.182 29.87a4.5 4.5 0 0 1-2.214.581"
fill="#0D1922"
/>
<path
d="m21.88 21.918-10.985-5.97.537-.995 10.992 5.978z"
fill="#0D1922"
/>
</svg>
);
}
export default WellnessIcon;
@@ -0,0 +1,15 @@
function YogaLoungeIcon() {
return (
<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M16.708 19.89c-.282 2.264-.771 3.662-1.642 4.68-.848.987-2.1 1.656-4.185 2.225-.382.107-.779.03-1.1-.205a1.23 1.23 0 0 1-.496-.987c0-.639.466-1.17 1.115-1.269 2.505-.365 3.704-2.575 3.757-4.482.03-1.117.367-2.043 1-2.757.963-1.079 2.567-1.641 4.781-1.664h.123c2.214.023 3.826.585 4.78 1.664.634.714.97 1.64 1 2.757.054 1.9 1.253 4.117 3.758 4.482a1.28 1.28 0 0 1 1.115 1.269c0 .395-.184.752-.497.987-.221.167-.488.25-.756.25q-.172 0-.343-.045c-2.085-.577-3.338-1.238-4.185-2.226-.878-1.017-1.367-2.415-1.642-4.679m-4.01 11.35-3.986.873a1.6 1.6 0 0 1-.328.03c-.733 0-1.398-.509-1.55-1.238a1.5 1.5 0 0 1-.03-.32c0-.181.03-.371.098-.538m7.041-2.196 6.064-1.253c.855-.175 1.703.364 1.878 1.208q.033.159.031.319c0 .736-.534 1.375-1.26 1.526M16.716 19.86v6.343m6.575.44V19.86m1.695 12.283c-.107 0-.221-.008-.328-.03L12.714 29.65a1.565 1.565 0 0 1-1.222-1.853c.176-.843 1.023-1.383 1.879-1.208l11.944 2.461a1.57 1.57 0 0 1 1.23 1.846c-.085.41-.33.76-.688.988-.26.167-.558.258-.863.258zM19.984 7.857c-1.756 0-3.192 1.406-3.192 3.145s1.436 3.145 3.192 3.145 3.192-1.405 3.192-3.145-1.435-3.145-3.192-3.145Z"
stroke="currentColor"
strokeWidth={1.77}
strokeLinecap="square"
strokeLinejoin="round"
/>
</svg>
);
}
export default YogaLoungeIcon;
+42 -36
View File
@@ -13,6 +13,9 @@ import GroundMarasiDrive from "../components/floor-plans/marasi-drive/GroundMara
import PodiumMarasiDrive from "../components/floor-plans/marasi-drive/PodiumMarasiDrive";
import SkyGardenMarasiDrive from "../components/floor-plans/marasi-drive/SkyGardenMarasiDrive";
import Badge from "../components/ui/Badge";
import RooftopDubaiMarina from "../components/floor-plans/dubai-marina/RooftopDubaiMarina";
import GroundDubaiMarina from "../components/floor-plans/dubai-marina/GroundDubaiMarina";
import PodiumDubaiMarina from "../components/floor-plans/dubai-marina/PodiumDubaiMarina";
function FloorsPage() {
const { complexName } = useParams();
@@ -47,44 +50,45 @@ function FloorsPage() {
onClose={() => setSelectedFloor(null)}
>
{complexName === "dubai-marina" && (
<div className="space-y-[1.111vw]">
<div className="space-y-[0.556vw] border-b border-[#E2E2DC] pb-[1.667vw]">
<p className="text-h4 font-medium">{selectedFloor} floor</p>
<div className="flex items-center gap-[0.278vw]">
{/* <div className="px-[0.556vw] py-[0.139vw] bg-[#F3F3F2] rounded-[0.278vw]">
<p className="text-caption-s opacity-70">16 Apartments</p>
<>
{selectedFloor === "Rooftop" && <RooftopDubaiMarina />}
{selectedFloor === "Ground Level" && <GroundDubaiMarina />}
{selectedFloor === "Podium Level" && <PodiumDubaiMarina />}
{!!parseInt(selectedFloor!) && (
<div className="space-y-[1.111vw]">
<div className="space-y-[0.556vw] border-b border-[#E2E2DC] pb-[1.667vw]">
<p className="text-h4 font-medium">{selectedFloor} floor</p>
<div className="flex items-center gap-[0.278vw]">
<Badge variant="secondary" text="16 Apartments" />
<Badge variant="primary" text="Combinable" />
</div>
</div>
<div className="px-[0.556vw] py-[0.139vw] bg-[#00BED7] rounded-[0.278vw]">
<p className="text-caption-s text-white">Combinable</p>
</div> */}
<Badge variant="secondary" text="16 Apartments" />
<Badge variant="primary" text="Combinable" />
</div>
</div>
<div className="space-y-[0.833vw]">
<div className="flex items-center gap-[1.111vw]">
<Select
options={
floorsData?.map((item) => item.floor.toString()) || []
}
defaultOption={selectedFloor?.toString() || ""}
onSelect={(floor) => setSelectedFloor(floor)}
className="2xl:w-[8.333vw]"
/>
<div className="divider bg-[#E2E2DC] w-px h-[1.667vw]"></div>
<div className="flex items-center gap-[1.667vw]">
<UnitTypeBadge type="Studio Flex" count={1} />
<UnitTypeBadge type="Studio" count={7} />
<UnitTypeBadge type="1 Bedroom" count={3} />
<UnitTypeBadge type="2 Bedroom" count={7} />
<div className="space-y-[0.833vw]">
<div className="flex items-center gap-[1.111vw]">
<Select
options={
floorsData?.map((item) => item.floor.toString()) || []
}
defaultOption={selectedFloor?.toString() || ""}
onSelect={(floor) => setSelectedFloor(floor)}
className="2xl:w-[8.333vw]"
/>
<div className="divider bg-[#E2E2DC] w-px h-[1.667vw]"></div>
<div className="flex items-center gap-[1.667vw]">
<UnitTypeBadge type="Studio Flex" count={1} />
<UnitTypeBadge type="Studio" count={7} />
<UnitTypeBadge type="1 Bedroom" count={3} />
<UnitTypeBadge type="2 Bedroom" count={7} />
</div>
</div>
<div className="p-[1.111vw] bg-[#F3F3F2] rounded-[0.833vw]">
<FloorPlanDubaiMarina selectedFloor={selectedFloor} />
</div>
</div>
</div>
<div className="p-[1.111vw] bg-[#F3F3F2] rounded-[0.833vw]">
<FloorPlanDubaiMarina selectedFloor={selectedFloor} />
</div>
</div>
</div>
)}
</>
)}
{complexName === "marasi-drive" && (
<>
@@ -92,13 +96,15 @@ function FloorsPage() {
{selectedFloor === "Ground Level" && <GroundMarasiDrive />}
{selectedFloor === "Podium Level" && <PodiumMarasiDrive />}
{selectedFloor === "Sky Garden" && <SkyGardenMarasiDrive />}
{!!parseInt(selectedFloor!) && (
{selectedFloor && !!parseInt(selectedFloor.split(" ").at(-1)!) && (
<div className="space-y-[1.111vw]">
<div className="space-y-[0.556vw] border-b border-[#E2E2DC] pb-[1.667vw]">
<p className="text-h4 font-medium">{selectedFloor} floor</p>
</div>
<div className="p-[1.111vw] bg-[#F3F3F2] rounded-[0.833vw]">
<FloorPlanMarasiDrive selectedFloor={selectedFloor} />
<FloorPlanMarasiDrive
selectedFloor={selectedFloor.split(" ").at(-1)!}
/>
</div>
</div>
)}