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