From 7dd16dc6ae81c578ca186e7d8b7dd66a0ce2a88d Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Mon, 3 Sep 2018 10:50:03 +0200 Subject: [PATCH] Code cleanup --- src/components/Icon/index.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/Icon/index.js b/src/components/Icon/index.js index 55dc8005..88a1d332 100644 --- a/src/components/Icon/index.js +++ b/src/components/Icon/index.js @@ -28,7 +28,16 @@ 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, }) => (