bonree-icons 2.0.122 → 2.0.123
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/SignOut.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/SignOut.js
CHANGED
|
@@ -730,7 +730,7 @@ var SignOut_SignOut = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-SignOut ".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 32 32" }, { children: (0,jsx_runtime.jsx)("path", { d: "
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-SignOut ".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 32 32" }, { children: (0,jsx_runtime.jsx)("path", { d: "M16.248 8.4c.718 0 1.206.67 1.261 1.452l.005.148v1.036a.6.6 0 0 1-1.192.098l-.008-.098V10c0-.111-.017-.2-.034-.267l-.037-.124.005-.009H9.58l.005.009-.037.124a1.02 1.02 0 0 0-.03.163L9.514 10v12c0 .111.017.2.035.267l.037.124-.005.009h6.667l-.005-.009.037-.124a1.02 1.02 0 0 0 .03-.163l.004-.104v-1.063a.6.6 0 0 1 1.192-.098l.008.098V22c0 .795-.446 1.51-1.134 1.592l-.132.008H9.58c-.718 0-1.207-.67-1.262-1.452L8.314 22V10c0-.795.446-1.51 1.135-1.592l.132-.008h6.667Zm3.652 3.576.075.064 3.535 3.535a.6.6 0 0 1 .064.774l-.064.075-3.535 3.535a.6.6 0 0 1-.912-.774l.063-.074 2.514-2.515h-8.025a.6.6 0 0 1-.097-1.193l.097-.008 8.017.001-2.506-2.508a.6.6 0 0 1-.063-.774l.063-.074a.6.6 0 0 1 .774-.064Z" }) })) })));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_SignOut_0 = (SignOut_SignOut);
|
|
736
736
|
|
package/index.js
CHANGED
|
@@ -85551,7 +85551,7 @@ var SignOut_SignOut = function (props) {
|
|
|
85551
85551
|
props.onClick();
|
|
85552
85552
|
}
|
|
85553
85553
|
}
|
|
85554
|
-
return (_jsx("span", __assign({ className: "bonree-icons-wrapper-SignOut ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: _jsx("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 32 32" }, { children: _jsx("path", { d: "
|
|
85554
|
+
return (_jsx("span", __assign({ className: "bonree-icons-wrapper-SignOut ".concat(buttonClass(), " ").concat(borderClass(), " ").concat(disabledClass(), " ").concat(props.className || ''), onClick: function () { return handleClick(); }, style: props.style }, { children: _jsx("svg", __assign({ focusable: "false", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 32 32" }, { children: _jsx("path", { d: "M16.248 8.4c.718 0 1.206.67 1.261 1.452l.005.148v1.036a.6.6 0 0 1-1.192.098l-.008-.098V10c0-.111-.017-.2-.034-.267l-.037-.124.005-.009H9.58l.005.009-.037.124a1.02 1.02 0 0 0-.03.163L9.514 10v12c0 .111.017.2.035.267l.037.124-.005.009h6.667l-.005-.009.037-.124a1.02 1.02 0 0 0 .03-.163l.004-.104v-1.063a.6.6 0 0 1 1.192-.098l.008.098V22c0 .795-.446 1.51-1.134 1.592l-.132.008H9.58c-.718 0-1.207-.67-1.262-1.452L8.314 22V10c0-.795.446-1.51 1.135-1.592l.132-.008h6.667Zm3.652 3.576.075.064 3.535 3.535a.6.6 0 0 1 .064.774l-.064.075-3.535 3.535a.6.6 0 0 1-.912-.774l.063-.074 2.514-2.515h-8.025a.6.6 0 0 1-.097-1.193l.097-.008 8.017.001-2.506-2.508a.6.6 0 0 1-.063-.774l.063-.074a.6.6 0 0 1 .774-.064Z" }) })) })));
|
|
85555
85555
|
};
|
|
85556
85556
|
/* harmony default export */ const components_SignOut_0 = ((/* unused pure expression or super */ null && (SignOut_SignOut)));
|
|
85557
85557
|
|