import type { LogoProps } from "../icon" export default function GrandHotelOsloLogoIcon({ className = "", "aria-label": ariaLabel, height = 30, width = 69, ...props }: LogoProps) { return ( ) }