I've written a small logger in Babel that logs the time:
transform[stdout]: π TRANSFORMING: /***/***/***/node_modules/@hugeicons/react-native/dist/cjs/index.js
transform[stdout]: β
TRANSFORMED: /***/***/***/node_modules/@hugeicons/react-native/dist/cjs/index.js (2ms)
transform[stdout]: π TRANSFORMING: /***/***/***/node_modules/@hugeicons-pro/core-stroke-standard/dist/cjs/index.js
transform[stdout]: π TRANSFORMING: /***/***/***/node_modules/@hugeicons-pro/core-solid-standard/dist/cjs/index.js
transform[stdout]: β
TRANSFORMED: /***/***/***/node_modules/@hugeicons-pro/core-stroke-standard/dist/cjs/index.js (55271ms)
transform[stdout]: β
TRANSFORMED: /***/***/***/node_modules/@hugeicons-pro/core-solid-standard/dist/cjs/index.js (56753ms)
BUNDLE src/main.tsx ββββββββββββββββ 100.0% (2740/2740)
Throughout the React Native stack the icons are imported as Named Imports.
TSConfig is set to:
"module": "ESNext",
"moduleResolution": "bundler"