-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing an icon (seo-line)? #158
Comments
@Liam26 I don't think this package is maintained, I've also noticed newer icons not being available. It turns out the official package is |
Weirdly i've managed to find this exactly a year later just by chance as I missed this the first time! TBH we swapped to using a different package anyway and I think we will move over to using the official react package. Don't see this one getting updated anymore. Hope you managed to sort your issues with least pain as possible! |
Hey, I'm currently trying to use the package for remix icons and it's been great, i've just recently run into a small problem.
I searched https://remixicon.com/ for the icon
seo
and found this one https://remixicon.com/icon/seo-lineI'd like to use it in my app but when I try to translate it into Pascal case and use it like this:
import SearchIcon from 'remixicon-react/SeoLineIcon';
I also tried
import SearchIcon from 'remixicon-react/SEOLineIcon';
I just get the following error:
Cannot find module 'remixicon-react/SeoLineIcon' or its corresponding type declarations.
Is this something I am doing wrong with the import or is this icon missing from the package?
Thanks!
The text was updated successfully, but these errors were encountered: