feathericons / react-feather

React component for Feather icons
https://npm.im/react-feather
MIT License
1.93k stars 126 forks source link

Zap Icon is filled with dark color and fill="none" is not helpful to get rid of it #3

Closed iamalvisng closed 7 years ago

iamalvisng commented 7 years ago
<Zap fill="none" stroke="#4A76F8" />
screen shot 2017-08-18 at 12 55 08 pm
carmelopullara commented 7 years ago

I've just tried to replicate the issue and the icon is not filled. Are you sure it's not filled with CSS?

Anyway, you don't need to pass "fill" and "stroke" as props. You should pass only "color" and "size" props. The "fill" attribute is already set to none, for all icons.