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