@firesoon/icons-react 1.48.0 → 1.51.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.
- package/lib/components/outlined/FullScreen.js +26 -0
- package/lib/components/outlined/FullScreenExit.js +26 -0
- package/lib/components/outlined/index.js +2 -0
- package/lib/components/twocolor/Bingzuwentifankui.js +26 -0
- package/lib/components/twocolor/Huanzhejibenxinxi.js +26 -0
- package/lib/components/twocolor/Tishi.js +26 -0
- package/lib/components/twocolor/index.js +3 -0
- package/lib/icons/outlined/copy.js +3 -2
- package/lib/icons/outlined/full-screen-exit.js +72 -0
- package/lib/icons/outlined/full-screen.js +30 -0
- package/lib/icons/twocolor/bingzuwentifankui.js +32 -0
- package/lib/icons/twocolor/huanzhejibenxinxi.js +25 -0
- package/lib/icons/twocolor/tishi.js +25 -0
- package/lib/index.js +5 -0
- package/package.json +1 -1
|
@@ -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 _fullScreen = _interopRequireDefault(require("../../icons/outlined/full-screen"));
|
|
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: _fullScreen.default,
|
|
22
|
+
iconName: 'full-screen'
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports.default = _default;
|
|
@@ -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 _fullScreenExit = _interopRequireDefault(require("../../icons/outlined/full-screen-exit"));
|
|
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: _fullScreenExit.default,
|
|
22
|
+
iconName: 'full-screen-exit'
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports.default = _default;
|
|
@@ -71,6 +71,8 @@ export { default as FileCopy } from './FileCopy';
|
|
|
71
71
|
export { default as Fk } from './Fk';
|
|
72
72
|
export { default as Fluctuation } from './Fluctuation';
|
|
73
73
|
export { default as FocusCircle } from './FocusCircle';
|
|
74
|
+
export { default as FullScreen } from './FullScreen';
|
|
75
|
+
export { default as FullScreenExit } from './FullScreenExit';
|
|
74
76
|
export { default as Fuzhi } from './Fuzhi';
|
|
75
77
|
export { default as Home } from './Home';
|
|
76
78
|
export { default as HomeMenu } from './HomeMenu';
|
|
@@ -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 _bingzuwentifankui = _interopRequireDefault(require("../../icons/twocolor/bingzuwentifankui"));
|
|
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: _bingzuwentifankui.default,
|
|
22
|
+
iconName: 'bingzuwentifankui'
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports.default = _default;
|
|
@@ -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 _huanzhejibenxinxi = _interopRequireDefault(require("../../icons/twocolor/huanzhejibenxinxi"));
|
|
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: _huanzhejibenxinxi.default,
|
|
22
|
+
iconName: 'huanzhejibenxinxi'
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports.default = _default;
|
|
@@ -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 _tishi = _interopRequireDefault(require("../../icons/twocolor/tishi"));
|
|
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: _tishi.default,
|
|
22
|
+
iconName: 'tishi'
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports.default = _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as Bingzuwentifankui } from './Bingzuwentifankui';
|
|
1
2
|
export { default as CasesDoubt } from './CasesDoubt';
|
|
2
3
|
export { default as Empty404 } from './Empty404';
|
|
3
4
|
export { default as EmptyNetwork } from './EmptyNetwork';
|
|
@@ -6,6 +7,7 @@ export { default as EmptyPermission } from './EmptyPermission';
|
|
|
6
7
|
export { default as EmptyTable } from './EmptyTable';
|
|
7
8
|
export { default as FailCircle } from './FailCircle';
|
|
8
9
|
export { default as Html404 } from './Html404';
|
|
10
|
+
export { default as Huanzhejibenxinxi } from './Huanzhejibenxinxi';
|
|
9
11
|
export { default as LoadingCircle } from './LoadingCircle';
|
|
10
12
|
export { default as MasterMedicalOrder } from './MasterMedicalOrder';
|
|
11
13
|
export { default as MissFill } from './MissFill';
|
|
@@ -16,4 +18,5 @@ export { default as ReHospitalizedTag } from './ReHospitalizedTag';
|
|
|
16
18
|
export { default as Ruotishi } from './Ruotishi';
|
|
17
19
|
export { default as ServerError } from './ServerError';
|
|
18
20
|
export { default as SuccessCircle } from './SuccessCircle';
|
|
21
|
+
export { default as Tishi } from './Tishi';
|
|
19
22
|
export { default as WaitCircle } from './WaitCircle';
|
|
@@ -9,12 +9,13 @@ var node = {
|
|
|
9
9
|
"nodeTree": {
|
|
10
10
|
"tag": "svg",
|
|
11
11
|
"attrs": {
|
|
12
|
-
"viewBox": "0 0
|
|
12
|
+
"viewBox": "0 0 12 12"
|
|
13
13
|
},
|
|
14
14
|
"children": [{
|
|
15
15
|
"tag": "path",
|
|
16
16
|
"attrs": {
|
|
17
|
-
"d": "
|
|
17
|
+
"d": "M9 9v2a1 1 0 01-1 1H1a1 1 0 01-1-1V4a1 1 0 011-1h3V1a1 1 0 011-1h6a1 1 0 011 1v7a1 1 0 01-1 1H9zM6.5 8h-4a.5.5 0 00-.09 1H6.5a.5.5 0 000-1zm0-2h-4a.5.5 0 00-.09 1H6.5a.5.5 0 000-1zM9 8h1.5a.5.5 0 00.5-.41V1.5a.5.5 0 00-.5-.5h-5a.5.5 0 00-.5.41V3h3a1 1 0 011 1v4z",
|
|
18
|
+
"fillRule": "evenodd"
|
|
18
19
|
},
|
|
19
20
|
"children": []
|
|
20
21
|
}]
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "full-screen-exit",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M351.66 639.96h.72a31.81 31.81 0 0131.66 31.66V992.3a31.83 31.83 0 01-31.61 31.7h-.73a31.83 31.83 0 01-31.7-31.7V671.62a31.82 31.82 0 0131.7-31.66z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M0 672.21v-.68c0-17.28 14.2-31.57 31.7-31.57h320.68a31.81 31.81 0 0131.66 31.66v.72a31.83 31.83 0 01-31.66 31.7H31.7A31.87 31.87 0 010 672.21z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}, {
|
|
27
|
+
"tag": "path",
|
|
28
|
+
"attrs": {
|
|
29
|
+
"d": "M374.27 649.13l.51.51a31.79 31.79 0 010 44.8L55.47 1013.6a31.79 31.79 0 01-44.8 0l-.51-.47a31.79 31.79 0 010-44.8L329.3 649.17a31.91 31.91 0 0144.93 0zm297.94-9.17h-.68a31.83 31.83 0 00-31.7 31.66V992.3c0 17.4 14.3 31.7 31.7 31.7h.68a31.83 31.83 0 0031.7-31.7V671.62a31.79 31.79 0 00-31.7-31.66z"
|
|
30
|
+
},
|
|
31
|
+
"children": []
|
|
32
|
+
}, {
|
|
33
|
+
"tag": "path",
|
|
34
|
+
"attrs": {
|
|
35
|
+
"d": "M1023.91 672.21v-.68a31.83 31.83 0 00-31.7-31.7H671.57a31.83 31.83 0 00-31.66 31.7v.68c0 17.41 14.3 31.7 31.66 31.7h320.69a31.64 31.64 0 0031.57-31.7z"
|
|
36
|
+
},
|
|
37
|
+
"children": []
|
|
38
|
+
}, {
|
|
39
|
+
"tag": "path",
|
|
40
|
+
"attrs": {
|
|
41
|
+
"d": "M649.64 649.13l-.5.51a31.79 31.79 0 000 44.8l319.14 319.15a31.79 31.79 0 0044.8 0l.5-.47a31.79 31.79 0 000-44.8L694.45 649.17a31.79 31.79 0 00-44.8 0zM351.66 384h.72A31.83 31.83 0 00384 352.21V31.71A31.87 31.87 0 00352.26 0h-.69A31.74 31.74 0 00320 31.7v320.68a31.71 31.71 0 0031.66 31.58z"
|
|
42
|
+
},
|
|
43
|
+
"children": []
|
|
44
|
+
}, {
|
|
45
|
+
"tag": "path",
|
|
46
|
+
"attrs": {
|
|
47
|
+
"d": "M0 351.66v.72a31.7 31.7 0 0031.7 31.58h320.68a31.83 31.83 0 0031.62-31.7v-.69a31.83 31.83 0 00-31.66-31.7H31.7A31.91 31.91 0 000 351.66z"
|
|
48
|
+
},
|
|
49
|
+
"children": []
|
|
50
|
+
}, {
|
|
51
|
+
"tag": "path",
|
|
52
|
+
"attrs": {
|
|
53
|
+
"d": "M374.27 374.78l.51-.5a31.79 31.79 0 000-44.8L55.47 10.32a31.79 31.79 0 00-44.8 0l-.47.42a31.79 31.79 0 000 44.8L329.34 374.7a31.91 31.91 0 0044.93 0zM672.21 384h-.68a31.83 31.83 0 01-31.7-31.74V31.7A31.91 31.91 0 01671.62 0h.72c17.4 0 31.57 14.2 31.57 31.7v320.68a31.67 31.67 0 01-31.7 31.58z"
|
|
54
|
+
},
|
|
55
|
+
"children": []
|
|
56
|
+
}, {
|
|
57
|
+
"tag": "path",
|
|
58
|
+
"attrs": {
|
|
59
|
+
"d": "M1023.91 351.66v.72a31.83 31.83 0 01-31.7 31.66H671.57A31.83 31.83 0 01640 352.43v-.73c0-17.4 14.3-31.7 31.66-31.7h320.68c17.4 0 31.57 14.3 31.57 31.7z"
|
|
60
|
+
},
|
|
61
|
+
"children": []
|
|
62
|
+
}, {
|
|
63
|
+
"tag": "path",
|
|
64
|
+
"attrs": {
|
|
65
|
+
"d": "M649.64 374.78l-.5-.5a31.79 31.79 0 010-44.8L968.4 10.32a31.79 31.79 0 0144.8 0l.52.47a31.79 31.79 0 010 44.8L694.44 374.74a31.79 31.79 0 01-44.8 0z"
|
|
66
|
+
},
|
|
67
|
+
"children": []
|
|
68
|
+
}]
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
var _default = node;
|
|
72
|
+
exports.default = _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "full-screen",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M936.7 342.6a23.23 23.23 0 01-23.23-23.18V113.6a3.33 3.33 0 00-3.26-3.33H704.38a23.23 23.23 0 010-46.4h205.7a49.92 49.92 0 0149.8 49.86v205.63a23.16 23.16 0 01-23.18 23.17zm-849.4 0a23.23 23.23 0 01-23.17-23.18V113.6a49.92 49.92 0 0149.79-49.8h202.69a23.23 23.23 0 010 46.4H113.79a3.33 3.33 0 00-3.26 3.27v205.76A23.23 23.23 0 0187.3 342.6zm229.3 617.08H113.8a49.92 49.92 0 01-49.8-49.8V704.2a23.23 23.23 0 0146.4 0v205.83a3.3 3.3 0 003.33 3.26h202.69a23.23 23.23 0 01.19 46.4zm593.6 0H704.39a23.23 23.23 0 010-46.4h205.7a3.33 3.33 0 003.33-3.26V704.19a23.23 23.23 0 0146.4 0v205.83a49.6 49.6 0 01-49.6 49.66z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M408.13 431.1a23.23 23.23 0 01-16.45-6.78L90.88 123.39a23.1 23.1 0 010-32.77 23.1 23.1 0 0132.77 0L424.58 391.5a23.1 23.1 0 01-16.39 39.61zM916.8 939.78a23.23 23.23 0 01-16.38-6.79L614.98 647.68a23.1 23.1 0 010-32.77 23.1 23.1 0 0132.83 0l285.31 285.31a23.1 23.1 0 01-16.32 39.56zm-809.6 0a23.23 23.23 0 01-16.38-39.56L391.68 599.3a23.1 23.1 0 0132.83 0 23.1 23.1 0 010 32.83L123.52 932.99a22.85 22.85 0 01-16.38 6.79zM615.87 431.1a23.23 23.23 0 01-16.38-39.61L900.42 90.62a23.1 23.1 0 0132.76 0 23.1 23.1 0 010 32.77L632.32 424.32a22.85 22.85 0 01-16.45 6.78z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}]
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
var _default = node;
|
|
30
|
+
exports.default = _default;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "bingzuwentifankui",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1109 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M660.01 297.35a160.57 160.57 0 00-105.74-38.2c-39.82 0-77.25 13.64-105.74 38.2-29.5 25.58-45.79 60.03-45.79 96.95v7.17c0 4.09 3.41 7.5 7.6 7.5h45.44a7.59 7.59 0 007.6-7.5v-7.17c0-41.44 40.75-75.04 90.9-75.04 50.13 0 90.9 33.6 90.9 75.04 0 29.17-20.81 55.94-53.13 68.22a105.74 105.74 0 00-68.22 99.34v20.21a7.6 7.6 0 007.68 7.5h45.36a7.6 7.6 0 007.67-7.5v-21.31c0-18.5 11.69-35.4 29.25-42.04 55.86-21.32 91.93-70.18 91.93-124.42a127.06 127.06 0 00-45.7-96.95zm-143.6 389.87c0 20.72 16.97 37.52 37.86 37.52a37.7 37.7 0 0037.86-37.52 37.7 37.7 0 00-37.86-37.52 37.7 37.7 0 00-37.86 37.52z",
|
|
18
|
+
"fill": "#3367D6"
|
|
19
|
+
},
|
|
20
|
+
"children": []
|
|
21
|
+
}, {
|
|
22
|
+
"tag": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"d": "M0 41.53v833.46a41.47 41.47 0 0041.53 41.52h339.64l154.17 101.05a34.61 34.61 0 0038.03 0l154.18-101.05h339.47a41.54 41.54 0 0041.61-41.52V41.6a41.61 41.61 0 00-41.7-41.6H41.7A41.53 41.53 0 000 41.52zm980.64 785.62H705.46L551.3 938 397.2 827.15H127.9a42.64 42.64 0 01-42.63-42.64v-656.6a42.64 42.64 0 0142.64-42.64h852.73a42.64 42.64 0 0142.63 42.64v656.6a42.64 42.64 0 01-42.63 42.64z",
|
|
25
|
+
"fill": "#3367D6"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}]
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
var _default = node;
|
|
32
|
+
exports.default = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "huanzhejibenxinxi",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1171 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M1129.6.02H40.6A39.94 39.94 0 000 39.22v907.1c0 21.65 18.14 39.2 40.6 39.2h223.08c22.52 0 40.66-17.55 40.66-39.2v-70.94c0-19.6 16.6-35.55 36.94-35.55s36.86 15.94 36.86 35.55v70.94c0 21.65 18.21 39.2 40.67 39.2h332.65c22.45 0 40.59-17.55 40.59-39.2v-70.94c0-19.6 16.6-35.55 36.86-35.55 20.41 0 36.94 15.94 36.94 35.55v70.94c0 21.65 18.29 39.2 40.67 39.2h223.08c22.45 0 40.67-17.55 40.67-39.2V39.22A39.94 39.94 0 001129.6.02M1089 907.19H947.12v-31.81c0-62.76-53.03-113.89-118.2-113.89-65.1 0-118.12 51.13-118.12 113.89v31.81H459.33v-31.81c0-62.76-52.96-113.89-118.12-113.89-65.25 0-118.2 51.13-118.2 113.89v31.81H81.19V78.28h1007.89v828.84zM288.1 364.5c0 9.72 7.76 17.77 17.41 17.77h.3c3.65 46.8 41.9 93.69 88.72 93.69 46.8 0 85.06-46.88 88.64-93.77l.3.08a17.55 17.55 0 0017.4-17.78c0-7.31-4.24-13.46-10.3-16.24a102.8 102.8 0 005.4-33.57c0-57.2-45.34-103.71-101.44-103.71s-101.6 46.52-101.6 103.71c0 11.78 1.98 23.04 5.41 33.57a17.92 17.92 0 00-10.24 16.24M178.83 642.13h431.39a9.58 9.58 0 006.66-2.64 8.92 8.92 0 002.78-6.43V600.5a9.07 9.07 0 00-2.93-6.58 326.58 326.58 0 00-146.43-79.21 10.24 10.24 0 00-4.46-1.1h-5.05a9.22 9.22 0 00-4.39 1.1 140.36 140.36 0 01-61.87 13.3c-22.82 0-45.5-4.82-61.88-13.38a10.02 10.02 0 00-4.46-1.02h-3.66c-.66 0-1.46 0-2.2.22a327.6 327.6 0 00-150.08 80.09 9 9 0 00-2.85 6.58v32.55a8.97 8.97 0 002.78 6.43 9.58 9.58 0 006.72 2.64M683 506.96h302.36a16.02 16.02 0 0016.31-15.72c0-8.56-7.31-15.66-16.3-15.66H682.91a16.02 16.02 0 00-16.3 15.66c0 8.63 7.3 15.72 16.3 15.72m0-123.83H985.3a15.94 15.94 0 0016.31-15.65c0-8.7-7.31-15.65-16.3-15.65H682.91a15.94 15.94 0 00-16.3 15.65c0 8.63 7.3 15.65 16.3 15.65",
|
|
18
|
+
"fill": "#3367D6"
|
|
19
|
+
},
|
|
20
|
+
"children": []
|
|
21
|
+
}]
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
var _default = node;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "tishi",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M512 85.3a426.7 426.7 0 110 853.31 426.7 426.7 0 010-853.3zm0 170.7a42.68 42.68 0 00-42.7 42.7V640a42.7 42.7 0 0085.4 0V298.7A42.68 42.68 0 00512 256zm0 554.7a42.7 42.7 0 100-85.4 42.7 42.7 0 000 85.4z",
|
|
18
|
+
"fill": "#FAAD14"
|
|
19
|
+
},
|
|
20
|
+
"children": []
|
|
21
|
+
}]
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
var _default = node;
|
|
25
|
+
exports.default = _default;
|
package/lib/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as Bingzuwentifankui } from './components/twocolor/Bingzuwentifankui';
|
|
1
2
|
export { default as CasesDoubt } from './components/twocolor/CasesDoubt';
|
|
2
3
|
export { default as Empty404 } from './components/twocolor/Empty404';
|
|
3
4
|
export { default as EmptyNetwork } from './components/twocolor/EmptyNetwork';
|
|
@@ -6,6 +7,7 @@ export { default as EmptyPermission } from './components/twocolor/EmptyPermissio
|
|
|
6
7
|
export { default as EmptyTable } from './components/twocolor/EmptyTable';
|
|
7
8
|
export { default as FailCircle } from './components/twocolor/FailCircle';
|
|
8
9
|
export { default as Html404 } from './components/twocolor/Html404';
|
|
10
|
+
export { default as Huanzhejibenxinxi } from './components/twocolor/Huanzhejibenxinxi';
|
|
9
11
|
export { default as LoadingCircle } from './components/twocolor/LoadingCircle';
|
|
10
12
|
export { default as MasterMedicalOrder } from './components/twocolor/MasterMedicalOrder';
|
|
11
13
|
export { default as MissFill } from './components/twocolor/MissFill';
|
|
@@ -16,6 +18,7 @@ export { default as ReHospitalizedTag } from './components/twocolor/ReHospitaliz
|
|
|
16
18
|
export { default as Ruotishi } from './components/twocolor/Ruotishi';
|
|
17
19
|
export { default as ServerError } from './components/twocolor/ServerError';
|
|
18
20
|
export { default as SuccessCircle } from './components/twocolor/SuccessCircle';
|
|
21
|
+
export { default as Tishi } from './components/twocolor/Tishi';
|
|
19
22
|
export { default as WaitCircle } from './components/twocolor/WaitCircle';
|
|
20
23
|
export { default as Account } from './components/outlined/Account';
|
|
21
24
|
export { default as AccountFill } from './components/outlined/AccountFill';
|
|
@@ -90,6 +93,8 @@ export { default as FileCopy } from './components/outlined/FileCopy';
|
|
|
90
93
|
export { default as Fk } from './components/outlined/Fk';
|
|
91
94
|
export { default as Fluctuation } from './components/outlined/Fluctuation';
|
|
92
95
|
export { default as FocusCircle } from './components/outlined/FocusCircle';
|
|
96
|
+
export { default as FullScreen } from './components/outlined/FullScreen';
|
|
97
|
+
export { default as FullScreenExit } from './components/outlined/FullScreenExit';
|
|
93
98
|
export { default as Fuzhi } from './components/outlined/Fuzhi';
|
|
94
99
|
export { default as Home } from './components/outlined/Home';
|
|
95
100
|
export { default as HomeMenu } from './components/outlined/HomeMenu';
|