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