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