@semcore/illustration 17.0.0-prerelease.4 → 17.0.1-prerelease.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.
- package/AccessDenied/index.d.ts +28 -0
- package/AccessDenied/index.js +242 -0
- package/AccessDenied/index.mjs +220 -0
- package/AccessLogIn/index.d.ts +28 -0
- package/AccessLogIn/index.js +344 -0
- package/AccessLogIn/index.mjs +322 -0
- package/AreaChart/index.d.ts +28 -0
- package/AreaChart/index.js +89 -0
- package/AreaChart/index.mjs +67 -0
- package/Blocked/index.d.ts +28 -0
- package/Blocked/index.js +493 -0
- package/Blocked/index.mjs +471 -0
- package/CHANGELOG.md +3 -73
- package/ChoroplethMapChart/index.d.ts +28 -0
- package/ChoroplethMapChart/index.js +111 -0
- package/ChoroplethMapChart/index.mjs +89 -0
- package/Coffee/index.d.ts +28 -0
- package/Coffee/index.js +96 -0
- package/Coffee/index.mjs +74 -0
- package/Collection/index.d.ts +28 -0
- package/Collection/index.js +90 -0
- package/Collection/index.mjs +68 -0
- package/CombinedChart/index.d.ts +28 -0
- package/CombinedChart/index.js +118 -0
- package/CombinedChart/index.mjs +96 -0
- package/Configuration/index.d.ts +28 -0
- package/Configuration/index.js +197 -0
- package/Configuration/index.mjs +175 -0
- package/Confirmation/index.d.ts +28 -0
- package/Confirmation/index.js +267 -0
- package/Confirmation/index.mjs +245 -0
- package/Congrats/index.d.ts +28 -0
- package/Congrats/index.js +147 -0
- package/Congrats/index.mjs +125 -0
- package/ConnectionLost/index.d.ts +28 -0
- package/ConnectionLost/index.js +299 -0
- package/ConnectionLost/index.mjs +277 -0
- package/DeletedAccount/index.d.ts +28 -0
- package/DeletedAccount/index.js +376 -0
- package/DeletedAccount/index.mjs +354 -0
- package/DeletedPage/index.d.ts +28 -0
- package/DeletedPage/index.js +81 -0
- package/DeletedPage/index.mjs +59 -0
- package/Dns/index.d.ts +28 -0
- package/Dns/index.js +180 -0
- package/Dns/index.mjs +158 -0
- package/DonutChart/index.d.ts +28 -0
- package/DonutChart/index.js +131 -0
- package/DonutChart/index.mjs +109 -0
- package/Duplicates/index.d.ts +28 -0
- package/Duplicates/index.js +108 -0
- package/Duplicates/index.mjs +86 -0
- package/Feedback/index.d.ts +28 -0
- package/Feedback/index.js +96 -0
- package/Feedback/index.mjs +74 -0
- package/FunnelChart/index.d.ts +28 -0
- package/FunnelChart/index.js +98 -0
- package/FunnelChart/index.mjs +76 -0
- package/Good/index.d.ts +28 -0
- package/Good/index.js +131 -0
- package/Good/index.mjs +109 -0
- package/HeatMapChart/index.d.ts +28 -0
- package/HeatMapChart/index.js +116 -0
- package/HeatMapChart/index.mjs +94 -0
- package/HorizontalBarChart/index.d.ts +28 -0
- package/HorizontalBarChart/index.js +102 -0
- package/HorizontalBarChart/index.mjs +80 -0
- package/KagiChart/index.d.ts +28 -0
- package/KagiChart/index.js +83 -0
- package/KagiChart/index.mjs +61 -0
- package/LineChart/index.d.ts +28 -0
- package/LineChart/index.js +86 -0
- package/LineChart/index.mjs +64 -0
- package/LollipopChart/index.d.ts +28 -0
- package/LollipopChart/index.js +103 -0
- package/LollipopChart/index.mjs +81 -0
- package/MailSent/index.d.ts +28 -0
- package/MailSent/index.js +142 -0
- package/MailSent/index.mjs +120 -0
- package/Maintenance/index.d.ts +28 -0
- package/Maintenance/index.js +363 -0
- package/Maintenance/index.mjs +341 -0
- package/Nexttime/index.d.ts +28 -0
- package/Nexttime/index.js +110 -0
- package/Nexttime/index.mjs +88 -0
- package/NoPayment/index.d.ts +28 -0
- package/NoPayment/index.js +304 -0
- package/NoPayment/index.mjs +282 -0
- package/NothingFound/index.d.ts +28 -0
- package/NothingFound/index.js +134 -0
- package/NothingFound/index.mjs +112 -0
- package/OtherData/index.d.ts +28 -0
- package/OtherData/index.js +117 -0
- package/OtherData/index.mjs +95 -0
- package/PageError/index.d.ts +28 -0
- package/PageError/index.js +224 -0
- package/PageError/index.mjs +202 -0
- package/PageNotFound/index.d.ts +28 -0
- package/PageNotFound/index.js +284 -0
- package/PageNotFound/index.mjs +262 -0
- package/PieChart/index.d.ts +28 -0
- package/PieChart/index.js +116 -0
- package/PieChart/index.mjs +94 -0
- package/Processing/index.d.ts +28 -0
- package/Processing/index.js +96 -0
- package/Processing/index.mjs +74 -0
- package/ProjectNotFound/index.d.ts +28 -0
- package/ProjectNotFound/index.js +247 -0
- package/ProjectNotFound/index.mjs +225 -0
- package/README.md +32 -5
- package/RadarChart/index.d.ts +28 -0
- package/RadarChart/index.js +95 -0
- package/RadarChart/index.mjs +73 -0
- package/RadialTreeChart/index.d.ts +28 -0
- package/RadialTreeChart/index.js +137 -0
- package/RadialTreeChart/index.mjs +115 -0
- package/SankeyChart/index.d.ts +28 -0
- package/SankeyChart/index.js +123 -0
- package/SankeyChart/index.mjs +101 -0
- package/ScatterPlotChart/index.d.ts +28 -0
- package/ScatterPlotChart/index.js +108 -0
- package/ScatterPlotChart/index.mjs +86 -0
- package/StackedAreaChart/index.d.ts +28 -0
- package/StackedAreaChart/index.js +110 -0
- package/StackedAreaChart/index.mjs +88 -0
- package/Suggestion/index.d.ts +28 -0
- package/Suggestion/index.js +94 -0
- package/Suggestion/index.mjs +72 -0
- package/Suggestions/index.d.ts +28 -0
- package/Suggestions/index.js +97 -0
- package/Suggestions/index.mjs +75 -0
- package/Table/index.d.ts +28 -0
- package/Table/index.js +81 -0
- package/Table/index.mjs +59 -0
- package/TagCloud/index.d.ts +28 -0
- package/TagCloud/index.js +108 -0
- package/TagCloud/index.mjs +86 -0
- package/TextLinksEtc/index.d.ts +28 -0
- package/TextLinksEtc/index.js +84 -0
- package/TextLinksEtc/index.mjs +62 -0
- package/Timeout/index.d.ts +28 -0
- package/Timeout/index.js +381 -0
- package/Timeout/index.mjs +359 -0
- package/UnderConstruction/index.d.ts +28 -0
- package/UnderConstruction/index.js +143 -0
- package/UnderConstruction/index.mjs +121 -0
- package/VennChart/index.d.ts +28 -0
- package/VennChart/index.js +109 -0
- package/VennChart/index.mjs +87 -0
- package/VerticalBarChart/index.d.ts +28 -0
- package/VerticalBarChart/index.js +103 -0
- package/VerticalBarChart/index.mjs +81 -0
- package/Waiting/index.d.ts +28 -0
- package/Waiting/index.js +96 -0
- package/Waiting/index.mjs +74 -0
- package/Warning/index.d.ts +28 -0
- package/Warning/index.js +91 -0
- package/Warning/index.mjs +69 -0
- package/clear.ts +25 -0
- package/lib/AccessDenied/index.js +26 -207
- package/lib/AccessDenied/index.mjs +18 -206
- package/lib/AccessLogIn/index.js +26 -309
- package/lib/AccessLogIn/index.mjs +18 -308
- package/lib/AreaChart/index.js +32 -54
- package/lib/AreaChart/index.mjs +24 -53
- package/lib/Blocked/index.js +118 -458
- package/lib/Blocked/index.mjs +110 -457
- package/lib/ChoroplethMapChart/index.js +34 -76
- package/lib/ChoroplethMapChart/index.mjs +26 -75
- package/lib/Coffee/index.js +29 -61
- package/lib/Coffee/index.mjs +21 -60
- package/lib/Collection/index.js +31 -55
- package/lib/Collection/index.mjs +23 -54
- package/lib/CombinedChart/index.js +36 -83
- package/lib/CombinedChart/index.mjs +28 -82
- package/lib/Configuration/index.js +47 -162
- package/lib/Configuration/index.mjs +39 -161
- package/lib/Confirmation/index.js +28 -232
- package/lib/Confirmation/index.mjs +20 -231
- package/lib/Congrats/index.js +23 -112
- package/lib/Congrats/index.mjs +15 -111
- package/lib/ConnectionLost/index.js +31 -264
- package/lib/ConnectionLost/index.mjs +23 -263
- package/lib/DeletedAccount/index.js +47 -341
- package/lib/DeletedAccount/index.mjs +39 -340
- package/lib/DeletedPage/index.js +23 -46
- package/lib/DeletedPage/index.mjs +15 -45
- package/lib/Dns/index.js +27 -145
- package/lib/Dns/index.mjs +19 -144
- package/lib/DonutChart/index.js +37 -96
- package/lib/DonutChart/index.mjs +29 -95
- package/lib/Duplicates/index.js +34 -73
- package/lib/Duplicates/index.mjs +26 -72
- package/lib/Feedback/index.js +31 -61
- package/lib/Feedback/index.mjs +23 -60
- package/lib/FunnelChart/index.js +33 -63
- package/lib/FunnelChart/index.mjs +25 -62
- package/lib/Good/index.js +38 -96
- package/lib/Good/index.mjs +30 -95
- package/lib/HeatMapChart/index.js +35 -81
- package/lib/HeatMapChart/index.mjs +27 -80
- package/lib/HorizontalBarChart/index.js +33 -67
- package/lib/HorizontalBarChart/index.mjs +25 -66
- package/lib/KagiChart/index.js +30 -48
- package/lib/KagiChart/index.mjs +22 -47
- package/lib/LineChart/index.js +31 -51
- package/lib/LineChart/index.mjs +23 -50
- package/lib/LollipopChart/index.js +33 -68
- package/lib/LollipopChart/index.mjs +25 -67
- package/lib/MailSent/index.js +23 -107
- package/lib/MailSent/index.mjs +15 -106
- package/lib/Maintenance/index.js +27 -328
- package/lib/Maintenance/index.mjs +19 -327
- package/lib/Nexttime/index.js +35 -75
- package/lib/Nexttime/index.mjs +27 -74
- package/lib/NoPayment/index.js +23 -269
- package/lib/NoPayment/index.mjs +15 -268
- package/lib/NothingFound/index.js +37 -99
- package/lib/NothingFound/index.mjs +29 -98
- package/lib/OtherData/index.js +35 -82
- package/lib/OtherData/index.mjs +27 -81
- package/lib/PageError/index.js +60 -189
- package/lib/PageError/index.mjs +52 -188
- package/lib/PageNotFound/index.js +78 -249
- package/lib/PageNotFound/index.mjs +70 -248
- package/lib/PieChart/index.js +35 -81
- package/lib/PieChart/index.mjs +27 -80
- package/lib/Processing/index.js +32 -61
- package/lib/Processing/index.mjs +24 -60
- package/lib/ProjectNotFound/index.js +60 -212
- package/lib/ProjectNotFound/index.mjs +52 -211
- package/lib/RadarChart/index.js +32 -60
- package/lib/RadarChart/index.mjs +24 -59
- package/lib/RadialTreeChart/index.js +38 -102
- package/lib/RadialTreeChart/index.mjs +30 -101
- package/lib/SankeyChart/index.js +36 -88
- package/lib/SankeyChart/index.mjs +28 -87
- package/lib/ScatterPlotChart/index.js +34 -73
- package/lib/ScatterPlotChart/index.mjs +26 -72
- package/lib/StackedAreaChart/index.js +36 -75
- package/lib/StackedAreaChart/index.mjs +28 -74
- package/lib/Suggestion/index.js +32 -59
- package/lib/Suggestion/index.mjs +24 -58
- package/lib/Suggestions/index.js +32 -62
- package/lib/Suggestions/index.mjs +24 -61
- package/lib/Table/index.js +29 -46
- package/lib/Table/index.mjs +21 -45
- package/lib/TagCloud/index.js +34 -73
- package/lib/TagCloud/index.mjs +26 -72
- package/lib/TextLinksEtc/index.js +30 -49
- package/lib/TextLinksEtc/index.mjs +22 -48
- package/lib/Timeout/index.js +26 -346
- package/lib/Timeout/index.mjs +18 -345
- package/lib/UnderConstruction/index.js +40 -108
- package/lib/UnderConstruction/index.mjs +32 -107
- package/lib/VennChart/index.js +34 -74
- package/lib/VennChart/index.mjs +26 -73
- package/lib/VerticalBarChart/index.js +33 -68
- package/lib/VerticalBarChart/index.mjs +25 -67
- package/lib/Waiting/index.js +33 -61
- package/lib/Waiting/index.mjs +25 -60
- package/lib/Warning/index.js +31 -56
- package/lib/Warning/index.mjs +23 -55
- package/lib/cjs/index.js +8 -7
- package/lib/cjs/index.js.map +1 -1
- package/lib/es6/index.js +8 -6
- package/lib/es6/index.js.map +1 -1
- package/lib/esm/index.mjs +8 -6
- package/package.json +174 -170
- package/transform.ts +20 -21
- package/types/svg-to-jsx.d.ts +1 -1
- package/vite.config.ts +0 -24
|
@@ -6,237 +6,26 @@ const Confirmation = ({ fill = "none", width = "260", height = "260", viewBox =
|
|
|
6
6
|
const colorResolver = useColorResolver();
|
|
7
7
|
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
8
8
|
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
9
|
-
return /* @__PURE__ */ React.createElement(
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
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",
|
|
23
|
-
stroke: resolvedPrimaryColor,
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
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",
|
|
28
|
-
|
|
29
|
-
strokeLinecap: "round",
|
|
30
|
-
strokeLinejoin: "round"
|
|
31
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
32
|
-
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",
|
|
33
|
-
fill: resolvedPrimaryColor,
|
|
34
|
-
mask: "url(#igc-confirmation-el-1)"
|
|
35
|
-
}), /* @__PURE__ */ React.createElement("mask", {
|
|
36
|
-
height: "237",
|
|
37
|
-
id: "igc-confirmation-el-0",
|
|
38
|
-
width: "226",
|
|
39
|
-
x: "8",
|
|
40
|
-
y: "12",
|
|
41
|
-
maskUnits: "userSpaceOnUse"
|
|
42
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
43
|
-
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",
|
|
44
|
-
fill: "#45DFA7"
|
|
45
|
-
})), /* @__PURE__ */ React.createElement("mask", {
|
|
46
|
-
id: "igc-confirmation-el-1",
|
|
47
|
-
fill: "#fff"
|
|
48
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
49
|
-
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"
|
|
50
|
-
})), /* @__PURE__ */ React.createElement("g", {
|
|
51
|
-
mask: "url(#igc-confirmation-el-0)"
|
|
52
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
53
|
-
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",
|
|
54
|
-
fill: resolvedSecondaryColor,
|
|
55
|
-
stroke: resolvedSecondaryColor,
|
|
56
|
-
strokeLinecap: "round",
|
|
57
|
-
strokeLinejoin: "round"
|
|
58
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
59
|
-
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",
|
|
60
|
-
fill: "#fff",
|
|
61
|
-
stroke: resolvedSecondaryColor,
|
|
62
|
-
strokeLinecap: "round",
|
|
63
|
-
strokeLinejoin: "round"
|
|
64
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
65
|
-
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",
|
|
66
|
-
fill: resolvedSecondaryColor,
|
|
67
|
-
stroke: resolvedSecondaryColor,
|
|
68
|
-
strokeLinecap: "round",
|
|
69
|
-
strokeLinejoin: "round"
|
|
70
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
71
|
-
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",
|
|
72
|
-
fill: "#fff",
|
|
73
|
-
stroke: resolvedSecondaryColor,
|
|
74
|
-
strokeLinecap: "round",
|
|
75
|
-
strokeLinejoin: "round"
|
|
76
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
77
|
-
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",
|
|
78
|
-
fill: resolvedSecondaryColor
|
|
79
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
80
|
-
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",
|
|
81
|
-
fill: "#fff"
|
|
82
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
83
|
-
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",
|
|
84
|
-
fill: resolvedSecondaryColor
|
|
85
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
86
|
-
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",
|
|
87
|
-
fill: "#fff"
|
|
88
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
89
|
-
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",
|
|
90
|
-
fill: resolvedSecondaryColor
|
|
91
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
92
|
-
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",
|
|
93
|
-
fill: "#fff"
|
|
94
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
95
|
-
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",
|
|
96
|
-
fill: resolvedSecondaryColor,
|
|
97
|
-
stroke: resolvedSecondaryColor,
|
|
98
|
-
strokeLinecap: "round",
|
|
99
|
-
strokeLinejoin: "round"
|
|
100
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
101
|
-
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",
|
|
102
|
-
fill: resolvedSecondaryColor
|
|
103
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
104
|
-
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",
|
|
105
|
-
stroke: resolvedSecondaryColor,
|
|
106
|
-
strokeLinecap: "round",
|
|
107
|
-
strokeLinejoin: "round"
|
|
108
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
109
|
-
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",
|
|
110
|
-
fill: resolvedSecondaryColor,
|
|
111
|
-
stroke: resolvedSecondaryColor,
|
|
112
|
-
strokeLinecap: "round",
|
|
113
|
-
strokeLinejoin: "round"
|
|
114
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
115
|
-
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",
|
|
116
|
-
fill: "#fff",
|
|
117
|
-
stroke: resolvedSecondaryColor,
|
|
118
|
-
strokeLinecap: "round",
|
|
119
|
-
strokeLinejoin: "round"
|
|
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
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
126
|
-
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",
|
|
127
|
-
fill: "#fff",
|
|
128
|
-
stroke: resolvedSecondaryColor,
|
|
129
|
-
strokeLinecap: "round",
|
|
130
|
-
strokeLinejoin: "round"
|
|
131
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
132
|
-
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",
|
|
133
|
-
fill: resolvedSecondaryColor
|
|
134
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
135
|
-
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",
|
|
136
|
-
fill: "#fff",
|
|
137
|
-
stroke: resolvedSecondaryColor,
|
|
138
|
-
strokeLinecap: "round",
|
|
139
|
-
strokeLinejoin: "round"
|
|
140
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
141
|
-
d: "M113 254.07a108.85 108.85 0 0 1-25.98-45.5",
|
|
142
|
-
stroke: resolvedSecondaryColor,
|
|
143
|
-
strokeLinecap: "round",
|
|
144
|
-
strokeLinejoin: "round"
|
|
145
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
146
|
-
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",
|
|
147
|
-
fill: "#fff",
|
|
148
|
-
stroke: resolvedSecondaryColor,
|
|
149
|
-
strokeLinecap: "round",
|
|
150
|
-
strokeLinejoin: "round"
|
|
151
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
152
|
-
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",
|
|
153
|
-
fill: "#fff"
|
|
154
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
155
|
-
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",
|
|
156
|
-
stroke: resolvedSecondaryColor,
|
|
157
|
-
strokeLinecap: "round",
|
|
158
|
-
strokeLinejoin: "round"
|
|
159
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
160
|
-
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",
|
|
161
|
-
fill: "#fff"
|
|
162
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
163
|
-
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",
|
|
164
|
-
fill: "#fff",
|
|
165
|
-
stroke: resolvedPrimaryColor,
|
|
166
|
-
strokeLinecap: "round",
|
|
167
|
-
strokeLinejoin: "round"
|
|
168
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
169
|
-
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",
|
|
170
|
-
fill: resolvedPrimaryColor
|
|
171
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
172
|
-
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",
|
|
173
|
-
stroke: resolvedSecondaryColor,
|
|
174
|
-
strokeLinecap: "round",
|
|
175
|
-
strokeLinejoin: "round"
|
|
176
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
177
|
-
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",
|
|
178
|
-
fill: "#fff",
|
|
179
|
-
stroke: resolvedSecondaryColor,
|
|
180
|
-
strokeLinecap: "round",
|
|
181
|
-
strokeLinejoin: "round"
|
|
182
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
183
|
-
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",
|
|
184
|
-
fill: "#fff",
|
|
185
|
-
stroke: resolvedSecondaryColor,
|
|
186
|
-
strokeLinecap: "round",
|
|
187
|
-
strokeLinejoin: "round"
|
|
188
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
189
|
-
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",
|
|
190
|
-
fill: resolvedSecondaryColor
|
|
191
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
192
|
-
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",
|
|
193
|
-
fill: "#fff",
|
|
194
|
-
stroke: resolvedSecondaryColor,
|
|
195
|
-
strokeLinecap: "round",
|
|
196
|
-
strokeLinejoin: "round"
|
|
197
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
198
|
-
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",
|
|
199
|
-
stroke: resolvedSecondaryColor,
|
|
200
|
-
strokeLinecap: "round",
|
|
201
|
-
strokeLinejoin: "round"
|
|
202
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
203
|
-
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",
|
|
204
|
-
fill: resolvedSecondaryColor
|
|
205
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
206
|
-
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",
|
|
207
|
-
fill: "#fff",
|
|
208
|
-
stroke: resolvedSecondaryColor,
|
|
209
|
-
strokeLinecap: "round",
|
|
210
|
-
strokeLinejoin: "round"
|
|
211
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
212
|
-
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",
|
|
213
|
-
fill: "#fff",
|
|
214
|
-
stroke: resolvedSecondaryColor,
|
|
215
|
-
strokeLinecap: "round",
|
|
216
|
-
strokeLinejoin: "round"
|
|
217
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
218
|
-
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",
|
|
219
|
-
fill: "#fff",
|
|
220
|
-
stroke: resolvedSecondaryColor,
|
|
221
|
-
strokeLinecap: "round",
|
|
222
|
-
strokeLinejoin: "round"
|
|
223
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
224
|
-
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",
|
|
225
|
-
fill: "#fff"
|
|
226
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
227
|
-
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",
|
|
228
|
-
fill: "#fff"
|
|
229
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
230
|
-
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",
|
|
231
|
-
stroke: resolvedSecondaryColor,
|
|
232
|
-
strokeLinecap: "round",
|
|
233
|
-
strokeLinejoin: "round"
|
|
234
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
235
|
-
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",
|
|
236
|
-
stroke: resolvedSecondaryColor,
|
|
237
|
-
strokeLinecap: "round",
|
|
238
|
-
strokeLinejoin: "round"
|
|
239
|
-
})));
|
|
9
|
+
return /* @__PURE__ */ React.createElement(
|
|
10
|
+
Box,
|
|
11
|
+
{
|
|
12
|
+
ref,
|
|
13
|
+
width,
|
|
14
|
+
height,
|
|
15
|
+
viewBox,
|
|
16
|
+
fill,
|
|
17
|
+
tag: "svg",
|
|
18
|
+
"aria-hidden": true,
|
|
19
|
+
...props
|
|
20
|
+
},
|
|
21
|
+
/* @__PURE__ */ React.createElement("path", { 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", fill: resolvedPrimaryColor }),
|
|
22
|
+
/* @__PURE__ */ React.createElement("path", { 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", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
23
|
+
/* @__PURE__ */ React.createElement("path", { 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", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
24
|
+
/* @__PURE__ */ React.createElement("path", { 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", fill: resolvedPrimaryColor, mask: "url(#igc-confirmation-el-1)" }),
|
|
25
|
+
/* @__PURE__ */ React.createElement("mask", { height: "237", id: "igc-confirmation-el-0", width: "226", x: "8", y: "12", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("path", { 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", fill: "#45DFA7" })),
|
|
26
|
+
/* @__PURE__ */ React.createElement("mask", { id: "igc-confirmation-el-1", fill: "#fff" }, /* @__PURE__ */ React.createElement("path", { 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" })),
|
|
27
|
+
/* @__PURE__ */ React.createElement("g", { mask: "url(#igc-confirmation-el-0)" }, /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { 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", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M114.69 195.08a70 70 0 1 0 0-139.99 70 70 0 0 0 0 139.99Z", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M113 254.07a108.85 108.85 0 0 1-25.98-45.5", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { 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", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.createElement("path", { 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", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { 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", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { 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", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { 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", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }))
|
|
28
|
+
);
|
|
240
29
|
};
|
|
241
30
|
Confirmation.displayName = "Confirmation";
|
|
242
31
|
var stdin_default = createBaseComponent(Confirmation);
|
package/lib/Congrats/index.js
CHANGED
|
@@ -16,7 +16,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
}
|
|
17
17
|
return to;
|
|
18
18
|
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
20
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
21
28
|
var stdin_exports = {};
|
|
22
29
|
__export(stdin_exports, {
|
|
@@ -31,117 +38,21 @@ const Congrats = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 8
|
|
|
31
38
|
const colorResolver = (0, import_useColorResolver.useColorResolver)();
|
|
32
39
|
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
33
40
|
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
34
|
-
return /* @__PURE__ */ import_react.default.createElement(
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
d: "M63.244 32.693a42.504 42.504 0 0 0-1.569-14.21.94.94 0 0 0-.642-.652 42.521 42.521 0 0 0-14.172-1.607l-3.686-3.694a11.324 11.324 0 0 0-16.006 0l-3.733 3.694a42.475 42.475 0 0 0-14.218 1.568.964.964 0 0 0-.651.65 42.71 42.71 0 0 0-1.569 14.211L3.312 36.34a11.324 11.324 0 0 0 0 16.007l3.686 3.686a42.71 42.71 0 0 0 1.569 14.21.941.941 0 0 0 .65.643 42.281 42.281 0 0 0 14.203 1.569l3.694 3.693a11.324 11.324 0 0 0 16.006 0l3.686-3.694a42.523 42.523 0 0 0 14.21-1.568.941.941 0 0 0 .644-.65 42.504 42.504 0 0 0 1.568-14.211l3.694-3.686a11.324 11.324 0 0 0 0-16.007l-3.678-3.639Z",
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
d: "M28.272 34.217a2.352 2.352 0 0 0-1.898 1.286L8.423 69.915a.721.721 0 0 0 .125.855l22.084-31.942c1.765-1.373 8.478 2.25 10.533 3.725-3.71-4.454-9.466-8.517-12.893-8.336Z",
|
|
50
|
-
fill: "#fff"
|
|
51
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
52
|
-
d: "m9.458 70.927 34.004-18.822a2.432 2.432 0 0 0 1.27-1.867c.542-5.662-10.979-16.32-16.468-16.03a2.352 2.352 0 0 0-1.89 1.294L8.422 69.915a.784.784 0 0 0 1.036 1.011Z",
|
|
53
|
-
stroke: resolvedSecondaryColor,
|
|
54
|
-
strokeLinecap: "round",
|
|
55
|
-
strokeLinejoin: "round",
|
|
56
|
-
strokeWidth: ".8"
|
|
57
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
58
|
-
d: "M25.723 52.646a16.154 16.154 0 0 0-7.976-.557 609.105 609.105 0 0 1-2.133 4.086c2.022.067 4.02.456 5.92 1.153a18.931 18.931 0 0 1 6 3.607l5.623-3.137a16.273 16.273 0 0 0-7.434-5.152ZM16.179 63.735a10.243 10.243 0 0 0-4.306-.376l-1.568 2.98a6.887 6.887 0 0 1 2.901 1.31c.284.238.546.5.785.784l5.387-2.988a10.249 10.249 0 0 0-3.2-1.71ZM44.732 50.246a4.52 4.52 0 0 0 0-.462 27.024 27.024 0 0 0-12.343-6.69 26.569 26.569 0 0 0-9.756-.423l-2.047 3.92a22.624 22.624 0 0 1 10.493 1.742 22.821 22.821 0 0 1 8.313 6.054l4.11-2.274a2.43 2.43 0 0 0 1.23-1.867Z",
|
|
59
|
-
fill: resolvedSecondaryColor
|
|
60
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
61
|
-
d: "M24.42 26.633a1.663 1.663 0 1 0 0-3.325 1.663 1.663 0 0 0 0 3.325Z",
|
|
62
|
-
stroke: resolvedSecondaryColor,
|
|
63
|
-
strokeLinecap: "round",
|
|
64
|
-
strokeLinejoin: "round",
|
|
65
|
-
strokeWidth: ".8"
|
|
66
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
67
|
-
d: "M56.16 4.008a1.569 1.569 0 1 0 0-3.137 1.569 1.569 0 0 0 0 3.137Z",
|
|
68
|
-
stroke: resolvedPrimaryColor,
|
|
69
|
-
strokeLinecap: "round",
|
|
70
|
-
strokeLinejoin: "round",
|
|
71
|
-
strokeWidth: ".8"
|
|
72
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
73
|
-
d: "M52.803 22.962a1.153 1.153 0 1 0 0-2.305 1.153 1.153 0 0 0 0 2.305Z",
|
|
74
|
-
fill: resolvedSecondaryColor
|
|
75
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
76
|
-
d: "M73.93 20.657a2.298 2.298 0 1 0 0-4.596 2.298 2.298 0 0 0 0 4.596Z",
|
|
77
|
-
fill: resolvedPrimaryColor
|
|
78
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
79
|
-
d: "M46.097 3.059c3.655 6.274 2.627 20.068-4.91 22.923-3.356 1.09-8.045-1.349-9.23-4.596-1.89-7.928 7.372-9.41 9.717-2.188 2.172 5.788 0 13.191-6.007 15.685l-1.694-3.874c4.258-1.623 5.795-6.666 4.705-10.901a5.309 5.309 0 0 0-1.325-2.643c-1.89-1.655-3.772-.612-4.015 1.796-.244 2.408 2.007 4.023 4.03 4.839 3.679 1.568 6.486-1.96 7.372-5.208 1.357-4.446 1.098-10.148-1.568-13.936l2.964-1.89-.039-.007Z",
|
|
80
|
-
fill: resolvedSecondaryColor,
|
|
81
|
-
stroke: resolvedSecondaryColor,
|
|
82
|
-
strokeLinecap: "round",
|
|
83
|
-
strokeLinejoin: "round",
|
|
84
|
-
strokeWidth: ".8"
|
|
85
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
86
|
-
d: "M37.11 27.809c.719-1.125 1.154-2.393 1.334-3.716.18-1.323.07-2.67-.322-3.946M42.145 19.088a14.548 14.548 0 0 1-.18 9.929",
|
|
87
|
-
stroke: resolvedPrimaryColor,
|
|
88
|
-
strokeLinecap: "round",
|
|
89
|
-
strokeLinejoin: "round",
|
|
90
|
-
strokeWidth: ".8"
|
|
91
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
92
|
-
d: "M45.14 45.376a14.014 14.014 0 0 1 4.918-7.654c4.439-3.443 12.03-2.91 15.16 2.094 2.18 3.843.548 10.195-4.77 9.615-3.709-1.028-3.261-6.055-2.415-8.925 1.796-5.898 6.572-11.042 12.642-12.548a18.037 18.037 0 0 1 9.325.283l-.886 2.736a14.115 14.115 0 0 0-14.9 3.208c-2.84 2.784-5.004 6.8-4.847 10.822a3.193 3.193 0 0 0 1.113 2.502c1.075.408 2.353-.4 2.886-1.388 2.682-7.45-6.932-10.666-12.234-6.854a13.073 13.073 0 0 0-4.705 6.533l-1.341-.432.055.008Z",
|
|
93
|
-
fill: resolvedSecondaryColor,
|
|
94
|
-
stroke: resolvedSecondaryColor,
|
|
95
|
-
strokeLinecap: "round",
|
|
96
|
-
strokeLinejoin: "round",
|
|
97
|
-
strokeWidth: ".8"
|
|
98
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
99
|
-
d: "M61.678 39.978c-.842-.838-2.13-1.407-3.325-1.614",
|
|
100
|
-
stroke: resolvedPrimaryColor,
|
|
101
|
-
strokeLinecap: "round",
|
|
102
|
-
strokeLinejoin: "round",
|
|
103
|
-
strokeWidth: ".8"
|
|
104
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
105
|
-
d: "M63.312 37.023c-1.148-.733-2.401-1.317-3.717-1.67",
|
|
106
|
-
stroke: "#fff",
|
|
107
|
-
strokeLinecap: "round",
|
|
108
|
-
strokeLinejoin: "round",
|
|
109
|
-
strokeWidth: ".8"
|
|
110
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
111
|
-
d: "M57.97 48.254c1.302.636 4.517-.282 4.965-3.356",
|
|
112
|
-
stroke: resolvedPrimaryColor,
|
|
113
|
-
strokeLinecap: "round",
|
|
114
|
-
strokeLinejoin: "round",
|
|
115
|
-
strokeWidth: ".8"
|
|
116
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
117
|
-
d: "m61.131 7.788-4.705 4.815c-1.82 3.678 3.67 11.92 2.25 17.551.785-2.502 2.636-3.035 3.412-5.537.008-5.583-6.297-12.932-.957-16.83Z",
|
|
118
|
-
fill: resolvedPrimaryColor,
|
|
119
|
-
stroke: resolvedSecondaryColor,
|
|
120
|
-
strokeLinecap: "round",
|
|
121
|
-
strokeLinejoin: "round",
|
|
122
|
-
strokeWidth: ".8"
|
|
123
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
124
|
-
d: "M73.31 0c.142 1.263.51 5.184-2.03 8.485-3.46 4.494-11.85.589-14.901 4.118a11.207 11.207 0 0 1 4.313-4.635c1.412-.91 6.054.259 9.207-2.431A9.686 9.686 0 0 0 73.31 0Z",
|
|
125
|
-
fill: "#fff",
|
|
126
|
-
stroke: resolvedSecondaryColor,
|
|
127
|
-
strokeLinecap: "round",
|
|
128
|
-
strokeLinejoin: "round",
|
|
129
|
-
strokeWidth: ".8"
|
|
130
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
131
|
-
d: "m46.372 29.464-3.294 1.114-.29 1.568-.66 7.12c3.577-.791 3.789-8.038 4.244-9.802Z",
|
|
132
|
-
fill: resolvedPrimaryColor,
|
|
133
|
-
stroke: resolvedSecondaryColor,
|
|
134
|
-
strokeLinecap: "round",
|
|
135
|
-
strokeLinejoin: "round",
|
|
136
|
-
strokeWidth: ".8"
|
|
137
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
138
|
-
d: "M61.868 22.64c.243 1.71.737 4.596-1.42 6.87-3.081 3.248-15.308-.783-17.66 2.62a5.427 5.427 0 0 1 2.407-4.423c4.321-2.917 12.297 2.008 16.673-5.066Z",
|
|
139
|
-
fill: "#fff",
|
|
140
|
-
stroke: resolvedSecondaryColor,
|
|
141
|
-
strokeLinecap: "round",
|
|
142
|
-
strokeLinejoin: "round",
|
|
143
|
-
strokeWidth: ".8"
|
|
144
|
-
})), /* @__PURE__ */ import_react.default.createElement("defs", null));
|
|
41
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
42
|
+
import_base_components.Box,
|
|
43
|
+
{
|
|
44
|
+
ref,
|
|
45
|
+
width,
|
|
46
|
+
height,
|
|
47
|
+
viewBox,
|
|
48
|
+
fill,
|
|
49
|
+
tag: "svg",
|
|
50
|
+
"aria-hidden": true,
|
|
51
|
+
...props
|
|
52
|
+
},
|
|
53
|
+
/* @__PURE__ */ import_react.default.createElement("g", { clipPath: "url(#igc-congrats-el-0)" }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M63.244 32.693a42.504 42.504 0 0 0-1.569-14.21.94.94 0 0 0-.642-.652 42.521 42.521 0 0 0-14.172-1.607l-3.686-3.694a11.324 11.324 0 0 0-16.006 0l-3.733 3.694a42.475 42.475 0 0 0-14.218 1.568.964.964 0 0 0-.651.65 42.71 42.71 0 0 0-1.569 14.211L3.312 36.34a11.324 11.324 0 0 0 0 16.007l3.686 3.686a42.71 42.71 0 0 0 1.569 14.21.941.941 0 0 0 .65.643 42.281 42.281 0 0 0 14.203 1.569l3.694 3.693a11.324 11.324 0 0 0 16.006 0l3.686-3.694a42.523 42.523 0 0 0 14.21-1.568.941.941 0 0 0 .644-.65 42.504 42.504 0 0 0 1.568-14.211l3.694-3.686a11.324 11.324 0 0 0 0-16.007l-3.678-3.639Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M28.272 34.217a2.352 2.352 0 0 0-1.898 1.286L8.423 69.915a.721.721 0 0 0 .125.855l22.084-31.942c1.765-1.373 8.478 2.25 10.533 3.725-3.71-4.454-9.466-8.517-12.893-8.336Z", fill: "#fff" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m9.458 70.927 34.004-18.822a2.432 2.432 0 0 0 1.27-1.867c.542-5.662-10.979-16.32-16.468-16.03a2.352 2.352 0 0 0-1.89 1.294L8.422 69.915a.784.784 0 0 0 1.036 1.011Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M25.723 52.646a16.154 16.154 0 0 0-7.976-.557 609.105 609.105 0 0 1-2.133 4.086c2.022.067 4.02.456 5.92 1.153a18.931 18.931 0 0 1 6 3.607l5.623-3.137a16.273 16.273 0 0 0-7.434-5.152ZM16.179 63.735a10.243 10.243 0 0 0-4.306-.376l-1.568 2.98a6.887 6.887 0 0 1 2.901 1.31c.284.238.546.5.785.784l5.387-2.988a10.249 10.249 0 0 0-3.2-1.71ZM44.732 50.246a4.52 4.52 0 0 0 0-.462 27.024 27.024 0 0 0-12.343-6.69 26.569 26.569 0 0 0-9.756-.423l-2.047 3.92a22.624 22.624 0 0 1 10.493 1.742 22.821 22.821 0 0 1 8.313 6.054l4.11-2.274a2.43 2.43 0 0 0 1.23-1.867Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M24.42 26.633a1.663 1.663 0 1 0 0-3.325 1.663 1.663 0 0 0 0 3.325Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M56.16 4.008a1.569 1.569 0 1 0 0-3.137 1.569 1.569 0 0 0 0 3.137Z", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M52.803 22.962a1.153 1.153 0 1 0 0-2.305 1.153 1.153 0 0 0 0 2.305Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M73.93 20.657a2.298 2.298 0 1 0 0-4.596 2.298 2.298 0 0 0 0 4.596Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M46.097 3.059c3.655 6.274 2.627 20.068-4.91 22.923-3.356 1.09-8.045-1.349-9.23-4.596-1.89-7.928 7.372-9.41 9.717-2.188 2.172 5.788 0 13.191-6.007 15.685l-1.694-3.874c4.258-1.623 5.795-6.666 4.705-10.901a5.309 5.309 0 0 0-1.325-2.643c-1.89-1.655-3.772-.612-4.015 1.796-.244 2.408 2.007 4.023 4.03 4.839 3.679 1.568 6.486-1.96 7.372-5.208 1.357-4.446 1.098-10.148-1.568-13.936l2.964-1.89-.039-.007Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M37.11 27.809c.719-1.125 1.154-2.393 1.334-3.716.18-1.323.07-2.67-.322-3.946M42.145 19.088a14.548 14.548 0 0 1-.18 9.929", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M45.14 45.376a14.014 14.014 0 0 1 4.918-7.654c4.439-3.443 12.03-2.91 15.16 2.094 2.18 3.843.548 10.195-4.77 9.615-3.709-1.028-3.261-6.055-2.415-8.925 1.796-5.898 6.572-11.042 12.642-12.548a18.037 18.037 0 0 1 9.325.283l-.886 2.736a14.115 14.115 0 0 0-14.9 3.208c-2.84 2.784-5.004 6.8-4.847 10.822a3.193 3.193 0 0 0 1.113 2.502c1.075.408 2.353-.4 2.886-1.388 2.682-7.45-6.932-10.666-12.234-6.854a13.073 13.073 0 0 0-4.705 6.533l-1.341-.432.055.008Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M61.678 39.978c-.842-.838-2.13-1.407-3.325-1.614", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M63.312 37.023c-1.148-.733-2.401-1.317-3.717-1.67", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M57.97 48.254c1.302.636 4.517-.282 4.965-3.356", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m61.131 7.788-4.705 4.815c-1.82 3.678 3.67 11.92 2.25 17.551.785-2.502 2.636-3.035 3.412-5.537.008-5.583-6.297-12.932-.957-16.83Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M73.31 0c.142 1.263.51 5.184-2.03 8.485-3.46 4.494-11.85.589-14.901 4.118a11.207 11.207 0 0 1 4.313-4.635c1.412-.91 6.054.259 9.207-2.431A9.686 9.686 0 0 0 73.31 0Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "m46.372 29.464-3.294 1.114-.29 1.568-.66 7.12c3.577-.791 3.789-8.038 4.244-9.802Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M61.868 22.64c.243 1.71.737 4.596-1.42 6.87-3.081 3.248-15.308-.783-17.66 2.62a5.427 5.427 0 0 1 2.407-4.423c4.321-2.917 12.297 2.008 16.673-5.066Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" })),
|
|
54
|
+
/* @__PURE__ */ import_react.default.createElement("defs", null)
|
|
55
|
+
);
|
|
145
56
|
};
|
|
146
57
|
Congrats.displayName = "Congrats";
|
|
147
58
|
var stdin_default = (0, import_core.createBaseComponent)(Congrats);
|
package/lib/Congrats/index.mjs
CHANGED
|
@@ -6,117 +6,21 @@ const Congrats = ({ fill = "none", width = "80", height = "80", viewBox = "0 0 8
|
|
|
6
6
|
const colorResolver = useColorResolver();
|
|
7
7
|
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
8
8
|
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
9
|
-
return /* @__PURE__ */ React.createElement(
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
d: "M63.244 32.693a42.504 42.504 0 0 0-1.569-14.21.94.94 0 0 0-.642-.652 42.521 42.521 0 0 0-14.172-1.607l-3.686-3.694a11.324 11.324 0 0 0-16.006 0l-3.733 3.694a42.475 42.475 0 0 0-14.218 1.568.964.964 0 0 0-.651.65 42.71 42.71 0 0 0-1.569 14.211L3.312 36.34a11.324 11.324 0 0 0 0 16.007l3.686 3.686a42.71 42.71 0 0 0 1.569 14.21.941.941 0 0 0 .65.643 42.281 42.281 0 0 0 14.203 1.569l3.694 3.693a11.324 11.324 0 0 0 16.006 0l3.686-3.694a42.523 42.523 0 0 0 14.21-1.568.941.941 0 0 0 .644-.65 42.504 42.504 0 0 0 1.568-14.211l3.694-3.686a11.324 11.324 0 0 0 0-16.007l-3.678-3.639Z",
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
d: "M28.272 34.217a2.352 2.352 0 0 0-1.898 1.286L8.423 69.915a.721.721 0 0 0 .125.855l22.084-31.942c1.765-1.373 8.478 2.25 10.533 3.725-3.71-4.454-9.466-8.517-12.893-8.336Z",
|
|
25
|
-
fill: "#fff"
|
|
26
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
27
|
-
d: "m9.458 70.927 34.004-18.822a2.432 2.432 0 0 0 1.27-1.867c.542-5.662-10.979-16.32-16.468-16.03a2.352 2.352 0 0 0-1.89 1.294L8.422 69.915a.784.784 0 0 0 1.036 1.011Z",
|
|
28
|
-
stroke: resolvedSecondaryColor,
|
|
29
|
-
strokeLinecap: "round",
|
|
30
|
-
strokeLinejoin: "round",
|
|
31
|
-
strokeWidth: ".8"
|
|
32
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
33
|
-
d: "M25.723 52.646a16.154 16.154 0 0 0-7.976-.557 609.105 609.105 0 0 1-2.133 4.086c2.022.067 4.02.456 5.92 1.153a18.931 18.931 0 0 1 6 3.607l5.623-3.137a16.273 16.273 0 0 0-7.434-5.152ZM16.179 63.735a10.243 10.243 0 0 0-4.306-.376l-1.568 2.98a6.887 6.887 0 0 1 2.901 1.31c.284.238.546.5.785.784l5.387-2.988a10.249 10.249 0 0 0-3.2-1.71ZM44.732 50.246a4.52 4.52 0 0 0 0-.462 27.024 27.024 0 0 0-12.343-6.69 26.569 26.569 0 0 0-9.756-.423l-2.047 3.92a22.624 22.624 0 0 1 10.493 1.742 22.821 22.821 0 0 1 8.313 6.054l4.11-2.274a2.43 2.43 0 0 0 1.23-1.867Z",
|
|
34
|
-
fill: resolvedSecondaryColor
|
|
35
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
36
|
-
d: "M24.42 26.633a1.663 1.663 0 1 0 0-3.325 1.663 1.663 0 0 0 0 3.325Z",
|
|
37
|
-
stroke: resolvedSecondaryColor,
|
|
38
|
-
strokeLinecap: "round",
|
|
39
|
-
strokeLinejoin: "round",
|
|
40
|
-
strokeWidth: ".8"
|
|
41
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
42
|
-
d: "M56.16 4.008a1.569 1.569 0 1 0 0-3.137 1.569 1.569 0 0 0 0 3.137Z",
|
|
43
|
-
stroke: resolvedPrimaryColor,
|
|
44
|
-
strokeLinecap: "round",
|
|
45
|
-
strokeLinejoin: "round",
|
|
46
|
-
strokeWidth: ".8"
|
|
47
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
48
|
-
d: "M52.803 22.962a1.153 1.153 0 1 0 0-2.305 1.153 1.153 0 0 0 0 2.305Z",
|
|
49
|
-
fill: resolvedSecondaryColor
|
|
50
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
51
|
-
d: "M73.93 20.657a2.298 2.298 0 1 0 0-4.596 2.298 2.298 0 0 0 0 4.596Z",
|
|
52
|
-
fill: resolvedPrimaryColor
|
|
53
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
54
|
-
d: "M46.097 3.059c3.655 6.274 2.627 20.068-4.91 22.923-3.356 1.09-8.045-1.349-9.23-4.596-1.89-7.928 7.372-9.41 9.717-2.188 2.172 5.788 0 13.191-6.007 15.685l-1.694-3.874c4.258-1.623 5.795-6.666 4.705-10.901a5.309 5.309 0 0 0-1.325-2.643c-1.89-1.655-3.772-.612-4.015 1.796-.244 2.408 2.007 4.023 4.03 4.839 3.679 1.568 6.486-1.96 7.372-5.208 1.357-4.446 1.098-10.148-1.568-13.936l2.964-1.89-.039-.007Z",
|
|
55
|
-
fill: resolvedSecondaryColor,
|
|
56
|
-
stroke: resolvedSecondaryColor,
|
|
57
|
-
strokeLinecap: "round",
|
|
58
|
-
strokeLinejoin: "round",
|
|
59
|
-
strokeWidth: ".8"
|
|
60
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
61
|
-
d: "M37.11 27.809c.719-1.125 1.154-2.393 1.334-3.716.18-1.323.07-2.67-.322-3.946M42.145 19.088a14.548 14.548 0 0 1-.18 9.929",
|
|
62
|
-
stroke: resolvedPrimaryColor,
|
|
63
|
-
strokeLinecap: "round",
|
|
64
|
-
strokeLinejoin: "round",
|
|
65
|
-
strokeWidth: ".8"
|
|
66
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
67
|
-
d: "M45.14 45.376a14.014 14.014 0 0 1 4.918-7.654c4.439-3.443 12.03-2.91 15.16 2.094 2.18 3.843.548 10.195-4.77 9.615-3.709-1.028-3.261-6.055-2.415-8.925 1.796-5.898 6.572-11.042 12.642-12.548a18.037 18.037 0 0 1 9.325.283l-.886 2.736a14.115 14.115 0 0 0-14.9 3.208c-2.84 2.784-5.004 6.8-4.847 10.822a3.193 3.193 0 0 0 1.113 2.502c1.075.408 2.353-.4 2.886-1.388 2.682-7.45-6.932-10.666-12.234-6.854a13.073 13.073 0 0 0-4.705 6.533l-1.341-.432.055.008Z",
|
|
68
|
-
fill: resolvedSecondaryColor,
|
|
69
|
-
stroke: resolvedSecondaryColor,
|
|
70
|
-
strokeLinecap: "round",
|
|
71
|
-
strokeLinejoin: "round",
|
|
72
|
-
strokeWidth: ".8"
|
|
73
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
74
|
-
d: "M61.678 39.978c-.842-.838-2.13-1.407-3.325-1.614",
|
|
75
|
-
stroke: resolvedPrimaryColor,
|
|
76
|
-
strokeLinecap: "round",
|
|
77
|
-
strokeLinejoin: "round",
|
|
78
|
-
strokeWidth: ".8"
|
|
79
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
80
|
-
d: "M63.312 37.023c-1.148-.733-2.401-1.317-3.717-1.67",
|
|
81
|
-
stroke: "#fff",
|
|
82
|
-
strokeLinecap: "round",
|
|
83
|
-
strokeLinejoin: "round",
|
|
84
|
-
strokeWidth: ".8"
|
|
85
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
86
|
-
d: "M57.97 48.254c1.302.636 4.517-.282 4.965-3.356",
|
|
87
|
-
stroke: resolvedPrimaryColor,
|
|
88
|
-
strokeLinecap: "round",
|
|
89
|
-
strokeLinejoin: "round",
|
|
90
|
-
strokeWidth: ".8"
|
|
91
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
92
|
-
d: "m61.131 7.788-4.705 4.815c-1.82 3.678 3.67 11.92 2.25 17.551.785-2.502 2.636-3.035 3.412-5.537.008-5.583-6.297-12.932-.957-16.83Z",
|
|
93
|
-
fill: resolvedPrimaryColor,
|
|
94
|
-
stroke: resolvedSecondaryColor,
|
|
95
|
-
strokeLinecap: "round",
|
|
96
|
-
strokeLinejoin: "round",
|
|
97
|
-
strokeWidth: ".8"
|
|
98
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
99
|
-
d: "M73.31 0c.142 1.263.51 5.184-2.03 8.485-3.46 4.494-11.85.589-14.901 4.118a11.207 11.207 0 0 1 4.313-4.635c1.412-.91 6.054.259 9.207-2.431A9.686 9.686 0 0 0 73.31 0Z",
|
|
100
|
-
fill: "#fff",
|
|
101
|
-
stroke: resolvedSecondaryColor,
|
|
102
|
-
strokeLinecap: "round",
|
|
103
|
-
strokeLinejoin: "round",
|
|
104
|
-
strokeWidth: ".8"
|
|
105
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
106
|
-
d: "m46.372 29.464-3.294 1.114-.29 1.568-.66 7.12c3.577-.791 3.789-8.038 4.244-9.802Z",
|
|
107
|
-
fill: resolvedPrimaryColor,
|
|
108
|
-
stroke: resolvedSecondaryColor,
|
|
109
|
-
strokeLinecap: "round",
|
|
110
|
-
strokeLinejoin: "round",
|
|
111
|
-
strokeWidth: ".8"
|
|
112
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
113
|
-
d: "M61.868 22.64c.243 1.71.737 4.596-1.42 6.87-3.081 3.248-15.308-.783-17.66 2.62a5.427 5.427 0 0 1 2.407-4.423c4.321-2.917 12.297 2.008 16.673-5.066Z",
|
|
114
|
-
fill: "#fff",
|
|
115
|
-
stroke: resolvedSecondaryColor,
|
|
116
|
-
strokeLinecap: "round",
|
|
117
|
-
strokeLinejoin: "round",
|
|
118
|
-
strokeWidth: ".8"
|
|
119
|
-
})), /* @__PURE__ */ React.createElement("defs", null));
|
|
9
|
+
return /* @__PURE__ */ React.createElement(
|
|
10
|
+
Box,
|
|
11
|
+
{
|
|
12
|
+
ref,
|
|
13
|
+
width,
|
|
14
|
+
height,
|
|
15
|
+
viewBox,
|
|
16
|
+
fill,
|
|
17
|
+
tag: "svg",
|
|
18
|
+
"aria-hidden": true,
|
|
19
|
+
...props
|
|
20
|
+
},
|
|
21
|
+
/* @__PURE__ */ React.createElement("g", { clipPath: "url(#igc-congrats-el-0)" }, /* @__PURE__ */ React.createElement("path", { d: "M63.244 32.693a42.504 42.504 0 0 0-1.569-14.21.94.94 0 0 0-.642-.652 42.521 42.521 0 0 0-14.172-1.607l-3.686-3.694a11.324 11.324 0 0 0-16.006 0l-3.733 3.694a42.475 42.475 0 0 0-14.218 1.568.964.964 0 0 0-.651.65 42.71 42.71 0 0 0-1.569 14.211L3.312 36.34a11.324 11.324 0 0 0 0 16.007l3.686 3.686a42.71 42.71 0 0 0 1.569 14.21.941.941 0 0 0 .65.643 42.281 42.281 0 0 0 14.203 1.569l3.694 3.693a11.324 11.324 0 0 0 16.006 0l3.686-3.694a42.523 42.523 0 0 0 14.21-1.568.941.941 0 0 0 .644-.65 42.504 42.504 0 0 0 1.568-14.211l3.694-3.686a11.324 11.324 0 0 0 0-16.007l-3.678-3.639Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M28.272 34.217a2.352 2.352 0 0 0-1.898 1.286L8.423 69.915a.721.721 0 0 0 .125.855l22.084-31.942c1.765-1.373 8.478 2.25 10.533 3.725-3.71-4.454-9.466-8.517-12.893-8.336Z", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "m9.458 70.927 34.004-18.822a2.432 2.432 0 0 0 1.27-1.867c.542-5.662-10.979-16.32-16.468-16.03a2.352 2.352 0 0 0-1.89 1.294L8.422 69.915a.784.784 0 0 0 1.036 1.011Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ React.createElement("path", { d: "M25.723 52.646a16.154 16.154 0 0 0-7.976-.557 609.105 609.105 0 0 1-2.133 4.086c2.022.067 4.02.456 5.92 1.153a18.931 18.931 0 0 1 6 3.607l5.623-3.137a16.273 16.273 0 0 0-7.434-5.152ZM16.179 63.735a10.243 10.243 0 0 0-4.306-.376l-1.568 2.98a6.887 6.887 0 0 1 2.901 1.31c.284.238.546.5.785.784l5.387-2.988a10.249 10.249 0 0 0-3.2-1.71ZM44.732 50.246a4.52 4.52 0 0 0 0-.462 27.024 27.024 0 0 0-12.343-6.69 26.569 26.569 0 0 0-9.756-.423l-2.047 3.92a22.624 22.624 0 0 1 10.493 1.742 22.821 22.821 0 0 1 8.313 6.054l4.11-2.274a2.43 2.43 0 0 0 1.23-1.867Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M24.42 26.633a1.663 1.663 0 1 0 0-3.325 1.663 1.663 0 0 0 0 3.325Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ React.createElement("path", { d: "M56.16 4.008a1.569 1.569 0 1 0 0-3.137 1.569 1.569 0 0 0 0 3.137Z", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ React.createElement("path", { d: "M52.803 22.962a1.153 1.153 0 1 0 0-2.305 1.153 1.153 0 0 0 0 2.305Z", fill: resolvedSecondaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M73.93 20.657a2.298 2.298 0 1 0 0-4.596 2.298 2.298 0 0 0 0 4.596Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M46.097 3.059c3.655 6.274 2.627 20.068-4.91 22.923-3.356 1.09-8.045-1.349-9.23-4.596-1.89-7.928 7.372-9.41 9.717-2.188 2.172 5.788 0 13.191-6.007 15.685l-1.694-3.874c4.258-1.623 5.795-6.666 4.705-10.901a5.309 5.309 0 0 0-1.325-2.643c-1.89-1.655-3.772-.612-4.015 1.796-.244 2.408 2.007 4.023 4.03 4.839 3.679 1.568 6.486-1.96 7.372-5.208 1.357-4.446 1.098-10.148-1.568-13.936l2.964-1.89-.039-.007Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ React.createElement("path", { d: "M37.11 27.809c.719-1.125 1.154-2.393 1.334-3.716.18-1.323.07-2.67-.322-3.946M42.145 19.088a14.548 14.548 0 0 1-.18 9.929", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ React.createElement("path", { d: "M45.14 45.376a14.014 14.014 0 0 1 4.918-7.654c4.439-3.443 12.03-2.91 15.16 2.094 2.18 3.843.548 10.195-4.77 9.615-3.709-1.028-3.261-6.055-2.415-8.925 1.796-5.898 6.572-11.042 12.642-12.548a18.037 18.037 0 0 1 9.325.283l-.886 2.736a14.115 14.115 0 0 0-14.9 3.208c-2.84 2.784-5.004 6.8-4.847 10.822a3.193 3.193 0 0 0 1.113 2.502c1.075.408 2.353-.4 2.886-1.388 2.682-7.45-6.932-10.666-12.234-6.854a13.073 13.073 0 0 0-4.705 6.533l-1.341-.432.055.008Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ React.createElement("path", { d: "M61.678 39.978c-.842-.838-2.13-1.407-3.325-1.614", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ React.createElement("path", { d: "M63.312 37.023c-1.148-.733-2.401-1.317-3.717-1.67", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ React.createElement("path", { d: "M57.97 48.254c1.302.636 4.517-.282 4.965-3.356", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ React.createElement("path", { d: "m61.131 7.788-4.705 4.815c-1.82 3.678 3.67 11.92 2.25 17.551.785-2.502 2.636-3.035 3.412-5.537.008-5.583-6.297-12.932-.957-16.83Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ React.createElement("path", { d: "M73.31 0c.142 1.263.51 5.184-2.03 8.485-3.46 4.494-11.85.589-14.901 4.118a11.207 11.207 0 0 1 4.313-4.635c1.412-.91 6.054.259 9.207-2.431A9.686 9.686 0 0 0 73.31 0Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ React.createElement("path", { d: "m46.372 29.464-3.294 1.114-.29 1.568-.66 7.12c3.577-.791 3.789-8.038 4.244-9.802Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" }), /* @__PURE__ */ React.createElement("path", { d: "M61.868 22.64c.243 1.71.737 4.596-1.42 6.87-3.081 3.248-15.308-.783-17.66 2.62a5.427 5.427 0 0 1 2.407-4.423c4.321-2.917 12.297 2.008 16.673-5.066Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".8" })),
|
|
22
|
+
/* @__PURE__ */ React.createElement("defs", null)
|
|
23
|
+
);
|
|
120
24
|
};
|
|
121
25
|
Congrats.displayName = "Congrats";
|
|
122
26
|
var stdin_default = createBaseComponent(Congrats);
|