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