@firesoon/icons-react 2.1.20 → 2.1.22

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.
Files changed (99) hide show
  1. package/es/Icon.js +6 -15
  2. package/es/components/currency/SbtRetract.d.ts +4 -0
  3. package/es/components/currency/SbtRetract.js +12 -0
  4. package/es/components/currency/SbtRetractFill.d.ts +4 -0
  5. package/es/components/currency/SbtRetractFill.js +12 -0
  6. package/es/components/currency/index.d.ts +2 -0
  7. package/es/components/currency/index.js +2 -0
  8. package/es/components/suggestion/ClaimFinish.d.ts +4 -0
  9. package/es/components/suggestion/ClaimFinish.js +12 -0
  10. package/es/components/suggestion/ClaimsAssessment.d.ts +4 -0
  11. package/es/components/suggestion/ClaimsAssessment.js +12 -0
  12. package/es/components/suggestion/ClaimsFail.d.ts +4 -0
  13. package/es/components/suggestion/ClaimsFail.js +12 -0
  14. package/es/components/suggestion/ProcessFail.d.ts +4 -0
  15. package/es/components/suggestion/ProcessFail.js +12 -0
  16. package/es/components/suggestion/ProcessPass.d.ts +4 -0
  17. package/es/components/suggestion/ProcessPass.js +12 -0
  18. package/es/components/suggestion/Processing.d.ts +4 -0
  19. package/es/components/suggestion/Processing.js +12 -0
  20. package/es/components/suggestion/SbtDirect.d.ts +4 -0
  21. package/es/components/suggestion/SbtDirect.js +12 -0
  22. package/es/components/suggestion/SbtQuick.d.ts +4 -0
  23. package/es/components/suggestion/SbtQuick.js +12 -0
  24. package/es/components/suggestion/index.d.ts +8 -0
  25. package/es/components/suggestion/index.js +8 -0
  26. package/es/dome/index.js +0 -3
  27. package/es/icons/currency/sbt-retract-fill.d.ts +18 -0
  28. package/es/icons/currency/sbt-retract-fill.js +18 -0
  29. package/es/icons/currency/sbt-retract.d.ts +18 -0
  30. package/es/icons/currency/sbt-retract.js +25 -0
  31. package/es/icons/suggestion/claim-finish.d.ts +18 -0
  32. package/es/icons/suggestion/claim-finish.js +25 -0
  33. package/es/icons/suggestion/claims-assessment.d.ts +18 -0
  34. package/es/icons/suggestion/claims-assessment.js +25 -0
  35. package/es/icons/suggestion/claims-fail.d.ts +18 -0
  36. package/es/icons/suggestion/claims-fail.js +25 -0
  37. package/es/icons/suggestion/process-fail.d.ts +18 -0
  38. package/es/icons/suggestion/process-fail.js +25 -0
  39. package/es/icons/suggestion/process-pass.d.ts +18 -0
  40. package/es/icons/suggestion/process-pass.js +25 -0
  41. package/es/icons/suggestion/processing.d.ts +18 -0
  42. package/es/icons/suggestion/processing.js +25 -0
  43. package/es/icons/suggestion/sbt-direct.d.ts +18 -0
  44. package/es/icons/suggestion/sbt-direct.js +18 -0
  45. package/es/icons/suggestion/sbt-quick.d.ts +18 -0
  46. package/es/icons/suggestion/sbt-quick.js +18 -0
  47. package/es/index.d.ts +50 -40
  48. package/es/index.js +51 -41
  49. package/es/utils.js +4 -5
  50. package/lib/Icon.js +6 -23
  51. package/lib/components/currency/SbtRetract.d.ts +4 -0
  52. package/lib/components/currency/SbtRetract.js +20 -0
  53. package/lib/components/currency/SbtRetractFill.d.ts +4 -0
  54. package/lib/components/currency/SbtRetractFill.js +20 -0
  55. package/lib/components/currency/index.d.ts +2 -0
  56. package/lib/components/currency/index.js +14 -0
  57. package/lib/components/suggestion/ClaimFinish.d.ts +4 -0
  58. package/lib/components/suggestion/ClaimFinish.js +20 -0
  59. package/lib/components/suggestion/ClaimsAssessment.d.ts +4 -0
  60. package/lib/components/suggestion/ClaimsAssessment.js +20 -0
  61. package/lib/components/suggestion/ClaimsFail.d.ts +4 -0
  62. package/lib/components/suggestion/ClaimsFail.js +20 -0
  63. package/lib/components/suggestion/ProcessFail.d.ts +4 -0
  64. package/lib/components/suggestion/ProcessFail.js +20 -0
  65. package/lib/components/suggestion/ProcessPass.d.ts +4 -0
  66. package/lib/components/suggestion/ProcessPass.js +20 -0
  67. package/lib/components/suggestion/Processing.d.ts +4 -0
  68. package/lib/components/suggestion/Processing.js +20 -0
  69. package/lib/components/suggestion/SbtDirect.d.ts +4 -0
  70. package/lib/components/suggestion/SbtDirect.js +20 -0
  71. package/lib/components/suggestion/SbtQuick.d.ts +4 -0
  72. package/lib/components/suggestion/SbtQuick.js +20 -0
  73. package/lib/components/suggestion/index.d.ts +8 -0
  74. package/lib/components/suggestion/index.js +56 -0
  75. package/lib/dome/index.js +0 -16
  76. package/lib/icons/currency/sbt-retract-fill.d.ts +18 -0
  77. package/lib/icons/currency/sbt-retract-fill.js +25 -0
  78. package/lib/icons/currency/sbt-retract.d.ts +18 -0
  79. package/lib/icons/currency/sbt-retract.js +32 -0
  80. package/lib/icons/suggestion/claim-finish.d.ts +18 -0
  81. package/lib/icons/suggestion/claim-finish.js +32 -0
  82. package/lib/icons/suggestion/claims-assessment.d.ts +18 -0
  83. package/lib/icons/suggestion/claims-assessment.js +32 -0
  84. package/lib/icons/suggestion/claims-fail.d.ts +18 -0
  85. package/lib/icons/suggestion/claims-fail.js +32 -0
  86. package/lib/icons/suggestion/process-fail.d.ts +18 -0
  87. package/lib/icons/suggestion/process-fail.js +32 -0
  88. package/lib/icons/suggestion/process-pass.d.ts +18 -0
  89. package/lib/icons/suggestion/process-pass.js +32 -0
  90. package/lib/icons/suggestion/processing.d.ts +18 -0
  91. package/lib/icons/suggestion/processing.js +32 -0
  92. package/lib/icons/suggestion/sbt-direct.d.ts +18 -0
  93. package/lib/icons/suggestion/sbt-direct.js +25 -0
  94. package/lib/icons/suggestion/sbt-quick.d.ts +18 -0
  95. package/lib/icons/suggestion/sbt-quick.js +25 -0
  96. package/lib/index.d.ts +50 -40
  97. package/lib/index.js +110 -40
  98. package/lib/utils.js +4 -8
  99. package/package.json +1 -1
package/es/Icon.js CHANGED
@@ -1,22 +1,16 @@
1
1
  var _excluded = ["rootNode", "svgOption", "iconName"];
2
-
3
2
  var _templateObject;
4
-
5
3
  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); }
6
-
7
4
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
8
-
9
5
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
10
-
11
6
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
12
-
13
7
  import React from "react";
14
8
  import styled from "styled-components";
15
9
  import { opacityList } from "./config";
16
10
  import { generate } from "./utils";
17
11
  var StyledSpan = styled("span")(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: inline-block;\n color: ", ";\n font-style: normal;\n opacity: ", ";\n line-height: 0;\n text-align: center;\n text-transform: none;\n vertical-align: -0.125em;\n text-rendering: optimizeLegibility;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n"])), function (_ref) {
18
12
  var isColor = _ref.isColor,
19
- defaultColor = _ref.defaultColor;
13
+ defaultColor = _ref.defaultColor;
20
14
  return isColor ? defaultColor : "inherit";
21
15
  }, function (_ref2) {
22
16
  var opacity = _ref2.opacity;
@@ -24,19 +18,16 @@ var StyledSpan = styled("span")(_templateObject || (_templateObject = _taggedTem
24
18
  });
25
19
  export default (function (props) {
26
20
  var _rootNode$name, _opacityList$find, _rootNode$nodeTree, _rootNode$nodeTree$ch, _rootNode$nodeTree$ch2;
27
-
28
21
  var _ref3 = props !== null && props !== void 0 ? props : {},
29
- rootNode = _ref3.rootNode,
30
- _ref3$svgOption = _ref3.svgOption,
31
- svgOption = _ref3$svgOption === void 0 ? {} : _ref3$svgOption,
32
- iconName = _ref3.iconName,
33
- wrapper = _objectWithoutProperties(_ref3, _excluded);
34
-
22
+ rootNode = _ref3.rootNode,
23
+ _ref3$svgOption = _ref3.svgOption,
24
+ svgOption = _ref3$svgOption === void 0 ? {} : _ref3$svgOption,
25
+ iconName = _ref3.iconName,
26
+ wrapper = _objectWithoutProperties(_ref3, _excluded);
35
27
  var nameList = rootNode === null || rootNode === void 0 ? void 0 : (_rootNode$name = rootNode.name) === null || _rootNode$name === void 0 ? void 0 : _rootNode$name.split("-");
36
28
  var isColor = (nameList === null || nameList === void 0 ? void 0 : nameList[(nameList === null || nameList === void 0 ? void 0 : nameList.length) - 1]) === "color";
37
29
  var opacity = opacityList === null || opacityList === void 0 ? void 0 : (_opacityList$find = opacityList.find(function (item) {
38
30
  var _item$nameList;
39
-
40
31
  return item === null || item === void 0 ? void 0 : (_item$nameList = item.nameList) === null || _item$nameList === void 0 ? void 0 : _item$nameList.includes(rootNode === null || rootNode === void 0 ? void 0 : rootNode.name);
41
32
  })) === null || _opacityList$find === void 0 ? void 0 : _opacityList$find.opacity;
42
33
  return /*#__PURE__*/React.createElement(StyledSpan, _extends({}, wrapper, {
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/currency/sbt-retract";
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: 'sbt-retract',
10
+ iconType: 'currency'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/currency/sbt-retract-fill";
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: 'sbt-retract-fill',
10
+ iconType: 'currency'
11
+ }));
12
+ });
@@ -69,6 +69,8 @@ export { default as Recover } from './Recover';
69
69
  export { default as RectifyMassage } from './RectifyMassage';
70
70
  export { default as RectifyMassageFill } from './RectifyMassageFill';
71
71
  export { default as Refresh } from './Refresh';
72
+ export { default as SbtRetract } from './SbtRetract';
73
+ export { default as SbtRetractFill } from './SbtRetractFill';
72
74
  export { default as Screening } from './Screening';
73
75
  export { default as Search } from './Search';
74
76
  export { default as Selecte } from './Selecte';
@@ -69,6 +69,8 @@ export { default as Recover } from "./Recover";
69
69
  export { default as RectifyMassage } from "./RectifyMassage";
70
70
  export { default as RectifyMassageFill } from "./RectifyMassageFill";
71
71
  export { default as Refresh } from "./Refresh";
72
+ export { default as SbtRetract } from "./SbtRetract";
73
+ export { default as SbtRetractFill } from "./SbtRetractFill";
72
74
  export { default as Screening } from "./Screening";
73
75
  export { default as Search } from "./Search";
74
76
  export { default as Selecte } from "./Selecte";
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/suggestion/claim-finish";
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: 'claim-finish',
10
+ iconType: 'suggestion'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/suggestion/claims-assessment";
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: 'claims-assessment',
10
+ iconType: 'suggestion'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/suggestion/claims-fail";
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: 'claims-fail',
10
+ iconType: 'suggestion'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/suggestion/process-fail";
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: 'process-fail',
10
+ iconType: 'suggestion'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/suggestion/process-pass";
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: 'process-pass',
10
+ iconType: 'suggestion'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/suggestion/processing";
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: 'processing',
10
+ iconType: 'suggestion'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/suggestion/sbt-direct";
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: 'sbt-direct',
10
+ iconType: 'suggestion'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -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/suggestion/sbt-quick";
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: 'sbt-quick',
10
+ iconType: 'suggestion'
11
+ }));
12
+ });
@@ -3,6 +3,9 @@ export { default as ApplySuccess } from './ApplySuccess';
3
3
  export { default as AttestationFail } from './AttestationFail';
4
4
  export { default as Attestationing } from './Attestationing';
5
5
  export { default as Await } from './Await';
6
+ export { default as ClaimFinish } from './ClaimFinish';
7
+ export { default as ClaimsAssessment } from './ClaimsAssessment';
8
+ export { default as ClaimsFail } from './ClaimsFail';
6
9
  export { default as CostReturn } from './CostReturn';
7
10
  export { default as CostViolate } from './CostViolate';
8
11
  export { default as CostWarning } from './CostWarning';
@@ -23,11 +26,16 @@ export { default as NoticeFill } from './NoticeFill';
23
26
  export { default as Overtime } from './Overtime';
24
27
  export { default as Problem } from './Problem';
25
28
  export { default as ProblemFill } from './ProblemFill';
29
+ export { default as ProcessFail } from './ProcessFail';
30
+ export { default as Processing } from './Processing';
31
+ export { default as ProcessPass } from './ProcessPass';
26
32
  export { default as QuickCompensation } from './QuickCompensation';
27
33
  export { default as RecordQuality } from './RecordQuality';
28
34
  export { default as Rectification } from './Rectification';
29
35
  export { default as Rehospitalization } from './Rehospitalization';
30
36
  export { default as Revoke } from './Revoke';
37
+ export { default as SbtDirect } from './SbtDirect';
38
+ export { default as SbtQuick } from './SbtQuick';
31
39
  export { default as Sendback } from './Sendback';
32
40
  export { default as Success } from './Success';
33
41
  export { default as SuccessFill } from './SuccessFill';
@@ -3,6 +3,9 @@ export { default as ApplySuccess } from "./ApplySuccess";
3
3
  export { default as AttestationFail } from "./AttestationFail";
4
4
  export { default as Attestationing } from "./Attestationing";
5
5
  export { default as Await } from "./Await";
6
+ export { default as ClaimFinish } from "./ClaimFinish";
7
+ export { default as ClaimsAssessment } from "./ClaimsAssessment";
8
+ export { default as ClaimsFail } from "./ClaimsFail";
6
9
  export { default as CostReturn } from "./CostReturn";
7
10
  export { default as CostViolate } from "./CostViolate";
8
11
  export { default as CostWarning } from "./CostWarning";
@@ -23,11 +26,16 @@ export { default as NoticeFill } from "./NoticeFill";
23
26
  export { default as Overtime } from "./Overtime";
24
27
  export { default as Problem } from "./Problem";
25
28
  export { default as ProblemFill } from "./ProblemFill";
29
+ export { default as ProcessFail } from "./ProcessFail";
30
+ export { default as Processing } from "./Processing";
31
+ export { default as ProcessPass } from "./ProcessPass";
26
32
  export { default as QuickCompensation } from "./QuickCompensation";
27
33
  export { default as RecordQuality } from "./RecordQuality";
28
34
  export { default as Rectification } from "./Rectification";
29
35
  export { default as Rehospitalization } from "./Rehospitalization";
30
36
  export { default as Revoke } from "./Revoke";
37
+ export { default as SbtDirect } from "./SbtDirect";
38
+ export { default as SbtQuick } from "./SbtQuick";
31
39
  export { default as Sendback } from "./Sendback";
32
40
  export { default as Success } from "./Success";
33
41
  export { default as SuccessFill } from "./SuccessFill";
package/es/dome/index.js CHANGED
@@ -11,7 +11,6 @@ export default (function () {
11
11
  cursor: "pointer",
12
12
  fontSize: 20
13
13
  };
14
-
15
14
  var iconList = function iconList() {
16
15
  var currency = "currency";
17
16
  var businessMenu = "business-menu";
@@ -36,7 +35,6 @@ export default (function () {
36
35
  }];
37
36
  iconKeys.forEach(function (key) {
38
37
  var type = icon[key]().props.iconType;
39
-
40
38
  if (type === currency) {
41
39
  list[0].icons.push(key);
42
40
  } else if (type === businessMenu) {
@@ -49,7 +47,6 @@ export default (function () {
49
47
  });
50
48
  return list;
51
49
  };
52
-
53
50
  return /*#__PURE__*/React.createElement(React.Fragment, null, iconList().map(function (item) {
54
51
  return /*#__PURE__*/React.createElement(Card, {
55
52
  bordered: false,
@@ -0,0 +1,18 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ defaultColor: string;
11
+ attrs: {
12
+ d: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -0,0 +1,18 @@
1
+ var node = {
2
+ "name": "sbt-retract-fill",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "defaultColor": "#333",
11
+ "attrs": {
12
+ "d": "M880 112a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h736zM759.73 703.63h-496a8 8 0 00-8 8v48a8 8 0 008 8h496a8 8 0 008-8v-48a8 8 0 00-8-8zM391.96 373.55l-98.1 98.1c-.4.28-.77.59-1.12.94l-33.94 33.94a8 8 0 000 11.31l133.65 133.64a8 8 0 0011.3 0l33.95-33.94a8 8 0 000-11.31l-61.6-61.6h383.63a8 8 0 008-8v-48a8 8 0 00-8-8H375.4l61.82-61.83a8 8 0 000-11.31l-33.94-33.94a8 8 0 00-11.32 0zm367.77-117.93h-496a8 8 0 00-8 8v48a8 8 0 008 8h496a8 8 0 008-8v-48a8 8 0 00-8-8z"
13
+ },
14
+ "children": []
15
+ }]
16
+ }
17
+ };
18
+ export default node;
@@ -0,0 +1,18 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ defaultColor: string;
11
+ attrs: {
12
+ d: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -0,0 +1,25 @@
1
+ var node = {
2
+ "name": "sbt-retract",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "defaultColor": "#333",
11
+ "attrs": {
12
+ "d": "M112 144a32 32 0 0132-32h736a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144zm64 32v672h672V176H176z"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "defaultColor": "#333",
18
+ "attrs": {
19
+ "d": "M767.73 311.63v-48a8 8 0 00-8-8h-496a8 8 0 00-8 8v48a8 8 0 008 8h496a8 8 0 008-8zm0 225v-48a8 8 0 00-8-8H375.4l61.82-61.83a8 8 0 000-11.31l-33.94-33.94a8 8 0 00-11.32 0l-98.1 98.1c-.4.28-.77.59-1.12.94l-33.94 33.94a8 8 0 000 11.31l133.65 133.64a8 8 0 0011.3 0l33.95-33.94a8 8 0 000-11.31l-61.6-61.6h383.63a8 8 0 008-8zm0 223v-48a8 8 0 00-8-8h-496a8 8 0 00-8 8v48a8 8 0 008 8h496a8 8 0 008-8z"
20
+ },
21
+ "children": []
22
+ }]
23
+ }
24
+ };
25
+ export default node;
@@ -0,0 +1,18 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ defaultColor: string;
11
+ attrs: {
12
+ d: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -0,0 +1,25 @@
1
+ var node = {
2
+ "name": "claim-finish",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "defaultColor": "#52C41A",
11
+ "attrs": {
12
+ "d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 28C280.04 92 92 280.04 92 512s188.04 420 420 420 420-188.04 420-420S743.96 92 512 92zm326.97 464.91C817.06 717.92 679.02 842 512 842c-105.99 0-200.31-49.97-260.69-127.63l14.74-3.95C323.98 782.14 412.63 828 512 828c157.9 0 288.76-115.82 312.25-267.14l14.72-3.95zM191.44 590.7l3.63 13.56c-1.3-4.48-2.51-9-3.63-13.56zM512 182c105.99 0 200.31 49.97 260.69 127.63l-14.74 3.95C700.02 241.87 611.37 196 512 196c-157.9 0-288.76 115.82-312.25 267.14l-14.72 3.95C206.94 306.08 344.98 182 512 182zm316.94 237.77a327.51 327.51 0 013.61 13.51l-3.61-13.51z"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "defaultColor": "#52C41A",
18
+ "attrs": {
19
+ "d": "M192.73 604.84l3.16 11.8 63.41-16.99-3.16-11.8zm64.06-75.85l3.3 12.31 45.2-12.11.51 7.94-29 7.77 19.41 72.45-17.08 4.58 3.2 11.93 112.39-30.12-3.2-11.93-17.7 4.75-19.42-72.45-35.16 9.42c-.17-2.65-.22-5.33-.39-7.97l48.72-13.06-3.3-12.3-46.7 12.51c-.5-2.83-.9-5.82-1.32-8.93l-13.82 1.68c.53 3.5 1.1 7.1 1.57 10.88L256.8 529zm52.48 84.86l-1.98-7.4 51.48-13.8 1.98 7.4-51.48 13.8zm-4.74-17.7l-2.02-7.54 51.48-13.8 2.02 7.54-51.48 13.8zm-4.78-17.83l-1.95-7.29 51.48-13.8 1.95 7.3-51.48 13.79zm-4.75-17.7l-2.05-7.67 51.49-13.8 2.05 7.67-51.49 13.8zm129.26-82.69l-43.57 11.68 22.14 82.62 11.42-3.06-19-70.95 21.09-5.65 18.54 69.19 11.05-2.96-21.67-80.87zm-21.32 26.44l11 41.06c2.52 10.9 3.25 20.13 2.18 27.68-1.34 7.09-5.73 13.78-13.13 20.34l9.45 8.64c7.49-6.72 12.12-14.55 13.92-23.38 1.73-9.62.84-21.49-2.62-35.9l-11-41.07-9.8 2.63zm31.98 60.07l-5.64 9.58c8.86 5.44 15.95 10.8 21.4 16.07l6.43-11.14a150.2 150.2 0 00-22.19-14.51zm-3.79-80.95l3.3 12.3 59.65-15.98-3.3-12.3-23.36 6.26c-2.4-3.94-4.86-7.58-7.18-10.73l-12.45 5.76a77.66 77.66 0 016.7 8.43l-23.36 6.26zm7.27 34.66l3.36 12.56 64.42-17.26-3.36-12.56-13.56 3.63c.98-5.37 1.86-11.13 2.32-17.44l-13.48-1.1a195.6 195.6 0 01-1.65 21.98l-10.68 2.86c-4.18-7.1-8.35-13.1-12.47-17.93l-10.68 7.85a120.94 120.94 0 0110.35 13.5l-14.57 3.91zm63.5 5.46l-51.1 13.7 13.26 49.47 12.3-3.3-1.58-5.9 26.62-7.13 1.58 5.9 12.18-3.27-13.25-49.47zm-30.42 41.66l-5.08-18.96 26.62-7.13 5.09 18.96-26.62 7.13zm144.98-130.5l-47.6 12.76a155.73 155.73 0 00-7.24-10.98l-14.27 6.51a77.86 77.86 0 016.7 8.44l-46.34 12.41 8.11 30.26 13.19-3.53-4.71-17.58L606.67 451l4.71 17.58 13.19-3.53-8.11-30.27zm-83.93 47.93l3.37 12.56 71.57-19.18-3.36-12.56-71.58 19.18zm-12.86 28.34l3.4 12.69 32.52-8.72c1.82 8.8 1.2 16.5-1.97 23.28-3.3 6.26-11.23 12.83-23.76 19.82l10.7 9.79c12.8-7.47 21.27-15.53 25.6-23.96 4.3-9.09 5.16-19.95 2.5-32.43l17.95-4.8 7.37 27.5c2.76 10.29 8.66 14.23 17.7 11.8l21.97-5.89c4.15-1.1 6.95-3.2 8.35-6 1.62-3 1.08-11.06-1.48-24.1l-13.47-.56c2.04 8.6 2.91 13.89 2.85 15.65-.2 1.8-.84 2.92-2.1 3.26l-15.44 4.13c-3.01.81-5.02-.67-6.03-4.44l-6.66-24.86 33.78-9.05-3.4-12.68-110.38 29.57zM716.81 393.9l-6.17 10.13a91.78 91.78 0 0115.01 7.82l-17.7 4.75a433.18 433.18 0 01-5.26-18.11l-13.3 3.57c1.68 6.27 3.32 12.43 5.12 18.14l-51.73 13.86 11.2 41.81c5.08 20.45 5.33 37.47.6 50.98l12.32 6.26c5.86-16.78 6-36.87.37-60.4l17.7-4.74c3.18 12.88 4.93 20.9 4.95 23.98.04 2.68-1 4.3-2.98 4.97-3.51.94-7.73 1.8-12.85 2.77l7.22 10.85c3.86-.63 7.32-1.29 10.34-2.1 6.74-1.94 10.43-5.75 11.03-11.56.58-6.35-2.06-21.25-7.94-44.71l-30.77 8.24-4.68-17.45 39.18-10.5c5.04 14.8 10.2 27.01 15.65 36.32a132.1 132.1 0 008.49 13.07 84.79 84.79 0 01-23.98 31.05l10.5 9.03a88.38 88.38 0 0023.07-28.39 58.27 58.27 0 007.04 6.19c8.14 5.76 14.92 7.98 20.45 6.5 6.28-1.68 8.54-11.84 7.06-30.42l-13.52-3.25c1.6 12.5 1.7 18.93.45 19.26-1.89.5-5.39-1.51-10.35-5.97a48.3 48.3 0 01-5.43-5.68c4.67-13.23 7.31-28.47 7.94-45.73l-13.31-1.95c-.24 12.17-1.66 23.45-4.32 33.59-.98-1.62-1.92-3.12-2.76-4.78-4.1-7.25-8.64-18.14-13.54-32.44l36.92-9.9-3.34-12.42-14.94 4 4.2-7.45a110.12 110.12 0 00-17.94-9.19zm54.17 56l3.16 11.81 63.41-16.99-3.16-11.8z"
20
+ },
21
+ "children": []
22
+ }]
23
+ }
24
+ };
25
+ export default node;
@@ -0,0 +1,18 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ defaultColor: string;
11
+ attrs: {
12
+ d: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -0,0 +1,25 @@
1
+ var node = {
2
+ "name": "claims-assessment",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "defaultColor": "#FAAD14",
11
+ "attrs": {
12
+ "d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 28C280.04 92 92 280.04 92 512s188.04 420 420 420 420-188.04 420-420S743.96 92 512 92zm326.97 464.91C817.06 717.92 679.02 842 512 842c-105.99 0-200.31-49.97-260.69-127.63l14.74-3.95C323.98 782.14 412.63 828 512 828c157.9 0 288.76-115.82 312.25-267.14l14.72-3.95zM191.44 590.7l3.63 13.56c-1.3-4.48-2.51-9-3.63-13.56zM512 182c105.99 0 200.31 49.97 260.69 127.63l-14.74 3.95C700.02 241.87 611.37 196 512 196c-157.9 0-288.76 115.82-312.25 267.14l-14.72 3.95C206.94 306.08 344.98 182 512 182zm316.94 237.77a327.51 327.51 0 013.61 13.51l-3.61-13.51z"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "defaultColor": "#FAAD14",
18
+ "attrs": {
19
+ "d": "M255.73 587.84l3.16 11.8 63.41-16.99-3.16-11.8zm81.1-92.12c-2.27 13.13-7.84 25.52-16.72 37.05l7.25 11.52c12.3-15.41 19.64-30.7 22.22-46.2l-12.75-2.37zm12.29 27.8c-2.58 15.5-8.77 30.07-18.6 43.6l7.23 11.4c3.36-4.54 6.56-9.17 9.48-13.85l13.25 49.47 12.69-3.4-17.13-63.91a98.51 98.51 0 005.67-21.03l-12.59-2.28zm34.87-39.63l3.3 12.3-26.5 7.1 3.2 11.94 26.5-7.1 3.2 11.93-31.02 8.3 3.23 12.06 75.59-20.25-3.23-12.06-31.9 8.55-3.2-11.93 26.76-7.17-3.2-11.93-26.75 7.17-3.3-12.3-12.68 3.39zm-14.62 67.98l3.26 12.18 47.22-12.65 6.8 25.37c1.07 4.01-.24 6.65-4 7.66a194.5 194.5 0 01-16.4 3.59l6.34 11.62 17.83-4.77c9.29-2.5 12.75-8.67 10.16-18.34l-7.67-28.63 13.18-3.53-3.26-12.18-13.19 3.53-2.12-7.9-13.06 3.49 2.12 7.91-47.21 12.65zm20.89 10.15l-8.46 9.13c8.38 5.16 15.34 10.02 20.75 14.63l8.25-9.88c-5.06-4.3-11.94-8.91-20.54-13.88zm93.46-43.48c3.97 3.78 8.63 8.59 14.18 14.23l4.38-13.28a317.1 317.1 0 00-22.56-15.9l-1.72-6.4 13.44-3.6-3.34-12.43-13.43 3.6-6.2-23.1-12.68 3.4 6.2 23.1-15.95 4.27 3.33 12.43 15.44-4.13c.14 15.57-2.26 30.21-7.27 43.67l9.16 12.08a164.23 164.23 0 005.28-31.03l14.9 55.63 12.69-3.4-15.85-59.14zm3.5-48.72l3.2 11.93 21.22-5.68c-3.69 13.37-7.39 22.16-11.04 26.1a8.76 8.76 0 01-2.09 1.77l5.47 9.84 24.06-7.65c-6.86 12.06-16.4 22.16-28.6 30.4l10.05 8.88c21.82-15.53 35.6-37.4 41.47-65.75l-12.06-2.82a125.51 125.51 0 01-4.53 15.75 938.68 938.68 0 01-18.72 6.5c3.18-6.24 6.34-15.03 9.42-26.62l34.41-9.22-3.2-11.93-27.12 7.27c-2.75-4.25-5.4-8.11-8.04-11.44L508.29 453a92.93 92.93 0 018.06 9l-29.13 7.81zM549.5 539c10.76 6 19.5 12 26.54 18.2l6.99-12.1a203.12 203.12 0 00-27.5-16.2c5.36-10.18 9.45-21.5 12.34-33.85l-12.44-2.72c-7.12 30.7-23.96 54.73-50.45 71.92l10.28 9.23A126.52 126.52 0 00549.5 539zm63.33-111.72l-43.57 11.68 22.14 82.63 11.42-3.07-19-70.94 21.09-5.66 18.54 69.2 11.05-2.97-21.67-80.87zm-21.31 26.44l11 41.06c2.52 10.9 3.24 20.13 2.17 27.69-1.34 7.08-5.73 13.78-13.13 20.34l9.45 8.63c7.49-6.71 12.12-14.55 13.92-23.38 1.73-9.61.84-21.49-2.62-35.9l-11-41.06-9.8 2.62zm31.97 60.07l-5.64 9.59c8.86 5.43 15.95 10.8 21.4 16.07l6.43-11.15a150.15 150.15 0 00-22.19-14.5zm-3.79-80.94l3.3 12.3 59.65-15.98-3.3-12.3-23.36 6.25c-2.4-3.93-4.86-7.58-7.18-10.73l-12.45 5.76a77.74 77.74 0 016.7 8.44l-23.36 6.26zm7.27 34.66l3.37 12.55 64.41-17.26-3.36-12.56-13.56 3.64c.98-5.38 1.86-11.13 2.32-17.45l-13.48-1.1c-.13 7.57-.73 14.87-1.65 21.98l-10.67 2.86c-4.2-7.09-8.36-13.1-12.48-17.92l-10.68 7.84a120.94 120.94 0 0110.35 13.51l-14.57 3.9zm63.5 5.45l-51.1 13.7 13.26 49.47 12.3-3.3-1.58-5.9 26.62-7.13 1.58 5.9 12.18-3.26-13.25-49.48zm-30.41 41.67l-5.08-18.96 26.62-7.14 5.08 18.96-26.62 7.14zm48.35-48.09l3.16 11.8 63.41-16.98-3.16-11.8z"
20
+ },
21
+ "children": []
22
+ }]
23
+ }
24
+ };
25
+ export default node;
@@ -0,0 +1,18 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ defaultColor: string;
11
+ attrs: {
12
+ d: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -0,0 +1,25 @@
1
+ var node = {
2
+ "name": "claims-fail",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "defaultColor": "#FF4D4F",
11
+ "attrs": {
12
+ "d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 28C280.04 92 92 280.04 92 512s188.04 420 420 420 420-188.04 420-420S743.96 92 512 92zm326.97 464.91C817.06 717.92 679.02 842 512 842c-105.99 0-200.31-49.97-260.69-127.63l14.74-3.95C323.98 782.14 412.63 828 512 828c157.9 0 288.76-115.82 312.25-267.14l14.72-3.95zM191.44 590.7l3.63 13.56c-1.3-4.48-2.51-9-3.63-13.56zM512 182c105.99 0 200.31 49.97 260.69 127.63l-14.74 3.95C700.02 241.87 611.37 196 512 196c-157.9 0-288.76 115.82-312.25 267.14l-14.72 3.95C206.94 306.08 344.98 182 512 182zm316.94 237.77a327.51 327.51 0 013.61 13.51l-3.61-13.51z"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "defaultColor": "#FF4D4F",
18
+ "attrs": {
19
+ "d": "M123.73 612.84l3.16 11.8 63.41-16.99-3.16-11.8zm102.42-35.65c3.97 3.78 8.63 8.59 14.18 14.23l4.38-13.28a317.33 317.33 0 00-22.57-15.9l-1.71-6.4 13.43-3.6-3.33-12.43-13.43 3.6-6.2-23.1-12.68 3.4 6.2 23.1-15.95 4.27 3.33 12.43 15.44-4.14c.14 15.58-2.26 30.22-7.27 43.67l9.16 12.08a164.28 164.28 0 005.28-31.02l14.9 55.63 12.69-3.4-15.85-59.14zm3.5-48.72l3.2 11.93 21.22-5.69c-3.69 13.37-7.39 22.17-11.04 26.11a8.8 8.8 0 01-2.09 1.77l5.47 9.84 24.06-7.66c-6.86 12.07-16.4 22.16-28.6 30.41l10.05 8.88c21.82-15.53 35.6-37.4 41.47-65.75l-12.06-2.82a125.38 125.38 0 01-4.53 15.74 940.9 940.9 0 01-18.72 6.5c3.17-6.23 6.34-15.02 9.42-26.62l34.4-9.22-3.19-11.92-27.12 7.26c-2.75-4.24-5.4-8.1-8.04-11.43l-12.84 5.86a92.67 92.67 0 018.07 9l-29.13 7.81zm62.28 69.18c10.76 6 19.5 12 26.54 18.19l6.98-12.1a203.4 203.4 0 00-27.48-16.19c5.34-10.18 9.44-21.5 12.33-33.85l-12.44-2.73c-7.12 30.71-23.96 54.74-50.45 71.93l10.28 9.22a126.48 126.48 0 0034.24-34.47zm63.33-111.72l-43.57 11.68 22.14 82.62 11.42-3.06-19-70.95 21.09-5.65 18.54 69.19 11.05-2.96-21.67-80.87zm-21.32 26.44l11 41.06c2.52 10.9 3.25 20.13 2.18 27.68-1.34 7.09-5.73 13.78-13.13 20.34l9.45 8.64c7.49-6.72 12.12-14.55 13.92-23.38 1.73-9.62.84-21.49-2.62-35.9l-11-41.07-9.8 2.63zm31.98 60.07l-5.64 9.59c8.86 5.43 15.95 10.8 21.4 16.07l6.43-11.15a150.2 150.2 0 00-22.19-14.51zm-3.79-80.95l3.3 12.3 59.65-15.97-3.3-12.31-23.36 6.26c-2.4-3.94-4.86-7.58-7.18-10.73l-12.45 5.76a77.66 77.66 0 016.7 8.43l-23.36 6.26zm7.27 34.66l3.36 12.56 64.42-17.26-3.36-12.56-13.56 3.63c.98-5.37 1.86-11.13 2.32-17.44l-13.48-1.1a195.6 195.6 0 01-1.65 21.98l-10.68 2.86c-4.18-7.1-8.35-13.1-12.47-17.93l-10.68 7.85a120.94 120.94 0 0110.35 13.5l-14.57 3.91zm63.5 5.46l-51.1 13.7 13.26 49.47 12.3-3.3-1.58-5.9 26.62-7.13 1.58 5.9 12.18-3.27-13.25-49.47zm-30.42 41.66l-5.08-18.96 26.62-7.13 5.09 18.96-26.62 7.13zm34.74-107.95l3.43 12.8 53.24-14.26c-5.26 24.56-19.44 48-42.46 70.6l11.73 9.1c14.32-14.88 25.54-30.26 33.53-46.13l17.74 66.17 13.56-3.63-22.68-84.64a144.65 144.65 0 003.52-15.48l40.31-10.8-3.43-12.8-108.5 29.07zm86.06 13.81l-7 11.56c18.09 8.21 32.7 16.55 43.57 24.94l7.5-13.18c-12.47-8.37-27.2-16.13-44.07-23.32zm47.25-54.24l-6.67 10.8c11 4.86 19.88 9.88 26.46 14.85l6.74-11.5c-7.52-4.98-16.46-9.72-26.53-14.15zm101.89 93.96l28.75-7.7-.33-13.78a470.85 470.85 0 01-14.49 4.69c-6.53 1.75-12.77 3.55-19.05 5.24a1494.5 1494.5 0 01-25.56 6.58c-7.47 1.73-13.27 2.2-17.41 1.3-3.45-.83-7.02-2.56-10.78-5.06l-1.75-1-12.79-47.72-28.75 7.7 3.23 12.06 16.58-4.45 9.21 34.41c-4.28 4.1-8.09 12-11.67 23.72l12.05 6.33c3.25-12.99 6.04-19.66 8.55-20.33 1.39-.37 3.16.23 5.5 1.9a29.22 29.22 0 0015.5 5.13c5.6-.16 12.47-1.2 20.66-3.25 8.07-2.03 15.64-3.92 22.55-5.77zm-48.98-93.88l-4.9 8.32a226.64 226.64 0 0115.02 4.32l-27.88 7.47 18.27 68.18 12.3-3.3-5.48-20.47 16.32-4.37 5.45 20.34 12.06-3.23-5.45-20.34 16.82-4.5 1.42 5.27c.7 2.63-.3 4.38-3.07 5.12l-8.77 1.95 5.79 10.02 9.41-2.52c8.54-2.29 11.74-7.45 9.65-15.23l-14.9-55.63-25.37 6.8-.32-.19a136.02 136.02 0 0018.9-21.89l-2.46-9.16-69.44 18.6 2.9 10.8 23.73-6.36zm16.84 4.1a219.5 219.5 0 00-13.95-4.87l25.11-6.73c-3.37 4-7.06 7.81-11.16 11.6zm-14.46 41.97l16.33-4.38 2.12 7.91-16.33 4.38-2.12-7.91zm28.38-7.6l16.83-4.52 2.12 7.91-16.83 4.51-2.12-7.9zm14-15.06l-16.82 4.5-2.12-7.9 16.82-4.52 2.12 7.92zm-28.88 7.73L623 460.5l-2.12-7.91 16.32-4.38 2.12 7.91zm56.15-64.7l-6.63 10.92c11 4.86 19.75 9.92 26.33 14.89l6.99-12.1c-7.66-4.95-16.53-9.44-26.7-13.71zm105.28 93.05l26.62-7.13-.4-14.03a407.2 407.2 0 01-13.6 4.46c-6 1.74-11.87 3.44-17.64 4.99a1614.97 1614.97 0 01-26.7 6.88c-7.84 1.84-13.92 2.26-18.29 1.54a37.83 37.83 0 01-11.15-4.95c-.64-.37-1.24-.61-1.88-.98l-12.78-47.72-29.26 7.84 3.3 12.3 16.82-4.5 9.22 34.4c-4.28 4.12-8.3 12.2-11.83 24.17l12.06 6.33c3.31-13.27 6.16-20.23 8.67-20.9 1.5-.4 3.53.13 5.86 1.8a28.85 28.85 0 0016.01 5c5.74-.2 12.97-1.33 21.55-3.5 8.44-2.12 16.26-4.08 23.42-6zm-8.22-16.1c9.04-2.43 12.35-8.16 9.96-17.07l-13.86-51.74 17.45-4.67-3.43-12.81-17.45 4.67-5.05-18.83-13.06 3.5 5.05 18.83-46.96 12.59 3.43 12.8 46.96-12.58 12.99 48.47c.87 3.27-.41 5.5-3.68 6.37a185.62 185.62 0 01-16.18 3.4l6.25 11.78 17.58-4.71zm-45.1-48.75l-8.48 9a234.73 234.73 0 0123.86 20.26l8.6-10.11c-5.96-5.67-14.02-12.13-23.97-19.15zm80.12 4.64l3.16 11.8 63.41-16.99-3.16-11.8z"
20
+ },
21
+ "children": []
22
+ }]
23
+ }
24
+ };
25
+ export default node;
@@ -0,0 +1,18 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ defaultColor: string;
11
+ attrs: {
12
+ d: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;