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