@semcore/illustration 1.0.4 → 1.1.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 (194) hide show
  1. package/AccessDenied/index.d.ts +5 -0
  2. package/AccessDenied/index.js +283 -0
  3. package/AccessDenied/index.mjs +262 -0
  4. package/AreaChart/index.d.ts +5 -0
  5. package/AreaChart/index.js +100 -0
  6. package/AreaChart/index.mjs +79 -0
  7. package/Blocked/index.d.ts +5 -0
  8. package/Blocked/index.js +590 -0
  9. package/Blocked/index.mjs +569 -0
  10. package/CHANGELOG.md +12 -0
  11. package/ChoroplethMapChart/index.d.ts +5 -0
  12. package/ChoroplethMapChart/index.js +124 -0
  13. package/ChoroplethMapChart/index.mjs +103 -0
  14. package/Coffee/index.d.ts +5 -0
  15. package/Coffee/index.js +104 -0
  16. package/Coffee/index.mjs +83 -0
  17. package/Collection/index.d.ts +5 -0
  18. package/Collection/index.js +100 -0
  19. package/Collection/index.mjs +79 -0
  20. package/CombinedChart/index.d.ts +5 -0
  21. package/CombinedChart/index.js +152 -0
  22. package/CombinedChart/index.mjs +131 -0
  23. package/Confirmation/index.d.ts +5 -0
  24. package/Confirmation/index.js +312 -0
  25. package/Confirmation/index.mjs +291 -0
  26. package/Congrats/index.d.ts +5 -0
  27. package/Congrats/index.js +171 -0
  28. package/Congrats/index.mjs +150 -0
  29. package/ConnectionLost/index.d.ts +5 -0
  30. package/ConnectionLost/index.js +354 -0
  31. package/ConnectionLost/index.mjs +333 -0
  32. package/DeletedAccount/index.d.ts +5 -0
  33. package/DeletedAccount/index.js +440 -0
  34. package/DeletedAccount/index.mjs +419 -0
  35. package/DeletedPage/index.d.ts +5 -0
  36. package/DeletedPage/index.js +54 -0
  37. package/DeletedPage/index.mjs +33 -0
  38. package/Dns/index.d.ts +5 -0
  39. package/Dns/index.js +210 -0
  40. package/Dns/index.mjs +189 -0
  41. package/DonutChart/index.d.ts +5 -0
  42. package/DonutChart/index.js +147 -0
  43. package/DonutChart/index.mjs +126 -0
  44. package/Duplicates/index.d.ts +5 -0
  45. package/Duplicates/index.js +125 -0
  46. package/Duplicates/index.mjs +104 -0
  47. package/FunnelChart/index.d.ts +5 -0
  48. package/FunnelChart/index.js +122 -0
  49. package/FunnelChart/index.mjs +101 -0
  50. package/Good/index.d.ts +5 -0
  51. package/Good/index.js +152 -0
  52. package/Good/index.mjs +131 -0
  53. package/HeatMapChart/index.d.ts +5 -0
  54. package/HeatMapChart/index.js +160 -0
  55. package/HeatMapChart/index.mjs +139 -0
  56. package/HorizontalBarChart/index.d.ts +5 -0
  57. package/HorizontalBarChart/index.js +130 -0
  58. package/HorizontalBarChart/index.mjs +109 -0
  59. package/KagiChart/index.d.ts +5 -0
  60. package/KagiChart/index.js +92 -0
  61. package/KagiChart/index.mjs +71 -0
  62. package/LineChart/index.d.ts +5 -0
  63. package/LineChart/index.js +96 -0
  64. package/LineChart/index.mjs +75 -0
  65. package/LollipopChart/index.d.ts +5 -0
  66. package/LollipopChart/index.js +115 -0
  67. package/LollipopChart/index.mjs +94 -0
  68. package/Maintenance/index.d.ts +5 -0
  69. package/Maintenance/index.js +423 -0
  70. package/Maintenance/index.mjs +402 -0
  71. package/Nexttime/index.d.ts +5 -0
  72. package/Nexttime/index.js +124 -0
  73. package/Nexttime/index.mjs +103 -0
  74. package/NoPayment/index.d.ts +5 -0
  75. package/NoPayment/index.js +369 -0
  76. package/NoPayment/index.mjs +348 -0
  77. package/NothingFound/index.d.ts +5 -0
  78. package/NothingFound/index.js +166 -0
  79. package/NothingFound/index.mjs +145 -0
  80. package/OtherData/index.d.ts +5 -0
  81. package/OtherData/index.js +131 -0
  82. package/OtherData/index.mjs +110 -0
  83. package/PageError/index.d.ts +5 -0
  84. package/PageError/index.js +291 -0
  85. package/PageError/index.mjs +270 -0
  86. package/PageNotFound/index.d.ts +5 -0
  87. package/PageNotFound/index.js +341 -0
  88. package/PageNotFound/index.mjs +320 -0
  89. package/PieChart/index.d.ts +5 -0
  90. package/PieChart/index.js +130 -0
  91. package/PieChart/index.mjs +109 -0
  92. package/Processing/index.d.ts +5 -0
  93. package/Processing/index.js +107 -0
  94. package/Processing/index.mjs +86 -0
  95. package/ProjectNotFound/index.d.ts +5 -0
  96. package/ProjectNotFound/index.js +286 -0
  97. package/ProjectNotFound/index.mjs +265 -0
  98. package/RadarChart/index.d.ts +5 -0
  99. package/RadarChart/index.js +118 -0
  100. package/RadarChart/index.mjs +97 -0
  101. package/RadialTreeChart/index.d.ts +5 -0
  102. package/RadialTreeChart/index.js +154 -0
  103. package/RadialTreeChart/index.mjs +133 -0
  104. package/SankeyChart/index.d.ts +5 -0
  105. package/SankeyChart/index.js +138 -0
  106. package/SankeyChart/index.mjs +117 -0
  107. package/ScatterPlotChart/index.d.ts +5 -0
  108. package/ScatterPlotChart/index.js +137 -0
  109. package/ScatterPlotChart/index.mjs +116 -0
  110. package/StackedAreaChart/index.d.ts +5 -0
  111. package/StackedAreaChart/index.js +125 -0
  112. package/StackedAreaChart/index.mjs +104 -0
  113. package/Suggestion/index.d.ts +5 -0
  114. package/Suggestion/index.js +105 -0
  115. package/Suggestion/index.mjs +84 -0
  116. package/Suggestions/index.d.ts +5 -0
  117. package/Suggestions/index.js +108 -0
  118. package/Suggestions/index.mjs +87 -0
  119. package/Table/index.d.ts +5 -0
  120. package/Table/index.js +93 -0
  121. package/Table/index.mjs +72 -0
  122. package/TagCloud/index.d.ts +5 -0
  123. package/TagCloud/index.js +159 -0
  124. package/TagCloud/index.mjs +138 -0
  125. package/TextLinksEtc/index.d.ts +5 -0
  126. package/TextLinksEtc/index.js +97 -0
  127. package/TextLinksEtc/index.mjs +76 -0
  128. package/Timeout/index.d.ts +5 -0
  129. package/Timeout/index.js +455 -0
  130. package/Timeout/index.mjs +434 -0
  131. package/UnderConstruction/index.d.ts +5 -0
  132. package/UnderConstruction/index.js +162 -0
  133. package/UnderConstruction/index.mjs +141 -0
  134. package/VennChart/index.d.ts +5 -0
  135. package/VennChart/index.js +138 -0
  136. package/VennChart/index.mjs +117 -0
  137. package/VerticalBarChart/index.d.ts +5 -0
  138. package/VerticalBarChart/index.js +115 -0
  139. package/VerticalBarChart/index.mjs +94 -0
  140. package/Waiting/index.d.ts +5 -0
  141. package/Waiting/index.js +108 -0
  142. package/Waiting/index.mjs +87 -0
  143. package/Warning/index.d.ts +5 -0
  144. package/Warning/index.js +105 -0
  145. package/Warning/index.mjs +84 -0
  146. package/package.json +1 -1
  147. package/svg/AccessDenied.svg +48 -0
  148. package/svg/AreaChart.svg +13 -0
  149. package/svg/Blocked.svg +104 -0
  150. package/svg/ChoroplethMapChart.svg +15 -0
  151. package/svg/Coffee.svg +10 -0
  152. package/svg/Collection.svg +12 -0
  153. package/svg/CombinedChart.svg +23 -0
  154. package/svg/Confirmation.svg +54 -0
  155. package/svg/Congrats.svg +27 -0
  156. package/svg/ConnectionLost.svg +62 -0
  157. package/svg/DeletedAccount.svg +71 -0
  158. package/svg/DeletedPage.svg +4 -0
  159. package/svg/Dns.svg +37 -0
  160. package/svg/DonutChart.svg +18 -0
  161. package/svg/Duplicates.svg +16 -0
  162. package/svg/FunnelChart.svg +18 -0
  163. package/svg/Good.svg +20 -0
  164. package/svg/HeatMapChart.svg +27 -0
  165. package/svg/HorizontalBarChart.svg +19 -0
  166. package/svg/KagiChart.svg +11 -0
  167. package/svg/LineChart.svg +12 -0
  168. package/svg/LollipopChart.svg +14 -0
  169. package/svg/Maintenance.svg +72 -0
  170. package/svg/Nexttime.svg +16 -0
  171. package/svg/NoPayment.svg +73 -0
  172. package/svg/NothingFound.svg +21 -0
  173. package/svg/OtherData.svg +16 -0
  174. package/svg/PageError.svg +47 -0
  175. package/svg/PageNotFound.svg +59 -0
  176. package/svg/PieChart.svg +16 -0
  177. package/svg/Processing.svg +13 -0
  178. package/svg/ProjectNotFound.svg +41 -0
  179. package/svg/RadarChart.svg +18 -0
  180. package/svg/RadialTreeChart.svg +19 -0
  181. package/svg/SankeyChart.svg +17 -0
  182. package/svg/ScatterPlotChart.svg +20 -0
  183. package/svg/StackedAreaChart.svg +17 -0
  184. package/svg/Suggestion.svg +13 -0
  185. package/svg/Suggestions.svg +13 -0
  186. package/svg/Table.svg +11 -0
  187. package/svg/TagCloud.svg +26 -0
  188. package/svg/TextLinksEtc.svg +12 -0
  189. package/svg/Timeout.svg +81 -0
  190. package/svg/UnderConstruction.svg +21 -0
  191. package/svg/VennChart.svg +20 -0
  192. package/svg/VerticalBarChart.svg +14 -0
  193. package/svg/Waiting.svg +14 -0
  194. package/svg/Warning.svg +13 -0
package/Good/index.js ADDED
@@ -0,0 +1,152 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _flexBox = require("@semcore/flex-box");
19
+
20
+ var _excluded = ["fill", "width", "height", "viewBox"];
21
+
22
+ function Good(_ref, ref) {
23
+ var _ref$fill = _ref.fill,
24
+ fill = _ref$fill === void 0 ? 'none' : _ref$fill,
25
+ _ref$width = _ref.width,
26
+ width = _ref$width === void 0 ? '80' : _ref$width,
27
+ _ref$height = _ref.height,
28
+ height = _ref$height === void 0 ? '80' : _ref$height,
29
+ _ref$viewBox = _ref.viewBox,
30
+ viewBox = _ref$viewBox === void 0 ? '0 0 80 80' : _ref$viewBox,
31
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
32
+ return /*#__PURE__*/_react["default"].createElement(_flexBox.Box, (0, _extends2["default"])({
33
+ ref: ref,
34
+ width: width,
35
+ height: height,
36
+ viewBox: viewBox,
37
+ fill: fill,
38
+ tag: "svg"
39
+ }, props), /*#__PURE__*/_react["default"].createElement("path", {
40
+ fill: "#E0E1E9",
41
+ d: "M14.12 65.87a36.46 36.46 0 0 0 25.86 10.71v2.51c0 .5.42.92.92.91a40.02 40.02 0 0 0 39.09-39.09.9.9 0 0 0-.9-.91h-2.52A36.59 36.59 0 0 0 39.98 3.4V.9a.9.9 0 0 0-.91-.9 39.83 39.83 0 0 0-26.72 11.07.88.88 0 0 0 0 1.28l1.77 1.78A36.46 36.46 0 0 0 3.41 40H.9a.9.9 0 0 0-.91.92 39.87 39.87 0 0 0 11.07 26.71.88.88 0 0 0 1.28 0l1.78-1.76Z",
42
+ shapeRendering: "geometricPrecision"
43
+ }), /*#__PURE__*/_react["default"].createElement("path", {
44
+ fill: "#E0E1E9",
45
+ stroke: "#6C6E79",
46
+ strokeLinecap: "round",
47
+ 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
+ shapeRendering: "geometricPrecision"
51
+ }), /*#__PURE__*/_react["default"].createElement("path", {
52
+ fill: "#fff",
53
+ stroke: "#6C6E79",
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round",
56
+ strokeWidth: ".7",
57
+ d: "m72.02 53.31-47.87 13a2.75 2.75 0 0 1-3.36-1.89L9.75 25.82a6.03 6.03 0 0 1 4.61-7.55l43.05-8.75a6.04 6.04 0 0 1 7.06 4.38l9.48 36.08a2.73 2.73 0 0 1-1.93 3.33v0Z",
58
+ shapeRendering: "geometricPrecision"
59
+ }), /*#__PURE__*/_react["default"].createElement("path", {
60
+ 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
+ shapeRendering: "geometricPrecision"
63
+ }), /*#__PURE__*/_react["default"].createElement("path", {
64
+ 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
+ shapeRendering: "geometricPrecision"
67
+ }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ 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
+ shapeRendering: "geometricPrecision"
71
+ }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ 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
+ shapeRendering: "geometricPrecision"
79
+ }), /*#__PURE__*/_react["default"].createElement("path", {
80
+ fill: "#E0E1E9",
81
+ stroke: "#6C6E79",
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round",
84
+ strokeWidth: ".7",
85
+ d: "m41.09 56.87-14.12 3.75-3.89-13.53a2.2 2.2 0 0 1 1.59-2.73l10.05-2.44a2.2 2.2 0 0 1 2.62 1.53l3.75 13.4v.02Z",
86
+ shapeRendering: "geometricPrecision"
87
+ }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ fill: "#fff",
89
+ stroke: "#6C6E79",
90
+ strokeLinecap: "round",
91
+ strokeLinejoin: "round",
92
+ strokeWidth: ".7",
93
+ d: "m54.69 53.26-13.59 3.6-6.98-24.92a2.18 2.18 0 0 1 1.61-2.71l9.63-2.17a2.18 2.18 0 0 1 2.58 1.55l6.74 24.65h0Z",
94
+ shapeRendering: "geometricPrecision"
95
+ }), /*#__PURE__*/_react["default"].createElement("path", {
96
+ fill: "#fff",
97
+ stroke: "#6C6E79",
98
+ strokeLinecap: "round",
99
+ strokeLinejoin: "round",
100
+ strokeWidth: ".7",
101
+ d: "m67.77 49.77-13.08 3.49-4.53-16.57a2.18 2.18 0 0 1 1.6-2.7l9.04-2.14a2.19 2.19 0 0 1 2.62 1.56l4.36 16.37h0Z",
102
+ shapeRendering: "geometricPrecision"
103
+ }), /*#__PURE__*/_react["default"].createElement("path", {
104
+ stroke: "#6C6E79",
105
+ strokeLinecap: "round",
106
+ strokeLinejoin: "round",
107
+ strokeWidth: ".7",
108
+ d: "m24.11 61.39 46.2-12.29",
109
+ shapeRendering: "geometricPrecision"
110
+ }), /*#__PURE__*/_react["default"].createElement("path", {
111
+ fill: "#6C6E79",
112
+ d: "m41.5 30.43 1.64 1.71a.42.42 0 0 0 .34.12l2.43-.24a.4.4 0 0 1 .37.63l-1.22 1.77a.39.39 0 0 0-.03.4l.93 1.9a.4.4 0 0 1-.45.58l-2.42-.49a.39.39 0 0 0-.34.09l-1.91 1.54a.4.4 0 0 1-.66-.29L40.01 36a.41.41 0 0 0-.22-.32l-2.05-1.04c-.32-.16-.3-.62.04-.74l2.25-.84a.41.41 0 0 0 .25-.29l.55-2.17a.41.41 0 0 1 .68-.18Z",
113
+ shapeRendering: "geometricPrecision"
114
+ }), /*#__PURE__*/_react["default"].createElement("path", {
115
+ fill: "#6C6E79",
116
+ stroke: "#6C6E79",
117
+ strokeLinecap: "round",
118
+ strokeLinejoin: "round",
119
+ strokeWidth: ".7",
120
+ d: "M76.24 48.78c-1.78-6.4-8.41-10.5-14.83-9.15-1.1.23-2.1.6-3.03 1.1l-.38-.36-2.33 2.36h0a11.21 11.21 0 0 0-2.69 10.97c1.8 6.43 8.47 10.51 14.89 9.14a11.1 11.1 0 0 0 5.42-2.87l2.46-2.47-.36-.34a11.37 11.37 0 0 0 .83-8.37h.02Z",
121
+ shapeRendering: "geometricPrecision"
122
+ }), /*#__PURE__*/_react["default"].createElement("path", {
123
+ fill: "#fff",
124
+ stroke: "#6C6E79",
125
+ strokeLinecap: "round",
126
+ strokeLinejoin: "round",
127
+ strokeWidth: ".7",
128
+ d: "M78.44 46.55c1.78 6.39-1.95 12.68-8.36 14.05-6.41 1.38-13.1-2.7-14.88-9.13a11.09 11.09 0 0 1 8.41-14.1c6.42-1.33 13.05 2.77 14.83 9.16v.01Z",
129
+ shapeRendering: "geometricPrecision"
130
+ }), /*#__PURE__*/_react["default"].createElement("path", {
131
+ fill: "#fff",
132
+ d: "M63.51 53.28a5.96 5.96 0 0 0 5.48.86 4.66 4.66 0 0 0 2.85-3.15",
133
+ shapeRendering: "geometricPrecision"
134
+ }), /*#__PURE__*/_react["default"].createElement("path", {
135
+ stroke: "#6C6E79",
136
+ strokeLinecap: "round",
137
+ strokeLinejoin: "round",
138
+ strokeWidth: ".7",
139
+ d: "M63.51 53.28a5.96 5.96 0 0 0 5.48.86 4.66 4.66 0 0 0 2.85-3.15",
140
+ shapeRendering: "geometricPrecision"
141
+ }), /*#__PURE__*/_react["default"].createElement("path", {
142
+ fill: "#6C6E79",
143
+ d: "M63.05 46.86c.18.68-.21 1.36-.9 1.5a1.37 1.37 0 0 1-1.58-.97c-.19-.7.2-1.36.9-1.5.68-.14 1.38.3 1.58.97Zm8.32-2.3c.19.68-.2 1.35-.9 1.5a1.37 1.37 0 0 1-1.58-.98c-.18-.68.21-1.35.9-1.5.69-.13 1.38.3 1.58.98Z",
144
+ shapeRendering: "geometricPrecision"
145
+ }));
146
+ }
147
+
148
+ Good.displayName = 'Good';
149
+
150
+ var _default = (0, _core.createBaseComponent)(Good);
151
+
152
+ exports["default"] = _default;
package/Good/index.mjs ADDED
@@ -0,0 +1,131 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { createBaseComponent } from '@semcore/core';
5
+ import { Box } from '@semcore/flex-box';
6
+
7
+ function Good({
8
+ fill = 'none',
9
+ width = '80',
10
+ height = '80',
11
+ viewBox = '0 0 80 80',
12
+ ...props
13
+ }, ref) {
14
+ return /*#__PURE__*/React.createElement(Box, _extends({
15
+ ref: ref,
16
+ width: width,
17
+ height: height,
18
+ viewBox: viewBox,
19
+ fill: fill,
20
+ tag: "svg"
21
+ }, props), /*#__PURE__*/React.createElement("path", {
22
+ fill: "#E0E1E9",
23
+ d: "M14.12 65.87a36.46 36.46 0 0 0 25.86 10.71v2.51c0 .5.42.92.92.91a40.02 40.02 0 0 0 39.09-39.09.9.9 0 0 0-.9-.91h-2.52A36.59 36.59 0 0 0 39.98 3.4V.9a.9.9 0 0 0-.91-.9 39.83 39.83 0 0 0-26.72 11.07.88.88 0 0 0 0 1.28l1.77 1.78A36.46 36.46 0 0 0 3.41 40H.9a.9.9 0 0 0-.91.92 39.87 39.87 0 0 0 11.07 26.71.88.88 0 0 0 1.28 0l1.78-1.76Z",
24
+ shapeRendering: "geometricPrecision"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fill: "#E0E1E9",
27
+ stroke: "#6C6E79",
28
+ strokeLinecap: "round",
29
+ strokeLinejoin: "round",
30
+ strokeWidth: ".7",
31
+ d: "m66.16 57.37.12-.08 6.52-4.33-3.15-1.7-3.14.76-8.34-31.68a5.73 5.73 0 0 0-6.7-4.15l-39.74 8.06-1.4-3.12-3.43 5.88a6.5 6.5 0 0 0-.22.37v.02a5.62 5.62 0 0 0-.46 4.25L16.7 68.3a2.6 2.6 0 0 0 3.19 1.8l45.46-12.35c.27-.07.52-.2.74-.34l.06-.04h0Z",
32
+ shapeRendering: "geometricPrecision"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ fill: "#fff",
35
+ stroke: "#6C6E79",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ strokeWidth: ".7",
39
+ d: "m72.02 53.31-47.87 13a2.75 2.75 0 0 1-3.36-1.89L9.75 25.82a6.03 6.03 0 0 1 4.61-7.55l43.05-8.75a6.04 6.04 0 0 1 7.06 4.38l9.48 36.08a2.73 2.73 0 0 1-1.93 3.33v0Z",
40
+ shapeRendering: "geometricPrecision"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ fill: "#6C6E79",
43
+ d: "m65.68 18.57-54.6 11.94-1.35-4.69a6.03 6.03 0 0 1 4.61-7.55L57.4 9.53a6.04 6.04 0 0 1 7.05 4.38l1.23 4.67.01-.01Z",
44
+ shapeRendering: "geometricPrecision"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ fill: "#fff",
47
+ d: "M18.43 23.17a1.87 1.87 0 0 1-1.42 2.37 2.2 2.2 0 0 1-2.54-1.52 1.87 1.87 0 0 1 1.44-2.37 2.2 2.2 0 0 1 2.52 1.53Z",
48
+ shapeRendering: "geometricPrecision"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ fill: "#E0E1E9",
51
+ d: "M25.44 21.7c.3 1.05-.32 2.1-1.4 2.33a2.15 2.15 0 0 1-2.48-1.53 1.85 1.85 0 0 1 1.4-2.34 2.15 2.15 0 0 1 2.48 1.52v.01Z",
52
+ shapeRendering: "geometricPrecision"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ fill: "#6C6E79",
55
+ d: "M11.1 30.6s.32-3.16.6-6.39l-1.37-3.08-3.43 5.88a6.5 6.5 0 0 0-.22.37v.02a5.62 5.62 0 0 0-.45 4.25l1.4 4.9 3.47-5.96Z",
56
+ shapeRendering: "geometricPrecision"
57
+ }), /*#__PURE__*/React.createElement("path", {
58
+ fill: "#fff",
59
+ d: "M33.66 33.85a14.13 14.13 0 0 0-1.67 12.35 13.24 13.24 0 0 0 2.1 4.03 14.16 14.16 0 0 0 3.48 3.29 14.17 14.17 0 1 0 15.76-23.56A14.15 14.15 0 0 0 40.1 28.6a14.15 14.15 0 0 0-6.42 5.24h-.01Z",
60
+ shapeRendering: "geometricPrecision"
61
+ }), /*#__PURE__*/React.createElement("path", {
62
+ fill: "#E0E1E9",
63
+ stroke: "#6C6E79",
64
+ strokeLinecap: "round",
65
+ strokeLinejoin: "round",
66
+ strokeWidth: ".7",
67
+ d: "m41.09 56.87-14.12 3.75-3.89-13.53a2.2 2.2 0 0 1 1.59-2.73l10.05-2.44a2.2 2.2 0 0 1 2.62 1.53l3.75 13.4v.02Z",
68
+ shapeRendering: "geometricPrecision"
69
+ }), /*#__PURE__*/React.createElement("path", {
70
+ fill: "#fff",
71
+ stroke: "#6C6E79",
72
+ strokeLinecap: "round",
73
+ strokeLinejoin: "round",
74
+ strokeWidth: ".7",
75
+ d: "m54.69 53.26-13.59 3.6-6.98-24.92a2.18 2.18 0 0 1 1.61-2.71l9.63-2.17a2.18 2.18 0 0 1 2.58 1.55l6.74 24.65h0Z",
76
+ shapeRendering: "geometricPrecision"
77
+ }), /*#__PURE__*/React.createElement("path", {
78
+ fill: "#fff",
79
+ stroke: "#6C6E79",
80
+ strokeLinecap: "round",
81
+ strokeLinejoin: "round",
82
+ strokeWidth: ".7",
83
+ d: "m67.77 49.77-13.08 3.49-4.53-16.57a2.18 2.18 0 0 1 1.6-2.7l9.04-2.14a2.19 2.19 0 0 1 2.62 1.56l4.36 16.37h0Z",
84
+ shapeRendering: "geometricPrecision"
85
+ }), /*#__PURE__*/React.createElement("path", {
86
+ stroke: "#6C6E79",
87
+ strokeLinecap: "round",
88
+ strokeLinejoin: "round",
89
+ strokeWidth: ".7",
90
+ d: "m24.11 61.39 46.2-12.29",
91
+ shapeRendering: "geometricPrecision"
92
+ }), /*#__PURE__*/React.createElement("path", {
93
+ fill: "#6C6E79",
94
+ d: "m41.5 30.43 1.64 1.71a.42.42 0 0 0 .34.12l2.43-.24a.4.4 0 0 1 .37.63l-1.22 1.77a.39.39 0 0 0-.03.4l.93 1.9a.4.4 0 0 1-.45.58l-2.42-.49a.39.39 0 0 0-.34.09l-1.91 1.54a.4.4 0 0 1-.66-.29L40.01 36a.41.41 0 0 0-.22-.32l-2.05-1.04c-.32-.16-.3-.62.04-.74l2.25-.84a.41.41 0 0 0 .25-.29l.55-2.17a.41.41 0 0 1 .68-.18Z",
95
+ shapeRendering: "geometricPrecision"
96
+ }), /*#__PURE__*/React.createElement("path", {
97
+ fill: "#6C6E79",
98
+ stroke: "#6C6E79",
99
+ strokeLinecap: "round",
100
+ strokeLinejoin: "round",
101
+ strokeWidth: ".7",
102
+ d: "M76.24 48.78c-1.78-6.4-8.41-10.5-14.83-9.15-1.1.23-2.1.6-3.03 1.1l-.38-.36-2.33 2.36h0a11.21 11.21 0 0 0-2.69 10.97c1.8 6.43 8.47 10.51 14.89 9.14a11.1 11.1 0 0 0 5.42-2.87l2.46-2.47-.36-.34a11.37 11.37 0 0 0 .83-8.37h.02Z",
103
+ shapeRendering: "geometricPrecision"
104
+ }), /*#__PURE__*/React.createElement("path", {
105
+ fill: "#fff",
106
+ stroke: "#6C6E79",
107
+ strokeLinecap: "round",
108
+ strokeLinejoin: "round",
109
+ strokeWidth: ".7",
110
+ d: "M78.44 46.55c1.78 6.39-1.95 12.68-8.36 14.05-6.41 1.38-13.1-2.7-14.88-9.13a11.09 11.09 0 0 1 8.41-14.1c6.42-1.33 13.05 2.77 14.83 9.16v.01Z",
111
+ shapeRendering: "geometricPrecision"
112
+ }), /*#__PURE__*/React.createElement("path", {
113
+ fill: "#fff",
114
+ d: "M63.51 53.28a5.96 5.96 0 0 0 5.48.86 4.66 4.66 0 0 0 2.85-3.15",
115
+ shapeRendering: "geometricPrecision"
116
+ }), /*#__PURE__*/React.createElement("path", {
117
+ stroke: "#6C6E79",
118
+ strokeLinecap: "round",
119
+ strokeLinejoin: "round",
120
+ strokeWidth: ".7",
121
+ d: "M63.51 53.28a5.96 5.96 0 0 0 5.48.86 4.66 4.66 0 0 0 2.85-3.15",
122
+ shapeRendering: "geometricPrecision"
123
+ }), /*#__PURE__*/React.createElement("path", {
124
+ fill: "#6C6E79",
125
+ d: "M63.05 46.86c.18.68-.21 1.36-.9 1.5a1.37 1.37 0 0 1-1.58-.97c-.19-.7.2-1.36.9-1.5.68-.14 1.38.3 1.58.97Zm8.32-2.3c.19.68-.2 1.35-.9 1.5a1.37 1.37 0 0 1-1.58-.98c-.18-.68.21-1.35.9-1.5.69-.13 1.38.3 1.58.98Z",
126
+ shapeRendering: "geometricPrecision"
127
+ }));
128
+ }
129
+
130
+ Good.displayName = 'Good';
131
+ export default createBaseComponent(Good);
@@ -0,0 +1,5 @@
1
+
2
+ import { Box } from '@semcore/flex-box';
3
+ declare const _default: typeof Box;
4
+ export default _default;
5
+
@@ -0,0 +1,160 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
+
12
+ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
13
+
14
+ var _react = _interopRequireDefault(require("react"));
15
+
16
+ var _core = require("@semcore/core");
17
+
18
+ var _flexBox = require("@semcore/flex-box");
19
+
20
+ var _excluded = ["fill", "width", "height", "viewBox"];
21
+
22
+ function HeatMapChart(_ref, ref) {
23
+ var _ref$fill = _ref.fill,
24
+ fill = _ref$fill === void 0 ? 'none' : _ref$fill,
25
+ _ref$width = _ref.width,
26
+ width = _ref$width === void 0 ? '80' : _ref$width,
27
+ _ref$height = _ref.height,
28
+ height = _ref$height === void 0 ? '80' : _ref$height,
29
+ _ref$viewBox = _ref.viewBox,
30
+ viewBox = _ref$viewBox === void 0 ? '0 0 80 80' : _ref$viewBox,
31
+ props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
32
+ return /*#__PURE__*/_react["default"].createElement(_flexBox.Box, (0, _extends2["default"])({
33
+ ref: ref,
34
+ width: width,
35
+ height: height,
36
+ viewBox: viewBox,
37
+ fill: fill,
38
+ tag: "svg"
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",
41
+ fill: "#E0E1E9",
42
+ shapeRendering: "geometricPrecision"
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",
45
+ fill: "#E0E1E9",
46
+ stroke: "#6C6E79",
47
+ strokeWidth: ".7",
48
+ strokeLinecap: "round",
49
+ strokeLinejoin: "round",
50
+ shapeRendering: "geometricPrecision"
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",
53
+ fill: "#fff",
54
+ shapeRendering: "geometricPrecision"
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",
57
+ fill: "#6C6E79",
58
+ shapeRendering: "geometricPrecision"
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",
61
+ fill: "#fff",
62
+ shapeRendering: "geometricPrecision"
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",
65
+ fill: "#E0E1E9",
66
+ shapeRendering: "geometricPrecision"
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",
69
+ fill: "#6C6E79",
70
+ shapeRendering: "geometricPrecision"
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",
73
+ stroke: "#6C6E79",
74
+ strokeWidth: ".7",
75
+ strokeLinecap: "round",
76
+ strokeLinejoin: "round",
77
+ shapeRendering: "geometricPrecision"
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",
80
+ fill: "#6C6E79",
81
+ stroke: "#6C6E79",
82
+ strokeWidth: ".7",
83
+ strokeLinecap: "round",
84
+ strokeLinejoin: "round",
85
+ shapeRendering: "geometricPrecision"
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",
88
+ fill: "#E0E1E9",
89
+ stroke: "#6C6E79",
90
+ strokeWidth: ".7",
91
+ strokeLinecap: "round",
92
+ strokeLinejoin: "round",
93
+ shapeRendering: "geometricPrecision"
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",
96
+ fill: "#6C6E79",
97
+ stroke: "#6C6E79",
98
+ strokeWidth: ".7",
99
+ strokeLinecap: "round",
100
+ strokeLinejoin: "round",
101
+ shapeRendering: "geometricPrecision"
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",
104
+ fill: "#E0E1E9",
105
+ stroke: "#6C6E79",
106
+ strokeWidth: ".7",
107
+ strokeLinecap: "round",
108
+ strokeLinejoin: "round",
109
+ shapeRendering: "geometricPrecision"
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",
112
+ stroke: "#6C6E79",
113
+ strokeWidth: ".7",
114
+ strokeLinecap: "round",
115
+ strokeLinejoin: "round",
116
+ shapeRendering: "geometricPrecision"
117
+ }), /*#__PURE__*/_react["default"].createElement("mask", {
118
+ maskUnits: "userSpaceOnUse",
119
+ x: "23",
120
+ y: "33",
121
+ width: "14",
122
+ height: "13"
123
+ }, /*#__PURE__*/_react["default"].createElement("path", {
124
+ 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",
125
+ fill: "#D9D9D9",
126
+ shapeRendering: "geometricPrecision"
127
+ })), /*#__PURE__*/_react["default"].createElement("g", {
128
+ mask: "url(#a)",
129
+ stroke: "#6C6E79",
130
+ strokeWidth: ".7",
131
+ strokeMiterlimit: "10"
132
+ }, /*#__PURE__*/_react["default"].createElement("path", {
133
+ 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",
134
+ shapeRendering: "geometricPrecision"
135
+ })), /*#__PURE__*/_react["default"].createElement("mask", {
136
+ maskUnits: "userSpaceOnUse",
137
+ x: "54",
138
+ y: "38",
139
+ width: "13",
140
+ height: "12"
141
+ }, /*#__PURE__*/_react["default"].createElement("path", {
142
+ 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",
143
+ fill: "#D9D9D9",
144
+ shapeRendering: "geometricPrecision"
145
+ })), /*#__PURE__*/_react["default"].createElement("g", {
146
+ mask: "url(#b)",
147
+ stroke: "#6C6E79",
148
+ strokeWidth: ".7",
149
+ strokeMiterlimit: "10"
150
+ }, /*#__PURE__*/_react["default"].createElement("path", {
151
+ 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",
152
+ shapeRendering: "geometricPrecision"
153
+ })));
154
+ }
155
+
156
+ HeatMapChart.displayName = 'HeatMapChart';
157
+
158
+ var _default = (0, _core.createBaseComponent)(HeatMapChart);
159
+
160
+ exports["default"] = _default;
@@ -0,0 +1,139 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import React from 'react';
4
+ import { createBaseComponent } from '@semcore/core';
5
+ import { Box } from '@semcore/flex-box';
6
+
7
+ function HeatMapChart({
8
+ fill = 'none',
9
+ width = '80',
10
+ height = '80',
11
+ viewBox = '0 0 80 80',
12
+ ...props
13
+ }, ref) {
14
+ return /*#__PURE__*/React.createElement(Box, _extends({
15
+ ref: ref,
16
+ width: width,
17
+ height: height,
18
+ viewBox: viewBox,
19
+ fill: fill,
20
+ tag: "svg"
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",
23
+ fill: "#E0E1E9",
24
+ shapeRendering: "geometricPrecision"
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",
27
+ fill: "#E0E1E9",
28
+ stroke: "#6C6E79",
29
+ strokeWidth: ".7",
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round",
32
+ shapeRendering: "geometricPrecision"
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",
35
+ fill: "#fff",
36
+ shapeRendering: "geometricPrecision"
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",
39
+ fill: "#6C6E79",
40
+ shapeRendering: "geometricPrecision"
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",
43
+ fill: "#fff",
44
+ shapeRendering: "geometricPrecision"
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",
47
+ fill: "#E0E1E9",
48
+ shapeRendering: "geometricPrecision"
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",
51
+ fill: "#6C6E79",
52
+ shapeRendering: "geometricPrecision"
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",
55
+ stroke: "#6C6E79",
56
+ strokeWidth: ".7",
57
+ strokeLinecap: "round",
58
+ strokeLinejoin: "round",
59
+ shapeRendering: "geometricPrecision"
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",
62
+ fill: "#6C6E79",
63
+ stroke: "#6C6E79",
64
+ strokeWidth: ".7",
65
+ strokeLinecap: "round",
66
+ strokeLinejoin: "round",
67
+ shapeRendering: "geometricPrecision"
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",
70
+ fill: "#E0E1E9",
71
+ stroke: "#6C6E79",
72
+ strokeWidth: ".7",
73
+ strokeLinecap: "round",
74
+ strokeLinejoin: "round",
75
+ shapeRendering: "geometricPrecision"
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",
78
+ fill: "#6C6E79",
79
+ stroke: "#6C6E79",
80
+ strokeWidth: ".7",
81
+ strokeLinecap: "round",
82
+ strokeLinejoin: "round",
83
+ shapeRendering: "geometricPrecision"
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",
86
+ fill: "#E0E1E9",
87
+ stroke: "#6C6E79",
88
+ strokeWidth: ".7",
89
+ strokeLinecap: "round",
90
+ strokeLinejoin: "round",
91
+ shapeRendering: "geometricPrecision"
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",
94
+ stroke: "#6C6E79",
95
+ strokeWidth: ".7",
96
+ strokeLinecap: "round",
97
+ strokeLinejoin: "round",
98
+ shapeRendering: "geometricPrecision"
99
+ }), /*#__PURE__*/React.createElement("mask", {
100
+ maskUnits: "userSpaceOnUse",
101
+ x: "23",
102
+ y: "33",
103
+ width: "14",
104
+ height: "13"
105
+ }, /*#__PURE__*/React.createElement("path", {
106
+ 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",
107
+ fill: "#D9D9D9",
108
+ shapeRendering: "geometricPrecision"
109
+ })), /*#__PURE__*/React.createElement("g", {
110
+ mask: "url(#a)",
111
+ stroke: "#6C6E79",
112
+ strokeWidth: ".7",
113
+ strokeMiterlimit: "10"
114
+ }, /*#__PURE__*/React.createElement("path", {
115
+ 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",
116
+ shapeRendering: "geometricPrecision"
117
+ })), /*#__PURE__*/React.createElement("mask", {
118
+ maskUnits: "userSpaceOnUse",
119
+ x: "54",
120
+ y: "38",
121
+ width: "13",
122
+ height: "12"
123
+ }, /*#__PURE__*/React.createElement("path", {
124
+ 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",
125
+ fill: "#D9D9D9",
126
+ shapeRendering: "geometricPrecision"
127
+ })), /*#__PURE__*/React.createElement("g", {
128
+ mask: "url(#b)",
129
+ stroke: "#6C6E79",
130
+ strokeWidth: ".7",
131
+ strokeMiterlimit: "10"
132
+ }, /*#__PURE__*/React.createElement("path", {
133
+ 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",
134
+ shapeRendering: "geometricPrecision"
135
+ })));
136
+ }
137
+
138
+ HeatMapChart.displayName = 'HeatMapChart';
139
+ export default createBaseComponent(HeatMapChart);
@@ -0,0 +1,5 @@
1
+
2
+ import { Box } from '@semcore/flex-box';
3
+ declare const _default: typeof Box;
4
+ export default _default;
5
+