bonree-icons 2.0.47 → 2.0.51

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/Error.js CHANGED
@@ -263,7 +263,7 @@ var __webpack_unused_export__;
263
263
  * LICENSE file in the root directory of this source tree.
264
264
  */
265
265
  __webpack_require__(27418);var f=__webpack_require__(8156),g=60103;__webpack_unused_export__=60107;if("function"===typeof Symbol&&Symbol.for){var h=Symbol.for;g=h("react.element");__webpack_unused_export__=h("react.fragment")}var m=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,n=Object.prototype.hasOwnProperty,p={key:!0,ref:!0,__self:!0,__source:!0};
266
- function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;__webpack_unused_export__=q;
266
+ function q(c,a,k){var b,d={},e=null,l=null;void 0!==k&&(e=""+k);void 0!==a.key&&(e=""+a.key);void 0!==a.ref&&(l=a.ref);for(b in a)n.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:g,type:c,key:e,ref:l,props:d,_owner:m.current}}exports.jsx=q;exports.jsxs=q;
267
267
 
268
268
 
269
269
  /***/ }),
@@ -730,7 +730,7 @@ var Error_Error = function (props) {
730
730
  props.onClick();
731
731
  }
732
732
  }
733
- return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Error ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsx)("path", { d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1ZM5.65 4.815a.6.6 0 0 0-.766.07l-.07.082a.6.6 0 0 0 .07.766l2.263 2.263-2.263 2.262a.6.6 0 1 0 .849.849l2.263-2.262 2.262 2.262.083.07a.6.6 0 0 0 .766-.07l.07-.083a.6.6 0 0 0-.07-.766L8.845 7.996l2.262-2.263a.6.6 0 1 0-.849-.849L7.996 7.147 5.733 4.884Z" }, void 0) }), void 0) }), void 0));
733
+ return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Error ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: (0,jsx_runtime.jsx)("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, { children: (0,jsx_runtime.jsxs)("g", { children: [(0,jsx_runtime.jsx)("path", { d: "M0 0h16v16H0V0Z", transform: "translate(-129 -14) translate(129 14)" }, void 0), (0,jsx_runtime.jsx)("path", { d: "M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1ZM5.95 5.1a.6.6 0 1 0-.85.85L7.152 8l-2.05 2.05a.6.6 0 1 0 .848.85L8 8.848l2.05 2.05a.6.6 0 1 0 .85-.848L8.848 8l2.05-2.05a.6.6 0 1 0-.848-.85L8 7.152Z", transform: "translate(-129 -14) translate(129 14)" }, void 0)] }, void 0) }), void 0) }), void 0));
734
734
  };
735
735
  /* harmony default export */ const components_Error_0 = (Error_Error);
736
736