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