@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.cjs.js CHANGED
@@ -7225,7 +7225,10 @@ var Button = function Button(_ref) {
7225
7225
  };
7226
7226
  var Button$1 = withConditionalRender(Button, ramda.prop("label"));
7227
7227
 
7228
- var createStyledIcon = function createStyledIcon(IconComponent) {
7228
+ var createStyledIcon = function createStyledIcon() {
7229
+ var IconComponent = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : function () {
7230
+ return /*#__PURE__*/jsxRuntime.jsx("span", {});
7231
+ };
7229
7232
  return styled__default["default"](IconComponent)(function (_ref) {
7230
7233
  var fill = _ref.fill,
7231
7234
  hoverColor = _ref.hoverColor;