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

StyledComponents logo error #1825

Closed
leoo1995 opened this issue Jul 16, 2021 · 2 comments
Closed

StyledComponents logo error #1825

leoo1995 opened this issue Jul 16, 2021 · 2 comments

Comments

@leoo1995
Copy link

leoo1995 commented Jul 16, 2021

Hi, im trying to use the styledcomponents logo but the there is an error :

"Module not found: Can't resolve '@styled-icons/simple-icons/StyledComponents' in '/home/luis/react/portfolio/src/components/Technologies'"

i use this package like that:

import { StyledComponents } from "@styled-icons/simple-icons/StyledComponents"
<StyledComponents/>
@jacobwgillespie
Copy link
Member

@leoo1995 I believe there's a problem with the website deploying so it's currently out-of-date, I'll work on getting that fixed.

In the current version of the package, that icon is named Styledcomponents so if you import like this, it should work:

import { Styledcomponents } from "@styled-icons/simple-icons/Styledcomponents"
<Styledcomponents/>

@leoo1995
Copy link
Author

Thanks, it worked.

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