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