feat(SW-671): Added correct icons to amenities list

This commit is contained in:
Erik Tiekstra
2024-10-22 15:45:00 +02:00
parent cf3f54d752
commit 445bde8e2e
47 changed files with 1970 additions and 55 deletions

View File

@@ -2,7 +2,11 @@ import { iconVariants } from "./variants"
import type { IconProps } from "@/types/components/icon"
export default function CoffeeIcon({ className, color, ...props }: IconProps) {
export default function DoorOpenIcon({
className,
color,
...props
}: IconProps) {
const classNames = iconVariants({ className, color })
return (
<svg