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