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 CHANGED
@@ -5141,7 +5141,7 @@ var toPascalCase = function (str) {
5141
5141
  .join('');
5142
5142
  };
5143
5143
  // @ts-ignore
5144
- var icons = import.meta.glob('./icons/*.svg', { eager: true });
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];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-icons-components",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "SVG-based React icon components",
5
5
  "main": "dist/index.d.js",
6
6
  "module": "dist/index.esm.js",