bonree-icons 2.0.31 → 2.0.35

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/Abbreviation.js CHANGED
@@ -730,7 +730,7 @@ var Abbreviation_Abbreviation = function (props) {
730
730
  props.onClick();
731
731
  }
732
732
  }
733
- return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Abbreviation ".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 24 24" }, { children: (0,jsx_runtime.jsx)("path", { d: "M6 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm6 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm6 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z" }, void 0) }), void 0) }), void 0));
733
+ return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-Abbreviation ".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 24 24" }, { children: (0,jsx_runtime.jsx)("path", { d: "M1.25 12a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm0-6a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm0-6a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z", transform: "translate(10.75 4.75)" }, void 0) }), void 0) }), void 0));
734
734
  };
735
735
  /* harmony default export */ const components_Abbreviation_0 = (Abbreviation_Abbreviation);
736
736