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