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