import { cn } from '~/utils'; export default function ThumbDownIcon({ className = '', size = '1em', bold = false }) { return bold ? ( ) : ( ); }