From ef92428f629b040b28ef2e658754e46965e13169 Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Thu, 30 Aug 2018 07:45:38 +0200 Subject: [PATCH] Fix comma --- src/components/Icon/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }) => (