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