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