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