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