Closed piotrzaborow closed 6 years ago
SvgIcon uses wrong React prop. Instead of stroke-width, stroke-linecap, stroke-linejoin, should be used strokeWidth, strokeLinecap, strokeLinejoin.
@piotrzaborow thanks for the report. Fixed in 1.1.5 and added test case
SvgIcon uses wrong React prop. Instead of stroke-width, stroke-linecap, stroke-linejoin, should be used strokeWidth, strokeLinecap, strokeLinejoin.