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.js CHANGED
@@ -371,7 +371,7 @@ function UIIcon({ scope }) {
371
371
  css = { ...css, ...scope.getStyle() };
372
372
  }
373
373
  if (size) css.fontSize = size;
374
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Aux, { size, name, style: css });
374
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(Aux, { size, name: icon, style: css });
375
375
  }
376
376
 
377
377
  // src/elements/core/UIButton.tsx