bonree-icons 2.0.33 → 2.0.34
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/OneGo.js +1 -1
- package/Structure.js +743 -0
- package/index.js +448 -322
- package/package.json +1 -1
- package/types/Structure.d.ts +13 -0
- package/types/Structure.d.ts.map +1 -0
- package/types/index.d.ts +4 -2
- package/types/index.d.ts.map +1 -1
package/OneGo.js
CHANGED
|
@@ -730,7 +730,7 @@ var OneGo_OneGo = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-OneGo ".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 48 48" }, { children: (0,jsx_runtime.jsx)("path", { d: "
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-OneGo ".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 48 48" }, { children: (0,jsx_runtime.jsx)("path", { d: "M23.437 6.484c3.03 0 5.918.325 8.006 2.127 3.18-2.218 6.049 2.807 2.389 4.1.902 3.362.678 6.887.763 10.387l-.168.008c.679-.061 1.417.1 1.973.505.287.208.824.872.263 1.133-.05 1.045-1.094.562-1.567.235-.2-.138-.338-.164-.431-.204l-.01-.153c.234 3.958.748 8.528-1.086 12.195a7.014 7.014 0 0 1-1.042 1.539c.817.59 1.986 1.925.872 2.599-1.008.922-1.63-.639-2.443-1.266-2.308 1.493-5.4 1.91-8.1 1.814-1.823-.065-3.868-.44-5.603-1.311-.55.324-.983.85-1.549 1.161-.741.442-1.025-.141-1.091-.26-.117-.053-.107.05-.286-.131-.562-.887.273-1.578.996-2.096a6.482 6.482 0 0 1-1.11-1.347c-2.064-3.347-1.086-8.324-.938-12.049.008-.181.012-.363.015-.545-.091.033-.216.069-.386.187-.473.326-1.516.81-1.567-.235-.561-.26-.024-.925.263-1.134.47-.341 1.07-.51 1.654-.516-.171-3.393-.82-6.784.04-10.114-3.733-1.244-.798-6.167 2.384-4.12 1.974-1.732 4.795-2.275 7.759-2.51Zm.318 10.426c0 .601-.027 1.57-.076 2.165.12.275 1.35.401 1.35-.474 0-.584-.015-1.026-.043-1.326l-1.231-.365Zm-.232.017-1.36.42c-.26 2.559 1.27 1.864 1.273 1.74.026-.822.067-1.598.087-2.16Zm1.761-1.87s-.3.594-1.481.673c-1.402.092-1.796-.561-1.796-.561-.749.302-1.084 1.059-.824 1.548.285.536.786.432 1.331.26l.254-.08c.3-.097.603-.186.886-.18.89.02 1.922.748 2.507.182.697-.675.217-1.841-.877-1.841Zm-3.093-.194c.141 1.036 3.077.87 2.922-.404-.156-1.275-3.124-1.071-2.922.404Zm-6.282-2.26c.94 3.68 6.82 2.735 6.599-.954-.266-4.42-7.499-3.566-6.599.953Zm8.24-.685c.724 4.227 7.622 3.11 6.631-1.152-.887-3.823-6.871-2.763-6.632 1.152Zm-6.612-1.041c.572 0 1.038.5 1.038 1.118 0 .618-.466 1.118-1.038 1.118-.573 0-1.039-.5-1.039-1.118 0-.618.466-1.118 1.039-1.118Zm8.307-.24c.573.002 1.038.502 1.038 1.118v.003c0 .616-.467 1.115-1.04 1.115-.573-.002-1.037-.501-1.037-1.118 0-.619.467-1.118 1.04-1.118Zm-7.862 1.334c-.128 0-.235.123-.235.274 0 .15.105.273.235.273.129 0 .235-.122.235-.273 0-.151-.104-.274-.235-.274Zm8.313-.266c-.109-.002-.2.088-.225.21l-.006.063c0 .151.102.273.23.273.127 0 .231-.122.231-.273 0-.15-.102-.273-.23-.273ZM13.06 10.468c-.326.617.067 1.002.599 1.284l.796-1.51c-.532-.283-1.093-.345-1.395.226Zm19.101-.762.796 1.51c.532-.282.925-.666.599-1.283-.302-.571-.863-.509-1.395-.227Z" }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_OneGo_0 = (OneGo_OneGo);
|
|
736
736
|
|