react
react copied to clipboard
HandWaving icon does not handle `weight="fill"` properly
My code:
<HandWavingIcon size={32} color="#EDC281" weight="fill" />
Results:
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:
In the next release, we'll be improving coverage for fill
weight across many icons.