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