@semcore/illustration 1.1.5 → 1.3.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 +10 -10
  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
@@ -37,89 +37,89 @@ function OtherData(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
+ d: "M39.674 3.343V.913a.918.918 0 0 0-1.007-.908C18.595 2.28 3 19.299 3 39.984c0 20.684 16.416 36.684 36.674 36.684v2.419c0 .536.47.963.996.908 20.06-2.276 35.645-19.338 35.666-40 0-20.247-16.416-36.663-36.673-36.663",
40
41
  fill: "#E0E1E9",
41
- d: "M39.67 3.34V.91a.92.92 0 0 0-1-.9A40.24 40.24 0 0 0 3 39.98a36.4 36.4 0 0 0 36.67 36.69v2.42c0 .53.47.96 1 .9a40.3 40.3 0 0 0 35.67-40A36.67 36.67 0 0 0 39.66 3.34",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
+ 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",
44
45
  fill: "#E0E1E9",
45
46
  stroke: "#6C6E79",
47
+ strokeWidth: ".7",
46
48
  strokeLinecap: "round",
47
49
  strokeLinejoin: "round",
48
- strokeWidth: ".7",
49
- 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",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
+ 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",
52
53
  fill: "#fff",
53
54
  stroke: "#6C6E79",
55
+ strokeWidth: ".7",
54
56
  strokeLinecap: "round",
55
57
  strokeLinejoin: "round",
56
- strokeWidth: ".7",
57
- 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",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
+ 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.147-.638 6.25 1.286 7.053 4.377l1.227 4.67.01-.011Z",
60
61
  fill: "#6C6E79",
61
- d: "M65.68 18.57 11.08 30.5l-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",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
+ d: "M18.433 23.174a1.873 1.873 0 0 1-1.421 2.367c-1.096.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",
64
65
  fill: "#fff",
65
- 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",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ d: "M25.444 21.693c.293 1.06-.326 2.108-1.4 2.335-1.075.227-2.192-.454-2.485-1.524-.293-1.07.325-2.12 1.41-2.346 1.086-.227 2.182.465 2.475 1.524v.01Z",
68
69
  fill: "#E0E1E9",
69
- 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",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ 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",
72
73
  fill: "#6C6E79",
73
- 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",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ d: "M33.658 33.852a14.135 14.135 0 0 0-1.67 12.35c.216.672.487 1.324.813 1.953.369.727.792 1.422 1.291 2.073a14.156 14.156 0 0 0 3.473 3.288c6.5 4.351 15.312 2.615 19.664-3.896 4.351-6.5 2.615-15.312-3.896-19.664a14.152 14.152 0 0 0-13.24-1.345 14.146 14.146 0 0 0-6.424 5.241h-.01Z",
76
77
  fill: "#fff",
77
- 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",
78
78
  shapeRendering: "geometricPrecision"
79
79
  }), /*#__PURE__*/_react["default"].createElement("path", {
80
+ d: "m31.925 51.394-14.044 3.58a1.437 1.437 0 0 1-1.737-1.001l-3.59-12.727c-.22-.79.253-1.6 1.053-1.79l14.17-3.337a1.428 1.428 0 0 1 1.705 1.01l3.464 12.475a1.43 1.43 0 0 1-1.032 1.769l.01.02Z",
80
81
  fill: "#fff",
81
82
  stroke: "#6C6E79",
83
+ strokeWidth: ".7",
82
84
  strokeLinecap: "round",
83
85
  strokeLinejoin: "round",
84
- strokeWidth: ".7",
85
- d: "m31.93 51.4-14.05 3.57a1.44 1.44 0 0 1-1.74-1l-3.59-12.72c-.22-.8.26-1.6 1.06-1.8l14.17-3.33a1.43 1.43 0 0 1 1.7 1l3.47 12.48a1.43 1.43 0 0 1-1.04 1.77l.01.02Z",
86
86
  shapeRendering: "geometricPrecision"
87
87
  }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ d: "m22.882 57.089 7.242-1.874M17.428 58.5l2.664-.695",
88
89
  stroke: "#6C6E79",
90
+ strokeWidth: ".7",
89
91
  strokeLinecap: "round",
90
92
  strokeLinejoin: "round",
91
- strokeWidth: ".7",
92
- d: "m22.88 57.09 7.25-1.88m-12.7 3.29 2.66-.7",
93
93
  shapeRendering: "geometricPrecision"
94
94
  }), /*#__PURE__*/_react["default"].createElement("path", {
95
+ d: "M52.653 46.12 39.44 49.49a1.435 1.435 0 0 1-1.737-1.01l-3.41-12.35a1.437 1.437 0 0 1 1.052-1.779l13.328-3.137a1.442 1.442 0 0 1 1.715 1.021l3.296 12.117a1.439 1.439 0 0 1-1.032 1.77Z",
95
96
  fill: "#6C6E79",
96
97
  stroke: "#6C6E79",
98
+ strokeWidth: ".7",
97
99
  strokeLinecap: "round",
98
100
  strokeLinejoin: "round",
99
- strokeWidth: ".7",
100
- d: "m52.65 46.12-13.2 3.37a1.44 1.44 0 0 1-1.75-1.01l-3.4-12.35a1.44 1.44 0 0 1 1.05-1.78l13.32-3.14a1.44 1.44 0 0 1 1.72 1.02l3.3 12.12a1.44 1.44 0 0 1-1.04 1.77v0Z",
101
101
  shapeRendering: "geometricPrecision"
102
102
  }), /*#__PURE__*/_react["default"].createElement("path", {
103
+ d: "M44.126 51.584 51 49.804M38.936 52.931l2.537-.663",
103
104
  stroke: "#6C6E79",
105
+ strokeWidth: ".7",
104
106
  strokeLinecap: "round",
105
107
  strokeLinejoin: "round",
106
- strokeWidth: ".7",
107
- d: "M44.13 51.58 51 49.8m-12.06 3.13 2.53-.66",
108
108
  shapeRendering: "geometricPrecision"
109
109
  }), /*#__PURE__*/_react["default"].createElement("path", {
110
+ d: "m72.37 41.088-12.432 3.169a1.439 1.439 0 0 1-1.737-1.011l-3.242-11.99c-.211-.78.263-1.58 1.052-1.77L68.55 26.54a1.43 1.43 0 0 1 1.716 1.032l3.127 11.77c.2.768-.263 1.557-1.032 1.757l.01-.01Z",
110
111
  fill: "#E0E1E9",
111
112
  stroke: "#6C6E79",
113
+ strokeWidth: ".7",
112
114
  strokeLinecap: "round",
113
115
  strokeLinejoin: "round",
114
- strokeWidth: ".7",
115
- d: "m72.37 41.09-12.43 3.17a1.44 1.44 0 0 1-1.74-1.01l-3.24-12A1.44 1.44 0 0 1 56 29.5l12.54-2.95a1.43 1.43 0 0 1 1.72 1.03l3.12 11.77c.2.77-.26 1.56-1.03 1.76l.01-.01Z",
116
116
  shapeRendering: "geometricPrecision"
117
117
  }), /*#__PURE__*/_react["default"].createElement("path", {
118
+ d: "m64.317 46.362 6.548-1.695M59.39 47.636l2.411-.621",
118
119
  stroke: "#6C6E79",
120
+ strokeWidth: ".7",
119
121
  strokeLinecap: "round",
120
122
  strokeLinejoin: "round",
121
- strokeWidth: ".7",
122
- d: "m64.32 46.36 6.54-1.7M59.4 47.65l2.41-.62",
123
123
  shapeRendering: "geometricPrecision"
124
124
  }));
125
125
  }
@@ -19,89 +19,89 @@ function OtherData({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
+ d: "M39.674 3.343V.913a.918.918 0 0 0-1.007-.908C18.595 2.28 3 19.299 3 39.984c0 20.684 16.416 36.684 36.674 36.684v2.419c0 .536.47.963.996.908 20.06-2.276 35.645-19.338 35.666-40 0-20.247-16.416-36.663-36.673-36.663",
22
23
  fill: "#E0E1E9",
23
- d: "M39.67 3.34V.91a.92.92 0 0 0-1-.9A40.24 40.24 0 0 0 3 39.98a36.4 36.4 0 0 0 36.67 36.69v2.42c0 .53.47.96 1 .9a40.3 40.3 0 0 0 35.67-40A36.67 36.67 0 0 0 39.66 3.34",
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.147-.638 6.25 1.286 7.053 4.377l1.227 4.67.01-.011Z",
42
43
  fill: "#6C6E79",
43
- d: "M65.68 18.57 11.08 30.5l-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.096.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.444 21.693c.293 1.06-.326 2.108-1.4 2.335-1.075.227-2.192-.454-2.485-1.524-.293-1.07.325-2.12 1.41-2.346 1.086-.227 2.182.465 2.475 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.67 12.35c.216.672.487 1.324.813 1.953.369.727.792 1.422 1.291 2.073a14.156 14.156 0 0 0 3.473 3.288c6.5 4.351 15.312 2.615 19.664-3.896 4.351-6.5 2.615-15.312-3.896-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: "m31.925 51.394-14.044 3.58a1.437 1.437 0 0 1-1.737-1.001l-3.59-12.727c-.22-.79.253-1.6 1.053-1.79l14.17-3.337a1.428 1.428 0 0 1 1.705 1.01l3.464 12.475a1.43 1.43 0 0 1-1.032 1.769l.01.02Z",
62
63
  fill: "#fff",
63
64
  stroke: "#6C6E79",
65
+ strokeWidth: ".7",
64
66
  strokeLinecap: "round",
65
67
  strokeLinejoin: "round",
66
- strokeWidth: ".7",
67
- d: "m31.93 51.4-14.05 3.57a1.44 1.44 0 0 1-1.74-1l-3.59-12.72c-.22-.8.26-1.6 1.06-1.8l14.17-3.33a1.43 1.43 0 0 1 1.7 1l3.47 12.48a1.43 1.43 0 0 1-1.04 1.77l.01.02Z",
68
68
  shapeRendering: "geometricPrecision"
69
69
  }), /*#__PURE__*/React.createElement("path", {
70
+ d: "m22.882 57.089 7.242-1.874M17.428 58.5l2.664-.695",
70
71
  stroke: "#6C6E79",
72
+ strokeWidth: ".7",
71
73
  strokeLinecap: "round",
72
74
  strokeLinejoin: "round",
73
- strokeWidth: ".7",
74
- d: "m22.88 57.09 7.25-1.88m-12.7 3.29 2.66-.7",
75
75
  shapeRendering: "geometricPrecision"
76
76
  }), /*#__PURE__*/React.createElement("path", {
77
+ d: "M52.653 46.12 39.44 49.49a1.435 1.435 0 0 1-1.737-1.01l-3.41-12.35a1.437 1.437 0 0 1 1.052-1.779l13.328-3.137a1.442 1.442 0 0 1 1.715 1.021l3.296 12.117a1.439 1.439 0 0 1-1.032 1.77Z",
77
78
  fill: "#6C6E79",
78
79
  stroke: "#6C6E79",
80
+ strokeWidth: ".7",
79
81
  strokeLinecap: "round",
80
82
  strokeLinejoin: "round",
81
- strokeWidth: ".7",
82
- d: "m52.65 46.12-13.2 3.37a1.44 1.44 0 0 1-1.75-1.01l-3.4-12.35a1.44 1.44 0 0 1 1.05-1.78l13.32-3.14a1.44 1.44 0 0 1 1.72 1.02l3.3 12.12a1.44 1.44 0 0 1-1.04 1.77v0Z",
83
83
  shapeRendering: "geometricPrecision"
84
84
  }), /*#__PURE__*/React.createElement("path", {
85
+ d: "M44.126 51.584 51 49.804M38.936 52.931l2.537-.663",
85
86
  stroke: "#6C6E79",
87
+ strokeWidth: ".7",
86
88
  strokeLinecap: "round",
87
89
  strokeLinejoin: "round",
88
- strokeWidth: ".7",
89
- d: "M44.13 51.58 51 49.8m-12.06 3.13 2.53-.66",
90
90
  shapeRendering: "geometricPrecision"
91
91
  }), /*#__PURE__*/React.createElement("path", {
92
+ d: "m72.37 41.088-12.432 3.169a1.439 1.439 0 0 1-1.737-1.011l-3.242-11.99c-.211-.78.263-1.58 1.052-1.77L68.55 26.54a1.43 1.43 0 0 1 1.716 1.032l3.127 11.77c.2.768-.263 1.557-1.032 1.757l.01-.01Z",
92
93
  fill: "#E0E1E9",
93
94
  stroke: "#6C6E79",
95
+ strokeWidth: ".7",
94
96
  strokeLinecap: "round",
95
97
  strokeLinejoin: "round",
96
- strokeWidth: ".7",
97
- d: "m72.37 41.09-12.43 3.17a1.44 1.44 0 0 1-1.74-1.01l-3.24-12A1.44 1.44 0 0 1 56 29.5l12.54-2.95a1.43 1.43 0 0 1 1.72 1.03l3.12 11.77c.2.77-.26 1.56-1.03 1.76l.01-.01Z",
98
98
  shapeRendering: "geometricPrecision"
99
99
  }), /*#__PURE__*/React.createElement("path", {
100
+ d: "m64.317 46.362 6.548-1.695M59.39 47.636l2.411-.621",
100
101
  stroke: "#6C6E79",
102
+ strokeWidth: ".7",
101
103
  strokeLinecap: "round",
102
104
  strokeLinejoin: "round",
103
- strokeWidth: ".7",
104
- d: "m64.32 46.36 6.54-1.7M59.4 47.65l2.41-.62",
105
105
  shapeRendering: "geometricPrecision"
106
106
  }));
107
107
  }
package/PieChart/index.js CHANGED
@@ -37,11 +37,11 @@ function PieChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M14.9 65.16a35.48 35.48 0 0 0 25.18 10.46v2.47c0 .5.41.91.9.91A38.93 38.93 0 0 0 79 40.95c0-.5-.41-.9-.9-.9h-2.47A35.66 35.66 0 0 0 40 4.37V1.9c0-.5-.41-.91-.9-.91a38.98 38.98 0 0 0-26 10.79.9.9 0 0 0 0 1.24l1.72 1.73a35.56 35.56 0 0 0-10.45 25.2H1.91c-.5 0-.91.41-.91.9A39.06 39.06 0 0 0 11.78 66.9a.9.9 0 0 0 1.23 0l1.9-1.73Z",
40
+ d: "M14.905 65.163c6.418 6.424 15.304 10.46 25.177 10.46v2.471c0 .494.412.906.905.906C61.804 78.506 78.507 61.786 79 40.947a.914.914 0 0 0-.905-.906h-2.468C75.627 20.356 59.665 4.377 40 4.377V1.906A.914.914 0 0 0 39.095 1c-10.038.247-19.17 4.283-26 10.79a.896.896 0 0 0 0 1.235l1.728 1.73c-6.418 6.425-10.45 15.32-10.45 25.204H1.905a.914.914 0 0 0-.905.906c.247 10.048 4.278 19.191 10.778 26.027.33.33.905.33 1.235 0l1.892-1.73Z",
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-.2.75-.35l.05-.03.01-.01Z",
44
+ d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-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.51 6.51 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 PieChart(_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.759 53.554 24.087 66.555a2.734 2.734 0 0 1-3.35-1.891L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.554l42.874-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.445 36.076a2.73 2.73 0 0 1-1.923 3.329Z",
53
53
  fill: "#fff",
54
54
  shapeRendering: "geometricPrecision"
55
55
  }), /*#__PURE__*/_react["default"].createElement("path", {
56
- d: "M65.44 18.82 11.05 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
56
+ d: "M65.438 18.818 11.054 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.43 2.37 2.19 2.19 0 0 1-2.52-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.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.427-2.367c1.092-.227 2.216.464 2.519 1.534v-.01Z",
61
61
  fill: "#fff",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
- d: "M25.37 21.94c.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.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.184-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.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.416 5.88a6.504 6.504 0 0 0-.216.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.33v0Z",
72
+ d: "M71.759 53.554 24.087 66.555a2.734 2.734 0 0 1-3.35-1.891L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.554l42.874-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.445 36.076a2.73 2.73 0 0 1-1.923 3.329v0Z",
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: "m50.01 34.4 14.05 3.65c.7-2.2.81-4.56.18-6.9-1.9-6.97-9.72-11.25-17.78-9.68L50 34.4h.01Z",
79
+ d: "m50.014 34.399 14.05 3.653c.703-2.194.81-4.56.173-6.895-1.891-6.982-9.716-11.262-17.778-9.684L50.002 34.4h.011Z",
80
80
  fill: "#E0E1E9",
81
81
  stroke: "#6C6E79",
82
82
  strokeWidth: ".7",
@@ -84,7 +84,7 @@ function PieChart(_ref, ref) {
84
84
  strokeLinejoin: "round",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/_react["default"].createElement("path", {
87
- d: "m46.46 21.48-2.37 3.15 3.56 12.93L50 34.4l-3.55-12.92Z",
87
+ d: "m46.459 21.478-2.367 3.156 3.556 12.926 2.367-3.156-3.556-12.926Z",
88
88
  fill: "#6C6E79",
89
89
  stroke: "#6C6E79",
90
90
  strokeWidth: ".7",
@@ -92,7 +92,7 @@ function PieChart(_ref, ref) {
92
92
  strokeLinejoin: "round",
93
93
  shapeRendering: "geometricPrecision"
94
94
  }), /*#__PURE__*/_react["default"].createElement("path", {
95
- d: "m64.07 38.05-2.37 3.16-14.05-3.65 2.37-3.16 14.05 3.65ZM55.58 51.4c.24-.3.46-.59.67-.89l2.12-2.8L46 43.5l-4.45-5.3-2.1-7.67c-2.34.6-4.4 1.65-6.14 3l-.5-.29-1.9 2.57c-.37.45-.7.92-1.02 1.4l-.06.08v.04c-1.92 3-2.6 6.57-1.62 10.11 2.06 7.42 10.64 11.56 18.96 9.3 3.5-.93 6.39-2.86 8.4-5.3l.02-.03v-.01Z",
95
+ d: "m64.066 38.054-2.367 3.156-14.05-3.653 2.367-3.156 14.05 3.653ZM55.582 51.398c.237-.291.453-.583.67-.886l2.118-2.799L46 43.5l-4.447-5.308-2.107-7.663a17.044 17.044 0 0 0-6.139 2.994l-.497-.281-1.891 2.572c-.378.443-.714.919-1.027 1.394l-.065.087v.032c-1.913 2.994-2.605 6.571-1.621 10.116 2.064 7.414 10.646 11.553 18.967 9.305 3.502-.94 6.387-2.864 8.398-5.306l.021-.033-.01-.01Z",
96
96
  fill: "#6C6E79",
97
97
  stroke: "#6C6E79",
98
98
  strokeWidth: ".7",
@@ -100,7 +100,7 @@ function PieChart(_ref, ref) {
100
100
  strokeLinejoin: "round",
101
101
  shapeRendering: "geometricPrecision"
102
102
  }), /*#__PURE__*/_react["default"].createElement("path", {
103
- d: "m45.5 40.8-3.69-13.43c-8.19 2.1-13.28 9.6-11.25 16.9 2.03 7.3 10.65 11.56 18.97 9.3 5.14-1.38 8.98-4.88 10.62-9.04L45.51 40.8Z",
103
+ d: "M45.509 40.804 41.812 27.37c-8.192 2.107-13.282 9.608-11.25 16.903 2.032 7.295 10.645 11.553 18.967 9.305 5.144-1.383 8.981-4.885 10.624-9.046l-14.644-3.728Z",
104
104
  fill: "#E0E1E9",
105
105
  stroke: "#6C6E79",
106
106
  strokeWidth: ".7",
@@ -108,13 +108,13 @@ function PieChart(_ref, ref) {
108
108
  strokeLinejoin: "round",
109
109
  shapeRendering: "geometricPrecision"
110
110
  }), /*#__PURE__*/_react["default"].createElement("path", {
111
- d: "m46.65 26.85 3.96-5.76M47.7 33.05 55.3 22M51.31 35.53l7.84-11.42M54.92 38l7.4-10.77M64.39 31.95l-5.1 7.42",
111
+ d: "m46.654 26.846 3.953-5.757M47.7 33.051l7.589-11.05M51.31 35.526l7.84-11.419M54.92 38.001l7.392-10.767M64.386 31.949l-5.098 7.425",
112
112
  stroke: "#6C6E79",
113
113
  strokeWidth: ".7",
114
114
  strokeMiterlimit: "10",
115
115
  shapeRendering: "geometricPrecision"
116
116
  }), /*#__PURE__*/_react["default"].createElement("path", {
117
- d: "M57.92 22.32c-3.47-1.64-7.9-2-11.72-1.28l-3.25 3.66",
117
+ d: "M57.918 22.32c-3.469-1.643-7.9-1.996-11.715-1.283l-3.253 3.664",
118
118
  stroke: "#fff",
119
119
  strokeWidth: ".7",
120
120
  strokeLinecap: "round",
@@ -19,11 +19,11 @@ function PieChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M14.9 65.16a35.48 35.48 0 0 0 25.18 10.46v2.47c0 .5.41.91.9.91A38.93 38.93 0 0 0 79 40.95c0-.5-.41-.9-.9-.9h-2.47A35.66 35.66 0 0 0 40 4.37V1.9c0-.5-.41-.91-.9-.91a38.98 38.98 0 0 0-26 10.79.9.9 0 0 0 0 1.24l1.72 1.73a35.56 35.56 0 0 0-10.45 25.2H1.91c-.5 0-.91.41-.91.9A39.06 39.06 0 0 0 11.78 66.9a.9.9 0 0 0 1.23 0l1.9-1.73Z",
22
+ d: "M14.905 65.163c6.418 6.424 15.304 10.46 25.177 10.46v2.471c0 .494.412.906.905.906C61.804 78.506 78.507 61.786 79 40.947a.914.914 0 0 0-.905-.906h-2.468C75.627 20.356 59.665 4.377 40 4.377V1.906A.914.914 0 0 0 39.095 1c-10.038.247-19.17 4.283-26 10.79a.896.896 0 0 0 0 1.235l1.728 1.73c-6.418 6.425-10.45 15.32-10.45 25.204H1.905a.914.914 0 0 0-.905.906c.247 10.048 4.278 19.191 10.778 26.027.33.33.905.33 1.235 0l1.892-1.73Z",
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-.2.75-.35l.05-.03.01-.01Z",
26
+ d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-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.51 6.51 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 PieChart({
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.759 53.554 24.087 66.555a2.734 2.734 0 0 1-3.35-1.891L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.554l42.874-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.445 36.076a2.73 2.73 0 0 1-1.923 3.329Z",
35
35
  fill: "#fff",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
- d: "M65.44 18.82 11.05 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55l42.88-8.75a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
38
+ d: "M65.438 18.818 11.054 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.43 2.37 2.19 2.19 0 0 1-2.52-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.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.427-2.367c1.092-.227 2.216.464 2.519 1.534v-.01Z",
43
43
  fill: "#fff",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "M25.37 21.94c.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",
46
+ d: "M25.372 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.184-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.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.416 5.88a6.504 6.504 0 0 0-.216.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.33v0Z",
54
+ d: "M71.759 53.554 24.087 66.555a2.734 2.734 0 0 1-3.35-1.891L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.554l42.874-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.445 36.076a2.73 2.73 0 0 1-1.923 3.329v0Z",
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: "m50.01 34.4 14.05 3.65c.7-2.2.81-4.56.18-6.9-1.9-6.97-9.72-11.25-17.78-9.68L50 34.4h.01Z",
61
+ d: "m50.014 34.399 14.05 3.653c.703-2.194.81-4.56.173-6.895-1.891-6.982-9.716-11.262-17.778-9.684L50.002 34.4h.011Z",
62
62
  fill: "#E0E1E9",
63
63
  stroke: "#6C6E79",
64
64
  strokeWidth: ".7",
@@ -66,7 +66,7 @@ function PieChart({
66
66
  strokeLinejoin: "round",
67
67
  shapeRendering: "geometricPrecision"
68
68
  }), /*#__PURE__*/React.createElement("path", {
69
- d: "m46.46 21.48-2.37 3.15 3.56 12.93L50 34.4l-3.55-12.92Z",
69
+ d: "m46.459 21.478-2.367 3.156 3.556 12.926 2.367-3.156-3.556-12.926Z",
70
70
  fill: "#6C6E79",
71
71
  stroke: "#6C6E79",
72
72
  strokeWidth: ".7",
@@ -74,7 +74,7 @@ function PieChart({
74
74
  strokeLinejoin: "round",
75
75
  shapeRendering: "geometricPrecision"
76
76
  }), /*#__PURE__*/React.createElement("path", {
77
- d: "m64.07 38.05-2.37 3.16-14.05-3.65 2.37-3.16 14.05 3.65ZM55.58 51.4c.24-.3.46-.59.67-.89l2.12-2.8L46 43.5l-4.45-5.3-2.1-7.67c-2.34.6-4.4 1.65-6.14 3l-.5-.29-1.9 2.57c-.37.45-.7.92-1.02 1.4l-.06.08v.04c-1.92 3-2.6 6.57-1.62 10.11 2.06 7.42 10.64 11.56 18.96 9.3 3.5-.93 6.39-2.86 8.4-5.3l.02-.03v-.01Z",
77
+ d: "m64.066 38.054-2.367 3.156-14.05-3.653 2.367-3.156 14.05 3.653ZM55.582 51.398c.237-.291.453-.583.67-.886l2.118-2.799L46 43.5l-4.447-5.308-2.107-7.663a17.044 17.044 0 0 0-6.139 2.994l-.497-.281-1.891 2.572c-.378.443-.714.919-1.027 1.394l-.065.087v.032c-1.913 2.994-2.605 6.571-1.621 10.116 2.064 7.414 10.646 11.553 18.967 9.305 3.502-.94 6.387-2.864 8.398-5.306l.021-.033-.01-.01Z",
78
78
  fill: "#6C6E79",
79
79
  stroke: "#6C6E79",
80
80
  strokeWidth: ".7",
@@ -82,7 +82,7 @@ function PieChart({
82
82
  strokeLinejoin: "round",
83
83
  shapeRendering: "geometricPrecision"
84
84
  }), /*#__PURE__*/React.createElement("path", {
85
- d: "m45.5 40.8-3.69-13.43c-8.19 2.1-13.28 9.6-11.25 16.9 2.03 7.3 10.65 11.56 18.97 9.3 5.14-1.38 8.98-4.88 10.62-9.04L45.51 40.8Z",
85
+ d: "M45.509 40.804 41.812 27.37c-8.192 2.107-13.282 9.608-11.25 16.903 2.032 7.295 10.645 11.553 18.967 9.305 5.144-1.383 8.981-4.885 10.624-9.046l-14.644-3.728Z",
86
86
  fill: "#E0E1E9",
87
87
  stroke: "#6C6E79",
88
88
  strokeWidth: ".7",
@@ -90,13 +90,13 @@ function PieChart({
90
90
  strokeLinejoin: "round",
91
91
  shapeRendering: "geometricPrecision"
92
92
  }), /*#__PURE__*/React.createElement("path", {
93
- d: "m46.65 26.85 3.96-5.76M47.7 33.05 55.3 22M51.31 35.53l7.84-11.42M54.92 38l7.4-10.77M64.39 31.95l-5.1 7.42",
93
+ d: "m46.654 26.846 3.953-5.757M47.7 33.051l7.589-11.05M51.31 35.526l7.84-11.419M54.92 38.001l7.392-10.767M64.386 31.949l-5.098 7.425",
94
94
  stroke: "#6C6E79",
95
95
  strokeWidth: ".7",
96
96
  strokeMiterlimit: "10",
97
97
  shapeRendering: "geometricPrecision"
98
98
  }), /*#__PURE__*/React.createElement("path", {
99
- d: "M57.92 22.32c-3.47-1.64-7.9-2-11.72-1.28l-3.25 3.66",
99
+ d: "M57.918 22.32c-3.469-1.643-7.9-1.996-11.715-1.283l-3.253 3.664",
100
100
  stroke: "#fff",
101
101
  strokeWidth: ".7",
102
102
  strokeLinecap: "round",
@@ -37,65 +37,65 @@ function Processing(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
+ 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",
40
41
  fill: "#E0E1E9",
41
- 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",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
+ 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",
44
45
  fill: "#E0E1E9",
45
46
  stroke: "#6C6E79",
47
+ strokeWidth: ".7",
46
48
  strokeLinecap: "round",
47
49
  strokeLinejoin: "round",
48
- strokeWidth: ".7",
49
- 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",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
+ 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",
52
53
  fill: "#fff",
53
54
  stroke: "#6C6E79",
55
+ strokeWidth: ".7",
54
56
  strokeLinecap: "round",
55
57
  strokeLinejoin: "round",
56
- strokeWidth: ".7",
57
- 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",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
+ 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",
60
61
  fill: "#6C6E79",
61
- 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",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
+ 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",
64
65
  fill: "#fff",
65
- 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",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ 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",
68
69
  fill: "#E0E1E9",
69
- 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",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ 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",
72
73
  fill: "#6C6E79",
73
- 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",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ 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",
76
77
  fill: "#fff",
77
- 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",
78
78
  shapeRendering: "geometricPrecision"
79
79
  }), /*#__PURE__*/_react["default"].createElement("path", {
80
+ d: "m52.693 39.159-7.26 2.582-3.31-8.28",
80
81
  stroke: "#6C6E79",
82
+ strokeWidth: "1.2",
81
83
  strokeLinecap: "round",
82
84
  strokeLinejoin: "round",
83
- strokeWidth: "1.2",
84
- d: "m52.7 39.16-7.27 2.58-3.3-8.28",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/_react["default"].createElement("path", {
87
+ 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",
87
88
  stroke: "#6C6E79",
89
+ strokeWidth: ".7",
88
90
  strokeLinecap: "round",
89
91
  strokeLinejoin: "round",
90
- strokeWidth: ".7",
91
- 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",
92
92
  shapeRendering: "geometricPrecision"
93
93
  }), /*#__PURE__*/_react["default"].createElement("path", {
94
+ 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",
94
95
  stroke: "#6C6E79",
96
+ strokeWidth: ".7",
95
97
  strokeLinecap: "round",
96
98
  strokeLinejoin: "round",
97
- strokeWidth: ".7",
98
- 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",
99
99
  shapeRendering: "geometricPrecision"
100
100
  }));
101
101
  }