I got this error when i make pnpm build how can i solve it [duplicate]

next build

▲ Next.js 14.2.25

  • Environments: .env

Creating an optimized production build …
✓ Compiled successfully
Linting and checking validity of types ..Failed to compile.

./components/HomeCard.tsx:43:12
Type error: ‘Icon’ cannot be used as a JSX component.
Its return type ‘ReactNode’ is not a valid JSX element.

41 | />
42 | ) : Icon && (

43 |
| ^
44 | )}
45 |
46 |
Next.js build worker exited with code: 1 and signal: null
Linting and checking validity of types . ELIFECYCLE  Command failed with exit code 1.