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