import { iconVariants } from '../variants' import type { LogoProps } from '../icon' export default function GrandHotelOsloLogoIcon({ className, color, height = 30, ...props }: LogoProps) { const classNames = iconVariants({ className, color }) return ( ) }