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