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