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