@plutonhq/core-frontend 0.1.11 → 0.1.13
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-lib/@types/plans.d.ts +1 -2
- package/dist-lib/@types/plans.d.ts.map +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanScriptsSettings.d.ts.map +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanScriptsSettings.js +81 -98
- package/dist-lib/components/Plan/PlanSettings/PlanScriptsSettings.js.map +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanSettings.module.scss.js +36 -34
- package/dist-lib/components/Plan/PlanSettings/PlanSettings.module.scss.js.map +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanSourceSettings.d.ts.map +1 -1
- package/dist-lib/components/Plan/PlanSettings/PlanSourceSettings.js +29 -28
- package/dist-lib/components/Plan/PlanSettings/PlanSourceSettings.js.map +1 -1
- package/dist-lib/components/common/Icon/Icon.d.ts.map +1 -1
- package/dist-lib/components/common/Icon/Icon.js +151 -144
- package/dist-lib/components/common/Icon/Icon.js.map +1 -1
- package/dist-lib/styles/core-frontend.css +1 -1
- package/package.json +1 -1
- package/src/@types/plans.ts +1 -2
- package/src/components/Plan/PlanSettings/PlanScriptsSettings.tsx +9 -27
- package/src/components/Plan/PlanSettings/PlanSettings.module.scss +2 -2
- package/src/components/Plan/PlanSettings/PlanSourceSettings.tsx +1 -0
- package/src/components/common/Icon/Icon.tsx +8 -0
|
@@ -1,18 +1,25 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", classes: t = "" }) => /* @__PURE__ */
|
|
3
|
-
c === "
|
|
1
|
+
import { jsxs as e, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", classes: t = "" }) => /* @__PURE__ */ e("span", { className: `icon ${t}`, title: d, children: [
|
|
3
|
+
c === "logo" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 120 120", children: /* @__PURE__ */ a(
|
|
4
|
+
"path",
|
|
5
|
+
{
|
|
6
|
+
d: "M71,5.08V20.17L109.12,2.61c0,.55.08,1,.08,1.35q0,32.1,0,64.19h0A49.21,49.21,0,1,1,35.53,25.48l34-19.65c.36-.21.74-.41,1.39-.76ZM60,40.87a27.35,27.35,0,1,0,19.3,8,27.32,27.32,0,0,0-19.3-8Z",
|
|
7
|
+
fill: l
|
|
8
|
+
}
|
|
9
|
+
) }),
|
|
10
|
+
c === "loading" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 24 24", children: [
|
|
4
11
|
/* @__PURE__ */ a("path", { d: "M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 18a8 8 0 1 1 8-8a8 8 0 0 1-8 8z", opacity: ".5", fill: l }),
|
|
5
12
|
/* @__PURE__ */ a("path", { d: "M20 12h2A10 10 0 0 0 12 2v2a8 8 0 0 1 8 8z", fill: l, children: /* @__PURE__ */ a("animateTransform", { attributeName: "transform", type: "rotate", from: "0 12 12", to: "360 12 12", dur: "1s", repeatCount: "indefinite" }) })
|
|
6
13
|
] }),
|
|
7
|
-
c === "close" && /* @__PURE__ */ a(
|
|
8
|
-
c === "close-circle" && /* @__PURE__ */ a(
|
|
14
|
+
c === "close" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a("path", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.5, d: "m7 7l10 10M7 17L17 7" }) }),
|
|
15
|
+
c === "close-circle" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 32 32", children: /* @__PURE__ */ a(
|
|
9
16
|
"path",
|
|
10
17
|
{
|
|
11
18
|
fill: l,
|
|
12
19
|
d: "M16 2C8.2 2 2 8.2 2 16s6.2 14 14 14s14-6.2 14-14S23.8 2 16 2m5.4 21L16 17.6L10.6 23L9 21.4l5.4-5.4L9 10.6L10.6 9l5.4 5.4L21.4 9l1.6 1.6l-5.4 5.4l5.4 5.4z"
|
|
13
20
|
}
|
|
14
21
|
) }),
|
|
15
|
-
c === "password" && /* @__PURE__ */ a(
|
|
22
|
+
c === "password" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
16
23
|
"path",
|
|
17
24
|
{
|
|
18
25
|
fill: "none",
|
|
@@ -23,7 +30,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
23
30
|
d: "M5 13a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2zm3-2V7a4 4 0 1 1 8 0v4m-1 5h.01m-3 0h.01m-3 0h.01"
|
|
24
31
|
}
|
|
25
32
|
) }),
|
|
26
|
-
c === "user" && /* @__PURE__ */ a(
|
|
33
|
+
c === "user" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
27
34
|
"path",
|
|
28
35
|
{
|
|
29
36
|
fill: "none",
|
|
@@ -34,21 +41,21 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
34
41
|
d: "M8 7a4 4 0 1 0 8 0a4 4 0 0 0-8 0M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2"
|
|
35
42
|
}
|
|
36
43
|
) }),
|
|
37
|
-
c === "plans" && /* @__PURE__ */ a(
|
|
44
|
+
c === "plans" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ a(
|
|
38
45
|
"path",
|
|
39
46
|
{
|
|
40
47
|
fill: l,
|
|
41
48
|
d: "M8 3a3 3 0 0 0-3 3a.5.5 0 0 1-.5.5h-.25a2.25 2.25 0 0 0 0 4.5h.772q.048.516.185 1H4.25a3.25 3.25 0 0 1-.22-6.493a4 4 0 0 1 7.887-.323a5.5 5.5 0 0 0-1.084-.174A3 3 0 0 0 8 3m7 7.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.854-2.353l-2 2a.5.5 0 0 0 .708.707L10 9.707V12.5a.5.5 0 0 0 1 0V9.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2A.5.5 0 0 0 10.503 8h-.006a.5.5 0 0 0-.348.144z"
|
|
42
49
|
}
|
|
43
50
|
) }),
|
|
44
|
-
c === "sync" && /* @__PURE__ */ a(
|
|
51
|
+
c === "sync" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ a(
|
|
45
52
|
"path",
|
|
46
53
|
{
|
|
47
54
|
fill: l,
|
|
48
55
|
d: "M8 3a3 3 0 0 0-3 3a.5.5 0 0 1-.5.5h-.25a2.25 2.25 0 0 0 0 4.5h.772q.048.516.185 1H4.25a3.25 3.25 0 0 1-.22-6.493a4 4 0 0 1 7.887-.323a5.5 5.5 0 0 0-1.084-.174A3 3 0 0 0 8 3m2.5 12a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9M13 8v1.5a.5.5 0 0 1-.5.5H11a.5.5 0 0 1 0-1h.47a1.996 1.996 0 0 0-2.57.55a.5.5 0 0 1-.8-.6a2.996 2.996 0 0 1 3.9-.8V8a.5.5 0 0 1 1 0m-4.5 5.5A.5.5 0 0 1 8 13v-1.5a.5.5 0 0 1 .5-.5H10a.5.5 0 0 1 0 1h-.47a1.996 1.996 0 0 0 2.57-.55a.5.5 0 1 1 .8.6a2.996 2.996 0 0 1-3.9.799V13a.5.5 0 0 1-.5.5"
|
|
49
56
|
}
|
|
50
57
|
) }),
|
|
51
|
-
c === "rescue" && /* @__PURE__ */ a(
|
|
58
|
+
c === "rescue" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", children: [
|
|
52
59
|
/* @__PURE__ */ a("path", { d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" }),
|
|
53
60
|
/* @__PURE__ */ a("path", { d: "M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0" }),
|
|
54
61
|
/* @__PURE__ */ a(
|
|
@@ -62,14 +69,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
62
69
|
),
|
|
63
70
|
/* @__PURE__ */ a("path", { stroke: l, strokeLinecap: "square", strokeWidth: "2", d: "M12 5a7 7 0 0 1 7 7m-4 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z" })
|
|
64
71
|
] }) }),
|
|
65
|
-
c === "restore" && /* @__PURE__ */ a(
|
|
72
|
+
c === "restore" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
66
73
|
"path",
|
|
67
74
|
{
|
|
68
75
|
fill: l,
|
|
69
76
|
d: "M12 3a9 9 0 0 0-9 9H0l4 4l4-4H5a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.5 0-2.91-.5-4.06-1.3L6.5 19.14A9.1 9.1 0 0 0 12 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9m2 9a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2"
|
|
70
77
|
}
|
|
71
78
|
) }),
|
|
72
|
-
c === "storages" && /* @__PURE__ */ a(
|
|
79
|
+
c === "storages" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 48 48", children: /* @__PURE__ */ e("g", { fill: "none", children: [
|
|
73
80
|
/* @__PURE__ */ a("path", { stroke: l, strokeLinejoin: "round", strokeWidth: 4, d: "M44 29H4v13h40z" }),
|
|
74
81
|
/* @__PURE__ */ a("path", { fill: l, d: "M35.5 38a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" }),
|
|
75
82
|
/* @__PURE__ */ a("path", { stroke: l, strokeLinejoin: "round", strokeWidth: 4, d: "M4 29L9.038 4.999H39.02l4.98 24" }),
|
|
@@ -85,7 +92,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
85
92
|
),
|
|
86
93
|
/* @__PURE__ */ a("path", { stroke: l, strokeWidth: 4, d: "M20 23h8" })
|
|
87
94
|
] }) }),
|
|
88
|
-
c === "devices" && /* @__PURE__ */ a(
|
|
95
|
+
c === "devices" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
89
96
|
"path",
|
|
90
97
|
{
|
|
91
98
|
fill: "none",
|
|
@@ -96,7 +103,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
96
103
|
d: "M3 7a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3zm0 8a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3zm4-7v.01M7 16v.01"
|
|
97
104
|
}
|
|
98
105
|
) }),
|
|
99
|
-
c === "sources" && /* @__PURE__ */ i
|
|
106
|
+
c === "sources" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 430 502", children: [
|
|
100
107
|
/* @__PURE__ */ a("circle", { cx: "215", cy: "55", r: "40", fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
|
|
101
108
|
/* @__PURE__ */ a("circle", { cx: "375", cy: "155", r: "40", fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
|
|
102
109
|
/* @__PURE__ */ a("circle", { cx: "55", cy: "155", r: "40", fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
|
|
@@ -203,14 +210,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
203
210
|
}
|
|
204
211
|
)
|
|
205
212
|
] }),
|
|
206
|
-
c === "link" && /* @__PURE__ */ a(
|
|
213
|
+
c === "link" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
207
214
|
"path",
|
|
208
215
|
{
|
|
209
216
|
fill: l,
|
|
210
217
|
d: "M19 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h6v2H5v12h12v-6zM13 3v2h4.586l-7.793 7.793l1.414 1.414L19 6.414V11h2V3z"
|
|
211
218
|
}
|
|
212
219
|
) }),
|
|
213
|
-
c === "send" && /* @__PURE__ */ a(
|
|
220
|
+
c === "send" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
214
221
|
"path",
|
|
215
222
|
{
|
|
216
223
|
fill: "none",
|
|
@@ -221,7 +228,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
221
228
|
d: "M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11zm7.318-19.539l-10.94 10.939"
|
|
222
229
|
}
|
|
223
230
|
) }),
|
|
224
|
-
c === "sort-up" && /* @__PURE__ */ i
|
|
231
|
+
c === "sort-up" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 16 16", children: [
|
|
225
232
|
/* @__PURE__ */ a(
|
|
226
233
|
"path",
|
|
227
234
|
{
|
|
@@ -231,14 +238,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
231
238
|
),
|
|
232
239
|
" "
|
|
233
240
|
] }),
|
|
234
|
-
c === "sort-down" && /* @__PURE__ */ a(
|
|
241
|
+
c === "sort-down" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ a(
|
|
235
242
|
"path",
|
|
236
243
|
{
|
|
237
244
|
fill: l,
|
|
238
245
|
d: "M0 4.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 4.25m0 4a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 8.25m0 4a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75M13.5 10h2.25a.25.25 0 0 1 .177.427l-3 3a.25.25 0 0 1-.354 0l-3-3A.25.25 0 0 1 9.75 10H12V3.75a.75.75 0 0 1 1.5 0z"
|
|
239
246
|
}
|
|
240
247
|
) }),
|
|
241
|
-
c === "columns" && /* @__PURE__ */ a(
|
|
248
|
+
c === "columns" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
242
249
|
"path",
|
|
243
250
|
{
|
|
244
251
|
fill: l,
|
|
@@ -247,32 +254,32 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
247
254
|
clipRule: "evenodd"
|
|
248
255
|
}
|
|
249
256
|
) }),
|
|
250
|
-
c === "rows" && /* @__PURE__ */ a(
|
|
257
|
+
c === "rows" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 28 28", children: /* @__PURE__ */ a(
|
|
251
258
|
"path",
|
|
252
259
|
{
|
|
253
260
|
fill: l,
|
|
254
261
|
d: "M3 7a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1m0 14a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1m1-8a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2z"
|
|
255
262
|
}
|
|
256
263
|
) }),
|
|
257
|
-
c === "computer-remote" && /* @__PURE__ */ a(
|
|
264
|
+
c === "computer-remote" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
258
265
|
"path",
|
|
259
266
|
{
|
|
260
267
|
fill: l,
|
|
261
268
|
d: "M16.668 3H4.25l-.154.005A2.25 2.25 0 0 0 2 5.25v10.502l.005.154a2.25 2.25 0 0 0 2.245 2.096h4.249V20.5H6.75l-.102.007A.75.75 0 0 0 6.75 22h10.5l.102-.006a.75.75 0 0 0-.102-1.494h-1.751v-2.498h4.25l.154-.005a2.25 2.25 0 0 0 2.096-2.245V9.5h-1.5v6.252l-.007.102a.75.75 0 0 1-.743.648H4.25l-.102-.007a.75.75 0 0 1-.648-.743V5.25l.007-.102A.75.75 0 0 1 4.25 4.5H16.5v-.75c0-.268.06-.523.168-.75m-6.67 15.002h4l.001 2.498h-4zM17.5 3.75a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1-.75-.75V7h-.323a.54.54 0 0 0-.508.366l-.914 2.742a2.04 2.04 0 0 1-1.932 1.392H13v1.75a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1-.75-.75v-4a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 .75.75V10h.823c.23 0 .436-.148.508-.366l.914-2.742A2.04 2.04 0 0 1 17.177 5.5h.323zM19 6.268V7h2.5V4.5H19zM9 10v2.5h2.5V10z"
|
|
262
269
|
}
|
|
263
270
|
) }),
|
|
264
|
-
c === "computer" && /* @__PURE__ */ a(
|
|
271
|
+
c === "computer" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
265
272
|
"path",
|
|
266
273
|
{
|
|
267
274
|
fill: l,
|
|
268
275
|
d: "M6.75 22a.75.75 0 0 1-.102-1.493l.102-.007h1.749v-2.498H4.25a2.25 2.25 0 0 1-2.245-2.096L2 15.752V5.25a2.25 2.25 0 0 1 2.096-2.245L4.25 3h15.499a2.25 2.25 0 0 1 2.245 2.096l.005.154v10.502a2.25 2.25 0 0 1-2.096 2.245l-.154.005h-4.25V20.5h1.751a.75.75 0 0 1 .102 1.494L17.25 22zm7.248-3.998h-4l.001 2.498h4zM19.748 4.5H4.25a.75.75 0 0 0-.743.648L3.5 5.25v10.502c0 .38.282.694.648.743l.102.007h15.499a.75.75 0 0 0 .743-.648l.007-.102V5.25a.75.75 0 0 0-.648-.743z"
|
|
269
276
|
}
|
|
270
277
|
) }),
|
|
271
|
-
c === "computer-alt" && /* @__PURE__ */ a(
|
|
278
|
+
c === "computer-alt" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 48 48", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinejoin: "round", strokeWidth: 4, children: [
|
|
272
279
|
/* @__PURE__ */ a("rect", { width: 36, height: 28, x: 6, y: 6, rx: 3 }),
|
|
273
280
|
/* @__PURE__ */ a("path", { strokeLinecap: "round", d: "M14 42h20m-10-8v8" })
|
|
274
281
|
] }) }),
|
|
275
|
-
c === "vm-host" && /* @__PURE__ */ a(
|
|
282
|
+
c === "vm-host" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 48 48", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeWidth: 4, children: [
|
|
276
283
|
/* @__PURE__ */ a(
|
|
277
284
|
"path",
|
|
278
285
|
{
|
|
@@ -291,7 +298,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
291
298
|
}
|
|
292
299
|
)
|
|
293
300
|
] }) }),
|
|
294
|
-
c === "vm" && /* @__PURE__ */ i
|
|
301
|
+
c === "vm" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 40 40", children: [
|
|
295
302
|
/* @__PURE__ */ a("rect", { x: "1.5", y: "1.5", width: "36", height: "28", rx: "3", fill: "none", stroke: l, strokeLinejoin: "round", strokeWidth: "3" }),
|
|
296
303
|
/* @__PURE__ */ a(
|
|
297
304
|
"path",
|
|
@@ -316,13 +323,13 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
316
323
|
}
|
|
317
324
|
)
|
|
318
325
|
] }),
|
|
319
|
-
c === "database" && /* @__PURE__ */ a(
|
|
326
|
+
c === "database" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeWidth: 1.5, children: [
|
|
320
327
|
/* @__PURE__ */ a("path", { strokeLinecap: "round", d: "M4 18V6m16 6v6" }),
|
|
321
328
|
/* @__PURE__ */ a("path", { d: "M12 10c4.418 0 8-1.79 8-4s-3.582-4-8-4s-8 1.79-8 4s3.582 4 8 4Z" }),
|
|
322
329
|
/* @__PURE__ */ a("path", { strokeLinecap: "round", d: "M20 12c0 2.21-3.582 4-8 4s-8-1.79-8-4" }),
|
|
323
330
|
/* @__PURE__ */ a("path", { d: "M20 18c0 2.21-3.582 4-8 4s-8-1.79-8-4" })
|
|
324
331
|
] }) }),
|
|
325
|
-
c === "postgres" && /* @__PURE__ */ i
|
|
332
|
+
c === "postgres" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 24 24", children: [
|
|
326
333
|
/* @__PURE__ */ a(
|
|
327
334
|
"path",
|
|
328
335
|
{
|
|
@@ -366,7 +373,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
366
373
|
}
|
|
367
374
|
)
|
|
368
375
|
] }),
|
|
369
|
-
c === "mysql" && /* @__PURE__ */ i
|
|
376
|
+
c === "mysql" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 32 32", children: [
|
|
370
377
|
/* @__PURE__ */ a(
|
|
371
378
|
"path",
|
|
372
379
|
{
|
|
@@ -384,14 +391,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
384
391
|
}
|
|
385
392
|
)
|
|
386
393
|
] }),
|
|
387
|
-
c === "mongodb" && /* @__PURE__ */ a(
|
|
394
|
+
c === "mongodb" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
388
395
|
"path",
|
|
389
396
|
{
|
|
390
397
|
fill: "#439934",
|
|
391
398
|
d: "M13.74 4.23c-.84-1-1.57-2-1.71-2.22H12c-.14.21-.87 1.22-1.71 2.22c-7.2 9.19 1.14 15.39 1.14 15.39l.07.05c.06.95.22 2.33.22 2.33h.62s.15-1.37.21-2.33l.07-.06s8.32-6.19 1.12-15.38M12 19.48a3.5 3.5 0 0 1-.48-.48L12 9l.45 10a3.6 3.6 0 0 1-.45.48"
|
|
392
399
|
}
|
|
393
400
|
) }),
|
|
394
|
-
c === "firebase" && /* @__PURE__ */ i
|
|
401
|
+
c === "firebase" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 128 128", children: [
|
|
395
402
|
/* @__PURE__ */ a(
|
|
396
403
|
"path",
|
|
397
404
|
{
|
|
@@ -424,14 +431,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
424
431
|
}
|
|
425
432
|
)
|
|
426
433
|
] }),
|
|
427
|
-
c === "supabase" && /* @__PURE__ */ a(
|
|
434
|
+
c === "supabase" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 32 32", children: /* @__PURE__ */ a(
|
|
428
435
|
"path",
|
|
429
436
|
{
|
|
430
437
|
fill: "#66bb6a",
|
|
431
438
|
d: "M29.92 12H16V2.85a1 1 0 0 0-1.78-.624L1.3 18.376A1 1 0 0 0 2.08 20H16v9.15a1 1 0 0 0 1.78.624l12.92-16.15A1 1 0 0 0 29.92 12"
|
|
432
439
|
}
|
|
433
440
|
) }),
|
|
434
|
-
c === "google-workspace" && /* @__PURE__ */ i
|
|
441
|
+
c === "google-workspace" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 48 48", children: [
|
|
435
442
|
/* @__PURE__ */ a(
|
|
436
443
|
"path",
|
|
437
444
|
{
|
|
@@ -461,13 +468,13 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
461
468
|
}
|
|
462
469
|
)
|
|
463
470
|
] }),
|
|
464
|
-
c === "microsoft-365" && /* @__PURE__ */ i
|
|
471
|
+
c === "microsoft-365" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 256", children: [
|
|
465
472
|
/* @__PURE__ */ a("path", { fill: "#f1511b", d: "M121.666 121.666H0V0h121.666z" }),
|
|
466
473
|
/* @__PURE__ */ a("path", { fill: "#80cc28", d: "M256 121.666H134.335V0H256z" }),
|
|
467
474
|
/* @__PURE__ */ a("path", { fill: "#00adef", d: "M121.663 256.002H0V134.336h121.663z" }),
|
|
468
475
|
/* @__PURE__ */ a("path", { fill: "#fbbc09", d: "M256 256.002H134.335V134.336H256z" })
|
|
469
476
|
] }),
|
|
470
|
-
c === "authentication" && /* @__PURE__ */ a(
|
|
477
|
+
c === "authentication" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
471
478
|
"path",
|
|
472
479
|
{
|
|
473
480
|
fill: "none",
|
|
@@ -476,50 +483,50 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
476
483
|
d: "M18 24V12m5 10l-10-7m10 0l-10 7M8 11A5 5 0 1 0 8 1a5 5 0 0 0 0 10Zm5.023 2.023C11.772 11.76 10.013 11 8 11c-4 0-7 3-7 7v5h10"
|
|
477
484
|
}
|
|
478
485
|
) }),
|
|
479
|
-
c === "device-space" && /* @__PURE__ */ a(
|
|
486
|
+
c === "device-space" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 48 48", children: /* @__PURE__ */ e("g", { fill: "none", children: [
|
|
480
487
|
/* @__PURE__ */ a("path", { stroke: l, strokeLinejoin: "round", strokeWidth: 4, d: "M44 29H4v13h40z" }),
|
|
481
488
|
/* @__PURE__ */ a("path", { fill: l, d: "M35.5 38a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" }),
|
|
482
489
|
/* @__PURE__ */ a("path", { stroke: l, strokeLinejoin: "round", strokeWidth: 4, d: "M4 29L9.038 4.999H39.02l4.98 24" })
|
|
483
490
|
] }) }),
|
|
484
|
-
c === "disk" && /* @__PURE__ */ a(
|
|
491
|
+
c === "disk" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
|
|
485
492
|
/* @__PURE__ */ a("path", { d: "M7 3v5h8" }),
|
|
486
493
|
/* @__PURE__ */ a("path", { d: "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2Z" }),
|
|
487
494
|
/* @__PURE__ */ a("path", { d: "M17 21v-8H7v8" })
|
|
488
495
|
] }) }),
|
|
489
|
-
c === "storage-disk" && /* @__PURE__ */ a(
|
|
496
|
+
c === "storage-disk" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
490
497
|
"path",
|
|
491
498
|
{
|
|
492
499
|
fill: l,
|
|
493
500
|
d: "M5 7h14a3 3 0 0 1 2.995 2.824L22 10v4a3 3 0 0 1-2.824 2.995L19 17H5a3 3 0 0 1-2.995-2.824L2 14v-4a3 3 0 0 1 2.824-2.995zh14zm14 1.5H5A1.5 1.5 0 0 0 3.5 10v4A1.5 1.5 0 0 0 5 15.5h14a1.5 1.5 0 0 0 1.5-1.5v-4A1.5 1.5 0 0 0 19 8.5M18 10a1 1 0 1 1 0 2a1 1 0 0 1 0-2m-4 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2"
|
|
494
501
|
}
|
|
495
502
|
) }),
|
|
496
|
-
c === "storage-drive" && /* @__PURE__ */ a(
|
|
503
|
+
c === "storage-drive" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
497
504
|
"path",
|
|
498
505
|
{
|
|
499
506
|
fill: l,
|
|
500
507
|
d: "M5.415 5.27A2.25 2.25 0 0 1 7.441 4h9.118c.863 0 1.65.493 2.026 1.27l3.09 6.388c.214.44.325.925.325 1.415v3.677A2.25 2.25 0 0 1 19.75 19H4.25A2.25 2.25 0 0 1 2 16.75v-3.677c0-.49.11-.974.324-1.415zm11.82.653a.75.75 0 0 0-.676-.423H7.441a.75.75 0 0 0-.676.423L4.31 11h15.382zM3.5 13.25v3.5c0 .414.336.75.75.75h15.5a.75.75 0 0 0 .75-.75v-3.5a.75.75 0 0 0-.75-.75H4.25a.75.75 0 0 0-.75.75M18 16a1 1 0 1 0 0-2a1 1 0 0 0 0 2"
|
|
501
508
|
}
|
|
502
509
|
) }),
|
|
503
|
-
c === "net-wireless" && /* @__PURE__ */ a(
|
|
510
|
+
c === "net-wireless" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
504
511
|
"path",
|
|
505
512
|
{
|
|
506
513
|
fill: l,
|
|
507
514
|
d: "M17.745 10.751a8.3 8.3 0 0 1 1.492 2.07a.75.75 0 1 1-1.336.682a6.8 6.8 0 0 0-1.217-1.691A6.562 6.562 0 0 0 6.19 13.485a.75.75 0 1 1-1.338-.677a8.062 8.062 0 0 1 12.893-2.057m-2.102 3.069c.448.447.816.997 1.072 1.582a.75.75 0 1 1-1.374.602a3.7 3.7 0 0 0-.759-1.124a3.59 3.59 0 0 0-5.08 0c-.31.311-.562.69-.747 1.111a.75.75 0 1 1-1.374-.601a5.1 5.1 0 0 1 1.06-1.57a5.09 5.09 0 0 1 7.202 0m-2.582 2.62a1.5 1.5 0 1 1-2.122 2.121a1.5 1.5 0 0 1 2.122-2.122"
|
|
508
515
|
}
|
|
509
516
|
) }),
|
|
510
|
-
c === "net-wired" && /* @__PURE__ */ a(
|
|
517
|
+
c === "net-wired" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 2048 2048", children: /* @__PURE__ */ a(
|
|
511
518
|
"path",
|
|
512
519
|
{
|
|
513
520
|
fill: "currentColor",
|
|
514
521
|
d: "M1408 1792q27 0 50 10t40 27t28 41t10 50q0 27-10 50t-27 40t-41 28t-50 10q-27 0-50-10t-40-27t-28-41t-10-50q0-27 10-50t27-40t41-28t50-10m-512 256q0-133 50-249t137-204t203-137t250-50v128q-106 0-199 40t-162 110t-110 163t-41 199zm-384 0q0-141 36-272t103-245t160-207t208-160t244-103t273-37v128q-124 0-238 32t-213 90t-182 141t-140 181t-91 214t-32 238zM2048 896h-256v1152h-128V896h-256V128h640zm-512-640v128h384V256zm384 512V512h-128v128h-128V512h-128v256zm-640 26q-149 31-282 93t-248 151t-205 201t-156 241t-98 272t-35 296H128q0-169 39-329t111-303t176-267t231-221t278-165t317-99z"
|
|
515
522
|
}
|
|
516
523
|
) }),
|
|
517
|
-
c === "settings" && /* @__PURE__ */ a(
|
|
524
|
+
c === "settings" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
|
|
518
525
|
/* @__PURE__ */ a("path", { d: "M20 7h-9m3 10H5" }),
|
|
519
526
|
/* @__PURE__ */ a("circle", { cx: 17, cy: 17, r: 3 }),
|
|
520
527
|
/* @__PURE__ */ a("circle", { cx: 7, cy: 7, r: 3 })
|
|
521
528
|
] }) }),
|
|
522
|
-
c === "settings-alt" && /* @__PURE__ */ a(
|
|
529
|
+
c === "settings-alt" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", fillRule: "evenodd", children: [
|
|
523
530
|
/* @__PURE__ */ a("path", { d: "m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z" }),
|
|
524
531
|
/* @__PURE__ */ a(
|
|
525
532
|
"path",
|
|
@@ -529,7 +536,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
529
536
|
}
|
|
530
537
|
)
|
|
531
538
|
] }) }),
|
|
532
|
-
c === "cog" && /* @__PURE__ */ a(
|
|
539
|
+
c === "cog" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeWidth: 1.5, children: [
|
|
533
540
|
/* @__PURE__ */ a("circle", { cx: 12, cy: 12, r: 3 }),
|
|
534
541
|
/* @__PURE__ */ a(
|
|
535
542
|
"path",
|
|
@@ -539,7 +546,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
539
546
|
}
|
|
540
547
|
)
|
|
541
548
|
] }) }),
|
|
542
|
-
c === "integration" && /* @__PURE__ */ a(
|
|
549
|
+
c === "integration" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
543
550
|
"path",
|
|
544
551
|
{
|
|
545
552
|
fill: "none",
|
|
@@ -551,7 +558,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
551
558
|
color: l
|
|
552
559
|
}
|
|
553
560
|
) }),
|
|
554
|
-
c === "logs" && /* @__PURE__ */ a(
|
|
561
|
+
c === "logs" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
555
562
|
"path",
|
|
556
563
|
{
|
|
557
564
|
fill: "none",
|
|
@@ -562,69 +569,69 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
562
569
|
d: "M4 12h.01M4 6h.01M4 18h.01M8 18h2m-2-6h2M8 6h2m4 0h6m-6 6h6m-6 6h6"
|
|
563
570
|
}
|
|
564
571
|
) }),
|
|
565
|
-
c === "logout" && /* @__PURE__ */ a(
|
|
572
|
+
c === "logout" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
566
573
|
"path",
|
|
567
574
|
{
|
|
568
575
|
fill: l,
|
|
569
576
|
d: "m17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5M4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4z"
|
|
570
577
|
}
|
|
571
578
|
) }),
|
|
572
|
-
c === "tags" && /* @__PURE__ */ a(
|
|
579
|
+
c === "tags" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
|
|
573
580
|
/* @__PURE__ */ a("path", { d: "m15 5l6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19" }),
|
|
574
581
|
/* @__PURE__ */ a("path", { d: "M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z" }),
|
|
575
582
|
/* @__PURE__ */ a("circle", { cx: 6.5, cy: 9.5, r: 0.5, fill: l })
|
|
576
583
|
] }) }),
|
|
577
|
-
c === "search" && /* @__PURE__ */ a(
|
|
584
|
+
c === "search" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
578
585
|
"path",
|
|
579
586
|
{
|
|
580
587
|
fill: l,
|
|
581
588
|
d: "M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5A6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5S14 7.01 14 9.5S11.99 14 9.5 14"
|
|
582
589
|
}
|
|
583
590
|
) }),
|
|
584
|
-
c === "clock" && /* @__PURE__ */ a(
|
|
591
|
+
c === "clock" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
|
|
585
592
|
/* @__PURE__ */ a("circle", { cx: 12, cy: 12, r: 9 }),
|
|
586
593
|
/* @__PURE__ */ a("path", { d: "M11 8v5h5" })
|
|
587
594
|
] }) }),
|
|
588
|
-
c === "timeline" && /* @__PURE__ */ a(
|
|
595
|
+
c === "timeline" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
589
596
|
"path",
|
|
590
597
|
{
|
|
591
598
|
fill: l,
|
|
592
599
|
d: "M4 2v6H2V2zM2 22v-6h2v6zm3-10c0 1.11-.89 2-2 2a2 2 0 1 1 2-2m11-8c4.42 0 8 3.58 8 8s-3.58 8-8 8c-3.6 0-6.64-2.38-7.65-5.65L6 12l2.35-2.35C9.36 6.38 12.4 4 16 4m0 2c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m-1 7V8h1.5v4.2l3 1.8l-.82 1.26z"
|
|
593
600
|
}
|
|
594
601
|
) }),
|
|
595
|
-
c === "sad" && /* @__PURE__ */ a(
|
|
602
|
+
c === "sad" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 12 12", children: /* @__PURE__ */ a(
|
|
596
603
|
"path",
|
|
597
604
|
{
|
|
598
605
|
fill: "currentColor",
|
|
599
606
|
d: "M2.67 5.39c.18.16.59.39 1.1.39c.14 0 .31-.03.47-.07c.71-.19 1.08-.75 1.18-1.06a.504.504 0 0 0-.95-.33a.77.77 0 0 1-.5.43c-.37.09-.64-.12-.64-.12a.505.505 0 0 0-.71.05c-.18.21-.16.53.05.71m5.62.39q-.21 0-.45-.06c-.71-.19-1.08-.76-1.18-1.06c-.09-.26.05-.55.31-.63c.26-.09.55.05.63.31c0 0 .13.32.49.42c.37.1.63-.11.64-.12c.21-.17.52-.15.7.06s.16.52-.05.7c-.19.17-.59.38-1.09.38m.453 3.157a.5.5 0 0 0 .194-.68C8.332 7.168 7.25 6.5 6 6.5s-2.332.668-2.937 1.757a.5.5 0 0 0 .874.486C4.369 7.964 5.121 7.5 6 7.5c.878 0 1.63.464 2.063 1.243a.5.5 0 0 0 .68.194M12 6A6 6 0 1 1 0 6a6 6 0 0 1 12 0m-1 0A5 5 0 1 0 1 6a5 5 0 0 0 10 0"
|
|
600
607
|
}
|
|
601
608
|
) }),
|
|
602
|
-
c === "sidebar" && /* @__PURE__ */ a(
|
|
609
|
+
c === "sidebar" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
|
|
603
610
|
/* @__PURE__ */ a("rect", { width: 18, height: 18, x: 3, y: 3, rx: 2 }),
|
|
604
611
|
/* @__PURE__ */ a("path", { d: "M9 3v18" })
|
|
605
612
|
] }) }),
|
|
606
|
-
c === "key" && /* @__PURE__ */ a(
|
|
613
|
+
c === "key" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
|
|
607
614
|
/* @__PURE__ */ a("path", { d: "M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z" }),
|
|
608
615
|
/* @__PURE__ */ a("circle", { cx: 16.5, cy: 7.5, r: 0.5, fill: l })
|
|
609
616
|
] }) }),
|
|
610
|
-
c === "bolt" && /* @__PURE__ */ a(
|
|
611
|
-
c === "backup" && /* @__PURE__ */ a(
|
|
617
|
+
c === "bolt" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a("path", { fill: l, d: "M11 21h-1l1-7H6.74S10.42 7.54 13 3h1l-1 7h4.28z" }) }),
|
|
618
|
+
c === "backup" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
612
619
|
"path",
|
|
613
620
|
{
|
|
614
621
|
fill: l,
|
|
615
622
|
d: "M6.5 20q-2.28 0-3.89-1.57Q1 16.85 1 14.58q0-1.95 1.17-3.48q1.18-1.53 3.08-1.95q.63-2.3 2.5-3.72Q9.63 4 12 4q2.93 0 4.96 2.04Q19 8.07 19 11q1.73.2 2.86 1.5q1.14 1.28 1.14 3q0 1.88-1.31 3.19T18.5 20H13q-.82 0-1.41-.59Q11 18.83 11 18v-5.15L9.4 14.4L8 13l4-4l4 4l-1.4 1.4l-1.6-1.55V18h5.5q1.05 0 1.77-.73q.73-.72.73-1.77t-.73-1.77Q19.55 13 18.5 13H17v-2q0-2.07-1.46-3.54Q14.08 6 12 6Q9.93 6 8.46 7.46Q7 8.93 7 11h-.5q-1.45 0-2.47 1.03Q3 13.05 3 14.5T4.03 17q1.02 1 2.47 1H9v2m3-7"
|
|
616
623
|
}
|
|
617
624
|
) }),
|
|
618
|
-
c === "pause" && /* @__PURE__ */ a(
|
|
619
|
-
c === "resume" && /* @__PURE__ */ a(
|
|
620
|
-
c === "clone" && /* @__PURE__ */ a(
|
|
625
|
+
c === "pause" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a("path", { fill: l, d: "M14 19V5h4v14zm-8 0V5h4v14z" }) }),
|
|
626
|
+
c === "resume" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a("path", { fill: l, d: "M6 18V6h2v12zm4 0l10-6l-10-6z" }) }),
|
|
627
|
+
c === "clone" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 512 512", children: /* @__PURE__ */ a(
|
|
621
628
|
"path",
|
|
622
629
|
{
|
|
623
630
|
fill: l,
|
|
624
631
|
d: "M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48M362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6m96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6"
|
|
625
632
|
}
|
|
626
633
|
) }),
|
|
627
|
-
c === "trash" && /* @__PURE__ */ i
|
|
634
|
+
c === "trash" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 24 24", children: [
|
|
628
635
|
/* @__PURE__ */ a(
|
|
629
636
|
"path",
|
|
630
637
|
{
|
|
@@ -634,28 +641,28 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
634
641
|
),
|
|
635
642
|
/* @__PURE__ */ a("path", { fill: l, d: "M9 10h2v8H9zm4 0h2v8h-2z" })
|
|
636
643
|
] }),
|
|
637
|
-
c === "encrypted" && /* @__PURE__ */ a(
|
|
644
|
+
c === "encrypted" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
638
645
|
"path",
|
|
639
646
|
{
|
|
640
647
|
fill: l,
|
|
641
648
|
d: "M11.1 15h1.8q.225 0 .388-.187t.112-.413l-.475-2.625q.5-.25.788-.725T14 10q0-.825-.587-1.412T12 8t-1.412.588T10 10q0 .575.288 1.05t.787.725L10.6 14.4q-.05.225.113.413T11.1 15m.9 6.9q-.175 0-.325-.025t-.3-.075Q8 20.675 6 17.637T4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375V11.1q0 3.5-2 6.538T12.625 21.8q-.15.05-.3.075T12 21.9"
|
|
642
649
|
}
|
|
643
650
|
) }),
|
|
644
|
-
c === "compressed" && /* @__PURE__ */ a(
|
|
651
|
+
c === "compressed" && /* @__PURE__ */ a(i, { size: h, viewBox: "-2 -4 24 24", children: /* @__PURE__ */ a(
|
|
645
652
|
"path",
|
|
646
653
|
{
|
|
647
654
|
fill: l,
|
|
648
655
|
d: "M10.83 2H17a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h5c1.306 0 2.417.835 2.83 2M17 4H9.415l-.471-1.334A1 1 0 0 0 8 2H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m-3 2h2v2h-2zm-2-2h2v2h-2zm0 4h2v2h-2zm2 2h2v2h-2zm-2 2h2v2h-2z"
|
|
649
656
|
}
|
|
650
657
|
) }),
|
|
651
|
-
c === "lock" && /* @__PURE__ */ a(
|
|
658
|
+
c === "lock" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
652
659
|
"path",
|
|
653
660
|
{
|
|
654
661
|
fill: l,
|
|
655
662
|
d: "M12 2a5 5 0 0 1 5 5v3a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3V7a5 5 0 0 1 5-5m0 12a2 2 0 0 0-1.995 1.85L10 16a2 2 0 1 0 2-2m0-10a3 3 0 0 0-3 3v3h6V7a3 3 0 0 0-3-3"
|
|
656
663
|
}
|
|
657
664
|
) }),
|
|
658
|
-
c === "unlock" && /* @__PURE__ */ a(
|
|
665
|
+
c === "unlock" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", children: [
|
|
659
666
|
/* @__PURE__ */ a("path", { d: "m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z" }),
|
|
660
667
|
/* @__PURE__ */ a(
|
|
661
668
|
"path",
|
|
@@ -665,24 +672,24 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
665
672
|
}
|
|
666
673
|
)
|
|
667
674
|
] }) }),
|
|
668
|
-
c === "folders" && /* @__PURE__ */ a(
|
|
675
|
+
c === "folders" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
|
|
669
676
|
/* @__PURE__ */ a("path", { d: "M9 3h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2" }),
|
|
670
677
|
/* @__PURE__ */ a("path", { d: "M17 16v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" })
|
|
671
678
|
] }) }),
|
|
672
|
-
c === "fm-directory" && /* @__PURE__ */ a(
|
|
679
|
+
c === "fm-directory" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 48 48", children: /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: 48, height: 48, viewBox: "0 0 48 48", children: [
|
|
673
680
|
/* @__PURE__ */ a("path", { fill: "#ffa000", d: "M40 12H22l-4-4H8c-2.2 0-4 1.8-4 4v8h40v-4c0-2.2-1.8-4-4-4" }),
|
|
674
681
|
/* @__PURE__ */ a("path", { fill: "#ffca28", d: "M40 12H8c-2.2 0-4 1.8-4 4v20c0 2.2 1.8 4 4 4h32c2.2 0 4-1.8 4-4V16c0-2.2-1.8-4-4-4" })
|
|
675
682
|
] }) }),
|
|
676
|
-
c === "fm-file" && /* @__PURE__ */ i
|
|
683
|
+
c === "fm-file" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 48 48", children: [
|
|
677
684
|
/* @__PURE__ */ a("path", { fill: "#90caf9", d: "M40 45H8V3h22l10 10z" }),
|
|
678
685
|
/* @__PURE__ */ a("path", { fill: "#e1f5fe", d: "M38.5 14H29V4.5z" })
|
|
679
686
|
] }),
|
|
680
|
-
c === "fm-drive" && /* @__PURE__ */ a(
|
|
687
|
+
c === "fm-drive" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 256 256", children: /* @__PURE__ */ e("g", { fill: l, children: [
|
|
681
688
|
/* @__PURE__ */ a("path", { d: "M232 80v96a8 8 0 0 1-8 8H32a8 8 0 0 1-8-8V80a8 8 0 0 1 8-8h192a8 8 0 0 1 8 8", opacity: 0.2 }),
|
|
682
689
|
/* @__PURE__ */ a("path", { d: "M224 64H32a16 16 0 0 0-16 16v96a16 16 0 0 0 16 16h192a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16m0 112H32V80h192zm-24-48a12 12 0 1 1-12-12a12 12 0 0 1 12 12" })
|
|
683
690
|
] }) }),
|
|
684
|
-
c === "file" && /* @__PURE__ */ a(
|
|
685
|
-
c === "reload" && /* @__PURE__ */ i
|
|
691
|
+
c === "file" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a("path", { fill: l, d: "M3 1h12.414L21 6.586V23H3zm15.586 6L15 3.414V7zM13 3H5v18h14V9h-6zm-6 9h10v2H7zm0 4h10v2H7z" }) }),
|
|
692
|
+
c === "reload" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 24 24", children: [
|
|
686
693
|
/* @__PURE__ */ a(
|
|
687
694
|
"path",
|
|
688
695
|
{
|
|
@@ -692,14 +699,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
692
699
|
),
|
|
693
700
|
" "
|
|
694
701
|
] }),
|
|
695
|
-
c === "interval" && /* @__PURE__ */ a(
|
|
702
|
+
c === "interval" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
696
703
|
"path",
|
|
697
704
|
{
|
|
698
705
|
fill: l,
|
|
699
706
|
d: "M5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V2h2v2h8V2h2v2h1q.825 0 1.413.588T21 6v6h-2v-2H5v10h7v2zm14 2q-1.825 0-3.187-1.137T14.1 20h1.55q.325 1.1 1.238 1.8t2.112.7q1.45 0 2.475-1.025T22.5 19t-1.025-2.475T19 15.5q-.725 0-1.35.262t-1.1.738H18V18h-4v-4h1.5v1.425q.675-.65 1.575-1.037T19 14q2.075 0 3.538 1.463T24 19t-1.463 3.538T19 24M5 8h14V6H5zm0 0V6z"
|
|
700
707
|
}
|
|
701
708
|
) }),
|
|
702
|
-
(c === "cli" || c === "terminal") && /* @__PURE__ */ a(
|
|
709
|
+
(c === "cli" || c === "terminal") && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: l, children: [
|
|
703
710
|
/* @__PURE__ */ a("path", { d: "m5.033 14.828l1.415 1.415L10.69 12L6.448 7.757L5.033 9.172L7.862 12zM15 14h-4v2h4z" }),
|
|
704
711
|
/* @__PURE__ */ a(
|
|
705
712
|
"path",
|
|
@@ -710,46 +717,46 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
710
717
|
}
|
|
711
718
|
)
|
|
712
719
|
] }) }),
|
|
713
|
-
c === "rclone" && /* @__PURE__ */ a(
|
|
720
|
+
c === "rclone" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
714
721
|
"path",
|
|
715
722
|
{
|
|
716
723
|
fill: l,
|
|
717
724
|
d: "M11.842.626a7.33 7.33 0 0 0-6.196 3.667a7.3 7.3 0 0 0-.966 4.175a8 8 0 0 1 2.657-.454l1.47-.002a3.2 3.2 0 0 1 .425-1.648a3.196 3.196 0 0 1 5.535 3.196l-1.478 2.564l1.195 2.072h2.391l1.478-2.566A7.336 7.336 0 0 0 11.842.626m-1.545 8.073l-2.96.003a7.337 7.337 0 1 0 4.096 13.423a8 8 0 0 1-1.72-2.075l-.737-1.273a3.2 3.2 0 0 1-1.64.457a3.196 3.196 0 1 1 0-6.391l2.96-.002l1.197-2.071zm9.587.747a8 8 0 0 1-.935 2.528l-.734 1.275c.489.271.915.671 1.215 1.192a3.196 3.196 0 0 1-5.535 3.195l-1.482-2.563H10.02l-1.195 2.071l1.483 2.563a7.336 7.336 0 0 0 12.707-7.337a7.3 7.3 0 0 0-3.132-2.924"
|
|
718
725
|
}
|
|
719
726
|
) }),
|
|
720
|
-
c === "restic" && /* @__PURE__ */ a(
|
|
727
|
+
c === "restic" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
721
728
|
"path",
|
|
722
729
|
{
|
|
723
730
|
fill: l,
|
|
724
731
|
d: "M1.25 13C1.25 7.063 6.063 2.25 12 2.25S22.75 7.063 22.75 13a.75.75 0 0 1-1.238.57c-1.22-1.046-2.01-1.418-2.694-1.418c-.683 0-1.474.372-2.693 1.417a.75.75 0 0 1-1.019-.039c-.838-.838-1.622-1.312-2.356-1.5v6.743c0 1.094-.436 1.964-1.123 2.55c-.67.572-1.538.839-2.377.839c-.84 0-1.707-.267-2.377-.84c-.687-.585-1.123-1.455-1.123-2.55a.75.75 0 0 1 1.5 0c0 .666.251 1.116.596 1.41c.36.307.868.48 1.404.48s1.043-.173 1.404-.48c.345-.294.596-.744.596-1.41V12.03c-.734.19-1.518.663-2.356 1.501a.75.75 0 0 1-1.018.04c-1.22-1.046-2.01-1.418-2.694-1.418s-1.474.372-2.694 1.417A.75.75 0 0 1 1.25 13"
|
|
725
732
|
}
|
|
726
733
|
) }),
|
|
727
|
-
c === "progress" && /* @__PURE__ */ a(
|
|
734
|
+
c === "progress" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
728
735
|
"path",
|
|
729
736
|
{
|
|
730
737
|
fill: l,
|
|
731
738
|
d: "M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2S2 6.477 2 12m18 0a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-2 0a6 6 0 0 1-10.243 4.243L12 12V6a6 6 0 0 1 6 6"
|
|
732
739
|
}
|
|
733
740
|
) }),
|
|
734
|
-
c === "files" && /* @__PURE__ */ a(
|
|
741
|
+
c === "files" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, color: l, children: [
|
|
735
742
|
/* @__PURE__ */ a("path", { d: "M14.499 19h-2c-2.828 0-4.243 0-5.121-.879c-.879-.878-.879-2.293-.879-5.121V8c0-2.828 0-4.243.879-5.121C8.256 2 9.67 2 12.499 2h1.343c.818 0 1.226 0 1.594.152c.367.152.657.442 1.235 1.02l2.657 2.656c.578.578.867.868 1.019 1.235s.152.776.152 1.594V13c0 2.828 0 4.243-.879 5.121c-.878.879-2.293.879-5.12.879" }),
|
|
736
743
|
/* @__PURE__ */ a("path", { d: "M14.999 2.5v1c0 1.886 0 2.828.586 3.414s1.528.586 3.414.586h1M6.499 5a3 3 0 0 0-3 3v8c0 2.828 0 4.243.879 5.121C5.256 22 6.67 22 9.499 22h5a3 3 0 0 0 3-3M10 11h4m-4 4h7" })
|
|
737
744
|
] }) }),
|
|
738
|
-
c === "speed" && /* @__PURE__ */ a(
|
|
745
|
+
c === "speed" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
739
746
|
"path",
|
|
740
747
|
{
|
|
741
748
|
fill: l,
|
|
742
749
|
d: "M11 3.558V5a1 1 0 1 0 2 0V3.558A8.504 8.504 0 0 1 20.442 11H19a1 1 0 1 0 0 2h1.44c-.224 1.817-1.044 3.448-2.24 4.74a.75.75 0 1 0 1.1 1.02C20.943 16.985 22 14.633 22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 2.633 1.057 4.985 2.7 6.76a.75.75 0 1 0 1.1-1.02C4.604 16.449 3.784 14.818 3.56 13H5a1 1 0 1 0 0-2H3.558a8.46 8.46 0 0 1 1.766-4.262l.969.97a1 1 0 0 0 1.414-1.415l-.969-.969A8.46 8.46 0 0 1 11 3.558m5.759 3.076a.646.646 0 0 0-.807.015l-.218.183a396 396 0 0 0-2.351 1.99c-.656.56-1.327 1.14-1.863 1.613a40 40 0 0 0-.689.62a5 5 0 0 0-.42.424a1.837 1.837 0 0 0 .312 2.619a1.934 1.934 0 0 0 2.677-.306c.088-.108.205-.296.325-.497c.128-.215.285-.49.459-.798c.347-.62.768-1.392 1.175-2.145a372 372 0 0 0 1.439-2.697l.131-.249a.61.61 0 0 0-.17-.772"
|
|
743
750
|
}
|
|
744
751
|
) }),
|
|
745
|
-
c === "error" && /* @__PURE__ */ a(
|
|
752
|
+
c === "error" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
746
753
|
"path",
|
|
747
754
|
{
|
|
748
755
|
fill: l,
|
|
749
756
|
d: "M11 15h2v2h-2zm0-8h2v6h-2zm1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8"
|
|
750
757
|
}
|
|
751
758
|
) }),
|
|
752
|
-
c === "error-circle-filled" && /* @__PURE__ */ a(
|
|
759
|
+
c === "error-circle-filled" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
753
760
|
"path",
|
|
754
761
|
{
|
|
755
762
|
fill: l,
|
|
@@ -758,21 +765,21 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
758
765
|
clipRule: "evenodd"
|
|
759
766
|
}
|
|
760
767
|
) }),
|
|
761
|
-
c === "eye" && /* @__PURE__ */ a(
|
|
768
|
+
c === "eye" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
762
769
|
"path",
|
|
763
770
|
{
|
|
764
771
|
fill: l,
|
|
765
772
|
d: "M12 3c5.392 0 9.878 3.88 10.819 9c-.94 5.12-5.427 9-10.819 9s-9.878-3.88-10.818-9C2.122 6.88 6.608 3 12 3m0 16a9.005 9.005 0 0 0 8.778-7a9.005 9.005 0 0 0-17.555 0A9.005 9.005 0 0 0 12 19m0-2.5a4.5 4.5 0 1 1 0-9a4.5 4.5 0 0 1 0 9m0-2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5"
|
|
766
773
|
}
|
|
767
774
|
) }),
|
|
768
|
-
c === "eye-hide" && /* @__PURE__ */ a(
|
|
775
|
+
c === "eye-hide" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
769
776
|
"path",
|
|
770
777
|
{
|
|
771
778
|
fill: l,
|
|
772
779
|
d: "M17.883 19.297A10.95 10.95 0 0 1 12 21c-5.392 0-9.878-3.88-10.818-9A11 11 0 0 1 4.52 5.935L1.394 2.808l1.414-1.414l19.799 19.798l-1.414 1.415zM5.936 7.35A8.97 8.97 0 0 0 3.223 12a9.005 9.005 0 0 0 13.201 5.838l-2.028-2.028A4.5 4.5 0 0 1 8.19 9.604zm6.978 6.978l-3.242-3.241a2.5 2.5 0 0 0 3.241 3.241m7.893 2.265l-1.431-1.431A8.9 8.9 0 0 0 20.778 12A9.005 9.005 0 0 0 9.552 5.338L7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.95 10.95 0 0 1-2.012 4.593m-9.084-9.084Q11.86 7.5 12 7.5a4.5 4.5 0 0 1 4.492 4.778z"
|
|
773
780
|
}
|
|
774
781
|
) }),
|
|
775
|
-
c === "play" && /* @__PURE__ */ a(
|
|
782
|
+
c === "play" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
776
783
|
"path",
|
|
777
784
|
{
|
|
778
785
|
fill: l,
|
|
@@ -783,25 +790,25 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
783
790
|
d: "M6.906 4.537A.6.6 0 0 0 6 5.053v13.894a.6.6 0 0 0 .906.516l11.723-6.947a.6.6 0 0 0 0-1.032z"
|
|
784
791
|
}
|
|
785
792
|
) }),
|
|
786
|
-
c === "box" && /* @__PURE__ */ a(
|
|
793
|
+
c === "box" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeWidth: "1.5", children: [
|
|
787
794
|
/* @__PURE__ */ a("path", { d: "M10.55 2.876L4.595 6.182a2.98 2.98 0 0 0-1.529 2.611v6.414a2.98 2.98 0 0 0 1.529 2.61l5.957 3.307a2.98 2.98 0 0 0 2.898 0l5.957-3.306a2.98 2.98 0 0 0 1.529-2.611V8.793a2.98 2.98 0 0 0-1.529-2.61L13.45 2.876a2.98 2.98 0 0 0-2.898 0Z" }),
|
|
788
795
|
/* @__PURE__ */ a("path", { d: "M20.33 6.996L12 12L3.67 6.996M12 21.49V12" })
|
|
789
796
|
] }) }),
|
|
790
|
-
c === "compare" && /* @__PURE__ */ a(
|
|
797
|
+
c === "compare" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
791
798
|
"path",
|
|
792
799
|
{
|
|
793
800
|
fill: l,
|
|
794
801
|
d: "M10 23v-2H5q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h5V1h2v22zm4-18V3h5q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21h-5v-2h5V5zm0 8v-2h3v2zm0-4V7h3v2zm-7 8h3v-2H7zm0-4h3v-2H7zm0-4h3V7H7z"
|
|
795
802
|
}
|
|
796
803
|
) }),
|
|
797
|
-
c === "diff" && /* @__PURE__ */ a(
|
|
804
|
+
c === "diff" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
798
805
|
"path",
|
|
799
806
|
{
|
|
800
807
|
fill: l,
|
|
801
808
|
d: "M6.01 2c-1.93 0-3.5 1.57-3.5 3.5c0 1.58 1.06 2.903 2.5 3.337v7.16c-.001.179.027 1.781 1.174 2.931C6.892 19.64 7.84 20 9 20v2l4-3l-4-3v2c-1.823 0-1.984-1.534-1.99-2V8.837c1.44-.434 2.5-1.757 2.5-3.337c0-1.93-1.571-3.5-3.5-3.5m0 5c-.827 0-1.5-.673-1.5-1.5S5.183 4 6.01 4s1.5.673 1.5 1.5S6.837 7 6.01 7m13 8.163V7.997C19.005 6.391 17.933 4 15 4V2l-4 3l4 3V6c1.829 0 2.001 1.539 2.01 2v7.163c-1.44.434-2.5 1.757-2.5 3.337c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5c0-1.58-1.06-2.903-2.5-3.337m-1 4.837c-.827 0-1.5-.673-1.5-1.5s.673-1.5 1.5-1.5s1.5.673 1.5 1.5s-.673 1.5-1.5 1.5"
|
|
802
809
|
}
|
|
803
810
|
) }),
|
|
804
|
-
c === "info" && /* @__PURE__ */ a(
|
|
811
|
+
c === "info" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
805
812
|
"path",
|
|
806
813
|
{
|
|
807
814
|
fill: "none",
|
|
@@ -812,7 +819,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
812
819
|
d: "M12 11v5m0 5a9 9 0 1 1 0-18a9 9 0 0 1 0 18m.05-13v.1h-.1V8z"
|
|
813
820
|
}
|
|
814
821
|
) }),
|
|
815
|
-
c === "log-info" && /* @__PURE__ */ a(
|
|
822
|
+
c === "log-info" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
816
823
|
"path",
|
|
817
824
|
{
|
|
818
825
|
fill: l,
|
|
@@ -821,7 +828,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
821
828
|
stroke: l
|
|
822
829
|
}
|
|
823
830
|
) }),
|
|
824
|
-
c === "log-warn" && /* @__PURE__ */ a(
|
|
831
|
+
c === "log-warn" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
825
832
|
"path",
|
|
826
833
|
{
|
|
827
834
|
fill: l,
|
|
@@ -830,7 +837,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
830
837
|
stroke: l
|
|
831
838
|
}
|
|
832
839
|
) }),
|
|
833
|
-
c === "log-error" && /* @__PURE__ */ a(
|
|
840
|
+
c === "log-error" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
834
841
|
"path",
|
|
835
842
|
{
|
|
836
843
|
fill: l,
|
|
@@ -839,8 +846,8 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
839
846
|
stroke: l
|
|
840
847
|
}
|
|
841
848
|
) }),
|
|
842
|
-
c === "graph" && /* @__PURE__ */ a(
|
|
843
|
-
c === "integrity" && /* @__PURE__ */ a(
|
|
849
|
+
c === "graph" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a("path", { fill: "currentColor", d: "M3 12h4v9H3zm14-4h4v13h-4zm-7-6h4v19h-4z" }) }),
|
|
850
|
+
c === "integrity" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
844
851
|
"path",
|
|
845
852
|
{
|
|
846
853
|
fill: "none",
|
|
@@ -851,7 +858,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
851
858
|
d: "M11.46 20.846A12 12 0 0 1 3.5 6A12 12 0 0 0 12 3a12 12 0 0 0 8.5 3a12 12 0 0 1-.09 7.06M15 19l2 2l4-4"
|
|
852
859
|
}
|
|
853
860
|
) }),
|
|
854
|
-
c === "dots-vertical" && /* @__PURE__ */ a(
|
|
861
|
+
c === "dots-vertical" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
855
862
|
"path",
|
|
856
863
|
{
|
|
857
864
|
fill: "none",
|
|
@@ -862,7 +869,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
862
869
|
d: "M12 5.92A.96.96 0 1 0 12 4a.96.96 0 0 0 0 1.92m0 7.04a.96.96 0 1 0 0-1.92a.96.96 0 0 0 0 1.92M12 20a.96.96 0 1 0 0-1.92a.96.96 0 0 0 0 1.92"
|
|
863
870
|
}
|
|
864
871
|
) }),
|
|
865
|
-
c === "edit-settings" && /* @__PURE__ */ i
|
|
872
|
+
c === "edit-settings" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 32 32", children: [
|
|
866
873
|
/* @__PURE__ */ a(
|
|
867
874
|
"path",
|
|
868
875
|
{
|
|
@@ -878,7 +885,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
878
885
|
}
|
|
879
886
|
)
|
|
880
887
|
] }),
|
|
881
|
-
c === "edit" && /* @__PURE__ */ a(
|
|
888
|
+
c === "edit" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
882
889
|
"path",
|
|
883
890
|
{
|
|
884
891
|
fill: "none",
|
|
@@ -889,57 +896,57 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
889
896
|
d: "M4 20h16M4 20v-4l8-8M4 20h4l8-8m-4-4l2.869-2.869l.001-.001c.395-.395.593-.593.821-.667a1 1 0 0 1 .618 0c.228.074.425.272.82.666l1.74 1.74c.396.396.594.594.668.822a1 1 0 0 1 0 .618c-.074.228-.272.426-.668.822h0L16 12.001m-4-4l4 4"
|
|
890
897
|
}
|
|
891
898
|
) }),
|
|
892
|
-
c === "verify" && /* @__PURE__ */ a(
|
|
899
|
+
c === "verify" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeWidth: 2, children: [
|
|
893
900
|
/* @__PURE__ */ a("circle", { cx: 12, cy: 12, r: 9 }),
|
|
894
901
|
/* @__PURE__ */ a("path", { d: "m8 12l3 3l5-6" })
|
|
895
902
|
] }) }),
|
|
896
|
-
c === "download" && /* @__PURE__ */ a(
|
|
903
|
+
c === "download" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
897
904
|
"path",
|
|
898
905
|
{
|
|
899
906
|
fill: l,
|
|
900
907
|
d: "m12 16l-5-5l1.4-1.45l2.6 2.6V4h2v8.15l2.6-2.6L17 11zm-6 4q-.825 0-1.412-.587T4 18v-3h2v3h12v-3h2v3q0 .825-.587 1.413T18 20z"
|
|
901
908
|
}
|
|
902
909
|
) }),
|
|
903
|
-
c === "downloading" && /* @__PURE__ */ a(
|
|
910
|
+
c === "downloading" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
|
|
904
911
|
/* @__PURE__ */ a("path", { strokeDasharray: "2 4", strokeDashoffset: 6, d: "M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9", children: /* @__PURE__ */ a("animate", { attributeName: "stroke-dashoffset", dur: "0.6s", repeatCount: "indefinite", values: "6;0" }) }),
|
|
905
912
|
/* @__PURE__ */ a("path", { strokeDasharray: 32, strokeDashoffset: 32, d: "M12 21c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9", children: /* @__PURE__ */ a("animate", { fill: "freeze", attributeName: "stroke-dashoffset", begin: "0.1s", dur: "0.4s", values: "32;0" }) }),
|
|
906
913
|
/* @__PURE__ */ a("path", { strokeDasharray: 10, strokeDashoffset: 10, d: "M12 8v7.5", children: /* @__PURE__ */ a("animate", { fill: "freeze", attributeName: "stroke-dashoffset", begin: "0.5s", dur: "0.2s", values: "10;0" }) }),
|
|
907
914
|
/* @__PURE__ */ a("path", { strokeDasharray: 6, strokeDashoffset: 6, d: "M12 15.5l3.5 -3.5M12 15.5l-3.5 -3.5", children: /* @__PURE__ */ a("animate", { fill: "freeze", attributeName: "stroke-dashoffset", begin: "0.7s", dur: "0.2s", values: "6;0" }) })
|
|
908
915
|
] }) }),
|
|
909
|
-
c === "check" && /* @__PURE__ */ a(
|
|
910
|
-
c === "check-circle" && /* @__PURE__ */ a(
|
|
916
|
+
c === "check" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ a("path", { fill: l, d: "M7.3 14.2L.2 9l1.7-2.4l4.8 3.5l6.6-8.5l2.3 1.8z" }) }),
|
|
917
|
+
c === "check-circle" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
911
918
|
"path",
|
|
912
919
|
{
|
|
913
920
|
fill: l,
|
|
914
921
|
d: "m10.6 16.6l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"
|
|
915
922
|
}
|
|
916
923
|
) }),
|
|
917
|
-
c === "check-circle-filled" && /* @__PURE__ */ a(
|
|
924
|
+
c === "check-circle-filled" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
918
925
|
"path",
|
|
919
926
|
{
|
|
920
927
|
fill: l,
|
|
921
928
|
d: "m10.6 16.6l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"
|
|
922
929
|
}
|
|
923
930
|
) }),
|
|
924
|
-
c === "caret-down" && /* @__PURE__ */ a(
|
|
931
|
+
c === "caret-down" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 256 256", children: /* @__PURE__ */ a(
|
|
925
932
|
"path",
|
|
926
933
|
{
|
|
927
934
|
fill: l,
|
|
928
935
|
d: "M128 188a11.962 11.962 0 0 1-8.485-3.515l-80-80a12 12 0 0 1 16.97-16.97L128 159.029l71.515-71.514a12 12 0 0 1 16.97 16.97l-80 80A11.962 11.962 0 0 1 128 188z"
|
|
929
936
|
}
|
|
930
937
|
) }),
|
|
931
|
-
c === "caret-up" && /* @__PURE__ */ a(
|
|
938
|
+
c === "caret-up" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 256 256", children: /* @__PURE__ */ a(
|
|
932
939
|
"path",
|
|
933
940
|
{
|
|
934
941
|
fill: l,
|
|
935
942
|
d: "M208 172a11.962 11.962 0 0 1-8.485-3.515L128 96.971l-71.515 71.514a12 12 0 0 1-16.97-16.97l80-80a12 12 0 0 1 16.97 0l80 80A12 12 0 0 1 208 172z"
|
|
936
943
|
}
|
|
937
944
|
) }),
|
|
938
|
-
c === "arrow-up" && /* @__PURE__ */ a(
|
|
939
|
-
c === "arrow-down" && /* @__PURE__ */ a(
|
|
940
|
-
c === "arrow-left" && /* @__PURE__ */ a(
|
|
941
|
-
c === "arrow-right" && /* @__PURE__ */ a(
|
|
942
|
-
c === "email" && /* @__PURE__ */ a(
|
|
945
|
+
c === "arrow-up" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a("path", { fill: l, d: "M13 7.828V20h-2V7.828l-5.364 5.364l-1.414-1.414L12 4l7.778 7.778l-1.414 1.414z" }) }),
|
|
946
|
+
c === "arrow-down" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a("path", { fill: l, d: "m13 16.172l5.364-5.364l1.414 1.414L12 20l-7.778-7.778l1.414-1.414L11 16.172V4h2z" }) }),
|
|
947
|
+
c === "arrow-left" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a("path", { fill: l, d: "M7.828 11H20v2H7.828l5.364 5.364l-1.414 1.414L4 12l7.778-7.778l1.414 1.414z" }) }),
|
|
948
|
+
c === "arrow-right" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a("path", { fill: l, d: "m16.172 11l-5.364-5.364l1.414-1.414L20 12l-7.778 7.778l-1.414-1.414L16.172 13H4v-2z" }) }),
|
|
949
|
+
c === "email" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", children: [
|
|
943
950
|
/* @__PURE__ */ a(
|
|
944
951
|
"path",
|
|
945
952
|
{
|
|
@@ -949,15 +956,15 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
949
956
|
),
|
|
950
957
|
/* @__PURE__ */ a("path", { stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m3 5l9 9l9-9" })
|
|
951
958
|
] }) }),
|
|
952
|
-
c === "home" && /* @__PURE__ */ a(
|
|
953
|
-
c === "help" && /* @__PURE__ */ a(
|
|
959
|
+
c === "home" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a("path", { fill: l, d: "M6 19h3v-6h6v6h3v-9l-6-4.5L6 10zm-2 2V9l8-6l8 6v12h-7v-6h-2v6zm8-8.75" }) }),
|
|
960
|
+
c === "help" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
954
961
|
"path",
|
|
955
962
|
{
|
|
956
963
|
fill: l,
|
|
957
964
|
d: "M11.95 18q.525 0 .888-.363t.362-.887t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362m-.9-3.85h1.85q0-.825.188-1.3t1.062-1.3q.65-.65 1.025-1.238T15.55 8.9q0-1.4-1.025-2.15T12.1 6q-1.425 0-2.312.75T8.55 8.55l1.65.65q.125-.45.563-.975T12.1 7.7q.8 0 1.2.438t.4.962q0 .5-.3.938t-.75.812q-1.1.975-1.35 1.475t-.25 1.825M12 22q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"
|
|
958
965
|
}
|
|
959
966
|
) }),
|
|
960
|
-
c === "note" && /* @__PURE__ */ a(
|
|
967
|
+
c === "note" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
961
968
|
"path",
|
|
962
969
|
{
|
|
963
970
|
fill: "none",
|
|
@@ -968,14 +975,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
968
975
|
d: "M21 15V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10m6-6v.172a2 2 0 0 1-.586 1.414l-3.828 3.828a2 2 0 0 1-1.414.586H15m6-6h-4a2 2 0 0 0-2 2v4M7 7h10M7 11h10M7 15h4"
|
|
969
976
|
}
|
|
970
977
|
) }),
|
|
971
|
-
c === "sort" && /* @__PURE__ */ a(
|
|
978
|
+
c === "sort" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ a(
|
|
972
979
|
"path",
|
|
973
980
|
{
|
|
974
981
|
fill: l,
|
|
975
982
|
d: "M0 4.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 4.25m0 4a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 8.25m0 4a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75M13.5 10h2.25a.25.25 0 0 1 .177.427l-3 3a.25.25 0 0 1-.354 0l-3-3A.25.25 0 0 1 9.75 10H12V3.75a.75.75 0 0 1 1.5 0z"
|
|
976
983
|
}
|
|
977
984
|
) }),
|
|
978
|
-
c === "notification" && /* @__PURE__ */ a(
|
|
985
|
+
c === "notification" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeWidth: 1.5, children: [
|
|
979
986
|
/* @__PURE__ */ a(
|
|
980
987
|
"path",
|
|
981
988
|
{
|
|
@@ -987,14 +994,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
987
994
|
/* @__PURE__ */ a("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M2.75 7.59L10 11.72a3.94 3.94 0 0 0 4 0l2.219-1.257" }),
|
|
988
995
|
/* @__PURE__ */ a("circle", { cx: 19, cy: 5, r: 2.5 })
|
|
989
996
|
] }) }),
|
|
990
|
-
c === "prune" && /* @__PURE__ */ a(
|
|
997
|
+
c === "prune" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
991
998
|
"path",
|
|
992
999
|
{
|
|
993
1000
|
fill: l,
|
|
994
1001
|
d: "M3 23v-7q0-2.075 1.463-3.537T8 11h1V3q0-.825.588-1.412T11 1h2q.825 0 1.413.588T15 3v8h1q2.075 0 3.538 1.463T21 16v7zm2-2h2v-3q0-.425.288-.712T8 17t.713.288T9 18v3h2v-3q0-.425.288-.712T12 17t.713.288T13 18v3h2v-3q0-.425.288-.712T16 17t.713.288T17 18v3h2v-5q0-1.25-.875-2.125T16 13H8q-1.25 0-2.125.875T5 16zm8-10V3h-2v8zm0 0h-2z"
|
|
995
1002
|
}
|
|
996
1003
|
) }),
|
|
997
|
-
c === "performance" && /* @__PURE__ */ a(
|
|
1004
|
+
c === "performance" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: l, children: [
|
|
998
1005
|
/* @__PURE__ */ a("path", { fillRule: "evenodd", d: "M11 9v4.17a3.001 3.001 0 1 0 2 0V9zm0 7a1 1 0 1 1 2 0a1 1 0 0 1-2 0", clipRule: "evenodd" }),
|
|
999
1006
|
/* @__PURE__ */ a("path", { d: "M12 5a7 7 0 0 1 7 7v1h-2v-1a5 5 0 0 0-10 0v1H5v-1a7 7 0 0 1 7-7" }),
|
|
1000
1007
|
/* @__PURE__ */ a(
|
|
@@ -1006,14 +1013,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
1006
1013
|
}
|
|
1007
1014
|
)
|
|
1008
1015
|
] }) }),
|
|
1009
|
-
c === "pattern" && /* @__PURE__ */ a(
|
|
1016
|
+
c === "pattern" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
1010
1017
|
"path",
|
|
1011
1018
|
{
|
|
1012
1019
|
fill: l,
|
|
1013
1020
|
d: "M7 3a4 4 0 0 1 4 4c0 1.86-1.27 3.43-3 3.87v2.26c.37.09.72.24 1.04.43l4.52-4.52C13.2 8.44 13 7.75 13 7a4 4 0 0 1 4-4a4 4 0 0 1 4 4a4 4 0 0 1-4 4c-.74 0-1.43-.2-2-.55L10.45 15c.35.57.55 1.26.55 2a4 4 0 0 1-4 4a4 4 0 0 1-4-4c0-1.86 1.27-3.43 3-3.87v-2.26C4.27 10.43 3 8.86 3 7a4 4 0 0 1 4-4m10 10a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2"
|
|
1014
1021
|
}
|
|
1015
1022
|
) }),
|
|
1016
|
-
c === "copy" && /* @__PURE__ */ a(
|
|
1023
|
+
c === "copy" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", children: [
|
|
1017
1024
|
/* @__PURE__ */ a("path", { d: "m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z" }),
|
|
1018
1025
|
/* @__PURE__ */ a(
|
|
1019
1026
|
"path",
|
|
@@ -1023,49 +1030,49 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
1023
1030
|
}
|
|
1024
1031
|
)
|
|
1025
1032
|
] }) }),
|
|
1026
|
-
c === "file-new" && /* @__PURE__ */ a(
|
|
1033
|
+
c === "file-new" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, color: l, children: [
|
|
1027
1034
|
/* @__PURE__ */ a("path", { d: "M13 2h.273c3.26 0 4.892 0 6.024.798c.324.228.612.5.855.805c.848 1.066.848 2.6.848 5.67v2.545c0 2.963 0 4.445-.469 5.628c-.754 1.903-2.348 3.403-4.37 4.113c-1.257.441-2.83.441-5.98.441c-1.798 0-2.698 0-3.416-.252c-1.155-.406-2.066-1.263-2.497-2.35C4 18.722 4 17.875 4 16.182V12" }),
|
|
1028
1035
|
/* @__PURE__ */ a("path", { d: "M21 12a3.333 3.333 0 0 1-3.333 3.333c-.666 0-1.451-.116-2.098.057a1.67 1.67 0 0 0-1.179 1.179c-.173.647-.057 1.432-.057 2.098A3.333 3.333 0 0 1 11 22m0-16H3m4-4v8" })
|
|
1029
1036
|
] }) }),
|
|
1030
|
-
c === "file-modified" && /* @__PURE__ */ a(
|
|
1037
|
+
c === "file-modified" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, color: l, children: [
|
|
1031
1038
|
/* @__PURE__ */ a("path", { d: "M20.054 11V7.817c0-1.693 0-2.54-.268-3.216c-.433-1.088-1.347-1.945-2.506-2.35c-.72-.253-1.623-.253-3.428-.253c-3.159 0-4.738 0-6 .441c-2.027.71-3.627 2.21-4.383 4.114c-.47 1.183-.47 2.665-.47 5.629v2.545c-.001 3.07-.001 4.605.85 5.671c.243.306.532.577.858.805c1.048.737 2.522.794 5.314.798" }),
|
|
1032
1039
|
/* @__PURE__ */ a("path", { d: "M3 11.979c0-1.84 1.58-3.314 3.421-3.314c.666 0 1.45.116 2.098-.057a1.67 1.67 0 0 0 1.179-1.179c.173-.647.056-1.432.056-2.098a3.333 3.333 0 0 1 3.334-3.333m6.789 12.485l.688.684a1.477 1.477 0 0 1 0 2.096l-3.603 3.651a2 2 0 0 1-1.04.546l-2.232.482a.495.495 0 0 1-.59-.586l.474-2.209c.074-.392.265-.752.548-1.034l3.648-3.63a1.495 1.495 0 0 1 2.107 0" })
|
|
1033
1040
|
] }) }),
|
|
1034
|
-
c === "file-removed" && /* @__PURE__ */ a(
|
|
1041
|
+
c === "file-removed" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, color: l, children: [
|
|
1035
1042
|
/* @__PURE__ */ a("path", { d: "M11 6H3m10-4h.273c3.26 0 4.892 0 6.024.798c.324.228.612.5.855.805c.848 1.066.848 2.6.848 5.67v2.545c0 2.963 0 4.445-.469 5.628c-.754 1.903-2.348 3.403-4.37 4.113c-1.257.441-2.83.441-5.98.441c-1.798 0-2.698 0-3.416-.252c-1.155-.406-2.066-1.263-2.497-2.35C4 18.722 4 17.875 4 16.182V12" }),
|
|
1036
1043
|
/* @__PURE__ */ a("path", { d: "M21 12a3.333 3.333 0 0 1-3.333 3.333c-.666 0-1.451-.116-2.098.057a1.67 1.67 0 0 0-1.179 1.179c-.173.647-.057 1.432-.057 2.098A3.333 3.333 0 0 1 11 22" })
|
|
1037
1044
|
] }) }),
|
|
1038
|
-
c === "cpu" && /* @__PURE__ */ a(
|
|
1045
|
+
c === "cpu" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
|
|
1039
1046
|
/* @__PURE__ */ a("rect", { width: 16, height: 16, x: 4, y: 4, rx: 2 }),
|
|
1040
1047
|
/* @__PURE__ */ a("rect", { width: 6, height: 6, x: 9, y: 9, rx: 1 }),
|
|
1041
1048
|
/* @__PURE__ */ a("path", { d: "M15 2v2m0 16v2M2 15h2M2 9h2m16 6h2m-2-6h2M9 2v2m0 16v2" })
|
|
1042
1049
|
] }) }),
|
|
1043
|
-
c === "memory" && /* @__PURE__ */ a(
|
|
1050
|
+
c === "memory" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ a(
|
|
1044
1051
|
"path",
|
|
1045
1052
|
{
|
|
1046
1053
|
fill: "currentColor",
|
|
1047
1054
|
d: "M14.414 4.586A2 2 0 0 0 13 4V2.5a.5.5 0 0 0-1 0V4h-2V2.5a.5.5 0 1 0-1 0V4H7V2.5a.5.5 0 1 0-1 0V4H4V2.5a.5.5 0 1 0-1 0V4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2v1.5a.5.5 0 0 0 1 0V12h2v1.5a.5.5 0 0 0 1 0V12h2v1.5a.5.5 0 0 0 1 0V12h2v1.5a.5.5 0 0 0 1 0V12a2 2 0 0 0 2-2V6a2 2 0 0 0-.586-1.414M14 10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1zm-1.5-4h-9a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5M12 9H4V7h8z"
|
|
1048
1055
|
}
|
|
1049
1056
|
) }),
|
|
1050
|
-
c === "percent" && /* @__PURE__ */ a(
|
|
1057
|
+
c === "percent" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
|
|
1051
1058
|
/* @__PURE__ */ a("path", { fill: "currentColor", d: "M12 3a9 9 0 0 1 8.497 6.025L12 12z", stroke: "none" }),
|
|
1052
1059
|
/* @__PURE__ */ a("path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 0 0-18 0" })
|
|
1053
1060
|
] }) }),
|
|
1054
|
-
c === "windows" && /* @__PURE__ */ a(
|
|
1061
|
+
c === "windows" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 128 128", children: /* @__PURE__ */ a(
|
|
1055
1062
|
"path",
|
|
1056
1063
|
{
|
|
1057
1064
|
fill: "#00adef",
|
|
1058
1065
|
d: "m126 1.637l-67 9.834v49.831l67-.534zM1.647 66.709l.003 42.404l50.791 6.983l-.04-49.057zm56.82.68l.094 49.465l67.376 9.509l.016-58.863zM1.61 19.297l.047 42.383l50.791-.289l-.023-49.016z"
|
|
1059
1066
|
}
|
|
1060
1067
|
) }),
|
|
1061
|
-
c === "macos" && /* @__PURE__ */ a(
|
|
1068
|
+
c === "macos" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
1062
1069
|
"path",
|
|
1063
1070
|
{
|
|
1064
1071
|
fill: "#222",
|
|
1065
1072
|
d: "M16.3 0c.214 1.46-.378 2.89-1.16 3.9c-.835 1.08-2.27 1.92-3.66 1.88c-.254-1.4.398-2.83 1.19-3.8C13.539.91 15.03.1 16.3.01zm.5 6c1.59 0 3.27.874 4.47 2.38c-3.93 2.17-3.29 7.84.68 9.36c-.413.996-.919 1.95-1.51 2.85c-.982 1.51-2.37 3.39-4.08 3.41c-.706.007-1.17-.207-1.67-.438c-.579-.267-1.21-.557-2.32-.551c-1.1.005-1.74.292-2.33.556c-.512.23-.984.443-1.69.436c-1.72-.015-3.03-1.71-4.01-3.22c-2.75-4.22-3.03-9.18-1.34-11.8c1.2-1.87 3.1-2.97 4.89-2.97c.952 0 1.72.276 2.45.539c.664.239 1.3.467 2.01.467c.662 0 1.21-.208 1.8-.435c.714-.273 1.5-.573 2.65-.573z"
|
|
1066
1073
|
}
|
|
1067
1074
|
) }),
|
|
1068
|
-
c === "centos" && /* @__PURE__ */ i
|
|
1075
|
+
c === "centos" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 256", children: [
|
|
1069
1076
|
/* @__PURE__ */ a(
|
|
1070
1077
|
"path",
|
|
1071
1078
|
{
|
|
@@ -1109,7 +1116,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
1109
1116
|
}
|
|
1110
1117
|
)
|
|
1111
1118
|
] }),
|
|
1112
|
-
c === "fedora" && /* @__PURE__ */ i
|
|
1119
|
+
c === "fedora" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 128 128", children: [
|
|
1113
1120
|
/* @__PURE__ */ a(
|
|
1114
1121
|
"path",
|
|
1115
1122
|
{
|
|
@@ -1157,14 +1164,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
1157
1164
|
}
|
|
1158
1165
|
)
|
|
1159
1166
|
] }),
|
|
1160
|
-
c === "debian" && /* @__PURE__ */ a(
|
|
1167
|
+
c === "debian" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 128 128", children: /* @__PURE__ */ a(
|
|
1161
1168
|
"path",
|
|
1162
1169
|
{
|
|
1163
1170
|
fill: "#a80030",
|
|
1164
1171
|
d: "M73.776 67.531c-2.065.028.391 1.063 3.087 1.479a28 28 0 0 0 2.023-1.741c-1.679.41-3.387.419-5.11.262m11.086-2.763c1.229-1.697 2.127-3.556 2.442-5.478c-.276 1.369-1.019 2.553-1.72 3.801c-3.86 2.431-.363-1.443-.002-2.916c-4.15 5.225-.57 3.133-.72 4.593m4.093-10.648c.249-3.72-.733-2.544-1.063-1.125c.384.201.69 2.622 1.063 1.125M65.944 3.283c1.102.198 2.381.35 2.202.612c1.206-.263 1.48-.506-2.202-.612m2.202.613l-.779.161l.725-.064zm34.372 51.634c.123 3.34-.978 4.961-1.969 7.829l-1.786.892c-1.46 2.838.142 1.802-.903 4.059c-2.281 2.027-6.921 6.345-8.406 6.738c-1.084-.023.734-1.278.972-1.771c-3.052 2.098-2.449 3.147-7.118 4.422l-.136-.305c-11.516 5.417-27.51-5.318-27.299-19.966c-.123.931-.349.697-.605 1.074c-.594-7.537 3.481-15.107 10.353-18.196c6.722-3.329 14.602-1.963 19.417 2.524c-2.644-3.465-7.909-7.137-14.148-6.793c-6.111.097-11.828 3.98-13.735 8.196c-3.132 1.972-3.495 7.6-4.859 8.628c-1.835 13.491 3.453 19.318 12.398 26.175c1.407.949.396 1.093.587 1.815c-2.972-1.392-5.694-3.493-7.931-6.065c1.186 1.739 2.468 3.429 4.125 4.756c-2.803-.949-6.546-6.79-7.64-7.028c4.832 8.649 19.599 15.169 27.333 11.935c-3.579.131-8.124.073-12.145-1.413c-1.688-.869-3.984-2.669-3.574-3.007c10.553 3.944 21.456 2.988 30.586-4.333c2.323-1.81 4.861-4.887 5.594-4.93c-1.105 1.661.188.8-.66 2.266c2.316-3.733-1.005-1.521 2.394-6.448l1.256 1.729c-.467-3.098 3.848-6.861 3.41-11.762c.99-1.499 1.104 1.612.054 5.061c1.457-3.825.384-4.44.759-7.597c.404 1.062.935 2.188 1.208 3.308c-.95-3.696.975-6.226 1.45-8.373c-.467-.208-1.464 1.634-1.692-2.732c.034-1.896.528-.993.718-1.46c-.373-.215-1.349-1.668-1.944-4.456c.431-.655 1.151 1.698 1.739 1.795c-.378-2.217-1.028-3.907-1.053-5.609c-1.713-3.579-.606.478-1.996-1.536c-1.823-5.687 1.513-1.32 1.738-3.903c2.763 4.003 4.339 10.208 5.062 12.777c-.552-3.133-1.443-6.168-2.532-9.105c.839.354-1.352-6.446 1.091-1.943c-2.609-9.6-11.166-18.569-19.038-22.778c.962.881 2.179 1.989 1.743 2.162c-3.915-2.331-3.227-2.513-3.787-3.498c-3.19-1.297-3.399.104-5.511.003c-6.012-3.188-7.171-2.85-12.703-4.848l.252 1.177c-3.984-1.327-4.641.503-8.945.004c-.263-.205 1.379-.74 2.73-.937c-3.85.508-3.67-.759-7.438.14c.929-.651 1.909-1.082 2.9-1.637c-3.139.191-7.495 1.828-6.151.339c-5.121 2.286-14.218 5.493-19.322 10.28l-.161-1.073c-2.339 2.809-10.2 8.387-10.826 12.022l-.625.146c-1.218 2.06-2.004 4.396-2.97 6.517c-1.592 2.713-2.334 1.044-2.107 1.469c-3.132 6.349-4.687 11.683-6.03 16.057c.958 1.432.022 8.614.385 14.364c-1.572 28.394 19.928 55.962 43.43 62.329c3.445 1.23 8.567 1.184 12.924 1.311c-5.141-1.471-5.806-.778-10.813-2.525c-3.614-1.701-4.405-3.644-6.964-5.864l1.014 1.79c-5.019-1.775-2.918-2.198-7.002-3.491l1.083-1.412c-1.627-.123-4.309-2.74-5.042-4.191l-1.779.07c-2.138-2.638-3.277-4.538-3.194-6.011l-.575 1.024c-.652-1.119-7.865-9.893-4.123-7.85c-.696-.637-1.62-1.035-2.622-2.856l.762-.871c-1.802-2.316-3.315-5.287-3.2-6.276c.96 1.298 1.627 1.54 2.287 1.763c-4.548-11.285-4.803-.622-8.248-11.487l.729-.059c-.559-.842-.898-1.756-1.347-2.652l.316-3.161c-3.274-3.786-.916-16.098-.443-22.851c.328-2.746 2.733-5.669 4.563-10.252l-1.114-.192c2.131-3.717 12.167-14.928 16.815-14.351c2.251-2.829-.446-.011-.886-.723c4.945-5.119 6.5-3.617 9.838-4.537c3.6-2.137-3.089.833-1.383-.815c6.223-1.589 4.41-3.613 12.528-4.42c.857.487-1.987.752-2.701 1.385c5.185-2.536 16.408-1.959 23.697 1.408c8.458 3.952 17.961 15.638 18.336 26.631l.427.114c-.216 4.37.669 9.424-.865 14.066zM51.233 70.366l-.29 1.448c1.357 1.845 2.435 3.843 4.167 5.283c-1.246-2.434-2.173-3.44-3.877-6.731m3.208-.126c-.718-.795-1.144-1.751-1.62-2.704c.456 1.675 1.388 3.114 2.255 4.578zm56.785-12.343l-.304.762a36.7 36.7 0 0 1-3.599 11.487a36.1 36.1 0 0 0 3.903-12.249M66.353 2.293c1.396-.513 3.433-.281 4.914-.617c-1.93.162-3.852.259-5.75.503zM17.326 28.362c.322 2.979-2.242 4.135.567 2.171c1.506-3.39-.588-.935-.567-2.171M14.025 42.15c.646-1.986.764-3.18 1.011-4.328c-1.788 2.285-.823 2.773-1.011 4.328"
|
|
1165
1172
|
}
|
|
1166
1173
|
) }),
|
|
1167
|
-
c === "mint" && /* @__PURE__ */ i
|
|
1174
|
+
c === "mint" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 256", children: [
|
|
1168
1175
|
/* @__PURE__ */ a("circle", { cx: 128, cy: 128, r: 118, fill: "#69b53f" }),
|
|
1169
1176
|
/* @__PURE__ */ a(
|
|
1170
1177
|
"path",
|
|
@@ -1181,14 +1188,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
1181
1188
|
}
|
|
1182
1189
|
)
|
|
1183
1190
|
] }),
|
|
1184
|
-
c === "popos" && /* @__PURE__ */ a(
|
|
1191
|
+
c === "popos" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
1185
1192
|
"path",
|
|
1186
1193
|
{
|
|
1187
1194
|
fill: "#46bac8",
|
|
1188
1195
|
d: "M12 0C5.372 0 0 5.373 0 12c0 6.628 5.372 12 12 12c6.627 0 12-5.372 12-12c0-6.627-5.373-12-12-12M9.64 2.918c1.091-.026 1.548.229 2.182.635a4.46 4.46 0 0 1 1.902 2.764c.254 1.141.178 2.029-.127 2.664v.05c-.609 1.294-1.622 2.335-3.043 2.842l1.217 3.172c.228.583.432 1.192.254 1.75c-.177.558-.989.736-1.572.127c-1.116-1.192-4.871-8.702-5.15-9.26s-.584-1.016-.584-1.574c.026-.837 1.318-1.7 1.953-2.131c.634-.431 1.877-1.014 2.968-1.039m-.996 2.311c-.789.022-.358 1.669-.197 2.129c.178.507.661 1.572 1.193 2.105c.127.127.254.229.407.254c.152.027.457-.127.584-.33a.93.93 0 0 0 .15-.559a3.2 3.2 0 0 0-.049-1.216c-.228-.787-.711-1.548-1.346-2.055c-.127-.102-.279-.229-.457-.279a.9.9 0 0 0-.285-.049m8.414 2.027a2.28 2.28 0 0 1 1.588.636c.305.279.33.582.229.963c-.102.38-.457 1.194-.736 1.777l-.709 1.344c-1.37 2.435-1.649 2.689-2.03 2.537c-.456-.178-.304-2.614.127-5.582c.127-.812.329-1.217.557-1.42c.171-.152.6-.248.975-.254zm-1.859 8.332c.554.011.789.7.656 1.232a.86.86 0 0 1-.379.559c-.203.127-.685.127-.965-.102c-.278-.228-.33-.609-.254-.914c.076-.304.331-.635.686-.736a.8.8 0 0 1 .256-.039m-8.604 2.805h10.809c.52 0 .938.419.938.939v.074c0 .52-.418.94-.938.94H6.595a.936.936 0 0 1-.937-.94v-.074c0-.52.417-.939.937-.939"
|
|
1189
1196
|
}
|
|
1190
1197
|
) }),
|
|
1191
|
-
c === "ubuntu" && /* @__PURE__ */ i
|
|
1198
|
+
c === "ubuntu" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 256", children: [
|
|
1192
1199
|
/* @__PURE__ */ a(
|
|
1193
1200
|
"path",
|
|
1194
1201
|
{
|
|
@@ -1204,14 +1211,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
1204
1211
|
}
|
|
1205
1212
|
)
|
|
1206
1213
|
] }),
|
|
1207
|
-
c === "kali" && /* @__PURE__ */ a(
|
|
1214
|
+
c === "kali" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
1208
1215
|
"path",
|
|
1209
1216
|
{
|
|
1210
1217
|
fill: "#222",
|
|
1211
1218
|
d: "M12.778 5.943s-1.97-.13-5.327.92c-3.42 1.07-5.36 2.587-5.36 2.587s5.098-2.847 10.852-3.008zm7.351 3.095l.257-.017s-1.468-1.78-4.278-2.648c1.58.642 2.954 1.493 4.021 2.665m.42.74c.039-.068.166.217.263.337c.004.024.01.039-.045.027c-.005-.025-.013-.032-.013-.032s-.135-.08-.177-.137s-.049-.157-.028-.195m3.448 8.479s.312-3.578-5.31-4.403a18 18 0 0 0-2.524-.187c-4.506.06-4.67-5.197-1.275-5.462c1.407-.116 3.087.643 4.73 1.408c-.007.204.002.385.136.552s.648.35.813.445c.164.094.691.43 1.014.85c.07-.131.654-.512.654-.512s-.14.003-.465-.119c-.326-.122-.713-.49-.722-.511s-.015-.055.06-.07c.059-.049-.072-.207-.13-.265s-.445-.716-.454-.73c-.009-.016-.012-.031-.04-.05c-.085-.027-.46.04-.46.04s-.575-.283-.774-.893c.003.107-.099.224 0 .469c-.3-.127-.558-.344-.762-.88c-.12.305 0 .499 0 .499s-.707-.198-.82-.85c-.124.293 0 .469 0 .469s-1.153-.602-3.069-.61c-1.283-.118-1.55-2.374-1.43-2.754c0 0-1.85-.975-5.493-1.406c-3.642-.43-6.628-.065-6.628-.065s6.45-.31 11.617 1.783c.176.785.704 2.094.989 2.723c-.815.563-1.733 1.092-1.876 2.97s1.472 3.53 3.474 3.58c1.9.102 3.214.116 4.806.942c1.52.84 2.766 3.4 2.89 5.703c.132-1.709-.509-5.383-3.5-6.498c4.181.732 4.549 3.832 4.549 3.832M12.68 5.663l-.15-.485s-2.484-.441-5.822-.204S0 6.38 0 6.38s6.896-1.735 12.68-.717"
|
|
1212
1219
|
}
|
|
1213
1220
|
) }),
|
|
1214
|
-
c === "arch" && /* @__PURE__ */ a(
|
|
1221
|
+
c === "arch" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 128 128", children: /* @__PURE__ */ e("g", { fill: "#1791cf", children: [
|
|
1215
1222
|
/* @__PURE__ */ a(
|
|
1216
1223
|
"path",
|
|
1217
1224
|
{
|
|
@@ -1221,15 +1228,15 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
1221
1228
|
),
|
|
1222
1229
|
/* @__PURE__ */ a("path", { d: "M121.14 112.57v-3.242h-1.214v-.434h2.93v.434h-1.223v3.242zm2.223 0v-3.676h.735l.875 2.602c.082.242.14.426.175.543q.065-.2.2-.586l.882-2.559h.66v3.676h-.472v-3.078l-1.074 3.078h-.442l-1.066-3.129v3.129z" })
|
|
1223
1230
|
] }) }),
|
|
1224
|
-
c === "zorin" && /* @__PURE__ */ a(
|
|
1231
|
+
c === "zorin" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 256 227", children: /* @__PURE__ */ a(
|
|
1225
1232
|
"path",
|
|
1226
1233
|
{
|
|
1227
1234
|
fill: "#0af",
|
|
1228
1235
|
d: "M125.928 0L64.159.034l-17.884 31.35h163.553L192.15.205zM24.143 70.28L0 112.91l22.493 39.964h8.684l122.746-82.593zm199.51 0L100.89 152.875h132.686L256 113.254l-24.178-42.973zM44.47 191.773l19.398 34.186l66.205.207l61.786-.035l19.604-34.358z"
|
|
1229
1236
|
}
|
|
1230
1237
|
) }),
|
|
1231
|
-
c === "manjaro" && /* @__PURE__ */ a(
|
|
1232
|
-
c === "linux" && /* @__PURE__ */ a(
|
|
1238
|
+
c === "manjaro" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 256 256", children: /* @__PURE__ */ a("path", { fill: "#35bf5c", d: "M256 0v256h-74.925V0zm-90.54 90.536V256H90.535V90.536zm0-90.536v74.925H74.67V256H0V0z" }) }),
|
|
1239
|
+
c === "linux" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 128 128", children: /* @__PURE__ */ a(
|
|
1233
1240
|
"path",
|
|
1234
1241
|
{
|
|
1235
1242
|
fill: "currentColor",
|
|
@@ -1238,42 +1245,42 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
1238
1245
|
clipRule: "evenodd"
|
|
1239
1246
|
}
|
|
1240
1247
|
) }),
|
|
1241
|
-
c === "intel" && /* @__PURE__ */ a(
|
|
1248
|
+
c === "intel" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 512 512", children: /* @__PURE__ */ a(
|
|
1242
1249
|
"path",
|
|
1243
1250
|
{
|
|
1244
1251
|
fill: l,
|
|
1245
1252
|
d: "M150.848 230.395v82.68H124.53V209.15l54.337.054c23.078 0 30.94 16.275 30.94 31.058v72.813h-26.271v-72.677c0-6.192-3.206-10.003-10.938-10.003zm157.583 20.934h40.491c.631-30.563-40.534-28.566-40.49 0m66.763 17.913h-66.763c-.796 24.687 30.53 31.48 47.435 13.462l16.256 15.521c-10.409 10.276-21.33 16.516-40.574 16.516c-25.194 0-49.306-13.738-49.306-53.776c0-34.21 21.052-53.576 48.714-53.576c30.121.56 46.618 23.957 44.238 61.853m-115.17 43.703c-21.44 0-30.538-14.926-30.538-29.668V180.835h26.278v28.315h19.81v21.245h-19.81v51.235c0 6.038 2.851 9.389 9.12 9.389h10.69v21.926zM101.112 194.788h-26.5v-25.172h26.5zm.067 119.38c-19.845-1.907-26.595-13.944-26.595-27.834l.029-77.184h26.566zm315.84-2.22c-19.803-1.911-26.521-13.929-26.521-27.8V166.034h26.522zm92.718-128.845C485.701 65.92 258.23 58.501 111.61 147.76v9.854c146.471-75.274 354.203-74.83 373.129 33.101c6.332 35.689-13.779 72.898-49.696 94.286v27.982c43.231-15.816 87.567-67.102 74.694-129.88M243.215 388.13c-101.191 9.354-206.64-5.334-221.394-84.406c-7.222-38.98 10.536-80.3 34.093-105.968v-13.725C13.506 221.22-9.51 268.298 3.74 323.927c16.911 71.333 107.412 111.758 245.546 98.333c54.653-5.334 126.186-22.907 175.917-50.202V333.28c-45.125 26.87-119.797 49.09-181.99 54.849"
|
|
1246
1253
|
}
|
|
1247
1254
|
) }),
|
|
1248
|
-
c === "amd" && /* @__PURE__ */ a(
|
|
1255
|
+
c === "amd" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
1249
1256
|
"path",
|
|
1250
1257
|
{
|
|
1251
1258
|
fill: "currentColor",
|
|
1252
1259
|
d: "m18.324 9.137l1.559 1.56h2.556v2.557L24 14.814V9.137zM2 9.52l-2 4.96h1.309l.37-.982H3.9l.408.982h1.338L3.432 9.52zm4.209 0v4.955h1.238v-3.092l1.338 1.562h.188l1.338-1.556v3.091h1.238V9.52H10.47l-1.592 1.845L7.287 9.52zm6.283 0v4.96h2.057c1.979 0 2.88-1.046 2.88-2.472c0-1.36-.937-2.488-2.747-2.488zm1.237.91h.792c1.17 0 1.63.711 1.63 1.57c0 .728-.372 1.572-1.616 1.572h-.806zm-10.985.273l.791 1.932H2.008zm17.137.307l-1.604 1.603v2.25h2.246l1.604-1.607h-2.246z"
|
|
1253
1260
|
}
|
|
1254
1261
|
) }),
|
|
1255
|
-
c === "sendgrid" && /* @__PURE__ */ i
|
|
1262
|
+
c === "sendgrid" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 256", children: [
|
|
1256
1263
|
/* @__PURE__ */ a("path", { fill: "#9dd6e3", d: "M256 0v170.667h-85.333v85.33H.002v-85.331H0V85.332h85.333V0z", strokeWidth: 6.5, stroke: "#9dd6e3" }),
|
|
1257
1264
|
/* @__PURE__ */ a("path", { fill: "#3f72ab", d: "M.002 255.996h85.333v-85.333H.002z", strokeWidth: 6.5, stroke: "#3f72ab" }),
|
|
1258
1265
|
/* @__PURE__ */ a("path", { fill: "#00a9d1", d: "M170.667 170.667H256V85.331h-85.333zM85.333 85.333h85.334V0H85.333z", strokeWidth: 6.5, stroke: "#00a9d1" }),
|
|
1259
1266
|
/* @__PURE__ */ a("path", { fill: "#2191c4", d: "M85.333 170.665h85.334V85.331H85.333z", strokeWidth: 6.5, stroke: "#2191c4" }),
|
|
1260
1267
|
/* @__PURE__ */ a("path", { fill: "#3f72ab", d: "M170.667 85.333H256V0h-85.333z", strokeWidth: 6.5, stroke: "#3f72ab" })
|
|
1261
1268
|
] }),
|
|
1262
|
-
c === "brevo" && /* @__PURE__ */ a(
|
|
1269
|
+
c === "brevo" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
1263
1270
|
"path",
|
|
1264
1271
|
{
|
|
1265
1272
|
fill: "#149c74",
|
|
1266
1273
|
d: "M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0M7.2 4.8h5.747c2.34 0 3.895 1.406 3.895 3.516c0 1.022-.348 1.862-1.09 2.588C17.189 11.812 18 13.22 18 14.785c0 2.86-2.64 5.016-6.164 5.016H7.199v-15zm2.085 1.952v5.537h.07c.233-.432.858-.796 2.249-1.226c2.039-.659 3.037-1.52 3.037-2.655c0-.998-.766-1.656-1.924-1.656zm4.87 5.266c-.766.385-1.67.748-2.76 1.11c-1.229.387-2.11 1.386-2.11 2.407v2.315h2.365c2.387 0 4.149-1.34 4.149-3.155c0-1.067-.625-2.087-1.645-2.677z"
|
|
1267
1274
|
}
|
|
1268
1275
|
) }),
|
|
1269
|
-
c === "resend" && /* @__PURE__ */ a(
|
|
1276
|
+
c === "resend" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
|
|
1270
1277
|
"path",
|
|
1271
1278
|
{
|
|
1272
1279
|
fill: "#222222",
|
|
1273
1280
|
d: "M9 7v10h2v-4h.8l1.2 4h2l-1.24-4.15C14.5 12.55 15 11.84 15 11V9a2 2 0 0 0-2-2zm2 2h2v2h-2zM5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2"
|
|
1274
1281
|
}
|
|
1275
1282
|
) }),
|
|
1276
|
-
c === "aws-ses" && /* @__PURE__ */ i
|
|
1283
|
+
c === "aws-ses" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 153", children: [
|
|
1277
1284
|
/* @__PURE__ */ a(
|
|
1278
1285
|
"path",
|
|
1279
1286
|
{
|
|
@@ -1293,7 +1300,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
1293
1300
|
}
|
|
1294
1301
|
)
|
|
1295
1302
|
] }),
|
|
1296
|
-
c === "mailgun" && /* @__PURE__ */ a(
|
|
1303
|
+
c === "mailgun" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 256 261", children: /* @__PURE__ */ a(
|
|
1297
1304
|
"path",
|
|
1298
1305
|
{
|
|
1299
1306
|
fill: "#f06b66",
|
|
@@ -1302,7 +1309,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
1302
1309
|
stroke: "#f06b66"
|
|
1303
1310
|
}
|
|
1304
1311
|
) }),
|
|
1305
|
-
c === "slack" && /* @__PURE__ */ i
|
|
1312
|
+
c === "slack" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 256", children: [
|
|
1306
1313
|
/* @__PURE__ */ a(
|
|
1307
1314
|
"path",
|
|
1308
1315
|
{
|
|
@@ -1340,14 +1347,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
|
|
|
1340
1347
|
}
|
|
1341
1348
|
)
|
|
1342
1349
|
] }),
|
|
1343
|
-
c === "ntfy" && /* @__PURE__ */ a(
|
|
1350
|
+
c === "ntfy" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 12 12", children: /* @__PURE__ */ a(
|
|
1344
1351
|
"path",
|
|
1345
1352
|
{
|
|
1346
1353
|
fill: "#338574",
|
|
1347
1354
|
d: "M11 1H1c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1M9.5 9h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h4c.28 0 .5.22.5.5s-.22.5-.5.5m-7 .12a.62.62 0 0 1-.44-.18a.63.63 0 0 1 0-.88L4.12 6L2.06 3.94a.63.63 0 0 1 0-.88c.24-.24.64-.24.88 0L5.09 5.2c.44.44.44 1.15 0 1.59L2.94 8.94a.62.62 0 0 1-.44.18"
|
|
1348
1355
|
}
|
|
1349
1356
|
) })
|
|
1350
|
-
] }),
|
|
1357
|
+
] }), i = ({ children: c, viewBox: l, size: h }) => /* @__PURE__ */ a(
|
|
1351
1358
|
"svg",
|
|
1352
1359
|
{
|
|
1353
1360
|
"data-testid": "icon",
|