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