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