canirequire › Dual (CommonJS + ESM) › react-icons
Is react-icons ESM-only? Can you require() it?
SVG React icons of popular icon packs using ES6 imports
Last verified Sep 9, 2026 against react-icons@5.7.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
react-icons publishes both a CommonJS entry and a native ESM entry (ESM added in 5.0.0). require("react-icons") and import "react-icons" both work on every supported Node.js version and in Bun.
Does react-icons@5.7.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("react-icons") from a CommonJS file and import "react-icons" from an ES module.
| Runtime | require("react-icons") | import "react-icons" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import react-icons
ES modules (import)
import reactIcons from "react-icons";CommonJS (require)
const reactIcons = require("react-icons");Module format by version
Derived from the type, main and exports fields of every stable release on npm (75 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 5.0.0 – 5.7.0 | Dual (CommonJS + ESM) | Jan 10, 2024 |
| 1.0.1 – 4.12.0 | CommonJS | Dec 3, 2015 |
Frequently asked
Is react-icons ESM-only?
react-icons@5.7.0 ships CommonJS and ESM builds. react-icons publishes both a CommonJS entry and a native ESM entry (ESM added in 5.0.0). require("react-icons") and import "react-icons" both work on every supported Node.js version and in Bun.
Can I require react-icons?
Yes. react-icons ships a CommonJS entry, so require("react-icons") works on every Node.js version, alongside the native ESM entry for import.
Does react-icons work in Bun?
Yes. import "react-icons" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does react-icons ship TypeScript types?
Yes. react-icons bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- case-sensitive-paths-webpack-plugin 2.4.0CommonJS
- aws-sdk 2.1693.0CommonJS
- resolve-url-loader 5.0.0CommonJS
- simple-git 3.36.0Dual
- css-minimizer-webpack-plugin 8.0.0CommonJS
- jest-watch-typeahead 3.0.1ESM-only
- file-loader 6.2.0CommonJS
- vinyl 3.0.1CommonJS