wmira / react-icons-kit

React Svg Icons
https://react-icons-kit.vercel.app/
MIT License
370 stars 45 forks source link

DOM property warnings #27

Closed piotrzaborow closed 6 years ago

piotrzaborow commented 6 years ago

SvgIcon uses wrong React prop. Instead of stroke-width, stroke-linecap, stroke-linejoin, should be used strokeWidth, strokeLinecap, strokeLinejoin.

screen shot 2018-05-17 at 13 41 15
wmira commented 6 years ago

@piotrzaborow thanks for the report. Fixed in 1.1.5 and added test case