diff --git a/src/components/Icon/index.js b/src/components/Icon/index.js index a8b7d0a..d3586e7 100755 --- a/src/components/Icon/index.js +++ b/src/components/Icon/index.js @@ -91,7 +91,6 @@ export const Icon = ({ className = '', name, size, color, style, hoverColor, svg lineHeight: 1, width: size, height: size, - fill: svg ? iconColor : '', }} {...props} {...iconEventProps}