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