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