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