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