Skip to content
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

Closed
Liam26 opened this issue Sep 4, 2023 · 3 comments
Closed

Missing an icon (seo-line)? #158

Liam26 opened this issue Sep 4, 2023 · 3 comments

Comments

@Liam26
Copy link

Liam26 commented Sep 4, 2023

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-line

I'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!

@Liam26 Liam26 changed the title Missing an icon (seo-line) Missing an icon (seo-line)? Sep 4, 2023
@EliotSlevin
Copy link

@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 @remixicon/react now, not remix-icons/react. The official package has all of the icons. I suspect this package was made before remix had their own react package?

@EliotSlevin
Copy link

#159

@Liam26
Copy link
Author

Liam26 commented Jan 21, 2025

@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 @remixicon/react now, not remix-icons/react. The official package has all of the icons. I suspect this package was made before remix had their own react package?

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!

@Liam26 Liam26 closed this as completed Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants