@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
|
@@ -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,217 +38,58 @@ const ProjectNotFound = ({ fill = "none", width = "260", height = "260", viewBox
|
|
|
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: "m253 165.94-188.97 55.3L7 197.06v-6.8l246-31.74v7.42Z",
|
|
48
|
-
fill:
|
|
49
|
-
stroke: resolvedSecondaryColor,
|
|
50
|
-
strokeLinecap: "round",
|
|
51
|
-
strokeLinejoin: "round"
|
|
52
|
-
|
|
53
|
-
d: "
|
|
54
|
-
|
|
55
|
-
stroke:
|
|
56
|
-
strokeLinecap: "round",
|
|
57
|
-
strokeLinejoin: "round"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
stroke:
|
|
62
|
-
strokeLinecap: "round",
|
|
63
|
-
strokeLinejoin: "round"
|
|
64
|
-
|
|
65
|
-
d: "
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
strokeLinecap: "round",
|
|
69
|
-
strokeLinejoin: "round"
|
|
70
|
-
|
|
71
|
-
d: "
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
strokeLinecap: "round",
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
d: "
|
|
78
|
-
fill: resolvedPrimaryColor,
|
|
79
|
-
|
|
80
|
-
strokeLinecap: "round",
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
d: "
|
|
84
|
-
stroke: "
|
|
85
|
-
|
|
86
|
-
strokeLinejoin: "round"
|
|
87
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
88
|
-
d: "M192.57 53.56V167.5",
|
|
89
|
-
stroke: "#fff",
|
|
90
|
-
strokeDasharray: "5.18 5.18",
|
|
91
|
-
strokeLinecap: "round",
|
|
92
|
-
strokeLinejoin: "round"
|
|
93
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
94
|
-
d: "M192.57 170.16v2.61c-.69.54-1.42 1.03-2.19 1.44",
|
|
95
|
-
stroke: "#fff",
|
|
96
|
-
strokeLinecap: "round",
|
|
97
|
-
strokeLinejoin: "round"
|
|
98
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
99
|
-
d: "M185.58 176.3a113.35 113.35 0 0 1-17.82 4.32",
|
|
100
|
-
stroke: "#fff",
|
|
101
|
-
strokeDasharray: "5.13 5.13",
|
|
102
|
-
strokeLinecap: "round",
|
|
103
|
-
strokeLinejoin: "round"
|
|
104
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
105
|
-
d: "m165.17 181.06-2.6.42v-2.63",
|
|
106
|
-
stroke: "#fff",
|
|
107
|
-
strokeLinecap: "round",
|
|
108
|
-
strokeLinejoin: "round"
|
|
109
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
110
|
-
d: "M162.57 173.5V58.73",
|
|
111
|
-
stroke: "#fff",
|
|
112
|
-
strokeDasharray: "5.22 5.22",
|
|
113
|
-
strokeLinecap: "round",
|
|
114
|
-
strokeLinejoin: "round"
|
|
115
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
116
|
-
d: "M162.57 56.05v-2.62M89.92 158.54v2.62l2.52.7",
|
|
117
|
-
stroke: "#fff",
|
|
118
|
-
strokeLinecap: "round",
|
|
119
|
-
strokeLinejoin: "round"
|
|
120
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
121
|
-
d: "m97.64 163.32 59.8 16.72",
|
|
122
|
-
stroke: "#fff",
|
|
123
|
-
strokeDasharray: "5.28 5.28",
|
|
124
|
-
strokeLinecap: "round",
|
|
125
|
-
strokeLinejoin: "round"
|
|
126
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
127
|
-
d: "m160.05 180.76 2.52.71v-2.62",
|
|
128
|
-
stroke: "#fff",
|
|
129
|
-
strokeLinecap: "round",
|
|
130
|
-
strokeLinejoin: "round"
|
|
131
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
132
|
-
d: "M162.57 173.5V58.73",
|
|
133
|
-
stroke: "#fff",
|
|
134
|
-
strokeDasharray: "5.22 5.22",
|
|
135
|
-
strokeLinecap: "round",
|
|
136
|
-
strokeLinejoin: "round"
|
|
137
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
138
|
-
d: "M162.57 56.05v-2.62l-2.62-.15",
|
|
139
|
-
stroke: "#fff",
|
|
140
|
-
strokeLinecap: "round",
|
|
141
|
-
strokeLinejoin: "round"
|
|
142
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
143
|
-
d: "m154.77 53.02-60.89-2.36",
|
|
144
|
-
stroke: "#fff",
|
|
145
|
-
strokeDasharray: "5.08 5.08",
|
|
146
|
-
strokeLinecap: "round",
|
|
147
|
-
strokeLinejoin: "round"
|
|
148
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
149
|
-
d: "M89.92 49.6v2.62",
|
|
150
|
-
stroke: "#fff",
|
|
151
|
-
strokeLinecap: "round",
|
|
152
|
-
strokeLinejoin: "round"
|
|
153
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
154
|
-
d: "M89.92 57.28v98.73",
|
|
155
|
-
stroke: "#fff",
|
|
156
|
-
strokeDasharray: "4.95 4.95",
|
|
157
|
-
strokeLinecap: "round",
|
|
158
|
-
strokeLinejoin: "round"
|
|
159
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
160
|
-
d: "M146.32 94.95c0 19.86-20.34 16.47-20.34 27.72v2.96l-9.52-1.84v-3.6c0-15.97 19.2-13.92 19.2-26.42 0-6.97-4.88-11.24-11.24-11.96-7.26-.8-11.65 3.4-12.78 10.22l-8.68-3.3c1.94-11.33 10.17-17.8 21.74-16.78 12.11 1.1 21.62 9.73 21.62 23Zm-31.1 46.14c0-4.32 2.65-6.56 6.4-5.75 3.75.8 6.57 4.27 6.57 8.69 0 4.41-2.66 6.54-6.57 5.6a8.56 8.56 0 0 1-6.4-8.54Z",
|
|
161
|
-
fill: "#fff"
|
|
162
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
163
|
-
d: "M89.92 49.6c9.07-2 21.1-5.43 26.6-6.78",
|
|
164
|
-
stroke: "#fff",
|
|
165
|
-
strokeDasharray: "4.75 4.75",
|
|
166
|
-
strokeLinecap: "round",
|
|
167
|
-
strokeLinejoin: "round"
|
|
168
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
169
|
-
d: "m116.52 42.83 2.63.1",
|
|
170
|
-
stroke: "#fff",
|
|
171
|
-
strokeLinecap: "round",
|
|
172
|
-
strokeLinejoin: "round"
|
|
173
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
174
|
-
d: "m124.59 43.12 62.63 2.32",
|
|
175
|
-
stroke: "#fff",
|
|
176
|
-
strokeDasharray: "5.33 5.33",
|
|
177
|
-
strokeLinecap: "round",
|
|
178
|
-
strokeLinejoin: "round"
|
|
179
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
180
|
-
d: "m189.94 45.55 2.63.09",
|
|
181
|
-
stroke: "#fff",
|
|
182
|
-
strokeLinecap: "round",
|
|
183
|
-
strokeLinejoin: "round"
|
|
184
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
185
|
-
d: "M192.52 45.96c-4.84 1.6-18.4 5.73-29.95 7.5",
|
|
186
|
-
stroke: "#fff",
|
|
187
|
-
strokeDasharray: "5.14 5.14",
|
|
188
|
-
strokeLinecap: "round",
|
|
189
|
-
strokeLinejoin: "round"
|
|
190
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
191
|
-
d: "m104.07 188.7-44.05 12.67 3.23-29.9 33.58-3.63 7.24 20.87Z",
|
|
192
|
-
fill: resolvedSecondaryColor,
|
|
193
|
-
stroke: resolvedPrimaryColor,
|
|
194
|
-
strokeLinecap: "round",
|
|
195
|
-
strokeLinejoin: "round"
|
|
196
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
197
|
-
d: "m60.02 201.37 3.23-29.9-17.18-5.45-7.64 27.04 21.59 8.31Z",
|
|
198
|
-
fill: resolvedSecondaryColor,
|
|
199
|
-
stroke: resolvedPrimaryColor,
|
|
200
|
-
strokeLinecap: "round",
|
|
201
|
-
strokeLinejoin: "round"
|
|
202
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
203
|
-
d: "m90.21 104.81-24.18-3.92a23.36 23.36 0 0 0-7.16.08c-15.44 2.53-28.02 19.47-28.02 37.83 0 14.06 7.37 24.88 17.77 28.03l21.93 6.95v-7.8l-4.28-.95c11.9-5.8 20.64-20.11 20.64-35.43 0-8.56-2.73-15.9-7.15-21.06l10.45-3.73Z",
|
|
204
|
-
fill: resolvedPrimaryColor
|
|
205
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
206
|
-
d: "m79.72 108.58 10.5-3.77-24.2-3.92a23.36 23.36 0 0 0-7.15.08c-7.07 1.16-13.53 5.33-18.47 11.24l32.1 6.43 10.49-5.34a26.27 26.27 0 0 0-3.27-4.72Z",
|
|
207
|
-
fill: "#fff"
|
|
208
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
209
|
-
d: "m90.21 104.81-24.18-3.92a23.36 23.36 0 0 0-7.16.08c-15.44 2.53-28.02 19.47-28.02 37.83 0 14.06 7.37 24.88 17.77 28.03l21.93 6.95v-7.8l-4.28-.95c11.9-5.8 20.64-20.11 20.64-35.43 0-8.56-2.73-15.9-7.15-21.06l10.45-3.73Z",
|
|
210
|
-
stroke: resolvedSecondaryColor,
|
|
211
|
-
strokeLinecap: "round",
|
|
212
|
-
strokeLinejoin: "round"
|
|
213
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
214
|
-
d: "M109.21 148.83c6.3-18.83-.75-38.17-15.75-43.19-15-5.02-32.28 6.17-38.59 25-6.3 18.82.76 38.16 15.76 43.18 15 5.02 32.28-6.17 38.58-25Z",
|
|
215
|
-
fill: resolvedPrimaryColor,
|
|
216
|
-
stroke: resolvedSecondaryColor,
|
|
217
|
-
strokeLinecap: "round",
|
|
218
|
-
strokeLinejoin: "round"
|
|
219
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
220
|
-
d: "M105.79 147.68c5.5-16.45-.66-33.35-13.77-37.74-13.12-4.4-28.22 5.39-33.72 21.84-5.51 16.46.65 33.36 13.77 37.75 13.11 4.39 28.21-5.4 33.72-21.85Z",
|
|
221
|
-
fill: "#fff"
|
|
222
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
223
|
-
d: "M82.05 163.1v3.48M82.05 112.87v3.49M62.35 142.95l-2.95.48M104.69 136.03l-2.95.48",
|
|
224
|
-
stroke: resolvedPrimaryColor,
|
|
225
|
-
strokeLinecap: "round",
|
|
226
|
-
strokeLinejoin: "round"
|
|
227
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
228
|
-
d: "m81.51 123.82-2.17 15.4a.66.66 0 0 0 .77.76l4.37-.7a.68.68 0 0 0 .56-.77l-2.19-14.69a.67.67 0 0 0-1.34 0Z",
|
|
229
|
-
fill: resolvedPrimaryColor
|
|
230
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
231
|
-
d: "m95.94 149.42-11.32-12.18a.68.68 0 0 0-1.08.11l-2.83 4.75a.68.68 0 0 0-.08.53.68.68 0 0 0 .34.42l14.16 7.42a.67.67 0 0 0 .84-.2.68.68 0 0 0-.03-.85Z",
|
|
232
|
-
fill: resolvedPrimaryColor
|
|
233
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
234
|
-
d: "M85.02 140.6c.66-1.97-.08-4-1.66-4.52-1.57-.53-3.38.64-4.04 2.62-.66 1.98.08 4 1.65 4.53 1.57.53 3.39-.65 4.05-2.62Z",
|
|
235
|
-
fill: resolvedSecondaryColor,
|
|
236
|
-
stroke: resolvedSecondaryColor,
|
|
237
|
-
strokeMiterlimit: "10"
|
|
238
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
239
|
-
d: "M86.03 140.94c.66-1.97-.08-4-1.65-4.53-1.58-.53-3.39.65-4.05 2.62-.66 1.98.08 4 1.65 4.53 1.58.53 3.39-.64 4.05-2.62Z",
|
|
240
|
-
fill: resolvedSecondaryColor,
|
|
241
|
-
stroke: resolvedPrimaryColor,
|
|
242
|
-
strokeLinecap: "round",
|
|
243
|
-
strokeLinejoin: "round"
|
|
244
|
-
}));
|
|
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: "M131.96 20.01C74.28 19.13 26.13 65.66 25.14 123.34a105 105 0 0 0 43.72 87.21 23.75 23.75 0 0 1 9.94 19.26v7.82a2.62 2.62 0 0 0 2.61 2.6h97.81a2.6 2.6 0 0 0 2.6-2.6v-7.82a23.9 23.9 0 0 1 10.03-19.32 105 105 0 0 0 43.66-85.3A105.19 105.19 0 0 0 131.96 20.01Z", fill: resolvedPrimaryColor }),
|
|
54
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m253 165.94-188.97 55.3L7 197.06v-6.8l246-31.74v7.42Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
55
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m65.4 207.93-1.37 5.54v7.77L253 165.94v-7.42L65.4 207.93Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
56
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M253 158.52 64.03 213.47 7 190.25l168.94-47.6L253 158.52Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
57
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M221.62 164.34c-1.9 2.51-7.8 4-16.78 4.67l-14.42-89.49c8.73-.6 14.15-2.2 16.79-4.67l14.41 89.49Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
58
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m204.83 169.01-47.5-11.53-12.36-82.24 45.44 4.28 14.42 89.49Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
59
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m207.2 74.85-46.07-3.87c.6 1.95-6.57 3.28-16.16 4.26l45.46 4.28c8.37-.6 14.5-1.96 16.78-4.67Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
60
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M192.57 45.64v2.61", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
61
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M192.57 53.56V167.5", stroke: "#fff", strokeDasharray: "5.18 5.18", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
62
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M192.57 170.16v2.61c-.69.54-1.42 1.03-2.19 1.44", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
63
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M185.58 176.3a113.35 113.35 0 0 1-17.82 4.32", stroke: "#fff", strokeDasharray: "5.13 5.13", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
64
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m165.17 181.06-2.6.42v-2.63", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
65
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M162.57 173.5V58.73", stroke: "#fff", strokeDasharray: "5.22 5.22", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
66
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M162.57 56.05v-2.62M89.92 158.54v2.62l2.52.7", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
67
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m97.64 163.32 59.8 16.72", stroke: "#fff", strokeDasharray: "5.28 5.28", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
68
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m160.05 180.76 2.52.71v-2.62", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
69
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M162.57 173.5V58.73", stroke: "#fff", strokeDasharray: "5.22 5.22", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
70
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M162.57 56.05v-2.62l-2.62-.15", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
71
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m154.77 53.02-60.89-2.36", stroke: "#fff", strokeDasharray: "5.08 5.08", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
72
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M89.92 49.6v2.62", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
73
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M89.92 57.28v98.73", stroke: "#fff", strokeDasharray: "4.95 4.95", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
74
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M146.32 94.95c0 19.86-20.34 16.47-20.34 27.72v2.96l-9.52-1.84v-3.6c0-15.97 19.2-13.92 19.2-26.42 0-6.97-4.88-11.24-11.24-11.96-7.26-.8-11.65 3.4-12.78 10.22l-8.68-3.3c1.94-11.33 10.17-17.8 21.74-16.78 12.11 1.1 21.62 9.73 21.62 23Zm-31.1 46.14c0-4.32 2.65-6.56 6.4-5.75 3.75.8 6.57 4.27 6.57 8.69 0 4.41-2.66 6.54-6.57 5.6a8.56 8.56 0 0 1-6.4-8.54Z", fill: "#fff" }),
|
|
75
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M89.92 49.6c9.07-2 21.1-5.43 26.6-6.78", stroke: "#fff", strokeDasharray: "4.75 4.75", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
76
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m116.52 42.83 2.63.1", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
77
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m124.59 43.12 62.63 2.32", stroke: "#fff", strokeDasharray: "5.33 5.33", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
78
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m189.94 45.55 2.63.09", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
79
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M192.52 45.96c-4.84 1.6-18.4 5.73-29.95 7.5", stroke: "#fff", strokeDasharray: "5.14 5.14", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
80
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m104.07 188.7-44.05 12.67 3.23-29.9 33.58-3.63 7.24 20.87Z", fill: resolvedSecondaryColor, stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
81
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m60.02 201.37 3.23-29.9-17.18-5.45-7.64 27.04 21.59 8.31Z", fill: resolvedSecondaryColor, stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
82
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m90.21 104.81-24.18-3.92a23.36 23.36 0 0 0-7.16.08c-15.44 2.53-28.02 19.47-28.02 37.83 0 14.06 7.37 24.88 17.77 28.03l21.93 6.95v-7.8l-4.28-.95c11.9-5.8 20.64-20.11 20.64-35.43 0-8.56-2.73-15.9-7.15-21.06l10.45-3.73Z", fill: resolvedPrimaryColor }),
|
|
83
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m79.72 108.58 10.5-3.77-24.2-3.92a23.36 23.36 0 0 0-7.15.08c-7.07 1.16-13.53 5.33-18.47 11.24l32.1 6.43 10.49-5.34a26.27 26.27 0 0 0-3.27-4.72Z", fill: "#fff" }),
|
|
84
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m90.21 104.81-24.18-3.92a23.36 23.36 0 0 0-7.16.08c-15.44 2.53-28.02 19.47-28.02 37.83 0 14.06 7.37 24.88 17.77 28.03l21.93 6.95v-7.8l-4.28-.95c11.9-5.8 20.64-20.11 20.64-35.43 0-8.56-2.73-15.9-7.15-21.06l10.45-3.73Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
85
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M109.21 148.83c6.3-18.83-.75-38.17-15.75-43.19-15-5.02-32.28 6.17-38.59 25-6.3 18.82.76 38.16 15.76 43.18 15 5.02 32.28-6.17 38.58-25Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
86
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M105.79 147.68c5.5-16.45-.66-33.35-13.77-37.74-13.12-4.4-28.22 5.39-33.72 21.84-5.51 16.46.65 33.36 13.77 37.75 13.11 4.39 28.21-5.4 33.72-21.85Z", fill: "#fff" }),
|
|
87
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M82.05 163.1v3.48M82.05 112.87v3.49M62.35 142.95l-2.95.48M104.69 136.03l-2.95.48", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
88
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m81.51 123.82-2.17 15.4a.66.66 0 0 0 .77.76l4.37-.7a.68.68 0 0 0 .56-.77l-2.19-14.69a.67.67 0 0 0-1.34 0Z", fill: resolvedPrimaryColor }),
|
|
89
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m95.94 149.42-11.32-12.18a.68.68 0 0 0-1.08.11l-2.83 4.75a.68.68 0 0 0-.08.53.68.68 0 0 0 .34.42l14.16 7.42a.67.67 0 0 0 .84-.2.68.68 0 0 0-.03-.85Z", fill: resolvedPrimaryColor }),
|
|
90
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M85.02 140.6c.66-1.97-.08-4-1.66-4.52-1.57-.53-3.38.64-4.04 2.62-.66 1.98.08 4 1.65 4.53 1.57.53 3.39-.65 4.05-2.62Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeMiterlimit: "10" }),
|
|
91
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M86.03 140.94c.66-1.97-.08-4-1.65-4.53-1.58-.53-3.39.65-4.05 2.62-.66 1.98.08 4 1.65 4.53 1.58.53 3.39-.64 4.05-2.62Z", fill: resolvedSecondaryColor, stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
92
|
+
);
|
|
245
93
|
};
|
|
246
94
|
ProjectNotFound.displayName = "ProjectNotFound";
|
|
247
95
|
var stdin_default = (0, import_core.createBaseComponent)(ProjectNotFound);
|
|
@@ -6,217 +6,58 @@ const ProjectNotFound = ({ 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: "m253 165.94-188.97 55.3L7 197.06v-6.8l246-31.74v7.42Z",
|
|
23
|
-
fill:
|
|
24
|
-
stroke: resolvedSecondaryColor,
|
|
25
|
-
strokeLinecap: "round",
|
|
26
|
-
strokeLinejoin: "round"
|
|
27
|
-
|
|
28
|
-
d: "
|
|
29
|
-
|
|
30
|
-
stroke:
|
|
31
|
-
strokeLinecap: "round",
|
|
32
|
-
strokeLinejoin: "round"
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
stroke:
|
|
37
|
-
strokeLinecap: "round",
|
|
38
|
-
strokeLinejoin: "round"
|
|
39
|
-
|
|
40
|
-
d: "
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
strokeLinecap: "round",
|
|
44
|
-
strokeLinejoin: "round"
|
|
45
|
-
|
|
46
|
-
d: "
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
strokeLinecap: "round",
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
d: "
|
|
53
|
-
fill: resolvedPrimaryColor,
|
|
54
|
-
|
|
55
|
-
strokeLinecap: "round",
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
d: "
|
|
59
|
-
stroke: "
|
|
60
|
-
|
|
61
|
-
strokeLinejoin: "round"
|
|
62
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
63
|
-
d: "M192.57 53.56V167.5",
|
|
64
|
-
stroke: "#fff",
|
|
65
|
-
strokeDasharray: "5.18 5.18",
|
|
66
|
-
strokeLinecap: "round",
|
|
67
|
-
strokeLinejoin: "round"
|
|
68
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
69
|
-
d: "M192.57 170.16v2.61c-.69.54-1.42 1.03-2.19 1.44",
|
|
70
|
-
stroke: "#fff",
|
|
71
|
-
strokeLinecap: "round",
|
|
72
|
-
strokeLinejoin: "round"
|
|
73
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
74
|
-
d: "M185.58 176.3a113.35 113.35 0 0 1-17.82 4.32",
|
|
75
|
-
stroke: "#fff",
|
|
76
|
-
strokeDasharray: "5.13 5.13",
|
|
77
|
-
strokeLinecap: "round",
|
|
78
|
-
strokeLinejoin: "round"
|
|
79
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
80
|
-
d: "m165.17 181.06-2.6.42v-2.63",
|
|
81
|
-
stroke: "#fff",
|
|
82
|
-
strokeLinecap: "round",
|
|
83
|
-
strokeLinejoin: "round"
|
|
84
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
85
|
-
d: "M162.57 173.5V58.73",
|
|
86
|
-
stroke: "#fff",
|
|
87
|
-
strokeDasharray: "5.22 5.22",
|
|
88
|
-
strokeLinecap: "round",
|
|
89
|
-
strokeLinejoin: "round"
|
|
90
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
91
|
-
d: "M162.57 56.05v-2.62M89.92 158.54v2.62l2.52.7",
|
|
92
|
-
stroke: "#fff",
|
|
93
|
-
strokeLinecap: "round",
|
|
94
|
-
strokeLinejoin: "round"
|
|
95
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
96
|
-
d: "m97.64 163.32 59.8 16.72",
|
|
97
|
-
stroke: "#fff",
|
|
98
|
-
strokeDasharray: "5.28 5.28",
|
|
99
|
-
strokeLinecap: "round",
|
|
100
|
-
strokeLinejoin: "round"
|
|
101
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
102
|
-
d: "m160.05 180.76 2.52.71v-2.62",
|
|
103
|
-
stroke: "#fff",
|
|
104
|
-
strokeLinecap: "round",
|
|
105
|
-
strokeLinejoin: "round"
|
|
106
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
107
|
-
d: "M162.57 173.5V58.73",
|
|
108
|
-
stroke: "#fff",
|
|
109
|
-
strokeDasharray: "5.22 5.22",
|
|
110
|
-
strokeLinecap: "round",
|
|
111
|
-
strokeLinejoin: "round"
|
|
112
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
113
|
-
d: "M162.57 56.05v-2.62l-2.62-.15",
|
|
114
|
-
stroke: "#fff",
|
|
115
|
-
strokeLinecap: "round",
|
|
116
|
-
strokeLinejoin: "round"
|
|
117
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
118
|
-
d: "m154.77 53.02-60.89-2.36",
|
|
119
|
-
stroke: "#fff",
|
|
120
|
-
strokeDasharray: "5.08 5.08",
|
|
121
|
-
strokeLinecap: "round",
|
|
122
|
-
strokeLinejoin: "round"
|
|
123
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
124
|
-
d: "M89.92 49.6v2.62",
|
|
125
|
-
stroke: "#fff",
|
|
126
|
-
strokeLinecap: "round",
|
|
127
|
-
strokeLinejoin: "round"
|
|
128
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
129
|
-
d: "M89.92 57.28v98.73",
|
|
130
|
-
stroke: "#fff",
|
|
131
|
-
strokeDasharray: "4.95 4.95",
|
|
132
|
-
strokeLinecap: "round",
|
|
133
|
-
strokeLinejoin: "round"
|
|
134
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
135
|
-
d: "M146.32 94.95c0 19.86-20.34 16.47-20.34 27.72v2.96l-9.52-1.84v-3.6c0-15.97 19.2-13.92 19.2-26.42 0-6.97-4.88-11.24-11.24-11.96-7.26-.8-11.65 3.4-12.78 10.22l-8.68-3.3c1.94-11.33 10.17-17.8 21.74-16.78 12.11 1.1 21.62 9.73 21.62 23Zm-31.1 46.14c0-4.32 2.65-6.56 6.4-5.75 3.75.8 6.57 4.27 6.57 8.69 0 4.41-2.66 6.54-6.57 5.6a8.56 8.56 0 0 1-6.4-8.54Z",
|
|
136
|
-
fill: "#fff"
|
|
137
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
138
|
-
d: "M89.92 49.6c9.07-2 21.1-5.43 26.6-6.78",
|
|
139
|
-
stroke: "#fff",
|
|
140
|
-
strokeDasharray: "4.75 4.75",
|
|
141
|
-
strokeLinecap: "round",
|
|
142
|
-
strokeLinejoin: "round"
|
|
143
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
144
|
-
d: "m116.52 42.83 2.63.1",
|
|
145
|
-
stroke: "#fff",
|
|
146
|
-
strokeLinecap: "round",
|
|
147
|
-
strokeLinejoin: "round"
|
|
148
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
149
|
-
d: "m124.59 43.12 62.63 2.32",
|
|
150
|
-
stroke: "#fff",
|
|
151
|
-
strokeDasharray: "5.33 5.33",
|
|
152
|
-
strokeLinecap: "round",
|
|
153
|
-
strokeLinejoin: "round"
|
|
154
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
155
|
-
d: "m189.94 45.55 2.63.09",
|
|
156
|
-
stroke: "#fff",
|
|
157
|
-
strokeLinecap: "round",
|
|
158
|
-
strokeLinejoin: "round"
|
|
159
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
160
|
-
d: "M192.52 45.96c-4.84 1.6-18.4 5.73-29.95 7.5",
|
|
161
|
-
stroke: "#fff",
|
|
162
|
-
strokeDasharray: "5.14 5.14",
|
|
163
|
-
strokeLinecap: "round",
|
|
164
|
-
strokeLinejoin: "round"
|
|
165
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
166
|
-
d: "m104.07 188.7-44.05 12.67 3.23-29.9 33.58-3.63 7.24 20.87Z",
|
|
167
|
-
fill: resolvedSecondaryColor,
|
|
168
|
-
stroke: resolvedPrimaryColor,
|
|
169
|
-
strokeLinecap: "round",
|
|
170
|
-
strokeLinejoin: "round"
|
|
171
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
172
|
-
d: "m60.02 201.37 3.23-29.9-17.18-5.45-7.64 27.04 21.59 8.31Z",
|
|
173
|
-
fill: resolvedSecondaryColor,
|
|
174
|
-
stroke: resolvedPrimaryColor,
|
|
175
|
-
strokeLinecap: "round",
|
|
176
|
-
strokeLinejoin: "round"
|
|
177
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
178
|
-
d: "m90.21 104.81-24.18-3.92a23.36 23.36 0 0 0-7.16.08c-15.44 2.53-28.02 19.47-28.02 37.83 0 14.06 7.37 24.88 17.77 28.03l21.93 6.95v-7.8l-4.28-.95c11.9-5.8 20.64-20.11 20.64-35.43 0-8.56-2.73-15.9-7.15-21.06l10.45-3.73Z",
|
|
179
|
-
fill: resolvedPrimaryColor
|
|
180
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
181
|
-
d: "m79.72 108.58 10.5-3.77-24.2-3.92a23.36 23.36 0 0 0-7.15.08c-7.07 1.16-13.53 5.33-18.47 11.24l32.1 6.43 10.49-5.34a26.27 26.27 0 0 0-3.27-4.72Z",
|
|
182
|
-
fill: "#fff"
|
|
183
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
184
|
-
d: "m90.21 104.81-24.18-3.92a23.36 23.36 0 0 0-7.16.08c-15.44 2.53-28.02 19.47-28.02 37.83 0 14.06 7.37 24.88 17.77 28.03l21.93 6.95v-7.8l-4.28-.95c11.9-5.8 20.64-20.11 20.64-35.43 0-8.56-2.73-15.9-7.15-21.06l10.45-3.73Z",
|
|
185
|
-
stroke: resolvedSecondaryColor,
|
|
186
|
-
strokeLinecap: "round",
|
|
187
|
-
strokeLinejoin: "round"
|
|
188
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
189
|
-
d: "M109.21 148.83c6.3-18.83-.75-38.17-15.75-43.19-15-5.02-32.28 6.17-38.59 25-6.3 18.82.76 38.16 15.76 43.18 15 5.02 32.28-6.17 38.58-25Z",
|
|
190
|
-
fill: resolvedPrimaryColor,
|
|
191
|
-
stroke: resolvedSecondaryColor,
|
|
192
|
-
strokeLinecap: "round",
|
|
193
|
-
strokeLinejoin: "round"
|
|
194
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
195
|
-
d: "M105.79 147.68c5.5-16.45-.66-33.35-13.77-37.74-13.12-4.4-28.22 5.39-33.72 21.84-5.51 16.46.65 33.36 13.77 37.75 13.11 4.39 28.21-5.4 33.72-21.85Z",
|
|
196
|
-
fill: "#fff"
|
|
197
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
198
|
-
d: "M82.05 163.1v3.48M82.05 112.87v3.49M62.35 142.95l-2.95.48M104.69 136.03l-2.95.48",
|
|
199
|
-
stroke: resolvedPrimaryColor,
|
|
200
|
-
strokeLinecap: "round",
|
|
201
|
-
strokeLinejoin: "round"
|
|
202
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
203
|
-
d: "m81.51 123.82-2.17 15.4a.66.66 0 0 0 .77.76l4.37-.7a.68.68 0 0 0 .56-.77l-2.19-14.69a.67.67 0 0 0-1.34 0Z",
|
|
204
|
-
fill: resolvedPrimaryColor
|
|
205
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
206
|
-
d: "m95.94 149.42-11.32-12.18a.68.68 0 0 0-1.08.11l-2.83 4.75a.68.68 0 0 0-.08.53.68.68 0 0 0 .34.42l14.16 7.42a.67.67 0 0 0 .84-.2.68.68 0 0 0-.03-.85Z",
|
|
207
|
-
fill: resolvedPrimaryColor
|
|
208
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
209
|
-
d: "M85.02 140.6c.66-1.97-.08-4-1.66-4.52-1.57-.53-3.38.64-4.04 2.62-.66 1.98.08 4 1.65 4.53 1.57.53 3.39-.65 4.05-2.62Z",
|
|
210
|
-
fill: resolvedSecondaryColor,
|
|
211
|
-
stroke: resolvedSecondaryColor,
|
|
212
|
-
strokeMiterlimit: "10"
|
|
213
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
214
|
-
d: "M86.03 140.94c.66-1.97-.08-4-1.65-4.53-1.58-.53-3.39.65-4.05 2.62-.66 1.98.08 4 1.65 4.53 1.58.53 3.39-.64 4.05-2.62Z",
|
|
215
|
-
fill: resolvedSecondaryColor,
|
|
216
|
-
stroke: resolvedPrimaryColor,
|
|
217
|
-
strokeLinecap: "round",
|
|
218
|
-
strokeLinejoin: "round"
|
|
219
|
-
}));
|
|
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: "M131.96 20.01C74.28 19.13 26.13 65.66 25.14 123.34a105 105 0 0 0 43.72 87.21 23.75 23.75 0 0 1 9.94 19.26v7.82a2.62 2.62 0 0 0 2.61 2.6h97.81a2.6 2.6 0 0 0 2.6-2.6v-7.82a23.9 23.9 0 0 1 10.03-19.32 105 105 0 0 0 43.66-85.3A105.19 105.19 0 0 0 131.96 20.01Z", fill: resolvedPrimaryColor }),
|
|
22
|
+
/* @__PURE__ */ React.createElement("path", { d: "m253 165.94-188.97 55.3L7 197.06v-6.8l246-31.74v7.42Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
23
|
+
/* @__PURE__ */ React.createElement("path", { d: "m65.4 207.93-1.37 5.54v7.77L253 165.94v-7.42L65.4 207.93Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
24
|
+
/* @__PURE__ */ React.createElement("path", { d: "M253 158.52 64.03 213.47 7 190.25l168.94-47.6L253 158.52Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
25
|
+
/* @__PURE__ */ React.createElement("path", { d: "M221.62 164.34c-1.9 2.51-7.8 4-16.78 4.67l-14.42-89.49c8.73-.6 14.15-2.2 16.79-4.67l14.41 89.49Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
26
|
+
/* @__PURE__ */ React.createElement("path", { d: "m204.83 169.01-47.5-11.53-12.36-82.24 45.44 4.28 14.42 89.49Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
27
|
+
/* @__PURE__ */ React.createElement("path", { d: "m207.2 74.85-46.07-3.87c.6 1.95-6.57 3.28-16.16 4.26l45.46 4.28c8.37-.6 14.5-1.96 16.78-4.67Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
28
|
+
/* @__PURE__ */ React.createElement("path", { d: "M192.57 45.64v2.61", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
29
|
+
/* @__PURE__ */ React.createElement("path", { d: "M192.57 53.56V167.5", stroke: "#fff", strokeDasharray: "5.18 5.18", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
30
|
+
/* @__PURE__ */ React.createElement("path", { d: "M192.57 170.16v2.61c-.69.54-1.42 1.03-2.19 1.44", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
31
|
+
/* @__PURE__ */ React.createElement("path", { d: "M185.58 176.3a113.35 113.35 0 0 1-17.82 4.32", stroke: "#fff", strokeDasharray: "5.13 5.13", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
32
|
+
/* @__PURE__ */ React.createElement("path", { d: "m165.17 181.06-2.6.42v-2.63", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
33
|
+
/* @__PURE__ */ React.createElement("path", { d: "M162.57 173.5V58.73", stroke: "#fff", strokeDasharray: "5.22 5.22", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
34
|
+
/* @__PURE__ */ React.createElement("path", { d: "M162.57 56.05v-2.62M89.92 158.54v2.62l2.52.7", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
35
|
+
/* @__PURE__ */ React.createElement("path", { d: "m97.64 163.32 59.8 16.72", stroke: "#fff", strokeDasharray: "5.28 5.28", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
36
|
+
/* @__PURE__ */ React.createElement("path", { d: "m160.05 180.76 2.52.71v-2.62", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
37
|
+
/* @__PURE__ */ React.createElement("path", { d: "M162.57 173.5V58.73", stroke: "#fff", strokeDasharray: "5.22 5.22", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
38
|
+
/* @__PURE__ */ React.createElement("path", { d: "M162.57 56.05v-2.62l-2.62-.15", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
39
|
+
/* @__PURE__ */ React.createElement("path", { d: "m154.77 53.02-60.89-2.36", stroke: "#fff", strokeDasharray: "5.08 5.08", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
40
|
+
/* @__PURE__ */ React.createElement("path", { d: "M89.92 49.6v2.62", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
41
|
+
/* @__PURE__ */ React.createElement("path", { d: "M89.92 57.28v98.73", stroke: "#fff", strokeDasharray: "4.95 4.95", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
42
|
+
/* @__PURE__ */ React.createElement("path", { d: "M146.32 94.95c0 19.86-20.34 16.47-20.34 27.72v2.96l-9.52-1.84v-3.6c0-15.97 19.2-13.92 19.2-26.42 0-6.97-4.88-11.24-11.24-11.96-7.26-.8-11.65 3.4-12.78 10.22l-8.68-3.3c1.94-11.33 10.17-17.8 21.74-16.78 12.11 1.1 21.62 9.73 21.62 23Zm-31.1 46.14c0-4.32 2.65-6.56 6.4-5.75 3.75.8 6.57 4.27 6.57 8.69 0 4.41-2.66 6.54-6.57 5.6a8.56 8.56 0 0 1-6.4-8.54Z", fill: "#fff" }),
|
|
43
|
+
/* @__PURE__ */ React.createElement("path", { d: "M89.92 49.6c9.07-2 21.1-5.43 26.6-6.78", stroke: "#fff", strokeDasharray: "4.75 4.75", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
44
|
+
/* @__PURE__ */ React.createElement("path", { d: "m116.52 42.83 2.63.1", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
45
|
+
/* @__PURE__ */ React.createElement("path", { d: "m124.59 43.12 62.63 2.32", stroke: "#fff", strokeDasharray: "5.33 5.33", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
46
|
+
/* @__PURE__ */ React.createElement("path", { d: "m189.94 45.55 2.63.09", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
47
|
+
/* @__PURE__ */ React.createElement("path", { d: "M192.52 45.96c-4.84 1.6-18.4 5.73-29.95 7.5", stroke: "#fff", strokeDasharray: "5.14 5.14", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
48
|
+
/* @__PURE__ */ React.createElement("path", { d: "m104.07 188.7-44.05 12.67 3.23-29.9 33.58-3.63 7.24 20.87Z", fill: resolvedSecondaryColor, stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
49
|
+
/* @__PURE__ */ React.createElement("path", { d: "m60.02 201.37 3.23-29.9-17.18-5.45-7.64 27.04 21.59 8.31Z", fill: resolvedSecondaryColor, stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
50
|
+
/* @__PURE__ */ React.createElement("path", { d: "m90.21 104.81-24.18-3.92a23.36 23.36 0 0 0-7.16.08c-15.44 2.53-28.02 19.47-28.02 37.83 0 14.06 7.37 24.88 17.77 28.03l21.93 6.95v-7.8l-4.28-.95c11.9-5.8 20.64-20.11 20.64-35.43 0-8.56-2.73-15.9-7.15-21.06l10.45-3.73Z", fill: resolvedPrimaryColor }),
|
|
51
|
+
/* @__PURE__ */ React.createElement("path", { d: "m79.72 108.58 10.5-3.77-24.2-3.92a23.36 23.36 0 0 0-7.15.08c-7.07 1.16-13.53 5.33-18.47 11.24l32.1 6.43 10.49-5.34a26.27 26.27 0 0 0-3.27-4.72Z", fill: "#fff" }),
|
|
52
|
+
/* @__PURE__ */ React.createElement("path", { d: "m90.21 104.81-24.18-3.92a23.36 23.36 0 0 0-7.16.08c-15.44 2.53-28.02 19.47-28.02 37.83 0 14.06 7.37 24.88 17.77 28.03l21.93 6.95v-7.8l-4.28-.95c11.9-5.8 20.64-20.11 20.64-35.43 0-8.56-2.73-15.9-7.15-21.06l10.45-3.73Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
53
|
+
/* @__PURE__ */ React.createElement("path", { d: "M109.21 148.83c6.3-18.83-.75-38.17-15.75-43.19-15-5.02-32.28 6.17-38.59 25-6.3 18.82.76 38.16 15.76 43.18 15 5.02 32.28-6.17 38.58-25Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
54
|
+
/* @__PURE__ */ React.createElement("path", { d: "M105.79 147.68c5.5-16.45-.66-33.35-13.77-37.74-13.12-4.4-28.22 5.39-33.72 21.84-5.51 16.46.65 33.36 13.77 37.75 13.11 4.39 28.21-5.4 33.72-21.85Z", fill: "#fff" }),
|
|
55
|
+
/* @__PURE__ */ React.createElement("path", { d: "M82.05 163.1v3.48M82.05 112.87v3.49M62.35 142.95l-2.95.48M104.69 136.03l-2.95.48", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
56
|
+
/* @__PURE__ */ React.createElement("path", { d: "m81.51 123.82-2.17 15.4a.66.66 0 0 0 .77.76l4.37-.7a.68.68 0 0 0 .56-.77l-2.19-14.69a.67.67 0 0 0-1.34 0Z", fill: resolvedPrimaryColor }),
|
|
57
|
+
/* @__PURE__ */ React.createElement("path", { d: "m95.94 149.42-11.32-12.18a.68.68 0 0 0-1.08.11l-2.83 4.75a.68.68 0 0 0-.08.53.68.68 0 0 0 .34.42l14.16 7.42a.67.67 0 0 0 .84-.2.68.68 0 0 0-.03-.85Z", fill: resolvedPrimaryColor }),
|
|
58
|
+
/* @__PURE__ */ React.createElement("path", { d: "M85.02 140.6c.66-1.97-.08-4-1.66-4.52-1.57-.53-3.38.64-4.04 2.62-.66 1.98.08 4 1.65 4.53 1.57.53 3.39-.65 4.05-2.62Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeMiterlimit: "10" }),
|
|
59
|
+
/* @__PURE__ */ React.createElement("path", { d: "M86.03 140.94c.66-1.97-.08-4-1.65-4.53-1.58-.53-3.39.65-4.05 2.62-.66 1.98.08 4 1.65 4.53 1.58.53 3.39-.64 4.05-2.62Z", fill: resolvedSecondaryColor, stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
60
|
+
);
|
|
220
61
|
};
|
|
221
62
|
ProjectNotFound.displayName = "ProjectNotFound";
|
|
222
63
|
var stdin_default = createBaseComponent(ProjectNotFound);
|