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