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