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