diff --git a/packages/icons-react/package.json b/packages/icons-react/package.json index d3df23b5d..2fb36f52c 100644 --- a/packages/icons-react/package.json +++ b/packages/icons-react/package.json @@ -11,10 +11,6 @@ "main": "./lib/index.js", "unpkg": "./dist/index.umd.js", "module": "./es/index.js", - "exports": { - "import": "./es/index.js", - "require": "./lib/index.js" - }, "typings": "./lib/index.d.ts", "scripts": { "ci": "NODE_ENV=ci npm run prepublishOnly",