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