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