@rabex-kit/rabex-ui 0.2.13 → 0.2.14

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