tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.03k stars 1.27k forks source link

@heroicons/react/24/solid"' has no exported member 'XIcon' #883

Closed lack-of-gravitas closed 1 year ago

lack-of-gravitas commented 1 year ago

Why is this error occurring?

image

adamwathan commented 1 year ago

Hey! The error makes sense because there is no icon called XIcon.

The only "X" icons are XCircleIcon and XMarkIcon:

https://unpkg.com/browse/@heroicons/react@2.0.13/24/solid/

image

A list of all the icons that have a new name in v2 can be found at the bottom of the release notes in the upgrade guide:

https://github.com/tailwindlabs/heroicons/releases/tag/v2.0.0