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