@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,126 @@
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 DonutChart({
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: "M75.6 42.49c0-15.6-9.53-28.84-22.94-34.07l-3.78-6.75A1.28 1.28 0 0 0 47.81 1H32.27c-.41 0-.82.25-1.07.67l-3.78 6.75C14.02 13.65 4.47 26.97 4.47 42.5c0 2.02.17 3.96.5 5.82l-3.78 6.74c-.25.42-.25.85 0 1.27l7.73 13.83c.24.42.65.67 1.06.67h7.57a34.9 34.9 0 0 0 44.9 0h7.57c.4 0 .82-.25 1.06-.67l7.73-13.83c.25-.42.25-.85 0-1.27l-3.78-6.74c.41-1.94.58-3.88.58-5.82Z",
23
+ fill: "#E0E1E9",
24
+ shapeRendering: "geometricPrecision"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M65.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.15L11.7 24.5l-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.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
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.39 23.42a1.87 1.87 0 0 1-1.42 2.37 2.19 2.19 0 0 1-2.52-1.53 1.87 1.87 0 0 1 1.42-2.37 2.2 2.2 0 0 1 2.52 1.54v-.01Z",
43
+ fill: "#fff",
44
+ shapeRendering: "geometricPrecision"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M25.38 21.94c.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.84s.32-3.15.6-6.38l-1.37-3.09-3.42 5.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
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.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
55
+ stroke: "#6C6E79",
56
+ strokeWidth: ".7",
57
+ strokeLinecap: "round",
58
+ strokeLinejoin: "round",
59
+ shapeRendering: "geometricPrecision"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ d: "m43.3 32.43 1.88.93-3.15 3.16-3.2-1.58 4.46-2.5Z",
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: "m56.77 51.33 2.04-2.03-2.55-.36-6.55-3.33a7.02 7.02 0 0 1-2.4 1.91l-9.82-5.36-.19-.72a6.69 6.69 0 0 1 4.74-4.92l-2.36-8.55c-1.9.49-3.65 1.23-5.22 2.2l-.14-.56-2.65 2.66c-.31.3-.6.59-.88.9l-.04.03c-3.3 3.6-4.74 8.42-3.41 13.18 2.27 8.07 11.65 12.58 20.75 10.14 2.84-.75 5.3-2.11 7.3-3.84h.02l.18-.19c.42-.38.81-.76 1.18-1.16ZM50.17 29.17l-2.35-8.53-3.15 3.16L47 32.32l3.16-3.15Z",
70
+ fill: "#6C6E79",
71
+ stroke: "#6C6E79",
72
+ strokeWidth: ".7",
73
+ strokeLinecap: "round",
74
+ strokeLinejoin: "round",
75
+ shapeRendering: "geometricPrecision"
76
+ }), /*#__PURE__*/React.createElement("path", {
77
+ d: "m62.94 28.95-.75 1.2c-3.54-5.03-10.43-7.74-17.52-6.35L47 32.33c3.35-.56 6.57 1.1 7.6 3.9l9.42-2.32 3.16-3.16-4.26-1.81h.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: "m57.76 33.07 9.43-2.31c-2.27-7.35-10.68-11.81-19.37-10.12l2.35 8.53c3.35-.56 6.57 1.1 7.6 3.9v0Z",
86
+ fill: "#fff",
87
+ stroke: "#6C6E79",
88
+ strokeWidth: ".7",
89
+ strokeLinecap: "round",
90
+ strokeLinejoin: "round",
91
+ shapeRendering: "geometricPrecision"
92
+ }), /*#__PURE__*/React.createElement("path", {
93
+ d: "M60.72 21.94a20.5 20.5 0 0 0-13.3-1.73l-4.92 4.66",
94
+ stroke: "#fff",
95
+ strokeWidth: ".7",
96
+ strokeMiterlimit: "10",
97
+ shapeRendering: "geometricPrecision"
98
+ }), /*#__PURE__*/React.createElement("path", {
99
+ d: "m65.06 35.6-4.52 1.1-1.75-1.94-3.16 3.16c.24 1.3-.02 2.6-.65 3.73l8.28 4.21a13.54 13.54 0 0 0 1.8-10.26Z",
100
+ fill: "#E0E1E9",
101
+ stroke: "#6C6E79",
102
+ strokeWidth: ".7",
103
+ strokeLinecap: "round",
104
+ strokeLinejoin: "round",
105
+ shapeRendering: "geometricPrecision"
106
+ }), /*#__PURE__*/React.createElement("path", {
107
+ d: "m66.43 42.7-3.15 3.16-8.3-4.21 3.16-3.17 8.3 4.23ZM58.8 34.75c.24 1.3-.02 2.59-.66 3.73l8.3 4.21a13.54 13.54 0 0 0 1.79-10.27l-9.42 2.33h0Z",
108
+ fill: "#E0E1E9",
109
+ stroke: "#6C6E79",
110
+ strokeWidth: ".7",
111
+ strokeLinecap: "round",
112
+ strokeLinejoin: "round",
113
+ shapeRendering: "geometricPrecision"
114
+ }), /*#__PURE__*/React.createElement("path", {
115
+ d: "M52.86 42.45a7.31 7.31 0 0 1-3.93 2.49c-3.71.94-7.49-.92-8.38-4.19-.9-3.26 1.2-6.32 4.64-7.39l-2.35-8.55c-8.98 2.27-14.57 10.44-12.33 18.4 2.27 8.08 11.65 12.59 20.75 10.16a17.7 17.7 0 0 0 9.9-6.7l-8.3-4.22h0Z",
116
+ fill: "#E0E1E9",
117
+ stroke: "#6C6E79",
118
+ strokeWidth: ".7",
119
+ strokeLinecap: "round",
120
+ strokeLinejoin: "round",
121
+ shapeRendering: "geometricPrecision"
122
+ }));
123
+ }
124
+
125
+ DonutChart.displayName = 'DonutChart';
126
+ export default createBaseComponent(DonutChart);
@@ -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,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 Duplicates(_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: "M0 40.92A39.86 39.86 0 0 0 39.08 80a.91.91 0 0 0 .92-.91v-2.5A36.58 36.58 0 1 0 40 3.4V.91a.91.91 0 0 0-.92-.9 39.87 39.87 0 0 0-26.72 11.05.9.9 0 0 0 0 1.3l1.78 1.78A36.47 36.47 0 0 0 3.42 40H.92a.91.91 0 0 0-.92.92Z",
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: "#E0E1E9",
81
+ stroke: "#6C6E79",
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round",
84
+ strokeWidth: ".7",
85
+ d: "M62.73 51.04 25.09 61.22l-6.04-21.37c-.25-.88.41-1.8 1.46-2.04l36.26-8.54 5.95 21.77h.01Z",
86
+ shapeRendering: "geometricPrecision"
87
+ }), /*#__PURE__*/_react["default"].createElement("path", {
88
+ fill: "#6C6E79",
89
+ d: "m57.63 32.37-38.1 9.15-.48-1.68c-.25-.88.41-1.8 1.46-2.04l36.26-8.54.85 3.1Z",
90
+ shapeRendering: "geometricPrecision"
91
+ }), /*#__PURE__*/_react["default"].createElement("path", {
92
+ fill: "#6C6E79",
93
+ stroke: "#6C6E79",
94
+ strokeLinecap: "round",
95
+ strokeLinejoin: "round",
96
+ strokeWidth: ".7",
97
+ d: "m65.05 42.44-4.5-16.56c-.23-.83-1.17-1.33-2.1-1.12l-29.78 6.72-3.52-1.07-1.67 2.57c-.32.43-.55.92-.4 1.44l5.94 21.2 37-9.64 1.8-2.71-2.76-.84-.01.01Z",
98
+ shapeRendering: "geometricPrecision"
99
+ }), /*#__PURE__*/_react["default"].createElement("path", {
100
+ fill: "#fff",
101
+ stroke: "#6C6E79",
102
+ strokeLinecap: "round",
103
+ strokeLinejoin: "round",
104
+ strokeWidth: ".7",
105
+ d: "m67.8 43.28-36.99 9.65-5.95-21.21c-.24-.88.4-1.78 1.44-2.01l33.95-7.66c.93-.21 1.88.28 2.1 1.12l5.46 20.1h0Z",
106
+ shapeRendering: "geometricPrecision"
107
+ }), /*#__PURE__*/_react["default"].createElement("path", {
108
+ fill: "#6C6E79",
109
+ d: "M37.12 31.04c-3.8.88-6.18 4.26-5.27 7.52 1.34 4.8 9.54 7.82 9.54 7.82s5.42-6.4 4.13-11.12c-.9-3.2-4.62-5.1-8.4-4.23Zm2.34 8.4c-1.64.39-3.28-.42-3.68-1.83-.4-1.4.63-2.86 2.26-3.25 1.64-.38 3.26.44 3.65 1.84.38 1.4-.62 2.84-2.24 3.23h.01Z",
110
+ shapeRendering: "geometricPrecision"
111
+ }), /*#__PURE__*/_react["default"].createElement("path", {
112
+ stroke: "#6C6E79",
113
+ strokeLinecap: "round",
114
+ strokeLinejoin: "round",
115
+ strokeWidth: ".7",
116
+ d: "m48.46 32.62 11.13-2.65m-10.13 6.28 11.1-2.7m-10.1 6.34 11.08-2.77",
117
+ shapeRendering: "geometricPrecision"
118
+ }));
119
+ }
120
+
121
+ Duplicates.displayName = 'Duplicates';
122
+
123
+ var _default = (0, _core.createBaseComponent)(Duplicates);
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 Duplicates({
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: "M0 40.92A39.86 39.86 0 0 0 39.08 80a.91.91 0 0 0 .92-.91v-2.5A36.58 36.58 0 1 0 40 3.4V.91a.91.91 0 0 0-.92-.9 39.87 39.87 0 0 0-26.72 11.05.9.9 0 0 0 0 1.3l1.78 1.78A36.47 36.47 0 0 0 3.42 40H.92a.91.91 0 0 0-.92.92Z",
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: "#E0E1E9",
63
+ stroke: "#6C6E79",
64
+ strokeLinecap: "round",
65
+ strokeLinejoin: "round",
66
+ strokeWidth: ".7",
67
+ d: "M62.73 51.04 25.09 61.22l-6.04-21.37c-.25-.88.41-1.8 1.46-2.04l36.26-8.54 5.95 21.77h.01Z",
68
+ shapeRendering: "geometricPrecision"
69
+ }), /*#__PURE__*/React.createElement("path", {
70
+ fill: "#6C6E79",
71
+ d: "m57.63 32.37-38.1 9.15-.48-1.68c-.25-.88.41-1.8 1.46-2.04l36.26-8.54.85 3.1Z",
72
+ shapeRendering: "geometricPrecision"
73
+ }), /*#__PURE__*/React.createElement("path", {
74
+ fill: "#6C6E79",
75
+ stroke: "#6C6E79",
76
+ strokeLinecap: "round",
77
+ strokeLinejoin: "round",
78
+ strokeWidth: ".7",
79
+ d: "m65.05 42.44-4.5-16.56c-.23-.83-1.17-1.33-2.1-1.12l-29.78 6.72-3.52-1.07-1.67 2.57c-.32.43-.55.92-.4 1.44l5.94 21.2 37-9.64 1.8-2.71-2.76-.84-.01.01Z",
80
+ shapeRendering: "geometricPrecision"
81
+ }), /*#__PURE__*/React.createElement("path", {
82
+ fill: "#fff",
83
+ stroke: "#6C6E79",
84
+ strokeLinecap: "round",
85
+ strokeLinejoin: "round",
86
+ strokeWidth: ".7",
87
+ d: "m67.8 43.28-36.99 9.65-5.95-21.21c-.24-.88.4-1.78 1.44-2.01l33.95-7.66c.93-.21 1.88.28 2.1 1.12l5.46 20.1h0Z",
88
+ shapeRendering: "geometricPrecision"
89
+ }), /*#__PURE__*/React.createElement("path", {
90
+ fill: "#6C6E79",
91
+ d: "M37.12 31.04c-3.8.88-6.18 4.26-5.27 7.52 1.34 4.8 9.54 7.82 9.54 7.82s5.42-6.4 4.13-11.12c-.9-3.2-4.62-5.1-8.4-4.23Zm2.34 8.4c-1.64.39-3.28-.42-3.68-1.83-.4-1.4.63-2.86 2.26-3.25 1.64-.38 3.26.44 3.65 1.84.38 1.4-.62 2.84-2.24 3.23h.01Z",
92
+ shapeRendering: "geometricPrecision"
93
+ }), /*#__PURE__*/React.createElement("path", {
94
+ stroke: "#6C6E79",
95
+ strokeLinecap: "round",
96
+ strokeLinejoin: "round",
97
+ strokeWidth: ".7",
98
+ d: "m48.46 32.62 11.13-2.65m-10.13 6.28 11.1-2.7m-10.1 6.34 11.08-2.77",
99
+ shapeRendering: "geometricPrecision"
100
+ }));
101
+ }
102
+
103
+ Duplicates.displayName = 'Duplicates';
104
+ export default createBaseComponent(Duplicates);
@@ -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,122 @@
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 FunnelChart(_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: "M77.88 38.19C77.88 17.65 61.13 1 40.48 1S3 17.65 3 38.19a37.03 37.03 0 0 0 15.62 30.2l-3.47 9.4c-.26.6.26 1.21.87 1.21h48.84c.61 0 1.13-.6.87-1.2l-3.47-9.41a37.03 37.03 0 0 0 15.62-30.2Z",
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.02-.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.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
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.42-2.37 2.2 2.2 0 0 1 2.52 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.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
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.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
73
+ stroke: "#6C6E79",
74
+ strokeWidth: ".7",
75
+ strokeLinecap: "round",
76
+ strokeLinejoin: "round",
77
+ shapeRendering: "geometricPrecision"
78
+ }), /*#__PURE__*/_react["default"].createElement("path", {
79
+ d: "M42.08 38.58c-4.2.95-8.76-5.58-18.64-3.3l6.02 21.47c9.72-2.55 10.33-10.29 14.48-11.39l16.33-4.1v-.04l-1.76-6.56v-.03l-16.43 3.96v0Z",
80
+ stroke: "#6C6E79",
81
+ strokeWidth: ".7",
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round",
84
+ shapeRendering: "geometricPrecision"
85
+ }), /*#__PURE__*/_react["default"].createElement("mask", {
86
+ maskUnits: "userSpaceOnUse",
87
+ x: "23",
88
+ y: "34",
89
+ width: "38",
90
+ height: "24"
91
+ }, /*#__PURE__*/_react["default"].createElement("path", {
92
+ d: "M42.08 38.58c-4.2.96-8.76-5.58-18.64-3.3l6.02 21.47c9.72-2.55 10.33-10.29 14.48-11.39l16.33-4.1v-.04l-1.76-6.56v-.03s-16.4 3.95-16.43 3.97v-.02Z",
93
+ fill: "#D9D9D9",
94
+ stroke: "#000",
95
+ strokeWidth: ".7",
96
+ strokeLinecap: "round",
97
+ strokeLinejoin: "round",
98
+ shapeRendering: "geometricPrecision"
99
+ })), /*#__PURE__*/_react["default"].createElement("g", {
100
+ mask: "url(#a)",
101
+ stroke: "#6C6E79",
102
+ strokeWidth: ".7",
103
+ strokeMiterlimit: "10"
104
+ }, /*#__PURE__*/_react["default"].createElement("path", {
105
+ d: "M40.71 35.7 27.5 54.96M44.46 37.96 29.93 59.13M49.24 38.74 33.88 61.12M55.5 37.36 40.16 59.71M60.53 37.76 42.61 63.89",
106
+ shapeRendering: "geometricPrecision"
107
+ })), /*#__PURE__*/_react["default"].createElement("path", {
108
+ d: "m23.44 35.27 4.28 15.26c9.76-2.48 9.86-6.33 15.52-7.73l16.36-4.05v-.04l-1.09-4.06v-.03l-16.43 3.96c-4.2.96-8.76-5.58-18.64-3.3v-.01Z",
109
+ fill: "#E0E1E9",
110
+ stroke: "#6C6E79",
111
+ strokeWidth: ".7",
112
+ strokeLinecap: "round",
113
+ strokeLinejoin: "round",
114
+ shapeRendering: "geometricPrecision"
115
+ }));
116
+ }
117
+
118
+ FunnelChart.displayName = 'FunnelChart';
119
+
120
+ var _default = (0, _core.createBaseComponent)(FunnelChart);
121
+
122
+ exports["default"] = _default;
@@ -0,0 +1,101 @@
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 FunnelChart({
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: "M77.88 38.19C77.88 17.65 61.13 1 40.48 1S3 17.65 3 38.19a37.03 37.03 0 0 0 15.62 30.2l-3.47 9.4c-.26.6.26 1.21.87 1.21h48.84c.61 0 1.13-.6.87-1.2l-3.47-9.41a37.03 37.03 0 0 0 15.62-30.2Z",
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.02-.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.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
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.42-2.37 2.2 2.2 0 0 1 2.52 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.88a6.5 6.5 0 0 0-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
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.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
55
+ stroke: "#6C6E79",
56
+ strokeWidth: ".7",
57
+ strokeLinecap: "round",
58
+ strokeLinejoin: "round",
59
+ shapeRendering: "geometricPrecision"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ d: "M42.08 38.58c-4.2.95-8.76-5.58-18.64-3.3l6.02 21.47c9.72-2.55 10.33-10.29 14.48-11.39l16.33-4.1v-.04l-1.76-6.56v-.03l-16.43 3.96v0Z",
62
+ stroke: "#6C6E79",
63
+ strokeWidth: ".7",
64
+ strokeLinecap: "round",
65
+ strokeLinejoin: "round",
66
+ shapeRendering: "geometricPrecision"
67
+ }), /*#__PURE__*/React.createElement("mask", {
68
+ maskUnits: "userSpaceOnUse",
69
+ x: "23",
70
+ y: "34",
71
+ width: "38",
72
+ height: "24"
73
+ }, /*#__PURE__*/React.createElement("path", {
74
+ d: "M42.08 38.58c-4.2.96-8.76-5.58-18.64-3.3l6.02 21.47c9.72-2.55 10.33-10.29 14.48-11.39l16.33-4.1v-.04l-1.76-6.56v-.03s-16.4 3.95-16.43 3.97v-.02Z",
75
+ fill: "#D9D9D9",
76
+ stroke: "#000",
77
+ strokeWidth: ".7",
78
+ strokeLinecap: "round",
79
+ strokeLinejoin: "round",
80
+ shapeRendering: "geometricPrecision"
81
+ })), /*#__PURE__*/React.createElement("g", {
82
+ mask: "url(#a)",
83
+ stroke: "#6C6E79",
84
+ strokeWidth: ".7",
85
+ strokeMiterlimit: "10"
86
+ }, /*#__PURE__*/React.createElement("path", {
87
+ d: "M40.71 35.7 27.5 54.96M44.46 37.96 29.93 59.13M49.24 38.74 33.88 61.12M55.5 37.36 40.16 59.71M60.53 37.76 42.61 63.89",
88
+ shapeRendering: "geometricPrecision"
89
+ })), /*#__PURE__*/React.createElement("path", {
90
+ d: "m23.44 35.27 4.28 15.26c9.76-2.48 9.86-6.33 15.52-7.73l16.36-4.05v-.04l-1.09-4.06v-.03l-16.43 3.96c-4.2.96-8.76-5.58-18.64-3.3v-.01Z",
91
+ fill: "#E0E1E9",
92
+ stroke: "#6C6E79",
93
+ strokeWidth: ".7",
94
+ strokeLinecap: "round",
95
+ strokeLinejoin: "round",
96
+ shapeRendering: "geometricPrecision"
97
+ }));
98
+ }
99
+
100
+ FunnelChart.displayName = 'FunnelChart';
101
+ export default createBaseComponent(FunnelChart);
@@ -0,0 +1,5 @@
1
+
2
+ import { Box } from '@semcore/flex-box';
3
+ declare const _default: typeof Box;
4
+ export default _default;
5
+