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