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