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