tailwindlabs / heroicons

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

Attempted import error with "ArrowSmLeftIcon" #266

Closed ahmedsamirdev closed 2 years ago

ahmedsamirdev commented 3 years ago

I have this issue as I tried other icons as ArrowCircleRightIcon it works

but this icon ArrowSmLeftIcon

giving me msg "Attempted import error: 'ArrowSmLeftIcon' is not exported from '@heroicons/react/outline'."

simonswiss commented 2 years ago

Hey!

I just tried, and the import is working properly:

https://codesandbox.io/s/crimson-lake-lnxdi8?file=/src/App.js

Going to close this issue, but if this is still a problem for you, please create another issue with a GitHub reproduction of the actual problem, so we can help troubleshoot.

Thanks!