@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,265 @@
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 ProjectNotFound({
8
+ fill = 'none',
9
+ width = '260',
10
+ height = '260',
11
+ viewBox = '0 0 260 260',
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: "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",
23
+ fill: "#FF788F",
24
+ shapeRendering: "geometricPrecision"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "m253 165.94-188.97 55.3L7 197.06v-6.8l246-31.74v7.42Z",
27
+ fill: "#FF788F",
28
+ stroke: "#000",
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round",
31
+ shapeRendering: "geometricPrecision"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "m65.4 207.93-1.37 5.54v7.77L253 165.94v-7.42L65.4 207.93Z",
34
+ fill: "#000",
35
+ stroke: "#000",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ shapeRendering: "geometricPrecision"
39
+ }), /*#__PURE__*/React.createElement("path", {
40
+ d: "M253 158.52 64.03 213.47 7 190.25l168.94-47.6L253 158.52Z",
41
+ fill: "#FF788F",
42
+ stroke: "#000",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ shapeRendering: "geometricPrecision"
46
+ }), /*#__PURE__*/React.createElement("path", {
47
+ 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",
48
+ fill: "#000",
49
+ stroke: "#000",
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round",
52
+ shapeRendering: "geometricPrecision"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ d: "m204.83 169.01-47.5-11.53-12.36-82.24 45.44 4.28 14.42 89.49Z",
55
+ fill: "#FF788F",
56
+ stroke: "#000",
57
+ strokeLinecap: "round",
58
+ strokeLinejoin: "round",
59
+ shapeRendering: "geometricPrecision"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ 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",
62
+ fill: "#FF788F",
63
+ stroke: "#000",
64
+ strokeLinecap: "round",
65
+ strokeLinejoin: "round",
66
+ shapeRendering: "geometricPrecision"
67
+ }), /*#__PURE__*/React.createElement("path", {
68
+ d: "M192.57 45.64v2.61",
69
+ stroke: "#fff",
70
+ strokeLinecap: "round",
71
+ strokeLinejoin: "round",
72
+ shapeRendering: "geometricPrecision"
73
+ }), /*#__PURE__*/React.createElement("path", {
74
+ d: "M192.57 53.56V167.5",
75
+ stroke: "#fff",
76
+ strokeLinecap: "round",
77
+ strokeLinejoin: "round",
78
+ strokeDasharray: "5.18 5.18",
79
+ shapeRendering: "geometricPrecision"
80
+ }), /*#__PURE__*/React.createElement("path", {
81
+ d: "M192.57 170.16v2.61c-.69.54-1.42 1.03-2.19 1.44",
82
+ stroke: "#fff",
83
+ strokeLinecap: "round",
84
+ strokeLinejoin: "round",
85
+ shapeRendering: "geometricPrecision"
86
+ }), /*#__PURE__*/React.createElement("path", {
87
+ d: "M185.58 176.3a113.35 113.35 0 0 1-17.82 4.32",
88
+ stroke: "#fff",
89
+ strokeLinecap: "round",
90
+ strokeLinejoin: "round",
91
+ strokeDasharray: "5.13 5.13",
92
+ shapeRendering: "geometricPrecision"
93
+ }), /*#__PURE__*/React.createElement("path", {
94
+ d: "m165.17 181.06-2.6.42v-2.63",
95
+ stroke: "#fff",
96
+ strokeLinecap: "round",
97
+ strokeLinejoin: "round",
98
+ shapeRendering: "geometricPrecision"
99
+ }), /*#__PURE__*/React.createElement("path", {
100
+ d: "M162.57 173.5V58.73",
101
+ stroke: "#fff",
102
+ strokeLinecap: "round",
103
+ strokeLinejoin: "round",
104
+ strokeDasharray: "5.22 5.22",
105
+ shapeRendering: "geometricPrecision"
106
+ }), /*#__PURE__*/React.createElement("path", {
107
+ d: "M162.57 56.05v-2.62M89.92 158.54v2.62l2.52.7",
108
+ stroke: "#fff",
109
+ strokeLinecap: "round",
110
+ strokeLinejoin: "round",
111
+ shapeRendering: "geometricPrecision"
112
+ }), /*#__PURE__*/React.createElement("path", {
113
+ d: "m97.64 163.32 59.8 16.72",
114
+ stroke: "#fff",
115
+ strokeLinecap: "round",
116
+ strokeLinejoin: "round",
117
+ strokeDasharray: "5.28 5.28",
118
+ shapeRendering: "geometricPrecision"
119
+ }), /*#__PURE__*/React.createElement("path", {
120
+ d: "m160.05 180.76 2.52.71v-2.62",
121
+ stroke: "#fff",
122
+ strokeLinecap: "round",
123
+ strokeLinejoin: "round",
124
+ shapeRendering: "geometricPrecision"
125
+ }), /*#__PURE__*/React.createElement("path", {
126
+ d: "M162.57 173.5V58.73",
127
+ stroke: "#fff",
128
+ strokeLinecap: "round",
129
+ strokeLinejoin: "round",
130
+ strokeDasharray: "5.22 5.22",
131
+ shapeRendering: "geometricPrecision"
132
+ }), /*#__PURE__*/React.createElement("path", {
133
+ d: "M162.57 56.05v-2.62l-2.62-.15",
134
+ stroke: "#fff",
135
+ strokeLinecap: "round",
136
+ strokeLinejoin: "round",
137
+ shapeRendering: "geometricPrecision"
138
+ }), /*#__PURE__*/React.createElement("path", {
139
+ d: "m154.77 53.02-60.89-2.36",
140
+ stroke: "#fff",
141
+ strokeLinecap: "round",
142
+ strokeLinejoin: "round",
143
+ strokeDasharray: "5.08 5.08",
144
+ shapeRendering: "geometricPrecision"
145
+ }), /*#__PURE__*/React.createElement("path", {
146
+ d: "M89.92 49.6v2.62",
147
+ stroke: "#fff",
148
+ strokeLinecap: "round",
149
+ strokeLinejoin: "round",
150
+ shapeRendering: "geometricPrecision"
151
+ }), /*#__PURE__*/React.createElement("path", {
152
+ d: "M89.92 57.28v98.73",
153
+ stroke: "#fff",
154
+ strokeLinecap: "round",
155
+ strokeLinejoin: "round",
156
+ strokeDasharray: "4.95 4.95",
157
+ shapeRendering: "geometricPrecision"
158
+ }), /*#__PURE__*/React.createElement("path", {
159
+ 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",
160
+ fill: "#fff",
161
+ shapeRendering: "geometricPrecision"
162
+ }), /*#__PURE__*/React.createElement("path", {
163
+ d: "M89.92 49.6c9.07-2 21.1-5.43 26.6-6.78",
164
+ stroke: "#fff",
165
+ strokeLinecap: "round",
166
+ strokeLinejoin: "round",
167
+ strokeDasharray: "4.75 4.75",
168
+ shapeRendering: "geometricPrecision"
169
+ }), /*#__PURE__*/React.createElement("path", {
170
+ d: "m116.52 42.83 2.63.1",
171
+ stroke: "#fff",
172
+ strokeLinecap: "round",
173
+ strokeLinejoin: "round",
174
+ shapeRendering: "geometricPrecision"
175
+ }), /*#__PURE__*/React.createElement("path", {
176
+ d: "m124.59 43.12 62.63 2.32",
177
+ stroke: "#fff",
178
+ strokeLinecap: "round",
179
+ strokeLinejoin: "round",
180
+ strokeDasharray: "5.33 5.33",
181
+ shapeRendering: "geometricPrecision"
182
+ }), /*#__PURE__*/React.createElement("path", {
183
+ d: "m189.94 45.55 2.63.09",
184
+ stroke: "#fff",
185
+ strokeLinecap: "round",
186
+ strokeLinejoin: "round",
187
+ shapeRendering: "geometricPrecision"
188
+ }), /*#__PURE__*/React.createElement("path", {
189
+ d: "M192.52 45.96c-4.84 1.6-18.4 5.73-29.95 7.5",
190
+ stroke: "#fff",
191
+ strokeLinecap: "round",
192
+ strokeLinejoin: "round",
193
+ strokeDasharray: "5.14 5.14",
194
+ shapeRendering: "geometricPrecision"
195
+ }), /*#__PURE__*/React.createElement("path", {
196
+ d: "m104.07 188.7-44.05 12.67 3.23-29.9 33.58-3.63 7.24 20.87Z",
197
+ fill: "#000",
198
+ stroke: "#FF788F",
199
+ strokeLinecap: "round",
200
+ strokeLinejoin: "round",
201
+ shapeRendering: "geometricPrecision"
202
+ }), /*#__PURE__*/React.createElement("path", {
203
+ d: "m60.02 201.37 3.23-29.9-17.18-5.45-7.64 27.04 21.59 8.31Z",
204
+ fill: "#000",
205
+ stroke: "#FF788F",
206
+ strokeLinecap: "round",
207
+ strokeLinejoin: "round",
208
+ shapeRendering: "geometricPrecision"
209
+ }), /*#__PURE__*/React.createElement("path", {
210
+ 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",
211
+ fill: "#FF788F",
212
+ shapeRendering: "geometricPrecision"
213
+ }), /*#__PURE__*/React.createElement("path", {
214
+ 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",
215
+ fill: "#fff",
216
+ shapeRendering: "geometricPrecision"
217
+ }), /*#__PURE__*/React.createElement("path", {
218
+ 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",
219
+ stroke: "#000",
220
+ strokeLinecap: "round",
221
+ strokeLinejoin: "round",
222
+ shapeRendering: "geometricPrecision"
223
+ }), /*#__PURE__*/React.createElement("path", {
224
+ 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",
225
+ fill: "#FF788F",
226
+ stroke: "#000",
227
+ strokeLinecap: "round",
228
+ strokeLinejoin: "round",
229
+ shapeRendering: "geometricPrecision"
230
+ }), /*#__PURE__*/React.createElement("path", {
231
+ 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",
232
+ fill: "#fff",
233
+ shapeRendering: "geometricPrecision"
234
+ }), /*#__PURE__*/React.createElement("path", {
235
+ d: "M82.05 163.1v3.48M82.05 112.87v3.49M62.35 142.95l-2.95.48M104.69 136.03l-2.95.48",
236
+ stroke: "#FF788F",
237
+ strokeLinecap: "round",
238
+ strokeLinejoin: "round",
239
+ shapeRendering: "geometricPrecision"
240
+ }), /*#__PURE__*/React.createElement("path", {
241
+ 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",
242
+ fill: "#FF788F",
243
+ shapeRendering: "geometricPrecision"
244
+ }), /*#__PURE__*/React.createElement("path", {
245
+ 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",
246
+ fill: "#FF788F",
247
+ shapeRendering: "geometricPrecision"
248
+ }), /*#__PURE__*/React.createElement("path", {
249
+ 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",
250
+ fill: "#000",
251
+ stroke: "#000",
252
+ strokeMiterlimit: "10",
253
+ shapeRendering: "geometricPrecision"
254
+ }), /*#__PURE__*/React.createElement("path", {
255
+ 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",
256
+ fill: "#000",
257
+ stroke: "#FF788F",
258
+ strokeLinecap: "round",
259
+ strokeLinejoin: "round",
260
+ shapeRendering: "geometricPrecision"
261
+ }));
262
+ }
263
+
264
+ ProjectNotFound.displayName = 'ProjectNotFound';
265
+ export default createBaseComponent(ProjectNotFound);
@@ -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,118 @@
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 RadarChart(_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.04 1.9v2.48A35.68 35.68 0 0 0 4.38 40.04H1.9c-.5 0-.91.41-.91.9A38.95 38.95 0 0 0 39.05 79c.5 0 .9-.41.9-.9v-2.48a35.68 35.68 0 0 0 35.67-35.66h2.47c.5 0 .91-.41.91-.9A38.95 38.95 0 0 0 40.95 1c-.5 0-.9.41-.9.9Z",
41
+ fill: "#E0E1E9",
42
+ shapeRendering: "geometricPrecision"
43
+ }), /*#__PURE__*/_react["default"].createElement("path", {
44
+ d: "M65.92 57.62s.1-.06.12-.09l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.51l-1.4-3.12-3.4 5.88a6.5 6.5 0 0 0-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.2.75-.35l.05-.03.01-.01Z",
45
+ fill: "#E0E1E9",
46
+ stroke: "#6C6E79",
47
+ strokeWidth: ".7",
48
+ strokeLinecap: "round",
49
+ strokeLinejoin: "round",
50
+ shapeRendering: "geometricPrecision"
51
+ }), /*#__PURE__*/_react["default"].createElement("path", {
52
+ d: "m71.77 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.87-8.75a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
53
+ fill: "#fff",
54
+ shapeRendering: "geometricPrecision"
55
+ }), /*#__PURE__*/_react["default"].createElement("path", {
56
+ d: "M65.45 18.82 11.06 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
57
+ fill: "#6C6E79",
58
+ shapeRendering: "geometricPrecision"
59
+ }), /*#__PURE__*/_react["default"].createElement("path", {
60
+ d: "M18.4 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z",
61
+ fill: "#fff",
62
+ shapeRendering: "geometricPrecision"
63
+ }), /*#__PURE__*/_react["default"].createElement("path", {
64
+ d: "M25.38 21.96c.29 1.06-.33 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z",
65
+ fill: "#E0E1E9",
66
+ shapeRendering: "geometricPrecision"
67
+ }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
69
+ fill: "#6C6E79",
70
+ shapeRendering: "geometricPrecision"
71
+ }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ d: "m71.77 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.87-8.75a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
73
+ stroke: "#6C6E79",
74
+ strokeWidth: ".7",
75
+ strokeLinecap: "round",
76
+ strokeLinejoin: "round",
77
+ shapeRendering: "geometricPrecision"
78
+ }), /*#__PURE__*/_react["default"].createElement("path", {
79
+ d: "M40.8 31.46c.22.83-.37 1.7-1.32 1.92-.95.23-1.93-.27-2.15-1.11-.23-.85.36-1.71 1.33-1.93.96-.21 1.91.28 2.14 1.12ZM29.3 48.12c.22.84-.37 1.72-1.35 1.95-.99.24-1.97-.25-2.2-1.09-.25-.84.37-1.73 1.34-1.97.97-.23 1.96.26 2.2 1.1h0ZM44.35 51.26c.23.84-.36 1.71-1.32 1.96-.96.25-1.93-.23-2.16-1.07-.22-.84.37-1.72 1.33-1.96.96-.23 1.93.24 2.15 1.07ZM62.88 46.53c.21.82-.36 1.68-1.29 1.92-.93.25-1.87-.22-2.08-1.04-.22-.83.35-1.69 1.28-1.93s1.86.24 2.09 1.06v0ZM54.72 36.83c.21.82-.36 1.67-1.29 1.91s-1.87-.25-2.1-1.08c-.22-.83.36-1.68 1.3-1.91.94-.23 1.87.26 2.09 1.08Z",
80
+ fill: "#6C6E79",
81
+ stroke: "#6C6E79",
82
+ strokeWidth: ".7",
83
+ strokeLinecap: "round",
84
+ strokeLinejoin: "round",
85
+ shapeRendering: "geometricPrecision"
86
+ }), /*#__PURE__*/_react["default"].createElement("path", {
87
+ d: "m38.98 31.85-11.45 16.7 15.07 3.16 18.59-4.46-8.16-10-14.05-5.4Z",
88
+ stroke: "#6C6E79",
89
+ strokeWidth: ".7",
90
+ strokeLinecap: "round",
91
+ strokeLinejoin: "round",
92
+ shapeRendering: "geometricPrecision"
93
+ }), /*#__PURE__*/_react["default"].createElement("mask", {
94
+ maskUnits: "userSpaceOnUse",
95
+ x: "27",
96
+ y: "31",
97
+ width: "35",
98
+ height: "21"
99
+ }, /*#__PURE__*/_react["default"].createElement("path", {
100
+ d: "m38.98 31.85-11.45 16.7 15.07 3.16 18.59-4.46-8.16-10-14.05-5.4Z",
101
+ fill: "#D9D9D9",
102
+ shapeRendering: "geometricPrecision"
103
+ })), /*#__PURE__*/_react["default"].createElement("g", {
104
+ mask: "url(#a)",
105
+ stroke: "#6C6E79",
106
+ strokeWidth: ".7",
107
+ strokeMiterlimit: "10"
108
+ }, /*#__PURE__*/_react["default"].createElement("path", {
109
+ d: "M44.36 31.75 31.13 51.03M48.1 34.03 33.6 55.2M52.88 34.8 37.53 57.17M57.03 36.5 43.81 55.78M60.78 38.77 46.27 59.94",
110
+ shapeRendering: "geometricPrecision"
111
+ })));
112
+ }
113
+
114
+ RadarChart.displayName = 'RadarChart';
115
+
116
+ var _default = (0, _core.createBaseComponent)(RadarChart);
117
+
118
+ exports["default"] = _default;
@@ -0,0 +1,97 @@
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 RadarChart({
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.04 1.9v2.48A35.68 35.68 0 0 0 4.38 40.04H1.9c-.5 0-.91.41-.91.9A38.95 38.95 0 0 0 39.05 79c.5 0 .9-.41.9-.9v-2.48a35.68 35.68 0 0 0 35.67-35.66h2.47c.5 0 .91-.41.91-.9A38.95 38.95 0 0 0 40.95 1c-.5 0-.9.41-.9.9Z",
23
+ fill: "#E0E1E9",
24
+ shapeRendering: "geometricPrecision"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M65.92 57.62s.1-.06.12-.09l6.5-4.32-3.14-1.7-3.13.76-8.3-31.68a5.7 5.7 0 0 0-6.68-4.15L11.7 24.51l-1.4-3.12-3.4 5.88a6.5 6.5 0 0 0-.22.37v.02a5.64 5.64 0 0 0-.46 4.25l10.44 36.64a2.59 2.59 0 0 0 3.18 1.8L65.11 58c.27-.08.52-.2.75-.35l.05-.03.01-.01Z",
27
+ fill: "#E0E1E9",
28
+ stroke: "#6C6E79",
29
+ strokeWidth: ".7",
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round",
32
+ shapeRendering: "geometricPrecision"
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "m71.77 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.87-8.75a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
35
+ fill: "#fff",
36
+ shapeRendering: "geometricPrecision"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M65.45 18.82 11.06 30.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L57.2 9.77a6.02 6.02 0 0 1 7.03 4.38l1.22 4.67Z",
39
+ fill: "#6C6E79",
40
+ shapeRendering: "geometricPrecision"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ d: "M18.4 23.43a1.87 1.87 0 0 1-1.42 2.36 2.2 2.2 0 0 1-2.53-1.52 1.87 1.87 0 0 1 1.43-2.37 2.2 2.2 0 0 1 2.51 1.54v-.01Z",
43
+ fill: "#fff",
44
+ shapeRendering: "geometricPrecision"
45
+ }), /*#__PURE__*/React.createElement("path", {
46
+ d: "M25.38 21.96c.29 1.06-.33 2.1-1.4 2.33a2.15 2.15 0 0 1-2.47-1.52 1.85 1.85 0 0 1 1.4-2.35 2.14 2.14 0 0 1 2.47 1.53Z",
47
+ fill: "#E0E1E9",
48
+ shapeRendering: "geometricPrecision"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M11.09 30.86s.32-3.15.6-6.39l-1.37-3.08-3.42 5.88-.21.37v.02a5.64 5.64 0 0 0-.46 4.25l1.4 4.9 3.46-5.96v.01Z",
51
+ fill: "#6C6E79",
52
+ shapeRendering: "geometricPrecision"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ d: "m71.77 53.55-47.67 13a2.73 2.73 0 0 1-3.35-1.89l-11-38.59a6.03 6.03 0 0 1 4.6-7.55l42.87-8.75a6.02 6.02 0 0 1 7.03 4.38l9.44 36.07a2.73 2.73 0 0 1-1.92 3.33Z",
55
+ stroke: "#6C6E79",
56
+ strokeWidth: ".7",
57
+ strokeLinecap: "round",
58
+ strokeLinejoin: "round",
59
+ shapeRendering: "geometricPrecision"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ d: "M40.8 31.46c.22.83-.37 1.7-1.32 1.92-.95.23-1.93-.27-2.15-1.11-.23-.85.36-1.71 1.33-1.93.96-.21 1.91.28 2.14 1.12ZM29.3 48.12c.22.84-.37 1.72-1.35 1.95-.99.24-1.97-.25-2.2-1.09-.25-.84.37-1.73 1.34-1.97.97-.23 1.96.26 2.2 1.1h0ZM44.35 51.26c.23.84-.36 1.71-1.32 1.96-.96.25-1.93-.23-2.16-1.07-.22-.84.37-1.72 1.33-1.96.96-.23 1.93.24 2.15 1.07ZM62.88 46.53c.21.82-.36 1.68-1.29 1.92-.93.25-1.87-.22-2.08-1.04-.22-.83.35-1.69 1.28-1.93s1.86.24 2.09 1.06v0ZM54.72 36.83c.21.82-.36 1.67-1.29 1.91s-1.87-.25-2.1-1.08c-.22-.83.36-1.68 1.3-1.91.94-.23 1.87.26 2.09 1.08Z",
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: "m38.98 31.85-11.45 16.7 15.07 3.16 18.59-4.46-8.16-10-14.05-5.4Z",
70
+ stroke: "#6C6E79",
71
+ strokeWidth: ".7",
72
+ strokeLinecap: "round",
73
+ strokeLinejoin: "round",
74
+ shapeRendering: "geometricPrecision"
75
+ }), /*#__PURE__*/React.createElement("mask", {
76
+ maskUnits: "userSpaceOnUse",
77
+ x: "27",
78
+ y: "31",
79
+ width: "35",
80
+ height: "21"
81
+ }, /*#__PURE__*/React.createElement("path", {
82
+ d: "m38.98 31.85-11.45 16.7 15.07 3.16 18.59-4.46-8.16-10-14.05-5.4Z",
83
+ fill: "#D9D9D9",
84
+ shapeRendering: "geometricPrecision"
85
+ })), /*#__PURE__*/React.createElement("g", {
86
+ mask: "url(#a)",
87
+ stroke: "#6C6E79",
88
+ strokeWidth: ".7",
89
+ strokeMiterlimit: "10"
90
+ }, /*#__PURE__*/React.createElement("path", {
91
+ d: "M44.36 31.75 31.13 51.03M48.1 34.03 33.6 55.2M52.88 34.8 37.53 57.17M57.03 36.5 43.81 55.78M60.78 38.77 46.27 59.94",
92
+ shapeRendering: "geometricPrecision"
93
+ })));
94
+ }
95
+
96
+ RadarChart.displayName = 'RadarChart';
97
+ export default createBaseComponent(RadarChart);
@@ -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,154 @@
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 RadialTreeChart(_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 ? '78' : _ref$width,
27
+ _ref$height = _ref.height,
28
+ height = _ref$height === void 0 ? '72' : _ref$height,
29
+ _ref$viewBox = _ref.viewBox,
30
+ viewBox = _ref$viewBox === void 0 ? '0 0 78 72' : _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: "M52.12 7.42H27.05a1 1 0 0 0-.99 1.01v6.42H.99a1 1 0 0 0-.99 1v15.4C0 53.08 17.04 71.23 38.5 71.5 60.33 71.77 78 53.9 78 31.8V1a1 1 0 0 0-1-1H52.94a1 1 0 0 0-.99 1v6.42h.18Z",
41
+ fill: "#E0E1E9",
42
+ shapeRendering: "geometricPrecision"
43
+ }), /*#__PURE__*/_react["default"].createElement("path", {
44
+ d: "M64.92 53.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.15L10.7 20.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.8L64.11 54c.27-.08.52-.21.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: "m70.76 49.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.55L56.2 5.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: "M64.45 14.82 10.06 26.76l-1.34-4.69a6.03 6.03 0 0 1 4.6-7.55L56.2 5.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: "M17.4 19.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.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: "M24.38 17.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",
65
+ fill: "#E0E1E9",
66
+ shapeRendering: "geometricPrecision"
67
+ }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ d: "M10.09 26.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",
69
+ fill: "#6C6E79",
70
+ shapeRendering: "geometricPrecision"
71
+ }), /*#__PURE__*/_react["default"].createElement("path", {
72
+ d: "m70.76 49.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.55L56.2 5.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: "m25.95 35.67-7.28 1.73a.79.79 0 0 1-.94-.55l-.94-3.37a.79.79 0 0 1 .58-.98l7.32-1.68a.8.8 0 0 1 .94.56l.92 3.3a.8.8 0 0 1-.58.99h-.02Z",
80
+ fill: "#6C6E79",
81
+ stroke: "#6C6E79",
82
+ strokeWidth: ".7",
83
+ strokeLinecap: "round",
84
+ strokeLinejoin: "round",
85
+ shapeRendering: "geometricPrecision"
86
+ }), /*#__PURE__*/_react["default"].createElement("path", {
87
+ d: "m44.2 26.87-7.3 1.73a.79.79 0 0 1-.93-.55l-.94-3.36a.79.79 0 0 1 .58-.98l7.32-1.69a.8.8 0 0 1 .94.56l.92 3.31a.8.8 0 0 1-.57.98h-.03ZM30.85 53.22l-7.18 1.9a.79.79 0 0 1-.96-.55l-.93-3.3a.78.78 0 0 1 .56-.97l7.21-1.85a.8.8 0 0 1 .96.55l.91 3.25a.78.78 0 0 1-.56.98l-.01-.01Z",
88
+ fill: "#E0E1E9",
89
+ stroke: "#6C6E79",
90
+ strokeWidth: ".7",
91
+ strokeLinecap: "round",
92
+ strokeLinejoin: "round",
93
+ shapeRendering: "geometricPrecision"
94
+ }), /*#__PURE__*/_react["default"].createElement("path", {
95
+ d: "m62.74 26.93-6.37 1.51a.79.79 0 0 1-.95-.56l-.83-3.11a.79.79 0 0 1 .59-.97l6.4-1.47c.4-.1.83.15.93.57l.82 3.07a.8.8 0 0 1-.59.97v-.01Z",
96
+ fill: "#6C6E79",
97
+ stroke: "#6C6E79",
98
+ strokeWidth: ".7",
99
+ strokeLinecap: "round",
100
+ strokeLinejoin: "round",
101
+ shapeRendering: "geometricPrecision"
102
+ }), /*#__PURE__*/_react["default"].createElement("path", {
103
+ d: "m67.16 43.62-6.29 1.66a.79.79 0 0 1-.96-.56l-.81-3.05a.8.8 0 0 1 .56-.97l6.31-1.62c.42-.1.86.14.96.56l.8 3.02c.1.42-.15.85-.57.96Z",
104
+ fill: "#E0E1E9",
105
+ stroke: "#6C6E79",
106
+ strokeWidth: ".7",
107
+ strokeLinecap: "round",
108
+ strokeLinejoin: "round",
109
+ shapeRendering: "geometricPrecision"
110
+ }), /*#__PURE__*/_react["default"].createElement("path", {
111
+ d: "m52.09 51.56-6.3 1.67a.79.79 0 0 1-.95-.56l-.81-3.05a.8.8 0 0 1 .56-.97l6.3-1.62c.43-.11.86.14.97.56l.79 3.01c.1.42-.14.86-.56.96Z",
112
+ fill: "#6C6E79",
113
+ stroke: "#6C6E79",
114
+ strokeWidth: ".7",
115
+ strokeLinecap: "round",
116
+ strokeLinejoin: "round",
117
+ shapeRendering: "geometricPrecision"
118
+ }), /*#__PURE__*/_react["default"].createElement("path", {
119
+ d: "m28.02 35.45 6.75 1.57M31.42 47.7l5.06-4.5M54.58 29.13l-4.8 4.26M41.2 29l1.3 4M45.35 42 47 46.5M57.73 40.94l-6.32-1.49",
120
+ stroke: "#6C6E79",
121
+ strokeWidth: ".7",
122
+ strokeLinecap: "round",
123
+ strokeLinejoin: "round",
124
+ shapeRendering: "geometricPrecision"
125
+ }), /*#__PURE__*/_react["default"].createElement("path", {
126
+ d: "m51.91 37.73-2.1-.52-.93-3.45a.8.8 0 0 0-.96-.56l-7.24 1.75-2.36-.59-.87-.34-1.54 2.31-.03.02a.81.81 0 0 0-.07.6l1.6 5.86c.13.4.55.66.96.55l11.48-2.9c.26-.06.37-.26.53-.49l1.53-2.24Z",
127
+ fill: "#E0E1E9",
128
+ stroke: "#6C6E79",
129
+ strokeWidth: ".7",
130
+ strokeLinecap: "round",
131
+ strokeLinejoin: "round",
132
+ shapeRendering: "geometricPrecision"
133
+ }), /*#__PURE__*/_react["default"].createElement("path", {
134
+ d: "M51.43 38.1 39.95 41a.78.78 0 0 1-.95-.55l-1.61-5.85a.78.78 0 0 1 .57-.98l11.53-2.78a.8.8 0 0 1 .95.56L52 37.14a.79.79 0 0 1-.57.97h0Z",
135
+ fill: "#fff",
136
+ stroke: "#6C6E79",
137
+ strokeWidth: ".7",
138
+ strokeLinecap: "round",
139
+ strokeLinejoin: "round",
140
+ shapeRendering: "geometricPrecision"
141
+ }), /*#__PURE__*/_react["default"].createElement("path", {
142
+ d: "M38.35 38 42 32.68M41.94 40.5l6.42-9.35M48.36 38.88l2.95-4.3",
143
+ stroke: "#6C6E79",
144
+ strokeWidth: ".7",
145
+ strokeMiterlimit: "10",
146
+ shapeRendering: "geometricPrecision"
147
+ }));
148
+ }
149
+
150
+ RadialTreeChart.displayName = 'RadialTreeChart';
151
+
152
+ var _default = (0, _core.createBaseComponent)(RadialTreeChart);
153
+
154
+ exports["default"] = _default;