@semcore/illustration 1.1.4 → 1.2.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.
Files changed (110) hide show
  1. package/AreaChart/index.js +11 -11
  2. package/AreaChart/index.mjs +11 -11
  3. package/CHANGELOG.md +12 -24
  4. package/ChoroplethMapChart/index.js +13 -13
  5. package/ChoroplethMapChart/index.mjs +13 -13
  6. package/Coffee/index.js +15 -15
  7. package/Coffee/index.mjs +15 -15
  8. package/Collection/index.js +10 -10
  9. package/Collection/index.mjs +10 -10
  10. package/CombinedChart/index.js +17 -37
  11. package/CombinedChart/index.mjs +17 -37
  12. package/Congrats/index.js +18 -18
  13. package/Congrats/index.mjs +18 -18
  14. package/DonutChart/index.js +16 -16
  15. package/DonutChart/index.mjs +16 -16
  16. package/Duplicates/index.js +19 -23
  17. package/Duplicates/index.mjs +19 -23
  18. package/FunnelChart/index.js +18 -31
  19. package/FunnelChart/index.mjs +18 -31
  20. package/Good/index.js +26 -30
  21. package/Good/index.mjs +26 -30
  22. package/HeatMapChart/index.js +17 -49
  23. package/HeatMapChart/index.mjs +17 -49
  24. package/HorizontalBarChart/index.js +15 -32
  25. package/HorizontalBarChart/index.mjs +15 -32
  26. package/KagiChart/index.js +9 -9
  27. package/KagiChart/index.mjs +9 -9
  28. package/LICENSE +21 -0
  29. package/LineChart/index.js +10 -10
  30. package/LineChart/index.mjs +10 -10
  31. package/LollipopChart/index.js +12 -12
  32. package/LollipopChart/index.mjs +12 -12
  33. package/Nexttime/index.js +14 -14
  34. package/Nexttime/index.mjs +14 -14
  35. package/NothingFound/index.js +19 -35
  36. package/NothingFound/index.mjs +19 -35
  37. package/OtherData/index.js +22 -22
  38. package/OtherData/index.mjs +22 -22
  39. package/PieChart/index.js +14 -14
  40. package/PieChart/index.mjs +14 -14
  41. package/Processing/index.js +16 -16
  42. package/Processing/index.mjs +16 -16
  43. package/RadarChart/index.js +14 -27
  44. package/RadarChart/index.mjs +14 -27
  45. package/RadialTreeChart/index.js +20 -20
  46. package/RadialTreeChart/index.mjs +20 -20
  47. package/SankeyChart/index.js +15 -15
  48. package/SankeyChart/index.mjs +15 -15
  49. package/ScatterPlotChart/index.js +16 -33
  50. package/ScatterPlotChart/index.mjs +16 -33
  51. package/StackedAreaChart/index.js +15 -15
  52. package/StackedAreaChart/index.mjs +15 -15
  53. package/Suggestion/index.js +15 -15
  54. package/Suggestion/index.mjs +15 -15
  55. package/Suggestions/index.js +16 -16
  56. package/Suggestions/index.mjs +16 -16
  57. package/Table/index.js +11 -15
  58. package/Table/index.mjs +11 -15
  59. package/TagCloud/index.js +16 -56
  60. package/TagCloud/index.mjs +16 -56
  61. package/TextLinksEtc/index.js +12 -16
  62. package/TextLinksEtc/index.mjs +12 -16
  63. package/UnderConstruction/index.js +30 -30
  64. package/UnderConstruction/index.mjs +30 -30
  65. package/VennChart/index.js +16 -33
  66. package/VennChart/index.mjs +16 -33
  67. package/VerticalBarChart/index.js +12 -12
  68. package/VerticalBarChart/index.mjs +12 -12
  69. package/Waiting/index.js +12 -12
  70. package/Waiting/index.mjs +12 -12
  71. package/Warning/index.js +14 -18
  72. package/Warning/index.mjs +14 -18
  73. package/lib/cjs/index.js +1 -1
  74. package/lib/es6/index.js +1 -1
  75. package/package.json +8 -8
  76. package/svg/AreaChart.svg +1 -13
  77. package/svg/ChoroplethMapChart.svg +1 -15
  78. package/svg/Coffee.svg +1 -10
  79. package/svg/Collection.svg +1 -12
  80. package/svg/CombinedChart.svg +1 -23
  81. package/svg/Congrats.svg +1 -27
  82. package/svg/DonutChart.svg +1 -18
  83. package/svg/Duplicates.svg +1 -16
  84. package/svg/FunnelChart.svg +1 -18
  85. package/svg/Good.svg +1 -20
  86. package/svg/HeatMapChart.svg +1 -27
  87. package/svg/HorizontalBarChart.svg +1 -19
  88. package/svg/KagiChart.svg +1 -11
  89. package/svg/LineChart.svg +1 -12
  90. package/svg/LollipopChart.svg +1 -14
  91. package/svg/Nexttime.svg +1 -16
  92. package/svg/NothingFound.svg +1 -21
  93. package/svg/OtherData.svg +1 -16
  94. package/svg/PieChart.svg +1 -16
  95. package/svg/Processing.svg +1 -13
  96. package/svg/RadarChart.svg +1 -18
  97. package/svg/RadialTreeChart.svg +1 -19
  98. package/svg/SankeyChart.svg +1 -17
  99. package/svg/ScatterPlotChart.svg +1 -20
  100. package/svg/StackedAreaChart.svg +1 -17
  101. package/svg/Suggestion.svg +1 -13
  102. package/svg/Suggestions.svg +1 -13
  103. package/svg/Table.svg +1 -11
  104. package/svg/TagCloud.svg +1 -26
  105. package/svg/TextLinksEtc.svg +1 -12
  106. package/svg/UnderConstruction.svg +1 -21
  107. package/svg/VennChart.svg +1 -20
  108. package/svg/VerticalBarChart.svg +1 -14
  109. package/svg/Waiting.svg +1 -14
  110. package/svg/Warning.svg +1 -13
@@ -6,9 +6,9 @@ import { Box } from '@semcore/flex-box';
6
6
 
7
7
  function RadialTreeChart({
8
8
  fill = 'none',
9
- width = '78',
10
- height = '72',
11
- viewBox = '0 0 78 72',
9
+ width = '80',
10
+ height = '80',
11
+ viewBox = '0 0 80 80',
12
12
  ...props
13
13
  }, ref) {
14
14
  return /*#__PURE__*/React.createElement(Box, _extends({
@@ -19,11 +19,11 @@ function RadialTreeChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M52.12 7.42H27.05a1 1 0 0 0-.99 1.01v6.42H.99a1 1 0 0 0-.99 1v15.4C0 53.08 17.04 71.23 38.5 71.5 60.33 71.77 78 53.9 78 31.8V1a1 1 0 0 0-1-1H52.94a1 1 0 0 0-.99 1v6.42h.18Z",
22
+ d: "M53.12 11.425H28.052a1.01 1.01 0 0 0-.992 1.008v6.416H1.992A1.01 1.01 0 0 0 1 19.858v15.399c0 21.816 17.043 39.965 38.504 40.24C61.326 75.772 79 57.897 79 35.807V5.008C79 4.458 78.55 4 78.008 4H53.932a1.01 1.01 0 0 0-.992 1.008v6.417h.18Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- d: "M64.92 53.6s.1-.05.12-.08l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L10.7 20.5l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L64.11 54c.27-.08.52-.21.75-.35l.05-.03.02-.01Z",
26
+ d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.587 8.073-1.395-3.123-3.415 5.88a6.467 6.467 0 0 0-.216.366v.022a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342c.27-.076.52-.206.746-.346l.054-.032.011-.011Z",
27
27
  fill: "#E0E1E9",
28
28
  stroke: "#6C6E79",
29
29
  strokeWidth: ".7",
@@ -31,34 +31,34 @@ function RadialTreeChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m70.76 49.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L56.2 5.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
34
+ d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
35
35
  fill: "#fff",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
- d: "M64.45 14.82 10.06 26.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L56.2 5.77a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
38
+ d: "M65.449 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z",
39
39
  fill: "#6C6E79",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
- d: "M17.4 19.42a1.87 1.87 0 0 1-1.42 2.37 2.19 2.19 0 0 1-2.53-1.53 1.87 1.87 0 0 1 1.42-2.37 2.2 2.2 0 0 1 2.52 1.54v-.01Z",
42
+ d: "M18.39 23.419a1.873 1.873 0 0 1-1.415 2.366c-1.092.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z",
43
43
  fill: "#fff",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "M24.38 17.94c.29 1.06-.33 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z",
46
+ d: "M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.291-1.07.325-2.118 1.405-2.345 1.081-.227 2.173.464 2.464 1.523v.011Z",
47
47
  fill: "#E0E1E9",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M10.09 26.84s.32-3.15.6-6.38l-1.37-3.09-3.42 5.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
50
+ d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.504 6.504 0 0 0-.217.367v.021a5.637 5.637 0 0 0-.454 4.248l1.395 4.906 3.458-5.965v.01Z",
51
51
  fill: "#6C6E79",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "m70.76 49.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L56.2 5.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
54
+ d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
55
55
  stroke: "#6C6E79",
56
56
  strokeWidth: ".7",
57
57
  strokeLinecap: "round",
58
58
  strokeLinejoin: "round",
59
59
  shapeRendering: "geometricPrecision"
60
60
  }), /*#__PURE__*/React.createElement("path", {
61
- d: "m25.95 35.67-7.28 1.73a.79.79 0 0 1-.94-.55l-.94-3.37a.79.79 0 0 1 .58-.98l7.32-1.68a.8.8 0 0 1 .94.56l.92 3.3a.8.8 0 0 1-.58.99h-.02Z",
61
+ d: "m26.952 39.668-7.284 1.73a.79.79 0 0 1-.94-.552l-.94-3.361a.789.789 0 0 1 .583-.983l7.317-1.687a.793.793 0 0 1 .94.563l.919 3.307a.795.795 0 0 1-.573.983h-.022Z",
62
62
  fill: "#6C6E79",
63
63
  stroke: "#6C6E79",
64
64
  strokeWidth: ".7",
@@ -66,7 +66,7 @@ function RadialTreeChart({
66
66
  strokeLinejoin: "round",
67
67
  shapeRendering: "geometricPrecision"
68
68
  }), /*#__PURE__*/React.createElement("path", {
69
- d: "m44.2 26.87-7.3 1.73a.79.79 0 0 1-.93-.55l-.94-3.36a.79.79 0 0 1 .58-.98l7.32-1.69a.8.8 0 0 1 .94.56l.92 3.31a.8.8 0 0 1-.57.98h-.03ZM30.85 53.22l-7.18 1.9a.79.79 0 0 1-.96-.55l-.93-3.3a.78.78 0 0 1 .56-.97l7.21-1.85a.8.8 0 0 1 .96.55l.91 3.25a.78.78 0 0 1-.56.98l-.01-.01Z",
69
+ d: "m45.194 30.874-7.285 1.729a.79.79 0 0 1-.94-.551l-.94-3.361a.789.789 0 0 1 .583-.984l7.317-1.686a.793.793 0 0 1 .94.562l.919 3.307a.795.795 0 0 1-.573.984h-.021ZM31.847 57.216l-7.176 1.902a.786.786 0 0 1-.962-.55l-.93-3.297a.782.782 0 0 1 .562-.973l7.21-1.848a.795.795 0 0 1 .96.551l.909 3.253a.782.782 0 0 1-.562.973l-.011-.01Z",
70
70
  fill: "#E0E1E9",
71
71
  stroke: "#6C6E79",
72
72
  strokeWidth: ".7",
@@ -74,7 +74,7 @@ function RadialTreeChart({
74
74
  strokeLinejoin: "round",
75
75
  shapeRendering: "geometricPrecision"
76
76
  }), /*#__PURE__*/React.createElement("path", {
77
- d: "m62.74 26.93-6.37 1.51a.79.79 0 0 1-.95-.56l-.83-3.11a.79.79 0 0 1 .59-.97l6.4-1.47c.4-.1.83.15.93.57l.82 3.07a.8.8 0 0 1-.59.97v-.01Z",
77
+ d: "m63.742 30.93-6.377 1.512a.787.787 0 0 1-.94-.562l-.832-3.112a.786.786 0 0 1 .583-.973l6.398-1.47a.785.785 0 0 1 .94.573l.811 3.07a.799.799 0 0 1-.584.972v-.01Z",
78
78
  fill: "#6C6E79",
79
79
  stroke: "#6C6E79",
80
80
  strokeWidth: ".7",
@@ -82,7 +82,7 @@ function RadialTreeChart({
82
82
  strokeLinejoin: "round",
83
83
  shapeRendering: "geometricPrecision"
84
84
  }), /*#__PURE__*/React.createElement("path", {
85
- d: "m67.16 43.62-6.29 1.66a.79.79 0 0 1-.96-.56l-.81-3.05a.8.8 0 0 1 .56-.97l6.31-1.62c.42-.1.86.14.96.56l.8 3.02c.1.42-.15.85-.57.96Z",
85
+ d: "m68.16 47.618-6.29 1.664a.788.788 0 0 1-.962-.561l-.81-3.048a.804.804 0 0 1 .562-.973l6.311-1.621a.787.787 0 0 1 .962.562l.789 3.015a.788.788 0 0 1-.562.962Z",
86
86
  fill: "#E0E1E9",
87
87
  stroke: "#6C6E79",
88
88
  strokeWidth: ".7",
@@ -90,7 +90,7 @@ function RadialTreeChart({
90
90
  strokeLinejoin: "round",
91
91
  shapeRendering: "geometricPrecision"
92
92
  }), /*#__PURE__*/React.createElement("path", {
93
- d: "m52.09 51.56-6.3 1.67a.79.79 0 0 1-.95-.56l-.81-3.05a.8.8 0 0 1 .56-.97l6.3-1.62c.43-.11.86.14.97.56l.79 3.01c.1.42-.14.86-.56.96Z",
93
+ d: "m53.088 55.564-6.29 1.665a.788.788 0 0 1-.962-.562l-.81-3.048a.804.804 0 0 1 .561-.973l6.312-1.62a.788.788 0 0 1 .962.561l.789 3.015a.788.788 0 0 1-.562.962Z",
94
94
  fill: "#6C6E79",
95
95
  stroke: "#6C6E79",
96
96
  strokeWidth: ".7",
@@ -98,14 +98,14 @@ function RadialTreeChart({
98
98
  strokeLinejoin: "round",
99
99
  shapeRendering: "geometricPrecision"
100
100
  }), /*#__PURE__*/React.createElement("path", {
101
- d: "m28.02 35.45 6.75 1.57M31.42 47.7l5.06-4.5M54.58 29.13l-4.8 4.26M41.2 29l1.3 4M45.35 42 47 46.5M57.73 40.94l-6.32-1.49",
101
+ d: "m29.016 39.445 6.755 1.578M32.419 51.695l5.058-4.486M55.58 33.127l-4.798 4.259M42.193 33l1.307 4M46.353 46 48 50.5M58.725 44.943l-6.312-1.492",
102
102
  stroke: "#6C6E79",
103
103
  strokeWidth: ".7",
104
104
  strokeLinecap: "round",
105
105
  strokeLinejoin: "round",
106
106
  shapeRendering: "geometricPrecision"
107
107
  }), /*#__PURE__*/React.createElement("path", {
108
- d: "m51.91 37.73-2.1-.52-.93-3.45a.8.8 0 0 0-.96-.56l-7.24 1.75-2.36-.59-.87-.34-1.54 2.31-.03.02a.81.81 0 0 0-.07.6l1.6 5.86c.13.4.55.66.96.55l11.48-2.9c.26-.06.37-.26.53-.49l1.53-2.24Z",
108
+ d: "m52.912 41.726-2.108-.519-.929-3.447a.794.794 0 0 0-.951-.562l-7.241 1.75-2.367-.583-.864-.346-1.546 2.313-.022.022a.812.812 0 0 0-.075.594l1.61 5.858c.119.41.54.659.951.55l11.478-2.895c.26-.065.372-.26.53-.487l1.534-2.248Z",
109
109
  fill: "#E0E1E9",
110
110
  stroke: "#6C6E79",
111
111
  strokeWidth: ".7",
@@ -113,7 +113,7 @@ function RadialTreeChart({
113
113
  strokeLinejoin: "round",
114
114
  shapeRendering: "geometricPrecision"
115
115
  }), /*#__PURE__*/React.createElement("path", {
116
- d: "M51.43 38.1 39.95 41a.78.78 0 0 1-.95-.55l-1.61-5.85a.78.78 0 0 1 .57-.98l11.53-2.78a.8.8 0 0 1 .95.56L52 37.14a.79.79 0 0 1-.57.97h0Z",
116
+ d: "M52.426 42.11 40.95 45.005a.778.778 0 0 1-.951-.551l-1.61-5.858a.78.78 0 0 1 .572-.973l11.532-2.788a.804.804 0 0 1 .95.562l1.546 5.739a.789.789 0 0 1-.572.972h.01Z",
117
117
  fill: "#fff",
118
118
  stroke: "#6C6E79",
119
119
  strokeWidth: ".7",
@@ -121,7 +121,7 @@ function RadialTreeChart({
121
121
  strokeLinejoin: "round",
122
122
  shapeRendering: "geometricPrecision"
123
123
  }), /*#__PURE__*/React.createElement("path", {
124
- d: "M38.35 38 42 32.68M41.94 40.5l6.42-9.35M48.36 38.88l2.95-4.3",
124
+ d: "M39.352 42 43 36.681M42.943 44.5l6.416-9.353M49.364 42.878l2.949-4.3",
125
125
  stroke: "#6C6E79",
126
126
  strokeWidth: ".7",
127
127
  strokeMiterlimit: "10",
@@ -37,11 +37,11 @@ function SankeyChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M53.12 11.42H28.05a1 1 0 0 0-.99 1.01v6.42H1.99a1 1 0 0 0-.99 1v15.4C1 57.08 18.04 75.23 39.5 75.5 61.33 75.77 79 57.9 79 35.8V5a1 1 0 0 0-1-1H53.94a1 1 0 0 0-.99 1v6.42h.18Z",
40
+ d: "M53.12 11.425H28.052a1.01 1.01 0 0 0-.992 1.008v6.416H1.992A1.01 1.01 0 0 0 1 19.858v15.399c0 21.816 17.043 39.965 38.504 40.24C61.326 75.772 79 57.897 79 35.807V5.008C79 4.458 78.55 4 78.008 4H53.932a1.01 1.01 0 0 0-.992 1.008v6.417h.18Z",
41
41
  fill: "#E0E1E9",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
- d: "M65.92 57.6s.1-.05.12-.08l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.5l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.21.75-.35l.05-.03.02-.01Z",
44
+ d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.587 8.073-1.395-3.123-3.415 5.88a6.467 6.467 0 0 0-.216.366v.022a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342c.27-.076.52-.206.746-.346l.054-.032.011-.011Z",
45
45
  fill: "#E0E1E9",
46
46
  stroke: "#6C6E79",
47
47
  strokeWidth: ".7",
@@ -49,34 +49,34 @@ function SankeyChart(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
52
+ d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
53
53
  fill: "#fff",
54
54
  shapeRendering: "geometricPrecision"
55
55
  }), /*#__PURE__*/_react["default"].createElement("path", {
56
- d: "M65.45 18.82 11.06 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
56
+ d: "M65.449 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z",
57
57
  fill: "#6C6E79",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
- d: "M18.4 23.42a1.87 1.87 0 0 1-1.42 2.37 2.19 2.19 0 0 1-2.53-1.53 1.87 1.87 0 0 1 1.42-2.37 2.2 2.2 0 0 1 2.52 1.54v-.01Z",
60
+ d: "M18.39 23.419a1.873 1.873 0 0 1-1.415 2.366c-1.092.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z",
61
61
  fill: "#fff",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
- d: "M25.38 21.94c.29 1.06-.33 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z",
64
+ d: "M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.291-1.07.325-2.118 1.405-2.345 1.081-.227 2.173.464 2.464 1.523v.011Z",
65
65
  fill: "#E0E1E9",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "M11.09 30.84s.32-3.15.6-6.38l-1.37-3.09-3.42 5.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
68
+ d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.504 6.504 0 0 0-.217.367v.021a5.637 5.637 0 0 0-.454 4.248l1.395 4.906 3.458-5.965v.01Z",
69
69
  fill: "#6C6E79",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
72
+ d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
73
73
  stroke: "#6C6E79",
74
74
  strokeWidth: ".7",
75
75
  strokeLinecap: "round",
76
76
  strokeLinejoin: "round",
77
77
  shapeRendering: "geometricPrecision"
78
78
  }), /*#__PURE__*/_react["default"].createElement("path", {
79
- d: "m26.95 39.67-7.28 1.73a.79.79 0 0 1-.94-.55l-.94-3.37a.79.79 0 0 1 .58-.98l7.32-1.68a.8.8 0 0 1 .94.56l.92 3.3a.8.8 0 0 1-.58.99h-.02Z",
79
+ d: "m26.953 39.668-7.285 1.73a.79.79 0 0 1-.94-.552l-.94-3.361a.789.789 0 0 1 .583-.983l7.317-1.687a.793.793 0 0 1 .94.563l.919 3.307a.795.795 0 0 1-.573.983h-.021Z",
80
80
  fill: "#E0E1E9",
81
81
  stroke: "#6C6E79",
82
82
  strokeWidth: ".7",
@@ -84,7 +84,7 @@ function SankeyChart(_ref, ref) {
84
84
  strokeLinejoin: "round",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/_react["default"].createElement("path", {
87
- d: "m31.85 57.22-7.18 1.9a.79.79 0 0 1-.96-.55l-.93-3.3a.78.78 0 0 1 .56-.97l7.21-1.85a.8.8 0 0 1 .96.55l.91 3.25a.78.78 0 0 1-.56.98l-.01-.01ZM63.74 30.93l-6.37 1.51a.79.79 0 0 1-.95-.56l-.83-3.11a.79.79 0 0 1 .59-.97l6.4-1.47c.4-.1.83.15.93.57l.82 3.07a.8.8 0 0 1-.59.97v-.01Z",
87
+ d: "m31.847 57.216-7.176 1.902a.786.786 0 0 1-.962-.55l-.93-3.297a.782.782 0 0 1 .563-.973l7.208-1.848a.795.795 0 0 1 .962.551l.908 3.253a.782.782 0 0 1-.562.973l-.01-.01ZM63.742 30.93l-6.377 1.512a.787.787 0 0 1-.94-.562l-.832-3.112a.786.786 0 0 1 .583-.973l6.398-1.47a.785.785 0 0 1 .94.573l.811 3.07a.799.799 0 0 1-.583.972v-.01Z",
88
88
  fill: "#6C6E79",
89
89
  stroke: "#6C6E79",
90
90
  strokeWidth: ".7",
@@ -92,7 +92,7 @@ function SankeyChart(_ref, ref) {
92
92
  strokeLinejoin: "round",
93
93
  shapeRendering: "geometricPrecision"
94
94
  }), /*#__PURE__*/_react["default"].createElement("path", {
95
- d: "m68.16 47.62-6.29 1.66a.79.79 0 0 1-.96-.56l-.81-3.05a.8.8 0 0 1 .56-.97l6.31-1.62c.42-.1.86.14.96.56l.8 3.02c.1.42-.15.85-.57.96Z",
95
+ d: "m68.16 47.618-6.29 1.664a.788.788 0 0 1-.962-.561l-.81-3.048a.804.804 0 0 1 .562-.973l6.311-1.621a.787.787 0 0 1 .962.562l.79 3.015a.788.788 0 0 1-.563.962Z",
96
96
  fill: "#E0E1E9",
97
97
  stroke: "#6C6E79",
98
98
  strokeWidth: ".7",
@@ -100,14 +100,14 @@ function SankeyChart(_ref, ref) {
100
100
  strokeLinejoin: "round",
101
101
  shapeRendering: "geometricPrecision"
102
102
  }), /*#__PURE__*/_react["default"].createElement("path", {
103
- d: "m29.02 39.45 6.75 1.57M32.42 51.7l5.06-4.5M55.58 33.13l-4.8 4.26M58.73 44.94l-6.32-1.49",
103
+ d: "m29.017 39.445 6.754 1.578M32.419 51.695l5.058-4.486M55.58 33.127l-4.798 4.258M58.725 44.942l-6.312-1.491",
104
104
  stroke: "#6C6E79",
105
105
  strokeWidth: ".7",
106
106
  strokeLinecap: "round",
107
107
  strokeLinejoin: "round",
108
108
  shapeRendering: "geometricPrecision"
109
109
  }), /*#__PURE__*/_react["default"].createElement("path", {
110
- d: "m52.91 41.73-2.1-.52-.93-3.45a.8.8 0 0 0-.96-.56l-7.24 1.75-2.36-.59-.87-.34-1.54 2.31-.03.02a.81.81 0 0 0-.07.6l1.6 5.86c.13.4.55.66.96.55l11.48-2.9c.26-.06.37-.26.53-.49l1.53-2.24Z",
110
+ d: "m52.912 41.726-2.107-.519-.93-3.447a.794.794 0 0 0-.95-.562l-7.242 1.75-2.367-.583-.864-.346-1.546 2.313-.021.022a.812.812 0 0 0-.076.594l1.61 5.858c.12.41.54.659.951.55l11.478-2.895c.26-.065.372-.26.53-.487l1.534-2.248Z",
111
111
  fill: "#E0E1E9",
112
112
  stroke: "#6C6E79",
113
113
  strokeWidth: ".7",
@@ -115,7 +115,7 @@ function SankeyChart(_ref, ref) {
115
115
  strokeLinejoin: "round",
116
116
  shapeRendering: "geometricPrecision"
117
117
  }), /*#__PURE__*/_react["default"].createElement("path", {
118
- d: "M52.43 42.1 40.95 45a.78.78 0 0 1-.95-.55l-1.61-5.85a.78.78 0 0 1 .57-.98l11.53-2.78a.8.8 0 0 1 .95.56L53 41.14a.79.79 0 0 1-.57.97h0Z",
118
+ d: "M52.426 42.11 40.95 45.005a.778.778 0 0 1-.951-.551l-1.61-5.858a.78.78 0 0 1 .572-.973l11.532-2.788a.804.804 0 0 1 .95.562l1.546 5.739a.789.789 0 0 1-.572.972h.01Z",
119
119
  fill: "#fff",
120
120
  stroke: "#6C6E79",
121
121
  strokeWidth: ".7",
@@ -123,7 +123,7 @@ function SankeyChart(_ref, ref) {
123
123
  strokeLinejoin: "round",
124
124
  shapeRendering: "geometricPrecision"
125
125
  }), /*#__PURE__*/_react["default"].createElement("path", {
126
- d: "M39.35 42 43 36.68M42.94 44.5l6.42-9.35M49.36 42.88l2.95-4.3",
126
+ d: "M39.352 42 43 36.681M42.943 44.5l6.416-9.353M49.364 42.878l2.949-4.3",
127
127
  stroke: "#6C6E79",
128
128
  strokeWidth: ".7",
129
129
  strokeMiterlimit: "10",
@@ -19,11 +19,11 @@ function SankeyChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M53.12 11.42H28.05a1 1 0 0 0-.99 1.01v6.42H1.99a1 1 0 0 0-.99 1v15.4C1 57.08 18.04 75.23 39.5 75.5 61.33 75.77 79 57.9 79 35.8V5a1 1 0 0 0-1-1H53.94a1 1 0 0 0-.99 1v6.42h.18Z",
22
+ d: "M53.12 11.425H28.052a1.01 1.01 0 0 0-.992 1.008v6.416H1.992A1.01 1.01 0 0 0 1 19.858v15.399c0 21.816 17.043 39.965 38.504 40.24C61.326 75.772 79 57.897 79 35.807V5.008C79 4.458 78.55 4 78.008 4H53.932a1.01 1.01 0 0 0-.992 1.008v6.417h.18Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- d: "M65.92 57.6s.1-.05.12-.08l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.5l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.21.75-.35l.05-.03.02-.01Z",
26
+ d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.587 8.073-1.395-3.123-3.415 5.88a6.467 6.467 0 0 0-.216.366v.022a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342c.27-.076.52-.206.746-.346l.054-.032.011-.011Z",
27
27
  fill: "#E0E1E9",
28
28
  stroke: "#6C6E79",
29
29
  strokeWidth: ".7",
@@ -31,34 +31,34 @@ function SankeyChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
34
+ d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
35
35
  fill: "#fff",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
- d: "M65.45 18.82 11.06 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
38
+ d: "M65.449 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.885-8.744c3.134-.637 6.225 1.286 7.024 4.377l1.222 4.67Z",
39
39
  fill: "#6C6E79",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
- d: "M18.4 23.42a1.87 1.87 0 0 1-1.42 2.37 2.19 2.19 0 0 1-2.53-1.53 1.87 1.87 0 0 1 1.42-2.37 2.2 2.2 0 0 1 2.52 1.54v-.01Z",
42
+ d: "M18.39 23.419a1.873 1.873 0 0 1-1.415 2.366c-1.092.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z",
43
43
  fill: "#fff",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "M25.38 21.94c.29 1.06-.33 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z",
46
+ d: "M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.291-1.07.325-2.118 1.405-2.345 1.081-.227 2.173.464 2.464 1.523v.011Z",
47
47
  fill: "#E0E1E9",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M11.09 30.84s.32-3.15.6-6.38l-1.37-3.09-3.42 5.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
50
+ d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.504 6.504 0 0 0-.217.367v.021a5.637 5.637 0 0 0-.454 4.248l1.395 4.906 3.458-5.965v.01Z",
51
51
  fill: "#6C6E79",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
54
+ d: "M71.76 53.554 24.086 66.555a2.734 2.734 0 0 1-3.35-1.891L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
55
55
  stroke: "#6C6E79",
56
56
  strokeWidth: ".7",
57
57
  strokeLinecap: "round",
58
58
  strokeLinejoin: "round",
59
59
  shapeRendering: "geometricPrecision"
60
60
  }), /*#__PURE__*/React.createElement("path", {
61
- d: "m26.95 39.67-7.28 1.73a.79.79 0 0 1-.94-.55l-.94-3.37a.79.79 0 0 1 .58-.98l7.32-1.68a.8.8 0 0 1 .94.56l.92 3.3a.8.8 0 0 1-.58.99h-.02Z",
61
+ d: "m26.953 39.668-7.285 1.73a.79.79 0 0 1-.94-.552l-.94-3.361a.789.789 0 0 1 .583-.983l7.317-1.687a.793.793 0 0 1 .94.563l.919 3.307a.795.795 0 0 1-.573.983h-.021Z",
62
62
  fill: "#E0E1E9",
63
63
  stroke: "#6C6E79",
64
64
  strokeWidth: ".7",
@@ -66,7 +66,7 @@ function SankeyChart({
66
66
  strokeLinejoin: "round",
67
67
  shapeRendering: "geometricPrecision"
68
68
  }), /*#__PURE__*/React.createElement("path", {
69
- d: "m31.85 57.22-7.18 1.9a.79.79 0 0 1-.96-.55l-.93-3.3a.78.78 0 0 1 .56-.97l7.21-1.85a.8.8 0 0 1 .96.55l.91 3.25a.78.78 0 0 1-.56.98l-.01-.01ZM63.74 30.93l-6.37 1.51a.79.79 0 0 1-.95-.56l-.83-3.11a.79.79 0 0 1 .59-.97l6.4-1.47c.4-.1.83.15.93.57l.82 3.07a.8.8 0 0 1-.59.97v-.01Z",
69
+ d: "m31.847 57.216-7.176 1.902a.786.786 0 0 1-.962-.55l-.93-3.297a.782.782 0 0 1 .563-.973l7.208-1.848a.795.795 0 0 1 .962.551l.908 3.253a.782.782 0 0 1-.562.973l-.01-.01ZM63.742 30.93l-6.377 1.512a.787.787 0 0 1-.94-.562l-.832-3.112a.786.786 0 0 1 .583-.973l6.398-1.47a.785.785 0 0 1 .94.573l.811 3.07a.799.799 0 0 1-.583.972v-.01Z",
70
70
  fill: "#6C6E79",
71
71
  stroke: "#6C6E79",
72
72
  strokeWidth: ".7",
@@ -74,7 +74,7 @@ function SankeyChart({
74
74
  strokeLinejoin: "round",
75
75
  shapeRendering: "geometricPrecision"
76
76
  }), /*#__PURE__*/React.createElement("path", {
77
- d: "m68.16 47.62-6.29 1.66a.79.79 0 0 1-.96-.56l-.81-3.05a.8.8 0 0 1 .56-.97l6.31-1.62c.42-.1.86.14.96.56l.8 3.02c.1.42-.15.85-.57.96Z",
77
+ d: "m68.16 47.618-6.29 1.664a.788.788 0 0 1-.962-.561l-.81-3.048a.804.804 0 0 1 .562-.973l6.311-1.621a.787.787 0 0 1 .962.562l.79 3.015a.788.788 0 0 1-.563.962Z",
78
78
  fill: "#E0E1E9",
79
79
  stroke: "#6C6E79",
80
80
  strokeWidth: ".7",
@@ -82,14 +82,14 @@ function SankeyChart({
82
82
  strokeLinejoin: "round",
83
83
  shapeRendering: "geometricPrecision"
84
84
  }), /*#__PURE__*/React.createElement("path", {
85
- d: "m29.02 39.45 6.75 1.57M32.42 51.7l5.06-4.5M55.58 33.13l-4.8 4.26M58.73 44.94l-6.32-1.49",
85
+ d: "m29.017 39.445 6.754 1.578M32.419 51.695l5.058-4.486M55.58 33.127l-4.798 4.258M58.725 44.942l-6.312-1.491",
86
86
  stroke: "#6C6E79",
87
87
  strokeWidth: ".7",
88
88
  strokeLinecap: "round",
89
89
  strokeLinejoin: "round",
90
90
  shapeRendering: "geometricPrecision"
91
91
  }), /*#__PURE__*/React.createElement("path", {
92
- d: "m52.91 41.73-2.1-.52-.93-3.45a.8.8 0 0 0-.96-.56l-7.24 1.75-2.36-.59-.87-.34-1.54 2.31-.03.02a.81.81 0 0 0-.07.6l1.6 5.86c.13.4.55.66.96.55l11.48-2.9c.26-.06.37-.26.53-.49l1.53-2.24Z",
92
+ d: "m52.912 41.726-2.107-.519-.93-3.447a.794.794 0 0 0-.95-.562l-7.242 1.75-2.367-.583-.864-.346-1.546 2.313-.021.022a.812.812 0 0 0-.076.594l1.61 5.858c.12.41.54.659.951.55l11.478-2.895c.26-.065.372-.26.53-.487l1.534-2.248Z",
93
93
  fill: "#E0E1E9",
94
94
  stroke: "#6C6E79",
95
95
  strokeWidth: ".7",
@@ -97,7 +97,7 @@ function SankeyChart({
97
97
  strokeLinejoin: "round",
98
98
  shapeRendering: "geometricPrecision"
99
99
  }), /*#__PURE__*/React.createElement("path", {
100
- d: "M52.43 42.1 40.95 45a.78.78 0 0 1-.95-.55l-1.61-5.85a.78.78 0 0 1 .57-.98l11.53-2.78a.8.8 0 0 1 .95.56L53 41.14a.79.79 0 0 1-.57.97h0Z",
100
+ d: "M52.426 42.11 40.95 45.005a.778.778 0 0 1-.951-.551l-1.61-5.858a.78.78 0 0 1 .572-.973l11.532-2.788a.804.804 0 0 1 .95.562l1.546 5.739a.789.789 0 0 1-.572.972h.01Z",
101
101
  fill: "#fff",
102
102
  stroke: "#6C6E79",
103
103
  strokeWidth: ".7",
@@ -105,7 +105,7 @@ function SankeyChart({
105
105
  strokeLinejoin: "round",
106
106
  shapeRendering: "geometricPrecision"
107
107
  }), /*#__PURE__*/React.createElement("path", {
108
- d: "M39.35 42 43 36.68M42.94 44.5l6.42-9.35M49.36 42.88l2.95-4.3",
108
+ d: "M39.352 42 43 36.681M42.943 44.5l6.416-9.353M49.364 42.878l2.949-4.3",
109
109
  stroke: "#6C6E79",
110
110
  strokeWidth: ".7",
111
111
  strokeMiterlimit: "10",
@@ -37,11 +37,11 @@ function ScatterPlotChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M5.23 57.65v9.55c0 .45.18.9.54 1.17l5.86 5.86c.36.36.72.54 1.17.54h9.55a38.96 38.96 0 0 0 35.3 0h9.55c.45 0 .9-.18 1.17-.54l5.86-5.86c.36-.36.54-.72.54-1.17v-9.55a38.96 38.96 0 0 0 0-35.3V12.8c0-.45-.18-.9-.54-1.17l-5.86-5.86a1.59 1.59 0 0 0-1.17-.54h-9.55a38.96 38.96 0 0 0-35.3 0H12.8c-.45 0-.9.18-1.17.54l-5.86 5.86c-.36.36-.54.72-.54 1.17v9.55a38.96 38.96 0 0 0 0 35.3Z",
40
+ d: "M5.233 57.654V67.2c0 .45.18.9.54 1.17l5.855 5.855c.36.36.72.54 1.171.54h9.547A38.959 38.959 0 0 0 40 79c6.395 0 12.34-1.531 17.654-4.233H67.2c.45 0 .9-.18 1.17-.54l5.855-5.855c.36-.36.54-.72.54-1.171v-9.547A38.96 38.96 0 0 0 79 40a38.68 38.68 0 0 0-4.233-17.654V12.8c0-.45-.18-.9-.54-1.17l-5.855-5.855c-.36-.36-.72-.54-1.171-.54h-9.547A38.959 38.959 0 0 0 40 1a38.678 38.678 0 0 0-17.654 4.233H12.8c-.45 0-.9.18-1.17.54l-5.855 5.855c-.36.36-.54.72-.54 1.171v9.547A38.959 38.959 0 0 0 1 40c0 6.395 1.531 12.34 4.233 17.654Z",
41
41
  fill: "#E0E1E9",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
- d: "M65.92 57.62s.1-.06.12-.09l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.51l-1.4-3.12-3.4 5.88a6.5 6.5 0 0 0-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.2.75-.35l.05-.03.01-.01Z",
44
+ d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
45
45
  fill: "#E0E1E9",
46
46
  stroke: "#6C6E79",
47
47
  strokeWidth: ".7",
@@ -49,40 +49,40 @@ function ScatterPlotChart(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
52
+ d: "M71.76 53.553 24.086 66.555a2.734 2.734 0 0 1-3.35-1.892L9.745 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
53
53
  fill: "#fff",
54
54
  shapeRendering: "geometricPrecision"
55
55
  }), /*#__PURE__*/_react["default"].createElement("path", {
56
- d: "M65.45 18.82 11.06 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
56
+ d: "M65.449 18.818 11.065 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.885-8.743c3.134-.638 6.225 1.286 7.024 4.377l1.222 4.669Z",
57
57
  fill: "#6C6E79",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
- d: "M18.4 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z",
60
+ d: "M18.394 23.427a1.873 1.873 0 0 1-1.416 2.367c-1.08.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.092-.227 2.216.464 2.518 1.534v-.01Z",
61
61
  fill: "#fff",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
- d: "M25.37 21.96c.3 1.06-.32 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z",
64
+ d: "M25.372 21.958c.291 1.059-.325 2.107-1.395 2.334-1.07.227-2.183-.454-2.474-1.524-.292-1.07.324-2.118 1.404-2.345 1.081-.227 2.173.465 2.465 1.524v.01Z",
65
65
  fill: "#E0E1E9",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
68
+ d: "M11.087 30.862s.324-3.156.605-6.387l-1.373-3.08-3.415 5.879a6.509 6.509 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.394 4.907 3.459-5.966v.01Z",
69
69
  fill: "#6C6E79",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
72
+ d: "M71.76 53.553 24.086 66.555a2.734 2.734 0 0 1-3.35-1.892L9.745 26.07c-.961-3.372 1.157-6.852 4.594-7.555l42.873-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.075a2.73 2.73 0 0 1-1.924 3.33Z",
73
73
  stroke: "#6C6E79",
74
74
  strokeWidth: ".7",
75
75
  strokeLinecap: "round",
76
76
  strokeLinejoin: "round",
77
77
  shapeRendering: "geometricPrecision"
78
78
  }), /*#__PURE__*/_react["default"].createElement("path", {
79
- d: "M66.66 50.63 27.87 61l-7.8-27.7",
79
+ d: "M66.66 50.627 27.87 61.013l-7.792-27.7",
80
80
  stroke: "#6C6E79",
81
81
  strokeWidth: ".7",
82
82
  strokeMiterlimit: "10",
83
83
  shapeRendering: "geometricPrecision"
84
84
  }), /*#__PURE__*/_react["default"].createElement("path", {
85
- d: "M31.57 38.9c.39 1.42-.63 2.9-2.3 3.31-1.66.41-3.34-.41-3.74-1.85-.4-1.43.64-2.92 2.31-3.32 1.67-.4 3.33.44 3.72 1.86h.01ZM61.48 35.13c.65-1.4.84-3 .42-4.55-1.04-3.91-5.43-6.27-9.87-5.25-.67.15-1.3.39-1.88.67l-.4-.3-2.14 2.16a6.94 6.94 0 0 0-1.76 6.59c1.08 3.98 5.6 6.29 10.02 5.18a8.75 8.75 0 0 0 3.77-2l2.22-2.19-.37-.3h0ZM49.26 49.96l-.52-.37c.28-.88.33-1.82.08-2.75-.79-2.89-4.1-4.57-7.44-3.73-.4.1-.8.23-1.18.4l-.35-.24-1.7 1.7a5.2 5.2 0 0 0-1.41 4.98c.8 2.92 4.18 4.57 7.52 3.7a6.74 6.74 0 0 0 2.93-1.62l2.07-2.06v-.01Z",
85
+ d: "M31.57 38.904c.389 1.415-.627 2.896-2.291 3.307-1.665.41-3.35-.411-3.75-1.849-.4-1.437.637-2.918 2.312-3.317 1.665-.4 3.329.432 3.718 1.858h.01ZM61.48 35.131c.65-1.405.844-2.993.422-4.55-1.037-3.912-5.436-6.268-9.867-5.252a8.82 8.82 0 0 0-1.88.67l-.4-.303-2.14 2.162c-1.665 1.783-2.41 4.204-1.762 6.592 1.08 3.978 5.588 6.29 10.019 5.177a8.746 8.746 0 0 0 3.772-2l2.215-2.182-.367-.303-.011-.01ZM49.262 49.959l-.52-.367a4.875 4.875 0 0 0 .077-2.756c-.79-2.886-4.107-4.561-7.436-3.729a6.89 6.89 0 0 0-1.178.41l-.357-.248-1.707 1.697c-1.297 1.35-1.892 3.188-1.405 4.982.81 2.918 4.182 4.572 7.522 3.696a6.737 6.737 0 0 0 2.929-1.61l2.075-2.064v-.011Z",
86
86
  fill: "#6C6E79",
87
87
  stroke: "#6C6E79",
88
88
  strokeWidth: ".7",
@@ -90,7 +90,7 @@ function ScatterPlotChart(_ref, ref) {
90
90
  strokeLinejoin: "round",
91
91
  shapeRendering: "geometricPrecision"
92
92
  }), /*#__PURE__*/_react["default"].createElement("path", {
93
- d: "M63.79 28.7c1.03 3.9-1.66 7.94-6.05 9.03-4.44 1.12-8.94-1.2-10.01-5.17-1.07-3.98 1.7-8.08 6.19-9.12 4.43-1.02 8.83 1.34 9.87 5.26Z",
93
+ d: "M63.785 28.697c1.038 3.902-1.653 7.944-6.041 9.035-4.442 1.114-8.949-1.2-10.019-5.176-1.07-3.977 1.708-8.074 6.193-9.111 4.431-1.027 8.83 1.34 9.867 5.252Z",
94
94
  fill: "#E0E1E9",
95
95
  stroke: "#6C6E79",
96
96
  strokeWidth: ".7",
@@ -98,37 +98,20 @@ function ScatterPlotChart(_ref, ref) {
98
98
  strokeLinejoin: "round",
99
99
  shapeRendering: "geometricPrecision"
100
100
  }), /*#__PURE__*/_react["default"].createElement("path", {
101
- d: "M50.72 44.93c.79 2.89-1.25 5.92-4.56 6.79-3.34.87-6.73-.77-7.53-3.7-.8-2.93 1.29-5.99 4.65-6.83 3.34-.83 6.66.84 7.44 3.73v.01Z",
101
+ d: "M50.716 44.93c.79 2.886-1.243 5.923-4.56 6.788-3.34.875-6.723-.767-7.523-3.696-.8-2.929 1.286-5.987 4.648-6.83 3.34-.833 6.657.843 7.435 3.728v.01Z",
102
102
  fill: "#fff",
103
103
  stroke: "#6C6E79",
104
104
  strokeWidth: ".7",
105
105
  strokeLinecap: "round",
106
106
  strokeLinejoin: "round",
107
107
  shapeRendering: "geometricPrecision"
108
- }), /*#__PURE__*/_react["default"].createElement("mask", {
109
- id: "a",
110
- maskUnits: "userSpaceOnUse",
111
- x: "38",
112
- y: "40",
113
- width: "14",
114
- height: "13"
115
- }, /*#__PURE__*/_react["default"].createElement("path", {
116
- d: "M50.72 44.93c.79 2.89-1.25 5.92-4.56 6.79-3.34.87-6.73-.77-7.53-3.7-.8-2.93 1.29-5.99 4.65-6.83 3.34-.83 6.66.84 7.44 3.73v.01Z",
117
- fill: "#fff",
118
- stroke: "#000",
119
- strokeWidth: ".7",
120
- strokeLinecap: "round",
121
- strokeLinejoin: "round",
122
- shapeRendering: "geometricPrecision"
123
- })), /*#__PURE__*/_react["default"].createElement("g", {
124
- mask: "url(#a)",
108
+ }), /*#__PURE__*/_react["default"].createElement("path", {
109
+ d: "m43.006 41.254-4.35 6.309M47.986 41.73l-6.474 9.446M50.768 45.41l-4.181 6.095",
125
110
  stroke: "#6C6E79",
126
111
  strokeWidth: ".7",
127
- strokeMiterlimit: "10"
128
- }, /*#__PURE__*/_react["default"].createElement("path", {
129
- d: "m42.49 34.28-8.42 12.28M46.1 36.75l-8.43 12.29M49.7 39.23 40.12 53.2M53.31 41.7 44.06 55.2",
112
+ strokeMiterlimit: "10",
130
113
  shapeRendering: "geometricPrecision"
131
- })));
114
+ }));
132
115
  }
133
116
 
134
117
  ScatterPlotChart.displayName = 'ScatterPlotChart';