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