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