diff --git a/src/components/Icon/index.js b/src/components/Icon/index.js index f02b63d2..55dc8005 100644 --- a/src/components/Icon/index.js +++ b/src/components/Icon/index.js @@ -28,7 +28,7 @@ const SvgWrapper = styled.svg` const Path = styled.path``; const Icon = ({ - icon, size = 32, color = 'black', isActive, canAnimate, className, , onMouseEnter, onMouseLeave, onFocus, onClick, + icon, size = 32, color = 'black', isActive, canAnimate, className, onMouseEnter, onMouseLeave, onFocus, onClick, }) => (