@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 HeatMapChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M67.36 24.73A43.12 43.12 0 0 0 53.64 4.18a.72.72 0 0 0-.85-.07L42.34 8.78c-9.36-1.68-18.71-2.07-27.76 1.23-.3.08-.54.38-.54.77-.16 2.53-.7 13.03-.7 13.03C7.1 30.25 2.19 38.45 1.02 47.27c-.08.3.08.61.39.76l11.23 7.67a43.12 43.12 0 0 0 13.72 20.55c.23.22.62.22.85.07l10.45-4.67c9.36 1.68 18.71 2.07 27.76-1.23.3-.08.54-.38.54-.77l.7-13.03c6.24-6.44 11.15-14.64 12.32-23.46.08-.3-.08-.61-.39-.77l-11.23-7.66Z",
40
+ d: "M67.364 24.729c-2.417-7.82-7.25-15.333-13.721-20.545-.234-.23-.624-.23-.858-.077L42.34 8.783c-9.355-1.686-18.71-2.07-27.754 1.227-.312.076-.546.383-.546.766-.156 2.53-.701 13.033-.701 13.033C7.1 30.249 2.189 38.45 1.02 47.267c-.078.307.078.613.39.767L12.636 55.7c2.417 7.82 7.25 15.332 13.721 20.545.234.23.624.23.858.077l10.446-4.677c9.355 1.687 18.71 2.07 27.754-1.226.312-.077.546-.383.546-.767l.701-13.032C72.9 50.18 77.811 41.978 78.98 33.16c.078-.306-.078-.613-.39-.766l-11.226-7.666Z",
41
41
  fill: "#E0E1E9",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("path", {
44
- d: "M65.92 57.62s.1-.06.12-.09l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.51l-1.4-3.12-3.4 5.88a6.5 6.5 0 0 0-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.2.75-.35l.05-.03.01-.01Z",
44
+ d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.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 HeatMapChart(_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.89L9.75 26.07a6.03 6.03 0 0 1 4.6-7.55l42.87-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.764 53.553 24.092 66.555a2.734 2.734 0 0 1-3.35-1.892L9.75 26.07c-.962-3.372 1.156-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.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.064 30.76l-1.34-4.69c-.962-3.372 1.157-6.852 4.594-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 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z",
60
+ d: "M18.394 23.427a1.873 1.873 0 0 1-1.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.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.07-.227 2.173.465 2.464 1.524v.01Z",
65
65
  fill: "#E0E1E9",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
68
+ d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.416 5.879a6.51 6.51 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.89L9.75 26.07a6.03 6.03 0 0 1 4.6-7.55l42.87-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33ZM19.28 32.6l8.27 29.44",
72
+ d: "M71.764 53.553 24.092 66.555a2.734 2.734 0 0 1-3.35-1.892L9.75 26.07c-.962-3.372 1.156-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.33ZM19.282 32.609l8.268 29.429",
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: "m49.3 39.69-8.87 2.17a.8.8 0 0 1-.95-.56l-2.1-7.66a.79.79 0 0 1 .58-.98l8.92-2.05c.41-.1.84.15.94.56l2.05 7.56a.78.78 0 0 1-.58.97v-.01Z",
79
+ d: "m49.294 39.69-8.862 2.172a.795.795 0 0 1-.952-.562l-2.107-7.662a.786.786 0 0 1 .584-.973l8.927-2.054a.787.787 0 0 1 .94.562l2.043 7.555a.784.784 0 0 1-.573.972v-.01Z",
80
80
  fill: "#6C6E79",
81
81
  stroke: "#6C6E79",
82
82
  strokeWidth: ".7",
@@ -84,7 +84,7 @@ function HeatMapChart(_ref, ref) {
84
84
  strokeLinejoin: "round",
85
85
  shapeRendering: "geometricPrecision"
86
86
  }), /*#__PURE__*/_react["default"].createElement("path", {
87
- d: "m62.57 36.43-8.46 2.08a.8.8 0 0 1-.95-.56l-2.02-7.5a.79.79 0 0 1 .58-.98l8.52-1.97c.41-.1.83.16.94.57l1.96 7.39a.8.8 0 0 1-.58.97h.01Z",
87
+ d: "m62.574 36.432-8.462 2.075a.793.793 0 0 1-.951-.562l-2.021-7.5a.786.786 0 0 1 .583-.973l8.517-1.967a.787.787 0 0 1 .94.562l1.956 7.392a.8.8 0 0 1-.573.973h.01Z",
88
88
  fill: "#E0E1E9",
89
89
  stroke: "#6C6E79",
90
90
  strokeWidth: ".7",
@@ -92,7 +92,7 @@ function HeatMapChart(_ref, ref) {
92
92
  strokeLinejoin: "round",
93
93
  shapeRendering: "geometricPrecision"
94
94
  }), /*#__PURE__*/_react["default"].createElement("path", {
95
- d: "m38.86 54.75-9.18 2.41a.8.8 0 0 1-.97-.55l-2.17-7.76a.8.8 0 0 1 .57-.98l9.26-2.3c.4-.11.83.13.95.55l2.1 7.65a.8.8 0 0 1-.56.97v.01Z",
95
+ d: "m38.863 54.75-9.187 2.41a.795.795 0 0 1-.962-.55l-2.172-7.76a.795.795 0 0 1 .573-.984l9.251-2.302c.41-.108.832.14.951.551l2.108 7.652a.79.79 0 0 1-.562.972v.011Z",
96
96
  fill: "#6C6E79",
97
97
  stroke: "#6C6E79",
98
98
  strokeWidth: ".7",
@@ -100,7 +100,7 @@ function HeatMapChart(_ref, ref) {
100
100
  strokeLinejoin: "round",
101
101
  shapeRendering: "geometricPrecision"
102
102
  }), /*#__PURE__*/_react["default"].createElement("path", {
103
- d: "m52.42 51.2-8.78 2.3a.8.8 0 0 1-.96-.55l-2.09-7.59a.78.78 0 0 1 .58-.97L50 42.2c.42-.1.84.15.95.57l2.02 7.48a.8.8 0 0 1-.56.97v0Z",
103
+ d: "m52.417 51.2-8.776 2.303a.795.795 0 0 1-.962-.551l-2.086-7.587a.784.784 0 0 1 .573-.973l8.84-2.194a.776.776 0 0 1 .952.562l2.02 7.479a.795.795 0 0 1-.561.973V51.2Z",
104
104
  fill: "#E0E1E9",
105
105
  stroke: "#6C6E79",
106
106
  strokeWidth: ".7",
@@ -108,51 +108,19 @@ function HeatMapChart(_ref, ref) {
108
108
  strokeLinejoin: "round",
109
109
  shapeRendering: "geometricPrecision"
110
110
  }), /*#__PURE__*/_react["default"].createElement("path", {
111
- d: "m35.61 43.04-9.28 2.27a.8.8 0 0 1-.95-.55l-2.2-7.85a.8.8 0 0 1 .59-.98l9.34-2.15a.8.8 0 0 1 .94.56l2.13 7.73a.78.78 0 0 1-.57.97v0ZM65.59 47.74l-8.39 2.2a.79.79 0 0 1-.96-.56l-2-7.43a.79.79 0 0 1 .57-.97l8.44-2.1c.43-.1.85.16.96.57l1.93 7.31c.1.43-.14.86-.56.97h0Z",
111
+ d: "m35.61 43.041-9.283 2.27a.797.797 0 0 1-.951-.551l-2.194-7.846a.794.794 0 0 1 .584-.984l9.348-2.15a.793.793 0 0 1 .94.561l2.13 7.728a.78.78 0 0 1-.573.972v0ZM65.589 47.736l-8.387 2.205a.788.788 0 0 1-.962-.562l-2-7.425a.789.789 0 0 1 .574-.972l8.44-2.097a.785.785 0 0 1 .951.562l1.935 7.317a.788.788 0 0 1-.562.961l.01.011Z",
112
112
  stroke: "#6C6E79",
113
113
  strokeWidth: ".7",
114
114
  strokeLinecap: "round",
115
115
  strokeLinejoin: "round",
116
116
  shapeRendering: "geometricPrecision"
117
- }), /*#__PURE__*/_react["default"].createElement("mask", {
118
- id: "a",
119
- maskUnits: "userSpaceOnUse",
120
- x: "23",
121
- y: "33",
122
- width: "14",
123
- height: "13"
124
- }, /*#__PURE__*/_react["default"].createElement("path", {
125
- d: "m35.61 43.04-9.28 2.27a.8.8 0 0 1-.95-.55l-2.2-7.85a.8.8 0 0 1 .59-.98l9.34-2.15a.8.8 0 0 1 .94.56l2.13 7.73a.78.78 0 0 1-.57.97Z",
126
- fill: "#D9D9D9",
127
- shapeRendering: "geometricPrecision"
128
- })), /*#__PURE__*/_react["default"].createElement("g", {
129
- mask: "url(#a)",
130
- stroke: "#6C6E79",
131
- strokeWidth: ".7",
132
- strokeMiterlimit: "10"
133
- }, /*#__PURE__*/_react["default"].createElement("path", {
134
- d: "M29.86 31.42 21.43 43.7M33.47 33.9l-8.43 12.28M37.08 36.37l-9.59 13.98M40.69 38.84l-9.25 13.49",
135
- shapeRendering: "geometricPrecision"
136
- })), /*#__PURE__*/_react["default"].createElement("mask", {
137
- id: "b",
138
- maskUnits: "userSpaceOnUse",
139
- x: "54",
140
- y: "38",
141
- width: "13",
142
- height: "12"
143
- }, /*#__PURE__*/_react["default"].createElement("path", {
144
- d: "m65.59 47.74-8.39 2.2a.79.79 0 0 1-.96-.56l-2-7.43a.79.79 0 0 1 .57-.97l8.44-2.1c.43-.1.85.16.96.57l1.93 7.31c.1.43-.14.86-.56.97Z",
145
- fill: "#D9D9D9",
146
- shapeRendering: "geometricPrecision"
147
- })), /*#__PURE__*/_react["default"].createElement("g", {
148
- mask: "url(#b)",
117
+ }), /*#__PURE__*/_react["default"].createElement("path", {
118
+ d: "m57.904 40.186-2.901 4.235M64.13 38.842 56.53 49.875M65.594 44.448l-2.68 3.91M24.055 39.881l3.265-4.76M33.47 33.893l-7.814 11.263M35.375 38.938l-3.49 5.008",
149
119
  stroke: "#6C6E79",
150
120
  strokeWidth: ".7",
151
- strokeMiterlimit: "10"
152
- }, /*#__PURE__*/_react["default"].createElement("path", {
153
- d: "M60.52 36.37 52.1 48.66M64.13 38.84 55.7 51.13M67.74 41.32 58.15 55.3M71.35 43.8 62.1 57.27",
121
+ strokeMiterlimit: "10",
154
122
  shapeRendering: "geometricPrecision"
155
- })));
123
+ }));
156
124
  }
157
125
 
158
126
  HeatMapChart.displayName = 'HeatMapChart';
@@ -19,11 +19,11 @@ function HeatMapChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M67.36 24.73A43.12 43.12 0 0 0 53.64 4.18a.72.72 0 0 0-.85-.07L42.34 8.78c-9.36-1.68-18.71-2.07-27.76 1.23-.3.08-.54.38-.54.77-.16 2.53-.7 13.03-.7 13.03C7.1 30.25 2.19 38.45 1.02 47.27c-.08.3.08.61.39.76l11.23 7.67a43.12 43.12 0 0 0 13.72 20.55c.23.22.62.22.85.07l10.45-4.67c9.36 1.68 18.71 2.07 27.76-1.23.3-.08.54-.38.54-.77l.7-13.03c6.24-6.44 11.15-14.64 12.32-23.46.08-.3-.08-.61-.39-.77l-11.23-7.66Z",
22
+ d: "M67.364 24.729c-2.417-7.82-7.25-15.333-13.721-20.545-.234-.23-.624-.23-.858-.077L42.34 8.783c-9.355-1.686-18.71-2.07-27.754 1.227-.312.076-.546.383-.546.766-.156 2.53-.701 13.033-.701 13.033C7.1 30.249 2.189 38.45 1.02 47.267c-.078.307.078.613.39.767L12.636 55.7c2.417 7.82 7.25 15.332 13.721 20.545.234.23.624.23.858.077l10.446-4.677c9.355 1.687 18.71 2.07 27.754-1.226.312-.077.546-.383.546-.767l.701-13.032C72.9 50.18 77.811 41.978 78.98 33.16c.078-.306-.078-.613-.39-.766l-11.226-7.666Z",
23
23
  fill: "#E0E1E9",
24
24
  shapeRendering: "geometricPrecision"
25
25
  }), /*#__PURE__*/React.createElement("path", {
26
- d: "M65.92 57.62s.1-.06.12-.09l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.51l-1.4-3.12-3.4 5.88a6.5 6.5 0 0 0-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.2.75-.35l.05-.03.01-.01Z",
26
+ d: "M65.925 57.617s.086-.054.119-.086l6.495-4.324-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.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 HeatMapChart({
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.89L9.75 26.07a6.03 6.03 0 0 1 4.6-7.55l42.87-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.764 53.553 24.092 66.555a2.734 2.734 0 0 1-3.35-1.892L9.75 26.07c-.962-3.372 1.156-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.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.064 30.76l-1.34-4.69c-.962-3.372 1.157-6.852 4.594-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 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z",
42
+ d: "M18.394 23.427a1.873 1.873 0 0 1-1.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.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.07-.227 2.173.465 2.464 1.524v.01Z",
47
47
  fill: "#E0E1E9",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
50
+ d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.416 5.879a6.51 6.51 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.89L9.75 26.07a6.03 6.03 0 0 1 4.6-7.55l42.87-8.75a6.02 6.02 0 0 1 7.02 4.38l9.45 36.07a2.73 2.73 0 0 1-1.93 3.33ZM19.28 32.6l8.27 29.44",
54
+ d: "M71.764 53.553 24.092 66.555a2.734 2.734 0 0 1-3.35-1.892L9.75 26.07c-.962-3.372 1.156-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.33ZM19.282 32.609l8.268 29.429",
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: "m49.3 39.69-8.87 2.17a.8.8 0 0 1-.95-.56l-2.1-7.66a.79.79 0 0 1 .58-.98l8.92-2.05c.41-.1.84.15.94.56l2.05 7.56a.78.78 0 0 1-.58.97v-.01Z",
61
+ d: "m49.294 39.69-8.862 2.172a.795.795 0 0 1-.952-.562l-2.107-7.662a.786.786 0 0 1 .584-.973l8.927-2.054a.787.787 0 0 1 .94.562l2.043 7.555a.784.784 0 0 1-.573.972v-.01Z",
62
62
  fill: "#6C6E79",
63
63
  stroke: "#6C6E79",
64
64
  strokeWidth: ".7",
@@ -66,7 +66,7 @@ function HeatMapChart({
66
66
  strokeLinejoin: "round",
67
67
  shapeRendering: "geometricPrecision"
68
68
  }), /*#__PURE__*/React.createElement("path", {
69
- d: "m62.57 36.43-8.46 2.08a.8.8 0 0 1-.95-.56l-2.02-7.5a.79.79 0 0 1 .58-.98l8.52-1.97c.41-.1.83.16.94.57l1.96 7.39a.8.8 0 0 1-.58.97h.01Z",
69
+ d: "m62.574 36.432-8.462 2.075a.793.793 0 0 1-.951-.562l-2.021-7.5a.786.786 0 0 1 .583-.973l8.517-1.967a.787.787 0 0 1 .94.562l1.956 7.392a.8.8 0 0 1-.573.973h.01Z",
70
70
  fill: "#E0E1E9",
71
71
  stroke: "#6C6E79",
72
72
  strokeWidth: ".7",
@@ -74,7 +74,7 @@ function HeatMapChart({
74
74
  strokeLinejoin: "round",
75
75
  shapeRendering: "geometricPrecision"
76
76
  }), /*#__PURE__*/React.createElement("path", {
77
- d: "m38.86 54.75-9.18 2.41a.8.8 0 0 1-.97-.55l-2.17-7.76a.8.8 0 0 1 .57-.98l9.26-2.3c.4-.11.83.13.95.55l2.1 7.65a.8.8 0 0 1-.56.97v.01Z",
77
+ d: "m38.863 54.75-9.187 2.41a.795.795 0 0 1-.962-.55l-2.172-7.76a.795.795 0 0 1 .573-.984l9.251-2.302c.41-.108.832.14.951.551l2.108 7.652a.79.79 0 0 1-.562.972v.011Z",
78
78
  fill: "#6C6E79",
79
79
  stroke: "#6C6E79",
80
80
  strokeWidth: ".7",
@@ -82,7 +82,7 @@ function HeatMapChart({
82
82
  strokeLinejoin: "round",
83
83
  shapeRendering: "geometricPrecision"
84
84
  }), /*#__PURE__*/React.createElement("path", {
85
- d: "m52.42 51.2-8.78 2.3a.8.8 0 0 1-.96-.55l-2.09-7.59a.78.78 0 0 1 .58-.97L50 42.2c.42-.1.84.15.95.57l2.02 7.48a.8.8 0 0 1-.56.97v0Z",
85
+ d: "m52.417 51.2-8.776 2.303a.795.795 0 0 1-.962-.551l-2.086-7.587a.784.784 0 0 1 .573-.973l8.84-2.194a.776.776 0 0 1 .952.562l2.02 7.479a.795.795 0 0 1-.561.973V51.2Z",
86
86
  fill: "#E0E1E9",
87
87
  stroke: "#6C6E79",
88
88
  strokeWidth: ".7",
@@ -90,51 +90,19 @@ function HeatMapChart({
90
90
  strokeLinejoin: "round",
91
91
  shapeRendering: "geometricPrecision"
92
92
  }), /*#__PURE__*/React.createElement("path", {
93
- d: "m35.61 43.04-9.28 2.27a.8.8 0 0 1-.95-.55l-2.2-7.85a.8.8 0 0 1 .59-.98l9.34-2.15a.8.8 0 0 1 .94.56l2.13 7.73a.78.78 0 0 1-.57.97v0ZM65.59 47.74l-8.39 2.2a.79.79 0 0 1-.96-.56l-2-7.43a.79.79 0 0 1 .57-.97l8.44-2.1c.43-.1.85.16.96.57l1.93 7.31c.1.43-.14.86-.56.97h0Z",
93
+ d: "m35.61 43.041-9.283 2.27a.797.797 0 0 1-.951-.551l-2.194-7.846a.794.794 0 0 1 .584-.984l9.348-2.15a.793.793 0 0 1 .94.561l2.13 7.728a.78.78 0 0 1-.573.972v0ZM65.589 47.736l-8.387 2.205a.788.788 0 0 1-.962-.562l-2-7.425a.789.789 0 0 1 .574-.972l8.44-2.097a.785.785 0 0 1 .951.562l1.935 7.317a.788.788 0 0 1-.562.961l.01.011Z",
94
94
  stroke: "#6C6E79",
95
95
  strokeWidth: ".7",
96
96
  strokeLinecap: "round",
97
97
  strokeLinejoin: "round",
98
98
  shapeRendering: "geometricPrecision"
99
- }), /*#__PURE__*/React.createElement("mask", {
100
- id: "a",
101
- maskUnits: "userSpaceOnUse",
102
- x: "23",
103
- y: "33",
104
- width: "14",
105
- height: "13"
106
- }, /*#__PURE__*/React.createElement("path", {
107
- d: "m35.61 43.04-9.28 2.27a.8.8 0 0 1-.95-.55l-2.2-7.85a.8.8 0 0 1 .59-.98l9.34-2.15a.8.8 0 0 1 .94.56l2.13 7.73a.78.78 0 0 1-.57.97Z",
108
- fill: "#D9D9D9",
109
- shapeRendering: "geometricPrecision"
110
- })), /*#__PURE__*/React.createElement("g", {
111
- mask: "url(#a)",
112
- stroke: "#6C6E79",
113
- strokeWidth: ".7",
114
- strokeMiterlimit: "10"
115
- }, /*#__PURE__*/React.createElement("path", {
116
- d: "M29.86 31.42 21.43 43.7M33.47 33.9l-8.43 12.28M37.08 36.37l-9.59 13.98M40.69 38.84l-9.25 13.49",
117
- shapeRendering: "geometricPrecision"
118
- })), /*#__PURE__*/React.createElement("mask", {
119
- id: "b",
120
- maskUnits: "userSpaceOnUse",
121
- x: "54",
122
- y: "38",
123
- width: "13",
124
- height: "12"
125
- }, /*#__PURE__*/React.createElement("path", {
126
- d: "m65.59 47.74-8.39 2.2a.79.79 0 0 1-.96-.56l-2-7.43a.79.79 0 0 1 .57-.97l8.44-2.1c.43-.1.85.16.96.57l1.93 7.31c.1.43-.14.86-.56.97Z",
127
- fill: "#D9D9D9",
128
- shapeRendering: "geometricPrecision"
129
- })), /*#__PURE__*/React.createElement("g", {
130
- mask: "url(#b)",
99
+ }), /*#__PURE__*/React.createElement("path", {
100
+ d: "m57.904 40.186-2.901 4.235M64.13 38.842 56.53 49.875M65.594 44.448l-2.68 3.91M24.055 39.881l3.265-4.76M33.47 33.893l-7.814 11.263M35.375 38.938l-3.49 5.008",
131
101
  stroke: "#6C6E79",
132
102
  strokeWidth: ".7",
133
- strokeMiterlimit: "10"
134
- }, /*#__PURE__*/React.createElement("path", {
135
- d: "M60.52 36.37 52.1 48.66M64.13 38.84 55.7 51.13M67.74 41.32 58.15 55.3M71.35 43.8 62.1 57.27",
103
+ strokeMiterlimit: "10",
136
104
  shapeRendering: "geometricPrecision"
137
- })));
105
+ }));
138
106
  }
139
107
 
140
108
  HeatMapChart.displayName = 'HeatMapChart';
@@ -37,11 +37,11 @@ function HorizontalBarChart(_ref, ref) {
37
37
  fill: fill,
38
38
  tag: "svg"
39
39
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
- d: "M26.95 1c-.45 0-.9.18-1.17.54L11.9 15.44a37.3 37.3 0 0 0 0 52.67 37.3 37.3 0 0 0 52.68 0l13.89-13.9c.36-.35.54-.71.54-1.16V1.99A1 1 0 0 0 78 1H26.96Z",
40
+ d: "M26.955 1c-.451 0-.902.18-1.173.541l-13.89 13.89c-14.523 14.523-14.523 38.155 0 52.677 14.522 14.522 38.154 14.522 52.676 0l13.89-13.89c.362-.361.542-.722.542-1.173V1.992c0-.541-.451-.992-.992-.992H26.955Z",
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 HorizontalBarChart(_ref, ref) {
49
49
  strokeLinejoin: "round",
50
50
  shapeRendering: "geometricPrecision"
51
51
  }), /*#__PURE__*/_react["default"].createElement("path", {
52
- d: "m71.77 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.87-8.75a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
52
+ d: "M71.77 53.553 24.098 66.555a2.734 2.734 0 0 1-3.35-1.892L9.755 26.07c-.962-3.372 1.156-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.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.4 23.43A1.87 1.87 0 0 1 17 25.79a2.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.404 23.428a1.873 1.873 0 0 1-1.416 2.366c-1.08.238-2.226-.454-2.528-1.523a1.868 1.868 0 0 1 1.426-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.37 21.96c.3 1.06-.32 2.1-1.39 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.46 1.53Z",
64
+ d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z",
65
65
  fill: "#E0E1E9",
66
66
  shapeRendering: "geometricPrecision"
67
67
  }), /*#__PURE__*/_react["default"].createElement("path", {
68
- d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
68
+ d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.416 5.879a6.51 6.51 0 0 0-.216.367v.022a5.638 5.638 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.77 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.87-8.75a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33ZM21.44 30.45l8.96 31.4",
72
+ d: "M71.77 53.553 24.098 66.555a2.734 2.734 0 0 1-3.35-1.892L9.755 26.07c-.962-3.372 1.156-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.33ZM21.44 30.445l8.96 31.396",
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: "m39.1 36.06-11.81 2.8-1.7-5.96 11.95-2.72a.8.8 0 0 1 .94.56l1.21 4.34a.8.8 0 0 1-.58.99v-.01Z",
79
+ d: "m39.11 36.056-11.824 2.799-1.697-5.955 11.953-2.723a.793.793 0 0 1 .94.562l1.21 4.344a.794.794 0 0 1-.583.984v-.011Z",
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: "m62.38 40.3-32.4 8.1-1.67-5.91 32.57-7.87a.8.8 0 0 1 .95.56l1.12 4.14a.79.79 0 0 1-.57.97Z",
86
+ d: "m62.377 40.292-32.39 8.106-1.675-5.912 32.563-7.867a.804.804 0 0 1 .951.562l1.124 4.139a.789.789 0 0 1-.573.972Z",
87
87
  fill: "#6C6E79",
88
88
  stroke: "#6C6E79",
89
89
  strokeWidth: ".7",
@@ -91,37 +91,20 @@ function HorizontalBarChart(_ref, ref) {
91
91
  strokeLinejoin: "round",
92
92
  shapeRendering: "geometricPrecision"
93
93
  }), /*#__PURE__*/_react["default"].createElement("path", {
94
- d: "M57.24 51.4 32.7 57.88l-1.66-5.87 24.68-6.31a.8.8 0 0 1 .96.55l1.14 4.16a.8.8 0 0 1-.57.97Z",
94
+ d: "M57.244 51.393 32.69 57.89l-1.665-5.869L55.71 45.71a.795.795 0 0 1 .962.55l1.134 4.162a.795.795 0 0 1-.562.972Z",
95
95
  fill: "#E0E1E9",
96
96
  stroke: "#6C6E79",
97
97
  strokeWidth: ".7",
98
98
  strokeLinecap: "round",
99
99
  strokeLinejoin: "round",
100
100
  shapeRendering: "geometricPrecision"
101
- }), /*#__PURE__*/_react["default"].createElement("mask", {
102
- id: "a",
103
- maskUnits: "userSpaceOnUse",
104
- x: "25",
105
- y: "29",
106
- width: "16",
107
- height: "11"
108
- }, /*#__PURE__*/_react["default"].createElement("path", {
109
- d: "m39.1 36.06-11.81 2.8-1.7-5.96 11.95-2.72a.8.8 0 0 1 .94.56l1.21 4.34a.8.8 0 0 1-.58.99v-.01Z",
110
- fill: "#D9D9D9",
111
- stroke: "#000",
112
- strokeWidth: ".7",
113
- strokeLinecap: "round",
114
- strokeLinejoin: "round",
115
- shapeRendering: "geometricPrecision"
116
- })), /*#__PURE__*/_react["default"].createElement("g", {
117
- mask: "url(#a)",
101
+ }), /*#__PURE__*/_react["default"].createElement("path", {
102
+ d: "m26.438 35.61 2.356-3.465M34.979 30.83l-5.103 7.442M39.004 32.722l-2.72 3.968",
118
103
  stroke: "#6C6E79",
119
104
  strokeWidth: ".7",
120
- strokeMiterlimit: "10"
121
- }, /*#__PURE__*/_react["default"].createElement("path", {
122
- d: "M32.13 19.52 18.9 38.8M35.87 21.8 21.35 42.97M40.64 22.57 25.3 44.95M44.8 24.27 31.58 43.55M48.55 26.55 34.02 47.72",
105
+ strokeMiterlimit: "10",
123
106
  shapeRendering: "geometricPrecision"
124
- })));
107
+ }));
125
108
  }
126
109
 
127
110
  HorizontalBarChart.displayName = 'HorizontalBarChart';
@@ -19,11 +19,11 @@ function HorizontalBarChart({
19
19
  fill: fill,
20
20
  tag: "svg"
21
21
  }, props), /*#__PURE__*/React.createElement("path", {
22
- d: "M26.95 1c-.45 0-.9.18-1.17.54L11.9 15.44a37.3 37.3 0 0 0 0 52.67 37.3 37.3 0 0 0 52.68 0l13.89-13.9c.36-.35.54-.71.54-1.16V1.99A1 1 0 0 0 78 1H26.96Z",
22
+ d: "M26.955 1c-.451 0-.902.18-1.173.541l-13.89 13.89c-14.523 14.523-14.523 38.155 0 52.677 14.522 14.522 38.154 14.522 52.676 0l13.89-13.89c.362-.361.542-.722.542-1.173V1.992c0-.541-.451-.992-.992-.992H26.955Z",
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 HorizontalBarChart({
31
31
  strokeLinejoin: "round",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "m71.77 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.87-8.75a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
34
+ d: "M71.77 53.553 24.098 66.555a2.734 2.734 0 0 1-3.35-1.892L9.755 26.07c-.962-3.372 1.156-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.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.4 23.43A1.87 1.87 0 0 1 17 25.79a2.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.404 23.428a1.873 1.873 0 0 1-1.416 2.366c-1.08.238-2.226-.454-2.528-1.523a1.868 1.868 0 0 1 1.426-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.37 21.96c.3 1.06-.32 2.1-1.39 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.46 1.53Z",
46
+ d: "M25.375 21.958c.292 1.059-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.01Z",
47
47
  fill: "#E0E1E9",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/React.createElement("path", {
50
- d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
50
+ d: "M11.087 30.862s.324-3.156.605-6.387l-1.372-3.08-3.416 5.879a6.51 6.51 0 0 0-.216.367v.022a5.638 5.638 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.77 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.87-8.75a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33ZM21.44 30.45l8.96 31.4",
54
+ d: "M71.77 53.553 24.098 66.555a2.734 2.734 0 0 1-3.35-1.892L9.755 26.07c-.962-3.372 1.156-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.33ZM21.44 30.445l8.96 31.396",
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: "m39.1 36.06-11.81 2.8-1.7-5.96 11.95-2.72a.8.8 0 0 1 .94.56l1.21 4.34a.8.8 0 0 1-.58.99v-.01Z",
61
+ d: "m39.11 36.056-11.824 2.799-1.697-5.955 11.953-2.723a.793.793 0 0 1 .94.562l1.21 4.344a.794.794 0 0 1-.583.984v-.011Z",
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: "m62.38 40.3-32.4 8.1-1.67-5.91 32.57-7.87a.8.8 0 0 1 .95.56l1.12 4.14a.79.79 0 0 1-.57.97Z",
68
+ d: "m62.377 40.292-32.39 8.106-1.675-5.912 32.563-7.867a.804.804 0 0 1 .951.562l1.124 4.139a.789.789 0 0 1-.573.972Z",
69
69
  fill: "#6C6E79",
70
70
  stroke: "#6C6E79",
71
71
  strokeWidth: ".7",
@@ -73,37 +73,20 @@ function HorizontalBarChart({
73
73
  strokeLinejoin: "round",
74
74
  shapeRendering: "geometricPrecision"
75
75
  }), /*#__PURE__*/React.createElement("path", {
76
- d: "M57.24 51.4 32.7 57.88l-1.66-5.87 24.68-6.31a.8.8 0 0 1 .96.55l1.14 4.16a.8.8 0 0 1-.57.97Z",
76
+ d: "M57.244 51.393 32.69 57.89l-1.665-5.869L55.71 45.71a.795.795 0 0 1 .962.55l1.134 4.162a.795.795 0 0 1-.562.972Z",
77
77
  fill: "#E0E1E9",
78
78
  stroke: "#6C6E79",
79
79
  strokeWidth: ".7",
80
80
  strokeLinecap: "round",
81
81
  strokeLinejoin: "round",
82
82
  shapeRendering: "geometricPrecision"
83
- }), /*#__PURE__*/React.createElement("mask", {
84
- id: "a",
85
- maskUnits: "userSpaceOnUse",
86
- x: "25",
87
- y: "29",
88
- width: "16",
89
- height: "11"
90
- }, /*#__PURE__*/React.createElement("path", {
91
- d: "m39.1 36.06-11.81 2.8-1.7-5.96 11.95-2.72a.8.8 0 0 1 .94.56l1.21 4.34a.8.8 0 0 1-.58.99v-.01Z",
92
- fill: "#D9D9D9",
93
- stroke: "#000",
94
- strokeWidth: ".7",
95
- strokeLinecap: "round",
96
- strokeLinejoin: "round",
97
- shapeRendering: "geometricPrecision"
98
- })), /*#__PURE__*/React.createElement("g", {
99
- mask: "url(#a)",
83
+ }), /*#__PURE__*/React.createElement("path", {
84
+ d: "m26.438 35.61 2.356-3.465M34.979 30.83l-5.103 7.442M39.004 32.722l-2.72 3.968",
100
85
  stroke: "#6C6E79",
101
86
  strokeWidth: ".7",
102
- strokeMiterlimit: "10"
103
- }, /*#__PURE__*/React.createElement("path", {
104
- d: "M32.13 19.52 18.9 38.8M35.87 21.8 21.35 42.97M40.64 22.57 25.3 44.95M44.8 24.27 31.58 43.55M48.55 26.55 34.02 47.72",
87
+ strokeMiterlimit: "10",
105
88
  shapeRendering: "geometricPrecision"
106
- })));
89
+ }));
107
90
  }
108
91
 
109
92
  HorizontalBarChart.displayName = 'HorizontalBarChart';