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

HandWaving icon does not handle weight="fill" properly #28

Closed
pthieu opened this issue Jun 6, 2022 · 1 comment
Closed

HandWaving icon does not handle weight="fill" properly #28

pthieu opened this issue Jun 6, 2022 · 1 comment

Comments

@pthieu
Copy link

pthieu commented Jun 6, 2022

My code:

<HandWavingIcon size={32} color="#EDC281" weight="fill" />

Results:
image

By comparison I changed the import to a star and used the same alias (so that we keep the above HTML exactly the same) like so:

import {
  Star as HandWavingIcon,
} from 'phosphor-react';

results:
image

@rektdeckard
Copy link
Member

In the next release, we'll be improving coverage for fill weight across many icons.

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