magic-editor-x 1.5.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 (25) hide show
  1. package/dist/_chunks/{App-3CjSGQyL.js → App-DImBvISP.js} +59 -59
  2. package/dist/_chunks/{App-CKlB5p92.mjs → App-iNfbV7cz.mjs} +32 -32
  3. package/dist/_chunks/{CustomBlocksPage-CnJxygIw.js → CustomBlocksPage-Cj-0TTUs.js} +12 -12
  4. package/dist/_chunks/{LicensePage-vJxKYZGQ.js → LicensePage-CmvILX9m.js} +43 -43
  5. package/dist/_chunks/{LicensePage-B2STSez2.mjs → LicensePage-gLRoo8WJ.mjs} +38 -38
  6. package/dist/_chunks/{LiveCollaborationPanel-D70o6EGf.js → LiveCollaborationPanel-BFybu8h0.js} +7 -7
  7. package/dist/_chunks/{LiveCollaborationPanel-uLIJs5z_.mjs → LiveCollaborationPanel-CVgl4IyR.mjs} +3 -3
  8. package/dist/_chunks/{Settings-CdGL1OCi.mjs → Settings-ButYcfrm.mjs} +82 -82
  9. package/dist/_chunks/Settings-BzGqgrxD.js +440 -0
  10. package/dist/_chunks/{getTranslation--JcqVOd5.js → getTranslation-BADoesEn.js} +19120 -12315
  11. package/dist/_chunks/{getTranslation-bLklCCaI.mjs → getTranslation-D3h3Z3gU.mjs} +18708 -11903
  12. package/dist/_chunks/index-BXBnwuRw.js +2158 -0
  13. package/dist/_chunks/index-BvEdg518.mjs +2159 -0
  14. package/dist/_chunks/{index-CRALSDLD.js → index-DDFAuQNT.js} +181 -181
  15. package/dist/_chunks/{index-CdFFlQdx.mjs → index-DEi6nwfM.mjs} +33 -33
  16. package/dist/_chunks/{tools-uudZx91W.mjs → tools-BXzd0lx5.mjs} +3 -3
  17. package/dist/_chunks/{tools-BSMn5LLQ.js → tools-Q0uwDS9E.js} +10 -10
  18. package/dist/admin/index.js +1 -1
  19. package/dist/admin/index.mjs +2 -2
  20. package/dist/server/index.js +142 -135
  21. package/dist/server/index.mjs +142 -135
  22. package/package.json +7 -7
  23. package/dist/_chunks/Settings-CwSNO4_t.js +0 -440
  24. package/dist/_chunks/index-CAPc_Y1F.mjs +0 -2551
  25. package/dist/_chunks/index-CPs6WJDY.js +0 -2550
@@ -0,0 +1,2158 @@
1
+ "use strict";
2
+ const m$1 = require("react");
3
+ const jsxRuntime = require("react/jsx-runtime");
4
+ const styled = require("styled-components");
5
+ const __variableDynamicImportRuntimeHelper = (glob, path, segs) => {
6
+ const v = glob[path];
7
+ if (v) {
8
+ return typeof v === "function" ? v() : Promise.resolve(v);
9
+ }
10
+ return new Promise((_2, reject) => {
11
+ (typeof queueMicrotask === "function" ? queueMicrotask : setTimeout)(
12
+ reject.bind(
13
+ null,
14
+ new Error(
15
+ "Unknown variable dynamic import: " + path + (path.split("/").length !== segs ? ". Note that variables only represent file names one level deep." : "")
16
+ )
17
+ )
18
+ );
19
+ });
20
+ };
21
+ const PLUGIN_ID = "magic-editor-x";
22
+ const Initializer = ({ setPlugin }) => {
23
+ const ref = m$1.useRef(setPlugin);
24
+ m$1.useEffect(() => {
25
+ ref.current(PLUGIN_ID);
26
+ }, []);
27
+ return null;
28
+ };
29
+ const g = ({
30
+ fill: n = "currentColor",
31
+ stroke: t,
32
+ ...c
33
+ }, h) => {
34
+ const {
35
+ colors: a
36
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
37
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
38
+ };
39
+ m$1.forwardRef(g);
40
+ const l = ({
41
+ fill: n = "currentColor",
42
+ stroke: t,
43
+ ...c
44
+ }, h) => {
45
+ const {
46
+ colors: a
47
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
48
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
49
+ };
50
+ m$1.forwardRef(l);
51
+ const d = ({
52
+ fill: n = "currentColor",
53
+ stroke: t,
54
+ ...c
55
+ }, h) => {
56
+ const {
57
+ colors: a
58
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
59
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
60
+ };
61
+ m$1.forwardRef(d);
62
+ const r = ({
63
+ fill: n = "currentColor",
64
+ stroke: t,
65
+ ...c
66
+ }, h) => {
67
+ const {
68
+ colors: a
69
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
70
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
71
+ };
72
+ m$1.forwardRef(r);
73
+ const u = ({
74
+ fill: n = "currentColor",
75
+ stroke: t,
76
+ ...c
77
+ }, h) => {
78
+ const {
79
+ colors: a
80
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
81
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
82
+ };
83
+ m$1.forwardRef(u);
84
+ const m = ({
85
+ fill: n = "currentColor",
86
+ stroke: t,
87
+ ...c
88
+ }, h) => {
89
+ const {
90
+ colors: a
91
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
92
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
93
+ };
94
+ m$1.forwardRef(m);
95
+ const x = ({
96
+ fill: n = "currentColor",
97
+ stroke: t,
98
+ ...c
99
+ }, h) => {
100
+ const {
101
+ colors: a
102
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
103
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
104
+ };
105
+ m$1.forwardRef(x);
106
+ const M = ({
107
+ fill: n = "currentColor",
108
+ stroke: t,
109
+ ...c
110
+ }, h) => {
111
+ const {
112
+ colors: a
113
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
114
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
115
+ };
116
+ m$1.forwardRef(M);
117
+ const C = ({
118
+ fill: n = "currentColor",
119
+ stroke: t,
120
+ ...c
121
+ }, h) => {
122
+ const {
123
+ colors: a
124
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
125
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
126
+ };
127
+ m$1.forwardRef(C);
128
+ const H = ({
129
+ fill: n = "currentColor",
130
+ stroke: t,
131
+ ...c
132
+ }, h) => {
133
+ const {
134
+ colors: a
135
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
136
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
137
+ };
138
+ m$1.forwardRef(H);
139
+ const A = ({
140
+ fill: n = "currentColor",
141
+ stroke: t,
142
+ ...c
143
+ }, h) => {
144
+ const {
145
+ colors: a
146
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
147
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
148
+ };
149
+ m$1.forwardRef(A);
150
+ const S = ({
151
+ fill: n = "currentColor",
152
+ stroke: t,
153
+ ...c
154
+ }, h) => {
155
+ const {
156
+ colors: a
157
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
158
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
159
+ };
160
+ m$1.forwardRef(S);
161
+ const F = ({
162
+ fill: n = "currentColor",
163
+ stroke: t,
164
+ ...c
165
+ }, h) => {
166
+ const {
167
+ colors: a
168
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
169
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
170
+ };
171
+ m$1.forwardRef(F);
172
+ const R = ({
173
+ fill: n = "currentColor",
174
+ stroke: t,
175
+ ...c
176
+ }, h) => {
177
+ const {
178
+ colors: a
179
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
180
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
181
+ };
182
+ m$1.forwardRef(R);
183
+ const B = ({
184
+ fill: n = "currentColor",
185
+ stroke: t,
186
+ ...c
187
+ }, h) => {
188
+ const {
189
+ colors: a
190
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
191
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
192
+ };
193
+ m$1.forwardRef(B);
194
+ const V = ({
195
+ fill: n = "currentColor",
196
+ stroke: t,
197
+ ...c
198
+ }, h) => {
199
+ const {
200
+ colors: a
201
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
202
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
203
+ };
204
+ m$1.forwardRef(V);
205
+ const $ = ({
206
+ fill: n = "currentColor",
207
+ stroke: t,
208
+ ...c
209
+ }, h) => {
210
+ const {
211
+ colors: a
212
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
213
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
214
+ }, K2 = m$1.forwardRef($), L = ({
215
+ fill: n = "currentColor",
216
+ stroke: t,
217
+ ...c
218
+ }, h) => {
219
+ const {
220
+ colors: a
221
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
222
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
223
+ };
224
+ m$1.forwardRef(L);
225
+ const z = ({
226
+ fill: n = "currentColor",
227
+ stroke: t,
228
+ ...c
229
+ }, h) => {
230
+ const {
231
+ colors: a
232
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
233
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
234
+ }, J2 = m$1.forwardRef(z), q = ({
235
+ fill: n = "currentColor",
236
+ stroke: t,
237
+ ...c
238
+ }, h) => {
239
+ const {
240
+ colors: a
241
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
242
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
243
+ };
244
+ m$1.forwardRef(q);
245
+ const y = ({
246
+ fill: n = "currentColor",
247
+ stroke: t,
248
+ ...c
249
+ }, h) => {
250
+ const {
251
+ colors: a
252
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
253
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
254
+ };
255
+ m$1.forwardRef(y);
256
+ const T = ({
257
+ fill: n = "currentColor",
258
+ stroke: t,
259
+ ...c
260
+ }, h) => {
261
+ const {
262
+ colors: a
263
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
264
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
265
+ };
266
+ m$1.forwardRef(T);
267
+ const f = ({
268
+ fill: n = "currentColor",
269
+ stroke: t,
270
+ ...c
271
+ }, h) => {
272
+ const {
273
+ colors: a
274
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
275
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
276
+ };
277
+ m$1.forwardRef(f);
278
+ const U = ({
279
+ fill: n = "currentColor",
280
+ stroke: t,
281
+ ...c
282
+ }, h) => {
283
+ const {
284
+ colors: a
285
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
286
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
287
+ };
288
+ m$1.forwardRef(U);
289
+ const b = ({
290
+ fill: n = "currentColor",
291
+ stroke: t,
292
+ ...c
293
+ }, h) => {
294
+ const {
295
+ colors: a
296
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
297
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
298
+ };
299
+ m$1.forwardRef(b);
300
+ const D = ({
301
+ fill: n = "currentColor",
302
+ stroke: t,
303
+ ...c
304
+ }, h) => {
305
+ const {
306
+ colors: a
307
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
308
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
309
+ }, t5 = m$1.forwardRef(D), E = ({
310
+ fill: n = "currentColor",
311
+ stroke: t,
312
+ ...c
313
+ }, h) => {
314
+ const {
315
+ colors: a
316
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
317
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
318
+ }, a5 = m$1.forwardRef(E), O = ({
319
+ fill: n = "currentColor",
320
+ stroke: t,
321
+ ...c
322
+ }, h) => {
323
+ const {
324
+ colors: a
325
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
326
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
327
+ };
328
+ m$1.forwardRef(O);
329
+ const I = ({
330
+ fill: n = "currentColor",
331
+ stroke: t,
332
+ ...c
333
+ }, h) => {
334
+ const {
335
+ colors: a
336
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
337
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
338
+ };
339
+ m$1.forwardRef(I);
340
+ const G = ({
341
+ fill: n = "currentColor",
342
+ stroke: t,
343
+ ...c
344
+ }, h) => {
345
+ const {
346
+ colors: a
347
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
348
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
349
+ }, h5 = m$1.forwardRef(G), W = ({
350
+ fill: n = "currentColor",
351
+ stroke: t,
352
+ ...c
353
+ }, h) => {
354
+ const {
355
+ colors: a
356
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
357
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
358
+ }, w5 = m$1.forwardRef(W), Z = ({
359
+ fill: n = "currentColor",
360
+ stroke: t,
361
+ ...c
362
+ }, h) => {
363
+ const {
364
+ colors: a
365
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
366
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
367
+ };
368
+ m$1.forwardRef(Z);
369
+ const Q = ({
370
+ fill: n = "currentColor",
371
+ stroke: t,
372
+ ...c
373
+ }, h) => {
374
+ const {
375
+ colors: a
376
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
377
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
378
+ }, o5 = m$1.forwardRef(Q), N = ({
379
+ fill: n = "currentColor",
380
+ stroke: t,
381
+ ...c
382
+ }, h) => {
383
+ const {
384
+ colors: a
385
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
386
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
387
+ };
388
+ m$1.forwardRef(N);
389
+ const j = ({
390
+ fill: n = "currentColor",
391
+ stroke: t,
392
+ ...c
393
+ }, h) => {
394
+ const {
395
+ colors: a
396
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
397
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
398
+ };
399
+ m$1.forwardRef(j);
400
+ const K = ({
401
+ fill: n = "currentColor",
402
+ stroke: t,
403
+ ...c
404
+ }, h) => {
405
+ const {
406
+ colors: a
407
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
408
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
409
+ };
410
+ m$1.forwardRef(K);
411
+ const X = ({
412
+ fill: n = "currentColor",
413
+ stroke: t,
414
+ ...c
415
+ }, h) => {
416
+ const {
417
+ colors: a
418
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
419
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
420
+ };
421
+ m$1.forwardRef(X);
422
+ const J = ({
423
+ fill: n = "currentColor",
424
+ stroke: t,
425
+ ...c
426
+ }, h) => {
427
+ const {
428
+ colors: a
429
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
430
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
431
+ };
432
+ m$1.forwardRef(J);
433
+ const Y = ({
434
+ fill: n = "currentColor",
435
+ stroke: t,
436
+ ...c
437
+ }, h) => {
438
+ const {
439
+ colors: a
440
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
441
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
442
+ };
443
+ m$1.forwardRef(Y);
444
+ const _ = ({
445
+ fill: n = "currentColor",
446
+ stroke: t,
447
+ ...c
448
+ }, h) => {
449
+ const {
450
+ colors: a
451
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
452
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
453
+ };
454
+ m$1.forwardRef(_);
455
+ const k = ({
456
+ fill: n = "currentColor",
457
+ stroke: t,
458
+ ...c
459
+ }, h) => {
460
+ const {
461
+ colors: a
462
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
463
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
464
+ };
465
+ m$1.forwardRef(k);
466
+ const p = ({
467
+ fill: n = "currentColor",
468
+ stroke: t,
469
+ ...c
470
+ }, h) => {
471
+ const {
472
+ colors: a
473
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
474
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
475
+ };
476
+ m$1.forwardRef(p);
477
+ const P = ({
478
+ fill: n = "currentColor",
479
+ stroke: t,
480
+ ...c
481
+ }, h) => {
482
+ const {
483
+ colors: a
484
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
485
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
486
+ };
487
+ m$1.forwardRef(P);
488
+ const n1 = ({
489
+ fill: n = "currentColor",
490
+ stroke: t,
491
+ ...c
492
+ }, h) => {
493
+ const {
494
+ colors: a
495
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
496
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
497
+ }, C5 = m$1.forwardRef(n1), t1 = ({
498
+ fill: n = "currentColor",
499
+ stroke: t,
500
+ ...c
501
+ }, h) => {
502
+ const {
503
+ colors: a
504
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
505
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
506
+ };
507
+ m$1.forwardRef(t1);
508
+ const a1 = ({
509
+ fill: n = "currentColor",
510
+ stroke: t,
511
+ ...c
512
+ }, h) => {
513
+ const {
514
+ colors: a
515
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
516
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
517
+ };
518
+ m$1.forwardRef(a1);
519
+ const s1 = ({
520
+ fill: n = "currentColor",
521
+ stroke: t,
522
+ ...c
523
+ }, h) => {
524
+ const {
525
+ colors: a
526
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
527
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
528
+ };
529
+ m$1.forwardRef(s1);
530
+ const c1 = ({
531
+ fill: n = "currentColor",
532
+ stroke: t,
533
+ ...c
534
+ }, h) => {
535
+ const {
536
+ colors: a
537
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
538
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
539
+ };
540
+ m$1.forwardRef(c1);
541
+ const h1 = ({
542
+ fill: n = "currentColor",
543
+ stroke: t,
544
+ ...c
545
+ }, h) => {
546
+ const {
547
+ colors: a
548
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
549
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
550
+ };
551
+ m$1.forwardRef(h1);
552
+ const w1 = ({
553
+ fill: n = "currentColor",
554
+ stroke: t,
555
+ ...c
556
+ }, h) => {
557
+ const {
558
+ colors: a
559
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
560
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
561
+ };
562
+ m$1.forwardRef(w1);
563
+ const e1 = ({
564
+ fill: n = "currentColor",
565
+ stroke: t,
566
+ ...c
567
+ }, h) => {
568
+ const {
569
+ colors: a
570
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
571
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
572
+ };
573
+ m$1.forwardRef(e1);
574
+ const o1 = ({
575
+ fill: n = "currentColor",
576
+ stroke: t,
577
+ ...c
578
+ }, h) => {
579
+ const {
580
+ colors: a
581
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
582
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
583
+ };
584
+ m$1.forwardRef(o1);
585
+ const i1 = ({
586
+ fill: n = "currentColor",
587
+ stroke: t,
588
+ ...c
589
+ }, h) => {
590
+ const {
591
+ colors: a
592
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
593
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
594
+ };
595
+ m$1.forwardRef(i1);
596
+ const v1 = ({
597
+ fill: n = "currentColor",
598
+ stroke: t,
599
+ ...c
600
+ }, h) => {
601
+ const {
602
+ colors: a
603
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
604
+ return /* @__PURE__ */ jsxRuntime.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: [
605
+ /* @__PURE__ */ jsxRuntime.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" }),
606
+ /* @__PURE__ */ jsxRuntime.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" })
607
+ ] });
608
+ };
609
+ m$1.forwardRef(v1);
610
+ const g1 = ({
611
+ fill: n = "currentColor",
612
+ stroke: t,
613
+ ...c
614
+ }, h) => {
615
+ const {
616
+ colors: a
617
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
618
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
619
+ };
620
+ m$1.forwardRef(g1);
621
+ const l1 = ({
622
+ fill: n = "currentColor",
623
+ stroke: t,
624
+ ...c
625
+ }, h) => {
626
+ const {
627
+ colors: a
628
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
629
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
630
+ };
631
+ m$1.forwardRef(l1);
632
+ const d1 = ({
633
+ fill: n = "currentColor",
634
+ stroke: t,
635
+ ...c
636
+ }, h) => {
637
+ const {
638
+ colors: a
639
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
640
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
641
+ };
642
+ m$1.forwardRef(d1);
643
+ const r1 = ({
644
+ fill: n = "currentColor",
645
+ stroke: t,
646
+ ...c
647
+ }, h) => {
648
+ const {
649
+ colors: a
650
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
651
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
652
+ }, f5 = m$1.forwardRef(r1), u1 = ({
653
+ fill: n = "currentColor",
654
+ stroke: t,
655
+ ...c
656
+ }, h) => {
657
+ const {
658
+ colors: a
659
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
660
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
661
+ };
662
+ m$1.forwardRef(u1);
663
+ const m1 = ({
664
+ fill: n = "currentColor",
665
+ stroke: t,
666
+ ...c
667
+ }, h) => {
668
+ const {
669
+ colors: a
670
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
671
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
672
+ };
673
+ m$1.forwardRef(m1);
674
+ const x1 = ({
675
+ fill: n = "currentColor",
676
+ stroke: t,
677
+ ...c
678
+ }, h) => {
679
+ const {
680
+ colors: a
681
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
682
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
683
+ };
684
+ m$1.forwardRef(x1);
685
+ const M1 = ({
686
+ fill: n = "currentColor",
687
+ stroke: t,
688
+ ...c
689
+ }, h) => {
690
+ const {
691
+ colors: a
692
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
693
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
694
+ }, E5 = m$1.forwardRef(M1), C1 = ({
695
+ fill: n = "currentColor",
696
+ stroke: t,
697
+ ...c
698
+ }, h) => {
699
+ const {
700
+ colors: a
701
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
702
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
703
+ };
704
+ m$1.forwardRef(C1);
705
+ const H1 = ({
706
+ fill: n = "currentColor",
707
+ stroke: t,
708
+ ...c
709
+ }, h) => {
710
+ const {
711
+ colors: a
712
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
713
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
714
+ };
715
+ m$1.forwardRef(H1);
716
+ const A1 = ({
717
+ fill: n = "currentColor",
718
+ stroke: t,
719
+ ...c
720
+ }, h) => {
721
+ const {
722
+ colors: a
723
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
724
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
725
+ };
726
+ m$1.forwardRef(A1);
727
+ const S1 = ({
728
+ fill: n = "currentColor",
729
+ stroke: t,
730
+ ...c
731
+ }, h) => {
732
+ const {
733
+ colors: a
734
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
735
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
736
+ };
737
+ m$1.forwardRef(S1);
738
+ const F1 = ({
739
+ fill: n = "currentColor",
740
+ stroke: t,
741
+ ...c
742
+ }, h) => {
743
+ const {
744
+ colors: a
745
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
746
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
747
+ };
748
+ m$1.forwardRef(F1);
749
+ const R1 = ({
750
+ fill: n = "currentColor",
751
+ stroke: t,
752
+ ...c
753
+ }, h) => {
754
+ const {
755
+ colors: a
756
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
757
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
758
+ };
759
+ m$1.forwardRef(R1);
760
+ const B1 = ({
761
+ fill: n = "currentColor",
762
+ stroke: t,
763
+ ...c
764
+ }, h) => {
765
+ const {
766
+ colors: a
767
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
768
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
769
+ };
770
+ m$1.forwardRef(B1);
771
+ const V1 = ({
772
+ fill: n = "currentColor",
773
+ stroke: t,
774
+ ...c
775
+ }, h) => {
776
+ const {
777
+ colors: a
778
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
779
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
780
+ };
781
+ m$1.forwardRef(V1);
782
+ const $1 = ({
783
+ fill: n = "currentColor",
784
+ stroke: t,
785
+ ...c
786
+ }, h) => {
787
+ const {
788
+ colors: a
789
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
790
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
791
+ };
792
+ m$1.forwardRef($1);
793
+ const L1 = ({
794
+ fill: n = "currentColor",
795
+ stroke: t,
796
+ ...c
797
+ }, h) => {
798
+ const {
799
+ colors: a
800
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
801
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
802
+ };
803
+ m$1.forwardRef(L1);
804
+ const z1 = ({
805
+ fill: n = "currentColor",
806
+ stroke: t,
807
+ ...c
808
+ }, h) => {
809
+ const {
810
+ colors: a
811
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
812
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
813
+ };
814
+ m$1.forwardRef(z1);
815
+ const q1 = ({
816
+ fill: n = "currentColor",
817
+ stroke: t,
818
+ ...c
819
+ }, h) => {
820
+ const {
821
+ colors: a
822
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
823
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
824
+ };
825
+ m$1.forwardRef(q1);
826
+ const y1 = ({
827
+ fill: n = "currentColor",
828
+ stroke: t,
829
+ ...c
830
+ }, h) => {
831
+ const {
832
+ colors: a
833
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
834
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
835
+ };
836
+ m$1.forwardRef(y1);
837
+ const T1 = ({
838
+ fill: n = "currentColor",
839
+ stroke: t,
840
+ ...c
841
+ }, h) => {
842
+ const {
843
+ colors: a
844
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
845
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
846
+ };
847
+ m$1.forwardRef(T1);
848
+ const f1 = ({
849
+ fill: n = "currentColor",
850
+ stroke: t,
851
+ ...c
852
+ }, h) => {
853
+ const {
854
+ colors: a
855
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
856
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
857
+ };
858
+ m$1.forwardRef(f1);
859
+ const U1 = ({
860
+ fill: n = "currentColor",
861
+ stroke: t,
862
+ ...c
863
+ }, h) => {
864
+ const {
865
+ colors: a
866
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
867
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
868
+ };
869
+ m$1.forwardRef(U1);
870
+ const b1 = ({
871
+ fill: n = "currentColor",
872
+ stroke: t,
873
+ ...c
874
+ }, h) => {
875
+ const {
876
+ colors: a
877
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
878
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
879
+ };
880
+ m$1.forwardRef(b1);
881
+ const D1 = ({
882
+ fill: n = "currentColor",
883
+ stroke: t,
884
+ ...c
885
+ }, h) => {
886
+ const {
887
+ colors: a
888
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
889
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
890
+ };
891
+ m$1.forwardRef(D1);
892
+ const E1 = ({
893
+ fill: n = "currentColor",
894
+ stroke: t,
895
+ ...c
896
+ }, h) => {
897
+ const {
898
+ colors: a
899
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
900
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
901
+ };
902
+ m$1.forwardRef(E1);
903
+ const O1 = ({
904
+ fill: n = "currentColor",
905
+ stroke: t,
906
+ ...c
907
+ }, h) => {
908
+ const {
909
+ colors: a
910
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
911
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
912
+ };
913
+ m$1.forwardRef(O1);
914
+ const I1 = ({
915
+ fill: n = "currentColor",
916
+ stroke: t,
917
+ ...c
918
+ }, h) => {
919
+ const {
920
+ colors: a
921
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
922
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
923
+ };
924
+ m$1.forwardRef(I1);
925
+ const G1 = ({
926
+ fill: n = "currentColor",
927
+ stroke: t,
928
+ ...c
929
+ }, h) => {
930
+ const {
931
+ colors: a
932
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
933
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
934
+ };
935
+ m$1.forwardRef(G1);
936
+ const W1 = ({
937
+ fill: n = "currentColor",
938
+ stroke: t,
939
+ ...c
940
+ }, h) => {
941
+ const {
942
+ colors: a
943
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
944
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
945
+ };
946
+ m$1.forwardRef(W1);
947
+ const Z1 = ({
948
+ fill: n = "currentColor",
949
+ stroke: t,
950
+ ...c
951
+ }, h) => {
952
+ const {
953
+ colors: a
954
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
955
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
956
+ };
957
+ m$1.forwardRef(Z1);
958
+ const Q1 = ({
959
+ fill: n = "currentColor",
960
+ stroke: t,
961
+ ...c
962
+ }, h) => {
963
+ const {
964
+ colors: a
965
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
966
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
967
+ };
968
+ m$1.forwardRef(Q1);
969
+ const N1 = ({
970
+ fill: n = "currentColor",
971
+ stroke: t,
972
+ ...c
973
+ }, h) => {
974
+ const {
975
+ colors: a
976
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
977
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
978
+ };
979
+ m$1.forwardRef(N1);
980
+ const j1 = ({
981
+ fill: n = "currentColor",
982
+ stroke: t,
983
+ ...c
984
+ }, h) => {
985
+ const {
986
+ colors: a
987
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
988
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
989
+ };
990
+ m$1.forwardRef(j1);
991
+ const K1 = ({
992
+ fill: n = "currentColor",
993
+ stroke: t,
994
+ ...c
995
+ }, h) => {
996
+ const {
997
+ colors: a
998
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
999
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1000
+ };
1001
+ m$1.forwardRef(K1);
1002
+ const X1 = ({
1003
+ fill: n = "currentColor",
1004
+ stroke: t,
1005
+ ...c
1006
+ }, h) => {
1007
+ const {
1008
+ colors: a
1009
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1010
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1011
+ };
1012
+ m$1.forwardRef(X1);
1013
+ const J1 = ({
1014
+ fill: n = "currentColor",
1015
+ stroke: t,
1016
+ ...c
1017
+ }, h) => {
1018
+ const {
1019
+ colors: a
1020
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1021
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1022
+ };
1023
+ m$1.forwardRef(J1);
1024
+ const Y1 = ({
1025
+ fill: n = "currentColor",
1026
+ stroke: t,
1027
+ ...c
1028
+ }, h) => {
1029
+ const {
1030
+ colors: a
1031
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1032
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1033
+ }, r3 = m$1.forwardRef(Y1), _1 = ({
1034
+ fill: n = "currentColor",
1035
+ stroke: t,
1036
+ ...c
1037
+ }, h) => {
1038
+ const {
1039
+ colors: a
1040
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1041
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1042
+ };
1043
+ m$1.forwardRef(_1);
1044
+ const k1 = ({
1045
+ fill: n = "currentColor",
1046
+ stroke: t,
1047
+ ...c
1048
+ }, h) => {
1049
+ const {
1050
+ colors: a
1051
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1052
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1053
+ };
1054
+ m$1.forwardRef(k1);
1055
+ const p1 = ({
1056
+ fill: n = "currentColor",
1057
+ stroke: t,
1058
+ ...c
1059
+ }, h) => {
1060
+ const {
1061
+ colors: a
1062
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1063
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1064
+ };
1065
+ m$1.forwardRef(p1);
1066
+ const P1 = ({
1067
+ fill: n = "currentColor",
1068
+ stroke: t,
1069
+ ...c
1070
+ }, h) => {
1071
+ const {
1072
+ colors: a
1073
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1074
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1075
+ };
1076
+ m$1.forwardRef(P1);
1077
+ const n0 = ({
1078
+ fill: n = "currentColor",
1079
+ stroke: t,
1080
+ ...c
1081
+ }, h) => {
1082
+ const {
1083
+ colors: a
1084
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1085
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1086
+ }, C3 = m$1.forwardRef(n0), t0 = ({
1087
+ fill: n = "currentColor",
1088
+ stroke: t,
1089
+ ...c
1090
+ }, h) => {
1091
+ const {
1092
+ colors: a
1093
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1094
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1095
+ };
1096
+ m$1.forwardRef(t0);
1097
+ const a0 = ({
1098
+ fill: n = "currentColor",
1099
+ stroke: t,
1100
+ ...c
1101
+ }, h) => {
1102
+ const {
1103
+ colors: a
1104
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1105
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1106
+ };
1107
+ m$1.forwardRef(a0);
1108
+ const s0 = ({
1109
+ fill: n = "currentColor",
1110
+ stroke: t,
1111
+ ...c
1112
+ }, h) => {
1113
+ const {
1114
+ colors: a
1115
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1116
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1117
+ };
1118
+ m$1.forwardRef(s0);
1119
+ const c0 = ({
1120
+ fill: n = "currentColor",
1121
+ stroke: t,
1122
+ ...c
1123
+ }, h) => {
1124
+ const {
1125
+ colors: a
1126
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1127
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1128
+ };
1129
+ m$1.forwardRef(c0);
1130
+ const h0 = ({
1131
+ fill: n = "currentColor",
1132
+ stroke: t,
1133
+ ...c
1134
+ }, h) => {
1135
+ const {
1136
+ colors: a
1137
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1138
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1139
+ }, R3 = m$1.forwardRef(h0), w0 = ({
1140
+ fill: n = "currentColor",
1141
+ stroke: t,
1142
+ ...c
1143
+ }, h) => {
1144
+ const {
1145
+ colors: a
1146
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1147
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1148
+ };
1149
+ m$1.forwardRef(w0);
1150
+ const e0 = ({
1151
+ fill: n = "currentColor",
1152
+ stroke: t,
1153
+ ...c
1154
+ }, h) => {
1155
+ const {
1156
+ colors: a
1157
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1158
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1159
+ };
1160
+ m$1.forwardRef(e0);
1161
+ const o0 = ({
1162
+ fill: n = "currentColor",
1163
+ stroke: t,
1164
+ ...c
1165
+ }, h) => {
1166
+ const {
1167
+ colors: a
1168
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1169
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1170
+ };
1171
+ m$1.forwardRef(o0);
1172
+ const i0 = ({
1173
+ fill: n = "currentColor",
1174
+ stroke: t,
1175
+ ...c
1176
+ }, h) => {
1177
+ const {
1178
+ colors: a
1179
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1180
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1181
+ };
1182
+ m$1.forwardRef(i0);
1183
+ const v0 = ({
1184
+ fill: n = "currentColor",
1185
+ stroke: t,
1186
+ ...c
1187
+ }, h) => {
1188
+ const {
1189
+ colors: a
1190
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1191
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1192
+ };
1193
+ m$1.forwardRef(v0);
1194
+ const g0 = ({
1195
+ fill: n = "currentColor",
1196
+ stroke: t,
1197
+ ...c
1198
+ }, h) => {
1199
+ const {
1200
+ colors: a
1201
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1202
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1203
+ };
1204
+ m$1.forwardRef(g0);
1205
+ const l0 = ({
1206
+ fill: n = "currentColor",
1207
+ stroke: t,
1208
+ ...c
1209
+ }, h) => {
1210
+ const {
1211
+ colors: a
1212
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1213
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1214
+ };
1215
+ m$1.forwardRef(l0);
1216
+ const d0 = ({
1217
+ fill: n = "currentColor",
1218
+ stroke: t,
1219
+ ...c
1220
+ }, h) => {
1221
+ const {
1222
+ colors: a
1223
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1224
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1225
+ };
1226
+ m$1.forwardRef(d0);
1227
+ const r0 = ({
1228
+ fill: n = "currentColor",
1229
+ stroke: t,
1230
+ ...c
1231
+ }, h) => {
1232
+ const {
1233
+ colors: a
1234
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1235
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1236
+ }, f3 = m$1.forwardRef(r0), u0 = ({
1237
+ fill: n = "currentColor",
1238
+ stroke: t,
1239
+ ...c
1240
+ }, h) => {
1241
+ const {
1242
+ colors: a
1243
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1244
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1245
+ };
1246
+ m$1.forwardRef(u0);
1247
+ const m0 = ({
1248
+ fill: n = "currentColor",
1249
+ stroke: t,
1250
+ ...c
1251
+ }, h) => {
1252
+ const {
1253
+ colors: a
1254
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1255
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1256
+ };
1257
+ m$1.forwardRef(m0);
1258
+ const x0 = ({
1259
+ fill: n = "currentColor",
1260
+ stroke: t,
1261
+ ...c
1262
+ }, h) => {
1263
+ const {
1264
+ colors: a
1265
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1266
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1267
+ };
1268
+ m$1.forwardRef(x0);
1269
+ const M0 = ({
1270
+ fill: n = "currentColor",
1271
+ stroke: t,
1272
+ ...c
1273
+ }, h) => {
1274
+ const {
1275
+ colors: a
1276
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1277
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1278
+ };
1279
+ m$1.forwardRef(M0);
1280
+ const C0 = ({
1281
+ fill: n = "currentColor",
1282
+ stroke: t,
1283
+ ...c
1284
+ }, h) => {
1285
+ const {
1286
+ colors: a
1287
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1288
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1289
+ };
1290
+ m$1.forwardRef(C0);
1291
+ const H0 = ({
1292
+ fill: n = "currentColor",
1293
+ stroke: t,
1294
+ ...c
1295
+ }, h) => {
1296
+ const {
1297
+ colors: a
1298
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1299
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1300
+ };
1301
+ m$1.forwardRef(H0);
1302
+ const A0 = ({
1303
+ fill: n = "currentColor",
1304
+ stroke: t,
1305
+ ...c
1306
+ }, h) => {
1307
+ const {
1308
+ colors: a
1309
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1310
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1311
+ };
1312
+ m$1.forwardRef(A0);
1313
+ const S0 = ({
1314
+ fill: n = "currentColor",
1315
+ stroke: t,
1316
+ ...c
1317
+ }, h) => {
1318
+ const {
1319
+ colors: a
1320
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1321
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1322
+ };
1323
+ m$1.forwardRef(S0);
1324
+ const F0 = ({
1325
+ fill: n = "currentColor",
1326
+ stroke: t,
1327
+ ...c
1328
+ }, h) => {
1329
+ const {
1330
+ colors: a
1331
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1332
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1333
+ };
1334
+ m$1.forwardRef(F0);
1335
+ const R0 = ({
1336
+ fill: n = "currentColor",
1337
+ stroke: t,
1338
+ ...c
1339
+ }, h) => {
1340
+ const {
1341
+ colors: a
1342
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1343
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1344
+ };
1345
+ m$1.forwardRef(R0);
1346
+ const B0 = ({
1347
+ fill: n = "currentColor",
1348
+ stroke: t,
1349
+ ...c
1350
+ }, h) => {
1351
+ const {
1352
+ colors: a
1353
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1354
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1355
+ };
1356
+ m$1.forwardRef(B0);
1357
+ const V0 = ({
1358
+ fill: n = "currentColor",
1359
+ stroke: t,
1360
+ ...c
1361
+ }, h) => {
1362
+ const {
1363
+ colors: a
1364
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1365
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1366
+ };
1367
+ m$1.forwardRef(V0);
1368
+ const $0 = ({
1369
+ fill: n = "currentColor",
1370
+ stroke: t,
1371
+ ...c
1372
+ }, h) => {
1373
+ const {
1374
+ colors: a
1375
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1376
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1377
+ };
1378
+ m$1.forwardRef($0);
1379
+ const L0 = ({
1380
+ fill: n = "currentColor",
1381
+ stroke: t,
1382
+ ...c
1383
+ }, h) => {
1384
+ const {
1385
+ colors: a
1386
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1387
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1388
+ };
1389
+ m$1.forwardRef(L0);
1390
+ const z0 = ({
1391
+ fill: n = "currentColor",
1392
+ stroke: t,
1393
+ ...c
1394
+ }, h) => {
1395
+ const {
1396
+ colors: a
1397
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1398
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1399
+ };
1400
+ m$1.forwardRef(z0);
1401
+ const q0 = ({
1402
+ fill: n = "currentColor",
1403
+ stroke: t,
1404
+ ...c
1405
+ }, h) => {
1406
+ const {
1407
+ colors: a
1408
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1409
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1410
+ };
1411
+ m$1.forwardRef(q0);
1412
+ const y0 = ({
1413
+ fill: n = "currentColor",
1414
+ stroke: t,
1415
+ ...c
1416
+ }, h) => {
1417
+ const {
1418
+ colors: a
1419
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1420
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1421
+ };
1422
+ m$1.forwardRef(y0);
1423
+ const T0 = ({
1424
+ fill: n = "currentColor",
1425
+ stroke: t,
1426
+ ...c
1427
+ }, h) => {
1428
+ const {
1429
+ colors: a
1430
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1431
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1432
+ };
1433
+ m$1.forwardRef(T0);
1434
+ const f0 = ({
1435
+ fill: n = "currentColor",
1436
+ stroke: t,
1437
+ ...c
1438
+ }, h) => {
1439
+ const {
1440
+ colors: a
1441
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1442
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1443
+ };
1444
+ m$1.forwardRef(f0);
1445
+ const U0 = ({
1446
+ fill: n = "currentColor",
1447
+ stroke: t,
1448
+ ...c
1449
+ }, h) => {
1450
+ const {
1451
+ colors: a
1452
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1453
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1454
+ };
1455
+ m$1.forwardRef(U0);
1456
+ const b0 = ({
1457
+ fill: n = "currentColor",
1458
+ stroke: t,
1459
+ ...c
1460
+ }, h) => {
1461
+ const {
1462
+ colors: a
1463
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1464
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1465
+ };
1466
+ m$1.forwardRef(b0);
1467
+ const D0 = ({
1468
+ fill: n = "currentColor",
1469
+ stroke: t,
1470
+ ...c
1471
+ }, h) => {
1472
+ const {
1473
+ colors: a
1474
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1475
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1476
+ };
1477
+ m$1.forwardRef(D0);
1478
+ const E0 = ({
1479
+ fill: n = "currentColor",
1480
+ stroke: t,
1481
+ ...c
1482
+ }, h) => {
1483
+ const {
1484
+ colors: a
1485
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1486
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1487
+ };
1488
+ m$1.forwardRef(E0);
1489
+ const O0 = ({
1490
+ fill: n = "currentColor",
1491
+ stroke: t,
1492
+ ...c
1493
+ }, h) => {
1494
+ const {
1495
+ colors: a
1496
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1497
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1498
+ };
1499
+ m$1.forwardRef(O0);
1500
+ const I0 = ({
1501
+ fill: n = "currentColor",
1502
+ stroke: t,
1503
+ ...c
1504
+ }, h) => {
1505
+ const {
1506
+ colors: a
1507
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1508
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1509
+ };
1510
+ m$1.forwardRef(I0);
1511
+ const G0 = ({
1512
+ fill: n = "currentColor",
1513
+ stroke: t,
1514
+ ...c
1515
+ }, h) => {
1516
+ const {
1517
+ colors: a
1518
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1519
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1520
+ };
1521
+ m$1.forwardRef(G0);
1522
+ const W0 = ({
1523
+ fill: n = "currentColor",
1524
+ stroke: t,
1525
+ ...c
1526
+ }, h) => {
1527
+ const {
1528
+ colors: a
1529
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1530
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1531
+ };
1532
+ m$1.forwardRef(W0);
1533
+ const Z0 = ({
1534
+ fill: n = "currentColor",
1535
+ stroke: t,
1536
+ ...c
1537
+ }, h) => {
1538
+ const {
1539
+ colors: a
1540
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1541
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1542
+ };
1543
+ m$1.forwardRef(Z0);
1544
+ const Q0 = ({
1545
+ fill: n = "currentColor",
1546
+ stroke: t,
1547
+ ...c
1548
+ }, h) => {
1549
+ const {
1550
+ colors: a
1551
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1552
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1553
+ };
1554
+ m$1.forwardRef(Q0);
1555
+ const N0 = ({
1556
+ fill: n = "currentColor",
1557
+ stroke: t,
1558
+ ...c
1559
+ }, h) => {
1560
+ const {
1561
+ colors: a
1562
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1563
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1564
+ };
1565
+ m$1.forwardRef(N0);
1566
+ const j0 = ({
1567
+ fill: n = "currentColor",
1568
+ stroke: t,
1569
+ ...c
1570
+ }, h) => {
1571
+ const {
1572
+ colors: a
1573
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1574
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1575
+ };
1576
+ m$1.forwardRef(j0);
1577
+ const K0 = ({
1578
+ fill: n = "currentColor",
1579
+ stroke: t,
1580
+ ...c
1581
+ }, h) => {
1582
+ const {
1583
+ colors: a
1584
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1585
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1586
+ }, ln = m$1.forwardRef(K0), X0 = ({
1587
+ fill: n = "currentColor",
1588
+ stroke: t,
1589
+ ...c
1590
+ }, h) => {
1591
+ const {
1592
+ colors: a
1593
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1594
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1595
+ };
1596
+ m$1.forwardRef(X0);
1597
+ const J0 = ({
1598
+ fill: n = "currentColor",
1599
+ stroke: t,
1600
+ ...c
1601
+ }, h) => {
1602
+ const {
1603
+ colors: a
1604
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1605
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1606
+ };
1607
+ m$1.forwardRef(J0);
1608
+ const Y0 = ({
1609
+ fill: n = "currentColor",
1610
+ stroke: t,
1611
+ ...c
1612
+ }, h) => {
1613
+ const {
1614
+ colors: a
1615
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1616
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1617
+ }, un = m$1.forwardRef(Y0), _0 = ({
1618
+ fill: n = "currentColor",
1619
+ stroke: t,
1620
+ ...c
1621
+ }, h) => {
1622
+ const {
1623
+ colors: a
1624
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1625
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1626
+ };
1627
+ m$1.forwardRef(_0);
1628
+ const k0 = ({
1629
+ fill: n = "currentColor",
1630
+ stroke: t,
1631
+ ...c
1632
+ }, h) => {
1633
+ const {
1634
+ colors: a
1635
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1636
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1637
+ };
1638
+ m$1.forwardRef(k0);
1639
+ const p0 = ({
1640
+ fill: n = "currentColor",
1641
+ stroke: t,
1642
+ ...c
1643
+ }, h) => {
1644
+ const {
1645
+ colors: a
1646
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1647
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1648
+ };
1649
+ m$1.forwardRef(p0);
1650
+ const P0 = ({
1651
+ fill: n = "currentColor",
1652
+ stroke: t,
1653
+ ...c
1654
+ }, h) => {
1655
+ const {
1656
+ colors: a
1657
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1658
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1659
+ };
1660
+ m$1.forwardRef(P0);
1661
+ const n2 = ({
1662
+ fill: n = "currentColor",
1663
+ stroke: t,
1664
+ ...c
1665
+ }, h) => {
1666
+ const {
1667
+ colors: a
1668
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1669
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1670
+ };
1671
+ m$1.forwardRef(n2);
1672
+ const t2 = ({
1673
+ fill: n = "currentColor",
1674
+ stroke: t,
1675
+ ...c
1676
+ }, h) => {
1677
+ const {
1678
+ colors: a
1679
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1680
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1681
+ };
1682
+ m$1.forwardRef(t2);
1683
+ const a2 = ({
1684
+ fill: n = "currentColor",
1685
+ stroke: t,
1686
+ ...c
1687
+ }, h) => {
1688
+ const {
1689
+ colors: a
1690
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1691
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1692
+ }, Sn = m$1.forwardRef(a2), s2 = ({
1693
+ fill: n = "currentColor",
1694
+ stroke: t,
1695
+ ...c
1696
+ }, h) => {
1697
+ const {
1698
+ colors: a
1699
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1700
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1701
+ };
1702
+ m$1.forwardRef(s2);
1703
+ const c2 = ({
1704
+ fill: n = "currentColor",
1705
+ stroke: t,
1706
+ ...c
1707
+ }, h) => {
1708
+ const {
1709
+ colors: a
1710
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1711
+ return /* @__PURE__ */ jsxRuntime.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: [
1712
+ /* @__PURE__ */ jsxRuntime.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" }),
1713
+ /* @__PURE__ */ jsxRuntime.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" }),
1714
+ /* @__PURE__ */ jsxRuntime.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" })
1715
+ ] });
1716
+ };
1717
+ m$1.forwardRef(c2);
1718
+ const h2 = ({
1719
+ fill: n = "currentColor",
1720
+ stroke: t,
1721
+ ...c
1722
+ }, h) => {
1723
+ const {
1724
+ colors: a
1725
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1726
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1727
+ };
1728
+ m$1.forwardRef(h2);
1729
+ const w2 = ({
1730
+ fill: n = "currentColor",
1731
+ stroke: t,
1732
+ ...c
1733
+ }, h) => {
1734
+ const {
1735
+ colors: a
1736
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1737
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1738
+ };
1739
+ m$1.forwardRef(w2);
1740
+ const e2 = ({
1741
+ fill: n = "currentColor",
1742
+ stroke: t,
1743
+ ...c
1744
+ }, h) => {
1745
+ const {
1746
+ colors: a
1747
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1748
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1749
+ };
1750
+ m$1.forwardRef(e2);
1751
+ const o2 = ({
1752
+ fill: n = "currentColor",
1753
+ stroke: t,
1754
+ ...c
1755
+ }, h) => {
1756
+ const {
1757
+ colors: a
1758
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1759
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1760
+ };
1761
+ m$1.forwardRef(o2);
1762
+ const i2 = ({
1763
+ fill: n = "currentColor",
1764
+ stroke: t,
1765
+ ...c
1766
+ }, h) => {
1767
+ const {
1768
+ colors: a
1769
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1770
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1771
+ };
1772
+ m$1.forwardRef(i2);
1773
+ const v2 = ({
1774
+ fill: n = "currentColor",
1775
+ stroke: t,
1776
+ ...c
1777
+ }, h) => {
1778
+ const {
1779
+ colors: a
1780
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1781
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1782
+ };
1783
+ m$1.forwardRef(v2);
1784
+ const g2 = ({
1785
+ fill: n = "currentColor",
1786
+ stroke: t,
1787
+ ...c
1788
+ }, h) => {
1789
+ const {
1790
+ colors: a
1791
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1792
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1793
+ };
1794
+ m$1.forwardRef(g2);
1795
+ const l2 = ({
1796
+ fill: n = "currentColor",
1797
+ stroke: t,
1798
+ ...c
1799
+ }, h) => {
1800
+ const {
1801
+ colors: a
1802
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1803
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1804
+ };
1805
+ m$1.forwardRef(l2);
1806
+ const d2 = ({
1807
+ fill: n = "currentColor",
1808
+ stroke: t,
1809
+ ...c
1810
+ }, h) => {
1811
+ const {
1812
+ colors: a
1813
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1814
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1815
+ };
1816
+ m$1.forwardRef(d2);
1817
+ const r2 = ({
1818
+ fill: n = "currentColor",
1819
+ stroke: t,
1820
+ ...c
1821
+ }, h) => {
1822
+ const {
1823
+ colors: a
1824
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1825
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1826
+ };
1827
+ m$1.forwardRef(r2);
1828
+ const u2 = ({
1829
+ fill: n = "currentColor",
1830
+ stroke: t,
1831
+ ...c
1832
+ }, h) => {
1833
+ const {
1834
+ colors: a
1835
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1836
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1837
+ };
1838
+ m$1.forwardRef(u2);
1839
+ const m2 = ({
1840
+ fill: n = "currentColor",
1841
+ stroke: t,
1842
+ ...c
1843
+ }, h) => {
1844
+ const {
1845
+ colors: a
1846
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1847
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1848
+ };
1849
+ m$1.forwardRef(m2);
1850
+ const x2 = ({
1851
+ fill: n = "currentColor",
1852
+ stroke: t,
1853
+ ...c
1854
+ }, h) => {
1855
+ const {
1856
+ colors: a
1857
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1858
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1859
+ };
1860
+ m$1.forwardRef(x2);
1861
+ const M2 = ({
1862
+ fill: n = "currentColor",
1863
+ stroke: t,
1864
+ ...c
1865
+ }, h) => {
1866
+ const {
1867
+ colors: a
1868
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1869
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1870
+ };
1871
+ m$1.forwardRef(M2);
1872
+ const C2 = ({
1873
+ fill: n = "currentColor",
1874
+ stroke: t,
1875
+ ...c
1876
+ }, h) => {
1877
+ const {
1878
+ colors: a
1879
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1880
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1881
+ };
1882
+ m$1.forwardRef(C2);
1883
+ const H2 = ({
1884
+ fill: n = "currentColor",
1885
+ stroke: t,
1886
+ ...c
1887
+ }, h) => {
1888
+ const {
1889
+ colors: a
1890
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1891
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1892
+ };
1893
+ m$1.forwardRef(H2);
1894
+ const A2 = ({
1895
+ fill: n = "currentColor",
1896
+ stroke: t,
1897
+ ...c
1898
+ }, h) => {
1899
+ const {
1900
+ colors: a
1901
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1902
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1903
+ };
1904
+ m$1.forwardRef(A2);
1905
+ const S2 = ({
1906
+ fill: n = "currentColor",
1907
+ stroke: t,
1908
+ ...c
1909
+ }, h) => {
1910
+ const {
1911
+ colors: a
1912
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1913
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1914
+ };
1915
+ m$1.forwardRef(S2);
1916
+ const F2 = ({
1917
+ fill: n = "currentColor",
1918
+ stroke: t,
1919
+ ...c
1920
+ }, h) => {
1921
+ const {
1922
+ colors: a
1923
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1924
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1925
+ };
1926
+ m$1.forwardRef(F2);
1927
+ const R2 = ({
1928
+ fill: n = "currentColor",
1929
+ stroke: t,
1930
+ ...c
1931
+ }, h) => {
1932
+ const {
1933
+ colors: a
1934
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1935
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1936
+ }, Nn = m$1.forwardRef(R2), B2 = ({
1937
+ fill: n = "currentColor",
1938
+ stroke: t,
1939
+ ...c
1940
+ }, h) => {
1941
+ const {
1942
+ colors: a
1943
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1944
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1945
+ };
1946
+ m$1.forwardRef(B2);
1947
+ const V2 = ({
1948
+ fill: n = "currentColor",
1949
+ stroke: t,
1950
+ ...c
1951
+ }, h) => {
1952
+ const {
1953
+ colors: a
1954
+ } = styled.useTheme(), w = n && n in a ? a[n] : n, e = t && t in a ? a[t] : t;
1955
+ return /* @__PURE__ */ jsxRuntime.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__ */ jsxRuntime.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" }) });
1956
+ };
1957
+ m$1.forwardRef(V2);
1958
+ const PluginIcon = () => /* @__PURE__ */ jsxRuntime.jsx(E5, {});
1959
+ const prefixPluginTranslations = (data, pluginId) => {
1960
+ const prefixed = {};
1961
+ Object.keys(data).forEach((key) => {
1962
+ prefixed[`${pluginId}.${key}`] = data[key];
1963
+ });
1964
+ return prefixed;
1965
+ };
1966
+ const index = {
1967
+ /**
1968
+ * Register the plugin and custom field
1969
+ */
1970
+ register(app) {
1971
+ app.registerPlugin({
1972
+ id: PLUGIN_ID,
1973
+ initializer: Initializer,
1974
+ isReady: false,
1975
+ name: PLUGIN_ID
1976
+ });
1977
+ app.customFields.register({
1978
+ name: "richtext",
1979
+ pluginId: PLUGIN_ID,
1980
+ // Must match server-side plugin name
1981
+ type: "json",
1982
+ // Data type - stores Editor.js JSON content natively
1983
+ intlLabel: {
1984
+ id: `${PLUGIN_ID}.richtext.label`,
1985
+ defaultMessage: "Magic Editor X"
1986
+ },
1987
+ intlDescription: {
1988
+ id: `${PLUGIN_ID}.richtext.description`,
1989
+ defaultMessage: "Advanced block-based rich text editor powered by Editor.js"
1990
+ },
1991
+ // Icon must be a React component, not a promise
1992
+ icon: PluginIcon,
1993
+ // Input component for Content Manager
1994
+ components: {
1995
+ Input: async () => Promise.resolve().then(() => require("./index-DDFAuQNT.js")).then((module2) => ({
1996
+ default: module2.default
1997
+ }))
1998
+ },
1999
+ // Options for Content-Type Builder
2000
+ options: {
2001
+ base: [
2002
+ {
2003
+ sectionTitle: {
2004
+ id: `${PLUGIN_ID}.richtext.section.editor`,
2005
+ defaultMessage: "Editor Settings"
2006
+ },
2007
+ items: [
2008
+ {
2009
+ intlLabel: {
2010
+ id: `${PLUGIN_ID}.richtext.placeholder.label`,
2011
+ defaultMessage: "Placeholder"
2012
+ },
2013
+ name: "options.placeholder",
2014
+ type: "text",
2015
+ defaultValue: "Start writing your content...",
2016
+ description: {
2017
+ id: `${PLUGIN_ID}.richtext.placeholder.description`,
2018
+ defaultMessage: "Placeholder text shown when editor is empty"
2019
+ }
2020
+ }
2021
+ ]
2022
+ }
2023
+ ],
2024
+ advanced: [
2025
+ {
2026
+ sectionTitle: {
2027
+ id: `${PLUGIN_ID}.richtext.section.advanced`,
2028
+ defaultMessage: "Advanced Settings"
2029
+ },
2030
+ items: [
2031
+ {
2032
+ intlLabel: {
2033
+ id: `${PLUGIN_ID}.richtext.minHeight.label`,
2034
+ defaultMessage: "Minimum Height"
2035
+ },
2036
+ name: "options.minHeight",
2037
+ type: "number",
2038
+ defaultValue: 300,
2039
+ description: {
2040
+ id: `${PLUGIN_ID}.richtext.minHeight.description`,
2041
+ defaultMessage: "Minimum height of the editor in pixels"
2042
+ }
2043
+ }
2044
+ ]
2045
+ }
2046
+ ]
2047
+ }
2048
+ });
2049
+ app.addMenuLink({
2050
+ to: `plugins/${PLUGIN_ID}`,
2051
+ icon: PluginIcon,
2052
+ intlLabel: {
2053
+ id: `${PLUGIN_ID}.plugin.name`,
2054
+ defaultMessage: "Magic Editor X"
2055
+ },
2056
+ // Use lazy import without async wrapper to avoid deprecation warning
2057
+ Component: () => Promise.resolve().then(() => require("./App-DImBvISP.js")),
2058
+ permissions: []
2059
+ });
2060
+ app.createSettingSection(
2061
+ {
2062
+ intlLabel: { id: `${PLUGIN_ID}.settings.section`, defaultMessage: "Magic Editor X" },
2063
+ id: PLUGIN_ID,
2064
+ // path relative to /settings
2065
+ to: PLUGIN_ID
2066
+ },
2067
+ [
2068
+ {
2069
+ intlLabel: {
2070
+ id: `${PLUGIN_ID}.settings.customBlocks`,
2071
+ defaultMessage: "Custom Blocks"
2072
+ },
2073
+ id: "custom-blocks",
2074
+ // relative path (no leading slash)
2075
+ to: `${PLUGIN_ID}/custom-blocks`,
2076
+ Component: () => Promise.resolve().then(() => require("./CustomBlocksPage-Cj-0TTUs.js"))
2077
+ },
2078
+ {
2079
+ intlLabel: {
2080
+ id: `${PLUGIN_ID}.settings.upgrade`,
2081
+ defaultMessage: "Upgrade"
2082
+ },
2083
+ id: "upgrade",
2084
+ // relative path (no leading slash)
2085
+ to: `${PLUGIN_ID}/upgrade`,
2086
+ Component: () => Promise.resolve().then(() => require("./LicensePage-CmvILX9m.js"))
2087
+ },
2088
+ {
2089
+ intlLabel: {
2090
+ id: `${PLUGIN_ID}.settings.license`,
2091
+ defaultMessage: "License Details"
2092
+ },
2093
+ id: "license",
2094
+ // relative path (no leading slash)
2095
+ to: `${PLUGIN_ID}/license`,
2096
+ Component: () => Promise.resolve().then(() => require("./Settings-BzGqgrxD.js"))
2097
+ }
2098
+ ]
2099
+ );
2100
+ console.log("[Magic Editor X] Custom field registered in admin panel");
2101
+ },
2102
+ /**
2103
+ * Bootstrap the plugin
2104
+ */
2105
+ async bootstrap(app) {
2106
+ const { default: LiveCollaborationPanel } = await Promise.resolve().then(() => require("./LiveCollaborationPanel-BFybu8h0.js"));
2107
+ try {
2108
+ const contentManagerPlugin = app.getPlugin("content-manager");
2109
+ if (contentManagerPlugin && contentManagerPlugin.apis) {
2110
+ contentManagerPlugin.apis.addEditViewSidePanel([LiveCollaborationPanel]);
2111
+ console.log("[Magic Editor X] [SUCCESS] LiveCollaborationPanel injected into sidebar");
2112
+ }
2113
+ } catch (error) {
2114
+ console.error("[Magic Editor X] Error injecting panel:", error);
2115
+ }
2116
+ console.log("[Magic Editor X] Plugin bootstrapped");
2117
+ },
2118
+ /**
2119
+ * Register translations
2120
+ */
2121
+ async registerTrads({ locales }) {
2122
+ const importedTrads = await Promise.all(
2123
+ locales.map(async (locale) => {
2124
+ try {
2125
+ const { default: data } = await __variableDynamicImportRuntimeHelper(/* @__PURE__ */ Object.assign({ "./translations/de.json": () => Promise.resolve().then(() => require("./de-DVNVpAt9.js")), "./translations/en.json": () => Promise.resolve().then(() => require("./en-C2hv5GsA.js")), "./translations/es.json": () => Promise.resolve().then(() => require("./es-BzJqcIST.js")), "./translations/fr.json": () => Promise.resolve().then(() => require("./fr-D3GwqAAJ.js")), "./translations/pt.json": () => Promise.resolve().then(() => require("./pt-CFo0nTbj.js")) }), `./translations/${locale}.json`, 3);
2126
+ return { data: prefixPluginTranslations(data, PLUGIN_ID), locale };
2127
+ } catch {
2128
+ try {
2129
+ const { default: data } = await Promise.resolve().then(() => require("./en-C2hv5GsA.js"));
2130
+ return { data: prefixPluginTranslations(data, PLUGIN_ID), locale };
2131
+ } catch {
2132
+ return { data: {}, locale };
2133
+ }
2134
+ }
2135
+ })
2136
+ );
2137
+ return importedTrads;
2138
+ }
2139
+ };
2140
+ exports.C3 = C3;
2141
+ exports.C5 = C5;
2142
+ exports.J2 = J2;
2143
+ exports.K2 = K2;
2144
+ exports.Nn = Nn;
2145
+ exports.PLUGIN_ID = PLUGIN_ID;
2146
+ exports.R3 = R3;
2147
+ exports.Sn = Sn;
2148
+ exports.a5 = a5;
2149
+ exports.f3 = f3;
2150
+ exports.f5 = f5;
2151
+ exports.h5 = h5;
2152
+ exports.index = index;
2153
+ exports.ln = ln;
2154
+ exports.o5 = o5;
2155
+ exports.r3 = r3;
2156
+ exports.t5 = t5;
2157
+ exports.un = un;
2158
+ exports.w5 = w5;