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