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