@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,107 @@
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 Processing(_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: "M72.02 26.68a48.67 48.67 0 0 0-1.78-16.19 1.05 1.05 0 0 0-.73-.73 48.39 48.39 0 0 0-16.2-1.78l-4.2-4.2a12.9 12.9 0 0 0-18.23 0l-4.2 4.2A48.4 48.4 0 0 0 10.5 9.77c-.35.1-.64.38-.73.74A48.39 48.39 0 0 0 7.98 26.7l-4.2 4.2a12.89 12.89 0 0 0 0 18.23l4.2 4.2A48.58 48.58 0 0 0 9.76 69.5c.1.35.38.64.73.73a48.39 48.39 0 0 0 16.2 1.78l4.2 4.2a12.9 12.9 0 0 0 18.23 0l4.2-4.2a48.67 48.67 0 0 0 16.19-1.78c.35-.1.64-.38.73-.73a48.39 48.39 0 0 0 1.78-16.2l4.2-4.2a12.9 12.9 0 0 0 0-18.23l-4.2-4.2Z",
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
+ stroke: "#6C6E79",
81
+ strokeLinecap: "round",
82
+ strokeLinejoin: "round",
83
+ strokeWidth: "1.2",
84
+ d: "m52.7 39.16-7.27 2.58-3.3-8.28",
85
+ shapeRendering: "geometricPrecision"
86
+ }), /*#__PURE__*/_react["default"].createElement("path", {
87
+ stroke: "#6C6E79",
88
+ strokeLinecap: "round",
89
+ strokeLinejoin: "round",
90
+ strokeWidth: ".7",
91
+ d: "m40.53 51.92-6.45-2.46 2.3 6.27m-4.64-11.08a13.17 13.17 0 0 1 3.93-13.66",
92
+ shapeRendering: "geometricPrecision"
93
+ }), /*#__PURE__*/_react["default"].createElement("path", {
94
+ stroke: "#6C6E79",
95
+ strokeLinecap: "round",
96
+ strokeLinejoin: "round",
97
+ strokeWidth: ".7",
98
+ d: "M36.48 30.34a13.37 13.37 0 0 1 5.18-2.3c7.56-1.58 15.38 3.26 17.48 10.8 2.1 7.53-2.31 14.95-9.86 16.56-5.8 1.25-11.77-1.29-15.2-5.95",
99
+ shapeRendering: "geometricPrecision"
100
+ }));
101
+ }
102
+
103
+ Processing.displayName = 'Processing';
104
+
105
+ var _default = (0, _core.createBaseComponent)(Processing);
106
+
107
+ exports["default"] = _default;
@@ -0,0 +1,86 @@
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 Processing({
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: "M72.02 26.68a48.67 48.67 0 0 0-1.78-16.19 1.05 1.05 0 0 0-.73-.73 48.39 48.39 0 0 0-16.2-1.78l-4.2-4.2a12.9 12.9 0 0 0-18.23 0l-4.2 4.2A48.4 48.4 0 0 0 10.5 9.77c-.35.1-.64.38-.73.74A48.39 48.39 0 0 0 7.98 26.7l-4.2 4.2a12.89 12.89 0 0 0 0 18.23l4.2 4.2A48.58 48.58 0 0 0 9.76 69.5c.1.35.38.64.73.73a48.39 48.39 0 0 0 16.2 1.78l4.2 4.2a12.9 12.9 0 0 0 18.23 0l4.2-4.2a48.67 48.67 0 0 0 16.19-1.78c.35-.1.64-.38.73-.73a48.39 48.39 0 0 0 1.78-16.2l4.2-4.2a12.9 12.9 0 0 0 0-18.23l-4.2-4.2Z",
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
+ stroke: "#6C6E79",
63
+ strokeLinecap: "round",
64
+ strokeLinejoin: "round",
65
+ strokeWidth: "1.2",
66
+ d: "m52.7 39.16-7.27 2.58-3.3-8.28",
67
+ shapeRendering: "geometricPrecision"
68
+ }), /*#__PURE__*/React.createElement("path", {
69
+ stroke: "#6C6E79",
70
+ strokeLinecap: "round",
71
+ strokeLinejoin: "round",
72
+ strokeWidth: ".7",
73
+ d: "m40.53 51.92-6.45-2.46 2.3 6.27m-4.64-11.08a13.17 13.17 0 0 1 3.93-13.66",
74
+ shapeRendering: "geometricPrecision"
75
+ }), /*#__PURE__*/React.createElement("path", {
76
+ stroke: "#6C6E79",
77
+ strokeLinecap: "round",
78
+ strokeLinejoin: "round",
79
+ strokeWidth: ".7",
80
+ d: "M36.48 30.34a13.37 13.37 0 0 1 5.18-2.3c7.56-1.58 15.38 3.26 17.48 10.8 2.1 7.53-2.31 14.95-9.86 16.56-5.8 1.25-11.77-1.29-15.2-5.95",
81
+ shapeRendering: "geometricPrecision"
82
+ }));
83
+ }
84
+
85
+ Processing.displayName = 'Processing';
86
+ export default createBaseComponent(Processing);
@@ -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,286 @@
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 ProjectNotFound(_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 ? '260' : _ref$width,
27
+ _ref$height = _ref.height,
28
+ height = _ref$height === void 0 ? '260' : _ref$height,
29
+ _ref$viewBox = _ref.viewBox,
30
+ viewBox = _ref$viewBox === void 0 ? '0 0 260 260' : _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: "M131.96 20.01C74.28 19.13 26.13 65.66 25.14 123.34a105 105 0 0 0 43.72 87.21 23.75 23.75 0 0 1 9.94 19.26v7.82a2.62 2.62 0 0 0 2.61 2.6h97.81a2.6 2.6 0 0 0 2.6-2.6v-7.82a23.9 23.9 0 0 1 10.03-19.32 105 105 0 0 0 43.66-85.3A105.19 105.19 0 0 0 131.96 20.01Z",
41
+ fill: "#FF788F",
42
+ shapeRendering: "geometricPrecision"
43
+ }), /*#__PURE__*/_react["default"].createElement("path", {
44
+ d: "m253 165.94-188.97 55.3L7 197.06v-6.8l246-31.74v7.42Z",
45
+ fill: "#FF788F",
46
+ stroke: "#000",
47
+ strokeLinecap: "round",
48
+ strokeLinejoin: "round",
49
+ shapeRendering: "geometricPrecision"
50
+ }), /*#__PURE__*/_react["default"].createElement("path", {
51
+ d: "m65.4 207.93-1.37 5.54v7.77L253 165.94v-7.42L65.4 207.93Z",
52
+ fill: "#000",
53
+ stroke: "#000",
54
+ strokeLinecap: "round",
55
+ strokeLinejoin: "round",
56
+ shapeRendering: "geometricPrecision"
57
+ }), /*#__PURE__*/_react["default"].createElement("path", {
58
+ d: "M253 158.52 64.03 213.47 7 190.25l168.94-47.6L253 158.52Z",
59
+ fill: "#FF788F",
60
+ stroke: "#000",
61
+ strokeLinecap: "round",
62
+ strokeLinejoin: "round",
63
+ shapeRendering: "geometricPrecision"
64
+ }), /*#__PURE__*/_react["default"].createElement("path", {
65
+ d: "M221.62 164.34c-1.9 2.51-7.8 4-16.78 4.67l-14.42-89.49c8.73-.6 14.15-2.2 16.79-4.67l14.41 89.49Z",
66
+ fill: "#000",
67
+ stroke: "#000",
68
+ strokeLinecap: "round",
69
+ strokeLinejoin: "round",
70
+ shapeRendering: "geometricPrecision"
71
+ }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ d: "m204.83 169.01-47.5-11.53-12.36-82.24 45.44 4.28 14.42 89.49Z",
73
+ fill: "#FF788F",
74
+ stroke: "#000",
75
+ strokeLinecap: "round",
76
+ strokeLinejoin: "round",
77
+ shapeRendering: "geometricPrecision"
78
+ }), /*#__PURE__*/_react["default"].createElement("path", {
79
+ d: "m207.2 74.85-46.07-3.87c.6 1.95-6.57 3.28-16.16 4.26l45.46 4.28c8.37-.6 14.5-1.96 16.78-4.67Z",
80
+ fill: "#FF788F",
81
+ stroke: "#000",
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round",
84
+ shapeRendering: "geometricPrecision"
85
+ }), /*#__PURE__*/_react["default"].createElement("path", {
86
+ d: "M192.57 45.64v2.61",
87
+ stroke: "#fff",
88
+ strokeLinecap: "round",
89
+ strokeLinejoin: "round",
90
+ shapeRendering: "geometricPrecision"
91
+ }), /*#__PURE__*/_react["default"].createElement("path", {
92
+ d: "M192.57 53.56V167.5",
93
+ stroke: "#fff",
94
+ strokeLinecap: "round",
95
+ strokeLinejoin: "round",
96
+ strokeDasharray: "5.18 5.18",
97
+ shapeRendering: "geometricPrecision"
98
+ }), /*#__PURE__*/_react["default"].createElement("path", {
99
+ d: "M192.57 170.16v2.61c-.69.54-1.42 1.03-2.19 1.44",
100
+ stroke: "#fff",
101
+ strokeLinecap: "round",
102
+ strokeLinejoin: "round",
103
+ shapeRendering: "geometricPrecision"
104
+ }), /*#__PURE__*/_react["default"].createElement("path", {
105
+ d: "M185.58 176.3a113.35 113.35 0 0 1-17.82 4.32",
106
+ stroke: "#fff",
107
+ strokeLinecap: "round",
108
+ strokeLinejoin: "round",
109
+ strokeDasharray: "5.13 5.13",
110
+ shapeRendering: "geometricPrecision"
111
+ }), /*#__PURE__*/_react["default"].createElement("path", {
112
+ d: "m165.17 181.06-2.6.42v-2.63",
113
+ stroke: "#fff",
114
+ strokeLinecap: "round",
115
+ strokeLinejoin: "round",
116
+ shapeRendering: "geometricPrecision"
117
+ }), /*#__PURE__*/_react["default"].createElement("path", {
118
+ d: "M162.57 173.5V58.73",
119
+ stroke: "#fff",
120
+ strokeLinecap: "round",
121
+ strokeLinejoin: "round",
122
+ strokeDasharray: "5.22 5.22",
123
+ shapeRendering: "geometricPrecision"
124
+ }), /*#__PURE__*/_react["default"].createElement("path", {
125
+ d: "M162.57 56.05v-2.62M89.92 158.54v2.62l2.52.7",
126
+ stroke: "#fff",
127
+ strokeLinecap: "round",
128
+ strokeLinejoin: "round",
129
+ shapeRendering: "geometricPrecision"
130
+ }), /*#__PURE__*/_react["default"].createElement("path", {
131
+ d: "m97.64 163.32 59.8 16.72",
132
+ stroke: "#fff",
133
+ strokeLinecap: "round",
134
+ strokeLinejoin: "round",
135
+ strokeDasharray: "5.28 5.28",
136
+ shapeRendering: "geometricPrecision"
137
+ }), /*#__PURE__*/_react["default"].createElement("path", {
138
+ d: "m160.05 180.76 2.52.71v-2.62",
139
+ stroke: "#fff",
140
+ strokeLinecap: "round",
141
+ strokeLinejoin: "round",
142
+ shapeRendering: "geometricPrecision"
143
+ }), /*#__PURE__*/_react["default"].createElement("path", {
144
+ d: "M162.57 173.5V58.73",
145
+ stroke: "#fff",
146
+ strokeLinecap: "round",
147
+ strokeLinejoin: "round",
148
+ strokeDasharray: "5.22 5.22",
149
+ shapeRendering: "geometricPrecision"
150
+ }), /*#__PURE__*/_react["default"].createElement("path", {
151
+ d: "M162.57 56.05v-2.62l-2.62-.15",
152
+ stroke: "#fff",
153
+ strokeLinecap: "round",
154
+ strokeLinejoin: "round",
155
+ shapeRendering: "geometricPrecision"
156
+ }), /*#__PURE__*/_react["default"].createElement("path", {
157
+ d: "m154.77 53.02-60.89-2.36",
158
+ stroke: "#fff",
159
+ strokeLinecap: "round",
160
+ strokeLinejoin: "round",
161
+ strokeDasharray: "5.08 5.08",
162
+ shapeRendering: "geometricPrecision"
163
+ }), /*#__PURE__*/_react["default"].createElement("path", {
164
+ d: "M89.92 49.6v2.62",
165
+ stroke: "#fff",
166
+ strokeLinecap: "round",
167
+ strokeLinejoin: "round",
168
+ shapeRendering: "geometricPrecision"
169
+ }), /*#__PURE__*/_react["default"].createElement("path", {
170
+ d: "M89.92 57.28v98.73",
171
+ stroke: "#fff",
172
+ strokeLinecap: "round",
173
+ strokeLinejoin: "round",
174
+ strokeDasharray: "4.95 4.95",
175
+ shapeRendering: "geometricPrecision"
176
+ }), /*#__PURE__*/_react["default"].createElement("path", {
177
+ d: "M146.32 94.95c0 19.86-20.34 16.47-20.34 27.72v2.96l-9.52-1.84v-3.6c0-15.97 19.2-13.92 19.2-26.42 0-6.97-4.88-11.24-11.24-11.96-7.26-.8-11.65 3.4-12.78 10.22l-8.68-3.3c1.94-11.33 10.17-17.8 21.74-16.78 12.11 1.1 21.62 9.73 21.62 23Zm-31.1 46.14c0-4.32 2.65-6.56 6.4-5.75 3.75.8 6.57 4.27 6.57 8.69 0 4.41-2.66 6.54-6.57 5.6a8.56 8.56 0 0 1-6.4-8.54Z",
178
+ fill: "#fff",
179
+ shapeRendering: "geometricPrecision"
180
+ }), /*#__PURE__*/_react["default"].createElement("path", {
181
+ d: "M89.92 49.6c9.07-2 21.1-5.43 26.6-6.78",
182
+ stroke: "#fff",
183
+ strokeLinecap: "round",
184
+ strokeLinejoin: "round",
185
+ strokeDasharray: "4.75 4.75",
186
+ shapeRendering: "geometricPrecision"
187
+ }), /*#__PURE__*/_react["default"].createElement("path", {
188
+ d: "m116.52 42.83 2.63.1",
189
+ stroke: "#fff",
190
+ strokeLinecap: "round",
191
+ strokeLinejoin: "round",
192
+ shapeRendering: "geometricPrecision"
193
+ }), /*#__PURE__*/_react["default"].createElement("path", {
194
+ d: "m124.59 43.12 62.63 2.32",
195
+ stroke: "#fff",
196
+ strokeLinecap: "round",
197
+ strokeLinejoin: "round",
198
+ strokeDasharray: "5.33 5.33",
199
+ shapeRendering: "geometricPrecision"
200
+ }), /*#__PURE__*/_react["default"].createElement("path", {
201
+ d: "m189.94 45.55 2.63.09",
202
+ stroke: "#fff",
203
+ strokeLinecap: "round",
204
+ strokeLinejoin: "round",
205
+ shapeRendering: "geometricPrecision"
206
+ }), /*#__PURE__*/_react["default"].createElement("path", {
207
+ d: "M192.52 45.96c-4.84 1.6-18.4 5.73-29.95 7.5",
208
+ stroke: "#fff",
209
+ strokeLinecap: "round",
210
+ strokeLinejoin: "round",
211
+ strokeDasharray: "5.14 5.14",
212
+ shapeRendering: "geometricPrecision"
213
+ }), /*#__PURE__*/_react["default"].createElement("path", {
214
+ d: "m104.07 188.7-44.05 12.67 3.23-29.9 33.58-3.63 7.24 20.87Z",
215
+ fill: "#000",
216
+ stroke: "#FF788F",
217
+ strokeLinecap: "round",
218
+ strokeLinejoin: "round",
219
+ shapeRendering: "geometricPrecision"
220
+ }), /*#__PURE__*/_react["default"].createElement("path", {
221
+ d: "m60.02 201.37 3.23-29.9-17.18-5.45-7.64 27.04 21.59 8.31Z",
222
+ fill: "#000",
223
+ stroke: "#FF788F",
224
+ strokeLinecap: "round",
225
+ strokeLinejoin: "round",
226
+ shapeRendering: "geometricPrecision"
227
+ }), /*#__PURE__*/_react["default"].createElement("path", {
228
+ d: "m90.21 104.81-24.18-3.92a23.36 23.36 0 0 0-7.16.08c-15.44 2.53-28.02 19.47-28.02 37.83 0 14.06 7.37 24.88 17.77 28.03l21.93 6.95v-7.8l-4.28-.95c11.9-5.8 20.64-20.11 20.64-35.43 0-8.56-2.73-15.9-7.15-21.06l10.45-3.73Z",
229
+ fill: "#FF788F",
230
+ shapeRendering: "geometricPrecision"
231
+ }), /*#__PURE__*/_react["default"].createElement("path", {
232
+ d: "m79.72 108.58 10.5-3.77-24.2-3.92a23.36 23.36 0 0 0-7.15.08c-7.07 1.16-13.53 5.33-18.47 11.24l32.1 6.43 10.49-5.34a26.27 26.27 0 0 0-3.27-4.72Z",
233
+ fill: "#fff",
234
+ shapeRendering: "geometricPrecision"
235
+ }), /*#__PURE__*/_react["default"].createElement("path", {
236
+ d: "m90.21 104.81-24.18-3.92a23.36 23.36 0 0 0-7.16.08c-15.44 2.53-28.02 19.47-28.02 37.83 0 14.06 7.37 24.88 17.77 28.03l21.93 6.95v-7.8l-4.28-.95c11.9-5.8 20.64-20.11 20.64-35.43 0-8.56-2.73-15.9-7.15-21.06l10.45-3.73Z",
237
+ stroke: "#000",
238
+ strokeLinecap: "round",
239
+ strokeLinejoin: "round",
240
+ shapeRendering: "geometricPrecision"
241
+ }), /*#__PURE__*/_react["default"].createElement("path", {
242
+ d: "M109.21 148.83c6.3-18.83-.75-38.17-15.75-43.19-15-5.02-32.28 6.17-38.59 25-6.3 18.82.76 38.16 15.76 43.18 15 5.02 32.28-6.17 38.58-25Z",
243
+ fill: "#FF788F",
244
+ stroke: "#000",
245
+ strokeLinecap: "round",
246
+ strokeLinejoin: "round",
247
+ shapeRendering: "geometricPrecision"
248
+ }), /*#__PURE__*/_react["default"].createElement("path", {
249
+ d: "M105.79 147.68c5.5-16.45-.66-33.35-13.77-37.74-13.12-4.4-28.22 5.39-33.72 21.84-5.51 16.46.65 33.36 13.77 37.75 13.11 4.39 28.21-5.4 33.72-21.85Z",
250
+ fill: "#fff",
251
+ shapeRendering: "geometricPrecision"
252
+ }), /*#__PURE__*/_react["default"].createElement("path", {
253
+ d: "M82.05 163.1v3.48M82.05 112.87v3.49M62.35 142.95l-2.95.48M104.69 136.03l-2.95.48",
254
+ stroke: "#FF788F",
255
+ strokeLinecap: "round",
256
+ strokeLinejoin: "round",
257
+ shapeRendering: "geometricPrecision"
258
+ }), /*#__PURE__*/_react["default"].createElement("path", {
259
+ d: "m81.51 123.82-2.17 15.4a.66.66 0 0 0 .77.76l4.37-.7a.68.68 0 0 0 .56-.77l-2.19-14.69a.67.67 0 0 0-1.34 0Z",
260
+ fill: "#FF788F",
261
+ shapeRendering: "geometricPrecision"
262
+ }), /*#__PURE__*/_react["default"].createElement("path", {
263
+ d: "m95.94 149.42-11.32-12.18a.68.68 0 0 0-1.08.11l-2.83 4.75a.68.68 0 0 0-.08.53.68.68 0 0 0 .34.42l14.16 7.42a.67.67 0 0 0 .84-.2.68.68 0 0 0-.03-.85Z",
264
+ fill: "#FF788F",
265
+ shapeRendering: "geometricPrecision"
266
+ }), /*#__PURE__*/_react["default"].createElement("path", {
267
+ d: "M85.02 140.6c.66-1.97-.08-4-1.66-4.52-1.57-.53-3.38.64-4.04 2.62-.66 1.98.08 4 1.65 4.53 1.57.53 3.39-.65 4.05-2.62Z",
268
+ fill: "#000",
269
+ stroke: "#000",
270
+ strokeMiterlimit: "10",
271
+ shapeRendering: "geometricPrecision"
272
+ }), /*#__PURE__*/_react["default"].createElement("path", {
273
+ d: "M86.03 140.94c.66-1.97-.08-4-1.65-4.53-1.58-.53-3.39.65-4.05 2.62-.66 1.98.08 4 1.65 4.53 1.58.53 3.39-.64 4.05-2.62Z",
274
+ fill: "#000",
275
+ stroke: "#FF788F",
276
+ strokeLinecap: "round",
277
+ strokeLinejoin: "round",
278
+ shapeRendering: "geometricPrecision"
279
+ }));
280
+ }
281
+
282
+ ProjectNotFound.displayName = 'ProjectNotFound';
283
+
284
+ var _default = (0, _core.createBaseComponent)(ProjectNotFound);
285
+
286
+ exports["default"] = _default;