@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
@@ -0,0 +1,125 @@
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 StackedAreaChart(_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: "M40.58 74.87C62 74.6 79 56.87 79 35.55V20.5a1 1 0 0 0-.99-.99H53V6a1 1 0 0 0-.99-.99H27.99a1 1 0 0 0-.99.99v6.27H1.99a1 1 0 0 0-.99.98v22.84a39.14 39.14 0 0 0 39.58 38.8Z",
41
+ fill: "#E0E1E9",
42
+ shapeRendering: "geometricPrecision"
43
+ }), /*#__PURE__*/_react["default"].createElement("path", {
44
+ d: "M62.92 57.6s.1-.05.12-.08l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L8.7 24.5l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L62.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: "m68.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.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",
53
+ fill: "#fff",
54
+ shapeRendering: "geometricPrecision"
55
+ }), /*#__PURE__*/_react["default"].createElement("path", {
56
+ d: "M62.45 18.82 8.07 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L54.2 9.77a6.02 6.02 0 0 1 7.02 4.38l1.22 4.67Z",
57
+ fill: "#6C6E79",
58
+ shapeRendering: "geometricPrecision"
59
+ }), /*#__PURE__*/_react["default"].createElement("path", {
60
+ d: "M15.4 23.42a1.87 1.87 0 0 1-1.42 2.37 2.19 2.19 0 0 1-2.53-1.53 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: "M22.37 21.94c.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",
65
+ fill: "#E0E1E9",
66
+ shapeRendering: "geometricPrecision"
67
+ }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ d: "M8.09 30.84s.32-3.15.6-6.38l-1.37-3.09-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: "M70.68 50.22 65.7 31.2c-3.75.59-6.7 1.53-8.5 2.88-8.47 6.28-7.22 18.26-11.65 21.04-5.29 3.3-11.7-6.31-18.92-4.3-4.6 1.28-6.47 7.53-7.92 15.25.66.5 1.52.71 2.39.47l47.67-13a2.73 2.73 0 0 0 1.93-3.33l-.02.01Z",
73
+ fill: "#E0E1E9",
74
+ shapeRendering: "geometricPrecision"
75
+ }), /*#__PURE__*/_react["default"].createElement("path", {
76
+ d: "M18.69 66.1c1.5-8.37 3.05-13.92 7.93-15.29 7.21-2 13.63 7.61 18.92 4.3 4.44-2.77 3.2-14.76 11.65-21.04 3.41-2.52 10.8-3.66 20.14-3.55",
77
+ stroke: "#6C6E79",
78
+ strokeWidth: ".7",
79
+ strokeLinecap: "round",
80
+ strokeLinejoin: "round",
81
+ shapeRendering: "geometricPrecision"
82
+ }), /*#__PURE__*/_react["default"].createElement("path", {
83
+ d: "M59.84 33.56c.44 1.68-.37 3.3-1.82 3.64-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.32 1.84-3.65 1.46-.32 3 .77 3.45 2.44h-.01ZM29.27 50.21c.44 1.68-.37 3.3-1.82 3.65-1.44.34-3-.75-3.45-2.43-.46-1.67.36-3.32 1.83-3.65 1.46-.32 3 .77 3.45 2.44h-.01ZM48.18 54.51c.45 1.68-.36 3.3-1.81 3.64-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.33 1.84-3.65 1.47-.33 2.99.77 3.44 2.44v-.01Z",
84
+ fill: "#6C6E79",
85
+ shapeRendering: "geometricPrecision"
86
+ }), /*#__PURE__*/_react["default"].createElement("path", {
87
+ d: "M56.34 24.23c.45 1.68-.36 3.3-1.81 3.65-1.45.34-3-.75-3.46-2.43-.45-1.67.37-3.32 1.84-3.65 1.46-.32 2.99.77 3.44 2.44ZM25.77 40.9c.44 1.67-.37 3.3-1.82 3.64-1.44.34-3-.75-3.45-2.42-.46-1.68.36-3.33 1.83-3.66 1.47-.32 3 .77 3.45 2.45l-.01-.02ZM44.7 45.2c.44 1.67-.37 3.29-1.82 3.63-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.33 1.84-3.65 1.46-.32 2.99.77 3.44 2.44Z",
88
+ fill: "#E0E1E9",
89
+ shapeRendering: "geometricPrecision"
90
+ }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ d: "m68.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.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.33v0Z",
92
+ stroke: "#6C6E79",
93
+ strokeWidth: ".7",
94
+ strokeLinecap: "round",
95
+ strokeLinejoin: "round",
96
+ shapeRendering: "geometricPrecision"
97
+ }), /*#__PURE__*/_react["default"].createElement("path", {
98
+ d: "M63.23 21.73c3.1-.41 6.68-.59 10.61-.53",
99
+ stroke: "#fff",
100
+ strokeWidth: ".7",
101
+ strokeLinecap: "round",
102
+ strokeLinejoin: "round",
103
+ shapeRendering: "geometricPrecision"
104
+ }), /*#__PURE__*/_react["default"].createElement("path", {
105
+ d: "M15.47 56.7c1.5-8.38 2.77-13.83 7.66-15.2 7.21-2 13.63 7.61 18.91 4.3 4.45-2.77 3.2-14.76 11.66-21.04 1.97-1.47 5.28-2.46 9.52-3.02",
106
+ stroke: "#E0E1E9",
107
+ strokeWidth: ".7",
108
+ strokeLinecap: "round",
109
+ strokeLinejoin: "round",
110
+ shapeRendering: "geometricPrecision"
111
+ }), /*#__PURE__*/_react["default"].createElement("path", {
112
+ d: "m14.14 52.01 2.14 7.5",
113
+ stroke: "#6C6E79",
114
+ strokeWidth: ".7",
115
+ strokeLinecap: "round",
116
+ strokeLinejoin: "round",
117
+ shapeRendering: "geometricPrecision"
118
+ }));
119
+ }
120
+
121
+ StackedAreaChart.displayName = 'StackedAreaChart';
122
+
123
+ var _default = (0, _core.createBaseComponent)(StackedAreaChart);
124
+
125
+ exports["default"] = _default;
@@ -0,0 +1,104 @@
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 StackedAreaChart({
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: "M40.58 74.87C62 74.6 79 56.87 79 35.55V20.5a1 1 0 0 0-.99-.99H53V6a1 1 0 0 0-.99-.99H27.99a1 1 0 0 0-.99.99v6.27H1.99a1 1 0 0 0-.99.98v22.84a39.14 39.14 0 0 0 39.58 38.8Z",
23
+ fill: "#E0E1E9",
24
+ shapeRendering: "geometricPrecision"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M62.92 57.6s.1-.05.12-.08l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L8.7 24.5l-1.4-3.12-3.4 5.88-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L62.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: "m68.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.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",
35
+ fill: "#fff",
36
+ shapeRendering: "geometricPrecision"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M62.45 18.82 8.07 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L54.2 9.77a6.02 6.02 0 0 1 7.02 4.38l1.22 4.67Z",
39
+ fill: "#6C6E79",
40
+ shapeRendering: "geometricPrecision"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M15.4 23.42a1.87 1.87 0 0 1-1.42 2.37 2.19 2.19 0 0 1-2.53-1.53 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: "M22.37 21.94c.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",
47
+ fill: "#E0E1E9",
48
+ shapeRendering: "geometricPrecision"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M8.09 30.84s.32-3.15.6-6.38l-1.37-3.09-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: "M70.68 50.22 65.7 31.2c-3.75.59-6.7 1.53-8.5 2.88-8.47 6.28-7.22 18.26-11.65 21.04-5.29 3.3-11.7-6.31-18.92-4.3-4.6 1.28-6.47 7.53-7.92 15.25.66.5 1.52.71 2.39.47l47.67-13a2.73 2.73 0 0 0 1.93-3.33l-.02.01Z",
55
+ fill: "#E0E1E9",
56
+ shapeRendering: "geometricPrecision"
57
+ }), /*#__PURE__*/React.createElement("path", {
58
+ d: "M18.69 66.1c1.5-8.37 3.05-13.92 7.93-15.29 7.21-2 13.63 7.61 18.92 4.3 4.44-2.77 3.2-14.76 11.65-21.04 3.41-2.52 10.8-3.66 20.14-3.55",
59
+ stroke: "#6C6E79",
60
+ strokeWidth: ".7",
61
+ strokeLinecap: "round",
62
+ strokeLinejoin: "round",
63
+ shapeRendering: "geometricPrecision"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M59.84 33.56c.44 1.68-.37 3.3-1.82 3.64-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.32 1.84-3.65 1.46-.32 3 .77 3.45 2.44h-.01ZM29.27 50.21c.44 1.68-.37 3.3-1.82 3.65-1.44.34-3-.75-3.45-2.43-.46-1.67.36-3.32 1.83-3.65 1.46-.32 3 .77 3.45 2.44h-.01ZM48.18 54.51c.45 1.68-.36 3.3-1.81 3.64-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.33 1.84-3.65 1.47-.33 2.99.77 3.44 2.44v-.01Z",
66
+ fill: "#6C6E79",
67
+ shapeRendering: "geometricPrecision"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ d: "M56.34 24.23c.45 1.68-.36 3.3-1.81 3.65-1.45.34-3-.75-3.46-2.43-.45-1.67.37-3.32 1.84-3.65 1.46-.32 2.99.77 3.44 2.44ZM25.77 40.9c.44 1.67-.37 3.3-1.82 3.64-1.44.34-3-.75-3.45-2.42-.46-1.68.36-3.33 1.83-3.66 1.47-.32 3 .77 3.45 2.45l-.01-.02ZM44.7 45.2c.44 1.67-.37 3.29-1.82 3.63-1.45.35-3-.74-3.46-2.42-.45-1.67.37-3.33 1.84-3.65 1.46-.32 2.99.77 3.44 2.44Z",
70
+ fill: "#E0E1E9",
71
+ shapeRendering: "geometricPrecision"
72
+ }), /*#__PURE__*/React.createElement("path", {
73
+ d: "m68.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.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.33v0Z",
74
+ stroke: "#6C6E79",
75
+ strokeWidth: ".7",
76
+ strokeLinecap: "round",
77
+ strokeLinejoin: "round",
78
+ shapeRendering: "geometricPrecision"
79
+ }), /*#__PURE__*/React.createElement("path", {
80
+ d: "M63.23 21.73c3.1-.41 6.68-.59 10.61-.53",
81
+ stroke: "#fff",
82
+ strokeWidth: ".7",
83
+ strokeLinecap: "round",
84
+ strokeLinejoin: "round",
85
+ shapeRendering: "geometricPrecision"
86
+ }), /*#__PURE__*/React.createElement("path", {
87
+ d: "M15.47 56.7c1.5-8.38 2.77-13.83 7.66-15.2 7.21-2 13.63 7.61 18.91 4.3 4.45-2.77 3.2-14.76 11.66-21.04 1.97-1.47 5.28-2.46 9.52-3.02",
88
+ stroke: "#E0E1E9",
89
+ strokeWidth: ".7",
90
+ strokeLinecap: "round",
91
+ strokeLinejoin: "round",
92
+ shapeRendering: "geometricPrecision"
93
+ }), /*#__PURE__*/React.createElement("path", {
94
+ d: "m14.14 52.01 2.14 7.5",
95
+ stroke: "#6C6E79",
96
+ strokeWidth: ".7",
97
+ strokeLinecap: "round",
98
+ strokeLinejoin: "round",
99
+ shapeRendering: "geometricPrecision"
100
+ }));
101
+ }
102
+
103
+ StackedAreaChart.displayName = 'StackedAreaChart';
104
+ export default createBaseComponent(StackedAreaChart);
@@ -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,105 @@
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 Suggestion(_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: "M26.69 0c-.46 0-.91.19-1.24.52L11.19 14.78A38.21 38.21 0 0 0 65.22 68.8l14.26-14.26c.33-.33.52-.77.52-1.24V.99a.98.98 0 0 0-.99-.99H26.7Z",
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.33Z",
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: "#fff",
81
+ stroke: "#6C6E79",
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round",
84
+ strokeWidth: ".7",
85
+ d: "M51.69 40.05c-1.14-4.21-6.06-6.64-10.71-5.02-3.5 1.2-5.74 4.52-5.35 7.9a7.27 7.27 0 0 0 4.07 5.65 8.14 8.14 0 0 1 4.09 4.32l.02.06 5.65-1.49v-.06a7.2 7.2 0 0 1 1.13-5.45 6.99 6.99 0 0 0 1.09-5.9h.01Z",
86
+ shapeRendering: "geometricPrecision"
87
+ }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ fill: "#6C6E79",
89
+ d: "m50.9 54.55-6.75 1.82c-.53.14-1.07-.13-1.2-.62l-.74-2.73c-.14-.48.18-.99.72-1.12l6.77-1.78c.52-.13 1.05.14 1.18.62l.73 2.7c.14.47-.18.96-.7 1.1Z",
90
+ shapeRendering: "geometricPrecision"
91
+ }), /*#__PURE__*/_react["default"].createElement("path", {
92
+ stroke: "#6C6E79",
93
+ strokeLinecap: "round",
94
+ strokeLinejoin: "round",
95
+ strokeWidth: ".7",
96
+ d: "m43.22 39.66 1.39 5.1m2.09-3.25-5.6 1.4M29.92 34.8l2.61 1.38m18.05-4.26 1.47-2.28m-11.3.97L40.01 28l.71 2.61Zm15.62 8.5 2.74-.68M57.4 49.35l-2.44-1.3M31 45.43l-2.99.75 2.99-.75Zm6.11 7.3-1.55 2.4",
97
+ shapeRendering: "geometricPrecision"
98
+ }));
99
+ }
100
+
101
+ Suggestion.displayName = 'Suggestion';
102
+
103
+ var _default = (0, _core.createBaseComponent)(Suggestion);
104
+
105
+ exports["default"] = _default;
@@ -0,0 +1,84 @@
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 Suggestion({
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: "M26.69 0c-.46 0-.91.19-1.24.52L11.19 14.78A38.21 38.21 0 0 0 65.22 68.8l14.26-14.26c.33-.33.52-.77.52-1.24V.99a.98.98 0 0 0-.99-.99H26.7Z",
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.33Z",
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: "#fff",
63
+ stroke: "#6C6E79",
64
+ strokeLinecap: "round",
65
+ strokeLinejoin: "round",
66
+ strokeWidth: ".7",
67
+ d: "M51.69 40.05c-1.14-4.21-6.06-6.64-10.71-5.02-3.5 1.2-5.74 4.52-5.35 7.9a7.27 7.27 0 0 0 4.07 5.65 8.14 8.14 0 0 1 4.09 4.32l.02.06 5.65-1.49v-.06a7.2 7.2 0 0 1 1.13-5.45 6.99 6.99 0 0 0 1.09-5.9h.01Z",
68
+ shapeRendering: "geometricPrecision"
69
+ }), /*#__PURE__*/React.createElement("path", {
70
+ fill: "#6C6E79",
71
+ d: "m50.9 54.55-6.75 1.82c-.53.14-1.07-.13-1.2-.62l-.74-2.73c-.14-.48.18-.99.72-1.12l6.77-1.78c.52-.13 1.05.14 1.18.62l.73 2.7c.14.47-.18.96-.7 1.1Z",
72
+ shapeRendering: "geometricPrecision"
73
+ }), /*#__PURE__*/React.createElement("path", {
74
+ stroke: "#6C6E79",
75
+ strokeLinecap: "round",
76
+ strokeLinejoin: "round",
77
+ strokeWidth: ".7",
78
+ d: "m43.22 39.66 1.39 5.1m2.09-3.25-5.6 1.4M29.92 34.8l2.61 1.38m18.05-4.26 1.47-2.28m-11.3.97L40.01 28l.71 2.61Zm15.62 8.5 2.74-.68M57.4 49.35l-2.44-1.3M31 45.43l-2.99.75 2.99-.75Zm6.11 7.3-1.55 2.4",
79
+ shapeRendering: "geometricPrecision"
80
+ }));
81
+ }
82
+
83
+ Suggestion.displayName = 'Suggestion';
84
+ export default createBaseComponent(Suggestion);
@@ -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,108 @@
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 Suggestions(_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: "M4.35 58.16v9.77c0 .46.19.91.51 1.24l5.97 5.97c.33.33.77.51 1.24.51h9.77A39.92 39.92 0 0 0 40 80c6.53 0 12.71-1.57 18.16-4.35h9.77c.46 0 .91-.19 1.24-.51l5.97-5.97c.33-.33.51-.77.51-1.24v-9.77A39.88 39.88 0 0 0 80 40c0-6.53-1.57-12.71-4.35-18.16v-9.77c0-.46-.19-.91-.51-1.24l-5.97-5.97a1.74 1.74 0 0 0-1.24-.51h-9.77A39.88 39.88 0 0 0 40 0a39.88 39.88 0 0 0-18.16 4.35h-9.77c-.46 0-.91.19-1.24.51l-5.97 5.97c-.33.33-.51.77-.51 1.24v9.77A39.88 39.88 0 0 0 0 40c0 6.53 1.57 12.71 4.35 18.16Z",
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: "#fff",
81
+ stroke: "#E0E1E9",
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round",
84
+ strokeWidth: ".7",
85
+ d: "m65.27 51.03-16.33 4.33-7.52-27.6L58.07 24l7.2 27.03Zm-19.6 5.18-17.2 4.56L20.5 32.5l17.58-3.98 7.6 27.7Z",
86
+ shapeRendering: "geometricPrecision"
87
+ }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ stroke: "#6C6E79",
89
+ strokeLinecap: "round",
90
+ strokeLinejoin: "round",
91
+ strokeWidth: ".7",
92
+ d: "m49.6 41.82 8.46-2.09m-7.83 4.43 8.45-2.1m-7.81 4.44 8.42-2.14m-7.8 4.47 8.43-2.17M56.45 32c.56 2.27-1.02 4.64-3.54 5.3-2.53.67-5.06-.65-5.63-2.94-.57-2.28 1.04-4.67 3.59-5.32 2.55-.65 5.02.69 5.58 2.96v0Z",
93
+ shapeRendering: "geometricPrecision"
94
+ }), /*#__PURE__*/_react["default"].createElement("path", {
95
+ stroke: "#6C6E79",
96
+ strokeLinecap: "round",
97
+ strokeLinejoin: "round",
98
+ strokeWidth: ".7",
99
+ d: "m53.6 31.85-1.76 2.88-1.77-.76m-20.92 12.9 8.93-2.2m-8.26 4.6 8.9-2.24m-8.23 4.63 8.9-2.25m-8.23 4.63 8.87-2.27m-3.65-14.99c.59 2.3-1.08 4.72-3.73 5.41-2.66.7-5.33-.61-5.93-2.95-.6-2.34 1.1-4.78 3.77-5.45 2.67-.67 5.3.67 5.89 2.98v.01Zm-3.48-.7-2.65 3.84m3.4-.88-4.17-2.08",
100
+ shapeRendering: "geometricPrecision"
101
+ }));
102
+ }
103
+
104
+ Suggestions.displayName = 'Suggestions';
105
+
106
+ var _default = (0, _core.createBaseComponent)(Suggestions);
107
+
108
+ exports["default"] = _default;
@@ -0,0 +1,87 @@
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 Suggestions({
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: "M4.35 58.16v9.77c0 .46.19.91.51 1.24l5.97 5.97c.33.33.77.51 1.24.51h9.77A39.92 39.92 0 0 0 40 80c6.53 0 12.71-1.57 18.16-4.35h9.77c.46 0 .91-.19 1.24-.51l5.97-5.97c.33-.33.51-.77.51-1.24v-9.77A39.88 39.88 0 0 0 80 40c0-6.53-1.57-12.71-4.35-18.16v-9.77c0-.46-.19-.91-.51-1.24l-5.97-5.97a1.74 1.74 0 0 0-1.24-.51h-9.77A39.88 39.88 0 0 0 40 0a39.88 39.88 0 0 0-18.16 4.35h-9.77c-.46 0-.91.19-1.24.51l-5.97 5.97c-.33.33-.51.77-.51 1.24v9.77A39.88 39.88 0 0 0 0 40c0 6.53 1.57 12.71 4.35 18.16Z",
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: "#fff",
63
+ stroke: "#E0E1E9",
64
+ strokeLinecap: "round",
65
+ strokeLinejoin: "round",
66
+ strokeWidth: ".7",
67
+ d: "m65.27 51.03-16.33 4.33-7.52-27.6L58.07 24l7.2 27.03Zm-19.6 5.18-17.2 4.56L20.5 32.5l17.58-3.98 7.6 27.7Z",
68
+ shapeRendering: "geometricPrecision"
69
+ }), /*#__PURE__*/React.createElement("path", {
70
+ stroke: "#6C6E79",
71
+ strokeLinecap: "round",
72
+ strokeLinejoin: "round",
73
+ strokeWidth: ".7",
74
+ d: "m49.6 41.82 8.46-2.09m-7.83 4.43 8.45-2.1m-7.81 4.44 8.42-2.14m-7.8 4.47 8.43-2.17M56.45 32c.56 2.27-1.02 4.64-3.54 5.3-2.53.67-5.06-.65-5.63-2.94-.57-2.28 1.04-4.67 3.59-5.32 2.55-.65 5.02.69 5.58 2.96v0Z",
75
+ shapeRendering: "geometricPrecision"
76
+ }), /*#__PURE__*/React.createElement("path", {
77
+ stroke: "#6C6E79",
78
+ strokeLinecap: "round",
79
+ strokeLinejoin: "round",
80
+ strokeWidth: ".7",
81
+ d: "m53.6 31.85-1.76 2.88-1.77-.76m-20.92 12.9 8.93-2.2m-8.26 4.6 8.9-2.24m-8.23 4.63 8.9-2.25m-8.23 4.63 8.87-2.27m-3.65-14.99c.59 2.3-1.08 4.72-3.73 5.41-2.66.7-5.33-.61-5.93-2.95-.6-2.34 1.1-4.78 3.77-5.45 2.67-.67 5.3.67 5.89 2.98v.01Zm-3.48-.7-2.65 3.84m3.4-.88-4.17-2.08",
82
+ shapeRendering: "geometricPrecision"
83
+ }));
84
+ }
85
+
86
+ Suggestions.displayName = 'Suggestions';
87
+ export default createBaseComponent(Suggestions);
@@ -0,0 +1,5 @@
1
+
2
+ import { Box } from '@semcore/flex-box';
3
+ declare const _default: typeof Box;
4
+ export default _default;
5
+