@semcore/illustration 1.1.5 → 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 +6 -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
@@ -19,65 +19,65 @@ function Processing({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M72.024 26.685a48.67 48.67 0 0 0-1.78-16.191 1.055 1.055 0 0 0-.738-.738 48.39 48.39 0 0 0-16.19-1.78l-4.2-4.2c-5.036-5.035-13.196-5.035-18.232 0l-4.2 4.2a48.397 48.397 0 0 0-16.19 1.79c-.358.098-.64.38-.738.739a48.39 48.39 0 0 0-1.78 16.19l-4.2 4.2c-5.035 5.036-5.035 13.196 0 18.231l4.2 4.2a48.575 48.575 0 0 0 1.78 16.18c.098.358.38.64.738.738a48.39 48.39 0 0 0 16.19 1.78l4.2 4.2c5.036 5.035 13.196 5.035 18.232 0l4.2-4.2a48.67 48.67 0 0 0 16.19-1.78c.358-.097.64-.38.738-.738a48.39 48.39 0 0 0 1.78-16.19l4.2-4.2c5.035-5.036 5.035-13.196 0-18.232l-4.2-4.2Z",
22
23
  fill: "#E0E1E9",
23
- d: "M72.02 26.68a48.67 48.67 0 0 0-1.78-16.19 1.05 1.05 0 0 0-.73-.73 48.39 48.39 0 0 0-16.2-1.78l-4.2-4.2a12.9 12.9 0 0 0-18.23 0l-4.2 4.2A48.4 48.4 0 0 0 10.5 9.77c-.35.1-.64.38-.73.74A48.39 48.39 0 0 0 7.98 26.7l-4.2 4.2a12.89 12.89 0 0 0 0 18.23l4.2 4.2A48.58 48.58 0 0 0 9.76 69.5c.1.35.38.64.73.73a48.39 48.39 0 0 0 16.2 1.78l4.2 4.2a12.9 12.9 0 0 0 18.23 0l4.2-4.2a48.67 48.67 0 0 0 16.19-1.78c.35-.1.64-.38.73-.73a48.39 48.39 0 0 0 1.78-16.2l4.2-4.2a12.9 12.9 0 0 0 0-18.23l-4.2-4.2Z",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M66.16 57.374s.087-.054.12-.087l6.521-4.323-3.147-1.697-3.147.756-8.334-31.681a5.73 5.73 0 0 0-6.707-4.15l-39.74 8.063-1.4-3.124-3.428 5.88a6.507 6.507 0 0 0-.217.368v.021a5.618 5.618 0 0 0-.456 4.248l10.472 36.654a2.599 2.599 0 0 0 3.19 1.794l45.459-12.344c.271-.076.52-.205.749-.346l.054-.032h.01Z",
26
27
  fill: "#E0E1E9",
27
28
  stroke: "#6C6E79",
29
+ strokeWidth: ".7",
28
30
  strokeLinecap: "round",
29
31
  strokeLinejoin: "round",
30
- strokeWidth: ".7",
31
- d: "m66.16 57.37.12-.08 6.52-4.33-3.15-1.7-3.14.76-8.34-31.68a5.73 5.73 0 0 0-6.7-4.15l-39.74 8.06-1.4-3.12-3.43 5.88a6.5 6.5 0 0 0-.22.37v.02a5.62 5.62 0 0 0-.46 4.25L16.7 68.3a2.6 2.6 0 0 0 3.19 1.8l45.46-12.35c.27-.07.52-.2.74-.34l.06-.04h0Z",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
+ d: "M72.02 53.31 24.152 66.313a2.747 2.747 0 0 1-3.364-1.892L9.752 25.822c-.966-3.372 1.16-6.853 4.612-7.556l43.05-8.744c3.146-.638 6.25 1.286 7.053 4.377L73.95 49.98a2.729 2.729 0 0 1-1.931 3.33Z",
34
35
  fill: "#fff",
35
36
  stroke: "#6C6E79",
37
+ strokeWidth: ".7",
36
38
  strokeLinecap: "round",
37
39
  strokeLinejoin: "round",
38
- strokeWidth: ".7",
39
- d: "m72.02 53.31-47.87 13a2.75 2.75 0 0 1-3.36-1.89L9.75 25.82a6.03 6.03 0 0 1 4.61-7.55l43.05-8.75a6.04 6.04 0 0 1 7.06 4.38l9.48 36.08a2.73 2.73 0 0 1-1.93 3.33v0Z",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M65.682 18.569 11.076 30.513 9.73 25.822c-.966-3.372 1.161-6.853 4.612-7.556l43.05-8.733c3.146-.638 6.25 1.286 7.053 4.377l1.226 4.67.011-.011Z",
42
43
  fill: "#6C6E79",
43
- d: "m65.68 18.57-54.6 11.94-1.35-4.69a6.03 6.03 0 0 1 4.61-7.55L57.4 9.53a6.04 6.04 0 0 1 7.05 4.38l1.23 4.67.01-.01Z",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.097.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.464 2.528 1.535v-.011Z",
46
47
  fill: "#fff",
47
- d: "M18.43 23.17a1.87 1.87 0 0 1-1.42 2.37 2.2 2.2 0 0 1-2.54-1.52 1.87 1.87 0 0 1 1.44-2.37 2.2 2.2 0 0 1 2.52 1.53Z",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M25.443 21.693c.293 1.06-.325 2.108-1.4 2.335-1.074.227-2.192-.454-2.485-1.524-.293-1.07.326-2.12 1.411-2.346 1.085-.227 2.181.465 2.474 1.524v.01Z",
50
51
  fill: "#E0E1E9",
51
- d: "M25.44 21.7c.3 1.05-.32 2.1-1.4 2.33a2.15 2.15 0 0 1-2.48-1.53 1.85 1.85 0 0 1 1.4-2.34 2.15 2.15 0 0 1 2.48 1.52v.01Z",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
+ d: "M11.097 30.6s.326-3.157.608-6.389l-1.378-3.08-3.43 5.88a6.507 6.507 0 0 0-.216.367v.022a5.619 5.619 0 0 0-.456 4.248l1.4 4.908 3.472-5.967v.01Z",
54
55
  fill: "#6C6E79",
55
- d: "M11.1 30.6s.32-3.16.6-6.39l-1.37-3.08-3.43 5.88a6.5 6.5 0 0 0-.22.37v.02a5.62 5.62 0 0 0-.45 4.25l1.4 4.9 3.47-5.96Z",
56
56
  shapeRendering: "geometricPrecision"
57
57
  }), /*#__PURE__*/React.createElement("path", {
58
+ d: "M33.658 33.852a14.135 14.135 0 0 0-1.671 12.35c.217.672.488 1.324.814 1.953a13.22 13.22 0 0 0 1.291 2.073 14.156 14.156 0 0 0 3.473 3.288c6.5 4.351 15.312 2.615 19.663-3.896 4.352-6.5 2.616-15.312-3.895-19.664a14.152 14.152 0 0 0-13.24-1.345 14.146 14.146 0 0 0-6.424 5.241h-.01Z",
58
59
  fill: "#fff",
59
- d: "M33.66 33.85a14.13 14.13 0 0 0-1.67 12.35 13.24 13.24 0 0 0 2.1 4.03 14.16 14.16 0 0 0 3.48 3.29 14.17 14.17 0 1 0 15.76-23.56A14.15 14.15 0 0 0 40.1 28.6a14.15 14.15 0 0 0-6.42 5.24h-.01Z",
60
60
  shapeRendering: "geometricPrecision"
61
61
  }), /*#__PURE__*/React.createElement("path", {
62
+ d: "m52.693 39.159-7.26 2.582-3.31-8.28",
62
63
  stroke: "#6C6E79",
64
+ strokeWidth: "1.2",
63
65
  strokeLinecap: "round",
64
66
  strokeLinejoin: "round",
65
- strokeWidth: "1.2",
66
- d: "m52.7 39.16-7.27 2.58-3.3-8.28",
67
67
  shapeRendering: "geometricPrecision"
68
68
  }), /*#__PURE__*/React.createElement("path", {
69
+ d: "m40.528 51.92-6.447-2.463 2.301 6.272M31.738 44.65c-1.476-5.252.217-10.45 3.928-13.663",
69
70
  stroke: "#6C6E79",
71
+ strokeWidth: ".7",
70
72
  strokeLinecap: "round",
71
73
  strokeLinejoin: "round",
72
- strokeWidth: ".7",
73
- d: "m40.53 51.92-6.45-2.46 2.3 6.27m-4.64-11.08a13.17 13.17 0 0 1 3.93-13.66",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/React.createElement("path", {
76
+ d: "M36.48 30.336c1.476-1.085 3.223-1.877 5.176-2.29 7.564-1.584 15.388 3.256 17.483 10.798 2.094 7.531-2.312 14.943-9.854 16.56-5.806 1.248-11.774-1.291-15.203-5.958",
76
77
  stroke: "#6C6E79",
78
+ strokeWidth: ".7",
77
79
  strokeLinecap: "round",
78
80
  strokeLinejoin: "round",
79
- strokeWidth: ".7",
80
- d: "M36.48 30.34a13.37 13.37 0 0 1 5.18-2.3c7.56-1.58 15.38 3.26 17.48 10.8 2.1 7.53-2.31 14.95-9.86 16.56-5.8 1.25-11.77-1.29-15.2-5.95",
81
81
  shapeRendering: "geometricPrecision"
82
82
  }));
83
83
  }
@@ -37,11 +37,11 @@ function RadarChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M40.04 1.9v2.48A35.68 35.68 0 0 0 4.38 40.04H1.9c-.5 0-.91.41-.91.9A38.95 38.95 0 0 0 39.05 79c.5 0 .9-.41.9-.9v-2.48a35.68 35.68 0 0 0 35.67-35.66h2.47c.5 0 .91-.41.91-.9A38.95 38.95 0 0 0 40.95 1c-.5 0-.9.41-.9.9Z",
40
+ d: "M40.041 1.906v2.471c-19.685 0-35.664 15.979-35.664 35.664h-2.47a.914.914 0 0 0-.907.906C1.494 61.786 18.214 78.506 39.053 79a.914.914 0 0 0 .906-.906v-2.471c19.685 0 35.664-15.979 35.664-35.664h2.471a.914.914 0 0 0 .906-.906C78.506 18.214 61.786 1.494 40.947 1a.914.914 0 0 0-.906.906Z",
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,34 +49,34 @@ function RadarChart(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "m71.77 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.55l42.87-8.75a6.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.77 53.553 24.098 66.555a2.734 2.734 0 0 1-3.35-1.892L9.756 26.07c-.962-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.448 18.818 11.065 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.884-8.743c3.135-.638 6.226 1.286 7.025 4.377l1.221 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.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.96c.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.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 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.88-.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.372-3.08-3.415 5.879a6.51 6.51 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.394 4.907 3.458-5.966v.01Z",
69
69
  fill: "#6C6E79",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
- d: "m71.77 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.55l42.87-8.75a6.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.77 53.553 24.098 66.555a2.734 2.734 0 0 1-3.35-1.892L9.756 26.07c-.962-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: "M40.8 31.46c.22.83-.37 1.7-1.32 1.92-.95.23-1.93-.27-2.15-1.11-.23-.85.36-1.71 1.33-1.93.96-.21 1.91.28 2.14 1.12ZM29.3 48.12c.22.84-.37 1.72-1.35 1.95-.99.24-1.97-.25-2.2-1.09-.25-.84.37-1.73 1.34-1.97.97-.23 1.96.26 2.2 1.1h0ZM44.35 51.26c.23.84-.36 1.71-1.32 1.96-.96.25-1.93-.23-2.16-1.07-.22-.84.37-1.72 1.33-1.96.96-.23 1.93.24 2.15 1.07ZM62.88 46.53c.21.82-.36 1.68-1.29 1.92-.93.25-1.87-.22-2.08-1.04-.22-.83.35-1.69 1.28-1.93s1.86.24 2.09 1.06v0ZM54.72 36.83c.21.82-.36 1.67-1.29 1.91s-1.87-.25-2.1-1.08c-.22-.83.36-1.68 1.3-1.91.94-.23 1.87.26 2.09 1.08Z",
79
+ d: "M40.797 31.456c.227.832-.368 1.697-1.319 1.924-.95.227-1.924-.27-2.15-1.113-.228-.843.367-1.708 1.329-1.924.962-.216 1.913.281 2.14 1.113ZM29.297 48.117c.227.843-.368 1.718-1.351 1.956-.984.238-1.967-.248-2.205-1.092-.238-.843.378-1.729 1.351-1.967.973-.237 1.956.26 2.194 1.103h.01ZM44.353 51.264c.227.832-.367 1.707-1.318 1.956-.962.248-1.934-.227-2.161-1.07-.227-.843.367-1.719 1.329-1.956.962-.238 1.924.237 2.15 1.07ZM62.878 46.53c.216.822-.356 1.676-1.286 1.924-.93.249-1.87-.227-2.086-1.048-.216-.822.357-1.686 1.286-1.924.93-.238 1.86.238 2.086 1.06v-.011ZM54.716 36.829c.216.821-.357 1.675-1.286 1.913-.93.238-1.87-.249-2.097-1.08-.227-.833.357-1.687 1.297-1.914.94-.227 1.87.26 2.086 1.08Z",
80
80
  fill: "#6C6E79",
81
81
  stroke: "#6C6E79",
82
82
  strokeWidth: ".7",
@@ -84,32 +84,19 @@ function RadarChart(_ref, ref) {
84
84
  strokeLinejoin: "round",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/_react["default"].createElement("path", {
87
- d: "m38.98 31.85-11.45 16.7 15.07 3.16 18.59-4.46-8.16-10-14.05-5.4Z",
87
+ d: "M38.981 31.853 27.525 48.551l15.077 3.155 18.589-4.452-8.16-10.008-14.05-5.393Z",
88
88
  stroke: "#6C6E79",
89
89
  strokeWidth: ".7",
90
90
  strokeLinecap: "round",
91
91
  strokeLinejoin: "round",
92
92
  shapeRendering: "geometricPrecision"
93
- }), /*#__PURE__*/_react["default"].createElement("mask", {
94
- id: "a",
95
- maskUnits: "userSpaceOnUse",
96
- x: "27",
97
- y: "31",
98
- width: "35",
99
- height: "21"
100
- }, /*#__PURE__*/_react["default"].createElement("path", {
101
- d: "m38.98 31.85-11.45 16.7 15.07 3.16 18.59-4.46-8.16-10-14.05-5.4Z",
102
- fill: "#D9D9D9",
103
- shapeRendering: "geometricPrecision"
104
- })), /*#__PURE__*/_react["default"].createElement("g", {
105
- mask: "url(#a)",
93
+ }), /*#__PURE__*/_react["default"].createElement("path", {
94
+ d: "m43 33.5-11 16M47.5 35 37 50.5M51.5 36.5 41 51.5M55 39.5l-8 11M57.5 43l-4 6",
106
95
  stroke: "#6C6E79",
107
96
  strokeWidth: ".7",
108
- strokeMiterlimit: "10"
109
- }, /*#__PURE__*/_react["default"].createElement("path", {
110
- d: "M44.36 31.75 31.13 51.03M48.1 34.03 33.6 55.2M52.88 34.8 37.53 57.17M57.03 36.5 43.81 55.78M60.78 38.77 46.27 59.94",
97
+ strokeMiterlimit: "10",
111
98
  shapeRendering: "geometricPrecision"
112
- })));
99
+ }));
113
100
  }
114
101
 
115
102
  RadarChart.displayName = 'RadarChart';
@@ -19,11 +19,11 @@ function RadarChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M40.04 1.9v2.48A35.68 35.68 0 0 0 4.38 40.04H1.9c-.5 0-.91.41-.91.9A38.95 38.95 0 0 0 39.05 79c.5 0 .9-.41.9-.9v-2.48a35.68 35.68 0 0 0 35.67-35.66h2.47c.5 0 .91-.41.91-.9A38.95 38.95 0 0 0 40.95 1c-.5 0-.9.41-.9.9Z",
22
+ d: "M40.041 1.906v2.471c-19.685 0-35.664 15.979-35.664 35.664h-2.47a.914.914 0 0 0-.907.906C1.494 61.786 18.214 78.506 39.053 79a.914.914 0 0 0 .906-.906v-2.471c19.685 0 35.664-15.979 35.664-35.664h2.471a.914.914 0 0 0 .906-.906C78.506 18.214 61.786 1.494 40.947 1a.914.914 0 0 0-.906.906Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- 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",
26
+ 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",
27
27
  fill: "#E0E1E9",
28
28
  stroke: "#6C6E79",
29
29
  strokeWidth: ".7",
@@ -31,34 +31,34 @@ function RadarChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m71.77 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.55l42.87-8.75a6.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.77 53.553 24.098 66.555a2.734 2.734 0 0 1-3.35-1.892L9.756 26.07c-.962-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",
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.448 18.818 11.065 30.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.884-8.743c3.135-.638 6.226 1.286 7.025 4.377l1.221 4.669Z",
39
39
  fill: "#6C6E79",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
- 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",
42
+ 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.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.96c.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.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z",
47
47
  fill: "#E0E1E9",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88-.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.862s.324-3.156.605-6.387l-1.372-3.08-3.415 5.879a6.51 6.51 0 0 0-.216.367v.022a5.638 5.638 0 0 0-.454 4.247l1.394 4.907 3.458-5.966v.01Z",
51
51
  fill: "#6C6E79",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "m71.77 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.55l42.87-8.75a6.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.77 53.553 24.098 66.555a2.734 2.734 0 0 1-3.35-1.892L9.756 26.07c-.962-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",
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: "M40.8 31.46c.22.83-.37 1.7-1.32 1.92-.95.23-1.93-.27-2.15-1.11-.23-.85.36-1.71 1.33-1.93.96-.21 1.91.28 2.14 1.12ZM29.3 48.12c.22.84-.37 1.72-1.35 1.95-.99.24-1.97-.25-2.2-1.09-.25-.84.37-1.73 1.34-1.97.97-.23 1.96.26 2.2 1.1h0ZM44.35 51.26c.23.84-.36 1.71-1.32 1.96-.96.25-1.93-.23-2.16-1.07-.22-.84.37-1.72 1.33-1.96.96-.23 1.93.24 2.15 1.07ZM62.88 46.53c.21.82-.36 1.68-1.29 1.92-.93.25-1.87-.22-2.08-1.04-.22-.83.35-1.69 1.28-1.93s1.86.24 2.09 1.06v0ZM54.72 36.83c.21.82-.36 1.67-1.29 1.91s-1.87-.25-2.1-1.08c-.22-.83.36-1.68 1.3-1.91.94-.23 1.87.26 2.09 1.08Z",
61
+ d: "M40.797 31.456c.227.832-.368 1.697-1.319 1.924-.95.227-1.924-.27-2.15-1.113-.228-.843.367-1.708 1.329-1.924.962-.216 1.913.281 2.14 1.113ZM29.297 48.117c.227.843-.368 1.718-1.351 1.956-.984.238-1.967-.248-2.205-1.092-.238-.843.378-1.729 1.351-1.967.973-.237 1.956.26 2.194 1.103h.01ZM44.353 51.264c.227.832-.367 1.707-1.318 1.956-.962.248-1.934-.227-2.161-1.07-.227-.843.367-1.719 1.329-1.956.962-.238 1.924.237 2.15 1.07ZM62.878 46.53c.216.822-.356 1.676-1.286 1.924-.93.249-1.87-.227-2.086-1.048-.216-.822.357-1.686 1.286-1.924.93-.238 1.86.238 2.086 1.06v-.011ZM54.716 36.829c.216.821-.357 1.675-1.286 1.913-.93.238-1.87-.249-2.097-1.08-.227-.833.357-1.687 1.297-1.914.94-.227 1.87.26 2.086 1.08Z",
62
62
  fill: "#6C6E79",
63
63
  stroke: "#6C6E79",
64
64
  strokeWidth: ".7",
@@ -66,32 +66,19 @@ function RadarChart({
66
66
  strokeLinejoin: "round",
67
67
  shapeRendering: "geometricPrecision"
68
68
  }), /*#__PURE__*/React.createElement("path", {
69
- d: "m38.98 31.85-11.45 16.7 15.07 3.16 18.59-4.46-8.16-10-14.05-5.4Z",
69
+ d: "M38.981 31.853 27.525 48.551l15.077 3.155 18.589-4.452-8.16-10.008-14.05-5.393Z",
70
70
  stroke: "#6C6E79",
71
71
  strokeWidth: ".7",
72
72
  strokeLinecap: "round",
73
73
  strokeLinejoin: "round",
74
74
  shapeRendering: "geometricPrecision"
75
- }), /*#__PURE__*/React.createElement("mask", {
76
- id: "a",
77
- maskUnits: "userSpaceOnUse",
78
- x: "27",
79
- y: "31",
80
- width: "35",
81
- height: "21"
82
- }, /*#__PURE__*/React.createElement("path", {
83
- d: "m38.98 31.85-11.45 16.7 15.07 3.16 18.59-4.46-8.16-10-14.05-5.4Z",
84
- fill: "#D9D9D9",
85
- shapeRendering: "geometricPrecision"
86
- })), /*#__PURE__*/React.createElement("g", {
87
- mask: "url(#a)",
75
+ }), /*#__PURE__*/React.createElement("path", {
76
+ d: "m43 33.5-11 16M47.5 35 37 50.5M51.5 36.5 41 51.5M55 39.5l-8 11M57.5 43l-4 6",
88
77
  stroke: "#6C6E79",
89
78
  strokeWidth: ".7",
90
- strokeMiterlimit: "10"
91
- }, /*#__PURE__*/React.createElement("path", {
92
- d: "M44.36 31.75 31.13 51.03M48.1 34.03 33.6 55.2M52.88 34.8 37.53 57.17M57.03 36.5 43.81 55.78M60.78 38.77 46.27 59.94",
79
+ strokeMiterlimit: "10",
93
80
  shapeRendering: "geometricPrecision"
94
- })));
81
+ }));
95
82
  }
96
83
 
97
84
  RadarChart.displayName = 'RadarChart';
@@ -23,11 +23,11 @@ function RadialTreeChart(_ref, ref) {
23
23
  var _ref$fill = _ref.fill,
24
24
  fill = _ref$fill === void 0 ? 'none' : _ref$fill,
25
25
  _ref$width = _ref.width,
26
- width = _ref$width === void 0 ? '78' : _ref$width,
26
+ width = _ref$width === void 0 ? '80' : _ref$width,
27
27
  _ref$height = _ref.height,
28
- height = _ref$height === void 0 ? '72' : _ref$height,
28
+ height = _ref$height === void 0 ? '80' : _ref$height,
29
29
  _ref$viewBox = _ref.viewBox,
30
- viewBox = _ref$viewBox === void 0 ? '0 0 78 72' : _ref$viewBox,
30
+ viewBox = _ref$viewBox === void 0 ? '0 0 80 80' : _ref$viewBox,
31
31
  props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
32
32
  return /*#__PURE__*/_react["default"].createElement(_flexBox.Box, (0, _extends2["default"])({
33
33
  ref: ref,
@@ -37,11 +37,11 @@ function RadialTreeChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- 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",
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: "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",
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 RadialTreeChart(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- 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",
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: "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",
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: "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",
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: "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",
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: "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",
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: "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",
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: "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",
79
+ 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",
80
80
  fill: "#6C6E79",
81
81
  stroke: "#6C6E79",
82
82
  strokeWidth: ".7",
@@ -84,7 +84,7 @@ function RadialTreeChart(_ref, ref) {
84
84
  strokeLinejoin: "round",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/_react["default"].createElement("path", {
87
- 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",
87
+ 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",
88
88
  fill: "#E0E1E9",
89
89
  stroke: "#6C6E79",
90
90
  strokeWidth: ".7",
@@ -92,7 +92,7 @@ function RadialTreeChart(_ref, ref) {
92
92
  strokeLinejoin: "round",
93
93
  shapeRendering: "geometricPrecision"
94
94
  }), /*#__PURE__*/_react["default"].createElement("path", {
95
- 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",
95
+ 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",
96
96
  fill: "#6C6E79",
97
97
  stroke: "#6C6E79",
98
98
  strokeWidth: ".7",
@@ -100,7 +100,7 @@ function RadialTreeChart(_ref, ref) {
100
100
  strokeLinejoin: "round",
101
101
  shapeRendering: "geometricPrecision"
102
102
  }), /*#__PURE__*/_react["default"].createElement("path", {
103
- 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",
103
+ 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",
104
104
  fill: "#E0E1E9",
105
105
  stroke: "#6C6E79",
106
106
  strokeWidth: ".7",
@@ -108,7 +108,7 @@ function RadialTreeChart(_ref, ref) {
108
108
  strokeLinejoin: "round",
109
109
  shapeRendering: "geometricPrecision"
110
110
  }), /*#__PURE__*/_react["default"].createElement("path", {
111
- 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",
111
+ 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",
112
112
  fill: "#6C6E79",
113
113
  stroke: "#6C6E79",
114
114
  strokeWidth: ".7",
@@ -116,14 +116,14 @@ function RadialTreeChart(_ref, ref) {
116
116
  strokeLinejoin: "round",
117
117
  shapeRendering: "geometricPrecision"
118
118
  }), /*#__PURE__*/_react["default"].createElement("path", {
119
- 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",
119
+ 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",
120
120
  stroke: "#6C6E79",
121
121
  strokeWidth: ".7",
122
122
  strokeLinecap: "round",
123
123
  strokeLinejoin: "round",
124
124
  shapeRendering: "geometricPrecision"
125
125
  }), /*#__PURE__*/_react["default"].createElement("path", {
126
- 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",
126
+ 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",
127
127
  fill: "#E0E1E9",
128
128
  stroke: "#6C6E79",
129
129
  strokeWidth: ".7",
@@ -131,7 +131,7 @@ function RadialTreeChart(_ref, ref) {
131
131
  strokeLinejoin: "round",
132
132
  shapeRendering: "geometricPrecision"
133
133
  }), /*#__PURE__*/_react["default"].createElement("path", {
134
- 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",
134
+ 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",
135
135
  fill: "#fff",
136
136
  stroke: "#6C6E79",
137
137
  strokeWidth: ".7",
@@ -139,7 +139,7 @@ function RadialTreeChart(_ref, ref) {
139
139
  strokeLinejoin: "round",
140
140
  shapeRendering: "geometricPrecision"
141
141
  }), /*#__PURE__*/_react["default"].createElement("path", {
142
- d: "M38.35 38 42 32.68M41.94 40.5l6.42-9.35M48.36 38.88l2.95-4.3",
142
+ d: "M39.352 42 43 36.681M42.943 44.5l6.416-9.353M49.364 42.878l2.949-4.3",
143
143
  stroke: "#6C6E79",
144
144
  strokeWidth: ".7",
145
145
  strokeMiterlimit: "10",