@firesoon/icons-react 1.55.0 → 1.58.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/Biaogan.js +26 -0
- package/lib/components/outlined/Rijianshoushu.js +26 -0
- package/lib/components/outlined/Zhuanke.js +26 -0
- package/lib/components/outlined/index.js +3 -0
- package/lib/icons/outlined/biaogan.js +25 -0
- package/lib/icons/outlined/rijianshoushu.js +24 -0
- package/lib/icons/outlined/zhuanke.js +24 -0
- package/lib/index.js +27 -24
- 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 _biaogan = _interopRequireDefault(require("../../icons/outlined/biaogan"));
|
|
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: _biaogan.default,
|
|
22
|
+
iconName: 'biaogan'
|
|
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 _rijianshoushu = _interopRequireDefault(require("../../icons/outlined/rijianshoushu"));
|
|
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: _rijianshoushu.default,
|
|
22
|
+
iconName: 'rijianshoushu'
|
|
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 _zhuanke = _interopRequireDefault(require("../../icons/outlined/zhuanke"));
|
|
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: _zhuanke.default,
|
|
22
|
+
iconName: 'zhuanke'
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports.default = _default;
|
|
@@ -15,6 +15,7 @@ export { default as BarChartCircle } from './BarChartCircle';
|
|
|
15
15
|
export { default as BarChartCircleFill } from './BarChartCircleFill';
|
|
16
16
|
export { default as BeHospitalized } from './BeHospitalized';
|
|
17
17
|
export { default as Bianji } from './Bianji';
|
|
18
|
+
export { default as Biaogan } from './Biaogan';
|
|
18
19
|
export { default as Bill } from './Bill';
|
|
19
20
|
export { default as BillFill } from './BillFill';
|
|
20
21
|
export { default as BillList } from './BillList';
|
|
@@ -143,6 +144,7 @@ export { default as Qingdanzhiliangjiancha } from './Qingdanzhiliangjiancha';
|
|
|
143
144
|
export { default as QingdanzhiliangjianchaFill } from './QingdanzhiliangjianchaFill';
|
|
144
145
|
export { default as RedAlert } from './RedAlert';
|
|
145
146
|
export { default as ReHospitalized } from './ReHospitalized';
|
|
147
|
+
export { default as Rijianshoushu } from './Rijianshoushu';
|
|
146
148
|
export { default as Rise } from './Rise';
|
|
147
149
|
export { default as RotateSpeed } from './RotateSpeed';
|
|
148
150
|
export { default as Schedule } from './Schedule';
|
|
@@ -193,6 +195,7 @@ export { default as Yuanneishensu } from './Yuanneishensu';
|
|
|
193
195
|
export { default as Zaiyuan } from './Zaiyuan';
|
|
194
196
|
export { default as Zaiyuanbeifen } from './Zaiyuanbeifen';
|
|
195
197
|
export { default as Zhfx } from './Zhfx';
|
|
198
|
+
export { default as Zhuanke } from './Zhuanke';
|
|
196
199
|
export { default as Zhuantifenxi } from './Zhuantifenxi';
|
|
197
200
|
export { default as ZhuantifenxiFill } from './ZhuantifenxiFill';
|
|
198
201
|
export { default as Zhutizhibiao } from './Zhutizhibiao';
|
|
@@ -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": "biaogan",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 896 896"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M448 0c247.42 0 448 200.58 448 448S695.42 896 448 896 0 695.42 0 448 200.58 0 448 0zm0 64C235.92 64 64 235.92 64 448c0 129.8 64.4 244.56 163 314.07V539.29c-.32-.87-.5-1.8-.5-2.79v-48c0-.98.18-1.92.5-2.79V282.79c-.32-.87-.5-1.8-.5-2.79v-48a8 8 0 018-8h459a8 8 0 018 8v48a8 8 0 01-.3 2.17 7.98 7.98 0 01-.99 2.84l-57.52 99.62 57.16 99a7.97 7.97 0 011.65 4.87v48a8 8 0 01-8 8H291v254.04A382.64 382.64 0 00448 832c212.08 0 384-171.92 384-384S660.08 64 448 64zm176.58 224H291v192.5h333.14l-52.85-91.54a7.96 7.96 0 01-1.07-4.33 7.96 7.96 0 011.07-4.32l53.3-92.31z",
|
|
18
|
+
"fillRule": "evenodd"
|
|
19
|
+
},
|
|
20
|
+
"children": []
|
|
21
|
+
}]
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
var _default = node;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "rijianshoushu",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M512 0a512 512 0 110 1024A512 512 0 01512 0zm0 85.33a426.67 426.67 0 100 853.34V85.33z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "zhuanke",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M512 64a448 448 0 110 896 448 448 0 010-896zm66.05 219.65l-10.75 61.44H491v51.2h66.06l-9.73 43.52h-70.66v50.69h57.86a2032.64 2032.64 0 01-28.67 97.79h169.47c-15.36 22.53-35.33 44.54-60.42 67.07a862.2 862.2 0 00-69.12-33.8l-28.67 42.5c55.3 23.56 108.54 55.81 160.77 96.26l30.2-46.08a714.73 714.73 0 00-50.17-33.8c32.77-32.25 56.83-64 72.2-95.22v-44.04h-157.7a1573.26 1573.26 0 0015.36-50.68h162.81v-50.7H600.58c3.07-13.82 6.65-28.15 10.24-43.51h126.46v-51.2H621.06c3.07-18.43 6.14-36.87 9.72-56.32l-52.73-5.12zm-235.01 0c-4.1 21.5-8.7 41.98-12.8 61.44h-56.32v51.2h43.52c-11.26 40.45-23.55 74.24-36.86 100.86l11.26 47.1h79.87v62.47c-30.72 5.12-62.97 9.22-97.28 13.31l7.17 52.23c31.23-4.1 61.44-8.2 90.11-13.32v97.8h51.71V648.7c21.5-4.6 42.5-9.72 62.98-14.84v-50.18a962.62 962.62 0 01-62.98 13.82v-53.24h51.72v-48.13h-51.72V426.5h-51.7v69.63h-36.87c11.77-29.19 23.04-62.47 33.79-99.84h103.94v-51.2h-90.63c4.1-17.41 7.68-35.33 11.78-53.76l-50.69-7.68z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|
package/lib/index.js
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
export { default as Bingzuwentifankui } from './components/twocolor/Bingzuwentifankui';
|
|
2
|
+
export { default as BingzuwentifankuiNew } from './components/twocolor/BingzuwentifankuiNew';
|
|
3
|
+
export { default as CasesDoubt } from './components/twocolor/CasesDoubt';
|
|
4
|
+
export { default as Empty404 } from './components/twocolor/Empty404';
|
|
5
|
+
export { default as EmptyNetwork } from './components/twocolor/EmptyNetwork';
|
|
6
|
+
export { default as EmptyNormal } from './components/twocolor/EmptyNormal';
|
|
7
|
+
export { default as EmptyPermission } from './components/twocolor/EmptyPermission';
|
|
8
|
+
export { default as EmptyTable } from './components/twocolor/EmptyTable';
|
|
9
|
+
export { default as FailCircle } from './components/twocolor/FailCircle';
|
|
10
|
+
export { default as Html404 } from './components/twocolor/Html404';
|
|
11
|
+
export { default as Huanzhejibenxinxi } from './components/twocolor/Huanzhejibenxinxi';
|
|
12
|
+
export { default as LoadingCircle } from './components/twocolor/LoadingCircle';
|
|
13
|
+
export { default as MasterMedicalOrder } from './components/twocolor/MasterMedicalOrder';
|
|
14
|
+
export { default as MissFill } from './components/twocolor/MissFill';
|
|
15
|
+
export { default as MonitorTrend } from './components/twocolor/MonitorTrend';
|
|
16
|
+
export { default as NoNetwork } from './components/twocolor/NoNetwork';
|
|
17
|
+
export { default as NoPermissions } from './components/twocolor/NoPermissions';
|
|
18
|
+
export { default as ReHospitalizedTag } from './components/twocolor/ReHospitalizedTag';
|
|
19
|
+
export { default as Ruotishi } from './components/twocolor/Ruotishi';
|
|
20
|
+
export { default as ServerError } from './components/twocolor/ServerError';
|
|
21
|
+
export { default as SuccessCircle } from './components/twocolor/SuccessCircle';
|
|
22
|
+
export { default as Tishi } from './components/twocolor/Tishi';
|
|
23
|
+
export { default as WaitCircle } from './components/twocolor/WaitCircle';
|
|
1
24
|
export { default as Account } from './components/outlined/Account';
|
|
2
25
|
export { default as AccountFill } from './components/outlined/AccountFill';
|
|
3
26
|
export { default as AcountManage } from './components/outlined/AcountManage';
|
|
@@ -15,6 +38,7 @@ export { default as BarChartCircle } from './components/outlined/BarChartCircle'
|
|
|
15
38
|
export { default as BarChartCircleFill } from './components/outlined/BarChartCircleFill';
|
|
16
39
|
export { default as BeHospitalized } from './components/outlined/BeHospitalized';
|
|
17
40
|
export { default as Bianji } from './components/outlined/Bianji';
|
|
41
|
+
export { default as Biaogan } from './components/outlined/Biaogan';
|
|
18
42
|
export { default as Bill } from './components/outlined/Bill';
|
|
19
43
|
export { default as BillFill } from './components/outlined/BillFill';
|
|
20
44
|
export { default as BillList } from './components/outlined/BillList';
|
|
@@ -143,6 +167,7 @@ export { default as Qingdanzhiliangjiancha } from './components/outlined/Qingdan
|
|
|
143
167
|
export { default as QingdanzhiliangjianchaFill } from './components/outlined/QingdanzhiliangjianchaFill';
|
|
144
168
|
export { default as RedAlert } from './components/outlined/RedAlert';
|
|
145
169
|
export { default as ReHospitalized } from './components/outlined/ReHospitalized';
|
|
170
|
+
export { default as Rijianshoushu } from './components/outlined/Rijianshoushu';
|
|
146
171
|
export { default as Rise } from './components/outlined/Rise';
|
|
147
172
|
export { default as RotateSpeed } from './components/outlined/RotateSpeed';
|
|
148
173
|
export { default as Schedule } from './components/outlined/Schedule';
|
|
@@ -193,30 +218,8 @@ export { default as Yuanneishensu } from './components/outlined/Yuanneishensu';
|
|
|
193
218
|
export { default as Zaiyuan } from './components/outlined/Zaiyuan';
|
|
194
219
|
export { default as Zaiyuanbeifen } from './components/outlined/Zaiyuanbeifen';
|
|
195
220
|
export { default as Zhfx } from './components/outlined/Zhfx';
|
|
221
|
+
export { default as Zhuanke } from './components/outlined/Zhuanke';
|
|
196
222
|
export { default as Zhuantifenxi } from './components/outlined/Zhuantifenxi';
|
|
197
223
|
export { default as ZhuantifenxiFill } from './components/outlined/ZhuantifenxiFill';
|
|
198
224
|
export { default as Zhutizhibiao } from './components/outlined/Zhutizhibiao';
|
|
199
|
-
export { default as Zygl } from './components/outlined/Zygl';
|
|
200
|
-
export { default as Bingzuwentifankui } from './components/twocolor/Bingzuwentifankui';
|
|
201
|
-
export { default as BingzuwentifankuiNew } from './components/twocolor/BingzuwentifankuiNew';
|
|
202
|
-
export { default as CasesDoubt } from './components/twocolor/CasesDoubt';
|
|
203
|
-
export { default as Empty404 } from './components/twocolor/Empty404';
|
|
204
|
-
export { default as EmptyNetwork } from './components/twocolor/EmptyNetwork';
|
|
205
|
-
export { default as EmptyNormal } from './components/twocolor/EmptyNormal';
|
|
206
|
-
export { default as EmptyPermission } from './components/twocolor/EmptyPermission';
|
|
207
|
-
export { default as EmptyTable } from './components/twocolor/EmptyTable';
|
|
208
|
-
export { default as FailCircle } from './components/twocolor/FailCircle';
|
|
209
|
-
export { default as Html404 } from './components/twocolor/Html404';
|
|
210
|
-
export { default as Huanzhejibenxinxi } from './components/twocolor/Huanzhejibenxinxi';
|
|
211
|
-
export { default as LoadingCircle } from './components/twocolor/LoadingCircle';
|
|
212
|
-
export { default as MasterMedicalOrder } from './components/twocolor/MasterMedicalOrder';
|
|
213
|
-
export { default as MissFill } from './components/twocolor/MissFill';
|
|
214
|
-
export { default as MonitorTrend } from './components/twocolor/MonitorTrend';
|
|
215
|
-
export { default as NoNetwork } from './components/twocolor/NoNetwork';
|
|
216
|
-
export { default as NoPermissions } from './components/twocolor/NoPermissions';
|
|
217
|
-
export { default as ReHospitalizedTag } from './components/twocolor/ReHospitalizedTag';
|
|
218
|
-
export { default as Ruotishi } from './components/twocolor/Ruotishi';
|
|
219
|
-
export { default as ServerError } from './components/twocolor/ServerError';
|
|
220
|
-
export { default as SuccessCircle } from './components/twocolor/SuccessCircle';
|
|
221
|
-
export { default as Tishi } from './components/twocolor/Tishi';
|
|
222
|
-
export { default as WaitCircle } from './components/twocolor/WaitCircle';
|
|
225
|
+
export { default as Zygl } from './components/outlined/Zygl';
|