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