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