@firesoon/icons-react 3.0.11 → 3.0.13
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/CHANGELOG.md +96 -0
- package/es/components/fs/business-menu/FsFinallist.d.ts +4 -0
- package/es/components/fs/business-menu/FsFinallist.js +12 -0
- package/es/components/fs/business-menu/FsPreliminarylist.d.ts +4 -0
- package/es/components/fs/business-menu/FsPreliminarylist.js +12 -0
- package/es/components/fs/business-menu/Topcancel.d.ts +4 -0
- package/es/components/fs/business-menu/Topcancel.js +12 -0
- package/es/components/fs/business-menu/Toped.d.ts +4 -0
- package/es/components/fs/business-menu/Toped.js +12 -0
- package/es/components/fs/business-menu/Totop.d.ts +4 -0
- package/es/components/fs/business-menu/Totop.js +12 -0
- package/es/components/fs/business-menu/index.d.ts +5 -0
- package/es/components/fs/business-menu/index.js +5 -0
- package/es/components/fs/currency/FsAddnew.d.ts +4 -0
- package/es/components/fs/currency/FsAddnew.js +12 -0
- package/es/components/fs/currency/index.d.ts +1 -0
- package/es/components/fs/currency/index.js +1 -0
- package/es/components/fs/suggestion/FsManualreview.d.ts +4 -0
- package/es/components/fs/suggestion/FsManualreview.js +12 -0
- package/es/components/fs/suggestion/index.d.ts +1 -0
- package/es/components/fs/suggestion/index.js +1 -0
- package/es/icons/fs/business-menu/fs-finallist.d.ts +17 -0
- package/es/icons/fs/business-menu/fs-finallist.js +23 -0
- package/es/icons/fs/business-menu/fs-preliminarylist.d.ts +17 -0
- package/es/icons/fs/business-menu/fs-preliminarylist.js +23 -0
- package/es/icons/fs/business-menu/topcancel.d.ts +17 -0
- package/es/icons/fs/business-menu/topcancel.js +17 -0
- package/es/icons/fs/business-menu/toped.d.ts +17 -0
- package/es/icons/fs/business-menu/toped.js +17 -0
- package/es/icons/fs/business-menu/totop.d.ts +17 -0
- package/es/icons/fs/business-menu/totop.js +17 -0
- package/es/icons/fs/currency/fs-addnew.d.ts +17 -0
- package/es/icons/fs/currency/fs-addnew.js +17 -0
- package/es/icons/fs/suggestion/fs-manualreview.d.ts +17 -0
- package/es/icons/fs/suggestion/fs-manualreview.js +17 -0
- package/es/index.d.ts +7 -0
- package/es/index.js +7 -0
- package/lib/components/fs/business-menu/FsFinallist.d.ts +4 -0
- package/lib/components/fs/business-menu/FsFinallist.js +20 -0
- package/lib/components/fs/business-menu/FsPreliminarylist.d.ts +4 -0
- package/lib/components/fs/business-menu/FsPreliminarylist.js +20 -0
- package/lib/components/fs/business-menu/Topcancel.d.ts +4 -0
- package/lib/components/fs/business-menu/Topcancel.js +20 -0
- package/lib/components/fs/business-menu/Toped.d.ts +4 -0
- package/lib/components/fs/business-menu/Toped.js +20 -0
- package/lib/components/fs/business-menu/Totop.d.ts +4 -0
- package/lib/components/fs/business-menu/Totop.js +20 -0
- package/lib/components/fs/business-menu/index.d.ts +5 -0
- package/lib/components/fs/business-menu/index.js +35 -0
- package/lib/components/fs/currency/FsAddnew.d.ts +4 -0
- package/lib/components/fs/currency/FsAddnew.js +20 -0
- package/lib/components/fs/currency/index.d.ts +1 -0
- package/lib/components/fs/currency/index.js +7 -0
- package/lib/components/fs/suggestion/FsManualreview.d.ts +4 -0
- package/lib/components/fs/suggestion/FsManualreview.js +20 -0
- package/lib/components/fs/suggestion/index.d.ts +1 -0
- package/lib/components/fs/suggestion/index.js +7 -0
- package/lib/icons/fs/business-menu/fs-finallist.d.ts +17 -0
- package/lib/icons/fs/business-menu/fs-finallist.js +30 -0
- package/lib/icons/fs/business-menu/fs-preliminarylist.d.ts +17 -0
- package/lib/icons/fs/business-menu/fs-preliminarylist.js +30 -0
- package/lib/icons/fs/business-menu/topcancel.d.ts +17 -0
- package/lib/icons/fs/business-menu/topcancel.js +24 -0
- package/lib/icons/fs/business-menu/toped.d.ts +17 -0
- package/lib/icons/fs/business-menu/toped.js +24 -0
- package/lib/icons/fs/business-menu/totop.d.ts +17 -0
- package/lib/icons/fs/business-menu/totop.js +24 -0
- package/lib/icons/fs/currency/fs-addnew.d.ts +17 -0
- package/lib/icons/fs/currency/fs-addnew.js +24 -0
- package/lib/icons/fs/suggestion/fs-manualreview.d.ts +17 -0
- package/lib/icons/fs/suggestion/fs-manualreview.js +24 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.js +49 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
# @firesoon/icons-react
|
|
2
|
+
|
|
3
|
+
火树 svg 图标库
|
|
4
|
+
|
|
5
|
+
## Change
|
|
6
|
+
|
|
7
|
+
### 1.0.0
|
|
8
|
+
|
|
9
|
+
- 更新 svg 图标
|
|
10
|
+
|
|
11
|
+
### 1.1.0
|
|
12
|
+
|
|
13
|
+
- Fix bug
|
|
14
|
+
- svgOption 为 undefined 时,svg 默认属性丢失
|
|
15
|
+
- 删除 span 默认 font-size=0
|
|
16
|
+
|
|
17
|
+
### 1.1.1
|
|
18
|
+
|
|
19
|
+
- npm scripts 添加 preversion
|
|
20
|
+
- 使用 Icon.jsx 组件
|
|
21
|
+
|
|
22
|
+
### 1.1.2
|
|
23
|
+
|
|
24
|
+
- fix Icon.jsx 导入 style 路径错误
|
|
25
|
+
|
|
26
|
+
### 1.2.0(2020/1/24)
|
|
27
|
+
|
|
28
|
+
- delete: 重复的图标
|
|
29
|
+
- feature: 图标命名修改;添加部分图标;支持多色图标
|
|
30
|
+
|
|
31
|
+
### 1.2.1
|
|
32
|
+
|
|
33
|
+
- 临时更新: 模块命名添加只有首字母大写
|
|
34
|
+
|
|
35
|
+
### 1.2.3
|
|
36
|
+
|
|
37
|
+
- fix: style.css 样式打包后缺失(#1)
|
|
38
|
+
- fix: 1.1->1.2 版本命名规则错误, 未向下兼容(旧图标被删除)(#2)
|
|
39
|
+
- fix: spread operator 低版本浏览器不支持(#3)
|
|
40
|
+
|
|
41
|
+
### 1.2.4
|
|
42
|
+
|
|
43
|
+
- fix: ie10 兼容
|
|
44
|
+
|
|
45
|
+
### 1.4.0
|
|
46
|
+
|
|
47
|
+
- feature: 增加图标
|
|
48
|
+
|
|
49
|
+
### 1.4.1
|
|
50
|
+
|
|
51
|
+
- fix: components 缺少入口文件(index.js), 无法展示全部图标
|
|
52
|
+
|
|
53
|
+
### 1.5.0
|
|
54
|
+
|
|
55
|
+
- feature: 增加切换院区 icon
|
|
56
|
+
|
|
57
|
+
### 1.16.0
|
|
58
|
+
|
|
59
|
+
- 删除了只首字母大写的 icon 导出(不向下兼容, 但是目前业务中并未使用)
|
|
60
|
+
- 新增了两个图标
|
|
61
|
+
|
|
62
|
+
### 1.30.0
|
|
63
|
+
|
|
64
|
+
- 新增结算管理部分图标
|
|
65
|
+
|
|
66
|
+
### 1.40.0
|
|
67
|
+
|
|
68
|
+
- 新增病案部分图标
|
|
69
|
+
|
|
70
|
+
### 1.41.0
|
|
71
|
+
|
|
72
|
+
- 新增空态相关 icon
|
|
73
|
+
|
|
74
|
+
### 1.42.0
|
|
75
|
+
|
|
76
|
+
- 新增病案相关 icon
|
|
77
|
+
|
|
78
|
+
### 1.43.0
|
|
79
|
+
|
|
80
|
+
- 新增系统设置相关 icon
|
|
81
|
+
|
|
82
|
+
### 1.43.10
|
|
83
|
+
|
|
84
|
+
- 新增数据质量相关 icon
|
|
85
|
+
|
|
86
|
+
### 1.43.11
|
|
87
|
+
|
|
88
|
+
- 删除多色 wodezhuyuanx,新增单色 wodezhuyuanx
|
|
89
|
+
|
|
90
|
+
### 1.43.12
|
|
91
|
+
|
|
92
|
+
- wodezhuyuanx 单色图表 bug 修复
|
|
93
|
+
|
|
94
|
+
### 2.0.0
|
|
95
|
+
|
|
96
|
+
- 兼容旧版本和新增新版本 icon
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/business-menu/fs-finallist";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'fs-finallist',
|
|
10
|
+
"icon-type": 'fs/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/business-menu/fs-preliminarylist";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'fs-preliminarylist',
|
|
10
|
+
"icon-type": 'fs/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/business-menu/topcancel";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'topcancel',
|
|
10
|
+
"icon-type": 'fs/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/business-menu/toped";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'toped',
|
|
10
|
+
"icon-type": 'fs/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/business-menu/totop";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'totop',
|
|
10
|
+
"icon-type": 'fs/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -41,6 +41,8 @@ export { default as FsDatabase } from './FsDatabase';
|
|
|
41
41
|
export { default as FsDatabaseFill } from './FsDatabaseFill';
|
|
42
42
|
export { default as FsField } from './FsField';
|
|
43
43
|
export { default as FsFieldFill } from './FsFieldFill';
|
|
44
|
+
export { default as FsFinallist } from './FsFinallist';
|
|
45
|
+
export { default as FsPreliminarylist } from './FsPreliminarylist';
|
|
44
46
|
export { default as FsUnbringinto } from './FsUnbringinto';
|
|
45
47
|
export { default as GeneralManagement } from './GeneralManagement';
|
|
46
48
|
export { default as GeneralManagementFill } from './GeneralManagementFill';
|
|
@@ -123,8 +125,11 @@ export { default as Temporary } from './Temporary';
|
|
|
123
125
|
export { default as TemporaryFill } from './TemporaryFill';
|
|
124
126
|
export { default as ThirdParty } from './ThirdParty';
|
|
125
127
|
export { default as ThirdPartyFill } from './ThirdPartyFill';
|
|
128
|
+
export { default as Topcancel } from './Topcancel';
|
|
129
|
+
export { default as Toped } from './Toped';
|
|
126
130
|
export { default as TopicAnalyse } from './TopicAnalyse';
|
|
127
131
|
export { default as TopicAnalyseFill } from './TopicAnalyseFill';
|
|
132
|
+
export { default as Totop } from './Totop';
|
|
128
133
|
export { default as TreeList } from './TreeList';
|
|
129
134
|
export { default as UserManagement } from './UserManagement';
|
|
130
135
|
export { default as UserManagementFill } from './UserManagementFill';
|
|
@@ -41,6 +41,8 @@ export { default as FsDatabase } from "./FsDatabase";
|
|
|
41
41
|
export { default as FsDatabaseFill } from "./FsDatabaseFill";
|
|
42
42
|
export { default as FsField } from "./FsField";
|
|
43
43
|
export { default as FsFieldFill } from "./FsFieldFill";
|
|
44
|
+
export { default as FsFinallist } from "./FsFinallist";
|
|
45
|
+
export { default as FsPreliminarylist } from "./FsPreliminarylist";
|
|
44
46
|
export { default as FsUnbringinto } from "./FsUnbringinto";
|
|
45
47
|
export { default as GeneralManagement } from "./GeneralManagement";
|
|
46
48
|
export { default as GeneralManagementFill } from "./GeneralManagementFill";
|
|
@@ -123,8 +125,11 @@ export { default as Temporary } from "./Temporary";
|
|
|
123
125
|
export { default as TemporaryFill } from "./TemporaryFill";
|
|
124
126
|
export { default as ThirdParty } from "./ThirdParty";
|
|
125
127
|
export { default as ThirdPartyFill } from "./ThirdPartyFill";
|
|
128
|
+
export { default as Topcancel } from "./Topcancel";
|
|
129
|
+
export { default as Toped } from "./Toped";
|
|
126
130
|
export { default as TopicAnalyse } from "./TopicAnalyse";
|
|
127
131
|
export { default as TopicAnalyseFill } from "./TopicAnalyseFill";
|
|
132
|
+
export { default as Totop } from "./Totop";
|
|
128
133
|
export { default as TreeList } from "./TreeList";
|
|
129
134
|
export { default as UserManagement } from "./UserManagement";
|
|
130
135
|
export { default as UserManagementFill } from "./UserManagementFill";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/currency/fs-addnew";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'fs-addnew',
|
|
10
|
+
"icon-type": 'fs/currency'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -42,6 +42,7 @@ export { default as Exitfullscreen } from './Exitfullscreen';
|
|
|
42
42
|
export { default as Fall } from './Fall';
|
|
43
43
|
export { default as Fold } from './Fold';
|
|
44
44
|
export { default as FoldFill } from './FoldFill';
|
|
45
|
+
export { default as FsAddnew } from './FsAddnew';
|
|
45
46
|
export { default as Fullscreen } from './Fullscreen';
|
|
46
47
|
export { default as GroupFeedback } from './GroupFeedback';
|
|
47
48
|
export { default as GroupFeedbackFill } from './GroupFeedbackFill';
|
|
@@ -42,6 +42,7 @@ export { default as Exitfullscreen } from "./Exitfullscreen";
|
|
|
42
42
|
export { default as Fall } from "./Fall";
|
|
43
43
|
export { default as Fold } from "./Fold";
|
|
44
44
|
export { default as FoldFill } from "./FoldFill";
|
|
45
|
+
export { default as FsAddnew } from "./FsAddnew";
|
|
45
46
|
export { default as Fullscreen } from "./Fullscreen";
|
|
46
47
|
export { default as GroupFeedback } from "./GroupFeedback";
|
|
47
48
|
export { default as GroupFeedbackFill } from "./GroupFeedbackFill";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/suggestion/fs-manualreview";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'fs-manualreview',
|
|
10
|
+
"icon-type": 'fs/suggestion'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -10,6 +10,7 @@ export { default as DrgsColor } from './DrgsColor';
|
|
|
10
10
|
export { default as Fail } from './Fail';
|
|
11
11
|
export { default as FailFill } from './FailFill';
|
|
12
12
|
export { default as FsIntercept } from './FsIntercept';
|
|
13
|
+
export { default as FsManualreview } from './FsManualreview';
|
|
13
14
|
export { default as FsSpecial } from './FsSpecial';
|
|
14
15
|
export { default as FsVip } from './FsVip';
|
|
15
16
|
export { default as HospitalTransfer } from './HospitalTransfer';
|
|
@@ -10,6 +10,7 @@ export { default as DrgsColor } from "./DrgsColor";
|
|
|
10
10
|
export { default as Fail } from "./Fail";
|
|
11
11
|
export { default as FailFill } from "./FailFill";
|
|
12
12
|
export { default as FsIntercept } from "./FsIntercept";
|
|
13
|
+
export { default as FsManualreview } from "./FsManualreview";
|
|
13
14
|
export { default as FsSpecial } from "./FsSpecial";
|
|
14
15
|
export { default as FsVip } from "./FsVip";
|
|
15
16
|
export { default as HospitalTransfer } from "./HospitalTransfer";
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "fs-finallist",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M628.16 64A32 32 0 01649 71.7l203.84 174.72a32 32 0 0111.17 24.3V928a32 32 0 01-32 32H192a32 32 0 01-32-32V96a32 32 0 0132-32h436.16zm-13.97 64H224v768h576V288L614.2 128zM696 736a8 8 0 018 8v48a8 8 0 01-8 8H328a8 8 0 01-8-8v-48a8 8 0 018-8h368z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}, {
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M459.5 575.02c-39.9 14.28-86.52 26.04-139.44 34.44l6.3 46.2c49.56-9.24 94.08-21.42 133.14-36.12v-44.52zm-78.54-297.78c-13.86 44.1-30.24 84.42-48.72 120.96-5.04 7.98-11.34 13.44-18.06 15.96l10.92 39.9c20.16-2.94 39.06-5.88 57.54-8.4-16.8 32.34-30.66 55.02-41.58 68.04-5.46 5.04-12.18 8.82-19.74 12.18l11.34 39.48c34.02-5.04 70.14-14.7 108.78-29.82v-39.06a455.01 455.01 0 01-58.38 19.74c21.84-31.5 48.72-80.64 80.64-147.84l-38.22-13.86c-8.4 18.48-15.96 36.12-23.52 52.08L365 411.64c19.32-31.08 38.64-70.56 57.12-118.44l-41.16-15.96zm164.64 226.8l-23.1 34.02a648.34 648.34 0 01120.12 42.42l21.42-33.6c-36.12-16.8-75.6-31.08-118.44-42.84zm-50.82 65.52L470 606.1c63.84 15.54 125.58 36.96 185.64 63.84l23.52-36.54c-55.44-25.2-117.18-46.2-184.38-63.84zm33.6-291.48c-12.6 45.36-36.54 83.58-71.82 115.08l27.72 35.7a398.5 398.5 0 0029.4-30.24c11.76 13.44 24.78 26.04 38.64 38.64-30.66 23.52-65.94 41.16-105.42 52.92l21.42 38.64c44.52-15.12 84-36.54 117.6-64.26 30.24 22.68 64.26 42 101.64 58.38l22.68-39.48c-34.02-13.44-65.1-29.4-93.66-47.88 22.68-24.36 42.42-52.5 58.8-84.42v-35.28H562.4c3.78-10.08 7.14-21 10.5-32.34l-44.52-5.46zm54.18 132.72a449.78 449.78 0 01-46.2-42.84c1.68-3.36 3.78-6.72 5.88-10.08h82.74c-12.6 18.9-26.46 36.54-42.42 52.92z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
export default node;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "fs-preliminarylist",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M628.16 64A32 32 0 01649 71.7l203.84 174.72a32 32 0 0111.17 24.3V928a32 32 0 01-32 32H192a32 32 0 01-32-32V96a32 32 0 0132-32h436.16zm-13.97 64H224v768h576V288L614.2 128zM696 736a8 8 0 018 8v48a8 8 0 01-8 8H328a8 8 0 01-8-8v-48a8 8 0 018-8h368z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}, {
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M535.1 349.9v31.92c-1.26 118.44-34.44 204.54-99.54 258.3l33.6 29.82c71.4-60.9 107.52-157.08 109.2-288.12V349.9h69.72c-.84 116.76-2.1 184.8-4.62 204.12-3.36 45.36-14.7 68.46-34.44 68.46-14.7 0-32.34-.84-52.92-2.52l10.92 39.9c23.52 1.68 40.32 2.52 49.56 2.52 41.16 0 64.26-29.4 69.3-87.36 4.2-33.6 6.72-123.06 6.72-267.54H477.14v42.42h57.96zM372.98 513.28v154.98h42.42V504.04c15.54 15.12 31.08 33.18 47.04 54.18l23.1-36.54c-8.82-9.24-18.06-18.48-28.14-26.88 13.02-9.66 25.2-21.84 36.12-36.96l-26.04-26.04c-11.76 17.64-23.94 31.5-36.54 41.58-5.04-3.78-10.08-7.56-15.54-10.92 20.16-28.56 35.28-57.12 44.94-86.1v-35.7h-41.16c-5.46-18.48-13.02-39.06-22.26-61.74l-42.42 11.34a533.58 533.58 0 0121.42 50.4h-49.98v39.9h91.56c-17.64 42-51.66 85.68-101.64 130.2l13.44 44.52c15.54-13.86 30.24-27.72 43.68-42z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "topcancel",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M690.89 435.48l92.75 92.74a7.98 7.98 0 012.33 6.07c.02.24.03.47.03.71v48a8 8 0 01-8 8H669v313a7.97 7.97 0 01-2.25 5.56l-.19.19A7.97 7.97 0 01661 912H361a8 8 0 01-8-8V773.37l64-64V848h188V535a7.97 7.97 0 012.07-5.37l.18-.2.19-.18A7.97 7.97 0 01613 527h78.9l-46.26-46.27 45.25-45.25zM517.06 261.64l97.46 97.47-45.25 45.25-57.78-57.77-180.4 180.4L409 527a8 8 0 018 8v21.63l-64 64V591H244a8 8 0 01-8-8v-48c0-2.22.9-4.23 2.37-5.68a8.11 8.11 0 01.75-.87L470.87 296.7c.27-.4.58-.77.93-1.11l33.94-33.95a8 8 0 0111.32 0zm178.8-101.76a8 8 0 018 8v48a8 8 0 01-8 8h-368a8 8 0 01-8-8v-48a8 8 0 018-8h368zM751.3199999999999 295.73999999999995l33.94 33.94q5.65 5.66 0 11.32L284.63 841.63q-5.66 5.66-11.32 0l-33.94-33.94q-5.66-5.66 0-11.32L740 295.74q5.66-5.65 11.32 0z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "toped",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M812 112c55.23 0 100 44.77 100 100v700L526.38 526.38h31.94c28.56 0 43.26-15.12 43.26-45.36V200.04h45.36V157.2H497.42v42.84h59.64V470.1c0 11.34-4.62 17.22-13.86 17.22-12.6 0-25.62-.84-39.9-2.52l5.92 24.42L112 112h700zm-7.56 321.98l-29.4 28.14c31.08 25.2 55.02 48.72 72.24 70.14l31.92-32.34c-20.16-21.84-45.36-44.1-74.76-65.94zm-19.32-142.8h-43.26v73.92c-1.68 33.18-10.5 60.06-26.46 80.64-15.54 18.9-45.78 34.86-90.72 47.88l23.1 37.38c47.04-13.44 81.06-32.76 102.06-57.96 21.42-26.88 33.18-62.58 35.28-107.94v-73.92zm89.04-133.98H658.28v42.84h83.58a733.29 733.29 0 01-4.2 31.92h-71.4v205.38h42.84V272.28h112.14v165.06h42.84V231.96h-81.9c1.68-10.08 2.94-21 4.2-31.92h87.78V157.2z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "totop",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M695.86 223.88h-368a8 8 0 01-8-8v-48a8 8 0 018-8h368a8 8 0 018 8v48a8 8 0 01-8 8zm-29.3 685.87A7.97 7.97 0 01661 912H361a8 8 0 01-8-8V591H244a8 8 0 01-8-8v-48c0-2.22.9-4.23 2.37-5.68a8.11 8.11 0 01.75-.87L470.87 296.7c.27-.4.58-.77.93-1.11l33.94-33.95a8 8 0 0111.32 0l266.58 266.58a7.98 7.98 0 012.33 6.07c.02.24.03.47.03.71v48a8 8 0 01-8 8H669v313a7.97 7.97 0 01-2.25 5.56l-.19.19zM605 535a7.97 7.97 0 012.07-5.37l.18-.2.19-.18A7.97 7.97 0 01613 527h78.9L511.5 346.59l-180.42 180.4L409 527a8 8 0 018 8v313h188V535z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "fs-addnew",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M512 63.95a32 32 0 00-32 32v384H96a32 32 0 000 64h384v384a32 32 0 0064 0v-384h384a32 32 0 000-64H544v-384a32 32 0 00-32-32z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "fs-manualreview",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 64c-212.08 0-384 171.92-384 384s171.92 384 384 384 384-171.92 384-384-171.92-384-384-384zm26.95 131h-58.3c0 20.9-.55 49.5-.55 86.35-4.4 157.85-79.75 281.05-227.15 369.05l35.2 51.7c114.4-73.7 189.75-166.65 226.05-278.85C556.55 603.3 629.15 695.7 732 765l38.5-50.6c-124.85-76.45-203.5-187-235.4-331.65 2.2-34.1 3.85-75.35 3.85-123.75z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
package/es/index.d.ts
CHANGED
|
@@ -41,6 +41,8 @@ export { default as FsDatabase } from './components/fs/business-menu/FsDatabase'
|
|
|
41
41
|
export { default as FsDatabaseFill } from './components/fs/business-menu/FsDatabaseFill';
|
|
42
42
|
export { default as FsField } from './components/fs/business-menu/FsField';
|
|
43
43
|
export { default as FsFieldFill } from './components/fs/business-menu/FsFieldFill';
|
|
44
|
+
export { default as FsFinallist } from './components/fs/business-menu/FsFinallist';
|
|
45
|
+
export { default as FsPreliminarylist } from './components/fs/business-menu/FsPreliminarylist';
|
|
44
46
|
export { default as FsUnbringinto } from './components/fs/business-menu/FsUnbringinto';
|
|
45
47
|
export { default as GeneralManagement } from './components/fs/business-menu/GeneralManagement';
|
|
46
48
|
export { default as GeneralManagementFill } from './components/fs/business-menu/GeneralManagementFill';
|
|
@@ -123,8 +125,11 @@ export { default as Temporary } from './components/fs/business-menu/Temporary';
|
|
|
123
125
|
export { default as TemporaryFill } from './components/fs/business-menu/TemporaryFill';
|
|
124
126
|
export { default as ThirdParty } from './components/fs/business-menu/ThirdParty';
|
|
125
127
|
export { default as ThirdPartyFill } from './components/fs/business-menu/ThirdPartyFill';
|
|
128
|
+
export { default as Topcancel } from './components/fs/business-menu/Topcancel';
|
|
129
|
+
export { default as Toped } from './components/fs/business-menu/Toped';
|
|
126
130
|
export { default as TopicAnalyse } from './components/fs/business-menu/TopicAnalyse';
|
|
127
131
|
export { default as TopicAnalyseFill } from './components/fs/business-menu/TopicAnalyseFill';
|
|
132
|
+
export { default as Totop } from './components/fs/business-menu/Totop';
|
|
128
133
|
export { default as TreeList } from './components/fs/business-menu/TreeList';
|
|
129
134
|
export { default as UserManagement } from './components/fs/business-menu/UserManagement';
|
|
130
135
|
export { default as UserManagementFill } from './components/fs/business-menu/UserManagementFill';
|
|
@@ -174,6 +179,7 @@ export { default as Exitfullscreen } from './components/fs/currency/Exitfullscre
|
|
|
174
179
|
export { default as Fall } from './components/fs/currency/Fall';
|
|
175
180
|
export { default as Fold } from './components/fs/currency/Fold';
|
|
176
181
|
export { default as FoldFill } from './components/fs/currency/FoldFill';
|
|
182
|
+
export { default as FsAddnew } from './components/fs/currency/FsAddnew';
|
|
177
183
|
export { default as Fullscreen } from './components/fs/currency/Fullscreen';
|
|
178
184
|
export { default as GroupFeedback } from './components/fs/currency/GroupFeedback';
|
|
179
185
|
export { default as GroupFeedbackFill } from './components/fs/currency/GroupFeedbackFill';
|
|
@@ -259,6 +265,7 @@ export { default as DrgsColor } from './components/fs/suggestion/DrgsColor';
|
|
|
259
265
|
export { default as Fail } from './components/fs/suggestion/Fail';
|
|
260
266
|
export { default as FailFill } from './components/fs/suggestion/FailFill';
|
|
261
267
|
export { default as FsIntercept } from './components/fs/suggestion/FsIntercept';
|
|
268
|
+
export { default as FsManualreview } from './components/fs/suggestion/FsManualreview';
|
|
262
269
|
export { default as FsSpecial } from './components/fs/suggestion/FsSpecial';
|
|
263
270
|
export { default as FsVip } from './components/fs/suggestion/FsVip';
|
|
264
271
|
export { default as HospitalTransfer } from './components/fs/suggestion/HospitalTransfer';
|