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