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