tailwindlabs / heroicons

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

Can't install on React... #300

Closed andrii1 closed 2 years ago

andrii1 commented 3 years ago

I went to my project directory, did npm install @heroicons/react, but still getting ReferenceError: PhoneIcon is not defined

maxbeatty commented 3 years ago

This is working for me

"dependencies": {
    "@heroicons/react": "^1.0.1",
    "react": "^17",
    "react-dom": "^17"
}
import { XCircleIcon } from '@heroicons/react/solid';

<XCircleIcon className="w-5 h-5 text-red-400" aria-hidden="true" />
YinHoChong commented 3 years ago

Try to install this package.

adamwathan commented 2 years ago

Hey! I can't reproduce this so going to close — if this is still an issue for you please open a new issue and include a reproduction and we'll better be able to help 👍🏻