@socialgouv/cdtn-utils 4.205.0 → 4.206.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/build/__tests__/slugify.test.d.ts +1 -0
- package/build/__tests__/slugify.test.js +14 -0
- package/build/__tests__/sources.test.d.ts +1 -0
- package/build/__tests__/sources.test.js +65 -0
- package/build/icons/ThemeIcons.d.ts +0 -1
- package/build/icons/ThemeIcons.js +0 -1
- package/build/icons/themes/Break.d.ts +1 -3
- package/build/icons/themes/Break.js +2 -10
- package/build/icons/themes/Conditions.d.ts +1 -3
- package/build/icons/themes/Conditions.js +2 -11
- package/build/icons/themes/Conflicts.d.ts +1 -3
- package/build/icons/themes/Conflicts.js +2 -16
- package/build/icons/themes/Contract.d.ts +1 -3
- package/build/icons/themes/Contract.js +2 -13
- package/build/icons/themes/Depart.d.ts +1 -3
- package/build/icons/themes/Depart.js +2 -7
- package/build/icons/themes/Difficulties.d.ts +1 -3
- package/build/icons/themes/Difficulties.js +2 -23
- package/build/icons/themes/Employment.d.ts +1 -3
- package/build/icons/themes/Employment.js +2 -14
- package/build/icons/themes/Formation.d.ts +1 -3
- package/build/icons/themes/Formation.js +2 -6
- package/build/icons/themes/Health.d.ts +1 -3
- package/build/icons/themes/Health.js +2 -7
- package/build/icons/themes/Hiring.d.ts +1 -3
- package/build/icons/themes/Hiring.js +2 -13
- package/build/icons/themes/Holidays.d.ts +1 -3
- package/build/icons/themes/Holidays.js +2 -16
- package/build/icons/themes/Nego.d.ts +1 -3
- package/build/icons/themes/Nego.js +2 -9
- package/build/icons/themes/Resignation.d.ts +1 -3
- package/build/icons/themes/Resignation.js +2 -6
- package/build/icons/themes/Retirement.d.ts +1 -3
- package/build/icons/themes/Retirement.js +2 -7
- package/build/icons/themes/Risks.d.ts +1 -3
- package/build/icons/themes/Risks.js +2 -9
- package/build/icons/themes/Salary.d.ts +1 -3
- package/build/icons/themes/Salary.js +2 -7
- package/build/icons/themes/Specific.d.ts +1 -3
- package/build/icons/themes/Specific.js +2 -14
- package/build/icons/themes/Time.d.ts +1 -3
- package/build/icons/themes/Time.js +2 -19
- package/build/icons/themes/index.d.ts +0 -1
- package/build/icons/themes/index.js +21 -19
- package/build/index.d.ts +0 -1
- package/build/index.js +0 -1
- package/build/slugify.d.ts +0 -1
- package/build/slugify.js +0 -1
- package/build/sources.d.ts +0 -1
- package/build/sources.js +0 -1
- package/package.json +6 -4
- package/build/icons/ThemeIcons.d.ts.map +0 -1
- package/build/icons/ThemeIcons.js.map +0 -1
- package/build/icons/themes/Break.d.ts.map +0 -1
- package/build/icons/themes/Break.js.map +0 -1
- package/build/icons/themes/Conditions.d.ts.map +0 -1
- package/build/icons/themes/Conditions.js.map +0 -1
- package/build/icons/themes/Conflicts.d.ts.map +0 -1
- package/build/icons/themes/Conflicts.js.map +0 -1
- package/build/icons/themes/Contract.d.ts.map +0 -1
- package/build/icons/themes/Contract.js.map +0 -1
- package/build/icons/themes/Depart.d.ts.map +0 -1
- package/build/icons/themes/Depart.js.map +0 -1
- package/build/icons/themes/Difficulties.d.ts.map +0 -1
- package/build/icons/themes/Difficulties.js.map +0 -1
- package/build/icons/themes/Employment.d.ts.map +0 -1
- package/build/icons/themes/Employment.js.map +0 -1
- package/build/icons/themes/Formation.d.ts.map +0 -1
- package/build/icons/themes/Formation.js.map +0 -1
- package/build/icons/themes/Health.d.ts.map +0 -1
- package/build/icons/themes/Health.js.map +0 -1
- package/build/icons/themes/Hiring.d.ts.map +0 -1
- package/build/icons/themes/Hiring.js.map +0 -1
- package/build/icons/themes/Holidays.d.ts.map +0 -1
- package/build/icons/themes/Holidays.js.map +0 -1
- package/build/icons/themes/Nego.d.ts.map +0 -1
- package/build/icons/themes/Nego.js.map +0 -1
- package/build/icons/themes/Resignation.d.ts.map +0 -1
- package/build/icons/themes/Resignation.js.map +0 -1
- package/build/icons/themes/Retirement.d.ts.map +0 -1
- package/build/icons/themes/Retirement.js.map +0 -1
- package/build/icons/themes/Risks.d.ts.map +0 -1
- package/build/icons/themes/Risks.js.map +0 -1
- package/build/icons/themes/Salary.d.ts.map +0 -1
- package/build/icons/themes/Salary.js.map +0 -1
- package/build/icons/themes/Specific.d.ts.map +0 -1
- package/build/icons/themes/Specific.js.map +0 -1
- package/build/icons/themes/Time.d.ts.map +0 -1
- package/build/icons/themes/Time.js.map +0 -1
- package/build/icons/themes/index.d.ts.map +0 -1
- package/build/icons/themes/index.js.map +0 -1
- package/build/index.d.ts.map +0 -1
- package/build/index.js.map +0 -1
- package/build/slugify.d.ts.map +0 -1
- package/build/slugify.js.map +0 -1
- package/build/sources.d.ts.map +0 -1
- package/build/sources.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const slugify_1 = require("../slugify");
|
|
4
|
+
test("slugify", () => {
|
|
5
|
+
expect((0, slugify_1.slugify)("pif paf")).toBe("pif-paf");
|
|
6
|
+
expect((0, slugify_1.slugify)("pif paf")).toBe("pif-paf");
|
|
7
|
+
expect((0, slugify_1.slugify)(" pif paf ")).toBe("pif-paf");
|
|
8
|
+
expect((0, slugify_1.slugify)("Pif PAF")).toBe("pif-paf");
|
|
9
|
+
expect((0, slugify_1.slugify)("oaïstar")).toBe("oaistar");
|
|
10
|
+
expect((0, slugify_1.slugify)("oa(ï)star")).toBe("oa-i-star");
|
|
11
|
+
expect((0, slugify_1.slugify)("oaïstar!")).toBe("oaistar");
|
|
12
|
+
expect((0, slugify_1.slugify)("plic&ploc")).toBe("plic-et-ploc");
|
|
13
|
+
expect((0, slugify_1.slugify)("--plic-ploc---")).toBe("plic-ploc");
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const sources_1 = require("../sources");
|
|
4
|
+
describe("sources utilities", () => {
|
|
5
|
+
it("getLabelBySource retourne le bon libellé pour quelques sources clés", () => {
|
|
6
|
+
expect((0, sources_1.getLabelBySource)(sources_1.SOURCES.CCN)).toBe("Conventions collectives");
|
|
7
|
+
expect((0, sources_1.getLabelBySource)(sources_1.SOURCES.CDT)).toBe("Code du travail");
|
|
8
|
+
expect((0, sources_1.getLabelBySource)(sources_1.SOURCES.GLOSSARY)).toBe("Glossaire");
|
|
9
|
+
expect((0, sources_1.getLabelBySource)(sources_1.SOURCES.TOOLS)).toBe("Outils");
|
|
10
|
+
expect((0, sources_1.getLabelBySource)(sources_1.SOURCES.INFOGRAPHICS)).toBe("Infographies");
|
|
11
|
+
});
|
|
12
|
+
it("getRouteBySource retourne la bonne route pour quelques sources clés", () => {
|
|
13
|
+
expect((0, sources_1.getRouteBySource)(sources_1.SOURCES.CCN)).toBe("convention-collective");
|
|
14
|
+
expect((0, sources_1.getRouteBySource)(sources_1.SOURCES.CDT)).toBe("code-du-travail");
|
|
15
|
+
expect((0, sources_1.getRouteBySource)(sources_1.SOURCES.GLOSSARY)).toBe("glossaire");
|
|
16
|
+
expect((0, sources_1.getRouteBySource)(sources_1.SOURCES.TOOLS)).toBe("outils");
|
|
17
|
+
expect((0, sources_1.getRouteBySource)(sources_1.SOURCES.INFOGRAPHICS)).toBe("infographies");
|
|
18
|
+
});
|
|
19
|
+
it("getSourceByRoute retourne une source existante pour chaque route connue", () => {
|
|
20
|
+
const allRoutes = Object.values(sources_1.routeBySource);
|
|
21
|
+
for (const route of allRoutes) {
|
|
22
|
+
const source = (0, sources_1.getSourceByRoute)(route);
|
|
23
|
+
expect(typeof source).toBe("string");
|
|
24
|
+
// Toutes les clés de routeBySource sont des valeurs de SOURCES
|
|
25
|
+
// donc on vérifie que la source retournée fait bien partie des valeurs de SOURCES
|
|
26
|
+
expect(Object.values(sources_1.SOURCES)).toContain(source);
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
it("getSourceByRoute gère le cas de route ambiguë (même slug pour plusieurs sources)", () => {
|
|
30
|
+
// Les deux sources suivantes pointent vers "fiche-ministere-travail"
|
|
31
|
+
const ambiguousRoute = "fiche-ministere-travail";
|
|
32
|
+
const result = (0, sources_1.getSourceByRoute)(ambiguousRoute);
|
|
33
|
+
// Le résultat peut être l'une des deux, suivant l'ordre de définition dans routeBySource
|
|
34
|
+
expect([sources_1.SOURCES.SHEET_MT, sources_1.SOURCES.SHEET_MT_PAGE]).toContain(result);
|
|
35
|
+
});
|
|
36
|
+
it("getSourceByRoute retourne undefined pour une route inconnue", () => {
|
|
37
|
+
expect((0, sources_1.getSourceByRoute)("route-inconnue-xyz")).toBeUndefined();
|
|
38
|
+
});
|
|
39
|
+
it("toutes les valeurs de SOURCES existent comme clés dans routeBySource et labelBySource", () => {
|
|
40
|
+
const sourceValues = Object.values(sources_1.SOURCES);
|
|
41
|
+
const routeKeys = Object.keys(sources_1.routeBySource);
|
|
42
|
+
const labelKeys = Object.keys(sources_1.labelBySource);
|
|
43
|
+
// Chaque valeur de SOURCES doit exister dans les deux maps
|
|
44
|
+
for (const src of sourceValues) {
|
|
45
|
+
expect(routeKeys).toContain(src);
|
|
46
|
+
expect(labelKeys).toContain(src);
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
it("routeBySource et labelBySource ne contiennent pas de clés supplémentaires non référencées par SOURCES", () => {
|
|
50
|
+
const sourceValues = new Set(Object.values(sources_1.SOURCES));
|
|
51
|
+
const extraInRoute = Object.keys(sources_1.routeBySource).filter((k) => !sourceValues.has(k));
|
|
52
|
+
const extraInLabel = Object.keys(sources_1.labelBySource).filter((k) => !sourceValues.has(k));
|
|
53
|
+
expect(extraInRoute).toHaveLength(0);
|
|
54
|
+
expect(extraInLabel).toHaveLength(0);
|
|
55
|
+
});
|
|
56
|
+
it("cohérence de mapping: getRouteBySource(src) doit matcher le slug qui renvoie src avec getSourceByRoute", () => {
|
|
57
|
+
for (const src of Object.values(sources_1.SOURCES)) {
|
|
58
|
+
const slug = (0, sources_1.getRouteBySource)(src);
|
|
59
|
+
// Certaines sources partagent la même route; dans ce cas, on vérifie
|
|
60
|
+
// simplement que la route renvoie une source valide (pas nécessairement la même)
|
|
61
|
+
const back = (0, sources_1.getSourceByRoute)(slug);
|
|
62
|
+
expect(Object.values(sources_1.SOURCES)).toContain(back);
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
});
|
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = Break;
|
|
4
|
-
const
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function Break() {
|
|
6
|
-
return (
|
|
7
|
-
React.createElement("path", { d: "M33.0503 18.252H35.2939C36.2354 18.2512 37.1665 18.4483 38.0269 18.8306C38.8872 19.2128 39.6576 19.7717 40.2881 20.4709", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
-
React.createElement("path", { d: "M15.8377 10.6221C16.0263 10.4345 16.1759 10.2114 16.278 9.96579C16.3802 9.72015 16.4327 9.45674 16.4327 9.19071C16.4327 8.92469 16.3802 8.66128 16.278 8.41564C16.1759 8.16999 16.0263 7.94694 15.8377 7.7593C15.6491 7.57167 15.4995 7.34862 15.3974 7.10297C15.2952 6.85733 15.2427 6.59392 15.2427 6.32789C15.2427 6.06187 15.2952 5.79846 15.3974 5.55282C15.4995 5.30717 15.6491 5.08412 15.8377 4.89648", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
-
React.createElement("path", { d: "M23.6899 10.6213C23.9482 10.3633 24.1531 10.057 24.293 9.71973C24.4328 9.38249 24.5048 9.021 24.5048 8.65592C24.5048 8.29084 24.4328 7.92935 24.293 7.59211C24.1531 7.25487 23.9482 6.94851 23.6899 6.69054C23.4316 6.43256 23.2266 6.1262 23.0868 5.78896C22.947 5.45172 22.875 5.09023 22.875 4.72515C22.875 4.36007 22.947 3.99858 23.0868 3.66134C23.2266 3.3241 23.4316 3.01774 23.6899 2.75977", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
-
React.createElement("path", { d: "M2.75977 39.7793H19.5687", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
11
|
-
React.createElement("path", { d: "M18.465 39.7784C14.8947 39.7784 11.4707 38.3601 8.94621 35.8356C6.42168 33.3111 5.00342 29.8871 5.00342 26.3169V16.2207H33.0483V20.9098", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
12
|
-
React.createElement("path", { d: "M26.3174 39.7779C26.3174 43.3482 27.7356 46.7722 30.2602 49.2967C32.7847 51.8212 36.2087 53.2395 39.7789 53.2395C43.3491 53.2395 46.7731 51.8212 49.2977 49.2967C51.8222 46.7722 53.2405 43.3482 53.2405 39.7779C53.2405 36.2077 51.8222 32.7837 49.2977 30.2592C46.7731 27.7347 43.3491 26.3164 39.7789 26.3164C36.2087 26.3164 32.7847 27.7347 30.2602 30.2592C27.7356 32.7837 26.3174 36.2077 26.3174 39.7779Z", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
13
|
-
React.createElement("path", { d: "M44.266 39.7796H39.7788V33.0488", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
6
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: "56", height: "56", viewBox: "0 0 56 56", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M33.0503 18.252H35.2939C36.2354 18.2512 37.1665 18.4483 38.0269 18.8306C38.8872 19.2128 39.6576 19.7717 40.2881 20.4709", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.8377 10.6221C16.0263 10.4345 16.1759 10.2114 16.278 9.96579C16.3802 9.72015 16.4327 9.45674 16.4327 9.19071C16.4327 8.92469 16.3802 8.66128 16.278 8.41564C16.1759 8.16999 16.0263 7.94694 15.8377 7.7593C15.6491 7.57167 15.4995 7.34862 15.3974 7.10297C15.2952 6.85733 15.2427 6.59392 15.2427 6.32789C15.2427 6.06187 15.2952 5.79846 15.3974 5.55282C15.4995 5.30717 15.6491 5.08412 15.8377 4.89648", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M23.6899 10.6213C23.9482 10.3633 24.1531 10.057 24.293 9.71973C24.4328 9.38249 24.5048 9.021 24.5048 8.65592C24.5048 8.29084 24.4328 7.92935 24.293 7.59211C24.1531 7.25487 23.9482 6.94851 23.6899 6.69054C23.4316 6.43256 23.2266 6.1262 23.0868 5.78896C22.947 5.45172 22.875 5.09023 22.875 4.72515C22.875 4.36007 22.947 3.99858 23.0868 3.66134C23.2266 3.3241 23.4316 3.01774 23.6899 2.75977", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M2.75977 39.7793H19.5687", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.465 39.7784C14.8947 39.7784 11.4707 38.3601 8.94621 35.8356C6.42168 33.3111 5.00342 29.8871 5.00342 26.3169V16.2207H33.0483V20.9098", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.3174 39.7779C26.3174 43.3482 27.7356 46.7722 30.2602 49.2967C32.7847 51.8212 36.2087 53.2395 39.7789 53.2395C43.3491 53.2395 46.7731 51.8212 49.2977 49.2967C51.8222 46.7722 53.2405 43.3482 53.2405 39.7779C53.2405 36.2077 51.8222 32.7837 49.2977 30.2592C46.7731 27.7347 43.3491 26.3164 39.7789 26.3164C36.2087 26.3164 32.7847 27.7347 30.2602 30.2592C27.7356 32.7837 26.3174 36.2077 26.3174 39.7779Z", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M44.266 39.7796H39.7788V33.0488", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
14
7
|
}
|
|
15
|
-
//# sourceMappingURL=Break.js.map
|
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = Conditions;
|
|
4
|
-
const
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function Conditions() {
|
|
6
|
-
return (
|
|
7
|
-
React.createElement("path", { d: "M52.52 53.031C51.7245 50.9538 50.3124 49.1699 48.4734 47.9187C46.6344 46.6676 44.4565 46.0091 42.2324 46.0318C40.0082 46.0545 37.8443 46.7573 36.0312 48.0458C34.2181 49.3343 32.8428 51.1467 32.0898 53.2396", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
-
React.createElement("path", { d: "M49.9986 35.0996C50.016 36.1158 49.8309 37.1252 49.454 38.0691C49.0772 39.013 48.5162 39.8723 47.8037 40.5971C47.0912 41.3219 46.2416 41.8975 45.3043 42.2905C44.367 42.6834 43.3609 42.8858 42.3446 42.8858C41.3283 42.8858 40.3221 42.6834 39.3848 42.2905C38.4476 41.8975 37.5979 41.3219 36.8855 40.5971C36.173 39.8723 35.612 39.013 35.2351 38.0691C34.8583 37.1252 34.6732 36.1158 34.6906 35.0996", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
-
React.createElement("path", { d: "M45.002 25.6816C46.7618 26.2507 48.2961 27.3629 49.3844 28.8584C50.4728 30.3539 51.0593 32.1558 51.0596 34.0054", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
-
React.createElement("path", { d: "M33.5576 35.098V34.0054C33.5576 32.0532 34.2104 30.1572 35.4122 28.6188C36.6139 27.0805 38.2956 25.9881 40.1897 25.5156", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
11
|
-
React.createElement("path", { d: "M31.3701 35.0996H53.2406", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
12
|
-
React.createElement("path", { d: "M26.4743 40.7431L24.841 38.9325C24.5215 38.5793 24.1315 38.297 23.6962 38.1038C23.2609 37.9105 22.7899 37.8107 22.3136 37.8107C21.8373 37.8107 21.3663 37.9105 20.931 38.1038C20.4957 38.297 20.1057 38.5793 19.7862 38.9325L18.1506 40.7431C17.6793 41.2643 17.0583 41.6269 16.3728 41.7813C15.6873 41.9357 14.9708 41.8742 14.3216 41.6054C13.6724 41.3366 13.1222 40.8735 12.7465 40.2797C12.3708 39.6859 12.188 38.9904 12.2231 38.2886L12.3487 35.8521C12.3729 35.3763 12.2969 34.9008 12.1259 34.4563C11.9548 34.0117 11.6924 33.608 11.3556 33.2712C11.0187 32.9344 10.615 32.6719 10.1705 32.5009C9.72589 32.3298 9.25039 32.2539 8.77467 32.278L6.33813 32.4014C5.63578 32.4379 4.93939 32.2558 4.34472 31.8803C3.75005 31.5049 3.2863 30.9544 3.01723 30.3046C2.74817 29.6548 2.687 28.9376 2.84215 28.2516C2.9973 27.5657 3.36114 26.9446 3.88364 26.4739L5.69422 24.8405C6.04743 24.521 6.32975 24.131 6.52297 23.6957C6.71619 23.2604 6.81602 22.7894 6.81602 22.3131C6.81602 21.8368 6.71619 21.3659 6.52297 20.9305C6.32975 20.4952 6.04743 20.1052 5.69422 19.7857L3.88364 18.1524C3.36159 17.6813 2.99816 17.0601 2.84326 16.3742C2.68837 15.6882 2.7496 14.9712 3.01854 14.3214C3.28749 13.6717 3.75096 13.1211 4.34533 12.7453C4.9397 12.3695 5.63583 12.1869 6.33813 12.2226L8.77467 12.3482C9.25031 12.372 9.72565 12.2959 10.17 12.1247C10.6144 11.9535 11.018 11.691 11.3548 11.3543C11.6915 11.0175 11.954 10.614 12.1252 10.1696C12.2963 9.72516 12.3725 9.24982 12.3487 8.77418L12.2231 6.33764C12.188 5.63584 12.3708 4.94036 12.7465 4.34655C13.1222 3.75275 13.6724 3.28969 14.3216 3.02086C14.9708 2.75203 15.6873 2.69059 16.3728 2.84497C17.0583 2.99934 17.6793 3.36198 18.1506 3.88315L19.7862 5.69373C20.1057 6.04694 20.4957 6.32926 20.931 6.52248C21.3663 6.7157 21.8373 6.81553 22.3136 6.81553C22.7899 6.81553 23.2609 6.7157 23.6962 6.52248C24.1315 6.32926 24.5215 6.04694 24.841 5.69373L26.4743 3.88315C26.9451 3.36065 27.5662 2.99681 28.2521 2.84166C28.9381 2.68652 29.6553 2.74768 30.3051 3.01674C30.9549 3.28581 31.5053 3.74956 31.8808 4.34423C32.2563 4.9389 32.4383 5.63529 32.4019 6.33764L32.2785 8.77418C32.2544 9.2499 32.3303 9.7254 32.5014 10.17C32.6724 10.6145 32.9348 11.0182 33.2717 11.3551C33.6085 11.6919 34.0122 11.9543 34.4568 12.1254C34.9013 12.2965 35.3768 12.3724 35.8526 12.3482L38.2891 12.2226C38.9914 12.1869 39.6875 12.3695 40.2819 12.7453C40.8763 13.1211 41.3397 13.6717 41.6087 14.3214C41.8776 14.9712 41.9389 15.6882 41.784 16.3742C41.6291 17.0601 41.2656 17.6813 40.7436 18.1524L38.933 19.7857", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
13
|
-
React.createElement("path", { d: "M14.4912 22.3133C14.4912 24.3876 15.3152 26.377 16.782 27.8437C18.2487 29.3105 20.2381 30.1345 22.3124 30.1345C24.3867 30.1345 26.376 29.3105 27.8428 27.8437C29.3095 26.377 30.1335 24.3876 30.1335 22.3133C30.1335 20.239 29.3095 18.2497 27.8428 16.783C26.376 15.3162 24.3867 14.4922 22.3124 14.4922C20.2381 14.4922 18.2487 15.3162 16.782 16.783C15.3152 18.2497 14.4912 20.239 14.4912 22.3133Z", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
14
|
-
React.createElement("path", { d: "M44.1246 29.5916H40.7592L40.0076 24.2945C39.985 24.1346 39.9972 23.9717 40.0434 23.8169C40.0895 23.6621 40.1685 23.5191 40.2751 23.3977C40.3816 23.2762 40.5131 23.1792 40.6605 23.1133C40.808 23.0474 40.9679 23.0141 41.1294 23.0157H43.7679C43.9294 23.0141 44.0894 23.0474 44.2368 23.1133C44.3843 23.1792 44.5158 23.2762 44.6223 23.3977C44.7288 23.5191 44.8078 23.6621 44.854 23.8169C44.9001 23.9717 44.9123 24.1346 44.8897 24.2945L44.1246 29.5916Z", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
6
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: "56", height: "56", viewBox: "0 0 56 56", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M52.52 53.031C51.7245 50.9538 50.3124 49.1699 48.4734 47.9187C46.6344 46.6676 44.4565 46.0091 42.2324 46.0318C40.0082 46.0545 37.8443 46.7573 36.0312 48.0458C34.2181 49.3343 32.8428 51.1467 32.0898 53.2396", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M49.9986 35.0996C50.016 36.1158 49.8309 37.1252 49.454 38.0691C49.0772 39.013 48.5162 39.8723 47.8037 40.5971C47.0912 41.3219 46.2416 41.8975 45.3043 42.2905C44.367 42.6834 43.3609 42.8858 42.3446 42.8858C41.3283 42.8858 40.3221 42.6834 39.3848 42.2905C38.4476 41.8975 37.5979 41.3219 36.8855 40.5971C36.173 39.8723 35.612 39.013 35.2351 38.0691C34.8583 37.1252 34.6732 36.1158 34.6906 35.0996", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M45.002 25.6816C46.7618 26.2507 48.2961 27.3629 49.3844 28.8584C50.4728 30.3539 51.0593 32.1558 51.0596 34.0054", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M33.5576 35.098V34.0054C33.5576 32.0532 34.2104 30.1572 35.4122 28.6188C36.6139 27.0805 38.2956 25.9881 40.1897 25.5156", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M31.3701 35.0996H53.2406", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.4743 40.7431L24.841 38.9325C24.5215 38.5793 24.1315 38.297 23.6962 38.1038C23.2609 37.9105 22.7899 37.8107 22.3136 37.8107C21.8373 37.8107 21.3663 37.9105 20.931 38.1038C20.4957 38.297 20.1057 38.5793 19.7862 38.9325L18.1506 40.7431C17.6793 41.2643 17.0583 41.6269 16.3728 41.7813C15.6873 41.9357 14.9708 41.8742 14.3216 41.6054C13.6724 41.3366 13.1222 40.8735 12.7465 40.2797C12.3708 39.6859 12.188 38.9904 12.2231 38.2886L12.3487 35.8521C12.3729 35.3763 12.2969 34.9008 12.1259 34.4563C11.9548 34.0117 11.6924 33.608 11.3556 33.2712C11.0187 32.9344 10.615 32.6719 10.1705 32.5009C9.72589 32.3298 9.25039 32.2539 8.77467 32.278L6.33813 32.4014C5.63578 32.4379 4.93939 32.2558 4.34472 31.8803C3.75005 31.5049 3.2863 30.9544 3.01723 30.3046C2.74817 29.6548 2.687 28.9376 2.84215 28.2516C2.9973 27.5657 3.36114 26.9446 3.88364 26.4739L5.69422 24.8405C6.04743 24.521 6.32975 24.131 6.52297 23.6957C6.71619 23.2604 6.81602 22.7894 6.81602 22.3131C6.81602 21.8368 6.71619 21.3659 6.52297 20.9305C6.32975 20.4952 6.04743 20.1052 5.69422 19.7857L3.88364 18.1524C3.36159 17.6813 2.99816 17.0601 2.84326 16.3742C2.68837 15.6882 2.7496 14.9712 3.01854 14.3214C3.28749 13.6717 3.75096 13.1211 4.34533 12.7453C4.9397 12.3695 5.63583 12.1869 6.33813 12.2226L8.77467 12.3482C9.25031 12.372 9.72565 12.2959 10.17 12.1247C10.6144 11.9535 11.018 11.691 11.3548 11.3543C11.6915 11.0175 11.954 10.614 12.1252 10.1696C12.2963 9.72516 12.3725 9.24982 12.3487 8.77418L12.2231 6.33764C12.188 5.63584 12.3708 4.94036 12.7465 4.34655C13.1222 3.75275 13.6724 3.28969 14.3216 3.02086C14.9708 2.75203 15.6873 2.69059 16.3728 2.84497C17.0583 2.99934 17.6793 3.36198 18.1506 3.88315L19.7862 5.69373C20.1057 6.04694 20.4957 6.32926 20.931 6.52248C21.3663 6.7157 21.8373 6.81553 22.3136 6.81553C22.7899 6.81553 23.2609 6.7157 23.6962 6.52248C24.1315 6.32926 24.5215 6.04694 24.841 5.69373L26.4743 3.88315C26.9451 3.36065 27.5662 2.99681 28.2521 2.84166C28.9381 2.68652 29.6553 2.74768 30.3051 3.01674C30.9549 3.28581 31.5053 3.74956 31.8808 4.34423C32.2563 4.9389 32.4383 5.63529 32.4019 6.33764L32.2785 8.77418C32.2544 9.2499 32.3303 9.7254 32.5014 10.17C32.6724 10.6145 32.9348 11.0182 33.2717 11.3551C33.6085 11.6919 34.0122 11.9543 34.4568 12.1254C34.9013 12.2965 35.3768 12.3724 35.8526 12.3482L38.2891 12.2226C38.9914 12.1869 39.6875 12.3695 40.2819 12.7453C40.8763 13.1211 41.3397 13.6717 41.6087 14.3214C41.8776 14.9712 41.9389 15.6882 41.784 16.3742C41.6291 17.0601 41.2656 17.6813 40.7436 18.1524L38.933 19.7857", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.4912 22.3133C14.4912 24.3876 15.3152 26.377 16.782 27.8437C18.2487 29.3105 20.2381 30.1345 22.3124 30.1345C24.3867 30.1345 26.376 29.3105 27.8428 27.8437C29.3095 26.377 30.1335 24.3876 30.1335 22.3133C30.1335 20.239 29.3095 18.2497 27.8428 16.783C26.376 15.3162 24.3867 14.4922 22.3124 14.4922C20.2381 14.4922 18.2487 15.3162 16.782 16.783C15.3152 18.2497 14.4912 20.239 14.4912 22.3133Z", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M44.1246 29.5916H40.7592L40.0076 24.2945C39.985 24.1346 39.9972 23.9717 40.0434 23.8169C40.0895 23.6621 40.1685 23.5191 40.2751 23.3977C40.3816 23.2762 40.5131 23.1792 40.6605 23.1133C40.808 23.0474 40.9679 23.0141 41.1294 23.0157H43.7679C43.9294 23.0141 44.0894 23.0474 44.2368 23.1133C44.3843 23.1792 44.5158 23.2762 44.6223 23.3977C44.7288 23.5191 44.8078 23.6621 44.854 23.8169C44.9001 23.9717 44.9123 24.1346 44.8897 24.2945L44.1246 29.5916Z", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
15
7
|
}
|
|
16
|
-
//# sourceMappingURL=Conditions.js.map
|
|
@@ -1,21 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = Conflicts;
|
|
4
|
-
const
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function Conflicts() {
|
|
6
|
-
return (
|
|
7
|
-
React.createElement("path", { d: "M35.8525 30.2441V53.8018", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
-
React.createElement("path", { d: "M17.9038 42.584L23.5128 26.8789L29.1218 42.584", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
-
React.createElement("path", { d: "M32.4873 26.8791C32.4873 27.7716 32.8419 28.6276 33.473 29.2587C34.1041 29.8899 34.9601 30.2444 35.8527 30.2444C36.7452 30.2444 37.6012 29.8899 38.2324 29.2587C38.8635 28.6276 39.2181 27.7716 39.2181 26.8791C39.2181 25.9865 38.8635 25.1305 38.2324 24.4994C37.6012 23.8682 36.7452 23.5137 35.8527 23.5137C34.9601 23.5137 34.1041 23.8682 33.473 24.4994C32.8419 25.1305 32.4873 25.9865 32.4873 26.8791Z", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
-
React.createElement("path", { d: "M39.2178 26.8789H50.4357", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
11
|
-
React.createElement("path", { d: "M21.269 26.8789H32.487", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
12
|
-
React.createElement("path", { d: "M29.1216 53.8008H42.5831", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
13
|
-
React.createElement("path", { d: "M29.1218 42.584C29.1218 44.0716 28.5308 45.4982 27.4789 46.5501C26.427 47.602 25.0004 48.193 23.5128 48.193C22.0252 48.193 20.5985 47.602 19.5466 46.5501C18.4948 45.4982 17.9038 44.0716 17.9038 42.584H29.1218Z", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
14
|
-
React.createElement("path", { d: "M53.8014 42.584L48.1925 26.8789L42.5835 42.584", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
15
|
-
React.createElement("path", { d: "M42.5835 42.584C42.5835 44.0716 43.1744 45.4982 44.2263 46.5501C45.2782 47.602 46.7049 48.193 48.1925 48.193C49.6801 48.193 51.1067 47.602 52.1586 46.5501C53.2105 45.4982 53.8014 44.0716 53.8014 42.584H42.5835Z", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
16
|
-
React.createElement("path", { d: "M22.391 53.8018H4.44232C3.84728 53.8018 3.27662 53.5654 2.85586 53.1447C2.43511 52.7239 2.19873 52.1532 2.19873 51.5582V4.44281C2.19873 3.84777 2.43511 3.27711 2.85586 2.85635C3.27662 2.4356 3.84728 2.19922 4.44232 2.19922H24.6346C26.0547 2.27622 27.4058 2.83584 28.4644 3.78544L36.5099 11.8309C37.4595 12.8896 38.0192 14.2407 38.0962 15.6608V19.0261", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
17
|
-
React.createElement("path", { d: "M26.8784 2.74805V11.1727C26.8784 11.7678 27.1148 12.3384 27.5355 12.7592C27.9563 13.1799 28.527 13.4163 29.122 13.4163H37.5467", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
18
|
-
React.createElement("path", { d: "M8.92969 13.416H14.5387", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
19
|
-
React.createElement("path", { d: "M8.92969 20.1465H21.2694", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
6
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: "56", height: "56", viewBox: "0 0 56 56", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M35.8525 30.2441V53.8018", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.9038 42.584L23.5128 26.8789L29.1218 42.584", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M32.4873 26.8791C32.4873 27.7716 32.8419 28.6276 33.473 29.2587C34.1041 29.8899 34.9601 30.2444 35.8527 30.2444C36.7452 30.2444 37.6012 29.8899 38.2324 29.2587C38.8635 28.6276 39.2181 27.7716 39.2181 26.8791C39.2181 25.9865 38.8635 25.1305 38.2324 24.4994C37.6012 23.8682 36.7452 23.5137 35.8527 23.5137C34.9601 23.5137 34.1041 23.8682 33.473 24.4994C32.8419 25.1305 32.4873 25.9865 32.4873 26.8791Z", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M39.2178 26.8789H50.4357", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M21.269 26.8789H32.487", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.1216 53.8008H42.5831", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.1218 42.584C29.1218 44.0716 28.5308 45.4982 27.4789 46.5501C26.427 47.602 25.0004 48.193 23.5128 48.193C22.0252 48.193 20.5985 47.602 19.5466 46.5501C18.4948 45.4982 17.9038 44.0716 17.9038 42.584H29.1218Z", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M53.8014 42.584L48.1925 26.8789L42.5835 42.584", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M42.5835 42.584C42.5835 44.0716 43.1744 45.4982 44.2263 46.5501C45.2782 47.602 46.7049 48.193 48.1925 48.193C49.6801 48.193 51.1067 47.602 52.1586 46.5501C53.2105 45.4982 53.8014 44.0716 53.8014 42.584H42.5835Z", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M22.391 53.8018H4.44232C3.84728 53.8018 3.27662 53.5654 2.85586 53.1447C2.43511 52.7239 2.19873 52.1532 2.19873 51.5582V4.44281C2.19873 3.84777 2.43511 3.27711 2.85586 2.85635C3.27662 2.4356 3.84728 2.19922 4.44232 2.19922H24.6346C26.0547 2.27622 27.4058 2.83584 28.4644 3.78544L36.5099 11.8309C37.4595 12.8896 38.0192 14.2407 38.0962 15.6608V19.0261", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.8784 2.74805V11.1727C26.8784 11.7678 27.1148 12.3384 27.5355 12.7592C27.9563 13.1799 28.527 13.4163 29.122 13.4163H37.5467", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.92969 13.416H14.5387", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.92969 20.1465H21.2694", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
20
7
|
}
|
|
21
|
-
//# sourceMappingURL=Conflicts.js.map
|
|
@@ -1,18 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = Contract;
|
|
4
|
-
const
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function Contract() {
|
|
6
|
-
return (
|
|
7
|
-
React.createElement("path", { d: "M41.9531 2H9.04687C7.36683 2 6 3.36683 6 5.04688V15C6 15.5609 6.4548 16 7.01562 16C7.57645 16 8.03125 15.5609 8.03125 15V5.04688C8.03125 4.48686 8.48686 4.03125 9.04687 4.03125H41.9531C42.5131 4.03125 42.9688 4.48686 42.9688 5.04688V46.9531C42.9688 47.5131 42.5131 47.9688 41.9531 47.9688H9.04687C8.48686 47.9688 8.03125 47.5131 8.03125 46.9531V23.9713C8.03125 23.4104 7.57645 22.9557 7.01562 22.9557C6.4548 22.9557 6 23.4104 6 23.9713V46.9531C6 48.6332 7.36683 50 9.04687 50H41.9531C43.6332 50 45 48.6332 45 46.9531V5.04688C45 3.36683 43.6332 2 41.9531 2Z", fill: "#3558A2" }),
|
|
8
|
-
React.createElement("path", { d: "M7.06152 18C7.32863 18 7.59066 18.1077 7.77947 18.2966C7.96837 18.4865 8.07715 18.7475 8.07715 19.0146C8.07647 19.2841 7.9695 19.5425 7.77947 19.7337C7.59056 19.9226 7.32853 20.0312 7.06152 20.0312C6.79441 20.0312 6.53238 19.9226 6.34348 19.7337C6.15369 19.5424 6.04679 19.2841 6.0459 19.0146C6.04713 18.7455 6.154 18.4877 6.34348 18.2966C6.53238 18.1077 6.79441 18 7.06152 18Z", fill: "#3558A2" }),
|
|
9
|
-
React.createElement("path", { d: "M20.1254 36.2974C19.7287 35.9009 19.0858 35.9008 18.689 36.2974L15.9892 38.9972L14.7338 37.7418C14.3372 37.3452 13.6944 37.3453 13.2975 37.7418C12.9008 38.1384 12.9008 38.7815 13.2975 39.1781L15.271 41.1517C15.4615 41.3421 15.7199 41.4491 15.9892 41.4491C16.2586 41.4491 16.5169 41.3421 16.7074 41.1517L20.1254 37.7337C20.522 37.3371 20.522 36.694 20.1254 36.2974Z", fill: "#3558A2" }),
|
|
10
|
-
React.createElement("path", { d: "M20.185 28.2974C19.7883 27.9009 19.1454 27.9008 18.7486 28.2974L16.0487 30.9972L14.7934 29.7418C14.3968 29.3452 13.7539 29.3453 13.357 29.7418C12.9604 30.1384 12.9604 30.7815 13.357 31.1781L15.3306 33.1517C15.5211 33.3421 15.7794 33.4491 16.0488 33.4491C16.3181 33.4491 16.5765 33.3421 16.767 33.1517L20.185 29.7337C20.5816 29.3371 20.5816 28.694 20.185 28.2974Z", fill: "#3558A2" }),
|
|
11
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.0156 10H22.0156C22.5765 10 23.0312 10.4547 23.0312 11.0156V20.9844C23.0312 21.5453 22.5765 22 22.0156 22H12.0156C11.4548 22 11 21.5453 11 20.9844V11.0156C11 10.4547 11.4548 10 12.0156 10ZM21 19.9688H13.0312V12.0312H21V19.9688Z", fill: "#3558A2" }),
|
|
12
|
-
React.createElement("path", { d: "M29.0156 11H38.125C38.6858 11 39.1406 11.4547 39.1406 12.0156C39.1406 12.5766 38.6858 13.0312 38.125 13.0312H29.0156C28.4548 13.0312 28 12.5766 28 12.0156C28 11.4547 28.4548 11 29.0156 11Z", fill: "#E1000F" }),
|
|
13
|
-
React.createElement("path", { d: "M29.0156 19H38.125C38.6858 19 39.1406 19.4547 39.1406 20.0156C39.1406 20.5766 38.6858 21.0312 38.125 21.0312H29.0156C28.4548 21.0312 28 20.5766 28 20.0156C28 19.4547 28.4548 19 29.0156 19Z", fill: "#E1000F" }),
|
|
14
|
-
React.createElement("path", { d: "M37.9756 29H26.0244C25.4587 29 25 29.4477 25 30C25 30.5523 25.4587 31 26.0244 31H37.9756C38.5413 31 39 30.5523 39 30C39 29.4477 38.5413 29 37.9756 29Z", fill: "#E1000F" }),
|
|
15
|
-
React.createElement("path", { d: "M37.9756 38H26.0244C25.4587 38 25 38.4477 25 39C25 39.5523 25.4587 40 26.0244 40H37.9756C38.5413 40 39 39.5523 39 39C39 38.4477 38.5413 38 37.9756 38Z", fill: "#E1000F" }),
|
|
16
|
-
React.createElement("path", { d: "M38.125 15H29.0156C28.4548 15 28 15.4547 28 16.0156C28 16.5766 28.4548 17.0312 29.0156 17.0312H38.125C38.6858 17.0312 39.1406 16.5766 39.1406 16.0156C39.1406 15.4547 38.6858 15 38.125 15Z", fill: "#E1000F" })));
|
|
6
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: "52", height: "52", viewBox: "0 0 52 52", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M41.9531 2H9.04687C7.36683 2 6 3.36683 6 5.04688V15C6 15.5609 6.4548 16 7.01562 16C7.57645 16 8.03125 15.5609 8.03125 15V5.04688C8.03125 4.48686 8.48686 4.03125 9.04687 4.03125H41.9531C42.5131 4.03125 42.9688 4.48686 42.9688 5.04688V46.9531C42.9688 47.5131 42.5131 47.9688 41.9531 47.9688H9.04687C8.48686 47.9688 8.03125 47.5131 8.03125 46.9531V23.9713C8.03125 23.4104 7.57645 22.9557 7.01562 22.9557C6.4548 22.9557 6 23.4104 6 23.9713V46.9531C6 48.6332 7.36683 50 9.04687 50H41.9531C43.6332 50 45 48.6332 45 46.9531V5.04688C45 3.36683 43.6332 2 41.9531 2Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M7.06152 18C7.32863 18 7.59066 18.1077 7.77947 18.2966C7.96837 18.4865 8.07715 18.7475 8.07715 19.0146C8.07647 19.2841 7.9695 19.5425 7.77947 19.7337C7.59056 19.9226 7.32853 20.0312 7.06152 20.0312C6.79441 20.0312 6.53238 19.9226 6.34348 19.7337C6.15369 19.5424 6.04679 19.2841 6.0459 19.0146C6.04713 18.7455 6.154 18.4877 6.34348 18.2966C6.53238 18.1077 6.79441 18 7.06152 18Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M20.1254 36.2974C19.7287 35.9009 19.0858 35.9008 18.689 36.2974L15.9892 38.9972L14.7338 37.7418C14.3372 37.3452 13.6944 37.3453 13.2975 37.7418C12.9008 38.1384 12.9008 38.7815 13.2975 39.1781L15.271 41.1517C15.4615 41.3421 15.7199 41.4491 15.9892 41.4491C16.2586 41.4491 16.5169 41.3421 16.7074 41.1517L20.1254 37.7337C20.522 37.3371 20.522 36.694 20.1254 36.2974Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M20.185 28.2974C19.7883 27.9009 19.1454 27.9008 18.7486 28.2974L16.0487 30.9972L14.7934 29.7418C14.3968 29.3452 13.7539 29.3453 13.357 29.7418C12.9604 30.1384 12.9604 30.7815 13.357 31.1781L15.3306 33.1517C15.5211 33.3421 15.7794 33.4491 16.0488 33.4491C16.3181 33.4491 16.5765 33.3421 16.767 33.1517L20.185 29.7337C20.5816 29.3371 20.5816 28.694 20.185 28.2974Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.0156 10H22.0156C22.5765 10 23.0312 10.4547 23.0312 11.0156V20.9844C23.0312 21.5453 22.5765 22 22.0156 22H12.0156C11.4548 22 11 21.5453 11 20.9844V11.0156C11 10.4547 11.4548 10 12.0156 10ZM21 19.9688H13.0312V12.0312H21V19.9688Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.0156 11H38.125C38.6858 11 39.1406 11.4547 39.1406 12.0156C39.1406 12.5766 38.6858 13.0312 38.125 13.0312H29.0156C28.4548 13.0312 28 12.5766 28 12.0156C28 11.4547 28.4548 11 29.0156 11Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.0156 19H38.125C38.6858 19 39.1406 19.4547 39.1406 20.0156C39.1406 20.5766 38.6858 21.0312 38.125 21.0312H29.0156C28.4548 21.0312 28 20.5766 28 20.0156C28 19.4547 28.4548 19 29.0156 19Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { d: "M37.9756 29H26.0244C25.4587 29 25 29.4477 25 30C25 30.5523 25.4587 31 26.0244 31H37.9756C38.5413 31 39 30.5523 39 30C39 29.4477 38.5413 29 37.9756 29Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { d: "M37.9756 38H26.0244C25.4587 38 25 38.4477 25 39C25 39.5523 25.4587 40 26.0244 40H37.9756C38.5413 40 39 39.5523 39 39C39 38.4477 38.5413 38 37.9756 38Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { d: "M38.125 15H29.0156C28.4548 15 28 15.4547 28 16.0156C28 16.5766 28.4548 17.0312 29.0156 17.0312H38.125C38.6858 17.0312 39.1406 16.5766 39.1406 16.0156C39.1406 15.4547 38.6858 15 38.125 15Z", fill: "#E1000F" })] }));
|
|
17
7
|
}
|
|
18
|
-
//# sourceMappingURL=Contract.js.map
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = Depart;
|
|
4
|
-
const
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function Depart() {
|
|
6
|
-
return (
|
|
7
|
-
React.createElement("path", { d: "M43.5655 34.1919C43.4366 34.0758 43.27 34.0081 43.0951 34.0005C43.0114 33.997 42.9279 34.0106 42.8499 34.0404C42.7718 34.0702 42.7009 34.1156 42.6417 34.1736C42.5825 34.2316 42.5362 34.3011 42.5058 34.3776C42.4754 34.4541 42.4616 34.5359 42.4651 34.6179V38.2976H29V43.2368H42.4672V46.9186C42.4672 47.0823 42.5336 47.2393 42.6518 47.3551C42.7699 47.4709 42.9301 47.536 43.0972 47.536C43.1809 47.5371 43.264 47.5214 43.3413 47.4899C43.4185 47.4584 43.4884 47.4118 43.5466 47.3528L49.8235 41.2097C49.937 41.0892 50 40.9312 50 40.7672C50 40.6032 49.937 40.4453 49.8235 40.3247L43.5655 34.1919Z", fill: "#E1000F" }),
|
|
8
|
-
React.createElement("path", { d: "M29.1122 4.00009C28.7996 3.98502 28.6171 4.13114 28.4142 4.36097C28.213 4.58896 28.1987 4.92441 28.2 5.23209L28.1954 26.9998L17.8 16.9993C17.6168 16.8907 17.4089 16.8338 17.1973 16.8343C16.9858 16.8348 16.7781 16.8927 16.5954 17.0022C16.4126 17.1116 16.2613 17.2687 16.1568 17.4575C16.0522 17.6463 15.9981 17.8601 16 18.0773V26.9998L4.80005 16.9993C4.61683 16.8907 4.40891 16.8338 4.19736 16.8343C3.98581 16.8348 3.77815 16.8927 3.59541 17.0022C3.41268 17.1116 3.26137 17.2687 3.15682 17.4575C3.05226 17.6463 2.99818 17.8601 3.00005 18.0773L3.15111 48.7303C3.15114 49.057 3.27758 49.3704 3.50262 49.6014C3.72766 49.8324 4.03286 49.9622 4.35111 49.9623H39.7778C40.096 49.9622 40.4012 49.8324 40.6263 49.6014C40.8513 49.3704 40.9777 49.057 40.9778 48.7303V46H39V47.9993H4.99969V19.9993L16.1565 29.6024C16.3397 29.7109 16.5476 29.7679 16.7592 29.7674C16.9707 29.7669 17.1784 29.709 17.3611 29.5995C17.5439 29.4901 17.6952 29.333 17.7997 29.1442C17.9043 28.9554 17.9584 28.7415 17.9565 28.5244L18 20.4998L28.2 29.6024C28.3832 29.7109 28.5911 29.7679 28.8027 29.7674C29.0142 29.7669 29.2219 29.709 29.4046 29.5995C29.5874 29.4901 29.7387 29.333 29.8432 29.1442C29.9478 28.9554 30.0019 28.7416 30 28.5244V5.99978H39V35.0002H40.9778V5.23209C40.9777 4.90535 40.8513 4.59201 40.6263 4.36097C40.4012 4.12993 40.096 4.00012 39.7778 4.00009H29.1122Z", fill: "#3558A2" }),
|
|
9
|
-
React.createElement("path", { d: "M35 37V34.1912C35 33.8644 34.8735 33.5511 34.6485 33.32C34.4235 33.089 34.1183 32.9592 33.8 32.9592L25.2 32.9592C25.1625 32.9574 25.125 32.9574 25.0875 32.9592C24.7891 32.988 24.5121 33.1305 24.3108 33.3584C24.1096 33.5864 23.9987 33.8835 24 34.1912V42.8152C24 43.1419 24.1265 43.4552 24.3515 43.6863C24.5765 43.9173 24.8817 44.0471 25.2 44.0472L27 44.0472V41.9998L26 41.9998V34.9998L33 35.0002V37H35Z", fill: "#3558A2" }),
|
|
10
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.2875 32.9592C9.9891 32.988 9.71205 33.1305 9.5108 33.3585C9.30956 33.5864 9.19868 33.8835 9.19997 34.1912V42.8152C9.2 43.1419 9.32644 43.4552 9.55148 43.6863C9.77651 43.9173 10.0817 44.0471 10.4 44.0472H18.8C19.1183 44.0471 19.4235 43.9173 19.6485 43.6863C19.8735 43.4552 20 43.1419 20 42.8152V34.1912C20 33.8644 19.8735 33.5511 19.6485 33.32C19.4235 33.089 19.1183 32.9592 18.8 32.9592H10.4C10.3625 32.9574 10.3249 32.9574 10.2875 32.9592ZM11 34.9998L18 35.0002V42.0002L11 41.9998V34.9998Z", fill: "#3558A2" })));
|
|
6
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: "52", height: "52", viewBox: "0 0 52 52", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M43.5655 34.1919C43.4366 34.0758 43.27 34.0081 43.0951 34.0005C43.0114 33.997 42.9279 34.0106 42.8499 34.0404C42.7718 34.0702 42.7009 34.1156 42.6417 34.1736C42.5825 34.2316 42.5362 34.3011 42.5058 34.3776C42.4754 34.4541 42.4616 34.5359 42.4651 34.6179V38.2976H29V43.2368H42.4672V46.9186C42.4672 47.0823 42.5336 47.2393 42.6518 47.3551C42.7699 47.4709 42.9301 47.536 43.0972 47.536C43.1809 47.5371 43.264 47.5214 43.3413 47.4899C43.4185 47.4584 43.4884 47.4118 43.5466 47.3528L49.8235 41.2097C49.937 41.0892 50 40.9312 50 40.7672C50 40.6032 49.937 40.4453 49.8235 40.3247L43.5655 34.1919Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { d: "M29.1122 4.00009C28.7996 3.98502 28.6171 4.13114 28.4142 4.36097C28.213 4.58896 28.1987 4.92441 28.2 5.23209L28.1954 26.9998L17.8 16.9993C17.6168 16.8907 17.4089 16.8338 17.1973 16.8343C16.9858 16.8348 16.7781 16.8927 16.5954 17.0022C16.4126 17.1116 16.2613 17.2687 16.1568 17.4575C16.0522 17.6463 15.9981 17.8601 16 18.0773V26.9998L4.80005 16.9993C4.61683 16.8907 4.40891 16.8338 4.19736 16.8343C3.98581 16.8348 3.77815 16.8927 3.59541 17.0022C3.41268 17.1116 3.26137 17.2687 3.15682 17.4575C3.05226 17.6463 2.99818 17.8601 3.00005 18.0773L3.15111 48.7303C3.15114 49.057 3.27758 49.3704 3.50262 49.6014C3.72766 49.8324 4.03286 49.9622 4.35111 49.9623H39.7778C40.096 49.9622 40.4012 49.8324 40.6263 49.6014C40.8513 49.3704 40.9777 49.057 40.9778 48.7303V46H39V47.9993H4.99969V19.9993L16.1565 29.6024C16.3397 29.7109 16.5476 29.7679 16.7592 29.7674C16.9707 29.7669 17.1784 29.709 17.3611 29.5995C17.5439 29.4901 17.6952 29.333 17.7997 29.1442C17.9043 28.9554 17.9584 28.7415 17.9565 28.5244L18 20.4998L28.2 29.6024C28.3832 29.7109 28.5911 29.7679 28.8027 29.7674C29.0142 29.7669 29.2219 29.709 29.4046 29.5995C29.5874 29.4901 29.7387 29.333 29.8432 29.1442C29.9478 28.9554 30.0019 28.7416 30 28.5244V5.99978H39V35.0002H40.9778V5.23209C40.9777 4.90535 40.8513 4.59201 40.6263 4.36097C40.4012 4.12993 40.096 4.00012 39.7778 4.00009H29.1122Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M35 37V34.1912C35 33.8644 34.8735 33.5511 34.6485 33.32C34.4235 33.089 34.1183 32.9592 33.8 32.9592L25.2 32.9592C25.1625 32.9574 25.125 32.9574 25.0875 32.9592C24.7891 32.988 24.5121 33.1305 24.3108 33.3584C24.1096 33.5864 23.9987 33.8835 24 34.1912V42.8152C24 43.1419 24.1265 43.4552 24.3515 43.6863C24.5765 43.9173 24.8817 44.0471 25.2 44.0472L27 44.0472V41.9998L26 41.9998V34.9998L33 35.0002V37H35Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.2875 32.9592C9.9891 32.988 9.71205 33.1305 9.5108 33.3585C9.30956 33.5864 9.19868 33.8835 9.19997 34.1912V42.8152C9.2 43.1419 9.32644 43.4552 9.55148 43.6863C9.77651 43.9173 10.0817 44.0471 10.4 44.0472H18.8C19.1183 44.0471 19.4235 43.9173 19.6485 43.6863C19.8735 43.4552 20 43.1419 20 42.8152V34.1912C20 33.8644 19.8735 33.5511 19.6485 33.32C19.4235 33.089 19.1183 32.9592 18.8 32.9592H10.4C10.3625 32.9574 10.3249 32.9574 10.2875 32.9592ZM11 34.9998L18 35.0002V42.0002L11 41.9998V34.9998Z", fill: "#3558A2" })] }));
|
|
11
7
|
}
|
|
12
|
-
//# sourceMappingURL=Depart.js.map
|
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = Difficulties;
|
|
4
|
-
const
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function Difficulties() {
|
|
6
|
-
return (
|
|
7
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M46.375 28.9159C46.375 28.3836 46.7667 27.9521 47.25 27.9521H50.75C51.2332 27.9521 51.625 28.3836 51.625 28.9159C51.625 29.4482 51.2332 29.8798 50.75 29.8798H47.25C46.7667 29.8798 46.375 29.4482 46.375 28.9159Z", fill: "#E1000F" }),
|
|
8
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.625 28.9159C37.625 28.3836 38.0167 27.9521 38.5 27.9521H42C42.4832 27.9521 42.875 28.3836 42.875 28.9159C42.875 29.4482 42.4832 29.8798 42 29.8798H38.5C38.0167 29.8798 37.625 29.4482 37.625 28.9159Z", fill: "#E1000F" }),
|
|
9
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M46.375 33.7352C46.375 33.2029 46.7667 32.7713 47.25 32.7713H50.75C51.2332 32.7713 51.625 33.2029 51.625 33.7352C51.625 34.2675 51.2332 34.699 50.75 34.699H47.25C46.7667 34.699 46.375 34.2675 46.375 33.7352Z", fill: "#E1000F" }),
|
|
10
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.625 33.7352C37.625 33.2029 38.0167 32.7713 38.5 32.7713H42C42.4832 32.7713 42.875 33.2029 42.875 33.7352C42.875 34.2675 42.4832 34.699 42 34.699H38.5C38.0167 34.699 37.625 34.2675 37.625 33.7352Z", fill: "#E1000F" }),
|
|
11
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.875 22.1689C14.875 21.6366 15.2668 21.2051 15.75 21.2051H19.25C19.7332 21.2051 20.125 21.6366 20.125 22.1689C20.125 22.7013 19.7332 23.1328 19.25 23.1328H15.75C15.2668 23.1328 14.875 22.7013 14.875 22.1689Z", fill: "#E1000F" }),
|
|
12
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.25 22.1689C5.25 21.6366 5.64175 21.2051 6.125 21.2051H9.625C10.1082 21.2051 10.5 21.6366 10.5 22.1689C10.5 22.7013 10.1082 23.1328 9.625 23.1328H6.125C5.64175 23.1328 5.25 22.7013 5.25 22.1689Z", fill: "#E1000F" }),
|
|
13
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.875 26.9882C14.875 26.4559 15.2668 26.0244 15.75 26.0244H19.25C19.7332 26.0244 20.125 26.4559 20.125 26.9882C20.125 27.5205 19.7332 27.9521 19.25 27.9521H15.75C15.2668 27.9521 14.875 27.5205 14.875 26.9882Z", fill: "#E1000F" }),
|
|
14
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.25 26.9882C5.25 26.4559 5.64175 26.0244 6.125 26.0244H9.625C10.1082 26.0244 10.5 26.4559 10.5 26.9882C10.5 27.5205 10.1082 27.9521 9.625 27.9521H6.125C5.64175 27.9521 5.25 27.5205 5.25 26.9882Z", fill: "#E1000F" }),
|
|
15
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.5 22.1689C24.5 21.6366 24.8917 21.2051 25.375 21.2051H28.875C29.3582 21.2051 29.75 21.6366 29.75 22.1689C29.75 22.7013 29.3582 23.1328 28.875 23.1328H25.375C24.8917 23.1328 24.5 22.7013 24.5 22.1689Z", fill: "#E1000F" }),
|
|
16
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.5 26.9882C24.5 26.4559 24.8917 26.0244 25.375 26.0244H28.875C29.3582 26.0244 29.75 26.4559 29.75 26.9882C29.75 27.5205 29.3582 27.9521 28.875 27.9521H25.375C24.8917 27.9521 24.5 27.5205 24.5 26.9882Z", fill: "#E1000F" }),
|
|
17
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38.5 40.4965V46.2468C38.5 46.2468 38.5 46.2467 38.5 46.2468C38.5015 46.2508 38.5042 46.2555 38.5072 46.259C38.5097 46.2619 38.5112 46.2627 38.5115 46.2628C38.5117 46.2629 38.5127 46.2634 38.515 46.2639C38.5172 46.2644 38.522 46.2653 38.5302 46.2653H41.9444C41.9477 46.2633 41.9516 46.2607 41.9562 46.2572C41.964 46.2512 41.9722 46.2439 41.98 46.2354C41.9879 46.2269 41.9944 46.2184 41.9993 46.211C41.9995 46.2106 41.9998 46.2103 42 46.2099V40.5007C42 40.5007 42 40.5007 42 40.5007C41.9985 40.4966 41.9958 40.4919 41.9928 40.4885C41.9903 40.4855 41.9888 40.4848 41.9885 40.4847C41.9883 40.4846 41.9873 40.4841 41.985 40.4836C41.9828 40.4831 41.978 40.4822 41.9698 40.4822H38.5302C38.5302 40.4822 38.5302 40.4822 38.5302 40.4822C38.5296 40.4822 38.5246 40.4826 38.5168 40.486C38.5096 40.4891 38.5038 40.4931 38.5 40.4965ZM42.0006 40.5028C42.0007 40.5029 42.0006 40.5028 42.0006 40.5028ZM41.9358 46.2699C41.9354 46.27 41.9358 46.2699 41.9358 46.2699ZM36.75 40.4944C36.75 39.2963 37.6704 38.5545 38.5302 38.5545H41.9698C43.035 38.5545 43.75 39.5178 43.75 40.4944V46.2531C43.75 46.8179 43.4974 47.2968 43.2042 47.6129C42.9099 47.9303 42.4742 48.193 41.9698 48.193H38.5302C37.465 48.193 36.75 47.2296 36.75 46.2531V40.4944Z", fill: "#E1000F" }),
|
|
18
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M47.25 40.4959V46.2472C47.25 46.2473 47.2499 46.247 47.25 46.2472C47.2516 46.2514 47.2544 46.2564 47.2573 46.2598C47.2586 46.2613 47.2596 46.2621 47.2601 46.2626L47.261 46.2631C47.261 46.2631 47.2618 46.2635 47.2638 46.264C47.2657 46.2644 47.2703 46.2653 47.2782 46.2653H50.7103C50.7197 46.2653 50.7291 46.2641 50.7385 46.2616C50.7384 46.2588 50.7384 46.2559 50.7384 46.2531V40.5003C50.7384 40.5002 50.7385 40.5005 50.7384 40.5003C50.7369 40.4961 50.7341 40.4911 50.7311 40.4877C50.7298 40.4862 50.7288 40.4853 50.7283 40.4849L50.7274 40.4844C50.7274 40.4843 50.7266 40.4839 50.7246 40.4835C50.7227 40.483 50.7181 40.4822 50.7103 40.4822H47.2782C47.2783 40.4822 47.2782 40.4822 47.2782 40.4822C47.2782 40.4822 47.2737 40.4825 47.2662 40.4857C47.2593 40.4887 47.2537 40.4926 47.25 40.4959ZM50.739 40.5023C50.739 40.5024 50.739 40.5022 50.739 40.5023ZM45.5 40.4944C45.5 39.2982 46.4175 38.5545 47.2782 38.5545H50.7103C51.776 38.5545 52.4884 39.5199 52.4884 40.4944V46.177C52.558 46.7671 52.3183 47.2808 52.0117 47.6122C51.6827 47.9677 51.2158 48.193 50.7103 48.193H47.2782C46.2124 48.193 45.5 47.2276 45.5 46.2531V40.4944Z", fill: "#E1000F" }),
|
|
19
|
-
React.createElement("path", { d: "M30.2966 1.71653C30.6739 1.384 30.7351 0.777449 30.4332 0.361775C30.1314 -0.0538989 29.5807 -0.121293 29.2034 0.211246L16.0784 11.7775C15.701 12.11 15.6398 12.7166 15.9417 13.1323C16.2436 13.5479 16.7942 13.6153 17.1716 13.2828L30.2966 1.71653Z", fill: "#3558A2" }),
|
|
20
|
-
React.createElement("path", { d: "M34.9883 2.7336C34.9604 2.54741 34.8841 2.37921 34.7741 2.24523C34.6205 2.05815 34.4011 1.93779 34.1562 1.92834C34.0892 1.92567 34.0218 1.93146 33.9554 1.94584C33.896 1.95868 33.8388 1.97814 33.7844 2.00348C33.708 2.03906 33.6372 2.08625 33.5738 2.14303L24.8284 9.84979C24.451 10.1823 24.3898 10.7889 24.6917 11.2046C24.9936 11.6202 25.5442 11.6876 25.9216 11.3551L33.25 4.897V53.9759H4.375C3.89175 53.9759 3.5 54.4074 3.5 54.9398C3.5 55.4721 3.89175 55.9036 4.375 55.9036H34.125C34.6082 55.9036 35 55.4721 35 54.9398", fill: "#3558A2" }),
|
|
21
|
-
React.createElement("path", { d: "M43.75 17.3494C43.2668 17.3494 42.875 17.7809 42.875 18.3133C42.875 18.8456 43.2668 19.2771 43.75 19.2771H50.75C51.2332 19.2771 51.625 18.8456 51.625 18.3133C51.625 17.7809 51.2332 17.3494 50.75 17.3494H43.75Z", fill: "#3558A2" }),
|
|
22
|
-
React.createElement("path", { d: "M36.75 22.1687C36.75 21.6364 37.1418 21.2048 37.625 21.2048H55.125C55.6082 21.2048 56 21.6364 56 22.1687V54.9398C56 55.4721 55.6082 55.9036 55.125 55.9036H37.625C37.1418 55.9036 36.75 55.4721 36.75 54.9398C36.75 54.4074 37.1418 53.9759 37.625 53.9759H54.25V23.1325H37.625C37.1418 23.1325 36.75 22.701 36.75 22.1687Z", fill: "#3558A2" }),
|
|
23
|
-
React.createElement("path", { d: "M1.75 55.0361C1.75 55.5685 1.35825 56 0.875 56C0.391751 56 0 55.5685 0 55.0361C0 54.5038 0.391751 54.0723 0.875 54.0723C1.35825 54.0723 1.75 54.5038 1.75 55.0361Z", fill: "#3558A2" }),
|
|
24
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 51.0843C7 50.552 7.39175 50.1205 7.875 50.1205H10.5V35.6627C10.5 35.1303 10.8918 34.6988 11.375 34.6988H23.625C24.1082 34.6988 24.5 35.1303 24.5 35.6627V50.1205H27.125C27.6082 50.1205 28 50.552 28 51.0843C28 51.6167 27.6082 52.0482 27.125 52.0482H7.875C7.39175 52.0482 7 51.6167 7 51.0843ZM18.375 50.1205V41.4458C18.375 40.9135 17.9832 40.4819 17.5 40.4819C17.0168 40.4819 16.625 40.9135 16.625 41.4458V50.1205H12.25V36.6265H22.75V50.1205H18.375Z", fill: "#3558A2" }),
|
|
25
|
-
React.createElement("path", { d: "M12.25 31.8072C12.25 31.2749 12.6418 30.8434 13.125 30.8434H21.875C22.3582 30.8434 22.75 31.2749 22.75 31.8072C22.75 32.3396 22.3582 32.7711 21.875 32.7711H13.125C12.6418 32.7711 12.25 32.3396 12.25 31.8072Z", fill: "#3558A2" }),
|
|
26
|
-
React.createElement("path", { d: "M22.5472 13.3589C22.8566 13.7678 22.8064 14.3756 22.4352 14.7164L19.8102 17.126C19.6529 17.2704 19.4547 17.3494 19.25 17.3494H1.75V51.0843C1.75 51.6167 1.35825 52.0482 0.875 52.0482C0.391751 52.0482 0 51.6167 0 51.0843V16.3856C0 15.8532 0.391751 15.4217 0.875 15.4217H18.9332L21.3148 13.2355C21.6861 12.8947 22.2378 12.9499 22.5472 13.3589Z", fill: "#3558A2" })));
|
|
6
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: "56", height: "56", viewBox: "0 0 56 56", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M46.375 28.9159C46.375 28.3836 46.7667 27.9521 47.25 27.9521H50.75C51.2332 27.9521 51.625 28.3836 51.625 28.9159C51.625 29.4482 51.2332 29.8798 50.75 29.8798H47.25C46.7667 29.8798 46.375 29.4482 46.375 28.9159Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.625 28.9159C37.625 28.3836 38.0167 27.9521 38.5 27.9521H42C42.4832 27.9521 42.875 28.3836 42.875 28.9159C42.875 29.4482 42.4832 29.8798 42 29.8798H38.5C38.0167 29.8798 37.625 29.4482 37.625 28.9159Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M46.375 33.7352C46.375 33.2029 46.7667 32.7713 47.25 32.7713H50.75C51.2332 32.7713 51.625 33.2029 51.625 33.7352C51.625 34.2675 51.2332 34.699 50.75 34.699H47.25C46.7667 34.699 46.375 34.2675 46.375 33.7352Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M37.625 33.7352C37.625 33.2029 38.0167 32.7713 38.5 32.7713H42C42.4832 32.7713 42.875 33.2029 42.875 33.7352C42.875 34.2675 42.4832 34.699 42 34.699H38.5C38.0167 34.699 37.625 34.2675 37.625 33.7352Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.875 22.1689C14.875 21.6366 15.2668 21.2051 15.75 21.2051H19.25C19.7332 21.2051 20.125 21.6366 20.125 22.1689C20.125 22.7013 19.7332 23.1328 19.25 23.1328H15.75C15.2668 23.1328 14.875 22.7013 14.875 22.1689Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.25 22.1689C5.25 21.6366 5.64175 21.2051 6.125 21.2051H9.625C10.1082 21.2051 10.5 21.6366 10.5 22.1689C10.5 22.7013 10.1082 23.1328 9.625 23.1328H6.125C5.64175 23.1328 5.25 22.7013 5.25 22.1689Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.875 26.9882C14.875 26.4559 15.2668 26.0244 15.75 26.0244H19.25C19.7332 26.0244 20.125 26.4559 20.125 26.9882C20.125 27.5205 19.7332 27.9521 19.25 27.9521H15.75C15.2668 27.9521 14.875 27.5205 14.875 26.9882Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.25 26.9882C5.25 26.4559 5.64175 26.0244 6.125 26.0244H9.625C10.1082 26.0244 10.5 26.4559 10.5 26.9882C10.5 27.5205 10.1082 27.9521 9.625 27.9521H6.125C5.64175 27.9521 5.25 27.5205 5.25 26.9882Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.5 22.1689C24.5 21.6366 24.8917 21.2051 25.375 21.2051H28.875C29.3582 21.2051 29.75 21.6366 29.75 22.1689C29.75 22.7013 29.3582 23.1328 28.875 23.1328H25.375C24.8917 23.1328 24.5 22.7013 24.5 22.1689Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.5 26.9882C24.5 26.4559 24.8917 26.0244 25.375 26.0244H28.875C29.3582 26.0244 29.75 26.4559 29.75 26.9882C29.75 27.5205 29.3582 27.9521 28.875 27.9521H25.375C24.8917 27.9521 24.5 27.5205 24.5 26.9882Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38.5 40.4965V46.2468C38.5 46.2468 38.5 46.2467 38.5 46.2468C38.5015 46.2508 38.5042 46.2555 38.5072 46.259C38.5097 46.2619 38.5112 46.2627 38.5115 46.2628C38.5117 46.2629 38.5127 46.2634 38.515 46.2639C38.5172 46.2644 38.522 46.2653 38.5302 46.2653H41.9444C41.9477 46.2633 41.9516 46.2607 41.9562 46.2572C41.964 46.2512 41.9722 46.2439 41.98 46.2354C41.9879 46.2269 41.9944 46.2184 41.9993 46.211C41.9995 46.2106 41.9998 46.2103 42 46.2099V40.5007C42 40.5007 42 40.5007 42 40.5007C41.9985 40.4966 41.9958 40.4919 41.9928 40.4885C41.9903 40.4855 41.9888 40.4848 41.9885 40.4847C41.9883 40.4846 41.9873 40.4841 41.985 40.4836C41.9828 40.4831 41.978 40.4822 41.9698 40.4822H38.5302C38.5302 40.4822 38.5302 40.4822 38.5302 40.4822C38.5296 40.4822 38.5246 40.4826 38.5168 40.486C38.5096 40.4891 38.5038 40.4931 38.5 40.4965ZM42.0006 40.5028C42.0007 40.5029 42.0006 40.5028 42.0006 40.5028ZM41.9358 46.2699C41.9354 46.27 41.9358 46.2699 41.9358 46.2699ZM36.75 40.4944C36.75 39.2963 37.6704 38.5545 38.5302 38.5545H41.9698C43.035 38.5545 43.75 39.5178 43.75 40.4944V46.2531C43.75 46.8179 43.4974 47.2968 43.2042 47.6129C42.9099 47.9303 42.4742 48.193 41.9698 48.193H38.5302C37.465 48.193 36.75 47.2296 36.75 46.2531V40.4944Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M47.25 40.4959V46.2472C47.25 46.2473 47.2499 46.247 47.25 46.2472C47.2516 46.2514 47.2544 46.2564 47.2573 46.2598C47.2586 46.2613 47.2596 46.2621 47.2601 46.2626L47.261 46.2631C47.261 46.2631 47.2618 46.2635 47.2638 46.264C47.2657 46.2644 47.2703 46.2653 47.2782 46.2653H50.7103C50.7197 46.2653 50.7291 46.2641 50.7385 46.2616C50.7384 46.2588 50.7384 46.2559 50.7384 46.2531V40.5003C50.7384 40.5002 50.7385 40.5005 50.7384 40.5003C50.7369 40.4961 50.7341 40.4911 50.7311 40.4877C50.7298 40.4862 50.7288 40.4853 50.7283 40.4849L50.7274 40.4844C50.7274 40.4843 50.7266 40.4839 50.7246 40.4835C50.7227 40.483 50.7181 40.4822 50.7103 40.4822H47.2782C47.2783 40.4822 47.2782 40.4822 47.2782 40.4822C47.2782 40.4822 47.2737 40.4825 47.2662 40.4857C47.2593 40.4887 47.2537 40.4926 47.25 40.4959ZM50.739 40.5023C50.739 40.5024 50.739 40.5022 50.739 40.5023ZM45.5 40.4944C45.5 39.2982 46.4175 38.5545 47.2782 38.5545H50.7103C51.776 38.5545 52.4884 39.5199 52.4884 40.4944V46.177C52.558 46.7671 52.3183 47.2808 52.0117 47.6122C51.6827 47.9677 51.2158 48.193 50.7103 48.193H47.2782C46.2124 48.193 45.5 47.2276 45.5 46.2531V40.4944Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { d: "M30.2966 1.71653C30.6739 1.384 30.7351 0.777449 30.4332 0.361775C30.1314 -0.0538989 29.5807 -0.121293 29.2034 0.211246L16.0784 11.7775C15.701 12.11 15.6398 12.7166 15.9417 13.1323C16.2436 13.5479 16.7942 13.6153 17.1716 13.2828L30.2966 1.71653Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M34.9883 2.7336C34.9604 2.54741 34.8841 2.37921 34.7741 2.24523C34.6205 2.05815 34.4011 1.93779 34.1562 1.92834C34.0892 1.92567 34.0218 1.93146 33.9554 1.94584C33.896 1.95868 33.8388 1.97814 33.7844 2.00348C33.708 2.03906 33.6372 2.08625 33.5738 2.14303L24.8284 9.84979C24.451 10.1823 24.3898 10.7889 24.6917 11.2046C24.9936 11.6202 25.5442 11.6876 25.9216 11.3551L33.25 4.897V53.9759H4.375C3.89175 53.9759 3.5 54.4074 3.5 54.9398C3.5 55.4721 3.89175 55.9036 4.375 55.9036H34.125C34.6082 55.9036 35 55.4721 35 54.9398", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M43.75 17.3494C43.2668 17.3494 42.875 17.7809 42.875 18.3133C42.875 18.8456 43.2668 19.2771 43.75 19.2771H50.75C51.2332 19.2771 51.625 18.8456 51.625 18.3133C51.625 17.7809 51.2332 17.3494 50.75 17.3494H43.75Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M36.75 22.1687C36.75 21.6364 37.1418 21.2048 37.625 21.2048H55.125C55.6082 21.2048 56 21.6364 56 22.1687V54.9398C56 55.4721 55.6082 55.9036 55.125 55.9036H37.625C37.1418 55.9036 36.75 55.4721 36.75 54.9398C36.75 54.4074 37.1418 53.9759 37.625 53.9759H54.25V23.1325H37.625C37.1418 23.1325 36.75 22.701 36.75 22.1687Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M1.75 55.0361C1.75 55.5685 1.35825 56 0.875 56C0.391751 56 0 55.5685 0 55.0361C0 54.5038 0.391751 54.0723 0.875 54.0723C1.35825 54.0723 1.75 54.5038 1.75 55.0361Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 51.0843C7 50.552 7.39175 50.1205 7.875 50.1205H10.5V35.6627C10.5 35.1303 10.8918 34.6988 11.375 34.6988H23.625C24.1082 34.6988 24.5 35.1303 24.5 35.6627V50.1205H27.125C27.6082 50.1205 28 50.552 28 51.0843C28 51.6167 27.6082 52.0482 27.125 52.0482H7.875C7.39175 52.0482 7 51.6167 7 51.0843ZM18.375 50.1205V41.4458C18.375 40.9135 17.9832 40.4819 17.5 40.4819C17.0168 40.4819 16.625 40.9135 16.625 41.4458V50.1205H12.25V36.6265H22.75V50.1205H18.375Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.25 31.8072C12.25 31.2749 12.6418 30.8434 13.125 30.8434H21.875C22.3582 30.8434 22.75 31.2749 22.75 31.8072C22.75 32.3396 22.3582 32.7711 21.875 32.7711H13.125C12.6418 32.7711 12.25 32.3396 12.25 31.8072Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M22.5472 13.3589C22.8566 13.7678 22.8064 14.3756 22.4352 14.7164L19.8102 17.126C19.6529 17.2704 19.4547 17.3494 19.25 17.3494H1.75V51.0843C1.75 51.6167 1.35825 52.0482 0.875 52.0482C0.391751 52.0482 0 51.6167 0 51.0843V16.3856C0 15.8532 0.391751 15.4217 0.875 15.4217H18.9332L21.3148 13.2355C21.6861 12.8947 22.2378 12.9499 22.5472 13.3589Z", fill: "#3558A2" })] }));
|
|
27
7
|
}
|
|
28
|
-
//# sourceMappingURL=Difficulties.js.map
|
|
@@ -1,19 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = Employment;
|
|
4
|
-
const
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function Employment() {
|
|
6
|
-
return (
|
|
7
|
-
React.createElement("path", { d: "M47.0707 47.4082L38.2534 49.1806", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
-
React.createElement("path", { d: "M39.2178 39.2184L35.0672 40.9235C34.4055 41.1929 33.6648 41.1929 33.0031 40.9235C32.5282 40.7237 32.1206 40.3918 31.8287 39.9673C31.5368 39.5427 31.3729 39.0433 31.3564 38.5284C31.3398 38.0134 31.4714 37.5045 31.7355 37.0621C31.9995 36.6197 32.3849 36.2624 32.846 36.0325L36.9742 34.0133C37.4868 33.7461 38.0565 33.6075 38.6345 33.6094C39.0707 33.6073 39.5039 33.6833 39.9133 33.8338L47.4967 36.728", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
-
React.createElement("path", { d: "M22.3911 49.3151H25.5321L30.7597 53.2863C31.0197 53.5849 31.387 53.769 31.7819 53.7984C32.1768 53.8278 32.5673 53.7002 32.8687 53.4433L40.7212 47.1613C41.0264 46.9035 41.2201 46.5379 41.2619 46.1407C41.3037 45.7435 41.1904 45.3455 40.9456 45.0298L36.6379 40.2734", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
-
React.createElement("path", { d: "M32.4873 36.2566L31.9264 35.7854C31.364 35.3616 30.6786 35.1331 29.9744 35.1348C29.5583 35.1365 29.1466 35.2204 28.7629 35.3816L22.3911 38.0963", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
11
|
-
React.createElement("path", { d: "M15.6602 51.5586H20.1473C20.7424 51.5586 21.313 51.3223 21.7338 50.9015C22.1545 50.4808 22.3909 49.9101 22.3909 49.3151V38.0971C22.3909 37.5021 22.1545 36.9314 21.7338 36.5106C21.313 36.0899 20.7424 35.8535 20.1473 35.8535H15.6602", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
12
|
-
React.createElement("path", { d: "M53.8011 51.5586H49.3139C49.0193 51.5586 48.7275 51.5006 48.4553 51.3879C48.1831 51.2751 47.9358 51.1098 47.7274 50.9015C47.5191 50.6932 47.3538 50.4458 47.2411 50.1736C47.1283 49.9014 47.0703 49.6097 47.0703 49.3151V38.0971C47.0703 37.8025 47.1283 37.5107 47.2411 37.2385C47.3538 36.9663 47.5191 36.719 47.7274 36.5106C47.9358 36.3023 48.1831 36.137 48.4553 36.0243C48.7275 35.9115 49.0193 35.8535 49.3139 35.8535H53.8011", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
13
|
-
React.createElement("path", { d: "M39.218 2.19922H8.9295C7.14439 2.19922 5.43239 2.90835 4.17013 4.17062C2.90786 5.43288 2.19873 7.14488 2.19873 8.92999V52.68C2.19873 52.9775 2.31692 53.2628 2.5273 53.4732C2.73767 53.6836 3.02301 53.8018 3.32053 53.8018H10.0513", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
14
|
-
React.createElement("path", { d: "M8.92969 11.1738H26.8784", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
15
|
-
React.createElement("path", { d: "M8.92969 17.9043H26.8784", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
16
|
-
React.createElement("path", { d: "M8.92969 24.6348H16.7823", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
17
|
-
React.createElement("path", { d: "M33.6089 30.2441V7.80819C33.6089 6.3206 34.1998 4.89394 35.2517 3.84205C36.3036 2.79016 37.7303 2.19922 39.2179 2.19922C42.314 2.19922 44.8268 4.71204 44.8268 8.92999H33.6089", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
6
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: "56", height: "56", viewBox: "0 0 56 56", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M47.0707 47.4082L38.2534 49.1806", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M39.2178 39.2184L35.0672 40.9235C34.4055 41.1929 33.6648 41.1929 33.0031 40.9235C32.5282 40.7237 32.1206 40.3918 31.8287 39.9673C31.5368 39.5427 31.3729 39.0433 31.3564 38.5284C31.3398 38.0134 31.4714 37.5045 31.7355 37.0621C31.9995 36.6197 32.3849 36.2624 32.846 36.0325L36.9742 34.0133C37.4868 33.7461 38.0565 33.6075 38.6345 33.6094C39.0707 33.6073 39.5039 33.6833 39.9133 33.8338L47.4967 36.728", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M22.3911 49.3151H25.5321L30.7597 53.2863C31.0197 53.5849 31.387 53.769 31.7819 53.7984C32.1768 53.8278 32.5673 53.7002 32.8687 53.4433L40.7212 47.1613C41.0264 46.9035 41.2201 46.5379 41.2619 46.1407C41.3037 45.7435 41.1904 45.3455 40.9456 45.0298L36.6379 40.2734", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M32.4873 36.2566L31.9264 35.7854C31.364 35.3616 30.6786 35.1331 29.9744 35.1348C29.5583 35.1365 29.1466 35.2204 28.7629 35.3816L22.3911 38.0963", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.6602 51.5586H20.1473C20.7424 51.5586 21.313 51.3223 21.7338 50.9015C22.1545 50.4808 22.3909 49.9101 22.3909 49.3151V38.0971C22.3909 37.5021 22.1545 36.9314 21.7338 36.5106C21.313 36.0899 20.7424 35.8535 20.1473 35.8535H15.6602", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M53.8011 51.5586H49.3139C49.0193 51.5586 48.7275 51.5006 48.4553 51.3879C48.1831 51.2751 47.9358 51.1098 47.7274 50.9015C47.5191 50.6932 47.3538 50.4458 47.2411 50.1736C47.1283 49.9014 47.0703 49.6097 47.0703 49.3151V38.0971C47.0703 37.8025 47.1283 37.5107 47.2411 37.2385C47.3538 36.9663 47.5191 36.719 47.7274 36.5106C47.9358 36.3023 48.1831 36.137 48.4553 36.0243C48.7275 35.9115 49.0193 35.8535 49.3139 35.8535H53.8011", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M39.218 2.19922H8.9295C7.14439 2.19922 5.43239 2.90835 4.17013 4.17062C2.90786 5.43288 2.19873 7.14488 2.19873 8.92999V52.68C2.19873 52.9775 2.31692 53.2628 2.5273 53.4732C2.73767 53.6836 3.02301 53.8018 3.32053 53.8018H10.0513", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.92969 11.1738H26.8784", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.92969 17.9043H26.8784", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.92969 24.6348H16.7823", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M33.6089 30.2441V7.80819C33.6089 6.3206 34.1998 4.89394 35.2517 3.84205C36.3036 2.79016 37.7303 2.19922 39.2179 2.19922C42.314 2.19922 44.8268 4.71204 44.8268 8.92999H33.6089", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
18
7
|
}
|
|
19
|
-
//# sourceMappingURL=Employment.js.map
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = Formation;
|
|
4
|
-
const
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function Formation() {
|
|
6
|
-
return (
|
|
7
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.9677 1.29004V5.7997C12.4258 5.63728 11.8522 5.54752 11.2581 5.54752C7.95924 5.54752 5.27419 8.23175 5.27419 11.5314C5.27419 13.4437 6.17861 15.1439 7.57884 16.2407C3.76968 17.4426 1 21.0081 1 25.2088V31.1927C1 33.0785 2.53358 34.6121 4.41935 34.6121H5.27419V46.5799C5.27419 48.4656 6.80777 49.9992 8.69355 49.9992C9.72021 49.9992 10.6306 49.5359 11.2581 48.8178C11.8855 49.5359 12.7959 49.9992 13.8226 49.9992C15.7084 49.9992 17.2419 48.4656 17.2419 46.5799V25.4353C17.2419 25.0652 17.2898 24.7027 17.3804 24.3539H49.7097V1.29004H12.9677ZM6.98387 11.5314C6.98387 9.17463 8.90127 7.25721 11.2581 7.25721C13.6149 7.25721 15.5323 9.17463 15.5323 11.5314C15.5323 13.8882 13.6149 15.8056 11.2581 15.8056C8.90127 15.8056 6.98387 13.8882 6.98387 11.5314ZM12.083 24.03L11.2581 24.8549L10.4331 24.03L10.976 17.5152H11.5402L12.083 24.03ZM15.5323 25.4353V46.5799C15.5323 47.5228 14.7655 48.2896 13.8226 48.2896C12.8797 48.2896 12.1129 47.5228 12.1129 46.5799V31.1927H10.4032V46.5799C10.4032 47.5228 9.63643 48.2896 8.69355 48.2896C7.75066 48.2896 6.98387 47.5228 6.98387 46.5799V23.4991H5.27419V32.9025H4.41935C3.47647 32.9025 2.70968 32.1356 2.70968 31.1927V25.2088C2.70968 21.3586 5.55544 18.1692 9.25261 17.611L8.66277 24.6779L11.2581 27.2724L13.8525 24.6779L13.255 17.5152H15.7896C16.8983 17.5152 17.9822 17.2084 18.926 16.6271L28.0464 11.296C28.2277 11.1849 28.4345 11.1267 28.6465 11.1267C29.2766 11.1267 29.7903 11.6405 29.7903 12.2705C29.7903 12.777 29.7374 13.2588 29.268 13.5647L18.2652 20.4114C16.5538 21.5184 15.5323 23.3965 15.5323 25.4353ZM28.6465 9.41706C28.1183 9.41706 27.6002 9.56324 27.1506 9.84021L18.0301 15.1713C17.3565 15.5868 16.582 15.8056 15.7904 15.8056H15.4382C16.5495 14.7182 17.2419 13.2052 17.2419 11.5314C17.2419 9.50289 16.2255 7.71027 14.6774 6.62805V2.99972H48V22.6443H18.2848C18.5464 22.3417 18.8482 22.0698 19.1935 21.8458C19.1935 21.8458 30.1102 15.0558 30.1964 15C31.1615 14.3754 31.5 13.3642 31.5 12.2705C31.5 10.6976 30.2203 9.41706 28.6465 9.41706Z", fill: "#3558A2" }),
|
|
8
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M48.1376 32.5307C48.1376 34.4135 47.1859 36.0783 45.7385 37.0778C48.9933 38.3403 51.31 41.4881 51.31 45.1723V49.1229H18V45.1723C18 41.4881 20.3166 38.3403 23.5715 37.0778C22.1241 36.0783 21.1724 34.4135 21.1724 32.5307C21.1724 29.4817 23.6635 27 26.724 27C29.7846 27 32.2757 29.4817 32.2757 32.5307C32.2757 34.4135 31.324 36.0783 29.8766 37.0778C31.9965 37.8995 33.7128 39.5215 34.655 41.5726C35.5972 39.5215 37.3134 37.9002 39.4334 37.0778C37.986 36.0783 37.0343 34.4135 37.0343 32.5307C37.0343 29.4817 39.5254 27 42.5859 27C45.6465 27 48.1376 29.4817 48.1376 32.5307ZM42.5859 28.5802C40.3994 28.5802 38.6205 30.3524 38.6205 32.5307C38.6205 34.709 40.3994 36.4812 42.5859 36.4812C44.7725 36.4812 46.5514 34.709 46.5514 32.5307C46.5514 30.3524 44.7725 28.5802 42.5859 28.5802ZM26.724 28.5802C24.5375 28.5802 22.7586 30.3524 22.7586 32.5307C22.7586 34.709 24.5375 36.4812 26.724 36.4812C28.9106 36.4812 30.6895 34.709 30.6895 32.5307C30.6895 30.3524 28.9106 28.5802 26.724 28.5802ZM19.5862 45.1723V47.5427H33.8619V45.1723C33.8619 41.2511 30.6602 38.0614 26.724 38.0614C22.7879 38.0614 19.5862 41.2511 19.5862 45.1723ZM35.4481 45.1723V47.5427H49.7238V45.1723C49.7238 41.2511 46.5221 38.0614 42.5859 38.0614C38.6498 38.0614 35.4481 41.2511 35.4481 45.1723Z", fill: "#3558A2" }),
|
|
9
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.5004 16.6783C28.7189 18.4554 30.7619 19.6667 32.9998 19.6667C34.5978 19.6667 36.0658 19.1 37.2158 18.1587L32.3331 13.276V6.36733C30.0763 6.5923 28.1471 7.9473 27.1217 9.85699L25.2686 10.9402C26.1795 7.52383 29.3004 5 32.9998 5C37.4111 5 40.9998 8.58867 40.9998 13C40.9998 17.4113 37.4111 21 32.9998 21C30.4291 21 27.9362 19.4933 26.4347 17.3413C26.8041 17.1114 27.1619 16.8888 27.5004 16.6783ZM38.1585 17.216L34.6091 13.6667H39.6325C39.4991 15.0053 38.9671 16.2287 38.1585 17.216ZM33.6665 12.3333V6.36733C36.8111 6.68133 39.3191 9.18867 39.6325 12.3333H33.6665Z", fill: "#E1000F" })));
|
|
6
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: "52", height: "52", viewBox: "0 0 52 52", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.9677 1.29004V5.7997C12.4258 5.63728 11.8522 5.54752 11.2581 5.54752C7.95924 5.54752 5.27419 8.23175 5.27419 11.5314C5.27419 13.4437 6.17861 15.1439 7.57884 16.2407C3.76968 17.4426 1 21.0081 1 25.2088V31.1927C1 33.0785 2.53358 34.6121 4.41935 34.6121H5.27419V46.5799C5.27419 48.4656 6.80777 49.9992 8.69355 49.9992C9.72021 49.9992 10.6306 49.5359 11.2581 48.8178C11.8855 49.5359 12.7959 49.9992 13.8226 49.9992C15.7084 49.9992 17.2419 48.4656 17.2419 46.5799V25.4353C17.2419 25.0652 17.2898 24.7027 17.3804 24.3539H49.7097V1.29004H12.9677ZM6.98387 11.5314C6.98387 9.17463 8.90127 7.25721 11.2581 7.25721C13.6149 7.25721 15.5323 9.17463 15.5323 11.5314C15.5323 13.8882 13.6149 15.8056 11.2581 15.8056C8.90127 15.8056 6.98387 13.8882 6.98387 11.5314ZM12.083 24.03L11.2581 24.8549L10.4331 24.03L10.976 17.5152H11.5402L12.083 24.03ZM15.5323 25.4353V46.5799C15.5323 47.5228 14.7655 48.2896 13.8226 48.2896C12.8797 48.2896 12.1129 47.5228 12.1129 46.5799V31.1927H10.4032V46.5799C10.4032 47.5228 9.63643 48.2896 8.69355 48.2896C7.75066 48.2896 6.98387 47.5228 6.98387 46.5799V23.4991H5.27419V32.9025H4.41935C3.47647 32.9025 2.70968 32.1356 2.70968 31.1927V25.2088C2.70968 21.3586 5.55544 18.1692 9.25261 17.611L8.66277 24.6779L11.2581 27.2724L13.8525 24.6779L13.255 17.5152H15.7896C16.8983 17.5152 17.9822 17.2084 18.926 16.6271L28.0464 11.296C28.2277 11.1849 28.4345 11.1267 28.6465 11.1267C29.2766 11.1267 29.7903 11.6405 29.7903 12.2705C29.7903 12.777 29.7374 13.2588 29.268 13.5647L18.2652 20.4114C16.5538 21.5184 15.5323 23.3965 15.5323 25.4353ZM28.6465 9.41706C28.1183 9.41706 27.6002 9.56324 27.1506 9.84021L18.0301 15.1713C17.3565 15.5868 16.582 15.8056 15.7904 15.8056H15.4382C16.5495 14.7182 17.2419 13.2052 17.2419 11.5314C17.2419 9.50289 16.2255 7.71027 14.6774 6.62805V2.99972H48V22.6443H18.2848C18.5464 22.3417 18.8482 22.0698 19.1935 21.8458C19.1935 21.8458 30.1102 15.0558 30.1964 15C31.1615 14.3754 31.5 13.3642 31.5 12.2705C31.5 10.6976 30.2203 9.41706 28.6465 9.41706Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M48.1376 32.5307C48.1376 34.4135 47.1859 36.0783 45.7385 37.0778C48.9933 38.3403 51.31 41.4881 51.31 45.1723V49.1229H18V45.1723C18 41.4881 20.3166 38.3403 23.5715 37.0778C22.1241 36.0783 21.1724 34.4135 21.1724 32.5307C21.1724 29.4817 23.6635 27 26.724 27C29.7846 27 32.2757 29.4817 32.2757 32.5307C32.2757 34.4135 31.324 36.0783 29.8766 37.0778C31.9965 37.8995 33.7128 39.5215 34.655 41.5726C35.5972 39.5215 37.3134 37.9002 39.4334 37.0778C37.986 36.0783 37.0343 34.4135 37.0343 32.5307C37.0343 29.4817 39.5254 27 42.5859 27C45.6465 27 48.1376 29.4817 48.1376 32.5307ZM42.5859 28.5802C40.3994 28.5802 38.6205 30.3524 38.6205 32.5307C38.6205 34.709 40.3994 36.4812 42.5859 36.4812C44.7725 36.4812 46.5514 34.709 46.5514 32.5307C46.5514 30.3524 44.7725 28.5802 42.5859 28.5802ZM26.724 28.5802C24.5375 28.5802 22.7586 30.3524 22.7586 32.5307C22.7586 34.709 24.5375 36.4812 26.724 36.4812C28.9106 36.4812 30.6895 34.709 30.6895 32.5307C30.6895 30.3524 28.9106 28.5802 26.724 28.5802ZM19.5862 45.1723V47.5427H33.8619V45.1723C33.8619 41.2511 30.6602 38.0614 26.724 38.0614C22.7879 38.0614 19.5862 41.2511 19.5862 45.1723ZM35.4481 45.1723V47.5427H49.7238V45.1723C49.7238 41.2511 46.5221 38.0614 42.5859 38.0614C38.6498 38.0614 35.4481 41.2511 35.4481 45.1723Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.5004 16.6783C28.7189 18.4554 30.7619 19.6667 32.9998 19.6667C34.5978 19.6667 36.0658 19.1 37.2158 18.1587L32.3331 13.276V6.36733C30.0763 6.5923 28.1471 7.9473 27.1217 9.85699L25.2686 10.9402C26.1795 7.52383 29.3004 5 32.9998 5C37.4111 5 40.9998 8.58867 40.9998 13C40.9998 17.4113 37.4111 21 32.9998 21C30.4291 21 27.9362 19.4933 26.4347 17.3413C26.8041 17.1114 27.1619 16.8888 27.5004 16.6783ZM38.1585 17.216L34.6091 13.6667H39.6325C39.4991 15.0053 38.9671 16.2287 38.1585 17.216ZM33.6665 12.3333V6.36733C36.8111 6.68133 39.3191 9.18867 39.6325 12.3333H33.6665Z", fill: "#E1000F" })] }));
|
|
10
7
|
}
|
|
11
|
-
//# sourceMappingURL=Formation.js.map
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = Health;
|
|
4
|
-
const
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function Health() {
|
|
6
|
-
return (
|
|
7
|
-
React.createElement("path", { d: "M30 17H10C7.23857 17 5 19.2386 5 22V31C5 33.7614 7.23857 36 10 36H16V34H10C8.34315 34 7 32.6569 7 31L7 22C7 20.3431 8.34315 19 10 19L30 19V17Z", fill: "#3558A2" }),
|
|
8
|
-
React.createElement("path", { d: "M35 19L41 19C42.6569 19 44 20.3431 44 22V31C44 32.6569 42.6569 34 41 34L21 34V36L41 36C43.7614 36 46 33.7614 46 31V22C46 19.2386 43.7614 17 41 17H35V19Z", fill: "#3558A2" }),
|
|
9
|
-
React.createElement("path", { d: "M16 11C16 8.23858 18.2386 6 21 6H30C32.7614 6 35 8.23858 35 11V31H33V11C33 9.34315 31.6569 8 30 8H21C19.3431 8 18 9.34315 18 11V17H16V11Z", fill: "#E1000F" }),
|
|
10
|
-
React.createElement("path", { d: "M33 36V42C33 43.6569 31.6569 45 30 45H21C19.3431 45 18 43.6569 18 42V22H16L16 42C16 44.7614 18.2386 47 21 47H30C32.7614 47 35 44.7614 35 42V36H33Z", fill: "#E1000F" })));
|
|
6
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: "52", height: "52", viewBox: "0 0 52 52", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M30 17H10C7.23857 17 5 19.2386 5 22V31C5 33.7614 7.23857 36 10 36H16V34H10C8.34315 34 7 32.6569 7 31L7 22C7 20.3431 8.34315 19 10 19L30 19V17Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M35 19L41 19C42.6569 19 44 20.3431 44 22V31C44 32.6569 42.6569 34 41 34L21 34V36L41 36C43.7614 36 46 33.7614 46 31V22C46 19.2386 43.7614 17 41 17H35V19Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M16 11C16 8.23858 18.2386 6 21 6H30C32.7614 6 35 8.23858 35 11V31H33V11C33 9.34315 31.6569 8 30 8H21C19.3431 8 18 9.34315 18 11V17H16V11Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { d: "M33 36V42C33 43.6569 31.6569 45 30 45H21C19.3431 45 18 43.6569 18 42V22H16L16 42C16 44.7614 18.2386 47 21 47H30C32.7614 47 35 44.7614 35 42V36H33Z", fill: "#E1000F" })] }));
|
|
11
7
|
}
|
|
12
|
-
//# sourceMappingURL=Health.js.map
|
|
@@ -1,18 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = Hiring;
|
|
4
|
-
const
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function Hiring() {
|
|
6
|
-
return (
|
|
7
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.7008 30.0492L39.3256 21.312C39.7206 20.3598 40.8128 19.9081 41.765 20.3031C42.2198 20.4918 42.5816 20.8525 42.7717 21.3067L46.4285 30.0455C46.6383 30.5469 46.6192 31.1148 46.3761 31.6009L44.9588 34.4354C44.9125 34.5281 44.8591 34.6158 44.7994 34.6979V38.1158L46.6182 43.5722C46.6507 43.6697 46.6668 43.7718 46.666 43.8742L46.6596 43.9765L45.3399 55.1765C45.2888 55.6103 44.9455 55.9455 44.5208 55.9945L44.413 56.0006H37.7192C37.2824 56.0006 36.9094 55.6989 36.8111 55.2828L36.7923 55.1765L36.3593 51.5015C36.299 50.9896 36.6651 50.5257 37.177 50.4654C37.6523 50.4094 38.0863 50.721 38.1941 51.1757L38.2131 51.2831L38.549 54.134H43.5824L44.7807 43.9634L43.1932 39.2006H38.9381L37.2849 44.1625C37.1336 44.6165 36.667 44.8768 36.2096 44.7812L36.1044 44.7527C35.6503 44.6014 35.39 44.1348 35.4856 43.6774L35.5141 43.5722L37.3328 38.1159V34.6979C37.2732 34.6158 37.2197 34.5281 37.1734 34.4354L35.7554 31.5993C35.5132 31.115 35.4933 30.5494 35.7008 30.0492ZM39.1995 35.4673V37.334H42.9328V35.4673H39.1995ZM40.1328 24.2375L37.4249 30.7645L38.843 33.6006H43.2893L44.7065 30.7661L41.9994 24.2969V28.934C41.9994 29.4494 41.5816 29.8673 41.0661 29.8673C40.5875 29.8673 40.193 29.507 40.1391 29.0428L40.1328 28.934V24.2375Z", fill: "#E1000F" }),
|
|
8
|
-
React.createElement("path", { d: "M28.9329 39.2006C30.6928 39.2006 31.7329 40.2407 31.7329 42.0006C31.7329 42.077 31.7235 42.153 31.705 42.227C31.2334 44.1136 29.1362 45.3398 25.394 46.0159L24.7895 46.118C24.5834 46.1506 24.3727 46.1816 24.1576 46.2112L23.4983 46.2954C23.3861 46.3087 23.2728 46.3216 23.1584 46.3342L22.458 46.4051L21.7302 46.4673L20.9749 46.521L20.1923 46.5661C20.0595 46.5729 19.9256 46.5794 19.7906 46.5855L18.9667 46.618L18.1153 46.6423L17.2364 46.6583L15.8664 46.6673C15.351 46.6673 14.9331 46.2494 14.9331 45.734C14.9331 45.2185 15.351 44.8006 15.8664 44.8006L16.7531 44.7966C16.8985 44.7953 17.0427 44.7936 17.1857 44.7916L18.0293 44.7756L18.8443 44.7518L19.6305 44.7203L20.3881 44.6812L21.1168 44.6347L21.8168 44.5808L22.488 44.5197C22.5975 44.5089 22.7057 44.4978 22.8128 44.4864L23.4407 44.4147C23.7475 44.3771 24.0434 44.3369 24.3286 44.2941L24.8844 44.2052L25.4113 44.1097L25.9092 44.0077C28.1656 43.5165 29.4765 42.8161 29.8325 41.9601L29.8635 41.8746L29.8573 41.7646C29.814 41.2623 29.6066 41.0902 29.0562 41.0695L28.9329 41.0673C27.9634 41.0673 26.9424 41.5778 25.8596 42.6606C25.2972 43.223 24.353 42.8665 24.2719 42.1067L24.2663 42.0006C24.2663 41.2717 24.062 41.0673 23.333 41.0673C22.3635 41.0673 21.3424 41.5778 20.2597 42.6606C19.8952 43.0251 19.3042 43.0251 18.9398 42.6606C18.5753 42.2961 18.5753 41.7052 18.9398 41.3407C20.3459 39.9346 21.8137 39.2006 23.333 39.2006C24.4015 39.2006 25.2047 39.584 25.6708 40.2792L25.7074 40.3384L25.8899 40.2116C26.802 39.5956 27.7373 39.2554 28.6935 39.2067L28.9329 39.2006Z", fill: "#E1000F" }),
|
|
9
|
-
React.createElement("path", { d: "M37.3266 0.824487C37.2727 0.360304 36.8782 0 36.3996 0H0.933322L0.824477 0.00627922C0.3603 0.0601933 0 0.454687 0 0.933333V51.3333L0.00627914 51.4422C0.0601926 51.9064 0.454681 52.2667 0.933322 52.2667H30.7996L30.9085 52.2604C31.3726 52.2065 31.7329 51.812 31.7329 51.3333L31.7267 51.2245C31.6728 50.7603 31.2783 50.4 30.7996 50.4H1.86664V1.86667H35.4662V19.6L35.4725 19.7088C35.5264 20.173 35.9209 20.5333 36.3996 20.5333C36.915 20.5333 37.3329 20.1155 37.3329 19.6V0.933333L37.3266 0.824487Z", fill: "#3558A2" }),
|
|
10
|
-
React.createElement("path", { d: "M22.3997 6.53333C22.3997 6.01787 21.9819 5.6 21.4664 5.6H6.53325L6.42441 5.60628C5.96023 5.66019 5.59993 6.05469 5.59993 6.53333C5.59993 7.0488 6.01779 7.46667 6.53325 7.46667H21.4664L21.5752 7.46039C22.0394 7.40647 22.3997 7.01198 22.3997 6.53333Z", fill: "#3558A2" }),
|
|
11
|
-
React.createElement("path", { d: "M30.7996 11.2C31.3151 11.2 31.7329 11.6179 31.7329 12.1333C31.7329 12.612 31.3726 13.0065 30.9085 13.0604L30.7996 13.0667H6.53325C6.01779 13.0667 5.59993 12.6488 5.59993 12.1333C5.59993 11.6547 5.96023 11.2602 6.42441 11.2063L6.53325 11.2H30.7996Z", fill: "#3558A2" }),
|
|
12
|
-
React.createElement("path", { d: "M26.133 17.7333C26.133 17.2179 25.7152 16.8 25.1997 16.8H6.53325L6.42441 16.8063C5.96023 16.8602 5.59993 17.2547 5.59993 17.7333C5.59993 18.2488 6.01779 18.6667 6.53325 18.6667H25.1997L25.3085 18.6604C25.7727 18.6065 26.133 18.212 26.133 17.7333Z", fill: "#3558A2" }),
|
|
13
|
-
React.createElement("path", { d: "M30.7996 22.4C31.3151 22.4 31.7329 22.8179 31.7329 23.3333C31.7329 23.812 31.3726 24.2065 30.9085 24.2604L30.7996 24.2667H6.53325C6.01779 24.2667 5.59993 23.8488 5.59993 23.3333C5.59993 22.8547 5.96023 22.4602 6.42441 22.4063L6.53325 22.4H30.7996Z", fill: "#3558A2" }),
|
|
14
|
-
React.createElement("path", { d: "M41.0599 8.29115C41.006 7.82697 40.6115 7.46667 40.1328 7.46667C39.6174 7.46667 39.1995 7.88453 39.1995 8.4V15.8667L39.2058 15.9755C39.2597 16.4397 39.6542 16.8 40.1328 16.8C40.6483 16.8 41.0662 16.3821 41.0662 15.8667V8.4L41.0599 8.29115Z", fill: "#3558A2" }),
|
|
15
|
-
React.createElement("path", { d: "M32.6663 54.1333C33.1817 54.1333 33.5996 54.5512 33.5996 55.0667C33.5996 55.5453 33.2393 55.9398 32.7751 55.9937L32.6663 56H8.3999C7.88444 56 7.46658 55.5821 7.46658 55.0667C7.46658 54.588 7.82687 54.1935 8.29105 54.1396L8.3999 54.1333H32.6663Z", fill: "#3558A2" }),
|
|
16
|
-
React.createElement("path", { d: "M26.133 28.9333C26.133 28.4179 25.7152 28 25.1997 28H6.53325L6.42441 28.0063C5.96023 28.0602 5.59993 28.4547 5.59993 28.9333C5.59993 29.4488 6.01779 29.8667 6.53325 29.8667H25.1997L25.3085 29.8604C25.7727 29.8065 26.133 29.412 26.133 28.9333Z", fill: "#3558A2" })));
|
|
6
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: "47", height: "56", viewBox: "0 0 47 56", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.7008 30.0492L39.3256 21.312C39.7206 20.3598 40.8128 19.9081 41.765 20.3031C42.2198 20.4918 42.5816 20.8525 42.7717 21.3067L46.4285 30.0455C46.6383 30.5469 46.6192 31.1148 46.3761 31.6009L44.9588 34.4354C44.9125 34.5281 44.8591 34.6158 44.7994 34.6979V38.1158L46.6182 43.5722C46.6507 43.6697 46.6668 43.7718 46.666 43.8742L46.6596 43.9765L45.3399 55.1765C45.2888 55.6103 44.9455 55.9455 44.5208 55.9945L44.413 56.0006H37.7192C37.2824 56.0006 36.9094 55.6989 36.8111 55.2828L36.7923 55.1765L36.3593 51.5015C36.299 50.9896 36.6651 50.5257 37.177 50.4654C37.6523 50.4094 38.0863 50.721 38.1941 51.1757L38.2131 51.2831L38.549 54.134H43.5824L44.7807 43.9634L43.1932 39.2006H38.9381L37.2849 44.1625C37.1336 44.6165 36.667 44.8768 36.2096 44.7812L36.1044 44.7527C35.6503 44.6014 35.39 44.1348 35.4856 43.6774L35.5141 43.5722L37.3328 38.1159V34.6979C37.2732 34.6158 37.2197 34.5281 37.1734 34.4354L35.7554 31.5993C35.5132 31.115 35.4933 30.5494 35.7008 30.0492ZM39.1995 35.4673V37.334H42.9328V35.4673H39.1995ZM40.1328 24.2375L37.4249 30.7645L38.843 33.6006H43.2893L44.7065 30.7661L41.9994 24.2969V28.934C41.9994 29.4494 41.5816 29.8673 41.0661 29.8673C40.5875 29.8673 40.193 29.507 40.1391 29.0428L40.1328 28.934V24.2375Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { d: "M28.9329 39.2006C30.6928 39.2006 31.7329 40.2407 31.7329 42.0006C31.7329 42.077 31.7235 42.153 31.705 42.227C31.2334 44.1136 29.1362 45.3398 25.394 46.0159L24.7895 46.118C24.5834 46.1506 24.3727 46.1816 24.1576 46.2112L23.4983 46.2954C23.3861 46.3087 23.2728 46.3216 23.1584 46.3342L22.458 46.4051L21.7302 46.4673L20.9749 46.521L20.1923 46.5661C20.0595 46.5729 19.9256 46.5794 19.7906 46.5855L18.9667 46.618L18.1153 46.6423L17.2364 46.6583L15.8664 46.6673C15.351 46.6673 14.9331 46.2494 14.9331 45.734C14.9331 45.2185 15.351 44.8006 15.8664 44.8006L16.7531 44.7966C16.8985 44.7953 17.0427 44.7936 17.1857 44.7916L18.0293 44.7756L18.8443 44.7518L19.6305 44.7203L20.3881 44.6812L21.1168 44.6347L21.8168 44.5808L22.488 44.5197C22.5975 44.5089 22.7057 44.4978 22.8128 44.4864L23.4407 44.4147C23.7475 44.3771 24.0434 44.3369 24.3286 44.2941L24.8844 44.2052L25.4113 44.1097L25.9092 44.0077C28.1656 43.5165 29.4765 42.8161 29.8325 41.9601L29.8635 41.8746L29.8573 41.7646C29.814 41.2623 29.6066 41.0902 29.0562 41.0695L28.9329 41.0673C27.9634 41.0673 26.9424 41.5778 25.8596 42.6606C25.2972 43.223 24.353 42.8665 24.2719 42.1067L24.2663 42.0006C24.2663 41.2717 24.062 41.0673 23.333 41.0673C22.3635 41.0673 21.3424 41.5778 20.2597 42.6606C19.8952 43.0251 19.3042 43.0251 18.9398 42.6606C18.5753 42.2961 18.5753 41.7052 18.9398 41.3407C20.3459 39.9346 21.8137 39.2006 23.333 39.2006C24.4015 39.2006 25.2047 39.584 25.6708 40.2792L25.7074 40.3384L25.8899 40.2116C26.802 39.5956 27.7373 39.2554 28.6935 39.2067L28.9329 39.2006Z", fill: "#E1000F" }), (0, jsx_runtime_1.jsx)("path", { d: "M37.3266 0.824487C37.2727 0.360304 36.8782 0 36.3996 0H0.933322L0.824477 0.00627922C0.3603 0.0601933 0 0.454687 0 0.933333V51.3333L0.00627914 51.4422C0.0601926 51.9064 0.454681 52.2667 0.933322 52.2667H30.7996L30.9085 52.2604C31.3726 52.2065 31.7329 51.812 31.7329 51.3333L31.7267 51.2245C31.6728 50.7603 31.2783 50.4 30.7996 50.4H1.86664V1.86667H35.4662V19.6L35.4725 19.7088C35.5264 20.173 35.9209 20.5333 36.3996 20.5333C36.915 20.5333 37.3329 20.1155 37.3329 19.6V0.933333L37.3266 0.824487Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M22.3997 6.53333C22.3997 6.01787 21.9819 5.6 21.4664 5.6H6.53325L6.42441 5.60628C5.96023 5.66019 5.59993 6.05469 5.59993 6.53333C5.59993 7.0488 6.01779 7.46667 6.53325 7.46667H21.4664L21.5752 7.46039C22.0394 7.40647 22.3997 7.01198 22.3997 6.53333Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M30.7996 11.2C31.3151 11.2 31.7329 11.6179 31.7329 12.1333C31.7329 12.612 31.3726 13.0065 30.9085 13.0604L30.7996 13.0667H6.53325C6.01779 13.0667 5.59993 12.6488 5.59993 12.1333C5.59993 11.6547 5.96023 11.2602 6.42441 11.2063L6.53325 11.2H30.7996Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.133 17.7333C26.133 17.2179 25.7152 16.8 25.1997 16.8H6.53325L6.42441 16.8063C5.96023 16.8602 5.59993 17.2547 5.59993 17.7333C5.59993 18.2488 6.01779 18.6667 6.53325 18.6667H25.1997L25.3085 18.6604C25.7727 18.6065 26.133 18.212 26.133 17.7333Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M30.7996 22.4C31.3151 22.4 31.7329 22.8179 31.7329 23.3333C31.7329 23.812 31.3726 24.2065 30.9085 24.2604L30.7996 24.2667H6.53325C6.01779 24.2667 5.59993 23.8488 5.59993 23.3333C5.59993 22.8547 5.96023 22.4602 6.42441 22.4063L6.53325 22.4H30.7996Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M41.0599 8.29115C41.006 7.82697 40.6115 7.46667 40.1328 7.46667C39.6174 7.46667 39.1995 7.88453 39.1995 8.4V15.8667L39.2058 15.9755C39.2597 16.4397 39.6542 16.8 40.1328 16.8C40.6483 16.8 41.0662 16.3821 41.0662 15.8667V8.4L41.0599 8.29115Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M32.6663 54.1333C33.1817 54.1333 33.5996 54.5512 33.5996 55.0667C33.5996 55.5453 33.2393 55.9398 32.7751 55.9937L32.6663 56H8.3999C7.88444 56 7.46658 55.5821 7.46658 55.0667C7.46658 54.588 7.82687 54.1935 8.29105 54.1396L8.3999 54.1333H32.6663Z", fill: "#3558A2" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.133 28.9333C26.133 28.4179 25.7152 28 25.1997 28H6.53325L6.42441 28.0063C5.96023 28.0602 5.59993 28.4547 5.59993 28.9333C5.59993 29.4488 6.01779 29.8667 6.53325 29.8667H25.1997L25.3085 29.8604C25.7727 29.8065 26.133 29.412 26.133 28.9333Z", fill: "#3558A2" })] }));
|
|
17
7
|
}
|
|
18
|
-
//# sourceMappingURL=Hiring.js.map
|
|
@@ -1,21 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = Holidays;
|
|
4
|
-
const
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
function Holidays() {
|
|
6
|
-
return (
|
|
7
|
-
React.createElement("path", { d: "M4.44232 6.68555H51.5577C51.5577 6.68555 53.8013 6.68555 53.8013 8.92914V51.5573C53.8013 51.5573 53.8013 53.8009 51.5577 53.8009H4.44232C4.44232 53.8009 2.19873 53.8009 2.19873 51.5573V8.92914C2.19873 8.92914 2.19873 6.68555 4.44232 6.68555Z", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
-
React.createElement("path", { d: "M13.4165 2.19922V13.4172", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
-
React.createElement("path", { d: "M42.5835 2.19922V13.4172", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
-
React.createElement("path", { d: "M2.19873 17.9043H53.8013", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
11
|
-
React.createElement("path", { d: "M14.5361 25.7539L21.2669 32.4847", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
12
|
-
React.createElement("path", { d: "M21.2669 25.7539L14.5361 32.4847", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
13
|
-
React.createElement("path", { d: "M40.3354 36.9727L47.0662 43.7034", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
14
|
-
React.createElement("path", { d: "M47.0662 36.9727L40.3354 43.7034", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
15
|
-
React.createElement("path", { d: "M26.876 29.1191H31.3632", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
16
|
-
React.createElement("path", { d: "M38.0938 29.1191H42.5809", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
17
|
-
React.createElement("path", { d: "M8.92969 40.3359H13.4169", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
18
|
-
React.createElement("path", { d: "M20.145 40.3359H24.6322", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
19
|
-
React.createElement("path", { d: "M31.3633 40.3359H35.8505", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
6
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: "56", height: "56", viewBox: "0 0 56 56", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M4.44232 6.68555H51.5577C51.5577 6.68555 53.8013 6.68555 53.8013 8.92914V51.5573C53.8013 51.5573 53.8013 53.8009 51.5577 53.8009H4.44232C4.44232 53.8009 2.19873 53.8009 2.19873 51.5573V8.92914C2.19873 8.92914 2.19873 6.68555 4.44232 6.68555Z", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M13.4165 2.19922V13.4172", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M42.5835 2.19922V13.4172", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M2.19873 17.9043H53.8013", stroke: "#3558A2", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.5361 25.7539L21.2669 32.4847", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M21.2669 25.7539L14.5361 32.4847", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M40.3354 36.9727L47.0662 43.7034", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M47.0662 36.9727L40.3354 43.7034", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M26.876 29.1191H31.3632", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M38.0938 29.1191H42.5809", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M8.92969 40.3359H13.4169", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M20.145 40.3359H24.6322", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M31.3633 40.3359H35.8505", stroke: "#E1000F", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
20
7
|
}
|
|
21
|
-
//# sourceMappingURL=Holidays.js.map
|