@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,291 @@
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 Confirmation({
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: "M233.19 124.6c0-62.18-50.41-112.6-112.6-112.6C58.41 12 8 62.42 8 124.6c0 37.66 18.51 70.99 46.92 91.42l-10.4 28.34a2.8 2.8 0 0 0 2.62 3.77h146.9a2.8 2.8 0 0 0 2.64-3.77l-10.4-28.34a112.42 112.42 0 0 0 46.9-91.42Z",
23
+ fill: "#6EDAFF",
24
+ shapeRendering: "geometricPrecision"
25
+ }), /*#__PURE__*/React.createElement("mask", {
26
+ maskUnits: "userSpaceOnUse",
27
+ x: "8",
28
+ y: "12",
29
+ width: "226",
30
+ height: "237"
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ d: "M233.19 124.6c0-62.18-50.41-112.6-112.6-112.6C58.41 12 8 62.42 8 124.6c0 37.66 18.51 70.99 46.92 91.42l-10.4 28.34a2.8 2.8 0 0 0 2.62 3.77h146.9a2.8 2.8 0 0 0 2.64-3.77l-10.4-28.34a112.42 112.42 0 0 0 46.9-91.42Z",
33
+ fill: "#45DFA7",
34
+ shapeRendering: "geometricPrecision"
35
+ })), /*#__PURE__*/React.createElement("g", {
36
+ mask: "url(#a)"
37
+ }, /*#__PURE__*/React.createElement("path", {
38
+ d: "m80.77 159.45-.87 4.33c4.56 4.66.67 14.98 0 17.94l82.21-4.9c-3.7-2.59-21.64-20.83-20.38-32.26l-60.96 14.9v0Z",
39
+ fill: "#000",
40
+ stroke: "#000",
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round",
43
+ shapeRendering: "geometricPrecision"
44
+ }), /*#__PURE__*/React.createElement("path", {
45
+ d: "m118.56 179.4-7.33-10.17 2.47-7.33-6.4-8.93-26.53 6.48-8.65-2.2c5.24 5.06 8.44 21.5 7.78 24.46l38.66-2.3Z",
46
+ fill: "#fff",
47
+ stroke: "#000",
48
+ strokeLinecap: "round",
49
+ strokeLinejoin: "round",
50
+ shapeRendering: "geometricPrecision"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ d: "m84.46 87.64 1.6-1.74a87.84 87.84 0 0 1 11.45-17.07 3.2 3.2 0 0 1 4.98.17c5.53 7.35 3.12 24.66.18 54.71-7.69-7.9-5.78-13.28-13.47-21.18l-4.74-14.89h0Z",
53
+ fill: "#000",
54
+ stroke: "#000",
55
+ strokeLinecap: "round",
56
+ strokeLinejoin: "round",
57
+ shapeRendering: "geometricPrecision"
58
+ }), /*#__PURE__*/React.createElement("path", {
59
+ d: "m86.07 85.9-.52.57a49.69 49.69 0 0 0 11.18 13.3c.75.64-2.81-4.2-2.35-5.07 2.02-3.81 9.17-26.98 3.14-25.87a87.14 87.14 0 0 0-11.45 17.06v.01Z",
60
+ fill: "#fff",
61
+ stroke: "#000",
62
+ strokeLinecap: "round",
63
+ strokeLinejoin: "round",
64
+ shapeRendering: "geometricPrecision"
65
+ }), /*#__PURE__*/React.createElement("path", {
66
+ d: "M145.3 127.46a42.63 42.63 0 0 1-42.63 42.63c-30.57 0-42.62-27.01-42.62-42.63 0-23.54 13.13-46.3 42.62-42.62 27.39 3.41 42.63 19.08 42.63 42.62Z",
67
+ fill: "#000",
68
+ shapeRendering: "geometricPrecision"
69
+ }), /*#__PURE__*/React.createElement("path", {
70
+ d: "M113.18 112.1c1.53-4.68-.46-9.55-4.46-10.86-4-1.31-8.5 1.42-10.03 6.1-1.54 4.7.46 9.55 4.46 10.87 4 1.31 8.49-1.42 10.03-6.1Z",
71
+ fill: "#fff",
72
+ shapeRendering: "geometricPrecision"
73
+ }), /*#__PURE__*/React.createElement("path", {
74
+ d: "M107.42 109.86c.68-2.07.1-4.12-1.27-4.57-1.39-.45-3.06.86-3.74 2.93-.68 2.07-.1 4.11 1.27 4.57 1.39.45 3.06-.86 3.74-2.93Z",
75
+ fill: "#000",
76
+ shapeRendering: "geometricPrecision"
77
+ }), /*#__PURE__*/React.createElement("path", {
78
+ d: "M79.35 105.08c-1.69 4.65-5.16 7.86-8.43 6.8-3.28-1.08-4.68-5.77-3.14-10.47 1.54-4.7 5.45-7.64 8.73-6.56 3.28 1.07 4.74 4.98 2.84 10.23Z",
79
+ fill: "#fff",
80
+ shapeRendering: "geometricPrecision"
81
+ }), /*#__PURE__*/React.createElement("path", {
82
+ d: "M75.29 103.87c.68-2.07.1-4.12-1.27-4.57-1.39-.45-3.06.86-3.74 2.93-.68 2.07-.1 4.11 1.28 4.57 1.38.45 3.05-.86 3.73-2.93Z",
83
+ fill: "#000",
84
+ shapeRendering: "geometricPrecision"
85
+ }), /*#__PURE__*/React.createElement("path", {
86
+ d: "M104.46 133.26c-.75-6.52-5.36-4.72-9.96-14.95-3.2-7.12-1.5-13.66-7.1-15.1-6.12-1.57-8.26 8.1-13.7 12.7-6.18 5.21-9.37 2.85-12.43 8.85-2.76 5.39 1.16 17.52 6.69 27.2 1.47 2.2 3.17 4.31 5.1 6.27 2.02 2.05 3.68 5.27 6.22 6.9.7.44 2.97.94 3.71 1.34 5.64 3.11 11.53 3.62 19.68 3.62 2.94 0 5.8-.3 8.56-.86-13.8-13.14-5.92-28.56-6.77-35.97Z",
87
+ fill: "#fff",
88
+ shapeRendering: "geometricPrecision"
89
+ }), /*#__PURE__*/React.createElement("path", {
90
+ d: "M77.94 113.74c-.67 1.25.87 4.76 3.07 5.34 2.6.67 5.08-1.65 5.47-3.08.61-2.26-7.95-3.38-8.54-2.26v0Z",
91
+ fill: "#000",
92
+ stroke: "#000",
93
+ strokeLinecap: "round",
94
+ strokeLinejoin: "round",
95
+ shapeRendering: "geometricPrecision"
96
+ }), /*#__PURE__*/React.createElement("path", {
97
+ d: "M81.26 119.22a7.47 7.47 0 0 1-6.07 3.79 6.07 6.07 0 0 0 1.22 4.44c.23.28 1.36 1.69 3.11 1.95 2.25.33 4.78-1.34 6-4.2a5.99 5.99 0 0 1-1.82-1c-2.13-1.7-2.4-4.33-2.43-4.98Z",
98
+ fill: "#000",
99
+ shapeRendering: "geometricPrecision"
100
+ }), /*#__PURE__*/React.createElement("path", {
101
+ d: "M74.78 161c-.81-1.4-1.9-2.96-2.17-3.24-8.76-9.15-12.57-21.52-12.57-30.3 0-23.54 13.14-46.3 42.63-42.62 27.38 3.41 42.62 19.08 42.62 42.62a42.64 42.64 0 0 1-33.14 41.57",
102
+ stroke: "#000",
103
+ strokeLinecap: "round",
104
+ strokeLinejoin: "round",
105
+ shapeRendering: "geometricPrecision"
106
+ }), /*#__PURE__*/React.createElement("path", {
107
+ d: "m117.45 90.6 1.6-1.74a87.83 87.83 0 0 1 11.45-17.07 3.2 3.2 0 0 1 4.98.18c5.53 7.34 12.72 27.19 9.78 57.25l-23.06-23.73-4.75-14.88Z",
108
+ fill: "#000",
109
+ stroke: "#000",
110
+ strokeLinecap: "round",
111
+ strokeLinejoin: "round",
112
+ shapeRendering: "geometricPrecision"
113
+ }), /*#__PURE__*/React.createElement("path", {
114
+ d: "M119.32 88.36s5.26-.13 11.3 11.11c.47.88 1.58 1.36 2.05.49 2.01-3.82 3.87-29.27-2.17-28.16a87.23 87.23 0 0 0-11.18 16.56Z",
115
+ fill: "#fff",
116
+ stroke: "#000",
117
+ strokeLinecap: "round",
118
+ strokeLinejoin: "round",
119
+ shapeRendering: "geometricPrecision"
120
+ }), /*#__PURE__*/React.createElement("path", {
121
+ d: "M114.69 195.08a70 70 0 1 0 0-139.99 70 70 0 0 0 0 139.99Z",
122
+ stroke: "#fff",
123
+ strokeLinecap: "round",
124
+ strokeLinejoin: "round",
125
+ shapeRendering: "geometricPrecision"
126
+ }), /*#__PURE__*/React.createElement("path", {
127
+ d: "M183.46 183.37c-.85-.13-.84-3.97-1-4.83a105.62 105.62 0 0 1 .23-36.87c1.3-5.32 4.16-5.12 4.86-10.8 5.15-41.44-20.19-73.9-55.85-77.11 24.9 3.68 32.46 83.42 32.66 93.33-15.9 14.72-65.13 29.06-105.47 20.25-4 0 2.65 14.75 2.65 14.75l11.52 9.18a287.65 287.65 0 0 0 35.26 72.58l101.18 4.4-3.04-51.64c-4.53-9.64-15.79-32.12-23-33.24h0Z",
128
+ fill: "#fff",
129
+ stroke: "#000",
130
+ strokeLinecap: "round",
131
+ strokeLinejoin: "round",
132
+ shapeRendering: "geometricPrecision"
133
+ }), /*#__PURE__*/React.createElement("path", {
134
+ d: "M190.53 188.94c-2.53-3.1-4.97-5.24-7.07-5.57-.78-.13-.83-3.4-.96-4.57l-22.1 15.82c6.75-1.14 26.86-7.18 30.13-5.69v.01Z",
135
+ fill: "#000",
136
+ shapeRendering: "geometricPrecision"
137
+ }), /*#__PURE__*/React.createElement("path", {
138
+ d: "M152.75 263.14c-12.8-21.93-4.54-46.11 10.11-52.54 8.59-3.77 19.6-2.94 28.76 8.62 1.18 1.48 3.57-1.53 5.04-.24-11.98-19.48-32.27-20.2-44.71-13.7-15.92 8.32-23.28 36.77-6 59.1l6.8-1.24v0Z",
139
+ fill: "#fff",
140
+ stroke: "#000",
141
+ strokeLinecap: "round",
142
+ strokeLinejoin: "round",
143
+ shapeRendering: "geometricPrecision"
144
+ }), /*#__PURE__*/React.createElement("path", {
145
+ d: "M113 254.07a108.85 108.85 0 0 1-25.98-45.5",
146
+ stroke: "#000",
147
+ strokeLinecap: "round",
148
+ strokeLinejoin: "round",
149
+ shapeRendering: "geometricPrecision"
150
+ }), /*#__PURE__*/React.createElement("path", {
151
+ d: "M180.72 170.09c-5.2 0-11.83 4-19.92 7.4-32.26 13.55-80.77 20.66-87.74 13.77l4.82 13.7c12.21 13.53 95.67-11 105.58-21.6 4.8-4.07 2-13.27-2.74-13.27Z",
152
+ fill: "#fff",
153
+ stroke: "#000",
154
+ strokeLinecap: "round",
155
+ strokeLinejoin: "round",
156
+ shapeRendering: "geometricPrecision"
157
+ }), /*#__PURE__*/React.createElement("path", {
158
+ d: "m162.11 139.42-.92 1c3.2-1.27 9.66-2.53 12.87-3.8C176.1 76.6 137.8 38.1 95.14 48.47c-27.31 6.63-27.91 25.18-27.91 25.18 1.76-1.65 7.35-5.93 7.36-5.92 38.45-30.41 86.24 2 87.52 71.7Z",
159
+ fill: "#fff",
160
+ shapeRendering: "geometricPrecision"
161
+ }), /*#__PURE__*/React.createElement("path", {
162
+ d: "M170.67 103.17c-10.18-40.12-41.47-62.99-75.53-54.71-27.31 6.63-27.91 25.18-27.91 25.18 1.76-1.65 6.17-5.04 6.17-5.03l1.18-.88c40.84-29.07 86.25 2 87.53 71.7l-.92.99c3.2-1.27 9.66-2.52 12.87-3.79.32-9.42-.35-18.31-1.88-26.57",
163
+ stroke: "#000",
164
+ strokeLinecap: "round",
165
+ strokeLinejoin: "round",
166
+ shapeRendering: "geometricPrecision"
167
+ }), /*#__PURE__*/React.createElement("path", {
168
+ d: "M67.52 79.59c-4.19.84-7.23 5.35-9 8.5-3.19 5.75-5.56 12.82-2.46 13.97 1.38.52 4.33.27 12.88-10.31 4.88-6.04 7.05-7.76 6.51-9.38-.75-2.27-4.81-3.4-7.93-2.78ZM55.98 107.78c-.76-1.2-2.13-2.2-3.23-.95-2.38 2.76-3.15 9.56-.57 9.56 1.74 0 4.94-6.81 3.8-8.61ZM43.97 57.98l.87 3.95a6.45 6.45 0 0 0 3.65 4.57l1.82.8c.35.15.35.7 0 .85l-1.82.8c-1.83.8-3.19 2.5-3.65 4.57l-.87 3.95a.42.42 0 0 1-.83 0l-.87-3.95a6.45 6.45 0 0 0-3.65-4.58l-1.82-.8c-.35-.15-.35-.69 0-.84l1.82-.8c1.83-.8 3.19-2.5 3.65-4.57l.87-3.95c.1-.47.73-.47.83 0ZM160.73 32.6l.7 3.18a5.2 5.2 0 0 0 2.94 3.68l1.46.64c.29.12.29.56 0 .69l-1.46.63a5.2 5.2 0 0 0-2.94 3.68l-.7 3.18a.34.34 0 0 1-.67 0l-.7-3.18a5.2 5.2 0 0 0-2.94-3.68l-1.46-.63c-.29-.13-.29-.56 0-.69l1.46-.64a5.2 5.2 0 0 0 2.94-3.68l.7-3.18a.34.34 0 0 1 .67 0Z",
169
+ fill: "#fff",
170
+ shapeRendering: "geometricPrecision"
171
+ }), /*#__PURE__*/React.createElement("path", {
172
+ d: "m37.8 159.66 1.46 6.63a10.84 10.84 0 0 0 6.13 7.68l3.05 1.33c.6.26.6 1.17 0 1.43l-3.05 1.33a10.85 10.85 0 0 0-6.13 7.68l-1.46 6.63a.7.7 0 0 1-1.4 0l-1.46-6.63a10.84 10.84 0 0 0-6.13-7.68l-3.04-1.33c-.6-.26-.6-1.17 0-1.43l3.04-1.33a10.85 10.85 0 0 0 6.13-7.68l1.46-6.63a.7.7 0 0 1 1.4 0Z",
173
+ fill: "#fff",
174
+ stroke: "#6EDAFF",
175
+ strokeLinecap: "round",
176
+ strokeLinejoin: "round",
177
+ shapeRendering: "geometricPrecision"
178
+ }), /*#__PURE__*/React.createElement("path", {
179
+ d: "M98.1 181.57c1.08-.33 1.5-2.07.94-3.89-.56-1.8-1.9-3-2.98-2.67-1.08.34-1.5 2.08-.95 3.9.56 1.8 1.9 3 2.98 2.66ZM106.63 180.97c1.33-.42 1.86-2.55 1.17-4.77-.69-2.22-2.33-3.69-3.66-3.27-1.33.4-1.86 2.54-1.17 4.76.69 2.22 2.33 3.69 3.66 3.28Z",
180
+ fill: "#6EDAFF",
181
+ shapeRendering: "geometricPrecision"
182
+ }), /*#__PURE__*/React.createElement("path", {
183
+ d: "M83.84 171.62a24.23 24.23 0 0 1 2.67 9.56c.4 4.87-.53 9.35-2.35 12.65M89.93 171.9a36.3 36.3 0 0 1 1.81 9c.38 4.65-.07 9.05-1.18 12.9M117.48 175.03c12.03-2.65 46.15-11.9 48.25-18.94",
184
+ stroke: "#000",
185
+ strokeLinecap: "round",
186
+ strokeLinejoin: "round",
187
+ shapeRendering: "geometricPrecision"
188
+ }), /*#__PURE__*/React.createElement("path", {
189
+ d: "M80.96 182.16c-1.02-5.52-5.24-9.7-9.51-9.5l-6.4.03.78 4.12a11.52 11.52 0 0 0-.67 6.78 13.3 13.3 0 0 0 3.16 6.49l.56 2.98 5.56.03.51-.03c4.37-.4 7.06-5.28 6.01-10.9v0Z",
190
+ fill: "#fff",
191
+ stroke: "#000",
192
+ strokeLinecap: "round",
193
+ strokeLinejoin: "round",
194
+ shapeRendering: "geometricPrecision"
195
+ }), /*#__PURE__*/React.createElement("path", {
196
+ d: "M70.17 192.8c4.13-1.31 6.07-6.83 4.33-12.31-1.75-5.5-6.51-8.88-10.65-7.57-4.13 1.32-6.07 6.83-4.33 12.32 1.75 5.5 6.51 8.88 10.65 7.56Z",
197
+ fill: "#fff",
198
+ stroke: "#000",
199
+ strokeLinecap: "round",
200
+ strokeLinejoin: "round",
201
+ shapeRendering: "geometricPrecision"
202
+ }), /*#__PURE__*/React.createElement("path", {
203
+ d: "M165.73 175.3c2.27-.85 12.73-4.36 15-5.21 2.23-1.26-3.4-11.52-5.26-14.63l-7.74-7.13-12.49 5.05c1.8.58 4.12 8.22 2.48 8.7 3.35-1.27 11.13 11.77 8.01 13.21Z",
204
+ fill: "#000",
205
+ shapeRendering: "geometricPrecision"
206
+ }), /*#__PURE__*/React.createElement("path", {
207
+ d: "m184.34 125.48-.13-.03c-.18-.06-5.75-1.54-6.1-1.6h-.03c-9.92-1.98-20.09 5.13-23.07 16.34-3.08 11.62 2.72 23.24 12.95 25.96 0 0 5.23 1.38 5.58 1.44h.02c9.9 1.98 20.09-5.13 23.07-16.34 3.02-11.36-2.47-22.72-12.3-25.76v0Z",
208
+ fill: "#fff",
209
+ stroke: "#000",
210
+ strokeLinecap: "round",
211
+ strokeLinejoin: "round",
212
+ shapeRendering: "geometricPrecision"
213
+ }), /*#__PURE__*/React.createElement("path", {
214
+ d: "M185.07 162.62c5.64-1.97 10.28-7.05 12.07-13.83M165.41 153.62c2 4.59 5.71 8.12 10.55 9.4 1.68.45 3.36.6 5.03.47",
215
+ stroke: "#000",
216
+ strokeLinecap: "round",
217
+ strokeLinejoin: "round",
218
+ shapeRendering: "geometricPrecision"
219
+ }), /*#__PURE__*/React.createElement("path", {
220
+ d: "m184.74 125.62-6.47 21.51 3.33 1.9 12.37-16.13a17.86 17.86 0 0 0-9.23-7.28Z",
221
+ fill: "#000",
222
+ shapeRendering: "geometricPrecision"
223
+ }), /*#__PURE__*/React.createElement("path", {
224
+ d: "m208.8 63.3-26.57 84.49a4.4 4.4 0 1 1-8.3-2.94l32.6-82.34c.56-1.39 2.72-.71 2.28.8v0Z",
225
+ fill: "#fff",
226
+ stroke: "#000",
227
+ strokeLinecap: "round",
228
+ strokeLinejoin: "round",
229
+ shapeRendering: "geometricPrecision"
230
+ }), /*#__PURE__*/React.createElement("path", {
231
+ d: "m203.22 60.9-1.67 4.59c-.24.67 1.7 2 4.36 2.96s5 1.2 5.24.54l1.67-4.6-9.6-3.49Z",
232
+ fill: "#fff",
233
+ stroke: "#000",
234
+ strokeLinecap: "round",
235
+ strokeLinejoin: "round",
236
+ shapeRendering: "geometricPrecision"
237
+ }), /*#__PURE__*/React.createElement("path", {
238
+ d: "M212.82 64.4c.25-.67-1.7-2-4.36-2.96-2.65-.97-5-1.2-5.24-.54-.24.67 1.71 2 4.36 2.96 2.65.96 5 1.2 5.24.54Z",
239
+ fill: "#fff",
240
+ stroke: "#000",
241
+ strokeLinecap: "round",
242
+ strokeLinejoin: "round",
243
+ shapeRendering: "geometricPrecision"
244
+ }), /*#__PURE__*/React.createElement("path", {
245
+ d: "M107.25 143.3c20.27 5.97 44.36 4.07 47.86 2.35 4.2-2.08 8.4 2.69 3.1 6.01-9.42 5.92-44.6-2-52.03-4.56-5.79-2-6.16-5.91 1.07-3.79Z",
246
+ fill: "#fff",
247
+ shapeRendering: "geometricPrecision"
248
+ }), /*#__PURE__*/React.createElement("path", {
249
+ d: "M107.4 145.49c.85-2.71-2.62-6.21-7.75-7.81-5.14-1.6-9.99-.7-10.83 2-.85 2.72 2.62 6.22 7.76 7.82 5.13 1.6 9.98.7 10.83-2.01Z",
250
+ fill: "#fff",
251
+ shapeRendering: "geometricPrecision"
252
+ }), /*#__PURE__*/React.createElement("path", {
253
+ d: "M155.11 145.64c-2.89 1.68-27.6 3.63-47.86-2.34-.88-2.18-3.75-4.41-7.56-5.61-5.12-1.62-10-.74-10.87 1.96-.88 2.7 2.57 6.21 7.7 7.83 3.94 1.24 7.72 1 9.66-.4 7.44 2.58 42.6 10.49 52.04 4.57 5.3-3.32.81-8.29-3.1-6.01h0Z",
254
+ stroke: "#000",
255
+ strokeLinecap: "round",
256
+ strokeLinejoin: "round",
257
+ shapeRendering: "geometricPrecision"
258
+ }), /*#__PURE__*/React.createElement("path", {
259
+ d: "M106.19 147.09a3.2 3.2 0 0 1-.16-1.99 3.2 3.2 0 0 1 1.22-1.8",
260
+ stroke: "#000",
261
+ strokeLinecap: "round",
262
+ strokeLinejoin: "round",
263
+ shapeRendering: "geometricPrecision"
264
+ })), /*#__PURE__*/React.createElement("path", {
265
+ d: "M221.37 59.6c-.99-3.74-4.14-7.23-8.66-9-1.27-.51-2.57-.85-3.85-1.02M236.98 56.67c-2.15-8.13-9-15.7-18.82-19.57a34.2 34.2 0 0 0-19.13-1.91",
266
+ stroke: "#6EDAFF",
267
+ strokeLinecap: "round",
268
+ strokeLinejoin: "round",
269
+ shapeRendering: "geometricPrecision"
270
+ }), /*#__PURE__*/React.createElement("path", {
271
+ d: "M252 55.45c-3.56-12.32-14.05-23.7-28.97-29.6a53.26 53.26 0 0 0-29.05-3.07",
272
+ stroke: "#6EDAFF",
273
+ strokeLinecap: "round",
274
+ strokeLinejoin: "round",
275
+ shapeRendering: "geometricPrecision"
276
+ }), /*#__PURE__*/React.createElement("mask", {
277
+ id: "b",
278
+ fill: "#fff"
279
+ }, /*#__PURE__*/React.createElement("path", {
280
+ d: "M233.19 124.6c0-62.18-50.41-112.6-112.6-112.6C58.41 12 8 62.42 8 124.6c0 37.66 18.51 70.99 46.92 91.42l-10.4 28.34a2.8 2.8 0 0 0 2.62 3.77h146.9a2.8 2.8 0 0 0 2.64-3.77l-10.4-28.34a112.42 112.42 0 0 0 46.9-91.42Z",
281
+ shapeRendering: "geometricPrecision"
282
+ })), /*#__PURE__*/React.createElement("path", {
283
+ d: "m54.92 216.02.93.35a1 1 0 0 0-.35-1.16l-.58.81Zm-10.4 28.34.94.35-.94-.35Zm152.16 0 .93-.34-.94.34Zm-10.4-28.34-.59-.8a1 1 0 0 0-.35 1.15l.94-.35Zm47.9-91.42C234.19 61.86 183.34 11 120.6 11v2c61.64 0 111.6 49.97 111.6 111.6h2ZM120.6 11C57.87 11 7 61.86 7 124.6h2C9 62.97 58.96 13 120.6 13v-2ZM7 124.6c0 38 18.68 71.62 47.33 92.24l1.17-1.63A111.41 111.41 0 0 1 9 124.6H7Zm46.98 91.08-10.4 28.34 1.88.69 10.4-28.34-1.88-.7Zm-10.4 28.34a3.8 3.8 0 0 0 3.56 5.1v-2a1.8 1.8 0 0 1-1.68-2.41l-1.88-.7Zm3.56 5.1h146.9v-2H47.14v2Zm146.9 0a3.8 3.8 0 0 0 3.57-5.1l-1.88.69a1.8 1.8 0 0 1-1.69 2.42v2Zm3.57-5.1-10.4-28.34-1.87.69 10.4 28.34 1.87-.69Zm-10.75-27.19a113.42 113.42 0 0 0 47.33-92.23h-2c0 37.33-18.35 70.35-46.5 90.61l1.17 1.63Z",
284
+ fill: "#6EDAFF",
285
+ mask: "url(#b)",
286
+ shapeRendering: "geometricPrecision"
287
+ }));
288
+ }
289
+
290
+ Confirmation.displayName = 'Confirmation';
291
+ export default createBaseComponent(Confirmation);
@@ -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,171 @@
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 Congrats(_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("g", {
40
+ clipPath: "url(#a)"
41
+ }, /*#__PURE__*/_react["default"].createElement("path", {
42
+ d: "M63.24 32.7c.29-4.8-.24-9.6-1.56-14.22a.94.94 0 0 0-.65-.65 42.52 42.52 0 0 0-14.17-1.6l-3.68-3.7a11.32 11.32 0 0 0-16.01 0l-3.73 3.7c-4.8-.3-9.6.24-14.22 1.56a.96.96 0 0 0-.65.65A42.7 42.7 0 0 0 7 32.65L3.3 36.34a11.32 11.32 0 0 0 0 16L7 56.05c-.28 4.78.25 9.59 1.57 14.2a.94.94 0 0 0 .65.65 42.28 42.28 0 0 0 14.2 1.56l3.7 3.7a11.32 11.32 0 0 0 16 0l3.69-3.7c4.79.29 9.6-.24 14.2-1.56a.94.94 0 0 0 .65-.66 42.5 42.5 0 0 0 1.57-14.2l3.7-3.7a11.32 11.32 0 0 0 0-16l-3.69-3.64Z",
43
+ fill: "#E0E1E9",
44
+ shapeRendering: "geometricPrecision"
45
+ }), /*#__PURE__*/_react["default"].createElement("path", {
46
+ d: "M28.27 34.22a2.35 2.35 0 0 0-1.9 1.28L8.42 69.92a.72.72 0 0 0 .13.85l22.08-31.94c1.77-1.37 8.48 2.25 10.53 3.72-3.7-4.45-9.46-8.51-12.89-8.33Z",
47
+ fill: "#fff",
48
+ shapeRendering: "geometricPrecision"
49
+ }), /*#__PURE__*/_react["default"].createElement("path", {
50
+ d: "m9.46 70.93 34-18.83a2.43 2.43 0 0 0 1.27-1.86c.54-5.66-10.98-16.32-16.47-16.03a2.35 2.35 0 0 0-1.89 1.3L8.42 69.9a.78.78 0 0 0 1.04 1.02Z",
51
+ stroke: "#6C6E79",
52
+ strokeWidth: ".8",
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round",
55
+ shapeRendering: "geometricPrecision"
56
+ }), /*#__PURE__*/_react["default"].createElement("path", {
57
+ d: "M25.72 52.65a16.15 16.15 0 0 0-7.97-.56 604.5 604.5 0 0 1-2.14 4.08 18.93 18.93 0 0 1 11.92 4.76l5.63-3.13a16.27 16.27 0 0 0-7.44-5.15ZM16.18 63.74c-1.4-.44-2.86-.56-4.3-.38l-1.58 2.98c1.06.2 2.05.65 2.9 1.3.29.25.55.5.8.8l5.38-3a10.25 10.25 0 0 0-3.2-1.7ZM44.73 50.25v-.47a26.57 26.57 0 0 0-22.1-7.11L20.6 46.6a22.62 22.62 0 0 1 18.8 7.8l4.11-2.28a2.43 2.43 0 0 0 1.23-1.86Z",
58
+ fill: "#6C6E79",
59
+ shapeRendering: "geometricPrecision"
60
+ }), /*#__PURE__*/_react["default"].createElement("path", {
61
+ d: "M24.42 26.63a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32Z",
62
+ stroke: "#6C6E79",
63
+ strokeWidth: ".8",
64
+ strokeLinecap: "round",
65
+ strokeLinejoin: "round",
66
+ shapeRendering: "geometricPrecision"
67
+ }), /*#__PURE__*/_react["default"].createElement("path", {
68
+ d: "M56.16 4a1.57 1.57 0 1 0 0-3.13 1.57 1.57 0 0 0 0 3.14Z",
69
+ stroke: "#E0E1E9",
70
+ strokeWidth: ".8",
71
+ strokeLinecap: "round",
72
+ strokeLinejoin: "round",
73
+ shapeRendering: "geometricPrecision"
74
+ }), /*#__PURE__*/_react["default"].createElement("path", {
75
+ d: "M52.8 22.96a1.15 1.15 0 1 0 0-2.3 1.15 1.15 0 0 0 0 2.3Z",
76
+ fill: "#6C6E79",
77
+ shapeRendering: "geometricPrecision"
78
+ }), /*#__PURE__*/_react["default"].createElement("path", {
79
+ d: "M73.93 20.66a2.3 2.3 0 1 0 0-4.6 2.3 2.3 0 0 0 0 4.6Z",
80
+ fill: "#E0E1E9",
81
+ shapeRendering: "geometricPrecision"
82
+ }), /*#__PURE__*/_react["default"].createElement("path", {
83
+ d: "M46.1 3.06c3.65 6.27 2.62 20.07-4.91 22.92-3.36 1.1-8.05-1.35-9.23-4.6-1.9-7.92 7.37-9.4 9.71-2.18 2.18 5.79 0 13.19-6 15.68l-1.7-3.87c4.26-1.62 5.8-6.67 4.7-10.9a5.3 5.3 0 0 0-1.32-2.64c-1.89-1.66-3.77-.62-4.01 1.8-.25 2.4 2 4.01 4.03 4.83 3.68 1.57 6.48-1.96 7.37-5.2 1.36-4.45 1.1-10.16-1.57-13.94l2.97-1.9h-.04Z",
84
+ fill: "#6C6E79",
85
+ stroke: "#6C6E79",
86
+ strokeWidth: ".8",
87
+ strokeLinecap: "round",
88
+ strokeLinejoin: "round",
89
+ shapeRendering: "geometricPrecision"
90
+ }), /*#__PURE__*/_react["default"].createElement("path", {
91
+ d: "M37.11 27.8a9.16 9.16 0 0 0 1.33-3.7 9.2 9.2 0 0 0-.32-3.95M42.15 19.09a14.55 14.55 0 0 1-.19 9.93",
92
+ stroke: "#E0E1E9",
93
+ strokeWidth: ".8",
94
+ strokeLinecap: "round",
95
+ strokeLinejoin: "round",
96
+ shapeRendering: "geometricPrecision"
97
+ }), /*#__PURE__*/_react["default"].createElement("path", {
98
+ d: "M45.14 45.38a14.01 14.01 0 0 1 4.92-7.66c4.44-3.44 12.03-2.9 15.16 2.1 2.18 3.84.55 10.2-4.77 9.61-3.71-1.03-3.26-6.05-2.42-8.92 1.8-5.9 6.58-11.05 12.65-12.55 3.07-.73 6.29-.63 9.32.28l-.89 2.74a14.12 14.12 0 0 0-14.9 3.2c-2.84 2.79-5 6.8-4.84 10.83a3.2 3.2 0 0 0 1.11 2.5c1.07.4 2.35-.4 2.89-1.39 2.68-7.45-6.94-10.66-12.24-6.85a13.07 13.07 0 0 0-4.7 6.53l-1.34-.43h.05Z",
99
+ fill: "#6C6E79",
100
+ stroke: "#6C6E79",
101
+ strokeWidth: ".8",
102
+ strokeLinecap: "round",
103
+ strokeLinejoin: "round",
104
+ shapeRendering: "geometricPrecision"
105
+ }), /*#__PURE__*/_react["default"].createElement("path", {
106
+ d: "M61.68 39.98a6.44 6.44 0 0 0-3.33-1.62",
107
+ stroke: "#E0E1E9",
108
+ strokeWidth: ".8",
109
+ strokeLinecap: "round",
110
+ strokeLinejoin: "round",
111
+ shapeRendering: "geometricPrecision"
112
+ }), /*#__PURE__*/_react["default"].createElement("path", {
113
+ d: "M63.31 37.02a13.37 13.37 0 0 0-3.72-1.67",
114
+ stroke: "#fff",
115
+ strokeWidth: ".8",
116
+ strokeLinecap: "round",
117
+ strokeLinejoin: "round",
118
+ shapeRendering: "geometricPrecision"
119
+ }), /*#__PURE__*/_react["default"].createElement("path", {
120
+ d: "M57.97 48.25c1.3.64 4.52-.28 4.96-3.35",
121
+ stroke: "#E0E1E9",
122
+ strokeWidth: ".8",
123
+ strokeLinecap: "round",
124
+ strokeLinejoin: "round",
125
+ shapeRendering: "geometricPrecision"
126
+ }), /*#__PURE__*/_react["default"].createElement("path", {
127
+ d: "m61.13 7.79-4.7 4.81c-1.82 3.68 3.67 11.92 2.25 17.55.78-2.5 2.63-3.03 3.4-5.53.02-5.59-6.29-12.93-.95-16.83Z",
128
+ fill: "#E0E1E9",
129
+ stroke: "#6C6E79",
130
+ strokeWidth: ".8",
131
+ strokeLinecap: "round",
132
+ strokeLinejoin: "round",
133
+ shapeRendering: "geometricPrecision"
134
+ }), /*#__PURE__*/_react["default"].createElement("path", {
135
+ d: "M73.31 0c.14 1.26.51 5.18-2.03 8.49-3.46 4.49-11.85.58-14.9 4.11a11.2 11.2 0 0 1 4.31-4.63c1.41-.91 6.06.26 9.2-2.43A9.69 9.69 0 0 0 73.32 0Z",
136
+ fill: "#fff",
137
+ stroke: "#6C6E79",
138
+ strokeWidth: ".8",
139
+ strokeLinecap: "round",
140
+ strokeLinejoin: "round",
141
+ shapeRendering: "geometricPrecision"
142
+ }), /*#__PURE__*/_react["default"].createElement("path", {
143
+ d: "m46.37 29.46-3.3 1.12-.28 1.57-.66 7.12c3.57-.8 3.79-8.04 4.24-9.8Z",
144
+ fill: "#E0E1E9",
145
+ stroke: "#6C6E79",
146
+ strokeWidth: ".8",
147
+ strokeLinecap: "round",
148
+ strokeLinejoin: "round",
149
+ shapeRendering: "geometricPrecision"
150
+ }), /*#__PURE__*/_react["default"].createElement("path", {
151
+ d: "M61.87 22.64c.24 1.71.74 4.6-1.42 6.87-3.08 3.25-15.31-.78-17.66 2.62a5.43 5.43 0 0 1 2.4-4.42c4.33-2.92 12.3 2 16.68-5.07Z",
152
+ fill: "#fff",
153
+ stroke: "#6C6E79",
154
+ strokeWidth: ".8",
155
+ strokeLinecap: "round",
156
+ strokeLinejoin: "round",
157
+ shapeRendering: "geometricPrecision"
158
+ })), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("clipPath", {
159
+ id: "a"
160
+ }, /*#__PURE__*/_react["default"].createElement("path", {
161
+ fill: "#fff",
162
+ d: "M0 0h80v80H0z",
163
+ shapeRendering: "geometricPrecision"
164
+ }))));
165
+ }
166
+
167
+ Congrats.displayName = 'Congrats';
168
+
169
+ var _default = (0, _core.createBaseComponent)(Congrats);
170
+
171
+ exports["default"] = _default;
@@ -0,0 +1,150 @@
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 Congrats({
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("g", {
22
+ clipPath: "url(#a)"
23
+ }, /*#__PURE__*/React.createElement("path", {
24
+ d: "M63.24 32.7c.29-4.8-.24-9.6-1.56-14.22a.94.94 0 0 0-.65-.65 42.52 42.52 0 0 0-14.17-1.6l-3.68-3.7a11.32 11.32 0 0 0-16.01 0l-3.73 3.7c-4.8-.3-9.6.24-14.22 1.56a.96.96 0 0 0-.65.65A42.7 42.7 0 0 0 7 32.65L3.3 36.34a11.32 11.32 0 0 0 0 16L7 56.05c-.28 4.78.25 9.59 1.57 14.2a.94.94 0 0 0 .65.65 42.28 42.28 0 0 0 14.2 1.56l3.7 3.7a11.32 11.32 0 0 0 16 0l3.69-3.7c4.79.29 9.6-.24 14.2-1.56a.94.94 0 0 0 .65-.66 42.5 42.5 0 0 0 1.57-14.2l3.7-3.7a11.32 11.32 0 0 0 0-16l-3.69-3.64Z",
25
+ fill: "#E0E1E9",
26
+ shapeRendering: "geometricPrecision"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M28.27 34.22a2.35 2.35 0 0 0-1.9 1.28L8.42 69.92a.72.72 0 0 0 .13.85l22.08-31.94c1.77-1.37 8.48 2.25 10.53 3.72-3.7-4.45-9.46-8.51-12.89-8.33Z",
29
+ fill: "#fff",
30
+ shapeRendering: "geometricPrecision"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ d: "m9.46 70.93 34-18.83a2.43 2.43 0 0 0 1.27-1.86c.54-5.66-10.98-16.32-16.47-16.03a2.35 2.35 0 0 0-1.89 1.3L8.42 69.9a.78.78 0 0 0 1.04 1.02Z",
33
+ stroke: "#6C6E79",
34
+ strokeWidth: ".8",
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round",
37
+ shapeRendering: "geometricPrecision"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ d: "M25.72 52.65a16.15 16.15 0 0 0-7.97-.56 604.5 604.5 0 0 1-2.14 4.08 18.93 18.93 0 0 1 11.92 4.76l5.63-3.13a16.27 16.27 0 0 0-7.44-5.15ZM16.18 63.74c-1.4-.44-2.86-.56-4.3-.38l-1.58 2.98c1.06.2 2.05.65 2.9 1.3.29.25.55.5.8.8l5.38-3a10.25 10.25 0 0 0-3.2-1.7ZM44.73 50.25v-.47a26.57 26.57 0 0 0-22.1-7.11L20.6 46.6a22.62 22.62 0 0 1 18.8 7.8l4.11-2.28a2.43 2.43 0 0 0 1.23-1.86Z",
40
+ fill: "#6C6E79",
41
+ shapeRendering: "geometricPrecision"
42
+ }), /*#__PURE__*/React.createElement("path", {
43
+ d: "M24.42 26.63a1.66 1.66 0 1 0 0-3.32 1.66 1.66 0 0 0 0 3.32Z",
44
+ stroke: "#6C6E79",
45
+ strokeWidth: ".8",
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round",
48
+ shapeRendering: "geometricPrecision"
49
+ }), /*#__PURE__*/React.createElement("path", {
50
+ d: "M56.16 4a1.57 1.57 0 1 0 0-3.13 1.57 1.57 0 0 0 0 3.14Z",
51
+ stroke: "#E0E1E9",
52
+ strokeWidth: ".8",
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round",
55
+ shapeRendering: "geometricPrecision"
56
+ }), /*#__PURE__*/React.createElement("path", {
57
+ d: "M52.8 22.96a1.15 1.15 0 1 0 0-2.3 1.15 1.15 0 0 0 0 2.3Z",
58
+ fill: "#6C6E79",
59
+ shapeRendering: "geometricPrecision"
60
+ }), /*#__PURE__*/React.createElement("path", {
61
+ d: "M73.93 20.66a2.3 2.3 0 1 0 0-4.6 2.3 2.3 0 0 0 0 4.6Z",
62
+ fill: "#E0E1E9",
63
+ shapeRendering: "geometricPrecision"
64
+ }), /*#__PURE__*/React.createElement("path", {
65
+ d: "M46.1 3.06c3.65 6.27 2.62 20.07-4.91 22.92-3.36 1.1-8.05-1.35-9.23-4.6-1.9-7.92 7.37-9.4 9.71-2.18 2.18 5.79 0 13.19-6 15.68l-1.7-3.87c4.26-1.62 5.8-6.67 4.7-10.9a5.3 5.3 0 0 0-1.32-2.64c-1.89-1.66-3.77-.62-4.01 1.8-.25 2.4 2 4.01 4.03 4.83 3.68 1.57 6.48-1.96 7.37-5.2 1.36-4.45 1.1-10.16-1.57-13.94l2.97-1.9h-.04Z",
66
+ fill: "#6C6E79",
67
+ stroke: "#6C6E79",
68
+ strokeWidth: ".8",
69
+ strokeLinecap: "round",
70
+ strokeLinejoin: "round",
71
+ shapeRendering: "geometricPrecision"
72
+ }), /*#__PURE__*/React.createElement("path", {
73
+ d: "M37.11 27.8a9.16 9.16 0 0 0 1.33-3.7 9.2 9.2 0 0 0-.32-3.95M42.15 19.09a14.55 14.55 0 0 1-.19 9.93",
74
+ stroke: "#E0E1E9",
75
+ strokeWidth: ".8",
76
+ strokeLinecap: "round",
77
+ strokeLinejoin: "round",
78
+ shapeRendering: "geometricPrecision"
79
+ }), /*#__PURE__*/React.createElement("path", {
80
+ d: "M45.14 45.38a14.01 14.01 0 0 1 4.92-7.66c4.44-3.44 12.03-2.9 15.16 2.1 2.18 3.84.55 10.2-4.77 9.61-3.71-1.03-3.26-6.05-2.42-8.92 1.8-5.9 6.58-11.05 12.65-12.55 3.07-.73 6.29-.63 9.32.28l-.89 2.74a14.12 14.12 0 0 0-14.9 3.2c-2.84 2.79-5 6.8-4.84 10.83a3.2 3.2 0 0 0 1.11 2.5c1.07.4 2.35-.4 2.89-1.39 2.68-7.45-6.94-10.66-12.24-6.85a13.07 13.07 0 0 0-4.7 6.53l-1.34-.43h.05Z",
81
+ fill: "#6C6E79",
82
+ stroke: "#6C6E79",
83
+ strokeWidth: ".8",
84
+ strokeLinecap: "round",
85
+ strokeLinejoin: "round",
86
+ shapeRendering: "geometricPrecision"
87
+ }), /*#__PURE__*/React.createElement("path", {
88
+ d: "M61.68 39.98a6.44 6.44 0 0 0-3.33-1.62",
89
+ stroke: "#E0E1E9",
90
+ strokeWidth: ".8",
91
+ strokeLinecap: "round",
92
+ strokeLinejoin: "round",
93
+ shapeRendering: "geometricPrecision"
94
+ }), /*#__PURE__*/React.createElement("path", {
95
+ d: "M63.31 37.02a13.37 13.37 0 0 0-3.72-1.67",
96
+ stroke: "#fff",
97
+ strokeWidth: ".8",
98
+ strokeLinecap: "round",
99
+ strokeLinejoin: "round",
100
+ shapeRendering: "geometricPrecision"
101
+ }), /*#__PURE__*/React.createElement("path", {
102
+ d: "M57.97 48.25c1.3.64 4.52-.28 4.96-3.35",
103
+ stroke: "#E0E1E9",
104
+ strokeWidth: ".8",
105
+ strokeLinecap: "round",
106
+ strokeLinejoin: "round",
107
+ shapeRendering: "geometricPrecision"
108
+ }), /*#__PURE__*/React.createElement("path", {
109
+ d: "m61.13 7.79-4.7 4.81c-1.82 3.68 3.67 11.92 2.25 17.55.78-2.5 2.63-3.03 3.4-5.53.02-5.59-6.29-12.93-.95-16.83Z",
110
+ fill: "#E0E1E9",
111
+ stroke: "#6C6E79",
112
+ strokeWidth: ".8",
113
+ strokeLinecap: "round",
114
+ strokeLinejoin: "round",
115
+ shapeRendering: "geometricPrecision"
116
+ }), /*#__PURE__*/React.createElement("path", {
117
+ d: "M73.31 0c.14 1.26.51 5.18-2.03 8.49-3.46 4.49-11.85.58-14.9 4.11a11.2 11.2 0 0 1 4.31-4.63c1.41-.91 6.06.26 9.2-2.43A9.69 9.69 0 0 0 73.32 0Z",
118
+ fill: "#fff",
119
+ stroke: "#6C6E79",
120
+ strokeWidth: ".8",
121
+ strokeLinecap: "round",
122
+ strokeLinejoin: "round",
123
+ shapeRendering: "geometricPrecision"
124
+ }), /*#__PURE__*/React.createElement("path", {
125
+ d: "m46.37 29.46-3.3 1.12-.28 1.57-.66 7.12c3.57-.8 3.79-8.04 4.24-9.8Z",
126
+ fill: "#E0E1E9",
127
+ stroke: "#6C6E79",
128
+ strokeWidth: ".8",
129
+ strokeLinecap: "round",
130
+ strokeLinejoin: "round",
131
+ shapeRendering: "geometricPrecision"
132
+ }), /*#__PURE__*/React.createElement("path", {
133
+ d: "M61.87 22.64c.24 1.71.74 4.6-1.42 6.87-3.08 3.25-15.31-.78-17.66 2.62a5.43 5.43 0 0 1 2.4-4.42c4.33-2.92 12.3 2 16.68-5.07Z",
134
+ fill: "#fff",
135
+ stroke: "#6C6E79",
136
+ strokeWidth: ".8",
137
+ strokeLinecap: "round",
138
+ strokeLinejoin: "round",
139
+ shapeRendering: "geometricPrecision"
140
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
141
+ id: "a"
142
+ }, /*#__PURE__*/React.createElement("path", {
143
+ fill: "#fff",
144
+ d: "M0 0h80v80H0z",
145
+ shapeRendering: "geometricPrecision"
146
+ }))));
147
+ }
148
+
149
+ Congrats.displayName = 'Congrats';
150
+ export default createBaseComponent(Congrats);
@@ -0,0 +1,5 @@
1
+
2
+ import { Box } from '@semcore/flex-box';
3
+ declare const _default: typeof Box;
4
+ export default _default;
5
+