import warning from '../_util/warning'; var Icon = function Icon() { warning(false, 'Icon', 'Empty Icon'); return null; }; export default Icon;