@rabex-kit/rabex-ui 0.2.10 → 0.2.11

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.
@@ -1282,7 +1282,7 @@ var Grid = function Grid(_ref) {
1282
1282
  var IconButton = /*#__PURE__*/styled(MuiIconButton, {
1283
1283
  name: 'MuiIconButton',
1284
1284
  shouldForwardProp: function shouldForwardProp(prop) {
1285
- return !['hasBg', 'disableOpacity', 'bgColor', 'variant'].includes(prop.toString());
1285
+ return !['hasBg', 'disableOpacity', 'bgColor', 'variant', 'size'].includes(prop.toString());
1286
1286
  }
1287
1287
  })(function (_ref) {
1288
1288
  var theme = _ref.theme,