bonree-icons 2.0.65 → 2.0.66
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/TopoWholeOpen.js +2 -2
- package/TopoWholePutaway.js +2 -2
- package/index.js +388 -388
- package/package.json +1 -1
- package/types/index.d.ts +4 -4
- package/types/index.d.ts.map +1 -1
package/TopoWholeOpen.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;
|
|
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 TopoWholeOpen_TopoWholeOpen = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-TopoWholeOpen ".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: "
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-TopoWholeOpen ".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.jsxs)("g", { children: [(0,jsx_runtime.jsx)("path", { d: "M14.52 4.255a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h9Zm0 1h-9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1Zm-4.17 7.472a.5.5 0 0 0 .047-.047l2.398-2.74a.5.5 0 0 0-.376-.83H7.623a.5.5 0 0 0-.376.83l2.398 2.74a.5.5 0 0 0 .705.047Z", transform: "translate(3.74 3.5)" }, void 0), (0,jsx_runtime.jsx)("path", { d: "M11 0a2 2 0 0 1 1.995 1.85L13 2v.995a.5.5 0 0 1-.992.09L12 2.995V2a1 1 0 0 0-.883-.993L11 1H2a1 1 0 0 0-.993.883L1 2v9a1 1 0 0 0 1 1 .5.5 0 1 1 0 1 2 2 0 0 1-1.995-1.85L0 11V2A2 2 0 0 1 1.85.005L2 0h9Z", transform: "translate(3.74 3.5)" }, void 0)] }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_TopoWholeOpen_0 = (TopoWholeOpen_TopoWholeOpen);
|
|
736
736
|
|
package/TopoWholePutaway.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;
|
|
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 TopoWholePutaway_TopoWholePutaway = function (props) {
|
|
|
730
730
|
props.onClick();
|
|
731
731
|
}
|
|
732
732
|
}
|
|
733
|
-
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-TopoWholePutaway ".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: "
|
|
733
|
+
return ((0,jsx_runtime.jsx)("span", __assign({ className: "bonree-icons-wrapper-TopoWholePutaway ".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.jsxs)("g", { children: [(0,jsx_runtime.jsx)("path", { d: "M14.52 4.255a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-9a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h9Zm0 1h-9a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1v-9a1 1 0 0 0-1-1Zm-4.17 3.528a.5.5 0 0 1 .047.047l2.398 2.74a.5.5 0 0 1-.376.83H7.623a.5.5 0 0 1-.376-.83l2.398-2.74a.5.5 0 0 1 .705-.047Z", transform: "translate(3.74 3.5)" }, void 0), (0,jsx_runtime.jsx)("path", { d: "M11 0a2 2 0 0 1 1.995 1.85L13 2v.995a.5.5 0 0 1-.992.09L12 2.995V2a1 1 0 0 0-.883-.993L11 1H2a1 1 0 0 0-.993.883L1 2v9a1 1 0 0 0 1 1 .5.5 0 1 1 0 1 2 2 0 0 1-1.995-1.85L0 11V2A2 2 0 0 1 1.85.005L2 0h9Z", transform: "translate(3.74 3.5)" }, void 0)] }, void 0) }), void 0) }), void 0));
|
|
734
734
|
};
|
|
735
735
|
/* harmony default export */ const components_TopoWholePutaway_0 = (TopoWholePutaway_TopoWholePutaway);
|
|
736
736
|
|