react icon indicating copy to clipboard operation
react copied to clipboard

HandWaving icon does not handle `weight="fill"` properly

Open pthieu opened this issue 2 years ago • 1 comments

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

pthieu avatar Jun 06 '22 22:06 pthieu

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

rektdeckard avatar Jul 02 '22 23:07 rektdeckard