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