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