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