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