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