magic-editor-x 1.4.0 → 1.5.1

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 (26) hide show
  1. package/dist/_chunks/{App-ByYQ99dO.js → App-DImBvISP.js} +59 -59
  2. package/dist/_chunks/{App-C8q91Ico.mjs → App-iNfbV7cz.mjs} +32 -32
  3. package/dist/_chunks/{CustomBlocksPage-rLRB05j0.mjs → CustomBlocksPage-COPOZ2-_.mjs} +2 -1
  4. package/dist/_chunks/{CustomBlocksPage-BkmF2iOQ.js → CustomBlocksPage-Cj-0TTUs.js} +14 -13
  5. package/dist/_chunks/{LicensePage-Bdn7zWU2.js → LicensePage-CmvILX9m.js} +43 -43
  6. package/dist/_chunks/{LicensePage-DR_Cwyfw.mjs → LicensePage-gLRoo8WJ.mjs} +38 -38
  7. package/dist/_chunks/{LiveCollaborationPanel-BUHIq0CQ.js → LiveCollaborationPanel-BFybu8h0.js} +7 -7
  8. package/dist/_chunks/{LiveCollaborationPanel-0tplv17N.mjs → LiveCollaborationPanel-CVgl4IyR.mjs} +3 -3
  9. package/dist/_chunks/{Settings-FfpVHlpw.mjs → Settings-ButYcfrm.mjs} +82 -82
  10. package/dist/_chunks/Settings-BzGqgrxD.js +440 -0
  11. package/dist/_chunks/{getTranslation-DOJ3x1SL.js → getTranslation-BADoesEn.js} +19120 -12315
  12. package/dist/_chunks/{getTranslation-Bk8tKbUs.mjs → getTranslation-D3h3Z3gU.mjs} +18708 -11903
  13. package/dist/_chunks/index-BXBnwuRw.js +2158 -0
  14. package/dist/_chunks/index-BvEdg518.mjs +2159 -0
  15. package/dist/_chunks/{index-DzixAi6O.js → index-DDFAuQNT.js} +360 -180
  16. package/dist/_chunks/{index-zOiCW1bZ.mjs → index-DEi6nwfM.mjs} +215 -35
  17. package/dist/_chunks/{tools-uudZx91W.mjs → tools-BXzd0lx5.mjs} +3 -3
  18. package/dist/_chunks/{tools-BSMn5LLQ.js → tools-Q0uwDS9E.js} +10 -10
  19. package/dist/admin/index.js +1 -1
  20. package/dist/admin/index.mjs +2 -2
  21. package/dist/server/index.js +142 -135
  22. package/dist/server/index.mjs +142 -135
  23. package/package.json +7 -7
  24. package/dist/_chunks/Settings-B5mffA2O.js +0 -440
  25. package/dist/_chunks/index-C5DuaTDl.js +0 -2550
  26. package/dist/_chunks/index-DkpTkVe7.mjs +0 -2551
@@ -0,0 +1,2159 @@
1
+ import { useRef, useEffect, forwardRef } from "react";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ import { useTheme } from "styled-components";
4
+ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
5
+ const v = glob[path];
6
+ if (v) {
7
+ return typeof v === "function" ? v() : Promise.resolve(v);
8
+ }
9
+ return new Promise((_2, reject) => {
10
+ (typeof queueMicrotask === "function" ? queueMicrotask : setTimeout)(
11
+ reject.bind(
12
+ null,
13
+ new Error(
14
+ "Unknown variable dynamic import: " + path + (path.split("/").length !== segs ? ". Note that variables only represent file names one level deep." : "")
15
+ )
16
+ )
17
+ );
18
+ });
19
+ };
20
+ const PLUGIN_ID = "magic-editor-x";
21
+ const Initializer = ({ setPlugin }) => {
22
+ const ref = useRef(setPlugin);
23
+ useEffect(() => {
24
+ ref.current(PLUGIN_ID);
25
+ }, []);
26
+ return null;
27
+ };
28
+ const g = ({
29
+ fill: n = "currentColor",
30
+ stroke: t,
31
+ ...c
32
+ }, h) => {
33
+ const {
34
+ colors: a
35
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
36
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 2A12.014 12.014 0 0 0 4 14c0 3 1.57 6.883 4.201 10.375C10.85 27.894 13.764 30 16 30s5.151-2.101 7.799-5.625C26.43 20.875 28 17 28 14A12.014 12.014 0 0 0 16 2M8 14.5A1.5 1.5 0 0 1 9.5 13a4.5 4.5 0 0 1 4.5 4.5 1.5 1.5 0 0 1-1.5 1.5A4.5 4.5 0 0 1 8 14.5M18 25h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2m1.5-6a1.5 1.5 0 0 1-1.5-1.5 4.5 4.5 0 0 1 4.5-4.5 1.5 1.5 0 0 1 1.5 1.5 4.5 4.5 0 0 1-4.5 4.5" }) });
37
+ };
38
+ forwardRef(g);
39
+ const l = ({
40
+ fill: n = "currentColor",
41
+ stroke: t,
42
+ ...c
43
+ }, h) => {
44
+ const {
45
+ colors: a
46
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
47
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28 6H4a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2v11a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V13a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2m-9 12h-6a1 1 0 0 1 0-2h6a1 1 0 0 1 0 2m9-7H4V8h24z" }) });
48
+ };
49
+ forwardRef(l);
50
+ const d = ({
51
+ fill: n = "currentColor",
52
+ stroke: t,
53
+ ...c
54
+ }, h) => {
55
+ const {
56
+ colors: a
57
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
58
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M30.5 7v6a1.5 1.5 0 0 1-1.5 1.5h-6a1.5 1.5 0 0 1 0-3h2.137l-2.375-2.173-.047-.046a9.5 9.5 0 1 0-6.84 16.219H16a9.44 9.44 0 0 0 6.519-2.59 1.5 1.5 0 1 1 2.061 2.181A12.43 12.43 0 0 1 16 28.5h-.171a12.5 12.5 0 1 1 8.985-21.368L27.5 9.59V7a1.5 1.5 0 0 1 3 0" }) });
59
+ };
60
+ forwardRef(d);
61
+ const r = ({
62
+ fill: n = "currentColor",
63
+ stroke: t,
64
+ ...c
65
+ }, h) => {
66
+ const {
67
+ colors: a
68
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
69
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m26.061 19.061-9 9a1.503 1.503 0 0 1-2.125 0l-9-9a1.503 1.503 0 1 1 2.125-2.125l6.439 6.439V5a1.5 1.5 0 1 1 3 0v18.375l6.439-6.44a1.502 1.502 0 1 1 2.125 2.125z" }) });
70
+ };
71
+ forwardRef(r);
72
+ const u = ({
73
+ fill: n = "currentColor",
74
+ stroke: t,
75
+ ...c
76
+ }, h) => {
77
+ const {
78
+ colors: a
79
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
80
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.5 16a1.5 1.5 0 0 1-1.5 1.5H8.625l6.44 6.439a1.502 1.502 0 1 1-2.125 2.125l-9-9a1.5 1.5 0 0 1 0-2.125l9-9a1.503 1.503 0 0 1 2.125 2.125L8.625 14.5H27a1.5 1.5 0 0 1 1.5 1.5" }) });
81
+ };
82
+ forwardRef(u);
83
+ const m = ({
84
+ fill: n = "currentColor",
85
+ stroke: t,
86
+ ...c
87
+ }, h) => {
88
+ const {
89
+ colors: a
90
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
91
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: w, viewBox: "0 0 16 16", stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M14.75 8a.75.75 0 0 1-.75.75H6.813l3.22 3.22a.751.751 0 1 1-1.063 1.062l-4.5-4.5a.75.75 0 0 1 0-1.063l4.5-4.5a.751.751 0 0 1 1.063 1.063L6.813 7.25H14a.75.75 0 0 1 .75.75M2.5 1.75a.75.75 0 0 0-.75.75v11a.75.75 0 0 0 1.5 0v-11a.75.75 0 0 0-.75-.75" }) });
92
+ };
93
+ forwardRef(m);
94
+ const x = ({
95
+ fill: n = "currentColor",
96
+ stroke: t,
97
+ ...c
98
+ }, h) => {
99
+ const {
100
+ colors: a
101
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
102
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: w, viewBox: "0 0 16 16", stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M11.53 7.47a.75.75 0 0 1 0 1.062l-4.5 4.5a.751.751 0 1 1-1.062-1.063l3.22-3.219H2a.75.75 0 1 1 0-1.5h7.188L5.969 4.03a.751.751 0 1 1 1.063-1.062zm1.97-5.72a.75.75 0 0 0-.75.75v11a.75.75 0 0 0 1.5 0v-11a.75.75 0 0 0-.75-.75" }) });
103
+ };
104
+ forwardRef(x);
105
+ const M = ({
106
+ fill: n = "currentColor",
107
+ stroke: t,
108
+ ...c
109
+ }, h) => {
110
+ const {
111
+ colors: a
112
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
113
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m28.061 17.061-9 9a1.503 1.503 0 1 1-2.125-2.125l6.439-6.436H5a1.5 1.5 0 1 1 0-3h18.375l-6.436-6.44a1.503 1.503 0 0 1 2.125-2.125l9 9a1.5 1.5 0 0 1-.003 2.126" }) });
114
+ };
115
+ forwardRef(M);
116
+ const C = ({
117
+ fill: n = "currentColor",
118
+ stroke: t,
119
+ ...c
120
+ }, h) => {
121
+ const {
122
+ colors: a
123
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
124
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M26.061 15.061a1.5 1.5 0 0 1-2.125 0L17.5 8.625V27a1.5 1.5 0 1 1-3 0V8.625l-6.439 6.436a1.503 1.503 0 1 1-2.125-2.125l9-9a1.5 1.5 0 0 1 2.125 0l9 9a1.5 1.5 0 0 1 0 2.125" }) });
125
+ };
126
+ forwardRef(C);
127
+ const H = ({
128
+ fill: n = "currentColor",
129
+ stroke: t,
130
+ ...c
131
+ }, h) => {
132
+ const {
133
+ colors: a
134
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
135
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M11 13.5H5A1.5 1.5 0 0 1 3.5 12V6a1.5 1.5 0 0 1 3 0v1.733C8.581 5.683 11.786 3.5 16 3.5c5.558 0 8.92 3.299 9.061 3.439a1.5 1.5 0 0 1-2.117 2.125C22.889 9.01 20.25 6.5 16 6.5c-3.625 0-6.367 2.21-8 4h3a1.5 1.5 0 1 1 0 3m16 5h-6a1.5 1.5 0 1 0 0 3h3c-1.625 1.79-4.375 4-8 4-4.25 0-6.889-2.511-6.944-2.565A1.5 1.5 0 0 0 6.94 25.06c.141.141 3.504 3.44 9.061 3.44 4.214 0 7.419-2.183 9.5-4.233V26a1.5 1.5 0 1 0 3 0v-6a1.5 1.5 0 0 0-1.5-1.5" }) });
136
+ };
137
+ forwardRef(H);
138
+ const A = ({
139
+ fill: n = "currentColor",
140
+ stroke: t,
141
+ ...c
142
+ }, h) => {
143
+ const {
144
+ colors: a
145
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
146
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M220 48v48a12 12 0 0 1-24 0V77l-39.51 39.52a12 12 0 0 1-17-17L179 60h-19a12 12 0 0 1 0-24h48a12 12 0 0 1 12 12M99.51 139.51 60 179v-19a12 12 0 0 0-24 0v48a12 12 0 0 0 12 12h48a12 12 0 0 0 0-24H77l39.52-39.51a12 12 0 0 0-17-17Z" }) });
147
+ };
148
+ forwardRef(A);
149
+ const S = ({
150
+ fill: n = "currentColor",
151
+ stroke: t,
152
+ ...c
153
+ }, h) => {
154
+ const {
155
+ colors: a
156
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
157
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27.725 21.993C27.031 20.798 26 17.416 26 13a10 10 0 0 0-20 0c0 4.418-1.032 7.797-1.726 8.993A2 2 0 0 0 6 25h5.101a5 5 0 0 0 9.798 0H26a2 2 0 0 0 1.725-3.008M16 27a3 3 0 0 1-2.828-2h5.656A3 3 0 0 1 16 27" }) });
158
+ };
159
+ forwardRef(S);
160
+ const F = ({
161
+ fill: n = "currentColor",
162
+ stroke: t,
163
+ ...c
164
+ }, h) => {
165
+ const {
166
+ colors: a
167
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
168
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M22.135 14.308A6.001 6.001 0 0 0 17.5 4.5H9A1.5 1.5 0 0 0 7.5 6v19A1.5 1.5 0 0 0 9 26.5h10a6.5 6.5 0 0 0 3.135-12.192M10.5 7.5h7a3 3 0 0 1 0 6h-7zm8.5 16h-8.5v-7H19a3.5 3.5 0 1 1 0 7" }) });
169
+ };
170
+ forwardRef(F);
171
+ const R = ({
172
+ fill: n = "currentColor",
173
+ stroke: t,
174
+ ...c
175
+ }, h) => {
176
+ const {
177
+ colors: a
178
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
179
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 4v20a1 1 0 0 1-1 1H9a2 2 0 0 0-2 2h17a1 1 0 0 1 0 2H6a1 1 0 0 1-1-1V7a4 4 0 0 1 4-4h17a1 1 0 0 1 1 1" }) });
180
+ };
181
+ forwardRef(R);
182
+ const B = ({
183
+ fill: n = "currentColor",
184
+ stroke: t,
185
+ ...c
186
+ }, h) => {
187
+ const {
188
+ colors: a
189
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
190
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M19 14a1 1 0 0 1-1 1h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1m10-5v16a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v1h5a2 2 0 0 1 2 2M12 7h8V6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1zm15 7.201V9H5v5.201A23 23 0 0 0 16 17a23 23 0 0 0 11-2.799" }) });
191
+ };
192
+ forwardRef(B);
193
+ const V = ({
194
+ fill: n = "currentColor",
195
+ stroke: t,
196
+ ...c
197
+ }, h) => {
198
+ const {
199
+ colors: a
200
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
201
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M9.5 8A1.5 1.5 0 0 1 11 6.5h16a1.5 1.5 0 0 1 0 3H11A1.5 1.5 0 0 1 9.5 8M27 14.5H11a1.5 1.5 0 1 0 0 3h16a1.5 1.5 0 1 0 0-3m0 8H11a1.5 1.5 0 1 0 0 3h16a1.5 1.5 0 1 0 0-3M5.5 14a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0-8a2 2 0 1 0 0 4 2 2 0 0 0 0-4m0 16a2 2 0 1 0 0 4 2 2 0 0 0 0-4" }) });
202
+ };
203
+ forwardRef(V);
204
+ const $ = ({
205
+ fill: n = "currentColor",
206
+ stroke: t,
207
+ ...c
208
+ }, h) => {
209
+ const {
210
+ colors: a
211
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
212
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M26 4h-3V3a1 1 0 0 0-2 0v1H11V3a1 1 0 0 0-2 0v1H6a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 6H6V6h3v1a1 1 0 0 0 2 0V6h10v1a1 1 0 0 0 2 0V6h3z" }) });
213
+ }, K2 = forwardRef($), L = ({
214
+ fill: n = "currentColor",
215
+ stroke: t,
216
+ ...c
217
+ }, h) => {
218
+ const {
219
+ colors: a
220
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
221
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M30 14h-1.35l-3.472-7.812A2 2 0 0 0 23.35 5H8.65a2 2 0 0 0-1.828 1.188L3.35 14H2a1 1 0 0 0 0 2h1v10a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2v-2h12v2a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2V16h1a1 1 0 0 0 0-2m-20 6H8a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2m12 0a1 1 0 0 1 0-2h2a1 1 0 0 1 0 2z" }) });
222
+ };
223
+ forwardRef(L);
224
+ const z = ({
225
+ fill: n = "currentColor",
226
+ stroke: t,
227
+ ...c
228
+ }, h) => {
229
+ const {
230
+ colors: a
231
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
232
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m26.708 12.708-10 10a1 1 0 0 1-1.415 0l-10-10A1 1 0 0 1 6 11h20a1 1 0 0 1 .707 1.707" }) });
233
+ }, J2 = forwardRef(z), q = ({
234
+ fill: n = "currentColor",
235
+ stroke: t,
236
+ ...c
237
+ }, h) => {
238
+ const {
239
+ colors: a
240
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
241
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M26.924 20.383A1 1 0 0 1 26 21H6a1 1 0 0 1-.708-1.707l10-10a1 1 0 0 1 1.415 0l10 10a1 1 0 0 1 .217 1.09" }) });
242
+ };
243
+ forwardRef(q);
244
+ const y = ({
245
+ fill: n = "currentColor",
246
+ stroke: t,
247
+ ...c
248
+ }, h) => {
249
+ const {
250
+ colors: a
251
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
252
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M7 26a1 1 0 1 1-2 0 1 1 0 0 0-1-1 1 1 0 0 1 0-2 3 3 0 0 1 3 3m-3-7a1 1 0 0 0 0 2 5 5 0 0 1 5 5 1 1 0 1 0 2 0 7.01 7.01 0 0 0-7-7m0-4a1 1 0 0 0 0 2 9.01 9.01 0 0 1 9 9 1 1 0 0 0 2 0A11.01 11.01 0 0 0 4 15M27 5H5a2 2 0 0 0-2 2v5a1 1 0 0 0 1 1 13.014 13.014 0 0 1 13 13 1 1 0 0 0 1 1h9a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2" }) });
253
+ };
254
+ forwardRef(y);
255
+ const T = ({
256
+ fill: n = "currentColor",
257
+ stroke: t,
258
+ ...c
259
+ }, h) => {
260
+ const {
261
+ colors: a
262
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
263
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M25 3h-1a2 2 0 0 0-2 2v2h-3.5V5a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v2H10V5a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v5.586A1.98 1.98 0 0 0 5.586 12L7 13.414V27a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V13.414L26.414 12A1.98 1.98 0 0 0 27 10.586V5a2 2 0 0 0-2-2m-6 24h-6v-8a3 3 0 0 1 6 0z" }) });
264
+ };
265
+ forwardRef(T);
266
+ const f = ({
267
+ fill: n = "currentColor",
268
+ stroke: t,
269
+ ...c
270
+ }, h) => {
271
+ const {
272
+ colors: a
273
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
274
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 5H5a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-3.5 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m0 7a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m-5-2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m-3-5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m-3 7a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M25 24H7a1 1 0 0 1-1-1V9a1 1 0 0 1 2 0v13h17a1 1 0 0 1 0 2" }) });
275
+ };
276
+ forwardRef(f);
277
+ const U = ({
278
+ fill: n = "currentColor",
279
+ stroke: t,
280
+ ...c
281
+ }, h) => {
282
+ const {
283
+ colors: a
284
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
285
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M3.094 14.443a12.8 12.8 0 0 1 2.914-6.72 2 2 0 0 1 2.953-.138l3.459 3.533a1.98 1.98 0 0 1 .211 2.56 3.2 3.2 0 0 0-.462.968.5.5 0 0 1-.478.354h-8.1a.5.5 0 0 1-.497-.557m14.08-11.435A2 2 0 0 0 15 5v5.084a1.98 1.98 0 0 0 1.656 1.97 4 4 0 0 1 .677 7.72.51.51 0 0 0-.333.476v8.154a.5.5 0 0 0 .558.5A13.04 13.04 0 0 0 29 16.185C29.094 9.4 23.899 3.61 17.174 3.008M14.656 19.77a4 4 0 0 1-2.425-2.427.51.51 0 0 0-.475-.343H3.59a.5.5 0 0 0-.5.556A13.01 13.01 0 0 0 14.443 28.91a.5.5 0 0 0 .556-.5V20.25a.51.51 0 0 0-.343-.48" }) });
286
+ };
287
+ forwardRef(U);
288
+ const b = ({
289
+ fill: n = "currentColor",
290
+ stroke: t,
291
+ ...c
292
+ }, h) => {
293
+ const {
294
+ colors: a
295
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
296
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3m0 2a11 11 0 0 1 8.984 4.659L16 14.845zm0 22a11 11 0 0 1-8.984-4.659l18.97-10.951A11 11 0 0 1 16 27" }) });
297
+ };
298
+ forwardRef(b);
299
+ const D = ({
300
+ fill: n = "currentColor",
301
+ stroke: t,
302
+ ...c
303
+ }, h) => {
304
+ const {
305
+ colors: a
306
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
307
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m29.061 10.061-16 16a1.5 1.5 0 0 1-2.125 0l-7-7a1.504 1.504 0 0 1 2.125-2.125L12 22.875 26.939 7.939a1.502 1.502 0 1 1 2.125 2.125z" }) });
308
+ }, t5 = forwardRef(D), E = ({
309
+ fill: n = "currentColor",
310
+ stroke: t,
311
+ ...c
312
+ }, h) => {
313
+ const {
314
+ colors: a
315
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
316
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3m5.708 10.708-7 7a1 1 0 0 1-1.415 0l-3-3a1 1 0 0 1 1.415-1.415L14 18.586l6.293-6.293a1 1 0 0 1 1.415 1.415" }) });
317
+ }, a5 = forwardRef(E), O = ({
318
+ fill: n = "currentColor",
319
+ stroke: t,
320
+ ...c
321
+ }, h) => {
322
+ const {
323
+ colors: a
324
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
325
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, viewBox: "0 0 256 256", fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M176.49 95.51a12 12 0 0 1 0 17l-56 56a12 12 0 0 1-17 0l-24-24a12 12 0 1 1 17-17L112 143l47.51-47.52a12 12 0 0 1 16.98.03M236 128A108 108 0 1 1 128 20a108.12 108.12 0 0 1 108 108m-24 0a84 84 0 1 0-84 84 84.09 84.09 0 0 0 84-84" }) });
326
+ };
327
+ forwardRef(O);
328
+ const I = ({
329
+ fill: n = "currentColor",
330
+ stroke: t,
331
+ ...c
332
+ }, h) => {
333
+ const {
334
+ colors: a
335
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
336
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m27.061 13.061-10 10a1.503 1.503 0 0 1-2.125 0l-10-10a1.503 1.503 0 1 1 2.125-2.125L16 19.875l8.939-8.94a1.502 1.502 0 1 1 2.125 2.125z" }) });
337
+ };
338
+ forwardRef(I);
339
+ const G = ({
340
+ fill: n = "currentColor",
341
+ stroke: t,
342
+ ...c
343
+ }, h) => {
344
+ const {
345
+ colors: a
346
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
347
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M21.061 24.939a1.503 1.503 0 0 1-2.125 2.125l-10-10a1.5 1.5 0 0 1 0-2.125l10-10a1.503 1.503 0 0 1 2.125 2.125L12.125 16z" }) });
348
+ }, h5 = forwardRef(G), W = ({
349
+ fill: n = "currentColor",
350
+ stroke: t,
351
+ ...c
352
+ }, h) => {
353
+ const {
354
+ colors: a
355
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
356
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m23.061 17.061-10 10a1.503 1.503 0 0 1-2.125-2.125L19.875 16l-8.936-8.939a1.502 1.502 0 1 1 2.125-2.125l10 10a1.5 1.5 0 0 1-.003 2.125" }) });
357
+ }, w5 = forwardRef(W), Z = ({
358
+ fill: n = "currentColor",
359
+ stroke: t,
360
+ ...c
361
+ }, h) => {
362
+ const {
363
+ colors: a
364
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
365
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27.061 21.061a1.503 1.503 0 0 1-2.125 0L16 12.125l-8.939 8.936a1.503 1.503 0 0 1-2.125-2.125l10-10a1.5 1.5 0 0 1 2.125 0l10 10a1.5 1.5 0 0 1 0 2.125" }) });
366
+ };
367
+ forwardRef(Z);
368
+ const Q = ({
369
+ fill: n = "currentColor",
370
+ stroke: t,
371
+ ...c
372
+ }, h) => {
373
+ const {
374
+ colors: a
375
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
376
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3m7 14h-7a1 1 0 0 1-1-1V9a1 1 0 0 1 2 0v6h6a1 1 0 0 1 0 2" }) });
377
+ }, o5 = forwardRef(Q), N = ({
378
+ fill: n = "currentColor",
379
+ stroke: t,
380
+ ...c
381
+ }, h) => {
382
+ const {
383
+ colors: a
384
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
385
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28 16a12 12 0 0 1-20.236 8.728 1.002 1.002 0 0 1 1.375-1.456 10 10 0 1 0-.21-14.343c-.441.446-.857.885-1.26 1.321l2.039 2.043A1 1 0 0 1 9 14H4a1 1 0 0 1-1-1V8a1 1 0 0 1 1.707-.707L6.25 8.838c.402-.437.817-.875 1.258-1.32A12 12 0 0 1 28 16M16 9a1 1 0 0 0-1 1v6a1 1 0 0 0 .485.858l5 3a.999.999 0 0 0 1.486-1.1 1 1 0 0 0-.456-.616L17 15.434V10a1 1 0 0 0-1-1" }) });
386
+ };
387
+ forwardRef(N);
388
+ const j = ({
389
+ fill: n = "currentColor",
390
+ stroke: t,
391
+ ...c
392
+ }, h) => {
393
+ const {
394
+ colors: a
395
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
396
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M20.008 5a11.01 11.01 0 0 0-9.847 6.084A10.9 10.9 0 0 0 9 15.966 1.023 1.023 0 0 1 8.071 17 1 1 0 0 1 7 16a13 13 0 0 1 .668-4.115.5.5 0 0 0-.594-.647A8.01 8.01 0 0 0 1 19c0 4.399 3.719 8 8.125 8H20a11.01 11.01 0 0 0 10.991-11.435C30.764 9.693 25.884 5 20.008 5" }) });
397
+ };
398
+ forwardRef(j);
399
+ const K = ({
400
+ fill: n = "currentColor",
401
+ stroke: t,
402
+ ...c
403
+ }, h) => {
404
+ const {
405
+ colors: a
406
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
407
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M30.991 15.565C30.764 9.693 25.884 5 20.008 5a11.01 11.01 0 0 0-9.847 6.084A10.9 10.9 0 0 0 9 15.966 1.023 1.023 0 0 1 8.071 17 1 1 0 0 1 7 16a13 13 0 0 1 .668-4.115.5.5 0 0 0-.594-.647A8.01 8.01 0 0 0 1 19c0 4.399 3.719 8 8.125 8H20a11.01 11.01 0 0 0 10.991-11.435m-7.283 3.143a1 1 0 0 1-1.415 0L20 16.414V24a1 1 0 0 1-2 0v-7.586l-2.293 2.293a1 1 0 0 1-1.415-1.415l4-4a1 1 0 0 1 1.415 0l4 4a1 1 0 0 1 0 1.415" }) });
408
+ };
409
+ forwardRef(K);
410
+ const X = ({
411
+ fill: n = "currentColor",
412
+ stroke: t,
413
+ ...c
414
+ }, h) => {
415
+ const {
416
+ colors: a
417
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
418
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M8.96 12.153 4.342 16l4.618 3.848a1.5 1.5 0 1 1-1.92 2.305l-6-5a1.5 1.5 0 0 1 0-2.305l6-5a1.5 1.5 0 0 1 1.92 2.304m22 2.694-6-5a1.5 1.5 0 1 0-1.92 2.306L27.658 16l-4.618 3.848a1.5 1.5 0 1 0 1.92 2.305l6-5a1.5 1.5 0 0 0 0-2.305M20.512 3.59a1.5 1.5 0 0 0-1.922.898l-8 22a1.5 1.5 0 0 0 2.82 1.024l8-22a1.5 1.5 0 0 0-.898-1.922" }) });
419
+ };
420
+ forwardRef(X);
421
+ const J = ({
422
+ fill: n = "currentColor",
423
+ stroke: t,
424
+ ...c
425
+ }, h) => {
426
+ const {
427
+ colors: a
428
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
429
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, viewBox: "0 0 256 256", fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M200 40h-32a16 16 0 0 0-16-16H32a16 16 0 0 0-16 16v80a16 16 0 0 0 16 16h8v64a16 16 0 0 0 16 16h144a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16m-93.66 21.66a8 8 0 0 1 11.32-11.32l24 24a8 8 0 0 1 0 11.32l-24 24a8 8 0 0 1-11.32-11.32L124.69 80Zm-64 24a8 8 0 0 1 0-11.32l24-24a8 8 0 0 1 11.32 11.32L59.31 80l18.35 18.34a8 8 0 0 1-11.32 11.32ZM200 200H56v-64h96a16 16 0 0 0 16-16V56h32Z" }) });
430
+ };
431
+ forwardRef(J);
432
+ const Y = ({
433
+ fill: n = "currentColor",
434
+ stroke: t,
435
+ ...c
436
+ }, h) => {
437
+ const {
438
+ colors: a
439
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
440
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M26 10H4a1 1 0 0 0-1 1v6a12.04 12.04 0 0 0 4.068 9H4a1 1 0 0 0 0 2h22a1 1 0 0 0 0-2h-3.067a12.1 12.1 0 0 0 3.375-5.011A5 5 0 0 0 31 16v-1a5 5 0 0 0-5-5m3 6a3 3 0 0 1-2.15 2.875Q27 17.944 27 17v-4.828A3 3 0 0 1 29 15zM14 7V3a1 1 0 0 1 2 0v4a1 1 0 0 1-2 0m4 0V3a1 1 0 0 1 2 0v4a1 1 0 0 1-2 0m-8 0V3a1 1 0 0 1 2 0v4a1 1 0 0 1-2 0" }) });
441
+ };
442
+ forwardRef(Y);
443
+ const _ = ({
444
+ fill: n = "currentColor",
445
+ stroke: t,
446
+ ...c
447
+ }, h) => {
448
+ const {
449
+ colors: a
450
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
451
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M29.743 13.401a1 1 0 0 0-.487-.675l-3.729-2.125-.015-4.202a1 1 0 0 0-.353-.76 14 14 0 0 0-4.59-2.584 1 1 0 0 0-.808.074L16 5.23l-3.765-2.106a1 1 0 0 0-.809-.075 14 14 0 0 0-4.585 2.594 1 1 0 0 0-.354.758L6.47 10.61 2.74 12.734a1 1 0 0 0-.486.675 13.3 13.3 0 0 0 0 5.195 1 1 0 0 0 .486.675l3.729 2.125.015 4.204a1 1 0 0 0 .353.76 14 14 0 0 0 4.59 2.583 1 1 0 0 0 .808-.073L16 26.768l3.765 2.107a1.013 1.013 0 0 0 .809.073 14 14 0 0 0 4.585-2.592 1 1 0 0 0 .354-.759l.018-4.206 3.729-2.125a1 1 0 0 0 .486-.675c.34-1.713.338-3.477-.003-5.19M16 21a5 5 0 1 1 0-10 5 5 0 0 1 0 10" }) });
452
+ };
453
+ forwardRef(_);
454
+ const k = ({
455
+ fill: n = "currentColor",
456
+ stroke: t,
457
+ ...c
458
+ }, h) => {
459
+ const {
460
+ colors: a
461
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
462
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M18.5 12V6a1.5 1.5 0 1 1 3 0v4.5H26a1.5 1.5 0 1 1 0 3h-6a1.5 1.5 0 0 1-1.5-1.5M12 18.5H6a1.5 1.5 0 1 0 0 3h4.5V26a1.5 1.5 0 1 0 3 0v-6a1.5 1.5 0 0 0-1.5-1.5m14 0h-6a1.5 1.5 0 0 0-1.5 1.5v6a1.5 1.5 0 1 0 3 0v-4.5H26a1.5 1.5 0 1 0 0-3m-14-14A1.5 1.5 0 0 0 10.5 6v4.5H6a1.5 1.5 0 1 0 0 3h6a1.5 1.5 0 0 0 1.5-1.5V6A1.5 1.5 0 0 0 12 4.5" }) });
463
+ };
464
+ forwardRef(k);
465
+ const p = ({
466
+ fill: n = "currentColor",
467
+ stroke: t,
468
+ ...c
469
+ }, h) => {
470
+ const {
471
+ colors: a
472
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
473
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M22.5 17.5h-2v-3h2a5 5 0 1 0-5-5v2h-3v-2a5 5 0 1 0-5 5h2v3h-2a5 5 0 1 0 5 5v-2h3v2a5 5 0 1 0 5-5m-2-8a2 2 0 1 1 2 2h-2zm-13 0a2 2 0 0 1 4 0v2h-2a2 2 0 0 1-2-2m4 13a2 2 0 1 1-2-2h2zm3-8h3v3h-3zm8 10a2 2 0 0 1-2-2v-2h2a2 2 0 0 1 0 4" }) });
474
+ };
475
+ forwardRef(p);
476
+ const P = ({
477
+ fill: n = "currentColor",
478
+ stroke: t,
479
+ ...c
480
+ }, h) => {
481
+ const {
482
+ colors: a
483
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
484
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M30.5 24a1.5 1.5 0 0 1-1.5 1.5h-3.5V29a1.5 1.5 0 1 1-3 0v-3.5H8A1.5 1.5 0 0 1 6.5 24V9.5H3a1.5 1.5 0 0 1 0-3h3.5V3a1.5 1.5 0 0 1 3 0v19.5H29a1.5 1.5 0 0 1 1.5 1.5M13 9.5h9.5V19a1.5 1.5 0 1 0 3 0V8A1.5 1.5 0 0 0 24 6.5H13a1.5 1.5 0 0 0 0 3" }) });
485
+ };
486
+ forwardRef(P);
487
+ const n1 = ({
488
+ fill: n = "currentColor",
489
+ stroke: t,
490
+ ...c
491
+ }, h) => {
492
+ const {
493
+ colors: a
494
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
495
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M26.061 23.939a1.503 1.503 0 0 1-2.125 2.125L16 18.125l-7.939 7.936a1.503 1.503 0 1 1-2.125-2.125L13.875 16 5.939 8.061a1.503 1.503 0 1 1 2.125-2.125L16 13.875l7.939-7.94a1.502 1.502 0 1 1 2.125 2.125L18.125 16z" }) });
496
+ }, C5 = forwardRef(n1), t1 = ({
497
+ fill: n = "currentColor",
498
+ stroke: t,
499
+ ...c
500
+ }, h) => {
501
+ const {
502
+ colors: a
503
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
504
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3m4.708 16.293a1 1 0 0 1-1.415 1.415L16 17.414l-3.293 3.293a1 1 0 0 1-1.415-1.415L14.587 16l-3.293-3.293a1 1 0 1 1 1.415-1.415L16 14.587l3.293-3.293a1 1 0 0 1 1.415 1.415L17.414 16z" }) });
505
+ };
506
+ forwardRef(t1);
507
+ const a1 = ({
508
+ fill: n = "currentColor",
509
+ stroke: t,
510
+ ...c
511
+ }, h) => {
512
+ const {
513
+ colors: a
514
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
515
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M30.48 9.524a1.51 1.51 0 0 0-1.668-.213l-6.276 3.125-5.24-8.704a1.514 1.514 0 0 0-2.592 0l-5.24 8.708L3.19 9.315a1.514 1.514 0 0 0-2.113 1.825l4.625 14.17a1 1 0 0 0 1.46.55C7.194 25.841 10.39 24 16 24s8.806 1.841 8.835 1.859a1 1 0 0 0 1.464-.549l4.625-14.166a1.51 1.51 0 0 0-.444-1.62M21.98 19.6a1 1 0 0 1-1.159.811 28.5 28.5 0 0 0-9.652 0 1 1 0 0 1-.348-1.97 30.6 30.6 0 0 1 10.348 0 1 1 0 0 1 .816 1.159z" }) });
516
+ };
517
+ forwardRef(a1);
518
+ const s1 = ({
519
+ fill: n = "currentColor",
520
+ stroke: t,
521
+ ...c
522
+ }, h) => {
523
+ const {
524
+ colors: a
525
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
526
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27.414 24a2 2 0 0 1 0 2.829l-.585.585a2 2 0 0 1-2.829 0l-6.906-6.905-2.735 6.292A1.98 1.98 0 0 1 12.533 28h-.098a1.98 1.98 0 0 1-1.801-1.375L4.1 6.615A1.994 1.994 0 0 1 6.615 4.1l20.01 6.534a2 2 0 0 1 .176 3.725l-6.292 2.735z" }) });
527
+ };
528
+ forwardRef(s1);
529
+ const c1 = ({
530
+ fill: n = "currentColor",
531
+ stroke: t,
532
+ ...c
533
+ }, h) => {
534
+ const {
535
+ colors: a
536
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
537
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3C9.271 3 4 6.075 4 10v12c0 3.925 5.271 7 12 7s12-3.075 12-7V10c0-3.925-5.271-7-12-7m10 13c0 1.203-.985 2.429-2.701 3.365C21.366 20.419 18.774 21 16 21s-5.366-.581-7.299-1.635C6.985 18.429 6 17.203 6 16v-2.08C8.133 15.795 11.779 17 16 17s7.868-1.21 10-3.08zm-2.701 9.365C21.366 26.419 18.774 27 16 27s-5.366-.581-7.299-1.635C6.985 24.429 6 23.203 6 22v-2.08C8.133 21.795 11.779 23 16 23s7.868-1.21 10-3.08V22c0 1.203-.985 2.429-2.701 3.365" }) });
538
+ };
539
+ forwardRef(c1);
540
+ const h1 = ({
541
+ fill: n = "currentColor",
542
+ stroke: t,
543
+ ...c
544
+ }, h) => {
545
+ const {
546
+ colors: a
547
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
548
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M29 12a2 2 0 0 0-2-2h-4V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16a1 1 0 0 0 1.625.777L9 19.25V23a2 2 0 0 0 2 2h11.699l4.676 3.778A1 1 0 0 0 29 28zm-5.319 11.223a1 1 0 0 0-.625-.223H11v-4h10a2 2 0 0 0 2-2v-5h4v13.906z" }) });
549
+ };
550
+ forwardRef(h1);
551
+ const w1 = ({
552
+ fill: n = "currentColor",
553
+ stroke: t,
554
+ ...c
555
+ }, h) => {
556
+ const {
557
+ colors: a
558
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
559
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.5 19v7a2.5 2.5 0 0 1-2.5 2.5H6A2.5 2.5 0 0 1 3.5 26v-7a1.5 1.5 0 0 1 3 0v6.5h19V19a1.5 1.5 0 1 1 3 0m-13.561 1.061a1.5 1.5 0 0 0 2.125 0l5-5a1.502 1.502 0 1 0-2.125-2.125L17.5 15.375V5a1.5 1.5 0 1 0-3 0v10.375l-2.439-2.436a1.502 1.502 0 1 0-2.125 2.125z" }) });
560
+ };
561
+ forwardRef(w1);
562
+ const e1 = ({
563
+ fill: n = "currentColor",
564
+ stroke: t,
565
+ ...c
566
+ }, h) => {
567
+ const {
568
+ colors: a
569
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
570
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M13.5 7.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0m7 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4m-9 4.5a2 2 0 1 0 0 4 2 2 0 0 0 0-4m9 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-9 8.5a2 2 0 1 0 0 4 2 2 0 0 0 0-4m9 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4" }) });
571
+ };
572
+ forwardRef(e1);
573
+ const o1 = ({
574
+ fill: n = "currentColor",
575
+ stroke: t,
576
+ ...c
577
+ }, h) => {
578
+ const {
579
+ colors: a
580
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
581
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 4H11a1 1 0 0 0-1 1v5H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-5h5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m-1 16h-4v-9a1 1 0 0 0-1-1h-9V6h14z" }) });
582
+ };
583
+ forwardRef(o1);
584
+ const i1 = ({
585
+ fill: n = "currentColor",
586
+ stroke: t,
587
+ ...c
588
+ }, h) => {
589
+ const {
590
+ colors: a
591
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
592
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3m11 13c.001 1.411-.27 2.81-.8 4.118l-5.587-3.437a2 2 0 0 0-.78-.279l-2.853-.385a2.01 2.01 0 0 0-2 .983h-1.09l-.475-.983a1.99 1.99 0 0 0-1.375-1.083l-1-.216.978-1.718h2.088c.338 0 .67-.087.966-.25l1.532-.845q.202-.113.375-.268l3.364-3.042a1.99 1.99 0 0 0 .407-2.458l-.045-.08A11.01 11.01 0 0 1 27 16M5 16a10.94 10.94 0 0 1 1.068-4.725l1.417 3.784a2 2 0 0 0 1.453 1.25l2.678.576.476.99a2.01 2.01 0 0 0 1.8 1.125h.186l-.904 2.029a2 2 0 0 0 .357 2.171l.018.018L16 25.742l-.242 1.25A11.014 11.014 0 0 1 5 16" }) });
593
+ };
594
+ forwardRef(i1);
595
+ const v1 = ({
596
+ fill: n = "currentColor",
597
+ stroke: t,
598
+ ...c
599
+ }, h) => {
600
+ const {
601
+ colors: a
602
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
603
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: [
604
+ /* @__PURE__ */ jsx("path", { d: "M20.689 3.88A13 13 0 0 0 16 3a13 13 0 0 0-8.155 23.124l1.02-1.765A11 11 0 0 1 5 16a10.94 10.94 0 0 1 1.068-4.724l1.417 3.784a2 2 0 0 0 1.453 1.25l2.678.576.476.99q.113.226.275.418l1.169-2.025-.121-.25a1.99 1.99 0 0 0-1.375-1.084l-1-.217.978-1.717h2.088c.338 0 .67-.087.966-.25l.726-.4z" }),
605
+ /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "m24 2.144 1.732 1-1.58 2.736q.54.435 1.036.932A13.01 13.01 0 0 1 29 16a13 13 0 0 1-17.69 12.124l-1.578 2.732-1.732-1zm-.86 5.49-4.936 8.549 1.628.22c.277.037.543.132.78.278l5.588 3.436c.53-1.308.801-2.706.8-4.117a11.01 11.01 0 0 0-3.86-8.367M13.92 23.6l-1.593 2.76a11 11 0 0 0 3.43.631l.242-1.25z", clipRule: "evenodd" })
606
+ ] });
607
+ };
608
+ forwardRef(v1);
609
+ const g1 = ({
610
+ fill: n = "currentColor",
611
+ stroke: t,
612
+ ...c
613
+ }, h) => {
614
+ const {
615
+ colors: a
616
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
617
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3m-4.5 9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m10.365 7.5C20.579 21.724 18.441 23 16 23s-4.579-1.275-5.865-3.5a1.001 1.001 0 0 1 1.477-1.31q.157.129.253.31C12.799 20.114 14.266 21 16 21s3.201-.887 4.135-2.5a1 1 0 1 1 1.73 1M20.5 15a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" }) });
618
+ };
619
+ forwardRef(g1);
620
+ const l1 = ({
621
+ fill: n = "currentColor",
622
+ stroke: t,
623
+ ...c
624
+ }, h) => {
625
+ const {
626
+ colors: a
627
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
628
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3m-4.5 9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m10 10.865a1 1 0 0 1-1.365-.365C19.201 20.886 17.734 20 16 20s-3.201.887-4.135 2.5a1.001 1.001 0 1 1-1.73-1C11.421 19.276 13.559 18 16 18s4.579 1.275 5.865 3.5a1 1 0 0 1-.365 1.365M20.5 15a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" }) });
629
+ };
630
+ forwardRef(l1);
631
+ const d1 = ({
632
+ fill: n = "currentColor",
633
+ stroke: t,
634
+ ...c
635
+ }, h) => {
636
+ const {
637
+ colors: a
638
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
639
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27.5 6v5a1.5 1.5 0 1 1-3 0V7.5H21a1.5 1.5 0 0 1 0-3h5A1.5 1.5 0 0 1 27.5 6M11 24.5H7.5V21a1.5 1.5 0 0 0-3 0v5A1.5 1.5 0 0 0 6 27.5h5a1.5 1.5 0 1 0 0-3m15-5a1.5 1.5 0 0 0-1.5 1.5v3.5H21a1.5 1.5 0 1 0 0 3h5a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.5-1.5m-15-15H6A1.5 1.5 0 0 0 4.5 6v5a1.5 1.5 0 0 0 3 0V7.5H11a1.5 1.5 0 0 0 0-3" }) });
640
+ };
641
+ forwardRef(d1);
642
+ const r1 = ({
643
+ fill: n = "currentColor",
644
+ stroke: t,
645
+ ...c
646
+ }, h) => {
647
+ const {
648
+ colors: a
649
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
650
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.5 13a1.5 1.5 0 1 1-3 0V8.625l-7.439 7.439a1.503 1.503 0 1 1-2.125-2.125L23.375 6.5H19a1.5 1.5 0 0 1 0-3h8A1.5 1.5 0 0 1 28.5 5zM23 16a1.5 1.5 0 0 0-1.5 1.5v8h-15v-15h8a1.5 1.5 0 1 0 0-3H6A2.5 2.5 0 0 0 3.5 10v16A2.5 2.5 0 0 0 6 28.5h16a2.5 2.5 0 0 0 2.5-2.5v-8.5A1.5 1.5 0 0 0 23 16" }) });
651
+ }, f5 = forwardRef(r1), u1 = ({
652
+ fill: n = "currentColor",
653
+ stroke: t,
654
+ ...c
655
+ }, h) => {
656
+ const {
657
+ colors: a
658
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
659
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M30.914 15.595c-.044-.099-1.103-2.447-3.457-4.801C24.322 7.657 20.36 6 16 6S7.679 7.657 4.542 10.794C2.19 13.148 1.125 15.5 1.086 15.595a1 1 0 0 0 0 .812c.044.1 1.103 2.447 3.456 4.8C7.68 24.344 11.64 26 16 26s8.321-1.657 11.458-4.792c2.353-2.354 3.412-4.702 3.456-4.8a1 1 0 0 0 0-.813M16 21a5 5 0 1 1 0-10 5 5 0 0 1 0 10" }) });
660
+ };
661
+ forwardRef(u1);
662
+ const m1 = ({
663
+ fill: n = "currentColor",
664
+ stroke: t,
665
+ ...c
666
+ }, h) => {
667
+ const {
668
+ colors: a
669
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
670
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M6.74 4.328a1 1 0 1 0-1.48 1.345l2.405 2.646c-4.54 2.786-6.493 7.081-6.579 7.276a1 1 0 0 0 0 .813c.044.098 1.103 2.446 3.456 4.8C7.68 24.343 11.64 26 16 26c2.24.013 4.459-.448 6.509-1.354l2.75 3.027a1 1 0 1 0 1.48-1.345zm11.125 15.21a4 4 0 0 1-5.209-5.73zm13.049-3.13c-.053.117-1.319 2.92-4.17 5.475a1 1 0 0 1-1.408-.072L12.675 7.884a1 1 0 0 1 .575-1.66A17 17 0 0 1 16 6c4.36 0 8.321 1.658 11.458 4.794 2.353 2.354 3.412 4.702 3.456 4.801a1 1 0 0 1 0 .813" }) });
671
+ };
672
+ forwardRef(m1);
673
+ const x1 = ({
674
+ fill: n = "currentColor",
675
+ stroke: t,
676
+ ...c
677
+ }, h) => {
678
+ const {
679
+ colors: a
680
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
681
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M17 15v12a1 1 0 0 1-2 0V15a1 1 0 0 1 2 0m8 9a1 1 0 0 0-1 1v2a1 1 0 0 0 2 0v-2a1 1 0 0 0-1-1m3-6h-2V5a1 1 0 0 0-2 0v13h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1M7 20a1 1 0 0 0-1 1v6a1 1 0 1 0 2 0v-6a1 1 0 0 0-1-1m3-6H8V5a1 1 0 0 0-2 0v9H4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1m9-6h-2V5a1 1 0 0 0-2 0v3h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1" }) });
682
+ };
683
+ forwardRef(x1);
684
+ const M1 = ({
685
+ fill: n = "currentColor",
686
+ stroke: t,
687
+ ...c
688
+ }, h) => {
689
+ const {
690
+ colors: a
691
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
692
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m26.48 16.851-7.474 7.559a1.97 1.97 0 0 1-1.4.585H9.415l-3.707 3.712a1.001 1.001 0 0 1-1.415-1.415l2.823-2.822L15.588 16h10.537a.5.5 0 0 1 .355.851m.607-13.03a8 8 0 0 0-10.737.518l-1.2 1.185a.5.5 0 0 0-.15.351v7.875l6.875-6.875a1 1 0 0 1 1.414 1.414L17.589 14h11.047a.5.5 0 0 0 .445-.27 8.01 8.01 0 0 0-1.994-9.909M7.854 20.904 13 15.758V8.845a.5.5 0 0 0-.851-.355L7.586 13A1.99 1.99 0 0 0 7 14.414v6.136a.5.5 0 0 0 .854.354" }) });
693
+ }, E5 = forwardRef(M1), C1 = ({
694
+ fill: n = "currentColor",
695
+ stroke: t,
696
+ ...c
697
+ }, h) => {
698
+ const {
699
+ colors: a
700
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
701
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m26.708 10.293-7-7A1 1 0 0 0 19 3H7a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V11a1 1 0 0 0-.293-.707M19 11V5.5l5.5 5.5z" }) });
702
+ };
703
+ forwardRef(C1);
704
+ const H1 = ({
705
+ fill: n = "currentColor",
706
+ stroke: t,
707
+ ...c
708
+ }, h) => {
709
+ const {
710
+ colors: a
711
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
712
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, viewBox: "0 0 256 256", fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m213.66 82.34-56-56A8 8 0 0 0 152 24H56a16 16 0 0 0-16 16v76a4 4 0 0 0 4 4h168a4 4 0 0 0 4-4V88a8 8 0 0 0-2.34-5.66M152 88V44l44 44ZM48 180c0 11 7.18 20 16 20a14.18 14.18 0 0 0 10.06-4.5 8.21 8.21 0 0 1 10.9-.91 8 8 0 0 1 .82 11.81A30.06 30.06 0 0 1 64 216c-17.64 0-32-16.15-32-36s14.36-36 32-36a30 30 0 0 1 21.39 9.19 8.26 8.26 0 0 1 .73 11.09 8 8 0 0 1-11.9.38A14.17 14.17 0 0 0 64 160c-8.82 0-16 9-16 20m103.81 16.31a20.82 20.82 0 0 1-9.19 15.23C137.43 215 131 216 125.13 216a61.1 61.1 0 0 1-15.13-2 8 8 0 1 1 4.3-15.41c4.38 1.2 14.95 2.7 19.55-.36.88-.59 1.83-1.52 2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56 20.56 0 0 1 9-14.95c11.84-8 30.71-3.31 32.83-2.76a8 8 0 0 1-4.07 15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54 4.54 0 0 0-2 3.67c-.12.9-.14 1.09 1.11 1.9 2.31 1.49 6.45 2.68 10.45 3.84 9.79 2.83 26.35 7.66 24.11 24.97M215.42 155l-19.89 55.68a8 8 0 0 1-15.06 0L160.58 155a8.21 8.21 0 0 1 4.5-10.45 8 8 0 0 1 10.45 4.76l12.47 34.9 12.47-34.9a8 8 0 0 1 10.45-4.76 8.23 8.23 0 0 1 4.5 10.45" }) });
713
+ };
714
+ forwardRef(H1);
715
+ const A1 = ({
716
+ fill: n = "currentColor",
717
+ stroke: t,
718
+ ...c
719
+ }, h) => {
720
+ const {
721
+ colors: a
722
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
723
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m26.708 10.293-7-7A1 1 0 0 0 19 3H7a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V11a1 1 0 0 0-.293-.707m-7 11a1 1 0 0 1-1.415 1.415L16 20.414l-2.293 2.293a1 1 0 0 1-1.415-1.415L14.587 19l-2.293-2.293a1 1 0 1 1 1.415-1.415L16 17.587l2.293-2.293a1 1 0 0 1 1.415 1.415L17.414 19zM19 11V5.5l5.5 5.5z" }) });
724
+ };
725
+ forwardRef(A1);
726
+ const S1 = ({
727
+ fill: n = "currentColor",
728
+ stroke: t,
729
+ ...c
730
+ }, h) => {
731
+ const {
732
+ colors: a
733
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
734
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M6 15h20a1 1 0 0 0 1-1v-3a1 1 0 0 0-.293-.707l-7-7A1 1 0 0 0 19 3H7a2 2 0 0 0-2 2v9a1 1 0 0 0 1 1m13-9.5 5.5 5.5H19zM28 19a1 1 0 0 1-1 1h-3v2h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 0v-7a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1M8 18H6a1 1 0 0 0-1 1v7a1 1 0 1 0 2 0v-1h1a3.5 3.5 0 1 0 0-7m0 5H7v-3h1a1.5 1.5 0 1 1 0 3m8-5h-2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h2a4.5 4.5 0 1 0 0-9m0 7h-1v-5h1a2.5 2.5 0 0 1 0 5" }) });
735
+ };
736
+ forwardRef(S1);
737
+ const F1 = ({
738
+ fill: n = "currentColor",
739
+ stroke: t,
740
+ ...c
741
+ }, h) => {
742
+ const {
743
+ colors: a
744
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
745
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, viewBox: "0 0 256 256", fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M44 120h168a4 4 0 0 0 4-4V88a8 8 0 0 0-2.34-5.66l-56-56A8 8 0 0 0 152 24H56a16 16 0 0 0-16 16v76a4 4 0 0 0 4 4m108-76 44 44h-44Zm4 164.53a8.18 8.18 0 0 1-8.25 7.47H120a8 8 0 0 1-8-8v-55.73a8.18 8.18 0 0 1 7.47-8.25 8 8 0 0 1 8.53 8v48h20a8 8 0 0 1 8 8.51m-61.49-51.88L77.83 180l16.68 23.35a8 8 0 0 1-13 9.3L68 193.76l-13.49 18.89a8 8 0 1 1-13-9.3L58.17 180l-16.68-23.35a8 8 0 0 1 2.3-11.46 8.19 8.19 0 0 1 10.88 2.38L68 166.24l13.49-18.89a8 8 0 0 1 13 9.3Zm121.28 39.66a20.81 20.81 0 0 1-9.18 15.23c-5.19 3.46-11.67 4.46-17.49 4.46a60.6 60.6 0 0 1-15.19-2 8 8 0 0 1 4.31-15.41c4.38 1.21 14.94 2.71 19.54-.35.89-.6 1.84-1.52 2.15-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.12a20.58 20.58 0 0 1 8.95-14.94c11.84-8 30.72-3.31 32.83-2.76a8 8 0 0 1-4.07 15.48c-4.48-1.17-15.22-2.56-19.82.56a4.54 4.54 0 0 0-2 3.67c-.11.9-.13 1.08 1.12 1.9 2.31 1.49 6.45 2.68 10.45 3.84 9.87 2.82 26.39 7.65 24.18 24.96" }) });
746
+ };
747
+ forwardRef(F1);
748
+ const R1 = ({
749
+ fill: n = "currentColor",
750
+ stroke: t,
751
+ ...c
752
+ }, h) => {
753
+ const {
754
+ colors: a
755
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
756
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, viewBox: "0 0 256 256", fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M184 144h-16a8 8 0 0 0-8 8v55.73a8.17 8.17 0 0 0 7.47 8.25 8 8 0 0 0 8.53-8v-8h7.4c15.24 0 28.14-11.92 28.59-27.15A28 28 0 0 0 184 144m-.35 40H176v-24h8a12 12 0 0 1 12 13.16A12.25 12.25 0 0 1 183.65 184M136 152v55.73a8.17 8.17 0 0 1-7.47 8.25 8 8 0 0 1-8.53-8v-55.71a8.17 8.17 0 0 1 7.47-8.25A8 8 0 0 1 136 152m-40 56.53a8.17 8.17 0 0 1-8.27 7.47h-31.5a8.27 8.27 0 0 1-6-2.5 8 8 0 0 1-1.18-9.5l25.16-44H56.27a8.17 8.17 0 0 1-8.27-7.47 8 8 0 0 1 8-8.53h31.77a8.27 8.27 0 0 1 6 2.5A8 8 0 0 1 95 156l-25.21 44H88a8 8 0 0 1 8 8.53M213.66 82.34l-56-56A8 8 0 0 0 152 24H56a16 16 0 0 0-16 16v76a4 4 0 0 0 4 4h168a4 4 0 0 0 4-4V88a8 8 0 0 0-2.34-5.66M152 88V44l44 44Z" }) });
757
+ };
758
+ forwardRef(R1);
759
+ const B1 = ({
760
+ fill: n = "currentColor",
761
+ stroke: t,
762
+ ...c
763
+ }, h) => {
764
+ const {
765
+ colors: a
766
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
767
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17 16", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m13.687 4.146-2.5-2.5a.5.5 0 0 0-.354-.146h-5a1 1 0 0 0-1 1v1h-1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-1h1a1 1 0 0 0 1-1v-7a.5.5 0 0 0-.146-.354M8.833 12h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1m0-2h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1m4 1.5h-1v-5a.5.5 0 0 0-.146-.354l-2.5-2.5a.5.5 0 0 0-.354-.146h-3v-1h4.793l2.207 2.207z" }) });
768
+ };
769
+ forwardRef(B1);
770
+ const V1 = ({
771
+ fill: n = "currentColor",
772
+ stroke: t,
773
+ ...c
774
+ }, h) => {
775
+ const {
776
+ colors: a
777
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
778
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M25.5 16a1.5 1.5 0 0 1-1.5 1.5H8a1.5 1.5 0 1 1 0-3h16a1.5 1.5 0 0 1 1.5 1.5M29 8.5H3a1.5 1.5 0 0 0 0 3h26a1.5 1.5 0 1 0 0-3m-10 12h-6a1.5 1.5 0 1 0 0 3h6a1.5 1.5 0 1 0 0-3" }) });
779
+ };
780
+ forwardRef(V1);
781
+ const $1 = ({
782
+ fill: n = "currentColor",
783
+ stroke: t,
784
+ ...c
785
+ }, h) => {
786
+ const {
787
+ colors: a
788
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
789
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 9H16.414L13 5.586A1.98 1.98 0 0 0 11.586 5H5a2 2 0 0 0-2 2v18.078A1.926 1.926 0 0 0 4.924 27H27.11A1.89 1.89 0 0 0 29 25.111V11a2 2 0 0 0-2-2M5 7h6.586l2 2H5z" }) });
790
+ };
791
+ forwardRef($1);
792
+ const L1 = ({
793
+ fill: n = "currentColor",
794
+ stroke: t,
795
+ ...c
796
+ }, h) => {
797
+ const {
798
+ colors: a
799
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
800
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 9h-4.385q.075-.06.146-.125A3.7 3.7 0 0 0 24 6.196 4.08 4.08 0 0 0 19.805 2a3.7 3.7 0 0 0-2.68 1.239A6.9 6.9 0 0 0 16 5.049a6.9 6.9 0 0 0-1.125-1.81A3.7 3.7 0 0 0 12.195 2 4.08 4.08 0 0 0 8 6.196a3.7 3.7 0 0 0 1.239 2.679q.072.06.146.125H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2v8a2 2 0 0 0 2 2h7.5a.5.5 0 0 0 .5-.5V15H5v-4h10v4h2v-4h10v4H17v11.5a.5.5 0 0 0 .5.5H25a2 2 0 0 0 2-2v-8a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2M10.564 7.375A1.7 1.7 0 0 1 10 6.125 2.076 2.076 0 0 1 12.074 4h.061a1.71 1.71 0 0 1 1.25.563c1.049 1.185 1.419 3.15 1.549 4.365-1.22-.13-3.184-.5-4.37-1.553m10.875 0c-1.186 1.05-3.155 1.42-4.375 1.55.148-1.314.561-3.237 1.561-4.361A1.7 1.7 0 0 1 19.875 4h.061A2.077 2.077 0 0 1 22 6.135a1.7 1.7 0 0 1-.564 1.24z" }) });
801
+ };
802
+ forwardRef(L1);
803
+ const z1 = ({
804
+ fill: n = "currentColor",
805
+ stroke: t,
806
+ ...c
807
+ }, h) => {
808
+ const {
809
+ colors: a
810
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
811
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3m9.796 8h-4.428a17.8 17.8 0 0 0-2.533-5.625A11.05 11.05 0 0 1 25.796 11M16 5.014c1.5 1.625 2.625 3.693 3.296 5.986h-6.592C13.375 8.707 14.5 6.641 16 5.014M12 16c0-1.005.084-2.009.25-3h7.5a18.2 18.2 0 0 1 0 6h-7.5a18 18 0 0 1-.25-3m.704 5h6.592c-.671 2.293-1.796 4.359-3.296 5.986-1.5-1.627-2.625-3.693-3.296-5.986m6.131 5.625A17.8 17.8 0 0 0 21.367 21h4.43a11.05 11.05 0 0 1-6.962 5.625M21.776 19a20.2 20.2 0 0 0 0-6h4.808a11 11 0 0 1 0 6z" }) });
812
+ };
813
+ forwardRef(z1);
814
+ const q1 = ({
815
+ fill: n = "currentColor",
816
+ stroke: t,
817
+ ...c
818
+ }, h) => {
819
+ const {
820
+ colors: a
821
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
822
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17 16", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M13 9.5c-.357 0-.71.085-1.028.25l-1.337-1.04a2.2 2.2 0 0 0 .116-.67l.646-.214a2.25 2.25 0 1 0-.636-1.37l-.487.162A2.25 2.25 0 0 0 8.5 5.75c-.062 0-.117 0-.175.008l-.278-.625A2.25 2.25 0 1 0 6.5 5.75c.063 0 .118 0 .176-.008l.278.625a2.24 2.24 0 0 0-.537 2.482l-1.33 1.182a2.25 2.25 0 1 0 .997 1.12l1.33-1.182a2.25 2.25 0 0 0 2.3-.075l1.224.954A2.25 2.25 0 1 0 13.001 9.5m0-4A.75.75 0 1 1 13 7a.75.75 0 0 1 0-1.5m-7.25-2a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0M4 12.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5M7.75 8a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0M13 12.5a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5" }) });
823
+ };
824
+ forwardRef(q1);
825
+ const y1 = ({
826
+ fill: n = "currentColor",
827
+ stroke: t,
828
+ ...c
829
+ }, h) => {
830
+ const {
831
+ colors: a
832
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
833
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M13.29 28.226 6.765 24.46a2.822 2.822 0 1 1-2.708-4.693v-7.532a2.824 2.824 0 1 1 2.708-4.693l6.525-3.767a2.824 2.824 0 1 1 5.42 0l6.524 3.766a2.822 2.822 0 1 1 2.71 4.693v7.533a2.824 2.824 0 1 1-2.71 4.694l-6.524 3.766A2.825 2.825 0 0 1 16 31.84a2.822 2.822 0 0 1-2.71-3.614M16 5.806q.413-.002.791-.113l8.531 14.776a2.8 2.8 0 0 0-.791 1.37H7.467a2.8 2.8 0 0 0-.79-1.369L15.21 5.693q.377.11.791.112M7.468 23.178l-.033.12 6.526 3.767A2.81 2.81 0 0 1 16 26.195c.802 0 1.526.334 2.04.871l6.523-3.766-.032-.121zM5.397 12.233a2.824 2.824 0 0 0 2.038-3.532l6.526-3.767q.043.045.088.088L5.517 19.8l-.12-.032zM26.482 19.8q.06-.018.121-.033v-7.532a2.824 2.824 0 0 1-2.04-3.534L18.04 4.934q-.045.045-.089.088z", clipRule: "evenodd" }) });
834
+ };
835
+ forwardRef(y1);
836
+ const T1 = ({
837
+ fill: n = "currentColor",
838
+ stroke: t,
839
+ ...c
840
+ }, h) => {
841
+ const {
842
+ colors: a
843
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
844
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 7v7.5a.5.5 0 0 1-.5.5H17V5.5a.5.5 0 0 1 .5-.5H25a2 2 0 0 1 2 2M14.5 5H7a2 2 0 0 0-2 2v7.5a.5.5 0 0 0 .5.5H15V5.5a.5.5 0 0 0-.5-.5m12 12H17v9.5a.5.5 0 0 0 .5.5H25a2 2 0 0 0 2-2v-7.5a.5.5 0 0 0-.5-.5M5 17.5V25a2 2 0 0 0 2 2h7.5a.5.5 0 0 0 .5-.5V17H5.5a.5.5 0 0 0-.5.5" }) });
845
+ };
846
+ forwardRef(T1);
847
+ const f1 = ({
848
+ fill: n = "currentColor",
849
+ stroke: t,
850
+ ...c
851
+ }, h) => {
852
+ const {
853
+ colors: a
854
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
855
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M10.5 6.5v5h-7A.5.5 0 0 1 3 11V8a2 2 0 0 1 2-2h5a.5.5 0 0 1 .5.5m2 19a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-5h-7zM3 21v3a2 2 0 0 0 2 2h5a.5.5 0 0 0 .5-.5v-5h-7a.5.5 0 0 0-.5.5m0-7v4a.5.5 0 0 0 .5.5h7v-5h-7a.5.5 0 0 0-.5.5m16-8h-6a.5.5 0 0 0-.5.5v5h7v-5A.5.5 0 0 0 19 6m9.5 7.5h-7v5h7a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5m-16 5h7v-5h-7zM27 6h-5a.5.5 0 0 0-.5.5v5h7a.5.5 0 0 0 .5-.5V8a2 2 0 0 0-2-2m1.5 14.5h-7v5a.5.5 0 0 0 .5.5h5a2 2 0 0 0 2-2v-3a.5.5 0 0 0-.5-.5" }) });
856
+ };
857
+ forwardRef(f1);
858
+ const U1 = ({
859
+ fill: n = "currentColor",
860
+ stroke: t,
861
+ ...c
862
+ }, h) => {
863
+ const {
864
+ colors: a
865
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
866
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.791 17.633a3.04 3.04 0 0 0-2.326-.597C28.813 14.666 30 12.31 30 10c0-3.309-2.661-6-5.933-6A5.95 5.95 0 0 0 19.5 6.094 5.95 5.95 0 0 0 14.932 4C11.663 4 9 6.691 9 10c0 1.375.405 2.711 1.258 4.125a4 4 0 0 0-1.844 1.05L5.586 18H2a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h13q.123 0 .242-.03l8-2a1 1 0 0 0 .15-.05l4.858-2.067.055-.025a3.074 3.074 0 0 0 .491-5.195zm-1.362 3.393-4.75 2.023L14.875 25H7v-5.586l2.829-2.828A1.98 1.98 0 0 1 11.242 16H17.5a1.5 1.5 0 0 1 0 3H14a1 1 0 0 0 0 2h4q.113 0 .224-.025l8.375-1.926.038-.01a1.075 1.075 0 0 1 .788 1.987z" }) });
867
+ };
868
+ forwardRef(U1);
869
+ const b1 = ({
870
+ fill: n = "currentColor",
871
+ stroke: t,
872
+ ...c
873
+ }, h) => {
874
+ const {
875
+ colors: a
876
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
877
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28 10.5h-5.475l.951-5.231a1.5 1.5 0 1 0-2.952-.538L19.475 10.5h-4.95l.951-5.231a1.5 1.5 0 1 0-2.952-.538L11.475 10.5H6a1.5 1.5 0 0 0 0 3h4.93l-.909 5H4a1.5 1.5 0 0 0 0 3h5.475l-.951 5.231a1.5 1.5 0 0 0 1.207 1.75q.134.022.269.019a1.5 1.5 0 0 0 1.475-1.233l1.05-5.767h4.95l-.951 5.231a1.5 1.5 0 1 0 2.952.543l1.049-5.774H26a1.5 1.5 0 1 0 0-3h-4.93l.909-5H28a1.5 1.5 0 1 0 0-3m-9.979 8H13.07l.909-5h4.951z" }) });
878
+ };
879
+ forwardRef(b1);
880
+ const D1 = ({
881
+ fill: n = "currentColor",
882
+ stroke: t,
883
+ ...c
884
+ }, h) => {
885
+ const {
886
+ colors: a
887
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
888
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M31.5 22.5a5 5 0 0 1-5 5 4.94 4.94 0 0 1-3.571-1.45 1.5 1.5 0 0 1 2.142-2.1 1.94 1.94 0 0 0 1.429.55 2 2 0 0 0 0-4 1.94 1.94 0 0 0-1.429.55 1.5 1.5 0 0 1-2.551-1.3l1-6A1.5 1.5 0 0 1 25 12.5h5a1.5 1.5 0 1 1 0 3h-3.729l-.338 2.029q.283-.03.567-.029a5 5 0 0 1 5 5M18 5.5A1.5 1.5 0 0 0 16.5 7v6h-10V7a1.5 1.5 0 0 0-3 0v15a1.5 1.5 0 0 0 3 0v-6h10v6a1.5 1.5 0 1 0 3 0V7A1.5 1.5 0 0 0 18 5.5" }) });
889
+ };
890
+ forwardRef(D1);
891
+ const E1 = ({
892
+ fill: n = "currentColor",
893
+ stroke: t,
894
+ ...c
895
+ }, h) => {
896
+ const {
897
+ colors: a
898
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
899
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M32 22a1.5 1.5 0 0 1-1.5 1.5V26a1.5 1.5 0 1 1-3 0v-2.5H23a1.5 1.5 0 0 1-1.422-1.974l3-9a1.5 1.5 0 0 1 2.845.948L25.08 20.5H27.5V18a1.5 1.5 0 1 1 3 0v2.5A1.5 1.5 0 0 1 32 22M18 5.5A1.5 1.5 0 0 0 16.5 7v6h-10V7a1.5 1.5 0 0 0-3 0v15a1.5 1.5 0 0 0 3 0v-6h10v6a1.5 1.5 0 1 0 3 0V7A1.5 1.5 0 0 0 18 5.5" }) });
900
+ };
901
+ forwardRef(E1);
902
+ const O1 = ({
903
+ fill: n = "currentColor",
904
+ stroke: t,
905
+ ...c
906
+ }, h) => {
907
+ const {
908
+ colors: a
909
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
910
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M29.5 14v12a1.5 1.5 0 1 1-3 0v-9.198l-.668.448a1.503 1.503 0 0 1-1.665-2.5l3-2A1.5 1.5 0 0 1 29.5 14M18 5.5A1.5 1.5 0 0 0 16.5 7v6h-10V7a1.5 1.5 0 0 0-3 0v15a1.5 1.5 0 0 0 3 0v-6h10v6a1.5 1.5 0 1 0 3 0V7A1.5 1.5 0 0 0 18 5.5" }) });
911
+ };
912
+ forwardRef(O1);
913
+ const I1 = ({
914
+ fill: n = "currentColor",
915
+ stroke: t,
916
+ ...c
917
+ }, h) => {
918
+ const {
919
+ colors: a
920
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
921
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m27.133 17.541 1.655-2.772a1.5 1.5 0 1 0-2.576-1.538l-4.03 6.75q-.018.029-.032.059a5 5 0 1 0 4.983-2.5zM26.5 24.5a2 2 0 1 1 0-4 2 2 0 0 1 0 4M19.5 7v15a1.5 1.5 0 1 1-3 0v-6h-10v6a1.5 1.5 0 0 1-3 0V7a1.5 1.5 0 0 1 3 0v6h10V7a1.5 1.5 0 1 1 3 0" }) });
922
+ };
923
+ forwardRef(I1);
924
+ const G1 = ({
925
+ fill: n = "currentColor",
926
+ stroke: t,
927
+ ...c
928
+ }, h) => {
929
+ const {
930
+ colors: a
931
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
932
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M31.5 22.5a5 5 0 0 1-8.571 3.5 1.5 1.5 0 1 1 2.142-2.099A2 2 0 1 0 26.5 20.5a1.5 1.5 0 0 1-1.229-2.36l1.854-2.64H24a1.5 1.5 0 1 1 0-3h6a1.5 1.5 0 0 1 1.229 2.36l-2.293 3.275A5 5 0 0 1 31.5 22.5M18 5.5A1.5 1.5 0 0 0 16.5 7v6h-10V7a1.5 1.5 0 0 0-3 0v15a1.5 1.5 0 0 0 3 0v-6h10v6a1.5 1.5 0 1 0 3 0V7A1.5 1.5 0 0 0 18 5.5" }) });
933
+ };
934
+ forwardRef(G1);
935
+ const W1 = ({
936
+ fill: n = "currentColor",
937
+ stroke: t,
938
+ ...c
939
+ }, h) => {
940
+ const {
941
+ colors: a
942
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
943
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M19.5 7v15a1.5 1.5 0 1 1-3 0v-6h-10v6a1.5 1.5 0 0 1-3 0V7a1.5 1.5 0 0 1 3 0v6h10V7a1.5 1.5 0 1 1 3 0M30 24.5h-3l3.593-4.791a4.499 4.499 0 1 0-7.837-4.209 1.5 1.5 0 1 0 2.829 1q.076-.218.216-.402a1.5 1.5 0 1 1 2.394 1.807L22.8 25.1a1.5 1.5 0 0 0 1.2 2.4h6a1.5 1.5 0 1 0 0-3" }) });
944
+ };
945
+ forwardRef(W1);
946
+ const Z1 = ({
947
+ fill: n = "currentColor",
948
+ stroke: t,
949
+ ...c
950
+ }, h) => {
951
+ const {
952
+ colors: a
953
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
954
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M29 17v7a3 3 0 0 1-3 3h-2a3 3 0 0 1-3-3v-5a3 3 0 0 1 3-3h2.956A10.964 10.964 0 0 0 16.081 6H16A11 11 0 0 0 5.045 16H8a3 3 0 0 1 3 3v5a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-7a13.014 13.014 0 0 1 22.236-9.167A12.93 12.93 0 0 1 29 17" }) });
955
+ };
956
+ forwardRef(Z1);
957
+ const Q1 = ({
958
+ fill: n = "currentColor",
959
+ stroke: t,
960
+ ...c
961
+ }, h) => {
962
+ const {
963
+ colors: a
964
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
965
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M30 11.75c0 8.75-12.974 15.833-13.526 16.125a1 1 0 0 1-.948 0C14.974 27.582 2 20.5 2 11.75A7.76 7.76 0 0 1 9.75 4c2.581 0 4.841 1.11 6.25 2.986C17.409 5.11 19.669 4 22.25 4A7.76 7.76 0 0 1 30 11.75" }) });
966
+ };
967
+ forwardRef(Q1);
968
+ const N1 = ({
969
+ fill: n = "currentColor",
970
+ stroke: t,
971
+ ...c
972
+ }, h) => {
973
+ const {
974
+ colors: a
975
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
976
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28 14.444V26a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V14.444a2 2 0 0 1 .646-1.473l10-9.435.014-.013a2 2 0 0 1 2.705.013l10 9.435A2 2 0 0 1 28 14.444" }) });
977
+ };
978
+ forwardRef(N1);
979
+ const j1 = ({
980
+ fill: n = "currentColor",
981
+ stroke: t,
982
+ ...c
983
+ }, h) => {
984
+ const {
985
+ colors: a
986
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
987
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 5H5a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-7.5 6a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M5 25v-3.5l6.5-6.5 10 10zm22 0h-2.671l-4.5-4.5 2.5-2.5L27 22.672z" }) });
988
+ };
989
+ forwardRef(j1);
990
+ const K1 = ({
991
+ fill: n = "currentColor",
992
+ stroke: t,
993
+ ...c
994
+ }, h) => {
995
+ const {
996
+ colors: a
997
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
998
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 5H9a2 2 0 0 0-2 2v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-2h2a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-5.5 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M23 25H5V11h2v10a2 2 0 0 0 2 2h14zm4-4H9v-4.5l4.5-4.5 6.208 6.208a1 1 0 0 0 1.413 0L24.33 15 27 17.672z" }) });
999
+ };
1000
+ forwardRef(K1);
1001
+ const X1 = ({
1002
+ fill: n = "currentColor",
1003
+ stroke: t,
1004
+ ...c
1005
+ }, h) => {
1006
+ const {
1007
+ colors: a
1008
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1009
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.5 16a1.5 1.5 0 0 1-1.5 1.5H15a1.5 1.5 0 0 1 0-3h12a1.5 1.5 0 0 1 1.5 1.5M15 9.5h12a1.5 1.5 0 0 0 0-3H15a1.5 1.5 0 0 0 0 3m12 13H5a1.5 1.5 0 1 0 0 3h22a1.5 1.5 0 0 0 0-3m-18-4a1.5 1.5 0 0 0 1.061-2.561L6.125 12l3.936-3.94a1.503 1.503 0 1 0-2.125-2.125l-5 5a1.5 1.5 0 0 0 0 2.125l5 5A1.5 1.5 0 0 0 9 18.5" }) });
1010
+ };
1011
+ forwardRef(X1);
1012
+ const J1 = ({
1013
+ fill: n = "currentColor",
1014
+ stroke: t,
1015
+ ...c
1016
+ }, h) => {
1017
+ const {
1018
+ colors: a
1019
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1020
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.5 16a1.5 1.5 0 0 1-1.5 1.5H15a1.5 1.5 0 0 1 0-3h12a1.5 1.5 0 0 1 1.5 1.5M15 9.5h12a1.5 1.5 0 0 0 0-3H15a1.5 1.5 0 0 0 0 3m12 13H5a1.5 1.5 0 0 0 0 3h22a1.5 1.5 0 1 0 0-3M3.939 18.06a1.5 1.5 0 0 0 2.125 0l5-5a1.5 1.5 0 0 0 0-2.125l-5-5a1.503 1.503 0 0 0-2.125 2.125L7.875 12l-3.936 3.939a1.5 1.5 0 0 0 0 2.122" }) });
1021
+ };
1022
+ forwardRef(J1);
1023
+ const Y1 = ({
1024
+ fill: n = "currentColor",
1025
+ stroke: t,
1026
+ ...c
1027
+ }, h) => {
1028
+ const {
1029
+ colors: a
1030
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1031
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3m-.5 6a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M17 23a2 2 0 0 1-2-2v-5a1 1 0 0 1 0-2 2 2 0 0 1 2 2v5a1 1 0 0 1 0 2" }) });
1032
+ }, r3 = forwardRef(Y1), _1 = ({
1033
+ fill: n = "currentColor",
1034
+ stroke: t,
1035
+ ...c
1036
+ }, h) => {
1037
+ const {
1038
+ colors: a
1039
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1040
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M25.5 7A1.5 1.5 0 0 1 24 8.5h-3.919l-5 15H18a1.5 1.5 0 1 1 0 3H8a1.5 1.5 0 1 1 0-3h3.919l5-15H14a1.5 1.5 0 0 1 0-3h10A1.5 1.5 0 0 1 25.5 7" }) });
1041
+ };
1042
+ forwardRef(_1);
1043
+ const k1 = ({
1044
+ fill: n = "currentColor",
1045
+ stroke: t,
1046
+ ...c
1047
+ }, h) => {
1048
+ const {
1049
+ colors: a
1050
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1051
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M20 2a10.01 10.01 0 0 0-9.511 13.098l-7.196 7.195A1 1 0 0 0 3 23v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-2h2a1 1 0 0 0 1-1v-2h2a1 1 0 0 0 .707-.293l1.195-1.196A10 10 0 1 0 20 2m2.5 9.5a2 2 0 1 1 0-4 2 2 0 0 1 0 4" }) });
1052
+ };
1053
+ forwardRef(k1);
1054
+ const p1 = ({
1055
+ fill: n = "currentColor",
1056
+ stroke: t,
1057
+ ...c
1058
+ }, h) => {
1059
+ const {
1060
+ colors: a
1061
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1062
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 5H5a2 2 0 0 0-2 2v18a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M5 7h22v5H5zm22 18H14V14h13z" }) });
1063
+ };
1064
+ forwardRef(p1);
1065
+ const P1 = ({
1066
+ fill: n = "currentColor",
1067
+ stroke: t,
1068
+ ...c
1069
+ }, h) => {
1070
+ const {
1071
+ colors: a
1072
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1073
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M22 29a1 1 0 0 1-1 1H11a1 1 0 1 1 0-2h10a1 1 0 0 1 1 1m5-16a10.94 10.94 0 0 1-4.205 8.651A2.03 2.03 0 0 0 22 23.25V24a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2v-.75a2 2 0 0 0-.779-1.582A10.95 10.95 0 0 1 5 13.06C4.967 7.104 9.782 2.143 15.735 2A11 11 0 0 1 27 13m-4.014-1.168a7.2 7.2 0 0 0-5.82-5.818 1 1 0 1 0-.332 1.972c2.071.349 3.829 2.106 4.18 4.182a1 1 0 0 0 1.972-.335" }) });
1074
+ };
1075
+ forwardRef(P1);
1076
+ const n0 = ({
1077
+ fill: n = "currentColor",
1078
+ stroke: t,
1079
+ ...c
1080
+ }, h) => {
1081
+ const {
1082
+ colors: a
1083
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1084
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m21.731 14.683-14 15a1 1 0 0 1-1.711-.875l1.832-9.167L.65 16.936a1 1 0 0 1-.375-1.625l14-15a1 1 0 0 1 1.71.875l-1.837 9.177 7.204 2.7a1 1 0 0 1 .375 1.62z" }) });
1085
+ }, C3 = forwardRef(n0), t0 = ({
1086
+ fill: n = "currentColor",
1087
+ stroke: t,
1088
+ ...c
1089
+ }, h) => {
1090
+ const {
1091
+ colors: a
1092
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1093
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M17.046 23.441a1.5 1.5 0 0 1 0 2.125l-.742.743a7.502 7.502 0 1 1-10.61-10.61l3.015-3.014A7.5 7.5 0 0 1 19 12.375a1.506 1.506 0 0 1-2 2.25 4.5 4.5 0 0 0-6.171.184l-3.013 3.01a4.5 4.5 0 0 0 6.365 6.365l.743-.743a1.5 1.5 0 0 1 2.122 0m9.26-17.75a7.51 7.51 0 0 0-10.61 0l-.742.743a1.503 1.503 0 1 0 2.125 2.125l.742-.743a4.5 4.5 0 0 1 6.365 6.365l-3.014 3.015a4.5 4.5 0 0 1-6.172.179 1.506 1.506 0 1 0-2 2.25 7.5 7.5 0 0 0 10.288-.304l3.014-3.014a7.51 7.51 0 0 0 .004-10.613z" }) });
1094
+ };
1095
+ forwardRef(t0);
1096
+ const a0 = ({
1097
+ fill: n = "currentColor",
1098
+ stroke: t,
1099
+ ...c
1100
+ }, h) => {
1101
+ const {
1102
+ colors: a
1103
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1104
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.5 16a1.5 1.5 0 0 1-1.5 1.5H5a1.5 1.5 0 1 1 0-3h22a1.5 1.5 0 0 1 1.5 1.5M5 9.5h22a1.5 1.5 0 0 0 0-3H5a1.5 1.5 0 0 0 0 3m22 13H5a1.5 1.5 0 1 0 0 3h22a1.5 1.5 0 1 0 0-3" }) });
1105
+ };
1106
+ forwardRef(a0);
1107
+ const s0 = ({
1108
+ fill: n = "currentColor",
1109
+ stroke: t,
1110
+ ...c
1111
+ }, h) => {
1112
+ const {
1113
+ colors: a
1114
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1115
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M3.5 8A1.5 1.5 0 0 1 5 6.5h22a1.5 1.5 0 0 1 0 3H5A1.5 1.5 0 0 1 3.5 8M5 17.5h22a1.5 1.5 0 1 0 0-3H5a1.5 1.5 0 1 0 0 3m13 5H5a1.5 1.5 0 1 0 0 3h13a1.5 1.5 0 1 0 0-3m11 0h-1.5V21a1.5 1.5 0 1 0-3 0v1.5H23a1.5 1.5 0 1 0 0 3h1.5V27a1.5 1.5 0 1 0 3 0v-1.5H29a1.5 1.5 0 1 0 0-3" }) });
1116
+ };
1117
+ forwardRef(s0);
1118
+ const c0 = ({
1119
+ fill: n = "currentColor",
1120
+ stroke: t,
1121
+ ...c
1122
+ }, h) => {
1123
+ const {
1124
+ colors: a
1125
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1126
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, viewBox: "0 0 256 256", fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28 64a12 12 0 0 1 12-12h176a12 12 0 0 1 0 24H40a12 12 0 0 1-12-12m12 76h64a12 12 0 0 0 0-24H40a12 12 0 0 0 0 24m80 40H40a12 12 0 0 0 0 24h80a12 12 0 0 0 0-24m120.49 20.49a12 12 0 0 1-17 0l-18.08-18.08a44 44 0 1 1 17-17l18.08 18.07a12 12 0 0 1 0 17.01M184 164a20 20 0 1 0-20-20 20 20 0 0 0 20 20" }) });
1127
+ };
1128
+ forwardRef(c0);
1129
+ const h0 = ({
1130
+ fill: n = "currentColor",
1131
+ stroke: t,
1132
+ ...c
1133
+ }, h) => {
1134
+ const {
1135
+ colors: a
1136
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1137
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M17.5 4v4a1.5 1.5 0 1 1-3 0V4a1.5 1.5 0 1 1 3 0m4.156 7.844a1.5 1.5 0 0 0 1.062-.44l2.828-2.829a1.503 1.503 0 1 0-2.125-2.125l-2.825 2.833a1.5 1.5 0 0 0 1.06 2.56M28 14.5h-4a1.5 1.5 0 1 0 0 3h4a1.5 1.5 0 1 0 0-3m-5.282 6.096a1.501 1.501 0 0 0-2.451 1.638c.075.182.186.348.326.487l2.828 2.829a1.503 1.503 0 0 0 2.125-2.125zM16 22.5a1.5 1.5 0 0 0-1.5 1.5v4a1.5 1.5 0 1 0 3 0v-4a1.5 1.5 0 0 0-1.5-1.5m-6.717-1.904-2.83 2.829A1.503 1.503 0 0 0 8.58 25.55l2.829-2.829a1.503 1.503 0 0 0-2.125-2.125M9.5 16A1.5 1.5 0 0 0 8 14.5H4a1.5 1.5 0 1 0 0 3h4A1.5 1.5 0 0 0 9.5 16m-.925-9.546A1.503 1.503 0 0 0 6.45 8.579l2.833 2.825a1.503 1.503 0 0 0 2.125-2.125z" }) });
1138
+ }, R3 = forwardRef(h0), w0 = ({
1139
+ fill: n = "currentColor",
1140
+ stroke: t,
1141
+ ...c
1142
+ }, h) => {
1143
+ const {
1144
+ colors: a
1145
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1146
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M26 10h-4V7a6 6 0 1 0-12 0v3H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V12a2 2 0 0 0-2-2M16 20.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M20 10h-8V7a4 4 0 1 1 8 0z" }) });
1147
+ };
1148
+ forwardRef(w0);
1149
+ const e0 = ({
1150
+ fill: n = "currentColor",
1151
+ stroke: t,
1152
+ ...c
1153
+ }, h) => {
1154
+ const {
1155
+ colors: a
1156
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1157
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M31 19a1 1 0 0 1-1 1h-2v2a1 1 0 0 1-2 0v-2h-2a1 1 0 0 1 0-2h2v-2a1 1 0 1 1 2 0v2h2a1 1 0 0 1 1 1M7 9h2v2a1 1 0 1 0 2 0V9h2a1 1 0 0 0 0-2h-2V5a1 1 0 0 0-2 0v2H7a1 1 0 0 0 0 2m16 15h-1v-1a1 1 0 0 0-2 0v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 1 0 2 0v-1h1a1 1 0 0 0 0-2m4.414-14L10 27.414a2 2 0 0 1-2.828 0l-2.587-2.585a2 2 0 0 1 0-2.829L22 4.586a2 2 0 0 1 2.829 0l2.585 2.585a2 2 0 0 1 0 2.829M26 8.586 23.414 6l-4 4L22 12.586z" }) });
1158
+ };
1159
+ forwardRef(e0);
1160
+ const o0 = ({
1161
+ fill: n = "currentColor",
1162
+ stroke: t,
1163
+ ...c
1164
+ }, h) => {
1165
+ const {
1166
+ colors: a
1167
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1168
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28 6H4a1 1 0 0 0-1 1v17a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V7a1 1 0 0 0-1-1M12.339 16 5 22.726V9.274zm1.48 1.356 1.5 1.381a1 1 0 0 0 1.352 0l1.5-1.38L25.421 24H6.571zM19.66 16 27 9.273v13.455z" }) });
1169
+ };
1170
+ forwardRef(o0);
1171
+ const i0 = ({
1172
+ fill: n = "currentColor",
1173
+ stroke: t,
1174
+ ...c
1175
+ }, h) => {
1176
+ const {
1177
+ colors: a
1178
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1179
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M11 7q0 .432-.088.838L16 10.382l5.088-2.544a4 4 0 1 1 .895 1.789L18.236 11.5l3.747 1.873a4 4 0 1 1 0 5.253L18.236 20.5l3.747 1.874a4 4 0 1 1-.895 1.788L16 21.618l-5.088 2.544Q11 24.567 11 25a4 4 0 1 1-.983-2.626l3.747-1.874-3.747-1.873a4 4 0 1 1 0-5.253l3.747-1.874-3.747-1.874A4 4 0 1 1 11 7M9 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0m2.236 8h9.528L16 12.618zM9 25a2 2 0 1 1-4 0 2 2 0 0 1 4 0m-2-7a2 2 0 1 0 0-4 2 2 0 0 0 0 4M27 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0m-2 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4m2-11a2 2 0 1 1-4 0 2 2 0 0 1 4 0m-11 3.382L20.764 17h-9.528z", clipRule: "evenodd" }) });
1180
+ };
1181
+ forwardRef(i0);
1182
+ const v0 = ({
1183
+ fill: n = "currentColor",
1184
+ stroke: t,
1185
+ ...c
1186
+ }, h) => {
1187
+ const {
1188
+ colors: a
1189
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1190
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.8 8.254a4 4 0 1 0-1.082 1.682l7.483 4.81a4 4 0 0 0-.075.254H10.874A4.002 4.002 0 0 0 3 16a4 4 0 0 0 7.874 1h10.252q.033.128.075.254l-7.484 4.81a4 4 0 1 0 1.082 1.682l7.484-4.81a4 4 0 1 0 0-5.871zM11 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4m0 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4M9 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0m16 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4", clipRule: "evenodd" }) });
1191
+ };
1192
+ forwardRef(v0);
1193
+ const g0 = ({
1194
+ fill: n = "currentColor",
1195
+ stroke: t,
1196
+ ...c
1197
+ }, h) => {
1198
+ const {
1199
+ colors: a
1200
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1201
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M18.842 3.227a1 1 0 1 0-.445 1.95l1.747.399L9.6 12.959a4 4 0 1 0 0 6.081l10.546 7.385-1.748.399a1 1 0 1 0 .445 1.95l3.945-.9a1 1 0 0 0 .77-1.1l-.503-4.014a1 1 0 0 0-1.985.248l.223 1.779-10.545-7.384a4 4 0 0 0 .127-.403h14.712l-1.293 1.293a1 1 0 1 0 1.414 1.414l3-3a1 1 0 0 0 0-1.414l-3-3a1 1 0 0 0-1.414 1.414L25.586 15H10.874a4 4 0 0 0-.127-.403l10.544-7.383-.222 1.778a1 1 0 0 0 1.984.249l.503-4.015a1 1 0 0 0-.77-1.099zM9 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0", clipRule: "evenodd" }) });
1202
+ };
1203
+ forwardRef(g0);
1204
+ const l0 = ({
1205
+ fill: n = "currentColor",
1206
+ stroke: t,
1207
+ ...c
1208
+ }, h) => {
1209
+ const {
1210
+ colors: a
1211
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1212
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 6H5a2 2 0 0 0-2 2v20a1.98 1.98 0 0 0 1.156 1.813 1.986 1.986 0 0 0 2.141-.299L10.312 26H27a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2M10.5 17.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m5.5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m5.5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" }) });
1213
+ };
1214
+ forwardRef(l0);
1215
+ const d0 = ({
1216
+ fill: n = "currentColor",
1217
+ stroke: t,
1218
+ ...c
1219
+ }, h) => {
1220
+ const {
1221
+ colors: a
1222
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1223
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M10 16V8a6 6 0 1 1 12 0v8a6 6 0 1 1-12 0m16 0a1 1 0 0 0-2 0 8 8 0 0 1-16 0 1 1 0 1 0-2 0 10.014 10.014 0 0 0 9 9.95V29a1 1 0 0 0 2 0v-3.05A10.014 10.014 0 0 0 26 16" }) });
1224
+ };
1225
+ forwardRef(d0);
1226
+ const r0 = ({
1227
+ fill: n = "currentColor",
1228
+ stroke: t,
1229
+ ...c
1230
+ }, h) => {
1231
+ const {
1232
+ colors: a
1233
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1234
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.5 16a1.5 1.5 0 0 1-1.5 1.5H5a1.5 1.5 0 1 1 0-3h22a1.5 1.5 0 0 1 1.5 1.5" }) });
1235
+ }, f3 = forwardRef(r0), u0 = ({
1236
+ fill: n = "currentColor",
1237
+ stroke: t,
1238
+ ...c
1239
+ }, h) => {
1240
+ const {
1241
+ colors: a
1242
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1243
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3m5 14H11a1 1 0 0 1 0-2h10a1 1 0 0 1 0 2" }) });
1244
+ };
1245
+ forwardRef(u0);
1246
+ const m0 = ({
1247
+ fill: n = "currentColor",
1248
+ stroke: t,
1249
+ ...c
1250
+ }, h) => {
1251
+ const {
1252
+ colors: a
1253
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1254
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M26 5H6a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h20a3 3 0 0 0 3-3V8a3 3 0 0 0-3-3M20 27h-8a1 1 0 0 0 0 2h8a1 1 0 0 0 0-2" }) });
1255
+ };
1256
+ forwardRef(m0);
1257
+ const x0 = ({
1258
+ fill: n = "currentColor",
1259
+ stroke: t,
1260
+ ...c
1261
+ }, h) => {
1262
+ const {
1263
+ colors: a
1264
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1265
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M29.443 18.776a13.1 13.1 0 0 1-4.626 6.614A13 13 0 0 1 4 15a12.9 12.9 0 0 1 2.61-7.815 13.1 13.1 0 0 1 6.614-4.625 1 1 0 0 1 1.25 1.25 11.01 11.01 0 0 0 13.725 13.725 1 1 0 0 1 1.25 1.25z" }) });
1266
+ };
1267
+ forwardRef(x0);
1268
+ const M0 = ({
1269
+ fill: n = "currentColor",
1270
+ stroke: t,
1271
+ ...c
1272
+ }, h) => {
1273
+ const {
1274
+ colors: a
1275
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1276
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M18 16a2 2 0 1 1-4 0 2 2 0 0 1 4 0M7.5 14a2 2 0 1 0 0 4 2 2 0 0 0 0-4m17 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4" }) });
1277
+ };
1278
+ forwardRef(M0);
1279
+ const C0 = ({
1280
+ fill: n = "currentColor",
1281
+ stroke: t,
1282
+ ...c
1283
+ }, h) => {
1284
+ const {
1285
+ colors: a
1286
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1287
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M10.939 8.061a1.5 1.5 0 0 1 0-2.125l4-4a1.5 1.5 0 0 1 2.125 0l4 4a1.503 1.503 0 1 1-2.125 2.125L17.5 6.625V12a1.5 1.5 0 1 1-3 0V6.625l-1.439 1.436a1.5 1.5 0 0 1-2.122 0m8 15.875L17.5 25.375V20a1.5 1.5 0 1 0-3 0v5.375l-1.439-1.44a1.504 1.504 0 0 0-2.125 2.125l4 4a1.5 1.5 0 0 0 2.125 0l4-4a1.502 1.502 0 1 0-2.125-2.125zm11.125-9-4-4a1.503 1.503 0 0 0-2.125 2.125l1.436 1.439H20a1.5 1.5 0 0 0 0 3h5.375l-1.44 1.439a1.503 1.503 0 0 0 2.125 2.125l4-4a1.5 1.5 0 0 0 .001-2.125zM6.625 17.5H12a1.5 1.5 0 1 0 0-3H6.625l1.44-1.439a1.503 1.503 0 1 0-2.125-2.125l-4 4a1.5 1.5 0 0 0 0 2.125l4 4a1.503 1.503 0 0 0 2.125-2.125z" }) });
1288
+ };
1289
+ forwardRef(C0);
1290
+ const H0 = ({
1291
+ fill: n = "currentColor",
1292
+ stroke: t,
1293
+ ...c
1294
+ }, h) => {
1295
+ const {
1296
+ colors: a
1297
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1298
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M26.615 3.214a.99.99 0 0 0-.857-.183l-16 4a1 1 0 0 0-.758.97v13.762a4.5 4.5 0 1 0 2 3.737V13.781l14-3.5v7.482a4.5 4.5 0 1 0 2 3.737V4a1 1 0 0 0-.385-.786" }) });
1299
+ };
1300
+ forwardRef(H0);
1301
+ const A0 = ({
1302
+ fill: n = "currentColor",
1303
+ stroke: t,
1304
+ ...c
1305
+ }, h) => {
1306
+ const {
1307
+ colors: a
1308
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1309
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.5 16a1.5 1.5 0 0 1-1.5 1.5H14.5a1.5 1.5 0 1 1 0-3H27a1.5 1.5 0 0 1 1.5 1.5m-14-6.5H27a1.5 1.5 0 0 0 0-3H14.5a1.5 1.5 0 0 0 0 3m12.5 13H14.5a1.5 1.5 0 1 0 0 3H27a1.5 1.5 0 1 0 0-3M5.5 7.414V13a1.5 1.5 0 0 0 3 0V5a1.5 1.5 0 0 0-2.17-1.341l-2 1a1.5 1.5 0 0 0 1.17 2.75zm4.966 12.107a3.46 3.46 0 0 0-1.4-2.329 3.61 3.61 0 0 0-4.954.683 3.5 3.5 0 0 0-.52.942 1.5 1.5 0 0 0 2.818 1.027.5.5 0 0 1 .072-.125.6.6 0 0 1 .813-.103.48.48 0 0 1 .201.325.45.45 0 0 1-.096.347l-.016.02-3.585 4.794A1.5 1.5 0 0 0 5 27.5h4a1.5 1.5 0 1 0 0-3H8l1.785-2.389a3.43 3.43 0 0 0 .681-2.59" }) });
1310
+ };
1311
+ forwardRef(A0);
1312
+ const S0 = ({
1313
+ fill: n = "currentColor",
1314
+ stroke: t,
1315
+ ...c
1316
+ }, h) => {
1317
+ const {
1318
+ colors: a
1319
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1320
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M17.2 8.254a4 4 0 1 1 1.082 1.682l-7.482 4.81q.04.125.074.254h10.252A4.002 4.002 0 0 1 29 16a4 4 0 0 1-7.874 1H10.874q-.033.128-.075.254l7.484 4.81a4 4 0 1 1-1.082 1.682l-7.484-4.81a4 4 0 1 1 0-5.871zM21 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 18a2 2 0 1 1 0-4 2 2 0 0 1 0 4m2-11a2 2 0 1 0 4 0 2 2 0 0 0-4 0M7 18a2 2 0 1 1 0-4 2 2 0 0 1 0 4", clipRule: "evenodd" }) });
1321
+ };
1322
+ forwardRef(S0);
1323
+ const F0 = ({
1324
+ fill: n = "currentColor",
1325
+ stroke: t,
1326
+ ...c
1327
+ }, h) => {
1328
+ const {
1329
+ colors: a
1330
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1331
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M10.874 17A4.002 4.002 0 0 1 3 16a4 4 0 0 1 7.874-1h10.252A4.002 4.002 0 0 1 29 16a4 4 0 0 1-7.874 1zM7 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4m18 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4", clipRule: "evenodd" }) });
1332
+ };
1333
+ forwardRef(F0);
1334
+ const R0 = ({
1335
+ fill: n = "currentColor",
1336
+ stroke: t,
1337
+ ...c
1338
+ }, h) => {
1339
+ const {
1340
+ colors: a
1341
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1342
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M28.924 16.384c-.05.12-.124.231-.217.324l-4 4a1 1 0 0 1-1.632-.324 1 1 0 0 1 .217-1.09L25.585 17H10.875A4.002 4.002 0 0 1 3 16a4 4 0 0 1 7.874-1h14.712l-2.294-2.293a1 1 0 0 1 1.415-1.415l4 4a1 1 0 0 1 .217 1.09M7 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4", clipRule: "evenodd" }) });
1343
+ };
1344
+ forwardRef(R0);
1345
+ const B0 = ({
1346
+ fill: n = "currentColor",
1347
+ stroke: t,
1348
+ ...c
1349
+ }, h) => {
1350
+ const {
1351
+ colors: a
1352
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1353
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M29 4a1 1 0 0 0-1-1c-5.51 0-11.164 6.214-14.304 10.329A7.5 7.5 0 0 0 4 20.5c0 3.86-2.443 5.591-2.559 5.671A1 1 0 0 0 2 28h9.5a7.5 7.5 0 0 0 7.171-9.696C22.788 15.164 29 9.51 29 4M15.553 14.194a48 48 0 0 1 1.26-1.569 9.5 9.5 0 0 1 2.562 2.561q-.738.618-1.569 1.262a7.6 7.6 0 0 0-2.254-2.254m5.337-.335a11.6 11.6 0 0 0-2.75-2.75c3.973-4.316 6.969-5.625 8.738-5.989-.357 1.77-1.672 4.766-5.988 8.739" }) });
1354
+ };
1355
+ forwardRef(B0);
1356
+ const V0 = ({
1357
+ fill: n = "currentColor",
1358
+ stroke: t,
1359
+ ...c
1360
+ }, h) => {
1361
+ const {
1362
+ colors: a
1363
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1364
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M31 13v6.25a2.01 2.01 0 0 1-1.45 1.922L17 24.75V29a1 1 0 0 1-2 0v-4.25a2.01 2.01 0 0 1 1.45-1.922L29 19.25V13h-2v3a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3H2a1 1 0 0 1 0-2h2V8a2 2 0 0 1 2-2h19a2 2 0 0 1 2 2v3h2a2 2 0 0 1 2 2" }) });
1365
+ };
1366
+ forwardRef(V0);
1367
+ const $0 = ({
1368
+ fill: n = "currentColor",
1369
+ stroke: t,
1370
+ ...c
1371
+ }, h) => {
1372
+ const {
1373
+ colors: a
1374
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1375
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M25.096 6.736A12.9 12.9 0 0 0 16 3h-.134A13 13 0 0 0 3 16c0 5.375 3.323 9.883 8.67 11.771A4 4 0 0 0 17 24a2 2 0 0 1 2-2h5.776a3.976 3.976 0 0 0 3.9-3.11c.224-.984.332-1.99.324-3a12.9 12.9 0 0 0-3.904-9.154M10.5 21a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m0-7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m5.5-3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m5.5 3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" }) });
1376
+ };
1377
+ forwardRef($0);
1378
+ const L0 = ({
1379
+ fill: n = "currentColor",
1380
+ stroke: t,
1381
+ ...c
1382
+ }, h) => {
1383
+ const {
1384
+ colors: a
1385
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1386
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.925 5.543v.018L21.65 29.554A1.985 1.985 0 0 1 19.728 31a1.98 1.98 0 0 1-1.803-1.144l-4.464-9.423a.5.5 0 0 1 .099-.568l7.158-7.159a1 1 0 0 0-1.414-1.413l-7.169 7.157a.5.5 0 0 1-.567.099l-9.376-4.441A2.05 2.05 0 0 1 1 12.17a1.99 1.99 0 0 1 1.446-1.815L26.44 3.08h.018a2 2 0 0 1 2.468 2.463" }) });
1387
+ };
1388
+ forwardRef(L0);
1389
+ const z0 = ({
1390
+ fill: n = "currentColor",
1391
+ stroke: t,
1392
+ ...c
1393
+ }, h) => {
1394
+ const {
1395
+ colors: a
1396
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1397
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m26.56 17.061-10.257 10.25a7.501 7.501 0 0 1-10.607-10.61l12.27-12.236a5 5 0 0 1 7.07 7.074l-.021.02L13.04 23.086a1.503 1.503 0 0 1-2.121-.041 1.5 1.5 0 0 1 .041-2.121L22.924 9.409a2 2 0 1 0-2.838-2.82L7.816 18.82a4.5 4.5 0 1 0 6.366 6.364l10.258-10.25a1.503 1.503 0 0 1 2.125 2.125z" }) });
1398
+ };
1399
+ forwardRef(z0);
1400
+ const q0 = ({
1401
+ fill: n = "currentColor",
1402
+ stroke: t,
1403
+ ...c
1404
+ }, h) => {
1405
+ const {
1406
+ colors: a
1407
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1408
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M3.5 8A1.5 1.5 0 0 1 5 6.5h22a1.5 1.5 0 0 1 0 3H5A1.5 1.5 0 0 1 3.5 8M5 14.5h16a1.5 1.5 0 1 0 0-3H5a1.5 1.5 0 1 0 0 3m22 2H5a1.5 1.5 0 1 0 0 3h22a1.5 1.5 0 1 0 0-3m-6 5H5a1.5 1.5 0 1 0 0 3h16a1.5 1.5 0 1 0 0-3" }) });
1409
+ };
1410
+ forwardRef(q0);
1411
+ const y0 = ({
1412
+ fill: n = "currentColor",
1413
+ stroke: t,
1414
+ ...c
1415
+ }, h) => {
1416
+ const {
1417
+ colors: a
1418
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1419
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m28.414 9.171-5.585-5.586a2 2 0 0 0-2.829 0L4.586 19A1.98 1.98 0 0 0 4 20.414V26a2 2 0 0 0 2 2h5.586A1.98 1.98 0 0 0 13 27.414L28.414 12a2 2 0 0 0 0-2.829M24 13.585 18.414 8l3-3L27 10.585z" }) });
1420
+ };
1421
+ forwardRef(y0);
1422
+ const T0 = ({
1423
+ fill: n = "currentColor",
1424
+ stroke: t,
1425
+ ...c
1426
+ }, h) => {
1427
+ const {
1428
+ colors: a
1429
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1430
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.985 21.885A7.03 7.03 0 0 1 22 28c-9.925 0-18-8.075-18-18a7.03 7.03 0 0 1 6.115-6.985 2 2 0 0 1 2.078 1.19l2.64 5.894v.015a2 2 0 0 1-.16 1.886 1 1 0 0 1-.07.096L12 15.181c.936 1.903 2.926 3.875 4.854 4.814l3.042-2.589q.045-.037.094-.07a2 2 0 0 1 1.896-.175l.017.008 5.888 2.639a2 2 0 0 1 1.194 2.077" }) });
1431
+ };
1432
+ forwardRef(T0);
1433
+ const f0 = ({
1434
+ fill: n = "currentColor",
1435
+ stroke: t,
1436
+ ...c
1437
+ }, h) => {
1438
+ const {
1439
+ colors: a
1440
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1441
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m29.416 13-6.683 6.706c.57 1.584.806 4.236-1.65 7.5a2 2 0 0 1-1.458.794h-.141a2 2 0 0 1-1.415-.586l-6.033-6.04-5.328 5.333a1 1 0 1 1-1.415-1.415l5.332-5.328-6.037-6.038a2 2 0 0 1 .162-2.972c3.178-2.564 6.219-2.06 7.55-1.643L19 2.587a2 2 0 0 1 2.829 0l7.586 7.585A2 2 0 0 1 29.416 13" }) });
1442
+ };
1443
+ forwardRef(f0);
1444
+ const U0 = ({
1445
+ fill: n = "currentColor",
1446
+ stroke: t,
1447
+ ...c
1448
+ }, h) => {
1449
+ const {
1450
+ colors: a
1451
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1452
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 2A11.013 11.013 0 0 0 5 13c0 9.413 10 16.521 10.426 16.819a1 1 0 0 0 1.148 0C17 29.52 27 22.413 27 13A11.01 11.01 0 0 0 16 2m0 7a4 4 0 1 1 0 8 4 4 0 0 1 0-8" }) });
1453
+ };
1454
+ forwardRef(U0);
1455
+ const b0 = ({
1456
+ fill: n = "currentColor",
1457
+ stroke: t,
1458
+ ...c
1459
+ }, h) => {
1460
+ const {
1461
+ colors: a
1462
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1463
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M30 17v4a1 1 0 0 1-1.196.98L19.5 20.125v2.966l2.207 2.206A1 1 0 0 1 22 26v3a1 1 0 0 1-1.375.929L16 28.078l-4.625 1.85A1 1 0 0 1 10 29v-3a1 1 0 0 1 .293-.707l2.207-2.207v-2.961L3.196 21.98A1 1 0 0 1 2 21v-4a1 1 0 0 1 .553-.895l9.947-4.972V5.5a3.5 3.5 0 1 1 7 0v5.633l9.948 4.972A1 1 0 0 1 30 17" }) });
1464
+ };
1465
+ forwardRef(b0);
1466
+ const D0 = ({
1467
+ fill: n = "currentColor",
1468
+ stroke: t,
1469
+ ...c
1470
+ }, h) => {
1471
+ const {
1472
+ colors: a
1473
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1474
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M25.676 18.884a7.6 7.6 0 0 1-3.978 1.107 9 9 0 0 1-3.42-.707A6.94 6.94 0 0 0 17 23.314V27a1 1 0 0 1-1.066 1A1.023 1.023 0 0 1 15 26.969v-1.555l-4.828-4.828A6.6 6.6 0 0 1 7.93 21a5.73 5.73 0 0 1-2.99-.834C2.216 18.511.75 14.702 1.034 9.974a1 1 0 0 1 .94-.94c4.728-.28 8.537 1.182 10.187 3.906a5.75 5.75 0 0 1 .806 3.56.5.5 0 0 1-.86.304l-2.4-2.513a1 1 0 0 0-1.415 1.414l6.736 6.906q.01-.146.026-.291a8.57 8.57 0 0 1 2.33-4.933l6.323-6.682a1 1 0 0 0-1.413-1.415l-6.125 6.477a.5.5 0 0 1-.848-.217c-.592-2.185-.331-4.36.8-6.228 2.233-3.685 7.428-5.657 13.898-5.277a1 1 0 0 1 .94.94c.375 6.471-1.598 11.666-5.283 13.899" }) });
1475
+ };
1476
+ forwardRef(D0);
1477
+ const E0 = ({
1478
+ fill: n = "currentColor",
1479
+ stroke: t,
1480
+ ...c
1481
+ }, h) => {
1482
+ const {
1483
+ colors: a
1484
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1485
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M30 16a1.97 1.97 0 0 1-.95 1.689L11.04 28.706a2 2 0 0 1-2.767-.688A2 2 0 0 1 8 27.016V4.984a1.98 1.98 0 0 1 1.015-1.728 2 2 0 0 1 2.025.038L29.05 14.31A1.97 1.97 0 0 1 30 16" }) });
1486
+ };
1487
+ forwardRef(E0);
1488
+ const O0 = ({
1489
+ fill: n = "currentColor",
1490
+ stroke: t,
1491
+ ...c
1492
+ }, h) => {
1493
+ const {
1494
+ colors: a
1495
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1496
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.5 16a1.5 1.5 0 0 1-1.5 1.5h-9.5V27a1.5 1.5 0 1 1-3 0v-9.5H5a1.5 1.5 0 1 1 0-3h9.5V5a1.5 1.5 0 1 1 3 0v9.5H27a1.5 1.5 0 0 1 1.5 1.5" }) });
1497
+ };
1498
+ forwardRef(O0);
1499
+ const I0 = ({
1500
+ fill: n = "currentColor",
1501
+ stroke: t,
1502
+ ...c
1503
+ }, h) => {
1504
+ const {
1505
+ colors: a
1506
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1507
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3a13 13 0 1 0 13 13A13.016 13.016 0 0 0 16 3m5 14h-4v4a1 1 0 0 1-2 0v-4h-4a1 1 0 0 1 0-2h4v-4a1 1 0 0 1 2 0v4h4a1 1 0 0 1 0 2" }) });
1508
+ };
1509
+ forwardRef(I0);
1510
+ const G0 = ({
1511
+ fill: n = "currentColor",
1512
+ stroke: t,
1513
+ ...c
1514
+ }, h) => {
1515
+ const {
1516
+ colors: a
1517
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1518
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 5H17V3a1 1 0 0 0-2 0v2H5a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h4.92l-2.701 3.375a1 1 0 0 0 1.562 1.25L12.48 24h7.04l3.699 4.625a1 1 0 1 0 1.562-1.25L22.08 24H27a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M13 18a1 1 0 0 1-2 0v-3a1 1 0 0 1 2 0zm4 0a1 1 0 0 1-2 0v-5a1 1 0 0 1 2 0zm4 0a1 1 0 0 1-2 0v-7a1 1 0 0 1 2 0z" }) });
1519
+ };
1520
+ forwardRef(G0);
1521
+ const W0 = ({
1522
+ fill: n = "currentColor",
1523
+ stroke: t,
1524
+ ...c
1525
+ }, h) => {
1526
+ const {
1527
+ colors: a
1528
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1529
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M30.414 17 18 4.586A1.98 1.98 0 0 0 16.586 4H5a1 1 0 0 0-1 1v11.586A1.98 1.98 0 0 0 4.586 18L17 30.414a2 2 0 0 0 2.829 0l10.585-10.585a2 2 0 0 0 0-2.829M10.5 12a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" }) });
1530
+ };
1531
+ forwardRef(W0);
1532
+ const Z0 = ({
1533
+ fill: n = "currentColor",
1534
+ stroke: t,
1535
+ ...c
1536
+ }, h) => {
1537
+ const {
1538
+ colors: a
1539
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1540
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M20.723 28H26a2 2 0 0 0 2-2v-4.706a1 1 0 0 0-1.383-.919 2.9 2.9 0 0 1-1.117.221c-1.654 0-3-1.387-3-3.091s1.346-3.091 3-3.091c.383 0 .763.075 1.117.221A1 1 0 0 0 28 13.706V9a2 2 0 0 0-2-2h-4.527a4.5 4.5 0 1 0-8.945 0H8a2 2 0 0 0-2 2v4.028a4.5 4.5 0 1 0 0 8.945V26a2 2 0 0 0 2 2h5.278" }) });
1541
+ };
1542
+ forwardRef(Z0);
1543
+ const Q0 = ({
1544
+ fill: n = "currentColor",
1545
+ stroke: t,
1546
+ ...c
1547
+ }, h) => {
1548
+ const {
1549
+ colors: a
1550
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1551
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M18 22.5a2 2 0 1 1-4 0 2 2 0 0 1 4 0M29.5 16A13.5 13.5 0 1 1 16 2.5 13.515 13.515 0 0 1 29.5 16m-3 0A10.5 10.5 0 1 0 16 26.5 10.51 10.51 0 0 0 26.5 16M16 8c-3.033 0-5.5 2.242-5.5 5v.5a1.5 1.5 0 1 0 3 0V13c0-1.102 1.125-2 2.5-2s2.5.898 2.5 2-1.125 2-2.5 2a1.5 1.5 0 0 0-1.5 1.5v1a1.5 1.5 0 0 0 2.966.32C19.79 17.235 21.5 15.296 21.5 13c0-2.758-2.468-5-5.5-5" }) });
1552
+ };
1553
+ forwardRef(Q0);
1554
+ const N0 = ({
1555
+ fill: n = "currentColor",
1556
+ stroke: t,
1557
+ ...c
1558
+ }, h) => {
1559
+ const {
1560
+ colors: a
1561
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1562
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M14.5 9v11a6.006 6.006 0 0 1-6 6 1 1 0 0 1 0-2 4 4 0 0 0 4-4v-1H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h7.5a2 2 0 0 1 2 2M27 7h-7.5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2H27v1a4 4 0 0 1-4 4 1 1 0 0 0 0 2 6.006 6.006 0 0 0 6-6V9a2 2 0 0 0-2-2" }) });
1563
+ };
1564
+ forwardRef(N0);
1565
+ const j0 = ({
1566
+ fill: n = "currentColor",
1567
+ stroke: t,
1568
+ ...c
1569
+ }, h) => {
1570
+ const {
1571
+ colors: a
1572
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1573
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 5v23a1 1 0 0 1-2 0v-6h-6a1 1 0 0 1-1-1c.046-2.395.349-4.779.902-7.11 1.223-5.061 3.54-8.454 6.704-9.809a1 1 0 0 1 1.394.92m-12.014-.164a.999.999 0 1 0-1.972.33L13.986 11H11V5a1 1 0 0 0-2 0v6H6.014l.972-5.835a1 1 0 1 0-1.972-.329l-1 6A1 1 0 0 0 4 11a6.01 6.01 0 0 0 5 5.915V28a1 1 0 1 0 2 0V16.915A6.01 6.01 0 0 0 16 11q0-.083-.014-.164z" }) });
1574
+ };
1575
+ forwardRef(j0);
1576
+ const K0 = ({
1577
+ fill: n = "currentColor",
1578
+ stroke: t,
1579
+ ...c
1580
+ }, h) => {
1581
+ const {
1582
+ colors: a
1583
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1584
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M19 28a1 1 0 0 1-1 1h-4a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1m8.953-8.521-1.546 6.954a2 2 0 0 1-3.188 1.138l-3.405-2.57h-7.625L8.78 27.57a2 2 0 0 1-3.189-1.138l-1.545-6.954a2.01 2.01 0 0 1 .415-1.714l3.57-4.282c.12-1.574.482-3.12 1.072-4.584 1.612-4.043 4.5-6.579 5.671-7.481a2 2 0 0 1 2.45 0c1.167.902 4.059 3.438 5.671 7.48.59 1.465.952 3.01 1.072 4.585l3.57 4.282a2.01 2.01 0 0 1 .415 1.714m-17.404 4.25q-2.014-3.666-2.445-7.209L6 19.045 7.545 26l.022-.016zM17.5 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m8.5 6.545-2.104-2.525q-.428 3.535-2.445 7.211l2.982 2.25.022.017z" }) });
1585
+ }, ln = forwardRef(K0), X0 = ({
1586
+ fill: n = "currentColor",
1587
+ stroke: t,
1588
+ ...c
1589
+ }, h) => {
1590
+ const {
1591
+ colors: a
1592
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1593
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M19.716 14.141a1 1 0 0 1 .261-1.391l8.458-5.788a1 1 0 0 1 1.125 1.652L21.101 14.4a1 1 0 0 1-1.39-.261zm10.109 10.634a1 1 0 0 1-1.39.261L17 17.211l-5.315 3.636a4.5 4.5 0 1 1-1.125-1.65L15.229 16l-4.673-3.198a4.5 4.5 0 1 1 1.125-1.65l17.875 12.233a1 1 0 0 1 .269 1.39M9 22.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m0-13a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0" }) });
1594
+ };
1595
+ forwardRef(X0);
1596
+ const J0 = ({
1597
+ fill: n = "currentColor",
1598
+ stroke: t,
1599
+ ...c
1600
+ }, h) => {
1601
+ const {
1602
+ colors: a
1603
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1604
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, viewBox: "0 0 256 256", fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M225.86 102.82c-3.77-3.94-7.67-8-9.14-11.57-1.36-3.27-1.44-8.69-1.52-13.94-.15-9.76-.31-20.82-8-28.51s-18.75-7.85-28.51-8c-5.25-.08-10.67-.16-13.94-1.52-3.56-1.47-7.63-5.37-11.57-9.14C146.28 23.51 138.44 16 128 16s-18.27 7.51-25.18 14.14c-3.94 3.77-8 7.67-11.57 9.14-3.25 1.36-8.69 1.44-13.94 1.52-9.76.15-20.82.31-28.51 8s-7.8 18.75-8 28.51c-.08 5.25-.16 10.67-1.52 13.94-1.47 3.56-5.37 7.63-9.14 11.57C23.51 109.72 16 117.56 16 128s7.51 18.27 14.14 25.18c3.77 3.94 7.67 8 9.14 11.57 1.36 3.27 1.44 8.69 1.52 13.94.15 9.76.31 20.82 8 28.51s18.75 7.85 28.51 8c5.25.08 10.67.16 13.94 1.52 3.56 1.47 7.63 5.37 11.57 9.14 6.9 6.63 14.74 14.14 25.18 14.14s18.27-7.51 25.18-14.14c3.94-3.77 8-7.67 11.57-9.14 3.27-1.36 8.69-1.44 13.94-1.52 9.76-.15 20.82-.31 28.51-8s7.85-18.75 8-28.51c.08-5.25.16-10.67 1.52-13.94 1.47-3.56 5.37-7.63 9.14-11.57 6.63-6.9 14.14-14.74 14.14-25.18s-7.51-18.27-14.14-25.18m-52.2 6.84-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 11.32" }) });
1605
+ };
1606
+ forwardRef(J0);
1607
+ const Y0 = ({
1608
+ fill: n = "currentColor",
1609
+ stroke: t,
1610
+ ...c
1611
+ }, h) => {
1612
+ const {
1613
+ colors: a
1614
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1615
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M29.061 26.939 23.125 21A11.515 11.515 0 1 0 21 23.125l5.941 5.942a1.503 1.503 0 0 0 2.125-2.125zM5.5 14a8.5 8.5 0 1 1 8.5 8.5A8.51 8.51 0 0 1 5.5 14" }) });
1616
+ }, un = forwardRef(Y0), _0 = ({
1617
+ fill: n = "currentColor",
1618
+ stroke: t,
1619
+ ...c
1620
+ }, h) => {
1621
+ const {
1622
+ colors: a
1623
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1624
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M26 5H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-3.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M26 17H6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2m-3.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" }) });
1625
+ };
1626
+ forwardRef(_0);
1627
+ const k0 = ({
1628
+ fill: n = "currentColor",
1629
+ stroke: t,
1630
+ ...c
1631
+ }, h) => {
1632
+ const {
1633
+ colors: a
1634
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1635
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28 7v7.346c0 11.202-9.477 14.918-11.375 15.549a1.94 1.94 0 0 1-1.25 0C13.475 29.264 4 25.548 4 14.346V7a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2" }) });
1636
+ };
1637
+ forwardRef(k0);
1638
+ const p0 = ({
1639
+ fill: n = "currentColor",
1640
+ stroke: t,
1641
+ ...c
1642
+ }, h) => {
1643
+ const {
1644
+ colors: a
1645
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1646
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m30.949 7.653-6.47-3.528A1 1 0 0 0 24 4h-4a1 1 0 0 0-1 1 3 3 0 0 1-6 0 1 1 0 0 0-1-1H8a1 1 0 0 0-.48.125L1.051 7.653a1.97 1.97 0 0 0-.824 2.657l2.41 4.601A2.05 2.05 0 0 0 4.458 16H7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V16h2.543a2.05 2.05 0 0 0 1.822-1.089l2.409-4.601a1.97 1.97 0 0 0-.825-2.658M4.459 14a.08.08 0 0 1-.051-.016L2.01 9.408 7 6.685V14zm23.134-.018a.07.07 0 0 1-.052.018H25V6.685l4.99 2.723z" }) });
1647
+ };
1648
+ forwardRef(p0);
1649
+ const P0 = ({
1650
+ fill: n = "currentColor",
1651
+ stroke: t,
1652
+ ...c
1653
+ }, h) => {
1654
+ const {
1655
+ colors: a
1656
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1657
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M12 27a2 2 0 1 1-4 0 2 2 0 0 1 4 0m11-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4m5.805-16.594A1 1 0 0 0 28 8H6.04L5.026 4.45A2.01 2.01 0 0 0 3.103 3H1a1 1 0 0 0 0 2h2.103l4.522 15.824A3.01 3.01 0 0 0 10.509 23h12.014a2.99 2.99 0 0 0 2.867-2.117l3.566-11.59a1 1 0 0 0-.151-.887" }) });
1658
+ };
1659
+ forwardRef(P0);
1660
+ const n2 = ({
1661
+ fill: n = "currentColor",
1662
+ stroke: t,
1663
+ ...c
1664
+ }, h) => {
1665
+ const {
1666
+ colors: a
1667
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1668
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M14.5 27a1.5 1.5 0 0 1-1.5 1.5H6A2.5 2.5 0 0 1 3.5 26V6A2.5 2.5 0 0 1 6 3.5h7a1.5 1.5 0 0 1 0 3H6.5v19H13a1.5 1.5 0 0 1 1.5 1.5m13.561-12.061-5-5a1.503 1.503 0 0 0-2.125 2.125l2.439 2.436H13a1.5 1.5 0 1 0 0 3h10.375l-2.44 2.439a1.503 1.503 0 0 0 2.125 2.125l5-5a1.5 1.5 0 0 0 .001-2.125" }) });
1669
+ };
1670
+ forwardRef(n2);
1671
+ const t2 = ({
1672
+ fill: n = "currentColor",
1673
+ stroke: t,
1674
+ ...c
1675
+ }, h) => {
1676
+ const {
1677
+ colors: a
1678
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1679
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M4 10a1 1 0 0 1 1-1h4.646a3.5 3.5 0 0 1 6.708 0H27a1 1 0 1 1 0 2H16.354a3.5 3.5 0 0 1-6.708 0H5a1 1 0 0 1-1-1m23 11h-2.646a3.5 3.5 0 0 0-6.708 0H5a1 1 0 0 0 0 2h12.646a3.5 3.5 0 0 0 6.708 0H27a1 1 0 1 0 0-2" }) });
1680
+ };
1681
+ forwardRef(t2);
1682
+ const a2 = ({
1683
+ fill: n = "currentColor",
1684
+ stroke: t,
1685
+ ...c
1686
+ }, h) => {
1687
+ const {
1688
+ colors: a
1689
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1690
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M26 18a1.97 1.97 0 0 1-1.302 1.867l-6.457 2.375-2.375 6.452a1.99 1.99 0 0 1-3.735 0L9.75 22.25l-6.452-2.375a1.99 1.99 0 0 1 0-3.735l6.456-2.375 2.375-6.451a1.99 1.99 0 0 1 3.735 0l2.375 6.456 6.451 2.375A1.97 1.97 0 0 1 26 18M19 6h2v2a1 1 0 0 0 2 0V6h2a1 1 0 1 0 0-2h-2V2a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2m11 4h-1V9a1 1 0 1 0-2 0v1h-1a1 1 0 0 0 0 2h1v1a1 1 0 0 0 2 0v-1h1a1 1 0 0 0 0-2" }) });
1691
+ }, Sn = forwardRef(a2), s2 = ({
1692
+ fill: n = "currentColor",
1693
+ stroke: t,
1694
+ ...c
1695
+ }, h) => {
1696
+ const {
1697
+ colors: a
1698
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1699
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M15 7v6a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2m10-2h-6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M13 17H7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2m12 0h-6a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2" }) });
1700
+ };
1701
+ forwardRef(s2);
1702
+ const c2 = ({
1703
+ fill: n = "currentColor",
1704
+ stroke: t,
1705
+ ...c
1706
+ }, h) => {
1707
+ const {
1708
+ colors: a
1709
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1710
+ return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: [
1711
+ /* @__PURE__ */ jsx("path", { d: "M27.5 21.136 16 27.843 4.5 21.136a1 1 0 0 0-1 1.728l12 7a1 1 0 0 0 1.008 0l12-7a1 1 0 1 0-1.008-1.728" }),
1712
+ /* @__PURE__ */ jsx("path", { d: "M27.5 15.136 16 21.843 4.5 15.136a1 1 0 0 0-1 1.728l12 7a1 1 0 0 0 1.008 0l12-7a1 1 0 1 0-1.008-1.728" }),
1713
+ /* @__PURE__ */ jsx("path", { d: "m3.5 10.864 12 7a1 1 0 0 0 1.008 0l12-7a1 1 0 0 0 0-1.728l-12-7a1 1 0 0 0-1.008 0l-12 7a1 1 0 0 0 0 1.728" })
1714
+ ] });
1715
+ };
1716
+ forwardRef(c2);
1717
+ const h2 = ({
1718
+ fill: n = "currentColor",
1719
+ stroke: t,
1720
+ ...c
1721
+ }, h) => {
1722
+ const {
1723
+ colors: a
1724
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1725
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m29.313 14.298-5.638 4.92 1.689 7.325a2 2 0 0 1-2.98 2.167l-6.389-3.875L9.62 28.71a2 2 0 0 1-2.98-2.168l1.686-7.317-5.638-4.928a2 2 0 0 1 1.138-3.507l7.433-.644 2.901-6.92a1.994 1.994 0 0 1 3.68 0l2.91 6.92 7.43.644a2 2 0 0 1 1.139 3.508z" }) });
1726
+ };
1727
+ forwardRef(h2);
1728
+ const w2 = ({
1729
+ fill: n = "currentColor",
1730
+ stroke: t,
1731
+ ...c
1732
+ }, h) => {
1733
+ const {
1734
+ colors: a
1735
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1736
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M29 19a4 4 0 1 0-4.991 3.875A1 1 0 0 0 24 23a4 4 0 0 1-4 4h-3a4 4 0 0 1-4-4v-5.065c3.934-.5 7-3.934 7-8.039V5a2 2 0 0 0-2-2h-2a1 1 0 1 0 0 2h2v4.896c0 3.323-2.656 6.061-5.92 6.104A6 6 0 0 1 6 10V5h2a1 1 0 0 0 0-2H6a2 2 0 0 0-2 2v5a8 8 0 0 0 7 7.936V23a6.006 6.006 0 0 0 6 6h3a6.006 6.006 0 0 0 6-6 1 1 0 0 0-.009-.125A4 4 0 0 0 29 19m-4 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2" }) });
1737
+ };
1738
+ forwardRef(w2);
1739
+ const e2 = ({
1740
+ fill: n = "currentColor",
1741
+ stroke: t,
1742
+ ...c
1743
+ }, h) => {
1744
+ const {
1745
+ colors: a
1746
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1747
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M216 56v144a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V56a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16" }) });
1748
+ };
1749
+ forwardRef(e2);
1750
+ const o2 = ({
1751
+ fill: n = "currentColor",
1752
+ stroke: t,
1753
+ ...c
1754
+ }, h) => {
1755
+ const {
1756
+ colors: a
1757
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1758
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M29 12a1 1 0 0 0-.038-.275L27.17 5.45A2.01 2.01 0 0 0 25.25 4H6.75a2.01 2.01 0 0 0-1.919 1.45L3.04 11.725A1 1 0 0 0 3 12v2a5 5 0 0 0 2 4v8a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-8a5 5 0 0 0 2-4zm-18 2a3 3 0 0 1-4.39 2.657 1 1 0 0 0-.228-.132A3 3 0 0 1 5 14v-1h6zm8 0a3 3 0 0 1-6 0v-1h6zm8 0a3 3 0 0 1-1.384 2.525q-.12.051-.225.131A3 3 0 0 1 21 14v-1h6z" }) });
1759
+ };
1760
+ forwardRef(o2);
1761
+ const i2 = ({
1762
+ fill: n = "currentColor",
1763
+ stroke: t,
1764
+ ...c
1765
+ }, h) => {
1766
+ const {
1767
+ colors: a
1768
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1769
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.5 16a1.5 1.5 0 0 1-1.5 1.5h-3.767A5.19 5.19 0 0 1 24.5 21c0 1.806-.976 3.54-2.679 4.756C20.25 26.881 18.18 27.5 16 27.5s-4.25-.619-5.821-1.744C8.476 24.54 7.5 22.806 7.5 21a1.5 1.5 0 0 1 3 0c0 1.898 2.519 3.5 5.5 3.5s5.5-1.602 5.5-3.5c0-1.595-1.163-2.523-4.419-3.5H5a1.5 1.5 0 1 1 0-3h22a1.5 1.5 0 0 1 1.5 1.5M9.389 12.5a1.5 1.5 0 0 0 1.5-1.5c0-2 2.197-3.5 5.111-3.5 2.17 0 3.921.831 4.685 2.223a1.5 1.5 0 0 0 2.625-1.446C22.016 5.914 19.281 4.5 16 4.5c-4.625 0-8.111 2.794-8.111 6.5a1.5 1.5 0 0 0 1.5 1.5" }) });
1770
+ };
1771
+ forwardRef(i2);
1772
+ const v2 = ({
1773
+ fill: n = "currentColor",
1774
+ stroke: t,
1775
+ ...c
1776
+ }, h) => {
1777
+ const {
1778
+ colors: a
1779
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1780
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M15 5V2a1 1 0 0 1 2 0v3a1 1 0 0 1-2 0m1 3a8 8 0 1 0 8 8 8.01 8.01 0 0 0-8-8m-8.707.707a1 1 0 1 0 1.414-1.415l-2-2a1 1 0 1 0-1.414 1.415zm0 14.586-2 2a1 1 0 1 0 1.414 1.415l2-2a1 1 0 1 0-1.415-1.415M24 9a1 1 0 0 0 .707-.293l2-2a1 1 0 0 0-1.415-1.414l-2 2A1 1 0 0 0 24 9m.707 14.293a1 1 0 1 0-1.415 1.415l2 2a1 1 0 0 0 1.415-1.415zM6 16a1 1 0 0 0-1-1H2a1 1 0 0 0 0 2h3a1 1 0 0 0 1-1m10 10a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1m14-11h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2" }) });
1781
+ };
1782
+ forwardRef(v2);
1783
+ const g2 = ({
1784
+ fill: n = "currentColor",
1785
+ stroke: t,
1786
+ ...c
1787
+ }, h) => {
1788
+ const {
1789
+ colors: a
1790
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1791
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 8h-8.586l4.293-4.292a1 1 0 0 0-1.415-1.415L16 7.586l-5.292-5.293a1 1 0 1 0-1.415 1.415L13.586 8H5a2 2 0 0 0-2 2v15a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2m0 17h-7V10h7zm-2-10.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m0 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" }) });
1792
+ };
1793
+ forwardRef(g2);
1794
+ const l2 = ({
1795
+ fill: n = "currentColor",
1796
+ stroke: t,
1797
+ ...c
1798
+ }, h) => {
1799
+ const {
1800
+ colors: a
1801
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1802
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m29.978 19.625-1.5-12A3 3 0 0 0 25.5 5H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h5.383l4.722 9.448A1 1 0 0 0 15 30a5 5 0 0 0 5-5v-2h7a3 3 0 0 0 2.977-3.375M9 18H4V7h5z" }) });
1803
+ };
1804
+ forwardRef(l2);
1805
+ const d2 = ({
1806
+ fill: n = "currentColor",
1807
+ stroke: t,
1808
+ ...c
1809
+ }, h) => {
1810
+ const {
1811
+ colors: a
1812
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1813
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M29.25 10.015A3 3 0 0 0 27 9h-7V7a5 5 0 0 0-5-5 1 1 0 0 0-.895.553L9.383 12H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h21.5a3 3 0 0 0 2.977-2.625l1.5-12a3 3 0 0 0-.727-2.36M4 14h5v11H4z" }) });
1814
+ };
1815
+ forwardRef(d2);
1816
+ const r2 = ({
1817
+ fill: n = "currentColor",
1818
+ stroke: t,
1819
+ ...c
1820
+ }, h) => {
1821
+ const {
1822
+ colors: a
1823
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1824
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M23 3H9a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h1l-1.8 2.4a1 1 0 0 0 1.6 1.2l2.7-3.6h7l2.7 3.6a1 1 0 0 0 1.6-1.2L22 27h1a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4M10.5 23a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m4.5-8H7v-5h8zm6.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3m3.5-8h-8v-5h8z" }) });
1825
+ };
1826
+ forwardRef(r2);
1827
+ const u2 = ({
1828
+ fill: n = "currentColor",
1829
+ stroke: t,
1830
+ ...c
1831
+ }, h) => {
1832
+ const {
1833
+ colors: a
1834
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1835
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M27 6h-5V5a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3v1H5a1 1 0 0 0 0 2h1v18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8h1a1 1 0 1 0 0-2M14 21a1 1 0 0 1-2 0v-8a1 1 0 0 1 2 0zm6 0a1 1 0 0 1-2 0v-8a1 1 0 0 1 2 0zm0-15h-8V5a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z" }) });
1836
+ };
1837
+ forwardRef(u2);
1838
+ const m2 = ({
1839
+ fill: n = "currentColor",
1840
+ stroke: t,
1841
+ ...c
1842
+ }, h) => {
1843
+ const {
1844
+ colors: a
1845
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1846
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17 16", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M15.583 3.5v4a.75.75 0 1 1-1.5 0V5.313l-4.72 4.72a.75.75 0 0 1-1.062 0l-1.968-1.97-3.97 3.968a.751.751 0 1 1-1.062-1.063l4.5-4.5a.75.75 0 0 1 1.063 0l1.969 1.97 4.188-4.188h-2.188a.75.75 0 1 1 0-1.5h4a.75.75 0 0 1 .75.75" }) });
1847
+ };
1848
+ forwardRef(m2);
1849
+ const x2 = ({
1850
+ fill: n = "currentColor",
1851
+ stroke: t,
1852
+ ...c
1853
+ }, h) => {
1854
+ const {
1855
+ colors: a
1856
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1857
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m23.54 2.267-3.711 3.377c1.7.52 3.298 1.397 4.653 2.631 4.684 4.266 4.684 11.184 0 15.45q-5.184 4.72-16.021 6.008l3.71-3.377a12.2 12.2 0 0 1-4.653-2.63c-4.684-4.267-4.712-11.16 0-15.45q5.184-4.721 16.021-6.01m-7.54 8.4c-3.314 0-6 2.388-6 5.333s2.686 5.333 6 5.333 6-2.387 6-5.333c0-2.945-2.686-5.333-6-5.333" }) });
1858
+ };
1859
+ forwardRef(x2);
1860
+ const M2 = ({
1861
+ fill: n = "currentColor",
1862
+ stroke: t,
1863
+ ...c
1864
+ }, h) => {
1865
+ const {
1866
+ colors: a
1867
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1868
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M25.5 28a1.5 1.5 0 0 1-1.5 1.5H8a1.5 1.5 0 1 1 0-3h16a1.5 1.5 0 0 1 1.5 1.5M16 24.5a8.51 8.51 0 0 0 8.5-8.5V7a1.5 1.5 0 1 0-3 0v9a5.5 5.5 0 0 1-11 0V7a1.5 1.5 0 1 0-3 0v9a8.51 8.51 0 0 0 8.5 8.5" }) });
1869
+ };
1870
+ forwardRef(M2);
1871
+ const C2 = ({
1872
+ fill: n = "currentColor",
1873
+ stroke: t,
1874
+ ...c
1875
+ }, h) => {
1876
+ const {
1877
+ colors: a
1878
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1879
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.5 19v7a2.5 2.5 0 0 1-2.5 2.5H6A2.5 2.5 0 0 1 3.5 26v-7a1.5 1.5 0 0 1 3 0v6.5h19V19a1.5 1.5 0 1 1 3 0m-16.439-7.939L14.5 8.625V19a1.5 1.5 0 1 0 3 0V8.625l2.439 2.44a1.503 1.503 0 0 0 2.125-2.125l-5-5a1.5 1.5 0 0 0-2.125 0l-5 5a1.503 1.503 0 1 0 2.125 2.125z" }) });
1880
+ };
1881
+ forwardRef(C2);
1882
+ const H2 = ({
1883
+ fill: n = "currentColor",
1884
+ stroke: t,
1885
+ ...c
1886
+ }, h) => {
1887
+ const {
1888
+ colors: a
1889
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1890
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M28.866 27.5A1 1 0 0 1 28 28H4a1 1 0 0 1-.865-1.5c1.904-3.291 4.838-5.651 8.261-6.77a9 9 0 1 1 9.208 0c3.424 1.119 6.357 3.479 8.261 6.77a1 1 0 0 1 .001 1" }) });
1891
+ };
1892
+ forwardRef(H2);
1893
+ const A2 = ({
1894
+ fill: n = "currentColor",
1895
+ stroke: t,
1896
+ ...c
1897
+ }, h) => {
1898
+ const {
1899
+ colors: a
1900
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1901
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M19.44 3.101a1 1 0 0 0-1.054.11L9.656 10H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h5.656l8.73 6.789A1 1 0 0 0 20 28V4a1 1 0 0 0-.56-.899M28.414 16l2.293-2.292a1.001 1.001 0 0 0-1.415-1.415L27 14.586l-2.293-2.293a1 1 0 1 0-1.415 1.415L25.587 16l-2.293 2.293a1 1 0 0 0 1.415 1.415L27 17.414l2.293 2.294a1 1 0 0 0 1.415-1.415z" }) });
1902
+ };
1903
+ forwardRef(A2);
1904
+ const S2 = ({
1905
+ fill: n = "currentColor",
1906
+ stroke: t,
1907
+ ...c
1908
+ }, h) => {
1909
+ const {
1910
+ colors: a
1911
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1912
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M19.439 3.101a1 1 0 0 0-1.053.11L9.656 10H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h5.656l8.73 6.789A1.001 1.001 0 0 0 20 28V4a1 1 0 0 0-.561-.899M9 20H4v-8h5zm15.75-7.305a5 5 0 0 1 0 6.61 1 1 0 0 1-1.5-1.322 3 3 0 0 0 0-3.966 1 1 0 0 1 1.5-1.322M31 16a10 10 0 0 1-2.546 6.668 1 1 0 0 1-1.49-1.334 8 8 0 0 0 0-10.666.998.998 0 0 1 .407-1.624 1 1 0 0 1 1.083.29A9.98 9.98 0 0 1 31 16" }) });
1913
+ };
1914
+ forwardRef(S2);
1915
+ const F2 = ({
1916
+ fill: n = "currentColor",
1917
+ stroke: t,
1918
+ ...c
1919
+ }, h) => {
1920
+ const {
1921
+ colors: a
1922
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1923
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M15 6a4 4 0 1 1 8 0 4 4 0 0 1-8 0m11 11c-3.58 0-5.226-1.662-6.969-3.421a25 25 0 0 0-1.375-1.323C13.031 8.24 5.63 15.098 5.316 15.391a1 1 0 0 0 1.369 1.458 20.5 20.5 0 0 1 3.815-2.724c1.723-.922 3.174-1.279 4.338-1.072L8.082 28.6a1 1 0 0 0 1.835.798l4.2-9.659L18 22.515V29a1 1 0 1 0 2 0v-7a1 1 0 0 0-.419-.814l-4.65-3.321L16.61 14c.33.305.657.634 1 .98C19.381 16.774 21.586 19 26 19a1 1 0 0 0 0-2" }) });
1924
+ };
1925
+ forwardRef(F2);
1926
+ const R2 = ({
1927
+ fill: n = "currentColor",
1928
+ stroke: t,
1929
+ ...c
1930
+ }, h) => {
1931
+ const {
1932
+ colors: a
1933
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1934
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3m-1 7a1 1 0 0 1 2 0v7a1 1 0 0 1-2 0zm1 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3" }) });
1935
+ }, Nn = forwardRef(R2), B2 = ({
1936
+ fill: n = "currentColor",
1937
+ stroke: t,
1938
+ ...c
1939
+ }, h) => {
1940
+ const {
1941
+ colors: a
1942
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1943
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17 16", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "M3.468 10 5.9 5.786l-.14-.243a3 3 0 1 1 5.316-2.76.51.51 0 0 1-.2.65.5.5 0 0 1-.71-.233 2 2 0 1 0-3.542 1.84l.864 1.496a.5.5 0 0 1 0 .5L5.2 11a1 1 0 0 1-1.731-1m8.812-2.5h-.771l-2.31-4a1 1 0 0 0-1.731 1l2.165 3.75a.5.5 0 0 0 .432.25h2.227c1.118 0 2.06.915 2.041 2.033a2 2 0 0 1-1.98 1.967.515.515 0 0 0-.518.458.5.5 0 0 0 .5.542 3.003 3.003 0 0 0 3-3.058c-.034-1.643-1.41-2.942-3.052-2.942zm1.053 2.952c-.025-.538-.489-.952-1.027-.952H7.51a.5.5 0 0 0-.433.25l-1.01 1.75a2 2 0 1 1-3.342-2.187.51.51 0 0 0-.058-.688.5.5 0 0 0-.732.073A3 3 0 1 0 6.93 12l.289-.5h5.114a1 1 0 0 0 1-1.048" }) });
1944
+ };
1945
+ forwardRef(B2);
1946
+ const V2 = ({
1947
+ fill: n = "currentColor",
1948
+ stroke: t,
1949
+ ...c
1950
+ }, h) => {
1951
+ const {
1952
+ colors: a
1953
+ } = useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1954
+ return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", width: 16, height: 16, fill: w, stroke: e, ref: h, ...c, children: /* @__PURE__ */ jsx("path", { d: "m31.316 24.949-3 1a1 1 0 0 1-1.211-.5l-3.724-7.45H13a1 1 0 0 1-1-1v-3.707A7 7 0 0 0 14 27c3.239 0 6.261-2.256 7.031-5.25a1 1 0 1 1 1.938.5C21.96 26.162 18.19 29 14 29a9 9 0 0 1-2-17.774V8.851a3.5 3.5 0 1 1 2 0V11h7a1 1 0 0 1 0 2h-7v3h10a1 1 0 0 1 .894.552l3.612 7.225 2.178-.726a1 1 0 1 1 .632 1.898" }) });
1955
+ };
1956
+ forwardRef(V2);
1957
+ const PluginIcon = () => /* @__PURE__ */ jsx(E5, {});
1958
+ const prefixPluginTranslations = (data, pluginId) => {
1959
+ const prefixed = {};
1960
+ Object.keys(data).forEach((key) => {
1961
+ prefixed[`${pluginId}.${key}`] = data[key];
1962
+ });
1963
+ return prefixed;
1964
+ };
1965
+ const index = {
1966
+ /**
1967
+ * Register the plugin and custom field
1968
+ */
1969
+ register(app) {
1970
+ app.registerPlugin({
1971
+ id: PLUGIN_ID,
1972
+ initializer: Initializer,
1973
+ isReady: false,
1974
+ name: PLUGIN_ID
1975
+ });
1976
+ app.customFields.register({
1977
+ name: "richtext",
1978
+ pluginId: PLUGIN_ID,
1979
+ // Must match server-side plugin name
1980
+ type: "json",
1981
+ // Data type - stores Editor.js JSON content natively
1982
+ intlLabel: {
1983
+ id: `${PLUGIN_ID}.richtext.label`,
1984
+ defaultMessage: "Magic Editor X"
1985
+ },
1986
+ intlDescription: {
1987
+ id: `${PLUGIN_ID}.richtext.description`,
1988
+ defaultMessage: "Advanced block-based rich text editor powered by Editor.js"
1989
+ },
1990
+ // Icon must be a React component, not a promise
1991
+ icon: PluginIcon,
1992
+ // Input component for Content Manager
1993
+ components: {
1994
+ Input: async () => import("./index-DEi6nwfM.mjs").then((module) => ({
1995
+ default: module.default
1996
+ }))
1997
+ },
1998
+ // Options for Content-Type Builder
1999
+ options: {
2000
+ base: [
2001
+ {
2002
+ sectionTitle: {
2003
+ id: `${PLUGIN_ID}.richtext.section.editor`,
2004
+ defaultMessage: "Editor Settings"
2005
+ },
2006
+ items: [
2007
+ {
2008
+ intlLabel: {
2009
+ id: `${PLUGIN_ID}.richtext.placeholder.label`,
2010
+ defaultMessage: "Placeholder"
2011
+ },
2012
+ name: "options.placeholder",
2013
+ type: "text",
2014
+ defaultValue: "Start writing your content...",
2015
+ description: {
2016
+ id: `${PLUGIN_ID}.richtext.placeholder.description`,
2017
+ defaultMessage: "Placeholder text shown when editor is empty"
2018
+ }
2019
+ }
2020
+ ]
2021
+ }
2022
+ ],
2023
+ advanced: [
2024
+ {
2025
+ sectionTitle: {
2026
+ id: `${PLUGIN_ID}.richtext.section.advanced`,
2027
+ defaultMessage: "Advanced Settings"
2028
+ },
2029
+ items: [
2030
+ {
2031
+ intlLabel: {
2032
+ id: `${PLUGIN_ID}.richtext.minHeight.label`,
2033
+ defaultMessage: "Minimum Height"
2034
+ },
2035
+ name: "options.minHeight",
2036
+ type: "number",
2037
+ defaultValue: 300,
2038
+ description: {
2039
+ id: `${PLUGIN_ID}.richtext.minHeight.description`,
2040
+ defaultMessage: "Minimum height of the editor in pixels"
2041
+ }
2042
+ }
2043
+ ]
2044
+ }
2045
+ ]
2046
+ }
2047
+ });
2048
+ app.addMenuLink({
2049
+ to: `plugins/${PLUGIN_ID}`,
2050
+ icon: PluginIcon,
2051
+ intlLabel: {
2052
+ id: `${PLUGIN_ID}.plugin.name`,
2053
+ defaultMessage: "Magic Editor X"
2054
+ },
2055
+ // Use lazy import without async wrapper to avoid deprecation warning
2056
+ Component: () => import("./App-iNfbV7cz.mjs"),
2057
+ permissions: []
2058
+ });
2059
+ app.createSettingSection(
2060
+ {
2061
+ intlLabel: { id: `${PLUGIN_ID}.settings.section`, defaultMessage: "Magic Editor X" },
2062
+ id: PLUGIN_ID,
2063
+ // path relative to /settings
2064
+ to: PLUGIN_ID
2065
+ },
2066
+ [
2067
+ {
2068
+ intlLabel: {
2069
+ id: `${PLUGIN_ID}.settings.customBlocks`,
2070
+ defaultMessage: "Custom Blocks"
2071
+ },
2072
+ id: "custom-blocks",
2073
+ // relative path (no leading slash)
2074
+ to: `${PLUGIN_ID}/custom-blocks`,
2075
+ Component: () => import("./CustomBlocksPage-COPOZ2-_.mjs")
2076
+ },
2077
+ {
2078
+ intlLabel: {
2079
+ id: `${PLUGIN_ID}.settings.upgrade`,
2080
+ defaultMessage: "Upgrade"
2081
+ },
2082
+ id: "upgrade",
2083
+ // relative path (no leading slash)
2084
+ to: `${PLUGIN_ID}/upgrade`,
2085
+ Component: () => import("./LicensePage-gLRoo8WJ.mjs")
2086
+ },
2087
+ {
2088
+ intlLabel: {
2089
+ id: `${PLUGIN_ID}.settings.license`,
2090
+ defaultMessage: "License Details"
2091
+ },
2092
+ id: "license",
2093
+ // relative path (no leading slash)
2094
+ to: `${PLUGIN_ID}/license`,
2095
+ Component: () => import("./Settings-ButYcfrm.mjs")
2096
+ }
2097
+ ]
2098
+ );
2099
+ console.log("[Magic Editor X] Custom field registered in admin panel");
2100
+ },
2101
+ /**
2102
+ * Bootstrap the plugin
2103
+ */
2104
+ async bootstrap(app) {
2105
+ const { default: LiveCollaborationPanel } = await import("./LiveCollaborationPanel-CVgl4IyR.mjs");
2106
+ try {
2107
+ const contentManagerPlugin = app.getPlugin("content-manager");
2108
+ if (contentManagerPlugin && contentManagerPlugin.apis) {
2109
+ contentManagerPlugin.apis.addEditViewSidePanel([LiveCollaborationPanel]);
2110
+ console.log("[Magic Editor X] [SUCCESS] LiveCollaborationPanel injected into sidebar");
2111
+ }
2112
+ } catch (error) {
2113
+ console.error("[Magic Editor X] Error injecting panel:", error);
2114
+ }
2115
+ console.log("[Magic Editor X] Plugin bootstrapped");
2116
+ },
2117
+ /**
2118
+ * Register translations
2119
+ */
2120
+ async registerTrads({ locales }) {
2121
+ const importedTrads = await Promise.all(
2122
+ locales.map(async (locale) => {
2123
+ try {
2124
+ const { default: data } = await __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "./translations/de.json": () => import("./de-C_0Mj-Zo.mjs"), "./translations/en.json": () => import("./en-B7AAf1ie.mjs"), "./translations/es.json": () => import("./es-zdP8sd-f.mjs"), "./translations/fr.json": () => import("./fr-CtAgOgH1.mjs"), "./translations/pt.json": () => import("./pt-BmUw6YMP.mjs") }), `./translations/${locale}.json`, 3);
2125
+ return { data: prefixPluginTranslations(data, PLUGIN_ID), locale };
2126
+ } catch {
2127
+ try {
2128
+ const { default: data } = await import("./en-B7AAf1ie.mjs");
2129
+ return { data: prefixPluginTranslations(data, PLUGIN_ID), locale };
2130
+ } catch {
2131
+ return { data: {}, locale };
2132
+ }
2133
+ }
2134
+ })
2135
+ );
2136
+ return importedTrads;
2137
+ }
2138
+ };
2139
+ export {
2140
+ C5 as C,
2141
+ J2 as J,
2142
+ K2 as K,
2143
+ Nn as N,
2144
+ PLUGIN_ID as P,
2145
+ R3 as R,
2146
+ Sn as S,
2147
+ C3 as a,
2148
+ a5 as b,
2149
+ f3 as c,
2150
+ f5 as f,
2151
+ h5 as h,
2152
+ index as i,
2153
+ ln as l,
2154
+ o5 as o,
2155
+ r3 as r,
2156
+ t5 as t,
2157
+ un as u,
2158
+ w5 as w
2159
+ };