@bigbinary/neeto-site-blocks 1.16.22 → 1.16.23

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
@@ -7206,7 +7206,10 @@ var Button = function Button(_ref) {
7206
7206
  };
7207
7207
  var Button$1 = withConditionalRender(Button, prop("label"));
7208
7208
 
7209
- var createStyledIcon = function createStyledIcon(IconComponent) {
7209
+ var createStyledIcon = function createStyledIcon() {
7210
+ var IconComponent = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () {
7211
+ return /*#__PURE__*/jsx("span", {});
7212
+ };
7210
7213
  return styled(IconComponent)(function (_ref) {
7211
7214
  var fill = _ref.fill,
7212
7215
  hoverColor = _ref.hoverColor;