@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
@@ -21,48 +21,48 @@ function Congrats({
21
21
  }, props), /*#__PURE__*/React.createElement("g", {
22
22
  clipPath: "url(#a)"
23
23
  }, /*#__PURE__*/React.createElement("path", {
24
- d: "M63.24 32.7c.29-4.8-.24-9.6-1.56-14.22a.94.94 0 0 0-.65-.65 42.52 42.52 0 0 0-14.17-1.6l-3.68-3.7a11.32 11.32 0 0 0-16.01 0l-3.73 3.7c-4.8-.3-9.6.24-14.22 1.56a.96.96 0 0 0-.65.65A42.7 42.7 0 0 0 7 32.65L3.3 36.34a11.32 11.32 0 0 0 0 16L7 56.05c-.28 4.78.25 9.59 1.57 14.2a.94.94 0 0 0 .65.65 42.28 42.28 0 0 0 14.2 1.56l3.7 3.7a11.32 11.32 0 0 0 16 0l3.69-3.7c4.79.29 9.6-.24 14.2-1.56a.94.94 0 0 0 .65-.66 42.5 42.5 0 0 0 1.57-14.2l3.7-3.7a11.32 11.32 0 0 0 0-16l-3.69-3.64Z",
24
+ d: "M63.244 32.693a42.504 42.504 0 0 0-1.569-14.21.94.94 0 0 0-.642-.652 42.521 42.521 0 0 0-14.172-1.607l-3.686-3.694a11.324 11.324 0 0 0-16.006 0l-3.733 3.694a42.475 42.475 0 0 0-14.218 1.568.964.964 0 0 0-.651.65 42.71 42.71 0 0 0-1.569 14.211L3.312 36.34a11.324 11.324 0 0 0 0 16.007l3.686 3.686a42.71 42.71 0 0 0 1.569 14.21.941.941 0 0 0 .65.643 42.281 42.281 0 0 0 14.203 1.569l3.694 3.693a11.324 11.324 0 0 0 16.006 0l3.686-3.694a42.523 42.523 0 0 0 14.21-1.568.941.941 0 0 0 .644-.65 42.504 42.504 0 0 0 1.568-14.211l3.694-3.686a11.324 11.324 0 0 0 0-16.007l-3.678-3.639Z",
25
25
  fill: "#E0E1E9",
26
26
  shapeRendering: "geometricPrecision"
27
27
  }), /*#__PURE__*/React.createElement("path", {
28
- d: "M28.27 34.22a2.35 2.35 0 0 0-1.9 1.28L8.42 69.92a.72.72 0 0 0 .13.85l22.08-31.94c1.77-1.37 8.48 2.25 10.53 3.72-3.7-4.45-9.46-8.51-12.89-8.33Z",
28
+ d: "M28.272 34.217a2.352 2.352 0 0 0-1.898 1.286L8.423 69.915a.721.721 0 0 0 .125.855l22.084-31.942c1.765-1.373 8.478 2.25 10.533 3.725-3.71-4.454-9.466-8.517-12.893-8.336Z",
29
29
  fill: "#fff",
30
30
  shapeRendering: "geometricPrecision"
31
31
  }), /*#__PURE__*/React.createElement("path", {
32
- d: "m9.46 70.93 34-18.83a2.43 2.43 0 0 0 1.27-1.86c.54-5.66-10.98-16.32-16.47-16.03a2.35 2.35 0 0 0-1.89 1.3L8.42 69.9a.78.78 0 0 0 1.04 1.02Z",
32
+ d: "m9.458 70.927 34.004-18.822a2.432 2.432 0 0 0 1.27-1.867c.542-5.662-10.979-16.32-16.468-16.03a2.352 2.352 0 0 0-1.89 1.294L8.422 69.915a.784.784 0 0 0 1.036 1.011Z",
33
33
  stroke: "#6C6E79",
34
34
  strokeWidth: ".8",
35
35
  strokeLinecap: "round",
36
36
  strokeLinejoin: "round",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }), /*#__PURE__*/React.createElement("path", {
39
- d: "M25.72 52.65a16.15 16.15 0 0 0-7.97-.56 604.5 604.5 0 0 1-2.14 4.08 18.93 18.93 0 0 1 11.92 4.76l5.63-3.13a16.27 16.27 0 0 0-7.44-5.15ZM16.18 63.74c-1.4-.44-2.86-.56-4.3-.38l-1.58 2.98c1.06.2 2.05.65 2.9 1.3.29.25.55.5.8.8l5.38-3a10.25 10.25 0 0 0-3.2-1.7ZM44.73 50.25v-.47a26.57 26.57 0 0 0-22.1-7.11L20.6 46.6a22.62 22.62 0 0 1 18.8 7.8l4.11-2.28a2.43 2.43 0 0 0 1.23-1.86Z",
39
+ d: "M25.723 52.646a16.154 16.154 0 0 0-7.976-.557 609.105 609.105 0 0 1-2.133 4.086c2.022.067 4.02.456 5.92 1.153a18.931 18.931 0 0 1 6 3.607l5.623-3.137a16.273 16.273 0 0 0-7.434-5.152ZM16.179 63.735a10.243 10.243 0 0 0-4.306-.376l-1.568 2.98a6.887 6.887 0 0 1 2.901 1.31c.284.238.546.5.785.784l5.387-2.988a10.249 10.249 0 0 0-3.2-1.71ZM44.732 50.246a4.52 4.52 0 0 0 0-.462 27.024 27.024 0 0 0-12.343-6.69 26.569 26.569 0 0 0-9.756-.423l-2.047 3.92a22.624 22.624 0 0 1 10.493 1.742 22.821 22.821 0 0 1 8.313 6.054l4.11-2.274a2.43 2.43 0 0 0 1.23-1.867Z",
40
40
  fill: "#6C6E79",
41
41
  shapeRendering: "geometricPrecision"
42
42
  }), /*#__PURE__*/React.createElement("path", {
43
- d: "M24.42 26.63a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32Z",
43
+ d: "M24.42 26.633a1.663 1.663 0 1 0 0-3.325 1.663 1.663 0 0 0 0 3.325Z",
44
44
  stroke: "#6C6E79",
45
45
  strokeWidth: ".8",
46
46
  strokeLinecap: "round",
47
47
  strokeLinejoin: "round",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M56.16 4a1.57 1.57 0 1 0 0-3.13 1.57 1.57 0 0 0 0 3.14Z",
50
+ d: "M56.16 4.008a1.569 1.569 0 1 0 0-3.137 1.569 1.569 0 0 0 0 3.137Z",
51
51
  stroke: "#E0E1E9",
52
52
  strokeWidth: ".8",
53
53
  strokeLinecap: "round",
54
54
  strokeLinejoin: "round",
55
55
  shapeRendering: "geometricPrecision"
56
56
  }), /*#__PURE__*/React.createElement("path", {
57
- d: "M52.8 22.96a1.15 1.15 0 1 0 0-2.3 1.15 1.15 0 0 0 0 2.3Z",
57
+ d: "M52.803 22.962a1.153 1.153 0 1 0 0-2.305 1.153 1.153 0 0 0 0 2.305Z",
58
58
  fill: "#6C6E79",
59
59
  shapeRendering: "geometricPrecision"
60
60
  }), /*#__PURE__*/React.createElement("path", {
61
- d: "M73.93 20.66a2.3 2.3 0 1 0 0-4.6 2.3 2.3 0 0 0 0 4.6Z",
61
+ d: "M73.93 20.657a2.298 2.298 0 1 0 0-4.596 2.298 2.298 0 0 0 0 4.596Z",
62
62
  fill: "#E0E1E9",
63
63
  shapeRendering: "geometricPrecision"
64
64
  }), /*#__PURE__*/React.createElement("path", {
65
- d: "M46.1 3.06c3.65 6.27 2.62 20.07-4.91 22.92-3.36 1.1-8.05-1.35-9.23-4.6-1.9-7.92 7.37-9.4 9.71-2.18 2.18 5.79 0 13.19-6 15.68l-1.7-3.87c4.26-1.62 5.8-6.67 4.7-10.9a5.3 5.3 0 0 0-1.32-2.64c-1.89-1.66-3.77-.62-4.01 1.8-.25 2.4 2 4.01 4.03 4.83 3.68 1.57 6.48-1.96 7.37-5.2 1.36-4.45 1.1-10.16-1.57-13.94l2.97-1.9h-.04Z",
65
+ d: "M46.097 3.059c3.655 6.274 2.627 20.068-4.91 22.923-3.356 1.09-8.045-1.349-9.23-4.596-1.89-7.928 7.372-9.41 9.717-2.188 2.172 5.788 0 13.191-6.007 15.685l-1.694-3.874c4.258-1.623 5.795-6.666 4.705-10.901a5.309 5.309 0 0 0-1.325-2.643c-1.89-1.655-3.772-.612-4.015 1.796-.244 2.408 2.007 4.023 4.03 4.839 3.679 1.568 6.486-1.96 7.372-5.208 1.357-4.446 1.098-10.148-1.568-13.936l2.964-1.89-.039-.007Z",
66
66
  fill: "#6C6E79",
67
67
  stroke: "#6C6E79",
68
68
  strokeWidth: ".8",
@@ -70,14 +70,14 @@ function Congrats({
70
70
  strokeLinejoin: "round",
71
71
  shapeRendering: "geometricPrecision"
72
72
  }), /*#__PURE__*/React.createElement("path", {
73
- d: "M37.11 27.8a9.16 9.16 0 0 0 1.33-3.7 9.2 9.2 0 0 0-.32-3.95M42.15 19.09a14.55 14.55 0 0 1-.19 9.93",
73
+ d: "M37.11 27.809c.719-1.125 1.154-2.393 1.334-3.716.18-1.323.07-2.67-.322-3.946M42.145 19.088a14.548 14.548 0 0 1-.18 9.929",
74
74
  stroke: "#E0E1E9",
75
75
  strokeWidth: ".8",
76
76
  strokeLinecap: "round",
77
77
  strokeLinejoin: "round",
78
78
  shapeRendering: "geometricPrecision"
79
79
  }), /*#__PURE__*/React.createElement("path", {
80
- d: "M45.14 45.38a14.01 14.01 0 0 1 4.92-7.66c4.44-3.44 12.03-2.9 15.16 2.1 2.18 3.84.55 10.2-4.77 9.61-3.71-1.03-3.26-6.05-2.42-8.92 1.8-5.9 6.58-11.05 12.65-12.55 3.07-.73 6.29-.63 9.32.28l-.89 2.74a14.12 14.12 0 0 0-14.9 3.2c-2.84 2.79-5 6.8-4.84 10.83a3.2 3.2 0 0 0 1.11 2.5c1.07.4 2.35-.4 2.89-1.39 2.68-7.45-6.94-10.66-12.24-6.85a13.07 13.07 0 0 0-4.7 6.53l-1.34-.43h.05Z",
80
+ d: "M45.14 45.376a14.014 14.014 0 0 1 4.918-7.654c4.439-3.443 12.03-2.91 15.16 2.094 2.18 3.843.548 10.195-4.77 9.615-3.709-1.028-3.261-6.055-2.415-8.925 1.796-5.898 6.572-11.042 12.642-12.548a18.037 18.037 0 0 1 9.325.283l-.886 2.736a14.115 14.115 0 0 0-14.9 3.208c-2.84 2.784-5.004 6.8-4.847 10.822a3.193 3.193 0 0 0 1.113 2.502c1.075.408 2.353-.4 2.886-1.388 2.682-7.45-6.932-10.666-12.234-6.854a13.073 13.073 0 0 0-4.705 6.533l-1.341-.432.055.008Z",
81
81
  fill: "#6C6E79",
82
82
  stroke: "#6C6E79",
83
83
  strokeWidth: ".8",
@@ -85,28 +85,28 @@ function Congrats({
85
85
  strokeLinejoin: "round",
86
86
  shapeRendering: "geometricPrecision"
87
87
  }), /*#__PURE__*/React.createElement("path", {
88
- d: "M61.68 39.98a6.44 6.44 0 0 0-3.33-1.62",
88
+ d: "M61.678 39.978c-.842-.838-2.13-1.407-3.325-1.614",
89
89
  stroke: "#E0E1E9",
90
90
  strokeWidth: ".8",
91
91
  strokeLinecap: "round",
92
92
  strokeLinejoin: "round",
93
93
  shapeRendering: "geometricPrecision"
94
94
  }), /*#__PURE__*/React.createElement("path", {
95
- d: "M63.31 37.02a13.37 13.37 0 0 0-3.72-1.67",
95
+ d: "M63.312 37.023c-1.148-.733-2.401-1.317-3.717-1.67",
96
96
  stroke: "#fff",
97
97
  strokeWidth: ".8",
98
98
  strokeLinecap: "round",
99
99
  strokeLinejoin: "round",
100
100
  shapeRendering: "geometricPrecision"
101
101
  }), /*#__PURE__*/React.createElement("path", {
102
- d: "M57.97 48.25c1.3.64 4.52-.28 4.96-3.35",
102
+ d: "M57.97 48.254c1.302.636 4.517-.282 4.965-3.356",
103
103
  stroke: "#E0E1E9",
104
104
  strokeWidth: ".8",
105
105
  strokeLinecap: "round",
106
106
  strokeLinejoin: "round",
107
107
  shapeRendering: "geometricPrecision"
108
108
  }), /*#__PURE__*/React.createElement("path", {
109
- d: "m61.13 7.79-4.7 4.81c-1.82 3.68 3.67 11.92 2.25 17.55.78-2.5 2.63-3.03 3.4-5.53.02-5.59-6.29-12.93-.95-16.83Z",
109
+ d: "m61.131 7.788-4.705 4.815c-1.82 3.678 3.67 11.92 2.25 17.551.785-2.502 2.636-3.035 3.412-5.537.008-5.583-6.297-12.932-.957-16.83Z",
110
110
  fill: "#E0E1E9",
111
111
  stroke: "#6C6E79",
112
112
  strokeWidth: ".8",
@@ -114,7 +114,7 @@ function Congrats({
114
114
  strokeLinejoin: "round",
115
115
  shapeRendering: "geometricPrecision"
116
116
  }), /*#__PURE__*/React.createElement("path", {
117
- d: "M73.31 0c.14 1.26.51 5.18-2.03 8.49-3.46 4.49-11.85.58-14.9 4.11a11.2 11.2 0 0 1 4.31-4.63c1.41-.91 6.06.26 9.2-2.43A9.69 9.69 0 0 0 73.32 0Z",
117
+ d: "M73.31 0c.142 1.263.51 5.184-2.03 8.485-3.46 4.494-11.85.589-14.901 4.118a11.207 11.207 0 0 1 4.313-4.635c1.412-.91 6.054.259 9.207-2.431A9.686 9.686 0 0 0 73.31 0Z",
118
118
  fill: "#fff",
119
119
  stroke: "#6C6E79",
120
120
  strokeWidth: ".8",
@@ -122,7 +122,7 @@ function Congrats({
122
122
  strokeLinejoin: "round",
123
123
  shapeRendering: "geometricPrecision"
124
124
  }), /*#__PURE__*/React.createElement("path", {
125
- d: "m46.37 29.46-3.3 1.12-.28 1.57-.66 7.12c3.57-.8 3.79-8.04 4.24-9.8Z",
125
+ d: "m46.372 29.464-3.294 1.114-.29 1.568-.66 7.12c3.577-.791 3.789-8.038 4.244-9.802Z",
126
126
  fill: "#E0E1E9",
127
127
  stroke: "#6C6E79",
128
128
  strokeWidth: ".8",
@@ -130,7 +130,7 @@ function Congrats({
130
130
  strokeLinejoin: "round",
131
131
  shapeRendering: "geometricPrecision"
132
132
  }), /*#__PURE__*/React.createElement("path", {
133
- d: "M61.87 22.64c.24 1.71.74 4.6-1.42 6.87-3.08 3.25-15.31-.78-17.66 2.62a5.43 5.43 0 0 1 2.4-4.42c4.33-2.92 12.3 2 16.68-5.07Z",
133
+ d: "M61.868 22.64c.243 1.71.737 4.596-1.42 6.87-3.081 3.248-15.308-.783-17.66 2.62a5.427 5.427 0 0 1 2.407-4.423c4.321-2.917 12.297 2.008 16.673-5.066Z",
134
134
  fill: "#fff",
135
135
  stroke: "#6C6E79",
136
136
  strokeWidth: ".8",
@@ -37,11 +37,11 @@ function DonutChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M75.6 42.49c0-15.6-9.53-28.84-22.94-34.07l-3.78-6.75A1.28 1.28 0 0 0 47.81 1H32.27c-.41 0-.82.25-1.07.67l-3.78 6.75C14.02 13.65 4.47 26.97 4.47 42.5c0 2.02.17 3.96.5 5.82l-3.78 6.74c-.25.42-.25.85 0 1.27l7.73 13.83c.24.42.65.67 1.06.67h7.57a34.9 34.9 0 0 0 44.9 0h7.57c.4 0 .82-.25 1.06-.67l7.73-13.83c.25-.42.25-.85 0-1.27l-3.78-6.74c.41-1.94.58-3.88.58-5.82Z",
40
+ d: "M75.608 42.488c0-15.6-9.54-28.84-22.944-34.067l-3.783-6.746C48.635 1.253 48.224 1 47.812 1H32.27c-.411 0-.823.253-1.07.675L27.419 8.42C14.014 13.649 4.474 26.97 4.474 42.488c0 2.023.165 3.963.494 5.818l-3.783 6.746c-.247.422-.247.843 0 1.265l7.73 13.829c.247.422.658.674 1.07.674h7.565C23.717 75.965 31.53 79 40 79c8.47 0 16.365-3.12 22.45-8.18h7.566c.411 0 .822-.252 1.069-.674l7.73-13.83c.247-.42.247-.843 0-1.264l-3.783-6.746c.411-1.94.576-3.879.576-5.818Z",
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.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.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.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 DonutChart(_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.087 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.135-.637 6.226 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.448 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.884-8.744c3.134-.637 6.225 1.286 7.025 4.377l1.221 4.67Z",
57
57
  fill: "#6C6E79",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
- d: "M18.39 23.42a1.87 1.87 0 0 1-1.42 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.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.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.325-3.155.606-6.387l-1.373-3.08-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 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.087 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.135-.637 6.226 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: "m43.3 32.43 1.88.93-3.15 3.16-3.2-1.58 4.46-2.5Z",
79
+ d: "m43.291 32.434 1.892.929-3.156 3.156-3.2-1.578 4.464-2.507Z",
80
80
  fill: "#6C6E79",
81
81
  stroke: "#6C6E79",
82
82
  strokeWidth: ".7",
@@ -84,7 +84,7 @@ function DonutChart(_ref, ref) {
84
84
  strokeLinejoin: "round",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/_react["default"].createElement("path", {
87
- d: "m56.77 51.33 2.04-2.03-2.55-.36-6.55-3.33a7.02 7.02 0 0 1-2.4 1.91l-9.82-5.36-.19-.72a6.69 6.69 0 0 1 4.74-4.92l-2.36-8.55c-1.9.49-3.65 1.23-5.22 2.2l-.14-.56-2.65 2.66c-.31.3-.6.59-.88.9l-.04.03c-3.3 3.6-4.74 8.42-3.41 13.18 2.27 8.07 11.65 12.58 20.75 10.14 2.84-.75 5.3-2.11 7.3-3.84h.02l.18-.19c.42-.38.81-.76 1.18-1.16ZM50.17 29.17l-2.35-8.53-3.15 3.16L47 32.32l3.16-3.15Z",
87
+ d: "m56.768 51.326 2.043-2.021-2.55-.368-6.55-3.328a7.021 7.021 0 0 1-2.4 1.913l-9.823-5.361-.184-.724c.432-2.205 2.215-4.14 4.733-4.917l-2.355-8.55a18.912 18.912 0 0 0-5.22 2.195l-.141-.552-2.648 2.66a13.87 13.87 0 0 0-.886.896l-.033.033C27.458 36.8 26.01 41.62 27.34 46.376c2.27 8.073 11.65 12.58 20.75 10.148a18.236 18.236 0 0 0 7.296-3.847h.022l.183-.184c.422-.378.81-.767 1.178-1.167ZM50.168 29.167l-2.346-8.527-3.155 3.156 2.345 8.527 3.156-3.156Z",
88
88
  fill: "#6C6E79",
89
89
  stroke: "#6C6E79",
90
90
  strokeWidth: ".7",
@@ -92,7 +92,7 @@ function DonutChart(_ref, ref) {
92
92
  strokeLinejoin: "round",
93
93
  shapeRendering: "geometricPrecision"
94
94
  }), /*#__PURE__*/_react["default"].createElement("path", {
95
- d: "m62.94 28.95-.75 1.2c-3.54-5.03-10.43-7.74-17.52-6.35L47 32.33c3.35-.56 6.57 1.1 7.6 3.9l9.42-2.32 3.16-3.16-4.26-1.81h.01Z",
95
+ d: "m62.942 28.947-.756 1.21c-3.534-5.036-10.43-7.748-17.52-6.354l2.346 8.527c3.35-.562 6.57 1.102 7.598 3.89l9.424-2.312 3.155-3.156-4.258-1.816.011.011Z",
96
96
  fill: "#6C6E79",
97
97
  stroke: "#6C6E79",
98
98
  strokeWidth: ".7",
@@ -100,7 +100,7 @@ function DonutChart(_ref, ref) {
100
100
  strokeLinejoin: "round",
101
101
  shapeRendering: "geometricPrecision"
102
102
  }), /*#__PURE__*/_react["default"].createElement("path", {
103
- d: "m57.76 33.07 9.43-2.31c-2.27-7.35-10.68-11.81-19.37-10.12l2.35 8.53c3.35-.56 6.57 1.1 7.6 3.9v0Z",
103
+ d: "m57.764 33.073 9.424-2.313c-2.27-7.349-10.678-11.813-19.367-10.116l2.345 8.527c3.35-.562 6.57 1.103 7.598 3.891v.01Z",
104
104
  fill: "#fff",
105
105
  stroke: "#6C6E79",
106
106
  strokeWidth: ".7",
@@ -108,13 +108,13 @@ function DonutChart(_ref, ref) {
108
108
  strokeLinejoin: "round",
109
109
  shapeRendering: "geometricPrecision"
110
110
  }), /*#__PURE__*/_react["default"].createElement("path", {
111
- d: "M60.72 21.94a20.5 20.5 0 0 0-13.3-1.73l-4.92 4.66",
111
+ d: "M60.724 21.944c-4.085-2.075-8.732-2.626-13.304-1.73l-4.92 4.659",
112
112
  stroke: "#fff",
113
113
  strokeWidth: ".7",
114
114
  strokeMiterlimit: "10",
115
115
  shapeRendering: "geometricPrecision"
116
116
  }), /*#__PURE__*/_react["default"].createElement("path", {
117
- d: "m65.06 35.6-4.52 1.1-1.75-1.94-3.16 3.16c.24 1.3-.02 2.6-.65 3.73l8.28 4.21a13.54 13.54 0 0 0 1.8-10.26Z",
117
+ d: "m65.059 35.595-4.518 1.113-1.75-1.945-3.156 3.156c.238 1.297-.022 2.594-.66 3.728l8.29 4.215c1.902-3.07 2.626-6.69 1.794-10.267Z",
118
118
  fill: "#E0E1E9",
119
119
  stroke: "#6C6E79",
120
120
  strokeWidth: ".7",
@@ -122,7 +122,7 @@ function DonutChart(_ref, ref) {
122
122
  strokeLinejoin: "round",
123
123
  shapeRendering: "geometricPrecision"
124
124
  }), /*#__PURE__*/_react["default"].createElement("path", {
125
- d: "m66.43 42.7-3.15 3.16-8.3-4.21 3.16-3.17 8.3 4.23ZM58.8 34.75c.24 1.3-.02 2.59-.66 3.73l8.3 4.21a13.54 13.54 0 0 0 1.79-10.27l-9.42 2.33h0Z",
125
+ d: "m66.431 42.706-3.156 3.156-8.29-4.215 3.157-3.166 8.289 4.225ZM58.803 34.747c.237 1.297-.022 2.593-.66 3.728l8.29 4.215c1.902-3.07 2.626-6.69 1.794-10.267l-9.414 2.324h-.01Z",
126
126
  fill: "#E0E1E9",
127
127
  stroke: "#6C6E79",
128
128
  strokeWidth: ".7",
@@ -130,7 +130,7 @@ function DonutChart(_ref, ref) {
130
130
  strokeLinejoin: "round",
131
131
  shapeRendering: "geometricPrecision"
132
132
  }), /*#__PURE__*/_react["default"].createElement("path", {
133
- d: "M52.86 42.45a7.31 7.31 0 0 1-3.93 2.49c-3.71.94-7.49-.92-8.38-4.19-.9-3.26 1.2-6.32 4.64-7.39l-2.35-8.55c-8.98 2.27-14.57 10.44-12.33 18.4 2.27 8.08 11.65 12.59 20.75 10.16a17.7 17.7 0 0 0 9.9-6.7l-8.3-4.22h0Z",
133
+ d: "M52.858 42.45c-.92 1.157-2.28 2.065-3.924 2.486-3.717.94-7.49-.918-8.386-4.182-.897-3.264 1.21-6.322 4.647-7.392l-2.356-8.55c-8.981 2.27-14.569 10.44-12.332 18.406 2.27 8.073 11.651 12.58 20.75 10.148 4.27-1.145 7.718-3.61 9.911-6.7l-8.3-4.215h-.01Z",
134
134
  fill: "#E0E1E9",
135
135
  stroke: "#6C6E79",
136
136
  strokeWidth: ".7",
@@ -19,11 +19,11 @@ function DonutChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M75.6 42.49c0-15.6-9.53-28.84-22.94-34.07l-3.78-6.75A1.28 1.28 0 0 0 47.81 1H32.27c-.41 0-.82.25-1.07.67l-3.78 6.75C14.02 13.65 4.47 26.97 4.47 42.5c0 2.02.17 3.96.5 5.82l-3.78 6.74c-.25.42-.25.85 0 1.27l7.73 13.83c.24.42.65.67 1.06.67h7.57a34.9 34.9 0 0 0 44.9 0h7.57c.4 0 .82-.25 1.06-.67l7.73-13.83c.25-.42.25-.85 0-1.27l-3.78-6.74c.41-1.94.58-3.88.58-5.82Z",
22
+ d: "M75.608 42.488c0-15.6-9.54-28.84-22.944-34.067l-3.783-6.746C48.635 1.253 48.224 1 47.812 1H32.27c-.411 0-.823.253-1.07.675L27.419 8.42C14.014 13.649 4.474 26.97 4.474 42.488c0 2.023.165 3.963.494 5.818l-3.783 6.746c-.247.422-.247.843 0 1.265l7.73 13.829c.247.422.658.674 1.07.674h7.565C23.717 75.965 31.53 79 40 79c8.47 0 16.365-3.12 22.45-8.18h7.566c.411 0 .822-.252 1.069-.674l7.73-13.83c.247-.42.247-.843 0-1.264l-3.783-6.746c.411-1.94.576-3.879.576-5.818Z",
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.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.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.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 DonutChart({
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.087 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.135-.637 6.226 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.448 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.884-8.744c3.134-.637 6.225 1.286 7.025 4.377l1.221 4.67Z",
39
39
  fill: "#6C6E79",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/React.createElement("path", {
42
- d: "M18.39 23.42a1.87 1.87 0 0 1-1.42 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.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.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.325-3.155.606-6.387l-1.373-3.08-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 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.087 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.135-.637 6.226 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: "m43.3 32.43 1.88.93-3.15 3.16-3.2-1.58 4.46-2.5Z",
61
+ d: "m43.291 32.434 1.892.929-3.156 3.156-3.2-1.578 4.464-2.507Z",
62
62
  fill: "#6C6E79",
63
63
  stroke: "#6C6E79",
64
64
  strokeWidth: ".7",
@@ -66,7 +66,7 @@ function DonutChart({
66
66
  strokeLinejoin: "round",
67
67
  shapeRendering: "geometricPrecision"
68
68
  }), /*#__PURE__*/React.createElement("path", {
69
- d: "m56.77 51.33 2.04-2.03-2.55-.36-6.55-3.33a7.02 7.02 0 0 1-2.4 1.91l-9.82-5.36-.19-.72a6.69 6.69 0 0 1 4.74-4.92l-2.36-8.55c-1.9.49-3.65 1.23-5.22 2.2l-.14-.56-2.65 2.66c-.31.3-.6.59-.88.9l-.04.03c-3.3 3.6-4.74 8.42-3.41 13.18 2.27 8.07 11.65 12.58 20.75 10.14 2.84-.75 5.3-2.11 7.3-3.84h.02l.18-.19c.42-.38.81-.76 1.18-1.16ZM50.17 29.17l-2.35-8.53-3.15 3.16L47 32.32l3.16-3.15Z",
69
+ d: "m56.768 51.326 2.043-2.021-2.55-.368-6.55-3.328a7.021 7.021 0 0 1-2.4 1.913l-9.823-5.361-.184-.724c.432-2.205 2.215-4.14 4.733-4.917l-2.355-8.55a18.912 18.912 0 0 0-5.22 2.195l-.141-.552-2.648 2.66a13.87 13.87 0 0 0-.886.896l-.033.033C27.458 36.8 26.01 41.62 27.34 46.376c2.27 8.073 11.65 12.58 20.75 10.148a18.236 18.236 0 0 0 7.296-3.847h.022l.183-.184c.422-.378.81-.767 1.178-1.167ZM50.168 29.167l-2.346-8.527-3.155 3.156 2.345 8.527 3.156-3.156Z",
70
70
  fill: "#6C6E79",
71
71
  stroke: "#6C6E79",
72
72
  strokeWidth: ".7",
@@ -74,7 +74,7 @@ function DonutChart({
74
74
  strokeLinejoin: "round",
75
75
  shapeRendering: "geometricPrecision"
76
76
  }), /*#__PURE__*/React.createElement("path", {
77
- d: "m62.94 28.95-.75 1.2c-3.54-5.03-10.43-7.74-17.52-6.35L47 32.33c3.35-.56 6.57 1.1 7.6 3.9l9.42-2.32 3.16-3.16-4.26-1.81h.01Z",
77
+ d: "m62.942 28.947-.756 1.21c-3.534-5.036-10.43-7.748-17.52-6.354l2.346 8.527c3.35-.562 6.57 1.102 7.598 3.89l9.424-2.312 3.155-3.156-4.258-1.816.011.011Z",
78
78
  fill: "#6C6E79",
79
79
  stroke: "#6C6E79",
80
80
  strokeWidth: ".7",
@@ -82,7 +82,7 @@ function DonutChart({
82
82
  strokeLinejoin: "round",
83
83
  shapeRendering: "geometricPrecision"
84
84
  }), /*#__PURE__*/React.createElement("path", {
85
- d: "m57.76 33.07 9.43-2.31c-2.27-7.35-10.68-11.81-19.37-10.12l2.35 8.53c3.35-.56 6.57 1.1 7.6 3.9v0Z",
85
+ d: "m57.764 33.073 9.424-2.313c-2.27-7.349-10.678-11.813-19.367-10.116l2.345 8.527c3.35-.562 6.57 1.103 7.598 3.891v.01Z",
86
86
  fill: "#fff",
87
87
  stroke: "#6C6E79",
88
88
  strokeWidth: ".7",
@@ -90,13 +90,13 @@ function DonutChart({
90
90
  strokeLinejoin: "round",
91
91
  shapeRendering: "geometricPrecision"
92
92
  }), /*#__PURE__*/React.createElement("path", {
93
- d: "M60.72 21.94a20.5 20.5 0 0 0-13.3-1.73l-4.92 4.66",
93
+ d: "M60.724 21.944c-4.085-2.075-8.732-2.626-13.304-1.73l-4.92 4.659",
94
94
  stroke: "#fff",
95
95
  strokeWidth: ".7",
96
96
  strokeMiterlimit: "10",
97
97
  shapeRendering: "geometricPrecision"
98
98
  }), /*#__PURE__*/React.createElement("path", {
99
- d: "m65.06 35.6-4.52 1.1-1.75-1.94-3.16 3.16c.24 1.3-.02 2.6-.65 3.73l8.28 4.21a13.54 13.54 0 0 0 1.8-10.26Z",
99
+ d: "m65.059 35.595-4.518 1.113-1.75-1.945-3.156 3.156c.238 1.297-.022 2.594-.66 3.728l8.29 4.215c1.902-3.07 2.626-6.69 1.794-10.267Z",
100
100
  fill: "#E0E1E9",
101
101
  stroke: "#6C6E79",
102
102
  strokeWidth: ".7",
@@ -104,7 +104,7 @@ function DonutChart({
104
104
  strokeLinejoin: "round",
105
105
  shapeRendering: "geometricPrecision"
106
106
  }), /*#__PURE__*/React.createElement("path", {
107
- d: "m66.43 42.7-3.15 3.16-8.3-4.21 3.16-3.17 8.3 4.23ZM58.8 34.75c.24 1.3-.02 2.59-.66 3.73l8.3 4.21a13.54 13.54 0 0 0 1.79-10.27l-9.42 2.33h0Z",
107
+ d: "m66.431 42.706-3.156 3.156-8.29-4.215 3.157-3.166 8.289 4.225ZM58.803 34.747c.237 1.297-.022 2.593-.66 3.728l8.29 4.215c1.902-3.07 2.626-6.69 1.794-10.267l-9.414 2.324h-.01Z",
108
108
  fill: "#E0E1E9",
109
109
  stroke: "#6C6E79",
110
110
  strokeWidth: ".7",
@@ -112,7 +112,7 @@ function DonutChart({
112
112
  strokeLinejoin: "round",
113
113
  shapeRendering: "geometricPrecision"
114
114
  }), /*#__PURE__*/React.createElement("path", {
115
- d: "M52.86 42.45a7.31 7.31 0 0 1-3.93 2.49c-3.71.94-7.49-.92-8.38-4.19-.9-3.26 1.2-6.32 4.64-7.39l-2.35-8.55c-8.98 2.27-14.57 10.44-12.33 18.4 2.27 8.08 11.65 12.59 20.75 10.16a17.7 17.7 0 0 0 9.9-6.7l-8.3-4.22h0Z",
115
+ d: "M52.858 42.45c-.92 1.157-2.28 2.065-3.924 2.486-3.717.94-7.49-.918-8.386-4.182-.897-3.264 1.21-6.322 4.647-7.392l-2.356-8.55c-8.981 2.27-14.569 10.44-12.332 18.406 2.27 8.073 11.651 12.58 20.75 10.148 4.27-1.145 7.718-3.61 9.911-6.7l-8.3-4.215h-.01Z",
116
116
  fill: "#E0E1E9",
117
117
  stroke: "#6C6E79",
118
118
  strokeWidth: ".7",
@@ -37,83 +37,79 @@ function Duplicates(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
+ d: "M0 40.922A39.857 39.857 0 0 0 39.078 80a.911.911 0 0 0 .922-.911v-2.503c20.208 0 36.586-16.378 36.586-36.586C76.586 19.791 60.208 3.414 40 3.414V.911a.911.911 0 0 0-.922-.91C28.727.23 19.34 4.4 12.36 11.064a.908.908 0 0 0 0 1.295l1.778 1.778C7.52 20.758 3.425 29.901 3.425 40H.911a.911.911 0 0 0-.91.922Z",
40
41
  fill: "#E0E1E9",
41
- d: "M0 40.92A39.86 39.86 0 0 0 39.08 80a.91.91 0 0 0 .92-.91v-2.5A36.58 36.58 0 1 0 40 3.4V.91a.91.91 0 0 0-.92-.9 39.87 39.87 0 0 0-26.72 11.05.9.9 0 0 0 0 1.3l1.78 1.78A36.47 36.47 0 0 0 3.42 40H.92a.91.91 0 0 0-.92.92Z",
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.33Z",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
+ d: "M65.682 18.57 11.076 30.512l-1.346-4.69c-.966-3.373 1.161-6.854 4.612-7.556l43.05-8.734c3.147-.638 6.25 1.286 7.053 4.378l1.227 4.669.01-.01Z",
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.096.238-2.236-.454-2.54-1.524a1.868 1.868 0 0 1 1.433-2.367c1.096-.227 2.224.465 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
- shapeRendering: "geometricPrecision"
75
- }), /*#__PURE__*/_react["default"].createElement("path", {
76
- 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
74
  shapeRendering: "geometricPrecision"
79
75
  }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ d: "M62.73 51.038 25.092 61.224l-6.037-21.372c-.253-.878.406-1.8 1.46-2.041l36.256-8.54 5.95 21.767h.01Z",
80
77
  fill: "#E0E1E9",
81
78
  stroke: "#6C6E79",
79
+ strokeWidth: ".7",
82
80
  strokeLinecap: "round",
83
81
  strokeLinejoin: "round",
84
- strokeWidth: ".7",
85
- d: "M62.73 51.04 25.09 61.22l-6.04-21.37c-.25-.88.41-1.8 1.46-2.04l36.26-8.54 5.95 21.77h.01Z",
86
82
  shapeRendering: "geometricPrecision"
87
83
  }), /*#__PURE__*/_react["default"].createElement("path", {
84
+ d: "M57.627 32.366 19.526 41.52l-.472-1.679c-.253-.878.406-1.8 1.46-2.042l36.256-8.54.846 3.107h.01Z",
88
85
  fill: "#6C6E79",
89
- d: "m57.63 32.37-38.1 9.15-.48-1.68c-.25-.88.41-1.8 1.46-2.04l36.26-8.54.85 3.1Z",
90
86
  shapeRendering: "geometricPrecision"
91
87
  }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ d: "m65.047 42.443-4.5-16.564c-.231-.824-1.164-1.329-2.097-1.12l-29.78 6.718-3.524-1.065-1.669 2.569c-.318.428-.549.922-.406 1.438l5.95 21.207 36.992-9.649 1.8-2.711-2.755-.834-.011.01Z",
92
89
  fill: "#6C6E79",
93
90
  stroke: "#6C6E79",
91
+ strokeWidth: ".7",
94
92
  strokeLinecap: "round",
95
93
  strokeLinejoin: "round",
96
- strokeWidth: ".7",
97
- d: "m65.05 42.44-4.5-16.56c-.23-.83-1.17-1.33-2.1-1.12l-29.78 6.72-3.52-1.07-1.67 2.57c-.32.43-.55.92-.4 1.44l5.94 21.2 37-9.64 1.8-2.71-2.76-.84-.01.01Z",
98
94
  shapeRendering: "geometricPrecision"
99
95
  }), /*#__PURE__*/_react["default"].createElement("path", {
96
+ d: "M67.802 43.277 30.81 52.926l-5.95-21.208c-.24-.878.396-1.778 1.439-2.008l33.951-7.662c.933-.209 1.877.285 2.097 1.12l5.466 20.109h-.01Z",
100
97
  fill: "#fff",
101
98
  stroke: "#6C6E79",
99
+ strokeWidth: ".7",
102
100
  strokeLinecap: "round",
103
101
  strokeLinejoin: "round",
104
- strokeWidth: ".7",
105
- d: "m67.8 43.28-36.99 9.65-5.95-21.21c-.24-.88.4-1.78 1.44-2.01l33.95-7.66c.93-.21 1.88.28 2.1 1.12l5.46 20.1h0Z",
106
102
  shapeRendering: "geometricPrecision"
107
103
  }), /*#__PURE__*/_react["default"].createElement("path", {
104
+ d: "M37.122 31.038c-3.81.878-6.18 4.259-5.27 7.519 1.34 4.797 9.54 7.826 9.54 7.826s5.422-6.41 4.127-11.12c-.89-3.204-4.621-5.103-8.397-4.236v.01Zm2.338 8.397c-1.636.395-3.282-.417-3.678-1.822-.395-1.405.626-2.865 2.262-3.25 1.635-.383 3.26.44 3.644 1.834.384 1.394-.615 2.843-2.24 3.238h.012Z",
108
105
  fill: "#6C6E79",
109
- d: "M37.12 31.04c-3.8.88-6.18 4.26-5.27 7.52 1.34 4.8 9.54 7.82 9.54 7.82s5.42-6.4 4.13-11.12c-.9-3.2-4.62-5.1-8.4-4.23Zm2.34 8.4c-1.64.39-3.28-.42-3.68-1.83-.4-1.4.63-2.86 2.26-3.25 1.64-.38 3.26.44 3.65 1.84.38 1.4-.62 2.84-2.24 3.23h.01Z",
110
106
  shapeRendering: "geometricPrecision"
111
107
  }), /*#__PURE__*/_react["default"].createElement("path", {
108
+ d: "m48.46 32.619 11.132-2.646M49.46 36.252l11.108-2.7M50.459 39.885l11.086-2.766",
112
109
  stroke: "#6C6E79",
110
+ strokeWidth: ".7",
113
111
  strokeLinecap: "round",
114
112
  strokeLinejoin: "round",
115
- strokeWidth: ".7",
116
- d: "m48.46 32.62 11.13-2.65m-10.13 6.28 11.1-2.7m-10.1 6.34 11.08-2.77",
117
113
  shapeRendering: "geometricPrecision"
118
114
  }));
119
115
  }