We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b65036 commit b21b168Copy full SHA for b21b168
packages/icons/src/index.ts
@@ -1,3 +1,3 @@
1
-export * from './iconify/index.js';
+export * from './iconify';
2
export { default as EmptyIcon } from './icons/empty-icon.vue';
3
-export * from './svg/index.js';
+export * from './svg';
0 commit comments