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