@plutonhq/core-frontend 0.1.32 → 0.1.33

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.
Files changed (126) hide show
  1. package/dist-lib/@types/plans.d.ts +4 -0
  2. package/dist-lib/@types/plans.d.ts.map +1 -1
  3. package/dist-lib/components/Plan/AddPlan/AddPlan.d.ts.map +1 -1
  4. package/dist-lib/components/Plan/AddPlan/AddPlan.js +29 -24
  5. package/dist-lib/components/Plan/AddPlan/AddPlan.js.map +1 -1
  6. package/dist-lib/components/Plan/BackupProgress/BackupProgress.js +34 -33
  7. package/dist-lib/components/Plan/BackupProgress/BackupProgress.js.map +1 -1
  8. package/dist-lib/components/Plan/FilterPlans/FilterPlans.d.ts +9 -0
  9. package/dist-lib/components/Plan/FilterPlans/FilterPlans.d.ts.map +1 -0
  10. package/dist-lib/components/Plan/FilterPlans/FilterPlans.js +117 -0
  11. package/dist-lib/components/Plan/FilterPlans/FilterPlans.js.map +1 -0
  12. package/dist-lib/components/Plan/FilterPlans/FilterPlans.module.scss.js +20 -0
  13. package/dist-lib/components/Plan/FilterPlans/FilterPlans.module.scss.js.map +1 -0
  14. package/dist-lib/components/Plan/PlanForm/PlanForm.d.ts +4 -2
  15. package/dist-lib/components/Plan/PlanForm/PlanForm.d.ts.map +1 -1
  16. package/dist-lib/components/Plan/PlanForm/PlanForm.js +33 -29
  17. package/dist-lib/components/Plan/PlanForm/PlanForm.js.map +1 -1
  18. package/dist-lib/components/Plan/PlanIntegrity/PlanIntegrity.d.ts +2 -1
  19. package/dist-lib/components/Plan/PlanIntegrity/PlanIntegrity.d.ts.map +1 -1
  20. package/dist-lib/components/Plan/PlanIntegrity/PlanIntegrity.js +85 -57
  21. package/dist-lib/components/Plan/PlanIntegrity/PlanIntegrity.js.map +1 -1
  22. package/dist-lib/components/Plan/PlanIntegrity/PlanIntegrity.module.scss.js +11 -9
  23. package/dist-lib/components/Plan/PlanIntegrity/PlanIntegrity.module.scss.js.map +1 -1
  24. package/dist-lib/components/Plan/PlanItems/PlanItem.js +1 -1
  25. package/dist-lib/components/Plan/PlanItems/PlanItem.js.map +1 -1
  26. package/dist-lib/components/Plan/PlanRepair/PlanRepair.d.ts +9 -0
  27. package/dist-lib/components/Plan/PlanRepair/PlanRepair.d.ts.map +1 -0
  28. package/dist-lib/components/Plan/PlanRepair/PlanRepair.js +262 -0
  29. package/dist-lib/components/Plan/PlanRepair/PlanRepair.js.map +1 -0
  30. package/dist-lib/components/Plan/PlanRepair/PlanRepair.module.scss.js +14 -0
  31. package/dist-lib/components/Plan/PlanRepair/PlanRepair.module.scss.js.map +1 -0
  32. package/dist-lib/components/Plan/PlanSettings/PlanAdvancedSettings.d.ts +4 -2
  33. package/dist-lib/components/Plan/PlanSettings/PlanAdvancedSettings.d.ts.map +1 -1
  34. package/dist-lib/components/Plan/PlanSettings/PlanAdvancedSettings.js +24 -22
  35. package/dist-lib/components/Plan/PlanSettings/PlanAdvancedSettings.js.map +1 -1
  36. package/dist-lib/components/Plan/PlanSettings/PlanGeneralSettings.d.ts +4 -2
  37. package/dist-lib/components/Plan/PlanSettings/PlanGeneralSettings.d.ts.map +1 -1
  38. package/dist-lib/components/Plan/PlanSettings/PlanGeneralSettings.js +39 -28
  39. package/dist-lib/components/Plan/PlanSettings/PlanGeneralSettings.js.map +1 -1
  40. package/dist-lib/components/Plan/PlanSettings/PlanSettings.module.scss.js +66 -64
  41. package/dist-lib/components/Plan/PlanSettings/PlanSettings.module.scss.js.map +1 -1
  42. package/dist-lib/components/Plan/PlanSizeChart/PlanSizeChart.d.ts +7 -0
  43. package/dist-lib/components/Plan/PlanSizeChart/PlanSizeChart.d.ts.map +1 -0
  44. package/dist-lib/components/Plan/PlanSizeChart/PlanSizeChart.js +116 -0
  45. package/dist-lib/components/Plan/PlanSizeChart/PlanSizeChart.js.map +1 -0
  46. package/dist-lib/components/Plan/PlanSizeChart/PlanSizeChart.module.scss.js +20 -0
  47. package/dist-lib/components/Plan/PlanSizeChart/PlanSizeChart.module.scss.js.map +1 -0
  48. package/dist-lib/components/Plan/PlanStats/PlanStats.d.ts.map +1 -1
  49. package/dist-lib/components/Plan/PlanStats/PlanStats.js +29 -30
  50. package/dist-lib/components/Plan/PlanStats/PlanStats.js.map +1 -1
  51. package/dist-lib/components/Plan/PlanStats/PlanStats.module.scss.js +16 -14
  52. package/dist-lib/components/Plan/PlanStats/PlanStats.module.scss.js.map +1 -1
  53. package/dist-lib/components/common/Icon/Icon.d.ts.map +1 -1
  54. package/dist-lib/components/common/Icon/Icon.js +395 -378
  55. package/dist-lib/components/common/Icon/Icon.js.map +1 -1
  56. package/dist-lib/components/common/SortItems/SortItems.d.ts +2 -1
  57. package/dist-lib/components/common/SortItems/SortItems.d.ts.map +1 -1
  58. package/dist-lib/components/common/SortItems/SortItems.js +14 -14
  59. package/dist-lib/components/common/SortItems/SortItems.js.map +1 -1
  60. package/dist-lib/components/common/SortItems/SortItems.module.scss.js +1 -1
  61. package/dist-lib/components/common/form/MultiSelect/MultiSelect.module.scss.js +16 -16
  62. package/dist-lib/components/index.d.ts +2 -0
  63. package/dist-lib/components/index.d.ts.map +1 -1
  64. package/dist-lib/components.js +199 -195
  65. package/dist-lib/components.js.map +1 -1
  66. package/dist-lib/hooks/usePlanSingleActions.d.ts.map +1 -1
  67. package/dist-lib/hooks/usePlanSingleActions.js +22 -19
  68. package/dist-lib/hooks/usePlanSingleActions.js.map +1 -1
  69. package/dist-lib/node_modules/.pnpm/@kurkle_color@0.3.4/node_modules/@kurkle/color/dist/color.esm.js +449 -0
  70. package/dist-lib/node_modules/.pnpm/@kurkle_color@0.3.4/node_modules/@kurkle/color/dist/color.esm.js.map +1 -0
  71. package/dist-lib/node_modules/.pnpm/chart.js@4.5.1/node_modules/chart.js/dist/chart.js +5219 -0
  72. package/dist-lib/node_modules/.pnpm/chart.js@4.5.1/node_modules/chart.js/dist/chart.js.map +1 -0
  73. package/dist-lib/node_modules/.pnpm/chart.js@4.5.1/node_modules/chart.js/dist/chunks/helpers.dataset.js +1691 -0
  74. package/dist-lib/node_modules/.pnpm/chart.js@4.5.1/node_modules/chart.js/dist/chunks/helpers.dataset.js.map +1 -0
  75. package/dist-lib/node_modules/.pnpm/react-chartjs-2@5.3.1_chart.js@4.5.1_react@18.3.1/node_modules/react-chartjs-2/dist/index.js +93 -0
  76. package/dist-lib/node_modules/.pnpm/react-chartjs-2@5.3.1_chart.js@4.5.1_react@18.3.1/node_modules/react-chartjs-2/dist/index.js.map +1 -0
  77. package/dist-lib/routes/Login/Login.d.ts.map +1 -1
  78. package/dist-lib/routes/Login/Login.js +45 -36
  79. package/dist-lib/routes/Login/Login.js.map +1 -1
  80. package/dist-lib/routes/PlanSingle/PlanSingle.d.ts.map +1 -1
  81. package/dist-lib/routes/PlanSingle/PlanSingle.js +131 -118
  82. package/dist-lib/routes/PlanSingle/PlanSingle.js.map +1 -1
  83. package/dist-lib/routes/Plans/Plans.d.ts.map +1 -1
  84. package/dist-lib/routes/Plans/Plans.js +77 -51
  85. package/dist-lib/routes/Plans/Plans.js.map +1 -1
  86. package/dist-lib/services/plans.d.ts +33 -5
  87. package/dist-lib/services/plans.d.ts.map +1 -1
  88. package/dist-lib/services/plans.js +92 -67
  89. package/dist-lib/services/plans.js.map +1 -1
  90. package/dist-lib/services.js +93 -91
  91. package/dist-lib/styles/core-frontend.css +1 -1
  92. package/dist-lib/utils/helpers.d.ts +2 -0
  93. package/dist-lib/utils/helpers.d.ts.map +1 -1
  94. package/dist-lib/utils/helpers.js +68 -42
  95. package/dist-lib/utils/helpers.js.map +1 -1
  96. package/dist-lib/utils.js +36 -34
  97. package/package.json +3 -1
  98. package/src/@types/plans.ts +5 -0
  99. package/src/components/Plan/AddPlan/AddPlan.tsx +22 -16
  100. package/src/components/Plan/BackupProgress/BackupProgress.tsx +1 -1
  101. package/src/components/Plan/FilterPlans/FilterPlans.module.scss +65 -0
  102. package/src/components/Plan/FilterPlans/FilterPlans.tsx +126 -0
  103. package/src/components/Plan/PlanForm/PlanForm.tsx +7 -1
  104. package/src/components/Plan/PlanIntegrity/PlanIntegrity.module.scss +19 -0
  105. package/src/components/Plan/PlanIntegrity/PlanIntegrity.tsx +40 -3
  106. package/src/components/Plan/PlanItems/PlanItem.tsx +1 -1
  107. package/src/components/Plan/PlanRepair/PlanRepair.module.scss +53 -0
  108. package/src/components/Plan/PlanRepair/PlanRepair.tsx +243 -0
  109. package/src/components/Plan/PlanSettings/PlanAdvancedSettings.tsx +6 -2
  110. package/src/components/Plan/PlanSettings/PlanGeneralSettings.tsx +14 -2
  111. package/src/components/Plan/PlanSettings/PlanSettings.module.scss +8 -0
  112. package/src/components/Plan/PlanSizeChart/PlanSizeChart.module.scss +76 -0
  113. package/src/components/Plan/PlanSizeChart/PlanSizeChart.tsx +163 -0
  114. package/src/components/Plan/PlanStats/PlanStats.module.scss +16 -2
  115. package/src/components/Plan/PlanStats/PlanStats.tsx +8 -11
  116. package/src/components/common/Icon/Icon.tsx +21 -0
  117. package/src/components/common/SortItems/SortItems.module.scss +3 -2
  118. package/src/components/common/SortItems/SortItems.tsx +6 -3
  119. package/src/components/common/form/MultiSelect/MultiSelect.module.scss +1 -0
  120. package/src/components/index.ts +2 -0
  121. package/src/hooks/usePlanSingleActions.tsx +26 -23
  122. package/src/routes/Login/Login.tsx +8 -2
  123. package/src/routes/PlanSingle/PlanSingle.tsx +17 -0
  124. package/src/routes/Plans/Plans.tsx +70 -35
  125. package/src/services/plans.ts +40 -4
  126. package/src/utils/helpers.ts +25 -0
@@ -1,113 +1,113 @@
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(
1
+ import { jsxs as e, jsx as l } from "react/jsx-runtime";
2
+ const r = ({ type: c, color: a = "currentColor", size: h = 16, title: d = "", classes: t = "" }) => /* @__PURE__ */ e("span", { className: `icon ${t}`, title: d, children: [
3
+ c === "logo" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 120 120", children: /* @__PURE__ */ l(
4
4
  "path",
5
5
  {
6
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
7
+ fill: a
8
8
  }
9
9
  ) }),
10
10
  c === "loading" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 24 24", children: [
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 }),
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" }) })
11
+ /* @__PURE__ */ l("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: a }),
12
+ /* @__PURE__ */ l("path", { d: "M20 12h2A10 10 0 0 0 12 2v2a8 8 0 0 1 8 8z", fill: a, children: /* @__PURE__ */ l("animateTransform", { attributeName: "transform", type: "rotate", from: "0 12 12", to: "360 12 12", dur: "1s", repeatCount: "indefinite" }) })
13
13
  ] }),
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(
14
+ c === "close" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l("path", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2.5, d: "m7 7l10 10M7 17L17 7" }) }),
15
+ c === "close-circle" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 32 32", children: /* @__PURE__ */ l(
16
16
  "path",
17
17
  {
18
- fill: l,
18
+ fill: a,
19
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"
20
20
  }
21
21
  ) }),
22
- c === "password" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
22
+ c === "password" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
23
23
  "path",
24
24
  {
25
25
  fill: "none",
26
- stroke: l,
26
+ stroke: a,
27
27
  strokeLinecap: "round",
28
28
  strokeLinejoin: "round",
29
29
  strokeWidth: "2",
30
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"
31
31
  }
32
32
  ) }),
33
- c === "user" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
33
+ c === "user" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
34
34
  "path",
35
35
  {
36
36
  fill: "none",
37
- stroke: l,
37
+ stroke: a,
38
38
  strokeLinecap: "round",
39
39
  strokeLinejoin: "round",
40
40
  strokeWidth: "2",
41
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"
42
42
  }
43
43
  ) }),
44
- c === "plans" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ a(
44
+ c === "plans" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ l(
45
45
  "path",
46
46
  {
47
- fill: l,
47
+ fill: a,
48
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"
49
49
  }
50
50
  ) }),
51
- c === "sync" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ a(
51
+ c === "sync" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ l(
52
52
  "path",
53
53
  {
54
- fill: l,
54
+ fill: a,
55
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"
56
56
  }
57
57
  ) }),
58
- c === "rescue" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", children: [
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" }),
60
- /* @__PURE__ */ a("path", { d: "M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0" }),
61
- /* @__PURE__ */ a(
58
+ c === "rescue" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", children: [
59
+ /* @__PURE__ */ l("path", { d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10" }),
60
+ /* @__PURE__ */ l("path", { d: "M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0" }),
61
+ /* @__PURE__ */ l(
62
62
  "path",
63
63
  {
64
- stroke: l,
64
+ stroke: a,
65
65
  strokeLinecap: "square",
66
66
  strokeWidth: "2",
67
67
  d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10Z"
68
68
  }
69
69
  ),
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" })
70
+ /* @__PURE__ */ l("path", { stroke: a, 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" })
71
71
  ] }) }),
72
- c === "restore" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
72
+ c === "restore" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
73
73
  "path",
74
74
  {
75
- fill: l,
75
+ fill: a,
76
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"
77
77
  }
78
78
  ) }),
79
- c === "storages" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 48 48", children: /* @__PURE__ */ e("g", { fill: "none", children: [
80
- /* @__PURE__ */ a("path", { stroke: l, strokeLinejoin: "round", strokeWidth: 4, d: "M44 29H4v13h40z" }),
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" }),
82
- /* @__PURE__ */ a("path", { stroke: l, strokeLinejoin: "round", strokeWidth: 4, d: "M4 29L9.038 4.999H39.02l4.98 24" }),
83
- /* @__PURE__ */ a(
79
+ c === "storages" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 48 48", children: /* @__PURE__ */ e("g", { fill: "none", children: [
80
+ /* @__PURE__ */ l("path", { stroke: a, strokeLinejoin: "round", strokeWidth: 4, d: "M44 29H4v13h40z" }),
81
+ /* @__PURE__ */ l("path", { fill: a, d: "M35.5 38a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" }),
82
+ /* @__PURE__ */ l("path", { stroke: a, strokeLinejoin: "round", strokeWidth: 4, d: "M4 29L9.038 4.999H39.02l4.98 24" }),
83
+ /* @__PURE__ */ l(
84
84
  "path",
85
85
  {
86
- stroke: l,
86
+ stroke: a,
87
87
  strokeLinecap: "round",
88
88
  strokeLinejoin: "round",
89
89
  strokeWidth: 4,
90
90
  d: "M19.006 16.026c-2.143 0-4.006 1.486-4.006 3.487C15 22 17.095 23 19.697 23h1.28m8.03-6.974c2.097 0 3.993.973 3.993 3.487C33 22 30.89 23 28.288 23h-1.3m2.019-6.974C29.007 13.042 27.023 11 24 11s-4.994 1.993-4.994 5.026"
91
91
  }
92
92
  ),
93
- /* @__PURE__ */ a("path", { stroke: l, strokeWidth: 4, d: "M20 23h8" })
93
+ /* @__PURE__ */ l("path", { stroke: a, strokeWidth: 4, d: "M20 23h8" })
94
94
  ] }) }),
95
95
  c === "mirrors" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 24 24", children: [
96
- /* @__PURE__ */ a(
96
+ /* @__PURE__ */ l(
97
97
  "path",
98
98
  {
99
- fill: l,
99
+ fill: a,
100
100
  d: "M21.53 5.15a.99.99 0 0 0-.97-.04l-10 5a1 1 0 0 0-.55.89v10a1 1 0 0 0 1 1c.15 0 .31-.04.45-.11l10-5a1 1 0 0 0 .55-.89V6c0-.35-.18-.67-.47-.85ZM20 15.38l-8 4v-7.76l8-4z"
101
101
  }
102
102
  ),
103
- /* @__PURE__ */ a("path", { fill: l, d: "m16.55 3.11l-10 5A1 1 0 0 0 6 9v10h2V9.62l9.45-4.72l-.89-1.79Z" }),
104
- /* @__PURE__ */ a("path", { fill: l, d: "m12.55 1.11l-10 5A1 1 0 0 0 2 7v10h2V7.62l9.45-4.73l-.89-1.79Z" })
103
+ /* @__PURE__ */ l("path", { fill: a, d: "m16.55 3.11l-10 5A1 1 0 0 0 6 9v10h2V9.62l9.45-4.72l-.89-1.79Z" }),
104
+ /* @__PURE__ */ l("path", { fill: a, d: "m12.55 1.11l-10 5A1 1 0 0 0 2 7v10h2V7.62l9.45-4.73l-.89-1.79Z" })
105
105
  ] }),
106
- c === "devices" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
106
+ c === "devices" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
107
107
  "path",
108
108
  {
109
109
  fill: "none",
110
- stroke: l,
110
+ stroke: a,
111
111
  strokeLinecap: "round",
112
112
  strokeLinejoin: "round",
113
113
  strokeWidth: 2,
@@ -115,14 +115,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
115
115
  }
116
116
  ) }),
117
117
  c === "sources" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 430 502", children: [
118
- /* @__PURE__ */ a("circle", { cx: "215", cy: "55", r: "40", fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
119
- /* @__PURE__ */ a("circle", { cx: "375", cy: "155", r: "40", fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
120
- /* @__PURE__ */ a("circle", { cx: "55", cy: "155", r: "40", fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
121
- /* @__PURE__ */ a("circle", { cx: "215", cy: "251", r: "40", fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
122
- /* @__PURE__ */ a("circle", { cx: "375", cy: "347", r: "40", fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
123
- /* @__PURE__ */ a("circle", { cx: "55", cy: "347", r: "40", fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
124
- /* @__PURE__ */ a("circle", { cx: "215", cy: "447", r: "40", fill: "none", stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
125
- /* @__PURE__ */ a(
118
+ /* @__PURE__ */ l("circle", { cx: "215", cy: "55", r: "40", fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
119
+ /* @__PURE__ */ l("circle", { cx: "375", cy: "155", r: "40", fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
120
+ /* @__PURE__ */ l("circle", { cx: "55", cy: "155", r: "40", fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
121
+ /* @__PURE__ */ l("circle", { cx: "215", cy: "251", r: "40", fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
122
+ /* @__PURE__ */ l("circle", { cx: "375", cy: "347", r: "40", fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
123
+ /* @__PURE__ */ l("circle", { cx: "55", cy: "347", r: "40", fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
124
+ /* @__PURE__ */ l("circle", { cx: "215", cy: "447", r: "40", fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 30 }),
125
+ /* @__PURE__ */ l(
126
126
  "line",
127
127
  {
128
128
  x1: "88.92",
@@ -130,13 +130,13 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
130
130
  x2: "181.08",
131
131
  y2: "76.2",
132
132
  fill: "none",
133
- stroke: l,
133
+ stroke: a,
134
134
  strokeLinecap: "round",
135
135
  strokeLinejoin: "round",
136
136
  strokeWidth: 30
137
137
  }
138
138
  ),
139
- /* @__PURE__ */ a(
139
+ /* @__PURE__ */ l(
140
140
  "line",
141
141
  {
142
142
  x1: "248.92",
@@ -144,13 +144,13 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
144
144
  x2: "341.08",
145
145
  y2: "133.8",
146
146
  fill: "none",
147
- stroke: l,
147
+ stroke: a,
148
148
  strokeLinecap: "round",
149
149
  strokeLinejoin: "round",
150
150
  strokeWidth: 30
151
151
  }
152
152
  ),
153
- /* @__PURE__ */ a(
153
+ /* @__PURE__ */ l(
154
154
  "line",
155
155
  {
156
156
  x1: "181.08",
@@ -158,13 +158,13 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
158
158
  x2: "88.92",
159
159
  y2: "176.2",
160
160
  fill: "none",
161
- stroke: l,
161
+ stroke: a,
162
162
  strokeLinecap: "round",
163
163
  strokeLinejoin: "round",
164
164
  strokeWidth: 30
165
165
  }
166
166
  ),
167
- /* @__PURE__ */ a(
167
+ /* @__PURE__ */ l(
168
168
  "line",
169
169
  {
170
170
  x1: "341.08",
@@ -172,13 +172,13 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
172
172
  x2: "248.92",
173
173
  y2: "229.8",
174
174
  fill: "none",
175
- stroke: l,
175
+ stroke: a,
176
176
  strokeLinecap: "round",
177
177
  strokeLinejoin: "round",
178
178
  strokeWidth: 30
179
179
  }
180
180
  ),
181
- /* @__PURE__ */ a(
181
+ /* @__PURE__ */ l(
182
182
  "line",
183
183
  {
184
184
  x1: "248.92",
@@ -186,13 +186,13 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
186
186
  x2: "341.08",
187
187
  y2: "325.8",
188
188
  fill: "none",
189
- stroke: l,
189
+ stroke: a,
190
190
  strokeLinecap: "round",
191
191
  strokeLinejoin: "round",
192
192
  strokeWidth: 30
193
193
  }
194
194
  ),
195
- /* @__PURE__ */ a(
195
+ /* @__PURE__ */ l(
196
196
  "line",
197
197
  {
198
198
  x1: "181.08",
@@ -200,13 +200,13 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
200
200
  x2: "88.92",
201
201
  y2: "368.2",
202
202
  fill: "none",
203
- stroke: l,
203
+ stroke: a,
204
204
  strokeLinecap: "round",
205
205
  strokeLinejoin: "round",
206
206
  strokeWidth: 30
207
207
  }
208
208
  ),
209
- /* @__PURE__ */ a(
209
+ /* @__PURE__ */ l(
210
210
  "line",
211
211
  {
212
212
  x1: "88.92",
@@ -214,25 +214,25 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
214
214
  x2: "181.08",
215
215
  y2: "272.2",
216
216
  fill: "none",
217
- stroke: l,
217
+ stroke: a,
218
218
  strokeLinecap: "round",
219
219
  strokeLinejoin: "round",
220
220
  strokeWidth: 30
221
221
  }
222
222
  )
223
223
  ] }),
224
- c === "link" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
224
+ c === "link" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
225
225
  "path",
226
226
  {
227
- fill: l,
227
+ fill: a,
228
228
  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"
229
229
  }
230
230
  ) }),
231
- c === "send" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
231
+ c === "send" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
232
232
  "path",
233
233
  {
234
234
  fill: "none",
235
- stroke: l,
235
+ stroke: a,
236
236
  strokeLinecap: "round",
237
237
  strokeLinejoin: "round",
238
238
  strokeWidth: 2,
@@ -240,58 +240,58 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
240
240
  }
241
241
  ) }),
242
242
  c === "sort-up" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 16 16", children: [
243
- /* @__PURE__ */ a(
243
+ /* @__PURE__ */ l(
244
244
  "path",
245
245
  {
246
- fill: l,
246
+ fill: a,
247
247
  d: "m12.927 2.573l3 3A.25.25 0 0 1 15.75 6H13.5v6.75a.75.75 0 0 1-1.5 0V6H9.75a.25.25 0 0 1-.177-.427l3-3a.25.25 0 0 1 .354 0M0 12.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75m0-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 0 4.25"
248
248
  }
249
249
  ),
250
250
  " "
251
251
  ] }),
252
- c === "sort-down" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ a(
252
+ c === "sort-down" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ l(
253
253
  "path",
254
254
  {
255
- fill: l,
255
+ fill: a,
256
256
  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"
257
257
  }
258
258
  ) }),
259
- c === "columns" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
259
+ c === "columns" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
260
260
  "path",
261
261
  {
262
- fill: l,
262
+ fill: a,
263
263
  fillRule: "evenodd",
264
264
  d: "M4 2a2 2 0 1 1 0 4a2 2 0 0 1 0-4m8 0a2 2 0 1 1 0 4a2 2 0 0 1 0-4m10 2a2 2 0 1 0-4 0a2 2 0 0 0 4 0M4 10a2 2 0 1 1 0 4a2 2 0 0 1 0-4m10 2a2 2 0 1 0-4 0a2 2 0 0 0 4 0m6-2a2 2 0 1 1 0 4a2 2 0 0 1 0-4M6 20a2 2 0 1 0-4 0a2 2 0 0 0 4 0m6-2a2 2 0 1 1 0 4a2 2 0 0 1 0-4m10 2a2 2 0 1 0-4 0a2 2 0 0 0 4 0",
265
265
  clipRule: "evenodd"
266
266
  }
267
267
  ) }),
268
- c === "rows" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 28 28", children: /* @__PURE__ */ a(
268
+ c === "rows" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 28 28", children: /* @__PURE__ */ l(
269
269
  "path",
270
270
  {
271
- fill: l,
271
+ fill: a,
272
272
  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"
273
273
  }
274
274
  ) }),
275
- c === "computer-remote" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
275
+ c === "computer-remote" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
276
276
  "path",
277
277
  {
278
- fill: l,
278
+ fill: a,
279
279
  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"
280
280
  }
281
281
  ) }),
282
- c === "computer" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
282
+ c === "computer" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
283
283
  "path",
284
284
  {
285
- fill: l,
285
+ fill: a,
286
286
  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"
287
287
  }
288
288
  ) }),
289
- 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: [
290
- /* @__PURE__ */ a("rect", { width: 36, height: 28, x: 6, y: 6, rx: 3 }),
291
- /* @__PURE__ */ a("path", { strokeLinecap: "round", d: "M14 42h20m-10-8v8" })
289
+ c === "computer-alt" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 48 48", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinejoin: "round", strokeWidth: 4, children: [
290
+ /* @__PURE__ */ l("rect", { width: 36, height: 28, x: 6, y: 6, rx: 3 }),
291
+ /* @__PURE__ */ l("path", { strokeLinecap: "round", d: "M14 42h20m-10-8v8" })
292
292
  ] }) }),
293
- c === "vm-host" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 48 48", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeWidth: 4, children: [
294
- /* @__PURE__ */ a(
293
+ c === "vm-host" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 48 48", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeWidth: 4, children: [
294
+ /* @__PURE__ */ l(
295
295
  "path",
296
296
  {
297
297
  strokeLinecap: "round",
@@ -299,8 +299,8 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
299
299
  d: "M24 6H9a3 3 0 0 0-3 3v22a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3v-5m-18 8v8m-10 0h20"
300
300
  }
301
301
  ),
302
- /* @__PURE__ */ a("circle", { cx: 37, cy: 13, r: 3 }),
303
- /* @__PURE__ */ a(
302
+ /* @__PURE__ */ l("circle", { cx: 37, cy: 13, r: 3 }),
303
+ /* @__PURE__ */ l(
304
304
  "path",
305
305
  {
306
306
  strokeLinecap: "round",
@@ -310,73 +310,73 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
310
310
  )
311
311
  ] }) }),
312
312
  c === "vm" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 40 40", children: [
313
- /* @__PURE__ */ a("rect", { x: "1.5", y: "1.5", width: "36", height: "28", rx: "3", fill: "none", stroke: l, strokeLinejoin: "round", strokeWidth: "3" }),
314
- /* @__PURE__ */ a(
313
+ /* @__PURE__ */ l("rect", { x: "1.5", y: "1.5", width: "36", height: "28", rx: "3", fill: "none", stroke: a, strokeLinejoin: "round", strokeWidth: "3" }),
314
+ /* @__PURE__ */ l(
315
315
  "path",
316
316
  {
317
317
  d: "M14,42H34M24,34v8",
318
318
  transform: "translate(-4.5 -4.5)",
319
319
  fill: "none",
320
- stroke: l,
320
+ stroke: a,
321
321
  strokeLinecap: "round",
322
322
  strokeLinejoin: "round",
323
323
  strokeWidth: "3"
324
324
  }
325
325
  ),
326
- /* @__PURE__ */ a(
326
+ /* @__PURE__ */ l(
327
327
  "path",
328
328
  {
329
329
  d: "M32.42,14.75l-8.06-3.58a.9.9,0,0,0-.72,0l-8.06,3.58-.05,0a.2.2,0,0,1-.08,0l0,0a.69.69,0,0,0-.17.17l-.05.07a1,1,0,0,0-.07.15l0,.07a1,1,0,0,0,0,.24v9a.89.89,0,0,0,.53.82l8.06,3.58A.76.76,0,0,0,24,29a.77.77,0,0,0,.36-.09h0l8.06-3.58a.89.89,0,0,0,.53-.82V15.57a.91.91,0,0,0-.53-.82M24,13l5.85,2.6L24,18.17l-1.17-.52-4.68-2.08Zm-7.16,11V17l6.26,2.78v7Zm8.06,2.79v-7L31.16,17v7Z",
330
330
  transform: "translate(-4.5 -4.5)",
331
- fill: l,
331
+ fill: a,
332
332
  strokeMiterlimit: "10",
333
333
  strokeWidth: "0.75"
334
334
  }
335
335
  )
336
336
  ] }),
337
- c === "database" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeWidth: 1.5, children: [
338
- /* @__PURE__ */ a("path", { strokeLinecap: "round", d: "M4 18V6m16 6v6" }),
339
- /* @__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" }),
340
- /* @__PURE__ */ a("path", { strokeLinecap: "round", d: "M20 12c0 2.21-3.582 4-8 4s-8-1.79-8-4" }),
341
- /* @__PURE__ */ a("path", { d: "M20 18c0 2.21-3.582 4-8 4s-8-1.79-8-4" })
337
+ c === "database" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeWidth: 1.5, children: [
338
+ /* @__PURE__ */ l("path", { strokeLinecap: "round", d: "M4 18V6m16 6v6" }),
339
+ /* @__PURE__ */ l("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" }),
340
+ /* @__PURE__ */ l("path", { strokeLinecap: "round", d: "M20 12c0 2.21-3.582 4-8 4s-8-1.79-8-4" }),
341
+ /* @__PURE__ */ l("path", { d: "M20 18c0 2.21-3.582 4-8 4s-8-1.79-8-4" })
342
342
  ] }) }),
343
343
  c === "postgres" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 24 24", children: [
344
- /* @__PURE__ */ a(
344
+ /* @__PURE__ */ l(
345
345
  "path",
346
346
  {
347
347
  fill: "#336791",
348
348
  d: "M10.74 12.89v-.11c.06-.15.12-.29.19-.43a5.15 5.15 0 0 0 .26-3.74a.86.86 0 0 0-.66-.74a3.12 3.12 0 0 0-2.08.61v.18a11.3 11.3 0 0 1-.06 2.41a2.37 2.37 0 0 0 .62 2a2 2 0 0 0 1.43.63a8 8 0 0 1 .3-.81M10 8.58a.36.36 0 0 1-.09-.23a.2.2 0 0 1 .09-.12a.74.74 0 0 1 .48-.07c.25 0 .5.16.48.34a.51.51 0 0 1-.49.33h-.06a.63.63 0 0 1-.41-.25"
349
349
  }
350
350
  ),
351
- /* @__PURE__ */ a(
351
+ /* @__PURE__ */ l(
352
352
  "path",
353
353
  {
354
354
  fill: "#336791",
355
355
  d: "M7.88 11a12.6 12.6 0 0 0 .06-2.3v-.28a7 7 0 0 1 1.54-4.55c-1-.32-3.4-1-4.87.1c-.9.64-1.32 1.84-1.23 3.55a25 25 0 0 0 1 4.4c.68 2.22 1.45 3.62 2.11 3.85c.1 0 .41.13.86-.41c.64-.76 1.23-1.41 1.5-1.7l-.19-.19A2.89 2.89 0 0 1 7.88 11m3.5 3.4c-.16-.06-.24-.1-.42.11a2.5 2.5 0 0 0-.29.35c-.35.43-.5.58-1.51.79a2 2 0 0 0-.4.11a1 1 0 0 0 .37.16a2.21 2.21 0 0 0 2.5-.8a.41.41 0 0 0 0-.35a.6.6 0 0 0-.25-.37m6.29-5.82a5 5 0 0 0 .08-.79c-.66-.08-1.42-.07-1.72.36c-.58.83.56 2.88 1 3.75a4 4 0 0 1 .26.48a2 2 0 0 0 .15.31a3.7 3.7 0 0 0 .16-2.13a7.5 7.5 0 0 1-.07-1.05a6 6 0 0 1 .14-.93m-.56-.16a.6.6 0 0 1-.32.17h-.06a.47.47 0 0 1-.44-.3c0-.14.2-.24.44-.28s.48 0 .5.15a.38.38 0 0 1-.12.26"
356
356
  }
357
357
  ),
358
- /* @__PURE__ */ a(
358
+ /* @__PURE__ */ l(
359
359
  "path",
360
360
  {
361
361
  fill: "#336791",
362
362
  d: "M17 4.88a6.06 6.06 0 0 1 1.37 2.57a.7.7 0 0 1 0 .15a5.7 5.7 0 0 1-.09 1.06a7 7 0 0 0-.09.86a6.6 6.6 0 0 0 .07 1a4 4 0 0 1-.36 2.71l.07.08c2.22-3.49 3-7.54 2.29-8.43a4.77 4.77 0 0 0-3.81-1.8a7.3 7.3 0 0 0-1.63.16A6.2 6.2 0 0 1 17 4.88"
363
363
  }
364
364
  ),
365
- /* @__PURE__ */ a(
365
+ /* @__PURE__ */ l(
366
366
  "path",
367
367
  {
368
368
  fill: "#336791",
369
369
  d: "M21.65 14c-.07-.2-.37-.85-1.47-.62a6 6 0 0 1-1 .13a19.7 19.7 0 0 0 2.06-4.88c.37-1.45.66-3.39-.11-4.38A5.91 5.91 0 0 0 16.37 2a8.4 8.4 0 0 0-2.46.35a9.4 9.4 0 0 0-1.45-.14a4.8 4.8 0 0 0-2.46.62a12 12 0 0 0-1.77-.44A5.44 5.44 0 0 0 4 3.05c-1.24.87-1.81 2.39-1.71 4.52a26.3 26.3 0 0 0 1 4.67A16 16 0 0 0 4.4 15a3.4 3.4 0 0 0 1.75 1.83a1.71 1.71 0 0 0 1.69-.37a2 2 0 0 0 1 .59a3.65 3.65 0 0 0 2.35-.14v.81a8.5 8.5 0 0 0 .31 2.36a1 1 0 0 1 0 .13a3 3 0 0 0 .71 1.24a2.08 2.08 0 0 0 1.49.56a3 3 0 0 0 .7-.08a3.27 3.27 0 0 0 2.21-1.27a7.34 7.34 0 0 0 .91-4v-.26h.17a5.24 5.24 0 0 0 2.4-.4c.45-.23 1.91-1 1.56-2m-1.81 1.47a4.7 4.7 0 0 1-1.8.34a2.6 2.6 0 0 1-.79-.1c-.1.94-.32 2.69-.45 3.42a2.47 2.47 0 0 1-2.25 2.3a3.2 3.2 0 0 1-.66.07A2 2 0 0 1 12 20a16.8 16.8 0 0 1-.28-4.06a2.56 2.56 0 0 1-1.78.66a4 4 0 0 1-.94-.13c-.09 0-.87-.23-.86-.73s.66-.59.9-.64c.86-.18.92-.25 1.19-.59a3 3 0 0 1 .19-.24a2.56 2.56 0 0 1-1.11-.3c-.23.25-.86.93-1.54 1.74a1.43 1.43 0 0 1-1.11.63a1.2 1.2 0 0 1-.35 0C5.43 16 4.6 14.55 3.84 12a25 25 0 0 1-1-4.53c-.1-1.92.4-3.28 1.47-4c1.92-1.36 5-.31 5.7-.06a4 4 0 0 1 2.41-.66a5.6 5.6 0 0 1 1.4.18a7.5 7.5 0 0 1 2.5-.4a5.35 5.35 0 0 1 4.32 2c.69.88.23 3 0 3.89a18.8 18.8 0 0 1-2.41 5.41c.16.11.65.31 2 0c.46-.1.73 0 .82.25c.22.55-.7 1.13-1.21 1.37z"
370
370
  }
371
371
  ),
372
- /* @__PURE__ */ a(
372
+ /* @__PURE__ */ l(
373
373
  "path",
374
374
  {
375
375
  fill: "#336791",
376
376
  d: "M17.43 13.59a4 4 0 0 1-.62-1c0-.07-.12-.24-.23-.43c-.58-1-1.79-3.22-1-4.34a2.16 2.16 0 0 1 2.12-.61a6.3 6.3 0 0 0-1.13-1.94a5.41 5.41 0 0 0-4.13-2a3.34 3.34 0 0 0-2.55.95A5.82 5.82 0 0 0 8.51 7.8l.15-.08A3.7 3.7 0 0 1 10 7.3a1.45 1.45 0 0 1 1.76 1.19a5.73 5.73 0 0 1-.29 4.09a3 3 0 0 0-.17.39v.11c-.1.27-.19.52-.25.73a.94.94 0 0 1 .57.07a1.16 1.16 0 0 1 .62.74v.16a.3.3 0 0 1 0 .09a22.2 22.2 0 0 0 .22 4.9a1.5 1.5 0 0 0 2 1.09A1.92 1.92 0 0 0 16.25 19c.15-.88.45-3.35.49-3.88c0-1.06.52-1.27.84-1.36z"
377
377
  }
378
378
  ),
379
- /* @__PURE__ */ a(
379
+ /* @__PURE__ */ l(
380
380
  "path",
381
381
  {
382
382
  fill: "#336791",
@@ -385,7 +385,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
385
385
  )
386
386
  ] }),
387
387
  c === "mysql" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 32 32", children: [
388
- /* @__PURE__ */ a(
388
+ /* @__PURE__ */ l(
389
389
  "path",
390
390
  {
391
391
  fill: "#5d87a1",
@@ -393,7 +393,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
393
393
  d: "M8.785 6.865a3 3 0 0 0-.785.1V7h.038a6.5 6.5 0 0 0 .612.785c.154.306.288.611.441.917l.038-.039a1.07 1.07 0 0 0 .4-.957a4 4 0 0 1-.23-.4c-.115-.191-.364-.287-.517-.44"
394
394
  }
395
395
  ),
396
- /* @__PURE__ */ a(
396
+ /* @__PURE__ */ l(
397
397
  "path",
398
398
  {
399
399
  fill: "#00758f",
@@ -402,7 +402,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
402
402
  }
403
403
  )
404
404
  ] }),
405
- c === "mongodb" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
405
+ c === "mongodb" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
406
406
  "path",
407
407
  {
408
408
  fill: "#439934",
@@ -410,22 +410,22 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
410
410
  }
411
411
  ) }),
412
412
  c === "firebase" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 128 128", children: [
413
- /* @__PURE__ */ a(
413
+ /* @__PURE__ */ l(
414
414
  "path",
415
415
  {
416
416
  fill: "#ffa000",
417
417
  d: "M17.474 103.276L33.229 2.462a2.91 2.91 0 0 1 5.44-.924l16.294 30.39l6.494-12.366a2.91 2.91 0 0 1 5.15 0l43.97 83.714z"
418
418
  }
419
419
  ),
420
- /* @__PURE__ */ a("path", { fill: "#f57c00", d: "M71.903 64.005L54.955 31.913l-37.481 71.363Z" }),
421
- /* @__PURE__ */ a(
420
+ /* @__PURE__ */ l("path", { fill: "#f57c00", d: "M71.903 64.005L54.955 31.913l-37.481 71.363Z" }),
421
+ /* @__PURE__ */ l(
422
422
  "path",
423
423
  {
424
424
  fill: "#ffca28",
425
425
  d: "M110.577 103.276L98.51 28.604a2.91 2.91 0 0 0-1.984-2.286a2.91 2.91 0 0 0-2.94.714l-76.112 76.243l42.115 23.618a8.73 8.73 0 0 0 8.51 0l42.478-23.618Z"
426
426
  }
427
427
  ),
428
- /* @__PURE__ */ a(
428
+ /* @__PURE__ */ l(
429
429
  "path",
430
430
  {
431
431
  fill: "#fff",
@@ -433,7 +433,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
433
433
  d: "M98.51 28.604a2.91 2.91 0 0 0-1.984-2.286a2.91 2.91 0 0 0-2.94.713L78.479 42.178L66.6 19.562a2.91 2.91 0 0 0-5.15 0l-6.494 12.365L38.662 1.538A2.91 2.91 0 0 0 35.605.044a2.91 2.91 0 0 0-2.384 2.425L17.474 103.276h-.051l.05.058l.415.204l75.676-75.764a2.91 2.91 0 0 1 4.932 1.571l11.965 74.003l.116-.073zm-80.898 74.534L33.228 3.182A2.91 2.91 0 0 1 35.613.756a2.91 2.91 0 0 1 3.057 1.495l16.292 30.39l6.495-12.366a2.91 2.91 0 0 1 5.15 0L78.245 42.41L17.61 103.138Z"
434
434
  }
435
435
  ),
436
- /* @__PURE__ */ a(
436
+ /* @__PURE__ */ l(
437
437
  "path",
438
438
  {
439
439
  fill: "#a52714",
@@ -442,7 +442,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
442
442
  }
443
443
  )
444
444
  ] }),
445
- c === "supabase" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 32 32", children: /* @__PURE__ */ a(
445
+ c === "supabase" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 32 32", children: /* @__PURE__ */ l(
446
446
  "path",
447
447
  {
448
448
  fill: "#66bb6a",
@@ -450,28 +450,28 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
450
450
  }
451
451
  ) }),
452
452
  c === "google-workspace" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 48 48", children: [
453
- /* @__PURE__ */ a(
453
+ /* @__PURE__ */ l(
454
454
  "path",
455
455
  {
456
456
  fill: "#ffc107",
457
457
  d: "M43.611 20.083H42V20H24v8h11.303c-1.649 4.657-6.08 8-11.303 8c-6.627 0-12-5.373-12-12s5.373-12 12-12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4C12.955 4 4 12.955 4 24s8.955 20 20 20s20-8.955 20-20c0-1.341-.138-2.65-.389-3.917"
458
458
  }
459
459
  ),
460
- /* @__PURE__ */ a(
460
+ /* @__PURE__ */ l(
461
461
  "path",
462
462
  {
463
463
  fill: "#ff3d00",
464
464
  d: "m6.306 14.691l6.571 4.819C14.655 15.108 18.961 12 24 12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4C16.318 4 9.656 8.337 6.306 14.691"
465
465
  }
466
466
  ),
467
- /* @__PURE__ */ a(
467
+ /* @__PURE__ */ l(
468
468
  "path",
469
469
  {
470
470
  fill: "#4caf50",
471
471
  d: "M24 44c5.166 0 9.86-1.977 13.409-5.192l-6.19-5.238A11.9 11.9 0 0 1 24 36c-5.202 0-9.619-3.317-11.283-7.946l-6.522 5.025C9.505 39.556 16.227 44 24 44"
472
472
  }
473
473
  ),
474
- /* @__PURE__ */ a(
474
+ /* @__PURE__ */ l(
475
475
  "path",
476
476
  {
477
477
  fill: "#1976d2",
@@ -480,76 +480,76 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
480
480
  )
481
481
  ] }),
482
482
  c === "microsoft-365" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 256", children: [
483
- /* @__PURE__ */ a("path", { fill: "#f1511b", d: "M121.666 121.666H0V0h121.666z" }),
484
- /* @__PURE__ */ a("path", { fill: "#80cc28", d: "M256 121.666H134.335V0H256z" }),
485
- /* @__PURE__ */ a("path", { fill: "#00adef", d: "M121.663 256.002H0V134.336h121.663z" }),
486
- /* @__PURE__ */ a("path", { fill: "#fbbc09", d: "M256 256.002H134.335V134.336H256z" })
483
+ /* @__PURE__ */ l("path", { fill: "#f1511b", d: "M121.666 121.666H0V0h121.666z" }),
484
+ /* @__PURE__ */ l("path", { fill: "#80cc28", d: "M256 121.666H134.335V0H256z" }),
485
+ /* @__PURE__ */ l("path", { fill: "#00adef", d: "M121.663 256.002H0V134.336h121.663z" }),
486
+ /* @__PURE__ */ l("path", { fill: "#fbbc09", d: "M256 256.002H134.335V134.336H256z" })
487
487
  ] }),
488
- c === "authentication" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
488
+ c === "authentication" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
489
489
  "path",
490
490
  {
491
491
  fill: "none",
492
- stroke: l,
492
+ stroke: a,
493
493
  strokeWidth: 2,
494
494
  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"
495
495
  }
496
496
  ) }),
497
- c === "device-space" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 48 48", children: /* @__PURE__ */ e("g", { fill: "none", children: [
498
- /* @__PURE__ */ a("path", { stroke: l, strokeLinejoin: "round", strokeWidth: 4, d: "M44 29H4v13h40z" }),
499
- /* @__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" }),
500
- /* @__PURE__ */ a("path", { stroke: l, strokeLinejoin: "round", strokeWidth: 4, d: "M4 29L9.038 4.999H39.02l4.98 24" })
497
+ c === "device-space" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 48 48", children: /* @__PURE__ */ e("g", { fill: "none", children: [
498
+ /* @__PURE__ */ l("path", { stroke: a, strokeLinejoin: "round", strokeWidth: 4, d: "M44 29H4v13h40z" }),
499
+ /* @__PURE__ */ l("path", { fill: a, d: "M35.5 38a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5" }),
500
+ /* @__PURE__ */ l("path", { stroke: a, strokeLinejoin: "round", strokeWidth: 4, d: "M4 29L9.038 4.999H39.02l4.98 24" })
501
501
  ] }) }),
502
- 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: [
503
- /* @__PURE__ */ a("path", { d: "M7 3v5h8" }),
504
- /* @__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" }),
505
- /* @__PURE__ */ a("path", { d: "M17 21v-8H7v8" })
502
+ c === "disk" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
503
+ /* @__PURE__ */ l("path", { d: "M7 3v5h8" }),
504
+ /* @__PURE__ */ l("path", { d: "M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2Z" }),
505
+ /* @__PURE__ */ l("path", { d: "M17 21v-8H7v8" })
506
506
  ] }) }),
507
- c === "storage-disk" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
507
+ c === "storage-disk" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
508
508
  "path",
509
509
  {
510
- fill: l,
510
+ fill: a,
511
511
  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"
512
512
  }
513
513
  ) }),
514
- c === "storage-drive" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
514
+ c === "storage-drive" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
515
515
  "path",
516
516
  {
517
- fill: l,
517
+ fill: a,
518
518
  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"
519
519
  }
520
520
  ) }),
521
- c === "net-wireless" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
521
+ c === "net-wireless" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
522
522
  "path",
523
523
  {
524
- fill: l,
524
+ fill: a,
525
525
  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"
526
526
  }
527
527
  ) }),
528
- c === "net-wired" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 2048 2048", children: /* @__PURE__ */ a(
528
+ c === "net-wired" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 2048 2048", children: /* @__PURE__ */ l(
529
529
  "path",
530
530
  {
531
531
  fill: "currentColor",
532
532
  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"
533
533
  }
534
534
  ) }),
535
- 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: [
536
- /* @__PURE__ */ a("path", { d: "M20 7h-9m3 10H5" }),
537
- /* @__PURE__ */ a("circle", { cx: 17, cy: 17, r: 3 }),
538
- /* @__PURE__ */ a("circle", { cx: 7, cy: 7, r: 3 })
535
+ c === "settings" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
536
+ /* @__PURE__ */ l("path", { d: "M20 7h-9m3 10H5" }),
537
+ /* @__PURE__ */ l("circle", { cx: 17, cy: 17, r: 3 }),
538
+ /* @__PURE__ */ l("circle", { cx: 7, cy: 7, r: 3 })
539
539
  ] }) }),
540
- c === "settings-alt" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", fillRule: "evenodd", children: [
541
- /* @__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" }),
542
- /* @__PURE__ */ a(
540
+ c === "settings-alt" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", fillRule: "evenodd", children: [
541
+ /* @__PURE__ */ l("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" }),
542
+ /* @__PURE__ */ l(
543
543
  "path",
544
544
  {
545
- fill: l,
545
+ fill: a,
546
546
  d: "M18 4a1 1 0 1 0-2 0v1H4a1 1 0 0 0 0 2h12v1a1 1 0 1 0 2 0V7h2a1 1 0 1 0 0-2h-2zM4 11a1 1 0 1 0 0 2h2v1a1 1 0 1 0 2 0v-1h12a1 1 0 1 0 0-2H8v-1a1 1 0 0 0-2 0v1zm-1 7a1 1 0 0 1 1-1h12v-1a1 1 0 1 1 2 0v1h2a1 1 0 1 1 0 2h-2v1a1 1 0 1 1-2 0v-1H4a1 1 0 0 1-1-1"
547
547
  }
548
548
  )
549
549
  ] }) }),
550
- c === "cog" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeWidth: 1.5, children: [
551
- /* @__PURE__ */ a("circle", { cx: 12, cy: 12, r: 3 }),
552
- /* @__PURE__ */ a(
550
+ c === "cog" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeWidth: 1.5, children: [
551
+ /* @__PURE__ */ l("circle", { cx: 12, cy: 12, r: 3 }),
552
+ /* @__PURE__ */ l(
553
553
  "path",
554
554
  {
555
555
  strokeLinecap: "round",
@@ -557,180 +557,180 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
557
557
  }
558
558
  )
559
559
  ] }) }),
560
- c === "integration" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
560
+ c === "integration" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
561
561
  "path",
562
562
  {
563
563
  fill: "none",
564
- stroke: l,
564
+ stroke: a,
565
565
  strokeLinecap: "round",
566
566
  strokeLinejoin: "round",
567
567
  strokeWidth: 1.5,
568
568
  d: "M4.513 19.487c2.512 2.392 5.503 1.435 6.7.466c.618-.501.897-.825 1.136-1.065c.837-.777.784-1.555.24-2.177c-.219-.249-1.616-1.591-2.956-2.967c-.694-.694-1.172-1.184-1.582-1.58c-.547-.546-1.026-1.172-1.744-1.154c-.658 0-1.136.58-1.735 1.179c-.688.688-1.196 1.555-1.375 2.333c-.539 2.273.299 3.888 1.316 4.965m0 0L2 21.999M19.487 4.515c-2.513-2.394-5.494-1.42-6.69-.45c-.62.502-.898.826-1.138 1.066c-.837.778-.784 1.556-.239 2.178c.078.09.31.32.635.644m7.432-3.438c1.017 1.077 1.866 2.71 1.327 4.985c-.18.778-.688 1.645-1.376 2.334c-.598.598-1.077 1.179-1.735 1.179c-.718.018-1.09-.502-1.639-1.048m3.423-7.45L22 2m-5.936 9.964c-.41-.395-.994-.993-1.688-1.687c-.858-.882-1.74-1.75-2.321-2.325m4.009 4.012l-1.562 1.524m-3.99-3.983l1.543-1.553",
569
- color: l
569
+ color: a
570
570
  }
571
571
  ) }),
572
- c === "logs" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
572
+ c === "logs" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
573
573
  "path",
574
574
  {
575
575
  fill: "none",
576
- stroke: l,
576
+ stroke: a,
577
577
  strokeLinecap: "round",
578
578
  strokeLinejoin: "round",
579
579
  strokeWidth: 2,
580
580
  d: "M4 12h.01M4 6h.01M4 18h.01M8 18h2m-2-6h2M8 6h2m4 0h6m-6 6h6m-6 6h6"
581
581
  }
582
582
  ) }),
583
- c === "logout" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
583
+ c === "logout" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
584
584
  "path",
585
585
  {
586
- fill: l,
586
+ fill: a,
587
587
  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"
588
588
  }
589
589
  ) }),
590
- 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: [
591
- /* @__PURE__ */ a("path", { d: "m15 5l6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19" }),
592
- /* @__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" }),
593
- /* @__PURE__ */ a("circle", { cx: 6.5, cy: 9.5, r: 0.5, fill: l })
590
+ c === "tags" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
591
+ /* @__PURE__ */ l("path", { d: "m15 5l6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19" }),
592
+ /* @__PURE__ */ l("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" }),
593
+ /* @__PURE__ */ l("circle", { cx: 6.5, cy: 9.5, r: 0.5, fill: a })
594
594
  ] }) }),
595
- c === "search" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
595
+ c === "search" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
596
596
  "path",
597
597
  {
598
- fill: l,
598
+ fill: a,
599
599
  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"
600
600
  }
601
601
  ) }),
602
- 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: [
603
- /* @__PURE__ */ a("circle", { cx: 12, cy: 12, r: 9 }),
604
- /* @__PURE__ */ a("path", { d: "M11 8v5h5" })
602
+ c === "clock" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
603
+ /* @__PURE__ */ l("circle", { cx: 12, cy: 12, r: 9 }),
604
+ /* @__PURE__ */ l("path", { d: "M11 8v5h5" })
605
605
  ] }) }),
606
- c === "timeline" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
606
+ c === "timeline" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
607
607
  "path",
608
608
  {
609
- fill: l,
609
+ fill: a,
610
610
  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"
611
611
  }
612
612
  ) }),
613
- c === "sad" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 12 12", children: /* @__PURE__ */ a(
613
+ c === "sad" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 12 12", children: /* @__PURE__ */ l(
614
614
  "path",
615
615
  {
616
616
  fill: "currentColor",
617
617
  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"
618
618
  }
619
619
  ) }),
620
- 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: [
621
- /* @__PURE__ */ a("rect", { width: 18, height: 18, x: 3, y: 3, rx: 2 }),
622
- /* @__PURE__ */ a("path", { d: "M9 3v18" })
620
+ c === "sidebar" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
621
+ /* @__PURE__ */ l("rect", { width: 18, height: 18, x: 3, y: 3, rx: 2 }),
622
+ /* @__PURE__ */ l("path", { d: "M9 3v18" })
623
623
  ] }) }),
624
- 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: [
625
- /* @__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" }),
626
- /* @__PURE__ */ a("circle", { cx: 16.5, cy: 7.5, r: 0.5, fill: l })
624
+ c === "key" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
625
+ /* @__PURE__ */ l("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" }),
626
+ /* @__PURE__ */ l("circle", { cx: 16.5, cy: 7.5, r: 0.5, fill: a })
627
627
  ] }) }),
628
- 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" }) }),
629
- c === "backup" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
628
+ c === "bolt" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l("path", { fill: a, d: "M11 21h-1l1-7H6.74S10.42 7.54 13 3h1l-1 7h4.28z" }) }),
629
+ c === "backup" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
630
630
  "path",
631
631
  {
632
- fill: l,
632
+ fill: a,
633
633
  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"
634
634
  }
635
635
  ) }),
636
- c === "pause" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a("path", { fill: l, d: "M14 19V5h4v14zm-8 0V5h4v14z" }) }),
637
- 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" }) }),
638
- c === "clone" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 512 512", children: /* @__PURE__ */ a(
636
+ c === "pause" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l("path", { fill: a, d: "M14 19V5h4v14zm-8 0V5h4v14z" }) }),
637
+ c === "resume" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l("path", { fill: a, d: "M6 18V6h2v12zm4 0l10-6l-10-6z" }) }),
638
+ c === "clone" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 512 512", children: /* @__PURE__ */ l(
639
639
  "path",
640
640
  {
641
- fill: l,
641
+ fill: a,
642
642
  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"
643
643
  }
644
644
  ) }),
645
645
  c === "trash" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 24 24", children: [
646
- /* @__PURE__ */ a(
646
+ /* @__PURE__ */ l(
647
647
  "path",
648
648
  {
649
- fill: l,
649
+ fill: a,
650
650
  d: "M5 20a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8h2V6h-4V4a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v2H3v2h2zM9 4h6v2H9zM8 8h9v12H7V8z"
651
651
  }
652
652
  ),
653
- /* @__PURE__ */ a("path", { fill: l, d: "M9 10h2v8H9zm4 0h2v8h-2z" })
653
+ /* @__PURE__ */ l("path", { fill: a, d: "M9 10h2v8H9zm4 0h2v8h-2z" })
654
654
  ] }),
655
- c === "encrypted" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
655
+ c === "encrypted" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
656
656
  "path",
657
657
  {
658
- fill: l,
658
+ fill: a,
659
659
  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"
660
660
  }
661
661
  ) }),
662
- c === "compressed" && /* @__PURE__ */ a(i, { size: h, viewBox: "-2 -4 24 24", children: /* @__PURE__ */ a(
662
+ c === "compressed" && /* @__PURE__ */ l(i, { size: h, viewBox: "-2 -4 24 24", children: /* @__PURE__ */ l(
663
663
  "path",
664
664
  {
665
- fill: l,
665
+ fill: a,
666
666
  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"
667
667
  }
668
668
  ) }),
669
- c === "lock" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
669
+ c === "lock" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
670
670
  "path",
671
671
  {
672
- fill: l,
672
+ fill: a,
673
673
  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"
674
674
  }
675
675
  ) }),
676
- c === "unlock" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", children: [
677
- /* @__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" }),
678
- /* @__PURE__ */ a(
676
+ c === "unlock" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", children: [
677
+ /* @__PURE__ */ l("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" }),
678
+ /* @__PURE__ */ l(
679
679
  "path",
680
680
  {
681
- fill: l,
681
+ fill: a,
682
682
  d: "M12 2c1.091 0 2.117.292 3 .804a1 1 0 1 1-1 1.73A4 4 0 0 0 8 8l11 .001a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h1a6 6 0 0 1 6-6m7 8H5v10h14zm-7 2a2 2 0 0 1 1.134 3.647l-.134.085V17a1 1 0 0 1-1.993.117L11 17v-1.268A2 2 0 0 1 12 12m7.918-6.979l.966.26a1 1 0 0 1-.518 1.93l-.965-.258a1 1 0 0 1 .517-1.932M18.633 2.09a1 1 0 0 1 .707 1.225l-.129.482a1 1 0 1 1-1.932-.517l.13-.483a1 1 0 0 1 1.224-.707"
683
683
  }
684
684
  )
685
685
  ] }) }),
686
- c === "folder-exclude" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
686
+ c === "folder-exclude" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
687
687
  "path",
688
688
  {
689
689
  fill: "none",
690
- stroke: l,
690
+ stroke: a,
691
691
  strokeLinecap: "round",
692
692
  strokeLinejoin: "round",
693
693
  strokeWidth: 2,
694
694
  d: "M13.5 19H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4l3 3h7a2 2 0 0 1 2 2v4m1 9l-5-5m0 5l5-5"
695
695
  }
696
696
  ) }),
697
- 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: [
698
- /* @__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" }),
699
- /* @__PURE__ */ a("path", { d: "M17 16v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" })
697
+ c === "folders" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
698
+ /* @__PURE__ */ l("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" }),
699
+ /* @__PURE__ */ l("path", { d: "M17 16v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2" })
700
700
  ] }) }),
701
- 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: [
702
- /* @__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" }),
703
- /* @__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" })
701
+ c === "fm-directory" && /* @__PURE__ */ l(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: [
702
+ /* @__PURE__ */ l("path", { fill: "#ffa000", d: "M40 12H22l-4-4H8c-2.2 0-4 1.8-4 4v8h40v-4c0-2.2-1.8-4-4-4" }),
703
+ /* @__PURE__ */ l("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" })
704
704
  ] }) }),
705
705
  c === "fm-file" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 48 48", children: [
706
- /* @__PURE__ */ a("path", { fill: "#90caf9", d: "M40 45H8V3h22l10 10z" }),
707
- /* @__PURE__ */ a("path", { fill: "#e1f5fe", d: "M38.5 14H29V4.5z" })
706
+ /* @__PURE__ */ l("path", { fill: "#90caf9", d: "M40 45H8V3h22l10 10z" }),
707
+ /* @__PURE__ */ l("path", { fill: "#e1f5fe", d: "M38.5 14H29V4.5z" })
708
708
  ] }),
709
- c === "fm-drive" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 256 256", children: /* @__PURE__ */ e("g", { fill: l, children: [
710
- /* @__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 }),
711
- /* @__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" })
709
+ c === "fm-drive" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 256 256", children: /* @__PURE__ */ e("g", { fill: a, children: [
710
+ /* @__PURE__ */ l("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 }),
711
+ /* @__PURE__ */ l("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" })
712
712
  ] }) }),
713
- 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" }) }),
713
+ c === "file" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l("path", { fill: a, d: "M3 1h12.414L21 6.586V23H3zm15.586 6L15 3.414V7zM13 3H5v18h14V9h-6zm-6 9h10v2H7zm0 4h10v2H7z" }) }),
714
714
  c === "reload" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 24 24", children: [
715
- /* @__PURE__ */ a(
715
+ /* @__PURE__ */ l(
716
716
  "path",
717
717
  {
718
- fill: l,
718
+ fill: a,
719
719
  d: "M10 11H7.101l.001-.009a5 5 0 0 1 .752-1.787a5.05 5.05 0 0 1 2.2-1.811q.455-.193.938-.291a5.1 5.1 0 0 1 2.018 0a5 5 0 0 1 2.525 1.361l1.416-1.412a7 7 0 0 0-2.224-1.501a7 7 0 0 0-1.315-.408a7.1 7.1 0 0 0-2.819 0a7 7 0 0 0-1.316.409a7.04 7.04 0 0 0-3.08 2.534a7 7 0 0 0-1.054 2.505c-.028.135-.043.273-.063.41H2l4 4zm4 2h2.899l-.001.008a4.98 4.98 0 0 1-2.103 3.138a4.9 4.9 0 0 1-1.787.752a5.1 5.1 0 0 1-2.017 0a5 5 0 0 1-1.787-.752a5 5 0 0 1-.74-.61L7.05 16.95a7 7 0 0 0 2.225 1.5c.424.18.867.317 1.315.408a7.1 7.1 0 0 0 2.818 0a7.03 7.03 0 0 0 4.395-2.945a7 7 0 0 0 1.053-2.503c.027-.135.043-.273.063-.41H22l-4-4z"
720
720
  }
721
721
  ),
722
722
  " "
723
723
  ] }),
724
- c === "interval" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
724
+ c === "interval" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
725
725
  "path",
726
726
  {
727
- fill: l,
727
+ fill: a,
728
728
  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"
729
729
  }
730
730
  ) }),
731
- (c === "cli" || c === "terminal") && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: l, children: [
732
- /* @__PURE__ */ a("path", { d: "m5.033 14.828l1.415 1.415L10.69 12L6.448 7.757L5.033 9.172L7.862 12zM15 14h-4v2h4z" }),
733
- /* @__PURE__ */ a(
731
+ (c === "cli" || c === "terminal") && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: a, children: [
732
+ /* @__PURE__ */ l("path", { d: "m5.033 14.828l1.415 1.415L10.69 12L6.448 7.757L5.033 9.172L7.862 12zM15 14h-4v2h4z" }),
733
+ /* @__PURE__ */ l(
734
734
  "path",
735
735
  {
736
736
  fillRule: "evenodd",
@@ -739,152 +739,162 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
739
739
  }
740
740
  )
741
741
  ] }) }),
742
- c === "rclone" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
742
+ c === "rclone" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
743
743
  "path",
744
744
  {
745
- fill: l,
745
+ fill: a,
746
746
  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"
747
747
  }
748
748
  ) }),
749
- c === "restic" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
749
+ c === "restic" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
750
750
  "path",
751
751
  {
752
- fill: l,
752
+ fill: a,
753
753
  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"
754
754
  }
755
755
  ) }),
756
- c === "progress" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
756
+ c === "progress" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
757
757
  "path",
758
758
  {
759
- fill: l,
759
+ fill: a,
760
760
  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"
761
761
  }
762
762
  ) }),
763
- 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: [
764
- /* @__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" }),
765
- /* @__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" })
763
+ c === "files" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, color: a, children: [
764
+ /* @__PURE__ */ l("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" }),
765
+ /* @__PURE__ */ l("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" })
766
766
  ] }) }),
767
- c === "speed" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
767
+ c === "speed" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
768
768
  "path",
769
769
  {
770
- fill: l,
770
+ fill: a,
771
771
  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"
772
772
  }
773
773
  ) }),
774
- c === "error" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
774
+ c === "error" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
775
775
  "path",
776
776
  {
777
- fill: l,
777
+ fill: a,
778
778
  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"
779
779
  }
780
780
  ) }),
781
- c === "error-circle-filled" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
781
+ c === "error-circle-filled" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
782
782
  "path",
783
783
  {
784
- fill: l,
784
+ fill: a,
785
785
  fillRule: "evenodd",
786
786
  d: "M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10s10-4.477 10-10M12 7a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1m-1 9a1 1 0 0 1 1-1h.008a1 1 0 1 1 0 2H12a1 1 0 0 1-1-1",
787
787
  clipRule: "evenodd"
788
788
  }
789
789
  ) }),
790
- c === "eye" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
790
+ c === "eye" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
791
791
  "path",
792
792
  {
793
- fill: l,
793
+ fill: a,
794
794
  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"
795
795
  }
796
796
  ) }),
797
- c === "eye-hide" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
797
+ c === "eye-hide" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
798
798
  "path",
799
799
  {
800
- fill: l,
800
+ fill: a,
801
801
  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"
802
802
  }
803
803
  ) }),
804
- c === "play" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
804
+ c === "play" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
805
805
  "path",
806
806
  {
807
- fill: l,
808
- stroke: l,
807
+ fill: a,
808
+ stroke: a,
809
809
  strokeLinecap: "round",
810
810
  strokeLinejoin: "round",
811
811
  strokeWidth: "1.5",
812
812
  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"
813
813
  }
814
814
  ) }),
815
- c === "box" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeWidth: "1.5", children: [
816
- /* @__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" }),
817
- /* @__PURE__ */ a("path", { d: "M20.33 6.996L12 12L3.67 6.996M12 21.49V12" })
815
+ c === "box" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeWidth: "1.5", children: [
816
+ /* @__PURE__ */ l("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" }),
817
+ /* @__PURE__ */ l("path", { d: "M20.33 6.996L12 12L3.67 6.996M12 21.49V12" })
818
818
  ] }) }),
819
- c === "compare" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
819
+ c === "compare" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
820
820
  "path",
821
821
  {
822
- fill: l,
822
+ fill: a,
823
823
  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"
824
824
  }
825
825
  ) }),
826
- c === "diff" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
826
+ c === "diff" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
827
827
  "path",
828
828
  {
829
- fill: l,
829
+ fill: a,
830
830
  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"
831
831
  }
832
832
  ) }),
833
- c === "info" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
833
+ c === "info" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
834
834
  "path",
835
835
  {
836
836
  fill: "none",
837
- stroke: l,
837
+ stroke: a,
838
838
  strokeLinecap: "round",
839
839
  strokeLinejoin: "round",
840
840
  strokeWidth: 2,
841
841
  d: "M12 11v5m0 5a9 9 0 1 1 0-18a9 9 0 0 1 0 18m.05-13v.1h-.1V8z"
842
842
  }
843
843
  ) }),
844
- c === "log-info" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
844
+ c === "log-info" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
845
845
  "path",
846
846
  {
847
- fill: l,
847
+ fill: a,
848
848
  d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m1 15h-2v-6h2zm0-8h-2V7h2z",
849
849
  strokeWidth: 0.5,
850
- stroke: l
850
+ stroke: a
851
851
  }
852
852
  ) }),
853
- c === "log-warn" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
853
+ c === "log-warn" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
854
854
  "path",
855
855
  {
856
- fill: l,
856
+ fill: a,
857
857
  d: "M2.725 21q-.275 0-.5-.137t-.35-.363t-.137-.488t.137-.512l9.25-16q.15-.25.388-.375T12 3t.488.125t.387.375l9.25 16q.15.25.138.513t-.138.487t-.35.363t-.5.137zM12 18q.425 0 .713-.288T13 17t-.288-.712T12 16t-.712.288T11 17t.288.713T12 18m0-3q.425 0 .713-.288T13 14v-3q0-.425-.288-.712T12 10t-.712.288T11 11v3q0 .425.288.713T12 15",
858
858
  strokeWidth: 0.5,
859
- stroke: l
859
+ stroke: a
860
860
  }
861
861
  ) }),
862
- c === "log-error" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
862
+ c === "log-error" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
863
863
  "path",
864
864
  {
865
- fill: l,
865
+ fill: a,
866
866
  d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z",
867
867
  strokeWidth: 0.5,
868
- stroke: l
868
+ stroke: a
869
869
  }
870
870
  ) }),
871
- 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" }) }),
872
- c === "integrity" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
871
+ c === "graph" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M3 12h4v9H3zm14-4h4v13h-4zm-7-6h4v19h-4z" }) }),
872
+ c === "integrity" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
873
873
  "path",
874
874
  {
875
875
  fill: "none",
876
- stroke: l,
876
+ stroke: a,
877
877
  strokeLinecap: "round",
878
878
  strokeLinejoin: "round",
879
879
  strokeWidth: 2,
880
880
  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"
881
881
  }
882
882
  ) }),
883
- c === "dots-vertical" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
883
+ c === "repair" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", fillRule: "evenodd", children: [
884
+ /* @__PURE__ */ l("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" }),
885
+ /* @__PURE__ */ l(
886
+ "path",
887
+ {
888
+ fill: a,
889
+ d: "M7.527 2.657a7.001 7.001 0 0 1 8.26 9.347l4.599 3.893a3.3 3.3 0 1 1-4.651 4.65l-3.891-4.597a7.001 7.001 0 0 1-9.35-8.26a1.01 1.01 0 0 1 1.72-.432l3.045 3.307l2.297-.845l.847-2.3l-3.309-3.04a1.01 1.01 0 0 1 .433-1.723"
890
+ }
891
+ )
892
+ ] }) }),
893
+ c === "dots-vertical" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
884
894
  "path",
885
895
  {
886
896
  fill: "none",
887
- stroke: l,
897
+ stroke: a,
888
898
  strokeLinecap: "round",
889
899
  strokeLinejoin: "round",
890
900
  strokeWidth: 1.5,
@@ -892,120 +902,127 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
892
902
  }
893
903
  ) }),
894
904
  c === "edit-settings" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 32 32", children: [
895
- /* @__PURE__ */ a(
905
+ /* @__PURE__ */ l(
896
906
  "path",
897
907
  {
898
- fill: l,
908
+ fill: a,
899
909
  d: "m31.707 19.293l-3-3a1 1 0 0 0-1.414 0L18 25.586V30h4.414l9.293-9.293a1 1 0 0 0 0-1.414M21.586 28H20v-1.586l5-5L26.586 23zM28 21.586L26.414 20L28 18.414L29.586 20zM16 22c-3.364 0-6-2.636-6-6s2.636-6 6-6s6 2.636 6 6s-2.636 6-6 6m0-10c-2.28 0-4 1.72-4 4s1.72 4 4 4s4-1.72 4-4s-1.72-4-4-4"
900
910
  }
901
911
  ),
902
- /* @__PURE__ */ a(
912
+ /* @__PURE__ */ l(
903
913
  "path",
904
914
  {
905
- fill: l,
915
+ fill: a,
906
916
  d: "m27.547 12l1.733-1l-2.336-4.044a2 2 0 0 0-2.373-.894l-2.434.823a11 11 0 0 0-1.312-.758l-.503-2.52A2 2 0 0 0 18.36 2h-4.72a2 2 0 0 0-1.962 1.608l-.503 2.519c-.46.224-.906.469-1.327.753l-2.42-.818a2 2 0 0 0-2.373.894l-2.36 4.088a2 2 0 0 0 .412 2.502l1.931 1.697C5.021 15.495 5 15.745 5 16q0 .387.028.766l-1.92 1.688a2 2 0 0 0-.413 2.502l2.36 4.088a2 2 0 0 0 2.374.894l2.434-.823q.627.423 1.312.758l.503 2.519A2 2 0 0 0 13.64 30H16v-2h-2.36l-.71-3.55a9.1 9.1 0 0 1-2.695-1.572l-3.447 1.166l-2.36-4.088l2.725-2.395a8.9 8.9 0 0 1-.007-3.128l-2.719-2.39l2.361-4.087l3.427 1.16A9 9 0 0 1 12.93 7.55L13.64 4h4.721l.71 3.55a9.1 9.1 0 0 1 2.695 1.572l3.447-1.166z"
907
917
  }
908
918
  )
909
919
  ] }),
910
- c === "edit" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
920
+ c === "edit" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
911
921
  "path",
912
922
  {
913
923
  fill: "none",
914
- stroke: l,
924
+ stroke: a,
915
925
  strokeLinecap: "round",
916
926
  strokeLinejoin: "round",
917
927
  strokeWidth: 2,
918
928
  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"
919
929
  }
920
930
  ) }),
921
- c === "verify" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeWidth: 2, children: [
922
- /* @__PURE__ */ a("circle", { cx: 12, cy: 12, r: 9 }),
923
- /* @__PURE__ */ a("path", { d: "m8 12l3 3l5-6" })
931
+ c === "verify" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeWidth: 2, children: [
932
+ /* @__PURE__ */ l("circle", { cx: 12, cy: 12, r: 9 }),
933
+ /* @__PURE__ */ l("path", { d: "m8 12l3 3l5-6" })
924
934
  ] }) }),
925
- c === "download" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
935
+ c === "download" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
926
936
  "path",
927
937
  {
928
- fill: l,
938
+ fill: a,
929
939
  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"
930
940
  }
931
941
  ) }),
932
- 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: [
933
- /* @__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" }) }),
934
- /* @__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" }) }),
935
- /* @__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" }) }),
936
- /* @__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" }) })
942
+ c === "downloading" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
943
+ /* @__PURE__ */ l("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__ */ l("animate", { attributeName: "stroke-dashoffset", dur: "0.6s", repeatCount: "indefinite", values: "6;0" }) }),
944
+ /* @__PURE__ */ l("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__ */ l("animate", { fill: "freeze", attributeName: "stroke-dashoffset", begin: "0.1s", dur: "0.4s", values: "32;0" }) }),
945
+ /* @__PURE__ */ l("path", { strokeDasharray: 10, strokeDashoffset: 10, d: "M12 8v7.5", children: /* @__PURE__ */ l("animate", { fill: "freeze", attributeName: "stroke-dashoffset", begin: "0.5s", dur: "0.2s", values: "10;0" }) }),
946
+ /* @__PURE__ */ l("path", { strokeDasharray: 6, strokeDashoffset: 6, d: "M12 15.5l3.5 -3.5M12 15.5l-3.5 -3.5", children: /* @__PURE__ */ l("animate", { fill: "freeze", attributeName: "stroke-dashoffset", begin: "0.7s", dur: "0.2s", values: "6;0" }) })
937
947
  ] }) }),
938
- 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" }) }),
939
- c === "check-circle" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
948
+ c === "check" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ l("path", { fill: a, d: "M7.3 14.2L.2 9l1.7-2.4l4.8 3.5l6.6-8.5l2.3 1.8z" }) }),
949
+ c === "check-circle" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
940
950
  "path",
941
951
  {
942
- fill: l,
952
+ fill: a,
943
953
  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"
944
954
  }
945
955
  ) }),
946
- c === "check-circle-filled" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
956
+ c === "check-circle-filled" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
947
957
  "path",
948
958
  {
949
- fill: l,
959
+ fill: a,
950
960
  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"
951
961
  }
952
962
  ) }),
953
- c === "caret-down" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 256 256", children: /* @__PURE__ */ a(
963
+ c === "caret-down" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 256 256", children: /* @__PURE__ */ l(
954
964
  "path",
955
965
  {
956
- fill: l,
966
+ fill: a,
957
967
  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"
958
968
  }
959
969
  ) }),
960
- c === "caret-up" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 256 256", children: /* @__PURE__ */ a(
970
+ c === "caret-up" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 256 256", children: /* @__PURE__ */ l(
961
971
  "path",
962
972
  {
963
- fill: l,
973
+ fill: a,
964
974
  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"
965
975
  }
966
976
  ) }),
967
- 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" }) }),
968
- 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" }) }),
969
- 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" }) }),
970
- 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" }) }),
971
- c === "email" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", children: [
972
- /* @__PURE__ */ a(
977
+ c === "arrow-up" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l("path", { fill: a, d: "M13 7.828V20h-2V7.828l-5.364 5.364l-1.414-1.414L12 4l7.778 7.778l-1.414 1.414z" }) }),
978
+ c === "arrow-down" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l("path", { fill: a, d: "m13 16.172l5.364-5.364l1.414 1.414L12 20l-7.778-7.778l1.414-1.414L11 16.172V4h2z" }) }),
979
+ c === "arrow-left" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l("path", { fill: a, d: "M7.828 11H20v2H7.828l5.364 5.364l-1.414 1.414L4 12l7.778-7.778l1.414 1.414z" }) }),
980
+ c === "arrow-right" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l("path", { fill: a, d: "m16.172 11l-5.364-5.364l1.414-1.414L20 12l-7.778 7.778l-1.414-1.414L16.172 13H4v-2z" }) }),
981
+ c === "email" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", children: [
982
+ /* @__PURE__ */ l(
973
983
  "path",
974
984
  {
975
- fill: l,
985
+ fill: a,
976
986
  d: "M3 5v-.75a.75.75 0 0 0-.75.75zm18 0h.75a.75.75 0 0 0-.75-.75zM3 5.75h18v-1.5H3zM20.25 5v12h1.5V5zM19 18.25H5v1.5h14zM3.75 17V5h-1.5v12zM5 18.25c-.69 0-1.25-.56-1.25-1.25h-1.5A2.75 2.75 0 0 0 5 19.75zM20.25 17c0 .69-.56 1.25-1.25 1.25v1.5A2.75 2.75 0 0 0 21.75 17z"
977
987
  }
978
988
  ),
979
- /* @__PURE__ */ a("path", { stroke: l, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m3 5l9 9l9-9" })
989
+ /* @__PURE__ */ l("path", { stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, d: "m3 5l9 9l9-9" })
980
990
  ] }) }),
981
- 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" }) }),
982
- c === "help" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
991
+ c === "home" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l("path", { fill: a, d: "M6 19h3v-6h6v6h3v-9l-6-4.5L6 10zm-2 2V9l8-6l8 6v12h-7v-6h-2v6zm8-8.75" }) }),
992
+ c === "help" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
983
993
  "path",
984
994
  {
985
- fill: l,
995
+ fill: a,
986
996
  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"
987
997
  }
988
998
  ) }),
989
- c === "note" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
999
+ c === "note" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
990
1000
  "path",
991
1001
  {
992
1002
  fill: "none",
993
- stroke: l,
1003
+ stroke: a,
994
1004
  strokeLinecap: "round",
995
1005
  strokeLinejoin: "round",
996
1006
  strokeWidth: "2",
997
1007
  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"
998
1008
  }
999
1009
  ) }),
1000
- c === "sort" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ a(
1010
+ c === "sort" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ l(
1001
1011
  "path",
1002
1012
  {
1003
- fill: l,
1013
+ fill: a,
1004
1014
  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"
1005
1015
  }
1006
1016
  ) }),
1007
- c === "notification" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: l, strokeWidth: 1.5, children: [
1008
- /* @__PURE__ */ a(
1017
+ c === "filter" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
1018
+ "path",
1019
+ {
1020
+ fill: a,
1021
+ d: "M15 19.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0L9.29 16.7a.99.99 0 0 1-.29-.83v-5.12L4.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L15 10.75zM7.04 5L11 10.06v5.52l2 2v-7.53L16.96 5z"
1022
+ }
1023
+ ) }),
1024
+ c === "notification" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeWidth: 1.5, children: [
1025
+ /* @__PURE__ */ l(
1009
1026
  "path",
1010
1027
  {
1011
1028
  strokeLinecap: "round",
@@ -1013,20 +1030,20 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1013
1030
  d: "M21.25 10.745V16.5a4 4 0 0 1-4 4H6.75a4 4 0 0 1-4-4v-9a4 4 0 0 1 4-4h7.151"
1014
1031
  }
1015
1032
  ),
1016
- /* @__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" }),
1017
- /* @__PURE__ */ a("circle", { cx: 19, cy: 5, r: 2.5 })
1033
+ /* @__PURE__ */ l("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M2.75 7.59L10 11.72a3.94 3.94 0 0 0 4 0l2.219-1.257" }),
1034
+ /* @__PURE__ */ l("circle", { cx: 19, cy: 5, r: 2.5 })
1018
1035
  ] }) }),
1019
- c === "prune" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
1036
+ c === "prune" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
1020
1037
  "path",
1021
1038
  {
1022
- fill: l,
1039
+ fill: a,
1023
1040
  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"
1024
1041
  }
1025
1042
  ) }),
1026
- c === "performance" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: l, children: [
1027
- /* @__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" }),
1028
- /* @__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" }),
1029
- /* @__PURE__ */ a(
1043
+ c === "performance" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: a, children: [
1044
+ /* @__PURE__ */ l("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" }),
1045
+ /* @__PURE__ */ l("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" }),
1046
+ /* @__PURE__ */ l(
1030
1047
  "path",
1031
1048
  {
1032
1049
  fillRule: "evenodd",
@@ -1035,59 +1052,59 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1035
1052
  }
1036
1053
  )
1037
1054
  ] }) }),
1038
- c === "pattern" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
1055
+ c === "pattern" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
1039
1056
  "path",
1040
1057
  {
1041
- fill: l,
1058
+ fill: a,
1042
1059
  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"
1043
1060
  }
1044
1061
  ) }),
1045
- c === "copy" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", children: [
1046
- /* @__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" }),
1047
- /* @__PURE__ */ a(
1062
+ c === "copy" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", children: [
1063
+ /* @__PURE__ */ l("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" }),
1064
+ /* @__PURE__ */ l(
1048
1065
  "path",
1049
1066
  {
1050
- fill: l,
1067
+ fill: a,
1051
1068
  d: "M19 2a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-2v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2V4a2 2 0 0 1 2-2zm-4 6H5v12h10zm-5 7a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2zm9-11H9v2h6a2 2 0 0 1 2 2v8h2zm-7 7a1 1 0 0 1 .117 1.993L12 13H8a1 1 0 0 1-.117-1.993L8 11z"
1052
1069
  }
1053
1070
  )
1054
1071
  ] }) }),
1055
- 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: [
1056
- /* @__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" }),
1057
- /* @__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" })
1072
+ c === "file-new" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, color: a, children: [
1073
+ /* @__PURE__ */ l("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" }),
1074
+ /* @__PURE__ */ l("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" })
1058
1075
  ] }) }),
1059
- 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: [
1060
- /* @__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" }),
1061
- /* @__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" })
1076
+ c === "file-modified" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, color: a, children: [
1077
+ /* @__PURE__ */ l("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" }),
1078
+ /* @__PURE__ */ l("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" })
1062
1079
  ] }) }),
1063
- 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: [
1064
- /* @__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" }),
1065
- /* @__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" })
1080
+ c === "file-removed" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, color: a, children: [
1081
+ /* @__PURE__ */ l("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" }),
1082
+ /* @__PURE__ */ l("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" })
1066
1083
  ] }) }),
1067
- 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: [
1068
- /* @__PURE__ */ a("rect", { width: 16, height: 16, x: 4, y: 4, rx: 2 }),
1069
- /* @__PURE__ */ a("rect", { width: 6, height: 6, x: 9, y: 9, rx: 1 }),
1070
- /* @__PURE__ */ a("path", { d: "M15 2v2m0 16v2M2 15h2M2 9h2m16 6h2m-2-6h2M9 2v2m0 16v2" })
1084
+ c === "cpu" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: a, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
1085
+ /* @__PURE__ */ l("rect", { width: 16, height: 16, x: 4, y: 4, rx: 2 }),
1086
+ /* @__PURE__ */ l("rect", { width: 6, height: 6, x: 9, y: 9, rx: 1 }),
1087
+ /* @__PURE__ */ l("path", { d: "M15 2v2m0 16v2M2 15h2M2 9h2m16 6h2m-2-6h2M9 2v2m0 16v2" })
1071
1088
  ] }) }),
1072
- c === "memory" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ a(
1089
+ c === "memory" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 16 16", children: /* @__PURE__ */ l(
1073
1090
  "path",
1074
1091
  {
1075
1092
  fill: "currentColor",
1076
1093
  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"
1077
1094
  }
1078
1095
  ) }),
1079
- 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: [
1080
- /* @__PURE__ */ a("path", { fill: "currentColor", d: "M12 3a9 9 0 0 1 8.497 6.025L12 12z", stroke: "none" }),
1081
- /* @__PURE__ */ a("path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 0 0-18 0" })
1096
+ c === "percent" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ e("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, children: [
1097
+ /* @__PURE__ */ l("path", { fill: "currentColor", d: "M12 3a9 9 0 0 1 8.497 6.025L12 12z", stroke: "none" }),
1098
+ /* @__PURE__ */ l("path", { d: "M3 12a9 9 0 1 0 18 0a9 9 0 0 0-18 0" })
1082
1099
  ] }) }),
1083
- c === "windows" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 128 128", children: /* @__PURE__ */ a(
1100
+ c === "windows" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 128 128", children: /* @__PURE__ */ l(
1084
1101
  "path",
1085
1102
  {
1086
1103
  fill: "#00adef",
1087
1104
  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"
1088
1105
  }
1089
1106
  ) }),
1090
- c === "macos" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
1107
+ c === "macos" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
1091
1108
  "path",
1092
1109
  {
1093
1110
  fill: "#222",
@@ -1095,42 +1112,42 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1095
1112
  }
1096
1113
  ) }),
1097
1114
  c === "centos" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 256", children: [
1098
- /* @__PURE__ */ a(
1115
+ /* @__PURE__ */ l(
1099
1116
  "path",
1100
1117
  {
1101
1118
  fill: "#932279",
1102
1119
  d: "m107.86 118.641l9.229 9.177l-9.229 9.175H42.901v30.571L3.286 127.818l39.615-39.08v29.903zm28.554-78.068h78.929v78.93h-78.929z"
1103
1120
  }
1104
1121
  ),
1105
- /* @__PURE__ */ a(
1122
+ /* @__PURE__ */ l(
1106
1123
  "path",
1107
1124
  {
1108
1125
  fill: "#efa724",
1109
1126
  d: "m137.275 107.86l-9.175 9.229l-9.175-9.229V42.901H88.352L128.1 3.286l39.077 39.615h-29.902zm-.86 28.554h78.928v78.93h-78.929z"
1110
1127
  }
1111
1128
  ),
1112
- /* @__PURE__ */ a(
1129
+ /* @__PURE__ */ l(
1113
1130
  "path",
1114
1131
  {
1115
1132
  fill: "#262577",
1116
1133
  d: "m148.057 137.275l-9.23-9.175l9.23-9.175h64.958V88.352l39.617 39.748l-39.617 39.077v-29.902zm-107.484-.86h78.929v78.93H40.573z"
1117
1134
  }
1118
1135
  ),
1119
- /* @__PURE__ */ a(
1136
+ /* @__PURE__ */ l(
1120
1137
  "path",
1121
1138
  {
1122
1139
  fill: "#9ccd2a",
1123
1140
  d: "m118.641 148.057l9.175-9.23l9.177 9.23v64.96h30.571l-39.748 39.615l-39.076-39.615h29.901zM40.573 40.573h78.929v78.93H40.573z"
1124
1141
  }
1125
1142
  ),
1126
- /* @__PURE__ */ a(
1143
+ /* @__PURE__ */ l(
1127
1144
  "path",
1128
1145
  {
1129
1146
  fill: "#fff",
1130
1147
  d: "M37.754 37.754h84.567v84.567H37.754zm5.637 78.93h73.291V43.393H43.391zm90.206-78.93h84.567v84.567h-84.567zm5.637 78.93h73.291V43.393h-73.291zm-5.637 16.913h84.567v84.569h-84.567zm5.637 78.928h73.291v-73.291h-73.291zm-101.48-78.928h84.567v84.569H37.754zm5.637 78.928h73.291v-73.291H43.391z"
1131
1148
  }
1132
1149
  ),
1133
- /* @__PURE__ */ a(
1150
+ /* @__PURE__ */ l(
1134
1151
  "path",
1135
1152
  {
1136
1153
  fill: "#fff",
@@ -1139,14 +1156,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1139
1156
  )
1140
1157
  ] }),
1141
1158
  c === "fedora" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 128 128", children: [
1142
- /* @__PURE__ */ a(
1159
+ /* @__PURE__ */ l(
1143
1160
  "path",
1144
1161
  {
1145
1162
  fill: "#294172",
1146
1163
  d: "M127.82 64.004C127.82 28.754 99.246.18 64 .18C28.766.18.203 28.73.18 63.957v49.39c.02 7.997 6.504 14.473 14.508 14.473h49.335c35.239-.015 63.797-28.578 63.797-63.816"
1147
1164
  }
1148
1165
  ),
1149
- /* @__PURE__ */ a(
1166
+ /* @__PURE__ */ l(
1150
1167
  "path",
1151
1168
  {
1152
1169
  fill: "none",
@@ -1155,7 +1172,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1155
1172
  d: "M36.973 68.12H59.91v22.94c0 12.66-10.273 22.937-22.937 22.937c-12.66 0-22.934-10.277-22.934-22.937s10.274-22.938 22.934-22.938zm0 0"
1156
1173
  }
1157
1174
  ),
1158
- /* @__PURE__ */ a(
1175
+ /* @__PURE__ */ l(
1159
1176
  "path",
1160
1177
  {
1161
1178
  fill: "none",
@@ -1164,21 +1181,21 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1164
1181
  d: "M82.738 68.164H59.801V45.231c0-12.66 10.277-22.938 22.937-22.938s22.938 10.274 22.938 22.938c0 12.66-10.278 22.933-22.938 22.933zm0 0"
1165
1182
  }
1166
1183
  ),
1167
- /* @__PURE__ */ a(
1184
+ /* @__PURE__ */ l(
1168
1185
  "path",
1169
1186
  {
1170
1187
  fill: "#fff",
1171
1188
  d: "M66.926 61.137v29.89c0 16.54-13.41 29.953-29.95 29.953c-2.511 0-4.296-.285-6.617-.89c-3.39-.887-6.156-3.664-6.16-6.895c0-3.906 2.836-6.746 7.074-6.746c2.016 0 2.747.387 5.704.387c8.718 0 15.793-7.063 15.808-15.785V77.312c0-1.23-1-2.23-2.234-2.226l-10.387-.004c-3.867 0-6.996-3.086-6.996-6.965c0-3.906 3.16-6.98 7.07-6.98"
1172
1189
  }
1173
1190
  ),
1174
- /* @__PURE__ */ a(
1191
+ /* @__PURE__ */ l(
1175
1192
  "path",
1176
1193
  {
1177
1194
  fill: "#fff",
1178
1195
  d: "M52.785 75.148V45.262c0-16.543 13.41-29.953 29.953-29.953c2.508 0 4.293.28 6.617.89c3.387.887 6.157 3.664 6.157 6.895c0 3.906-2.836 6.746-7.07 6.746c-2.02 0-2.75-.387-5.704-.387c-8.722 0-15.797 7.063-15.812 15.781v13.743a2.235 2.235 0 0 0 2.234 2.226l10.387.004c3.871 0 6.996 3.086 6.996 6.965c.004 3.906-3.16 6.98-7.07 6.98"
1179
1196
  }
1180
1197
  ),
1181
- /* @__PURE__ */ a(
1198
+ /* @__PURE__ */ l(
1182
1199
  "path",
1183
1200
  {
1184
1201
  fill: "#3c6eb4",
@@ -1186,7 +1203,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1186
1203
  }
1187
1204
  )
1188
1205
  ] }),
1189
- c === "debian" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 128 128", children: /* @__PURE__ */ a(
1206
+ c === "debian" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 128 128", children: /* @__PURE__ */ l(
1190
1207
  "path",
1191
1208
  {
1192
1209
  fill: "#a80030",
@@ -1194,15 +1211,15 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1194
1211
  }
1195
1212
  ) }),
1196
1213
  c === "mint" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 256", children: [
1197
- /* @__PURE__ */ a("circle", { cx: 128, cy: 128, r: 118, fill: "#69b53f" }),
1198
- /* @__PURE__ */ a(
1214
+ /* @__PURE__ */ l("circle", { cx: 128, cy: 128, r: 118, fill: "#69b53f" }),
1215
+ /* @__PURE__ */ l(
1199
1216
  "path",
1200
1217
  {
1201
1218
  fill: "#fff",
1202
1219
  d: "M128 0C57.308 0 0 57.308 0 128s57.308 128 128 128s128-57.308 128-128S198.692 0 128 0m0 20c59.647 0 108 48.353 108 108s-48.353 108-108 108S20 187.647 20 128S68.353 20 128 20"
1203
1220
  }
1204
1221
  ),
1205
- /* @__PURE__ */ a(
1222
+ /* @__PURE__ */ l(
1206
1223
  "path",
1207
1224
  {
1208
1225
  fill: "#f8f8f8",
@@ -1210,7 +1227,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1210
1227
  }
1211
1228
  )
1212
1229
  ] }),
1213
- c === "popos" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
1230
+ c === "popos" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
1214
1231
  "path",
1215
1232
  {
1216
1233
  fill: "#46bac8",
@@ -1218,14 +1235,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1218
1235
  }
1219
1236
  ) }),
1220
1237
  c === "ubuntu" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 256", children: [
1221
- /* @__PURE__ */ a(
1238
+ /* @__PURE__ */ l(
1222
1239
  "path",
1223
1240
  {
1224
1241
  fill: "#dd4814",
1225
1242
  d: "M255.637 127.683c0 70.514-57.165 127.68-127.683 127.68C57.434 255.363.27 198.197.27 127.683C.27 57.165 57.436 0 127.954 0c70.519 0 127.683 57.165 127.683 127.683"
1226
1243
  }
1227
1244
  ),
1228
- /* @__PURE__ */ a(
1245
+ /* @__PURE__ */ l(
1229
1246
  "path",
1230
1247
  {
1231
1248
  fill: "#fff",
@@ -1233,32 +1250,32 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1233
1250
  }
1234
1251
  )
1235
1252
  ] }),
1236
- c === "kali" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
1253
+ c === "kali" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
1237
1254
  "path",
1238
1255
  {
1239
1256
  fill: "#222",
1240
1257
  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"
1241
1258
  }
1242
1259
  ) }),
1243
- c === "arch" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 128 128", children: /* @__PURE__ */ e("g", { fill: "#1791cf", children: [
1244
- /* @__PURE__ */ a(
1260
+ c === "arch" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 128 128", children: /* @__PURE__ */ e("g", { fill: "#1791cf", children: [
1261
+ /* @__PURE__ */ l(
1245
1262
  "path",
1246
1263
  {
1247
1264
  fillRule: "evenodd",
1248
1265
  d: "M61.113 4.886C55.82 17.79 52.63 26.23 46.738 38.75c3.614 3.804 8.047 8.242 15.246 13.25c-7.742-3.168-13.02-6.348-16.968-9.649c-7.54 15.645-19.352 37.934-43.325 80.77c18.844-10.817 33.45-17.485 47.059-20.031a34 34 0 0 1-.895-8.024l.024-.602c.297-12.003 6.578-21.238 14.016-20.609c7.437.625 13.222 10.871 12.921 22.875c-.054 2.262-.312 4.434-.761 6.45c13.465 2.62 27.914 9.273 46.5 19.94c-3.664-6.706-6.934-12.757-10.059-18.519c-4.922-3.793-10.055-8.726-20.523-14.074c7.195 1.863 12.347 4.008 16.363 6.406C74.578 38.121 72.004 30.308 61.113 4.886m0 0"
1249
1266
  }
1250
1267
  ),
1251
- /* @__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" })
1268
+ /* @__PURE__ */ l("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" })
1252
1269
  ] }) }),
1253
- c === "zorin" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 256 227", children: /* @__PURE__ */ a(
1270
+ c === "zorin" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 256 227", children: /* @__PURE__ */ l(
1254
1271
  "path",
1255
1272
  {
1256
1273
  fill: "#0af",
1257
1274
  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"
1258
1275
  }
1259
1276
  ) }),
1260
- 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" }) }),
1261
- c === "linux" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 128 128", children: /* @__PURE__ */ a(
1277
+ c === "manjaro" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 256 256", children: /* @__PURE__ */ l("path", { fill: "#35bf5c", d: "M256 0v256h-74.925V0zm-90.54 90.536V256H90.535V90.536zm0-90.536v74.925H74.67V256H0V0z" }) }),
1278
+ c === "linux" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 128 128", children: /* @__PURE__ */ l(
1262
1279
  "path",
1263
1280
  {
1264
1281
  fill: "currentColor",
@@ -1267,14 +1284,14 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1267
1284
  clipRule: "evenodd"
1268
1285
  }
1269
1286
  ) }),
1270
- c === "intel" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 512 512", children: /* @__PURE__ */ a(
1287
+ c === "intel" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 512 512", children: /* @__PURE__ */ l(
1271
1288
  "path",
1272
1289
  {
1273
- fill: l,
1290
+ fill: a,
1274
1291
  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"
1275
1292
  }
1276
1293
  ) }),
1277
- c === "amd" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
1294
+ c === "amd" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
1278
1295
  "path",
1279
1296
  {
1280
1297
  fill: "currentColor",
@@ -1282,20 +1299,20 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1282
1299
  }
1283
1300
  ) }),
1284
1301
  c === "sendgrid" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 256", children: [
1285
- /* @__PURE__ */ a("path", { fill: "#9dd6e3", d: "M256 0v170.667h-85.333v85.33H.002v-85.331H0V85.332h85.333V0z", strokeWidth: 6.5, stroke: "#9dd6e3" }),
1286
- /* @__PURE__ */ a("path", { fill: "#3f72ab", d: "M.002 255.996h85.333v-85.333H.002z", strokeWidth: 6.5, stroke: "#3f72ab" }),
1287
- /* @__PURE__ */ a("path", { fill: "#00a9d1", d: "M170.667 170.667H256V85.331h-85.333zM85.333 85.333h85.334V0H85.333z", strokeWidth: 6.5, stroke: "#00a9d1" }),
1288
- /* @__PURE__ */ a("path", { fill: "#2191c4", d: "M85.333 170.665h85.334V85.331H85.333z", strokeWidth: 6.5, stroke: "#2191c4" }),
1289
- /* @__PURE__ */ a("path", { fill: "#3f72ab", d: "M170.667 85.333H256V0h-85.333z", strokeWidth: 6.5, stroke: "#3f72ab" })
1302
+ /* @__PURE__ */ l("path", { fill: "#9dd6e3", d: "M256 0v170.667h-85.333v85.33H.002v-85.331H0V85.332h85.333V0z", strokeWidth: 6.5, stroke: "#9dd6e3" }),
1303
+ /* @__PURE__ */ l("path", { fill: "#3f72ab", d: "M.002 255.996h85.333v-85.333H.002z", strokeWidth: 6.5, stroke: "#3f72ab" }),
1304
+ /* @__PURE__ */ l("path", { fill: "#00a9d1", d: "M170.667 170.667H256V85.331h-85.333zM85.333 85.333h85.334V0H85.333z", strokeWidth: 6.5, stroke: "#00a9d1" }),
1305
+ /* @__PURE__ */ l("path", { fill: "#2191c4", d: "M85.333 170.665h85.334V85.331H85.333z", strokeWidth: 6.5, stroke: "#2191c4" }),
1306
+ /* @__PURE__ */ l("path", { fill: "#3f72ab", d: "M170.667 85.333H256V0h-85.333z", strokeWidth: 6.5, stroke: "#3f72ab" })
1290
1307
  ] }),
1291
- c === "brevo" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
1308
+ c === "brevo" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
1292
1309
  "path",
1293
1310
  {
1294
1311
  fill: "#149c74",
1295
1312
  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"
1296
1313
  }
1297
1314
  ) }),
1298
- c === "resend" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
1315
+ c === "resend" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
1299
1316
  "path",
1300
1317
  {
1301
1318
  fill: "#222222",
@@ -1303,7 +1320,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1303
1320
  }
1304
1321
  ) }),
1305
1322
  c === "aws-ses" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 153", children: [
1306
- /* @__PURE__ */ a(
1323
+ /* @__PURE__ */ l(
1307
1324
  "path",
1308
1325
  {
1309
1326
  fill: "#252f3e",
@@ -1312,7 +1329,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1312
1329
  stroke: "#252f3e"
1313
1330
  }
1314
1331
  ),
1315
- /* @__PURE__ */ a(
1332
+ /* @__PURE__ */ l(
1316
1333
  "path",
1317
1334
  {
1318
1335
  fill: "#f90",
@@ -1322,7 +1339,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1322
1339
  }
1323
1340
  )
1324
1341
  ] }),
1325
- c === "mailgun" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 256 261", children: /* @__PURE__ */ a(
1342
+ c === "mailgun" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 256 261", children: /* @__PURE__ */ l(
1326
1343
  "path",
1327
1344
  {
1328
1345
  fill: "#f06b66",
@@ -1332,7 +1349,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1332
1349
  }
1333
1350
  ) }),
1334
1351
  c === "slack" && /* @__PURE__ */ e(i, { size: h, viewBox: "0 0 256 256", children: [
1335
- /* @__PURE__ */ a(
1352
+ /* @__PURE__ */ l(
1336
1353
  "path",
1337
1354
  {
1338
1355
  fill: "#e01e5a",
@@ -1341,7 +1358,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1341
1358
  stroke: "#e01e5a"
1342
1359
  }
1343
1360
  ),
1344
- /* @__PURE__ */ a(
1361
+ /* @__PURE__ */ l(
1345
1362
  "path",
1346
1363
  {
1347
1364
  fill: "#36c5f0",
@@ -1350,7 +1367,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1350
1367
  stroke: "#36c5f0"
1351
1368
  }
1352
1369
  ),
1353
- /* @__PURE__ */ a(
1370
+ /* @__PURE__ */ l(
1354
1371
  "path",
1355
1372
  {
1356
1373
  fill: "#2eb67d",
@@ -1359,7 +1376,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1359
1376
  stroke: "#2eb67d"
1360
1377
  }
1361
1378
  ),
1362
- /* @__PURE__ */ a(
1379
+ /* @__PURE__ */ l(
1363
1380
  "path",
1364
1381
  {
1365
1382
  fill: "#ecb22e",
@@ -1369,28 +1386,28 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1369
1386
  }
1370
1387
  )
1371
1388
  ] }),
1372
- c === "ntfy" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 12 12", children: /* @__PURE__ */ a(
1389
+ c === "ntfy" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 12 12", children: /* @__PURE__ */ l(
1373
1390
  "path",
1374
1391
  {
1375
1392
  fill: "#338574",
1376
1393
  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"
1377
1394
  }
1378
1395
  ) }),
1379
- c === "discord" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 256 199", children: /* @__PURE__ */ a(
1396
+ c === "discord" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 256 199", children: /* @__PURE__ */ l(
1380
1397
  "path",
1381
1398
  {
1382
1399
  fill: "#5865f2",
1383
1400
  d: "M216.856 16.597A208.5 208.5 0 0 0 164.042 0c-2.275 4.113-4.933 9.645-6.766 14.046q-29.538-4.442-58.533 0c-1.832-4.4-4.55-9.933-6.846-14.046a207.8 207.8 0 0 0-52.855 16.638C5.618 67.147-3.443 116.4 1.087 164.956c22.169 16.555 43.653 26.612 64.775 33.193A161 161 0 0 0 79.735 175.3a136.4 136.4 0 0 1-21.846-10.632a109 109 0 0 0 5.356-4.237c42.122 19.702 87.89 19.702 129.51 0a132 132 0 0 0 5.355 4.237a136 136 0 0 1-21.886 10.653c4.006 8.02 8.638 15.67 13.873 22.848c21.142-6.58 42.646-16.637 64.815-33.213c5.316-56.288-9.08-105.09-38.056-148.36M85.474 135.095c-12.645 0-23.015-11.805-23.015-26.18s10.149-26.2 23.015-26.2s23.236 11.804 23.015 26.2c.02 14.375-10.148 26.18-23.015 26.18m85.051 0c-12.645 0-23.014-11.805-23.014-26.18s10.148-26.2 23.014-26.2c12.867 0 23.236 11.804 23.015 26.2c0 14.375-10.148 26.18-23.015 26.18"
1384
1401
  }
1385
1402
  ) }),
1386
- c === "webhook" && /* @__PURE__ */ a(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ a(
1403
+ c === "webhook" && /* @__PURE__ */ l(i, { size: h, viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
1387
1404
  "path",
1388
1405
  {
1389
- fill: l,
1406
+ fill: a,
1390
1407
  d: "M7 21q-2.075 0-3.537-1.463T2 16q0-1.4.675-2.537t1.8-1.788q.525-.3 1.025.013t.5.862q0 .275-.112.5t-.313.325q-.7.375-1.137 1.075T4 16q0 1.25.875 2.125T7 19t2.125-.875T10 16q0-.425.238-.712T10.9 15h4.975q.2-.225.488-.363T17 14.5q.625 0 1.063.438T18.5 16t-.437 1.063T17 17.5q-.35 0-.638-.137T15.876 17H11.9q-.35 1.725-1.713 2.863T7 21m0-3.5q-.625 0-1.062-.437T5.5 16q0-.55.35-.95t.85-.525l2.35-3.9q-.725-.675-1.138-1.612T7.5 7q0-2.075 1.463-3.537T12.5 2q1.75 0 3.088 1.063T17.35 5.75q.125.475-.175.863t-.8.387q-.325 0-.612-.238t-.388-.587q-.275-.95-1.05-1.562T12.5 4q-1.25 0-2.125.875T9.5 7q0 .825.413 1.513T10.974 9.6q.35.2.438.5t-.088.6l-2.9 4.85q.05.125.063.225T8.5 16q0 .625-.437 1.063T7 17.5M17 21q-.65 0-1.263-.162T14.6 20.4q-.675-.375-.537-1.137t1.012-.763q.125 0 .275.05t.275.125q.325.175.663.25T17 19q1.25 0 2.125-.875T20 16t-.875-2.125T17 13q-.25 0-.475.038t-.45.112q-.4.125-.75.013t-.525-.388l-2.575-4.3q-.525-.1-.875-.5T11 7q0-.625.438-1.062T12.5 5.5t1.063.438T14 7v.213q0 .087-.05.212l2.175 3.65q.2-.05.425-.062T17 11q2.075 0 3.538 1.463T22 16t-1.463 3.538T17 21"
1391
1408
  }
1392
1409
  ) })
1393
- ] }), i = ({ children: c, viewBox: l, size: h }) => /* @__PURE__ */ a(
1410
+ ] }), i = ({ children: c, viewBox: a, size: h }) => /* @__PURE__ */ l(
1394
1411
  "svg",
1395
1412
  {
1396
1413
  "data-testid": "icon",
@@ -1398,7 +1415,7 @@ const r = ({ type: c, color: l = "currentColor", size: h = 16, title: d = "", cl
1398
1415
  xmlnsXlink: "http://www.w3.org/1999/xlink",
1399
1416
  width: h || 16,
1400
1417
  preserveAspectRatio: "xMidYMid meet",
1401
- viewBox: l,
1418
+ viewBox: a,
1402
1419
  "aria-hidden": "true",
1403
1420
  role: "img",
1404
1421
  children: c