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