react-crud-mobile 1.3.349 → 1.3.350

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.
@@ -478,10 +478,10 @@ function UIButton(props) {
478
478
  style: buttonStyle,
479
479
  children: /*#__PURE__*/jsxs(Fragment, {
480
480
  children: [icon && /*#__PURE__*/jsx(Fragment, {
481
- children: /*#__PURE__*/jsx(Ionicons$1, {
481
+ children: /*#__PURE__*/jsx(UI.Icon, {
482
482
  size: Utils.nvl(element.iconSize, 30),
483
483
  style: iconStyle,
484
- name: icon
484
+ value: icon
485
485
  })
486
486
  }), label && /*#__PURE__*/jsx(Text, {
487
487
  style: buttonLabel,