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