import { registerComponent } from 'nornj';
import { Icon } from 'antd';

registerComponent({
  'ant-Icon': Icon
});

export default Icon;
