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