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