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