import type { LogoProps } from '../icon' export default function HotelNorgeIcon({ className = '', 'aria-label': ariaLabel, height = 24, width = 117, ...props }: LogoProps) { return ( ) }