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