@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,11 +37,11 @@ function KagiChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M39.37 3.3 23 20.45 1.5 30.65c-.47.23-.63.7-.4 1.17L12.5 52.6l3.07 23.44a.9.9 0 0 0 1.03.7l23.4-4.3 23.4 4.3a.9.9 0 0 0 1.03-.7l3.08-23.44 11.38-20.77c.24-.39.08-.94-.4-1.17L57 20.45 40.64 3.3c-.31-.39-.87-.39-1.26 0Z",
40
+ d: "M39.368 3.294 23.005 20.459l-21.5 10.189c-.475.235-.633.705-.396 1.175l11.383 20.77 3.082 23.435c.08.47.554.784 1.028.706L40 72.423l23.398 4.31c.474.079.948-.235 1.027-.705l3.083-23.435 11.383-20.77c.237-.392.08-.94-.395-1.175l-21.5-10.19L40.631 3.294c-.316-.392-.87-.392-1.264 0Z",
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.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.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.51 6.51 0 0 0-.216.367v.021a5.638 5.638 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 KagiChart(_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.553 24.087 66.555a2.734 2.734 0 0 1-3.35-1.892L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.445 36.075a2.73 2.73 0 0 1-1.923 3.33Z",
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.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.885-8.743c3.134-.638 6.225 1.286 7.024 4.377l1.222 4.669Z",
57
57
  fill: "#6C6E79",
58
58
  shapeRendering: "geometricPrecision"
59
59
  }), /*#__PURE__*/_react["default"].createElement("path", {
60
- d: "M18.4 23.43a1.87 1.87 0 0 1-1.43 2.36 2.2 2.2 0 0 1-2.52-1.52 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.427a1.873 1.873 0 0 1-1.415 2.367c-1.081.238-2.227-.454-2.53-1.524a1.868 1.868 0 0 1 1.427-2.366c1.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.96c.3 1.06-.32 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z",
64
+ d: "M25.372 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.184-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.07-.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.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
68
+ d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.416 5.879a6.504 6.504 0 0 0-.216.367v.022a5.637 5.637 0 0 0-.454 4.247l1.395 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.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.553 24.087 66.555a2.734 2.734 0 0 1-3.35-1.892L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.445 36.075a2.73 2.73 0 0 1-1.923 3.33v0Z",
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: "m22.68 54.08 6.75-1.73 1.36 4.84 6.6-1.74-2.98-10.77 6.53-1.61 1.77 6.5 6.38-1.65-4.66-17.17 6.34-1.47 4.57 17.03 6.14-1.58-4-15.05 6.11-1.42",
79
+ d: "m22.684 54.081 6.744-1.73 1.361 4.843 6.593-1.74-2.972-10.776 6.528-1.61 1.772 6.495 6.377-1.642-4.659-17.174 6.345-1.47 4.571 17.033 6.139-1.578-3.999-15.055 6.106-1.415",
80
80
  stroke: "#6C6E79",
81
81
  strokeWidth: ".7",
82
82
  strokeLinecap: "round",
@@ -19,11 +19,11 @@ function KagiChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M39.37 3.3 23 20.45 1.5 30.65c-.47.23-.63.7-.4 1.17L12.5 52.6l3.07 23.44a.9.9 0 0 0 1.03.7l23.4-4.3 23.4 4.3a.9.9 0 0 0 1.03-.7l3.08-23.44 11.38-20.77c.24-.39.08-.94-.4-1.17L57 20.45 40.64 3.3c-.31-.39-.87-.39-1.26 0Z",
22
+ d: "M39.368 3.294 23.005 20.459l-21.5 10.189c-.475.235-.633.705-.396 1.175l11.383 20.77 3.082 23.435c.08.47.554.784 1.028.706L40 72.423l23.398 4.31c.474.079.948-.235 1.027-.705l3.083-23.435 11.383-20.77c.237-.392.08-.94-.395-1.175l-21.5-10.19L40.631 3.294c-.316-.392-.87-.392-1.264 0Z",
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.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.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.51 6.51 0 0 0-.216.367v.021a5.638 5.638 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 KagiChart({
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.553 24.087 66.555a2.734 2.734 0 0 1-3.35-1.892L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.445 36.075a2.73 2.73 0 0 1-1.923 3.33Z",
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.76l-1.34-4.69c-.962-3.372 1.156-6.852 4.593-7.555l42.885-8.743c3.134-.638 6.225 1.286 7.024 4.377l1.222 4.669Z",
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.43 2.36 2.2 2.2 0 0 1-2.52-1.52 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.427a1.873 1.873 0 0 1-1.415 2.367c-1.081.238-2.227-.454-2.53-1.524a1.868 1.868 0 0 1 1.427-2.366c1.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.96c.3 1.06-.32 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z",
46
+ d: "M25.372 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.184-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.07-.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.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.862s.324-3.156.605-6.387l-1.372-3.08-3.416 5.879a6.504 6.504 0 0 0-.216.367v.022a5.637 5.637 0 0 0-.454 4.247l1.395 4.907 3.458-5.966v.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.553 24.087 66.555a2.734 2.734 0 0 1-3.35-1.892L9.744 26.07c-.962-3.372 1.157-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.445 36.075a2.73 2.73 0 0 1-1.923 3.33v0Z",
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: "m22.68 54.08 6.75-1.73 1.36 4.84 6.6-1.74-2.98-10.77 6.53-1.61 1.77 6.5 6.38-1.65-4.66-17.17 6.34-1.47 4.57 17.03 6.14-1.58-4-15.05 6.11-1.42",
61
+ d: "m22.684 54.081 6.744-1.73 1.361 4.843 6.593-1.74-2.972-10.776 6.528-1.61 1.772 6.495 6.377-1.642-4.659-17.174 6.345-1.47 4.571 17.033 6.139-1.578-3.999-15.055 6.106-1.415",
62
62
  stroke: "#6C6E79",
63
63
  strokeWidth: ".7",
64
64
  strokeLinecap: "round",
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright ©, 2022, Semrush Inc. (written by Roman Lysov, Sergey Kobets, Mikhail Karachev, Julia Mnizhek, Elena Krasnopolskaia, Mikhail Sereniti).
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -37,11 +37,11 @@ function LineChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M71.18 27a46.19 46.19 0 0 0-1.72-15.72 1.11 1.11 0 0 0-.74-.74A46.19 46.19 0 0 0 53 8.82L48.89 4.7a12.51 12.51 0 0 0-17.78 0L27 8.82a46.19 46.19 0 0 0-15.72 1.72c-.32.09-.65.42-.74.74A46.19 46.19 0 0 0 8.82 27L4.7 31.11a12.51 12.51 0 0 0 0 17.78L8.82 53a46.19 46.19 0 0 0 1.72 15.72c.09.32.42.65.74.74A46.19 46.19 0 0 0 27 71.18l4.11 4.12a12.51 12.51 0 0 0 17.78 0L53 71.18c5.27.33 10.61-.24 15.72-1.72.32-.09.65-.42.74-.74A46.19 46.19 0 0 0 71.18 53l4.12-4.11a12.51 12.51 0 0 0 0-17.78L71.18 27Z",
40
+ d: "M71.183 27a46.187 46.187 0 0 0-1.727-15.715c-.083-.33-.412-.658-.74-.74A46.189 46.189 0 0 0 53 8.815l-4.114-4.113a12.515 12.515 0 0 0-17.772 0L27 8.816a46.189 46.189 0 0 0-15.715 1.728c-.33.083-.658.412-.74.74A46.188 46.188 0 0 0 8.815 27l-4.113 4.114a12.515 12.515 0 0 0 0 17.772L8.816 53a46.188 46.188 0 0 0 1.728 15.715c.083.33.412.658.74.74A46.187 46.187 0 0 0 27 71.184l4.114 4.114a12.515 12.515 0 0 0 17.772 0L53 71.183a46.187 46.187 0 0 0 15.715-1.727c.33-.083.658-.412.74-.74A46.187 46.187 0 0 0 71.184 53l4.114-4.114a12.515 12.515 0 0 0 0-17.772L71.183 27Z",
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-.21.75-.35l.05-.03.01-.01Z",
44
+ d: "M65.925 57.617s.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.588 8.073-1.394-3.123-3.415 5.88a6.502 6.502 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.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,41 +49,41 @@ function LineChart(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "m71.76 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
52
+ d: "M71.76 53.553 24.087 66.555a2.734 2.734 0 0 1-3.35-1.892L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.135-.638 6.226 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.134-.638 6.225 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.39 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.52-1.52 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.428a1.873 1.873 0 0 1-1.415 2.366c-1.081.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.427-2.367c1.092-.227 2.216.465 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-.291-1.07.325-2.118 1.405-2.345 1.081-.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.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
68
+ d: "M11.087 30.862s.325-3.156.606-6.387l-1.373-3.08-3.415 5.879a6.504 6.504 0 0 0-.216.367v.022a5.637 5.637 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.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.38l3.06 11.68 6.38 24.4a2.73 2.73 0 0 1-1.92 3.32Z",
72
+ d: "M71.76 53.553 24.087 66.555a2.734 2.734 0 0 1-3.35-1.892L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.135-.638 6.226 1.286 7.025 4.377l3.059 11.683 6.387 24.392a2.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: "M19.94 61.83c1.5-8.38 3.3-15.36 8.2-16.72 7.2-2 13.63 7.61 18.91 4.3 4.44-2.77 3.2-14.76 11.65-21.04 1.68-1.24 4.3-2.15 7.64-2.73.3-.06.6-.1.91-.15",
79
+ d: "M19.936 61.83c1.502-8.375 3.307-15.357 8.203-16.718 7.209-2.01 13.628 7.608 18.913 4.301 4.442-2.777 3.2-14.763 11.65-21.042 1.676-1.243 4.302-2.151 7.642-2.735.291-.054.594-.097.907-.15",
80
80
  stroke: "#6C6E79",
81
81
  strokeWidth: ".7",
82
82
  strokeLinecap: "round",
83
83
  strokeLinejoin: "round",
84
84
  shapeRendering: "geometricPrecision"
85
85
  }), /*#__PURE__*/_react["default"].createElement("path", {
86
- d: "M61.34 27.86c.44 1.67-.37 3.3-1.81 3.64-1.45.34-3-.75-3.46-2.42-.46-1.68.37-3.33 1.83-3.66 1.47-.32 3 .77 3.45 2.45v-.01ZM30.77 44.52c.44 1.67-.37 3.3-1.82 3.64-1.46.35-3-.75-3.46-2.42-.45-1.68.37-3.33 1.84-3.65 1.47-.33 3 .76 3.45 2.44l-.01-.01ZM49.68 48.81c.45 1.68-.37 3.3-1.81 3.65-1.45.34-3-.75-3.46-2.42-.46-1.68.37-3.33 1.84-3.66 1.45-.32 2.99.77 3.44 2.45v-.02Z",
86
+ d: "M61.342 27.857c.443 1.675-.368 3.296-1.816 3.642-1.448.346-3.005-.746-3.458-2.421-.454-1.675.367-3.329 1.837-3.653 1.47-.324 2.994.767 3.447 2.442l-.01-.01ZM30.765 44.517c.444 1.676-.367 3.297-1.815 3.643-1.46.346-3.005-.746-3.459-2.421-.454-1.675.368-3.329 1.838-3.653 1.47-.324 2.993.767 3.447 2.442l-.01-.01ZM49.682 48.814c.443 1.675-.368 3.297-1.816 3.642-1.448.346-3.004-.745-3.458-2.42-.454-1.676.367-3.33 1.837-3.654 1.46-.324 2.994.768 3.448 2.443l-.011-.01Z",
87
87
  fill: "#6C6E79",
88
88
  shapeRendering: "geometricPrecision"
89
89
  }));
@@ -19,11 +19,11 @@ function LineChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M71.18 27a46.19 46.19 0 0 0-1.72-15.72 1.11 1.11 0 0 0-.74-.74A46.19 46.19 0 0 0 53 8.82L48.89 4.7a12.51 12.51 0 0 0-17.78 0L27 8.82a46.19 46.19 0 0 0-15.72 1.72c-.32.09-.65.42-.74.74A46.19 46.19 0 0 0 8.82 27L4.7 31.11a12.51 12.51 0 0 0 0 17.78L8.82 53a46.19 46.19 0 0 0 1.72 15.72c.09.32.42.65.74.74A46.19 46.19 0 0 0 27 71.18l4.11 4.12a12.51 12.51 0 0 0 17.78 0L53 71.18c5.27.33 10.61-.24 15.72-1.72.32-.09.65-.42.74-.74A46.19 46.19 0 0 0 71.18 53l4.12-4.11a12.51 12.51 0 0 0 0-17.78L71.18 27Z",
22
+ d: "M71.183 27a46.187 46.187 0 0 0-1.727-15.715c-.083-.33-.412-.658-.74-.74A46.189 46.189 0 0 0 53 8.815l-4.114-4.113a12.515 12.515 0 0 0-17.772 0L27 8.816a46.189 46.189 0 0 0-15.715 1.728c-.33.083-.658.412-.74.74A46.188 46.188 0 0 0 8.815 27l-4.113 4.114a12.515 12.515 0 0 0 0 17.772L8.816 53a46.188 46.188 0 0 0 1.728 15.715c.083.33.412.658.74.74A46.187 46.187 0 0 0 27 71.184l4.114 4.114a12.515 12.515 0 0 0 17.772 0L53 71.183a46.187 46.187 0 0 0 15.715-1.727c.33-.083.658-.412.74-.74A46.187 46.187 0 0 0 71.184 53l4.114-4.114a12.515 12.515 0 0 0 0-17.772L71.183 27Z",
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-.21.75-.35l.05-.03.01-.01Z",
26
+ d: "M65.925 57.617s.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.588 8.073-1.394-3.123-3.415 5.88a6.502 6.502 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.247l10.44 36.649a2.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,41 +31,41 @@ function LineChart({
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.553 24.087 66.555a2.734 2.734 0 0 1-3.35-1.892L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.135-.638 6.226 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.134-.638 6.225 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.39 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.52-1.52 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.428a1.873 1.873 0 0 1-1.415 2.366c-1.081.238-2.227-.454-2.53-1.523a1.868 1.868 0 0 1 1.427-2.367c1.092-.227 2.216.465 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-.291-1.07.325-2.118 1.405-2.345 1.081-.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.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.862s.325-3.156.606-6.387l-1.373-3.08-3.415 5.879a6.504 6.504 0 0 0-.216.367v.022a5.637 5.637 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.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.38l3.06 11.68 6.38 24.4a2.73 2.73 0 0 1-1.92 3.32Z",
54
+ d: "M71.76 53.553 24.087 66.555a2.734 2.734 0 0 1-3.35-1.892L9.746 26.07c-.962-3.372 1.156-6.852 4.593-7.555l42.873-8.743c3.135-.638 6.226 1.286 7.025 4.377l3.059 11.683 6.387 24.392a2.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: "M19.94 61.83c1.5-8.38 3.3-15.36 8.2-16.72 7.2-2 13.63 7.61 18.91 4.3 4.44-2.77 3.2-14.76 11.65-21.04 1.68-1.24 4.3-2.15 7.64-2.73.3-.06.6-.1.91-.15",
61
+ d: "M19.936 61.83c1.502-8.375 3.307-15.357 8.203-16.718 7.209-2.01 13.628 7.608 18.913 4.301 4.442-2.777 3.2-14.763 11.65-21.042 1.676-1.243 4.302-2.151 7.642-2.735.291-.054.594-.097.907-.15",
62
62
  stroke: "#6C6E79",
63
63
  strokeWidth: ".7",
64
64
  strokeLinecap: "round",
65
65
  strokeLinejoin: "round",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/React.createElement("path", {
68
- d: "M61.34 27.86c.44 1.67-.37 3.3-1.81 3.64-1.45.34-3-.75-3.46-2.42-.46-1.68.37-3.33 1.83-3.66 1.47-.32 3 .77 3.45 2.45v-.01ZM30.77 44.52c.44 1.67-.37 3.3-1.82 3.64-1.46.35-3-.75-3.46-2.42-.45-1.68.37-3.33 1.84-3.65 1.47-.33 3 .76 3.45 2.44l-.01-.01ZM49.68 48.81c.45 1.68-.37 3.3-1.81 3.65-1.45.34-3-.75-3.46-2.42-.46-1.68.37-3.33 1.84-3.66 1.45-.32 2.99.77 3.44 2.45v-.02Z",
68
+ d: "M61.342 27.857c.443 1.675-.368 3.296-1.816 3.642-1.448.346-3.005-.746-3.458-2.421-.454-1.675.367-3.329 1.837-3.653 1.47-.324 2.994.767 3.447 2.442l-.01-.01ZM30.765 44.517c.444 1.676-.367 3.297-1.815 3.643-1.46.346-3.005-.746-3.459-2.421-.454-1.675.368-3.329 1.838-3.653 1.47-.324 2.993.767 3.447 2.442l-.01-.01ZM49.682 48.814c.443 1.675-.368 3.297-1.816 3.642-1.448.346-3.004-.745-3.458-2.42-.454-1.676.367-3.33 1.837-3.654 1.46-.324 2.994.768 3.448 2.443l-.011-.01Z",
69
69
  fill: "#6C6E79",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }));
@@ -37,11 +37,11 @@ function LollipopChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M57.32 4a21.7 21.7 0 0 0-17.4 8.73A21.74 21.74 0 0 0 22.46 4c-11.54.08-21.02 9.05-21.43 20.47-.9 23.73 33.8 48.28 38.5 51.46.32.24.74.24.98 0C45.04 72.67 79 47.79 79 25.37A21.58 21.58 0 0 0 57.32 4Z",
40
+ d: "M57.32 4a21.696 21.696 0 0 0-17.394 8.726A21.736 21.736 0 0 0 22.45 4c-11.54.082-21.02 9.052-21.433 20.47-.906 23.732 33.798 48.28 38.497 51.46.33.244.742.244.99 0C45.036 72.668 79 47.794 79 25.367 78.918 13.542 69.273 4 57.32 4Z",
41
41
  fill: "#E0E1E9",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
- d: "M65.92 56.97s.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 23.86l-1.4-3.12-3.4 5.88a6.5 6.5 0 0 0-.22.37V27a5.64 5.64 0 0 0-.46 4.25L16.66 67.9a2.59 2.59 0 0 0 3.18 1.8l45.27-12.34c.27-.08.52-.2.75-.35l.05-.03.01-.01Z",
44
+ d: "M65.925 56.967s.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.022a5.637 5.637 0 0 0-.454 4.247l10.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 LollipopChart(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "m71.76 52.9-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.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33Z",
52
+ d: "M71.762 52.903 24.09 65.905a2.734 2.734 0 0 1-3.35-1.892L9.747 25.42c-.962-3.372 1.157-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.328Z",
53
53
  fill: "#fff",
54
54
  shapeRendering: "geometricPrecision"
55
55
  }), /*#__PURE__*/_react["default"].createElement("path", {
56
- d: "M65.45 18.17 11.07 30.1l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.12a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
56
+ d: "M65.451 18.168 11.068 30.11l-1.34-4.69c-.963-3.372 1.156-6.852 4.593-7.555l42.884-8.743c3.134-.638 6.225 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 22.78a1.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.393 22.778a1.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.367c1.092-.227 2.216.465 2.518 1.535v-.011Z",
61
61
  fill: "#fff",
62
62
  shapeRendering: "geometricPrecision"
63
63
  }), /*#__PURE__*/_react["default"].createElement("path", {
64
- d: "M25.37 21.3c.3 1.07-.32 2.12-1.39 2.34a2.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.46 1.53Z",
64
+ d: "M25.375 21.308c.291 1.06-.325 2.108-1.395 2.334-1.07.227-2.183-.453-2.475-1.523-.291-1.07.325-2.119 1.405-2.346 1.07-.227 2.173.465 2.465 1.524v.011Z",
65
65
  fill: "#E0E1E9",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "M11.09 30.21s.32-3.15.6-6.39l-1.37-3.08-3.41 5.88-.22.37v.02a5.64 5.64 0 0 0-.45 4.25l1.4 4.9 3.45-5.96v.01Z",
68
+ d: "M11.09 30.212s.324-3.155.605-6.387l-1.373-3.08-3.415 5.88a6.53 6.53 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 4.906 3.458-5.966v.011Z",
69
69
  fill: "#6C6E79",
70
70
  shapeRendering: "geometricPrecision"
71
71
  }), /*#__PURE__*/_react["default"].createElement("path", {
72
- d: "m71.76 52.9-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.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33ZM29.96 46.03l2.92 10.47M45.42 47l1.6 5.8",
72
+ d: "M71.762 52.903 24.09 65.905a2.734 2.734 0 0 1-3.35-1.892L9.747 25.42c-.962-3.372 1.157-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.328ZM29.958 46.03l2.918 10.472M45.425 46.992l1.588 5.815",
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: "M60.52 27.64c.7 2.64-1.1 5.33-4.05 6.03-2.97.71-5.97-.86-6.69-3.53-.71-2.67 1.14-5.4 4.13-6.08 2.96-.67 5.91.94 6.61 3.58Z",
79
+ d: "M60.525 27.64c.691 2.637-1.114 5.328-4.053 6.03-2.972.714-5.977-.864-6.69-3.533-.713-2.67 1.135-5.404 4.128-6.074 2.962-.67 5.912.94 6.615 3.577Z",
80
80
  fill: "#6C6E79",
81
81
  stroke: "#6C6E79",
82
82
  strokeWidth: ".7",
@@ -84,14 +84,14 @@ function LollipopChart(_ref, ref) {
84
84
  strokeLinejoin: "round",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/_react["default"].createElement("path", {
87
- d: "M49.48 40.98c.69 2.58-1.12 5.26-4.06 6.01-2.97.76-5.97-.75-6.69-3.36-.72-2.63 1.14-5.34 4.13-6.05 2.96-.72 5.92.82 6.62 3.4Z",
87
+ d: "M49.478 40.981c.691 2.583-1.114 5.264-4.053 6.01-2.972.756-5.977-.746-6.69-3.362-.724-2.626 1.135-5.339 4.128-6.052 2.962-.713 5.912.821 6.615 3.404Z",
88
88
  stroke: "#6C6E79",
89
89
  strokeWidth: ".7",
90
90
  strokeLinecap: "round",
91
91
  strokeLinejoin: "round",
92
92
  shapeRendering: "geometricPrecision"
93
93
  }), /*#__PURE__*/_react["default"].createElement("path", {
94
- d: "M34 40.15c.7 2.53-1.1 5.16-4.05 5.89-2.97.73-5.98-.73-6.7-3.3-.73-2.58 1.13-5.24 4.13-5.93 2.96-.7 5.9.81 6.61 3.34H34Z",
94
+ d: "M34.002 40.15c.692 2.529-1.102 5.155-4.053 5.89-2.972.735-5.976-.735-6.7-3.307-.724-2.572 1.134-5.231 4.128-5.923 2.961-.691 5.912.81 6.614 3.34h.011Z",
95
95
  fill: "#E0E1E9",
96
96
  stroke: "#6C6E79",
97
97
  strokeWidth: ".7",
@@ -99,7 +99,7 @@ function LollipopChart(_ref, ref) {
99
99
  strokeLinejoin: "round",
100
100
  shapeRendering: "geometricPrecision"
101
101
  }), /*#__PURE__*/_react["default"].createElement("path", {
102
- d: "m56.37 33.28 4.26 15.98M38.66 43.16l3.67-5.34M41.22 46.5 47 38.07M45.83 46.84l3.72-5.43M70.6 48.97 23.13 61.54",
102
+ d: "m56.373 33.282 4.259 15.974M38.658 43.162l3.667-5.344M41.22 46.5 47 38.068M45.828 46.844l3.726-5.436M70.595 48.97 23.128 61.54",
103
103
  stroke: "#6C6E79",
104
104
  strokeWidth: ".7",
105
105
  strokeLinecap: "round",
@@ -19,11 +19,11 @@ function LollipopChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M57.32 4a21.7 21.7 0 0 0-17.4 8.73A21.74 21.74 0 0 0 22.46 4c-11.54.08-21.02 9.05-21.43 20.47-.9 23.73 33.8 48.28 38.5 51.46.32.24.74.24.98 0C45.04 72.67 79 47.79 79 25.37A21.58 21.58 0 0 0 57.32 4Z",
22
+ d: "M57.32 4a21.696 21.696 0 0 0-17.394 8.726A21.736 21.736 0 0 0 22.45 4c-11.54.082-21.02 9.052-21.433 20.47-.906 23.732 33.798 48.28 38.497 51.46.33.244.742.244.99 0C45.036 72.668 79 47.794 79 25.367 78.918 13.542 69.273 4 57.32 4Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- d: "M65.92 56.97s.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 23.86l-1.4-3.12-3.4 5.88a6.5 6.5 0 0 0-.22.37V27a5.64 5.64 0 0 0-.46 4.25L16.66 67.9a2.59 2.59 0 0 0 3.18 1.8l45.27-12.34c.27-.08.52-.2.75-.35l.05-.03.01-.01Z",
26
+ d: "M65.925 56.967s.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.022a5.637 5.637 0 0 0-.454 4.247l10.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 LollipopChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m71.76 52.9-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.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33Z",
34
+ d: "M71.762 52.903 24.09 65.905a2.734 2.734 0 0 1-3.35-1.892L9.747 25.42c-.962-3.372 1.157-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.328Z",
35
35
  fill: "#fff",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/React.createElement("path", {
38
- d: "M65.45 18.17 11.07 30.1l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.12a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
38
+ d: "M65.451 18.168 11.068 30.11l-1.34-4.69c-.963-3.372 1.156-6.852 4.593-7.555l42.884-8.743c3.134-.638 6.225 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 22.78a1.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.393 22.778a1.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.367c1.092-.227 2.216.465 2.518 1.535v-.011Z",
43
43
  fill: "#fff",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/React.createElement("path", {
46
- d: "M25.37 21.3c.3 1.07-.32 2.12-1.39 2.34a2.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.46 1.53Z",
46
+ d: "M25.375 21.308c.291 1.06-.325 2.108-1.395 2.334-1.07.227-2.183-.453-2.475-1.523-.291-1.07.325-2.119 1.405-2.346 1.07-.227 2.173.465 2.465 1.524v.011Z",
47
47
  fill: "#E0E1E9",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M11.09 30.21s.32-3.15.6-6.39l-1.37-3.08-3.41 5.88-.22.37v.02a5.64 5.64 0 0 0-.45 4.25l1.4 4.9 3.45-5.96v.01Z",
50
+ d: "M11.09 30.212s.324-3.155.605-6.387l-1.373-3.08-3.415 5.88a6.53 6.53 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 4.906 3.458-5.966v.011Z",
51
51
  fill: "#6C6E79",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/React.createElement("path", {
54
- d: "m71.76 52.9-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.88-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33ZM29.96 46.03l2.92 10.47M45.42 47l1.6 5.8",
54
+ d: "M71.762 52.903 24.09 65.905a2.734 2.734 0 0 1-3.35-1.892L9.747 25.42c-.962-3.372 1.157-6.852 4.593-7.555l42.874-8.743c3.134-.638 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.328ZM29.958 46.03l2.918 10.472M45.425 46.992l1.588 5.815",
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: "M60.52 27.64c.7 2.64-1.1 5.33-4.05 6.03-2.97.71-5.97-.86-6.69-3.53-.71-2.67 1.14-5.4 4.13-6.08 2.96-.67 5.91.94 6.61 3.58Z",
61
+ d: "M60.525 27.64c.691 2.637-1.114 5.328-4.053 6.03-2.972.714-5.977-.864-6.69-3.533-.713-2.67 1.135-5.404 4.128-6.074 2.962-.67 5.912.94 6.615 3.577Z",
62
62
  fill: "#6C6E79",
63
63
  stroke: "#6C6E79",
64
64
  strokeWidth: ".7",
@@ -66,14 +66,14 @@ function LollipopChart({
66
66
  strokeLinejoin: "round",
67
67
  shapeRendering: "geometricPrecision"
68
68
  }), /*#__PURE__*/React.createElement("path", {
69
- d: "M49.48 40.98c.69 2.58-1.12 5.26-4.06 6.01-2.97.76-5.97-.75-6.69-3.36-.72-2.63 1.14-5.34 4.13-6.05 2.96-.72 5.92.82 6.62 3.4Z",
69
+ d: "M49.478 40.981c.691 2.583-1.114 5.264-4.053 6.01-2.972.756-5.977-.746-6.69-3.362-.724-2.626 1.135-5.339 4.128-6.052 2.962-.713 5.912.821 6.615 3.404Z",
70
70
  stroke: "#6C6E79",
71
71
  strokeWidth: ".7",
72
72
  strokeLinecap: "round",
73
73
  strokeLinejoin: "round",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/React.createElement("path", {
76
- d: "M34 40.15c.7 2.53-1.1 5.16-4.05 5.89-2.97.73-5.98-.73-6.7-3.3-.73-2.58 1.13-5.24 4.13-5.93 2.96-.7 5.9.81 6.61 3.34H34Z",
76
+ d: "M34.002 40.15c.692 2.529-1.102 5.155-4.053 5.89-2.972.735-5.976-.735-6.7-3.307-.724-2.572 1.134-5.231 4.128-5.923 2.961-.691 5.912.81 6.614 3.34h.011Z",
77
77
  fill: "#E0E1E9",
78
78
  stroke: "#6C6E79",
79
79
  strokeWidth: ".7",
@@ -81,7 +81,7 @@ function LollipopChart({
81
81
  strokeLinejoin: "round",
82
82
  shapeRendering: "geometricPrecision"
83
83
  }), /*#__PURE__*/React.createElement("path", {
84
- d: "m56.37 33.28 4.26 15.98M38.66 43.16l3.67-5.34M41.22 46.5 47 38.07M45.83 46.84l3.72-5.43M70.6 48.97 23.13 61.54",
84
+ d: "m56.373 33.282 4.259 15.974M38.658 43.162l3.667-5.344M41.22 46.5 47 38.068M45.828 46.844l3.726-5.436M70.595 48.97 23.128 61.54",
85
85
  stroke: "#6C6E79",
86
86
  strokeWidth: ".7",
87
87
  strokeLinecap: "round",