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