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