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