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