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