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