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