Pass children to FontIcon

old
Javi Velasco 2017-01-24 11:07:43 +01:00
parent 5049571d20
commit ad30d7b4d8
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ const FontIcon = ({ alt, children, className, value, ...other}) => (
{...other}
>
<span aria-hidden="true">{value}</span>
{children}
</span>
);