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