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