react-icons-components 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5141,7 +5141,7 @@ var toPascalCase = function (str) {
|
|
|
5141
5141
|
.join('');
|
|
5142
5142
|
};
|
|
5143
5143
|
// @ts-ignore
|
|
5144
|
-
var icons = import.meta.glob('
|
|
5144
|
+
var icons = import.meta.glob('../../assets/*.svg', { eager: true });
|
|
5145
5145
|
var originName = Object.keys(icons).map(function (path) {
|
|
5146
5146
|
var parts = path.split('/');
|
|
5147
5147
|
var fileName = parts[parts.length - 1];
|