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