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