@firesoon/icons-react 3.0.7 → 3.0.9

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 (73) hide show
  1. package/es/components/fs/business-menu/License.d.ts +4 -0
  2. package/es/components/fs/business-menu/License.js +12 -0
  3. package/es/components/fs/business-menu/LicenseFill.d.ts +4 -0
  4. package/es/components/fs/business-menu/LicenseFill.js +12 -0
  5. package/es/components/fs/business-menu/Temporary.d.ts +4 -0
  6. package/es/components/fs/business-menu/Temporary.js +12 -0
  7. package/es/components/fs/business-menu/TemporaryFill.d.ts +4 -0
  8. package/es/components/fs/business-menu/TemporaryFill.js +12 -0
  9. package/es/components/fs/business-menu/index.d.ts +4 -0
  10. package/es/components/fs/business-menu/index.js +4 -0
  11. package/es/components/fs/suggestion/FsSpecial.d.ts +4 -0
  12. package/es/components/fs/suggestion/FsSpecial.js +12 -0
  13. package/es/components/fs/suggestion/index.d.ts +1 -0
  14. package/es/components/fs/suggestion/index.js +1 -0
  15. package/es/components/sbt/business-menu/SbtApiRecord.d.ts +4 -0
  16. package/es/components/sbt/business-menu/SbtApiRecord.js +12 -0
  17. package/es/components/sbt/business-menu/SbtPingan.d.ts +4 -0
  18. package/es/components/sbt/business-menu/SbtPingan.js +12 -0
  19. package/es/components/sbt/business-menu/index.d.ts +2 -0
  20. package/es/components/sbt/business-menu/index.js +3 -1
  21. package/es/icons/fs/business-menu/license-fill.d.ts +17 -0
  22. package/es/icons/fs/business-menu/license-fill.js +17 -0
  23. package/es/icons/fs/business-menu/license.d.ts +17 -0
  24. package/es/icons/fs/business-menu/license.js +17 -0
  25. package/es/icons/fs/business-menu/temporary-fill.d.ts +17 -0
  26. package/es/icons/fs/business-menu/temporary-fill.js +17 -0
  27. package/es/icons/fs/business-menu/temporary.d.ts +17 -0
  28. package/es/icons/fs/business-menu/temporary.js +29 -0
  29. package/es/icons/fs/suggestion/fs-special.d.ts +17 -0
  30. package/es/icons/fs/suggestion/fs-special.js +17 -0
  31. package/es/icons/sbt/business-menu/sbt-api-record.d.ts +17 -0
  32. package/es/icons/sbt/business-menu/sbt-api-record.js +17 -0
  33. package/es/icons/sbt/business-menu/sbt-pingan.d.ts +17 -0
  34. package/es/icons/sbt/business-menu/sbt-pingan.js +17 -0
  35. package/es/index.d.ts +182 -175
  36. package/es/index.js +183 -176
  37. package/lib/components/fs/business-menu/License.d.ts +4 -0
  38. package/lib/components/fs/business-menu/License.js +20 -0
  39. package/lib/components/fs/business-menu/LicenseFill.d.ts +4 -0
  40. package/lib/components/fs/business-menu/LicenseFill.js +20 -0
  41. package/lib/components/fs/business-menu/Temporary.d.ts +4 -0
  42. package/lib/components/fs/business-menu/Temporary.js +20 -0
  43. package/lib/components/fs/business-menu/TemporaryFill.d.ts +4 -0
  44. package/lib/components/fs/business-menu/TemporaryFill.js +20 -0
  45. package/lib/components/fs/business-menu/index.d.ts +4 -0
  46. package/lib/components/fs/business-menu/index.js +28 -0
  47. package/lib/components/fs/suggestion/FsSpecial.d.ts +4 -0
  48. package/lib/components/fs/suggestion/FsSpecial.js +20 -0
  49. package/lib/components/fs/suggestion/index.d.ts +1 -0
  50. package/lib/components/fs/suggestion/index.js +7 -0
  51. package/lib/components/sbt/business-menu/SbtApiRecord.d.ts +4 -0
  52. package/lib/components/sbt/business-menu/SbtApiRecord.js +20 -0
  53. package/lib/components/sbt/business-menu/SbtPingan.d.ts +4 -0
  54. package/lib/components/sbt/business-menu/SbtPingan.js +20 -0
  55. package/lib/components/sbt/business-menu/index.d.ts +2 -0
  56. package/lib/components/sbt/business-menu/index.js +14 -0
  57. package/lib/icons/fs/business-menu/license-fill.d.ts +17 -0
  58. package/lib/icons/fs/business-menu/license-fill.js +24 -0
  59. package/lib/icons/fs/business-menu/license.d.ts +17 -0
  60. package/lib/icons/fs/business-menu/license.js +24 -0
  61. package/lib/icons/fs/business-menu/temporary-fill.d.ts +17 -0
  62. package/lib/icons/fs/business-menu/temporary-fill.js +24 -0
  63. package/lib/icons/fs/business-menu/temporary.d.ts +17 -0
  64. package/lib/icons/fs/business-menu/temporary.js +36 -0
  65. package/lib/icons/fs/suggestion/fs-special.d.ts +17 -0
  66. package/lib/icons/fs/suggestion/fs-special.js +24 -0
  67. package/lib/icons/sbt/business-menu/sbt-api-record.d.ts +17 -0
  68. package/lib/icons/sbt/business-menu/sbt-api-record.js +24 -0
  69. package/lib/icons/sbt/business-menu/sbt-pingan.d.ts +17 -0
  70. package/lib/icons/sbt/business-menu/sbt-pingan.js +24 -0
  71. package/lib/index.d.ts +182 -175
  72. package/lib/index.js +224 -175
  73. package/package.json +1 -1
@@ -9,6 +9,7 @@ export { default as DailyOperation } from './DailyOperation';
9
9
  export { default as DrgsColor } from './DrgsColor';
10
10
  export { default as Fail } from './Fail';
11
11
  export { default as FailFill } from './FailFill';
12
+ export { default as FsSpecial } from './FsSpecial';
12
13
  export { default as HospitalTransfer } from './HospitalTransfer';
13
14
  export { default as Inform } from './Inform';
14
15
  export { default as Information } from './Information';
@@ -69,6 +69,12 @@ Object.defineProperty(exports, "FailFill", {
69
69
  return _FailFill.default;
70
70
  }
71
71
  });
72
+ Object.defineProperty(exports, "FsSpecial", {
73
+ enumerable: true,
74
+ get: function get() {
75
+ return _FsSpecial.default;
76
+ }
77
+ });
72
78
  Object.defineProperty(exports, "HospitalTransfer", {
73
79
  enumerable: true,
74
80
  get: function get() {
@@ -218,6 +224,7 @@ var _DailyOperation = _interopRequireDefault(require("./DailyOperation"));
218
224
  var _DrgsColor = _interopRequireDefault(require("./DrgsColor"));
219
225
  var _Fail = _interopRequireDefault(require("./Fail"));
220
226
  var _FailFill = _interopRequireDefault(require("./FailFill"));
227
+ var _FsSpecial = _interopRequireDefault(require("./FsSpecial"));
221
228
  var _HospitalTransfer = _interopRequireDefault(require("./HospitalTransfer"));
222
229
  var _Inform = _interopRequireDefault(require("./Inform"));
223
230
  var _Information = _interopRequireDefault(require("./Information"));
@@ -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,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _Icon = _interopRequireDefault(require("../../../Icon"));
9
+ var _sbtApiRecord = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-api-record"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ 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); }
12
+ var _default = function _default() {
13
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
+ return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
+ rootNode: _sbtApiRecord.default,
16
+ iconName: 'sbt-api-record',
17
+ "icon-type": 'sbt/business-menu'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -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,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _Icon = _interopRequireDefault(require("../../../Icon"));
9
+ var _sbtPingan = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-pingan"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ 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); }
12
+ var _default = function _default() {
13
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
14
+ return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
15
+ rootNode: _sbtPingan.default,
16
+ iconName: 'sbt-pingan',
17
+ "icon-type": 'sbt/business-menu'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -1,2 +1,4 @@
1
1
  export { default as Payment } from './Payment';
2
2
  export { default as PaymentFill } from './PaymentFill';
3
+ export { default as SbtApiRecord } from './SbtApiRecord';
4
+ export { default as SbtPingan } from './SbtPingan';
@@ -15,6 +15,20 @@ Object.defineProperty(exports, "PaymentFill", {
15
15
  return _PaymentFill.default;
16
16
  }
17
17
  });
18
+ Object.defineProperty(exports, "SbtApiRecord", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _SbtApiRecord.default;
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "SbtPingan", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _SbtPingan.default;
28
+ }
29
+ });
18
30
  var _Payment = _interopRequireDefault(require("./Payment"));
19
31
  var _PaymentFill = _interopRequireDefault(require("./PaymentFill"));
32
+ var _SbtApiRecord = _interopRequireDefault(require("./SbtApiRecord"));
33
+ var _SbtPingan = _interopRequireDefault(require("./SbtPingan"));
20
34
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -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": "license-fill",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M880 112a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h736zM664 288h-48a8 8 0 00-8 8v188.03a128 128 0 1064 0l-.06-67.84h56.44l2.56-.45a8 8 0 005.44-7.61v-48a8 8 0 00-8-8l-56.44.06L672 296l-.38-2.56A8 8 0 00664 288zM440 640H264a8 8 0 00-8 8v48a8 8 0 008 8h176a8 8 0 008-8v-48a8 8 0 00-8-8zm200-96a64 64 0 110 128 64 64 0 010-128zm-200-64H264a8 8 0 00-8 8v48a8 8 0 008 8h176a8 8 0 008-8v-48a8 8 0 00-8-8zm64-160H264a8 8 0 00-8 8v48a8 8 0 008 8h240a8 8 0 008-8v-48a8 8 0 00-8-8z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ var _default = node;
24
+ exports.default = _default;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -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": "license",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M880 112a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h736zm-32 64H176v672h672V176zM664 288a8.1 8.1 0 017.62 5.44L672 296l-.06 56.2h56.44c4.42 0 8 3.51 8 7.93v48a8 8 0 01-5.44 7.61l-2.56.39-56.44.06.06 67.84a128 128 0 11-64 0V296a8 8 0 018-8zM440 640a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h176zm200-96a64 64 0 100 128 64 64 0 000-128zm-200-64a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h176zm64-160a8 8 0 018 8v48a8 8 0 01-8 8H264a8 8 0 01-8-8v-48a8 8 0 018-8h240z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ var _default = node;
24
+ exports.default = _default;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -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": "temporary-fill",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M628.16 64a32 32 0 0120.8 7.68L852.8 246.4a32 32 0 0111.2 24.32V928a32 32 0 01-32 32H192a32 32 0 01-32-32V96a32 32 0 0132-32zM480 352h-64a8 8 0 00-8 8v248a8 8 0 008 8h248a8 8 0 008-8v-64a8 8 0 00-8-8l-176-.06V360a8 8 0 00-5.44-7.62L480 352z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ var _default = node;
24
+ exports.default = _default;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "temporary",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M628.16 64a32 32 0 0120.8 7.68L852.8 246.4a32 32 0 0111.2 24.32V928a32 32 0 01-32 32H192a32 32 0 01-32-32V96a32 32 0 0132-32zm-13.95 64H224v768h576V288L614.2 128z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M416 352h64q8 0 8 8v248q0 8-8 8h-64q-8 0-8-8V360q0-8 8-8z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M671.94 544.06v64q0 8-8 8h-248q-8 0-8-8v-64q0-8 8-8h248q8 0 8 8z"
30
+ },
31
+ "children": []
32
+ }]
33
+ }
34
+ };
35
+ var _default = node;
36
+ exports.default = _default;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -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": "fs-special",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "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-384zm75.35 129.35v53.9H497.7v52.25h89.65v47.85h-119.9v53.9h297v-53.9H645.1V363.5h95.15v-52.25H645.1v-53.9h-57.75zm-107.8 256.3v53.9h166.1v124.3c0 14.3-5.5 21.45-16.5 21.45-19.8 0-40.7-1.65-62.15-3.85l11.55 53.9h69.85c35.2 0 53.35-19.25 53.35-57.75V567.55h57.2v-53.9h-57.2v-29.7h-56.1v29.7h-166.1zm48.95 67.1l-44.55 28.05c26.4 30.8 47.3 59.4 62.7 85.25l45.65-31.9c-15.4-23.1-36.3-50.05-63.8-81.4zm-206.25-158.4h35.2V553.8c-33 9.9-66 17.6-100.1 23.65L271.1 633c29.15-7.7 57.75-16.5 86.35-25.85V767.2H413V587.35c14.3-5.5 29.15-11.55 44-17.6v-53.9a813.66 813.66 0 01-44 18.7v-112.2h41.25v-55H413V259h-55.55v108.35h-27.5c2.2-19.8 3.3-40.7 4.4-61.6l-51.7-3.85c-2.2 63.8-11.55 124.85-28.05 182.6l50.05 14.3a673.1 673.1 0 0017.6-76.45z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ var _default = node;
24
+ exports.default = _default;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -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": "sbt-api-record",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M864 928a32 32 0 01-32 32H192a32 32 0 01-32-32V96a32 32 0 0132-32h640a32 32 0 0132 32v832zm-64-32V128H224v768h576zm-96-104a8 8 0 01-8 8H328a8 8 0 01-8-8v-48a8 8 0 018-8h368a8 8 0 018 8v48zm0-128a8 8 0 01-8 8H328a8 8 0 01-8-8v-48a8 8 0 018-8h368a8 8 0 018 8v48zM400 264a8 8 0 018-8h48a8 8 0 018 8v152h152a8 8 0 018 8v48a8 8 0 01-8 8H408a8 8 0 01-8-7.75V264z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ var _default = node;
24
+ exports.default = _default;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -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": "sbt-pingan",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "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-384zM288.15 277.7v56.1h192.5V523h-214.5v55.55h214.5v188.1h58.3v-188.1h218.9V523h-218.9V333.8H737.5v-56.1H288.15zM369 355.8l-53.35 25.85c19.8 36.3 39.05 77.55 56.65 123.2l53.9-26.4c-18.7-45.1-37.4-85.8-57.2-122.65zm290.95-2.2C645.1 393.75 625.3 434.45 600 475.15l51.7 26.4c24.75-39.6 45.1-80.85 60.5-123.2l-52.25-24.75z"
18
+ },
19
+ "children": []
20
+ }]
21
+ }
22
+ };
23
+ var _default = node;
24
+ exports.default = _default;