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