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