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