bonree-icons 2.0.53 → 2.0.54

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/OtherUser.js CHANGED
@@ -730,7 +730,7 @@ var OtherUser_OtherUser = function (props) {
730
730
  props.onClick();
731
731
  }
732
732
  }
733
- return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-OtherUser ".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: "M13.155 4.005a9.749 9.749 0 0 1-4.667-1.931.387.387 0 0 0-.454 0 9.857 9.857 0 0 1-4.662 1.925.385.385 0 0 0-.355.384v3.174A6.43 6.43 0 0 0 8.266 14a6.438 6.438 0 0 0 5.249-6.437V4.389a.384.384 0 0 0-.36-.384Zm-4.891 6.859c-1.05 0-2.18-.285-2.18-.907a2.188 2.188 0 0 1 2.18-2.197h-.006a1.315 1.315 0 0 1 .008-2.624l.007-.008a1.318 1.318 0 0 1 0 2.634c1.205.01 2.177.991 2.174 2.197-.005.62-1.134.905-2.183.905Z" }, void 0) }), void 0) }), void 0));
733
+ return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-OtherUser ".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: "M13.82 3.245a11.605 11.605 0 0 1-5.555-2.3.46.46 0 0 0-.54 0 11.734 11.734 0 0 1-5.55 2.292.458.458 0 0 0-.424.458v3.778a7.655 7.655 0 0 0 6.25 7.67 7.664 7.664 0 0 0 6.248-7.663V3.702a.457.457 0 0 0-.428-.457Zm-5.823 8.164c-1.25 0-2.595-.339-2.595-1.08a2.605 2.605 0 0 1 2.595-2.615h-.006a1.565 1.565 0 0 1 .01-3.124l.007-.009a1.569 1.569 0 0 1 0 3.136 2.61 2.61 0 0 1 2.59 2.615c-.007.738-1.352 1.077-2.6 1.077Z" }, void 0) }), void 0) }), void 0));
734
734
  };
735
735
  /* harmony default export */ const components_OtherUser_0 = (OtherUser_OtherUser);
736
736