import * as React from 'react'; export interface CarWash64Props extends React.SVGProps { ariaLabel?: string } export default function CarWash64({ ariaLabel, ...props }: CarWash64Props) { return ( ); }