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