@stainless-api/docs-ui 0.1.0-beta.5 → 0.1.0-beta.50
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/dist/breadcrumbs-C6pTTw_o.d.ts +20 -0
- package/dist/breadcrumbs-DEyC9k79.d.ts +20 -0
- package/dist/breadcrumbs-nSFZO5Gf.js +63 -0
- package/dist/chunk-DRcLgZ1e.js +18 -0
- package/dist/component-DRO8kQSp.js +23 -0
- package/dist/component-generics-B6Fn47Mz.js +45 -0
- package/dist/component-generics-D_yxZT6v.d.ts +30 -0
- package/dist/component-generics-DxN-MaP2.d.ts +30 -0
- package/dist/components/MaskedInput.d.ts +14 -0
- package/dist/components/MaskedInput.js +76 -0
- package/dist/components/breadcrumbs.d.ts +2 -0
- package/dist/components/breadcrumbs.js +9 -0
- package/dist/components/icons.d.ts +55 -0
- package/dist/components/icons.js +3 -0
- package/dist/components/index.d.ts +10 -0
- package/dist/components/index.js +18 -0
- package/dist/components/method.d.ts +2 -0
- package/dist/components/method.js +10 -0
- package/dist/components/overview.d.ts +2 -0
- package/dist/components/overview.js +11 -0
- package/dist/components/primitives.d.ts +2 -0
- package/dist/components/primitives.js +8 -0
- package/dist/components/properties.d.ts +2 -0
- package/dist/components/properties.js +9 -0
- package/dist/components/sdk.d.ts +2 -0
- package/dist/components/sdk.js +10 -0
- package/dist/components/sidebar.d.ts +2 -0
- package/dist/components/sidebar.js +11 -0
- package/dist/components/snippets.d.ts +3 -0
- package/dist/components/snippets.js +9 -0
- package/dist/components-D7M-BwNI.js +71 -0
- package/dist/contexts/component-generics.d.ts +2 -0
- package/dist/contexts/component-generics.js +3 -0
- package/dist/contexts/component-types.d.ts +16 -0
- package/dist/contexts/component-types.js +0 -0
- package/dist/contexts/component.d.ts +29 -0
- package/dist/contexts/component.js +27 -0
- package/dist/contexts/docs.d.ts +2 -0
- package/dist/contexts/docs.js +3 -0
- package/dist/contexts/index.d.ts +16 -0
- package/dist/contexts/index.js +7 -0
- package/dist/contexts/markdown.d.ts +2 -0
- package/dist/contexts/markdown.js +4 -0
- package/dist/contexts/navigation.d.ts +2 -0
- package/dist/contexts/navigation.js +3 -0
- package/dist/contexts/use-components.d.ts +14 -0
- package/dist/contexts/use-components.js +4 -0
- package/dist/contexts-p3rRZDlM.js +39 -0
- package/dist/csharp-CDSxfCZE.js +283 -0
- package/dist/docs-CXqi26jB.js +54 -0
- package/dist/docs-dNFWvk6w.d.ts +47 -0
- package/dist/docs-mMDqYdkf.d.ts +47 -0
- package/dist/go-1c3S5ETL.js +303 -0
- package/dist/http-2QNWXH9t.js +330 -0
- package/dist/icons-Ckod9aod.js +869 -0
- package/dist/index-0imEqwWy.d.ts +15 -0
- package/dist/index-BJR7MT73.d.ts +13 -0
- package/dist/index-DGWbX2x8.d.ts +13 -0
- package/dist/index-DJO7hQAU.d.ts +274 -0
- package/dist/index-DMFZJxNb.d.ts +15 -0
- package/dist/index-tw6MEWKp.d.ts +274 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.js +29 -7542
- package/dist/java-BbjF_oUI.js +403 -0
- package/dist/languages/csharp.d.ts +11 -0
- package/dist/languages/csharp.js +9 -0
- package/dist/languages/go.d.ts +11 -0
- package/dist/languages/go.js +9 -0
- package/dist/languages/http.d.ts +11 -0
- package/dist/languages/http.js +19 -0
- package/dist/languages/index.d.ts +11 -0
- package/dist/languages/index.js +26 -0
- package/dist/languages/java.d.ts +11 -0
- package/dist/languages/java.js +9 -0
- package/dist/languages/python.d.ts +11 -0
- package/dist/languages/python.js +9 -0
- package/dist/languages/ruby.d.ts +11 -0
- package/dist/languages/ruby.js +9 -0
- package/dist/languages/typescript.d.ts +11 -0
- package/dist/languages/typescript.js +9 -0
- package/dist/languages-BCYZjzuS.js +26 -0
- package/dist/markdown/index.d.ts +12 -0
- package/dist/markdown/index.js +104 -0
- package/dist/markdown/md.d.ts +15 -0
- package/dist/markdown/md.js +3 -0
- package/dist/markdown/printer.d.ts +2 -0
- package/dist/markdown/printer.js +28 -0
- package/dist/markdown/utils.d.ts +3 -0
- package/dist/markdown/utils.js +3 -0
- package/dist/markdown-CxdeWgjV.js +48 -0
- package/dist/markdown-DeSSIANr.d.ts +22 -0
- package/dist/markdown-OuUthjwK.d.ts +22 -0
- package/dist/md-oM2tUaCA.js +41 -0
- package/dist/method-BiXJltKa.d.ts +71 -0
- package/dist/method-CE08mUME.js +115 -0
- package/dist/method-DQ3lDoTM.d.ts +71 -0
- package/dist/navigation-BX8nuda9.d.ts +29 -0
- package/dist/navigation-C5TN0SgC.js +24 -0
- package/dist/navigation-CWDfzVoR.d.ts +29 -0
- package/dist/overview-B43BuZbK.d.ts +39 -0
- package/dist/overview-MTDgZ7Xr.d.ts +39 -0
- package/dist/overview-S2hUqPXA.js +139 -0
- package/dist/primitives-1lB1L0is.d.ts +97 -0
- package/dist/primitives-BIWfwN5L.js +258 -0
- package/dist/primitives-DLv4uMoz.d.ts +97 -0
- package/dist/printer-DBw4S_Jn.d.ts +13 -0
- package/dist/printer-bNxiG6UB.js +74 -0
- package/dist/properties-B-giMW4K.d.ts +54 -0
- package/dist/properties-BvP2WAjP.d.ts +54 -0
- package/dist/properties-jlGW3USi.js +131 -0
- package/dist/python-USOwFDv_.js +279 -0
- package/dist/routing-CMqh1cTZ.d.ts +54 -0
- package/dist/routing-Wbb7YECB.js +194 -0
- package/dist/routing.d.ts +2 -0
- package/dist/routing.js +3 -180
- package/dist/ruby-CSvGbSLe.js +387 -0
- package/dist/sdk-BwXeHS3_.d.ts +118 -0
- package/dist/sdk-CSCbbn3O.js +336 -0
- package/dist/sdk-DXdNszcC.d.ts +118 -0
- package/dist/sidebar-CWyvCrJ0.js +81 -0
- package/dist/sidebar-DGGt5gik.d.ts +36 -0
- package/dist/sidebar-DfS6SWQz.d.ts +36 -0
- package/dist/snippets-BQLXEIf6.js +161 -0
- package/dist/snippets-BRs_4F1I.d.ts +51 -0
- package/dist/snippets-DxSMK50g.d.ts +51 -0
- package/dist/spec.d.ts +65 -0
- package/dist/spec.js +167 -0
- package/dist/style-D7RO5ymE.d.ts +168 -0
- package/dist/style-gnVEeXFj.js +169 -0
- package/dist/style.d.ts +2 -0
- package/dist/style.js +3 -0
- package/dist/styles/main.css +727 -754
- package/dist/styles/main.js +0 -0
- package/dist/styles/primitives.css +317 -461
- package/dist/styles/primitives.js +0 -0
- package/dist/styles/resets.css +32 -41
- package/dist/styles/resets.js +0 -0
- package/dist/styles/search.css +175 -274
- package/dist/styles/search.js +0 -0
- package/dist/styles/sidebar.css +59 -60
- package/dist/styles/sidebar.js +0 -0
- package/dist/styles/variables.css +26 -89
- package/dist/styles/variables.js +0 -0
- package/dist/styles.css +2910 -0
- package/dist/styles.mjs +1 -0
- package/dist/typescript-DXG9psK3.js +449 -0
- package/dist/use-components-RWQbviGq.js +7 -0
- package/dist/utils-BaLi5Bed.d.ts +21 -0
- package/dist/utils-CqnL9Fc3.js +31 -0
- package/dist/utils-D_1AWSRX.js +32 -0
- package/dist/utils-_AEBNJhG.d.ts +21 -0
- package/dist/utils-d8paVwKN.d.ts +14 -0
- package/dist/utils.d.ts +2 -0
- package/dist/utils.js +3 -0
- package/package.json +73 -21
- package/dist/mcp.js +0 -16003
- package/dist/styles/snippets.css +0 -132
- package/src/components/breadcrumbs.tsx +0 -94
- package/src/components/chat.tsx +0 -154
- package/src/components/dropdown.tsx +0 -91
- package/src/components/icons.tsx +0 -584
- package/src/components/index.ts +0 -9
- package/src/components/method.tsx +0 -144
- package/src/components/overview.tsx +0 -159
- package/src/components/primitives.tsx +0 -284
- package/src/components/properties.tsx +0 -130
- package/src/components/scripts/dropdown.ts +0 -78
- package/src/components/sdk.tsx +0 -402
- package/src/components/sidebar.tsx +0 -99
- package/src/components/snippets.tsx +0 -179
- package/src/contexts/component-generics.tsx +0 -48
- package/src/contexts/component-types.tsx +0 -5
- package/src/contexts/component.tsx +0 -32
- package/src/contexts/docs.tsx +0 -75
- package/src/contexts/index.tsx +0 -17
- package/src/contexts/markdown.tsx +0 -43
- package/src/contexts/navigation.tsx +0 -44
- package/src/contexts/search.tsx +0 -28
- package/src/contexts/use-components.tsx +0 -4
- package/src/index.ts +0 -6
- package/src/languages/go.tsx +0 -281
- package/src/languages/http.tsx +0 -321
- package/src/languages/index.ts +0 -26
- package/src/languages/java.tsx +0 -358
- package/src/languages/python.tsx +0 -255
- package/src/languages/ruby.tsx +0 -320
- package/src/languages/typescript.tsx +0 -393
- package/src/markdown/index.ts +0 -107
- package/src/markdown/md.ts +0 -45
- package/src/markdown/utils.ts +0 -49
- package/src/routing.ts +0 -238
- package/src/search/form.tsx +0 -127
- package/src/search/index.tsx +0 -1
- package/src/search/indexer.ts +0 -246
- package/src/search/mcp.ts +0 -61
- package/src/search/printer.tsx +0 -86
- package/src/search/providers/algolia.ts +0 -88
- package/src/search/providers/fuse.ts +0 -19
- package/src/search/providers/pagefind.ts +0 -17
- package/src/search/providers/walker.ts +0 -30
- package/src/search/results.tsx +0 -181
- package/src/search/state.ts +0 -64
- package/src/search/types.ts +0 -116
- package/src/style.ts +0 -197
- package/src/styles/main.css +0 -993
- package/src/styles/primitives.css +0 -573
- package/src/styles/resets.css +0 -47
- package/src/styles/search.css +0 -342
- package/src/styles/sidebar.css +0 -87
- package/src/styles/snippets.css +0 -132
- package/src/styles/variables.css +0 -90
- package/src/utils.ts +0 -41
|
@@ -0,0 +1,869 @@
|
|
|
1
|
+
import * as React$1 from "react";
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/icons.tsx
|
|
5
|
+
function CSharpIcon({ className }) {
|
|
6
|
+
const id = React$1.useId();
|
|
7
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
width: "24",
|
|
11
|
+
height: "24",
|
|
12
|
+
fill: "none",
|
|
13
|
+
className,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ jsxs("defs", { children: [/* @__PURE__ */ jsxs("linearGradient", {
|
|
16
|
+
id: `a-${id}`,
|
|
17
|
+
x1: "46.77",
|
|
18
|
+
x2: "69.91",
|
|
19
|
+
y1: "86.46",
|
|
20
|
+
y2: "126.73",
|
|
21
|
+
gradientTransform: "matrix(8.78996,0,0,8.78996,-233.98,-518.97)",
|
|
22
|
+
gradientUnits: "userSpaceOnUse",
|
|
23
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#927be5" }), /* @__PURE__ */ jsx("stop", {
|
|
24
|
+
offset: "1",
|
|
25
|
+
stopColor: "#512bd4"
|
|
26
|
+
})]
|
|
27
|
+
}), /* @__PURE__ */ jsxs("filter", {
|
|
28
|
+
id: `b-${id}`,
|
|
29
|
+
width: "42.84",
|
|
30
|
+
height: "39.14",
|
|
31
|
+
x: "44.63",
|
|
32
|
+
y: "91.89",
|
|
33
|
+
colorInterpolationFilters: "sRGB",
|
|
34
|
+
filterUnits: "userSpaceOnUse",
|
|
35
|
+
children: [
|
|
36
|
+
/* @__PURE__ */ jsx("feFlood", {
|
|
37
|
+
floodOpacity: "0",
|
|
38
|
+
result: "BackgroundImageFix"
|
|
39
|
+
}),
|
|
40
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
41
|
+
in: "SourceAlpha",
|
|
42
|
+
result: "hardAlpha",
|
|
43
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ jsx("feOffset", {}),
|
|
46
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
|
|
47
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
48
|
+
in2: "BackgroundImageFix",
|
|
49
|
+
result: "effect1_dropShadow_2037_2800"
|
|
50
|
+
}),
|
|
51
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
52
|
+
in: "SourceAlpha",
|
|
53
|
+
result: "hardAlpha",
|
|
54
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
55
|
+
}),
|
|
56
|
+
/* @__PURE__ */ jsx("feOffset", { dy: "1" }),
|
|
57
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "2.5" }),
|
|
58
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" }),
|
|
59
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
60
|
+
in2: "effect1_dropShadow_2037_2800",
|
|
61
|
+
result: "effect2_dropShadow_2037_2800"
|
|
62
|
+
}),
|
|
63
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
64
|
+
in: "SourceAlpha",
|
|
65
|
+
result: "hardAlpha",
|
|
66
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
67
|
+
}),
|
|
68
|
+
/* @__PURE__ */ jsx("feOffset", { dy: "4" }),
|
|
69
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "2" }),
|
|
70
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09 0" }),
|
|
71
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
72
|
+
in2: "effect2_dropShadow_2037_2800",
|
|
73
|
+
result: "effect3_dropShadow_2037_2800"
|
|
74
|
+
}),
|
|
75
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
76
|
+
in: "SourceAlpha",
|
|
77
|
+
result: "hardAlpha",
|
|
78
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
79
|
+
}),
|
|
80
|
+
/* @__PURE__ */ jsx("feOffset", { dy: "9" }),
|
|
81
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "2.5" }),
|
|
82
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0" }),
|
|
83
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
84
|
+
in2: "effect3_dropShadow_2037_2800",
|
|
85
|
+
result: "effect4_dropShadow_2037_2800"
|
|
86
|
+
}),
|
|
87
|
+
/* @__PURE__ */ jsx("feColorMatrix", {
|
|
88
|
+
in: "SourceAlpha",
|
|
89
|
+
result: "hardAlpha",
|
|
90
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
91
|
+
}),
|
|
92
|
+
/* @__PURE__ */ jsx("feOffset", { dy: "15" }),
|
|
93
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: "3" }),
|
|
94
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01 0" }),
|
|
95
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
96
|
+
in2: "effect4_dropShadow_2037_2800",
|
|
97
|
+
result: "effect5_dropShadow_2037_2800"
|
|
98
|
+
}),
|
|
99
|
+
/* @__PURE__ */ jsx("feBlend", {
|
|
100
|
+
in: "SourceGraphic",
|
|
101
|
+
in2: "effect5_dropShadow_2037_2800",
|
|
102
|
+
result: "shape"
|
|
103
|
+
})
|
|
104
|
+
]
|
|
105
|
+
})] }),
|
|
106
|
+
/* @__PURE__ */ jsx("path", {
|
|
107
|
+
fill: `url(#a-${id})`,
|
|
108
|
+
d: "M135.73 285.85v173.93a60.2 60.2 0 0 0 30.13 52.17l150.62 86.97a60.2 60.2 0 0 0 60.25 0l150.62-86.97a60.2 60.2 0 0 0 30.13-52.17V285.85a60.2 60.2 0 0 0-30.13-52.18l-150.62-86.95a60.2 60.2 0 0 0-60.25 0l-150.62 86.95a60.3 60.3 0 0 0-30.13 52.18",
|
|
109
|
+
transform: "scale(0.44288615) matrix(0.1,0,0,0.1,-7.57,-10.19)"
|
|
110
|
+
}),
|
|
111
|
+
/* @__PURE__ */ jsx("path", {
|
|
112
|
+
fill: "#fff",
|
|
113
|
+
d: "M54.06 98.03v6.86a1.7 1.7 0 0 0 1.71 1.7 1.7 1.7 0 0 0 1.71-1.7 1.71 1.71 0 1 1 3.43 0 5.14 5.14 0 1 1-10.28 0v-6.86a5.14 5.14 0 1 1 10.28 0 1.71 1.71 0 1 1-3.43 0 1.71 1.71 0 1 0-3.42 0zm27.41 6.86a1.7 1.7 0 0 1-1.71 1.7h-1.71v1.72c0 .46-.18.9-.5 1.21a1.7 1.7 0 0 1-2.43 0 1.7 1.7 0 0 1-.5-1.2v-1.72h-3.43v1.71a1.7 1.7 0 0 1-1.71 1.72 1.7 1.7 0 0 1-1.72-1.72v-1.71h-1.71a1.71 1.71 0 1 1 0-3.43h1.71v-3.43h-1.71a1.71 1.71 0 1 1 0-3.42h1.71V94.6a1.71 1.71 0 1 1 3.43 0v1.72h3.43V94.6a1.71 1.71 0 1 1 3.43 0v1.72h1.7c.46 0 .9.18 1.22.5a1.7 1.7 0 0 1 0 2.42 1.7 1.7 0 0 1-1.21.5h-1.71v3.43h1.7a1.7 1.7 0 0 1 1.72 1.71m-6.85-5.14h-3.43v3.42h3.43z",
|
|
114
|
+
filter: `url(#b-${id})`,
|
|
115
|
+
style: { mixBlendMode: "screen" },
|
|
116
|
+
transform: "scale(0.44288615) matrix(0.879,0,0,0.879,-30.96,-62.09)"
|
|
117
|
+
})
|
|
118
|
+
]
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
function GoIcon({ className }) {
|
|
122
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
123
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
124
|
+
width: "24",
|
|
125
|
+
height: "10",
|
|
126
|
+
className,
|
|
127
|
+
viewBox: "0 0 24 10",
|
|
128
|
+
fill: "none",
|
|
129
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
130
|
+
fillRule: "evenodd",
|
|
131
|
+
clipRule: "evenodd",
|
|
132
|
+
d: "M2.09152 3.28047C2.04596 3.28047 2.03471 3.2576 2.0574 3.22366L2.29609 2.91672C2.31859 2.8826 2.37559 2.85991 2.42096 2.85991H6.4779C6.52346 2.85991 6.53471 2.89404 6.51202 2.92816L6.3189 3.22366C6.29621 3.2576 6.2394 3.29172 6.20527 3.29172L2.09152 3.28047ZM0.375523 4.32579C0.330148 4.32579 0.31871 4.30329 0.341398 4.26897L0.580085 3.96222C0.602773 3.9281 0.659585 3.90541 0.705148 3.90541H5.8869C5.93227 3.90541 5.95515 3.93954 5.94371 3.97366L5.85277 4.24629C5.84152 4.29185 5.79596 4.31454 5.75059 4.31454L0.375523 4.32579ZM3.1254 5.37129C3.08002 5.37129 3.06877 5.33716 3.09146 5.30304L3.25046 5.01897C3.27334 4.98485 3.31871 4.95091 3.36427 4.95091H5.63677C5.68233 4.95091 5.70502 4.98485 5.70502 5.03041L5.68252 5.30304C5.68252 5.3486 5.63696 5.38272 5.60284 5.38272L3.1254 5.37129ZM14.921 3.07591C14.205 3.25779 13.7163 3.3941 13.0119 3.57579C12.8413 3.62135 12.83 3.6326 12.6823 3.46216C12.5118 3.26904 12.3868 3.14397 12.1483 3.03035C11.4322 2.67822 10.739 2.78041 10.0914 3.20097C9.31871 3.70085 8.92102 4.43941 8.93227 5.35985C8.94352 6.26904 9.56865 7.01904 10.4664 7.1441C11.2391 7.24629 11.8869 6.97347 12.3982 6.3941C12.5004 6.26904 12.5913 6.13272 12.705 5.97354H10.5118C10.2733 5.97354 10.2165 5.82579 10.296 5.63266C10.4437 5.28035 10.7163 4.68954 10.8753 4.39404C10.9096 4.32579 10.9891 4.21216 11.1596 4.21216H15.2958C15.2733 4.5191 15.2733 4.82585 15.2278 5.13279C15.1027 5.95085 14.796 6.70085 14.2959 7.35991C13.4776 8.43954 12.4096 9.10985 11.0572 9.29173C9.94365 9.43948 8.90958 9.22347 8.00059 8.54172C7.15965 7.90535 6.68246 7.06441 6.5574 6.0191C6.40965 4.78047 6.77321 3.66672 7.52321 2.68947C8.33002 1.63272 9.39821 0.962224 10.7051 0.723537C11.7733 0.530412 12.7959 0.655474 13.7163 1.28041C14.3186 1.6781 14.7504 2.22354 15.0345 2.8826C15.1027 2.98497 15.0573 3.04179 14.9208 3.07572L14.921 3.07591Z",
|
|
133
|
+
fill: "#00ACD7"
|
|
134
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
135
|
+
d: "M18.6822 9.36017C17.6481 9.3373 16.7048 9.04198 15.9094 8.36005C15.2389 7.78067 14.8186 7.04192 14.6822 6.16686C14.4777 4.88286 14.8298 3.74642 15.6027 2.73523C16.4322 1.64417 17.4321 1.07605 18.7846 0.837359C19.9435 0.632984 21.0346 0.746609 22.0231 1.41692C22.9208 2.03061 23.4775 2.86011 23.6252 3.95098C23.8184 5.48511 23.3753 6.73517 22.3184 7.80336C21.5684 8.56461 20.6479 9.04198 19.5912 9.2578C19.2844 9.31461 18.9775 9.32605 18.6822 9.36017ZM21.3867 4.76923C21.3754 4.62148 21.3754 4.50786 21.3526 4.39423C21.1482 3.26923 20.1139 2.63286 19.0345 2.88298C17.9776 3.12148 17.2958 3.79198 17.0459 4.86017C16.8413 5.74648 17.2731 6.64423 18.0912 7.0078C18.7163 7.28061 19.3412 7.24648 19.9435 6.93973C20.8412 6.4738 21.3299 5.74648 21.3867 4.76923Z",
|
|
136
|
+
fill: "#00ACD7"
|
|
137
|
+
})]
|
|
138
|
+
});
|
|
139
|
+
}
|
|
140
|
+
function JavaIcon({ className }) {
|
|
141
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
142
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
143
|
+
width: "24",
|
|
144
|
+
height: "24",
|
|
145
|
+
viewBox: "0 0 24 24",
|
|
146
|
+
fill: "none",
|
|
147
|
+
className,
|
|
148
|
+
children: [
|
|
149
|
+
/* @__PURE__ */ jsx("path", {
|
|
150
|
+
d: "M8.92873 18.3976C8.92873 18.3976 8.03492 18.9178 9.56567 19.0933C11.4204 19.3051 12.3682 19.2748 14.4116 18.8885C14.4116 18.8885 14.9499 19.2251 15.7003 19.5168C11.118 21.4799 5.33004 19.403 8.92873 18.3976ZM8.36848 15.8354C8.36848 15.8354 7.36573 16.5778 8.89779 16.7364C10.8791 16.9409 12.4434 16.9576 15.1517 16.4364C15.1517 16.4364 15.5254 16.8161 16.1139 17.0234C10.5748 18.6434 4.40529 17.1509 8.36848 15.8354Z",
|
|
151
|
+
fill: "#0074BD"
|
|
152
|
+
}),
|
|
153
|
+
/* @__PURE__ */ jsx("path", {
|
|
154
|
+
d: "M13.088 11.4882C14.2177 12.7885 12.7917 13.9576 12.7917 13.9576C12.7917 13.9576 15.6584 12.478 14.3422 10.6244C13.1123 8.89656 12.1696 8.03838 17.2737 5.07812C17.2737 5.07831 9.26166 7.07875 13.088 11.4882Z",
|
|
155
|
+
fill: "#EA2D2E"
|
|
156
|
+
}),
|
|
157
|
+
/* @__PURE__ */ jsx("path", {
|
|
158
|
+
d: "M19.148 20.2928C19.148 20.2928 19.8096 20.8384 18.419 21.2601C15.7748 22.0611 7.41158 22.3026 5.08883 21.2922C4.25427 20.9288 5.81989 20.425 6.31246 20.3187C6.82602 20.2075 7.11927 20.2278 7.11927 20.2278C6.19058 19.5739 1.11683 21.5121 4.54246 22.0681C13.8839 23.5823 21.5706 21.3861 19.148 20.2928ZM9.35839 13.18C9.35839 13.18 5.10477 14.1904 7.85221 14.5577C9.01246 14.713 11.3243 14.6774 13.4793 14.4966C15.2399 14.3487 17.0067 14.0328 17.0067 14.0328C17.0067 14.0328 16.3865 14.2988 15.9372 14.6052C11.6168 15.7416 3.27271 15.2123 5.67514 14.0506C7.70614 13.0682 9.35839 13.18 9.35839 13.18ZM16.9891 17.4451C21.3805 15.1638 19.3499 12.9713 17.9326 13.2666C17.5861 13.3388 17.4306 13.4016 17.4306 13.4016C17.4306 13.4016 17.5596 13.1993 17.8056 13.1123C20.6093 12.127 22.7652 16.0191 16.9013 17.5608C16.9013 17.5604 16.9686 17.4994 16.9891 17.4451Z",
|
|
159
|
+
fill: "#0074BD"
|
|
160
|
+
}),
|
|
161
|
+
/* @__PURE__ */ jsx("path", {
|
|
162
|
+
d: "M14.342 0.297363C14.342 0.297363 16.7735 2.73036 12.0352 6.47043C8.23535 9.47155 11.1688 11.1823 12.0339 13.1377C9.81559 11.1366 8.18847 9.37461 9.27991 7.73493C10.8827 5.32855 15.3228 4.16136 14.342 0.297363Z",
|
|
163
|
+
fill: "#EA2D2E"
|
|
164
|
+
}),
|
|
165
|
+
/* @__PURE__ */ jsx("path", {
|
|
166
|
+
d: "M9.78928 23.6291C14.0035 23.8986 20.4768 23.4791 20.63 21.4849C20.63 21.4849 20.3354 22.2409 17.1468 22.8407C13.5494 23.5179 9.11166 23.439 6.48047 23.0046C6.48047 23.0047 7.01953 23.451 9.78928 23.6291Z",
|
|
167
|
+
fill: "#0074BD"
|
|
168
|
+
})
|
|
169
|
+
]
|
|
170
|
+
});
|
|
171
|
+
}
|
|
172
|
+
function KotlinIcon({ className }) {
|
|
173
|
+
const id = React$1.useId();
|
|
174
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
175
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
176
|
+
width: "24",
|
|
177
|
+
height: "24",
|
|
178
|
+
viewBox: "0 0 24 24",
|
|
179
|
+
fill: "none",
|
|
180
|
+
className,
|
|
181
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
182
|
+
d: "M21.0917 21.0907H2.91016V2.90918H21.0917L12.0009 11.9999L21.0917 21.0907Z",
|
|
183
|
+
fill: `url(#paint0_linear_1950_201292-${id})`
|
|
184
|
+
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", {
|
|
185
|
+
id: `paint0_linear_1950_201292-${id}`,
|
|
186
|
+
x1: "21.0918",
|
|
187
|
+
y1: "2.90893",
|
|
188
|
+
x2: "2.91001",
|
|
189
|
+
y2: "21.0907",
|
|
190
|
+
gradientUnits: "userSpaceOnUse",
|
|
191
|
+
children: [
|
|
192
|
+
/* @__PURE__ */ jsx("stop", {
|
|
193
|
+
offset: "0.003",
|
|
194
|
+
stopColor: "#E44857"
|
|
195
|
+
}),
|
|
196
|
+
/* @__PURE__ */ jsx("stop", {
|
|
197
|
+
offset: "0.469",
|
|
198
|
+
stopColor: "#C711E1"
|
|
199
|
+
}),
|
|
200
|
+
/* @__PURE__ */ jsx("stop", {
|
|
201
|
+
offset: "1",
|
|
202
|
+
stopColor: "#7F52FF"
|
|
203
|
+
})
|
|
204
|
+
]
|
|
205
|
+
}) })]
|
|
206
|
+
});
|
|
207
|
+
}
|
|
208
|
+
function PythonIcon({ className }) {
|
|
209
|
+
const id = React$1.useId();
|
|
210
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
211
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
212
|
+
width: "24",
|
|
213
|
+
height: "24",
|
|
214
|
+
viewBox: "0 0 24 24",
|
|
215
|
+
fill: "none",
|
|
216
|
+
className,
|
|
217
|
+
children: [
|
|
218
|
+
/* @__PURE__ */ jsx("path", {
|
|
219
|
+
d: "M11.8858 2.29654C11.0942 2.30029 10.3386 2.3676 9.67335 2.48535C7.71398 2.83147 7.35848 3.55597 7.35848 4.89229V6.65685H11.9884V7.24504H5.62073C4.27523 7.24504 3.09698 8.05372 2.72835 9.59272C2.3031 11.3562 2.28435 12.4568 2.72835 14.2982C3.05741 15.669 3.84341 16.6455 5.1891 16.6455H6.78116V14.5302C6.78116 13.0018 8.10323 11.6539 9.67354 11.6539H14.2982C15.5856 11.6539 16.6131 10.5938 16.6131 9.30116V4.89247C16.6131 3.63754 15.5545 2.69497 14.2982 2.48554C13.5025 2.35316 12.6773 2.29297 11.8858 2.29654ZM9.38198 3.71572C9.8601 3.71572 10.2509 4.11266 10.2509 4.60091C10.2509 5.0871 9.86029 5.48029 9.38198 5.48029C8.90198 5.48029 8.51329 5.0871 8.51329 4.60091C8.5131 4.11266 8.90198 3.71572 9.38198 3.71572Z",
|
|
220
|
+
fill: `url(#paint0_linear_658_37694-${id})`
|
|
221
|
+
}),
|
|
222
|
+
/* @__PURE__ */ jsx("path", {
|
|
223
|
+
d: "M17.1913 7.24482V9.30094C17.1913 10.8947 15.8398 12.2363 14.2989 12.2363H9.67425C8.4075 12.2363 7.35938 13.3206 7.35938 14.5892V18.9983C7.35938 20.2528 8.45025 20.991 9.67425 21.3508C11.1398 21.7815 12.5452 21.8595 14.2989 21.3508C15.4644 21.0131 16.6138 20.334 16.6138 18.9983V17.2335H11.9893V16.6451H18.9291C20.2746 16.6451 20.7763 15.7067 21.2443 14.2978C21.7277 12.8475 21.7069 11.4527 21.2443 9.59232C20.9117 8.25263 20.2766 7.24463 18.9291 7.24463L17.1913 7.24482ZM14.5901 18.4099C15.0703 18.4099 15.459 18.8031 15.459 19.2896C15.459 19.7775 15.0701 20.1744 14.5901 20.1744C14.112 20.1744 13.7214 19.7775 13.7214 19.2896C13.7214 18.8031 14.112 18.4099 14.5901 18.4099Z",
|
|
224
|
+
fill: `url(#paint1_linear_658_37694-${id})`
|
|
225
|
+
}),
|
|
226
|
+
/* @__PURE__ */ jsx("path", {
|
|
227
|
+
opacity: "0.444",
|
|
228
|
+
d: "M18.2452 22.4244C18.2452 23.0887 15.4673 23.6274 12.0407 23.6274C8.61394 23.6274 5.83594 23.0887 5.83594 22.4244C5.83594 21.7599 8.61375 21.2212 12.0407 21.2212C15.4673 21.2212 18.2452 21.7597 18.2452 22.4244Z",
|
|
229
|
+
fill: `url(#paint2_radial_658_37694-${id})`
|
|
230
|
+
}),
|
|
231
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
232
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
233
|
+
id: `paint0_linear_658_37694-${id}`,
|
|
234
|
+
x1: "1.9382",
|
|
235
|
+
y1: "2.84828",
|
|
236
|
+
x2: "12.617",
|
|
237
|
+
y2: "11.9551",
|
|
238
|
+
gradientUnits: "userSpaceOnUse",
|
|
239
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#5A9FD4" }), /* @__PURE__ */ jsx("stop", {
|
|
240
|
+
offset: "1",
|
|
241
|
+
stopColor: "#306998"
|
|
242
|
+
})]
|
|
243
|
+
}),
|
|
244
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
245
|
+
id: `paint1_linear_658_37694-${id}`,
|
|
246
|
+
x1: "16.6357",
|
|
247
|
+
y1: "17.6159",
|
|
248
|
+
x2: "12.8061",
|
|
249
|
+
y2: "12.2455",
|
|
250
|
+
gradientUnits: "userSpaceOnUse",
|
|
251
|
+
children: [/* @__PURE__ */ jsx("stop", { stopColor: "#FFD43B" }), /* @__PURE__ */ jsx("stop", {
|
|
252
|
+
offset: "1",
|
|
253
|
+
stopColor: "#FFE873"
|
|
254
|
+
})]
|
|
255
|
+
}),
|
|
256
|
+
/* @__PURE__ */ jsxs("radialGradient", {
|
|
257
|
+
id: `paint2_radial_658_37694-${id}`,
|
|
258
|
+
cx: "0",
|
|
259
|
+
cy: "0",
|
|
260
|
+
r: "1",
|
|
261
|
+
gradientUnits: "userSpaceOnUse",
|
|
262
|
+
gradientTransform: "translate(12.0156 22.3899) rotate(-90) scale(1.20343 5.2901)",
|
|
263
|
+
children: [/* @__PURE__ */ jsx("stop", {
|
|
264
|
+
stopColor: "#B8B8B8",
|
|
265
|
+
stopOpacity: "0.498"
|
|
266
|
+
}), /* @__PURE__ */ jsx("stop", {
|
|
267
|
+
offset: "1",
|
|
268
|
+
stopColor: "#7F7F7F",
|
|
269
|
+
stopOpacity: "0"
|
|
270
|
+
})]
|
|
271
|
+
})
|
|
272
|
+
] })
|
|
273
|
+
]
|
|
274
|
+
});
|
|
275
|
+
}
|
|
276
|
+
function RubyIcon({ className }) {
|
|
277
|
+
const id = React$1.useId();
|
|
278
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
279
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
280
|
+
width: "24",
|
|
281
|
+
height: "24",
|
|
282
|
+
viewBox: "0 0 24 24",
|
|
283
|
+
className,
|
|
284
|
+
fill: "none",
|
|
285
|
+
children: [/* @__PURE__ */ jsxs("g", {
|
|
286
|
+
clipPath: `url(#clip0_1950_201284-${id})`,
|
|
287
|
+
children: [
|
|
288
|
+
/* @__PURE__ */ jsx("path", {
|
|
289
|
+
d: "M18.2028 15.6024L5.31445 23.2556L22.0025 22.1231L23.2878 5.2959L18.2028 15.6024Z",
|
|
290
|
+
fill: `url(#paint0_linear_1950_201284-${id})`
|
|
291
|
+
}),
|
|
292
|
+
/* @__PURE__ */ jsx("path", {
|
|
293
|
+
d: "M22.0286 22.1117L20.5944 12.2119L16.6875 17.3708L22.0286 22.1117Z",
|
|
294
|
+
fill: `url(#paint1_linear_1950_201284-${id})`
|
|
295
|
+
}),
|
|
296
|
+
/* @__PURE__ */ jsx("path", {
|
|
297
|
+
d: "M22.048 22.1119L11.5398 21.2871L5.36914 23.2343L22.048 22.1119Z",
|
|
298
|
+
fill: `url(#paint2_linear_1950_201284-${id})`
|
|
299
|
+
}),
|
|
300
|
+
/* @__PURE__ */ jsx("path", {
|
|
301
|
+
d: "M5.38411 23.2363L8.0093 14.6362L2.23242 15.8715L5.38411 23.2363Z",
|
|
302
|
+
fill: `url(#paint3_linear_1950_201284-${id})`
|
|
303
|
+
}),
|
|
304
|
+
/* @__PURE__ */ jsx("path", {
|
|
305
|
+
d: "M16.6871 17.3992L14.2717 7.93799L7.35938 14.4176L16.6871 17.3992Z",
|
|
306
|
+
fill: `url(#paint4_linear_1950_201284-${id})`
|
|
307
|
+
}),
|
|
308
|
+
/* @__PURE__ */ jsx("path", {
|
|
309
|
+
d: "M22.7385 8.07149L16.2043 2.73486L14.3848 8.6173L22.7385 8.07149Z",
|
|
310
|
+
fill: `url(#paint5_linear_1950_201284-${id})`
|
|
311
|
+
}),
|
|
312
|
+
/* @__PURE__ */ jsx("path", {
|
|
313
|
+
d: "M19.6836 0.832211L15.8404 2.95602L13.416 0.803711L19.6836 0.832211Z",
|
|
314
|
+
fill: `url(#paint6_linear_1950_201284-${id})`
|
|
315
|
+
}),
|
|
316
|
+
/* @__PURE__ */ jsx("path", {
|
|
317
|
+
d: "M0.712891 18.7566L2.32277 15.8206L1.02039 12.3228L0.712891 18.7566Z",
|
|
318
|
+
fill: `url(#paint7_linear_1950_201284-${id})`
|
|
319
|
+
}),
|
|
320
|
+
/* @__PURE__ */ jsx("path", {
|
|
321
|
+
d: "M0.933594 12.212L2.24366 15.9285L7.93709 14.6512L14.4372 8.61033L16.2715 2.78377L13.3834 0.744141L8.47278 2.58202C6.92553 4.02108 3.92347 6.86827 3.81528 6.92189C3.70784 6.97645 1.83247 10.521 0.933594 12.212Z",
|
|
322
|
+
fill: "white"
|
|
323
|
+
}),
|
|
324
|
+
/* @__PURE__ */ jsx("path", {
|
|
325
|
+
d: "M5.53508 5.53531C8.88796 2.21094 13.2108 0.246499 14.8698 1.92031C16.5278 3.59394 14.7696 7.66156 11.4164 10.985C8.06314 14.3084 3.79396 16.3811 2.13646 14.7072C0.477268 13.0347 2.18183 8.85894 5.53508 5.53531Z",
|
|
326
|
+
fill: `url(#paint8_linear_1950_201284-${id})`
|
|
327
|
+
}),
|
|
328
|
+
/* @__PURE__ */ jsx("path", {
|
|
329
|
+
d: "M5.38477 23.2327L7.98914 14.6055L16.6395 17.3842C13.512 20.3171 10.0333 22.7964 5.38477 23.2327Z",
|
|
330
|
+
fill: `url(#paint9_linear_1950_201284-${id})`
|
|
331
|
+
}),
|
|
332
|
+
/* @__PURE__ */ jsx("path", {
|
|
333
|
+
d: "M14.4492 8.59338L16.67 17.3892C19.2826 14.6423 21.6273 11.689 22.7755 8.03613L14.4492 8.59338Z",
|
|
334
|
+
fill: `url(#paint10_linear_1950_201284-${id})`
|
|
335
|
+
}),
|
|
336
|
+
/* @__PURE__ */ jsx("path", {
|
|
337
|
+
d: "M22.7523 8.08049C23.641 5.3983 23.846 1.5508 19.6554 0.836426L16.2168 2.7358L22.7523 8.08049Z",
|
|
338
|
+
fill: `url(#paint11_linear_1950_201284-${id})`
|
|
339
|
+
}),
|
|
340
|
+
/* @__PURE__ */ jsx("path", {
|
|
341
|
+
d: "M0.712891 18.7176C0.835891 23.1441 4.02958 23.2099 5.39008 23.2489L2.24777 15.9102L0.712891 18.7176Z",
|
|
342
|
+
fill: "#9E1209"
|
|
343
|
+
}),
|
|
344
|
+
/* @__PURE__ */ jsx("path", {
|
|
345
|
+
d: "M14.4609 8.60695C16.4687 9.84089 20.5146 12.3191 20.5965 12.3646C20.724 12.4365 22.341 9.63802 22.7079 8.05664L14.4609 8.60695Z",
|
|
346
|
+
fill: `url(#paint12_radial_1950_201284-${id})`
|
|
347
|
+
}),
|
|
348
|
+
/* @__PURE__ */ jsx("path", {
|
|
349
|
+
d: "M7.98633 14.6055L11.4682 21.3232C13.527 20.2067 15.1393 18.8462 16.6158 17.3889L7.98633 14.6055Z",
|
|
350
|
+
fill: `url(#paint13_radial_1950_201284-${id})`
|
|
351
|
+
}),
|
|
352
|
+
/* @__PURE__ */ jsx("path", {
|
|
353
|
+
d: "M2.23355 15.9194L1.74023 21.794C2.67098 23.0654 3.95161 23.1761 5.29523 23.0769C4.32323 20.6581 2.38186 15.8214 2.23355 15.9194Z",
|
|
354
|
+
fill: `url(#paint14_linear_1950_201284-${id})`
|
|
355
|
+
}),
|
|
356
|
+
/* @__PURE__ */ jsx("path", {
|
|
357
|
+
d: "M16.1973 2.75072L23.1143 3.72141C22.7451 2.15709 21.6115 1.14759 19.6793 0.832031L16.1973 2.75072Z",
|
|
358
|
+
fill: `url(#paint15_linear_1950_201284-${id})`
|
|
359
|
+
})
|
|
360
|
+
]
|
|
361
|
+
}), /* @__PURE__ */ jsxs("defs", { children: [
|
|
362
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
363
|
+
id: `paint0_linear_1950_201284-${id}`,
|
|
364
|
+
x1: "20.547",
|
|
365
|
+
y1: "25.3029",
|
|
366
|
+
x2: "15.7848",
|
|
367
|
+
y2: "16.895",
|
|
368
|
+
gradientUnits: "userSpaceOnUse",
|
|
369
|
+
children: [
|
|
370
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#FB7655" }),
|
|
371
|
+
/* @__PURE__ */ jsx("stop", {
|
|
372
|
+
offset: "0.41",
|
|
373
|
+
stopColor: "#E42B1E"
|
|
374
|
+
}),
|
|
375
|
+
/* @__PURE__ */ jsx("stop", {
|
|
376
|
+
offset: "0.99",
|
|
377
|
+
stopColor: "#990000"
|
|
378
|
+
}),
|
|
379
|
+
/* @__PURE__ */ jsx("stop", {
|
|
380
|
+
offset: "1",
|
|
381
|
+
stopColor: "#990000"
|
|
382
|
+
})
|
|
383
|
+
]
|
|
384
|
+
}),
|
|
385
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
386
|
+
id: `paint1_linear_1950_201284-${id}`,
|
|
387
|
+
x1: "22.9179",
|
|
388
|
+
y1: "18.2399",
|
|
389
|
+
x2: "16.7805",
|
|
390
|
+
y2: "14.1214",
|
|
391
|
+
gradientUnits: "userSpaceOnUse",
|
|
392
|
+
children: [
|
|
393
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#871101" }),
|
|
394
|
+
/* @__PURE__ */ jsx("stop", {
|
|
395
|
+
offset: "0.99",
|
|
396
|
+
stopColor: "#911209"
|
|
397
|
+
}),
|
|
398
|
+
/* @__PURE__ */ jsx("stop", {
|
|
399
|
+
offset: "1",
|
|
400
|
+
stopColor: "#911209"
|
|
401
|
+
})
|
|
402
|
+
]
|
|
403
|
+
}),
|
|
404
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
405
|
+
id: `paint2_linear_1950_201284-${id}`,
|
|
406
|
+
x1: "18.0074",
|
|
407
|
+
y1: "25.5582",
|
|
408
|
+
x2: "11.8701",
|
|
409
|
+
y2: "21.4397",
|
|
410
|
+
gradientUnits: "userSpaceOnUse",
|
|
411
|
+
children: [
|
|
412
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#871101" }),
|
|
413
|
+
/* @__PURE__ */ jsx("stop", {
|
|
414
|
+
offset: "0.99",
|
|
415
|
+
stopColor: "#911209"
|
|
416
|
+
}),
|
|
417
|
+
/* @__PURE__ */ jsx("stop", {
|
|
418
|
+
offset: "1",
|
|
419
|
+
stopColor: "#911209"
|
|
420
|
+
})
|
|
421
|
+
]
|
|
422
|
+
}),
|
|
423
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
424
|
+
id: `paint3_linear_1950_201284-${id}`,
|
|
425
|
+
x1: "5.12161",
|
|
426
|
+
y1: "15.2582",
|
|
427
|
+
x2: "6.07298",
|
|
428
|
+
y2: "21.4415",
|
|
429
|
+
gradientUnits: "userSpaceOnUse",
|
|
430
|
+
children: [
|
|
431
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "white" }),
|
|
432
|
+
/* @__PURE__ */ jsx("stop", {
|
|
433
|
+
offset: "0.23",
|
|
434
|
+
stopColor: "#E57252"
|
|
435
|
+
}),
|
|
436
|
+
/* @__PURE__ */ jsx("stop", {
|
|
437
|
+
offset: "0.46",
|
|
438
|
+
stopColor: "#DE3B20"
|
|
439
|
+
}),
|
|
440
|
+
/* @__PURE__ */ jsx("stop", {
|
|
441
|
+
offset: "0.99",
|
|
442
|
+
stopColor: "#A60003"
|
|
443
|
+
}),
|
|
444
|
+
/* @__PURE__ */ jsx("stop", {
|
|
445
|
+
offset: "1",
|
|
446
|
+
stopColor: "#A60003"
|
|
447
|
+
})
|
|
448
|
+
]
|
|
449
|
+
}),
|
|
450
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
451
|
+
id: `paint4_linear_1950_201284-${id}`,
|
|
452
|
+
x1: "11.6664",
|
|
453
|
+
y1: "9.48486",
|
|
454
|
+
x2: "12.0171",
|
|
455
|
+
y2: "15.7954",
|
|
456
|
+
gradientUnits: "userSpaceOnUse",
|
|
457
|
+
children: [
|
|
458
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "white" }),
|
|
459
|
+
/* @__PURE__ */ jsx("stop", {
|
|
460
|
+
offset: "0.23",
|
|
461
|
+
stopColor: "#E4714E"
|
|
462
|
+
}),
|
|
463
|
+
/* @__PURE__ */ jsx("stop", {
|
|
464
|
+
offset: "0.56",
|
|
465
|
+
stopColor: "#BE1A0D"
|
|
466
|
+
}),
|
|
467
|
+
/* @__PURE__ */ jsx("stop", {
|
|
468
|
+
offset: "0.99",
|
|
469
|
+
stopColor: "#A80D00"
|
|
470
|
+
}),
|
|
471
|
+
/* @__PURE__ */ jsx("stop", {
|
|
472
|
+
offset: "1",
|
|
473
|
+
stopColor: "#A80D00"
|
|
474
|
+
})
|
|
475
|
+
]
|
|
476
|
+
}),
|
|
477
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
478
|
+
id: `paint5_linear_1950_201284-${id}`,
|
|
479
|
+
x1: "17.4727",
|
|
480
|
+
y1: "3.65211",
|
|
481
|
+
x2: "18.5223",
|
|
482
|
+
y2: "8.17499",
|
|
483
|
+
gradientUnits: "userSpaceOnUse",
|
|
484
|
+
children: [
|
|
485
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "white" }),
|
|
486
|
+
/* @__PURE__ */ jsx("stop", {
|
|
487
|
+
offset: "0.18",
|
|
488
|
+
stopColor: "#E46342"
|
|
489
|
+
}),
|
|
490
|
+
/* @__PURE__ */ jsx("stop", {
|
|
491
|
+
offset: "0.4",
|
|
492
|
+
stopColor: "#C82410"
|
|
493
|
+
}),
|
|
494
|
+
/* @__PURE__ */ jsx("stop", {
|
|
495
|
+
offset: "0.99",
|
|
496
|
+
stopColor: "#A80D00"
|
|
497
|
+
}),
|
|
498
|
+
/* @__PURE__ */ jsx("stop", {
|
|
499
|
+
offset: "1",
|
|
500
|
+
stopColor: "#A80D00"
|
|
501
|
+
})
|
|
502
|
+
]
|
|
503
|
+
}),
|
|
504
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
505
|
+
id: `paint6_linear_1950_201284-${id}`,
|
|
506
|
+
x1: "14.269",
|
|
507
|
+
y1: "2.0594",
|
|
508
|
+
x2: "18.7913",
|
|
509
|
+
y2: "-0.201663",
|
|
510
|
+
gradientUnits: "userSpaceOnUse",
|
|
511
|
+
children: [
|
|
512
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "white" }),
|
|
513
|
+
/* @__PURE__ */ jsx("stop", {
|
|
514
|
+
offset: "0.54",
|
|
515
|
+
stopColor: "#C81F11"
|
|
516
|
+
}),
|
|
517
|
+
/* @__PURE__ */ jsx("stop", {
|
|
518
|
+
offset: "0.99",
|
|
519
|
+
stopColor: "#BF0905"
|
|
520
|
+
}),
|
|
521
|
+
/* @__PURE__ */ jsx("stop", {
|
|
522
|
+
offset: "1",
|
|
523
|
+
stopColor: "#BF0905"
|
|
524
|
+
})
|
|
525
|
+
]
|
|
526
|
+
}),
|
|
527
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
528
|
+
id: `paint7_linear_1950_201284-${id}`,
|
|
529
|
+
x1: "1.15764",
|
|
530
|
+
y1: "13.6825",
|
|
531
|
+
x2: "1.53002",
|
|
532
|
+
y2: "17.4091",
|
|
533
|
+
gradientUnits: "userSpaceOnUse",
|
|
534
|
+
children: [
|
|
535
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "white" }),
|
|
536
|
+
/* @__PURE__ */ jsx("stop", {
|
|
537
|
+
offset: "0.31",
|
|
538
|
+
stopColor: "#DE4024"
|
|
539
|
+
}),
|
|
540
|
+
/* @__PURE__ */ jsx("stop", {
|
|
541
|
+
offset: "0.99",
|
|
542
|
+
stopColor: "#BF190B"
|
|
543
|
+
}),
|
|
544
|
+
/* @__PURE__ */ jsx("stop", {
|
|
545
|
+
offset: "1",
|
|
546
|
+
stopColor: "#BF190B"
|
|
547
|
+
})
|
|
548
|
+
]
|
|
549
|
+
}),
|
|
550
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
551
|
+
id: `paint8_linear_1950_201284-${id}`,
|
|
552
|
+
x1: "-1.40111",
|
|
553
|
+
y1: "18.4162",
|
|
554
|
+
x2: "16.0962",
|
|
555
|
+
y2: "0.424062",
|
|
556
|
+
gradientUnits: "userSpaceOnUse",
|
|
557
|
+
children: [
|
|
558
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#BD0012" }),
|
|
559
|
+
/* @__PURE__ */ jsx("stop", {
|
|
560
|
+
offset: "0.07",
|
|
561
|
+
stopColor: "white"
|
|
562
|
+
}),
|
|
563
|
+
/* @__PURE__ */ jsx("stop", {
|
|
564
|
+
offset: "0.17",
|
|
565
|
+
stopColor: "white"
|
|
566
|
+
}),
|
|
567
|
+
/* @__PURE__ */ jsx("stop", {
|
|
568
|
+
offset: "0.27",
|
|
569
|
+
stopColor: "#C82F1C"
|
|
570
|
+
}),
|
|
571
|
+
/* @__PURE__ */ jsx("stop", {
|
|
572
|
+
offset: "0.33",
|
|
573
|
+
stopColor: "#820C01"
|
|
574
|
+
}),
|
|
575
|
+
/* @__PURE__ */ jsx("stop", {
|
|
576
|
+
offset: "0.46",
|
|
577
|
+
stopColor: "#A31601"
|
|
578
|
+
}),
|
|
579
|
+
/* @__PURE__ */ jsx("stop", {
|
|
580
|
+
offset: "0.72",
|
|
581
|
+
stopColor: "#B31301"
|
|
582
|
+
}),
|
|
583
|
+
/* @__PURE__ */ jsx("stop", {
|
|
584
|
+
offset: "0.99",
|
|
585
|
+
stopColor: "#E82609"
|
|
586
|
+
}),
|
|
587
|
+
/* @__PURE__ */ jsx("stop", {
|
|
588
|
+
offset: "1",
|
|
589
|
+
stopColor: "#E82609"
|
|
590
|
+
})
|
|
591
|
+
]
|
|
592
|
+
}),
|
|
593
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
594
|
+
id: `paint9_linear_1950_201284-${id}`,
|
|
595
|
+
x1: "12.0016",
|
|
596
|
+
y1: "20.2307",
|
|
597
|
+
x2: "6.7312",
|
|
598
|
+
y2: "18.93",
|
|
599
|
+
gradientUnits: "userSpaceOnUse",
|
|
600
|
+
children: [
|
|
601
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#8C0C01" }),
|
|
602
|
+
/* @__PURE__ */ jsx("stop", {
|
|
603
|
+
offset: "0.54",
|
|
604
|
+
stopColor: "#990C00"
|
|
605
|
+
}),
|
|
606
|
+
/* @__PURE__ */ jsx("stop", {
|
|
607
|
+
offset: "0.99",
|
|
608
|
+
stopColor: "#A80D0E"
|
|
609
|
+
}),
|
|
610
|
+
/* @__PURE__ */ jsx("stop", {
|
|
611
|
+
offset: "1",
|
|
612
|
+
stopColor: "#A80D0E"
|
|
613
|
+
})
|
|
614
|
+
]
|
|
615
|
+
}),
|
|
616
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
617
|
+
id: `paint10_linear_1950_201284-${id}`,
|
|
618
|
+
x1: "21.0535",
|
|
619
|
+
y1: "13.9056",
|
|
620
|
+
x2: "16.3715",
|
|
621
|
+
y2: "9.70938",
|
|
622
|
+
gradientUnits: "userSpaceOnUse",
|
|
623
|
+
children: [
|
|
624
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#7E110B" }),
|
|
625
|
+
/* @__PURE__ */ jsx("stop", {
|
|
626
|
+
offset: "0.99",
|
|
627
|
+
stopColor: "#9E0C00"
|
|
628
|
+
}),
|
|
629
|
+
/* @__PURE__ */ jsx("stop", {
|
|
630
|
+
offset: "1",
|
|
631
|
+
stopColor: "#9E0C00"
|
|
632
|
+
})
|
|
633
|
+
]
|
|
634
|
+
}),
|
|
635
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
636
|
+
id: `paint11_linear_1950_201284-${id}`,
|
|
637
|
+
x1: "22.7731",
|
|
638
|
+
y1: "6.20586",
|
|
639
|
+
x2: "20.441",
|
|
640
|
+
y2: "3.71249",
|
|
641
|
+
gradientUnits: "userSpaceOnUse",
|
|
642
|
+
children: [
|
|
643
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#79130D" }),
|
|
644
|
+
/* @__PURE__ */ jsx("stop", {
|
|
645
|
+
offset: "0.99",
|
|
646
|
+
stopColor: "#9E120B"
|
|
647
|
+
}),
|
|
648
|
+
/* @__PURE__ */ jsx("stop", {
|
|
649
|
+
offset: "1",
|
|
650
|
+
stopColor: "#9E120B"
|
|
651
|
+
})
|
|
652
|
+
]
|
|
653
|
+
}),
|
|
654
|
+
/* @__PURE__ */ jsxs("radialGradient", {
|
|
655
|
+
id: `paint12_radial_1950_201284-${id}`,
|
|
656
|
+
cx: "0",
|
|
657
|
+
cy: "0",
|
|
658
|
+
r: "1",
|
|
659
|
+
gradientUnits: "userSpaceOnUse",
|
|
660
|
+
gradientTransform: "translate(17.1 9.78952) scale(5.73769)",
|
|
661
|
+
children: [
|
|
662
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#A80D00" }),
|
|
663
|
+
/* @__PURE__ */ jsx("stop", {
|
|
664
|
+
offset: "0.99",
|
|
665
|
+
stopColor: "#7E0E08"
|
|
666
|
+
}),
|
|
667
|
+
/* @__PURE__ */ jsx("stop", {
|
|
668
|
+
offset: "1",
|
|
669
|
+
stopColor: "#7E0E08"
|
|
670
|
+
})
|
|
671
|
+
]
|
|
672
|
+
}),
|
|
673
|
+
/* @__PURE__ */ jsxs("radialGradient", {
|
|
674
|
+
id: `paint13_radial_1950_201284-${id}`,
|
|
675
|
+
cx: "0",
|
|
676
|
+
cy: "0",
|
|
677
|
+
r: "1",
|
|
678
|
+
gradientUnits: "userSpaceOnUse",
|
|
679
|
+
gradientTransform: "translate(9.15558 17.3501) scale(7.62731)",
|
|
680
|
+
children: [
|
|
681
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#A30C00" }),
|
|
682
|
+
/* @__PURE__ */ jsx("stop", {
|
|
683
|
+
offset: "0.99",
|
|
684
|
+
stopColor: "#800E08"
|
|
685
|
+
}),
|
|
686
|
+
/* @__PURE__ */ jsx("stop", {
|
|
687
|
+
offset: "1",
|
|
688
|
+
stopColor: "#800E08"
|
|
689
|
+
})
|
|
690
|
+
]
|
|
691
|
+
}),
|
|
692
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
693
|
+
id: `paint14_linear_1950_201284-${id}`,
|
|
694
|
+
x1: "3.75136",
|
|
695
|
+
y1: "23.2284",
|
|
696
|
+
x2: "1.85086",
|
|
697
|
+
y2: "16.7801",
|
|
698
|
+
gradientUnits: "userSpaceOnUse",
|
|
699
|
+
children: [
|
|
700
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#8B2114" }),
|
|
701
|
+
/* @__PURE__ */ jsx("stop", {
|
|
702
|
+
offset: "0.43",
|
|
703
|
+
stopColor: "#9E100A"
|
|
704
|
+
}),
|
|
705
|
+
/* @__PURE__ */ jsx("stop", {
|
|
706
|
+
offset: "0.99",
|
|
707
|
+
stopColor: "#B3100C"
|
|
708
|
+
}),
|
|
709
|
+
/* @__PURE__ */ jsx("stop", {
|
|
710
|
+
offset: "1",
|
|
711
|
+
stopColor: "#B3100C"
|
|
712
|
+
})
|
|
713
|
+
]
|
|
714
|
+
}),
|
|
715
|
+
/* @__PURE__ */ jsxs("linearGradient", {
|
|
716
|
+
id: `paint15_linear_1950_201284-${id}`,
|
|
717
|
+
x1: "18.3325",
|
|
718
|
+
y1: "1.86084",
|
|
719
|
+
x2: "22.5933",
|
|
720
|
+
y2: "3.74166",
|
|
721
|
+
gradientUnits: "userSpaceOnUse",
|
|
722
|
+
children: [
|
|
723
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#B31000" }),
|
|
724
|
+
/* @__PURE__ */ jsx("stop", {
|
|
725
|
+
offset: "0.44",
|
|
726
|
+
stopColor: "#910F08"
|
|
727
|
+
}),
|
|
728
|
+
/* @__PURE__ */ jsx("stop", {
|
|
729
|
+
offset: "0.99",
|
|
730
|
+
stopColor: "#791C12"
|
|
731
|
+
}),
|
|
732
|
+
/* @__PURE__ */ jsx("stop", {
|
|
733
|
+
offset: "1",
|
|
734
|
+
stopColor: "#791C12"
|
|
735
|
+
})
|
|
736
|
+
]
|
|
737
|
+
}),
|
|
738
|
+
/* @__PURE__ */ jsx("clipPath", {
|
|
739
|
+
id: `clip0_1950_201284-${id}`,
|
|
740
|
+
children: /* @__PURE__ */ jsx("rect", {
|
|
741
|
+
width: "24",
|
|
742
|
+
height: "24",
|
|
743
|
+
fill: "white"
|
|
744
|
+
})
|
|
745
|
+
})
|
|
746
|
+
] })]
|
|
747
|
+
});
|
|
748
|
+
}
|
|
749
|
+
function TerraformIcon({ className }) {
|
|
750
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
751
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
752
|
+
width: "20",
|
|
753
|
+
height: "22",
|
|
754
|
+
viewBox: "0 0 20 22",
|
|
755
|
+
fill: "none",
|
|
756
|
+
className,
|
|
757
|
+
children: [
|
|
758
|
+
/* @__PURE__ */ jsx("path", {
|
|
759
|
+
fillRule: "evenodd",
|
|
760
|
+
clipRule: "evenodd",
|
|
761
|
+
d: "M12.6137 7.344V14.2507L6.68555 10.7974V3.89062L12.6137 7.344Z",
|
|
762
|
+
fill: "#5C4EE5"
|
|
763
|
+
}),
|
|
764
|
+
/* @__PURE__ */ jsx("path", {
|
|
765
|
+
fillRule: "evenodd",
|
|
766
|
+
clipRule: "evenodd",
|
|
767
|
+
d: "M13.2637 14.2507L19.1949 10.7974V3.89062L13.2637 7.344V14.2507Z",
|
|
768
|
+
fill: "#4040B2"
|
|
769
|
+
}),
|
|
770
|
+
/* @__PURE__ */ jsx("path", {
|
|
771
|
+
fillRule: "evenodd",
|
|
772
|
+
clipRule: "evenodd",
|
|
773
|
+
d: "M0.107422 6.94258L6.0358 10.3956V3.48902L0.107422 0.0356445V6.94258ZM12.6135 15.0079L6.6853 11.5545V18.4583L12.6135 21.9116V15.0079Z",
|
|
774
|
+
fill: "#5C4EE5"
|
|
775
|
+
})
|
|
776
|
+
]
|
|
777
|
+
});
|
|
778
|
+
}
|
|
779
|
+
function TypescriptIcon({ className }) {
|
|
780
|
+
const id = React$1.useId();
|
|
781
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
782
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
783
|
+
width: "24",
|
|
784
|
+
height: "24",
|
|
785
|
+
className,
|
|
786
|
+
viewBox: "0 0 24 24",
|
|
787
|
+
fill: "none",
|
|
788
|
+
children: [/* @__PURE__ */ jsxs("g", {
|
|
789
|
+
clipPath: `url(#clip0_658_37688-${id})`,
|
|
790
|
+
children: [/* @__PURE__ */ jsx("path", {
|
|
791
|
+
d: "M4.25 8.8125H22.9381V22.6256H4.25V8.8125Z",
|
|
792
|
+
fill: "white"
|
|
793
|
+
}), /* @__PURE__ */ jsx("path", {
|
|
794
|
+
d: "M0.28125 11.9829V23.7017H23.7188V0.26416H0.28125V11.9829ZM19.1681 11.0454C19.7295 11.1757 20.2397 11.4693 20.6344 11.8892C20.8517 12.1154 21.0406 12.3672 21.1969 12.6392C21.1969 12.6692 20.1844 13.3535 19.5675 13.736C19.545 13.751 19.455 13.6535 19.3556 13.5054C19.243 13.3111 19.083 13.1485 18.8905 13.0327C18.6981 12.917 18.4794 12.8519 18.255 12.8435C17.5444 12.7948 17.0869 13.1679 17.0906 13.781C17.0847 13.9337 17.1197 14.0851 17.1919 14.2198C17.3475 14.5442 17.6381 14.7373 18.5494 15.131C20.2275 15.8529 20.9456 16.3292 21.3919 17.006C21.8906 17.756 22.0012 18.9673 21.6637 19.8635C21.2887 20.8385 20.37 21.5004 19.0706 21.7198C18.4772 21.7878 17.8775 21.7815 17.2856 21.701C16.3784 21.5515 15.5428 21.1159 14.9006 20.4579C14.685 20.2198 14.265 19.5992 14.2913 19.5542C14.3597 19.5033 14.4318 19.4576 14.5069 19.4173L15.375 18.9373L16.0481 18.5473L16.1887 18.7554C16.4261 19.0949 16.7281 19.3842 17.0775 19.6067C17.8275 20.0004 18.8512 19.946 19.3575 19.4904C19.5275 19.3235 19.6335 19.1022 19.6572 18.8651C19.6808 18.628 19.6205 18.3901 19.4869 18.1929C19.2994 17.9323 18.9244 17.7129 17.8762 17.2554C16.6669 16.7342 16.1456 16.4117 15.6694 15.8979C15.3721 15.5589 15.1526 15.1589 15.0262 14.726C14.932 14.2315 14.9181 13.725 14.985 13.226C15.2344 12.0579 16.11 11.2423 17.3888 11.0004C17.981 10.9271 18.5808 10.9436 19.1681 11.0492V11.0454ZM13.6669 12.0279V12.9879H10.6237V21.656H8.46563V12.986H5.415V12.0485C5.4055 11.7252 5.41301 11.4017 5.4375 11.0792C5.4525 11.0623 7.3125 11.0623 9.5625 11.0623H13.6556L13.6669 12.0279Z",
|
|
795
|
+
fill: "#007ACC"
|
|
796
|
+
})]
|
|
797
|
+
}), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
|
|
798
|
+
id: `clip0_658_37688-${id}`,
|
|
799
|
+
children: /* @__PURE__ */ jsx("rect", {
|
|
800
|
+
width: "24",
|
|
801
|
+
height: "24",
|
|
802
|
+
fill: "white"
|
|
803
|
+
})
|
|
804
|
+
}) })]
|
|
805
|
+
});
|
|
806
|
+
}
|
|
807
|
+
function CurlIcon({ className }) {
|
|
808
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
809
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
810
|
+
width: "24",
|
|
811
|
+
height: "24",
|
|
812
|
+
className,
|
|
813
|
+
viewBox: "0 0 24 24",
|
|
814
|
+
fill: "none",
|
|
815
|
+
children: [
|
|
816
|
+
/* @__PURE__ */ jsx("path", {
|
|
817
|
+
d: "M3.63531 15.7438C4.4306 15.7438 5.07531 15.0991 5.07531 14.3038C5.07531 13.5085 4.4306 12.8638 3.63531 12.8638C2.84002 12.8638 2.19531 13.5085 2.19531 14.3038C2.19531 15.0991 2.84002 15.7438 3.63531 15.7438Z",
|
|
818
|
+
fill: "#262626"
|
|
819
|
+
}),
|
|
820
|
+
/* @__PURE__ */ jsx("path", {
|
|
821
|
+
d: "M3.63531 10.6798C4.4306 10.6798 5.07531 10.0351 5.07531 9.2398C5.07531 8.44451 4.4306 7.7998 3.63531 7.7998C2.84002 7.7998 2.19531 8.44451 2.19531 9.2398C2.19531 10.0351 2.84002 10.6798 3.63531 10.6798Z",
|
|
822
|
+
fill: "#262626"
|
|
823
|
+
}),
|
|
824
|
+
/* @__PURE__ */ jsx("path", {
|
|
825
|
+
d: "M5.19617 18.7559C5.19617 19.5512 5.84088 20.1959 6.63617 20.1959C7.43146 20.1959 8.07617 19.5512 8.07617 18.7559C8.07617 17.9606 7.43146 17.3159 6.63617 17.3159C5.84088 17.3159 5.19617 17.9606 5.19617 18.7559Z",
|
|
826
|
+
fill: "#262626"
|
|
827
|
+
}),
|
|
828
|
+
/* @__PURE__ */ jsx("path", {
|
|
829
|
+
d: "M13.0321 5.25592C13.0321 6.05121 13.6768 6.69592 14.4721 6.69592C15.2674 6.69592 15.9121 6.05121 15.9121 5.25592C15.9121 4.46063 15.2674 3.81592 14.4721 3.81592C13.6768 3.81592 13.0321 4.46063 13.0321 5.25592Z",
|
|
830
|
+
fill: "#262626"
|
|
831
|
+
}),
|
|
832
|
+
/* @__PURE__ */ jsx("path", {
|
|
833
|
+
d: "M13.6449 4.77588L5.79688 18.2639L7.46487 19.2239L15.3009 5.75988L13.6449 4.77588Z",
|
|
834
|
+
fill: "#262626"
|
|
835
|
+
}),
|
|
836
|
+
/* @__PURE__ */ jsx("path", {
|
|
837
|
+
d: "M11.0887 18.7559C11.0887 19.5512 11.7335 20.1959 12.5287 20.1959C13.324 20.1959 13.9688 19.5512 13.9688 18.7559C13.9688 17.9606 13.324 17.3159 12.5287 17.3159C11.7335 17.3159 11.0887 17.9606 11.0887 18.7559Z",
|
|
838
|
+
fill: "#262626"
|
|
839
|
+
}),
|
|
840
|
+
/* @__PURE__ */ jsx("path", {
|
|
841
|
+
d: "M18.9247 5.25592C18.9247 6.05121 19.5694 6.69592 20.3647 6.69592C21.16 6.69592 21.8047 6.05121 21.8047 5.25592C21.8047 4.46063 21.16 3.81592 20.3647 3.81592C19.5694 3.81592 18.9247 4.46063 18.9247 5.25592Z",
|
|
842
|
+
fill: "#262626"
|
|
843
|
+
}),
|
|
844
|
+
/* @__PURE__ */ jsx("path", {
|
|
845
|
+
d: "M19.5355 4.77588L11.6875 18.2639L13.3555 19.2239L21.1915 5.75988L19.5355 4.77588Z",
|
|
846
|
+
fill: "#262626"
|
|
847
|
+
})
|
|
848
|
+
]
|
|
849
|
+
});
|
|
850
|
+
}
|
|
851
|
+
function PowershellIcon({ className }) {
|
|
852
|
+
return /* @__PURE__ */ jsx("svg", {
|
|
853
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
854
|
+
width: "24",
|
|
855
|
+
height: "24",
|
|
856
|
+
className,
|
|
857
|
+
viewBox: "0 0 24 24",
|
|
858
|
+
fill: "none",
|
|
859
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
860
|
+
fillRule: "evenodd",
|
|
861
|
+
clipRule: "evenodd",
|
|
862
|
+
d: "M23.421 3.62962C23.2406 3.40481 22.9669 3.28125 22.6502 3.28125H5.28581C4.64888 3.28125 4.03613 3.77662 3.89006 4.40906L0.405376 19.5041C0.331126 19.8249 0.394501 20.1405 0.579001 20.3702C0.759563 20.595 1.03331 20.7186 1.34981 20.7186L18.7144 20.7188C19.3511 20.7188 19.9641 20.2232 20.1099 19.5907L23.5948 4.4955C23.6689 4.17469 23.6055 3.85894 23.421 3.62962ZM4.93556 18.099C4.60875 17.6496 4.6875 17.0353 5.11181 16.7269L12.1204 11.6518V11.5476L7.71694 6.86306C7.35769 6.48094 7.39519 5.86313 7.80038 5.48288C8.20575 5.10281 8.82525 5.10431 9.1845 5.48644L14.4683 11.1075C14.7683 11.4266 14.7904 11.9098 14.5539 12.282C14.4819 12.4271 14.3323 12.5873 14.0678 12.7729L6.29588 18.3546C5.87156 18.6628 5.26238 18.5484 4.93556 18.099ZM16.0999 18.1999H11.9123C11.4253 18.1999 11.0306 17.8095 11.0306 17.328C11.0306 16.8465 11.4253 16.4561 11.9123 16.4561H16.0997C16.5866 16.4561 16.9813 16.8465 16.9813 17.328C16.9813 17.8095 16.5868 18.1999 16.0999 18.1999Z",
|
|
863
|
+
fill: "#262626"
|
|
864
|
+
})
|
|
865
|
+
});
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
//#endregion
|
|
869
|
+
export { KotlinIcon as a, RubyIcon as c, JavaIcon as i, TerraformIcon as l, CurlIcon as n, PowershellIcon as o, GoIcon as r, PythonIcon as s, CSharpIcon as t, TypescriptIcon as u };
|