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