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