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