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