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, }) => (