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