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