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