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