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