@firesoon/icons-react 1.52.0 → 1.53.0

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.
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _Icon = _interopRequireDefault(require("../../Icon"));
11
+
12
+ var _bingzuwentifankuiNew = _interopRequireDefault(require("../../icons/twocolor/bingzuwentifankui-new"));
13
+
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
+
16
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
17
+
18
+ var _default = function _default() {
19
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
20
+ return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
21
+ rootNode: _bingzuwentifankuiNew.default,
22
+ iconName: 'bingzuwentifankui-new'
23
+ }));
24
+ };
25
+
26
+ exports.default = _default;
@@ -1,4 +1,5 @@
1
1
  export { default as Bingzuwentifankui } from './Bingzuwentifankui';
2
+ export { default as BingzuwentifankuiNew } from './BingzuwentifankuiNew';
2
3
  export { default as CasesDoubt } from './CasesDoubt';
3
4
  export { default as Empty404 } from './Empty404';
4
5
  export { default as EmptyNetwork } from './EmptyNetwork';
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "bingzuwentifankui-new",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 16 15"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M13.06 2.31c.36 0 .65.3.65.65v10.25c0 .36-.29.65-.65.65h-5.2l-.74 1a.33.33 0 01-.53 0l-.74-1H.65A.65.65 0 010 13.2V2.96c0-.36.3-.65.65-.65h12.41zM15.43 0c.31 0 .57.26.57.57v11.56a.57.57 0 01-1.14 0V1.15H1.7a.57.57 0 010-1.15h13.72zm-4.57 9.82h-8c-.29 0-.52.2-.57.48V10.4c0 .28.2.52.47.56l.1.01h8c.28 0 .52-.2.56-.48V10.4a.57.57 0 00-.56-.57zm-.44-5l-.06.09-2 3.5a.57.57 0 00.12.73l.09.05c.25.15.56.09.73-.12l.05-.08 2-3.51a.57.57 0 00-.12-.72l-.08-.06h-.01a.57.57 0 00-.72.12zM6.3 7.51H2.86c-.29 0-.52.2-.57.48V8.09c0 .28.2.52.47.56l.1.01h3.43c.28 0 .52-.2.56-.48V8.08a.57.57 0 00-.56-.57zM7.43 5.2H2.86c-.29 0-.52.2-.57.48V5.78c0 .28.2.52.47.56l.1.01h4.57c.28 0 .52-.2.56-.48L8 5.78v-.01a.57.57 0 00-.57-.57z",
18
+ "fill": "#3367D6",
19
+ "fillRule": "evenodd"
20
+ },
21
+ "children": []
22
+ }]
23
+ }
24
+ };
25
+ var _default = node;
26
+ exports.default = _default;
package/lib/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  export { default as Bingzuwentifankui } from './components/twocolor/Bingzuwentifankui';
2
+ export { default as BingzuwentifankuiNew } from './components/twocolor/BingzuwentifankuiNew';
2
3
  export { default as CasesDoubt } from './components/twocolor/CasesDoubt';
3
4
  export { default as Empty404 } from './components/twocolor/Empty404';
4
5
  export { default as EmptyNetwork } from './components/twocolor/EmptyNetwork';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firesoon/icons-react",
3
- "version": "1.52.0",
3
+ "version": "1.53.0",
4
4
  "description": "火树图标库",
5
5
  "main": "lib/index.js",
6
6
  "sideEffects": [