tailwindlabs / heroicons

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

Import Error #777

Closed Priyanshu88 closed 1 year ago

Priyanshu88 commented 1 year ago

error - Error: You're trying to import @heroicons/react/outline/SearchIcon from Heroicons v1 but have installed Heroicons v2. Install @heroicons/react@v1 to resolve this error.

jyrkidn commented 1 year ago

You'll have to add the size in your import (import { SearchIcon } from '@heroicons/react/24/outline').

As you can read here: https://github.com/tailwindlabs/heroicons#react

adamwathan commented 1 year ago

Please read the error it explains everything.