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