react-crud-mobile 1.3.354 → 1.3.355

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.
@@ -372,10 +372,13 @@ function UIIcon(_ref) {
372
372
  var library = reactCrudUtils.Utils.nvl(scope.original.library, 'ion');
373
373
  var Aux = libs[library];
374
374
  var css = scope.getStyle('icon');
375
+ var fontSize = scope.part('fontSize', 20);
376
+ var size = scope.part('size', fontSize);
375
377
  if ((_scope$original = scope.original) != null && _scope$original["transient"]) {
376
378
  css = _extends({}, css, scope.getStyle());
377
379
  }
378
380
  return /*#__PURE__*/jsxRuntime.jsx(Aux, {
381
+ size: size,
379
382
  name: name,
380
383
  style: css
381
384
  });