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