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