@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
package/lib/PageError/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,194 +38,58 @@ const PageError = ({ fill = "none", width = "260", height = "260", viewBox = "0
|
|
|
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
|
-
|
|
47
|
-
d: "M123.388 140.809c.652.218 5.775 3.977 7.291 4.413 1.517.436 6.131-.654 6.783 2.388.652 3.041-1.517 3.19-1.517 3.19a3.809 3.809 0 0 1-1.193 4.253c-2.163 1.957-3.892.33-3.892.33s-.531 2.456-4.513 1.303c-4.741-1.383-9.233-3.908-14.647-3.478-5.415.431 11.688-12.399 11.688-12.399Z",
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
d: "
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
strokeLinejoin: "round"
|
|
54
|
-
|
|
55
|
-
d: "
|
|
56
|
-
fill: "
|
|
57
|
-
|
|
58
|
-
d: "
|
|
59
|
-
fill: "#fff"
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
fill:
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
fill:
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
stroke: resolvedSecondaryColor,
|
|
69
|
-
|
|
70
|
-
strokeLinejoin: "round"
|
|
71
|
-
|
|
72
|
-
d: "
|
|
73
|
-
|
|
74
|
-
stroke: resolvedSecondaryColor,
|
|
75
|
-
strokeLinecap: "round",
|
|
76
|
-
strokeLinejoin: "round"
|
|
77
|
-
|
|
78
|
-
d: "
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
d: "
|
|
85
|
-
|
|
86
|
-
stroke: resolvedSecondaryColor,
|
|
87
|
-
strokeLinecap: "round",
|
|
88
|
-
strokeLinejoin: "round"
|
|
89
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
90
|
-
d: "m252.18 145.76-15.003 11.638 2.022 2.62 15.003-11.638-2.022-2.62ZM259.364 166.852l-3.606 2.796-3.956-4.546 4.168-3.238 3.394 4.988Z",
|
|
91
|
-
fill: resolvedSecondaryColor,
|
|
92
|
-
stroke: resolvedSecondaryColor,
|
|
93
|
-
strokeLinecap: "round",
|
|
94
|
-
strokeLinejoin: "round"
|
|
95
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
96
|
-
d: "m246.715 153.953 6.247-4.849 1.029 1.329-7.276 3.52ZM200.105 109.971l-23.376 2.403-1.866-2.403V84.662h25.242l1.965 2.529-1.965 22.78Z",
|
|
97
|
-
fill: resolvedSecondaryColor,
|
|
98
|
-
stroke: resolvedSecondaryColor,
|
|
99
|
-
strokeLinecap: "round",
|
|
100
|
-
strokeLinejoin: "round"
|
|
101
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
102
|
-
d: "M202.013 87.214H176.77v25.309h25.243V87.214Z",
|
|
103
|
-
fill: "#fff",
|
|
104
|
-
stroke: resolvedSecondaryColor,
|
|
105
|
-
strokeLinecap: "round",
|
|
106
|
-
strokeLinejoin: "round"
|
|
107
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
108
|
-
d: "M189.366 106.738c3.796 0 6.873-3.085 6.873-6.89 0-3.806-3.077-6.891-6.873-6.891-3.796 0-6.873 3.085-6.873 6.89 0 3.806 3.077 6.891 6.873 6.891Z",
|
|
109
|
-
fill: "#fff",
|
|
110
|
-
stroke: resolvedSecondaryColor,
|
|
111
|
-
strokeLinecap: "round",
|
|
112
|
-
strokeLinejoin: "round"
|
|
113
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
114
|
-
d: "M185.663 100.592c.697 0 1.262-.567 1.262-1.266a1.264 1.264 0 1 0-2.525 0c0 .699.565 1.266 1.263 1.266ZM190.749 100.592c.698 0 1.263-.567 1.263-1.266a1.264 1.264 0 1 0-2.525 0c0 .699.565 1.266 1.262 1.266Z",
|
|
115
|
-
fill: resolvedSecondaryColor,
|
|
116
|
-
stroke: resolvedSecondaryColor,
|
|
117
|
-
strokeLinecap: "round",
|
|
118
|
-
strokeLinejoin: "round"
|
|
119
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
120
|
-
d: "M192.307 93.595a6.89 6.89 0 0 1-.732 10.777 6.856 6.856 0 0 1-3.887 1.202 6.922 6.922 0 0 1-2.652-.532 6.889 6.889 0 0 0 5.583 1.84 6.897 6.897 0 0 0 5.994-5.985 6.925 6.925 0 0 0-1.811-5.605 6.889 6.889 0 0 0-2.49-1.697h-.005Z",
|
|
121
|
-
fill: resolvedSecondaryColor,
|
|
122
|
-
stroke: resolvedSecondaryColor,
|
|
123
|
-
strokeLinecap: "round",
|
|
124
|
-
strokeLinejoin: "round"
|
|
125
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
126
|
-
d: "M33.7 91.886a79.929 79.929 0 0 1 33.272-15.318c4.434-.883 7.319 1.18 5.187 5.72-3.235 6.913-8.31 11.533-13.756 16.404a22.262 22.262 0 0 1 9.826.965 22.31 22.31 0 0 1 8.449 5.121 22.381 22.381 0 0 1 5.418 8.275 22.43 22.43 0 0 1 1.327 9.809c-.706 7.933-5.537 14.888-10.861 20.795-4.508 5.009-11.285 12.266-18.672 17.365M92.043 101.815c5.182 0 9.382-1.555 9.382-3.472 0-1.918-4.2-3.472-9.382-3.472-5.18 0-9.38 1.554-9.38 3.472 0 1.917 4.2 3.472 9.38 3.472Z",
|
|
127
|
-
fill: resolvedPrimaryColor
|
|
128
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
129
|
-
d: "M26.706 99.832S45.294 73.3 65.212 70.472c21.383-3.063 39.163 9.783 51.525 26.042 8.772 11.476 16.463 27.395 10.081 41.749-3.113 6.981-8.331 10.038-14.249 14.185-2.774 1.941-9.779 8.055-7.313 12.001",
|
|
130
|
-
stroke: resolvedSecondaryColor,
|
|
131
|
-
strokeLinecap: "round",
|
|
132
|
-
strokeLinejoin: "round"
|
|
133
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
134
|
-
d: "M106.36 162.502s53.105 18.174 56.356 18.376c3.251.202 3.246-1.064 7.356-.654 4.11.409 4.735 2.796 4.772 3.69.069 2.318-1.734 2.169-1.734 2.169s.647 3.477-2.381 4.562c-3.028 1.085-4.773-.218-4.773-.218s-3.463 3.472-6.496.436c-3.033-3.036-12.118-5.402-25.534-6.513-13.417-1.112-29.009-2.388-29.009-2.388l1.443-19.46ZM43.778 167.087s-.865 4.785.87 6.731c1.733 1.946 29.007 14.973 32.253 15.627 3.245.654 9.09-2.175 12.77-.218 3.68 1.957 4.772 6.077.434 6.726 0 0-.864 5.428-7.578 1.063-1.511 2.388-4.327 3.26-7.36-.648-4.545-.218-41.741-1.096-56.494-13.24.543.89.985 1.839 1.315 2.829.265 2.052-2.037.702-2.62 0-1.946-2.387-2.81-5.849-2.81-5.849s.646 5.211-.87 3.908c-1.517-1.302-2.594-7.81-.213-11.936 2.217-3.839 9.323-6.301 8.539-11.464-.229-1.483-.944-2.844-1.591-4.211-3.713-7.975-4.317-17.078-3.5-25.781 0 0-.435 7.38-1.517 7.162-1.082-.218.435-13.452.435-13.452s-1.06 6.508-2.17 4.556c-1.108-1.951 6.364-26.202 20.153-36.761 13.788-10.56 20.528 59.332 20.528 59.332s-9.922 13.021-10.574 15.626Z",
|
|
135
|
-
fill: resolvedPrimaryColor
|
|
136
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
137
|
-
d: "M82.026 193.766s2.333 1.063.6 4.525M89.021 191.852s2.433 1.425 1.283 5.157M164.689 186.11s3.112 1.063 1.06 5.471M171.047 182.919s2.65.272 2.618 4.334",
|
|
138
|
-
stroke: resolvedSecondaryColor,
|
|
139
|
-
strokeLinecap: "round",
|
|
140
|
-
strokeLinejoin: "round"
|
|
141
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
142
|
-
d: "M88.059 188.688s13.204 1.303 15.803-4.338c2.598-5.642 3.463-16.93 3.028-20.62-.435-3.689-2.593-6.077-7.578-7.597-4.985-1.521-12.558 1.738-12.558 1.738l-11.906-1.738v-21.704s-9.545 2.605-18.83 11.5c-9.287 8.896-12.559 17.583-12.776 21.704-.066 2.567.025 4.976 1.758 6.867 0 0 9.922 5.25 16.5 8.5 6.107 3.017 16 7.5 16 7.5l10.559-1.812Z",
|
|
143
|
-
fill: "#fff"
|
|
144
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
145
|
-
d: "M76.94 156.946s6.676-.446 11.449.367c0 0 7.19-17.078 20.825-20.332",
|
|
146
|
-
stroke: resolvedSecondaryColor,
|
|
147
|
-
strokeLinecap: "round",
|
|
148
|
-
strokeLinejoin: "round"
|
|
149
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
150
|
-
d: "M75.187 134.429s-6.926 8.028-9.742 12.915c-2.815 4.886-4.327 9.873-3.574 10.309.753.436 3.712 0 8.66-.76 3.463-.532 5.494-.403 6.47-.653-.045.122.083-.021 0 0 .655-1.785-2.523-13.889-1.814-21.811Z",
|
|
151
|
-
fill: resolvedSecondaryColor
|
|
152
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
153
|
-
d: "M77.001 156.24c-.976.25-3.007.121-6.47.653-4.948.76-7.907 1.196-8.66.76-.753-.436.758-5.423 3.574-10.309 2.816-4.887 9.742-12.915 9.742-12.915-.71 7.922 2.469 20.026 1.814 21.811Zm0 0c.083-.021-.045.122 0 0Z",
|
|
154
|
-
stroke: resolvedSecondaryColor,
|
|
155
|
-
strokeLinecap: "round",
|
|
156
|
-
strokeLinejoin: "round"
|
|
157
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
158
|
-
d: "M106.985 162.609s-1.331-6.817-.769-12.607a57.456 57.456 0 0 1 3.028-13.021s-3.028 2.169-6.602 7.704c-3.574 5.535-4.083 13.441-4.083 13.441 1.103.309 6.406 1.532 8.426 4.483Z",
|
|
159
|
-
fill: resolvedSecondaryColor,
|
|
160
|
-
stroke: resolvedSecondaryColor,
|
|
161
|
-
strokeLinecap: "round",
|
|
162
|
-
strokeLinejoin: "round"
|
|
163
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
164
|
-
d: "M89.098 183.507c.075-.149 2.201.144 4.97 0a13.595 13.595 0 0 0 7.201-2.377c3.097-2.211 3.383-7.842 3.182-11.511-.271-4.519-2.429-5.987-6.576-7.21a67.977 67.977 0 0 0-16.44-2.445 54.628 54.628 0 0 0-16.264 2.1c-3.713 1.015-8.082 3.493-9.392 7.38-2.084 6.173 3.314 10.214 8.485 12.064a31.12 31.12 0 0 0 8.692 1.76c.991.058 3.876.117 4.311.064.578-.075 1.002 2.302 3.182 1.696 2.381-.649 3.14-1.191 3.14-1.191s3.537 3.653 5.51-.33Z",
|
|
165
|
-
fill: resolvedPrimaryColor
|
|
166
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
167
|
-
d: "M83.934 183.137a4.098 4.098 0 0 0 2.455 2.095c1.878.58 3.029-1.01 3.32-2.313",
|
|
168
|
-
stroke: resolvedSecondaryColor,
|
|
169
|
-
strokeLinecap: "round",
|
|
170
|
-
strokeLinejoin: "round"
|
|
171
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
172
|
-
d: "m83.529 180.17-3.41-2.993 7.25.425-3.84 2.568Z",
|
|
173
|
-
fill: resolvedSecondaryColor,
|
|
174
|
-
stroke: resolvedSecondaryColor,
|
|
175
|
-
strokeLinecap: "round",
|
|
176
|
-
strokeLinejoin: "round"
|
|
177
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
178
|
-
d: "M83.637 180.367v2.882a3.798 3.798 0 0 1-2.45 1.808c-3.612.866-3.612-2.606-3.612-2.606",
|
|
179
|
-
stroke: resolvedSecondaryColor,
|
|
180
|
-
strokeLinecap: "round",
|
|
181
|
-
strokeLinejoin: "round"
|
|
182
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
183
|
-
d: "M70.417 178.751c4.124 0 7.467-3.352 7.467-7.486 0-4.135-3.343-7.487-7.467-7.487s-7.467 3.352-7.467 7.487c0 4.134 3.343 7.486 7.467 7.486Z",
|
|
184
|
-
fill: resolvedSecondaryColor,
|
|
185
|
-
stroke: "#fff",
|
|
186
|
-
strokeLinecap: "round",
|
|
187
|
-
strokeLinejoin: "round"
|
|
188
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
189
|
-
d: "M73.433 169.499a2.22 2.22 0 0 0 2.217-2.222 2.22 2.22 0 0 0-2.217-2.223 2.22 2.22 0 0 0-2.216 2.223 2.22 2.22 0 0 0 2.216 2.222ZM74.746 173.413a.988.988 0 0 0 .987-.989.988.988 0 0 0-.987-.989.988.988 0 0 0-.986.989c0 .546.442.989.986.989Z",
|
|
190
|
-
fill: "#fff"
|
|
191
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
192
|
-
d: "M67.261 176.571a6.679 6.679 0 0 1-2.764-3.707 6.694 6.694 0 0 1 .303-4.619",
|
|
193
|
-
fill: resolvedSecondaryColor
|
|
194
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
195
|
-
d: "M67.261 176.571a6.679 6.679 0 0 1-2.764-3.707 6.694 6.694 0 0 1 .303-4.619",
|
|
196
|
-
stroke: resolvedPrimaryColor,
|
|
197
|
-
strokeLinecap: "round",
|
|
198
|
-
strokeLinejoin: "round"
|
|
199
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
200
|
-
d: "M94.58 179.389c4.124 0 7.467-3.352 7.467-7.486 0-4.135-3.343-7.486-7.467-7.486s-7.467 3.351-7.467 7.486c0 4.134 3.343 7.486 7.467 7.486Z",
|
|
201
|
-
fill: resolvedSecondaryColor,
|
|
202
|
-
stroke: "#fff",
|
|
203
|
-
strokeLinecap: "round",
|
|
204
|
-
strokeLinejoin: "round"
|
|
205
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
206
|
-
d: "M96.325 169.499a2.22 2.22 0 0 0 2.216-2.222 2.22 2.22 0 0 0-2.216-2.223 2.22 2.22 0 0 0-2.217 2.223 2.22 2.22 0 0 0 2.217 2.222ZM99.598 173.519a1.04 1.04 0 0 0 1.039-1.042 1.04 1.04 0 1 0-2.078 0 1.04 1.04 0 0 0 1.039 1.042Z",
|
|
207
|
-
fill: "#fff"
|
|
208
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
209
|
-
d: "M91.417 177.826a6.676 6.676 0 0 1-2.756-3.698 6.694 6.694 0 0 1 .295-4.607",
|
|
210
|
-
fill: resolvedSecondaryColor
|
|
211
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
212
|
-
d: "M91.417 177.826a6.676 6.676 0 0 1-2.756-3.698 6.694 6.694 0 0 1 .295-4.607",
|
|
213
|
-
stroke: resolvedPrimaryColor,
|
|
214
|
-
strokeLinecap: "round",
|
|
215
|
-
strokeLinejoin: "round"
|
|
216
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
217
|
-
d: "M76.76 156.76c-3.277.146-11.327 1.115-13.174 1.341",
|
|
218
|
-
stroke: resolvedSecondaryColor,
|
|
219
|
-
strokeLinecap: "round",
|
|
220
|
-
strokeLinejoin: "round"
|
|
221
|
-
}));
|
|
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("path", { d: "M136.871 149.768c2.492 2.712-4.242 12.261-12.123 7.811-5.542-3.137-16.015-1.739-16.015-1.739l11.035-7.374 17.103 1.302Z", fill: resolvedSecondaryColor }),
|
|
54
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M123.388 140.809c.652.218 5.775 3.977 7.291 4.413 1.517.436 6.131-.654 6.783 2.388.652 3.041-1.517 3.19-1.517 3.19a3.809 3.809 0 0 1-1.193 4.253c-2.163 1.957-3.892.33-3.892.33s-.531 2.456-4.513 1.303c-4.741-1.383-9.233-3.908-14.647-3.478-5.415.431 11.688-12.399 11.688-12.399Z", fill: resolvedPrimaryColor }),
|
|
55
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M130.352 151.656s2.571 2.169.297 5.226M133.531 148.466s2.302-.132 2.615 2.861", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
56
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M127.374 135.067s-.647 7.162-9.307 13.457c-8.66 6.295-10.606 7.816-10.606 7.816l5.833-17.583 14.08-3.69Z", fill: "#fff" }),
|
|
57
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M127.374 135.067c-2.007 6.066-.647 7.162-9.307 13.457-8.66 6.295-10.606 7.816-10.606 7.816L45 160.5l-12.5-68s10.36-11.591 19-16c8.944-4.563 14.986-6.725 25-6 10.562.765 16.335 4.413 25 10.5 9.394 6.6 19.5 22 19.5 22s5.797 9.287 7 16c1.107 6.181 1.346 10.105-.626 16.067Z", fill: "#fff" }),
|
|
58
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M86 72s3.51-16.765 23.641-26.107c20.131-9.342 34.418-5.205 40.696-3.472 6.279 1.733 19.701 7.816 28.356 3.041 0 0 .218 2.387-3.892 4.339 0 0 17.532 2.823 27.273-4.785 0 0 2.164 6.295-6.278 13.893-8.443 7.598-19.914 9.57-19.914 9.57s2.599 1.154 6.926 0c-1.299 2.313-7.684 8.768-20.151 5.206-12.627-3.605-34.635-6.508-43.73-4.786-9.095 1.723-14.504 4.562-19.7 9.986.02.005-8.465-5.582-13.227-6.885Z", fill: resolvedPrimaryColor }),
|
|
59
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m85.206 190.278 68.622-.532s6.364 4.631 10.463 3.765c4.099-.867 9.45-2.244 9.667-5.498.218-3.254-1.516-4.785-1.516-4.785l-65.584-4.775-21.652 11.825ZM21.082 169.521c-6.072.223-25.052 1.451-20.337 11.67a10.62 10.62 0 0 0 3.245 3.951c8.846 6.784 21.578 7.04 32.227 8.73 8.65 1.372 17.31 2.749 25.985 3.866 3.534.509 7.095.804 10.665.882a3.404 3.404 0 0 1 1.48.346 16.774 16.774 0 0 0 9.068 1.372c6.061-.649 10.176-3.254 6.93-6.078-.97-.84-8.389.984-17.102-2.169-20.507-7.412-52.161-22.57-52.161-22.57Z", fill: resolvedSecondaryColor }),
|
|
60
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M256.862 165.693a9.72 9.72 0 0 1 .78 9.878 15.007 15.007 0 0 1-5.192 5.61c-8.183 5.513-19.123 5.375-28.547 4.392-16.307-1.707-32.439-4.977-48.369-8.789-5.102-1.223-10.607-2.164-15.454-.123-4.847 2.042-8.219 8.242-5.525 12.761 1.994 3.339 6.215 4.386 9.752 5.992 3.537 1.606 7.117 5.243 5.717 8.879-1.4 3.637-6.316 3.924-10.188 3.648-32.826-2.318-66.22-1.308-98.749 3.823-12.032 1.898-23.864 4.54-35.652 7.598", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
61
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M235.026 148.035a1.018 1.018 0 0 0-.18 1.425l4.683 6.072 1.591-1.244-4.688-6.072a1.008 1.008 0 0 0-1.406-.181ZM243.928 141.017a1.018 1.018 0 0 0-.18 1.425l4.683 6.072 1.591-1.244-4.683-6.072a1.012 1.012 0 0 0-1.411-.181Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
62
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m256.003 161.971-4.168 3.238-7.663-1.303 12.499-9.698-.668 7.763Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
63
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m252.22 147.702-12.499 9.696 4.816 6.241 12.499-9.696-4.816-6.241Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
64
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m252.18 145.76-15.003 11.638 2.022 2.62 15.003-11.638-2.022-2.62ZM259.364 166.852l-3.606 2.796-3.956-4.546 4.168-3.238 3.394 4.988Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
65
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m246.715 153.953 6.247-4.849 1.029 1.329-7.276 3.52ZM200.105 109.971l-23.376 2.403-1.866-2.403V84.662h25.242l1.965 2.529-1.965 22.78Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
66
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M202.013 87.214H176.77v25.309h25.243V87.214Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
67
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M189.366 106.738c3.796 0 6.873-3.085 6.873-6.89 0-3.806-3.077-6.891-6.873-6.891-3.796 0-6.873 3.085-6.873 6.89 0 3.806 3.077 6.891 6.873 6.891Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
68
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M185.663 100.592c.697 0 1.262-.567 1.262-1.266a1.264 1.264 0 1 0-2.525 0c0 .699.565 1.266 1.263 1.266ZM190.749 100.592c.698 0 1.263-.567 1.263-1.266a1.264 1.264 0 1 0-2.525 0c0 .699.565 1.266 1.262 1.266Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
69
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M192.307 93.595a6.89 6.89 0 0 1-.732 10.777 6.856 6.856 0 0 1-3.887 1.202 6.922 6.922 0 0 1-2.652-.532 6.889 6.889 0 0 0 5.583 1.84 6.897 6.897 0 0 0 5.994-5.985 6.925 6.925 0 0 0-1.811-5.605 6.889 6.889 0 0 0-2.49-1.697h-.005Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
70
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M33.7 91.886a79.929 79.929 0 0 1 33.272-15.318c4.434-.883 7.319 1.18 5.187 5.72-3.235 6.913-8.31 11.533-13.756 16.404a22.262 22.262 0 0 1 9.826.965 22.31 22.31 0 0 1 8.449 5.121 22.381 22.381 0 0 1 5.418 8.275 22.43 22.43 0 0 1 1.327 9.809c-.706 7.933-5.537 14.888-10.861 20.795-4.508 5.009-11.285 12.266-18.672 17.365M92.043 101.815c5.182 0 9.382-1.555 9.382-3.472 0-1.918-4.2-3.472-9.382-3.472-5.18 0-9.38 1.554-9.38 3.472 0 1.917 4.2 3.472 9.38 3.472Z", fill: resolvedPrimaryColor }),
|
|
71
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M26.706 99.832S45.294 73.3 65.212 70.472c21.383-3.063 39.163 9.783 51.525 26.042 8.772 11.476 16.463 27.395 10.081 41.749-3.113 6.981-8.331 10.038-14.249 14.185-2.774 1.941-9.779 8.055-7.313 12.001", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
72
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M106.36 162.502s53.105 18.174 56.356 18.376c3.251.202 3.246-1.064 7.356-.654 4.11.409 4.735 2.796 4.772 3.69.069 2.318-1.734 2.169-1.734 2.169s.647 3.477-2.381 4.562c-3.028 1.085-4.773-.218-4.773-.218s-3.463 3.472-6.496.436c-3.033-3.036-12.118-5.402-25.534-6.513-13.417-1.112-29.009-2.388-29.009-2.388l1.443-19.46ZM43.778 167.087s-.865 4.785.87 6.731c1.733 1.946 29.007 14.973 32.253 15.627 3.245.654 9.09-2.175 12.77-.218 3.68 1.957 4.772 6.077.434 6.726 0 0-.864 5.428-7.578 1.063-1.511 2.388-4.327 3.26-7.36-.648-4.545-.218-41.741-1.096-56.494-13.24.543.89.985 1.839 1.315 2.829.265 2.052-2.037.702-2.62 0-1.946-2.387-2.81-5.849-2.81-5.849s.646 5.211-.87 3.908c-1.517-1.302-2.594-7.81-.213-11.936 2.217-3.839 9.323-6.301 8.539-11.464-.229-1.483-.944-2.844-1.591-4.211-3.713-7.975-4.317-17.078-3.5-25.781 0 0-.435 7.38-1.517 7.162-1.082-.218.435-13.452.435-13.452s-1.06 6.508-2.17 4.556c-1.108-1.951 6.364-26.202 20.153-36.761 13.788-10.56 20.528 59.332 20.528 59.332s-9.922 13.021-10.574 15.626Z", fill: resolvedPrimaryColor }),
|
|
73
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M82.026 193.766s2.333 1.063.6 4.525M89.021 191.852s2.433 1.425 1.283 5.157M164.689 186.11s3.112 1.063 1.06 5.471M171.047 182.919s2.65.272 2.618 4.334", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
74
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M88.059 188.688s13.204 1.303 15.803-4.338c2.598-5.642 3.463-16.93 3.028-20.62-.435-3.689-2.593-6.077-7.578-7.597-4.985-1.521-12.558 1.738-12.558 1.738l-11.906-1.738v-21.704s-9.545 2.605-18.83 11.5c-9.287 8.896-12.559 17.583-12.776 21.704-.066 2.567.025 4.976 1.758 6.867 0 0 9.922 5.25 16.5 8.5 6.107 3.017 16 7.5 16 7.5l10.559-1.812Z", fill: "#fff" }),
|
|
75
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M76.94 156.946s6.676-.446 11.449.367c0 0 7.19-17.078 20.825-20.332", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
76
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M75.187 134.429s-6.926 8.028-9.742 12.915c-2.815 4.886-4.327 9.873-3.574 10.309.753.436 3.712 0 8.66-.76 3.463-.532 5.494-.403 6.47-.653-.045.122.083-.021 0 0 .655-1.785-2.523-13.889-1.814-21.811Z", fill: resolvedSecondaryColor }),
|
|
77
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M77.001 156.24c-.976.25-3.007.121-6.47.653-4.948.76-7.907 1.196-8.66.76-.753-.436.758-5.423 3.574-10.309 2.816-4.887 9.742-12.915 9.742-12.915-.71 7.922 2.469 20.026 1.814 21.811Zm0 0c.083-.021-.045.122 0 0Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
78
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M106.985 162.609s-1.331-6.817-.769-12.607a57.456 57.456 0 0 1 3.028-13.021s-3.028 2.169-6.602 7.704c-3.574 5.535-4.083 13.441-4.083 13.441 1.103.309 6.406 1.532 8.426 4.483Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
79
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M89.098 183.507c.075-.149 2.201.144 4.97 0a13.595 13.595 0 0 0 7.201-2.377c3.097-2.211 3.383-7.842 3.182-11.511-.271-4.519-2.429-5.987-6.576-7.21a67.977 67.977 0 0 0-16.44-2.445 54.628 54.628 0 0 0-16.264 2.1c-3.713 1.015-8.082 3.493-9.392 7.38-2.084 6.173 3.314 10.214 8.485 12.064a31.12 31.12 0 0 0 8.692 1.76c.991.058 3.876.117 4.311.064.578-.075 1.002 2.302 3.182 1.696 2.381-.649 3.14-1.191 3.14-1.191s3.537 3.653 5.51-.33Z", fill: resolvedPrimaryColor }),
|
|
80
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M83.934 183.137a4.098 4.098 0 0 0 2.455 2.095c1.878.58 3.029-1.01 3.32-2.313", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
81
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m83.529 180.17-3.41-2.993 7.25.425-3.84 2.568Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
82
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M83.637 180.367v2.882a3.798 3.798 0 0 1-2.45 1.808c-3.612.866-3.612-2.606-3.612-2.606", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
83
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M70.417 178.751c4.124 0 7.467-3.352 7.467-7.486 0-4.135-3.343-7.487-7.467-7.487s-7.467 3.352-7.467 7.487c0 4.134 3.343 7.486 7.467 7.486Z", fill: resolvedSecondaryColor, stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
84
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M73.433 169.499a2.22 2.22 0 0 0 2.217-2.222 2.22 2.22 0 0 0-2.217-2.223 2.22 2.22 0 0 0-2.216 2.223 2.22 2.22 0 0 0 2.216 2.222ZM74.746 173.413a.988.988 0 0 0 .987-.989.988.988 0 0 0-.987-.989.988.988 0 0 0-.986.989c0 .546.442.989.986.989Z", fill: "#fff" }),
|
|
85
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M67.261 176.571a6.679 6.679 0 0 1-2.764-3.707 6.694 6.694 0 0 1 .303-4.619", fill: resolvedSecondaryColor }),
|
|
86
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M67.261 176.571a6.679 6.679 0 0 1-2.764-3.707 6.694 6.694 0 0 1 .303-4.619", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
87
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M94.58 179.389c4.124 0 7.467-3.352 7.467-7.486 0-4.135-3.343-7.486-7.467-7.486s-7.467 3.351-7.467 7.486c0 4.134 3.343 7.486 7.467 7.486Z", fill: resolvedSecondaryColor, stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
88
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M96.325 169.499a2.22 2.22 0 0 0 2.216-2.222 2.22 2.22 0 0 0-2.216-2.223 2.22 2.22 0 0 0-2.217 2.223 2.22 2.22 0 0 0 2.217 2.222ZM99.598 173.519a1.04 1.04 0 0 0 1.039-1.042 1.04 1.04 0 1 0-2.078 0 1.04 1.04 0 0 0 1.039 1.042Z", fill: "#fff" }),
|
|
89
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M91.417 177.826a6.676 6.676 0 0 1-2.756-3.698 6.694 6.694 0 0 1 .295-4.607", fill: resolvedSecondaryColor }),
|
|
90
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M91.417 177.826a6.676 6.676 0 0 1-2.756-3.698 6.694 6.694 0 0 1 .295-4.607", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
91
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M76.76 156.76c-3.277.146-11.327 1.115-13.174 1.341", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
92
|
+
);
|
|
222
93
|
};
|
|
223
94
|
PageError.displayName = "PageError";
|
|
224
95
|
var stdin_default = (0, import_core.createBaseComponent)(PageError);
|
package/lib/PageError/index.mjs
CHANGED
|
@@ -6,194 +6,58 @@ const PageError = ({ fill = "none", width = "260", height = "260", viewBox = "0
|
|
|
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: "M123.388 140.809c.652.218 5.775 3.977 7.291 4.413 1.517.436 6.131-.654 6.783 2.388.652 3.041-1.517 3.19-1.517 3.19a3.809 3.809 0 0 1-1.193 4.253c-2.163 1.957-3.892.33-3.892.33s-.531 2.456-4.513 1.303c-4.741-1.383-9.233-3.908-14.647-3.478-5.415.431 11.688-12.399 11.688-12.399Z",
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
d: "
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
strokeLinejoin: "round"
|
|
29
|
-
|
|
30
|
-
d: "
|
|
31
|
-
fill: "
|
|
32
|
-
|
|
33
|
-
d: "
|
|
34
|
-
fill: "#fff"
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
fill:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
fill:
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
stroke: resolvedSecondaryColor,
|
|
44
|
-
|
|
45
|
-
strokeLinejoin: "round"
|
|
46
|
-
|
|
47
|
-
d: "
|
|
48
|
-
|
|
49
|
-
stroke: resolvedSecondaryColor,
|
|
50
|
-
strokeLinecap: "round",
|
|
51
|
-
strokeLinejoin: "round"
|
|
52
|
-
|
|
53
|
-
d: "
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
d: "
|
|
60
|
-
|
|
61
|
-
stroke: resolvedSecondaryColor,
|
|
62
|
-
strokeLinecap: "round",
|
|
63
|
-
strokeLinejoin: "round"
|
|
64
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
65
|
-
d: "m252.18 145.76-15.003 11.638 2.022 2.62 15.003-11.638-2.022-2.62ZM259.364 166.852l-3.606 2.796-3.956-4.546 4.168-3.238 3.394 4.988Z",
|
|
66
|
-
fill: resolvedSecondaryColor,
|
|
67
|
-
stroke: resolvedSecondaryColor,
|
|
68
|
-
strokeLinecap: "round",
|
|
69
|
-
strokeLinejoin: "round"
|
|
70
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
71
|
-
d: "m246.715 153.953 6.247-4.849 1.029 1.329-7.276 3.52ZM200.105 109.971l-23.376 2.403-1.866-2.403V84.662h25.242l1.965 2.529-1.965 22.78Z",
|
|
72
|
-
fill: resolvedSecondaryColor,
|
|
73
|
-
stroke: resolvedSecondaryColor,
|
|
74
|
-
strokeLinecap: "round",
|
|
75
|
-
strokeLinejoin: "round"
|
|
76
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
77
|
-
d: "M202.013 87.214H176.77v25.309h25.243V87.214Z",
|
|
78
|
-
fill: "#fff",
|
|
79
|
-
stroke: resolvedSecondaryColor,
|
|
80
|
-
strokeLinecap: "round",
|
|
81
|
-
strokeLinejoin: "round"
|
|
82
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
83
|
-
d: "M189.366 106.738c3.796 0 6.873-3.085 6.873-6.89 0-3.806-3.077-6.891-6.873-6.891-3.796 0-6.873 3.085-6.873 6.89 0 3.806 3.077 6.891 6.873 6.891Z",
|
|
84
|
-
fill: "#fff",
|
|
85
|
-
stroke: resolvedSecondaryColor,
|
|
86
|
-
strokeLinecap: "round",
|
|
87
|
-
strokeLinejoin: "round"
|
|
88
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
89
|
-
d: "M185.663 100.592c.697 0 1.262-.567 1.262-1.266a1.264 1.264 0 1 0-2.525 0c0 .699.565 1.266 1.263 1.266ZM190.749 100.592c.698 0 1.263-.567 1.263-1.266a1.264 1.264 0 1 0-2.525 0c0 .699.565 1.266 1.262 1.266Z",
|
|
90
|
-
fill: resolvedSecondaryColor,
|
|
91
|
-
stroke: resolvedSecondaryColor,
|
|
92
|
-
strokeLinecap: "round",
|
|
93
|
-
strokeLinejoin: "round"
|
|
94
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
95
|
-
d: "M192.307 93.595a6.89 6.89 0 0 1-.732 10.777 6.856 6.856 0 0 1-3.887 1.202 6.922 6.922 0 0 1-2.652-.532 6.889 6.889 0 0 0 5.583 1.84 6.897 6.897 0 0 0 5.994-5.985 6.925 6.925 0 0 0-1.811-5.605 6.889 6.889 0 0 0-2.49-1.697h-.005Z",
|
|
96
|
-
fill: resolvedSecondaryColor,
|
|
97
|
-
stroke: resolvedSecondaryColor,
|
|
98
|
-
strokeLinecap: "round",
|
|
99
|
-
strokeLinejoin: "round"
|
|
100
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
101
|
-
d: "M33.7 91.886a79.929 79.929 0 0 1 33.272-15.318c4.434-.883 7.319 1.18 5.187 5.72-3.235 6.913-8.31 11.533-13.756 16.404a22.262 22.262 0 0 1 9.826.965 22.31 22.31 0 0 1 8.449 5.121 22.381 22.381 0 0 1 5.418 8.275 22.43 22.43 0 0 1 1.327 9.809c-.706 7.933-5.537 14.888-10.861 20.795-4.508 5.009-11.285 12.266-18.672 17.365M92.043 101.815c5.182 0 9.382-1.555 9.382-3.472 0-1.918-4.2-3.472-9.382-3.472-5.18 0-9.38 1.554-9.38 3.472 0 1.917 4.2 3.472 9.38 3.472Z",
|
|
102
|
-
fill: resolvedPrimaryColor
|
|
103
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
104
|
-
d: "M26.706 99.832S45.294 73.3 65.212 70.472c21.383-3.063 39.163 9.783 51.525 26.042 8.772 11.476 16.463 27.395 10.081 41.749-3.113 6.981-8.331 10.038-14.249 14.185-2.774 1.941-9.779 8.055-7.313 12.001",
|
|
105
|
-
stroke: resolvedSecondaryColor,
|
|
106
|
-
strokeLinecap: "round",
|
|
107
|
-
strokeLinejoin: "round"
|
|
108
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
109
|
-
d: "M106.36 162.502s53.105 18.174 56.356 18.376c3.251.202 3.246-1.064 7.356-.654 4.11.409 4.735 2.796 4.772 3.69.069 2.318-1.734 2.169-1.734 2.169s.647 3.477-2.381 4.562c-3.028 1.085-4.773-.218-4.773-.218s-3.463 3.472-6.496.436c-3.033-3.036-12.118-5.402-25.534-6.513-13.417-1.112-29.009-2.388-29.009-2.388l1.443-19.46ZM43.778 167.087s-.865 4.785.87 6.731c1.733 1.946 29.007 14.973 32.253 15.627 3.245.654 9.09-2.175 12.77-.218 3.68 1.957 4.772 6.077.434 6.726 0 0-.864 5.428-7.578 1.063-1.511 2.388-4.327 3.26-7.36-.648-4.545-.218-41.741-1.096-56.494-13.24.543.89.985 1.839 1.315 2.829.265 2.052-2.037.702-2.62 0-1.946-2.387-2.81-5.849-2.81-5.849s.646 5.211-.87 3.908c-1.517-1.302-2.594-7.81-.213-11.936 2.217-3.839 9.323-6.301 8.539-11.464-.229-1.483-.944-2.844-1.591-4.211-3.713-7.975-4.317-17.078-3.5-25.781 0 0-.435 7.38-1.517 7.162-1.082-.218.435-13.452.435-13.452s-1.06 6.508-2.17 4.556c-1.108-1.951 6.364-26.202 20.153-36.761 13.788-10.56 20.528 59.332 20.528 59.332s-9.922 13.021-10.574 15.626Z",
|
|
110
|
-
fill: resolvedPrimaryColor
|
|
111
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
112
|
-
d: "M82.026 193.766s2.333 1.063.6 4.525M89.021 191.852s2.433 1.425 1.283 5.157M164.689 186.11s3.112 1.063 1.06 5.471M171.047 182.919s2.65.272 2.618 4.334",
|
|
113
|
-
stroke: resolvedSecondaryColor,
|
|
114
|
-
strokeLinecap: "round",
|
|
115
|
-
strokeLinejoin: "round"
|
|
116
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
117
|
-
d: "M88.059 188.688s13.204 1.303 15.803-4.338c2.598-5.642 3.463-16.93 3.028-20.62-.435-3.689-2.593-6.077-7.578-7.597-4.985-1.521-12.558 1.738-12.558 1.738l-11.906-1.738v-21.704s-9.545 2.605-18.83 11.5c-9.287 8.896-12.559 17.583-12.776 21.704-.066 2.567.025 4.976 1.758 6.867 0 0 9.922 5.25 16.5 8.5 6.107 3.017 16 7.5 16 7.5l10.559-1.812Z",
|
|
118
|
-
fill: "#fff"
|
|
119
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
120
|
-
d: "M76.94 156.946s6.676-.446 11.449.367c0 0 7.19-17.078 20.825-20.332",
|
|
121
|
-
stroke: resolvedSecondaryColor,
|
|
122
|
-
strokeLinecap: "round",
|
|
123
|
-
strokeLinejoin: "round"
|
|
124
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
125
|
-
d: "M75.187 134.429s-6.926 8.028-9.742 12.915c-2.815 4.886-4.327 9.873-3.574 10.309.753.436 3.712 0 8.66-.76 3.463-.532 5.494-.403 6.47-.653-.045.122.083-.021 0 0 .655-1.785-2.523-13.889-1.814-21.811Z",
|
|
126
|
-
fill: resolvedSecondaryColor
|
|
127
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
128
|
-
d: "M77.001 156.24c-.976.25-3.007.121-6.47.653-4.948.76-7.907 1.196-8.66.76-.753-.436.758-5.423 3.574-10.309 2.816-4.887 9.742-12.915 9.742-12.915-.71 7.922 2.469 20.026 1.814 21.811Zm0 0c.083-.021-.045.122 0 0Z",
|
|
129
|
-
stroke: resolvedSecondaryColor,
|
|
130
|
-
strokeLinecap: "round",
|
|
131
|
-
strokeLinejoin: "round"
|
|
132
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
133
|
-
d: "M106.985 162.609s-1.331-6.817-.769-12.607a57.456 57.456 0 0 1 3.028-13.021s-3.028 2.169-6.602 7.704c-3.574 5.535-4.083 13.441-4.083 13.441 1.103.309 6.406 1.532 8.426 4.483Z",
|
|
134
|
-
fill: resolvedSecondaryColor,
|
|
135
|
-
stroke: resolvedSecondaryColor,
|
|
136
|
-
strokeLinecap: "round",
|
|
137
|
-
strokeLinejoin: "round"
|
|
138
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
139
|
-
d: "M89.098 183.507c.075-.149 2.201.144 4.97 0a13.595 13.595 0 0 0 7.201-2.377c3.097-2.211 3.383-7.842 3.182-11.511-.271-4.519-2.429-5.987-6.576-7.21a67.977 67.977 0 0 0-16.44-2.445 54.628 54.628 0 0 0-16.264 2.1c-3.713 1.015-8.082 3.493-9.392 7.38-2.084 6.173 3.314 10.214 8.485 12.064a31.12 31.12 0 0 0 8.692 1.76c.991.058 3.876.117 4.311.064.578-.075 1.002 2.302 3.182 1.696 2.381-.649 3.14-1.191 3.14-1.191s3.537 3.653 5.51-.33Z",
|
|
140
|
-
fill: resolvedPrimaryColor
|
|
141
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
142
|
-
d: "M83.934 183.137a4.098 4.098 0 0 0 2.455 2.095c1.878.58 3.029-1.01 3.32-2.313",
|
|
143
|
-
stroke: resolvedSecondaryColor,
|
|
144
|
-
strokeLinecap: "round",
|
|
145
|
-
strokeLinejoin: "round"
|
|
146
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
147
|
-
d: "m83.529 180.17-3.41-2.993 7.25.425-3.84 2.568Z",
|
|
148
|
-
fill: resolvedSecondaryColor,
|
|
149
|
-
stroke: resolvedSecondaryColor,
|
|
150
|
-
strokeLinecap: "round",
|
|
151
|
-
strokeLinejoin: "round"
|
|
152
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
153
|
-
d: "M83.637 180.367v2.882a3.798 3.798 0 0 1-2.45 1.808c-3.612.866-3.612-2.606-3.612-2.606",
|
|
154
|
-
stroke: resolvedSecondaryColor,
|
|
155
|
-
strokeLinecap: "round",
|
|
156
|
-
strokeLinejoin: "round"
|
|
157
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
158
|
-
d: "M70.417 178.751c4.124 0 7.467-3.352 7.467-7.486 0-4.135-3.343-7.487-7.467-7.487s-7.467 3.352-7.467 7.487c0 4.134 3.343 7.486 7.467 7.486Z",
|
|
159
|
-
fill: resolvedSecondaryColor,
|
|
160
|
-
stroke: "#fff",
|
|
161
|
-
strokeLinecap: "round",
|
|
162
|
-
strokeLinejoin: "round"
|
|
163
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
164
|
-
d: "M73.433 169.499a2.22 2.22 0 0 0 2.217-2.222 2.22 2.22 0 0 0-2.217-2.223 2.22 2.22 0 0 0-2.216 2.223 2.22 2.22 0 0 0 2.216 2.222ZM74.746 173.413a.988.988 0 0 0 .987-.989.988.988 0 0 0-.987-.989.988.988 0 0 0-.986.989c0 .546.442.989.986.989Z",
|
|
165
|
-
fill: "#fff"
|
|
166
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
167
|
-
d: "M67.261 176.571a6.679 6.679 0 0 1-2.764-3.707 6.694 6.694 0 0 1 .303-4.619",
|
|
168
|
-
fill: resolvedSecondaryColor
|
|
169
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
170
|
-
d: "M67.261 176.571a6.679 6.679 0 0 1-2.764-3.707 6.694 6.694 0 0 1 .303-4.619",
|
|
171
|
-
stroke: resolvedPrimaryColor,
|
|
172
|
-
strokeLinecap: "round",
|
|
173
|
-
strokeLinejoin: "round"
|
|
174
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
175
|
-
d: "M94.58 179.389c4.124 0 7.467-3.352 7.467-7.486 0-4.135-3.343-7.486-7.467-7.486s-7.467 3.351-7.467 7.486c0 4.134 3.343 7.486 7.467 7.486Z",
|
|
176
|
-
fill: resolvedSecondaryColor,
|
|
177
|
-
stroke: "#fff",
|
|
178
|
-
strokeLinecap: "round",
|
|
179
|
-
strokeLinejoin: "round"
|
|
180
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
181
|
-
d: "M96.325 169.499a2.22 2.22 0 0 0 2.216-2.222 2.22 2.22 0 0 0-2.216-2.223 2.22 2.22 0 0 0-2.217 2.223 2.22 2.22 0 0 0 2.217 2.222ZM99.598 173.519a1.04 1.04 0 0 0 1.039-1.042 1.04 1.04 0 1 0-2.078 0 1.04 1.04 0 0 0 1.039 1.042Z",
|
|
182
|
-
fill: "#fff"
|
|
183
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
184
|
-
d: "M91.417 177.826a6.676 6.676 0 0 1-2.756-3.698 6.694 6.694 0 0 1 .295-4.607",
|
|
185
|
-
fill: resolvedSecondaryColor
|
|
186
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
187
|
-
d: "M91.417 177.826a6.676 6.676 0 0 1-2.756-3.698 6.694 6.694 0 0 1 .295-4.607",
|
|
188
|
-
stroke: resolvedPrimaryColor,
|
|
189
|
-
strokeLinecap: "round",
|
|
190
|
-
strokeLinejoin: "round"
|
|
191
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
192
|
-
d: "M76.76 156.76c-3.277.146-11.327 1.115-13.174 1.341",
|
|
193
|
-
stroke: resolvedSecondaryColor,
|
|
194
|
-
strokeLinecap: "round",
|
|
195
|
-
strokeLinejoin: "round"
|
|
196
|
-
}));
|
|
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: "M136.871 149.768c2.492 2.712-4.242 12.261-12.123 7.811-5.542-3.137-16.015-1.739-16.015-1.739l11.035-7.374 17.103 1.302Z", fill: resolvedSecondaryColor }),
|
|
22
|
+
/* @__PURE__ */ React.createElement("path", { d: "M123.388 140.809c.652.218 5.775 3.977 7.291 4.413 1.517.436 6.131-.654 6.783 2.388.652 3.041-1.517 3.19-1.517 3.19a3.809 3.809 0 0 1-1.193 4.253c-2.163 1.957-3.892.33-3.892.33s-.531 2.456-4.513 1.303c-4.741-1.383-9.233-3.908-14.647-3.478-5.415.431 11.688-12.399 11.688-12.399Z", fill: resolvedPrimaryColor }),
|
|
23
|
+
/* @__PURE__ */ React.createElement("path", { d: "M130.352 151.656s2.571 2.169.297 5.226M133.531 148.466s2.302-.132 2.615 2.861", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
24
|
+
/* @__PURE__ */ React.createElement("path", { d: "M127.374 135.067s-.647 7.162-9.307 13.457c-8.66 6.295-10.606 7.816-10.606 7.816l5.833-17.583 14.08-3.69Z", fill: "#fff" }),
|
|
25
|
+
/* @__PURE__ */ React.createElement("path", { d: "M127.374 135.067c-2.007 6.066-.647 7.162-9.307 13.457-8.66 6.295-10.606 7.816-10.606 7.816L45 160.5l-12.5-68s10.36-11.591 19-16c8.944-4.563 14.986-6.725 25-6 10.562.765 16.335 4.413 25 10.5 9.394 6.6 19.5 22 19.5 22s5.797 9.287 7 16c1.107 6.181 1.346 10.105-.626 16.067Z", fill: "#fff" }),
|
|
26
|
+
/* @__PURE__ */ React.createElement("path", { d: "M86 72s3.51-16.765 23.641-26.107c20.131-9.342 34.418-5.205 40.696-3.472 6.279 1.733 19.701 7.816 28.356 3.041 0 0 .218 2.387-3.892 4.339 0 0 17.532 2.823 27.273-4.785 0 0 2.164 6.295-6.278 13.893-8.443 7.598-19.914 9.57-19.914 9.57s2.599 1.154 6.926 0c-1.299 2.313-7.684 8.768-20.151 5.206-12.627-3.605-34.635-6.508-43.73-4.786-9.095 1.723-14.504 4.562-19.7 9.986.02.005-8.465-5.582-13.227-6.885Z", fill: resolvedPrimaryColor }),
|
|
27
|
+
/* @__PURE__ */ React.createElement("path", { d: "m85.206 190.278 68.622-.532s6.364 4.631 10.463 3.765c4.099-.867 9.45-2.244 9.667-5.498.218-3.254-1.516-4.785-1.516-4.785l-65.584-4.775-21.652 11.825ZM21.082 169.521c-6.072.223-25.052 1.451-20.337 11.67a10.62 10.62 0 0 0 3.245 3.951c8.846 6.784 21.578 7.04 32.227 8.73 8.65 1.372 17.31 2.749 25.985 3.866 3.534.509 7.095.804 10.665.882a3.404 3.404 0 0 1 1.48.346 16.774 16.774 0 0 0 9.068 1.372c6.061-.649 10.176-3.254 6.93-6.078-.97-.84-8.389.984-17.102-2.169-20.507-7.412-52.161-22.57-52.161-22.57Z", fill: resolvedSecondaryColor }),
|
|
28
|
+
/* @__PURE__ */ React.createElement("path", { d: "M256.862 165.693a9.72 9.72 0 0 1 .78 9.878 15.007 15.007 0 0 1-5.192 5.61c-8.183 5.513-19.123 5.375-28.547 4.392-16.307-1.707-32.439-4.977-48.369-8.789-5.102-1.223-10.607-2.164-15.454-.123-4.847 2.042-8.219 8.242-5.525 12.761 1.994 3.339 6.215 4.386 9.752 5.992 3.537 1.606 7.117 5.243 5.717 8.879-1.4 3.637-6.316 3.924-10.188 3.648-32.826-2.318-66.22-1.308-98.749 3.823-12.032 1.898-23.864 4.54-35.652 7.598", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
29
|
+
/* @__PURE__ */ React.createElement("path", { d: "M235.026 148.035a1.018 1.018 0 0 0-.18 1.425l4.683 6.072 1.591-1.244-4.688-6.072a1.008 1.008 0 0 0-1.406-.181ZM243.928 141.017a1.018 1.018 0 0 0-.18 1.425l4.683 6.072 1.591-1.244-4.683-6.072a1.012 1.012 0 0 0-1.411-.181Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
30
|
+
/* @__PURE__ */ React.createElement("path", { d: "m256.003 161.971-4.168 3.238-7.663-1.303 12.499-9.698-.668 7.763Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
31
|
+
/* @__PURE__ */ React.createElement("path", { d: "m252.22 147.702-12.499 9.696 4.816 6.241 12.499-9.696-4.816-6.241Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
32
|
+
/* @__PURE__ */ React.createElement("path", { d: "m252.18 145.76-15.003 11.638 2.022 2.62 15.003-11.638-2.022-2.62ZM259.364 166.852l-3.606 2.796-3.956-4.546 4.168-3.238 3.394 4.988Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
33
|
+
/* @__PURE__ */ React.createElement("path", { d: "m246.715 153.953 6.247-4.849 1.029 1.329-7.276 3.52ZM200.105 109.971l-23.376 2.403-1.866-2.403V84.662h25.242l1.965 2.529-1.965 22.78Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
34
|
+
/* @__PURE__ */ React.createElement("path", { d: "M202.013 87.214H176.77v25.309h25.243V87.214Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
35
|
+
/* @__PURE__ */ React.createElement("path", { d: "M189.366 106.738c3.796 0 6.873-3.085 6.873-6.89 0-3.806-3.077-6.891-6.873-6.891-3.796 0-6.873 3.085-6.873 6.89 0 3.806 3.077 6.891 6.873 6.891Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
36
|
+
/* @__PURE__ */ React.createElement("path", { d: "M185.663 100.592c.697 0 1.262-.567 1.262-1.266a1.264 1.264 0 1 0-2.525 0c0 .699.565 1.266 1.263 1.266ZM190.749 100.592c.698 0 1.263-.567 1.263-1.266a1.264 1.264 0 1 0-2.525 0c0 .699.565 1.266 1.262 1.266Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
37
|
+
/* @__PURE__ */ React.createElement("path", { d: "M192.307 93.595a6.89 6.89 0 0 1-.732 10.777 6.856 6.856 0 0 1-3.887 1.202 6.922 6.922 0 0 1-2.652-.532 6.889 6.889 0 0 0 5.583 1.84 6.897 6.897 0 0 0 5.994-5.985 6.925 6.925 0 0 0-1.811-5.605 6.889 6.889 0 0 0-2.49-1.697h-.005Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
38
|
+
/* @__PURE__ */ React.createElement("path", { d: "M33.7 91.886a79.929 79.929 0 0 1 33.272-15.318c4.434-.883 7.319 1.18 5.187 5.72-3.235 6.913-8.31 11.533-13.756 16.404a22.262 22.262 0 0 1 9.826.965 22.31 22.31 0 0 1 8.449 5.121 22.381 22.381 0 0 1 5.418 8.275 22.43 22.43 0 0 1 1.327 9.809c-.706 7.933-5.537 14.888-10.861 20.795-4.508 5.009-11.285 12.266-18.672 17.365M92.043 101.815c5.182 0 9.382-1.555 9.382-3.472 0-1.918-4.2-3.472-9.382-3.472-5.18 0-9.38 1.554-9.38 3.472 0 1.917 4.2 3.472 9.38 3.472Z", fill: resolvedPrimaryColor }),
|
|
39
|
+
/* @__PURE__ */ React.createElement("path", { d: "M26.706 99.832S45.294 73.3 65.212 70.472c21.383-3.063 39.163 9.783 51.525 26.042 8.772 11.476 16.463 27.395 10.081 41.749-3.113 6.981-8.331 10.038-14.249 14.185-2.774 1.941-9.779 8.055-7.313 12.001", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
40
|
+
/* @__PURE__ */ React.createElement("path", { d: "M106.36 162.502s53.105 18.174 56.356 18.376c3.251.202 3.246-1.064 7.356-.654 4.11.409 4.735 2.796 4.772 3.69.069 2.318-1.734 2.169-1.734 2.169s.647 3.477-2.381 4.562c-3.028 1.085-4.773-.218-4.773-.218s-3.463 3.472-6.496.436c-3.033-3.036-12.118-5.402-25.534-6.513-13.417-1.112-29.009-2.388-29.009-2.388l1.443-19.46ZM43.778 167.087s-.865 4.785.87 6.731c1.733 1.946 29.007 14.973 32.253 15.627 3.245.654 9.09-2.175 12.77-.218 3.68 1.957 4.772 6.077.434 6.726 0 0-.864 5.428-7.578 1.063-1.511 2.388-4.327 3.26-7.36-.648-4.545-.218-41.741-1.096-56.494-13.24.543.89.985 1.839 1.315 2.829.265 2.052-2.037.702-2.62 0-1.946-2.387-2.81-5.849-2.81-5.849s.646 5.211-.87 3.908c-1.517-1.302-2.594-7.81-.213-11.936 2.217-3.839 9.323-6.301 8.539-11.464-.229-1.483-.944-2.844-1.591-4.211-3.713-7.975-4.317-17.078-3.5-25.781 0 0-.435 7.38-1.517 7.162-1.082-.218.435-13.452.435-13.452s-1.06 6.508-2.17 4.556c-1.108-1.951 6.364-26.202 20.153-36.761 13.788-10.56 20.528 59.332 20.528 59.332s-9.922 13.021-10.574 15.626Z", fill: resolvedPrimaryColor }),
|
|
41
|
+
/* @__PURE__ */ React.createElement("path", { d: "M82.026 193.766s2.333 1.063.6 4.525M89.021 191.852s2.433 1.425 1.283 5.157M164.689 186.11s3.112 1.063 1.06 5.471M171.047 182.919s2.65.272 2.618 4.334", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
42
|
+
/* @__PURE__ */ React.createElement("path", { d: "M88.059 188.688s13.204 1.303 15.803-4.338c2.598-5.642 3.463-16.93 3.028-20.62-.435-3.689-2.593-6.077-7.578-7.597-4.985-1.521-12.558 1.738-12.558 1.738l-11.906-1.738v-21.704s-9.545 2.605-18.83 11.5c-9.287 8.896-12.559 17.583-12.776 21.704-.066 2.567.025 4.976 1.758 6.867 0 0 9.922 5.25 16.5 8.5 6.107 3.017 16 7.5 16 7.5l10.559-1.812Z", fill: "#fff" }),
|
|
43
|
+
/* @__PURE__ */ React.createElement("path", { d: "M76.94 156.946s6.676-.446 11.449.367c0 0 7.19-17.078 20.825-20.332", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
44
|
+
/* @__PURE__ */ React.createElement("path", { d: "M75.187 134.429s-6.926 8.028-9.742 12.915c-2.815 4.886-4.327 9.873-3.574 10.309.753.436 3.712 0 8.66-.76 3.463-.532 5.494-.403 6.47-.653-.045.122.083-.021 0 0 .655-1.785-2.523-13.889-1.814-21.811Z", fill: resolvedSecondaryColor }),
|
|
45
|
+
/* @__PURE__ */ React.createElement("path", { d: "M77.001 156.24c-.976.25-3.007.121-6.47.653-4.948.76-7.907 1.196-8.66.76-.753-.436.758-5.423 3.574-10.309 2.816-4.887 9.742-12.915 9.742-12.915-.71 7.922 2.469 20.026 1.814 21.811Zm0 0c.083-.021-.045.122 0 0Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
46
|
+
/* @__PURE__ */ React.createElement("path", { d: "M106.985 162.609s-1.331-6.817-.769-12.607a57.456 57.456 0 0 1 3.028-13.021s-3.028 2.169-6.602 7.704c-3.574 5.535-4.083 13.441-4.083 13.441 1.103.309 6.406 1.532 8.426 4.483Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
47
|
+
/* @__PURE__ */ React.createElement("path", { d: "M89.098 183.507c.075-.149 2.201.144 4.97 0a13.595 13.595 0 0 0 7.201-2.377c3.097-2.211 3.383-7.842 3.182-11.511-.271-4.519-2.429-5.987-6.576-7.21a67.977 67.977 0 0 0-16.44-2.445 54.628 54.628 0 0 0-16.264 2.1c-3.713 1.015-8.082 3.493-9.392 7.38-2.084 6.173 3.314 10.214 8.485 12.064a31.12 31.12 0 0 0 8.692 1.76c.991.058 3.876.117 4.311.064.578-.075 1.002 2.302 3.182 1.696 2.381-.649 3.14-1.191 3.14-1.191s3.537 3.653 5.51-.33Z", fill: resolvedPrimaryColor }),
|
|
48
|
+
/* @__PURE__ */ React.createElement("path", { d: "M83.934 183.137a4.098 4.098 0 0 0 2.455 2.095c1.878.58 3.029-1.01 3.32-2.313", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
49
|
+
/* @__PURE__ */ React.createElement("path", { d: "m83.529 180.17-3.41-2.993 7.25.425-3.84 2.568Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
50
|
+
/* @__PURE__ */ React.createElement("path", { d: "M83.637 180.367v2.882a3.798 3.798 0 0 1-2.45 1.808c-3.612.866-3.612-2.606-3.612-2.606", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
51
|
+
/* @__PURE__ */ React.createElement("path", { d: "M70.417 178.751c4.124 0 7.467-3.352 7.467-7.486 0-4.135-3.343-7.487-7.467-7.487s-7.467 3.352-7.467 7.487c0 4.134 3.343 7.486 7.467 7.486Z", fill: resolvedSecondaryColor, stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
52
|
+
/* @__PURE__ */ React.createElement("path", { d: "M73.433 169.499a2.22 2.22 0 0 0 2.217-2.222 2.22 2.22 0 0 0-2.217-2.223 2.22 2.22 0 0 0-2.216 2.223 2.22 2.22 0 0 0 2.216 2.222ZM74.746 173.413a.988.988 0 0 0 .987-.989.988.988 0 0 0-.987-.989.988.988 0 0 0-.986.989c0 .546.442.989.986.989Z", fill: "#fff" }),
|
|
53
|
+
/* @__PURE__ */ React.createElement("path", { d: "M67.261 176.571a6.679 6.679 0 0 1-2.764-3.707 6.694 6.694 0 0 1 .303-4.619", fill: resolvedSecondaryColor }),
|
|
54
|
+
/* @__PURE__ */ React.createElement("path", { d: "M67.261 176.571a6.679 6.679 0 0 1-2.764-3.707 6.694 6.694 0 0 1 .303-4.619", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
55
|
+
/* @__PURE__ */ React.createElement("path", { d: "M94.58 179.389c4.124 0 7.467-3.352 7.467-7.486 0-4.135-3.343-7.486-7.467-7.486s-7.467 3.351-7.467 7.486c0 4.134 3.343 7.486 7.467 7.486Z", fill: resolvedSecondaryColor, stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
56
|
+
/* @__PURE__ */ React.createElement("path", { d: "M96.325 169.499a2.22 2.22 0 0 0 2.216-2.222 2.22 2.22 0 0 0-2.216-2.223 2.22 2.22 0 0 0-2.217 2.223 2.22 2.22 0 0 0 2.217 2.222ZM99.598 173.519a1.04 1.04 0 0 0 1.039-1.042 1.04 1.04 0 1 0-2.078 0 1.04 1.04 0 0 0 1.039 1.042Z", fill: "#fff" }),
|
|
57
|
+
/* @__PURE__ */ React.createElement("path", { d: "M91.417 177.826a6.676 6.676 0 0 1-2.756-3.698 6.694 6.694 0 0 1 .295-4.607", fill: resolvedSecondaryColor }),
|
|
58
|
+
/* @__PURE__ */ React.createElement("path", { d: "M91.417 177.826a6.676 6.676 0 0 1-2.756-3.698 6.694 6.694 0 0 1 .295-4.607", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
59
|
+
/* @__PURE__ */ React.createElement("path", { d: "M76.76 156.76c-3.277.146-11.327 1.115-13.174 1.341", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
60
|
+
);
|
|
197
61
|
};
|
|
198
62
|
PageError.displayName = "PageError";
|
|
199
63
|
var stdin_default = createBaseComponent(PageError);
|