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