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