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