From ad30d7b4d81f543e9afc93e3d45763d5c92beb8c Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Tue, 24 Jan 2017 11:07:43 +0100 Subject: [PATCH] Pass children to FontIcon --- components/font_icon/FontIcon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/font_icon/FontIcon.js b/components/font_icon/FontIcon.js index 08183ea8..f0a680e8 100644 --- a/components/font_icon/FontIcon.js +++ b/components/font_icon/FontIcon.js @@ -9,6 +9,7 @@ const FontIcon = ({ alt, children, className, value, ...other}) => ( {...other} > + {children} );