react-crud-mobile 1.3.562 → 1.3.563

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.mjs CHANGED
@@ -343,7 +343,7 @@ function UIIcon({ scope }) {
343
343
  css = { ...css, ...scope.getStyle() };
344
344
  }
345
345
  if (size) css.fontSize = size;
346
- return /* @__PURE__ */ jsx7(Aux, { size, name, style: css });
346
+ return /* @__PURE__ */ jsx7(Aux, { size, name: icon, style: css });
347
347
  }
348
348
 
349
349
  // src/elements/core/UIButton.tsx