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