@deepnoid/ui 0.1.18 → 0.1.20

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 (143) hide show
  1. package/.turbo/turbo-build.log +209 -180
  2. package/dist/assets/images/cogwheel.d.mts +2 -0
  3. package/dist/assets/images/cogwheel.d.ts +2 -0
  4. package/dist/assets/images/cogwheel.js +4 -0
  5. package/dist/assets/images/cogwheel.mjs +8 -0
  6. package/dist/assets/images/folder.d.mts +2 -0
  7. package/dist/assets/images/folder.d.ts +2 -0
  8. package/dist/assets/images/folder.js +4 -0
  9. package/dist/assets/images/folder.mjs +8 -0
  10. package/dist/chunk-3BKCODIL.mjs +49 -0
  11. package/dist/{chunk-A7OXEUCC.mjs → chunk-3IU2RPSM.mjs} +75 -9
  12. package/dist/{chunk-ETX4WR6J.mjs → chunk-63WXGSTV.mjs} +6 -4
  13. package/dist/{chunk-BFM3LPBK.mjs → chunk-6HX3PPL6.mjs} +1 -1
  14. package/dist/{chunk-RPDPB4JP.mjs → chunk-6KXBXGYR.mjs} +3 -3
  15. package/dist/chunk-7USF56CT.mjs +8 -0
  16. package/dist/chunk-BPVRXFIC.mjs +82 -0
  17. package/dist/{chunk-MJT6ZW4C.mjs → chunk-BXXAMH3R.mjs} +4 -4
  18. package/dist/{chunk-UHFJ7ZFM.mjs → chunk-EGHTZLZJ.mjs} +2 -2
  19. package/dist/{chunk-QIDZXCYP.mjs → chunk-EYVRTVRM.mjs} +3 -3
  20. package/dist/{chunk-DADMVOYI.mjs → chunk-HWL7TPUN.mjs} +1 -1
  21. package/dist/chunk-IZM66FHP.mjs +8 -0
  22. package/dist/{chunk-7TXQPX4O.mjs → chunk-JOCMCOEK.mjs} +2 -2
  23. package/dist/{chunk-2YRRWNYG.mjs → chunk-LNYMVBV5.mjs} +14 -5
  24. package/dist/chunk-MBLZYQCN.mjs +1 -0
  25. package/dist/{chunk-P6NVCCBZ.mjs → chunk-OF3X4BXG.mjs} +1 -1
  26. package/dist/chunk-OUAKGMDW.mjs +168 -0
  27. package/dist/{chunk-AG7AWQKH.mjs → chunk-OWG4RL2T.mjs} +3 -3
  28. package/dist/{chunk-7A5M7DRD.mjs → chunk-PNRS23HE.mjs} +4 -4
  29. package/dist/{chunk-FONJYZKH.mjs → chunk-PZIVMTKX.mjs} +4 -4
  30. package/dist/{chunk-5ANQDLRS.mjs → chunk-Q72LZAPG.mjs} +1 -1
  31. package/dist/{chunk-K7Z6PVXE.mjs → chunk-VQROXH43.mjs} +4 -4
  32. package/dist/{chunk-UYPVP36M.mjs → chunk-XQGD4ZIX.mjs} +1 -1
  33. package/dist/chunk-YBDA3WQP.mjs +71 -0
  34. package/dist/chunk-ZUSUVPYV.mjs +135 -0
  35. package/dist/cogwheel-U2B3CWEL.png +0 -0
  36. package/dist/components/avatar/avatar.js +75 -9
  37. package/dist/components/avatar/avatar.mjs +2 -2
  38. package/dist/components/avatar/index.js +75 -9
  39. package/dist/components/avatar/index.mjs +2 -2
  40. package/dist/components/breadcrumb/breadcrumb.js +75 -9
  41. package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
  42. package/dist/components/breadcrumb/index.js +75 -9
  43. package/dist/components/breadcrumb/index.mjs +7 -7
  44. package/dist/components/button/button.js +75 -9
  45. package/dist/components/button/button.mjs +4 -4
  46. package/dist/components/button/icon-button.js +75 -9
  47. package/dist/components/button/icon-button.mjs +4 -4
  48. package/dist/components/button/index.js +75 -9
  49. package/dist/components/button/index.mjs +6 -6
  50. package/dist/components/chip/chip.js +75 -9
  51. package/dist/components/chip/chip.mjs +3 -3
  52. package/dist/components/chip/index.js +75 -9
  53. package/dist/components/chip/index.mjs +3 -3
  54. package/dist/components/dateTimePicker/calendar.js +75 -9
  55. package/dist/components/dateTimePicker/calendar.mjs +3 -3
  56. package/dist/components/dateTimePicker/dateTimePicker.js +75 -9
  57. package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
  58. package/dist/components/dateTimePicker/index.js +75 -9
  59. package/dist/components/dateTimePicker/index.mjs +7 -7
  60. package/dist/components/dateTimePicker/timePicker.js +75 -9
  61. package/dist/components/dateTimePicker/timePicker.mjs +5 -5
  62. package/dist/components/icon/Icon.d.mts +6 -2
  63. package/dist/components/icon/Icon.d.ts +6 -2
  64. package/dist/components/icon/Icon.js +75 -9
  65. package/dist/components/icon/Icon.mjs +2 -2
  66. package/dist/components/icon/index.js +75 -9
  67. package/dist/components/icon/index.mjs +2 -2
  68. package/dist/components/icon/template.d.mts +2 -1
  69. package/dist/components/icon/template.d.ts +2 -1
  70. package/dist/components/icon/template.js +75 -9
  71. package/dist/components/icon/template.mjs +1 -1
  72. package/dist/components/input/index.js +76 -10
  73. package/dist/components/input/index.mjs +3 -3
  74. package/dist/components/input/input.js +76 -10
  75. package/dist/components/input/input.mjs +3 -3
  76. package/dist/components/list/index.js +75 -9
  77. package/dist/components/list/index.mjs +6 -6
  78. package/dist/components/list/listItem.js +75 -9
  79. package/dist/components/list/listItem.mjs +4 -4
  80. package/dist/components/modal/index.d.mts +0 -3
  81. package/dist/components/modal/index.d.ts +0 -3
  82. package/dist/components/modal/index.js +205 -158
  83. package/dist/components/modal/index.mjs +9 -7
  84. package/dist/components/modal/modal.d.mts +43 -105
  85. package/dist/components/modal/modal.d.ts +43 -105
  86. package/dist/components/modal/modal.js +206 -164
  87. package/dist/components/modal/modal.mjs +10 -10
  88. package/dist/components/pagination/index.js +76 -10
  89. package/dist/components/pagination/index.mjs +4 -4
  90. package/dist/components/pagination/pagination.js +76 -10
  91. package/dist/components/pagination/pagination.mjs +4 -4
  92. package/dist/components/ripple/index.mjs +3 -3
  93. package/dist/components/select/index.js +75 -9
  94. package/dist/components/select/index.mjs +4 -4
  95. package/dist/components/select/option.js +75 -9
  96. package/dist/components/select/option.mjs +3 -3
  97. package/dist/components/select/select.js +75 -9
  98. package/dist/components/select/select.mjs +4 -4
  99. package/dist/components/table/form-table.d.mts +52 -0
  100. package/dist/components/table/form-table.d.ts +52 -0
  101. package/dist/components/table/form-table.js +365 -0
  102. package/dist/components/table/form-table.mjs +9 -0
  103. package/dist/components/table/index.d.mts +2 -0
  104. package/dist/components/table/index.d.ts +2 -0
  105. package/dist/components/table/index.js +134 -17
  106. package/dist/components/table/index.mjs +12 -8
  107. package/dist/components/table/table-body.d.mts +3 -1
  108. package/dist/components/table/table-body.d.ts +3 -1
  109. package/dist/components/table/table-body.js +6 -4
  110. package/dist/components/table/table-body.mjs +1 -1
  111. package/dist/components/table/table.d.mts +1 -0
  112. package/dist/components/table/table.d.ts +1 -0
  113. package/dist/components/table/table.js +91 -17
  114. package/dist/components/table/table.mjs +7 -7
  115. package/dist/components/toast/index.js +239 -97
  116. package/dist/components/toast/index.mjs +5 -4
  117. package/dist/components/toast/toast.d.mts +40 -81
  118. package/dist/components/toast/toast.d.ts +40 -81
  119. package/dist/components/toast/toast.js +210 -56
  120. package/dist/components/toast/toast.mjs +4 -3
  121. package/dist/components/toast/use-toast.d.mts +6 -10
  122. package/dist/components/toast/use-toast.d.ts +6 -10
  123. package/dist/components/toast/use-toast.js +239 -97
  124. package/dist/components/toast/use-toast.mjs +5 -4
  125. package/dist/components/tree/index.d.mts +2 -0
  126. package/dist/components/tree/index.d.ts +2 -0
  127. package/dist/components/tree/index.js +4371 -0
  128. package/dist/components/tree/index.mjs +15 -0
  129. package/dist/components/tree/tree.d.mts +20 -0
  130. package/dist/components/tree/tree.d.ts +20 -0
  131. package/dist/components/tree/tree.js +4365 -0
  132. package/dist/components/tree/tree.mjs +14 -0
  133. package/dist/folder-RO3QTLGS.svg +9 -0
  134. package/dist/index.d.mts +3 -0
  135. package/dist/index.d.ts +3 -0
  136. package/dist/index.js +589 -441
  137. package/dist/index.mjs +66 -55
  138. package/package.json +1 -1
  139. package/types/images.d.ts +14 -0
  140. package/dist/chunk-5OBP42D6.mjs +0 -117
  141. package/dist/chunk-HDNQOLUJ.mjs +0 -83
  142. package/dist/chunk-RXIFDECK.mjs +0 -213
  143. /package/dist/{chunk-2UUH2MBF.mjs → chunk-DX3KXNP6.mjs} +0 -0
@@ -0,0 +1,4371 @@
1
+ "use client";
2
+ "use strict";
3
+ var __create = Object.create;
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __commonJS = (cb, mod) => function __require() {
10
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
11
+ };
12
+ var __export = (target, all) => {
13
+ for (var name in all)
14
+ __defProp(target, name, { get: all[name], enumerable: true });
15
+ };
16
+ var __copyProps = (to, from, except, desc) => {
17
+ if (from && typeof from === "object" || typeof from === "function") {
18
+ for (let key of __getOwnPropNames(from))
19
+ if (!__hasOwnProp.call(to, key) && key !== except)
20
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
21
+ }
22
+ return to;
23
+ };
24
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
25
+ // If the importer is in node compatibility mode or this is not an ESM
26
+ // file that has been converted to a CommonJS file using a Babel-
27
+ // compatible transform (i.e. "__esModule" has not been set), then set
28
+ // "default" to the CommonJS "module.exports" for node compatibility.
29
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
30
+ mod
31
+ ));
32
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
33
+
34
+ // ../../node_modules/tailwindcss/lib/util/createPlugin.js
35
+ var require_createPlugin = __commonJS({
36
+ "../../node_modules/tailwindcss/lib/util/createPlugin.js"(exports2) {
37
+ "use strict";
38
+ Object.defineProperty(exports2, "__esModule", {
39
+ value: true
40
+ });
41
+ Object.defineProperty(exports2, "default", {
42
+ enumerable: true,
43
+ get: function() {
44
+ return _default;
45
+ }
46
+ });
47
+ function createPlugin(plugin2, config) {
48
+ return {
49
+ handler: plugin2,
50
+ config
51
+ };
52
+ }
53
+ createPlugin.withOptions = function(pluginFunction, configFunction = () => ({})) {
54
+ const optionsFunction = function(options) {
55
+ return {
56
+ __options: options,
57
+ handler: pluginFunction(options),
58
+ config: configFunction(options)
59
+ };
60
+ };
61
+ optionsFunction.__isOptionsFunction = true;
62
+ optionsFunction.__pluginFunction = pluginFunction;
63
+ optionsFunction.__configFunction = configFunction;
64
+ return optionsFunction;
65
+ };
66
+ var _default = createPlugin;
67
+ }
68
+ });
69
+
70
+ // ../../node_modules/tailwindcss/lib/public/create-plugin.js
71
+ var require_create_plugin = __commonJS({
72
+ "../../node_modules/tailwindcss/lib/public/create-plugin.js"(exports2) {
73
+ "use strict";
74
+ Object.defineProperty(exports2, "__esModule", {
75
+ value: true
76
+ });
77
+ Object.defineProperty(exports2, "default", {
78
+ enumerable: true,
79
+ get: function() {
80
+ return _default;
81
+ }
82
+ });
83
+ var _createPlugin = /* @__PURE__ */ _interop_require_default(require_createPlugin());
84
+ function _interop_require_default(obj) {
85
+ return obj && obj.__esModule ? obj : {
86
+ default: obj
87
+ };
88
+ }
89
+ var _default = _createPlugin.default;
90
+ }
91
+ });
92
+
93
+ // ../../node_modules/tailwindcss/plugin.js
94
+ var require_plugin = __commonJS({
95
+ "../../node_modules/tailwindcss/plugin.js"(exports2, module2) {
96
+ "use strict";
97
+ var createPlugin = require_create_plugin();
98
+ module2.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default;
99
+ }
100
+ });
101
+
102
+ // src/components/tree/index.ts
103
+ var tree_exports = {};
104
+ __export(tree_exports, {
105
+ Tree: () => tree_default
106
+ });
107
+ module.exports = __toCommonJS(tree_exports);
108
+
109
+ // src/components/tree/tree.tsx
110
+ var import_react = require("react");
111
+
112
+ // src/utils/tailwind-variants.ts
113
+ var import_tailwind_variants = require("tailwind-variants");
114
+
115
+ // ../tailwind-config/src/plugin.ts
116
+ var import_plugin = __toESM(require_plugin());
117
+
118
+ // ../tailwind-config/src/typography/font.ts
119
+ var fontSize = {
120
+ h1: [
121
+ "40px",
122
+ {
123
+ fontWeight: "700"
124
+ }
125
+ ],
126
+ h2: [
127
+ "34px",
128
+ {
129
+ fontWeight: "700"
130
+ }
131
+ ],
132
+ h3: [
133
+ "28px",
134
+ {
135
+ fontWeight: "700"
136
+ }
137
+ ],
138
+ h4: [
139
+ "24px",
140
+ {
141
+ fontWeight: "700"
142
+ }
143
+ ],
144
+ h5: [
145
+ "20px",
146
+ {
147
+ fontWeight: "600"
148
+ }
149
+ ],
150
+ sm: [
151
+ "12px",
152
+ {
153
+ lineHeight: "18px",
154
+ fontWeight: "400"
155
+ }
156
+ ],
157
+ md: [
158
+ "14px",
159
+ {
160
+ lineHeight: "21px",
161
+ fontWeight: "400"
162
+ }
163
+ ],
164
+ lg: [
165
+ "16px",
166
+ {
167
+ lineHeight: "24px",
168
+ fontWeight: "400"
169
+ }
170
+ ],
171
+ xl: [
172
+ "18px",
173
+ {
174
+ lineHeight: "27px",
175
+ fontWeight: "400"
176
+ }
177
+ ]
178
+ };
179
+
180
+ // ../tailwind-config/src/animation/slide.ts
181
+ var sliceAnimation = {
182
+ slideInFromTop: "slideInFromTop 0.5s ease-out",
183
+ slideInFromBottom: "slideInFromBottom 0.5s ease-out",
184
+ slideInFromLeft: "slideInFromLeft 0.5s ease-out",
185
+ slideInFromRight: "slideInFromRight 0.5s ease-out",
186
+ slideOutToTop: "slideOutToTop 0.5s ease-in",
187
+ slideOutToBottom: "slideOutToBottom 0.5s ease-in",
188
+ slideOutToLeft: "slideOutToLeft 0.5s ease-in",
189
+ slideOutToRight: "slideOutToRight 0.5s ease-in"
190
+ };
191
+ var sliceKeyframe = {
192
+ slideInFromTop: {
193
+ "0%": {
194
+ transform: "translateY(-10px)",
195
+ opacity: "0"
196
+ },
197
+ "100%": {
198
+ transform: "translateY(0)",
199
+ opacity: "1"
200
+ }
201
+ },
202
+ slideInFromBottom: {
203
+ "0%": {
204
+ transform: "translateY(10px)",
205
+ opacity: "0"
206
+ },
207
+ "100%": {
208
+ transform: "translateY(0)",
209
+ opacity: "1"
210
+ }
211
+ },
212
+ slideInFromLeft: {
213
+ "0%": {
214
+ transform: "translateX(-10px)",
215
+ opacity: "0"
216
+ },
217
+ "100%": {
218
+ transform: "translateX(0)",
219
+ opacity: "1"
220
+ }
221
+ },
222
+ slideInFromRight: {
223
+ "0%": {
224
+ transform: "translateX(10px)",
225
+ opacity: "0"
226
+ },
227
+ "100%": {
228
+ transform: "translateX(0)",
229
+ opacity: "1"
230
+ }
231
+ },
232
+ slideOutToTop: {
233
+ "0%": {
234
+ transform: "translateY(0)",
235
+ opacity: "1"
236
+ },
237
+ "100%": {
238
+ transform: "translateY(-10px)",
239
+ opacity: "0"
240
+ }
241
+ },
242
+ slideOutToBottom: {
243
+ "0%": {
244
+ transform: "translateY(0)",
245
+ opacity: "1"
246
+ },
247
+ "100%": {
248
+ transform: "translateY(10px)",
249
+ opacity: "0"
250
+ }
251
+ },
252
+ slideOutToLeft: {
253
+ "0%": {
254
+ transform: "translateX(0)",
255
+ opacity: "1"
256
+ },
257
+ "100%": {
258
+ transform: "translateX(-10px)",
259
+ opacity: "0"
260
+ }
261
+ },
262
+ slideOutToRight: {
263
+ "0%": {
264
+ transform: "translateX(0)",
265
+ opacity: "1"
266
+ },
267
+ "100%": {
268
+ transform: "translateX(10px)",
269
+ opacity: "0"
270
+ }
271
+ }
272
+ };
273
+
274
+ // ../tailwind-config/src/animation/index.ts
275
+ var animation = { ...sliceAnimation };
276
+ var keyframes = { ...sliceKeyframe };
277
+
278
+ // ../tailwind-config/src/shadow/index.ts
279
+ var boxShadow = {
280
+ "border-1": "inner 0 0 0 1px inset",
281
+ "border-2": "inner 0 0 0 2px inset",
282
+ "border-3": "inner 0 0 0 3px inset",
283
+ "border-4": "inner 0 0 0 4px inset",
284
+ "border-5": "inner 0 0 0 5px inset",
285
+ "border-6": "inner 0 0 0 6px inset",
286
+ "border-7": "inner 0 0 0 7px inset",
287
+ "border-8": "inner 0 0 0 8px inset",
288
+ "border-9": "inner 0 0 0 9px inset",
289
+ "border-10": "inner 0 0 0 10px inset",
290
+ inner: "inset 0 4px 8px 0 rgba(36, 39, 44, 0.2)",
291
+ drop: "0 20px 40px 0 rgba(36, 39, 44, 0.2)"
292
+ };
293
+
294
+ // ../tailwind-config/src/border/radius.ts
295
+ var borderRadius = {
296
+ sm: "4px",
297
+ md: "6px",
298
+ lg: "8px",
299
+ xl: "10px",
300
+ none: "0",
301
+ full: "9999px"
302
+ };
303
+
304
+ // ../tailwind-config/src/space/gap.ts
305
+ var gap = {
306
+ sm: "4px",
307
+ md: "6px",
308
+ lg: "8px",
309
+ xl: "10px"
310
+ };
311
+
312
+ // src/utils/tailwind-variants.ts
313
+ function typedKeys(obj) {
314
+ return Object.keys(obj);
315
+ }
316
+ var COMMON_SIZE = ["sm", "md", "lg", "xl"];
317
+ var tv = (0, import_tailwind_variants.createTV)({
318
+ twMergeConfig: {
319
+ classGroups: {
320
+ fontSize: [{ text: [...typedKeys(fontSize)] }],
321
+ borderRadius: [{ rounded: [...typedKeys(borderRadius)] }],
322
+ boxShadow: [{ shadow: [...typedKeys(boxShadow)] }],
323
+ padding: [{ p: [...COMMON_SIZE] }],
324
+ gap: [{ gap: [...typedKeys(gap)] }]
325
+ }
326
+ }
327
+ });
328
+
329
+ // src/components/icon/template.tsx
330
+ var import_jsx_runtime = require("react/jsx-runtime");
331
+ var template = {
332
+ "left-chevron": ({ className }) => {
333
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
334
+ "svg",
335
+ {
336
+ xmlns: "http://www.w3.org/2000/svg",
337
+ width: "18",
338
+ height: "18",
339
+ viewBox: "0 0 18 18",
340
+ fill: "none",
341
+ className,
342
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11 13L7 9L11 5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
343
+ }
344
+ );
345
+ },
346
+ "right-chevron": ({ className }) => {
347
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
348
+ "svg",
349
+ {
350
+ xmlns: "http://www.w3.org/2000/svg",
351
+ width: "18",
352
+ height: "18",
353
+ viewBox: "0 0 18 18",
354
+ fill: "none",
355
+ className,
356
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7 5L11 9L7 13", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
357
+ }
358
+ );
359
+ },
360
+ "left-double-chevron": ({ className }) => {
361
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
362
+ "svg",
363
+ {
364
+ xmlns: "http://www.w3.org/2000/svg",
365
+ width: "18",
366
+ height: "18",
367
+ viewBox: "0 0 18 18",
368
+ fill: "none",
369
+ className,
370
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
371
+ "path",
372
+ {
373
+ d: "M13 5L8.55556 9L13 13M9.44444 5L5 9L9.44444 13",
374
+ stroke: "currentColor",
375
+ strokeLinecap: "round",
376
+ strokeLinejoin: "round"
377
+ }
378
+ )
379
+ }
380
+ );
381
+ },
382
+ "right-double-chevron": ({ className }) => {
383
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
384
+ "svg",
385
+ {
386
+ xmlns: "http://www.w3.org/2000/svg",
387
+ width: "18",
388
+ height: "18",
389
+ viewBox: "0 0 18 18",
390
+ fill: "none",
391
+ className,
392
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
393
+ "path",
394
+ {
395
+ d: "M5 5L9.44444 9L5 13M8.55556 5L13 9L8.55556 13",
396
+ stroke: "currentColor",
397
+ strokeLinecap: "round",
398
+ strokeLinejoin: "round"
399
+ }
400
+ )
401
+ }
402
+ );
403
+ },
404
+ star: ({ className, fill }) => {
405
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
406
+ "svg",
407
+ {
408
+ xmlns: "http://www.w3.org/2000/svg",
409
+ width: "18",
410
+ height: "18",
411
+ viewBox: "0 0 18 18",
412
+ fill: "none",
413
+ className,
414
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
415
+ "path",
416
+ {
417
+ fillRule: "evenodd",
418
+ clipRule: "evenodd",
419
+ fill: "currentColor",
420
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z"
421
+ }
422
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
423
+ "path",
424
+ {
425
+ d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
426
+ stroke: "currentColor",
427
+ strokeLinecap: "round",
428
+ strokeLinejoin: "round"
429
+ }
430
+ )
431
+ }
432
+ );
433
+ },
434
+ right: ({ className }) => {
435
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
436
+ "svg",
437
+ {
438
+ xmlns: "http://www.w3.org/2000/svg",
439
+ width: "18",
440
+ height: "18",
441
+ viewBox: "0 0 18 18",
442
+ fill: "none",
443
+ className,
444
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M6.5 4L11.5 9L6.5 14", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
445
+ }
446
+ );
447
+ },
448
+ avatar: ({ className }) => {
449
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
450
+ "svg",
451
+ {
452
+ width: "50",
453
+ height: "50",
454
+ viewBox: "0 0 50 50",
455
+ fill: "none",
456
+ xmlns: "http://www.w3.org/2000/svg",
457
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
458
+ className,
459
+ children: [
460
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "Rectangle 6445", width: "50", height: "50", rx: "5", fill: "url(#pattern0_10_7240)" }),
461
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [
462
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("pattern", { id: "pattern0_10_7240", patternContentUnits: "objectBoundingBox", width: "1", height: "1", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("use", { xlinkHref: "#image0_10_7240", transform: "scale(0.00195312)" }) }),
463
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
464
+ "image",
465
+ {
466
+ id: "image0_10_7240",
467
+ "data-name": "man.png",
468
+ width: "512",
469
+ height: "512",
470
+ preserveAspectRatio: "none",
471
+ xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAIABJREFUeJzt3WucXXV97/Hvb+2ZhCTILSAXuShIEagt4JCZTGaCe2a4pWJFIV5RQY8VaKl9tWptezxpj56WtqevnhZtbRXFtorj9YimBuZiZibDXCJCldaWquApoA2Ei4EkM7PX7zwAbYi5zCR779+6fN5PeDgfYPb8v7PW2nskAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIhn0QEAGm/9+vsWtx72xLGWzh1hnhxhldoR8uQIyQ+RJFnyuLu7JLlrVpZsq1j6uJLKtpnZ9Kna4vSJNR0dT4b+SwCoKwYAUBDDw1PH1VrTMy1NXiLTGZKfLNeJMp0k6bg6fImdkh5xaUsi/dClLZI/ILcHPHnmn1uPOvT+tWefPVOHrwWgwRgAQA4NjE6fKq+tsMRWmOt8l86WdGR0l6Q5Sd930z+b6zuS32uW3PXIQ/d/Z+3atbXoOAD/hQEA5MDQ2NTZnnqPTD2SVkk6JrppgZ6S/G4p2Sz5Jm/1kb6Ojh9FRwFlxgAAMmj9xMRhi+aSS839lZJ6VJ9L+Bnj33ElI4lpw46WdIBnDIDmYgAAGTEyctcxczZzuUuvkqxH0uLopiaalTTmsq9aMvu53lWrHogOAoqOAQAEGh8fX/J02vJKc3+TpIsltUY3ZYBLmnKpP7XZWy/q6nooOggoIgYAEOCOjdPnJkntWpmtlevw6J4Mq0n6R0k3H76k8pW2trbZ6CCgKBgAQJP033vvoqMf23aFu66X1BndkzcuPWzSh5K5ykeq1bZHonuAvGMAAA12xx2bD0+WpNfK/ddVyIf5mm67SZ+0ufSPqtWV90fHAHnFAAAaZGBi4lib1btkdi2X+RtiVqZb5mr6Xxdf0P796BggbxgAQJ0NTE4utxl/n2TXSVoS3VMCMybd1KqZD3R3dz8WHQPkBQMAqJMNG+5Z1rJ0x7tkeje/8YfY6vL3j3W1/9U6szQ6Bsg6BgBwkNa5J12bpq421wfEPf4M8KkkSX6lumrF3dElQJYxAICDMDgyvUJW+0vJVkS34DnmJPv9Rx++/w/5GwTAnjEAgAMwMDm5PJnRjS5dLSmJ7sFeDatSu6q3s/PB6BAgaxgAwAINjE6+wqS/lvSC6BbMyyOSXdPbveK26BAgSxgAwDxt2LTp+S1py02SroxuwYK55H/26MM/eC+3BIBnMACAeRgcnbpM8o8pf3+GF7tws89XZp96U7Va3RHdAkRjAAD7MDw8fEitZcmNJvs18XopBJcmtEiv6GtvfzS6BYjEDzRgL4bGps526dNyf2l0C+ru28mcX1qtdvxHdAgQhQEA7MHQ2NRad79Z0rLoFjSGSd+fs9ku/twwyooBAOyiv7+/svz4Uz4o6T3i9VEG356t1C64pLNza3QI0Gz8gAOeNTo6euSMFn9G8gujW9A8Jo0dUqld1NnZuT26BWgmBgAgacPGyRe1JPqqpDOjWxDitmTu6VdXq9W56BCgWfgEM5TewKap81sS3SkO/zK7LG1Z8j+iI4Bm4goASu3ZT/W7VTzsBylV4pf2ruq4PToEaAYGAEprYGzqteb+d5Jao1uQGVtqNnsO7wxAGXALAKU0ODpxtbn/gzj88VzHVLz1792dX45QeAwAlM7Q6NR1kn1MUiW6BZlUHR6bvDo6Amg0Vi5KZXB04upnD3++97F3rkeTWuUl1WrbI9EpQKNwBQClMTg6cZVkHxWHP/bHtLzWkn4wOgNoJH4QohQGRiauMLNbxWV/zF+aJPay6qoVd0eHAI3AFQAU3tDIVK+Z/YM4/LEwSc31e9ERQKNwBQCFNjAycZaZbZJ0RHQLcsmTJPmF6qrzvx0dAtQbVwBQWLePjZ1gZv8oDn8cOPNa+tvREUAjcAUAhbRhwz3LWpbtGJXr3OgW5N6st/pJfR0dP4oOAeqJKwAoHHe31iXbP8bhjzpp1ay9MToCqDcGAApncHTq3W722ugOFIdJfDAQCodbACiUgdHpPlP6NfHEP+rMpHN6utvvie4A6oUrACiM28fGTjClnxaHPxrAzS6NbgDqiQGAQljnnrR4yy2Sjo5uQUG5XxSdANQTAwCF0L1p+j0u64vuQKGtum3z5qXREUC9MACQe4Mj0yvk/gfRHSi8RYfumPuF6AigXhgAyLX16+9bLEs/Lqk1ugXF5y4GAAqDAYBcW/y8R9dJOiu6A+XgspdHNwD1wtsAkVt3bJw+N0nSSfHbP5rKbl1Smbums7Nze3QJcDAYAMilzZs3tz6xI/2G3F8a3YJSmmz1yuWrV7c9HB0CHChuASCXHt+e3sDhj0Dts1abvmPjNB83jdziCgByZ2Bi4libs3+V6/DoFpSc6YlEfkm1q2MiOgVYKK4AIHds1v6Ewx+Z4Do8ddswODK9IjoFWCiuACBXBjdOdSrxMfG9i2zZ4lJXX3f7v0WHAPPFFQDkiiV+ozj8kT3HJNLXBiYnl0eHAPPFAEBuDI3d+UqXuqI7gD1x6UU2o8/09/fzx6iQCwwA5MI698RV+UB0B7AfvcuPP3lddAQwHwwA5ELX6PQbeNsf8sHeNzR6Z3t0BbA/DABk3jr3xMx/J7oDmKeKK7llfHx8SXQIsC8MAGTe6k3Tr5J0ZnQHsABnbK9V3hMdAewLAwCZl7q/O7oBOADvHR6+84XREcDeMACQaUMjU70mdUR3AAdgSdqSfDA6AtgbBgAyLU38N6IbgIPwuuFN0z8fHQHsCQMAmTW4adMp5rokugM4CEmapu+LjgD2hAGAzHJvuV4SH6qCvHvtwOj0qdERwO4YAMik8fHxJZbqmugOoA4qpvQd0RHA7hgAyKSn51peIxOfq46iuGb9+vsWR0cAu2IAIJNMflV0A1BHxyw69NHLoyOAXTEAkDm3j42dIFNvdAdQV4m9LjoB2BUDAJlTUcsbxMN/KBhzXTI8/M0jojuAn2AAIHPc7Y3RDUADLPaWmVdGRwA/wQBApgwP3/lCk86J7gAawaVfim4AfoIBgEyptSSvjm4AGujC/v5+bm8hExgAyBSTXhXdADTQkUe94IXnRUcAEgMAGTIyctcxkjqjO4BGSjzti24AJAYAMmRGcxeLp/9RcJ4m/HVLZAIDANlhXo1OABrOnAGATGAAIDPM1BPdADTB8wc3bTolOgJgACATBkanT5XrhdEdQDN4rXJ+dAPAAEA2WMrlf5SGmZ0d3QAwAJAJiWtldAPQRGdEBwAMAGSCm62IbgCaxvSS6ASAAYBwGzbcs0zuZ0Z3AE3jOmOdOz9/EYpvQIRrXbKzTVJLdAfQREs7N206LjoC5cYAQDhP0nOjG4BmS2zRC6IbUG4MAMRznRWdADSbpX5idAPKjQGAcCbj/j/Kx8QVAIRiACCciyeiUULuDACEYgAg1LN/AfDo6A6g6cz4vkcoBgBC1ZKZ06IbgBCuw6MTUG4MAIRK3U6KbgBi2BHRBSg3BgBCucQAQDm5MwAQigGAUMYVAJSVcQsAsRgAiGW8FxqltSw6AOXGAEAoE09Co7RaowNQbgwAhErFfVCUFgMAoRgACGUmBgDKigGAUAwAxHIGAEqLAYBQDABEOyw6AAjCAEAoBgDCuLuJ70GUl0UHoNz44QsAQAkxAAAAKCEGAAAAJcQAAACghBgAAACUEAMAAIASYgAAAFBCDAAAAEqIAQAAQAkxAAAAKCEGAAAAJcQAAACghBgAAACUEAMAAIASYgAAAFBCDAAAAEqIAQAAQAkxAAAAKCEGAAAAJcQAAACghBgAAACUEAMAAIASYgAAAFBCDAAAAEqIAQAAQAkxAAAAKCEGAAAAJcQAAACghBgAAACUEAMAAIASYgAAAFBCDAAAAEqIAQAAQAkxAAAAKCEGAAAAJcQAAACghBgAAACUEAMAAIASYgAAAFBCDAAAAEqIAQAAQAkxAAAAKCEGAAAAJcQAAACghBgAAACUEAMAAIASYgAAAFBCDAAAAEqIAQAAQAkxABDm63d+44zoBiDS0Ng0rwGEYQAgxODo1GVprTYZ3QEEMlc6OTQy+UvRISgnBgCabmhs8g2Sf0HSYdEtQCjX4W76vwNjk2+JTkH5WHQAymVwdOIqyT4hxiewq9RMV/V0tX8qOgTlwQBA0wyNTPW6+XpJi6JbgAyaSZVefGH3yq9Hh6AcGABoisHx8RdornKPTMujW4AM21Kz2XMu6up6KDoExcdlWDTcOvfEai1/z+EP7NcxFbX+nbvzyxkajgGAhusenX6by18e3QHkgqtnaHSahwLRcKxMNNTw8DePSCsz/85v/8CCbNnZ6i9e09HxZHQIiosrAGioWmXnDRz+wIIdc8icro+OQLFxBQANMz4+vmR7rfIfko6KbgFy6JFk7umTqtXqjugQFBNXANAw22vJFeLwBw7U0bXKkldFR6C4GABoGJPeHN0A5FlixsOAaBhuAaAh1k9MHLZ41raID/0BDsbMYps9uqur68fRISgergCgIRbPJheIwx84WItm0tbV0REoJgYAGsLlp0c3AIVgdlp0AoqJAYCGMNnJ0Q1AMfgp0QUoJgYAGiTdHl0AFEHq/lR0A4qJAYDGMHswOgEohITXEhqDAYDGcPFDC6iDJNV/RDegmBgAaAhPjB9aQD0YAwCNwQBAQ6Q+wxUAoA7SRQwANAYDAA0xvmrVDyXtjO4Acm5b74oVW6MjUEwMADTEOrNU0nejO4BcM91nZh6dgWJiAKCR/i06AMg1133RCSguBgAaxhgAwEFyXkNoGAYAGsb57QU4KCbjNYSGYQCgYTzRv0Y3AHlmxhUANA4DAA1TmV30LUk8wAQcmFSz278dHYHiYgCgYarVcx+X6YHoDiCn7qtWq9uiI1BcDAA0lEv3RDcAOcVrBw3FAEBDmevu6AYgj9wZAGgsBgAajR9iwAFIeO2gwRgAaKiazU5GNwA55C1qnYqOQLExANBQF3V1PSTpB9EdQM78++rV522JjkCxMQDQBDYeXQDkibl4zaDhGABoOJPujG4A8iRNeM2g8RgAaDgz57cZYCFSZwCg4RgAaLzZp++W9GR0BpATj2394Q/ujY5A8TEA0HDVanVO0kh0B5APPrx27dpadAWKjwGA5jAfjE4AcsGTgegElAMDAE2RWIUfasA81DzltYKmsOgAlIO72+DY1IMmHR/dAmTYD3q720+JjkA5cAUATWFmLumO6A4g00y3RyegPBgAaB7326ITgExz+3J0AsqDAYCmqdS2f03SjugOIKO2P70k4WFZNA0DAE1TrVa3ST4c3QFkkZtuv6yt7enoDpQHAwDNZVziBPYkcee1gaZiAKC5ktptktLoDCBjammrvhodgXJhAKCpejs7H5RpLLoDyBKTD/d1dPwougPlwgBAhE9HBwAZw2sCTccAQNMls5XPSZqN7gAyYmamkn4pOgLlwwBA01WrbY9IzsedAs9Yf0ln59boCJQPAwBRuOQJSDIzXgsIwQBAiCWV9HOSHo/uAIJttdmnePsfQjAAEKKzs3O7XLdGdwCx7O+q1SqfjokQDACESRJ9LLoBiGTyj0c3oLwYAAhT7WrfLNM3ozuAGD7V091+T3QFyosBgFDuzlUAlJMnH41OQLkxABCq9vSST8j1aHQH0FSm+3duO/KT0RkoNwYAQl188S8+5fIPR3cAzeSy316z5vSd0R0oNwYAwh2xtOV/StoY3QE0yY19XSs+Ex0BMAAQrq2tbbbVW6+UNBzdAjRQ6qY/6ela8b7oEEBiACAjVq8+b8ujDz9woct+y6T/F90D1JXZt9y8r6+r/T1m5tE5gCRZdACwu/7+/sry409+s2R/JWlxdA9wECblyQ29q8+fig4BdscAQGYNjU5c4zLeJoi8ck+svW/ViunoEGBPGADILHe3obGpb0k6O7oFOABf6u1uvzw6AtgbngFAZpmZy5wPS0EumYvvXWQaAwCZ5l7hL6Uhj57cse2ogegIYF8YAMi0vu7zvyfpR9EdwAKN8EE/yDoGALLPdG90ArAQbvqX6AZgfxgAyD63B6ITgIWw1O6LbgD2hwGAzDP5lugGYCFc2h7dAOwPAwCZxw9T5I1JLdENwP4wAJB95o9HJwALYeZpdAOwPwwAZJ7JvxfdACyIJ9+NTgD2hwGAzKvVxANVyJXZygzfs8g8BgAyb/apo78nqRbdAcyL6YmLV636z+gMYH8YAMi8NWtO3ynX96M7gPlw5zMAkA8MAOSD6a7oBGB+nO9V5AIDAPlg9s3oBGA+zPleRT4wAJALljo/VJELSaK7oxuA+WAAIBdabWZKEu+tRtY9veXIQ/8pOgKYDwYAcqG7u/sxSd+K7gD2xeTja88+eya6A5gPBgDywzQSnQDskyV8jyI3GADIDZN9PboB2BevaWN0AzBfDADkxo6WdEASl1eRVU8eviy5MzoCmC8GAHJjTUfHkzKNRXcAe7Ghra1tNjoCmC8GAHLFXV+NbgD2xI3vTeQLAwC5UqnUvhzdAOzB3KK0dX10BLAQDADkSrWz89/lmo7uAHZl0sDq1edtie4AFoIBgNxx063RDcBuPh0dACwUAwC5Y5XaZ8SnAiI7duxo9S9FRwALxQBA7vR2dj5o0u3RHYAkyfxzazo6nozOABaKAYBcculvohsASXIZ34vIJQYAcimZe/o2SQ9Gd6Ds/Du9q1bw2RTIJQYAcqlarc5J+mh0B8rNlPyVmXl0B3AgGADIrVZv/ZCk7dEdKK3HbO6pm6MjgAPFAEBurV593ha5bonuQGl9uFqtbouOAA4UAwC5VnP/M0m16A6Uzo5kzm6KjgAOBgMAuXbRBR33SfpUdAfKxj5Sra74YXQFcDAYAMi9ZC59v/gzwWie7TWb+ePoCOBgMQCQe9Xqyvtd9onoDpSDm266qKvroegO4GAxAFAIVpn7A0lPRXeg8LbOJbU/io4A6oEBgELo7ex8UDJ+MKOhXP7+Szo7t0Z3APXAAEBhJHNP/alM90d3oLD+uTK3/SPREUC9MABQGNVqdYfJfjO6A4Xkbv6rz34CJVAIDAAUSk/Xii9I+mJ0B4rFpY/3dXUMR3cA9cQAQOG0euV6SY9Fd6AwHqnMVd4bHQHUGwMAhbN6ddvDcr0nugOFcV212vZIdARQbxYdADTKwNjkl8z1y9EdyC9z3dKzuv2t0R1AI3AFAIVVma283aWHozuQTyZ9f8civyG6A2gUBgAKq1pte8QSf6ukNLoFuTObJnrjmo6OJ6NDgEZhAKDQeld13C7pD6I7kC8uf3ffqvY7ozuARuIZABSeu9vQ2NTnJV0e3YLsM/fP9KzueF10B9BoXAFA4ZmZL9LM2yTdF92CjDP7ltW2vz06A2gGrgCgNAY3bT5Nae1OScdEtyB7XHrYkrmVvatWPRDdAjQDVwBQGr2r2r6bmr9a0s7oFmTO9kTp5Rz+KBMGAErlwq6OMXfeGYDnmHVpbU/3ysnoEKCZGAAonb7VHbdK/nZJHt2CcKmkt/R1t38lOgRoNgYASqm3u+PjJntXdAdCuZuu6+1u/3R0CBCBAYDS6ule8Rfu4o+8lJO7/Nf6uto/Eh0CROFdACi9wbHJd8r1ITGIy6Jm8nf0dHfcHB0CRGIAAJKGRieucdnfSKpEt6ChZs301p6u9k9FhwDRGADAs4ZGJi9202clPS+6BQ2xzcxf29PVsT46BMgCBgCwi6HRyV906SuSToxuQf249LB5+ore1Svvim4BsoIBAOxmYNPU+Zb6VHQH6sfNL+rr6rgjugPIEh56AnaTeO346AbUl6XJi6MbgKxhAAC7cU/Oi25AfZn5y6IbgKxhAAA/i8OiYFL+nwI/gwEA7MY5LArHpLOHh4cPie4AsoQBAOxieHjqOJN4BqB4WmuLlr00OgLIEgYAsItaJe2KbkCDpN4dnQBkCQMA2IXJeqMb0Bjm4v8tsAsGALAr45AoLNMF/ffeuyg6A8gKBgDwrA0bp06SdHp0Bxpm2VGPbWuPjgCyggEAPKslSfuiG9BY3AYA/gsDAHiWOff/i87EAAB+ggEASHJ3S0090R1oLJfax8bG+GuPgBgAgCTp65umXsb7/0uhdUfacnF0BJAFDABAkruujG5AcySyV0U3AFnAAAAkufSa6AY0hyd6BW8HBBgAgAZH7jxP0mnRHWgS1+HLH//xy6MzgGgMAMCStdEJaC5P7bXRDUA0BgDgXP4vG5OuGB8fXxLdAURiAKDU7tg4fa5ML47uQNMdtmMuWRMdAURiAKDUKpX0iugGxHCzN0Y3AJEYACitde6JuzgEyusVIyOb+ewHlBYDAKW1etPkJZJOie5AmNYZ1a6KjgCiMABQWu56W3QDYpnpHe5u0R1ABAYASmlgYuJYyS6L7kC404ZGpqrREUAEBgDKaUa/Iqk1OgMZkOjXohOACFz6Qun033vvoqO2brufP/6DZ6VmyVk9Xef/a3QI0ExcAUDpHPXYttdz+GMXiafpr0ZHAM3GAED5uPhhj+cyXTMwObk8OgNoJgYASmVw08RFJrVFdyBzltoMzwKgXBgAKBVL7b9HNyCjTO/62vj4UdEZQLMwAFAaQyOTF7vUFd2BjHId3jKXvCs6A2gWBgDKw/R70QnINjP7da4CoCwYACiFwdGpy/jtH/Nw2KJa5XejI4Bm4HMAUHibN29ufWJ77duSfi66Bbkwa5a8lM8FQNFxBQCF98SOuevF4Y/5a02V/u/oCKDRuAKAQhsdHT1yxhfdJxPv8cbCWLKmt+v8f4zOABqFKwAotJ1a9Kcc/jgQ5umHhoeHD43uABqFAYDCGtw42WPS1dEdyCeXXlRrWfLB6A6gUbgFgELasOGeZS1Ld/yTpFOjW5BrqVKr9l6wYiQ6BKg3rgCgkFqX7rxRHP44eIkS/+iGDfcsiw4B6o0BgMJ55j3/fl10Bwrj9JalO/42OgKoN24BoFAGN206RWnLXZL4NDfUlcmu7+le8eHoDqBeuAKAwli//r7FSls+Lw5/NIDL/3xoZHpVdAdQLwwAFIK726Lnbf0bSS+LbkFhtbqlt27YOHVSdAhQDwwAFMLQ6PQfm/Tm6A4U3oktiQ8OTEwcGx0CHCwGAHJvaGTy3TL/regOlMbpNmsbhoe/eUR0CHAwGADItaHRiXe46cboDpTOL3rL7BfHxsaeFx0CHCgGAHJrcHTyvS77a/FuFgRw+ct3atGm4eGJE6NbgAPBD07kTn9/f2X5cafcJNM7o1sASQ+6+5q+1R3/FB0CLAQDALkyMDFxrM3q45JdGt0C7OIxs/StPV0rvxwdAswXAwC5MTA6dYnkN5t0fHQLsBefXaSZX+nu7n4sOgTYHwYAMu9r4+NHtaaVG+V6e3QLsF+m+11+TV9Xx3B0CrAvDABk1oYN9yyrLN35TpP/jvh0P+TPF9M0/d0LL1j5L9EhwJ4wAJA5AyMTZ5np9ZK9U9LR0T3AQUglfdncbnrkh/d/fe3atbXoIOAnGADIhKGxqbPd/UpJrxAf54ti2irpq5J99vAlydfa2tpmo4NQbgwAhNnl0L9S0lnRPUATMQYQjgGApuLQB34GYwAhGABouF0O/bWSzozuATKMMYCmYQCgITj0gYPGGEBDMQBQN/916PtrJXtJdA9QIIwB1B0DAAeFQx9oOsYA6oIBgAXb5fL+6ySdEd0DlBhjAAeMAYB54dAHMo8xgAVhAGCvdjn0Xy/p56J7AMwbYwD7xQDAc3DoA4XDGMAeMQCw66H/BkmnR/cAaBjGAH6KAVBSHPpA6TEGSo4BUCI/PfRdb5TpxdE9ADKDMVBCDICC49AHsECMgZJgABTQLpf33yTptOgeALnFGCgwBkBBcOgDaDDGQMEwAHJqnXuyatNkp7muNNlrJL0guglAaTAGCoABkCMc+gAyiDGQUwyAjHvuoZ9cIfkJ0U0AsBeMgRxhAGQQhz6AAmAMZBwDICM49AEUGGMggxgAgXY99CW70qTjo5sAoMEYAxnBAGgyDn0A+CnGQCAGQBPs9vT+WknHRTcBQMYwBpqMAdAg/f39lSNPOHklhz4ALBhjoAkYAHXEoQ8AdccYaBAGwEHq7++vHHXCyT3P3tO/XNLR0U0AUFCPSP5FN31260M/GFq7dm0tOijPGAAHaGBk4iwzWyvprZJOCc4BgFJx6WHJP2vut/SuXnlXdE8eMQAWYHh4+JC0svRNbrrepHOiewAAkmR3SelNO3+8/FNr1py+M7omLxgA87Bh06bnt6QtV0t2Ax/QAwCZ9Z+SPl6z2b+4qKvroeiYrGMA7MPA5ORym9G7Jd0gaUl0DwBgXna67Ba1pu/v6+j4UXRMVjEA9mB4ePjQtGXp9TK9T67Do3sAAAdkm6QPJXOL/qhaPffx6JisYQDswt1teGzqKpf+WNKx0T0AgDpwPWrmv1Ptav9bM/PonKxgADxraGz6DHntJpf1RbcAABpiNE1r1194Qee3okOyoPQDYPPmza1PbJ97v2S/LaklugcA0FCzZvaHhx2SfKDsHypU6gFwx8Y7z7Qk+aRJbdEtAIAmck0nLZU3VzvbvhOdEiWJDogyODb5q0mSfIPDHwBKyHR+WqvdNTgydW10SpTSXQEYHh4+JG1Z9mHJr45uAQDEM9c/PLW08o7L2tqejm5pplINgA0bp05qMf+8TOdHtwAAssOlu2upXn3xBe3fj25pltIMgOGxiY7U7Tbxx3oAAHu2xZRe1tO9cjI6pBlK8QzA4OjUZanboDj8AQB7d4wrGRoamfyl6JBmKPwAGBqduEbyL0haGt0CAMi8pW760uDI1FsCQ3wGAAAFwElEQVSjQxqt0ANgYGzybS77qHh/PwBg/lpkfvPQ6NR10SGNVNhnAAZHJ67WM4d/oUcOAKBh3E3X9nW1fyQ6pBEKOQAGxibfYq6bxeEPADg4qUlX93S3fzI6pN4KNwAGx6YvladfFpf9AQD1UTNLX93TtfLL0SH1VKgBMDhy53myZKOkQ6NbAACFsi1JrLu6asXd0SH1UpgBMDg+/gLVKhOSToxuAQAUkT2UWrLywq62H0SX1EMh7pEPDw8f4rXKV8ThDwBoGD8h8doX1q+/b3F0ST0UYgCkrUv/0qRzojsAAIX3ssWHbv3z6Ih6yP0tgMHRyddL+lR0BwCgPEx6S97fGZDrATA0Nn2Ge/oNScuiWwAApbLNpZf1dbf/W3TIgcrtLYB17ok8/ag4/AEAzXeouT7R399fiQ45ULkdAKtHp37Tpa7oDgBASZlWHn3cKTdEZxyoXN4CGB7f/JK0VvumpEOiWwAApbbdpXPyeCsgl1cA0rna/xGHPwAg3hKTPhwdcSByNwCGxqZeLdNF0R0AADyrd2hk4pejIxYqV7cA+u+9d9Hyrdu+Len06BYAAHbxvWTu6bOr1eqO6JD5ytUVgOVbt/2GOPwBANlzaq2yNFcPBObmCsDw8PChacvS70k6JroFAICf4Xp0cTL7oq6urh9Hp8xHbq4ApC1Lf10c/gCArDIt3+mt10VnzFcurgDw2z8AIBdydBUgF1cAvLL0WnH4AwCyzrR8h7f+t+iM+cj8AFjnnsh0bXQHAADzYdINefiI4MwPgNWjk5e59KLoDgAA5umUo44/5dLoiP3J/ABwS66PbgAAYCESKfNnV6YfAtywcfJFLYm+q4x3AgCwG0/m0lOr1ZX3R4fsTaavAFRMrxeHPwAgfyxtrbwuOmJfMj0A7JkBAABA/rhn+gzL7AC4Y+P4SyX9fHQHAAAH6BeGxqbOjo7Ym8wOgCSpvCa6AQCAg+HuV0Q37E1mB4CkS6IDAAA4KK6LoxP2JpMP2I2Ojh45o0VbJGX+gxQAANiH2myl9vxLOju3RofsLpNXAGZt8YXi8AcA5F9lUdrSFx2xJ5kcAC6/MLoBAIC6cL8oOmFPMjkA5KpGJwAAUA8uvTy6YU8yNwCGhydOlHRadAcAAHVy2h1jm0+Ojthd5gZA2sJv/wCAYkl87oLoht1lbgCYLHP/kQAAOBhZPNsyNwCyeq8EAIADlcWzLVMDgPv/AICCytxzAJkaANz/BwAUVdaeA8jUAMjiPRIAAOoha2dcpgZAFu+RAABQD1k74zIzALj/DwAouEw9B5CZAcD9fwBA0WXpOYDMDICs3RsBAKDesnTWZWYAZO3eCAAA9Zalsy4TA4D7/wCAksjMcwCZGADc/wcAlEVWngPIxADI0j0RAAAaKStnXiYGQJbuiQAA0EhZOfPCBwD3/wEAJZOJ5wDCBwD3/wEAZZOF5wDCB0BW7oUAANAsWTj7wgdAVu6FAADQLFk4+0IHAPf/AQAlFf4cQOgA4P4/AKCsop8DCB0AWbgHAgBAhOgzMHQAZOEeCAAAEaLPwLABwP1/AEDJhT4HEDYAuP8PACi7yOcAwgZA9L0PAACiRZ6FYQMg+t4HAADRIs/CkAHA/X8AACQFPgcQMgC4/w8AwDOingMIGQDc/wcA4BlRZ2LIAOD+PwAAz4g6E5s+ALj/DwDAc4Q8B9D0AcD9fwAAniviOYCmDwDu/wMA8FwRZ2PTBwD3/wEAeK6Is7GpA4D7/wAA7FHTnwNo6gDg/j8AAHvW7OcAmjoAuP8PAMCeNfuMbOoA4P4/AAB71uwzsmkDgPv/AADsU1OfA2jaAOD+PwAA+9bM5wCaNgC4/w8AwL4186xs2gDg/j8AAPvWzLPSmvFFRkY2Hz9rtYea8bUAAMizVq+csHp128ON/jpNuQIw67Uzm/F1AADIuzn5qc34Ok0ZAJboxGZ8HQAAci9JT2nGl/n/dyvPEpZtWw8AAAAASUVORK5CYII="
472
+ }
473
+ )
474
+ ] })
475
+ ]
476
+ }
477
+ );
478
+ },
479
+ dashboard: ({ className }) => {
480
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
481
+ "svg",
482
+ {
483
+ xmlns: "http://www.w3.org/2000/svg",
484
+ width: "21",
485
+ height: "21",
486
+ viewBox: "0 0 21 21",
487
+ fill: "none",
488
+ className,
489
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
490
+ "path",
491
+ {
492
+ d: "M3.28125 5.25C3.28125 4.72786 3.48867 4.2271 3.85788 3.85788C4.2271 3.48867 4.72786 3.28125 5.25 3.28125H7.21875C7.74089 3.28125 8.24165 3.48867 8.61087 3.85788C8.98008 4.2271 9.1875 4.72786 9.1875 5.25V7.21875C9.1875 7.74089 8.98008 8.24165 8.61087 8.61087C8.24165 8.98008 7.74089 9.1875 7.21875 9.1875H5.25C4.72786 9.1875 4.2271 8.98008 3.85788 8.61087C3.48867 8.24165 3.28125 7.74089 3.28125 7.21875V5.25ZM3.28125 13.7812C3.28125 13.2591 3.48867 12.7583 3.85788 12.3891C4.2271 12.0199 4.72786 11.8125 5.25 11.8125H7.21875C7.74089 11.8125 8.24165 12.0199 8.61087 12.3891C8.98008 12.7583 9.1875 13.2591 9.1875 13.7812V15.75C9.1875 16.2721 8.98008 16.7729 8.61087 17.1421C8.24165 17.5113 7.74089 17.7187 7.21875 17.7187H5.25C4.72786 17.7187 4.2271 17.5113 3.85788 17.1421C3.48867 16.7729 3.28125 16.2721 3.28125 15.75V13.7812ZM11.8125 5.25C11.8125 4.72786 12.0199 4.2271 12.3891 3.85788C12.7583 3.48867 13.2591 3.28125 13.7812 3.28125H15.75C16.2721 3.28125 16.7729 3.48867 17.1421 3.85788C17.5113 4.2271 17.7187 4.72786 17.7187 5.25V7.21875C17.7187 7.74089 17.5113 8.24165 17.1421 8.61087C16.7729 8.98008 16.2721 9.1875 15.75 9.1875H13.7812C13.2591 9.1875 12.7583 8.98008 12.3891 8.61087C12.0199 8.24165 11.8125 7.74089 11.8125 7.21875V5.25ZM11.8125 13.7812C11.8125 13.2591 12.0199 12.7583 12.3891 12.3891C12.7583 12.0199 13.2591 11.8125 13.7812 11.8125H15.75C16.2721 11.8125 16.7729 12.0199 17.1421 12.3891C17.5113 12.7583 17.7187 13.2591 17.7187 13.7812V15.75C17.7187 16.2721 17.5113 16.7729 17.1421 17.1421C16.7729 17.5113 16.2721 17.7187 15.75 17.7187H13.7812C13.2591 17.7187 12.7583 17.5113 12.3891 17.1421C12.0199 16.7729 11.8125 16.2721 11.8125 15.75V13.7812Z",
493
+ stroke: "currentColor",
494
+ strokeWidth: "1.25",
495
+ strokeLinecap: "round",
496
+ strokeLinejoin: "round"
497
+ }
498
+ )
499
+ }
500
+ );
501
+ },
502
+ user: ({ className }) => {
503
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
504
+ "svg",
505
+ {
506
+ xmlns: "http://www.w3.org/2000/svg",
507
+ width: "21",
508
+ height: "21",
509
+ viewBox: "0 0 21 21",
510
+ fill: "none",
511
+ className,
512
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
513
+ "path",
514
+ {
515
+ d: "M13.125 16.737C13.8714 16.9537 14.6447 17.0633 15.4219 17.0625C16.6717 17.0643 17.9053 16.7793 19.0278 16.2295C19.0609 15.4452 18.8375 14.6715 18.3914 14.0257C17.9453 13.3798 17.3008 12.8969 16.5556 12.6503C15.8104 12.4037 15.0051 12.4067 14.2618 12.659C13.5184 12.9112 12.8776 13.3989 12.4364 14.0481M13.125 16.737V16.7344C13.125 15.7605 12.8748 14.8444 12.4364 14.0481M13.125 16.737V16.8297C11.441 17.844 9.51179 18.3783 7.546 18.375C5.50637 18.375 3.598 17.8106 1.96875 16.8297L1.96788 16.7344C1.9672 15.4958 2.37879 14.2922 3.13774 13.3134C3.89668 12.3345 4.95983 11.6361 6.15955 11.3283C7.35928 11.0204 8.62734 11.1206 9.76383 11.6131C10.9003 12.1055 11.8406 12.9622 12.4364 14.0481M10.5 5.57812C10.5 6.36134 10.1889 7.11248 9.63505 7.6663C9.08123 8.22012 8.33009 8.53125 7.54688 8.53125C6.76366 8.53125 6.01252 8.22012 5.4587 7.6663C4.90488 7.11248 4.59375 6.36134 4.59375 5.57812C4.59375 4.79491 4.90488 4.04377 5.4587 3.48995C6.01252 2.93613 6.76366 2.625 7.54688 2.625C8.33009 2.625 9.08123 2.93613 9.63505 3.48995C10.1889 4.04377 10.5 4.79491 10.5 5.57812ZM17.7188 7.54688C17.7188 8.15604 17.4768 8.74026 17.046 9.17101C16.6153 9.60176 16.031 9.84375 15.4219 9.84375C14.8127 9.84375 14.2285 9.60176 13.7977 9.17101C13.367 8.74026 13.125 8.15604 13.125 7.54688C13.125 6.93771 13.367 6.35349 13.7977 5.92274C14.2285 5.49199 14.8127 5.25 15.4219 5.25C16.031 5.25 16.6153 5.49199 17.046 5.92274C17.4768 6.35349 17.7188 6.93771 17.7188 7.54688Z",
516
+ stroke: "currentColor",
517
+ strokeWidth: "1.25",
518
+ strokeLinecap: "round",
519
+ strokeLinejoin: "round"
520
+ }
521
+ )
522
+ }
523
+ );
524
+ },
525
+ book: ({ className }) => {
526
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
527
+ "svg",
528
+ {
529
+ xmlns: "http://www.w3.org/2000/svg",
530
+ width: "21",
531
+ height: "21",
532
+ viewBox: "0 0 21 21",
533
+ fill: "none",
534
+ className,
535
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
536
+ "path",
537
+ {
538
+ d: "M10.5 5.28676C9.05766 3.99295 7.1876 3.27858 5.25 3.28126C4.3295 3.28126 3.44575 3.43876 2.625 3.72926V16.198C3.46817 15.9005 4.35589 15.749 5.25 15.75C7.26688 15.75 9.107 16.5086 10.5 17.7555M10.5 5.28676C11.9423 3.99287 13.8124 3.2785 15.75 3.28126C16.6705 3.28126 17.5542 3.43876 18.375 3.72926V16.198C17.5318 15.9005 16.6441 15.749 15.75 15.75C13.8124 15.7473 11.9423 16.4617 10.5 17.7555M10.5 5.28676V17.7555",
539
+ stroke: "currentColor",
540
+ strokeWidth: "1.25",
541
+ strokeLinecap: "round",
542
+ strokeLinejoin: "round"
543
+ }
544
+ )
545
+ }
546
+ );
547
+ },
548
+ file: ({ className }) => {
549
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
550
+ "svg",
551
+ {
552
+ xmlns: "http://www.w3.org/2000/svg",
553
+ width: "21",
554
+ height: "21",
555
+ viewBox: "0 0 21 21",
556
+ fill: "none",
557
+ className,
558
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
559
+ "path",
560
+ {
561
+ d: "M15.8855 11.0306L9.68831 16.5537C9.00849 17.1596 8.08645 17.5 7.12503 17.5C6.16361 17.5 5.24157 17.1596 4.56175 16.5537C3.88192 15.9479 3.5 15.1261 3.5 14.2693C3.5 13.4124 3.88192 12.5907 4.56175 11.9848L13.3745 4.13053C13.599 3.93056 13.8655 3.77196 14.1588 3.66377C14.452 3.55558 14.7663 3.49993 15.0837 3.5C15.4011 3.50007 15.7153 3.55585 16.0085 3.66416C16.3018 3.77247 16.5681 3.93119 16.7925 4.13125C17.0169 4.33131 17.1949 4.56881 17.3162 4.83017C17.4376 5.09153 17.5001 5.37164 17.5 5.65451C17.4999 5.93737 17.4373 6.21746 17.3158 6.47877C17.1943 6.74008 17.0162 6.97749 16.7917 7.17746L7.97247 15.0375C7.74368 15.2329 7.43788 15.3398 7.12096 15.3362C6.80404 15.3326 6.50139 15.2182 6.27823 15.0176C6.05507 14.817 5.92927 14.5463 5.92794 14.2639C5.92662 13.9814 6.04987 13.7098 6.27114 13.5075L12.5625 7.90043M7.97972 15.0303L7.97167 15.0375",
562
+ stroke: "currentColor",
563
+ strokeWidth: "1.25",
564
+ strokeLinecap: "round",
565
+ strokeLinejoin: "round"
566
+ }
567
+ )
568
+ }
569
+ );
570
+ },
571
+ list: ({ className }) => {
572
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
573
+ "svg",
574
+ {
575
+ xmlns: "http://www.w3.org/2000/svg",
576
+ width: "21",
577
+ height: "21",
578
+ viewBox: "0 0 21 21",
579
+ fill: "none",
580
+ className,
581
+ children: [
582
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
583
+ "path",
584
+ {
585
+ d: "M18.6667 5.44436V7.32659C18.6667 8.55547 17.8889 9.33325 16.66 9.33325H14V3.89659C14 3.03325 14.7078 2.33325 15.5711 2.33325C16.4189 2.34103 17.1967 2.68325 17.7567 3.24325C18.3167 3.81103 18.6667 4.58881 18.6667 5.44436Z",
586
+ stroke: "currentColor",
587
+ strokeWidth: "1.25",
588
+ strokeMiterlimit: "10",
589
+ strokeLinecap: "round",
590
+ strokeLinejoin: "round"
591
+ }
592
+ ),
593
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
594
+ "path",
595
+ {
596
+ d: "M2.33333 6.30102V17.4108C2.33333 18.0694 3.08727 18.4424 3.61665 18.0456L4.98823 17.0299C5.30906 16.7918 5.75823 16.8236 6.04698 17.1092L7.37842 18.4345C7.69123 18.744 8.2046 18.744 8.51741 18.4345L9.86491 17.1013C10.1456 16.8236 10.5948 16.7918 10.9076 17.0299L12.2792 18.0456C12.8086 18.4345 13.5625 18.0615 13.5625 17.4108V3.92036C13.5625 3.04745 14.2844 2.33325 15.1667 2.33325H6.34375H5.54167C3.13542 2.33325 2.33333 3.75371 2.33333 5.50747V6.30102Z",
597
+ stroke: "currentColor",
598
+ strokeWidth: "1.25",
599
+ strokeMiterlimit: "10",
600
+ strokeLinecap: "round",
601
+ strokeLinejoin: "round"
602
+ }
603
+ ),
604
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
605
+ "path",
606
+ {
607
+ d: "M4.66667 8.16675H10.5",
608
+ stroke: "currentColor",
609
+ strokeWidth: "1.25",
610
+ strokeLinecap: "round",
611
+ strokeLinejoin: "round"
612
+ }
613
+ ),
614
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
615
+ "path",
616
+ {
617
+ d: "M5.83333 10.5H9.33333",
618
+ stroke: "currentColor",
619
+ strokeWidth: "1.25",
620
+ strokeLinecap: "round",
621
+ strokeLinejoin: "round"
622
+ }
623
+ )
624
+ ]
625
+ }
626
+ );
627
+ },
628
+ computer: ({ className }) => {
629
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
630
+ "svg",
631
+ {
632
+ xmlns: "http://www.w3.org/2000/svg",
633
+ width: "21",
634
+ height: "21",
635
+ viewBox: "0 0 21 21",
636
+ fill: "none",
637
+ className,
638
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
639
+ "path",
640
+ {
641
+ d: "M8.16667 14.5833V15.3666C8.1667 15.6731 8.10634 15.9766 7.98904 16.2598C7.87173 16.543 7.69978 16.8003 7.483 17.017L7 17.5H14L13.517 17.017C13.3002 16.8003 13.1283 16.543 13.011 16.2598C12.8937 15.9766 12.8333 15.6731 12.8333 15.3666V14.5833M17.5 5.25V12.8333C17.5 13.2975 17.3156 13.7426 16.9874 14.0708C16.6592 14.399 16.2141 14.5833 15.75 14.5833H5.25C4.78587 14.5833 4.34075 14.399 4.01256 14.0708C3.68437 13.7426 3.5 13.2975 3.5 12.8333V5.25M17.5 5.25C17.5 4.78587 17.3156 4.34075 16.9874 4.01256C16.6592 3.68437 16.2141 3.5 15.75 3.5H5.25C4.78587 3.5 4.34075 3.68437 4.01256 4.01256C3.68437 4.34075 3.5 4.78587 3.5 5.25M17.5 5.25V10.5C17.5 10.9641 17.3156 11.4092 16.9874 11.7374C16.6592 12.0656 16.2141 12.25 15.75 12.25H5.25C4.78587 12.25 4.34075 12.0656 4.01256 11.7374C3.68437 11.4092 3.5 10.9641 3.5 10.5V5.25",
642
+ stroke: "currentColor",
643
+ strokeWidth: "1.25",
644
+ strokeLinecap: "round",
645
+ strokeLinejoin: "round"
646
+ }
647
+ )
648
+ }
649
+ );
650
+ },
651
+ bubble: ({ className }) => {
652
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
653
+ "svg",
654
+ {
655
+ xmlns: "http://www.w3.org/2000/svg",
656
+ width: "21",
657
+ height: "21",
658
+ viewBox: "0 0 21 21",
659
+ fill: "none",
660
+ className,
661
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
662
+ "path",
663
+ {
664
+ d: "M7 7.58333H14M7 9.91667H10.5M2.91667 11.0911C2.91667 12.3356 3.79011 13.4198 5.02211 13.601C5.90022 13.7301 6.78767 13.8289 7.68445 13.8958C7.95667 13.916 8.20556 14.0591 8.35722 14.2854L10.5 17.5L12.6428 14.2854C12.718 14.1737 12.8176 14.0805 12.9342 14.0129C13.0508 13.9454 13.1812 13.9054 13.3156 13.8958C14.2062 13.8293 15.0942 13.731 15.9779 13.601C17.2099 13.4198 18.0833 12.3363 18.0833 11.0903V6.40967C18.0833 5.16367 17.2099 4.08022 15.9779 3.899C14.1641 3.63278 12.3332 3.49942 10.5 3.5C8.63956 3.5 6.81022 3.63611 5.02211 3.899C3.79011 4.08022 2.91667 5.16445 2.91667 6.40967V11.0903V11.0911Z",
665
+ stroke: "currentColor",
666
+ strokeWidth: "1.25",
667
+ strokeLinecap: "round",
668
+ strokeLinejoin: "round"
669
+ }
670
+ )
671
+ }
672
+ );
673
+ },
674
+ megaphone: ({ className }) => {
675
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
676
+ "svg",
677
+ {
678
+ xmlns: "http://www.w3.org/2000/svg",
679
+ width: "21",
680
+ height: "21",
681
+ viewBox: "0 0 21 21",
682
+ fill: "none",
683
+ className,
684
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
685
+ "path",
686
+ {
687
+ d: "M9.1013 13.6763C8.52159 13.6288 7.93346 13.605 7.34028 13.605H6.70833C5.70272 13.605 4.7383 13.2293 4.02722 12.5604C3.31615 11.8916 2.91667 10.9844 2.91667 10.0385C2.91667 9.09265 3.31615 8.1855 4.02722 7.51666C4.7383 6.84782 5.70272 6.47206 6.70833 6.47206H7.34028C7.93346 6.47206 8.52159 6.44829 9.1013 6.40073M9.1013 13.6763C9.31447 14.4388 9.59337 15.1758 9.93125 15.882C10.1394 16.3179 9.98181 16.841 9.54113 17.0796L8.98755 17.3807C8.52328 17.6328 7.92588 17.4735 7.70091 17.0154C7.16695 15.9288 6.76012 14.7909 6.48758 13.6217M9.1013 13.6763C8.77014 12.4889 8.60306 11.2662 8.60417 10.0385C8.60417 8.78155 8.7769 7.56261 9.1013 6.40073M9.1013 13.6763C11.6978 13.8857 14.2261 14.568 16.5456 15.6855M9.1013 6.40073C11.6978 6.19144 14.2262 5.50906 16.5456 4.39162M16.5456 15.6855C16.4462 15.9866 16.3392 16.283 16.2254 16.5771M16.5456 15.6855C17.004 14.2958 17.2907 12.861 17.4 11.4097M16.5456 4.39162C16.4468 4.09195 16.34 3.79465 16.2254 3.5M16.5456 4.39162C17.004 5.78131 17.2907 7.21603 17.4 8.66743M17.4 8.66743C17.8171 8.99475 18.0833 9.48772 18.0833 10.0385C18.0833 10.5894 17.8171 11.0823 17.4 11.4097M17.4 8.66743C17.4691 9.58035 17.4691 10.4967 17.4 11.4097",
688
+ stroke: "currentColor",
689
+ strokeWidth: "1.25",
690
+ strokeLinecap: "round",
691
+ strokeLinejoin: "round"
692
+ }
693
+ )
694
+ }
695
+ );
696
+ },
697
+ filter: ({ className }) => {
698
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
699
+ "svg",
700
+ {
701
+ xmlns: "http://www.w3.org/2000/svg",
702
+ width: "22",
703
+ height: "22",
704
+ viewBox: "0 0 22 22",
705
+ fill: "none",
706
+ className,
707
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
708
+ "path",
709
+ {
710
+ d: "M9.6875 5.75H18.2188M9.6875 5.75C9.6875 6.0981 9.54922 6.43194 9.30308 6.67808C9.05694 6.92422 8.7231 7.0625 8.375 7.0625C8.0269 7.0625 7.69306 6.92422 7.44692 6.67808C7.20078 6.43194 7.0625 6.0981 7.0625 5.75M9.6875 5.75C9.6875 5.4019 9.54922 5.06806 9.30308 4.82192C9.05694 4.57578 8.7231 4.4375 8.375 4.4375C8.0269 4.4375 7.69306 4.57578 7.44692 4.82192C7.20078 5.06806 7.0625 5.4019 7.0625 5.75M7.0625 5.75H3.78125M9.6875 16.25H18.2188M9.6875 16.25C9.6875 16.5981 9.54922 16.9319 9.30308 17.1781C9.05694 17.4242 8.7231 17.5625 8.375 17.5625C8.0269 17.5625 7.69306 17.4242 7.44692 17.1781C7.20078 16.9319 7.0625 16.5981 7.0625 16.25M9.6875 16.25C9.6875 15.9019 9.54922 15.5681 9.30308 15.3219C9.05694 15.0758 8.7231 14.9375 8.375 14.9375C8.0269 14.9375 7.69306 15.0758 7.44692 15.3219C7.20078 15.5681 7.0625 15.9019 7.0625 16.25M7.0625 16.25H3.78125M14.9375 11H18.2188M14.9375 11C14.9375 11.3481 14.7992 11.6819 14.5531 11.9281C14.3069 12.1742 13.9731 12.3125 13.625 12.3125C13.2769 12.3125 12.9431 12.1742 12.6969 11.9281C12.4508 11.6819 12.3125 11.3481 12.3125 11M14.9375 11C14.9375 10.6519 14.7992 10.3181 14.5531 10.0719C14.3069 9.82578 13.9731 9.6875 13.625 9.6875C13.2769 9.6875 12.9431 9.82578 12.6969 10.0719C12.4508 10.3181 12.3125 10.6519 12.3125 11M12.3125 11H3.78125",
711
+ stroke: "currentColor",
712
+ strokeWidth: "1.25",
713
+ strokeLinecap: "round",
714
+ strokeLinejoin: "round"
715
+ }
716
+ )
717
+ }
718
+ );
719
+ },
720
+ menu: ({ className }) => {
721
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
722
+ "svg",
723
+ {
724
+ xmlns: "http://www.w3.org/2000/svg",
725
+ width: "18",
726
+ height: "18",
727
+ viewBox: "0 0 18 18",
728
+ fill: "none",
729
+ className,
730
+ children: [
731
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 5.25H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
732
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 9H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" }),
733
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M2.25 12.75H15.75", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round" })
734
+ ]
735
+ }
736
+ );
737
+ },
738
+ home: ({ className }) => {
739
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
740
+ "svg",
741
+ {
742
+ xmlns: "http://www.w3.org/2000/svg",
743
+ width: "18",
744
+ height: "18",
745
+ viewBox: "0 0 18 18",
746
+ fill: "none",
747
+ className,
748
+ children: [
749
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
750
+ "path",
751
+ {
752
+ d: "M8.60249 2.88071C8.70796 2.77538 8.85092 2.71621 8.99999 2.71621C9.14905 2.71621 9.29202 2.77538 9.39749 2.88071L15.915 9.39821C15.9669 9.45191 16.029 9.49474 16.0976 9.52418C16.1663 9.55363 16.2401 9.56911 16.3148 9.56973C16.3895 9.57034 16.4635 9.55607 16.5326 9.52776C16.6018 9.49944 16.6645 9.45764 16.7173 9.4048C16.7701 9.35196 16.8119 9.28914 16.8401 9.22C16.8684 9.15086 16.8826 9.07678 16.8819 9.00209C16.8812 8.92741 16.8656 8.8536 16.8361 8.78499C16.8066 8.71638 16.7637 8.65433 16.71 8.60246L10.1932 2.08496C10.0365 1.92826 9.85051 1.80396 9.64577 1.71915C9.44103 1.63435 9.22159 1.5907 8.99999 1.5907C8.77838 1.5907 8.55894 1.63435 8.3542 1.71915C8.14947 1.80396 7.96344 1.92826 7.80674 2.08496L1.28924 8.60246C1.23554 8.65438 1.19272 8.71647 1.16327 8.78511C1.13382 8.85375 1.11834 8.92757 1.11773 9.00225C1.11711 9.07694 1.13138 9.15101 1.15969 9.22012C1.18801 9.28924 1.22981 9.35202 1.28265 9.40481C1.33549 9.4576 1.39831 9.49934 1.46745 9.52759C1.53659 9.55584 1.61067 9.57004 1.68536 9.56935C1.76005 9.56867 1.83385 9.55312 1.90246 9.5236C1.97108 9.49409 2.03312 9.45121 2.08499 9.39746L8.60249 2.88071Z",
753
+ fill: "currentColor"
754
+ }
755
+ ),
756
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
757
+ "path",
758
+ {
759
+ d: "M9 4.07397L15.1193 10.1932C15.1418 10.2157 15.1643 10.2367 15.1875 10.2577V14.9062C15.1875 15.6825 14.5575 16.3125 13.7812 16.3125H11.25C11.1008 16.3125 10.9577 16.2532 10.8523 16.1477C10.7468 16.0422 10.6875 15.8992 10.6875 15.75V12.375C10.6875 12.2258 10.6282 12.0827 10.5227 11.9772C10.4173 11.8717 10.2742 11.8125 10.125 11.8125H7.875C7.72582 11.8125 7.58274 11.8717 7.47725 11.9772C7.37176 12.0827 7.3125 12.2258 7.3125 12.375V15.75C7.3125 15.8992 7.25324 16.0422 7.14775 16.1477C7.04226 16.2532 6.89918 16.3125 6.75 16.3125H4.21875C3.84579 16.3125 3.4881 16.1643 3.22438 15.9006C2.96066 15.6369 2.8125 15.2792 2.8125 14.9062V10.2577C2.83583 10.2369 2.85859 10.2153 2.88075 10.1932L9 4.07397Z",
760
+ fill: "currentColor"
761
+ }
762
+ )
763
+ ]
764
+ }
765
+ );
766
+ },
767
+ exclamation: ({ className, fill }) => {
768
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
769
+ "svg",
770
+ {
771
+ xmlns: "http://www.w3.org/2000/svg",
772
+ width: "18",
773
+ height: "18",
774
+ viewBox: "0 0 18 18",
775
+ fill: "none",
776
+ className,
777
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
778
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
779
+ "path",
780
+ {
781
+ d: "M11.264 2.37077C11.2832 2.37715 11.3024 2.38353 11.3223 2.3901C12.3182 2.72483 13.1824 3.30575 13.9306 4.03468C13.9575 4.06039 13.9843 4.08609 14.0119 4.11257C14.1806 4.27693 14.33 4.45208 14.4754 4.63713C14.4981 4.66509 14.5208 4.69305 14.5442 4.72185C15.0188 5.31801 15.3774 6.01161 15.6224 6.73137C15.6303 6.75453 15.6382 6.77768 15.6464 6.80155C16.1308 8.2413 16.1125 9.82918 15.6224 11.2641C15.6105 11.2995 15.6105 11.2995 15.5983 11.3356C15.3948 11.9315 15.1066 12.5059 14.7335 13.0141C14.7221 13.0297 14.7107 13.0453 14.6989 13.0614C14.313 13.5865 13.8736 14.0779 13.3571 14.4772C13.3155 14.5109 13.3155 14.5109 13.273 14.5454C12.6801 15.0224 11.982 15.3801 11.264 15.6247C11.2408 15.6326 11.2177 15.6406 11.1938 15.6487C9.43757 16.2402 7.50979 16.0678 5.85241 15.2592C4.96204 14.8102 4.13267 14.1489 3.52213 13.3583C3.49962 13.3305 3.47711 13.3028 3.45392 13.2742C2.32855 11.8738 1.85507 9.99621 2.03839 8.22438C2.17342 7.0638 2.58402 5.9339 3.26407 4.98139C3.27714 4.96288 3.29022 4.94436 3.30369 4.92529C3.51689 4.62523 3.75292 4.35545 4.00958 4.09206C4.03773 4.06274 4.06588 4.03342 4.09403 4.00409C4.26597 3.8279 4.44681 3.67012 4.6404 3.5183C4.6683 3.49563 4.69621 3.47296 4.72496 3.4496C6.54339 2.00006 9.08031 1.63201 11.264 2.37077Z",
782
+ fill: "currentColor"
783
+ }
784
+ ),
785
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
786
+ "path",
787
+ {
788
+ d: "M9.36648 5.85289C9.53634 5.9647 9.6533 6.12598 9.71812 6.32867C9.73452 6.40467 9.74201 6.47516 9.74238 6.55312C9.74254 6.57462 9.74269 6.59612 9.74284 6.61826C9.7429 6.64157 9.74296 6.66489 9.74302 6.68891C9.74315 6.71368 9.74329 6.73845 9.74344 6.76397C9.74385 6.84591 9.7441 6.92785 9.74431 7.00979C9.7444 7.03785 9.74448 7.06592 9.74457 7.09484C9.74497 7.22817 9.74528 7.3615 9.74545 7.49483C9.74568 7.66315 9.74639 7.83146 9.74732 7.99978C9.74787 8.11787 9.74805 8.23596 9.74812 8.35405C9.74823 8.41042 9.74847 8.46679 9.74886 8.52316C9.75351 9.23268 9.75351 9.23268 9.54833 9.48966C9.39246 9.65505 9.20768 9.73677 8.98973 9.75C8.78199 9.74035 8.59485 9.64627 8.44906 9.48814C8.28258 9.27909 8.24899 9.03597 8.25049 8.7678C8.25038 8.7429 8.25027 8.718 8.25015 8.69234C8.24987 8.61081 8.25006 8.5293 8.25027 8.44777C8.25023 8.39068 8.25017 8.33358 8.25009 8.27649C8.24999 8.15716 8.25013 8.03783 8.25043 7.9185C8.25079 7.76594 8.25058 7.6134 8.2502 7.46085C8.24997 7.34306 8.25004 7.22527 8.25021 7.10748C8.25025 7.05125 8.2502 6.99501 8.25005 6.93877C8.24989 6.86005 8.25014 6.78135 8.25049 6.70263C8.25036 6.67965 8.25023 6.65668 8.2501 6.63301C8.25225 6.37163 8.32078 6.1648 8.48128 5.96879C8.72644 5.71507 9.07274 5.68973 9.36648 5.85289Z",
789
+ fill: "white"
790
+ }
791
+ ),
792
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
793
+ "path",
794
+ {
795
+ d: "M9.34541 10.8369C9.52938 10.9471 9.67125 11.1068 9.73271 11.3148C9.77656 11.529 9.73613 11.7317 9.62145 11.916C9.49889 12.0867 9.3528 12.1846 9.14957 12.2412C8.92053 12.2704 8.73922 12.2283 8.55045 12.0972C8.38043 11.959 8.27865 11.7781 8.25072 11.5592C8.24266 11.3506 8.30179 11.162 8.43381 10.9998C8.68322 10.7451 9.02878 10.6749 9.34541 10.8369Z",
796
+ fill: "white"
797
+ }
798
+ )
799
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
800
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
801
+ "path",
802
+ {
803
+ d: "M5.03711 3.84082C6.60875 2.5881 8.77805 2.2038 10.7188 2.72754L11.1035 2.84473L11.1064 2.8457C11.125 2.85187 11.144 2.85694 11.1631 2.86328V2.86426C11.9606 3.13233 12.6739 3.57547 13.3125 4.14258L13.582 4.39258L13.585 4.39551L13.666 4.47363C13.7385 4.54442 13.8078 4.61844 13.876 4.69629L14.082 4.94629L14.0869 4.95215L14.1562 5.03711C14.5346 5.51326 14.8361 6.06221 15.0586 6.6416L15.1494 6.89258V6.89355L15.1738 6.96387C15.5931 8.21222 15.6047 9.58552 15.2295 10.8506L15.1494 11.1025L15.1484 11.1045C15.1368 11.1391 15.1363 11.1401 15.125 11.1738C14.9596 11.6581 14.7354 12.1232 14.4541 12.542L14.3301 12.7178L14.3291 12.7197C14.3181 12.7348 14.3072 12.7501 14.2959 12.7656C13.9281 13.2659 13.5205 13.7197 13.0518 14.082L13.3457 14.4629L13.0508 14.0811L13.042 14.0889L12.958 14.1572C12.4859 14.5367 11.9342 14.8378 11.3535 15.0605L11.1025 15.1514H11.1016C11.0793 15.159 11.0571 15.1669 11.0342 15.1748C9.51234 15.6873 7.84224 15.5817 6.36426 14.9443L6.07129 14.8096C5.3482 14.4439 4.67072 13.9288 4.1377 13.3203L3.91797 13.0527L3.91016 13.0439L3.84277 12.959H3.8418C2.81057 11.6744 2.36571 9.93549 2.53516 8.28223C2.64545 7.33424 2.95228 6.41319 3.44727 5.60938L3.6709 5.27148L3.67285 5.26953C3.6858 5.2512 3.69858 5.23275 3.71191 5.21387L3.71094 5.21289C3.85636 5.00834 4.01615 4.81758 4.18945 4.62891L4.36816 4.44141L4.37012 4.43848C4.39734 4.41013 4.42493 4.38187 4.45215 4.35352C4.52879 4.27498 4.60794 4.19996 4.69043 4.12695L4.94922 3.91211L4.95605 3.90625C4.98272 3.88459 5.00872 3.86211 5.03613 3.83984L5.03711 3.84082Z",
804
+ stroke: "currentColor"
805
+ }
806
+ ),
807
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
808
+ "path",
809
+ {
810
+ d: "M9.36648 5.85289C9.53634 5.9647 9.6533 6.12598 9.71812 6.32867C9.73452 6.40467 9.74201 6.47516 9.74238 6.55312C9.74254 6.57462 9.74269 6.59612 9.74284 6.61826C9.7429 6.64157 9.74296 6.66489 9.74302 6.68891C9.74315 6.71368 9.74329 6.73845 9.74344 6.76397C9.74385 6.84591 9.7441 6.92785 9.74431 7.00979C9.7444 7.03785 9.74448 7.06592 9.74457 7.09484C9.74497 7.22817 9.74528 7.3615 9.74545 7.49483C9.74568 7.66315 9.74639 7.83146 9.74732 7.99978C9.74787 8.11787 9.74805 8.23596 9.74812 8.35405C9.74823 8.41042 9.74847 8.46679 9.74886 8.52316C9.75351 9.23268 9.75351 9.23268 9.54833 9.48966C9.39246 9.65505 9.20768 9.73677 8.98973 9.75C8.78199 9.74035 8.59485 9.64627 8.44906 9.48814C8.28258 9.27909 8.24899 9.03597 8.25049 8.7678C8.25038 8.7429 8.25027 8.718 8.25015 8.69234C8.24987 8.61081 8.25006 8.5293 8.25027 8.44777C8.25023 8.39068 8.25017 8.33358 8.25009 8.27649C8.24999 8.15716 8.25013 8.03783 8.25043 7.9185C8.25079 7.76594 8.25058 7.6134 8.2502 7.46085C8.24997 7.34306 8.25004 7.22527 8.25021 7.10748C8.25025 7.05125 8.2502 6.99501 8.25005 6.93877C8.24989 6.86005 8.25014 6.78135 8.25049 6.70263C8.25036 6.67965 8.25023 6.65668 8.2501 6.63301C8.25225 6.37163 8.32078 6.1648 8.48128 5.96879C8.72644 5.71507 9.07274 5.68973 9.36648 5.85289Z",
811
+ fill: "currentColor"
812
+ }
813
+ ),
814
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
815
+ "path",
816
+ {
817
+ d: "M9.34541 10.8369C9.52938 10.9471 9.67125 11.1068 9.73271 11.3148C9.77656 11.529 9.73613 11.7317 9.62145 11.916C9.49889 12.0867 9.3528 12.1846 9.14957 12.2412C8.92053 12.2704 8.73922 12.2283 8.55045 12.0972C8.38043 11.959 8.27865 11.7781 8.25072 11.5592C8.24266 11.3506 8.30179 11.162 8.43381 10.9998C8.68322 10.7451 9.02878 10.6749 9.34541 10.8369Z",
818
+ fill: "currentColor"
819
+ }
820
+ )
821
+ ] })
822
+ }
823
+ );
824
+ },
825
+ close: ({ className }) => {
826
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
827
+ "svg",
828
+ {
829
+ xmlns: "http://www.w3.org/2000/svg",
830
+ width: "27",
831
+ height: "27",
832
+ viewBox: "0 0 27 27",
833
+ fill: "none",
834
+ className,
835
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
836
+ "path",
837
+ {
838
+ fillRule: "evenodd",
839
+ clipRule: "evenodd",
840
+ d: "M6.24339 6.2645C6.39943 6.10887 6.61095 6.02146 6.83149 6.02146C7.05203 6.02146 7.26355 6.10887 7.41959 6.2645L13.4893 12.3255L19.5589 6.2645C19.6351 6.18285 19.727 6.11736 19.8291 6.07194C19.9312 6.02652 20.0414 6.0021 20.1531 6.00013C20.2648 5.99816 20.3758 6.01869 20.4795 6.06048C20.5831 6.10228 20.6772 6.16449 20.7562 6.2434C20.8353 6.32232 20.8976 6.41632 20.9394 6.51979C20.9813 6.62327 21.0018 6.73411 20.9999 6.84569C20.9979 6.95727 20.9734 7.06732 20.928 7.16926C20.8825 7.27119 20.8169 7.36294 20.7351 7.43902L14.6655 13.5L20.7351 19.561C20.8169 19.6371 20.8825 19.7288 20.928 19.8307C20.9734 19.9327 20.9979 20.0427 20.9999 20.1543C21.0018 20.2659 20.9813 20.3767 20.9394 20.4802C20.8976 20.5837 20.8353 20.6777 20.7562 20.7566C20.6772 20.8355 20.5831 20.8977 20.4795 20.9395C20.3758 20.9813 20.2648 21.0018 20.1531 20.9999C20.0414 20.9979 19.9312 20.9735 19.8291 20.9281C19.727 20.8826 19.6351 20.8172 19.5589 20.7355L13.4893 14.6745L7.41959 20.7355C7.26183 20.8823 7.05317 20.9622 6.83757 20.9584C6.62196 20.9546 6.41626 20.8674 6.26378 20.7151C6.1113 20.5629 6.02396 20.3575 6.02016 20.1422C6.01635 19.9269 6.09638 19.7185 6.24339 19.561L12.313 13.5L6.24339 7.43902C6.08754 7.2832 6 7.07198 6 6.85176C6 6.63154 6.08754 6.42032 6.24339 6.2645Z",
841
+ fill: "currentColor"
842
+ }
843
+ )
844
+ }
845
+ );
846
+ },
847
+ // ----------------------------------- old ---------------------------------
848
+ // ** Status **
849
+ plus: ({ className, fill }) => {
850
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
851
+ "svg",
852
+ {
853
+ width: "24",
854
+ height: "24",
855
+ viewBox: "0 0 24 24",
856
+ fill: "none",
857
+ xmlns: "http://www.w3.org/2000/svg",
858
+ className,
859
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12 4.5V19.5M19.5 12H4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
860
+ }
861
+ );
862
+ },
863
+ check: ({ className, fill }) => {
864
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
865
+ "svg",
866
+ {
867
+ width: "24",
868
+ height: "24",
869
+ viewBox: "0 0 24 24",
870
+ fill: "none",
871
+ xmlns: "http://www.w3.org/2000/svg",
872
+ className,
873
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 12.75L10.5 18.75L19.5 5.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
874
+ }
875
+ );
876
+ },
877
+ "plus-circle": ({ className, fill }) => {
878
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
879
+ "svg",
880
+ {
881
+ width: "24",
882
+ height: "24",
883
+ viewBox: "0 0 24 24",
884
+ fill: "none",
885
+ xmlns: "http://www.w3.org/2000/svg",
886
+ className,
887
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
888
+ "path",
889
+ {
890
+ fillRule: "evenodd",
891
+ clipRule: "evenodd",
892
+ d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM12.75 9C12.75 8.80109 12.671 8.61032 12.5303 8.46967C12.3897 8.32902 12.1989 8.25 12 8.25C11.8011 8.25 11.6103 8.32902 11.4697 8.46967C11.329 8.61032 11.25 8.80109 11.25 9V11.25H9C8.80109 11.25 8.61032 11.329 8.46967 11.4697C8.32902 11.6103 8.25 11.8011 8.25 12C8.25 12.1989 8.32902 12.3897 8.46967 12.5303C8.61032 12.671 8.80109 12.75 9 12.75H11.25V15C11.25 15.1989 11.329 15.3897 11.4697 15.5303C11.6103 15.671 11.8011 15.75 12 15.75C12.1989 15.75 12.3897 15.671 12.5303 15.5303C12.671 15.3897 12.75 15.1989 12.75 15V12.75H15C15.1989 12.75 15.3897 12.671 15.5303 12.5303C15.671 12.3897 15.75 12.1989 15.75 12C15.75 11.8011 15.671 11.6103 15.5303 11.4697C15.3897 11.329 15.1989 11.25 15 11.25H12.75V9Z",
893
+ fill: "currentColor"
894
+ }
895
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
896
+ "path",
897
+ {
898
+ d: "M12 9V15M15 12H9M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
899
+ stroke: "currentColor",
900
+ strokeLinecap: "round",
901
+ strokeLinejoin: "round"
902
+ }
903
+ )
904
+ }
905
+ );
906
+ },
907
+ "minus-circle": ({ className, fill }) => {
908
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
909
+ "svg",
910
+ {
911
+ width: "24",
912
+ height: "24",
913
+ viewBox: "0 0 24 24",
914
+ fill: "none",
915
+ xmlns: "http://www.w3.org/2000/svg",
916
+ className,
917
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
918
+ "path",
919
+ {
920
+ fillRule: "evenodd",
921
+ clipRule: "evenodd",
922
+ d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM15 12.75C15.1989 12.75 15.3897 12.671 15.5303 12.5303C15.671 12.3897 15.75 12.1989 15.75 12C15.75 11.8011 15.671 11.6103 15.5303 11.4697C15.3897 11.329 15.1989 11.25 15 11.25H9C8.80109 11.25 8.61032 11.329 8.46967 11.4697C8.32902 11.6103 8.25 11.8011 8.25 12C8.25 12.1989 8.32902 12.3897 8.46967 12.5303C8.61032 12.671 8.80109 12.75 9 12.75H15Z",
923
+ fill: "currentColor"
924
+ }
925
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
926
+ "path",
927
+ {
928
+ d: "M15 12H9M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
929
+ stroke: "currentColor",
930
+ strokeLinecap: "round",
931
+ strokeLinejoin: "round"
932
+ }
933
+ )
934
+ }
935
+ );
936
+ },
937
+ "close-circle": ({ className, fill }) => {
938
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
939
+ "svg",
940
+ {
941
+ width: "24",
942
+ height: "24",
943
+ viewBox: "0 0 24 24",
944
+ fill: "none",
945
+ xmlns: "http://www.w3.org/2000/svg",
946
+ className,
947
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
948
+ "path",
949
+ {
950
+ fillRule: "evenodd",
951
+ clipRule: "evenodd",
952
+ d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM10.28 9.22C10.2113 9.14631 10.1285 9.08721 10.0365 9.04622C9.94454 9.00523 9.84522 8.98318 9.74452 8.98141C9.64382 8.97963 9.54379 8.99816 9.4504 9.03588C9.35701 9.0736 9.27218 9.12974 9.20096 9.20096C9.12974 9.27218 9.0736 9.35701 9.03588 9.4504C8.99816 9.54379 8.97963 9.64382 8.98141 9.74452C8.98318 9.84522 9.00523 9.94454 9.04622 10.0365C9.08721 10.1285 9.14631 10.2113 9.22 10.28L10.94 12L9.22 13.72C9.14631 13.7887 9.08721 13.8715 9.04622 13.9635C9.00523 14.0555 8.98318 14.1548 8.98141 14.2555C8.97963 14.3562 8.99816 14.4562 9.03588 14.5496C9.0736 14.643 9.12974 14.7278 9.20096 14.799C9.27218 14.8703 9.35701 14.9264 9.4504 14.9641C9.54379 15.0018 9.64382 15.0204 9.74452 15.0186C9.84522 15.0168 9.94454 14.9948 10.0365 14.9538C10.1285 14.9128 10.2113 14.8537 10.28 14.78L12 13.06L13.72 14.78C13.7887 14.8537 13.8715 14.9128 13.9635 14.9538C14.0555 14.9948 14.1548 15.0168 14.2555 15.0186C14.3562 15.0204 14.4562 15.0018 14.5496 14.9641C14.643 14.9264 14.7278 14.8703 14.799 14.799C14.8703 14.7278 14.9264 14.643 14.9641 14.5496C15.0018 14.4562 15.0204 14.3562 15.0186 14.2555C15.0168 14.1548 14.9948 14.0555 14.9538 13.9635C14.9128 13.8715 14.8537 13.7887 14.78 13.72L13.06 12L14.78 10.28C14.8537 10.2113 14.9128 10.1285 14.9538 10.0365C14.9948 9.94454 15.0168 9.84522 15.0186 9.74452C15.0204 9.64382 15.0018 9.54379 14.9641 9.4504C14.9264 9.35701 14.8703 9.27218 14.799 9.20096C14.7278 9.12974 14.643 9.0736 14.5496 9.03588C14.4562 8.99816 14.3562 8.97963 14.2555 8.98141C14.1548 8.98318 14.0555 9.00523 13.9635 9.04622C13.8715 9.08721 13.7887 9.14631 13.72 9.22L12 10.94L10.28 9.22Z",
953
+ fill: "currentColor"
954
+ }
955
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
956
+ "path",
957
+ {
958
+ d: "M9.75 9.75L14.25 14.25M14.25 9.75L9.75 14.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
959
+ stroke: "currentColor",
960
+ strokeLinecap: "round",
961
+ strokeLinejoin: "round"
962
+ }
963
+ )
964
+ }
965
+ );
966
+ },
967
+ "check-circle": ({ className, fill }) => {
968
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
969
+ "svg",
970
+ {
971
+ width: "24",
972
+ height: "24",
973
+ viewBox: "0 0 24 24",
974
+ fill: "none",
975
+ xmlns: "http://www.w3.org/2000/svg",
976
+ className,
977
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
978
+ "path",
979
+ {
980
+ fillRule: "evenodd",
981
+ clipRule: "evenodd",
982
+ d: "M2.25 12C2.25 6.615 6.615 2.25 12 2.25C17.385 2.25 21.75 6.615 21.75 12C21.75 17.385 17.385 21.75 12 21.75C6.615 21.75 2.25 17.385 2.25 12ZM15.61 10.186C15.67 10.1061 15.7134 10.0149 15.7377 9.91795C15.762 9.82098 15.7666 9.72014 15.7514 9.62135C15.7361 9.52257 15.7012 9.42782 15.6489 9.3427C15.5965 9.25757 15.5276 9.18378 15.4463 9.12565C15.3649 9.06753 15.2728 9.02624 15.1753 9.00423C15.0778 8.98221 14.9769 8.97991 14.8785 8.99746C14.7801 9.01501 14.6862 9.05205 14.6023 9.10641C14.5184 9.16077 14.4462 9.23135 14.39 9.314L11.154 13.844L9.53 12.22C9.38783 12.0875 9.19978 12.0154 9.00548 12.0188C8.81118 12.0223 8.62579 12.101 8.48838 12.2384C8.35097 12.3758 8.27225 12.5612 8.26882 12.7555C8.2654 12.9498 8.33752 13.1378 8.47 13.28L10.72 15.53C10.797 15.6069 10.8898 15.6662 10.992 15.7036C11.0942 15.7411 11.2033 15.7559 11.3118 15.7469C11.4202 15.738 11.5255 15.7055 11.6201 15.6519C11.7148 15.5982 11.7967 15.5245 11.86 15.436L15.61 10.186Z",
983
+ fill: "currentColor"
984
+ }
985
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
986
+ "path",
987
+ {
988
+ d: "M9 12.75L11.25 15L15 9.75M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
989
+ stroke: "currentColor",
990
+ strokeLinecap: "round",
991
+ strokeLinejoin: "round"
992
+ }
993
+ )
994
+ }
995
+ );
996
+ },
997
+ "info-circle": ({ className, fill }) => {
998
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
999
+ "svg",
1000
+ {
1001
+ width: "24",
1002
+ height: "24",
1003
+ viewBox: "0 0 24 24",
1004
+ fill: "none",
1005
+ xmlns: "http://www.w3.org/2000/svg",
1006
+ className,
1007
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1008
+ "path",
1009
+ {
1010
+ fillRule: "evenodd",
1011
+ clipRule: "evenodd",
1012
+ d: "M2.25 12C2.25 6.615 6.615 2.25 12 2.25C17.385 2.25 21.75 6.615 21.75 12C21.75 17.385 17.385 21.75 12 21.75C6.615 21.75 2.25 17.385 2.25 12ZM10.956 10.558C12.102 9.985 13.393 11.021 13.082 12.264L12.373 15.1L12.415 15.08C12.5912 15.0025 12.7905 14.9958 12.9715 15.0612C13.1526 15.1265 13.3016 15.259 13.3877 15.4312C13.4737 15.6033 13.4903 15.802 13.434 15.9861C13.3777 16.1702 13.2527 16.3255 13.085 16.42L13.045 16.442C11.898 17.015 10.607 15.979 10.918 14.736L11.628 11.9L11.586 11.92C11.4975 11.9692 11.4 11.9999 11.2994 12.0104C11.1987 12.0209 11.097 12.0109 11.0003 11.981C10.9036 11.9511 10.8139 11.902 10.7367 11.8366C10.6595 11.7711 10.5964 11.6907 10.551 11.6002C10.5057 11.5098 10.4792 11.411 10.4731 11.31C10.4669 11.209 10.4813 11.1078 10.5153 11.0124C10.5493 10.9171 10.6022 10.8297 10.6709 10.7553C10.7396 10.681 10.8226 10.6214 10.915 10.58L10.956 10.558ZM12 9C12.1989 9 12.3897 8.92098 12.5303 8.78033C12.671 8.63968 12.75 8.44891 12.75 8.25C12.75 8.05109 12.671 7.86032 12.5303 7.71967C12.3897 7.57902 12.1989 7.5 12 7.5C11.8011 7.5 11.6103 7.57902 11.4697 7.71967C11.329 7.86032 11.25 8.05109 11.25 8.25C11.25 8.44891 11.329 8.63968 11.4697 8.78033C11.6103 8.92098 11.8011 9 12 9Z",
1013
+ fill: "currentColor"
1014
+ }
1015
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1016
+ "path",
1017
+ {
1018
+ d: "M11.25 11.25L11.291 11.23C11.4192 11.1659 11.5631 11.14 11.7057 11.1552C11.8482 11.1703 11.9834 11.2261 12.0952 11.3157C12.2071 11.4054 12.2909 11.5252 12.3368 11.661C12.3826 11.7968 12.3886 11.9429 12.354 12.082L11.646 14.918C11.6111 15.0572 11.6169 15.2034 11.6627 15.3394C11.7084 15.4754 11.7922 15.5954 11.9041 15.6852C12.016 15.775 12.1513 15.8308 12.294 15.846C12.4367 15.8612 12.5807 15.8352 12.709 15.771L12.75 15.75M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12ZM12 8.25H12.008V8.258H12V8.25Z",
1019
+ stroke: "currentColor",
1020
+ strokeLinecap: "round",
1021
+ strokeLinejoin: "round"
1022
+ }
1023
+ )
1024
+ }
1025
+ );
1026
+ },
1027
+ "question-circle": ({ className, fill }) => {
1028
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1029
+ "svg",
1030
+ {
1031
+ width: "24",
1032
+ height: "24",
1033
+ viewBox: "0 0 24 24",
1034
+ fill: "none",
1035
+ xmlns: "http://www.w3.org/2000/svg",
1036
+ className,
1037
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1038
+ "path",
1039
+ {
1040
+ fillRule: "evenodd",
1041
+ clipRule: "evenodd",
1042
+ d: "M2.25 12C2.25 6.615 6.615 2.25 12 2.25C17.385 2.25 21.75 6.615 21.75 12C21.75 17.385 17.385 21.75 12 21.75C6.615 21.75 2.25 17.385 2.25 12ZM13.628 8.083C12.738 7.306 11.262 7.306 10.373 8.083C10.2233 8.21402 10.0277 8.28019 9.82915 8.26697C9.63064 8.25375 9.44552 8.16221 9.3145 8.0125C9.18348 7.86279 9.11731 7.66716 9.13053 7.46865C9.14375 7.27014 9.23529 7.08502 9.385 6.954C10.839 5.682 13.161 5.682 14.615 6.954C16.128 8.278 16.128 10.472 14.615 11.796C14.362 12.0166 14.0805 12.2023 13.778 12.348C13.102 12.676 12.75 13.122 12.75 13.5V14.25C12.75 14.4489 12.671 14.6397 12.5303 14.7803C12.3897 14.921 12.1989 15 12 15C11.8011 15 11.6103 14.921 11.4697 14.7803C11.329 14.6397 11.25 14.4489 11.25 14.25V13.5C11.25 12.221 12.31 11.393 13.125 10.998C13.307 10.91 13.476 10.799 13.628 10.667C14.458 9.94 14.458 8.81 13.628 8.083ZM12 18C12.1989 18 12.3897 17.921 12.5303 17.7803C12.671 17.6397 12.75 17.4489 12.75 17.25C12.75 17.0511 12.671 16.8603 12.5303 16.7197C12.3897 16.579 12.1989 16.5 12 16.5C11.8011 16.5 11.6103 16.579 11.4697 16.7197C11.329 16.8603 11.25 17.0511 11.25 17.25C11.25 17.4489 11.329 17.6397 11.4697 17.7803C11.6103 17.921 11.8011 18 12 18Z",
1043
+ fill: "currentColor"
1044
+ }
1045
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1046
+ "path",
1047
+ {
1048
+ d: "M9.879 7.519C11.05 6.494 12.95 6.494 14.121 7.519C15.293 8.544 15.293 10.206 14.121 11.231C13.918 11.41 13.691 11.557 13.451 11.673C12.706 12.034 12.001 12.672 12.001 13.5V14.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12ZM12 17.25H12.008V17.258H12V17.25Z",
1049
+ stroke: "currentColor",
1050
+ strokeLinecap: "round",
1051
+ strokeLinejoin: "round"
1052
+ }
1053
+ )
1054
+ }
1055
+ );
1056
+ },
1057
+ "exclamation-circle": ({ className, fill }) => {
1058
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1059
+ "svg",
1060
+ {
1061
+ width: "24",
1062
+ height: "24",
1063
+ viewBox: "0 0 24 24",
1064
+ fill: "none",
1065
+ xmlns: "http://www.w3.org/2000/svg",
1066
+ className,
1067
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1068
+ "path",
1069
+ {
1070
+ fillRule: "evenodd",
1071
+ clipRule: "evenodd",
1072
+ d: "M2.25 12C2.25 6.615 6.615 2.25 12 2.25C17.385 2.25 21.75 6.615 21.75 12C21.75 17.385 17.385 21.75 12 21.75C6.615 21.75 2.25 17.385 2.25 12ZM12 8.25C12.1989 8.25 12.3897 8.32902 12.5303 8.46967C12.671 8.61032 12.75 8.80109 12.75 9V12.75C12.75 12.9489 12.671 13.1397 12.5303 13.2803C12.3897 13.421 12.1989 13.5 12 13.5C11.8011 13.5 11.6103 13.421 11.4697 13.2803C11.329 13.1397 11.25 12.9489 11.25 12.75V9C11.25 8.80109 11.329 8.61032 11.4697 8.46967C11.6103 8.32902 11.8011 8.25 12 8.25ZM12 16.5C12.1989 16.5 12.3897 16.421 12.5303 16.2803C12.671 16.1397 12.75 15.9489 12.75 15.75C12.75 15.5511 12.671 15.3603 12.5303 15.2197C12.3897 15.079 12.1989 15 12 15C11.8011 15 11.6103 15.079 11.4697 15.2197C11.329 15.3603 11.25 15.5511 11.25 15.75C11.25 15.9489 11.329 16.1397 11.4697 16.2803C11.6103 16.421 11.8011 16.5 12 16.5Z",
1073
+ fill: "currentColor"
1074
+ }
1075
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1076
+ "path",
1077
+ {
1078
+ d: "M12 9V12.75M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12ZM12 15.75H12.008V15.758H12V15.75Z",
1079
+ stroke: "currentColor",
1080
+ strokeLinecap: "round",
1081
+ strokeLinejoin: "round"
1082
+ }
1083
+ )
1084
+ }
1085
+ );
1086
+ },
1087
+ "exclamation-triangle": ({ className, fill }) => {
1088
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1089
+ "svg",
1090
+ {
1091
+ width: "24",
1092
+ height: "24",
1093
+ viewBox: "0 0 24 24",
1094
+ fill: "none",
1095
+ xmlns: "http://www.w3.org/2000/svg",
1096
+ className,
1097
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1098
+ "path",
1099
+ {
1100
+ fillRule: "evenodd",
1101
+ clipRule: "evenodd",
1102
+ d: "M9.401 3.00293C10.556 1.00293 13.444 1.00293 14.598 3.00293L21.953 15.7509C23.107 17.7509 21.663 20.2509 19.354 20.2509H4.645C2.336 20.2509 0.892995 17.7509 2.047 15.7509L9.4 3.00293H9.401ZM12 8.24993C12.1989 8.24993 12.3897 8.32895 12.5303 8.4696C12.671 8.61025 12.75 8.80102 12.75 8.99993V12.7499C12.75 12.9488 12.671 13.1396 12.5303 13.2803C12.3897 13.4209 12.1989 13.4999 12 13.4999C11.8011 13.4999 11.6103 13.4209 11.4697 13.2803C11.329 13.1396 11.25 12.9488 11.25 12.7499V8.99993C11.25 8.80102 11.329 8.61025 11.4697 8.4696C11.6103 8.32895 11.8011 8.24993 12 8.24993ZM12 16.4999C12.1989 16.4999 12.3897 16.4209 12.5303 16.2803C12.671 16.1396 12.75 15.9488 12.75 15.7499C12.75 15.551 12.671 15.3603 12.5303 15.2196C12.3897 15.0789 12.1989 14.9999 12 14.9999C11.8011 14.9999 11.6103 15.0789 11.4697 15.2196C11.329 15.3603 11.25 15.551 11.25 15.7499C11.25 15.9488 11.329 16.1396 11.4697 16.2803C11.6103 16.4209 11.8011 16.4999 12 16.4999Z",
1103
+ fill: "currentColor"
1104
+ }
1105
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1106
+ "path",
1107
+ {
1108
+ d: "M12 8.99993V12.7499M2.697 16.1259C1.831 17.6259 2.914 19.4999 4.645 19.4999H19.355C21.085 19.4999 22.168 17.6259 21.303 16.1259L13.949 3.37793C13.083 1.87793 10.917 1.87793 10.051 3.37793L2.697 16.1259ZM12 15.7499H12.007V15.7579H12V15.7499Z",
1109
+ stroke: "currentColor",
1110
+ strokeLinecap: "round",
1111
+ strokeLinejoin: "round"
1112
+ }
1113
+ )
1114
+ }
1115
+ );
1116
+ },
1117
+ loading: ({ className, fill }) => {
1118
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
1119
+ "svg",
1120
+ {
1121
+ width: "24",
1122
+ height: "24",
1123
+ viewBox: "0 0 24 24",
1124
+ fill: "none",
1125
+ xmlns: "http://www.w3.org/2000/svg",
1126
+ className,
1127
+ children: [
1128
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1129
+ "path",
1130
+ {
1131
+ d: "M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM6.6 12C6.6 14.9823 9.01766 17.4 12 17.4C14.9823 17.4 17.4 14.9823 17.4 12C17.4 9.01766 14.9823 6.6 12 6.6C9.01766 6.6 6.6 9.01766 6.6 12Z",
1132
+ fill: "currentColor",
1133
+ fillOpacity: "0.1"
1134
+ }
1135
+ ),
1136
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1137
+ "path",
1138
+ {
1139
+ d: "M21 12C21 13.9006 20.3983 15.7524 19.2812 17.2901C18.164 18.8277 16.5887 19.9722 14.7812 20.5595C12.9736 21.1468 11.0264 21.1468 9.21885 20.5595C7.41126 19.9722 5.836 18.8277 4.71885 17.2901C3.60169 15.7524 3 13.9006 3 12C3 10.0994 3.60169 8.24756 4.71885 6.70993C5.836 5.1723 7.41126 4.02781 9.21885 3.44049C11.0264 2.85317 12.9736 2.85317 14.7812 3.44049L13.6687 6.8643C12.5841 6.5119 11.4159 6.5119 10.3313 6.86429C9.24675 7.21669 8.3016 7.90338 7.63131 8.82596C6.96102 9.74854 6.6 10.8596 6.6 12C6.6 13.1404 6.96102 14.2515 7.63131 15.174C8.3016 16.0966 9.24675 16.7833 10.3313 17.1357C11.4159 17.4881 12.5841 17.4881 13.6687 17.1357C14.7532 16.7833 15.6984 16.0966 16.3687 15.174C17.039 14.2515 17.4 13.1404 17.4 12H21Z",
1140
+ fill: "currentColor"
1141
+ }
1142
+ )
1143
+ ]
1144
+ }
1145
+ );
1146
+ },
1147
+ // ** User **
1148
+ "user-circle": ({ className, fill }) => {
1149
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1150
+ "svg",
1151
+ {
1152
+ width: "24",
1153
+ height: "24",
1154
+ viewBox: "0 0 24 24",
1155
+ fill: "none",
1156
+ xmlns: "http://www.w3.org/2000/svg",
1157
+ className,
1158
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1159
+ "path",
1160
+ {
1161
+ fillRule: "evenodd",
1162
+ clipRule: "evenodd",
1163
+ d: "M18.685 19.097C19.654 18.1865 20.426 17.0869 20.9532 15.8662C21.4803 14.6455 21.7515 13.3297 21.75 12C21.75 6.615 17.385 2.25 12 2.25C6.61501 2.25 2.25001 6.615 2.25001 12C2.24847 13.3297 2.51967 14.6455 3.04686 15.8662C3.57404 17.0869 4.346 18.1865 5.31501 19.097C7.12194 20.8039 9.51435 21.7533 12 21.75C14.4857 21.7533 16.8781 20.8039 18.685 19.097ZM6.14501 17.812C6.84708 16.9336 7.73802 16.2247 8.75164 15.7379C9.76527 15.2511 10.8755 14.9989 12 15C13.1245 14.9989 14.2347 15.2511 15.2484 15.7379C16.262 16.2247 17.1529 16.9336 17.855 17.812C17.089 18.5857 16.1771 19.1996 15.172 19.6181C14.1669 20.0366 13.0887 20.2514 12 20.25C10.9113 20.2514 9.83311 20.0366 8.82803 19.6181C7.82296 19.1996 6.91098 18.5857 6.14501 17.812ZM15.75 9C15.75 9.99456 15.3549 10.9484 14.6517 11.6517C13.9484 12.3549 12.9946 12.75 12 12.75C11.0054 12.75 10.0516 12.3549 9.34836 11.6517C8.64509 10.9484 8.25001 9.99456 8.25001 9C8.25001 8.00544 8.64509 7.05161 9.34836 6.34835C10.0516 5.64509 11.0054 5.25 12 5.25C12.9946 5.25 13.9484 5.64509 14.6517 6.34835C15.3549 7.05161 15.75 8.00544 15.75 9Z",
1164
+ fill: "currentColor"
1165
+ }
1166
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1167
+ "path",
1168
+ {
1169
+ d: "M17.9825 18.7252C17.2838 17.8001 16.3798 17.0498 15.3417 16.5336C14.3036 16.0173 13.1599 15.7491 12.0005 15.7502C10.8411 15.7491 9.69739 16.0173 8.65932 16.5336C7.62125 17.0498 6.71724 17.8001 6.0185 18.7252M17.9825 18.7252C19.346 17.5124 20.3076 15.9137 20.7417 14.1413C21.1758 12.3688 21.0608 10.5063 20.412 8.80067C19.7632 7.09506 18.6112 5.62697 17.1089 4.59109C15.6066 3.55521 13.8248 3.00049 12 3.00049C10.1752 3.00049 8.39343 3.55521 6.89111 4.59109C5.38878 5.62697 4.23683 7.09506 3.58804 8.80067C2.93924 10.5063 2.82425 12.3688 3.25832 14.1413C3.69239 15.9137 4.655 17.5124 6.0185 18.7252M17.9825 18.7252C16.3365 20.1934 14.2061 21.0033 12.0005 21.0002C9.79453 21.0036 7.66474 20.1936 6.0185 18.7252M15.0005 9.75019C15.0005 10.5458 14.6844 11.3089 14.1218 11.8715C13.5592 12.4341 12.7962 12.7502 12.0005 12.7502C11.2049 12.7502 10.4418 12.4341 9.87918 11.8715C9.31657 11.3089 9.0005 10.5458 9.0005 9.75019C9.0005 8.95454 9.31657 8.19148 9.87918 7.62887C10.4418 7.06626 11.2049 6.75019 12.0005 6.75019C12.7962 6.75019 13.5592 7.06626 14.1218 7.62887C14.6844 8.19148 15.0005 8.95454 15.0005 9.75019Z",
1170
+ stroke: "currentColor",
1171
+ strokeLinecap: "round",
1172
+ strokeLinejoin: "round"
1173
+ }
1174
+ )
1175
+ }
1176
+ );
1177
+ },
1178
+ "user-plus": ({ className, fill }) => {
1179
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1180
+ "svg",
1181
+ {
1182
+ width: "24",
1183
+ height: "24",
1184
+ viewBox: "0 0 24 24",
1185
+ fill: "none",
1186
+ xmlns: "http://www.w3.org/2000/svg",
1187
+ className,
1188
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1189
+ "path",
1190
+ {
1191
+ d: "M5.25 6.375C5.25 5.28098 5.6846 4.23177 6.45818 3.45818C7.23177 2.6846 8.28098 2.25 9.375 2.25C10.469 2.25 11.5182 2.6846 12.2918 3.45818C13.0654 4.23177 13.5 5.28098 13.5 6.375C13.5 7.46902 13.0654 8.51823 12.2918 9.29182C11.5182 10.0654 10.469 10.5 9.375 10.5C8.28098 10.5 7.23177 10.0654 6.45818 9.29182C5.6846 8.51823 5.25 7.46902 5.25 6.375ZM2.25 19.125C2.25 17.2353 3.00067 15.4231 4.33686 14.0869C5.67306 12.7507 7.48533 12 9.375 12C11.2647 12 13.0769 12.7507 14.4131 14.0869C15.7493 15.4231 16.5 17.2353 16.5 19.125V19.128L16.499 19.247C16.4969 19.3742 16.4624 19.4987 16.3989 19.6089C16.3354 19.7191 16.245 19.8114 16.136 19.877C14.0952 21.106 11.7573 21.7536 9.375 21.75C6.903 21.75 4.589 21.066 2.615 19.877C2.50585 19.8115 2.41517 19.7193 2.35149 19.6091C2.28781 19.4989 2.25323 19.3743 2.251 19.247L2.25 19.125ZM18.75 7.5C18.75 7.30109 18.671 7.11032 18.5303 6.96967C18.3897 6.82902 18.1989 6.75 18 6.75C17.8011 6.75 17.6103 6.82902 17.4697 6.96967C17.329 7.11032 17.25 7.30109 17.25 7.5V9.75H15C14.8011 9.75 14.6103 9.82902 14.4697 9.96967C14.329 10.1103 14.25 10.3011 14.25 10.5C14.25 10.6989 14.329 10.8897 14.4697 11.0303C14.6103 11.171 14.8011 11.25 15 11.25H17.25V13.5C17.25 13.6989 17.329 13.8897 17.4697 14.0303C17.6103 14.171 17.8011 14.25 18 14.25C18.1989 14.25 18.3897 14.171 18.5303 14.0303C18.671 13.8897 18.75 13.6989 18.75 13.5V11.25H21C21.1989 11.25 21.3897 11.171 21.5303 11.0303C21.671 10.8897 21.75 10.6989 21.75 10.5C21.75 10.3011 21.671 10.1103 21.5303 9.96967C21.3897 9.82902 21.1989 9.75 21 9.75H18.75V7.5Z",
1192
+ fill: "currentColor"
1193
+ }
1194
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1195
+ "path",
1196
+ {
1197
+ d: "M18 7.5V10.5M18 10.5V13.5M18 10.5H21M18 10.5H15M12.75 6.375C12.75 7.27011 12.3944 8.12855 11.7615 8.76149C11.1285 9.39442 10.2701 9.75 9.375 9.75C8.47989 9.75 7.62145 9.39442 6.98851 8.76149C6.35558 8.12855 6 7.27011 6 6.375C6 5.47989 6.35558 4.62145 6.98851 3.98851C7.62145 3.35558 8.47989 3 9.375 3C10.2701 3 11.1285 3.35558 11.7615 3.98851C12.3944 4.62145 12.75 5.47989 12.75 6.375ZM3 19.235V19.125C3 17.4342 3.67165 15.8127 4.86719 14.6172C6.06274 13.4216 7.68424 12.75 9.375 12.75C11.0658 12.75 12.6873 13.4216 13.8828 14.6172C15.0784 15.8127 15.75 17.4342 15.75 19.125V19.234C13.8255 20.3931 11.6206 21.0038 9.374 21C7.043 21 4.862 20.355 3 19.234V19.235Z",
1198
+ stroke: "currentColor",
1199
+ strokeLinecap: "round",
1200
+ strokeLinejoin: "round"
1201
+ }
1202
+ )
1203
+ }
1204
+ );
1205
+ },
1206
+ "user-minus": ({ className, fill }) => {
1207
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1208
+ "svg",
1209
+ {
1210
+ width: "24",
1211
+ height: "24",
1212
+ viewBox: "0 0 24 24",
1213
+ fill: "none",
1214
+ xmlns: "http://www.w3.org/2000/svg",
1215
+ className,
1216
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1217
+ "path",
1218
+ {
1219
+ d: "M10.375 2.25C9.28097 2.25 8.23176 2.6846 7.45817 3.45818C6.68458 4.23177 6.24998 5.28098 6.24998 6.375C6.24998 7.46902 6.68458 8.51823 7.45817 9.29182C8.23176 10.0654 9.28097 10.5 10.375 10.5C11.469 10.5 12.5182 10.0654 13.2918 9.29182C14.0654 8.51823 14.5 7.46902 14.5 6.375C14.5 5.28098 14.0654 4.23177 13.2918 3.45818C12.5182 2.6846 11.469 2.25 10.375 2.25ZM10.375 12C9.42904 12 8.49257 12.1883 7.6202 12.5541C6.74782 12.9198 5.957 13.4556 5.29387 14.1302C4.63074 14.8047 4.10857 15.6046 3.75783 16.4831C3.40708 17.3616 3.23479 18.3012 3.25098 19.247C3.2531 19.3742 3.28753 19.4987 3.35103 19.6089C3.41454 19.7191 3.50502 19.8114 3.61398 19.877C5.65478 21.106 7.99272 21.7536 10.375 21.75C12.847 21.75 15.161 21.066 17.135 19.877C17.2441 19.8115 17.3348 19.7193 17.3985 19.6091C17.4622 19.4989 17.4968 19.3743 17.499 19.247L17.5 19.127V19.125C17.5 17.2353 16.7493 15.4231 15.4131 14.0869C14.0769 12.7507 12.2647 12 10.375 12ZM16 9.75C15.8011 9.75 15.6103 9.82902 15.4697 9.96967C15.329 10.1103 15.25 10.3011 15.25 10.5C15.25 10.6989 15.329 10.8897 15.4697 11.0303C15.6103 11.171 15.8011 11.25 16 11.25H22C22.1989 11.25 22.3897 11.171 22.5303 11.0303C22.671 10.8897 22.75 10.6989 22.75 10.5C22.75 10.3011 22.671 10.1103 22.5303 9.96967C22.3897 9.82902 22.1989 9.75 22 9.75H16Z",
1220
+ fill: "currentColor"
1221
+ }
1222
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1223
+ "path",
1224
+ {
1225
+ d: "M22 10.5H16M13.75 6.375C13.75 6.81821 13.6627 7.25708 13.4931 7.66656C13.3235 8.07603 13.0749 8.44809 12.7615 8.76149C12.4481 9.07488 12.076 9.32348 11.6666 9.49309C11.2571 9.6627 10.8182 9.75 10.375 9.75C9.93179 9.75 9.49292 9.6627 9.08344 9.49309C8.67397 9.32348 8.30191 9.07488 7.98851 8.76149C7.67512 8.44809 7.42652 8.07603 7.25691 7.66656C7.0873 7.25708 7 6.81821 7 6.375C7 5.47989 7.35558 4.62145 7.98851 3.98851C8.62145 3.35558 9.47989 3 10.375 3C11.2701 3 12.1285 3.35558 12.7615 3.98851C13.3944 4.62145 13.75 5.47989 13.75 6.375ZM4 19.235V19.125C4 17.4342 4.67165 15.8127 5.86719 14.6172C7.06274 13.4216 8.68424 12.75 10.375 12.75C12.0658 12.75 13.6873 13.4216 14.8828 14.6172C16.0784 15.8127 16.75 17.4342 16.75 19.125V19.234C14.8255 20.3931 12.6206 21.0038 10.374 21C8.043 21 5.862 20.355 4 19.234V19.235Z",
1226
+ stroke: "currentColor",
1227
+ strokeLinecap: "round",
1228
+ strokeLinejoin: "round"
1229
+ }
1230
+ )
1231
+ }
1232
+ );
1233
+ },
1234
+ // user: ({ className, fill }: IconProps) => {
1235
+ // return (
1236
+ // <svg
1237
+ // width="24"
1238
+ // height="24"
1239
+ // viewBox="0 0 24 24"
1240
+ // fill="none"
1241
+ // xmlns="http://www.w3.org/2000/svg"
1242
+ // className={className}
1243
+ // >
1244
+ // {fill ? (
1245
+ // <path
1246
+ // fillRule="evenodd"
1247
+ // clipRule="evenodd"
1248
+ // d="M7.49997 6C7.49997 4.80653 7.97408 3.66193 8.81799 2.81802C9.66191 1.97411 10.8065 1.5 12 1.5C13.1934 1.5 14.338 1.97411 15.182 2.81802C16.0259 3.66193 16.5 4.80653 16.5 6C16.5 7.19347 16.0259 8.33807 15.182 9.18198C14.338 10.0259 13.1934 10.5 12 10.5C10.8065 10.5 9.66191 10.0259 8.81799 9.18198C7.97408 8.33807 7.49997 7.19347 7.49997 6ZM3.75097 20.105C3.78469 17.9395 4.66862 15.8741 6.21193 14.3546C7.75525 12.8351 9.83419 11.9834 12 11.9834C14.1658 11.9834 16.2447 12.8351 17.788 14.3546C19.3313 15.8741 20.2153 17.9395 20.249 20.105C20.2516 20.2508 20.2116 20.3942 20.134 20.5176C20.0564 20.641 19.9445 20.7392 19.812 20.8C17.3611 21.9237 14.6961 22.5037 12 22.5C9.21397 22.5 6.56697 21.892 4.18797 20.8C4.05546 20.7392 3.94355 20.641 3.86594 20.5176C3.78832 20.3942 3.74837 20.2508 3.75097 20.105Z"
1249
+ // fill="currentColor"
1250
+ // />
1251
+ // ) : (
1252
+ // <path
1253
+ // d="M15.75 6C15.75 6.99456 15.3549 7.94839 14.6516 8.65165C13.9484 9.35491 12.9945 9.75 12 9.75C11.0054 9.75 10.0516 9.35491 9.34833 8.65165C8.64506 7.94839 8.24998 6.99456 8.24998 6C8.24998 5.00544 8.64506 4.05161 9.34833 3.34835C10.0516 2.64509 11.0054 2.25 12 2.25C12.9945 2.25 13.9484 2.64509 14.6516 3.34835C15.3549 4.05161 15.75 5.00544 15.75 6ZM4.50098 20.118C4.53311 18.1504 5.33731 16.2742 6.74015 14.894C8.14299 13.5139 10.0321 12.7405 12 12.7405C13.9679 12.7405 15.857 13.5139 17.2598 14.894C18.6626 16.2742 19.4668 18.1504 19.499 20.118C17.1464 21.1968 14.5881 21.7535 12 21.75C9.32398 21.75 6.78398 21.166 4.50098 20.118Z"
1254
+ // stroke="currentColor"
1255
+ // strokeLinecap="round"
1256
+ // strokeLinejoin="round"
1257
+ // />
1258
+ // )}
1259
+ // </svg>
1260
+ // );
1261
+ // },
1262
+ // users: ({ className, fill }: IconProps) => {
1263
+ // return (
1264
+ // <svg
1265
+ // width="24"
1266
+ // height="24"
1267
+ // viewBox="0 0 24 24"
1268
+ // fill="none"
1269
+ // xmlns="http://www.w3.org/2000/svg"
1270
+ // className={className}
1271
+ // >
1272
+ // {fill ? (
1273
+ // <path
1274
+ // d="M4.5 6.375C4.5 5.28098 4.9346 4.23177 5.70818 3.45818C6.48177 2.6846 7.53098 2.25 8.625 2.25C9.71902 2.25 10.7682 2.6846 11.5418 3.45818C12.3154 4.23177 12.75 5.28098 12.75 6.375C12.75 7.46902 12.3154 8.51823 11.5418 9.29182C10.7682 10.0654 9.71902 10.5 8.625 10.5C7.53098 10.5 6.48177 10.0654 5.70818 9.29182C4.9346 8.51823 4.5 7.46902 4.5 6.375ZM14.25 8.625C14.25 8.18179 14.3373 7.74292 14.5069 7.33344C14.6765 6.92397 14.9251 6.55191 15.2385 6.23851C15.5519 5.92512 15.924 5.67652 16.3334 5.50691C16.7429 5.3373 17.1818 5.25 17.625 5.25C18.0682 5.25 18.5071 5.3373 18.9166 5.50691C19.326 5.67652 19.6981 5.92512 20.0115 6.23851C20.3249 6.55191 20.5735 6.92397 20.7431 7.33344C20.9127 7.74292 21 8.18179 21 8.625C21 9.52011 20.6444 10.3785 20.0115 11.0115C19.3786 11.6444 18.5201 12 17.625 12C16.7299 12 15.8715 11.6444 15.2385 11.0115C14.6056 10.3785 14.25 9.52011 14.25 8.625ZM1.5 19.125C1.5 17.2353 2.25067 15.4231 3.58686 14.0869C4.92306 12.7507 6.73533 12 8.625 12C10.5147 12 12.3269 12.7507 13.6631 14.0869C14.9993 15.4231 15.75 17.2353 15.75 19.125V19.128L15.749 19.247C15.7469 19.3742 15.7125 19.4987 15.6489 19.6089C15.5854 19.7191 15.495 19.8114 15.386 19.877C13.3452 21.106 11.0073 21.7536 8.625 21.75C6.153 21.75 3.839 21.066 1.865 19.877C1.75585 19.8115 1.66517 19.7193 1.60149 19.6091C1.53781 19.4989 1.50323 19.3743 1.501 19.247L1.5 19.125ZM17.25 19.128L17.249 19.272C17.2434 19.6053 17.1638 19.9332 17.016 20.232C18.7617 20.3397 20.5054 19.9916 22.076 19.222C22.1975 19.1626 22.3006 19.0715 22.3745 18.9583C22.4485 18.8451 22.4904 18.7141 22.496 18.579C22.5313 17.7402 22.3494 16.9066 21.9679 16.1588C21.5864 15.4109 21.0183 14.7743 20.3185 14.3105C19.6188 13.8467 18.8111 13.5715 17.9738 13.5115C17.1364 13.4515 16.2977 13.6087 15.539 13.968C16.6522 15.4566 17.2522 17.2662 17.249 19.125L17.25 19.128Z"
1275
+ // fill="currentColor"
1276
+ // />
1277
+ // ) : (
1278
+ // <path
1279
+ // d="M15 19.128C15.853 19.3757 16.7368 19.5009 17.625 19.5C19.0534 19.5021 20.4633 19.1764 21.746 18.548C21.7839 17.6517 21.5286 16.7675 21.0188 16.0293C20.509 15.2912 19.7724 14.7394 18.9207 14.4575C18.0691 14.1757 17.1487 14.1791 16.2992 14.4674C15.4497 14.7557 14.7173 15.313 14.213 16.055M15 19.128V19.125C15 18.012 14.714 16.965 14.213 16.055M15 19.128V19.234C13.0755 20.3931 10.8706 21.0038 8.62402 21C6.29302 21 4.11202 20.355 2.25002 19.234L2.24902 19.125C2.24826 17.7095 2.71864 16.3339 3.58601 15.2153C4.45338 14.0966 5.6684 13.2984 7.03951 12.9466C8.41063 12.5948 9.85985 12.7093 11.1587 13.2721C12.4575 13.8349 13.5321 14.814 14.213 16.055M12 6.375C12 7.27011 11.6444 8.12855 11.0115 8.76149C10.3786 9.39442 9.52013 9.75 8.62502 9.75C7.72992 9.75 6.87147 9.39442 6.23854 8.76149C5.6056 8.12855 5.25002 7.27011 5.25002 6.375C5.25002 5.47989 5.6056 4.62145 6.23854 3.98851C6.87147 3.35558 7.72992 3 8.62502 3C9.52013 3 10.3786 3.35558 11.0115 3.98851C11.6444 4.62145 12 5.47989 12 6.375ZM20.25 8.625C20.25 9.32119 19.9735 9.98887 19.4812 10.4812C18.9889 10.9734 18.3212 11.25 17.625 11.25C16.9288 11.25 16.2612 10.9734 15.7689 10.4812C15.2766 9.98887 15 9.32119 15 8.625C15 7.92881 15.2766 7.26113 15.7689 6.76884C16.2612 6.27656 16.9288 6 17.625 6C18.3212 6 18.9889 6.27656 19.4812 6.76884C19.9735 7.26113 20.25 7.92881 20.25 8.625Z"
1280
+ // stroke="currentColor"
1281
+ // strokeLinecap="round"
1282
+ // strokeLinejoin="round"
1283
+ // />
1284
+ // )}
1285
+ // </svg>
1286
+ // );
1287
+ // },
1288
+ // ** Common **
1289
+ camera: ({ className, fill }) => {
1290
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1291
+ "svg",
1292
+ {
1293
+ width: "24",
1294
+ height: "24",
1295
+ viewBox: "0 0 24 24",
1296
+ fill: "none",
1297
+ xmlns: "http://www.w3.org/2000/svg",
1298
+ className,
1299
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1300
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1301
+ "path",
1302
+ {
1303
+ d: "M12 9C11.0054 9 10.0516 9.39509 9.34835 10.0983C8.64509 10.8016 8.25 11.7554 8.25 12.75C8.25 13.7446 8.64509 14.6984 9.34835 15.4017C10.0516 16.1049 11.0054 16.5 12 16.5C12.9946 16.5 13.9484 16.1049 14.6517 15.4017C15.3549 14.6984 15.75 13.7446 15.75 12.75C15.75 11.7554 15.3549 10.8016 14.6517 10.0983C13.9484 9.39509 12.9946 9 12 9Z",
1304
+ fill: "currentColor"
1305
+ }
1306
+ ),
1307
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1308
+ "path",
1309
+ {
1310
+ fillRule: "evenodd",
1311
+ clipRule: "evenodd",
1312
+ d: "M9.344 3.07103C11.1134 2.976 12.8866 2.976 14.656 3.07103C15.623 3.12303 16.486 3.65603 16.988 4.46103L17.809 5.77803C18.049 6.16103 18.454 6.42103 18.919 6.48803C19.305 6.54203 19.689 6.60103 20.071 6.66503C21.503 6.90403 22.5 8.15803 22.5 9.57403V18C22.5 18.7957 22.1839 19.5587 21.6213 20.1214C21.0587 20.684 20.2956 21 19.5 21H4.5C3.70435 21 2.94129 20.684 2.37868 20.1214C1.81607 19.5587 1.5 18.7957 1.5 18V9.57403C1.5 8.15803 2.497 6.90403 3.929 6.66503C4.311 6.60103 4.695 6.54203 5.08 6.48703C5.30561 6.45684 5.52189 6.37763 5.71364 6.25498C5.9054 6.13233 6.06799 5.9692 6.19 5.77703L7.012 4.46203C7.2605 4.06009 7.60216 3.72391 8.00808 3.48196C8.414 3.24001 8.87223 3.0984 9.344 3.07103ZM6.75 12.75C6.75 11.3576 7.30312 10.0223 8.28769 9.03772C9.27225 8.05316 10.6076 7.50003 12 7.50003C13.3924 7.50003 14.7277 8.05316 15.7123 9.03772C16.6969 10.0223 17.25 11.3576 17.25 12.75C17.25 14.1424 16.6969 15.4778 15.7123 16.4623C14.7277 17.4469 13.3924 18 12 18C10.6076 18 9.27225 17.4469 8.28769 16.4623C7.30312 15.4778 6.75 14.1424 6.75 12.75ZM18.75 11.25C18.9489 11.25 19.1397 11.171 19.2803 11.0304C19.421 10.8897 19.5 10.6989 19.5 10.5C19.5 10.3011 19.421 10.1104 19.2803 9.9697C19.1397 9.82905 18.9489 9.75003 18.75 9.75003C18.5511 9.75003 18.3603 9.82905 18.2197 9.9697C18.079 10.1104 18 10.3011 18 10.5C18 10.6989 18.079 10.8897 18.2197 11.0304C18.3603 11.171 18.5511 11.25 18.75 11.25Z",
1313
+ fill: "currentColor"
1314
+ }
1315
+ )
1316
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1317
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1318
+ "path",
1319
+ {
1320
+ d: "M6.827 6.17496C6.64699 6.45987 6.40682 6.70194 6.12334 6.88419C5.83985 7.06645 5.51993 7.18446 5.186 7.22996C4.806 7.28396 4.429 7.34196 4.052 7.40496C2.999 7.57996 2.25 8.50696 2.25 9.57396V18C2.25 18.5967 2.48705 19.169 2.90901 19.591C3.33097 20.0129 3.90326 20.25 4.5 20.25H19.5C20.0967 20.25 20.669 20.0129 21.091 19.591C21.5129 19.169 21.75 18.5967 21.75 18V9.57396C21.75 8.50696 21 7.57996 19.948 7.40496C19.5707 7.3421 19.1927 7.28376 18.814 7.22996C18.4802 7.18432 18.1605 7.06624 17.8772 6.884C17.5939 6.70175 17.3539 6.45975 17.174 6.17496L16.352 4.85896C16.1674 4.55906 15.9132 4.30805 15.611 4.1272C15.3089 3.94634 14.9675 3.84095 14.616 3.81996C12.8733 3.72635 11.1267 3.72635 9.384 3.81996C9.03245 3.84095 8.69114 3.94634 8.38896 4.1272C8.08678 4.30805 7.83262 4.55906 7.648 4.85896L6.827 6.17496Z",
1321
+ stroke: "currentColor",
1322
+ strokeLinecap: "round",
1323
+ strokeLinejoin: "round"
1324
+ }
1325
+ ),
1326
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1327
+ "path",
1328
+ {
1329
+ d: "M16.5 12.75C16.5 13.9435 16.0259 15.0881 15.182 15.932C14.3381 16.7759 13.1935 17.25 12 17.25C10.8065 17.25 9.66193 16.7759 8.81802 15.932C7.97411 15.0881 7.5 13.9435 7.5 12.75C7.5 11.5565 7.97411 10.4119 8.81802 9.56802C9.66193 8.72411 10.8065 8.25 12 8.25C13.1935 8.25 14.3381 8.72411 15.182 9.56802C16.0259 10.4119 16.5 11.5565 16.5 12.75ZM18.75 10.5H18.758V10.508H18.75V10.5Z",
1330
+ stroke: "currentColor",
1331
+ strokeLinecap: "round",
1332
+ strokeLinejoin: "round"
1333
+ }
1334
+ )
1335
+ ] })
1336
+ }
1337
+ );
1338
+ },
1339
+ photo: ({ className, fill }) => {
1340
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1341
+ "svg",
1342
+ {
1343
+ width: "24",
1344
+ height: "24",
1345
+ viewBox: "0 0 24 24",
1346
+ fill: "none",
1347
+ xmlns: "http://www.w3.org/2000/svg",
1348
+ className,
1349
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1350
+ "path",
1351
+ {
1352
+ fillRule: "evenodd",
1353
+ clipRule: "evenodd",
1354
+ d: "M1.5 6C1.5 5.40326 1.73705 4.83097 2.15901 4.40901C2.58097 3.98705 3.15326 3.75 3.75 3.75H20.25C20.8467 3.75 21.419 3.98705 21.841 4.40901C22.2629 4.83097 22.5 5.40326 22.5 6V18C22.5 18.5967 22.2629 19.169 21.841 19.591C21.419 20.0129 20.8467 20.25 20.25 20.25H3.75C3.15326 20.25 2.58097 20.0129 2.15901 19.591C1.73705 19.169 1.5 18.5967 1.5 18V6ZM3 16.06V18C3 18.414 3.336 18.75 3.75 18.75H20.25C20.4489 18.75 20.6397 18.671 20.7803 18.5303C20.921 18.3897 21 18.1989 21 18V16.06L18.31 13.371C18.0287 13.0901 17.6475 12.9323 17.25 12.9323C16.8525 12.9323 16.4713 13.0901 16.19 13.371L15.31 14.25L16.28 15.22C16.3537 15.2887 16.4128 15.3715 16.4538 15.4635C16.4948 15.5555 16.5168 15.6548 16.5186 15.7555C16.5204 15.8562 16.5018 15.9562 16.4641 16.0496C16.4264 16.143 16.3703 16.2278 16.299 16.299C16.2278 16.3703 16.143 16.4264 16.0496 16.4641C15.9562 16.5018 15.8562 16.5204 15.7555 16.5186C15.6548 16.5168 15.5555 16.4948 15.4635 16.4538C15.3715 16.4128 15.2887 16.3537 15.22 16.28L10.06 11.121C9.77875 10.8401 9.3975 10.6823 9 10.6823C8.6025 10.6823 8.22125 10.8401 7.94 11.121L3 16.061V16.06ZM13.125 8.25C13.125 7.95163 13.2435 7.66548 13.4545 7.4545C13.6655 7.24353 13.9516 7.125 14.25 7.125C14.5484 7.125 14.8345 7.24353 15.0455 7.4545C15.2565 7.66548 15.375 7.95163 15.375 8.25C15.375 8.54837 15.2565 8.83452 15.0455 9.0455C14.8345 9.25647 14.5484 9.375 14.25 9.375C13.9516 9.375 13.6655 9.25647 13.4545 9.0455C13.2435 8.83452 13.125 8.54837 13.125 8.25Z",
1355
+ fill: "currentColor"
1356
+ }
1357
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1358
+ "path",
1359
+ {
1360
+ d: "M2.25 15.75L7.409 10.591C7.61793 10.3821 7.86597 10.2163 8.13896 10.1033C8.41194 9.99018 8.70452 9.93198 9 9.93198C9.29548 9.93198 9.58806 9.99018 9.86104 10.1033C10.134 10.2163 10.3821 10.3821 10.591 10.591L15.75 15.75M14.25 14.25L15.659 12.841C15.8679 12.6321 16.116 12.4663 16.389 12.3533C16.6619 12.2402 16.9545 12.182 17.25 12.182C17.5455 12.182 17.8381 12.2402 18.111 12.3533C18.384 12.4663 18.6321 12.6321 18.841 12.841L21.75 15.75M3.75 19.5H20.25C20.6478 19.5 21.0294 19.342 21.3107 19.0607C21.592 18.7794 21.75 18.3978 21.75 18V6C21.75 5.60218 21.592 5.22064 21.3107 4.93934C21.0294 4.65804 20.6478 4.5 20.25 4.5H3.75C3.35218 4.5 2.97064 4.65804 2.68934 4.93934C2.40804 5.22064 2.25 5.60218 2.25 6V18C2.25 18.3978 2.40804 18.7794 2.68934 19.0607C2.97064 19.342 3.35218 19.5 3.75 19.5ZM14.25 8.25H14.258V8.258H14.25V8.25ZM14.625 8.25C14.625 8.34946 14.5855 8.44484 14.5152 8.51517C14.4448 8.58549 14.3495 8.625 14.25 8.625C14.1505 8.625 14.0552 8.58549 13.9848 8.51517C13.9145 8.44484 13.875 8.34946 13.875 8.25C13.875 8.15054 13.9145 8.05516 13.9848 7.98484C14.0552 7.91451 14.1505 7.875 14.25 7.875C14.3495 7.875 14.4448 7.91451 14.5152 7.98484C14.5855 8.05516 14.625 8.15054 14.625 8.25Z",
1361
+ stroke: "currentColor",
1362
+ strokeLinecap: "round",
1363
+ strokeLinejoin: "round"
1364
+ }
1365
+ )
1366
+ }
1367
+ );
1368
+ },
1369
+ "monitor-jaw": ({ className, fill }) => {
1370
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1371
+ "svg",
1372
+ {
1373
+ width: "24",
1374
+ height: "24",
1375
+ viewBox: "0 0 24 24",
1376
+ fill: "none",
1377
+ xmlns: "http://www.w3.org/2000/svg",
1378
+ className,
1379
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1380
+ "path",
1381
+ {
1382
+ fillRule: "evenodd",
1383
+ clipRule: "evenodd",
1384
+ d: "M2.25 5.25C2.25 4.45435 2.56607 3.69129 3.12868 3.12868C3.69129 2.56607 4.45435 2.25 5.25 2.25H18.75C19.5456 2.25 20.3087 2.56607 20.8713 3.12868C21.4339 3.69129 21.75 4.45435 21.75 5.25V15C21.75 15.7956 21.4339 16.5587 20.8713 17.1213C20.3087 17.6839 19.5456 18 18.75 18H15.75V18.257C15.75 18.854 15.987 19.427 16.409 19.848L17.03 20.47C17.1348 20.5749 17.2061 20.7085 17.235 20.8539C17.2638 20.9993 17.249 21.15 17.1923 21.2869C17.1356 21.4239 17.0395 21.541 16.9163 21.6234C16.7931 21.7058 16.6482 21.7499 16.5 21.75H7.5C7.35176 21.7499 7.20688 21.7058 7.08367 21.6234C6.96045 21.541 6.86442 21.4239 6.80771 21.2869C6.751 21.15 6.73615 20.9993 6.76503 20.8539C6.79392 20.7085 6.86524 20.5749 6.97 20.47L7.591 19.848C8.01271 19.4263 8.24974 18.8544 8.25 18.258V18H5.25C4.45435 18 3.69129 17.6839 3.12868 17.1213C2.56607 16.5587 2.25 15.7956 2.25 15V5.25ZM3.75 5.25V12.75C3.75 13.1478 3.90804 13.5294 4.18934 13.8107C4.47064 14.092 4.85218 14.25 5.25 14.25H18.75C19.1478 14.25 19.5294 14.092 19.8107 13.8107C20.092 13.5294 20.25 13.1478 20.25 12.75V5.25C20.25 4.85218 20.092 4.47064 19.8107 4.18934C19.5294 3.90804 19.1478 3.75 18.75 3.75H5.25C4.85218 3.75 4.47064 3.90804 4.18934 4.18934C3.90804 4.47064 3.75 4.85218 3.75 5.25Z",
1385
+ fill: "currentColor"
1386
+ }
1387
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1388
+ "path",
1389
+ {
1390
+ d: "M9 17.25V18.257C9.00005 18.6511 8.92244 19.0414 8.77162 19.4055C8.6208 19.7696 8.39971 20.1004 8.121 20.379L7.5 21H16.5L15.879 20.379C15.6003 20.1004 15.3792 19.7696 15.2284 19.4055C15.0776 19.0414 15 18.6511 15 18.257V17.25M21 5.25V15C21 15.5967 20.7629 16.169 20.341 16.591C19.919 17.0129 19.3467 17.25 18.75 17.25H5.25C4.65326 17.25 4.08097 17.0129 3.65901 16.591C3.23705 16.169 3 15.5967 3 15V5.25M21 5.25C21 4.65326 20.7629 4.08097 20.341 3.65901C19.919 3.23705 19.3467 3 18.75 3H5.25C4.65326 3 4.08097 3.23705 3.65901 3.65901C3.23705 4.08097 3 4.65326 3 5.25M21 5.25V12C21 12.5967 20.7629 13.169 20.341 13.591C19.919 14.0129 19.3467 14.25 18.75 14.25H5.25C4.65326 14.25 4.08097 14.0129 3.65901 13.591C3.23705 13.169 3 12.5967 3 12V5.25",
1391
+ stroke: "currentColor",
1392
+ strokeLinecap: "round",
1393
+ strokeLinejoin: "round"
1394
+ }
1395
+ )
1396
+ }
1397
+ );
1398
+ },
1399
+ "monitor-neck": ({ className, fill }) => {
1400
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1401
+ "svg",
1402
+ {
1403
+ width: "24",
1404
+ height: "24",
1405
+ viewBox: "0 0 24 24",
1406
+ fill: "none",
1407
+ xmlns: "http://www.w3.org/2000/svg",
1408
+ className,
1409
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1410
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M19.5 6H4.5V15H19.5V6Z", fill: "currentColor" }),
1411
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1412
+ "path",
1413
+ {
1414
+ fillRule: "evenodd",
1415
+ clipRule: "evenodd",
1416
+ d: "M3.375 3C2.339 3 1.5 3.84 1.5 4.875V16.125C1.5 17.16 2.34 18 3.375 18H9.75V19.5H6C5.80109 19.5 5.61032 19.579 5.46967 19.7197C5.32902 19.8603 5.25 20.0511 5.25 20.25C5.25 20.4489 5.32902 20.6397 5.46967 20.7803C5.61032 20.921 5.80109 21 6 21H18C18.1989 21 18.3897 20.921 18.5303 20.7803C18.671 20.6397 18.75 20.4489 18.75 20.25C18.75 20.0511 18.671 19.8603 18.5303 19.7197C18.3897 19.579 18.1989 19.5 18 19.5H14.25V18H20.625C21.66 18 22.5 17.16 22.5 16.125V4.875C22.5 3.839 21.66 3 20.625 3H3.375ZM3.375 16.5H20.625C20.7245 16.5 20.8198 16.4605 20.8902 16.3902C20.9605 16.3198 21 16.2245 21 16.125V4.875C21 4.77554 20.9605 4.68016 20.8902 4.60984C20.8198 4.53951 20.7245 4.5 20.625 4.5H3.375C3.27554 4.5 3.18016 4.53951 3.10983 4.60984C3.03951 4.68016 3 4.77554 3 4.875V16.125C3 16.332 3.168 16.5 3.375 16.5Z",
1417
+ fill: "currentColor"
1418
+ }
1419
+ )
1420
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1421
+ "path",
1422
+ {
1423
+ d: "M6 20.25H18M10.5 17.25V20.25M13.5 17.25V20.25M3.375 17.25H20.625C21.246 17.25 21.75 16.746 21.75 16.125V4.875C21.75 4.254 21.246 3.75 20.625 3.75H3.375C2.754 3.75 2.25 4.254 2.25 4.875V16.125C2.25 16.746 2.754 17.25 3.375 17.25Z",
1424
+ stroke: "currentColor",
1425
+ strokeLinecap: "round",
1426
+ strokeLinejoin: "round"
1427
+ }
1428
+ )
1429
+ }
1430
+ );
1431
+ },
1432
+ sun: ({ className, fill }) => {
1433
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1434
+ "svg",
1435
+ {
1436
+ width: "24",
1437
+ height: "24",
1438
+ viewBox: "0 0 24 24",
1439
+ fill: "none",
1440
+ xmlns: "http://www.w3.org/2000/svg",
1441
+ className,
1442
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1443
+ "path",
1444
+ {
1445
+ d: "M12 2.25C12.1989 2.25 12.3897 2.32902 12.5303 2.46967C12.671 2.61032 12.75 2.80109 12.75 3V5.25C12.75 5.44891 12.671 5.63968 12.5303 5.78033C12.3897 5.92098 12.1989 6 12 6C11.8011 6 11.6103 5.92098 11.4697 5.78033C11.329 5.63968 11.25 5.44891 11.25 5.25V3C11.25 2.80109 11.329 2.61032 11.4697 2.46967C11.6103 2.32902 11.8011 2.25 12 2.25ZM7.5 12C7.5 10.8065 7.97411 9.66193 8.81802 8.81802C9.66193 7.97411 10.8065 7.5 12 7.5C13.1935 7.5 14.3381 7.97411 15.182 8.81802C16.0259 9.66193 16.5 10.8065 16.5 12C16.5 13.1935 16.0259 14.3381 15.182 15.182C14.3381 16.0259 13.1935 16.5 12 16.5C10.8065 16.5 9.66193 16.0259 8.81802 15.182C7.97411 14.3381 7.5 13.1935 7.5 12ZM18.894 6.166C19.0265 6.02382 19.0986 5.83578 19.0952 5.64148C19.0917 5.44718 19.013 5.26179 18.8756 5.12438C18.7382 4.98697 18.5528 4.90825 18.3585 4.90483C18.1642 4.9014 17.9762 4.97352 17.834 5.106L16.243 6.696C16.1713 6.76515 16.1142 6.84788 16.0748 6.93937C16.0355 7.03085 16.0147 7.12926 16.0138 7.22884C16.0129 7.32842 16.0318 7.42719 16.0695 7.51938C16.1072 7.61157 16.1628 7.69534 16.2332 7.76579C16.3036 7.83624 16.3873 7.89197 16.4795 7.92972C16.5716 7.96748 16.6704 7.9865 16.7699 7.98568C16.8695 7.98486 16.968 7.96422 17.0595 7.92496C17.151 7.8857 17.2338 7.8286 17.303 7.757L18.894 6.166ZM21.75 12C21.75 12.1989 21.671 12.3897 21.5303 12.5303C21.3897 12.671 21.1989 12.75 21 12.75H18.75C18.5511 12.75 18.3603 12.671 18.2197 12.5303C18.079 12.3897 18 12.1989 18 12C18 11.8011 18.079 11.6103 18.2197 11.4697C18.3603 11.329 18.5511 11.25 18.75 11.25H21C21.1989 11.25 21.3897 11.329 21.5303 11.4697C21.671 11.6103 21.75 11.8011 21.75 12ZM17.834 18.894C17.9762 19.0265 18.1642 19.0986 18.3585 19.0952C18.5528 19.0917 18.7382 19.013 18.8756 18.8756C19.013 18.7382 19.0917 18.5528 19.0952 18.3585C19.0986 18.1642 19.0265 17.9762 18.894 17.834L17.304 16.243C17.2348 16.1713 17.1521 16.1142 17.0606 16.0748C16.9691 16.0355 16.8707 16.0147 16.7712 16.0138C16.6716 16.0129 16.5728 16.0318 16.4806 16.0695C16.3884 16.1072 16.3047 16.1628 16.2342 16.2332C16.1638 16.3036 16.108 16.3873 16.0703 16.4795C16.0325 16.5716 16.0135 16.6704 16.0143 16.7699C16.0151 16.8695 16.0358 16.968 16.075 17.0595C16.1143 17.151 16.1714 17.2338 16.243 17.303L17.834 18.894ZM12 18C12.1989 18 12.3897 18.079 12.5303 18.2197C12.671 18.3603 12.75 18.5511 12.75 18.75V21C12.75 21.1989 12.671 21.3897 12.5303 21.5303C12.3897 21.671 12.1989 21.75 12 21.75C11.8011 21.75 11.6103 21.671 11.4697 21.5303C11.329 21.3897 11.25 21.1989 11.25 21V18.75C11.25 18.5511 11.329 18.3603 11.4697 18.2197C11.6103 18.079 11.8011 18 12 18ZM7.758 17.303C7.89455 17.1615 7.97006 16.972 7.96826 16.7753C7.96646 16.5787 7.88749 16.3906 7.74837 16.2516C7.60925 16.1126 7.4211 16.0339 7.22445 16.0322C7.0278 16.0306 6.83839 16.1063 6.697 16.243L5.106 17.833C4.96931 17.9744 4.89363 18.1638 4.89524 18.3605C4.89686 18.5571 4.97565 18.7452 5.11464 18.8844C5.25363 19.0235 5.4417 19.1025 5.63835 19.1043C5.835 19.1061 6.02448 19.0306 6.166 18.894L7.757 17.304L7.758 17.303ZM6 12C6 12.1989 5.92098 12.3897 5.78033 12.5303C5.63968 12.671 5.44891 12.75 5.25 12.75H3C2.80109 12.75 2.61032 12.671 2.46967 12.5303C2.32902 12.3897 2.25 12.1989 2.25 12C2.25 11.8011 2.32902 11.6103 2.46967 11.4697C2.61032 11.329 2.80109 11.25 3 11.25H5.25C5.44891 11.25 5.63968 11.329 5.78033 11.4697C5.92098 11.6103 6 11.8011 6 12ZM6.697 7.757C6.83918 7.88948 7.02722 7.9616 7.22152 7.95818C7.41582 7.95475 7.60121 7.87603 7.73862 7.73862C7.87603 7.60121 7.95475 7.41582 7.95818 7.22152C7.9616 7.02722 7.88948 6.83918 7.757 6.697L6.167 5.106C6.02561 4.96931 5.8362 4.89363 5.63955 4.89524C5.4429 4.89686 5.25475 4.97565 5.11563 5.11464C4.97651 5.25363 4.89754 5.4417 4.89574 5.63835C4.89394 5.835 4.96945 6.02448 5.106 6.166L6.697 7.757Z",
1446
+ fill: "currentColor"
1447
+ }
1448
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1449
+ "path",
1450
+ {
1451
+ d: "M12 3V5.25M18.364 5.636L16.773 7.227M21 12H18.75M18.364 18.364L16.773 16.773M12 18.75V21M7.227 16.773L5.636 18.364M5.25 12H3M7.227 7.227L5.636 5.636M15.75 12C15.75 12.9946 15.3549 13.9484 14.6517 14.6517C13.9484 15.3549 12.9946 15.75 12 15.75C11.0054 15.75 10.0516 15.3549 9.34835 14.6517C8.64509 13.9484 8.25 12.9946 8.25 12C8.25 11.0054 8.64509 10.0516 9.34835 9.34835C10.0516 8.64509 11.0054 8.25 12 8.25C12.9946 8.25 13.9484 8.64509 14.6517 9.34835C15.3549 10.0516 15.75 11.0054 15.75 12Z",
1452
+ stroke: "currentColor",
1453
+ strokeLinecap: "round",
1454
+ strokeLinejoin: "round"
1455
+ }
1456
+ )
1457
+ }
1458
+ );
1459
+ },
1460
+ moon: ({ className, fill }) => {
1461
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1462
+ "svg",
1463
+ {
1464
+ width: "24",
1465
+ height: "24",
1466
+ viewBox: "0 0 24 24",
1467
+ fill: "none",
1468
+ xmlns: "http://www.w3.org/2000/svg",
1469
+ className,
1470
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1471
+ "path",
1472
+ {
1473
+ fillRule: "evenodd",
1474
+ clipRule: "evenodd",
1475
+ d: "M9.528 1.71799C9.63312 1.82308 9.70465 1.95704 9.73349 2.10286C9.76234 2.24868 9.7472 2.39979 9.69 2.53699C9.23282 3.6342 8.99828 4.81134 9 5.99999C9 8.38694 9.94821 10.6761 11.636 12.3639C13.3239 14.0518 15.6131 15 18 15C19.1886 15.0017 20.3658 14.7672 21.463 14.31C21.6001 14.2529 21.7511 14.2378 21.8968 14.2666C22.0425 14.2954 22.1763 14.3668 22.2814 14.4717C22.3865 14.5767 22.458 14.7105 22.487 14.8562C22.5159 15.0018 22.501 15.1528 22.444 15.29C21.646 17.2032 20.2997 18.8376 18.5747 19.9871C16.8496 21.1367 14.823 21.7501 12.75 21.75C6.951 21.75 2.25 17.05 2.25 11.25C2.25 6.88199 4.917 3.13799 8.71 1.55599C8.84707 1.49901 8.99797 1.48399 9.14359 1.51282C9.28921 1.54166 9.42299 1.61307 9.528 1.71799Z",
1476
+ fill: "currentColor"
1477
+ }
1478
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1479
+ "path",
1480
+ {
1481
+ d: "M21.752 15.002C20.5632 15.4975 19.2879 15.7517 18 15.75C12.615 15.75 8.25 11.385 8.25 6.00005C8.25 4.67005 8.516 3.40305 8.998 2.24805C7.22147 2.98916 5.70397 4.2394 4.63663 5.8413C3.56928 7.44321 2.99984 9.32513 3 11.25C3 16.635 7.365 21 12.75 21C14.6749 21.0002 16.5568 20.4308 18.1587 19.3634C19.7606 18.2961 21.0109 16.7786 21.752 15.002Z",
1482
+ stroke: "currentColor",
1483
+ strokeLinecap: "round",
1484
+ strokeLinejoin: "round"
1485
+ }
1486
+ )
1487
+ }
1488
+ );
1489
+ },
1490
+ clock: ({ className, fill }) => {
1491
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1492
+ "svg",
1493
+ {
1494
+ width: "24",
1495
+ height: "24",
1496
+ viewBox: "0 0 24 24",
1497
+ fill: "none",
1498
+ xmlns: "http://www.w3.org/2000/svg",
1499
+ className,
1500
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1501
+ "path",
1502
+ {
1503
+ fillRule: "evenodd",
1504
+ clipRule: "evenodd",
1505
+ d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM12.75 6C12.75 5.80109 12.671 5.61032 12.5303 5.46967C12.3897 5.32902 12.1989 5.25 12 5.25C11.8011 5.25 11.6103 5.32902 11.4697 5.46967C11.329 5.61032 11.25 5.80109 11.25 6V12C11.25 12.414 11.586 12.75 12 12.75H16.5C16.6989 12.75 16.8897 12.671 17.0303 12.5303C17.171 12.3897 17.25 12.1989 17.25 12C17.25 11.8011 17.171 11.6103 17.0303 11.4697C16.8897 11.329 16.6989 11.25 16.5 11.25H12.75V6Z",
1506
+ fill: "currentColor"
1507
+ }
1508
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1509
+ "path",
1510
+ {
1511
+ d: "M12 6V12H16.5M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
1512
+ stroke: "currentColor",
1513
+ strokeLinecap: "round",
1514
+ strokeLinejoin: "round"
1515
+ }
1516
+ )
1517
+ }
1518
+ );
1519
+ },
1520
+ calendar: ({ className, fill }) => {
1521
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1522
+ "svg",
1523
+ {
1524
+ width: "24",
1525
+ height: "24",
1526
+ viewBox: "0 0 24 24",
1527
+ fill: "none",
1528
+ xmlns: "http://www.w3.org/2000/svg",
1529
+ className,
1530
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1531
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1532
+ "path",
1533
+ {
1534
+ d: "M12 11.993C11.8011 11.993 11.6103 12.0721 11.4697 12.2127C11.329 12.3534 11.25 12.5441 11.25 12.743V12.749C11.25 13.163 11.586 13.499 12 13.499H12.006C12.2049 13.499 12.3957 13.42 12.5363 13.2794C12.677 13.1387 12.756 12.948 12.756 12.749V12.743C12.756 12.5441 12.677 12.3534 12.5363 12.2127C12.3957 12.0721 12.2049 11.993 12.006 11.993H12ZM12 16.494C11.8011 16.494 11.6103 16.5731 11.4697 16.7137C11.329 16.8544 11.25 17.0451 11.25 17.244V17.249C11.25 17.663 11.585 17.999 12 17.999H12.005C12.2039 17.999 12.3947 17.92 12.5353 17.7794C12.676 17.6387 12.755 17.448 12.755 17.249V17.244C12.755 17.0451 12.676 16.8544 12.5353 16.7137C12.3947 16.5731 12.2039 16.494 12.005 16.494H12ZM8.99899 17.244C8.99899 17.0451 9.078 16.8544 9.21866 16.7137C9.35931 16.5731 9.55007 16.494 9.74899 16.494H9.75499C9.9539 16.494 10.1447 16.5731 10.2853 16.7137C10.426 16.8544 10.505 17.0451 10.505 17.244V17.25C10.505 17.449 10.426 17.6397 10.2853 17.7804C10.1447 17.921 9.9539 18 9.75499 18H9.74899C9.55007 18 9.35931 17.921 9.21866 17.7804C9.078 17.6397 8.99899 17.449 8.99899 17.25V17.244ZM7.49899 16.494C7.30007 16.494 7.10931 16.5731 6.96866 16.7137C6.828 16.8544 6.74899 17.0451 6.74899 17.244V17.249C6.74899 17.663 7.08499 17.999 7.49899 17.999H7.50399C7.7029 17.999 7.89366 17.92 8.03432 17.7794C8.17497 17.6387 8.25399 17.448 8.25399 17.249V17.244C8.25399 17.0451 8.17497 16.8544 8.03432 16.7137C7.89366 16.5731 7.7029 16.494 7.50399 16.494H7.49899ZM13.499 14.997C13.499 14.7981 13.578 14.6074 13.7187 14.4667C13.8593 14.3261 14.0501 14.247 14.249 14.247H14.255C14.4539 14.247 14.6447 14.3261 14.7853 14.4667C14.926 14.6074 15.005 14.7981 15.005 14.997V15.002C15.005 15.201 14.926 15.3917 14.7853 15.5324C14.6447 15.673 14.4539 15.752 14.255 15.752H14.249C14.0501 15.752 13.8593 15.673 13.7187 15.5324C13.578 15.3917 13.499 15.201 13.499 15.002V14.997ZM14.25 16.494C14.0511 16.494 13.8603 16.5731 13.7197 16.7137C13.579 16.8544 13.5 17.0451 13.5 17.244V17.25C13.5 17.664 13.835 18 14.25 18H14.255C14.4539 18 14.6447 17.921 14.7853 17.7804C14.926 17.6397 15.005 17.449 15.005 17.25V17.244C15.005 17.0451 14.926 16.8544 14.7853 16.7137C14.6447 16.5731 14.4539 16.494 14.255 16.494H14.25ZM15.75 14.995C15.75 14.7961 15.829 14.6054 15.9697 14.4647C16.1103 14.3241 16.3011 14.245 16.5 14.245H16.505C16.7039 14.245 16.8947 14.3241 17.0353 14.4647C17.176 14.6054 17.255 14.7961 17.255 14.995V15.001C17.255 15.2 17.176 15.3907 17.0353 15.5314C16.8947 15.672 16.7039 15.751 16.505 15.751H16.5C16.3011 15.751 16.1103 15.672 15.9697 15.5314C15.829 15.3907 15.75 15.2 15.75 15.001V14.995ZM13.498 12.743C13.498 12.5441 13.577 12.3534 13.7177 12.2127C13.8583 12.0721 14.0491 11.993 14.248 11.993H16.498C16.6969 11.993 16.8877 12.0721 17.0283 12.2127C17.169 12.3534 17.248 12.5441 17.248 12.743C17.248 12.942 17.169 13.1327 17.0283 13.2734C16.8877 13.414 16.6969 13.493 16.498 13.493H14.248C14.0491 13.493 13.8583 13.414 13.7177 13.2734C13.577 13.1327 13.498 12.942 13.498 12.743ZM6.74799 14.993C6.74799 14.7941 6.827 14.6034 6.96766 14.4627C7.10831 14.3221 7.29907 14.243 7.49799 14.243H11.998C12.1969 14.243 12.3877 14.3221 12.5283 14.4627C12.669 14.6034 12.748 14.7941 12.748 14.993C12.748 15.192 12.669 15.3827 12.5283 15.5234C12.3877 15.664 12.1969 15.743 11.998 15.743H7.49799C7.29907 15.743 7.10831 15.664 6.96766 15.5234C6.827 15.3827 6.74799 15.192 6.74799 14.993Z",
1535
+ fill: "currentColor"
1536
+ }
1537
+ ),
1538
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1539
+ "path",
1540
+ {
1541
+ fillRule: "evenodd",
1542
+ clipRule: "evenodd",
1543
+ d: "M18 2.99304C18 2.79413 17.921 2.60336 17.7803 2.46271C17.6397 2.32206 17.4489 2.24304 17.25 2.24304C17.0511 2.24304 16.8603 2.32206 16.7197 2.46271C16.579 2.60336 16.5 2.79413 16.5 2.99304V4.49304H7.49999V2.99404C7.49999 2.79513 7.42097 2.60436 7.28032 2.46371C7.13966 2.32306 6.9489 2.24404 6.74999 2.24404C6.55107 2.24404 6.36031 2.32306 6.21966 2.46371C6.079 2.60436 5.99999 2.79513 5.99999 2.99404V4.49104H5.24799C4.45234 4.49104 3.68927 4.80711 3.12667 5.36972C2.56406 5.93233 2.24799 6.69539 2.24799 7.49104V18.743C2.24799 19.5387 2.56406 20.3018 3.12667 20.8644C3.68927 21.427 4.45234 21.743 5.24799 21.743H18.748C19.5436 21.743 20.3067 21.427 20.8693 20.8644C21.4319 20.3018 21.748 19.5387 21.748 18.743V7.49204C21.748 6.69639 21.4319 5.93333 20.8693 5.37072C20.3067 4.80811 19.5436 4.49204 18.748 4.49204H18V2.99304ZM3.74799 18.743V11.243C3.74799 10.8452 3.90602 10.4637 4.18733 10.1824C4.46863 9.90108 4.85016 9.74304 5.24799 9.74304H18.748C19.1458 9.74304 19.5273 9.90108 19.8086 10.1824C20.09 10.4637 20.248 10.8452 20.248 11.243V18.743C20.248 19.1409 20.09 19.5224 19.8086 19.8037C19.5273 20.085 19.1458 20.243 18.748 20.243H5.24799C4.85016 20.243 4.46863 20.085 4.18733 19.8037C3.90602 19.5224 3.74799 19.1409 3.74799 18.743Z",
1544
+ fill: "currentColor"
1545
+ }
1546
+ )
1547
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1548
+ "path",
1549
+ {
1550
+ d: "M6.74999 2.99402V5.24402M17.25 2.99402V5.24402M2.99799 18.744V7.49102C2.99799 6.89428 3.23504 6.32199 3.657 5.90003C4.07895 5.47807 4.65125 5.24102 5.24799 5.24102H18.748C19.3447 5.24102 19.917 5.47807 20.339 5.90003C20.7609 6.32199 20.998 6.89428 20.998 7.49102V18.742M20.998 18.742C20.998 19.3388 20.7609 19.9111 20.339 20.333C19.917 20.755 19.3447 20.992 18.748 20.992H5.24799C4.65125 20.992 4.07895 20.755 3.657 20.333C3.23504 19.9111 2.99799 19.3388 2.99799 18.742V11.242C2.99799 10.6453 3.23504 10.073 3.657 9.65103C4.07895 9.22907 4.65125 8.99202 5.24799 8.99202H18.748C19.3447 8.99202 19.917 9.22907 20.339 9.65103C20.7609 10.073 20.998 10.6453 20.998 11.242V18.742ZM14.248 12.742H16.498M7.49799 14.992H11.998M12 12.742H12.005V12.748H12V12.742ZM11.999 17.242H12.005V17.248H11.999V17.242ZM9.74899 17.243H9.75399V17.249H9.74999V17.243H9.74899ZM7.49899 17.243H7.50399V17.248H7.49799V17.243H7.49899ZM14.249 14.996H14.254V15.001H14.249V14.996ZM14.249 17.243H14.255V17.249H14.249V17.243ZM16.499 14.995H16.505V15H16.5L16.499 14.995Z",
1551
+ stroke: "currentColor",
1552
+ strokeLinecap: "round",
1553
+ strokeLinejoin: "round"
1554
+ }
1555
+ )
1556
+ }
1557
+ );
1558
+ },
1559
+ chart: ({ className, fill }) => {
1560
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1561
+ "svg",
1562
+ {
1563
+ width: "24",
1564
+ height: "24",
1565
+ viewBox: "0 0 24 24",
1566
+ fill: "none",
1567
+ xmlns: "http://www.w3.org/2000/svg",
1568
+ className,
1569
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1570
+ "path",
1571
+ {
1572
+ d: "M18.375 2.25C17.34 2.25 16.5 3.09 16.5 4.125V19.875C16.5 20.91 17.34 21.75 18.375 21.75H19.125C20.16 21.75 21 20.91 21 19.875V4.125C21 3.089 20.16 2.25 19.125 2.25H18.375ZM9.75 8.625C9.75 7.589 10.59 6.75 11.625 6.75H12.375C13.411 6.75 14.25 7.59 14.25 8.625V19.875C14.25 20.91 13.41 21.75 12.375 21.75H11.625C11.1277 21.75 10.6508 21.5525 10.2992 21.2008C9.94754 20.8492 9.75 20.3723 9.75 19.875V8.625ZM3 13.125C3 12.089 3.84 11.25 4.875 11.25H5.625C6.661 11.25 7.5 12.09 7.5 13.125V19.875C7.5 20.91 6.66 21.75 5.625 21.75H4.875C4.37772 21.75 3.90081 21.5525 3.54917 21.2008C3.19754 20.8492 3 20.3723 3 19.875V13.125Z",
1573
+ fill: "currentColor"
1574
+ }
1575
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1576
+ "path",
1577
+ {
1578
+ d: "M3 13.125C3 12.504 3.504 12 4.125 12H6.375C6.996 12 7.5 12.504 7.5 13.125V19.875C7.5 20.496 6.996 21 6.375 21H4.125C3.82663 21 3.54048 20.8815 3.3295 20.6705C3.11853 20.4595 3 20.1734 3 19.875V13.125ZM9.75 8.625C9.75 8.004 10.254 7.5 10.875 7.5H13.125C13.746 7.5 14.25 8.004 14.25 8.625V19.875C14.25 20.496 13.746 21 13.125 21H10.875C10.5766 21 10.2905 20.8815 10.0795 20.6705C9.86853 20.4595 9.75 20.1734 9.75 19.875V8.625ZM16.5 4.125C16.5 3.504 17.004 3 17.625 3H19.875C20.496 3 21 3.504 21 4.125V19.875C21 20.496 20.496 21 19.875 21H17.625C17.3266 21 17.0405 20.8815 16.8295 20.6705C16.6185 20.4595 16.5 20.1734 16.5 19.875V4.125Z",
1579
+ stroke: "currentColor",
1580
+ strokeLinecap: "round",
1581
+ strokeLinejoin: "round"
1582
+ }
1583
+ )
1584
+ }
1585
+ );
1586
+ },
1587
+ "chart-square": ({ className, fill }) => {
1588
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1589
+ "svg",
1590
+ {
1591
+ width: "24",
1592
+ height: "24",
1593
+ viewBox: "0 0 24 24",
1594
+ fill: "none",
1595
+ xmlns: "http://www.w3.org/2000/svg",
1596
+ className,
1597
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1598
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1599
+ "path",
1600
+ {
1601
+ d: "M7.5 14.25V16.5V14.25ZM10.5 7.5V16.5V7.5ZM13.5 12.5V16.5V12.5ZM16.5 9V16.5V9ZM6 20.25H18C18.5967 20.25 19.169 20.0129 19.591 19.591C20.0129 19.169 20.25 18.5967 20.25 18V6C20.25 5.40326 20.0129 4.83097 19.591 4.40901C19.169 3.98705 18.5967 3.75 18 3.75H12.5H6C5.40326 3.75 4.83097 3.98705 4.40901 4.40901C3.98705 4.83097 3.75 5.40326 3.75 6V18C3.75 18.5967 3.98705 19.169 4.40901 19.591C4.83097 20.0129 5.40326 20.25 6 20.25Z",
1602
+ fill: "currentColor"
1603
+ }
1604
+ ),
1605
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.5 13.5V16.5", stroke: "white", strokeLinecap: "round" }),
1606
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M10.5 7.5V16.5", stroke: "white", strokeLinecap: "round" }),
1607
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M13.5 12.5V16.5", stroke: "white", strokeLinecap: "round" }),
1608
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M16.5 8.5V16.5", stroke: "white", strokeLinecap: "round" })
1609
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1610
+ "path",
1611
+ {
1612
+ d: "M7.5 14.25V16.5M10.5 7.5V16.5M13.5 12.5V16.5M16.5 9V16.5M6 20.25H18C18.5967 20.25 19.169 20.0129 19.591 19.591C20.0129 19.169 20.25 18.5967 20.25 18V6C20.25 5.40326 20.0129 4.83097 19.591 4.40901C19.169 3.98705 18.5967 3.75 18 3.75H6C5.40326 3.75 4.83097 3.98705 4.40901 4.40901C3.98705 4.83097 3.75 5.40326 3.75 6V18C3.75 18.5967 3.98705 19.169 4.40901 19.591C4.83097 20.0129 5.40326 20.25 6 20.25Z",
1613
+ stroke: "currentColor",
1614
+ strokeLinecap: "round",
1615
+ strokeLinejoin: "round"
1616
+ }
1617
+ )
1618
+ }
1619
+ );
1620
+ },
1621
+ "chart-table-bar": ({ className, fill }) => {
1622
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1623
+ "svg",
1624
+ {
1625
+ width: "24",
1626
+ height: "24",
1627
+ viewBox: "0 0 24 24",
1628
+ fill: "none",
1629
+ xmlns: "http://www.w3.org/2000/svg",
1630
+ className,
1631
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1632
+ "path",
1633
+ {
1634
+ fillRule: "evenodd",
1635
+ clipRule: "evenodd",
1636
+ d: "M2.25 2.25C2.05109 2.25 1.86032 2.32902 1.71967 2.46967C1.57902 2.61032 1.5 2.80109 1.5 3C1.5 3.19891 1.57902 3.38968 1.71967 3.53033C1.86032 3.67098 2.05109 3.75 2.25 3.75H3V14.25C3 15.0456 3.31607 15.8087 3.87868 16.3713C4.44129 16.9339 5.20435 17.25 6 17.25H7.21L6.038 20.763C5.97514 20.9518 5.98988 21.1579 6.07896 21.3359C6.16804 21.5138 6.32417 21.6491 6.513 21.712C6.70183 21.7749 6.9079 21.7601 7.08588 21.671C7.26385 21.582 7.39914 21.4258 7.462 21.237L7.791 20.25H16.209L16.539 21.237C16.6073 21.4186 16.7433 21.5666 16.9184 21.6501C17.0935 21.7335 17.2941 21.7459 17.4782 21.6845C17.6622 21.6232 17.8153 21.4929 17.9053 21.3211C17.9954 21.1493 18.0153 20.9492 17.961 20.763L16.791 17.25H18C18.7956 17.25 19.5587 16.9339 20.1213 16.3713C20.6839 15.8087 21 15.0456 21 14.25V3.75H21.75C21.9489 3.75 22.1397 3.67098 22.2803 3.53033C22.421 3.38968 22.5 3.19891 22.5 3C22.5 2.80109 22.421 2.61032 22.2803 2.46967C22.1397 2.32902 21.9489 2.25 21.75 2.25H2.25ZM8.29 18.75L8.79 17.25H15.21L15.71 18.75H8.29ZM15.75 6.75C15.75 6.55109 15.671 6.36032 15.5303 6.21967C15.3897 6.07902 15.1989 6 15 6C14.8011 6 14.6103 6.07902 14.4697 6.21967C14.329 6.36032 14.25 6.55109 14.25 6.75V12.75C14.25 12.9489 14.329 13.1397 14.4697 13.2803C14.6103 13.421 14.8011 13.5 15 13.5C15.1989 13.5 15.3897 13.421 15.5303 13.2803C15.671 13.1397 15.75 12.9489 15.75 12.75V6.75ZM12.75 9C12.75 8.80109 12.671 8.61032 12.5303 8.46967C12.3897 8.32902 12.1989 8.25 12 8.25C11.8011 8.25 11.6103 8.32902 11.4697 8.46967C11.329 8.61032 11.25 8.80109 11.25 9V12.75C11.25 12.9489 11.329 13.1397 11.4697 13.2803C11.6103 13.421 11.8011 13.5 12 13.5C12.1989 13.5 12.3897 13.421 12.5303 13.2803C12.671 13.1397 12.75 12.9489 12.75 12.75V9ZM9.75 11.25C9.75 11.0511 9.67098 10.8603 9.53033 10.7197C9.38968 10.579 9.19891 10.5 9 10.5C8.80109 10.5 8.61032 10.579 8.46967 10.7197C8.32902 10.8603 8.25 11.0511 8.25 11.25V12.75C8.25 12.9489 8.32902 13.1397 8.46967 13.2803C8.61032 13.421 8.80109 13.5 9 13.5C9.19891 13.5 9.38968 13.421 9.53033 13.2803C9.67098 13.1397 9.75 12.9489 9.75 12.75V11.25Z",
1637
+ fill: "currentColor"
1638
+ }
1639
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1640
+ "path",
1641
+ {
1642
+ d: "M3.75 3V14.25C3.75 14.8467 3.98705 15.419 4.40901 15.841C4.83097 16.2629 5.40326 16.5 6 16.5H8.25M3.75 3H2.25M3.75 3H20.25M8.25 16.5H15.75M8.25 16.5L7.25 19.5M20.25 3H21.75M20.25 3V14.25C20.25 14.8467 20.0129 15.419 19.591 15.841C19.169 16.2629 18.5967 16.5 18 16.5H15.75M15.75 16.5L16.75 19.5M7.25 19.5H16.75M7.25 19.5L6.75 21M16.75 19.5L17.25 21M9 11.25V12.75M12 9V12.75M15 6.75V12.75",
1643
+ stroke: "currentColor",
1644
+ strokeLinecap: "round",
1645
+ strokeLinejoin: "round"
1646
+ }
1647
+ )
1648
+ }
1649
+ );
1650
+ },
1651
+ "chart-table-line": ({ className, fill }) => {
1652
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1653
+ "svg",
1654
+ {
1655
+ width: "24",
1656
+ height: "24",
1657
+ viewBox: "0 0 24 24",
1658
+ fill: "none",
1659
+ xmlns: "http://www.w3.org/2000/svg",
1660
+ className,
1661
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1662
+ "path",
1663
+ {
1664
+ fillRule: "evenodd",
1665
+ clipRule: "evenodd",
1666
+ d: "M2.25 2.25C2.05109 2.25 1.86032 2.32902 1.71967 2.46967C1.57902 2.61032 1.5 2.80109 1.5 3C1.5 3.19891 1.57902 3.38968 1.71967 3.53033C1.86032 3.67098 2.05109 3.75 2.25 3.75H3V14.25C3 15.0456 3.31607 15.8087 3.87868 16.3713C4.44129 16.9339 5.20435 17.25 6 17.25H7.21L6.038 20.763C5.97514 20.9518 5.98988 21.1579 6.07896 21.3359C6.16804 21.5138 6.32417 21.6491 6.513 21.712C6.70183 21.7749 6.9079 21.7601 7.08588 21.671C7.26385 21.582 7.39914 21.4258 7.462 21.237L7.791 20.25H16.209L16.539 21.237C16.6073 21.4186 16.7433 21.5666 16.9184 21.6501C17.0935 21.7335 17.2941 21.7459 17.4782 21.6845C17.6622 21.6232 17.8153 21.4929 17.9053 21.3211C17.9954 21.1493 18.0153 20.9492 17.961 20.763L16.791 17.25H18C18.7956 17.25 19.5587 16.9339 20.1213 16.3713C20.6839 15.8087 21 15.0456 21 14.25V3.75H21.75C21.9489 3.75 22.1397 3.67098 22.2803 3.53033C22.421 3.38968 22.5 3.19891 22.5 3C22.5 2.80109 22.421 2.61032 22.2803 2.46967C22.1397 2.32902 21.9489 2.25 21.75 2.25H2.25ZM8.79 17.25H15.21L15.71 18.75H8.29L8.79 17.25ZM16.875 8.255C16.961 8.20611 17.0364 8.1407 17.097 8.06253C17.1577 7.98436 17.2022 7.89497 17.2281 7.79952C17.254 7.70406 17.2608 7.60443 17.2481 7.50634C17.2353 7.40826 17.2033 7.31366 17.1538 7.228C17.1044 7.14235 17.0385 7.06732 16.9599 7.00724C16.8813 6.94715 16.7916 6.90321 16.696 6.87793C16.6004 6.85264 16.5007 6.84653 16.4027 6.85993C16.3047 6.87333 16.2103 6.90598 16.125 6.956C14.7615 7.74523 13.5554 8.7792 12.567 10.006L11.03 8.47C10.8894 8.32955 10.6988 8.25066 10.5 8.25066C10.3012 8.25066 10.1106 8.32955 9.97 8.47L6.97 11.47C6.89631 11.5387 6.83721 11.6215 6.79622 11.7135C6.75523 11.8055 6.73319 11.9048 6.73141 12.0055C6.72963 12.1062 6.74816 12.2062 6.78588 12.2996C6.8236 12.393 6.87974 12.4778 6.95096 12.549C7.02218 12.6203 7.10701 12.6764 7.2004 12.7141C7.29379 12.7518 7.39382 12.7704 7.49452 12.7686C7.59523 12.7668 7.69454 12.7448 7.78654 12.7038C7.87854 12.6628 7.96134 12.6037 8.03 12.53L10.5 10.06L12.117 11.678C12.1946 11.7556 12.2882 11.8152 12.3913 11.8526C12.4945 11.8901 12.6046 11.9045 12.7138 11.8947C12.8231 11.885 12.9289 11.8514 13.0238 11.7963C13.1187 11.7413 13.2003 11.6661 13.263 11.576C14.2095 10.2181 15.4425 9.0844 16.875 8.255Z",
1667
+ fill: "currentColor"
1668
+ }
1669
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1670
+ "path",
1671
+ {
1672
+ d: "M3.75 3V14.25C3.75 14.8467 3.98705 15.419 4.40901 15.841C4.83097 16.2629 5.40326 16.5 6 16.5H8.25M3.75 3H2.25M3.75 3H20.25M8.25 16.5H15.75M8.25 16.5L7.25 19.5M20.25 3H21.75M20.25 3V14.25C20.25 14.8467 20.0129 15.419 19.591 15.841C19.169 16.2629 18.5967 16.5 18 16.5H15.75M15.75 16.5L16.75 19.5M7.25 19.5H16.75M7.25 19.5L6.75 21M16.75 19.5L17.25 21M7.5 12L10.5 9L12.648 11.148C13.6572 9.69929 14.9722 8.48982 16.5 7.605",
1673
+ stroke: "currentColor",
1674
+ strokeLinecap: "round",
1675
+ strokeLinejoin: "round"
1676
+ }
1677
+ )
1678
+ }
1679
+ );
1680
+ },
1681
+ heart: ({ className, fill }) => {
1682
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1683
+ "svg",
1684
+ {
1685
+ width: "24",
1686
+ height: "24",
1687
+ viewBox: "0 0 24 24",
1688
+ fill: "none",
1689
+ xmlns: "http://www.w3.org/2000/svg",
1690
+ className,
1691
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1692
+ "path",
1693
+ {
1694
+ d: "M11.645 20.9101L11.638 20.9071L11.616 20.8951C11.4873 20.8243 11.3596 20.7516 11.233 20.6771C9.71081 19.7726 8.28827 18.71 6.989 17.5071C4.688 15.3601 2.25 12.1741 2.25 8.25007C2.25 5.32207 4.714 3.00007 7.688 3.00007C8.51475 2.99602 9.33178 3.17841 10.0783 3.53368C10.8249 3.88894 11.4817 4.40794 12 5.05207C12.5184 4.40781 13.1754 3.88873 13.9221 3.53346C14.6689 3.17819 15.4861 2.99587 16.313 3.00007C19.286 3.00007 21.75 5.32207 21.75 8.25007C21.75 12.1751 19.312 15.3611 17.011 17.5061C15.7117 18.709 14.2892 19.7716 12.767 20.6761C12.6404 20.7509 12.5127 20.8239 12.384 20.8951L12.362 20.9071L12.355 20.9111L12.352 20.9121C12.2436 20.9695 12.1227 20.9995 12 20.9995C11.8773 20.9995 11.7564 20.9695 11.648 20.9121L11.645 20.9101Z",
1695
+ fill: "currentColor"
1696
+ }
1697
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1698
+ "path",
1699
+ {
1700
+ d: "M21 8.25C21 5.765 18.901 3.75 16.312 3.75C14.377 3.75 12.715 4.876 12 6.483C11.285 4.876 9.623 3.75 7.687 3.75C5.1 3.75 3 5.765 3 8.25C3 15.47 12 20.25 12 20.25C12 20.25 21 15.47 21 8.25Z",
1701
+ stroke: "currentColor",
1702
+ strokeLinecap: "round",
1703
+ strokeLinejoin: "round"
1704
+ }
1705
+ )
1706
+ }
1707
+ );
1708
+ },
1709
+ ticket: ({ className, fill }) => {
1710
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1711
+ "svg",
1712
+ {
1713
+ width: "24",
1714
+ height: "24",
1715
+ viewBox: "0 0 24 24",
1716
+ fill: "none",
1717
+ xmlns: "http://www.w3.org/2000/svg",
1718
+ className,
1719
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1720
+ "path",
1721
+ {
1722
+ fillRule: "evenodd",
1723
+ clipRule: "evenodd",
1724
+ d: "M1.5 6.375C1.5 5.339 2.34 4.5 3.375 4.5H20.625C21.66 4.5 22.5 5.34 22.5 6.375V9.401C22.5001 9.53273 22.4655 9.66217 22.3996 9.77627C22.3338 9.89038 22.2391 9.98513 22.125 10.051C21.7825 10.2482 21.498 10.5322 21.3002 10.8744C21.1024 11.2165 20.9982 11.6048 20.9982 12C20.9982 12.3952 21.1024 12.7835 21.3002 13.1256C21.498 13.4678 21.7825 13.7518 22.125 13.949C22.2391 14.0149 22.3338 14.1096 22.3996 14.2237C22.4655 14.3378 22.5001 14.4673 22.5 14.599V17.625C22.5 18.66 21.66 19.5 20.625 19.5H3.375C2.87772 19.5 2.40081 19.3025 2.04918 18.9508C1.69754 18.5992 1.5 18.1223 1.5 17.625V14.599C1.49981 14.4674 1.53428 14.338 1.59993 14.2239C1.66558 14.1098 1.7601 14.015 1.874 13.949C2.21651 13.7518 2.50099 13.4678 2.69881 13.1256C2.89662 12.7835 3.00077 12.3952 3.00077 12C3.00077 11.6048 2.89662 11.2165 2.69881 10.8744C2.50099 10.5322 2.21651 10.2482 1.874 10.051C1.7601 9.98501 1.66558 9.8902 1.59993 9.7761C1.53428 9.662 1.49981 9.53264 1.5 9.401V6.375ZM16.5 5.25C16.6989 5.25 16.8897 5.32902 17.0303 5.46967C17.171 5.61032 17.25 5.80109 17.25 6V6.75C17.25 6.94891 17.171 7.13968 17.0303 7.28033C16.8897 7.42098 16.6989 7.5 16.5 7.5C16.3011 7.5 16.1103 7.42098 15.9697 7.28033C15.829 7.13968 15.75 6.94891 15.75 6.75V6C15.75 5.80109 15.829 5.61032 15.9697 5.46967C16.1103 5.32902 16.3011 5.25 16.5 5.25ZM17.25 9.75C17.25 9.55109 17.171 9.36032 17.0303 9.21967C16.8897 9.07902 16.6989 9 16.5 9C16.3011 9 16.1103 9.07902 15.9697 9.21967C15.829 9.36032 15.75 9.55109 15.75 9.75V10.5C15.75 10.6989 15.829 10.8897 15.9697 11.0303C16.1103 11.171 16.3011 11.25 16.5 11.25C16.6989 11.25 16.8897 11.171 17.0303 11.0303C17.171 10.8897 17.25 10.6989 17.25 10.5V9.75ZM16.5 12.75C16.6989 12.75 16.8897 12.829 17.0303 12.9697C17.171 13.1103 17.25 13.3011 17.25 13.5V14.25C17.25 14.4489 17.171 14.6397 17.0303 14.7803C16.8897 14.921 16.6989 15 16.5 15C16.3011 15 16.1103 14.921 15.9697 14.7803C15.829 14.6397 15.75 14.4489 15.75 14.25V13.5C15.75 13.3011 15.829 13.1103 15.9697 12.9697C16.1103 12.829 16.3011 12.75 16.5 12.75ZM17.25 17.25C17.25 17.0511 17.171 16.8603 17.0303 16.7197C16.8897 16.579 16.6989 16.5 16.5 16.5C16.3011 16.5 16.1103 16.579 15.9697 16.7197C15.829 16.8603 15.75 17.0511 15.75 17.25V18C15.75 18.1989 15.829 18.3897 15.9697 18.5303C16.1103 18.671 16.3011 18.75 16.5 18.75C16.6989 18.75 16.8897 18.671 17.0303 18.5303C17.171 18.3897 17.25 18.1989 17.25 18V17.25ZM6 12C6 11.8011 6.07902 11.6103 6.21967 11.4697C6.36032 11.329 6.55109 11.25 6.75 11.25H12C12.1989 11.25 12.3897 11.329 12.5303 11.4697C12.671 11.6103 12.75 11.8011 12.75 12C12.75 12.1989 12.671 12.3897 12.5303 12.5303C12.3897 12.671 12.1989 12.75 12 12.75H6.75C6.55109 12.75 6.36032 12.671 6.21967 12.5303C6.07902 12.3897 6 12.1989 6 12ZM6.75 14.25C6.55109 14.25 6.36032 14.329 6.21967 14.4697C6.07902 14.6103 6 14.8011 6 15C6 15.1989 6.07902 15.3897 6.21967 15.5303C6.36032 15.671 6.55109 15.75 6.75 15.75H9.75C9.94891 15.75 10.1397 15.671 10.2803 15.5303C10.421 15.3897 10.5 15.1989 10.5 15C10.5 14.8011 10.421 14.6103 10.2803 14.4697C10.1397 14.329 9.94891 14.25 9.75 14.25H6.75Z",
1725
+ fill: "currentColor"
1726
+ }
1727
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1728
+ "path",
1729
+ {
1730
+ d: "M16.5 6V6.75M16.5 9.75V10.5M16.5 13.5V14.25M16.5 17.25V18M7.5 12.75H12.75M7.5 15H10.5M3.375 5.25C2.754 5.25 2.25 5.754 2.25 6.375V9.401C2.70675 9.66398 3.08612 10.0427 3.34992 10.4989C3.61371 10.9552 3.7526 11.473 3.7526 12C3.7526 12.527 3.61371 13.0448 3.34992 13.5011C3.08612 13.9573 2.70675 14.336 2.25 14.599V17.625C2.25 18.246 2.754 18.75 3.375 18.75H20.625C21.246 18.75 21.75 18.246 21.75 17.625V14.599C21.2933 14.336 20.9139 13.9573 20.6501 13.5011C20.3863 13.0448 20.2474 12.527 20.2474 12C20.2474 11.473 20.3863 10.9552 20.6501 10.4989C20.9139 10.0427 21.2933 9.66398 21.75 9.401V6.375C21.75 5.754 21.246 5.25 20.625 5.25H3.375Z",
1731
+ stroke: "currentColor",
1732
+ strokeLinecap: "round",
1733
+ strokeLinejoin: "round"
1734
+ }
1735
+ )
1736
+ }
1737
+ );
1738
+ },
1739
+ tag: ({ className }) => {
1740
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1741
+ "svg",
1742
+ {
1743
+ width: "24",
1744
+ height: "24",
1745
+ viewBox: "0 0 24 24",
1746
+ fill: "none",
1747
+ xmlns: "http://www.w3.org/2000/svg",
1748
+ className,
1749
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1750
+ "path",
1751
+ {
1752
+ d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
1753
+ stroke: "currentColor",
1754
+ strokeLinecap: "round",
1755
+ strokeLinejoin: "round"
1756
+ }
1757
+ )
1758
+ }
1759
+ );
1760
+ },
1761
+ clip: ({ className }) => {
1762
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1763
+ "svg",
1764
+ {
1765
+ width: "24",
1766
+ height: "24",
1767
+ viewBox: "0 0 24 24",
1768
+ fill: "none",
1769
+ xmlns: "http://www.w3.org/2000/svg",
1770
+ className,
1771
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1772
+ "path",
1773
+ {
1774
+ d: "M18.375 12.7388L10.682 20.4318C9.83811 21.2757 8.69351 21.7498 7.50003 21.7498C6.30655 21.7498 5.16195 21.2757 4.31803 20.4318C3.47411 19.5878 3 18.4432 3 17.2498C3 16.0563 3.47411 14.9117 4.31803 14.0678L15.258 3.12777C15.5367 2.84923 15.8675 2.62831 16.2315 2.47762C16.5956 2.32693 16.9857 2.24942 17.3797 2.24951C17.7737 2.2496 18.1639 2.3273 18.5278 2.47816C18.8918 2.62903 19.2225 2.8501 19.501 3.12877C19.7796 3.40743 20.0005 3.73823 20.1512 4.10227C20.3019 4.46631 20.3794 4.85647 20.3793 5.25047C20.3792 5.64447 20.3015 6.03459 20.1506 6.39857C19.9998 6.76254 19.7787 7.09323 19.5 7.37177L8.55203 18.3198C8.26801 18.592 7.88839 18.7408 7.49497 18.7358C7.10156 18.7309 6.72585 18.5715 6.44883 18.2921C6.1718 18.0127 6.01564 17.6357 6.01399 17.2422C6.01234 16.8488 6.16535 16.4705 6.44003 16.1888L14.25 8.37877M8.56103 18.3098L8.55103 18.3198",
1775
+ stroke: "currentColor",
1776
+ strokeLinecap: "round",
1777
+ strokeLinejoin: "round"
1778
+ }
1779
+ )
1780
+ }
1781
+ );
1782
+ },
1783
+ link: ({ className, fill }) => {
1784
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1785
+ "svg",
1786
+ {
1787
+ width: "24",
1788
+ height: "24",
1789
+ viewBox: "0 0 24 24",
1790
+ fill: "none",
1791
+ xmlns: "http://www.w3.org/2000/svg",
1792
+ className,
1793
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1794
+ "path",
1795
+ {
1796
+ fillRule: "evenodd",
1797
+ clipRule: "evenodd",
1798
+ d: "M19.9012 4.09817C19.553 3.74984 19.1395 3.47353 18.6845 3.28502C18.2294 3.0965 17.7417 2.99947 17.2492 2.99947C16.7567 2.99947 16.2689 3.0965 15.8139 3.28502C15.3589 3.47353 14.9454 3.74984 14.5972 4.09817L10.0972 8.59817C9.67265 9.02234 9.35611 9.5422 9.17417 10.1141C8.99223 10.686 8.9502 11.2932 9.0516 11.8847C9.15301 12.4761 9.3949 13.0347 9.75694 13.5133C10.119 13.9919 10.5906 14.3766 11.1322 14.6352C11.3055 14.7245 11.4372 14.8778 11.4994 15.0625C11.5616 15.2473 11.5495 15.4491 11.4655 15.625C11.3814 15.8009 11.2322 15.9373 11.0494 16.0051C10.8666 16.0729 10.6646 16.0668 10.4862 15.9882C9.7283 15.6261 9.06834 15.0876 8.56171 14.4176C8.05508 13.7477 7.71657 12.966 7.57462 12.1382C7.43266 11.3104 7.4914 10.4606 7.74589 9.66013C8.00039 8.8597 8.44322 8.13201 9.03719 7.53817L13.5372 3.03817C14.0223 2.5403 14.6015 2.14374 15.2412 1.8715C15.8808 1.59926 16.5681 1.45675 17.2633 1.45226C17.9584 1.44776 18.6475 1.58136 19.2906 1.84531C19.9337 2.10925 20.518 2.49829 21.0095 2.98984C21.5011 3.48139 21.8901 4.06566 22.1541 4.70876C22.418 5.35185 22.5516 6.04097 22.5471 6.7361C22.5426 7.43124 22.4001 8.11857 22.1279 8.7582C21.8556 9.39783 21.4591 9.97702 20.9612 10.4622L19.2042 12.2192C19.1355 12.2929 19.0527 12.352 18.9607 12.393C18.8687 12.4339 18.7694 12.456 18.6687 12.4578C18.568 12.4595 18.468 12.441 18.3746 12.4033C18.2812 12.3656 18.1964 12.3094 18.1252 12.2382C18.0539 12.167 17.9978 12.0822 17.9601 11.9888C17.9223 11.8954 17.9038 11.7954 17.9056 11.6946C17.9074 11.5939 17.9294 11.4946 17.9704 11.4026C18.0114 11.3106 18.0705 11.2278 18.1442 11.1592L19.9012 9.40217C20.2495 9.05394 20.5258 8.6405 20.7143 8.18546C20.9029 7.73043 20.9999 7.24271 20.9999 6.75017C20.9999 6.25763 20.9029 5.76991 20.7143 5.31488C20.5258 4.85984 20.2495 4.4464 19.9012 4.09817ZM12.5122 8.36517C12.598 8.18577 12.7516 8.04781 12.9391 7.98161C13.1266 7.91542 13.3328 7.92641 13.5122 8.01217C14.2701 8.3742 14.93 8.91278 15.4367 9.58269C15.9433 10.2526 16.2818 11.0343 16.4238 11.8621C16.5657 12.69 16.507 13.5398 16.2525 14.3402C15.998 15.1406 15.5552 15.8683 14.9612 16.4622L10.4612 20.9622C9.97604 21.46 9.39685 21.8566 8.75722 22.1288C8.11759 22.4011 7.43027 22.5436 6.73513 22.5481C6.03999 22.5526 5.35088 22.419 4.70778 22.155C4.06468 21.8911 3.48041 21.5021 2.98886 21.0105C2.49731 20.519 2.10828 19.9347 1.84433 19.2916C1.58039 18.6485 1.44679 17.9594 1.45128 17.2642C1.45578 16.5691 1.59828 15.8818 1.87052 15.2421C2.14277 14.6025 2.53933 14.0233 3.03719 13.5382L4.79419 11.7812C4.86285 11.7075 4.94566 11.6484 5.03765 11.6074C5.12965 11.5664 5.22897 11.5444 5.32967 11.5426C5.43037 11.5408 5.5304 11.5593 5.62379 11.597C5.71718 11.6348 5.80201 11.6909 5.87323 11.7621C5.94445 11.8334 6.00059 11.9182 6.03832 12.0116C6.07604 12.105 6.09456 12.205 6.09278 12.3057C6.09101 12.4064 6.06897 12.5057 6.02797 12.5977C5.98698 12.6897 5.92788 12.7725 5.85419 12.8412L4.09719 14.5982C3.74893 14.9464 3.47267 15.3599 3.28419 15.8149C3.09571 16.2699 2.9987 16.7576 2.9987 17.2502C2.9987 17.7427 3.09571 18.2304 3.28419 18.6854C3.47267 19.1405 3.74893 19.5539 4.09719 19.9022C4.44546 20.2504 4.85891 20.5267 5.31394 20.7152C5.76897 20.9037 6.25667 21.0007 6.74919 21.0007C7.24171 21.0007 7.72941 20.9037 8.18444 20.7152C8.63948 20.5267 9.05293 20.2504 9.40119 19.9022L13.9012 15.4022C14.3257 14.978 14.6423 14.4581 14.8242 13.8863C15.0062 13.3144 15.0482 12.7072 14.9468 12.1157C14.8454 11.5242 14.6035 10.9657 14.2414 10.4871C13.8794 10.0084 13.4078 9.6237 12.8662 9.36517C12.7773 9.32276 12.6976 9.26326 12.6317 9.19005C12.5658 9.11684 12.5149 9.03136 12.482 8.9385C12.4492 8.84564 12.4349 8.74721 12.4401 8.64884C12.4453 8.55046 12.4698 8.45407 12.5122 8.36517Z",
1799
+ fill: "currentColor"
1800
+ }
1801
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1802
+ "path",
1803
+ {
1804
+ d: "M13.19 8.68803C13.8399 8.99828 14.4057 9.45996 14.8401 10.0343C15.2745 10.6086 15.5648 11.2787 15.6865 11.9885C15.8081 12.6982 15.7577 13.4268 15.5394 14.113C15.3212 14.7992 14.9414 15.423 14.432 15.932L9.93203 20.432C9.08811 21.2759 7.94351 21.7501 6.75003 21.7501C5.55655 21.7501 4.41195 21.2759 3.56803 20.432C2.72411 19.5881 2.25 18.4435 2.25 17.25C2.25 16.0565 2.72411 14.9119 3.56803 14.068L5.32503 12.311M18.675 11.689L20.432 9.93203C21.2759 9.08811 21.7501 7.94351 21.7501 6.75003C21.7501 5.55655 21.2759 4.41195 20.432 3.56803C19.5881 2.72411 18.4435 2.25 17.25 2.25C16.0565 2.25 14.9119 2.72411 14.068 3.56803L9.56803 8.06803C9.05866 8.57703 8.67889 9.20084 8.46061 9.88705C8.24233 10.5733 8.19191 11.3018 8.3136 12.0116C8.43528 12.7213 8.72552 13.3915 9.15992 13.9658C9.59432 14.5401 10.1602 15.0018 10.81 15.312",
1805
+ stroke: "currentColor",
1806
+ strokeLinecap: "round",
1807
+ strokeLinejoin: "round"
1808
+ }
1809
+ )
1810
+ }
1811
+ );
1812
+ },
1813
+ unlink: ({ className, fill }) => {
1814
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1815
+ "svg",
1816
+ {
1817
+ width: "24",
1818
+ height: "24",
1819
+ viewBox: "0 0 24 24",
1820
+ fill: "none",
1821
+ xmlns: "http://www.w3.org/2000/svg",
1822
+ className,
1823
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1824
+ "path",
1825
+ {
1826
+ fillRule: "evenodd",
1827
+ clipRule: "evenodd",
1828
+ d: "M19.8924 4.09C19.1891 3.38683 18.2353 2.9918 17.2409 2.9918C16.2464 2.9918 15.2926 3.38683 14.5894 4.09L10.0894 8.59C10.0154 8.664 9.94536 8.74 9.87936 8.819L14.8444 13.785C15.0918 12.9313 15.028 12.0174 14.6642 11.2064C14.3005 10.3954 13.6605 9.73998 12.8584 9.357C12.685 9.26769 12.5533 9.1144 12.4911 8.92963C12.4289 8.74485 12.4411 8.54311 12.5251 8.36717C12.6091 8.19122 12.7583 8.05491 12.9411 7.98712C13.1239 7.91932 13.3259 7.92538 13.5044 8.004C14.7507 8.59991 15.7122 9.66282 16.1805 10.9625C16.6488 12.2622 16.5862 13.6941 16.0064 14.948L21.5214 20.463C21.6579 20.6045 21.7334 20.794 21.7316 20.9907C21.7298 21.1873 21.6509 21.3754 21.5117 21.5144C21.3726 21.6534 21.1845 21.7321 20.9878 21.7338C20.7912 21.7354 20.6017 21.6597 20.4604 21.523L2.46036 3.522C2.31953 3.3813 2.24036 3.19043 2.24026 2.99136C2.24017 2.79229 2.31916 2.60133 2.45986 2.4605C2.60055 2.31967 2.79143 2.2405 2.9905 2.24041C3.18957 2.24031 3.38053 2.3193 3.52136 2.46L8.81536 7.755C8.88412 7.67727 8.95515 7.60157 9.02836 7.528L13.5284 3.028C14.513 2.04339 15.8484 1.49023 17.2409 1.49023C17.9303 1.49023 18.6131 1.62604 19.25 1.88989C19.887 2.15374 20.4658 2.54047 20.9534 3.028C21.4409 3.51553 21.8276 4.09432 22.0915 4.73131C22.3553 5.3683 22.4911 6.05103 22.4911 6.7405C22.4911 7.42998 22.3553 8.1127 22.0915 8.74969C21.8276 9.38668 21.4409 9.96547 20.9534 10.453L19.1964 12.21C19.1277 12.2837 19.0449 12.3428 18.9529 12.3838C18.8609 12.4248 18.7616 12.4468 18.6609 12.4486C18.5602 12.4504 18.4601 12.4318 18.3668 12.3941C18.2734 12.3564 18.1885 12.3003 18.1173 12.229C18.0461 12.1578 17.99 12.073 17.9522 11.9796C17.9145 11.8862 17.896 11.7862 17.8978 11.6855C17.8995 11.5848 17.9216 11.4855 17.9626 11.3935C18.0036 11.3015 18.0627 11.2187 18.1364 11.15L19.8924 9.393C20.2407 9.04477 20.517 8.63133 20.7055 8.17629C20.894 7.72126 20.9911 7.23354 20.9911 6.741C20.9911 6.24846 20.894 5.76075 20.7055 5.30571C20.517 4.85068 20.2407 4.43824 19.8924 4.09ZM5.84636 11.773C5.98681 11.9136 6.0657 12.1043 6.0657 12.303C6.0657 12.5018 5.98681 12.6924 5.84636 12.833L4.08936 14.591C3.386 15.2942 2.99081 16.248 2.99071 17.2426C2.99067 17.7351 3.08762 18.2228 3.27604 18.6778C3.46446 19.1328 3.74066 19.5462 4.08886 19.8945C4.43706 20.2428 4.85044 20.519 5.30541 20.7075C5.76038 20.896 6.24803 20.9931 6.7405 20.9931C7.7351 20.9932 8.689 20.5982 9.39236 19.895L12.5214 16.765C12.5906 16.6934 12.6734 16.6363 12.7649 16.597C12.8564 16.5578 12.9548 16.5371 13.0544 16.5363C13.154 16.5355 13.2527 16.5545 13.3449 16.5923C13.4371 16.63 13.5208 16.6858 13.5912 16.7562C13.6615 16.8267 13.7172 16.9104 13.7549 17.0026C13.7925 17.0948 13.8115 17.1936 13.8105 17.2932C13.8096 17.3927 13.7889 17.4911 13.7495 17.5826C13.7102 17.6741 13.653 17.7569 13.5814 17.826L10.4534 20.956C9.46861 21.9406 8.13305 22.4937 6.7405 22.4936C5.34795 22.4935 4.01247 21.9403 3.02786 20.9555C2.04324 19.9708 1.49014 18.6352 1.49023 17.2426C1.49033 15.8501 2.04361 14.5146 3.02836 13.53L4.78536 11.773C4.85501 11.7033 4.93771 11.648 5.02873 11.6103C5.11976 11.5726 5.21732 11.5532 5.31586 11.5532C5.41439 11.5532 5.51195 11.5726 5.60298 11.6103C5.694 11.648 5.77671 11.7033 5.84636 11.773ZM8.24736 12.033C8.34026 12.0002 8.43872 11.986 8.53711 11.9913C8.63549 11.9966 8.73187 12.0212 8.82075 12.0637C8.90962 12.1063 8.98924 12.1659 9.05506 12.2392C9.12088 12.3125 9.17161 12.3981 9.20436 12.491C9.38436 13.003 9.67836 13.483 10.0894 13.894C10.3994 14.205 10.7504 14.449 11.1244 14.627C11.3039 14.7128 11.442 14.8664 11.5083 15.054C11.5746 15.2417 11.5637 15.448 11.4779 15.6275C11.3921 15.8071 11.2384 15.9452 11.0508 16.0115C10.8632 16.0778 10.6569 16.0668 10.4774 15.981C9.93955 15.7238 9.44953 15.3769 9.02836 14.955C8.47297 14.4012 8.04918 13.7297 7.78836 12.99C7.75561 12.897 7.74154 12.7984 7.74694 12.6999C7.75235 12.6014 7.77712 12.505 7.81985 12.4161C7.86258 12.3272 7.92242 12.2476 7.99595 12.1819C8.06948 12.1161 8.15525 12.0655 8.24836 12.033H8.24736Z",
1829
+ fill: "currentColor"
1830
+ }
1831
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1832
+ "path",
1833
+ {
1834
+ d: "M13.1816 8.68009C13.7496 8.95174 14.2544 9.33949 14.6633 9.81833C15.0722 10.2972 15.3761 10.8564 15.5554 11.46C15.7347 12.0636 15.7855 12.6981 15.7044 13.3225C15.6233 13.9469 15.4121 14.5473 15.0846 15.0851M5.31657 12.3031L3.56057 14.0601C2.71652 14.904 2.24228 16.0487 2.24219 17.2422C2.24209 18.4358 2.71615 19.5805 3.56007 20.4246C4.40399 21.2686 5.54864 21.7429 6.74222 21.743C7.93579 21.7431 9.08052 21.269 9.92457 20.4251L13.0536 17.2961M18.6676 11.6811L20.4246 9.92409C21.2686 9.08017 21.7429 7.93552 21.7429 6.74195C21.743 5.54837 21.269 4.40364 20.4251 3.55959C19.5811 2.71554 18.4365 2.2413 17.2429 2.24121C16.0493 2.24112 14.9046 2.71517 14.0606 3.55909L9.56057 8.05909C9.30257 8.31909 9.08157 8.60009 8.89957 8.89909M10.8026 15.3041C10.3416 15.0835 9.92153 14.7859 9.56057 14.4241C9.08495 13.9497 8.72201 13.3746 8.49857 12.7411M20.9926 20.9931L15.0856 15.0861L8.89857 8.89809M2.99157 2.99009L8.89857 8.90009",
1835
+ stroke: "currentColor",
1836
+ strokeLinecap: "round",
1837
+ strokeLinejoin: "round"
1838
+ }
1839
+ )
1840
+ }
1841
+ );
1842
+ },
1843
+ label: ({ className, fill }) => {
1844
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1845
+ "svg",
1846
+ {
1847
+ width: "24",
1848
+ height: "24",
1849
+ viewBox: "0 0 24 24",
1850
+ fill: "none",
1851
+ xmlns: "http://www.w3.org/2000/svg",
1852
+ className,
1853
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1854
+ "path",
1855
+ {
1856
+ fillRule: "evenodd",
1857
+ clipRule: "evenodd",
1858
+ d: "M5.25 2.25C4.45435 2.25 3.69129 2.56607 3.12868 3.12868C2.56607 3.69129 2.25 4.45435 2.25 5.25V9.568C2.25017 10.3636 2.56635 11.1265 3.129 11.689L12.709 21.27C13.629 22.19 15.099 22.456 16.257 21.698C18.4254 20.2781 20.2777 18.4261 21.698 16.258C22.456 15.098 22.19 13.629 21.27 12.71L11.69 3.129C11.4114 2.85029 11.0806 2.6292 10.7165 2.47838C10.3524 2.32756 9.9621 2.24995 9.568 2.25H5.25ZM6.375 7.5C6.67337 7.5 6.95952 7.38147 7.1705 7.1705C7.38147 6.95952 7.5 6.67337 7.5 6.375C7.5 6.07663 7.38147 5.79048 7.1705 5.5795C6.95952 5.36853 6.67337 5.25 6.375 5.25C6.07663 5.25 5.79048 5.36853 5.5795 5.5795C5.36853 5.79048 5.25 6.07663 5.25 6.375C5.25 6.67337 5.36853 6.95952 5.5795 7.1705C5.79048 7.38147 6.07663 7.5 6.375 7.5Z",
1859
+ fill: "currentColor"
1860
+ }
1861
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1862
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1863
+ "path",
1864
+ {
1865
+ d: "M9.568 3H5.25C4.65326 3 4.08097 3.23705 3.65901 3.65901C3.23705 4.08097 3 4.65326 3 5.25V9.568C3 10.165 3.237 10.738 3.659 11.159L13.24 20.74C13.939 21.439 15.02 21.612 15.847 21.07C17.9286 19.7066 19.7066 17.9286 21.07 15.847C21.612 15.02 21.439 13.939 20.74 13.24L11.16 3.66C10.951 3.45077 10.7029 3.28478 10.4297 3.17154C10.1565 3.05829 9.86371 3 9.568 3Z",
1866
+ stroke: "currentColor",
1867
+ strokeLinecap: "round",
1868
+ strokeLinejoin: "round"
1869
+ }
1870
+ ),
1871
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1872
+ "path",
1873
+ {
1874
+ d: "M6 6H6.008V6.008H6V6Z",
1875
+ stroke: "currentColor",
1876
+ strokeWidth: "1.5",
1877
+ strokeLinecap: "round",
1878
+ strokeLinejoin: "round"
1879
+ }
1880
+ )
1881
+ ] })
1882
+ }
1883
+ );
1884
+ },
1885
+ bookmark: ({ className, fill }) => {
1886
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1887
+ "svg",
1888
+ {
1889
+ width: "24",
1890
+ height: "24",
1891
+ viewBox: "0 0 24 24",
1892
+ fill: "none",
1893
+ xmlns: "http://www.w3.org/2000/svg",
1894
+ className,
1895
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1896
+ "path",
1897
+ {
1898
+ fillRule: "evenodd",
1899
+ clipRule: "evenodd",
1900
+ d: "M6.32 2.57714C10.094 2.139 13.906 2.139 17.68 2.57714C19.177 2.75114 20.25 4.03714 20.25 5.50714V21.0001C20.2498 21.1279 20.217 21.2534 20.1547 21.3649C20.0925 21.4764 20.0027 21.5701 19.8941 21.6372C19.7854 21.7044 19.6614 21.7426 19.5338 21.7483C19.4062 21.7541 19.2793 21.7272 19.165 21.6701L12 18.0891L4.835 21.6721C4.72058 21.7293 4.59345 21.7562 4.4657 21.7503C4.33795 21.7445 4.21381 21.7061 4.10509 21.6387C3.99637 21.5714 3.90667 21.4774 3.84452 21.3656C3.78237 21.2538 3.74983 21.128 3.75 21.0001V5.50714C3.75 4.03714 4.823 2.75114 6.32 2.57714Z",
1901
+ fill: "currentColor"
1902
+ }
1903
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1904
+ "path",
1905
+ {
1906
+ d: "M17.593 3.32206C18.693 3.45006 19.5 4.39906 19.5 5.50706V21.0001L12 17.2501L4.5 21.0001V5.50706C4.5 4.39906 5.306 3.45006 6.407 3.32206C10.1232 2.89069 13.8768 2.89069 17.593 3.32206Z",
1907
+ stroke: "currentColor",
1908
+ strokeLinecap: "round",
1909
+ strokeLinejoin: "round"
1910
+ }
1911
+ )
1912
+ }
1913
+ );
1914
+ },
1915
+ "bookmark-off": ({ className, fill }) => {
1916
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1917
+ "svg",
1918
+ {
1919
+ width: "24",
1920
+ height: "24",
1921
+ viewBox: "0 0 24 24",
1922
+ fill: "none",
1923
+ xmlns: "http://www.w3.org/2000/svg",
1924
+ className,
1925
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1926
+ "path",
1927
+ {
1928
+ d: "M3.53082 2.47014C3.38865 2.33766 3.2006 2.26553 3.0063 2.26896C2.812 2.27239 2.62661 2.3511 2.4892 2.48851C2.35179 2.62593 2.27308 2.81131 2.26965 3.00561C2.26622 3.19991 2.33834 3.38796 2.47082 3.53014L20.4708 21.5301C20.5395 21.6038 20.6223 21.6629 20.7143 21.7039C20.8063 21.7449 20.9056 21.7669 21.0063 21.7687C21.107 21.7705 21.207 21.752 21.3004 21.7143C21.3938 21.6765 21.4786 21.6204 21.5499 21.5492C21.6211 21.478 21.6772 21.3931 21.7149 21.2997C21.7527 21.2063 21.7712 21.1063 21.7694 21.0056C21.7676 20.9049 21.7456 20.8056 21.7046 20.7136C21.6636 20.6216 21.6045 20.5388 21.5308 20.4701L3.53082 2.47014ZM20.2508 5.50714V17.0681L5.85382 2.67114C6.00382 2.62814 6.15982 2.59614 6.32082 2.57714C10.0948 2.139 13.9068 2.139 17.6808 2.57714C19.1778 2.75114 20.2508 4.03714 20.2508 5.50714ZM3.75082 21.0001V6.93214L17.8138 20.9951L12.0008 18.0881L4.83582 21.6711C4.72148 21.7282 4.59444 21.7551 4.46677 21.7493C4.3391 21.7435 4.21504 21.7052 4.10634 21.638C3.99765 21.5708 3.90793 21.4769 3.84571 21.3652C3.78349 21.2536 3.75083 21.1279 3.75082 21.0001Z",
1929
+ fill: "currentColor"
1930
+ }
1931
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1932
+ "path",
1933
+ {
1934
+ d: "M3 3.00006L4.664 4.66406M4.664 4.66406C4.80677 4.30415 5.04408 3.98947 5.35087 3.75326C5.65766 3.51705 6.02255 3.36807 6.407 3.32206C10.1232 2.89069 13.8768 2.89069 17.593 3.32206C18.693 3.45006 19.5 4.39906 19.5 5.50706V19.5001M4.664 4.66406L19.5 19.5001M21 21.0001L19.5 19.5001M14.015 18.2581L12 17.2501L4.5 21.0001V8.74206",
1935
+ stroke: "currentColor",
1936
+ strokeLinecap: "round",
1937
+ strokeLinejoin: "round"
1938
+ }
1939
+ )
1940
+ }
1941
+ );
1942
+ },
1943
+ eye: ({ className, fill }) => {
1944
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1945
+ "svg",
1946
+ {
1947
+ width: "24",
1948
+ height: "24",
1949
+ viewBox: "0 0 24 24",
1950
+ fill: "none",
1951
+ xmlns: "http://www.w3.org/2000/svg",
1952
+ className,
1953
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1954
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1955
+ "path",
1956
+ {
1957
+ d: "M12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15Z",
1958
+ fill: "currentColor"
1959
+ }
1960
+ ),
1961
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1962
+ "path",
1963
+ {
1964
+ fillRule: "evenodd",
1965
+ clipRule: "evenodd",
1966
+ d: "M1.32301 11.447C2.81101 6.976 7.02801 3.75 12.001 3.75C16.971 3.75 21.186 6.973 22.676 11.44C22.796 11.802 22.796 12.192 22.676 12.553C21.189 17.024 16.971 20.25 11.999 20.25C7.02901 20.25 2.81301 17.027 1.32401 12.56C1.20376 12.1987 1.20376 11.8083 1.32401 11.447H1.32301ZM17.25 12C17.25 13.3924 16.6969 14.7277 15.7123 15.7123C14.7278 16.6969 13.3924 17.25 12 17.25C10.6076 17.25 9.27227 16.6969 8.2877 15.7123C7.30314 14.7277 6.75001 13.3924 6.75001 12C6.75001 10.6076 7.30314 9.27225 8.2877 8.28769C9.27227 7.30312 10.6076 6.75 12 6.75C13.3924 6.75 14.7278 7.30312 15.7123 8.28769C16.6969 9.27225 17.25 10.6076 17.25 12Z",
1967
+ fill: "currentColor"
1968
+ }
1969
+ )
1970
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
1971
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1972
+ "path",
1973
+ {
1974
+ d: "M2.03601 12.322C1.967 12.1146 1.967 11.8904 2.03601 11.683C3.42301 7.51 7.36001 4.5 12 4.5C16.638 4.5 20.573 7.507 21.963 11.678C22.033 11.885 22.033 12.109 21.963 12.317C20.577 16.49 16.64 19.5 12 19.5C7.36201 19.5 3.42601 16.493 2.03601 12.322Z",
1975
+ stroke: "currentColor",
1976
+ strokeLinecap: "round",
1977
+ strokeLinejoin: "round"
1978
+ }
1979
+ ),
1980
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1981
+ "path",
1982
+ {
1983
+ d: "M15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15C11.2044 15 10.4413 14.6839 9.87868 14.1213C9.31607 13.5587 9 12.7956 9 12C9 11.2044 9.31607 10.4413 9.87868 9.87868C10.4413 9.31607 11.2044 9 12 9C12.7956 9 13.5587 9.31607 14.1213 9.87868C14.6839 10.4413 15 11.2044 15 12Z",
1984
+ stroke: "currentColor",
1985
+ strokeLinecap: "round",
1986
+ strokeLinejoin: "round"
1987
+ }
1988
+ )
1989
+ ] })
1990
+ }
1991
+ );
1992
+ },
1993
+ "eye-off": ({ className, fill }) => {
1994
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1995
+ "svg",
1996
+ {
1997
+ width: "24",
1998
+ height: "24",
1999
+ viewBox: "0 0 24 24",
2000
+ fill: "none",
2001
+ xmlns: "http://www.w3.org/2000/svg",
2002
+ className,
2003
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
2004
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2005
+ "path",
2006
+ {
2007
+ d: "M3.53003 2.47009C3.38785 2.33761 3.19981 2.26549 3.00551 2.26892C2.81121 2.27234 2.62582 2.35106 2.48841 2.48847C2.35099 2.62588 2.27228 2.81127 2.26885 3.00557C2.26543 3.19987 2.33755 3.38792 2.47003 3.53009L20.47 21.5301C20.5387 21.6038 20.6215 21.6629 20.7135 21.7039C20.8055 21.7449 20.9048 21.7669 21.0055 21.7687C21.1062 21.7705 21.2062 21.7519 21.2996 21.7142C21.393 21.6765 21.4778 21.6203 21.5491 21.5491C21.6203 21.4779 21.6764 21.3931 21.7142 21.2997C21.7519 21.2063 21.7704 21.1063 21.7686 21.0056C21.7668 20.9049 21.7448 20.8056 21.7038 20.7136C21.6628 20.6216 21.6037 20.5388 21.53 20.4701L3.53003 2.47009ZM22.676 12.5531C22.137 14.1706 21.2373 15.6444 20.045 16.8631L16.946 13.7641C17.2804 12.828 17.3421 11.8163 17.124 10.8465C16.906 9.87669 16.4171 8.98874 15.7142 8.28588C15.0114 7.58301 14.1234 7.09413 13.1536 6.87607C12.1839 6.65802 11.1721 6.71975 10.236 7.05409L7.75903 4.57709C9.10605 4.02905 10.5468 3.74817 12.001 3.75009C16.971 3.75009 21.186 6.97309 22.676 11.4401C22.796 11.8021 22.796 12.1921 22.676 12.5531Z",
2008
+ fill: "currentColor"
2009
+ }
2010
+ ),
2011
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2012
+ "path",
2013
+ {
2014
+ d: "M15.75 12.0001C15.75 12.1801 15.737 12.3571 15.713 12.5301L11.469 8.28705C12.001 8.21096 12.5431 8.25009 13.0586 8.4018C13.5741 8.5535 14.0511 8.81424 14.457 9.16635C14.863 9.51846 15.1885 9.95371 15.4116 10.4426C15.6347 10.9315 15.7501 11.4627 15.75 12.0001ZM12.53 15.7131L8.28698 11.4691C8.20453 12.0455 8.25748 12.6333 8.44162 13.1857C8.62577 13.7382 8.93604 14.2402 9.34787 14.6519C9.75969 15.0636 10.2618 15.3738 10.8143 15.5578C11.3668 15.7418 11.9545 15.7946 12.531 15.7121L12.53 15.7131Z",
2015
+ fill: "currentColor"
2016
+ }
2017
+ ),
2018
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2019
+ "path",
2020
+ {
2021
+ d: "M6.75001 12C6.75001 11.381 6.85701 10.787 7.05401 10.236L3.95401 7.13599C2.76211 8.35483 1.8628 9.82861 1.32401 11.446C1.20401 11.808 1.20401 12.198 1.32401 12.56C2.81301 17.027 7.02801 20.25 11.999 20.25C13.499 20.25 14.932 19.956 16.241 19.423L13.764 16.946C12.9717 17.2286 12.123 17.3168 11.2895 17.2029C10.456 17.0891 9.662 16.7766 8.97449 16.2917C8.28697 15.8069 7.72603 15.164 7.33891 14.4171C6.95178 13.6702 6.74981 12.8412 6.75001 12Z",
2022
+ fill: "currentColor"
2023
+ }
2024
+ )
2025
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2026
+ "path",
2027
+ {
2028
+ d: "M3.98002 8.223C3.04448 9.32718 2.34784 10.6132 1.93402 12C3.22602 16.338 7.24402 19.5 12 19.5C12.993 19.5 13.953 19.362 14.863 19.105M6.22802 6.228C7.94067 5.09786 9.9481 4.49688 12 4.5C16.756 4.5 20.773 7.662 22.065 11.998C21.357 14.3673 19.8371 16.4116 17.772 17.772M6.22802 6.228L3.00002 3M6.22802 6.228L9.87802 9.878M17.772 17.772L21 21M17.772 17.772L14.122 14.122C14.4006 13.8434 14.6216 13.5127 14.7724 13.1486C14.9232 12.7846 15.0008 12.3945 15.0008 12.0005C15.0008 11.6065 14.9232 11.2164 14.7724 10.8524C14.6216 10.4883 14.4006 10.1576 14.122 9.879C13.8434 9.6004 13.5127 9.3794 13.1487 9.22863C12.7847 9.07785 12.3945 9.00025 12.0005 9.00025C11.6065 9.00025 11.2164 9.07785 10.8524 9.22863C10.4884 9.3794 10.1576 9.6004 9.87902 9.879M14.121 14.121L9.88002 9.88",
2029
+ stroke: "currentColor",
2030
+ strokeLinecap: "round",
2031
+ strokeLinejoin: "round"
2032
+ }
2033
+ )
2034
+ }
2035
+ );
2036
+ },
2037
+ video: ({ className, fill }) => {
2038
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2039
+ "svg",
2040
+ {
2041
+ width: "24",
2042
+ height: "24",
2043
+ viewBox: "0 0 24 24",
2044
+ fill: "none",
2045
+ xmlns: "http://www.w3.org/2000/svg",
2046
+ className,
2047
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2048
+ "path",
2049
+ {
2050
+ d: "M4.5 4.5C3.70435 4.5 2.94129 4.81607 2.37868 5.37868C1.81607 5.94129 1.5 6.70435 1.5 7.5V16.5C1.5 17.2956 1.81607 18.0587 2.37868 18.6213C2.94129 19.1839 3.70435 19.5 4.5 19.5H12.75C13.5456 19.5 14.3087 19.1839 14.8713 18.6213C15.4339 18.0587 15.75 17.2956 15.75 16.5V7.5C15.75 6.70435 15.4339 5.94129 14.8713 5.37868C14.3087 4.81607 13.5456 4.5 12.75 4.5H4.5ZM19.94 18.75L17.25 16.06V7.94L19.94 5.25C20.884 4.305 22.5 4.974 22.5 6.31V17.69C22.5 19.026 20.884 19.695 19.94 18.75Z",
2051
+ fill: "currentColor"
2052
+ }
2053
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2054
+ "path",
2055
+ {
2056
+ d: "M15.75 10.5L20.47 5.78C20.5749 5.67524 20.7085 5.60392 20.8539 5.57503C20.9993 5.54615 21.15 5.561 21.2869 5.61771C21.4239 5.67442 21.541 5.77045 21.6234 5.89367C21.7058 6.01688 21.7499 6.16176 21.75 6.31V17.69C21.7499 17.8382 21.7058 17.9831 21.6234 18.1063C21.541 18.2295 21.4239 18.3256 21.2869 18.3823C21.15 18.439 20.9993 18.4538 20.8539 18.425C20.7085 18.3961 20.5749 18.3248 20.47 18.22L15.75 13.5M4.5 18.75H13.5C14.0967 18.75 14.669 18.5129 15.091 18.091C15.5129 17.669 15.75 17.0967 15.75 16.5V7.5C15.75 6.90326 15.5129 6.33097 15.091 5.90901C14.669 5.48705 14.0967 5.25 13.5 5.25H4.5C3.90326 5.25 3.33097 5.48705 2.90901 5.90901C2.48705 6.33097 2.25 6.90326 2.25 7.5V16.5C2.25 17.0967 2.48705 17.669 2.90901 18.091C3.33097 18.5129 3.90326 18.75 4.5 18.75Z",
2057
+ stroke: "currentColor",
2058
+ strokeLinecap: "round",
2059
+ strokeLinejoin: "round"
2060
+ }
2061
+ )
2062
+ }
2063
+ );
2064
+ },
2065
+ "video-off": ({ className, fill }) => {
2066
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2067
+ "svg",
2068
+ {
2069
+ width: "24",
2070
+ height: "24",
2071
+ viewBox: "0 0 24 24",
2072
+ fill: "none",
2073
+ xmlns: "http://www.w3.org/2000/svg",
2074
+ className,
2075
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2076
+ "path",
2077
+ {
2078
+ d: "M0.970011 3.97007C1.11064 3.82962 1.30126 3.75073 1.50001 3.75073C1.69876 3.75073 1.88939 3.82962 2.03001 3.97007L17.03 18.9701C17.1037 19.0387 17.1628 19.1215 17.2038 19.2135C17.2448 19.3055 17.2668 19.4048 17.2686 19.5056C17.2704 19.6063 17.2519 19.7063 17.2141 19.7997C17.1764 19.8931 17.1203 19.9779 17.049 20.0491C16.9778 20.1203 16.893 20.1765 16.7996 20.2142C16.7062 20.2519 16.6062 20.2704 16.5055 20.2687C16.4048 20.2669 16.3055 20.2448 16.2135 20.2039C16.1215 20.1629 16.0387 20.1038 15.97 20.0301L0.970011 5.03007C0.829561 4.88945 0.750671 4.69882 0.750671 4.50007C0.750671 4.30132 0.829561 4.1107 0.970011 3.97007ZM17.25 16.0601L19.94 18.7501C20.884 19.6951 22.5 19.0261 22.5 17.6901V6.31007C22.5 4.97407 20.884 4.30507 19.94 5.25007L17.25 7.94007V16.0601ZM15.75 7.50007V15.5681L4.68201 4.50007H12.75C13.5457 4.50007 14.3087 4.81614 14.8713 5.37875C15.4339 5.94136 15.75 6.70442 15.75 7.50007ZM1.50001 16.5001V7.68207L13.273 19.4551C13.103 19.4851 12.928 19.5001 12.75 19.5001H4.50001C3.70436 19.5001 2.9413 19.184 2.37869 18.6214C1.81608 18.0588 1.50001 17.2957 1.50001 16.5001Z",
2079
+ fill: "currentColor"
2080
+ }
2081
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2082
+ "path",
2083
+ {
2084
+ d: "M15.75 10.5L20.47 5.78C20.5749 5.67524 20.7085 5.60392 20.8539 5.57503C20.9993 5.54615 21.15 5.561 21.2869 5.61771C21.4239 5.67442 21.541 5.77045 21.6234 5.89367C21.7058 6.01688 21.7499 6.16176 21.75 6.31V17.69C21.7499 17.8382 21.7058 17.9831 21.6234 18.1063C21.541 18.2295 21.4239 18.3256 21.2869 18.3823C21.15 18.439 20.9993 18.4538 20.8539 18.425C20.7085 18.3961 20.5749 18.3248 20.47 18.22L15.75 13.5M12 18.75H4.5C3.90326 18.75 3.33097 18.5129 2.90901 18.091C2.48705 17.669 2.25 17.0967 2.25 16.5V9M15.091 18.091L16.5 19.5M15.091 18.091C15.498 17.684 15.75 17.121 15.75 16.5V7.5C15.75 6.90326 15.5129 6.33097 15.091 5.90901C14.669 5.48705 14.0967 5.25 13.5 5.25H4.5C3.879 5.25 3.316 5.502 2.909 5.909M15.091 18.091L2.909 5.909M2.909 5.909L1.5 4.5",
2085
+ stroke: "currentColor",
2086
+ strokeLinecap: "round",
2087
+ strokeLinejoin: "round"
2088
+ }
2089
+ )
2090
+ }
2091
+ );
2092
+ },
2093
+ sound: ({ className, fill }) => {
2094
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2095
+ "svg",
2096
+ {
2097
+ width: "24",
2098
+ height: "24",
2099
+ viewBox: "0 0 24 24",
2100
+ fill: "none",
2101
+ xmlns: "http://www.w3.org/2000/svg",
2102
+ className,
2103
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
2104
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "24", height: "24", fill: "transparent" }),
2105
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2106
+ "path",
2107
+ {
2108
+ d: "M12.2813 3.74989C12.4989 3.85096 12.659 3.994 12.75 4.21864C12.7781 4.42611 12.7753 4.6323 12.7738 4.84139C12.774 4.90562 12.7743 4.96986 12.7747 5.03409C12.7755 5.21035 12.7751 5.3866 12.7745 5.56287C12.7741 5.75305 12.7748 5.94324 12.7753 6.13342C12.7761 6.5059 12.7759 6.87837 12.7754 7.25085C12.775 7.55355 12.7749 7.85626 12.7751 8.15896C12.7751 8.20203 12.7752 8.2451 12.7752 8.28948C12.7753 8.37698 12.7753 8.46448 12.7754 8.55198C12.7759 9.37257 12.7753 10.1932 12.7743 11.0138C12.7735 11.718 12.7736 12.4222 12.7745 13.1264C12.7755 13.944 12.7759 14.7616 12.7753 15.5793C12.7752 15.6665 12.7752 15.7537 12.7751 15.8408C12.7751 15.9052 12.7751 15.9052 12.775 15.9708C12.7749 16.2732 12.7751 16.5755 12.7756 16.8779C12.7761 17.2463 12.776 17.6148 12.775 17.9832C12.7745 18.1712 12.7743 18.3592 12.7749 18.5472C12.7755 18.7194 12.7751 18.8914 12.7741 19.0635C12.7738 19.1553 12.7745 19.2471 12.7751 19.3388C12.7724 19.64 12.7701 19.8359 12.5625 20.0624C12.3447 20.2693 12.1459 20.2718 11.8594 20.2748C11.5384 20.218 11.3211 19.9578 11.1025 19.7335C11.0702 19.7008 11.0379 19.6681 11.0046 19.6344C10.9349 19.5636 10.8652 19.4928 10.7956 19.4218C10.6853 19.3094 10.5746 19.1974 10.4638 19.0856C10.1489 18.7675 9.8344 18.4491 9.52085 18.1297C9.32874 17.934 9.13595 17.7391 8.94271 17.5446C8.86939 17.4705 8.79634 17.3962 8.72356 17.3216C8.62161 17.2171 8.5188 17.1136 8.41576 17.0102C8.38616 16.9794 8.35656 16.9487 8.32607 16.917C8.03321 16.6267 7.73099 16.532 7.32266 16.5284C7.26621 16.5289 7.26621 16.5289 7.20862 16.5295C7.1677 16.5293 7.12679 16.5291 7.08464 16.5289C6.99655 16.5286 6.90847 16.5287 6.82039 16.529C6.68061 16.5294 6.54086 16.5289 6.40109 16.5282C6.00395 16.5263 5.60682 16.5262 5.20968 16.5263C4.96604 16.5263 4.72241 16.5254 4.47878 16.524C4.34173 16.5235 4.20471 16.5241 4.06767 16.5247C3.5256 16.5236 3.06604 16.4996 2.64992 16.111C2.38372 15.8149 2.23877 15.4888 2.23748 15.088C2.23708 15.0315 2.23668 14.975 2.23627 14.9167C2.23631 14.8554 2.23635 14.794 2.2364 14.7308C2.23612 14.665 2.2358 14.5992 2.23544 14.5334C2.23462 14.3552 2.2344 14.177 2.23434 13.9988C2.23427 13.8873 2.23407 13.7758 2.23382 13.6642C2.23295 13.2747 2.23257 12.8851 2.23265 12.4955C2.2327 12.1332 2.23171 11.771 2.23023 11.4087C2.229 11.097 2.2285 10.7852 2.22856 10.4735C2.22859 10.2877 2.22832 10.1018 2.22733 9.91593C2.22641 9.74094 2.22642 9.56597 2.22709 9.39098C2.22724 9.2968 2.22646 9.20263 2.22565 9.10846C2.22887 8.64104 2.31256 8.24925 2.63893 7.8998C2.9827 7.59073 3.33749 7.48576 3.79182 7.48718C3.85328 7.48681 3.85328 7.48681 3.91597 7.48644C4.00459 7.48596 4.09321 7.48569 4.18184 7.4856C4.32237 7.48543 4.46289 7.48464 4.60343 7.48369C5.00288 7.4811 5.40234 7.47966 5.80179 7.47851C6.04649 7.47776 6.29117 7.47634 6.53585 7.47453C6.62879 7.47399 6.72172 7.47371 6.81466 7.4737C6.945 7.47369 7.07531 7.47283 7.20564 7.4718C7.26253 7.47212 7.26253 7.47212 7.32057 7.47245C7.73537 7.46725 8.03575 7.37058 8.33306 7.07581C8.36368 7.04403 8.3943 7.01224 8.42586 6.9795C8.45945 6.94579 8.49304 6.91209 8.52765 6.87737C8.63774 6.76661 8.74681 6.6549 8.85591 6.54317C8.93256 6.46576 9.00928 6.38841 9.08607 6.31113C9.28751 6.1081 9.48812 5.90427 9.68854 5.70022C10.0099 5.37328 10.3325 5.04752 10.6551 4.72182C10.7677 4.60797 10.8799 4.49378 10.992 4.37952C11.0607 4.30983 11.1295 4.24015 11.1983 4.17048C11.2294 4.1386 11.2605 4.10672 11.2925 4.07388C11.3213 4.04477 11.3502 4.01565 11.3799 3.98566C11.4047 3.96035 11.4296 3.93504 11.4552 3.90896C11.6981 3.70036 11.9762 3.71718 12.2813 3.74989Z",
2109
+ fill: "currentColor"
2110
+ }
2111
+ ),
2112
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2113
+ "path",
2114
+ {
2115
+ d: "M17.1562 4.54695C17.9673 4.94634 18.6632 5.46785 19.3125 6.09382C19.3512 6.1296 19.39 6.16537 19.4299 6.20222C20.5523 7.26879 21.2538 8.72868 21.6094 10.2188C21.6177 10.2522 21.6261 10.2855 21.6346 10.3198C21.8875 11.374 21.8768 12.7317 21.6094 13.7813C21.5988 13.8241 21.5882 13.8669 21.5773 13.911C21.1944 15.4215 20.478 16.6899 19.4062 17.8126C19.3682 17.8531 19.3301 17.8937 19.2909 17.9354C18.2514 19.0136 16.5301 20.0623 15.0088 20.13C14.7034 20.1198 14.5381 20.0251 14.3232 19.8048C14.2152 19.5627 14.2138 19.3391 14.25 19.0782C14.335 18.9112 14.335 18.9112 14.4375 18.7969C14.4574 18.7731 14.4772 18.7493 14.4977 18.7248C14.6057 18.6328 14.7057 18.6092 14.8423 18.5721C14.8952 18.5573 14.948 18.5426 15.0024 18.5273C15.0868 18.5042 15.0868 18.5042 15.1729 18.4805C16.9763 17.9632 18.4795 16.8626 19.3986 15.204C19.9263 14.202 20.167 13.1527 20.168 12.0264C20.168 11.9929 20.168 11.9593 20.1681 11.9247C20.1673 11.42 20.1437 10.9439 20.0156 10.4532C20.0076 10.4211 19.9995 10.389 19.9912 10.3559C19.5476 8.6091 18.4256 7.13599 16.8865 6.20485C16.2612 5.8429 15.5693 5.59379 14.8654 5.43684C14.6437 5.36708 14.4853 5.25355 14.3262 5.08601C14.2137 4.84373 14.215 4.6221 14.25 4.35945C14.342 4.15328 14.4635 4.02477 14.6688 3.92366C15.4157 3.6695 16.4895 4.22654 17.1562 4.54695Z",
2116
+ fill: "currentColor"
2117
+ }
2118
+ ),
2119
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2120
+ "path",
2121
+ {
2122
+ d: "M15.4748 7.90066C16.6503 8.49561 17.4474 9.47886 17.8715 10.7194C18.2173 11.8746 18.0391 13.1485 17.4844 14.2031C16.9957 15.0635 16.1946 15.8515 15.2534 16.1922C15.0122 16.249 14.788 16.2421 14.5728 16.112C14.4243 15.9912 14.3224 15.8819 14.25 15.7031C14.2381 15.5651 14.2381 15.5651 14.2378 15.401C14.2376 15.3708 14.2374 15.3405 14.2372 15.3094C14.2368 15.2082 14.2369 15.1069 14.2371 15.0057C14.2369 14.9331 14.2367 14.8605 14.2364 14.7879C14.2358 14.5907 14.2357 14.3935 14.2359 14.1963C14.2359 14.0317 14.2357 13.8671 14.2355 13.7025C14.2349 13.3142 14.2349 12.9259 14.2352 12.5376C14.2355 12.137 14.2349 11.7363 14.2339 11.3357C14.2331 10.9918 14.2328 10.6478 14.233 10.3038C14.233 10.0984 14.2329 9.89299 14.2323 9.68756C14.2317 9.49437 14.2318 9.3012 14.2324 9.10801C14.2325 9.03713 14.2324 8.96625 14.232 8.89538C14.2315 8.79857 14.2319 8.7018 14.2325 8.60499C14.2325 8.55083 14.2324 8.49668 14.2324 8.44088C14.2594 8.22021 14.3598 8.07112 14.5313 7.93362C14.8399 7.70212 15.1396 7.75575 15.4748 7.90066Z",
2123
+ fill: "currentColor"
2124
+ }
2125
+ )
2126
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
2127
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2128
+ "path",
2129
+ {
2130
+ d: "M13.9834 4.20996C14.3635 4.52013 14.6225 4.90469 14.7188 5.39062C14.7324 5.56982 14.7318 5.74848 14.7313 5.92813C14.7315 5.982 14.7317 6.03586 14.7319 6.09135C14.7325 6.2717 14.7325 6.45204 14.7324 6.63239C14.7326 6.76176 14.733 6.89112 14.7333 7.02049C14.7341 7.33537 14.7344 7.65025 14.7344 7.96513C14.7345 8.22122 14.7347 8.4773 14.735 8.73338C14.7358 9.46009 14.7362 10.1868 14.7361 10.9135C14.7361 10.9526 14.7361 10.9918 14.7361 11.0321C14.7361 11.0713 14.7361 11.1105 14.7361 11.1509C14.7361 11.7859 14.737 12.4208 14.7383 13.0557C14.7397 13.7083 14.7403 14.3609 14.7402 15.0135C14.7402 15.3796 14.7404 15.7458 14.7415 16.1119C14.7423 16.4237 14.7425 16.7354 14.7419 17.0472C14.7416 17.2061 14.7417 17.365 14.7424 17.5239C14.7431 17.6967 14.7427 17.8694 14.7419 18.0421C14.7424 18.0917 14.7429 18.1412 14.7434 18.1923C14.7379 18.7953 14.5399 19.2461 14.1239 19.6756C13.7785 19.9969 13.374 20.1174 12.9111 20.124C12.8805 20.1254 12.8499 20.1267 12.8184 20.1281C12.3492 20.134 11.9415 19.9041 11.5488 19.6699C11.4626 19.6196 11.3763 19.5693 11.2899 19.519C11.2452 19.4929 11.2004 19.4667 11.1543 19.4398C10.9182 19.3029 10.6798 19.1701 10.4414 19.0371C10.3422 18.9816 10.2429 18.9261 10.1437 18.8707C10.0694 18.8292 10.0694 18.8292 9.99368 18.7869C9.32868 18.4154 8.66421 18.043 8.00131 17.6677C7.47583 17.3705 6.94914 17.0754 6.42189 16.7812C6.39167 16.7614 6.36144 16.7415 6.3303 16.721C6.04155 16.5402 5.81095 16.5147 5.4745 16.5203C5.42534 16.5201 5.37618 16.5198 5.32553 16.5195C5.16947 16.5188 5.01349 16.5195 4.85744 16.5205C4.70173 16.5213 4.54606 16.5217 4.39035 16.521C4.29388 16.5206 4.19739 16.521 4.10093 16.5224C3.54821 16.5203 3.06609 16.3143 2.66438 15.9359C2.16667 15.4084 2.04791 14.8435 2.04964 14.137C2.0494 14.0858 2.04916 14.0345 2.04891 13.9816C2.04827 13.8134 2.04831 13.6452 2.04841 13.4769C2.04823 13.3591 2.04803 13.2413 2.04781 13.1236C2.04746 12.8771 2.04746 12.6307 2.04772 12.3843C2.048 12.1008 2.04742 11.8174 2.04642 11.5339C2.04549 11.2596 2.04536 10.9852 2.04552 10.7108C2.0455 10.5949 2.04525 10.4789 2.04478 10.3629C2.0442 10.2003 2.04452 10.0377 2.04506 9.87508C2.0447 9.82787 2.04434 9.78066 2.04398 9.73202C2.04888 9.05982 2.23742 8.52087 2.69551 8.03119C3.12505 7.62988 3.59395 7.47717 4.16933 7.49579C4.26965 7.49727 4.36997 7.49856 4.47029 7.49968C4.52212 7.50033 4.57395 7.50098 4.62735 7.50165C5.85431 7.51624 5.85431 7.51624 6.9219 6.97105C7.12244 6.82357 7.34344 6.71096 7.56154 6.5918C7.6519 6.54075 7.74217 6.48954 7.83235 6.43817C8.11749 6.27645 8.40339 6.11611 8.68947 5.95605C8.7624 5.91524 8.7624 5.91524 8.83681 5.8736C9.03441 5.76304 9.23204 5.65252 9.42967 5.54201C9.96367 5.24334 10.4975 4.9443 11.0303 4.64355C11.0753 4.61821 11.1202 4.59286 11.1666 4.56675C11.3976 4.43624 11.6263 4.30302 11.8535 4.16601C12.53 3.77544 13.3263 3.74841 13.9834 4.20996ZM11.3385 5.56073C11.0393 5.73282 10.7375 5.90022 10.4356 6.06738C9.99604 6.31085 9.55767 6.55619 9.12057 6.80398C8.8381 6.96404 8.55503 7.12297 8.27155 7.28123C7.85671 7.51286 7.44265 7.74567 7.03126 7.9834C6.99369 8.00507 6.95613 8.02674 6.91742 8.04906C6.75398 8.13663 6.75398 8.13663 6.60939 8.25C6.60403 8.34615 6.60201 8.44249 6.60123 8.53879C6.60077 8.58454 6.60077 8.58454 6.60031 8.63122C6.59934 8.73417 6.59873 8.83712 6.59812 8.94008C6.59752 9.0136 6.5969 9.08711 6.59627 9.16063C6.59083 9.83218 6.58818 10.5038 6.58611 11.1753C6.58455 11.672 6.58176 12.1687 6.57732 12.6653C6.57431 13.0143 6.57273 13.3632 6.5722 13.7121C6.57184 13.9207 6.57085 14.1291 6.56831 14.3377C6.56595 14.5339 6.56535 14.7301 6.56612 14.9263C6.56609 14.9984 6.56542 15.0704 6.56406 15.1424C6.54183 15.5181 6.54183 15.5181 6.6911 15.8432C6.78754 15.9046 6.87712 15.9457 6.98439 15.9844C7.05024 16.0226 7.05024 16.0226 7.11743 16.0616C7.1577 16.0839 7.19797 16.1063 7.23945 16.1294C7.30861 16.168 7.30861 16.168 7.37916 16.2073C7.42775 16.2343 7.47633 16.2613 7.52638 16.2891C7.63143 16.3476 7.73647 16.4062 7.84151 16.4648C7.89426 16.4943 7.94702 16.5237 8.00138 16.554C8.23316 16.6836 8.46427 16.8144 8.69533 16.9453C9.06786 17.1562 9.44092 17.3661 9.81447 17.5752C9.86303 17.6024 9.9116 17.6296 9.96164 17.6576C10.2098 17.7964 10.458 17.9351 10.7062 18.0738C10.8054 18.1293 10.9047 18.1847 11.0039 18.2402C11.052 18.2671 11.1001 18.294 11.1496 18.3216C11.5212 18.5298 11.8912 18.7407 12.2598 18.9543C12.3166 18.987 12.3166 18.987 12.3746 19.0204C12.4242 19.0492 12.4242 19.0492 12.4748 19.0785C12.6708 19.1824 12.8609 19.1994 13.0781 19.1719C13.3541 19.0831 13.526 18.9406 13.6875 18.7031C13.8047 18.4404 13.7945 18.1851 13.7935 17.903C13.7937 17.8506 13.7938 17.7981 13.794 17.7441C13.7945 17.5684 13.7943 17.3926 13.7941 17.2169C13.7943 17.0909 13.7946 16.9649 13.7949 16.839C13.7955 16.5323 13.7955 16.2256 13.7954 15.9188C13.7954 15.6695 13.7954 15.4202 13.7956 15.1708C13.7957 15.1176 13.7957 15.1176 13.7957 15.0633C13.7958 14.9911 13.7958 14.919 13.7959 14.8469C13.7964 14.1707 13.7963 13.4944 13.796 12.8182C13.7958 12.1998 13.7963 11.5814 13.7972 10.963C13.7981 10.3278 13.7985 9.69258 13.7983 9.05736C13.7982 8.70083 13.7983 8.34431 13.799 7.98779C13.7996 7.68426 13.7996 7.38073 13.7991 7.07721C13.7988 6.92241 13.7988 6.76763 13.7993 6.61283C13.7998 6.44485 13.7994 6.2769 13.7988 6.10893C13.7992 6.06024 13.7995 6.01154 13.7999 5.96138C13.7975 5.64635 13.7701 5.36202 13.5634 5.10828C13.329 4.92478 13.1296 4.79428 12.8181 4.80524C12.3026 4.90785 11.7883 5.30128 11.3385 5.56073ZM3.36366 8.7171C3.02725 9.12353 2.99296 9.48122 2.9932 9.99697C2.99305 10.0448 2.99289 10.0926 2.99273 10.1419C2.99228 10.2997 2.99219 10.4574 2.99214 10.6152C2.99199 10.7252 2.99183 10.8351 2.99167 10.9451C2.99139 11.1756 2.9913 11.4061 2.99133 11.6365C2.99133 11.9313 2.99069 12.226 2.98989 12.5208C2.98936 12.7479 2.98927 12.9751 2.98929 13.2023C2.98924 13.3109 2.98903 13.4195 2.98867 13.5282C2.98821 13.6804 2.98835 13.8326 2.98863 13.9848C2.98836 14.0293 2.9881 14.0738 2.98783 14.1197C2.98988 14.5583 3.03348 14.9415 3.35817 15.2639C4.01849 15.8596 4.65455 15.5625 5.67189 15.5625C5.67189 13.2112 5.67189 10.86 5.67189 8.4375C4.40324 8.28986 4.40324 8.28986 3.36366 8.7171Z",
2131
+ fill: "currentColor"
2132
+ }
2133
+ ),
2134
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2135
+ "path",
2136
+ {
2137
+ d: "M19.9687 6.14057C20.1652 6.30636 20.296 6.50095 20.4287 6.71772C20.449 6.75064 20.4692 6.78355 20.4901 6.81747C21.8748 9.10162 22.2792 11.8446 21.6468 14.4351C21.3961 15.3933 21.0246 16.3019 20.5195 17.1533C20.4963 17.1924 20.4731 17.2315 20.4492 17.2719C20.3224 17.479 20.1957 17.6493 20.0156 17.8124C20.0002 17.8279 19.9847 17.8434 19.9687 17.8593C19.7472 17.8914 19.5935 17.8914 19.4062 17.7626C19.2898 17.5917 19.2587 17.5045 19.2656 17.2968C19.3243 17.1447 19.4131 17.0124 19.5 16.8749C20.3091 15.5626 20.9008 14.0667 20.9174 12.5039C20.9181 12.4499 20.9181 12.4499 20.9188 12.3949C20.9271 11.5748 20.9119 10.7862 20.7187 9.98432C20.7089 9.94267 20.6992 9.90102 20.6891 9.85811C20.446 8.855 20.03 7.83078 19.4187 6.99274C19.3061 6.83467 19.2656 6.75527 19.2656 6.56245C19.356 6.27715 19.356 6.27715 19.4853 6.16694C19.6478 6.12741 19.8065 6.09735 19.9687 6.14057Z",
2138
+ fill: "currentColor"
2139
+ }
2140
+ ),
2141
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2142
+ "path",
2143
+ {
2144
+ d: "M17.1563 8.48447C17.8829 9.07677 18.2017 10.4352 18.3091 11.3186C18.442 12.6395 18.1663 13.996 17.458 15.1261C17.4324 15.1675 17.4324 15.1675 17.4063 15.2097C17.2972 15.3766 17.1965 15.4779 17.0156 15.5626C16.7989 15.5897 16.6725 15.5561 16.5 15.422C16.4007 15.2586 16.3897 15.1286 16.4156 14.9377C16.4707 14.7539 16.5726 14.6072 16.6769 14.4475C17.0762 13.8273 17.3113 13.0183 17.3438 12.2813C17.3474 12.2225 17.3474 12.2225 17.3511 12.1625C17.3863 11.0958 17.04 10.1352 16.5 9.23447C16.4077 9.06699 16.3865 8.95958 16.4063 8.76572C16.5572 8.43366 16.8228 8.36425 17.1563 8.48447Z",
2145
+ fill: "currentColor"
2146
+ }
2147
+ )
2148
+ ] })
2149
+ }
2150
+ );
2151
+ },
2152
+ "sound-off": ({ className, fill }) => {
2153
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2154
+ "svg",
2155
+ {
2156
+ width: "24",
2157
+ height: "24",
2158
+ viewBox: "0 0 24 24",
2159
+ fill: "none",
2160
+ xmlns: "http://www.w3.org/2000/svg",
2161
+ className,
2162
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
2163
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "24", height: "24", fill: "transparent" }),
2164
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2165
+ "path",
2166
+ {
2167
+ d: "M3.28127 2.99988C3.50263 3.1311 3.67639 3.28793 3.85601 3.46908C3.88433 3.49725 3.91264 3.52543 3.94181 3.55446C4.03665 3.64896 4.13116 3.74379 4.22567 3.83863C4.29427 3.90712 4.3629 3.9756 4.43154 4.04405C4.62013 4.23225 4.80842 4.42074 4.99667 4.60928C5.19972 4.81254 5.40304 5.01554 5.60633 5.21856C5.98149 5.59333 6.35644 5.96832 6.73128 6.34341C7.0775 6.68986 7.4238 7.03623 7.7702 7.38251C7.79317 7.40548 7.81614 7.42844 7.83981 7.4521C7.93305 7.54532 8.0263 7.63854 8.11955 7.73176C8.99429 8.6062 9.86875 9.48093 10.7431 10.3558C11.5202 11.1333 12.2975 11.9106 13.075 12.6877C13.9484 13.5605 14.8216 14.4336 15.6946 15.3068C15.7876 15.3999 15.8807 15.4929 15.9737 15.586C15.9966 15.6089 16.0195 15.6318 16.0431 15.6554C16.3892 16.0017 16.7355 16.3478 17.0819 16.6939C17.4755 17.0873 17.869 17.4809 18.2622 17.8746C18.463 18.0757 18.6639 18.2766 18.8649 18.4774C19.0488 18.6609 19.2324 18.8447 19.4159 19.0287C19.4825 19.0954 19.5491 19.162 19.6159 19.2285C19.7063 19.3186 19.7964 19.409 19.8864 19.4994C19.9258 19.5385 19.9258 19.5385 19.966 19.5784C20.1836 19.7982 20.2637 19.9352 20.2676 20.244C20.2628 20.4881 20.2359 20.6298 20.0625 20.8124C19.8447 21.0193 19.6459 21.0218 19.3594 21.0248C19.034 20.9672 18.8194 20.7036 18.6004 20.4746C18.5362 20.4087 18.472 20.3429 18.4077 20.2771C18.3073 20.1738 18.2071 20.0703 18.1075 19.9663C18.0107 19.8655 17.9131 19.7657 17.8153 19.666C17.7856 19.6345 17.7559 19.6031 17.7253 19.5707C17.5708 19.4029 17.5708 19.4029 17.3593 19.3581C17.3232 19.3739 17.2872 19.3898 17.25 19.4061C17.1998 19.4257 17.1998 19.4257 17.1487 19.4457C17.1149 19.4614 17.0812 19.477 17.0464 19.4931C15.2898 20.2876 15.2898 20.2876 14.6688 20.0763C14.4636 19.9752 14.3421 19.8467 14.25 19.6405C14.2144 19.373 14.2114 19.1539 14.335 18.911C14.3857 18.8545 14.3857 18.8545 14.4375 18.7968C14.4571 18.773 14.4767 18.7493 14.4969 18.7249C14.6084 18.6305 14.7151 18.6057 14.8555 18.567C14.9105 18.5513 14.9655 18.5357 15.0221 18.5196C15.0796 18.5038 15.1371 18.4879 15.1963 18.4716C15.3094 18.4402 15.4224 18.4086 15.5352 18.3765C15.5854 18.3627 15.6356 18.3489 15.6872 18.3346C15.8852 18.2709 15.8852 18.2709 16.2188 18.0936C15.0895 16.9644 13.9603 15.8352 12.7969 14.6718C12.7957 15.0373 12.7945 15.4029 12.7932 15.7795C12.7921 16.0111 12.7908 16.2427 12.7894 16.4742C12.7871 16.8418 12.7851 17.2094 12.7842 17.577C12.7835 17.8733 12.7819 18.1696 12.7796 18.466C12.7789 18.579 12.7786 18.6921 12.7785 18.8052C12.7784 18.9635 12.7771 19.1218 12.7756 19.2802C12.776 19.3503 12.776 19.3503 12.7763 19.4219C12.7723 19.6907 12.7441 19.8501 12.5625 20.0624C12.3447 20.2693 12.1459 20.2718 11.8594 20.2748C11.5384 20.2179 11.3211 19.9578 11.1025 19.7335C11.0702 19.7008 11.0379 19.6681 11.0046 19.6344C10.9349 19.5636 10.8652 19.4928 10.7956 19.4218C10.6853 19.3094 10.5746 19.1974 10.4638 19.0855C10.1489 18.7675 9.83439 18.4491 9.52085 18.1296C9.32874 17.934 9.13595 17.7391 8.94271 17.5445C8.86939 17.4705 8.79634 17.3961 8.72356 17.3216C8.62161 17.2171 8.5188 17.1136 8.41576 17.0102C8.38616 16.9794 8.35656 16.9487 8.32606 16.917C8.03321 16.6267 7.73099 16.532 7.32266 16.5284C7.26621 16.5289 7.26621 16.5289 7.20862 16.5295C7.1677 16.5293 7.12679 16.5291 7.08464 16.5289C6.99655 16.5286 6.90847 16.5286 6.82039 16.5289C6.68061 16.5294 6.54086 16.5289 6.40109 16.5282C6.00395 16.5263 5.60682 16.5262 5.20968 16.5263C4.96604 16.5263 4.72241 16.5254 4.47878 16.524C4.34173 16.5235 4.20471 16.5241 4.06767 16.5247C3.5256 16.5236 3.06604 16.4996 2.64992 16.111C2.38372 15.8149 2.23877 15.4888 2.23748 15.088C2.23708 15.0315 2.23668 14.9749 2.23627 14.9167C2.23631 14.8554 2.23635 14.794 2.2364 14.7308C2.23612 14.665 2.2358 14.5992 2.23544 14.5334C2.23462 14.3552 2.2344 14.177 2.23434 13.9988C2.23427 13.8873 2.23407 13.7757 2.23382 13.6642C2.23295 13.2746 2.23257 12.8851 2.23265 12.4955C2.2327 12.1332 2.23171 11.7709 2.23023 11.4087C2.229 11.0969 2.2285 10.7852 2.22856 10.4735C2.22859 10.2876 2.22832 10.1018 2.22733 9.91592C2.22641 9.74093 2.22642 9.56596 2.22709 9.39096C2.22724 9.29679 2.22646 9.20261 2.22565 9.10844C2.22887 8.64103 2.31256 8.24923 2.63893 7.89978C3.01373 7.56281 3.3931 7.48616 3.88442 7.48047C3.93292 7.47956 3.98142 7.47865 4.03139 7.47772C4.18564 7.47493 4.3399 7.47275 4.49416 7.47058C4.59902 7.46879 4.70388 7.46696 4.80873 7.46509C5.0652 7.4606 5.32166 7.45661 5.57814 7.453C5.53783 7.4129 5.49752 7.3728 5.45598 7.33148C5.07637 6.95376 4.697 6.5758 4.31787 6.19759C4.12294 6.00315 3.92793 5.8088 3.73271 5.61465C3.54437 5.42733 3.35627 5.23978 3.16831 5.05207C3.09652 4.98045 3.02464 4.9089 2.95267 4.83745C2.852 4.73746 2.75163 4.63718 2.65132 4.53682C2.62141 4.50725 2.5915 4.47768 2.56069 4.44722C2.53335 4.41974 2.506 4.39227 2.47783 4.36397C2.45407 4.34029 2.4303 4.31661 2.40582 4.29221C2.22645 4.0795 2.23014 3.87405 2.23537 3.60523C2.26202 3.35672 2.38027 3.24177 2.5547 3.07605C2.79179 2.96598 3.02424 2.95437 3.28127 2.99988Z",
2168
+ fill: "currentColor"
2169
+ }
2170
+ ),
2171
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2172
+ "path",
2173
+ {
2174
+ d: "M17.1562 4.54695C17.9673 4.94634 18.6632 5.46785 19.3125 6.09382C19.3512 6.1296 19.3899 6.16537 19.4298 6.20222C20.5523 7.26879 21.2538 8.72868 21.6094 10.2188C21.6177 10.2522 21.626 10.2855 21.6346 10.3198C21.8874 11.374 21.8768 12.7317 21.6094 13.7813C21.5988 13.8241 21.5882 13.8669 21.5773 13.911C21.312 14.9576 20.8983 16.1103 20.1562 16.9219C19.9318 17.0467 19.7555 17.094 19.5 17.0626C19.2528 16.9762 19.0812 16.865 18.9375 16.6407C18.896 16.5164 18.8803 16.4324 18.876 16.3038C18.8742 16.2702 18.8724 16.2367 18.8706 16.2022C18.916 15.9202 19.0925 15.6753 19.2422 15.437C19.884 14.405 20.167 13.2599 20.1679 12.0528C20.168 12.018 20.168 11.9832 20.168 11.9474C20.1673 11.4352 20.1468 10.951 20.0156 10.4532C20.0076 10.4212 19.9995 10.3891 19.9912 10.3561C19.5476 8.60913 18.4257 7.13618 16.8865 6.20487C16.2604 5.84247 15.5611 5.58229 14.8528 5.43689C14.5841 5.37353 14.4516 5.2411 14.2969 5.0157C14.1987 4.81936 14.2304 4.57327 14.25 4.35945C14.342 4.15328 14.4635 4.02477 14.6687 3.92366C15.4157 3.6695 16.4895 4.22654 17.1562 4.54695Z",
2175
+ fill: "currentColor"
2176
+ }
2177
+ ),
2178
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2179
+ "path",
2180
+ {
2181
+ d: "M15.4748 7.90075C16.6503 8.4957 17.4474 9.47895 17.8714 10.7195C18.1297 11.5823 18.0978 12.6019 17.8125 13.4532C17.7944 13.5076 17.7763 13.562 17.7577 13.618C17.6369 13.9419 17.5184 14.1393 17.2031 14.297C17.1135 14.3052 17.0235 14.3095 16.9336 14.3116C16.8855 14.3134 16.8374 14.3151 16.7878 14.3169C16.4127 14.2661 16.1478 13.9115 15.8943 13.6568C15.8497 13.6124 15.8052 13.5679 15.7606 13.5234C15.6676 13.4306 15.5748 13.3376 15.4821 13.2445C15.3635 13.1253 15.2445 13.0066 15.1253 12.888C15.0333 12.7964 14.9416 12.7045 14.85 12.6127C14.7849 12.5475 14.7197 12.4826 14.6545 12.4176C14.615 12.3779 14.5756 12.3381 14.5349 12.2972C14.5002 12.2624 14.4654 12.2275 14.4296 12.1917C14.251 11.9883 14.2362 11.8224 14.2371 11.5575C14.2369 11.5226 14.2366 11.4878 14.2364 11.4518C14.2357 11.3368 14.2358 11.2218 14.2359 11.1067C14.2357 11.0266 14.2355 10.9466 14.2353 10.8665C14.2349 10.6986 14.2349 10.5308 14.2352 10.363C14.2355 10.1481 14.2347 9.93323 14.2336 9.71833C14.2329 9.55293 14.2328 9.38754 14.233 9.22214C14.233 9.14292 14.2327 9.0637 14.2322 8.98448C14.2317 8.87362 14.232 8.7628 14.2325 8.65195C14.2322 8.61933 14.2318 8.58672 14.2314 8.55312C14.234 8.31242 14.294 8.16223 14.4609 7.9901C14.7974 7.7202 15.0908 7.73478 15.4748 7.90075Z",
2182
+ fill: "currentColor"
2183
+ }
2184
+ ),
2185
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2186
+ "path",
2187
+ {
2188
+ d: "M12.2812 3.74991C12.514 3.85798 12.6287 3.99485 12.75 4.21866C12.7767 4.37145 12.7756 4.52162 12.7743 4.67642C12.7746 4.72173 12.7749 4.76704 12.7753 4.81372C12.7761 4.96304 12.7755 5.11231 12.7749 5.26163C12.775 5.36564 12.7752 5.46966 12.7754 5.57368C12.7757 5.79151 12.7753 6.00932 12.7744 6.22714C12.7734 6.50614 12.774 6.78511 12.7751 7.06411C12.7758 7.27885 12.7756 7.49358 12.7751 7.70832C12.775 7.81118 12.7751 7.91405 12.7756 8.01691C12.776 8.16076 12.7753 8.30455 12.7743 8.44839C12.7746 8.49077 12.775 8.53315 12.7754 8.57681C12.7719 8.835 12.7341 8.98237 12.5625 9.18741C12.3447 9.39432 12.1459 9.39682 11.8594 9.39981C11.5886 9.35186 11.3987 9.16033 11.2091 8.97116C11.1663 8.92861 11.1234 8.88606 11.0793 8.84222C11.0334 8.79616 10.9875 8.75009 10.9417 8.70401C10.8939 8.65637 10.8462 8.60874 10.7985 8.56113C10.6989 8.46167 10.5995 8.36205 10.5002 8.26231C10.373 8.13464 10.2455 8.00739 10.1178 7.88026C10.0193 7.78215 9.92112 7.68382 9.82296 7.58541C9.77601 7.5384 9.72899 7.49145 9.68189 7.44458C9.61616 7.37908 9.55075 7.31325 9.48537 7.2474C9.42949 7.19142 9.42949 7.19142 9.37249 7.1343C9.20936 6.94988 9.17304 6.813 9.16992 6.56827C9.16859 6.52101 9.16726 6.47376 9.16589 6.42508C9.20698 6.15142 9.40133 5.96182 9.59125 5.77153C9.65507 5.70726 9.65507 5.70726 9.72019 5.64169C9.76625 5.5958 9.81232 5.54992 9.8584 5.50406C9.90604 5.45635 9.95366 5.40864 10.0013 5.36091C10.1007 5.26131 10.2004 5.16189 10.3001 5.06259C10.4278 4.93545 10.555 4.80789 10.6821 4.6802C10.7803 4.58175 10.8786 4.48353 10.977 4.38537C11.024 4.33842 11.071 4.29139 11.1178 4.2443C11.1833 4.17856 11.2492 4.11316 11.315 4.04777C11.3523 4.01052 11.3896 3.97328 11.4281 3.9349C11.6853 3.70738 11.9501 3.71439 12.2812 3.74991Z",
2189
+ fill: "currentColor"
2190
+ }
2191
+ )
2192
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
2193
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2194
+ "path",
2195
+ {
2196
+ d: "M4.07814 4.96867C4.21547 5.04814 4.21547 5.04814 4.35353 5.16203C4.37909 5.18273 4.40466 5.20343 4.43099 5.22476C4.51717 5.29487 4.60233 5.36611 4.68751 5.43742C4.75198 5.49052 4.81649 5.54356 4.88106 5.59654C4.98266 5.68 5.08417 5.76357 5.1854 5.84748C5.39582 6.02181 5.60849 6.19259 5.82423 6.36027C6.06177 6.54502 6.29244 6.73627 6.52104 6.93191C6.7255 7.10609 6.93549 7.27213 7.14749 7.43699C7.40895 7.64102 7.66454 7.85186 7.92009 8.0632C8.12798 8.23508 8.3371 8.40512 8.54829 8.57292C8.71145 8.70345 8.87323 8.83566 9.03517 8.9677C9.27441 9.1627 9.51528 9.35522 9.7588 9.54485C9.99722 9.73064 10.2289 9.92289 10.4585 10.1194C10.663 10.2936 10.873 10.4596 11.085 10.6245C11.3464 10.8285 11.602 11.0394 11.8576 11.2507C12.0655 11.4226 12.2746 11.5926 12.4858 11.7604C12.649 11.891 12.8107 12.0232 12.9727 12.1552C13.2119 12.3502 13.4528 12.5427 13.6963 12.7323C13.9347 12.9181 14.1664 13.1104 14.396 13.3069C14.6005 13.4811 14.8105 13.6471 15.0225 13.812C15.2839 14.016 15.5395 14.2269 15.7951 14.4382C16.003 14.6101 16.2121 14.7801 16.4233 14.9479C16.5865 15.0785 16.7482 15.2107 16.9102 15.3427C17.1494 15.5377 17.3903 15.7302 17.6338 15.9198C17.8722 16.1056 18.1039 16.2979 18.3335 16.4944C18.538 16.6686 18.748 16.8346 18.96 16.9995C19.221 17.2032 19.4764 17.4134 19.7311 17.6248C19.9509 17.8069 20.1732 17.9845 20.4007 18.157C20.5333 18.2795 20.5738 18.3815 20.5928 18.5595C20.5759 18.7245 20.5389 18.807 20.4375 18.9374C20.2766 19.0343 20.1421 19.0565 19.9534 19.0303C19.695 18.9354 19.5002 18.7228 19.2994 18.5401C19.1718 18.4271 19.0373 18.3236 18.9024 18.2196C18.6526 18.0257 18.4076 17.8267 18.1641 17.6249C17.9243 17.4263 17.6832 17.2302 17.4375 17.039C17.1249 16.7955 16.8195 16.5438 16.5141 16.2914C15.9243 15.8038 15.3318 15.3175 14.7188 14.8593C14.7192 14.905 14.7196 14.9508 14.72 14.9979C14.7238 15.4309 14.7266 15.8639 14.7285 16.297C14.7295 16.5196 14.7308 16.7421 14.7329 16.9647C14.735 17.1799 14.7361 17.3951 14.7366 17.6102C14.7369 17.6919 14.7376 17.7736 14.7386 17.8553C14.7474 18.5873 14.651 19.1313 14.1239 19.6755C13.7785 19.9968 13.374 20.1174 12.9111 20.1239C12.8805 20.1253 12.8499 20.1267 12.8184 20.1281C12.3492 20.1339 11.9415 19.904 11.5488 19.6698C11.4626 19.6195 11.3763 19.5692 11.2899 19.519C11.2452 19.4928 11.2004 19.4666 11.1543 19.4397C10.9182 19.3028 10.6798 19.17 10.4414 19.037C10.3422 18.9816 10.2429 18.9261 10.1437 18.8706C10.0694 18.8291 10.0694 18.8291 9.99368 18.7868C9.32868 18.4153 8.66421 18.0429 8.00131 17.6677C7.47583 17.3704 6.94914 17.0753 6.42189 16.7812C6.39165 16.7613 6.3614 16.7414 6.33025 16.7209C6.04194 16.5405 5.81207 16.5146 5.47615 16.5202C5.4271 16.52 5.37805 16.5197 5.32751 16.5194C5.17177 16.5187 5.0161 16.5194 4.86037 16.5204C3.27871 16.5284 3.27871 16.5284 2.62813 15.8962C2.15079 15.3881 2.04798 14.8128 2.04964 14.137C2.0494 14.0857 2.04916 14.0344 2.04891 13.9816C2.04827 13.8133 2.04831 13.6451 2.04841 13.4769C2.04823 13.3591 2.04803 13.2413 2.04781 13.1235C2.04746 12.8771 2.04746 12.6307 2.04772 12.3842C2.048 12.1008 2.04742 11.8173 2.04642 11.5338C2.04549 11.2595 2.04536 10.9851 2.04552 10.7108C2.0455 10.5948 2.04525 10.4788 2.04478 10.3628C2.0442 10.2002 2.04452 10.0376 2.04506 9.87501C2.0447 9.8278 2.04434 9.78059 2.04398 9.73195C2.04944 8.98294 2.28529 8.44361 2.81251 7.9218C3.33242 7.44589 3.98749 7.46966 4.64943 7.46477C4.73967 7.46344 4.82991 7.46204 4.92015 7.46056C5.13948 7.45712 5.35879 7.45478 5.57814 7.45305C5.4813 7.37086 5.38444 7.28871 5.28755 7.20659C5.26038 7.18352 5.2332 7.16045 5.2052 7.13668C5.0166 6.97688 4.82535 6.82096 4.63167 6.66734C4.458 6.52894 4.28563 6.38899 4.1133 6.24895C4.0817 6.2233 4.05011 6.19766 4.01757 6.17124C3.95684 6.12188 3.89624 6.07235 3.83579 6.02265C3.7801 5.97746 3.72371 5.93314 3.66653 5.88985C3.55669 5.80497 3.47824 5.74243 3.4261 5.61174C3.41415 5.43767 3.41115 5.32337 3.47755 5.1591C3.65577 4.95631 3.81257 4.94724 4.07814 4.96867ZM6.60939 8.24992C6.60063 9.22375 6.59402 10.1976 6.58996 11.1714C6.58803 11.6236 6.58539 12.0757 6.5811 12.5279C6.57736 12.922 6.57494 13.316 6.57411 13.7101C6.57362 13.9188 6.57247 14.1275 6.56974 14.3362C6.56719 14.5326 6.56641 14.729 6.56697 14.9254C6.56687 14.9975 6.56612 15.0696 6.56469 15.1417C6.542 15.5177 6.542 15.5177 6.69106 15.8432C6.78751 15.9046 6.87709 15.9457 6.98439 15.9843C7.05024 16.0225 7.05024 16.0225 7.11743 16.0615C7.1577 16.0839 7.19797 16.1063 7.23945 16.1293C7.30861 16.1679 7.30861 16.1679 7.37916 16.2072C7.42775 16.2342 7.47633 16.2612 7.52638 16.289C7.63143 16.3476 7.73647 16.4062 7.84151 16.4648C7.89426 16.4942 7.94702 16.5236 8.00138 16.5539C8.23316 16.6835 8.46427 16.8143 8.69533 16.9452C9.06786 17.1561 9.44092 17.366 9.81447 17.5751C9.86303 17.6023 9.9116 17.6295 9.96164 17.6575C10.2098 17.7963 10.458 17.9351 10.7062 18.0737C10.8054 18.1292 10.9047 18.1847 11.0039 18.2402C11.076 18.2805 11.076 18.2805 11.1496 18.3216C11.5212 18.5297 11.8912 18.7406 12.2598 18.9542C12.2977 18.976 12.3356 18.9979 12.3746 19.0204C12.4242 19.0491 12.4242 19.0491 12.4748 19.0784C12.6708 19.1824 12.8609 19.1993 13.0781 19.1718C13.3541 19.083 13.526 18.9405 13.6875 18.703C13.7878 18.4652 13.7968 18.2501 13.7993 17.9964C13.8001 17.9545 13.8009 17.9126 13.8017 17.8695C13.804 17.7315 13.8055 17.5935 13.8069 17.4555C13.8076 17.3846 13.8076 17.3846 13.8084 17.3122C13.8109 17.0619 13.8127 16.8116 13.8141 16.5612C13.8153 16.3546 13.8179 16.148 13.8218 15.9413C13.8264 15.6912 13.8287 15.4411 13.8294 15.1909C13.83 15.0958 13.8314 15.0008 13.8337 14.9058C13.8609 14.3837 13.8609 14.3837 13.6793 13.9124C13.562 13.8055 13.448 13.7224 13.3125 13.6405C13.2581 13.5977 13.2043 13.5541 13.1512 13.5096C13.0788 13.4541 13.0788 13.4541 13.0049 13.3974C12.752 13.2017 12.504 13.0009 12.2578 12.7968C12.0181 12.5982 11.7769 12.4021 11.5313 12.2109C11.2185 11.9673 10.913 11.7155 10.6075 11.4629C10.3231 11.2278 10.0363 10.9956 9.74967 10.7633C9.65488 10.6863 9.56025 10.6092 9.46565 10.532C9.17276 10.2931 8.87909 10.0556 8.58107 9.82317C8.2684 9.57914 7.96263 9.32712 7.65694 9.07445C7.44995 8.90337 7.24231 8.7331 7.03419 8.5634C7.0023 8.53727 6.9704 8.51115 6.93754 8.48423C6.78186 8.35459 6.78186 8.35459 6.60939 8.24992ZM3.36366 8.71703C3.02725 9.12345 2.99296 9.48114 2.9932 9.9969C2.99305 10.0447 2.99289 10.0926 2.99273 10.1418C2.99228 10.2996 2.99219 10.4573 2.99214 10.6151C2.99199 10.7251 2.99183 10.8351 2.99167 10.9451C2.99139 11.1755 2.9913 11.406 2.99133 11.6365C2.99133 11.9312 2.99069 12.2259 2.98989 12.5207C2.98936 12.7479 2.98927 12.975 2.98929 13.2022C2.98924 13.3108 2.98903 13.4195 2.98867 13.5281C2.98821 13.6803 2.98835 13.8325 2.98863 13.9848C2.98836 14.0293 2.9881 14.0738 2.98783 14.1196C2.98988 14.5582 3.03348 14.9414 3.35817 15.2638C4.01849 15.8595 4.65455 15.5624 5.67189 15.5624C5.67189 13.2112 5.67189 10.8599 5.67189 8.43742C4.40324 8.28979 4.40324 8.28979 3.36366 8.71703Z",
2197
+ fill: "currentColor"
2198
+ }
2199
+ ),
2200
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2201
+ "path",
2202
+ {
2203
+ d: "M13.9834 4.20996C14.3619 4.51877 14.6259 4.90546 14.7188 5.39062C14.7327 5.5897 14.7321 5.78835 14.7316 5.98785C14.7319 6.04741 14.7321 6.10697 14.7324 6.16834C14.733 6.33095 14.733 6.49354 14.7329 6.65615C14.7328 6.7921 14.7331 6.92805 14.7333 7.064C14.7338 7.38468 14.7338 7.70537 14.7336 8.02606C14.7333 8.35664 14.7339 8.68721 14.7349 9.01778C14.7357 9.30202 14.736 9.58627 14.7358 9.87051C14.7357 10.0401 14.7358 10.2097 14.7365 10.3793C14.7372 10.5682 14.7368 10.7572 14.7362 10.9462C14.7366 11.0022 14.7369 11.0583 14.7373 11.116C14.737 11.1676 14.7366 11.2191 14.7363 11.2722C14.7363 11.3168 14.7363 11.3614 14.7363 11.4074C14.7153 11.5558 14.6644 11.6442 14.5781 11.7656C14.4273 11.8749 14.292 11.8813 14.1094 11.8594C13.8418 11.713 13.8418 11.713 13.7813 11.5312C13.7768 11.4512 13.775 11.371 13.7748 11.2909C13.7745 11.2411 13.7743 11.1914 13.774 11.1401C13.774 11.0856 13.7739 11.031 13.7739 10.9748C13.7736 10.9173 13.7734 10.8598 13.7731 10.8006C13.7726 10.6755 13.7722 10.5504 13.7719 10.4253C13.7714 10.2273 13.7705 10.0293 13.7694 9.83134C13.7665 9.26827 13.764 8.70521 13.7624 8.14214C13.7616 7.83118 13.7602 7.52023 13.7583 7.20927C13.7573 7.04484 13.7566 6.88041 13.7565 6.71597C13.7564 6.53229 13.7552 6.34862 13.7539 6.16494C13.7541 6.11085 13.7542 6.05675 13.7543 6.00101C13.7512 5.69234 13.7473 5.37621 13.5307 5.13201C13.3206 4.94545 13.1023 4.84179 12.8178 4.85229C12.5398 4.90735 12.2921 5.06632 12.0469 5.20312C12.0085 5.2245 11.9701 5.24587 11.9305 5.2679C11.7062 5.39325 11.4826 5.51988 11.2594 5.64715C10.968 5.81321 10.6756 5.97709 10.3828 6.14062C9.93803 6.38931 9.49406 6.63942 9.05073 6.89072C9.00843 6.91467 8.96614 6.93863 8.92256 6.96332C8.86673 6.99498 8.86673 6.99498 8.80978 7.02728C8.6234 7.1314 8.46232 7.1555 8.25001 7.125C8.11829 7.04092 8.03863 6.98349 7.96876 6.84375C7.95074 6.60493 7.96862 6.4748 8.10939 6.28125C8.21433 6.20481 8.21433 6.20481 8.33827 6.13788C8.38465 6.1124 8.43104 6.08693 8.47882 6.06069C8.529 6.03389 8.57918 6.0071 8.63087 5.97949C8.73781 5.92103 8.84475 5.86256 8.95167 5.80408C9.00702 5.77405 9.06238 5.74404 9.11775 5.71403C9.37078 5.57625 9.62189 5.43508 9.87306 5.29394C9.97004 5.23962 10.067 5.1853 10.164 5.13098C10.453 4.96892 10.7417 4.80642 11.0303 4.64355C11.0753 4.61821 11.1202 4.59286 11.1666 4.56675C11.3976 4.43624 11.6263 4.30302 11.8535 4.16601C12.53 3.77544 13.3263 3.74841 13.9834 4.20996Z",
2204
+ fill: "currentColor"
2205
+ }
2206
+ ),
2207
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2208
+ "path",
2209
+ {
2210
+ d: "M19.752 6.12018C19.8047 6.11737 19.8047 6.11737 19.8585 6.1145C20.1068 6.17347 20.2421 6.41973 20.3713 6.62416C20.3903 6.65508 20.4092 6.68599 20.4287 6.71783C20.4489 6.75065 20.4692 6.78346 20.49 6.81727C21.8736 9.09718 22.2783 11.8479 21.647 14.4348C21.4904 15.0318 21.2827 15.6143 21.0381 16.1807C21.0236 16.2147 21.0092 16.2486 20.9943 16.2836C20.8903 16.5136 20.7651 16.7112 20.5312 16.8282C20.314 16.8475 20.1889 16.8223 20.0156 16.6876C19.8945 16.526 19.9083 16.3681 19.9219 16.1719C19.9732 16.0469 20.0262 15.9333 20.0889 15.8145C20.4436 15.1006 20.6752 14.3316 20.8125 13.5469C20.8208 13.5005 20.8291 13.454 20.8376 13.4062C20.9119 12.9461 20.925 12.4941 20.9238 12.0294C20.9238 11.9903 20.9238 11.9513 20.9238 11.911C20.9218 11.2538 20.8731 10.6254 20.7188 9.98444C20.709 9.94279 20.6992 9.90114 20.6891 9.85823C20.4465 8.8572 20.0323 7.82876 19.4187 6.99451C19.298 6.8232 19.2656 6.72438 19.2656 6.51569C19.3629 6.25801 19.4691 6.12838 19.752 6.12018Z",
2211
+ fill: "currentColor"
2212
+ }
2213
+ ),
2214
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2215
+ "path",
2216
+ {
2217
+ d: "M17.1563 8.48447C17.9014 9.09186 18.2003 10.4675 18.3091 11.3684C18.4038 12.3042 18.3553 13.5382 17.8125 14.3438C17.6785 14.4778 17.5774 14.4751 17.3906 14.4845C17.2024 14.4134 17.128 14.3717 17.0156 14.2032C16.9805 13.9124 17.0403 13.6773 17.127 13.4005C17.5145 12.1615 17.3696 10.8729 16.7794 9.72568C16.6906 9.55729 16.5966 9.39267 16.5 9.22861C16.4092 9.06715 16.3721 8.95378 16.4063 8.76572C16.5572 8.43366 16.8228 8.36425 17.1563 8.48447Z",
2218
+ fill: "currentColor"
2219
+ }
2220
+ )
2221
+ ] })
2222
+ }
2223
+ );
2224
+ },
2225
+ network: ({ className, fill }) => {
2226
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2227
+ "svg",
2228
+ {
2229
+ width: "24",
2230
+ height: "24",
2231
+ viewBox: "0 0 24 24",
2232
+ fill: "none",
2233
+ xmlns: "http://www.w3.org/2000/svg",
2234
+ className,
2235
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2236
+ "path",
2237
+ {
2238
+ d: "M9.348 14.652C8.99968 14.3037 8.72336 13.8903 8.53485 13.4352C8.34633 12.9802 8.2493 12.4925 8.2493 12C8.2493 11.5074 8.34633 11.0197 8.53485 10.5647C8.72336 10.1096 8.99968 9.69619 9.348 9.34796M14.652 9.34796C15.0003 9.69619 15.2766 10.1096 15.4652 10.5647C15.6537 11.0197 15.7507 11.5074 15.7507 12C15.7507 12.4925 15.6537 12.9802 15.4652 13.4352C15.2766 13.8903 15.0003 14.3037 14.652 14.652M7.227 16.773C6.6002 16.1462 6.10299 15.402 5.76376 14.5831C5.42454 13.7641 5.24994 12.8864 5.24994 12C5.24994 11.1135 5.42454 10.2358 5.76376 9.41683C6.10299 8.59787 6.6002 7.85375 7.227 7.22696M16.773 7.22696C17.3998 7.85375 17.897 8.59787 18.2362 9.41683C18.5755 10.2358 18.7501 11.1135 18.7501 12C18.7501 12.8864 18.5755 13.7641 18.2362 14.5831C17.897 15.402 17.3998 16.1462 16.773 16.773M5.106 18.894C1.298 15.087 1.298 8.91396 5.106 5.10596M18.894 5.10596C22.702 8.91296 22.702 15.086 18.894 18.894M12 12H12.008V12.008H12V12ZM12.375 12C12.375 12.0994 12.3355 12.1948 12.2652 12.2651C12.1948 12.3354 12.0995 12.375 12 12.375C11.9005 12.375 11.8052 12.3354 11.7348 12.2651C11.6645 12.1948 11.625 12.0994 11.625 12C11.625 11.9005 11.6645 11.8051 11.7348 11.7348C11.8052 11.6645 11.9005 11.625 12 11.625C12.0995 11.625 12.1948 11.6645 12.2652 11.7348C12.3355 11.8051 12.375 11.9005 12.375 12Z",
2239
+ stroke: "currentColor",
2240
+ strokeLinecap: "round",
2241
+ strokeLinejoin: "round"
2242
+ }
2243
+ )
2244
+ }
2245
+ );
2246
+ },
2247
+ "network-off": ({ className, fill }) => {
2248
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2249
+ "svg",
2250
+ {
2251
+ width: "24",
2252
+ height: "24",
2253
+ viewBox: "0 0 24 24",
2254
+ fill: "none",
2255
+ xmlns: "http://www.w3.org/2000/svg",
2256
+ className,
2257
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2258
+ "path",
2259
+ {
2260
+ d: "M3.00025 3L11.7352 11.735M11.7352 11.735C11.77 11.7002 11.8114 11.6726 11.8568 11.6538C11.9023 11.6349 11.951 11.6252 12.0002 11.6252C12.0495 11.6252 12.0982 11.6349 12.1437 11.6538C12.1891 11.6726 12.2304 11.7002 12.2653 11.735C12.3001 11.7698 12.3277 11.8111 12.3465 11.8566C12.3653 11.9021 12.375 11.9508 12.375 12C12.375 12.0492 12.3653 12.0979 12.3465 12.1434C12.3277 12.1889 12.3001 12.2302 12.2653 12.265M11.7352 11.735L12.2653 12.265M12.2653 12.265L21.0002 21M14.6523 9.348C15.0006 9.69623 15.2769 10.1097 15.4654 10.5647C15.6539 11.0197 15.7509 11.5075 15.7509 12C15.7509 12.4925 15.6539 12.9803 15.4654 13.4353C15.2769 13.8903 15.0006 14.3038 14.6523 14.652M16.7733 7.227C17.4001 7.8538 17.8973 8.59792 18.2365 9.41687C18.5757 10.2358 18.7503 11.1136 18.7503 12C18.7503 12.8864 18.5757 13.7642 18.2365 14.5831C17.8973 15.4021 17.4001 16.1462 16.7733 16.773M18.8942 5.106C22.7022 8.913 22.7022 15.086 18.8942 18.894M9.34825 14.652C8.77361 14.0787 8.40148 13.3338 8.28825 12.53M7.22725 16.773C6.33786 15.884 5.71447 14.7643 5.42736 13.5401C5.14024 12.3158 5.20081 11.0357 5.60225 9.844M5.10625 18.894C2.03825 15.827 1.44225 11.224 3.31625 7.56M12.0002 12H12.0083V12.008H12.0002V12Z",
2261
+ stroke: "currentColor",
2262
+ strokeLinecap: "round",
2263
+ strokeLinejoin: "round"
2264
+ }
2265
+ )
2266
+ }
2267
+ );
2268
+ },
2269
+ bell: ({ className, fill }) => {
2270
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2271
+ "svg",
2272
+ {
2273
+ width: "24",
2274
+ height: "24",
2275
+ viewBox: "0 0 24 24",
2276
+ fill: "none",
2277
+ xmlns: "http://www.w3.org/2000/svg",
2278
+ className,
2279
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2280
+ "path",
2281
+ {
2282
+ fillRule: "evenodd",
2283
+ clipRule: "evenodd",
2284
+ d: "M5.25071 9C5.25071 7.20979 5.96186 5.4929 7.22773 4.22703C8.49361 2.96116 10.2105 2.25 12.0007 2.25C13.7909 2.25 15.5078 2.96116 16.7737 4.22703C18.0395 5.4929 18.7507 7.20979 18.7507 9V9.75C18.7507 11.873 19.5507 13.807 20.8687 15.27C20.9508 15.361 21.0094 15.4707 21.0392 15.5896C21.0691 15.7084 21.0694 15.8328 21.0401 15.9518C21.0108 16.0708 20.9528 16.1808 20.8711 16.2722C20.7895 16.3636 20.6867 16.4335 20.5717 16.476C19.0277 17.046 17.4117 17.466 15.7407 17.719C15.7783 18.2331 15.7095 18.7495 15.5386 19.2359C15.3677 19.7222 15.0984 20.1681 14.7474 20.5457C14.3964 20.9233 13.9714 21.2245 13.4988 21.4304C13.0262 21.6364 12.5162 21.7427 12.0007 21.7427C11.4852 21.7427 10.9752 21.6364 10.5026 21.4304C10.03 21.2245 9.60497 20.9233 9.254 20.5457C8.90303 20.1681 8.63368 19.7222 8.46277 19.2359C8.29187 18.7495 8.22308 18.2331 8.26071 17.719C6.61236 17.4692 4.99369 17.0524 3.42971 16.475C3.31484 16.4326 3.2121 16.3627 3.13047 16.2715C3.04883 16.1802 2.99078 16.0703 2.96139 15.9515C2.93199 15.8326 2.93214 15.7084 2.96183 15.5896C2.99152 15.4708 3.04984 15.3611 3.13171 15.27C4.49851 13.7567 5.25378 11.7892 5.25071 9.75V9ZM9.75271 17.9C9.73991 18.2032 9.78858 18.5058 9.89579 18.7897C10.003 19.0736 10.1665 19.3329 10.3765 19.5519C10.5865 19.771 10.8387 19.9453 11.1178 20.0644C11.3969 20.1835 11.6972 20.2448 12.0007 20.2448C12.3042 20.2448 12.6045 20.1835 12.8836 20.0644C13.1627 19.9453 13.4149 19.771 13.6249 19.5519C13.8349 19.3329 13.9984 19.0736 14.1056 18.7897C14.2128 18.5058 14.2615 18.2032 14.2487 17.9C12.7531 18.0347 11.2483 18.0347 9.75271 17.9Z",
2285
+ fill: "currentColor"
2286
+ }
2287
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2288
+ "path",
2289
+ {
2290
+ d: "M14.8565 17.082C16.7197 16.8614 18.5504 16.4217 20.3105 15.772C18.8199 14.1208 17.9962 11.9745 17.9995 9.75V9C17.9995 7.4087 17.3674 5.88258 16.2421 4.75736C15.1169 3.63214 13.5908 3 11.9995 3C10.4082 3 8.88208 3.63214 7.75686 4.75736C6.63164 5.88258 5.9995 7.4087 5.9995 9V9.75C6.00252 11.9746 5.17849 14.121 3.6875 15.772C5.4205 16.412 7.2475 16.857 9.1425 17.082M14.8565 17.082C12.9585 17.3071 11.0405 17.3071 9.1425 17.082M14.8565 17.082C15.0006 17.5319 15.0364 18.0094 14.9611 18.4757C14.8857 18.942 14.7013 19.384 14.4229 19.7656C14.1444 20.1472 13.7798 20.4576 13.3587 20.6716C12.9376 20.8856 12.4719 20.9972 11.9995 20.9972C11.5271 20.9972 11.0614 20.8856 10.6403 20.6716C10.2192 20.4576 9.85457 20.1472 9.57612 19.7656C9.29767 19.384 9.11326 18.942 9.03791 18.4757C8.96256 18.0094 8.9984 17.5319 9.1425 17.082",
2291
+ stroke: "currentColor",
2292
+ strokeLinecap: "round",
2293
+ strokeLinejoin: "round"
2294
+ }
2295
+ )
2296
+ }
2297
+ );
2298
+ },
2299
+ "bell-off": ({ className, fill }) => {
2300
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2301
+ "svg",
2302
+ {
2303
+ width: "24",
2304
+ height: "24",
2305
+ viewBox: "0 0 24 24",
2306
+ fill: "none",
2307
+ xmlns: "http://www.w3.org/2000/svg",
2308
+ className,
2309
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
2310
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2311
+ "path",
2312
+ {
2313
+ d: "M3.53082 2.4698C3.38865 2.33732 3.2006 2.2652 3.0063 2.26863C2.812 2.27205 2.62661 2.35077 2.4892 2.48818C2.35179 2.62559 2.27308 2.81098 2.26965 3.00528C2.26622 3.19958 2.33834 3.38763 2.47082 3.5298L20.4708 21.5298C20.5395 21.6035 20.6223 21.6626 20.7143 21.7036C20.8063 21.7446 20.9056 21.7666 21.0063 21.7684C21.107 21.7702 21.207 21.7516 21.3004 21.7139C21.3938 21.6762 21.4786 21.6201 21.5499 21.5488C21.6211 21.4776 21.6772 21.3928 21.7149 21.2994C21.7527 21.206 21.7712 21.106 21.7694 21.0053C21.7676 20.9046 21.7456 20.8053 21.7046 20.7133C21.6636 20.6213 21.6045 20.5385 21.5308 20.4698L3.53082 2.4698ZM20.5708 16.4758C20.3478 16.5578 20.1228 16.6368 19.8968 16.7138L7.31982 4.1368C8.27376 3.21861 9.47666 2.60124 10.7788 2.36154C12.081 2.12184 13.4249 2.27039 14.6432 2.78871C15.8616 3.30703 16.9006 4.17223 17.631 5.2766C18.3613 6.38098 18.7508 7.67577 18.7508 8.9998V9.7498C18.7508 11.8728 19.5508 13.8068 20.8688 15.2698C20.9509 15.3608 21.0095 15.4705 21.0394 15.5894C21.0692 15.7082 21.0695 15.8326 21.0402 15.9516C21.0109 16.0706 20.9529 16.1806 20.8713 16.272C20.7896 16.3634 20.6858 16.4333 20.5708 16.4758Z",
2314
+ fill: "currentColor"
2315
+ }
2316
+ ),
2317
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2318
+ "path",
2319
+ {
2320
+ fillRule: "evenodd",
2321
+ clipRule: "evenodd",
2322
+ d: "M5.25071 9.0001C5.25071 8.8161 5.25771 8.6341 5.27271 8.4541L15.6567 18.8381C15.4445 19.7593 14.8922 20.5664 14.1104 21.0979C13.3287 21.6294 12.375 21.8461 11.4403 21.7047C10.5057 21.5633 9.65882 21.0741 9.06928 20.3352C8.47973 19.5962 8.19095 18.6619 8.26071 17.7191C6.61236 17.4693 4.99369 17.0525 3.42971 16.4751C3.31484 16.4327 3.2121 16.3628 3.13047 16.2716C3.04883 16.1803 2.99078 16.0704 2.96139 15.9516C2.93199 15.8327 2.93214 15.7085 2.96183 15.5897C2.99152 15.4709 3.04984 15.3612 3.13171 15.2701C4.49851 13.7568 5.25378 11.7893 5.25071 9.7501V9.0001ZM9.75271 17.9001C9.73991 18.2033 9.78858 18.5059 9.89579 18.7898C10.003 19.0737 10.1665 19.333 10.3765 19.552C10.5865 19.7711 10.8387 19.9454 11.1178 20.0645C11.3969 20.1836 11.6972 20.2449 12.0007 20.2449C12.3042 20.2449 12.6045 20.1836 12.8836 20.0645C13.1627 19.9454 13.4149 19.7711 13.6249 19.552C13.8349 19.333 13.9984 19.0737 14.1056 18.7898C14.2128 18.5059 14.2615 18.2033 14.2487 17.9001C12.7531 18.0348 11.2483 18.0348 9.75271 17.9001Z",
2323
+ fill: "currentColor"
2324
+ }
2325
+ )
2326
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2327
+ "path",
2328
+ {
2329
+ d: "M9.143 17.082C10.4184 17.2331 11.7038 17.2826 12.987 17.23M9.143 17.082C7.27947 16.8614 5.44848 16.4217 3.688 15.772C5.06854 14.2438 5.88074 12.2867 5.988 10.23M9.143 17.082C8.89168 17.831 8.94594 18.6489 9.29402 19.3581C9.64209 20.0674 10.2559 20.6106 11.0021 20.8701C11.7483 21.1295 12.5668 21.084 13.2797 20.7437C13.9926 20.4033 14.5425 19.7954 14.81 19.052M16.775 16.775L21 21M16.775 16.775C17.9777 16.5323 19.1599 16.197 20.311 15.772C18.8204 14.1208 17.9967 11.9745 18 9.75003V9.00003C18.001 7.62737 17.5313 6.29586 16.6693 5.22763C15.8073 4.1594 14.605 3.41905 13.2631 3.13007C11.9212 2.8411 10.5208 3.02099 9.29548 3.63972C8.07018 4.25845 7.09407 5.27862 6.53 6.53003M16.775 16.775L6.53 6.53003M6.53 6.53003L3 3.00003",
2330
+ stroke: "currentColor",
2331
+ strokeLinecap: "round",
2332
+ strokeLinejoin: "round"
2333
+ }
2334
+ )
2335
+ }
2336
+ );
2337
+ },
2338
+ "bell-ring": ({ className, fill }) => {
2339
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2340
+ "svg",
2341
+ {
2342
+ width: "24",
2343
+ height: "24",
2344
+ viewBox: "0 0 24 24",
2345
+ fill: "none",
2346
+ xmlns: "http://www.w3.org/2000/svg",
2347
+ className,
2348
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
2349
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2350
+ "path",
2351
+ {
2352
+ d: "M5.84977 3.49983C5.97495 3.35064 6.0372 3.15861 6.02334 2.96436C6.00947 2.7701 5.92059 2.58885 5.77549 2.45895C5.6304 2.32905 5.44046 2.26069 5.24586 2.26831C5.05126 2.27594 4.86725 2.35897 4.73277 2.49983C3.50424 3.87008 2.69 5.56098 2.38477 7.37583C2.35654 7.56989 2.40543 7.76728 2.52098 7.92573C2.63652 8.08417 2.80953 8.19106 3.00293 8.22349C3.19633 8.25592 3.39474 8.21131 3.55564 8.09922C3.71655 7.98713 3.82716 7.81648 3.86377 7.62383C4.12191 6.08884 4.81062 4.65871 5.84977 3.49983ZM19.2668 2.49983C19.2013 2.42577 19.1218 2.36538 19.0329 2.32213C18.944 2.27889 18.8474 2.25365 18.7488 2.24787C18.6501 2.24208 18.5512 2.25586 18.4579 2.28842C18.3645 2.32098 18.2785 2.37167 18.2049 2.43757C18.1312 2.50348 18.0712 2.5833 18.0285 2.67245C17.9858 2.7616 17.9611 2.85832 17.9559 2.95704C17.9507 3.05576 17.9651 3.15454 17.9981 3.24769C18.0312 3.34084 18.0824 3.42653 18.1488 3.49983C19.1882 4.65862 19.8773 6.08875 20.1358 7.62383C20.1687 7.82009 20.2782 7.99525 20.4402 8.11077C20.5204 8.16797 20.6111 8.20881 20.7071 8.23095C20.8032 8.2531 20.9026 8.25611 20.9998 8.23983C21.0969 8.22355 21.19 8.18828 21.2735 8.13605C21.3571 8.08382 21.4295 8.01564 21.4867 7.93541C21.5439 7.85518 21.5848 7.76447 21.6069 7.66846C21.629 7.57244 21.6321 7.47301 21.6158 7.37583C21.3099 5.56078 20.496 3.86987 19.2668 2.49983Z",
2353
+ fill: "currentColor"
2354
+ }
2355
+ ),
2356
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2357
+ "path",
2358
+ {
2359
+ fillRule: "evenodd",
2360
+ clipRule: "evenodd",
2361
+ d: "M11.9994 2.25C10.2092 2.25 8.49233 2.96116 7.22646 4.22703C5.96059 5.4929 5.24943 7.20979 5.24943 9V9.75C5.25251 11.7892 4.49723 13.7567 3.13043 15.27C3.04835 15.3611 2.98984 15.4708 2.96002 15.5898C2.9302 15.7087 2.92999 15.8331 2.9594 15.9521C2.98881 16.0711 3.04694 16.1811 3.12871 16.2724C3.21047 16.3638 3.31338 16.4337 3.42843 16.476C4.97243 17.046 6.58843 17.466 8.25943 17.719C8.22181 18.2331 8.29059 18.7495 8.4615 19.2359C8.6324 19.7222 8.90175 20.1681 9.25272 20.5457C9.60369 20.9233 10.0287 21.2245 10.5013 21.4304C10.9739 21.6364 11.4839 21.7427 11.9994 21.7427C12.5149 21.7427 13.0249 21.6364 13.4975 21.4304C13.9701 21.2245 14.3952 20.9233 14.7461 20.5457C15.0971 20.1681 15.3665 19.7222 15.5374 19.2359C15.7083 18.7495 15.7771 18.2331 15.7394 17.719C17.3874 17.4692 19.0058 17.0523 20.5694 16.475C20.6843 16.4326 20.787 16.3627 20.8687 16.2715C20.9503 16.1802 21.0084 16.0703 21.0377 15.9515C21.0671 15.8326 21.067 15.7084 21.0373 15.5896C21.0076 15.4708 20.9493 15.3611 20.8674 15.27C19.501 13.7565 18.7461 11.7891 18.7494 9.75V9C18.7494 7.20979 18.0383 5.4929 16.7724 4.22703C15.5065 2.96116 13.7896 2.25 11.9994 2.25ZM9.74943 18C9.74943 17.966 9.74943 17.933 9.75143 17.9C11.2471 18.0348 12.7518 18.0348 14.2474 17.9L14.2494 18C14.2494 18.5967 14.0124 19.169 13.5904 19.591C13.1685 20.0129 12.5962 20.25 11.9994 20.25C11.4027 20.25 10.8304 20.0129 10.4084 19.591C9.98648 19.169 9.74943 18.5967 9.74943 18Z",
2362
+ fill: "currentColor"
2363
+ }
2364
+ )
2365
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2366
+ "path",
2367
+ {
2368
+ d: "M14.856 17.082C16.7192 16.8614 18.5499 16.4217 20.31 15.772C18.8194 14.1208 17.9958 11.9745 17.999 9.75V9C17.999 7.4087 17.3669 5.88258 16.2417 4.75736C15.1165 3.63214 13.5903 3 11.999 3C10.4077 3 8.88162 3.63214 7.75641 4.75736C6.63119 5.88258 5.99905 7.4087 5.99905 9V9.75C6.00206 11.9746 5.17803 14.121 3.68705 15.772C5.42005 16.412 7.24705 16.857 9.14205 17.082M14.856 17.082C12.958 17.3071 11.0401 17.3071 9.14205 17.082M14.856 17.082C15.0001 17.5319 15.036 18.0094 14.9606 18.4757C14.8853 18.942 14.7009 19.384 14.4224 19.7656C14.144 20.1472 13.7794 20.4576 13.3582 20.6716C12.9371 20.8856 12.4714 20.9972 11.999 20.9972C11.5267 20.9972 11.061 20.8856 10.6399 20.6716C10.2187 20.4576 9.85412 20.1472 9.57567 19.7656C9.29722 19.384 9.11281 18.942 9.03746 18.4757C8.96211 18.0094 8.99794 17.5319 9.14205 17.082M3.12305 7.5C3.40502 5.82497 4.15684 4.26444 5.29105 3M18.707 3C19.8413 4.26444 20.5931 5.82497 20.875 7.5",
2369
+ stroke: "currentColor",
2370
+ strokeLinecap: "round",
2371
+ strokeLinejoin: "round"
2372
+ }
2373
+ )
2374
+ }
2375
+ );
2376
+ },
2377
+ email: ({ className, fill }) => {
2378
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2379
+ "svg",
2380
+ {
2381
+ width: "24",
2382
+ height: "24",
2383
+ viewBox: "0 0 24 24",
2384
+ fill: "none",
2385
+ xmlns: "http://www.w3.org/2000/svg",
2386
+ className,
2387
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2388
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2389
+ "path",
2390
+ {
2391
+ d: "M1.5 8.66992V17.2499C1.5 18.0456 1.81607 18.8086 2.37868 19.3712C2.94129 19.9339 3.70435 20.2499 4.5 20.2499H19.5C20.2956 20.2499 21.0587 19.9339 21.6213 19.3712C22.1839 18.8086 22.5 18.0456 22.5 17.2499V8.66992L13.572 14.1629C13.0992 14.4538 12.5551 14.6078 12 14.6078C11.4449 14.6078 10.9008 14.4538 10.428 14.1629L1.5 8.66992Z",
2392
+ fill: "currentColor"
2393
+ }
2394
+ ),
2395
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2396
+ "path",
2397
+ {
2398
+ d: "M22.5 6.908V6.75C22.5 5.95435 22.1839 5.19129 21.6213 4.62868C21.0587 4.06607 20.2956 3.75 19.5 3.75H4.5C3.70435 3.75 2.94129 4.06607 2.37868 4.62868C1.81607 5.19129 1.5 5.95435 1.5 6.75V6.908L11.214 12.886C11.4504 13.0314 11.7225 13.1084 12 13.1084C12.2775 13.1084 12.5496 13.0314 12.786 12.886L22.5 6.908Z",
2399
+ fill: "currentColor"
2400
+ }
2401
+ )
2402
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2403
+ "path",
2404
+ {
2405
+ d: "M21.75 6.75V17.25C21.75 17.8467 21.5129 18.419 21.091 18.841C20.669 19.2629 20.0967 19.5 19.5 19.5H4.5C3.90326 19.5 3.33097 19.2629 2.90901 18.841C2.48705 18.419 2.25 17.8467 2.25 17.25V6.75M21.75 6.75C21.75 6.15326 21.5129 5.58097 21.091 5.15901C20.669 4.73705 20.0967 4.5 19.5 4.5H4.5C3.90326 4.5 3.33097 4.73705 2.90901 5.15901C2.48705 5.58097 2.25 6.15326 2.25 6.75M21.75 6.75V6.993C21.75 7.37715 21.6517 7.75491 21.4644 8.0903C21.2771 8.42569 21.0071 8.70754 20.68 8.909L13.18 13.524C12.8252 13.7425 12.4167 13.8582 12 13.8582C11.5833 13.8582 11.1748 13.7425 10.82 13.524L3.32 8.91C2.99292 8.70854 2.72287 8.42669 2.53557 8.0913C2.34827 7.75591 2.24996 7.37815 2.25 6.994V6.75",
2406
+ stroke: "currentColor",
2407
+ strokeLinecap: "round",
2408
+ strokeLinejoin: "round"
2409
+ }
2410
+ )
2411
+ }
2412
+ );
2413
+ },
2414
+ "email-open": ({ className, fill }) => {
2415
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2416
+ "svg",
2417
+ {
2418
+ width: "24",
2419
+ height: "24",
2420
+ viewBox: "0 0 24 24",
2421
+ fill: "none",
2422
+ xmlns: "http://www.w3.org/2000/svg",
2423
+ className,
2424
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
2425
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2426
+ "path",
2427
+ {
2428
+ d: "M19.5 22.5002C20.2956 22.5002 21.0587 22.1841 21.6213 21.6215C22.1839 21.0589 22.5 20.2958 22.5 19.5002V11.3262L15.621 15.3482L19.106 17.2242C19.2812 17.3186 19.4117 17.4787 19.4688 17.6694C19.5259 17.86 19.5049 18.0655 19.4105 18.2407C19.3161 18.4158 19.1559 18.5463 18.9653 18.6034C18.7747 18.6606 18.5692 18.6396 18.394 18.5452L12.711 15.4852C12.4925 15.3675 12.2482 15.306 12 15.306C11.7518 15.306 11.5075 15.3675 11.289 15.4852L5.606 18.5452C5.43131 18.6356 5.2281 18.6537 5.04015 18.5958C4.8522 18.5378 4.69455 18.4083 4.60117 18.2351C4.5078 18.062 4.48616 17.8592 4.54094 17.6702C4.59571 17.4813 4.7225 17.3215 4.894 17.2252L8.379 15.3482L1.5 11.3262V19.5002C1.5 20.2958 1.81607 21.0589 2.37868 21.6215C2.94129 22.1841 3.70435 22.5002 4.5 22.5002H19.5Z",
2429
+ fill: "currentColor"
2430
+ }
2431
+ ),
2432
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2433
+ "path",
2434
+ {
2435
+ d: "M1.5 9.58909V8.84409C1.49992 8.30226 1.64659 7.77052 1.92443 7.30534C2.20227 6.84016 2.6009 6.45892 3.078 6.20209L10.578 2.16409C11.0151 1.92882 11.5036 1.80566 12 1.80566C12.4964 1.80566 12.9849 1.92882 13.422 2.16409L20.922 6.20209C21.3991 6.45892 21.7977 6.84016 22.0756 7.30534C22.3534 7.77052 22.5001 8.30226 22.5 8.84409V9.58909L14.074 14.5151L13.422 14.1641C12.9849 13.9288 12.4964 13.8057 12 13.8057C11.5036 13.8057 11.0151 13.9288 10.578 14.1641L9.926 14.5151L1.5 9.58909Z",
2436
+ fill: "currentColor"
2437
+ }
2438
+ )
2439
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2440
+ "path",
2441
+ {
2442
+ d: "M21.75 8.99978V9.90578C21.75 10.312 21.64 10.7107 21.4318 11.0595C21.2235 11.4082 20.9247 11.6941 20.567 11.8868L14.089 15.3748M2.25 8.99978V9.90578C2.24998 10.312 2.35995 10.7107 2.56824 11.0595C2.77652 11.4082 3.07534 11.6941 3.433 11.8868L9.911 15.3748M9.911 15.3748L10.933 14.8248C11.2609 14.6481 11.6275 14.5557 12 14.5557C12.3725 14.5557 12.7391 14.6481 13.067 14.8248L14.09 15.3748L18.75 17.8848M9.911 15.3748L5.25 17.8848M21.75 19.4998C21.75 20.0965 21.5129 20.6688 21.091 21.0908C20.669 21.5127 20.0967 21.7498 19.5 21.7498H4.5C3.90326 21.7498 3.33097 21.5127 2.90901 21.0908C2.48705 20.6688 2.25 20.0965 2.25 19.4998V8.84378C2.24998 8.43754 2.35995 8.03887 2.56824 7.69009C2.77652 7.34131 3.07534 7.05542 3.433 6.86278L10.933 2.82378C11.2609 2.64715 11.6275 2.55469 12 2.55469C12.3725 2.55469 12.7391 2.64715 13.067 2.82378L20.567 6.86278C20.9245 7.05534 21.2232 7.34107 21.4315 7.68966C21.6398 8.03825 21.7498 8.43671 21.75 8.84278V19.4998Z",
2443
+ stroke: "currentColor",
2444
+ strokeLinecap: "round",
2445
+ strokeLinejoin: "round"
2446
+ }
2447
+ )
2448
+ }
2449
+ );
2450
+ },
2451
+ lock: ({ className, fill }) => {
2452
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2453
+ "svg",
2454
+ {
2455
+ width: "24",
2456
+ height: "24",
2457
+ viewBox: "0 0 24 24",
2458
+ fill: "none",
2459
+ xmlns: "http://www.w3.org/2000/svg",
2460
+ className,
2461
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2462
+ "path",
2463
+ {
2464
+ fillRule: "evenodd",
2465
+ clipRule: "evenodd",
2466
+ d: "M12 1.5C10.6076 1.5 9.27225 2.05312 8.28769 3.03769C7.30312 4.02226 6.75 5.35761 6.75 6.75V9.75C5.95435 9.75 5.19129 10.0661 4.62868 10.6287C4.06607 11.1913 3.75 11.9544 3.75 12.75V19.5C3.75 20.2956 4.06607 21.0587 4.62868 21.6213C5.19129 22.1839 5.95435 22.5 6.75 22.5H17.25C18.0456 22.5 18.8087 22.1839 19.3713 21.6213C19.9339 21.0587 20.25 20.2956 20.25 19.5V12.75C20.25 11.9544 19.9339 11.1913 19.3713 10.6287C18.8087 10.0661 18.0456 9.75 17.25 9.75V6.75C17.25 3.85 14.9 1.5 12 1.5ZM15.75 9.75V6.75C15.75 5.75544 15.3549 4.80161 14.6517 4.09835C13.9484 3.39509 12.9946 3 12 3C11.0054 3 10.0516 3.39509 9.34835 4.09835C8.64509 4.80161 8.25 5.75544 8.25 6.75V9.75H15.75Z",
2467
+ fill: "currentColor"
2468
+ }
2469
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2470
+ "path",
2471
+ {
2472
+ d: "M16.5 10.5V6.75C16.5 5.55653 16.0259 4.41193 15.182 3.56802C14.3381 2.72411 13.1935 2.25 12 2.25C10.8065 2.25 9.66193 2.72411 8.81802 3.56802C7.97411 4.41193 7.5 5.55653 7.5 6.75V10.5M6.75 21.75H17.25C17.8467 21.75 18.419 21.5129 18.841 21.091C19.2629 20.669 19.5 20.0967 19.5 19.5V12.75C19.5 12.1533 19.2629 11.581 18.841 11.159C18.419 10.7371 17.8467 10.5 17.25 10.5H6.75C6.15326 10.5 5.58097 10.7371 5.15901 11.159C4.73705 11.581 4.5 12.1533 4.5 12.75V19.5C4.5 20.0967 4.73705 20.669 5.15901 21.091C5.58097 21.5129 6.15326 21.75 6.75 21.75Z",
2473
+ stroke: "currentColor",
2474
+ strokeLinecap: "round",
2475
+ strokeLinejoin: "round"
2476
+ }
2477
+ )
2478
+ }
2479
+ );
2480
+ },
2481
+ unlock: ({ className, fill }) => {
2482
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2483
+ "svg",
2484
+ {
2485
+ width: "24",
2486
+ height: "24",
2487
+ viewBox: "0 0 24 24",
2488
+ fill: "none",
2489
+ xmlns: "http://www.w3.org/2000/svg",
2490
+ className,
2491
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2492
+ "path",
2493
+ {
2494
+ d: "M18 1.5C20.9 1.5 23.25 3.85 23.25 6.75V10.5C23.25 10.6989 23.171 10.8897 23.0303 11.0303C22.8897 11.171 22.6989 11.25 22.5 11.25C22.3011 11.25 22.1103 11.171 21.9697 11.0303C21.829 10.8897 21.75 10.6989 21.75 10.5V6.75C21.75 5.75544 21.3549 4.80161 20.6517 4.09835C19.9484 3.39509 18.9946 3 18 3C17.0054 3 16.0516 3.39509 15.3483 4.09835C14.6451 4.80161 14.25 5.75544 14.25 6.75V9.75C15.0456 9.75 15.8087 10.0661 16.3713 10.6287C16.9339 11.1913 17.25 11.9544 17.25 12.75V19.5C17.25 20.2956 16.9339 21.0587 16.3713 21.6213C15.8087 22.1839 15.0456 22.5 14.25 22.5H3.75C2.95435 22.5 2.19129 22.1839 1.62868 21.6213C1.06607 21.0587 0.75 20.2956 0.75 19.5V12.75C0.75 11.9544 1.06607 11.1913 1.62868 10.6287C2.19129 10.0661 2.95435 9.75 3.75 9.75H12.75V6.75C12.75 3.85 15.1 1.5 18 1.5Z",
2495
+ fill: "currentColor"
2496
+ }
2497
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2498
+ "path",
2499
+ {
2500
+ d: "M13.5 10.5V6.75C13.5 5.55653 13.9741 4.41193 14.818 3.56802C15.6619 2.72411 16.8065 2.25 18 2.25C19.1935 2.25 20.3381 2.72411 21.182 3.56802C22.0259 4.41193 22.5 5.55653 22.5 6.75V10.5M3.75 21.75H14.25C14.8467 21.75 15.419 21.5129 15.841 21.091C16.2629 20.669 16.5 20.0967 16.5 19.5V12.75C16.5 12.1533 16.2629 11.581 15.841 11.159C15.419 10.7371 14.8467 10.5 14.25 10.5H3.75C3.15326 10.5 2.58097 10.7371 2.15901 11.159C1.73705 11.581 1.5 12.1533 1.5 12.75V19.5C1.5 20.0967 1.73705 20.669 2.15901 21.091C2.58097 21.5129 3.15326 21.75 3.75 21.75Z",
2501
+ stroke: "currentColor",
2502
+ strokeLinecap: "round",
2503
+ strokeLinejoin: "round"
2504
+ }
2505
+ )
2506
+ }
2507
+ );
2508
+ },
2509
+ pencil: ({ className, fill }) => {
2510
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2511
+ "svg",
2512
+ {
2513
+ width: "24",
2514
+ height: "24",
2515
+ viewBox: "0 0 24 24",
2516
+ fill: "none",
2517
+ xmlns: "http://www.w3.org/2000/svg",
2518
+ className,
2519
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2520
+ "path",
2521
+ {
2522
+ d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
2523
+ fill: "currentColor"
2524
+ }
2525
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2526
+ "path",
2527
+ {
2528
+ d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
2529
+ stroke: "currentColor",
2530
+ strokeLinecap: "round",
2531
+ strokeLinejoin: "round"
2532
+ }
2533
+ )
2534
+ }
2535
+ );
2536
+ },
2537
+ "pencil-square": ({ className, fill }) => {
2538
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2539
+ "svg",
2540
+ {
2541
+ width: "24",
2542
+ height: "24",
2543
+ viewBox: "0 0 24 24",
2544
+ fill: "none",
2545
+ xmlns: "http://www.w3.org/2000/svg",
2546
+ className,
2547
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
2548
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2549
+ "path",
2550
+ {
2551
+ d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L7.40125 12.8872C6.78411 13.504 6.33043 14.265 6.08125 15.1012L5.28125 17.7862C5.24263 17.9157 5.23975 18.0533 5.27292 18.1844C5.30608 18.3155 5.37407 18.4352 5.46967 18.5308C5.56527 18.6264 5.68494 18.6943 5.81601 18.7275C5.94709 18.7607 6.08469 18.7578 6.21425 18.7192L8.89925 17.9192C9.73548 17.67 10.4964 17.2163 11.1133 16.5992L19.5133 8.19918Z",
2552
+ fill: "currentColor"
2553
+ }
2554
+ ),
2555
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2556
+ "path",
2557
+ {
2558
+ d: "M5.25 5.25C4.45435 5.25 3.69129 5.56607 3.12868 6.12868C2.56607 6.69129 2.25 7.45435 2.25 8.25V18.75C2.25 19.5456 2.56607 20.3087 3.12868 20.8713C3.69129 21.4339 4.45435 21.75 5.25 21.75H15.75C16.5456 21.75 17.3087 21.4339 17.8713 20.8713C18.4339 20.3087 18.75 19.5456 18.75 18.75V13.5C18.75 13.3011 18.671 13.1103 18.5303 12.9697C18.3897 12.829 18.1989 12.75 18 12.75C17.8011 12.75 17.6103 12.829 17.4697 12.9697C17.329 13.1103 17.25 13.3011 17.25 13.5V18.75C17.25 19.1478 17.092 19.5294 16.8107 19.8107C16.5294 20.092 16.1478 20.25 15.75 20.25H5.25C4.85218 20.25 4.47064 20.092 4.18934 19.8107C3.90804 19.5294 3.75 19.1478 3.75 18.75V8.25C3.75 7.85218 3.90804 7.47064 4.18934 7.18934C4.47064 6.90804 4.85218 6.75 5.25 6.75H10.5C10.6989 6.75 10.8897 6.67098 11.0303 6.53033C11.171 6.38968 11.25 6.19891 11.25 6C11.25 5.80109 11.171 5.61032 11.0303 5.46967C10.8897 5.32902 10.6989 5.25 10.5 5.25H5.25Z",
2559
+ fill: "currentColor"
2560
+ }
2561
+ )
2562
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2563
+ "path",
2564
+ {
2565
+ d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L10.582 16.07C10.0533 16.5984 9.40137 16.9867 8.685 17.2L6 18L6.8 15.315C7.01328 14.5986 7.40163 13.9467 7.93 13.418L16.862 4.487ZM16.862 4.487L19.5 7.125M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
2566
+ stroke: "currentColor",
2567
+ strokeLinecap: "round",
2568
+ strokeLinejoin: "round"
2569
+ }
2570
+ )
2571
+ }
2572
+ );
2573
+ },
2574
+ grid: ({ className, fill }) => {
2575
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2576
+ "svg",
2577
+ {
2578
+ width: "24",
2579
+ height: "24",
2580
+ viewBox: "0 0 24 24",
2581
+ fill: "none",
2582
+ xmlns: "http://www.w3.org/2000/svg",
2583
+ className,
2584
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2585
+ "path",
2586
+ {
2587
+ fillRule: "evenodd",
2588
+ clipRule: "evenodd",
2589
+ d: "M3 6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3H8.25C9.04565 3 9.80871 3.31607 10.3713 3.87868C10.9339 4.44129 11.25 5.20435 11.25 6V8.25C11.25 9.04565 10.9339 9.80871 10.3713 10.3713C9.80871 10.9339 9.04565 11.25 8.25 11.25H6C5.20435 11.25 4.44129 10.9339 3.87868 10.3713C3.31607 9.80871 3 9.04565 3 8.25V6ZM12.75 6C12.75 5.20435 13.0661 4.44129 13.6287 3.87868C14.1913 3.31607 14.9544 3 15.75 3H18C18.7956 3 19.5587 3.31607 20.1213 3.87868C20.6839 4.44129 21 5.20435 21 6V8.25C21 9.04565 20.6839 9.80871 20.1213 10.3713C19.5587 10.9339 18.7956 11.25 18 11.25H15.75C14.9544 11.25 14.1913 10.9339 13.6287 10.3713C13.0661 9.80871 12.75 9.04565 12.75 8.25V6ZM3 15.75C3 14.9544 3.31607 14.1913 3.87868 13.6287C4.44129 13.0661 5.20435 12.75 6 12.75H8.25C9.04565 12.75 9.80871 13.0661 10.3713 13.6287C10.9339 14.1913 11.25 14.9544 11.25 15.75V18C11.25 18.7956 10.9339 19.5587 10.3713 20.1213C9.80871 20.6839 9.04565 21 8.25 21H6C5.20435 21 4.44129 20.6839 3.87868 20.1213C3.31607 19.5587 3 18.7956 3 18V15.75ZM12.75 15.75C12.75 14.9544 13.0661 14.1913 13.6287 13.6287C14.1913 13.0661 14.9544 12.75 15.75 12.75H18C18.7956 12.75 19.5587 13.0661 20.1213 13.6287C20.6839 14.1913 21 14.9544 21 15.75V18C21 18.7956 20.6839 19.5587 20.1213 20.1213C19.5587 20.6839 18.7956 21 18 21H15.75C14.9544 21 14.1913 20.6839 13.6287 20.1213C13.0661 19.5587 12.75 18.7956 12.75 18V15.75Z",
2590
+ fill: "currentColor"
2591
+ }
2592
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2593
+ "path",
2594
+ {
2595
+ d: "M3.75 6C3.75 5.40326 3.98705 4.83097 4.40901 4.40901C4.83097 3.98705 5.40326 3.75 6 3.75H8.25C8.84674 3.75 9.41903 3.98705 9.84099 4.40901C10.2629 4.83097 10.5 5.40326 10.5 6V8.25C10.5 8.84674 10.2629 9.41903 9.84099 9.84099C9.41903 10.2629 8.84674 10.5 8.25 10.5H6C5.40326 10.5 4.83097 10.2629 4.40901 9.84099C3.98705 9.41903 3.75 8.84674 3.75 8.25V6ZM3.75 15.75C3.75 15.1533 3.98705 14.581 4.40901 14.159C4.83097 13.7371 5.40326 13.5 6 13.5H8.25C8.84674 13.5 9.41903 13.7371 9.84099 14.159C10.2629 14.581 10.5 15.1533 10.5 15.75V18C10.5 18.5967 10.2629 19.169 9.84099 19.591C9.41903 20.0129 8.84674 20.25 8.25 20.25H6C5.40326 20.25 4.83097 20.0129 4.40901 19.591C3.98705 19.169 3.75 18.5967 3.75 18V15.75ZM13.5 6C13.5 5.40326 13.7371 4.83097 14.159 4.40901C14.581 3.98705 15.1533 3.75 15.75 3.75H18C18.5967 3.75 19.169 3.98705 19.591 4.40901C20.0129 4.83097 20.25 5.40326 20.25 6V8.25C20.25 8.84674 20.0129 9.41903 19.591 9.84099C19.169 10.2629 18.5967 10.5 18 10.5H15.75C15.1533 10.5 14.581 10.2629 14.159 9.84099C13.7371 9.41903 13.5 8.84674 13.5 8.25V6ZM13.5 15.75C13.5 15.1533 13.7371 14.581 14.159 14.159C14.581 13.7371 15.1533 13.5 15.75 13.5H18C18.5967 13.5 19.169 13.7371 19.591 14.159C20.0129 14.581 20.25 15.1533 20.25 15.75V18C20.25 18.5967 20.0129 19.169 19.591 19.591C19.169 20.0129 18.5967 20.25 18 20.25H15.75C15.1533 20.25 14.581 20.0129 14.159 19.591C13.7371 19.169 13.5 18.5967 13.5 18V15.75Z",
2596
+ stroke: "currentColor",
2597
+ strokeLinecap: "round",
2598
+ strokeLinejoin: "round"
2599
+ }
2600
+ )
2601
+ }
2602
+ );
2603
+ },
2604
+ // list: ({ className, fill }: IconProps) => {
2605
+ // return (
2606
+ // <svg
2607
+ // width="24"
2608
+ // height="24"
2609
+ // viewBox="0 0 24 24"
2610
+ // fill="none"
2611
+ // xmlns="http://www.w3.org/2000/svg"
2612
+ // className={className}
2613
+ // >
2614
+ // {fill ? (
2615
+ // <path
2616
+ // fillRule="evenodd"
2617
+ // clipRule="evenodd"
2618
+ // d="M3 6.75C3 6.55109 3.07902 6.36032 3.21967 6.21967C3.36032 6.07902 3.55109 6 3.75 6H20.25C20.4489 6 20.6397 6.07902 20.7803 6.21967C20.921 6.36032 21 6.55109 21 6.75C21 6.94891 20.921 7.13968 20.7803 7.28033C20.6397 7.42098 20.4489 7.5 20.25 7.5H3.75C3.55109 7.5 3.36032 7.42098 3.21967 7.28033C3.07902 7.13968 3 6.94891 3 6.75ZM3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12ZM3 17.25C3 17.0511 3.07902 16.8603 3.21967 16.7197C3.36032 16.579 3.55109 16.5 3.75 16.5H20.25C20.4489 16.5 20.6397 16.579 20.7803 16.7197C20.921 16.8603 21 17.0511 21 17.25C21 17.4489 20.921 17.6397 20.7803 17.7803C20.6397 17.921 20.4489 18 20.25 18H3.75C3.55109 18 3.36032 17.921 3.21967 17.7803C3.07902 17.6397 3 17.4489 3 17.25Z"
2619
+ // fill="currentColor"
2620
+ // />
2621
+ // ) : (
2622
+ // <path
2623
+ // d="M3.75 6.75H20.25M3.75 12H20.25M3.75 17.25H20.25"
2624
+ // stroke="currentColor"
2625
+ // strokeLinecap="round"
2626
+ // strokeLinejoin="round"
2627
+ // />
2628
+ // )}
2629
+ // </svg>
2630
+ // );
2631
+ // },
2632
+ "list-dot": ({ className, fill }) => {
2633
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2634
+ "svg",
2635
+ {
2636
+ width: "24",
2637
+ height: "24",
2638
+ viewBox: "0 0 24 24",
2639
+ fill: "none",
2640
+ xmlns: "http://www.w3.org/2000/svg",
2641
+ className,
2642
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2643
+ "path",
2644
+ {
2645
+ fillRule: "evenodd",
2646
+ clipRule: "evenodd",
2647
+ d: "M2.625 6.75C2.625 6.45163 2.74353 6.16548 2.9545 5.9545C3.16548 5.74353 3.45163 5.625 3.75 5.625C4.04837 5.625 4.33452 5.74353 4.5455 5.9545C4.75647 6.16548 4.875 6.45163 4.875 6.75C4.875 7.04837 4.75647 7.33452 4.5455 7.5455C4.33452 7.75647 4.04837 7.875 3.75 7.875C3.45163 7.875 3.16548 7.75647 2.9545 7.5455C2.74353 7.33452 2.625 7.04837 2.625 6.75ZM7.5 6.75C7.5 6.55109 7.57902 6.36032 7.71967 6.21967C7.86032 6.07902 8.05109 6 8.25 6H20.25C20.4489 6 20.6397 6.07902 20.7803 6.21967C20.921 6.36032 21 6.55109 21 6.75C21 6.94891 20.921 7.13968 20.7803 7.28033C20.6397 7.42098 20.4489 7.5 20.25 7.5H8.25C8.05109 7.5 7.86032 7.42098 7.71967 7.28033C7.57902 7.13968 7.5 6.94891 7.5 6.75ZM2.625 12C2.625 11.7016 2.74353 11.4155 2.9545 11.2045C3.16548 10.9935 3.45163 10.875 3.75 10.875C4.04837 10.875 4.33452 10.9935 4.5455 11.2045C4.75647 11.4155 4.875 11.7016 4.875 12C4.875 12.2984 4.75647 12.5845 4.5455 12.7955C4.33452 13.0065 4.04837 13.125 3.75 13.125C3.45163 13.125 3.16548 13.0065 2.9545 12.7955C2.74353 12.5845 2.625 12.2984 2.625 12ZM7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86032 11.329 8.05109 11.25 8.25 11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H8.25C8.05109 12.75 7.86032 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12ZM2.625 17.25C2.625 16.9516 2.74353 16.6655 2.9545 16.4545C3.16548 16.2435 3.45163 16.125 3.75 16.125C4.04837 16.125 4.33452 16.2435 4.5455 16.4545C4.75647 16.6655 4.875 16.9516 4.875 17.25C4.875 17.5484 4.75647 17.8345 4.5455 18.0455C4.33452 18.2565 4.04837 18.375 3.75 18.375C3.45163 18.375 3.16548 18.2565 2.9545 18.0455C2.74353 17.8345 2.625 17.5484 2.625 17.25ZM7.5 17.25C7.5 17.0511 7.57902 16.8603 7.71967 16.7197C7.86032 16.579 8.05109 16.5 8.25 16.5H20.25C20.4489 16.5 20.6397 16.579 20.7803 16.7197C20.921 16.8603 21 17.0511 21 17.25C21 17.4489 20.921 17.6397 20.7803 17.7803C20.6397 17.921 20.4489 18 20.25 18H8.25C8.05109 18 7.86032 17.921 7.71967 17.7803C7.57902 17.6397 7.5 17.4489 7.5 17.25Z",
2648
+ fill: "currentColor"
2649
+ }
2650
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2651
+ "path",
2652
+ {
2653
+ d: "M8.25 6.75H20.25M8.25 12H20.25M8.25 17.25H20.25M3.75 6.75H3.757V6.758H3.75V6.75ZM4.125 6.75C4.125 6.84946 4.08549 6.94484 4.01516 7.01516C3.94484 7.08549 3.84946 7.125 3.75 7.125C3.65054 7.125 3.55516 7.08549 3.48483 7.01516C3.41451 6.94484 3.375 6.84946 3.375 6.75C3.375 6.65054 3.41451 6.55516 3.48483 6.48484C3.55516 6.41451 3.65054 6.375 3.75 6.375C3.84946 6.375 3.94484 6.41451 4.01516 6.48484C4.08549 6.55516 4.125 6.65054 4.125 6.75ZM3.75 12H3.757V12.008H3.75V12ZM4.125 12C4.125 12.0995 4.08549 12.1948 4.01516 12.2652C3.94484 12.3355 3.84946 12.375 3.75 12.375C3.65054 12.375 3.55516 12.3355 3.48483 12.2652C3.41451 12.1948 3.375 12.0995 3.375 12C3.375 11.9005 3.41451 11.8052 3.48483 11.7348C3.55516 11.6645 3.65054 11.625 3.75 11.625C3.84946 11.625 3.94484 11.6645 4.01516 11.7348C4.08549 11.8052 4.125 11.9005 4.125 12ZM3.75 17.25H3.757V17.258H3.75V17.25ZM4.125 17.25C4.125 17.3495 4.08549 17.4448 4.01516 17.5152C3.94484 17.5855 3.84946 17.625 3.75 17.625C3.65054 17.625 3.55516 17.5855 3.48483 17.5152C3.41451 17.4448 3.375 17.3495 3.375 17.25C3.375 17.1505 3.41451 17.0552 3.48483 16.9848C3.55516 16.9145 3.65054 16.875 3.75 16.875C3.84946 16.875 3.94484 16.9145 4.01516 16.9848C4.08549 17.0552 4.125 17.1505 4.125 17.25Z",
2654
+ stroke: "currentColor",
2655
+ strokeLinecap: "round",
2656
+ strokeLinejoin: "round"
2657
+ }
2658
+ )
2659
+ }
2660
+ );
2661
+ },
2662
+ copy: ({ className, fill }) => {
2663
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2664
+ "svg",
2665
+ {
2666
+ width: "24",
2667
+ height: "24",
2668
+ viewBox: "0 0 24 24",
2669
+ fill: "none",
2670
+ xmlns: "http://www.w3.org/2000/svg",
2671
+ className,
2672
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
2673
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2674
+ "path",
2675
+ {
2676
+ d: "M16.5 6C16.5 5.20435 16.1839 4.44129 15.6213 3.87868C15.0587 3.31607 14.2956 3 13.5 3H6C5.20435 3 4.44129 3.31607 3.87868 3.87868C3.31607 4.44129 3 5.20435 3 6V13.5C3 14.2956 3.31607 15.0587 3.87868 15.6213C4.44129 16.1839 5.20435 16.5 6 16.5V10.5C6 9.30653 6.47411 8.16193 7.31802 7.31802C8.16193 6.47411 9.30653 6 10.5 6H16.5Z",
2677
+ fill: "currentColor"
2678
+ }
2679
+ ),
2680
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2681
+ "path",
2682
+ {
2683
+ d: "M18 7.5C18.7956 7.5 19.5587 7.81607 20.1213 8.37868C20.6839 8.94129 21 9.70435 21 10.5V18C21 18.7956 20.6839 19.5587 20.1213 20.1213C19.5587 20.6839 18.7956 21 18 21H10.5C9.70435 21 8.94129 20.6839 8.37868 20.1213C7.81607 19.5587 7.5 18.7956 7.5 18V10.5C7.5 9.70435 7.81607 8.94129 8.37868 8.37868C8.94129 7.81607 9.70435 7.5 10.5 7.5H18Z",
2684
+ fill: "currentColor"
2685
+ }
2686
+ )
2687
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2688
+ "path",
2689
+ {
2690
+ d: "M16.5 8.25V6C16.5 5.40326 16.2629 4.83097 15.841 4.40901C15.419 3.98705 14.8467 3.75 14.25 3.75H6C5.40326 3.75 4.83097 3.98705 4.40901 4.40901C3.98705 4.83097 3.75 5.40326 3.75 6V14.25C3.75 14.8467 3.98705 15.419 4.40901 15.841C4.83097 16.2629 5.40326 16.5 6 16.5H8.25M16.5 8.25H18C18.5967 8.25 19.169 8.48705 19.591 8.90901C20.0129 9.33097 20.25 9.90326 20.25 10.5V18C20.25 18.5967 20.0129 19.169 19.591 19.591C19.169 20.0129 18.5967 20.25 18 20.25H10.5C9.90326 20.25 9.33097 20.0129 8.90901 19.591C8.48705 19.169 8.25 18.5967 8.25 18V16.5M16.5 8.25H10.5C9.90326 8.25 9.33097 8.48705 8.90901 8.90901C8.48705 9.33097 8.25 9.90326 8.25 10.5V16.5",
2691
+ stroke: "currentColor",
2692
+ strokeLinecap: "round",
2693
+ strokeLinejoin: "round"
2694
+ }
2695
+ )
2696
+ }
2697
+ );
2698
+ },
2699
+ stack: ({ className, fill }) => {
2700
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2701
+ "svg",
2702
+ {
2703
+ width: "24",
2704
+ height: "24",
2705
+ viewBox: "0 0 24 24",
2706
+ fill: "none",
2707
+ xmlns: "http://www.w3.org/2000/svg",
2708
+ className,
2709
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
2710
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2711
+ "path",
2712
+ {
2713
+ d: "M11.6438 1.58988C11.7532 1.53088 11.8755 1.5 11.9998 1.5C12.124 1.5 12.2464 1.53088 12.3558 1.58988L22.1058 6.83988C22.2248 6.90414 22.3243 6.99941 22.3936 7.11561C22.4629 7.2318 22.4995 7.36458 22.4995 7.49988C22.4995 7.63518 22.4629 7.76795 22.3936 7.88415C22.3243 8.00034 22.2248 8.09561 22.1058 8.15988L12.3558 13.4099C12.2464 13.4689 12.124 13.4998 11.9998 13.4998C11.8755 13.4998 11.7532 13.4689 11.6438 13.4099L1.89377 8.15988C1.77471 8.09561 1.67524 8.00034 1.60592 7.88415C1.5366 7.76795 1.5 7.63518 1.5 7.49988C1.5 7.36458 1.5366 7.2318 1.60592 7.11561C1.67524 6.99941 1.77471 6.90414 1.89377 6.83988L11.6438 1.58988Z",
2714
+ fill: "currentColor"
2715
+ }
2716
+ ),
2717
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2718
+ "path",
2719
+ {
2720
+ d: "M3.26572 10.6021L10.9337 14.7311C11.2616 14.9077 11.6283 15.0002 12.0007 15.0002C12.3732 15.0002 12.7398 14.9077 13.0677 14.7311L20.7357 10.6011L22.1057 11.3401C22.2248 11.4043 22.3242 11.4996 22.3936 11.6158C22.4629 11.732 22.4995 11.8648 22.4995 12.0001C22.4995 12.1354 22.4629 12.2682 22.3936 12.3843C22.3242 12.5005 22.2248 12.5958 22.1057 12.6601L12.3557 17.9101C12.2466 17.9687 12.1246 17.9994 12.0007 17.9994C11.8768 17.9994 11.7549 17.9687 11.6457 17.9101L1.89572 12.6601C1.77666 12.5958 1.6772 12.5005 1.60788 12.3843C1.53855 12.2682 1.50195 12.1354 1.50195 12.0001C1.50195 11.8648 1.53855 11.732 1.60788 11.6158C1.6772 11.4996 1.77666 11.4043 1.89572 11.3401L3.26572 10.6021Z",
2721
+ fill: "currentColor"
2722
+ }
2723
+ ),
2724
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2725
+ "path",
2726
+ {
2727
+ d: "M10.9337 19.2311L3.26572 15.1011L1.89572 15.8401C1.77666 15.9043 1.6772 15.9996 1.60788 16.1158C1.53855 16.232 1.50195 16.3648 1.50195 16.5001C1.50195 16.6354 1.53855 16.7682 1.60788 16.8843C1.6772 17.0005 1.77666 17.0958 1.89572 17.1601L11.6457 22.4101C11.8667 22.5301 12.1347 22.5301 12.3557 22.4101L22.1057 17.1601C22.2248 17.0958 22.3242 17.0005 22.3936 16.8843C22.4629 16.7682 22.4995 16.6354 22.4995 16.5001C22.4995 16.3648 22.4629 16.232 22.3936 16.1158C22.3242 15.9996 22.2248 15.9043 22.1057 15.8401L20.7357 15.1021L13.0677 19.2321C12.7397 19.4085 12.3731 19.5008 12.0006 19.5007C11.6281 19.5005 11.2616 19.4079 10.9337 19.2311Z",
2728
+ fill: "currentColor"
2729
+ }
2730
+ )
2731
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2732
+ "path",
2733
+ {
2734
+ d: "M6.429 9.75L2.25 12L6.429 14.25M6.429 9.75L12 12.75L17.571 9.75M6.429 9.75L2.25 7.5L12 2.25L21.75 7.5L17.571 9.75M6.429 14.25L2.25 16.5L12 21.75L21.75 16.5L17.571 14.25M6.429 14.25L12 17.25L17.571 14.25M17.571 9.75L21.75 12L17.571 14.25",
2735
+ stroke: "currentColor",
2736
+ strokeLinecap: "round",
2737
+ strokeLinejoin: "round"
2738
+ }
2739
+ )
2740
+ }
2741
+ );
2742
+ },
2743
+ share: ({ className, fill }) => {
2744
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2745
+ "svg",
2746
+ {
2747
+ width: "24",
2748
+ height: "24",
2749
+ viewBox: "0 0 24 24",
2750
+ fill: "none",
2751
+ xmlns: "http://www.w3.org/2000/svg",
2752
+ className,
2753
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2754
+ "path",
2755
+ {
2756
+ fillRule: "evenodd",
2757
+ clipRule: "evenodd",
2758
+ d: "M15.75 4.50001C15.7499 3.80263 15.9928 3.12702 16.4369 2.58933C16.881 2.05163 17.4986 1.68546 18.1834 1.55375C18.8682 1.42204 19.5776 1.53303 20.1894 1.86764C20.8013 2.20225 21.2775 2.73957 21.5361 3.38722C21.7947 4.03487 21.8196 4.75238 21.6065 5.41641C21.3934 6.08044 20.9557 6.64949 20.3685 7.02572C19.7813 7.40195 19.0814 7.56187 18.3891 7.47797C17.6968 7.39407 17.0553 7.07161 16.575 6.56601L8.15399 11.245C8.28265 11.7401 8.28265 12.2599 8.15399 12.755L16.575 17.434C17.0782 16.9049 17.7572 16.5775 18.4846 16.5132C19.2119 16.4489 19.9378 16.6521 20.5261 17.0847C21.1144 17.5173 21.5247 18.1496 21.6801 18.8631C21.8355 19.5766 21.7253 20.3223 21.3702 20.9603C21.0151 21.5984 20.4395 22.0851 19.7513 22.3291C19.063 22.5731 18.3094 22.5577 17.6317 22.2858C16.954 22.0139 16.3987 21.5042 16.07 20.8521C15.7412 20.2001 15.6616 19.4506 15.846 18.744L7.42499 14.066C7.01184 14.501 6.47776 14.8021 5.89174 14.9305C5.30571 15.0589 4.69465 15.0086 4.13748 14.7862C3.58032 14.5638 3.10263 14.1794 2.76613 13.6827C2.42962 13.1861 2.24976 12.5999 2.24976 12C2.24976 11.4001 2.42962 10.8139 2.76613 10.3173C3.10263 9.82061 3.58032 9.43624 4.13748 9.21382C4.69465 8.99139 5.30571 8.94112 5.89174 9.0695C6.47776 9.19788 7.01184 9.49902 7.42499 9.93401L15.846 5.25501C15.7821 5.00844 15.7498 4.75473 15.75 4.50001Z",
2759
+ fill: "currentColor"
2760
+ }
2761
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2762
+ "path",
2763
+ {
2764
+ d: "M7.21699 10.907C6.97485 10.4714 6.5949 10.1284 6.13676 9.93202C5.67863 9.73564 5.16825 9.69695 4.68574 9.82202C4.20324 9.94709 3.77592 10.2288 3.47087 10.623C3.16582 11.0172 3.00031 11.5016 3.00031 12C3.00031 12.4985 3.16582 12.9828 3.47087 13.377C3.77592 13.7712 4.20324 14.053 4.68574 14.1781C5.16825 14.3031 5.67863 14.2644 6.13676 14.0681C6.5949 13.8717 6.97485 13.5287 7.21699 13.093M7.21699 10.907C7.39699 11.231 7.49999 11.603 7.49999 12C7.49999 12.397 7.39699 12.77 7.21699 13.093M7.21699 10.907L16.783 5.59304M7.21699 13.093L16.783 18.407M16.783 5.59304C16.9232 5.85718 17.1148 6.0907 17.3463 6.27997C17.5779 6.46923 17.8448 6.61043 18.1316 6.69532C18.4184 6.7802 18.7192 6.80706 19.0165 6.77433C19.3137 6.7416 19.6015 6.64994 19.8629 6.5047C20.1243 6.35946 20.3542 6.16356 20.539 5.92845C20.7239 5.69334 20.86 5.42375 20.9394 5.13542C21.0188 4.8471 21.04 4.54583 21.0016 4.24923C20.9633 3.95264 20.8662 3.66667 20.716 3.40804C20.4201 2.89838 19.936 2.52518 19.3678 2.36865C18.7996 2.21213 18.1927 2.28478 17.6775 2.57099C17.1623 2.8572 16.78 3.33412 16.6127 3.89923C16.4455 4.46434 16.5066 5.07252 16.783 5.59304ZM16.783 18.407C16.6395 18.6654 16.5482 18.9495 16.5145 19.2432C16.4808 19.5368 16.5052 19.8342 16.5864 20.1184C16.6676 20.4026 16.804 20.668 16.9878 20.8995C17.1715 21.131 17.3991 21.324 17.6575 21.4675C17.9159 21.6111 18.2 21.7023 18.4936 21.736C18.7873 21.7698 19.0847 21.7453 19.3689 21.6641C19.653 21.5829 19.9185 21.4465 20.15 21.2628C20.3814 21.079 20.5745 20.8514 20.718 20.593C21.0079 20.0712 21.0786 19.4556 20.9146 18.8817C20.7506 18.3077 20.3653 17.8224 19.8435 17.5325C19.3217 17.2427 18.7061 17.1719 18.1321 17.3359C17.5582 17.4999 17.0729 17.8852 16.783 18.407Z",
2765
+ stroke: "currentColor",
2766
+ strokeLinecap: "round",
2767
+ strokeLinejoin: "round"
2768
+ }
2769
+ )
2770
+ }
2771
+ );
2772
+ },
2773
+ translate: ({ className, fill }) => {
2774
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2775
+ "svg",
2776
+ {
2777
+ width: "24",
2778
+ height: "24",
2779
+ viewBox: "0 0 24 24",
2780
+ fill: "none",
2781
+ xmlns: "http://www.w3.org/2000/svg",
2782
+ className,
2783
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2784
+ "path",
2785
+ {
2786
+ d: "M10.5 21L15.75 9.75L21 21M12 18H19.5M3 5.621C4.9904 5.37332 6.99425 5.24941 9 5.25M9 5.25C10.12 5.25 11.233 5.288 12.334 5.364M9 5.25V3M12.334 5.364C11.176 10.658 7.69 15.08 3 17.502M12.334 5.364C13.23 5.425 14.119 5.511 15 5.621M10.411 14.116C8.77097 12.4486 7.47113 10.478 6.584 8.314",
2787
+ stroke: "currentColor",
2788
+ strokeLinecap: "round",
2789
+ strokeLinejoin: "round"
2790
+ }
2791
+ )
2792
+ }
2793
+ );
2794
+ },
2795
+ print: ({ className, fill }) => {
2796
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2797
+ "svg",
2798
+ {
2799
+ width: "24",
2800
+ height: "24",
2801
+ viewBox: "0 0 24 24",
2802
+ fill: "none",
2803
+ xmlns: "http://www.w3.org/2000/svg",
2804
+ className,
2805
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2806
+ "path",
2807
+ {
2808
+ d: "M6.72 13.829C6.48 13.859 6.24 13.891 6 13.925M6.72 13.829C10.2263 13.3891 13.7737 13.3891 17.28 13.829M6.72 13.829L6.34 18M17.28 13.829C17.52 13.859 17.76 13.891 18 13.925M17.28 13.829L17.66 18L17.889 20.523C17.9032 20.6787 17.8848 20.8356 17.8349 20.9837C17.7851 21.1319 17.7049 21.268 17.5995 21.3834C17.4942 21.4989 17.3659 21.5911 17.2229 21.6542C17.0799 21.7173 16.9253 21.7499 16.769 21.75H7.231C6.569 21.75 6.051 21.182 6.111 20.523L6.34 18M6.34 18H5.25C4.65326 18 4.08097 17.7629 3.65901 17.341C3.23705 16.919 3 16.3467 3 15.75V9.456C3 8.375 3.768 7.441 4.837 7.281C5.47295 7.18587 6.11074 7.10352 6.75 7.034M17.658 18H18.749C19.0446 18.0001 19.3372 17.942 19.6103 17.829C19.8834 17.716 20.1316 17.5503 20.3406 17.3413C20.5497 17.1324 20.7155 16.8843 20.8286 16.6113C20.9418 16.3382 21 16.0456 21 15.75V9.456C21 8.375 20.232 7.441 19.163 7.281C18.5271 7.18588 17.8893 7.10353 17.25 7.034M17.25 7.034C13.7603 6.6543 10.2397 6.6543 6.75 7.034M17.25 7.034V3.375C17.25 2.754 16.746 2.25 16.125 2.25H7.875C7.254 2.25 6.75 2.754 6.75 3.375V7.034M18 10.5H18.008V10.508H18V10.5ZM15 10.5H15.008V10.508H15V10.5Z",
2809
+ stroke: "currentColor",
2810
+ strokeLinecap: "round",
2811
+ strokeLinejoin: "round"
2812
+ }
2813
+ )
2814
+ }
2815
+ );
2816
+ },
2817
+ power: ({ className, fill }) => {
2818
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2819
+ "svg",
2820
+ {
2821
+ width: "24",
2822
+ height: "24",
2823
+ viewBox: "0 0 24 24",
2824
+ fill: "none",
2825
+ xmlns: "http://www.w3.org/2000/svg",
2826
+ className,
2827
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2828
+ "path",
2829
+ {
2830
+ d: "M5.636 5.636C4.37734 6.89468 3.52019 8.49832 3.17293 10.2442C2.82567 11.99 3.00391 13.7996 3.6851 15.4441C4.36629 17.0886 5.51984 18.4942 6.99988 19.4832C8.47992 20.4721 10.22 20.9999 12 20.9999C13.78 20.9999 15.5201 20.4721 17.0001 19.4832C18.4802 18.4942 19.6337 17.0886 20.3149 15.4441C20.9961 13.7996 21.1743 11.99 20.8271 10.2442C20.4798 8.49832 19.6227 6.89468 18.364 5.636M12 3V12",
2831
+ stroke: "currentColor",
2832
+ strokeLinecap: "round",
2833
+ strokeLinejoin: "round"
2834
+ }
2835
+ )
2836
+ }
2837
+ );
2838
+ },
2839
+ trash: ({ className, fill }) => {
2840
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2841
+ "svg",
2842
+ {
2843
+ width: "24",
2844
+ height: "24",
2845
+ viewBox: "0 0 24 24",
2846
+ fill: "none",
2847
+ xmlns: "http://www.w3.org/2000/svg",
2848
+ className,
2849
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2850
+ "path",
2851
+ {
2852
+ fillRule: "evenodd",
2853
+ clipRule: "evenodd",
2854
+ d: "M16.5 4.47795V4.70495C17.799 4.82373 19.0927 4.99454 20.378 5.21695C20.4751 5.23376 20.5678 5.26952 20.6511 5.32218C20.7343 5.37485 20.8063 5.4434 20.8631 5.52391C20.9198 5.60441 20.9601 5.69531 20.9817 5.7914C21.0033 5.88749 21.0058 5.9869 20.989 6.08395C20.9722 6.18099 20.9364 6.27378 20.8838 6.35701C20.8311 6.44023 20.7626 6.51227 20.682 6.56901C20.6015 6.62575 20.5106 6.66607 20.4146 6.68768C20.3185 6.70929 20.2191 6.71176 20.122 6.69495L19.913 6.65995L18.908 19.7299C18.8501 20.4835 18.5098 21.1875 17.9553 21.701C17.4008 22.2146 16.6728 22.4999 15.917 22.4999H8.08401C7.3282 22.4999 6.60026 22.2146 6.04573 21.701C5.4912 21.1875 5.15095 20.4835 5.09301 19.7299L4.08701 6.65995L3.87801 6.69495C3.78096 6.71176 3.68155 6.70929 3.58546 6.68768C3.48937 6.66607 3.39847 6.62575 3.31796 6.56901C3.15537 6.45442 3.04495 6.27994 3.01101 6.08395C2.97706 5.88795 3.02236 5.6865 3.13694 5.52391C3.25153 5.36131 3.42601 5.2509 3.62201 5.21695C4.90727 4.99427 6.20099 4.82347 7.50001 4.70495V4.47795C7.50001 2.91395 8.71301 1.57795 10.316 1.52695C11.4387 1.49102 12.5623 1.49102 13.685 1.52695C15.288 1.57795 16.5 2.91395 16.5 4.47795ZM10.364 3.02595C11.4547 2.99106 12.5463 2.99106 13.637 3.02595C14.39 3.04995 15 3.68395 15 4.47795V4.59095C13.0018 4.46959 10.9982 4.46959 9.00001 4.59095V4.47795C9.00001 3.68395 9.60901 3.04995 10.364 3.02595ZM10.009 8.97095C10.0052 8.87246 9.98203 8.77568 9.94082 8.68614C9.89961 8.59661 9.84117 8.51606 9.76883 8.44911C9.69649 8.38216 9.61168 8.33011 9.51923 8.29594C9.42678 8.26177 9.3285 8.24614 9.23001 8.24995C9.13152 8.25376 9.03474 8.27693 8.9452 8.31814C8.85567 8.35935 8.77512 8.41779 8.70817 8.49012C8.64122 8.56246 8.58917 8.64728 8.555 8.73973C8.52083 8.83218 8.5052 8.93046 8.50901 9.02895L8.85601 18.0289C8.8637 18.2277 8.95004 18.4153 9.09604 18.5504C9.16833 18.6173 9.25309 18.6693 9.34548 18.7035C9.43787 18.7376 9.53608 18.7533 9.63451 18.7494C9.73293 18.7456 9.82964 18.7225 9.91912 18.6813C10.0086 18.6401 10.0891 18.5817 10.156 18.5094C10.2229 18.4371 10.2749 18.3524 10.3091 18.26C10.3432 18.1676 10.3588 18.0694 10.355 17.9709L10.009 8.97095ZM15.489 9.02895C15.4963 8.92857 15.4834 8.82773 15.4509 8.73246C15.4185 8.63719 15.3672 8.54942 15.3001 8.47439C15.233 8.39936 15.1515 8.3386 15.0604 8.29574C14.9694 8.25287 14.8706 8.22877 14.77 8.22488C14.6694 8.22098 14.5691 8.23737 14.475 8.27307C14.3809 8.30877 14.2949 8.36304 14.2222 8.43266C14.1496 8.50227 14.0916 8.58581 14.0519 8.67829C14.0122 8.77077 13.9915 8.8703 13.991 8.97095L13.644 17.9709C13.6363 18.1699 13.708 18.3637 13.8432 18.5098C13.9784 18.6559 14.1661 18.7423 14.365 18.7499C14.5639 18.7576 14.7577 18.686 14.9038 18.5508C15.0499 18.4156 15.1363 18.2279 15.144 18.0289L15.489 9.02895Z",
2855
+ fill: "currentColor"
2856
+ }
2857
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2858
+ "path",
2859
+ {
2860
+ d: "M14.74 9.00003L14.394 18M9.606 18L9.26 9.00003M19.228 5.79003C19.57 5.84203 19.91 5.89703 20.25 5.95603M19.228 5.79003L18.16 19.673C18.1164 20.2383 17.8611 20.7662 17.445 21.1513C17.029 21.5364 16.4829 21.7502 15.916 21.75H8.084C7.5171 21.7502 6.97102 21.5364 6.55498 21.1513C6.13894 20.7662 5.88359 20.2383 5.84 19.673L4.772 5.79003M19.228 5.79003C18.0739 5.61555 16.9138 5.48313 15.75 5.39303M4.772 5.79003C4.43 5.84103 4.09 5.89603 3.75 5.95503M4.772 5.79003C5.92613 5.61555 7.08623 5.48313 8.25 5.39303M15.75 5.39303V4.47703C15.75 3.29703 14.84 2.31303 13.66 2.27603C12.5536 2.24067 11.4464 2.24067 10.34 2.27603C9.16 2.31303 8.25 3.29803 8.25 4.47703V5.39303M15.75 5.39303C13.2537 5.20011 10.7463 5.20011 8.25 5.39303",
2861
+ stroke: "currentColor",
2862
+ strokeLinecap: "round",
2863
+ strokeLinejoin: "round"
2864
+ }
2865
+ )
2866
+ }
2867
+ );
2868
+ },
2869
+ setting: ({ className, fill }) => {
2870
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2871
+ "svg",
2872
+ {
2873
+ width: "24",
2874
+ height: "24",
2875
+ viewBox: "0 0 24 24",
2876
+ fill: "none",
2877
+ xmlns: "http://www.w3.org/2000/svg",
2878
+ className,
2879
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2880
+ "path",
2881
+ {
2882
+ fillRule: "evenodd",
2883
+ clipRule: "evenodd",
2884
+ d: "M11.828 2.25C10.912 2.25 10.129 2.913 9.978 3.817L9.887 4.366C9.86178 4.50381 9.80072 4.63255 9.70997 4.73927C9.61921 4.846 9.50196 4.92696 9.37 4.974C9.20842 5.03445 9.04899 5.10049 8.892 5.172C8.76539 5.23219 8.62516 5.25797 8.48542 5.24673C8.34568 5.2355 8.21137 5.18765 8.096 5.108L7.643 4.784C7.28179 4.52594 6.84074 4.4044 6.39833 4.44103C5.95592 4.47765 5.54086 4.67005 5.227 4.984L4.984 5.227C4.67005 5.54086 4.47765 5.95592 4.44103 6.39833C4.4044 6.84074 4.52594 7.28179 4.784 7.643L5.108 8.096C5.18765 8.21137 5.2355 8.34568 5.24673 8.48542C5.25797 8.62516 5.23219 8.76539 5.172 8.892C5.10048 9.04899 5.03444 9.20842 4.974 9.37C4.92696 9.50196 4.846 9.61921 4.73927 9.70997C4.63255 9.80072 4.50381 9.86178 4.366 9.887L3.816 9.979C3.37842 10.0521 2.98094 10.278 2.69421 10.6166C2.40748 10.9551 2.25009 11.3844 2.25 11.828V12.172C2.25 13.088 2.913 13.871 3.817 14.022L4.366 14.113C4.647 14.16 4.874 14.363 4.974 14.63C5.034 14.792 5.101 14.951 5.172 15.108C5.23219 15.2346 5.25797 15.3748 5.24673 15.5146C5.2355 15.6543 5.18765 15.7886 5.108 15.904L4.784 16.357C4.52594 16.7182 4.4044 17.1593 4.44103 17.6017C4.47765 18.0441 4.67005 18.4591 4.984 18.773L5.227 19.016C5.875 19.664 6.897 19.749 7.643 19.216L8.096 18.892C8.21137 18.8124 8.34568 18.7645 8.48542 18.7533C8.62516 18.742 8.76539 18.7678 8.892 18.828C9.049 18.899 9.208 18.965 9.37 19.026C9.637 19.126 9.84 19.353 9.887 19.634L9.979 20.184C10.129 21.087 10.911 21.75 11.828 21.75H12.172C13.088 21.75 13.871 21.087 14.022 20.183L14.113 19.634C14.1382 19.4962 14.1993 19.3675 14.29 19.2607C14.3808 19.154 14.498 19.073 14.63 19.026C14.7916 18.9655 14.951 18.8995 15.108 18.828C15.2346 18.7678 15.3748 18.742 15.5146 18.7533C15.6543 18.7645 15.7886 18.8124 15.904 18.892L16.357 19.216C16.7182 19.4741 17.1593 19.5956 17.6017 19.559C18.0441 19.5224 18.4591 19.3299 18.773 19.016L19.016 18.773C19.664 18.125 19.749 17.103 19.216 16.357L18.892 15.904C18.8124 15.7886 18.7645 15.6543 18.7533 15.5146C18.742 15.3748 18.7678 15.2346 18.828 15.108C18.899 14.951 18.965 14.792 19.026 14.63C19.126 14.363 19.353 14.16 19.634 14.113L20.184 14.022C20.6218 13.9489 21.0194 13.7228 21.3061 13.3841C21.5929 13.0453 21.7502 12.6158 21.75 12.172V11.828C21.75 10.912 21.087 10.129 20.183 9.978L19.634 9.887C19.4962 9.86178 19.3675 9.80072 19.2607 9.70997C19.154 9.61921 19.073 9.50196 19.026 9.37C18.9655 9.20844 18.8995 9.04901 18.828 8.892C18.7678 8.76539 18.742 8.62516 18.7533 8.48542C18.7645 8.34568 18.8124 8.21137 18.892 8.096L19.216 7.643C19.4741 7.28179 19.5956 6.84074 19.559 6.39833C19.5224 5.95592 19.3299 5.54086 19.016 5.227L18.773 4.984C18.4591 4.67005 18.0441 4.47765 17.6017 4.44103C17.1593 4.4044 16.7182 4.52594 16.357 4.784L15.904 5.108C15.7886 5.18765 15.6543 5.2355 15.5146 5.24673C15.3748 5.25797 15.2346 5.23219 15.108 5.172C14.951 5.10049 14.7916 5.03445 14.63 4.974C14.498 4.92696 14.3808 4.846 14.29 4.73927C14.1993 4.63255 14.1382 4.50381 14.113 4.366L14.022 3.816C13.9489 3.37825 13.7228 2.98063 13.3841 2.69389C13.0453 2.40714 12.6158 2.24985 12.172 2.25H11.828ZM12 15.75C12.9946 15.75 13.9484 15.3549 14.6517 14.6517C15.3549 13.9484 15.75 12.9946 15.75 12C15.75 11.0054 15.3549 10.0516 14.6517 9.34835C13.9484 8.64509 12.9946 8.25 12 8.25C11.0054 8.25 10.0516 8.64509 9.34835 9.34835C8.64509 10.0516 8.25 11.0054 8.25 12C8.25 12.9946 8.64509 13.9484 9.34835 14.6517C10.0516 15.3549 11.0054 15.75 12 15.75Z",
2885
+ fill: "currentColor"
2886
+ }
2887
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
2888
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2889
+ "path",
2890
+ {
2891
+ d: "M10.343 3.94C10.433 3.398 10.903 3 11.453 3H12.546C13.096 3 13.566 3.398 13.656 3.94L13.805 4.834C13.875 5.258 14.189 5.598 14.585 5.764C14.983 5.928 15.44 5.906 15.79 5.656L16.527 5.129C16.7438 4.97405 17.0085 4.90107 17.274 4.92305C17.5395 4.94502 17.7887 5.06053 17.977 5.249L18.75 6.023C19.14 6.412 19.19 7.025 18.87 7.473L18.343 8.21C18.093 8.56 18.071 9.016 18.236 9.414C18.401 9.811 18.741 10.124 19.166 10.194L20.059 10.344C20.602 10.434 20.999 10.903 20.999 11.453V12.547C20.999 13.097 20.602 13.567 20.059 13.657L19.165 13.806C18.741 13.876 18.401 14.189 18.236 14.586C18.071 14.984 18.093 15.44 18.343 15.79L18.87 16.528C19.19 16.975 19.139 17.588 18.75 17.978L17.976 18.751C17.7877 18.9392 17.5388 19.0546 17.2735 19.0765C17.0082 19.0985 16.7437 19.0257 16.527 18.871L15.789 18.344C15.439 18.094 14.983 18.072 14.586 18.237C14.188 18.402 13.876 18.742 13.805 19.166L13.656 20.06C13.566 20.602 13.096 21 12.546 21H11.452C10.902 21 10.433 20.602 10.342 20.06L10.194 19.166C10.123 18.742 9.80999 18.402 9.41299 18.236C9.01499 18.072 8.55899 18.094 8.20899 18.344L7.47099 18.871C7.02399 19.191 6.41099 19.14 6.02099 18.751L5.24799 17.977C5.05952 17.7887 4.94401 17.5395 4.92204 17.274C4.90006 17.0085 4.97305 16.7438 5.12799 16.527L5.65499 15.79C5.90499 15.44 5.92699 14.984 5.76299 14.586C5.59799 14.189 5.25699 13.876 4.83299 13.806L3.93899 13.656C3.39699 13.566 2.99899 13.096 2.99899 12.547V11.453C2.99899 10.903 3.39699 10.433 3.93899 10.343L4.83299 10.194C5.25699 10.124 5.59799 9.811 5.76299 9.414C5.92799 9.016 5.90599 8.56 5.65499 8.21L5.12899 7.472C4.97405 7.25524 4.90106 6.99053 4.92304 6.72499C4.94501 6.45945 5.06052 6.21034 5.24899 6.022L6.02199 5.249C6.21033 5.06053 6.45945 4.94502 6.72498 4.92305C6.99052 4.90107 7.25524 4.97405 7.47199 5.129L8.20899 5.656C8.55899 5.906 9.01599 5.928 9.41299 5.763C9.80999 5.598 10.123 5.258 10.193 4.834L10.343 3.94Z",
2892
+ stroke: "currentColor",
2893
+ strokeLinecap: "round",
2894
+ strokeLinejoin: "round"
2895
+ }
2896
+ ),
2897
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2898
+ "path",
2899
+ {
2900
+ d: "M15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15C11.2044 15 10.4413 14.6839 9.87868 14.1213C9.31607 13.5587 9 12.7956 9 12C9 11.2044 9.31607 10.4413 9.87868 9.87868C10.4413 9.31607 11.2044 9 12 9C12.7956 9 13.5587 9.31607 14.1213 9.87868C14.6839 10.4413 15 11.2044 15 12Z",
2901
+ stroke: "currentColor",
2902
+ strokeLinecap: "round",
2903
+ strokeLinejoin: "round"
2904
+ }
2905
+ )
2906
+ ] })
2907
+ }
2908
+ );
2909
+ },
2910
+ "dot-circle": ({ className, fill }) => {
2911
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2912
+ "svg",
2913
+ {
2914
+ width: "24",
2915
+ height: "24",
2916
+ viewBox: "0 0 24 24",
2917
+ fill: "none",
2918
+ xmlns: "http://www.w3.org/2000/svg",
2919
+ className,
2920
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2921
+ "path",
2922
+ {
2923
+ fillRule: "evenodd",
2924
+ clipRule: "evenodd",
2925
+ d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM12 10.875C11.7016 10.875 11.4155 10.9935 11.2045 11.2045C10.9935 11.4155 10.875 11.7016 10.875 12C10.875 12.2984 10.9935 12.5845 11.2045 12.7955C11.4155 13.0065 11.7016 13.125 12 13.125C12.2984 13.125 12.5845 13.0065 12.7955 12.7955C13.0065 12.5845 13.125 12.2984 13.125 12C13.125 11.7016 13.0065 11.4155 12.7955 11.2045C12.5845 10.9935 12.2984 10.875 12 10.875ZM15.375 12C15.375 11.7016 15.4935 11.4155 15.7045 11.2045C15.9155 10.9935 16.2016 10.875 16.5 10.875C16.7984 10.875 17.0845 10.9935 17.2955 11.2045C17.5065 11.4155 17.625 11.7016 17.625 12C17.625 12.2984 17.5065 12.5845 17.2955 12.7955C17.0845 13.0065 16.7984 13.125 16.5 13.125C16.2016 13.125 15.9155 13.0065 15.7045 12.7955C15.4935 12.5845 15.375 12.2984 15.375 12ZM7.5 10.875C7.20163 10.875 6.91548 10.9935 6.7045 11.2045C6.49353 11.4155 6.375 11.7016 6.375 12C6.375 12.2984 6.49353 12.5845 6.7045 12.7955C6.91548 13.0065 7.20163 13.125 7.5 13.125C7.79837 13.125 8.08452 13.0065 8.2955 12.7955C8.50647 12.5845 8.625 12.2984 8.625 12C8.625 11.7016 8.50647 11.4155 8.2955 11.2045C8.08452 10.9935 7.79837 10.875 7.5 10.875Z",
2926
+ fill: "currentColor"
2927
+ }
2928
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2929
+ "path",
2930
+ {
2931
+ d: "M8.625 12C8.625 12.0995 8.58549 12.1948 8.51517 12.2652C8.44484 12.3355 8.34946 12.375 8.25 12.375C8.15054 12.375 8.05516 12.3355 7.98484 12.2652C7.91451 12.1948 7.875 12.0995 7.875 12C7.875 11.9005 7.91451 11.8052 7.98484 11.7348C8.05516 11.6645 8.15054 11.625 8.25 11.625C8.34946 11.625 8.44484 11.6645 8.51517 11.7348C8.58549 11.8052 8.625 11.9005 8.625 12ZM8.625 12H8.25M12.375 12C12.375 12.0995 12.3355 12.1948 12.2652 12.2652C12.1948 12.3355 12.0995 12.375 12 12.375C11.9005 12.375 11.8052 12.3355 11.7348 12.2652C11.6645 12.1948 11.625 12.0995 11.625 12C11.625 11.9005 11.6645 11.8052 11.7348 11.7348C11.8052 11.6645 11.9005 11.625 12 11.625C12.0995 11.625 12.1948 11.6645 12.2652 11.7348C12.3355 11.8052 12.375 11.9005 12.375 12ZM12.375 12H12M16.125 12C16.125 12.0995 16.0855 12.1948 16.0152 12.2652C15.9448 12.3355 15.8495 12.375 15.75 12.375C15.6505 12.375 15.5552 12.3355 15.4848 12.2652C15.4145 12.1948 15.375 12.0995 15.375 12C15.375 11.9005 15.4145 11.8052 15.4848 11.7348C15.5552 11.6645 15.6505 11.625 15.75 11.625C15.8495 11.625 15.9448 11.6645 16.0152 11.7348C16.0855 11.8052 16.125 11.9005 16.125 12ZM16.125 12H15.75M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
2932
+ stroke: "currentColor",
2933
+ strokeLinecap: "round",
2934
+ strokeLinejoin: "round"
2935
+ }
2936
+ )
2937
+ }
2938
+ );
2939
+ },
2940
+ "dot-horizontal": ({ className, fill }) => {
2941
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2942
+ "svg",
2943
+ {
2944
+ width: "24",
2945
+ height: "24",
2946
+ viewBox: "0 0 24 24",
2947
+ fill: "none",
2948
+ xmlns: "http://www.w3.org/2000/svg",
2949
+ className,
2950
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2951
+ "path",
2952
+ {
2953
+ d: "M6.75 12C6.75 12.1989 6.67098 12.3897 6.53033 12.5303C6.38968 12.671 6.19891 12.75 6 12.75C5.80109 12.75 5.61032 12.671 5.46967 12.5303C5.32902 12.3897 5.25 12.1989 5.25 12C5.25 11.8011 5.32902 11.6103 5.46967 11.4697C5.61032 11.329 5.80109 11.25 6 11.25C6.19891 11.25 6.38968 11.329 6.53033 11.4697C6.67098 11.6103 6.75 11.8011 6.75 12ZM12.75 12C12.75 12.1989 12.671 12.3897 12.5303 12.5303C12.3897 12.671 12.1989 12.75 12 12.75C11.8011 12.75 11.6103 12.671 11.4697 12.5303C11.329 12.3897 11.25 12.1989 11.25 12C11.25 11.8011 11.329 11.6103 11.4697 11.4697C11.6103 11.329 11.8011 11.25 12 11.25C12.1989 11.25 12.3897 11.329 12.5303 11.4697C12.671 11.6103 12.75 11.8011 12.75 12ZM18.75 12C18.75 12.1989 18.671 12.3897 18.5303 12.5303C18.3897 12.671 18.1989 12.75 18 12.75C17.8011 12.75 17.6103 12.671 17.4697 12.5303C17.329 12.3897 17.25 12.1989 17.25 12C17.25 11.8011 17.329 11.6103 17.4697 11.4697C17.6103 11.329 17.8011 11.25 18 11.25C18.1989 11.25 18.3897 11.329 18.5303 11.4697C18.671 11.6103 18.75 11.8011 18.75 12Z",
2954
+ stroke: "currentColor",
2955
+ strokeLinecap: "round",
2956
+ strokeLinejoin: "round"
2957
+ }
2958
+ )
2959
+ }
2960
+ );
2961
+ },
2962
+ "dot-vertical": ({ className, fill }) => {
2963
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2964
+ "svg",
2965
+ {
2966
+ width: "24",
2967
+ height: "24",
2968
+ viewBox: "0 0 24 24",
2969
+ fill: "none",
2970
+ xmlns: "http://www.w3.org/2000/svg",
2971
+ className,
2972
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2973
+ "path",
2974
+ {
2975
+ d: "M12 6.75C11.8011 6.75 11.6103 6.67098 11.4697 6.53033C11.329 6.38968 11.25 6.19891 11.25 6C11.25 5.80109 11.329 5.61032 11.4697 5.46967C11.6103 5.32902 11.8011 5.25 12 5.25C12.1989 5.25 12.3897 5.32902 12.5303 5.46967C12.671 5.61032 12.75 5.80109 12.75 6C12.75 6.19891 12.671 6.38968 12.5303 6.53033C12.3897 6.67098 12.1989 6.75 12 6.75ZM12 12.75C11.8011 12.75 11.6103 12.671 11.4697 12.5303C11.329 12.3897 11.25 12.1989 11.25 12C11.25 11.8011 11.329 11.6103 11.4697 11.4697C11.6103 11.329 11.8011 11.25 12 11.25C12.1989 11.25 12.3897 11.329 12.5303 11.4697C12.671 11.6103 12.75 11.8011 12.75 12C12.75 12.1989 12.671 12.3897 12.5303 12.5303C12.3897 12.671 12.1989 12.75 12 12.75ZM12 18.75C11.8011 18.75 11.6103 18.671 11.4697 18.5303C11.329 18.3897 11.25 18.1989 11.25 18C11.25 17.8011 11.329 17.6103 11.4697 17.4697C11.6103 17.329 11.8011 17.25 12 17.25C12.1989 17.25 12.3897 17.329 12.5303 17.4697C12.671 17.6103 12.75 17.8011 12.75 18C12.75 18.1989 12.671 18.3897 12.5303 18.5303C12.3897 18.671 12.1989 18.75 12 18.75Z",
2976
+ stroke: "currentColor",
2977
+ strokeLinecap: "round",
2978
+ strokeLinejoin: "round"
2979
+ }
2980
+ )
2981
+ }
2982
+ );
2983
+ },
2984
+ upload: ({ className, fill }) => {
2985
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2986
+ "svg",
2987
+ {
2988
+ width: "24",
2989
+ height: "24",
2990
+ viewBox: "0 0 24 24",
2991
+ fill: "none",
2992
+ xmlns: "http://www.w3.org/2000/svg",
2993
+ className,
2994
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
2995
+ "path",
2996
+ {
2997
+ d: "M3 16.5V18.75C3 19.3467 3.23705 19.919 3.65901 20.341C4.08097 20.7629 4.65326 21 5.25 21H18.75C19.3467 21 19.919 20.7629 20.341 20.341C20.7629 19.919 21 19.3467 21 18.75V16.5M7.5 7.5L12 3M12 3L16.5 7.5M12 3V16.5",
2998
+ stroke: "currentColor",
2999
+ strokeLinecap: "round",
3000
+ strokeLinejoin: "round"
3001
+ }
3002
+ )
3003
+ }
3004
+ );
3005
+ },
3006
+ download: ({ className, fill }) => {
3007
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3008
+ "svg",
3009
+ {
3010
+ width: "24",
3011
+ height: "24",
3012
+ viewBox: "0 0 24 24",
3013
+ fill: "none",
3014
+ xmlns: "http://www.w3.org/2000/svg",
3015
+ className,
3016
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3017
+ "path",
3018
+ {
3019
+ d: "M3 16.5V18.75C3 19.3467 3.23705 19.919 3.65901 20.341C4.08097 20.7629 4.65326 21 5.25 21H18.75C19.3467 21 19.919 20.7629 20.341 20.341C20.7629 19.919 21 19.3467 21 18.75V16.5M16.5 12L12 16.5M12 16.5L7.5 12M12 16.5V3",
3020
+ stroke: "currentColor",
3021
+ strokeLinecap: "round",
3022
+ strokeLinejoin: "round"
3023
+ }
3024
+ )
3025
+ }
3026
+ );
3027
+ },
3028
+ "upload-square": ({ className, fill }) => {
3029
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3030
+ "svg",
3031
+ {
3032
+ width: "24",
3033
+ height: "24",
3034
+ viewBox: "0 0 24 24",
3035
+ fill: "none",
3036
+ xmlns: "http://www.w3.org/2000/svg",
3037
+ className,
3038
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3039
+ "path",
3040
+ {
3041
+ d: "M11.47 1.71983C11.6106 1.57938 11.8012 1.50049 12 1.50049C12.1988 1.50049 12.3894 1.57938 12.53 1.71983L15.53 4.71983C15.6625 4.862 15.7346 5.05005 15.7312 5.24435C15.7277 5.43865 15.649 5.62404 15.5116 5.76145C15.3742 5.89886 15.1888 5.97758 14.9945 5.981C14.8002 5.98443 14.6122 5.91231 14.47 5.77983L12.75 4.05983V7.49983H11.25V4.05983L9.53 5.77983C9.38783 5.91231 9.19978 5.98443 9.00548 5.981C8.81118 5.97758 8.62579 5.89886 8.48838 5.76145C8.35097 5.62404 8.27225 5.43865 8.26882 5.24435C8.2654 5.05005 8.33752 4.862 8.47 4.71983L11.47 1.71983ZM11.25 7.49983V14.9998C11.25 15.1987 11.329 15.3895 11.4697 15.5302C11.6103 15.6708 11.8011 15.7498 12 15.7498C12.1989 15.7498 12.3897 15.6708 12.5303 15.5302C12.671 15.3895 12.75 15.1987 12.75 14.9998V7.49983H16.5C17.2956 7.49983 18.0587 7.8159 18.6213 8.37851C19.1839 8.94112 19.5 9.70418 19.5 10.4998V19.4998C19.5 20.2955 19.1839 21.0585 18.6213 21.6211C18.0587 22.1838 17.2956 22.4998 16.5 22.4998H7.5C6.70435 22.4998 5.94129 22.1838 5.37868 21.6211C4.81607 21.0585 4.5 20.2955 4.5 19.4998V10.4998C4.5 9.70418 4.81607 8.94112 5.37868 8.37851C5.94129 7.8159 6.70435 7.49983 7.5 7.49983H11.25Z",
3042
+ fill: "currentColor"
3043
+ }
3044
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3045
+ "path",
3046
+ {
3047
+ d: "M9 8.25H7.5C6.90326 8.25 6.33097 8.48705 5.90901 8.90901C5.48705 9.33097 5.25 9.90326 5.25 10.5V19.5C5.25 20.0967 5.48705 20.669 5.90901 21.091C6.33097 21.5129 6.90326 21.75 7.5 21.75H16.5C17.0967 21.75 17.669 21.5129 18.091 21.091C18.5129 20.669 18.75 20.0967 18.75 19.5V10.5C18.75 9.90326 18.5129 9.33097 18.091 8.90901C17.669 8.48705 17.0967 8.25 16.5 8.25H15M15 5.25L12 2.25M12 2.25L9 5.25M12 2.25V15",
3048
+ stroke: "currentColor",
3049
+ strokeLinecap: "round",
3050
+ strokeLinejoin: "round"
3051
+ }
3052
+ )
3053
+ }
3054
+ );
3055
+ },
3056
+ "download-square": ({ className, fill }) => {
3057
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3058
+ "svg",
3059
+ {
3060
+ width: "24",
3061
+ height: "24",
3062
+ viewBox: "0 0 24 24",
3063
+ fill: "none",
3064
+ xmlns: "http://www.w3.org/2000/svg",
3065
+ className,
3066
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3067
+ "path",
3068
+ {
3069
+ d: "M12 1.5C12.1989 1.5 12.3897 1.57902 12.5303 1.71967C12.671 1.86032 12.75 2.05109 12.75 2.25V7.5H11.25V2.25C11.25 2.05109 11.329 1.86032 11.4697 1.71967C11.6103 1.57902 11.8011 1.5 12 1.5ZM11.25 7.5V13.19L9.53 11.47C9.38783 11.3375 9.19978 11.2654 9.00548 11.2688C8.81118 11.2723 8.62579 11.351 8.48838 11.4884C8.35097 11.6258 8.27225 11.8112 8.26882 12.0055C8.2654 12.1998 8.33752 12.3878 8.47 12.53L11.47 15.53C11.6106 15.6705 11.8012 15.7493 12 15.7493C12.1988 15.7493 12.3894 15.6705 12.53 15.53L15.53 12.53C15.6037 12.4613 15.6628 12.3785 15.7038 12.2865C15.7448 12.1945 15.7668 12.0952 15.7686 11.9945C15.7704 11.8938 15.7518 11.7938 15.7141 11.7004C15.6764 11.607 15.6203 11.5222 15.549 11.451C15.4778 11.3797 15.393 11.3236 15.2996 11.2859C15.2062 11.2482 15.1062 11.2296 15.0055 11.2314C14.9048 11.2332 14.8055 11.2552 14.7135 11.2962C14.6215 11.3372 14.5387 11.3963 14.47 11.47L12.75 13.19V7.5H16.5C17.2956 7.5 18.0587 7.81607 18.6213 8.37868C19.1839 8.94129 19.5 9.70435 19.5 10.5V19.5C19.5 20.2956 19.1839 21.0587 18.6213 21.6213C18.0587 22.1839 17.2956 22.5 16.5 22.5H7.5C6.70435 22.5 5.94129 22.1839 5.37868 21.6213C4.81607 21.0587 4.5 20.2956 4.5 19.5V10.5C4.5 9.70435 4.81607 8.94129 5.37868 8.37868C5.94129 7.81607 6.70435 7.5 7.5 7.5H11.25Z",
3070
+ fill: "currentColor"
3071
+ }
3072
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3073
+ "path",
3074
+ {
3075
+ d: "M9 8.25H7.5C6.90326 8.25 6.33097 8.48705 5.90901 8.90901C5.48705 9.33097 5.25 9.90326 5.25 10.5V19.5C5.25 20.0967 5.48705 20.669 5.90901 21.091C6.33097 21.5129 6.90326 21.75 7.5 21.75H16.5C17.0967 21.75 17.669 21.5129 18.091 21.091C18.5129 20.669 18.75 20.0967 18.75 19.5V10.5C18.75 9.90326 18.5129 9.33097 18.091 8.90901C17.669 8.48705 17.0967 8.25 16.5 8.25H15M9 12L12 15M12 15L15 12M12 15V2.25",
3076
+ stroke: "currentColor",
3077
+ strokeLinecap: "round",
3078
+ strokeLinejoin: "round"
3079
+ }
3080
+ )
3081
+ }
3082
+ );
3083
+ },
3084
+ search: ({ className, fill }) => {
3085
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3086
+ "svg",
3087
+ {
3088
+ width: "24",
3089
+ height: "24",
3090
+ viewBox: "0 0 24 24",
3091
+ fill: "none",
3092
+ xmlns: "http://www.w3.org/2000/svg",
3093
+ className,
3094
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3095
+ "path",
3096
+ {
3097
+ d: "M21 21L15.803 15.803M15.803 15.803C17.2096 14.3965 17.9998 12.4887 17.9998 10.4995C17.9998 8.51035 17.2096 6.60262 15.803 5.19605C14.3964 3.78947 12.4887 2.99927 10.4995 2.99927C8.51029 2.99927 6.60256 3.78947 5.19599 5.19605C3.78941 6.60262 2.99921 8.51035 2.99921 10.4995C2.99921 12.4887 3.78941 14.3965 5.19599 15.803C6.60256 17.2096 8.51029 17.9998 10.4995 17.9998C12.4887 17.9998 14.3964 17.2096 15.803 15.803Z",
3098
+ stroke: "currentColor",
3099
+ strokeLinecap: "round",
3100
+ strokeLinejoin: "round"
3101
+ }
3102
+ )
3103
+ }
3104
+ );
3105
+ },
3106
+ // ** Annotation **
3107
+ "zoom-in": ({ className, fill }) => {
3108
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3109
+ "svg",
3110
+ {
3111
+ width: "24",
3112
+ height: "24",
3113
+ viewBox: "0 0 24 24",
3114
+ fill: "none",
3115
+ xmlns: "http://www.w3.org/2000/svg",
3116
+ className,
3117
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3118
+ "path",
3119
+ {
3120
+ d: "M21 21L15.803 15.803M15.803 15.803C17.2096 14.3965 17.9998 12.4887 17.9998 10.4995C17.9998 8.51035 17.2096 6.60262 15.803 5.19605C14.3964 3.78947 12.4887 2.99927 10.4995 2.99927C8.51029 2.99927 6.60256 3.78947 5.19599 5.19605C3.78941 6.60262 2.99921 8.51035 2.99921 10.4995C2.99921 12.4887 3.78941 14.3965 5.19599 15.803C6.60256 17.2096 8.51029 17.9998 10.4995 17.9998C12.4887 17.9998 14.3964 17.2096 15.803 15.803ZM10.5 7.50005V13.5M13.5 10.5H7.49999",
3121
+ stroke: "currentColor",
3122
+ strokeLinecap: "round",
3123
+ strokeLinejoin: "round"
3124
+ }
3125
+ )
3126
+ }
3127
+ );
3128
+ },
3129
+ "zoom-out": ({ className, fill }) => {
3130
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3131
+ "svg",
3132
+ {
3133
+ width: "24",
3134
+ height: "24",
3135
+ viewBox: "0 0 24 24",
3136
+ fill: "none",
3137
+ xmlns: "http://www.w3.org/2000/svg",
3138
+ className,
3139
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3140
+ "path",
3141
+ {
3142
+ d: "M21 21L15.803 15.803M15.803 15.803C17.2096 14.3965 17.9998 12.4887 17.9998 10.4995C17.9998 8.51035 17.2096 6.60262 15.803 5.19605C14.3964 3.78947 12.4887 2.99927 10.4995 2.99927C8.51029 2.99927 6.60256 3.78947 5.19599 5.19605C3.78941 6.60262 2.99921 8.51035 2.99921 10.4995C2.99921 12.4887 3.78941 14.3965 5.19599 15.803C6.60256 17.2096 8.51029 17.9998 10.4995 17.9998C12.4887 17.9998 14.3964 17.2096 15.803 15.803ZM13.5 10.5H7.49999",
3143
+ stroke: "currentColor",
3144
+ strokeLinecap: "round",
3145
+ strokeLinejoin: "round"
3146
+ }
3147
+ )
3148
+ }
3149
+ );
3150
+ },
3151
+ // ** Filter **
3152
+ sparkle: ({ className, fill }) => {
3153
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3154
+ "svg",
3155
+ {
3156
+ width: "24",
3157
+ height: "24",
3158
+ viewBox: "0 0 24 24",
3159
+ fill: "none",
3160
+ xmlns: "http://www.w3.org/2000/svg",
3161
+ className,
3162
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3163
+ "path",
3164
+ {
3165
+ fillRule: "evenodd",
3166
+ clipRule: "evenodd",
3167
+ d: "M9.00001 4.5C9.16297 4.50003 9.32149 4.55315 9.45158 4.6513C9.58167 4.74945 9.67625 4.8873 9.72101 5.044L10.534 7.89C10.7091 8.50292 11.0375 9.0611 11.4882 9.51183C11.9389 9.96255 12.4971 10.2909 13.11 10.466L15.956 11.279C16.1126 11.3239 16.2503 11.4185 16.3484 11.5486C16.4464 11.6786 16.4995 11.8371 16.4995 12C16.4995 12.1629 16.4464 12.3214 16.3484 12.4514C16.2503 12.5815 16.1126 12.6761 15.956 12.721L13.11 13.534C12.4971 13.7091 11.9389 14.0374 11.4882 14.4882C11.0375 14.9389 10.7091 15.4971 10.534 16.11L9.72101 18.956C9.67615 19.1126 9.58153 19.2503 9.45145 19.3484C9.32137 19.4464 9.1629 19.4995 9.00001 19.4995C8.83711 19.4995 8.67865 19.4464 8.54857 19.3484C8.41849 19.2503 8.32387 19.1126 8.27901 18.956L7.46601 16.11C7.29096 15.4971 6.96256 14.9389 6.51184 14.4882C6.06111 14.0374 5.50293 13.7091 4.89001 13.534L2.04401 12.721C1.88741 12.6761 1.74968 12.5815 1.65163 12.4514C1.55358 12.3214 1.50055 12.1629 1.50055 12C1.50055 11.8371 1.55358 11.6786 1.65163 11.5486C1.74968 11.4185 1.88741 11.3239 2.04401 11.279L4.89001 10.466C5.50293 10.2909 6.06111 9.96255 6.51184 9.51183C6.96256 9.0611 7.29096 8.50292 7.46601 7.89L8.27901 5.044C8.32377 4.8873 8.41835 4.74945 8.54844 4.6513C8.67853 4.55315 8.83705 4.50003 9.00001 4.5ZM18 1.5C18.1673 1.49991 18.3299 1.55576 18.4618 1.65869C18.5937 1.76161 18.6874 1.90569 18.728 2.068L18.986 3.104C19.222 4.044 19.956 4.778 20.896 5.014L21.932 5.272C22.0946 5.31228 22.2391 5.40586 22.3423 5.5378C22.4456 5.66974 22.5017 5.83246 22.5017 6C22.5017 6.16754 22.4456 6.33026 22.3423 6.4622C22.2391 6.59414 22.0946 6.68772 21.932 6.728L20.896 6.986C19.956 7.222 19.222 7.956 18.986 8.896L18.728 9.932C18.6877 10.0946 18.5942 10.2391 18.4622 10.3423C18.3303 10.4456 18.1675 10.5017 18 10.5017C17.8325 10.5017 17.6698 10.4456 17.5378 10.3423C17.4059 10.2391 17.3123 10.0946 17.272 9.932L17.014 8.896C16.8986 8.43443 16.66 8.0129 16.3235 7.67648C15.9871 7.34005 15.5656 7.10139 15.104 6.986L14.068 6.728C13.9054 6.68772 13.7609 6.59414 13.6577 6.4622C13.5544 6.33026 13.4983 6.16754 13.4983 6C13.4983 5.83246 13.5544 5.66974 13.6577 5.5378C13.7609 5.40586 13.9054 5.31228 14.068 5.272L15.104 5.014C15.5656 4.89861 15.9871 4.65995 16.3235 4.32352C16.66 3.9871 16.8986 3.56557 17.014 3.104L17.272 2.068C17.3126 1.90569 17.4063 1.76161 17.5382 1.65869C17.6702 1.55576 17.8327 1.49991 18 1.5ZM16.5 15C16.6575 14.9999 16.8111 15.0494 16.9389 15.1415C17.0667 15.2336 17.1622 15.3636 17.212 15.513L17.606 16.696C17.756 17.143 18.106 17.495 18.554 17.644L19.737 18.039C19.886 18.089 20.0155 18.1845 20.1072 18.3121C20.199 18.4397 20.2483 18.5929 20.2483 18.75C20.2483 18.9071 20.199 19.0603 20.1072 19.1879C20.0155 19.3155 19.886 19.411 19.737 19.461L18.554 19.856C18.107 20.006 17.755 20.356 17.606 20.804L17.211 21.987C17.161 22.136 17.0655 22.2655 16.9379 22.3572C16.8103 22.4489 16.6571 22.4983 16.5 22.4983C16.3429 22.4983 16.1897 22.4489 16.0621 22.3572C15.9346 22.2655 15.839 22.136 15.789 21.987L15.394 20.804C15.3203 20.5833 15.1963 20.3827 15.0318 20.2182C14.8673 20.0537 14.6667 19.9297 14.446 19.856L13.263 19.461C13.114 19.411 12.9845 19.3155 12.8928 19.1879C12.8011 19.0603 12.7517 18.9071 12.7517 18.75C12.7517 18.5929 12.8011 18.4397 12.8928 18.3121C12.9845 18.1845 13.114 18.089 13.263 18.039L14.446 17.644C14.893 17.494 15.245 17.144 15.394 16.696L15.789 15.513C15.8387 15.3637 15.9341 15.2339 16.0617 15.1418C16.1893 15.0497 16.3427 15.0001 16.5 15Z",
3168
+ fill: "currentColor"
3169
+ }
3170
+ ) }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3171
+ "path",
3172
+ {
3173
+ d: "M9.813 15.904L9 18.75L8.187 15.904C7.97687 15.1689 7.5829 14.4994 7.04226 13.9587C6.50162 13.4181 5.83214 13.0241 5.097 12.814L2.25 12L5.096 11.187C5.83114 10.9769 6.50062 10.5829 7.04126 10.0423C7.5819 9.50162 7.97587 8.83214 8.186 8.097L9 5.25L9.813 8.096C10.0231 8.83114 10.4171 9.50062 10.9577 10.0413C11.4984 10.5819 12.1679 10.9759 12.903 11.186L15.75 12L12.904 12.813C12.1689 13.0231 11.4994 13.4171 10.9587 13.9577C10.4181 14.4984 10.0241 15.1679 9.814 15.903L9.813 15.904ZM18.259 8.715L18 9.75L17.741 8.715C17.5927 8.12159 17.286 7.57962 16.8536 7.14703C16.4212 6.71444 15.8794 6.40749 15.286 6.259L14.25 6L15.286 5.741C15.8794 5.59251 16.4212 5.28556 16.8536 4.85297C17.286 4.42038 17.5927 3.87841 17.741 3.285L18 2.25L18.259 3.285C18.4073 3.87854 18.7142 4.42059 19.1468 4.85319C19.5794 5.28579 20.1215 5.59267 20.715 5.741L21.75 6L20.715 6.259C20.1215 6.40733 19.5794 6.71421 19.1468 7.14681C18.7142 7.57941 18.4073 8.12147 18.259 8.715ZM16.894 20.567L16.5 21.75L16.106 20.567C15.9955 20.2356 15.8094 19.9345 15.5625 19.6875C15.3155 19.4406 15.0144 19.2545 14.683 19.144L13.5 18.75L14.683 18.356C15.0144 18.2455 15.3155 18.0594 15.5625 17.8125C15.8094 17.5655 15.9955 17.2644 16.106 16.933L16.5 15.75L16.894 16.933C17.0045 17.2644 17.1906 17.5655 17.4375 17.8125C17.6845 18.0594 17.9856 18.2455 18.317 18.356L19.5 18.75L18.317 19.144C17.9856 19.2545 17.6845 19.4406 17.4375 19.6875C17.1906 19.9345 17.0045 20.2356 16.894 20.567Z",
3174
+ stroke: "currentColor",
3175
+ strokeLinecap: "round",
3176
+ strokeLinejoin: "round"
3177
+ }
3178
+ )
3179
+ }
3180
+ );
3181
+ },
3182
+ "adjust-horizontal": ({ className, fill }) => {
3183
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3184
+ "svg",
3185
+ {
3186
+ width: "24",
3187
+ height: "24",
3188
+ viewBox: "0 0 24 24",
3189
+ fill: "none",
3190
+ xmlns: "http://www.w3.org/2000/svg",
3191
+ className,
3192
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3193
+ "path",
3194
+ {
3195
+ d: "M18.75 12.75H20.25C20.4489 12.75 20.6397 12.671 20.7803 12.5303C20.921 12.3897 21 12.1989 21 12C21 11.8011 20.921 11.6103 20.7803 11.4697C20.6397 11.329 20.4489 11.25 20.25 11.25H18.75C18.5511 11.25 18.3603 11.329 18.2197 11.4697C18.079 11.6103 18 11.8011 18 12C18 12.1989 18.079 12.3897 18.2197 12.5303C18.3603 12.671 18.5511 12.75 18.75 12.75ZM12 6C12 5.80109 12.079 5.61032 12.2197 5.46967C12.3603 5.32902 12.5511 5.25 12.75 5.25H20.25C20.4489 5.25 20.6397 5.32902 20.7803 5.46967C20.921 5.61032 21 5.80109 21 6C21 6.19891 20.921 6.38968 20.7803 6.53033C20.6397 6.67098 20.4489 6.75 20.25 6.75H12.75C12.5511 6.75 12.3603 6.67098 12.2197 6.53033C12.079 6.38968 12 6.19891 12 6ZM12 18C12 17.8011 12.079 17.6103 12.2197 17.4697C12.3603 17.329 12.5511 17.25 12.75 17.25H20.25C20.4489 17.25 20.6397 17.329 20.7803 17.4697C20.921 17.6103 21 17.8011 21 18C21 18.1989 20.921 18.3897 20.7803 18.5303C20.6397 18.671 20.4489 18.75 20.25 18.75H12.75C12.5511 18.75 12.3603 18.671 12.2197 18.5303C12.079 18.3897 12 18.1989 12 18ZM3.75 6.75H5.25C5.44891 6.75 5.63968 6.67098 5.78033 6.53033C5.92098 6.38968 6 6.19891 6 6C6 5.80109 5.92098 5.61032 5.78033 5.46967C5.63968 5.32902 5.44891 5.25 5.25 5.25H3.75C3.55109 5.25 3.36032 5.32902 3.21967 5.46967C3.07902 5.61032 3 5.80109 3 6C3 6.19891 3.07902 6.38968 3.21967 6.53033C3.36032 6.67098 3.55109 6.75 3.75 6.75ZM5.25 18.75H3.75C3.55109 18.75 3.36032 18.671 3.21967 18.5303C3.07902 18.3897 3 18.1989 3 18C3 17.8011 3.07902 17.6103 3.21967 17.4697C3.36032 17.329 3.55109 17.25 3.75 17.25H5.25C5.44891 17.25 5.63968 17.329 5.78033 17.4697C5.92098 17.6103 6 17.8011 6 18C6 18.1989 5.92098 18.3897 5.78033 18.5303C5.63968 18.671 5.44891 18.75 5.25 18.75ZM3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H11.25C11.4489 11.25 11.6397 11.329 11.7803 11.4697C11.921 11.6103 12 11.8011 12 12C12 12.1989 11.921 12.3897 11.7803 12.5303C11.6397 12.671 11.4489 12.75 11.25 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12ZM9 3.75C8.40326 3.75 7.83097 3.98705 7.40901 4.40901C6.98705 4.83097 6.75 5.40326 6.75 6C6.75 6.59674 6.98705 7.16903 7.40901 7.59099C7.83097 8.01295 8.40326 8.25 9 8.25C9.59674 8.25 10.169 8.01295 10.591 7.59099C11.0129 7.16903 11.25 6.59674 11.25 6C11.25 5.40326 11.0129 4.83097 10.591 4.40901C10.169 3.98705 9.59674 3.75 9 3.75ZM12.75 12C12.75 11.4033 12.9871 10.831 13.409 10.409C13.831 9.98705 14.4033 9.75 15 9.75C15.5967 9.75 16.169 9.98705 16.591 10.409C17.0129 10.831 17.25 11.4033 17.25 12C17.25 12.5967 17.0129 13.169 16.591 13.591C16.169 14.0129 15.5967 14.25 15 14.25C14.4033 14.25 13.831 14.0129 13.409 13.591C12.9871 13.169 12.75 12.5967 12.75 12ZM9 15.75C8.40326 15.75 7.83097 15.9871 7.40901 16.409C6.98705 16.831 6.75 17.4033 6.75 18C6.75 18.5967 6.98705 19.169 7.40901 19.591C7.83097 20.0129 8.40326 20.25 9 20.25C9.59674 20.25 10.169 20.0129 10.591 19.591C11.0129 19.169 11.25 18.5967 11.25 18C11.25 17.4033 11.0129 16.831 10.591 16.409C10.169 15.9871 9.59674 15.75 9 15.75Z",
3196
+ fill: "currentColor"
3197
+ }
3198
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3199
+ "path",
3200
+ {
3201
+ d: "M10.5 6H20.25M10.5 6C10.5 6.39782 10.342 6.77936 10.0607 7.06066C9.77936 7.34196 9.39782 7.5 9 7.5C8.60218 7.5 8.22064 7.34196 7.93934 7.06066C7.65804 6.77936 7.5 6.39782 7.5 6M10.5 6C10.5 5.60218 10.342 5.22064 10.0607 4.93934C9.77936 4.65804 9.39782 4.5 9 4.5C8.60218 4.5 8.22064 4.65804 7.93934 4.93934C7.65804 5.22064 7.5 5.60218 7.5 6M7.5 6H3.75M10.5 18H20.25M10.5 18C10.5 18.3978 10.342 18.7794 10.0607 19.0607C9.77936 19.342 9.39782 19.5 9 19.5C8.60218 19.5 8.22064 19.342 7.93934 19.0607C7.65804 18.7794 7.5 18.3978 7.5 18M10.5 18C10.5 17.6022 10.342 17.2206 10.0607 16.9393C9.77936 16.658 9.39782 16.5 9 16.5C8.60218 16.5 8.22064 16.658 7.93934 16.9393C7.65804 17.2206 7.5 17.6022 7.5 18M7.5 18H3.75M16.5 12H20.25M16.5 12C16.5 12.3978 16.342 12.7794 16.0607 13.0607C15.7794 13.342 15.3978 13.5 15 13.5C14.6022 13.5 14.2206 13.342 13.9393 13.0607C13.658 12.7794 13.5 12.3978 13.5 12M16.5 12C16.5 11.6022 16.342 11.2206 16.0607 10.9393C15.7794 10.658 15.3978 10.5 15 10.5C14.6022 10.5 14.2206 10.658 13.9393 10.9393C13.658 11.2206 13.5 11.6022 13.5 12M13.5 12H3.75",
3202
+ stroke: "currentColor",
3203
+ strokeLinecap: "round",
3204
+ strokeLinejoin: "round"
3205
+ }
3206
+ )
3207
+ }
3208
+ );
3209
+ },
3210
+ "adjust-vertical": ({ className, fill }) => {
3211
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3212
+ "svg",
3213
+ {
3214
+ width: "24",
3215
+ height: "24",
3216
+ viewBox: "0 0 24 24",
3217
+ fill: "none",
3218
+ xmlns: "http://www.w3.org/2000/svg",
3219
+ className,
3220
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3221
+ "path",
3222
+ {
3223
+ d: "M6 12C5.80109 12 5.61032 11.921 5.46967 11.7803C5.32902 11.6397 5.25 11.4489 5.25 11.25V3.75C5.25 3.55109 5.32902 3.36032 5.46967 3.21967C5.61032 3.07902 5.80109 3 6 3C6.19891 3 6.38968 3.07902 6.53033 3.21967C6.67098 3.36032 6.75 3.55109 6.75 3.75V11.25C6.75 11.4489 6.67098 11.6397 6.53033 11.7803C6.38968 11.921 6.19891 12 6 12ZM18 12C17.8011 12 17.6103 11.921 17.4697 11.7803C17.329 11.6397 17.25 11.4489 17.25 11.25V3.75C17.25 3.55109 17.329 3.36032 17.4697 3.21967C17.6103 3.07902 17.8011 3 18 3C18.1989 3 18.3897 3.07902 18.5303 3.21967C18.671 3.36032 18.75 3.55109 18.75 3.75V11.25C18.75 11.4489 18.671 11.6397 18.5303 11.7803C18.3897 11.921 18.1989 12 18 12ZM6.75 20.25V18.75C6.75 18.5511 6.67098 18.3603 6.53033 18.2197C6.38968 18.079 6.19891 18 6 18C5.80109 18 5.61032 18.079 5.46967 18.2197C5.32902 18.3603 5.25 18.5511 5.25 18.75V20.25C5.25 20.4489 5.32902 20.6397 5.46967 20.7803C5.61032 20.921 5.80109 21 6 21C6.19891 21 6.38968 20.921 6.53033 20.7803C6.67098 20.6397 6.75 20.4489 6.75 20.25ZM18.75 18.75V20.25C18.75 20.4489 18.671 20.6397 18.5303 20.7803C18.3897 20.921 18.1989 21 18 21C17.8011 21 17.6103 20.921 17.4697 20.7803C17.329 20.6397 17.25 20.4489 17.25 20.25V18.75C17.25 18.5511 17.329 18.3603 17.4697 18.2197C17.6103 18.079 17.8011 18 18 18C18.1989 18 18.3897 18.079 18.5303 18.2197C18.671 18.3603 18.75 18.5511 18.75 18.75ZM12.75 5.25V3.75C12.75 3.55109 12.671 3.36032 12.5303 3.21967C12.3897 3.07902 12.1989 3 12 3C11.8011 3 11.6103 3.07902 11.4697 3.21967C11.329 3.36032 11.25 3.55109 11.25 3.75V5.25C11.25 5.44891 11.329 5.63968 11.4697 5.78033C11.6103 5.92098 11.8011 6 12 6C12.1989 6 12.3897 5.92098 12.5303 5.78033C12.671 5.63968 12.75 5.44891 12.75 5.25ZM12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6397 11.25 20.4489 11.25 20.25V12.75C11.25 12.5511 11.329 12.3603 11.4697 12.2197C11.6103 12.079 11.8011 12 12 12C12.1989 12 12.3897 12.079 12.5303 12.2197C12.671 12.3603 12.75 12.5511 12.75 12.75V20.25C12.75 20.4489 12.671 20.6397 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21ZM3.75 15C3.75 15.5967 3.98705 16.169 4.40901 16.591C4.83097 17.0129 5.40326 17.25 6 17.25C6.59674 17.25 7.16903 17.0129 7.59099 16.591C8.01295 16.169 8.25 15.5967 8.25 15C8.25 14.4033 8.01295 13.831 7.59099 13.409C7.16903 12.9871 6.59674 12.75 6 12.75C5.40326 12.75 4.83097 12.9871 4.40901 13.409C3.98705 13.831 3.75 14.4033 3.75 15ZM12 11.25C11.4033 11.25 10.831 11.0129 10.409 10.591C9.98705 10.169 9.75 9.59674 9.75 9C9.75 8.40326 9.98705 7.83097 10.409 7.40901C10.831 6.98705 11.4033 6.75 12 6.75C12.5967 6.75 13.169 6.98705 13.591 7.40901C14.0129 7.83097 14.25 8.40326 14.25 9C14.25 9.59674 14.0129 10.169 13.591 10.591C13.169 11.0129 12.5967 11.25 12 11.25ZM15.75 15C15.75 15.5967 15.9871 16.169 16.409 16.591C16.831 17.0129 17.4033 17.25 18 17.25C18.5967 17.25 19.169 17.0129 19.591 16.591C20.0129 16.169 20.25 15.5967 20.25 15C20.25 14.4033 20.0129 13.831 19.591 13.409C19.169 12.9871 18.5967 12.75 18 12.75C17.4033 12.75 16.831 12.9871 16.409 13.409C15.9871 13.831 15.75 14.4033 15.75 15Z",
3224
+ fill: "currentColor"
3225
+ }
3226
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3227
+ "path",
3228
+ {
3229
+ d: "M6 13.5V3.75M6 13.5C6.39782 13.5 6.77936 13.658 7.06066 13.9393C7.34196 14.2206 7.5 14.6022 7.5 15C7.5 15.3978 7.34196 15.7794 7.06066 16.0607C6.77936 16.342 6.39782 16.5 6 16.5M6 13.5C5.60218 13.5 5.22064 13.658 4.93934 13.9393C4.65804 14.2206 4.5 14.6022 4.5 15C4.5 15.3978 4.65804 15.7794 4.93934 16.0607C5.22064 16.342 5.60218 16.5 6 16.5M6 16.5V20.25M18 13.5V3.75M18 13.5C18.3978 13.5 18.7794 13.658 19.0607 13.9393C19.342 14.2206 19.5 14.6022 19.5 15C19.5 15.3978 19.342 15.7794 19.0607 16.0607C18.7794 16.342 18.3978 16.5 18 16.5M18 13.5C17.6022 13.5 17.2206 13.658 16.9393 13.9393C16.658 14.2206 16.5 14.6022 16.5 15C16.5 15.3978 16.658 15.7794 16.9393 16.0607C17.2206 16.342 17.6022 16.5 18 16.5M18 16.5V20.25M12 7.5V3.75M12 7.5C12.3978 7.5 12.7794 7.65804 13.0607 7.93934C13.342 8.22064 13.5 8.60218 13.5 9C13.5 9.39782 13.342 9.77936 13.0607 10.0607C12.7794 10.342 12.3978 10.5 12 10.5M12 7.5C11.6022 7.5 11.2206 7.65804 10.9393 7.93934C10.658 8.22064 10.5 8.60218 10.5 9C10.5 9.39782 10.658 9.77936 10.9393 10.0607C11.2206 10.342 11.6022 10.5 12 10.5M12 10.5V20.25",
3230
+ stroke: "currentColor",
3231
+ strokeLinecap: "round",
3232
+ strokeLinejoin: "round"
3233
+ }
3234
+ )
3235
+ }
3236
+ );
3237
+ },
3238
+ play: ({ className, fill }) => {
3239
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3240
+ "svg",
3241
+ {
3242
+ width: "24",
3243
+ height: "24",
3244
+ viewBox: "0 0 24 24",
3245
+ fill: "none",
3246
+ xmlns: "http://www.w3.org/2000/svg",
3247
+ className,
3248
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3249
+ "path",
3250
+ {
3251
+ fillRule: "evenodd",
3252
+ clipRule: "evenodd",
3253
+ d: "M4.5 5.65314C4.5 4.22614 6.029 3.32314 7.279 4.01014L18.819 10.3571C20.114 11.0691 20.114 12.9301 18.819 13.6431L7.28 19.9901C6.03 20.6771 4.501 19.7731 4.501 18.3471L4.5 5.65314Z",
3254
+ fill: "currentColor"
3255
+ }
3256
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3257
+ "path",
3258
+ {
3259
+ d: "M5.25 5.65308C5.25 4.79708 6.167 4.25508 6.917 4.66708L18.457 11.0141C18.6336 11.1111 18.781 11.2538 18.8836 11.4273C18.9862 11.6007 19.0403 11.7986 19.0403 12.0001C19.0403 12.2016 18.9862 12.3994 18.8836 12.5729C18.781 12.7463 18.6336 12.889 18.457 12.9861L6.917 19.3331C6.74569 19.4273 6.55278 19.4752 6.35731 19.4721C6.16184 19.469 5.97054 19.4151 5.80227 19.3155C5.634 19.216 5.49457 19.0744 5.39773 18.9045C5.30089 18.7347 5.24997 18.5426 5.25 18.3471V5.65308Z",
3260
+ stroke: "currentColor",
3261
+ strokeLinecap: "round",
3262
+ strokeLinejoin: "round"
3263
+ }
3264
+ )
3265
+ }
3266
+ );
3267
+ },
3268
+ "play-pause": ({ className, fill }) => {
3269
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3270
+ "svg",
3271
+ {
3272
+ width: "24",
3273
+ height: "24",
3274
+ viewBox: "0 0 24 24",
3275
+ fill: "none",
3276
+ xmlns: "http://www.w3.org/2000/svg",
3277
+ className,
3278
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3279
+ "path",
3280
+ {
3281
+ d: "M15 6.75C14.8011 6.75 14.6103 6.82902 14.4697 6.96967C14.329 7.11032 14.25 7.30109 14.25 7.5V18C14.25 18.1989 14.329 18.3897 14.4697 18.5303C14.6103 18.671 14.8011 18.75 15 18.75H15.75C15.9489 18.75 16.1397 18.671 16.2803 18.5303C16.421 18.3897 16.5 18.1989 16.5 18V7.5C16.5 7.30109 16.421 7.11032 16.2803 6.96967C16.1397 6.82902 15.9489 6.75 15.75 6.75H15ZM20.25 6.75C20.0511 6.75 19.8603 6.82902 19.7197 6.96967C19.579 7.11032 19.5 7.30109 19.5 7.5V18C19.5 18.414 19.836 18.75 20.25 18.75H21C21.1989 18.75 21.3897 18.671 21.5303 18.5303C21.671 18.3897 21.75 18.1989 21.75 18V7.5C21.75 7.30109 21.671 7.11032 21.5303 6.96967C21.3897 6.82902 21.1989 6.75 21 6.75H20.25ZM5.055 7.06C3.805 6.347 2.25 7.25 2.25 8.69V16.812C2.25 18.252 3.805 19.155 5.055 18.44L12.163 14.379C13.423 13.659 13.423 11.843 12.163 11.123L5.055 7.06Z",
3282
+ fill: "currentColor"
3283
+ }
3284
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3285
+ "path",
3286
+ {
3287
+ d: "M21 7.5V18M15 7.5V18M3 16.811V8.69C3 7.826 3.933 7.284 4.683 7.713L11.791 11.774C11.9633 11.8724 12.1065 12.0146 12.2062 12.1861C12.3058 12.3577 12.3582 12.5526 12.3582 12.751C12.3582 12.9494 12.3058 13.1443 12.2062 13.3159C12.1065 13.4874 11.9633 13.6296 11.791 13.728L4.683 17.789C4.51182 17.8868 4.31796 17.9379 4.12082 17.9371C3.92369 17.9364 3.73021 17.8839 3.55976 17.7848C3.38932 17.6858 3.24789 17.5437 3.14965 17.3728C3.05141 17.2019 2.9998 17.0081 3 16.811Z",
3288
+ stroke: "currentColor",
3289
+ strokeLinecap: "round",
3290
+ strokeLinejoin: "round"
3291
+ }
3292
+ )
3293
+ }
3294
+ );
3295
+ },
3296
+ "play-back": ({ className, fill }) => {
3297
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3298
+ "svg",
3299
+ {
3300
+ width: "24",
3301
+ height: "24",
3302
+ viewBox: "0 0 24 24",
3303
+ fill: "none",
3304
+ xmlns: "http://www.w3.org/2000/svg",
3305
+ className,
3306
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3307
+ "path",
3308
+ {
3309
+ d: "M9.19558 18.4402C10.4456 19.1542 12.0006 18.2512 12.0006 16.8112V14.4712L18.9456 18.4392C20.1956 19.1542 21.7506 18.2512 21.7506 16.8112V8.69019C21.7506 7.25019 20.1956 6.34719 18.9456 7.06219L12.0006 11.0292V8.68919C12.0006 7.24919 10.4456 6.34619 9.19558 7.06119L2.08758 11.1222C0.827578 11.8422 0.827578 13.6582 2.08758 14.3782L9.19558 18.4392V18.4402Z",
3310
+ fill: "currentColor"
3311
+ }
3312
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3313
+ "path",
3314
+ {
3315
+ d: "M21.0008 16.8111C21.0008 17.6751 20.0678 18.2171 19.3178 17.7881L12.2098 13.7271C12.0375 13.6287 11.8943 13.4865 11.7947 13.315C11.695 13.1434 11.6426 12.9485 11.6426 12.7501C11.6426 12.5517 11.695 12.3568 11.7947 12.1852C11.8943 12.0137 12.0375 11.8715 12.2098 11.7731L19.3178 7.7121C19.4889 7.61437 19.6827 7.56328 19.8797 7.56397C20.0768 7.56466 20.2702 7.61709 20.4406 7.71602C20.611 7.81495 20.7525 7.9569 20.8508 8.12768C20.9491 8.29845 21.0008 8.49205 21.0008 8.6891V16.8111ZM11.2508 16.8111C11.2508 17.6751 10.3178 18.2171 9.56782 17.7881L2.45982 13.7271C2.28751 13.6287 2.14429 13.4865 2.04467 13.315C1.94505 13.1434 1.89258 12.9485 1.89258 12.7501C1.89258 12.5517 1.94505 12.3568 2.04467 12.1852C2.14429 12.0137 2.28751 11.8715 2.45982 11.7731L9.56782 7.7121C9.73892 7.61437 9.9327 7.56328 10.1297 7.56397C10.3268 7.56466 10.5202 7.61709 10.6906 7.71602C10.861 7.81495 11.0025 7.9569 11.1008 8.12768C11.1991 8.29845 11.2508 8.49205 11.2508 8.6891V16.8111Z",
3316
+ stroke: "currentColor",
3317
+ strokeLinecap: "round",
3318
+ strokeLinejoin: "round"
3319
+ }
3320
+ )
3321
+ }
3322
+ );
3323
+ },
3324
+ "play-forward": ({ className, fill }) => {
3325
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3326
+ "svg",
3327
+ {
3328
+ width: "24",
3329
+ height: "24",
3330
+ viewBox: "0 0 24 24",
3331
+ fill: "none",
3332
+ xmlns: "http://www.w3.org/2000/svg",
3333
+ className,
3334
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3335
+ "path",
3336
+ {
3337
+ d: "M5.055 7.06019C3.805 6.34719 2.25 7.25019 2.25 8.69019V16.8122C2.25 18.2522 3.805 19.1552 5.055 18.4402L12 14.4712V16.8112C12 18.2512 13.555 19.1542 14.805 18.4392L21.913 14.3782C23.173 13.6582 23.173 11.8422 21.913 11.1222L14.805 7.06119C13.555 6.34619 12 7.24919 12 8.68919V11.0292L5.055 7.06019Z",
3338
+ fill: "currentColor"
3339
+ }
3340
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3341
+ "path",
3342
+ {
3343
+ d: "M3 8.68907C3 7.82507 3.933 7.28307 4.683 7.71207L11.791 11.7731C11.9633 11.8714 12.1065 12.0136 12.2061 12.1852C12.3058 12.3568 12.3582 12.5517 12.3582 12.7501C12.3582 12.9485 12.3058 13.1434 12.2061 13.3149C12.1065 13.4865 11.9633 13.6287 11.791 13.7271L4.683 17.7881C4.5119 17.8858 4.31812 17.9369 4.12107 17.9362C3.92402 17.9355 3.73061 17.8831 3.5602 17.7842C3.38978 17.6852 3.24833 17.5433 3.15002 17.3725C3.05171 17.2017 2.99998 17.0081 3 16.8111V8.68907ZM12.75 8.68907C12.75 7.82507 13.683 7.28307 14.433 7.71207L21.541 11.7731C21.7133 11.8714 21.8565 12.0136 21.9562 12.1852C22.0558 12.3568 22.1082 12.5517 22.1082 12.7501C22.1082 12.9485 22.0558 13.1434 21.9562 13.3149C21.8565 13.4865 21.7133 13.6287 21.541 13.7271L14.433 17.7881C14.2619 17.8858 14.0681 17.9369 13.8711 17.9362C13.674 17.9355 13.4806 17.8831 13.3102 17.7842C13.1398 17.6852 12.9983 17.5433 12.9 17.3725C12.8017 17.2017 12.75 17.0081 12.75 16.8111V8.68907Z",
3344
+ stroke: "currentColor",
3345
+ strokeLinecap: "round",
3346
+ strokeLinejoin: "round"
3347
+ }
3348
+ )
3349
+ }
3350
+ );
3351
+ },
3352
+ // ** Arrow Group **
3353
+ "arrow-triangle-up": ({ className, fill }) => {
3354
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3355
+ "svg",
3356
+ {
3357
+ width: "24",
3358
+ height: "24",
3359
+ viewBox: "0 0 24 24",
3360
+ fill: "none",
3361
+ xmlns: "http://www.w3.org/2000/svg",
3362
+ className,
3363
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3364
+ "path",
3365
+ {
3366
+ d: "M12.6094 7.17199C12.8863 7.36603 13.0901 7.62054 13.2991 7.88335C13.4014 8.00971 13.5075 8.13017 13.6172 8.25011C13.8009 8.45167 13.973 8.6607 14.1445 8.87267C14.247 8.99643 14.3527 9.11576 14.4609 9.23449C14.6446 9.43604 14.8168 9.64507 14.9883 9.85704C15.0907 9.9808 15.1965 10.1001 15.3047 10.2189C15.4884 10.4204 15.6605 10.6294 15.832 10.8414C15.9345 10.9652 16.0402 11.0845 16.1484 11.2032C16.3321 11.4048 16.5043 11.6138 16.6758 11.8258C16.7782 11.9496 16.884 12.0689 16.9922 12.1876C17.1759 12.3892 17.348 12.5982 17.5195 12.8102C17.622 12.9339 17.7277 13.0533 17.8359 13.172C18.0151 13.3688 18.1836 13.5723 18.351 13.7792C18.4881 13.9455 18.6289 14.1081 18.7705 14.2706C18.8482 14.3601 18.9259 14.4497 19.0035 14.5392C19.0519 14.5949 19.1003 14.6505 19.1489 14.7061C19.2136 14.7803 19.2778 14.855 19.3418 14.9298C19.3782 14.9719 19.4145 15.0139 19.452 15.0572C19.6986 15.3961 19.7378 15.7178 19.6875 16.1251C19.596 16.4343 19.4409 16.6362 19.1794 16.8209C18.8729 16.9849 18.5891 16.9822 18.2495 16.9811C18.1663 16.9813 18.1663 16.9813 18.0814 16.9816C17.9277 16.982 17.7741 16.982 17.6205 16.9818C17.4546 16.9817 17.2888 16.9821 17.123 16.9825C16.7982 16.9831 16.4734 16.9831 16.1487 16.983C15.8847 16.9829 15.6207 16.983 15.3567 16.9832C15.3003 16.9833 15.3003 16.9833 15.2428 16.9833C15.1665 16.9834 15.0901 16.9834 15.0138 16.9835C14.2978 16.984 13.5819 16.9839 12.866 16.9836C12.2112 16.9834 11.5564 16.9839 10.9017 16.9848C10.2292 16.9857 9.55665 16.9861 8.88414 16.9859C8.50665 16.9858 8.12917 16.9859 7.75168 16.9866C7.43031 16.9872 7.10895 16.9872 6.78758 16.9867C6.62367 16.9864 6.45977 16.9863 6.29586 16.9869C6.11803 16.9874 5.94023 16.987 5.7624 16.9864C5.71079 16.9867 5.65918 16.9871 5.60601 16.9874C5.23204 16.9848 4.89966 16.9356 4.61188 16.6698C4.35171 16.3657 4.28644 16.0623 4.28595 15.6692C4.34462 15.3301 4.53209 15.0807 4.75781 14.8302C4.80812 14.7729 4.85841 14.7157 4.90869 14.6584C4.94703 14.6152 4.94703 14.6152 4.98615 14.571C5.1069 14.4341 5.22525 14.2952 5.34375 14.1564C5.39043 14.1018 5.43712 14.0473 5.48383 13.9928C5.50701 13.9658 5.53019 13.9388 5.55407 13.9109C5.62614 13.8269 5.69834 13.7431 5.77057 13.6592C5.98575 13.4092 6.19958 13.1588 6.40723 12.9025C6.57363 12.6974 6.74792 12.5014 6.92578 12.3063C7.03494 12.1835 7.13886 12.0575 7.24219 11.9298C7.41142 11.7206 7.58833 11.5207 7.76953 11.3219C7.87869 11.1991 7.98261 11.0732 8.08594 10.9454C8.25517 10.7362 8.43208 10.5363 8.61328 10.3375C8.72244 10.2147 8.82636 10.0888 8.92969 9.96105C9.09892 9.75186 9.27583 9.55196 9.45703 9.35314C9.56619 9.23034 9.67011 9.1044 9.77344 8.97667C9.94267 8.76748 10.1196 8.56759 10.3008 8.36876C10.4099 8.24596 10.5139 8.12003 10.6172 7.9923C11.1279 7.36499 11.7404 6.6802 12.6094 7.17199Z",
3367
+ fill: "currentColor"
3368
+ }
3369
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3370
+ "path",
3371
+ {
3372
+ d: "M5.13454 15.1059L11.008 8.13115C11.3997 7.66594 12.1126 7.65525 12.5181 8.1085L18.7587 15.0832C19.335 15.7274 18.8778 16.75 18.0134 16.75H5.89945C5.04919 16.75 4.58686 15.7562 5.13454 15.1059Z",
3373
+ stroke: "currentColor"
3374
+ }
3375
+ )
3376
+ }
3377
+ );
3378
+ },
3379
+ "arrow-triangle-down": ({ className, fill }) => {
3380
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3381
+ "svg",
3382
+ {
3383
+ width: "24",
3384
+ height: "24",
3385
+ viewBox: "0 0 24 24",
3386
+ fill: "none",
3387
+ xmlns: "http://www.w3.org/2000/svg",
3388
+ className,
3389
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3390
+ "path",
3391
+ {
3392
+ d: "M5.75048 7.01906C5.83371 7.0188 5.83371 7.0188 5.91862 7.01852C6.07226 7.01812 6.22588 7.01814 6.37952 7.01834C6.54536 7.01846 6.7112 7.01803 6.87704 7.01768C7.20179 7.01709 7.52655 7.017 7.8513 7.01711C8.1153 7.0172 8.3793 7.01711 8.6433 7.01691C8.68088 7.01689 8.71846 7.01686 8.75718 7.01683C8.83353 7.01677 8.90987 7.01672 8.98622 7.01666C9.70215 7.01615 10.4181 7.01625 11.134 7.01654C11.7888 7.01678 12.4436 7.01625 13.0983 7.01536C13.7708 7.01445 14.4433 7.01406 15.1159 7.01424C15.4933 7.01433 15.8708 7.01421 16.2483 7.01355C16.5697 7.01299 16.891 7.01293 17.2124 7.01349C17.3763 7.01377 17.5402 7.01382 17.7041 7.01326C17.882 7.01277 18.0598 7.01315 18.2376 7.01374C18.2892 7.0134 18.3408 7.01305 18.394 7.0127C18.7679 7.01533 19.1003 7.06459 19.3881 7.3303C19.6483 7.63443 19.7135 7.93787 19.714 8.33097C19.6554 8.67005 19.4679 8.91941 19.2422 9.16996C19.1919 9.22714 19.1417 9.28433 19.0915 9.34153C19.0532 9.38477 19.0532 9.38477 19.014 9.42889C18.8923 9.56688 18.7729 9.70682 18.6533 9.84671C18.6184 9.88747 18.6184 9.88747 18.5827 9.92904C18.4268 10.1109 18.2718 10.2936 18.1172 10.4766C17.8689 10.7706 17.6186 11.0628 17.3679 11.3547C17.2504 11.4916 17.133 11.6287 17.0156 11.7657C16.9687 11.8203 16.9219 11.875 16.875 11.9297C16.8402 11.9703 16.8402 11.9703 16.8047 12.0118C15.7969 13.1875 14.7891 14.3633 13.7812 15.5391C13.758 15.5662 13.7348 15.5933 13.7109 15.6212C13.6642 15.6756 13.6175 15.73 13.5707 15.7843C13.4496 15.925 13.3299 16.0666 13.2121 16.2102C12.6539 16.886 12.6539 16.886 12.2344 16.9688C11.8308 17.0045 11.522 16.9474 11.206 16.6875C11.018 16.5131 10.8603 16.3172 10.7009 16.1168C10.5986 15.9904 10.4924 15.87 10.3828 15.75C10.1991 15.5485 10.0269 15.3394 9.85546 15.1275C9.75303 15.0037 9.64725 14.8844 9.53905 14.7657C9.35535 14.5641 9.18319 14.3551 9.01171 14.1431C8.90928 14.0193 8.8035 13.9 8.6953 13.7813C8.5116 13.5797 8.33944 13.3707 8.16796 13.1587C8.06553 13.035 7.95975 12.9156 7.85155 12.7969C7.66785 12.5954 7.49569 12.3863 7.32421 12.1744C7.22178 12.0506 7.116 11.9313 7.0078 11.8125C6.86611 11.6569 6.73006 11.4986 6.59764 11.335C6.35318 11.0331 6.0978 10.7412 5.84279 10.4483C5.69846 10.2821 5.55529 10.1148 5.41232 9.94742C5.29321 9.80797 5.17354 9.66907 5.05278 9.53104C4.28983 8.6562 4.28983 8.6562 4.29674 8.0358C4.32505 7.74682 4.42908 7.52262 4.63604 7.31821C4.98669 7.0389 5.31543 7.01758 5.75048 7.01906Z",
3393
+ fill: "currentColor"
3394
+ }
3395
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3396
+ "path",
3397
+ {
3398
+ d: "M18.8655 8.89414L12.992 15.8688C12.6003 16.3341 11.8874 16.3448 11.4819 15.8915L5.24134 8.91679C4.66497 8.27261 5.12219 7.25 5.98658 7.25L18.1006 7.25C18.9508 7.25 19.4131 8.24377 18.8655 8.89414Z",
3399
+ stroke: "currentColor"
3400
+ }
3401
+ )
3402
+ }
3403
+ );
3404
+ },
3405
+ "arrow-triangle-left": ({ className, fill }) => {
3406
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3407
+ "svg",
3408
+ {
3409
+ width: "24",
3410
+ height: "24",
3411
+ viewBox: "0 0 24 24",
3412
+ fill: "none",
3413
+ xmlns: "http://www.w3.org/2000/svg",
3414
+ className,
3415
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3416
+ "path",
3417
+ {
3418
+ d: "M16.3799 4.40634C16.6429 4.55727 16.8036 4.75934 16.9245 5.03471C16.9874 5.2742 16.9818 5.50396 16.981 5.75059C16.9812 5.80607 16.9814 5.86156 16.9815 5.91873C16.9819 6.07236 16.9819 6.22599 16.9817 6.37962C16.9816 6.54546 16.982 6.7113 16.9824 6.87714C16.983 7.2019 16.9831 7.52665 16.983 7.85141C16.9829 8.11541 16.983 8.3794 16.9832 8.6434C16.9832 8.68098 16.9832 8.71856 16.9832 8.75728C16.9833 8.83363 16.9833 8.90998 16.9834 8.98633C16.9839 9.70226 16.9838 10.4182 16.9835 11.1341C16.9833 11.7889 16.9838 12.4437 16.9847 13.0984C16.9856 13.7709 16.986 14.4434 16.9858 15.116C16.9857 15.4934 16.9859 15.8709 16.9865 16.2484C16.9871 16.5698 16.9871 16.8911 16.9866 17.2125C16.9863 17.3764 16.9862 17.5403 16.9868 17.7042C16.9873 17.8821 16.9869 18.0599 16.9863 18.2377C16.9867 18.2893 16.987 18.3409 16.9874 18.3941C16.9847 18.7681 16.9355 19.1004 16.6698 19.3882C16.3656 19.6484 16.0622 19.7136 15.6691 19.7141C15.33 19.6555 15.0806 19.468 14.8301 19.2423C14.7729 19.192 14.7156 19.1417 14.6584 19.0914C14.6295 19.0658 14.6007 19.0403 14.571 19.0139C14.4341 18.8932 14.2951 18.7749 14.1563 18.6563C14.1016 18.6095 14.0469 18.5626 13.9922 18.5157C13.9651 18.4925 13.9381 18.4693 13.9102 18.4454C12.3516 17.1095 12.3516 17.1095 12.2695 17.0391C12.215 16.9924 12.1604 16.9456 12.1058 16.8988C11.9672 16.7801 11.8287 16.6612 11.6904 16.542C11.4404 16.3268 11.1899 16.113 10.9336 15.9054C10.7285 15.739 10.5326 15.5647 10.3374 15.3868C10.2146 15.2777 10.0887 15.1737 9.96097 15.0704C9.75178 14.9012 9.55188 14.7243 9.35306 14.5431C9.23026 14.4339 9.10432 14.33 8.97659 14.2267C8.7674 14.0574 8.5675 13.8805 8.36868 13.6993C8.24588 13.5902 8.11994 13.4862 7.99222 13.3829C7.07631 12.6372 7.07631 12.6372 7.01846 12.1198C7.00546 11.7768 7.06039 11.5288 7.26565 11.2501C7.55762 10.9429 7.88999 10.6802 8.21963 10.4148C8.3425 10.3136 8.46057 10.2089 8.57815 10.1017C8.77971 9.91796 8.98874 9.74579 9.20071 9.57431C9.32447 9.47189 9.44381 9.36611 9.56253 9.25791C9.76409 9.07421 9.97312 8.90204 10.1851 8.73056C10.3088 8.62814 10.4282 8.52236 10.5469 8.41416C10.7485 8.23046 10.9575 8.05829 11.1695 7.88681C11.2932 7.78439 11.4126 7.67861 11.5313 7.57041C11.6869 7.42871 11.8452 7.29266 12.0088 7.16025C12.3107 6.91579 12.6026 6.66041 12.8955 6.4054C13.035 6.28432 13.1752 6.16413 13.3155 6.04404C13.3423 6.02103 13.3692 5.99802 13.3969 5.97431C13.4511 5.92796 13.5052 5.88161 13.5594 5.83527C13.6685 5.74185 13.7776 5.64834 13.8867 5.55481C13.9412 5.5081 13.9957 5.46141 14.0503 5.41476C14.1906 5.29478 14.3303 5.17424 14.4692 5.0527C15.6102 4.05776 15.6102 4.05776 16.3799 4.40634Z",
3419
+ fill: "currentColor"
3420
+ }
3421
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3422
+ "path",
3423
+ {
3424
+ d: "M15.1059 18.8655L8.13115 12.992C7.66594 12.6003 7.65525 11.8874 8.10849 11.4819L15.0832 5.24134C15.7274 4.66497 16.75 5.12219 16.75 5.98658L16.75 18.1006C16.75 18.9508 15.7562 19.4131 15.1059 18.8655Z",
3425
+ stroke: "currentColor"
3426
+ }
3427
+ )
3428
+ }
3429
+ );
3430
+ },
3431
+ "arrow-triangle-right": ({ className, fill }) => {
3432
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3433
+ "svg",
3434
+ {
3435
+ width: "24",
3436
+ height: "24",
3437
+ viewBox: "0 0 24 24",
3438
+ fill: "none",
3439
+ xmlns: "http://www.w3.org/2000/svg",
3440
+ className,
3441
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3442
+ "path",
3443
+ {
3444
+ d: "M8.67057 4.39119C8.8617 4.49362 9.01835 4.62175 9.17868 4.76655C9.23583 4.8169 9.29302 4.86719 9.35025 4.91743C9.37818 4.94209 9.4061 4.96674 9.43487 4.99214C9.54927 5.09178 9.66701 5.18701 9.78513 5.28218C9.99021 5.44858 10.1862 5.62287 10.3813 5.80073C10.5041 5.90989 10.6301 6.01381 10.7578 6.11714C10.967 6.28637 11.1669 6.46328 11.3657 6.64448C11.4885 6.75364 11.6144 6.85756 11.7422 6.96089C11.9514 7.13012 12.1512 7.30703 12.3501 7.48823C12.4729 7.59739 12.5988 7.70131 12.7265 7.80464C12.9357 7.97387 13.1356 8.15078 13.3344 8.33198C13.4572 8.44114 13.5832 8.54506 13.7109 8.64839C13.9201 8.81762 14.12 8.99453 14.3188 9.17573C14.4416 9.28489 14.5676 9.38881 14.6953 9.49214C14.9045 9.66137 15.1044 9.83828 15.3032 10.0195C15.426 10.1286 15.5519 10.2326 15.6797 10.3359C15.8925 10.5081 16.097 10.6873 16.2989 10.8722C16.393 10.9568 16.4893 11.0361 16.5879 11.1152C16.8219 11.3139 16.9512 11.5669 16.9782 11.8732C16.9864 12.2987 16.8912 12.5743 16.6005 12.8876C16.4473 13.035 16.283 13.1668 16.1167 13.2991C15.9904 13.4013 15.8699 13.5075 15.75 13.6171C15.5484 13.8008 15.3394 13.973 15.1274 14.1445C15.0037 14.2469 14.8843 14.3527 14.7656 14.4609C14.564 14.6446 14.355 14.8168 14.143 14.9882C14.0193 15.0907 13.8999 15.1964 13.7812 15.3046C13.5797 15.4883 13.3706 15.6605 13.1587 15.832C13.0349 15.9344 12.9156 16.0402 12.7968 16.1484C12.5953 16.3321 12.3863 16.5042 12.1743 16.6757C12.0505 16.7782 11.9312 16.8839 11.8125 16.9921C11.6109 17.1758 11.4019 17.348 11.1899 17.5195C11.0662 17.6219 10.9468 17.7277 10.8281 17.8359C10.6313 18.0151 10.4278 18.1836 10.2209 18.351C10.0546 18.4881 9.89195 18.6289 9.72947 18.7705C9.63996 18.8482 9.55042 18.9258 9.46087 19.0035C9.40518 19.0518 9.34956 19.1003 9.29402 19.1488C9.21978 19.2135 9.1451 19.2777 9.07029 19.3417C9.02823 19.3781 8.98617 19.4145 8.94284 19.452C8.60397 19.6985 8.28225 19.7378 7.87497 19.6875C7.56581 19.596 7.3639 19.4409 7.17917 19.1793C7.01515 18.8729 7.01784 18.589 7.019 18.2495C7.01882 18.194 7.01864 18.1385 7.01846 18.0813C7.01806 17.9277 7.01808 17.7741 7.01828 17.6204C7.0184 17.4546 7.01797 17.2887 7.01762 17.1229C7.01703 16.7981 7.01694 16.4734 7.01705 16.1486C7.01713 15.8846 7.01705 15.6206 7.01685 15.3566C7.01683 15.3191 7.0168 15.2815 7.01677 15.2428C7.01671 15.1664 7.01665 15.0901 7.0166 15.0137C7.01609 14.2978 7.01619 13.5819 7.01648 12.8659C7.01672 12.2111 7.01619 11.5564 7.0153 10.9016C7.01439 10.2291 7.014 9.5566 7.01418 8.88409C7.01427 8.5066 7.01415 8.12912 7.01349 7.75164C7.01293 7.43027 7.01287 7.1089 7.01343 6.78753C7.01371 6.62362 7.01376 6.45972 7.0132 6.29582C7.01271 6.11799 7.01309 5.94018 7.01368 5.76235C7.01334 5.71074 7.01299 5.65913 7.01263 5.60596C7.01527 5.23199 7.06453 4.89961 7.33023 4.61183C7.70539 4.29091 8.21333 4.17769 8.67057 4.39119Z",
3445
+ fill: "currentColor"
3446
+ }
3447
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3448
+ "path",
3449
+ {
3450
+ d: "M8.89414 5.13454L15.8688 11.008C16.3341 11.3997 16.3448 12.1126 15.8915 12.5181L8.91679 18.7587C8.27261 19.335 7.25 18.8778 7.25 18.0134L7.25 5.89945C7.25 5.04919 8.24377 4.58686 8.89414 5.13454Z",
3451
+ stroke: "currentColor"
3452
+ }
3453
+ )
3454
+ }
3455
+ );
3456
+ },
3457
+ "arrow-up-circle": ({ className, fill }) => {
3458
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3459
+ "svg",
3460
+ {
3461
+ width: "24",
3462
+ height: "24",
3463
+ viewBox: "0 0 24 24",
3464
+ fill: "none",
3465
+ xmlns: "http://www.w3.org/2000/svg",
3466
+ className,
3467
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3468
+ "path",
3469
+ {
3470
+ fillRule: "evenodd",
3471
+ clipRule: "evenodd",
3472
+ d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM12.53 7.72C12.3894 7.57955 12.1988 7.50066 12 7.50066C11.8012 7.50066 11.6106 7.57955 11.47 7.72L8.47 10.72C8.39631 10.7887 8.33721 10.8715 8.29622 10.9635C8.25523 11.0555 8.23318 11.1548 8.23141 11.2555C8.22963 11.3562 8.24816 11.4562 8.28588 11.5496C8.3236 11.643 8.37974 11.7278 8.45096 11.799C8.52218 11.8703 8.60701 11.9264 8.7004 11.9641C8.79379 12.0018 8.89382 12.0204 8.99452 12.0186C9.09522 12.0168 9.19454 11.9948 9.28654 11.9538C9.37854 11.9128 9.46134 11.8537 9.53 11.78L11.25 10.06V15.75C11.25 15.9489 11.329 16.1397 11.4697 16.2803C11.6103 16.421 11.8011 16.5 12 16.5C12.1989 16.5 12.3897 16.421 12.5303 16.2803C12.671 16.1397 12.75 15.9489 12.75 15.75V10.06L14.47 11.78C14.5387 11.8537 14.6215 11.9128 14.7135 11.9538C14.8055 11.9948 14.9048 12.0168 15.0055 12.0186C15.1062 12.0204 15.2062 12.0018 15.2996 11.9641C15.393 11.9264 15.4778 11.8703 15.549 11.799C15.6203 11.7278 15.6764 11.643 15.7141 11.5496C15.7518 11.4562 15.7704 11.3562 15.7686 11.2555C15.7668 11.1548 15.7448 11.0555 15.7038 10.9635C15.6628 10.8715 15.6037 10.7887 15.53 10.72L12.53 7.72Z",
3473
+ fill: "currentColor"
3474
+ }
3475
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3476
+ "path",
3477
+ {
3478
+ d: "M15 11.25L12 8.25M12 8.25L9 11.25M12 8.25V15.75M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
3479
+ stroke: "currentColor",
3480
+ strokeLinecap: "round",
3481
+ strokeLinejoin: "round"
3482
+ }
3483
+ )
3484
+ }
3485
+ );
3486
+ },
3487
+ "arrow-down-circle": ({ className, fill }) => {
3488
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3489
+ "svg",
3490
+ {
3491
+ width: "24",
3492
+ height: "24",
3493
+ viewBox: "0 0 24 24",
3494
+ fill: "none",
3495
+ xmlns: "http://www.w3.org/2000/svg",
3496
+ className,
3497
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3498
+ "path",
3499
+ {
3500
+ fillRule: "evenodd",
3501
+ clipRule: "evenodd",
3502
+ d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM11.47 16.28C11.6106 16.4205 11.8012 16.4993 12 16.4993C12.1988 16.4993 12.3894 16.4205 12.53 16.28L15.53 13.28C15.6037 13.2113 15.6628 13.1285 15.7038 13.0365C15.7448 12.9445 15.7668 12.8452 15.7686 12.7445C15.7704 12.6438 15.7518 12.5438 15.7141 12.4504C15.6764 12.357 15.6203 12.2722 15.549 12.201C15.4778 12.1297 15.393 12.0736 15.2996 12.0359C15.2062 11.9982 15.1062 11.9796 15.0055 11.9814C14.9048 11.9832 14.8055 12.0052 14.7135 12.0462C14.6215 12.0872 14.5387 12.1463 14.47 12.22L12.75 13.94V8.25C12.75 8.05109 12.671 7.86032 12.5303 7.71967C12.3897 7.57902 12.1989 7.5 12 7.5C11.8011 7.5 11.6103 7.57902 11.4697 7.71967C11.329 7.86032 11.25 8.05109 11.25 8.25V13.94L9.53 12.22C9.38783 12.0875 9.19978 12.0154 9.00548 12.0188C8.81118 12.0223 8.62579 12.101 8.48838 12.2384C8.35097 12.3758 8.27225 12.5612 8.26882 12.7555C8.2654 12.9498 8.33752 13.1378 8.47 13.28L11.47 16.28Z",
3503
+ fill: "currentColor"
3504
+ }
3505
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3506
+ "path",
3507
+ {
3508
+ d: "M9 12.75L12 15.75M12 15.75L15 12.75M12 15.75V8.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
3509
+ stroke: "currentColor",
3510
+ strokeLinecap: "round",
3511
+ strokeLinejoin: "round"
3512
+ }
3513
+ )
3514
+ }
3515
+ );
3516
+ },
3517
+ "arrow-left-circle": ({ className, fill }) => {
3518
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3519
+ "svg",
3520
+ {
3521
+ width: "24",
3522
+ height: "24",
3523
+ viewBox: "0 0 24 24",
3524
+ fill: "none",
3525
+ xmlns: "http://www.w3.org/2000/svg",
3526
+ className,
3527
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3528
+ "path",
3529
+ {
3530
+ fillRule: "evenodd",
3531
+ clipRule: "evenodd",
3532
+ d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM7.72 11.47C7.57955 11.6106 7.50066 11.8012 7.50066 12C7.50066 12.1988 7.57955 12.3894 7.72 12.53L10.72 15.53C10.7887 15.6037 10.8715 15.6628 10.9635 15.7038C11.0555 15.7448 11.1548 15.7668 11.2555 15.7686C11.3562 15.7704 11.4562 15.7518 11.5496 15.7141C11.643 15.6764 11.7278 15.6203 11.799 15.549C11.8703 15.4778 11.9264 15.393 11.9641 15.2996C12.0018 15.2062 12.0204 15.1062 12.0186 15.0055C12.0168 14.9048 11.9948 14.8055 11.9538 14.7135C11.9128 14.6215 11.8537 14.5387 11.78 14.47L10.06 12.75H15.75C15.9489 12.75 16.1397 12.671 16.2803 12.5303C16.421 12.3897 16.5 12.1989 16.5 12C16.5 11.8011 16.421 11.6103 16.2803 11.4697C16.1397 11.329 15.9489 11.25 15.75 11.25H10.06L11.78 9.53C11.9125 9.38783 11.9846 9.19978 11.9812 9.00548C11.9777 8.81118 11.899 8.62579 11.7616 8.48838C11.6242 8.35097 11.4388 8.27225 11.2445 8.26882C11.0502 8.2654 10.8622 8.33752 10.72 8.47L7.72 11.47Z",
3533
+ fill: "currentColor"
3534
+ }
3535
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3536
+ "path",
3537
+ {
3538
+ d: "M11.25 9L8.25 12M8.25 12L11.25 15M8.25 12H15.75M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
3539
+ stroke: "currentColor",
3540
+ strokeLinecap: "round",
3541
+ strokeLinejoin: "round"
3542
+ }
3543
+ )
3544
+ }
3545
+ );
3546
+ },
3547
+ "arrow-right-circle": ({ className, fill }) => {
3548
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3549
+ "svg",
3550
+ {
3551
+ width: "24",
3552
+ height: "24",
3553
+ viewBox: "0 0 24 24",
3554
+ fill: "none",
3555
+ xmlns: "http://www.w3.org/2000/svg",
3556
+ className,
3557
+ children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3558
+ "path",
3559
+ {
3560
+ fillRule: "evenodd",
3561
+ clipRule: "evenodd",
3562
+ d: "M12 2.25C6.615 2.25 2.25 6.615 2.25 12C2.25 17.385 6.615 21.75 12 21.75C17.385 21.75 21.75 17.385 21.75 12C21.75 6.615 17.385 2.25 12 2.25ZM16.28 12.53C16.4205 12.3894 16.4993 12.1988 16.4993 12C16.4993 11.8012 16.4205 11.6106 16.28 11.47L13.28 8.47C13.2113 8.39631 13.1285 8.33721 13.0365 8.29622C12.9445 8.25523 12.8452 8.23318 12.7445 8.23141C12.6438 8.22963 12.5438 8.24816 12.4504 8.28588C12.357 8.3236 12.2722 8.37974 12.201 8.45096C12.1297 8.52218 12.0736 8.60701 12.0359 8.7004C11.9982 8.79379 11.9796 8.89382 11.9814 8.99452C11.9832 9.09522 12.0052 9.19454 12.0462 9.28654C12.0872 9.37854 12.1463 9.46134 12.22 9.53L13.94 11.25H8.25C8.05109 11.25 7.86032 11.329 7.71967 11.4697C7.57902 11.6103 7.5 11.8011 7.5 12C7.5 12.1989 7.57902 12.3897 7.71967 12.5303C7.86032 12.671 8.05109 12.75 8.25 12.75H13.94L12.22 14.47C12.1463 14.5387 12.0872 14.6215 12.0462 14.7135C12.0052 14.8055 11.9832 14.9048 11.9814 15.0055C11.9796 15.1062 11.9982 15.2062 12.0359 15.2996C12.0736 15.393 12.1297 15.4778 12.201 15.549C12.2722 15.6203 12.357 15.6764 12.4504 15.7141C12.5438 15.7518 12.6438 15.7704 12.7445 15.7686C12.8452 15.7668 12.9445 15.7448 13.0365 15.7038C13.1285 15.6628 13.2113 15.6037 13.28 15.53L16.28 12.53Z",
3563
+ fill: "currentColor"
3564
+ }
3565
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3566
+ "path",
3567
+ {
3568
+ d: "M12.75 15L15.75 12M15.75 12L12.75 9M15.75 12H8.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12Z",
3569
+ stroke: "currentColor",
3570
+ strokeLinecap: "round",
3571
+ strokeLinejoin: "round"
3572
+ }
3573
+ )
3574
+ }
3575
+ );
3576
+ },
3577
+ "brace-up": ({ className, fill }) => {
3578
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3579
+ "svg",
3580
+ {
3581
+ width: "24",
3582
+ height: "24",
3583
+ viewBox: "0 0 24 24",
3584
+ fill: "none",
3585
+ xmlns: "http://www.w3.org/2000/svg",
3586
+ className,
3587
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 15.75L12 8.25L19.5 15.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
3588
+ }
3589
+ );
3590
+ },
3591
+ "brace-down": ({ className, fill }) => {
3592
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3593
+ "svg",
3594
+ {
3595
+ width: "24",
3596
+ height: "24",
3597
+ viewBox: "0 0 24 24",
3598
+ fill: "none",
3599
+ xmlns: "http://www.w3.org/2000/svg",
3600
+ className,
3601
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M19.5 8.25L12 15.75L4.5 8.25", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
3602
+ }
3603
+ );
3604
+ },
3605
+ "brace-left": ({ className, fill }) => {
3606
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3607
+ "svg",
3608
+ {
3609
+ width: "24",
3610
+ height: "24",
3611
+ viewBox: "0 0 24 24",
3612
+ fill: "none",
3613
+ xmlns: "http://www.w3.org/2000/svg",
3614
+ className,
3615
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M15.75 19.5L8.25 12L15.75 4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
3616
+ }
3617
+ );
3618
+ },
3619
+ "brace-right": ({ className, fill }) => {
3620
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3621
+ "svg",
3622
+ {
3623
+ width: "24",
3624
+ height: "24",
3625
+ viewBox: "0 0 24 24",
3626
+ fill: "none",
3627
+ xmlns: "http://www.w3.org/2000/svg",
3628
+ className,
3629
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.25 4.5L15.75 12L8.25 19.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
3630
+ }
3631
+ );
3632
+ },
3633
+ "brace-double-up": ({ className, fill }) => {
3634
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
3635
+ "svg",
3636
+ {
3637
+ width: "24",
3638
+ height: "24",
3639
+ viewBox: "0 0 24 24",
3640
+ fill: "none",
3641
+ xmlns: "http://www.w3.org/2000/svg",
3642
+ className,
3643
+ children: [
3644
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 18.75L12 11.25L19.5 18.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
3645
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 12.75L12 5.25L19.5 12.75", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
3646
+ ]
3647
+ }
3648
+ );
3649
+ },
3650
+ "brace-double-down": ({ className, fill }) => {
3651
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3652
+ "svg",
3653
+ {
3654
+ width: "24",
3655
+ height: "24",
3656
+ viewBox: "0 0 24 24",
3657
+ fill: "none",
3658
+ xmlns: "http://www.w3.org/2000/svg",
3659
+ className,
3660
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3661
+ "path",
3662
+ {
3663
+ d: "M4.5 5.25L12 12.75L19.5 5.25M4.5 11.25L12 18.75L19.5 11.25",
3664
+ stroke: "currentColor",
3665
+ strokeLinecap: "round",
3666
+ strokeLinejoin: "round"
3667
+ }
3668
+ )
3669
+ }
3670
+ );
3671
+ },
3672
+ "brace-double-left": ({ className, fill }) => {
3673
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3674
+ "svg",
3675
+ {
3676
+ width: "24",
3677
+ height: "24",
3678
+ viewBox: "0 0 24 24",
3679
+ fill: "none",
3680
+ xmlns: "http://www.w3.org/2000/svg",
3681
+ className,
3682
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3683
+ "path",
3684
+ {
3685
+ d: "M18.75 4.5L11.25 12L18.75 19.5M12.75 4.5L5.25 12L12.75 19.5",
3686
+ stroke: "currentColor",
3687
+ strokeLinecap: "round",
3688
+ strokeLinejoin: "round"
3689
+ }
3690
+ )
3691
+ }
3692
+ );
3693
+ },
3694
+ "brace-double-right": ({ className, fill }) => {
3695
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3696
+ "svg",
3697
+ {
3698
+ width: "24",
3699
+ height: "24",
3700
+ viewBox: "0 0 24 24",
3701
+ fill: "none",
3702
+ xmlns: "http://www.w3.org/2000/svg",
3703
+ className,
3704
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3705
+ "path",
3706
+ {
3707
+ d: "M5.25 4.5L12.75 12L5.25 19.5M11.25 4.5L18.75 12L11.25 19.5",
3708
+ stroke: "currentColor",
3709
+ strokeLinecap: "round",
3710
+ strokeLinejoin: "round"
3711
+ }
3712
+ )
3713
+ }
3714
+ );
3715
+ },
3716
+ "arrow-uturn-up": ({ className, fill }) => {
3717
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3718
+ "svg",
3719
+ {
3720
+ width: "24",
3721
+ height: "24",
3722
+ viewBox: "0 0 24 24",
3723
+ fill: "none",
3724
+ xmlns: "http://www.w3.org/2000/svg",
3725
+ className,
3726
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3727
+ "path",
3728
+ {
3729
+ d: "M9 9L15 3M15 3L21 9M15 3V15C15 16.5913 14.3679 18.1174 13.2426 19.2426C12.1174 20.3679 10.5913 21 9 21C7.4087 21 5.88258 20.3679 4.75736 19.2426C3.63214 18.1174 3 16.5913 3 15V12",
3730
+ stroke: "currentColor",
3731
+ strokeLinecap: "round",
3732
+ strokeLinejoin: "round"
3733
+ }
3734
+ )
3735
+ }
3736
+ );
3737
+ },
3738
+ "arrow-uturn-down": ({ className, fill }) => {
3739
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3740
+ "svg",
3741
+ {
3742
+ width: "24",
3743
+ height: "24",
3744
+ viewBox: "0 0 24 24",
3745
+ fill: "none",
3746
+ xmlns: "http://www.w3.org/2000/svg",
3747
+ className,
3748
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3749
+ "path",
3750
+ {
3751
+ d: "M15 15L9 21M9 21L3 15M9 21V9C9 7.4087 9.63214 5.88258 10.7574 4.75736C11.8826 3.63214 13.4087 3 15 3C16.5913 3 18.1174 3.63214 19.2426 4.75736C20.3679 5.88258 21 7.4087 21 9V12",
3752
+ stroke: "currentColor",
3753
+ strokeLinecap: "round",
3754
+ strokeLinejoin: "round"
3755
+ }
3756
+ )
3757
+ }
3758
+ );
3759
+ },
3760
+ "arrow-uturn-left": ({ className, fill }) => {
3761
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3762
+ "svg",
3763
+ {
3764
+ width: "24",
3765
+ height: "24",
3766
+ viewBox: "0 0 24 24",
3767
+ fill: "none",
3768
+ xmlns: "http://www.w3.org/2000/svg",
3769
+ className,
3770
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3771
+ "path",
3772
+ {
3773
+ d: "M9 15L3 9M3 9L9 3M3 9H15C16.5913 9 18.1174 9.63214 19.2426 10.7574C20.3679 11.8826 21 13.4087 21 15C21 16.5913 20.3679 18.1174 19.2426 19.2426C18.1174 20.3679 16.5913 21 15 21H12",
3774
+ stroke: "currentColor",
3775
+ strokeLinecap: "round",
3776
+ strokeLinejoin: "round"
3777
+ }
3778
+ )
3779
+ }
3780
+ );
3781
+ },
3782
+ "arrow-uturn-right": ({ className, fill }) => {
3783
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3784
+ "svg",
3785
+ {
3786
+ width: "24",
3787
+ height: "24",
3788
+ viewBox: "0 0 24 24",
3789
+ fill: "none",
3790
+ xmlns: "http://www.w3.org/2000/svg",
3791
+ className,
3792
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3793
+ "path",
3794
+ {
3795
+ d: "M15 15L21 9M21 9L15 3M21 9H9C7.4087 9 5.88258 9.63214 4.75736 10.7574C3.63214 11.8826 3 13.4087 3 15C3 16.5913 3.63214 18.1174 4.75736 19.2426C5.88258 20.3679 7.4087 21 9 21H12",
3796
+ stroke: "currentColor",
3797
+ strokeLinecap: "round",
3798
+ strokeLinejoin: "round"
3799
+ }
3800
+ )
3801
+ }
3802
+ );
3803
+ },
3804
+ "arrow-up": ({ className, fill }) => {
3805
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3806
+ "svg",
3807
+ {
3808
+ width: "24",
3809
+ height: "24",
3810
+ viewBox: "0 0 24 24",
3811
+ fill: "none",
3812
+ xmlns: "http://www.w3.org/2000/svg",
3813
+ className,
3814
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3815
+ "path",
3816
+ {
3817
+ d: "M4.5 10.5L12 3M12 3L19.5 10.5M12 3V21",
3818
+ stroke: "currentColor",
3819
+ strokeLinecap: "round",
3820
+ strokeLinejoin: "round"
3821
+ }
3822
+ )
3823
+ }
3824
+ );
3825
+ },
3826
+ "arrow-down": ({ className, fill }) => {
3827
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3828
+ "svg",
3829
+ {
3830
+ width: "24",
3831
+ height: "24",
3832
+ viewBox: "0 0 24 24",
3833
+ fill: "none",
3834
+ xmlns: "http://www.w3.org/2000/svg",
3835
+ className,
3836
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3837
+ "path",
3838
+ {
3839
+ d: "M19.5 13.5L12 21M12 21L4.5 13.5M12 21V3",
3840
+ stroke: "currentColor",
3841
+ strokeLinecap: "round",
3842
+ strokeLinejoin: "round"
3843
+ }
3844
+ )
3845
+ }
3846
+ );
3847
+ },
3848
+ "arrow-left": ({ className, fill }) => {
3849
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3850
+ "svg",
3851
+ {
3852
+ width: "24",
3853
+ height: "24",
3854
+ viewBox: "0 0 24 24",
3855
+ fill: "none",
3856
+ xmlns: "http://www.w3.org/2000/svg",
3857
+ className,
3858
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3859
+ "path",
3860
+ {
3861
+ d: "M10.5 19.5L3 12M3 12L10.5 4.5M3 12H21",
3862
+ stroke: "currentColor",
3863
+ strokeLinecap: "round",
3864
+ strokeLinejoin: "round"
3865
+ }
3866
+ )
3867
+ }
3868
+ );
3869
+ },
3870
+ "arrow-right": ({ className, fill }) => {
3871
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3872
+ "svg",
3873
+ {
3874
+ width: "24",
3875
+ height: "24",
3876
+ viewBox: "0 0 24 24",
3877
+ fill: "none",
3878
+ xmlns: "http://www.w3.org/2000/svg",
3879
+ className,
3880
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3881
+ "path",
3882
+ {
3883
+ d: "M13.5 4.5L21 12M21 12L13.5 19.5M21 12H3",
3884
+ stroke: "currentColor",
3885
+ strokeLinecap: "round",
3886
+ strokeLinejoin: "round"
3887
+ }
3888
+ )
3889
+ }
3890
+ );
3891
+ },
3892
+ "arrow-up-thin": ({ className, fill }) => {
3893
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3894
+ "svg",
3895
+ {
3896
+ width: "24",
3897
+ height: "24",
3898
+ viewBox: "0 0 24 24",
3899
+ fill: "none",
3900
+ xmlns: "http://www.w3.org/2000/svg",
3901
+ className,
3902
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3903
+ "path",
3904
+ {
3905
+ d: "M8.25 6.75L12 3M12 3L15.75 6.75M12 3V21",
3906
+ stroke: "currentColor",
3907
+ strokeLinecap: "round",
3908
+ strokeLinejoin: "round"
3909
+ }
3910
+ )
3911
+ }
3912
+ );
3913
+ },
3914
+ "arrow-down-thin": ({ className, fill }) => {
3915
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3916
+ "svg",
3917
+ {
3918
+ width: "24",
3919
+ height: "24",
3920
+ viewBox: "0 0 24 24",
3921
+ fill: "none",
3922
+ xmlns: "http://www.w3.org/2000/svg",
3923
+ className,
3924
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3925
+ "path",
3926
+ {
3927
+ d: "M15.75 17.25L12 21M12 21L8.25 17.25M12 21V3",
3928
+ stroke: "currentColor",
3929
+ strokeLinecap: "round",
3930
+ strokeLinejoin: "round"
3931
+ }
3932
+ )
3933
+ }
3934
+ );
3935
+ },
3936
+ "arrow-left-thin": ({ className, fill }) => {
3937
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3938
+ "svg",
3939
+ {
3940
+ width: "24",
3941
+ height: "24",
3942
+ viewBox: "0 0 24 24",
3943
+ fill: "none",
3944
+ xmlns: "http://www.w3.org/2000/svg",
3945
+ className,
3946
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3947
+ "path",
3948
+ {
3949
+ d: "M6.75 15.75L3 12M3 12L6.75 8.25M3 12H21",
3950
+ stroke: "currentColor",
3951
+ strokeLinecap: "round",
3952
+ strokeLinejoin: "round"
3953
+ }
3954
+ )
3955
+ }
3956
+ );
3957
+ },
3958
+ "arrow-right-thin": ({ className, fill }) => {
3959
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3960
+ "svg",
3961
+ {
3962
+ width: "24",
3963
+ height: "24",
3964
+ viewBox: "0 0 24 24",
3965
+ fill: "none",
3966
+ xmlns: "http://www.w3.org/2000/svg",
3967
+ className,
3968
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3969
+ "path",
3970
+ {
3971
+ d: "M17.25 8.25L21 12M21 12L17.25 15.75M21 12H3",
3972
+ stroke: "currentColor",
3973
+ strokeLinecap: "round",
3974
+ strokeLinejoin: "round"
3975
+ }
3976
+ )
3977
+ }
3978
+ );
3979
+ },
3980
+ "convert-horizontal": ({ className }) => {
3981
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3982
+ "svg",
3983
+ {
3984
+ width: "24",
3985
+ height: "24",
3986
+ viewBox: "0 0 24 24",
3987
+ fill: "none",
3988
+ xmlns: "http://www.w3.org/2000/svg",
3989
+ className,
3990
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3991
+ "path",
3992
+ {
3993
+ d: "M7.5 21L3 16.5M3 16.5L7.5 12M3 16.5H16.5M16.5 3L21 7.5M21 7.5L16.5 12M21 7.5H7.5",
3994
+ stroke: "currentColor",
3995
+ strokeLinecap: "round",
3996
+ strokeLinejoin: "round"
3997
+ }
3998
+ )
3999
+ }
4000
+ );
4001
+ },
4002
+ "convert-vertical": ({ className }) => {
4003
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4004
+ "svg",
4005
+ {
4006
+ width: "24",
4007
+ height: "24",
4008
+ viewBox: "0 0 24 24",
4009
+ fill: "none",
4010
+ xmlns: "http://www.w3.org/2000/svg",
4011
+ className,
4012
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4013
+ "path",
4014
+ {
4015
+ d: "M3 7.5L7.5 3M7.5 3L12 7.5M7.5 3V16.5M21 16.5L16.5 21M16.5 21L12 16.5M16.5 21V7.5",
4016
+ stroke: "currentColor",
4017
+ strokeLinecap: "round",
4018
+ strokeLinejoin: "round"
4019
+ }
4020
+ )
4021
+ }
4022
+ );
4023
+ },
4024
+ "arrow-both-vertical": ({ className, fill }) => {
4025
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4026
+ "svg",
4027
+ {
4028
+ width: "24",
4029
+ height: "24",
4030
+ viewBox: "0 0 24 24",
4031
+ fill: "none",
4032
+ xmlns: "http://www.w3.org/2000/svg",
4033
+ className,
4034
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4035
+ "path",
4036
+ {
4037
+ d: "M8.25 15L12 18.75L15.75 15M8.25 9L12 5.25L15.75 9",
4038
+ stroke: "currentColor",
4039
+ strokeLinecap: "round",
4040
+ strokeLinejoin: "round"
4041
+ }
4042
+ )
4043
+ }
4044
+ );
4045
+ },
4046
+ // ** Control **
4047
+ fullscreen: ({ className, fill }) => {
4048
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4049
+ "svg",
4050
+ {
4051
+ width: "24",
4052
+ height: "24",
4053
+ viewBox: "0 0 24 24",
4054
+ fill: "none",
4055
+ xmlns: "http://www.w3.org/2000/svg",
4056
+ className,
4057
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4058
+ "path",
4059
+ {
4060
+ d: "M3.75 3.75V8.25M3.75 3.75H8.25M3.75 3.75L9 9M3.75 20.25V15.75M3.75 20.25H8.25M3.75 20.25L9 15M20.25 3.75H15.75M20.25 3.75V8.25M20.25 3.75L15 9M20.25 20.25H15.75M20.25 20.25V15.75M20.25 20.25L15 15",
4061
+ stroke: "currentColor",
4062
+ strokeLinecap: "round",
4063
+ strokeLinejoin: "round"
4064
+ }
4065
+ )
4066
+ }
4067
+ );
4068
+ },
4069
+ "fullscreen-exit": ({ className, fill }) => {
4070
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4071
+ "svg",
4072
+ {
4073
+ width: "24",
4074
+ height: "24",
4075
+ viewBox: "0 0 24 24",
4076
+ fill: "none",
4077
+ xmlns: "http://www.w3.org/2000/svg",
4078
+ className,
4079
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4080
+ "path",
4081
+ {
4082
+ d: "M9 9V4.5M9 9H4.5M9 9L3.75 3.75M9 15V19.5M9 15H4.5M9 15L3.75 20.25M15 9H19.5M15 9V4.5M15 9L20.25 3.75M15 15H19.5M15 15V19.5M15 15L20.25 20.25",
4083
+ stroke: "currentColor",
4084
+ strokeLinecap: "round",
4085
+ strokeLinejoin: "round"
4086
+ }
4087
+ )
4088
+ }
4089
+ );
4090
+ },
4091
+ undo: ({ className, fill }) => {
4092
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4093
+ "svg",
4094
+ {
4095
+ width: "24",
4096
+ height: "24",
4097
+ viewBox: "0 0 24 24",
4098
+ fill: "none",
4099
+ xmlns: "http://www.w3.org/2000/svg",
4100
+ className,
4101
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4102
+ "path",
4103
+ {
4104
+ d: "M4.16635 2.3705C4.02963 2.40138 3.96965 2.46618 3.88967 2.57814C3.83652 2.73759 3.82947 2.87234 3.82026 3.04035C3.81843 3.07293 3.81659 3.10551 3.8147 3.13907C3.80866 3.24725 3.80292 3.35544 3.7972 3.46364C3.79308 3.53968 3.78894 3.61572 3.78479 3.69175C3.77611 3.85189 3.76758 4.01204 3.75915 4.17219C3.7506 4.33439 3.74183 4.49657 3.73283 4.65875C3.70372 5.18383 3.6771 5.70895 3.6553 6.23439C3.65277 6.29424 3.65025 6.35409 3.64764 6.41575C3.64189 6.56893 3.63793 6.722 3.63497 6.87526C3.63254 6.93958 3.63254 6.93958 3.63006 7.00519C3.62873 7.18914 3.63157 7.28093 3.74409 7.43074C3.95039 7.52891 4.13804 7.5366 4.36428 7.5458C4.41131 7.5484 4.45834 7.55101 4.50679 7.55369C4.66043 7.56201 4.8141 7.56911 4.9678 7.57619C5.07383 7.58169 5.17985 7.58726 5.28588 7.59291C5.49973 7.60419 5.7136 7.615 5.9275 7.62542C6.20327 7.63895 6.47891 7.65413 6.75454 7.67012C6.90701 7.67887 7.05947 7.68759 7.21194 7.69631C7.24689 7.69832 7.28183 7.70033 7.31784 7.7024C7.53444 7.71471 7.75104 7.72517 7.9678 7.73439C8.02226 7.73733 8.07671 7.74027 8.13282 7.7433C8.20794 7.74587 8.20794 7.74587 8.28457 7.74849C8.32778 7.75033 8.37099 7.75216 8.41551 7.75404C8.56944 7.72769 8.62227 7.66781 8.7178 7.54689C8.7742 7.353 8.78885 7.26326 8.69143 7.084C8.50492 6.9214 8.27626 6.9325 8.03642 6.91929C7.98661 6.91648 7.9368 6.91367 7.88548 6.91077C7.83216 6.90793 7.77884 6.9051 7.7239 6.90218C7.66804 6.89913 7.61217 6.89607 7.55461 6.89292C7.43626 6.8865 7.3179 6.88016 7.19953 6.8739C7.02116 6.86441 6.84281 6.85452 6.66445 6.84459C6.05144 6.8113 5.44112 6.78629 4.82717 6.79689C6.20135 5.19496 8.21424 4.19565 10.3115 3.98439C10.4345 3.97874 10.5564 3.97461 10.6794 3.97322C10.7134 3.97277 10.7474 3.97231 10.7825 3.97183C11.5643 3.96346 12.3143 3.97928 13.0772 4.17189C13.1172 4.18194 13.1572 4.19199 13.1985 4.20234C15.3792 4.76853 17.2608 6.17196 18.4079 8.11445C19.5208 10.0576 19.8565 12.3493 19.2969 14.5254C18.7207 16.6293 17.3551 18.5176 15.4649 19.629C13.4193 20.7872 11.1283 21.1232 8.84507 20.5163C8.082 20.2985 7.31983 19.9839 6.6553 19.5469C6.62385 19.5262 6.59241 19.5056 6.56001 19.4843C6.07324 19.1603 5.61756 18.8119 5.21646 18.384C5.1553 18.3281 5.1553 18.3281 5.06155 18.3281C5.0497 18.3008 5.03786 18.2735 5.02566 18.2454C4.92301 18.0596 4.76624 17.9318 4.5928 17.8125C4.44338 17.7774 4.44338 17.7774 4.31155 17.8125C4.15041 17.9281 4.08874 18.0048 4.03616 18.1963C4.10165 18.4817 4.29576 18.6414 4.49905 18.8438C4.53512 18.8821 4.57119 18.9204 4.60836 18.9599C4.91989 19.2853 5.26425 19.5589 5.62405 19.8281C5.66302 19.8575 5.702 19.8869 5.74215 19.9171C7.30581 21.0519 9.17315 21.6196 11.0967 21.6211C11.1332 21.6211 11.1697 21.6212 11.2074 21.6212C11.794 21.6204 12.361 21.5908 12.9365 21.4688C12.9752 21.4607 13.0138 21.4527 13.0536 21.4444C14.8321 21.0626 16.3634 20.1905 17.6709 18.9375C17.7062 18.9042 17.7414 18.8709 17.7777 18.8366C19.2804 17.3815 20.3163 15.1034 20.3529 13.0076C20.3534 12.9547 20.3534 12.9547 20.354 12.9007C20.3544 12.8627 20.3549 12.8247 20.3554 12.7856C20.3634 11.9459 20.3574 11.1329 20.1553 10.3125C20.1448 10.2695 20.1342 10.2265 20.1233 10.1822C19.7469 8.69257 19.0429 7.32785 18 6.19722C17.9175 6.10714 17.8393 6.01518 17.7617 5.92092C17.6072 5.73985 17.431 5.59034 17.249 5.43752C17.2097 5.40284 17.1703 5.36815 17.1297 5.33242C15.27 3.72446 12.8435 2.98965 10.4033 3.15548C8.1715 3.33391 6.07215 4.30842 4.49905 5.90627C4.50081 5.87208 4.50257 5.83788 4.50439 5.80265C4.52106 5.47859 4.53762 5.15452 4.55405 4.83044C4.5625 4.66388 4.571 4.49732 4.57959 4.33076C4.5895 4.13877 4.59921 3.94678 4.60891 3.75478C4.61199 3.69568 4.61506 3.63658 4.61823 3.57569C4.66333 2.6743 4.66333 2.6743 4.56936 2.47853C4.42668 2.37153 4.34135 2.35942 4.16635 2.3705Z",
4105
+ fill: "currentColor"
4106
+ }
4107
+ )
4108
+ }
4109
+ );
4110
+ },
4111
+ redo: ({ className, fill }) => {
4112
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4113
+ "svg",
4114
+ {
4115
+ width: "24",
4116
+ height: "24",
4117
+ viewBox: "0 0 24 24",
4118
+ fill: "none",
4119
+ xmlns: "http://www.w3.org/2000/svg",
4120
+ className,
4121
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4122
+ "path",
4123
+ {
4124
+ d: "M19.8337 2.3705C19.9704 2.40138 20.0304 2.46618 20.1103 2.57814C20.1635 2.73759 20.1705 2.87234 20.1797 3.04035C20.1816 3.07293 20.1834 3.10551 20.1853 3.13907C20.1913 3.24725 20.1971 3.35544 20.2028 3.46364C20.2069 3.53968 20.2111 3.61572 20.2152 3.69175C20.2239 3.85189 20.2324 4.01204 20.2408 4.17219C20.2494 4.33439 20.2582 4.49657 20.2672 4.65875C20.2963 5.18383 20.3229 5.70895 20.3447 6.23439C20.3472 6.29424 20.3498 6.35409 20.3524 6.41575C20.3581 6.56893 20.3621 6.722 20.365 6.87526C20.3675 6.93958 20.3675 6.93958 20.3699 7.00519C20.3713 7.18914 20.3684 7.28093 20.2559 7.43074C20.0496 7.52891 19.862 7.5366 19.6357 7.5458C19.5887 7.5484 19.5417 7.55101 19.4932 7.55369C19.3396 7.56201 19.1859 7.56911 19.0322 7.57619C18.9262 7.58169 18.8201 7.58726 18.7141 7.59291C18.5003 7.60419 18.2864 7.615 18.0725 7.62542C17.7967 7.63895 17.5211 7.65413 17.2455 7.67012C17.093 7.67887 16.9405 7.68759 16.7881 7.69631C16.7531 7.69832 16.7182 7.70033 16.6822 7.7024C16.4656 7.71471 16.249 7.72517 16.0322 7.73439C15.9777 7.73733 15.9233 7.74027 15.8672 7.7433C15.7921 7.74587 15.7921 7.74587 15.7154 7.74849C15.6722 7.75033 15.629 7.75216 15.5845 7.75404C15.4306 7.72769 15.3777 7.66781 15.2822 7.54689C15.2258 7.353 15.2111 7.26326 15.3086 7.084C15.4951 6.9214 15.7237 6.9325 15.9636 6.91929C16.0134 6.91648 16.0632 6.91367 16.1145 6.91077C16.1678 6.90793 16.2212 6.9051 16.2761 6.90218C16.332 6.89913 16.3878 6.89607 16.4454 6.89292C16.5637 6.8865 16.6821 6.88016 16.8005 6.8739C16.9788 6.86441 17.1572 6.85452 17.3355 6.84459C17.9486 6.8113 18.5589 6.78629 19.1728 6.79689C17.7986 5.19496 15.7858 4.19565 13.6885 3.98439C13.5655 3.97874 13.4436 3.97461 13.3206 3.97322C13.2866 3.97277 13.2526 3.97231 13.2175 3.97183C12.4357 3.96346 11.6857 3.97928 10.9228 4.17189C10.8828 4.18194 10.8428 4.19199 10.8015 4.20234C8.62081 4.76853 6.73922 6.17196 5.5921 8.11445C4.47923 10.0576 4.14351 12.3493 4.7031 14.5254C5.27927 16.6293 6.64485 18.5176 8.53505 19.629C10.5807 20.7872 12.8717 21.1232 15.1549 20.5163C15.918 20.2985 16.6802 19.9839 17.3447 19.5469C17.3761 19.5262 17.4076 19.5056 17.44 19.4843C17.9268 19.1603 18.3824 18.8119 18.7835 18.384C18.8447 18.3281 18.8447 18.3281 18.9385 18.3281C18.9503 18.3008 18.9621 18.2735 18.9743 18.2454C19.077 18.0596 19.2338 17.9318 19.4072 17.8125C19.5566 17.7774 19.5566 17.7774 19.6885 17.8125C19.8496 17.9281 19.9113 18.0048 19.9638 18.1963C19.8983 18.4817 19.7042 18.6414 19.501 18.8438C19.4649 18.8821 19.4288 18.9204 19.3916 18.9599C19.0801 19.2853 18.7357 19.5589 18.376 19.8281C18.337 19.8575 18.298 19.8869 18.2578 19.9171C16.6942 21.0519 14.8268 21.6196 12.9033 21.6211C12.8668 21.6211 12.8303 21.6212 12.7926 21.6212C12.206 21.6204 11.639 21.5908 11.0635 21.4688C11.0248 21.4607 10.9862 21.4527 10.9464 21.4444C9.1679 21.0626 7.6366 20.1905 6.32908 18.9375C6.29385 18.9042 6.25862 18.8709 6.22233 18.8366C4.71955 17.3815 3.68373 15.1034 3.64711 13.0076C3.64658 12.9547 3.64658 12.9547 3.64603 12.9007C3.64557 12.8627 3.64512 12.8247 3.64464 12.7856C3.63658 11.9459 3.64258 11.1329 3.8447 10.3125C3.85525 10.2695 3.86579 10.2265 3.87665 10.1822C4.25308 8.69257 4.95709 7.32785 6.00004 6.19722C6.08247 6.10714 6.16071 6.01518 6.23826 5.92092C6.39279 5.73985 6.56905 5.59034 6.75095 5.43752C6.79035 5.40284 6.82975 5.36815 6.87034 5.33242C8.73001 3.72446 11.1565 2.98965 13.5967 3.15548C15.8285 3.33391 17.9279 4.30842 19.501 5.90627C19.4992 5.87208 19.4974 5.83788 19.4956 5.80265C19.4789 5.47859 19.4624 5.15452 19.4459 4.83044C19.4375 4.66388 19.429 4.49732 19.4204 4.33076C19.4105 4.13877 19.4008 3.94678 19.3911 3.75478C19.388 3.69568 19.3849 3.63658 19.3818 3.57569C19.3367 2.6743 19.3367 2.6743 19.4306 2.47853C19.5733 2.37153 19.6586 2.35942 19.8337 2.3705Z",
4125
+ fill: "currentColor"
4126
+ }
4127
+ )
4128
+ }
4129
+ );
4130
+ },
4131
+ reset: ({ className, fill }) => {
4132
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
4133
+ "svg",
4134
+ {
4135
+ width: "24",
4136
+ height: "24",
4137
+ viewBox: "0 0 24 24",
4138
+ fill: "none",
4139
+ xmlns: "http://www.w3.org/2000/svg",
4140
+ className,
4141
+ children: [
4142
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#clip0_377_2103)", children: [
4143
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4144
+ "path",
4145
+ {
4146
+ d: "M3.19421 9.44931C3.92844 7.26609 5.4231 5.4196 7.4055 4.24672C9.3879 3.07384 11.7259 2.65276 13.9929 3.06029C16.26 3.46783 18.3049 4.67682 19.7547 6.4667C21.2045 8.25657 21.9625 10.508 21.8904 12.8103C21.8183 15.1125 20.9209 17.3121 19.3619 19.0077C17.803 20.7034 15.6863 21.782 13.3982 22.0469C11.1101 22.3117 8.80308 21.7452 6.89797 20.4505C4.99286 19.1559 3.61668 17.2195 3.02053 14.9946",
4147
+ stroke: "currentColor",
4148
+ strokeWidth: "0.8",
4149
+ strokeLinecap: "round"
4150
+ }
4151
+ ),
4152
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4153
+ "path",
4154
+ {
4155
+ d: "M1.61074 5.77109L2.82717 10.2312L6.90294 7.87801",
4156
+ stroke: "currentColor",
4157
+ strokeWidth: "0.8",
4158
+ strokeLinecap: "round"
4159
+ }
4160
+ )
4161
+ ] }),
4162
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip0_377_2103", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
4163
+ ]
4164
+ }
4165
+ );
4166
+ },
4167
+ "sync-circle": ({ className, fill }) => {
4168
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4169
+ "svg",
4170
+ {
4171
+ width: "24",
4172
+ height: "24",
4173
+ viewBox: "0 0 24 24",
4174
+ fill: "none",
4175
+ xmlns: "http://www.w3.org/2000/svg",
4176
+ className,
4177
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4178
+ "path",
4179
+ {
4180
+ d: "M16.0234 9.34794H21.0154L17.8344 6.16494C16.8103 5.14081 15.5346 4.40433 14.1356 4.02955C12.7366 3.65476 11.2636 3.65487 9.86464 4.02986C8.4657 4.40486 7.19014 5.14153 6.16617 6.16581C5.14221 7.19009 4.40594 8.46588 4.03138 9.86494M2.98537 19.6439V14.6519M2.98537 14.6519H7.97738M2.98537 14.6519L6.16537 17.8349C7.18949 18.8591 8.46517 19.5955 9.86416 19.9703C11.2632 20.3451 12.7362 20.345 14.1351 19.97C15.534 19.595 16.8096 18.8584 17.8336 17.8341C18.8575 16.8098 19.5938 15.534 19.9684 14.1349M21.0154 4.35594V9.34594",
4181
+ stroke: "currentColor",
4182
+ strokeLinecap: "round",
4183
+ strokeLinejoin: "round"
4184
+ }
4185
+ )
4186
+ }
4187
+ );
4188
+ },
4189
+ "sync-square": ({ className, fill }) => {
4190
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4191
+ "svg",
4192
+ {
4193
+ width: "24",
4194
+ height: "24",
4195
+ viewBox: "0 0 24 24",
4196
+ fill: "none",
4197
+ xmlns: "http://www.w3.org/2000/svg",
4198
+ className,
4199
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4200
+ "path",
4201
+ {
4202
+ d: "M19.5 11.9999C19.5 10.7679 19.454 9.54694 19.362 8.33794C19.2912 7.38009 18.8787 6.47953 18.1996 5.80038C17.5204 5.12123 16.6199 4.7087 15.662 4.63794C13.2241 4.45402 10.7759 4.45402 8.338 4.63794C7.38015 4.7087 6.4796 5.12123 5.80045 5.80038C5.1213 6.47953 4.70876 7.38009 4.638 8.33794C4.621 8.55794 4.606 8.77894 4.592 8.99994M19.5 11.9999L22.5 8.99994M19.5 11.9999L16.5 8.99994M4.5 11.9999C4.5 13.2319 4.546 14.4529 4.638 15.6619C4.70876 16.6198 5.1213 17.5203 5.80045 18.1995C6.4796 18.8786 7.38015 19.2912 8.338 19.3619C10.7759 19.5459 13.2241 19.5459 15.662 19.3619C16.6199 19.2912 17.5204 18.8786 18.1996 18.1995C18.8787 17.5203 19.2912 16.6198 19.362 15.6619C19.379 15.4419 19.394 15.2209 19.408 14.9999M4.5 11.9999L7.5 14.9999M4.5 11.9999L1.5 14.9999",
4203
+ stroke: "currentColor",
4204
+ strokeLinecap: "round",
4205
+ strokeLinejoin: "round"
4206
+ }
4207
+ )
4208
+ }
4209
+ );
4210
+ },
4211
+ // ** Logo **
4212
+ google: ({ className, fill }) => {
4213
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
4214
+ "svg",
4215
+ {
4216
+ width: "24",
4217
+ height: "24",
4218
+ viewBox: "0 0 24 24",
4219
+ fill: "none",
4220
+ xmlns: "http://www.w3.org/2000/svg",
4221
+ className,
4222
+ children: [
4223
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "24", height: "24", fill: "transparent" }),
4224
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4225
+ "path",
4226
+ {
4227
+ d: "M11.9853 2.37609C12.0222 2.37617 12.059 2.37626 12.0969 2.37635C12.6841 2.37863 13.2519 2.41081 13.8281 2.53136C13.8882 2.54343 13.8882 2.54343 13.9496 2.55574C15.428 2.85824 16.8181 3.50405 17.9971 4.44738C18.0278 4.4719 18.0586 4.49642 18.0903 4.52168C18.2917 4.68842 18.4833 4.86075 18.5389 5.12725C18.538 5.16103 18.5371 5.1948 18.5361 5.2296C18.536 5.28045 18.536 5.28045 18.5359 5.33233C18.4924 5.55805 18.3425 5.71618 18.1841 5.87427C18.1459 5.91258 18.1078 5.95089 18.0684 5.99036C18.0069 6.05138 18.0069 6.05138 17.9441 6.11364C17.9019 6.15585 17.8597 6.19807 17.8161 6.24156C17.727 6.33056 17.6378 6.41946 17.5484 6.50821C17.4338 6.62203 17.3195 6.73617 17.2053 6.85041C17.0962 6.95944 16.987 7.06828 16.8777 7.17711C16.8161 7.23871 16.8161 7.23871 16.7531 7.30154C16.6961 7.35812 16.6961 7.35812 16.6379 7.41584C16.6044 7.44917 16.5709 7.4825 16.5364 7.51684C16.3759 7.66528 16.2286 7.66243 16.0171 7.65941C15.7926 7.62627 15.646 7.49357 15.4687 7.35949C14.4354 6.64743 13.307 6.21296 12.0381 6.21984C11.9616 6.22018 11.9616 6.22018 11.8835 6.22054C11.4569 6.22668 11.054 6.26988 10.6406 6.37511C10.5944 6.3868 10.5944 6.3868 10.5472 6.39873C9.31447 6.72307 8.15898 7.4457 7.40623 8.48449C7.38715 8.51076 7.36807 8.53704 7.34842 8.56411C6.44522 9.82251 6.04479 11.3435 6.273 12.8869C6.30076 13.0461 6.33542 13.2028 6.37498 13.3595C6.38278 13.3904 6.39057 13.4212 6.3986 13.4531C6.7292 14.7093 7.45059 15.8056 8.48436 16.5939C8.52031 16.6217 8.55626 16.6496 8.5933 16.6783C9.79564 17.5662 11.3081 17.9232 12.7868 17.7425C12.9802 17.7134 13.1698 17.673 13.3594 17.6251C13.3902 17.6173 13.4211 17.6095 13.4529 17.6015C14.867 17.2294 16.01 16.3763 16.834 15.1759C16.8519 15.1503 16.8699 15.1246 16.8884 15.0982C17.0264 14.8917 17.1304 14.6733 17.234 14.4483C17.2491 14.4157 17.2642 14.383 17.2798 14.3494C17.3168 14.2695 17.3537 14.1895 17.3906 14.1095C17.3349 14.1098 17.2791 14.1101 17.2217 14.1104C16.6961 14.1133 16.1706 14.1154 15.645 14.1168C15.3748 14.1175 15.1046 14.1185 14.8344 14.1201C14.5737 14.1216 14.3129 14.1225 14.0521 14.1228C13.9526 14.1231 13.8532 14.1236 13.7537 14.1244C13.6144 14.1254 13.475 14.1255 13.3356 14.1255C13.2946 14.126 13.2535 14.1265 13.2112 14.127C12.9751 14.1258 12.8141 14.0994 12.6094 13.9689C12.3901 13.7437 12.3696 13.5422 12.3674 13.2377C12.367 13.1863 12.3665 13.1348 12.3661 13.0818C12.3658 12.999 12.3658 12.999 12.3655 12.9145C12.3652 12.8574 12.3649 12.8002 12.3647 12.7413C12.3642 12.6205 12.3639 12.4997 12.3637 12.3789C12.3633 12.1945 12.3618 12.0101 12.3603 11.8256C12.36 11.7081 12.3598 11.5906 12.3596 11.4731C12.359 11.4181 12.3584 11.3632 12.3578 11.3065C12.3586 11.0172 12.3701 10.8001 12.5156 10.547C12.7397 10.3393 12.8644 10.3067 13.1663 10.3057C13.1999 10.3055 13.2335 10.3054 13.268 10.3052C13.3811 10.3047 13.4942 10.3045 13.6072 10.3043C13.6881 10.304 13.7689 10.3037 13.8497 10.3034C14.0698 10.3026 14.2898 10.3021 14.5099 10.3017C14.6473 10.3014 14.7847 10.3012 14.9222 10.3009C15.352 10.3 15.7818 10.2993 16.2117 10.2989C16.7081 10.2985 17.2046 10.2972 17.701 10.2953C18.0845 10.2939 18.468 10.2932 18.8516 10.2931C19.0807 10.293 19.3098 10.2925 19.539 10.2914C19.7546 10.2903 19.9702 10.2901 20.1858 10.2905C20.2649 10.2906 20.344 10.2903 20.4231 10.2896C20.5312 10.2888 20.6392 10.2891 20.7473 10.2897C20.838 10.2896 20.838 10.2896 20.9305 10.2894C21.1669 10.323 21.3165 10.4226 21.4595 10.6121C21.6675 11.0655 21.6266 11.6266 21.624 12.1173C21.6239 12.1523 21.6238 12.1873 21.6237 12.2234C21.621 12.7997 21.5877 13.3566 21.4687 13.922C21.4599 13.9653 21.4511 14.0085 21.442 14.0531C21.0759 15.7999 20.2484 17.3132 19.0312 18.6095C19.0082 18.6341 18.9851 18.6588 18.9613 18.6842C17.4473 20.2895 15.4295 21.2282 13.2656 21.5626C13.2158 21.5705 13.2158 21.5705 13.165 21.5785C10.7451 21.9045 8.17253 21.2034 6.23436 19.7345C4.15116 18.1368 2.79489 15.8492 2.43364 13.2441C2.38186 12.8353 2.37391 12.4293 2.37596 12.0177C2.37606 11.9809 2.37616 11.9441 2.37626 11.9062C2.38772 9.29548 3.45827 6.92838 5.27635 5.0714C7.06029 3.32824 9.50031 2.36403 11.9853 2.37609Z",
4228
+ fill: "#157DE5"
4229
+ }
4230
+ ),
4231
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4232
+ "path",
4233
+ {
4234
+ d: "M11.9854 2.37609C12.0222 2.37617 12.059 2.37626 12.097 2.37635C12.6841 2.37863 13.252 2.41081 13.8282 2.53136C13.8883 2.54343 13.8883 2.54343 13.9496 2.55574C15.4281 2.85824 16.8181 3.50405 17.9971 4.44738C18.0279 4.4719 18.0587 4.49642 18.0904 4.52168C18.2917 4.68842 18.4833 4.86075 18.5389 5.12725C18.538 5.16103 18.5371 5.1948 18.5362 5.2296C18.5361 5.28045 18.5361 5.28045 18.536 5.33233C18.4924 5.55805 18.3425 5.71618 18.1841 5.87427C18.146 5.91258 18.1078 5.95089 18.0685 5.99036C18.007 6.05138 18.007 6.05138 17.9442 6.11364C17.9019 6.15585 17.8597 6.19807 17.8162 6.24156C17.7271 6.33056 17.6378 6.41946 17.5485 6.50821C17.4338 6.62203 17.3195 6.73617 17.2053 6.85041C17.0963 6.95944 16.987 7.06828 16.8778 7.17711C16.8161 7.23871 16.8161 7.23871 16.7532 7.30154C16.6962 7.35812 16.6962 7.35812 16.638 7.41584C16.6045 7.44917 16.571 7.4825 16.5364 7.51684C16.3759 7.66528 16.2287 7.66243 16.0172 7.65941C15.7926 7.62627 15.6461 7.49357 15.4688 7.35949C14.4355 6.64743 13.307 6.21296 12.0381 6.21984C11.9616 6.22018 11.9616 6.22018 11.8836 6.22054C11.4569 6.22668 11.054 6.26988 10.6407 6.37511C10.5944 6.3868 10.5944 6.3868 10.5473 6.39873C9.31452 6.72307 8.15902 7.4457 7.40628 8.48449C7.3872 8.51076 7.36812 8.53704 7.34846 8.56411C6.4453 9.82246 6.04474 11.3435 6.27306 12.8869C6.3769 13.4827 6.56255 14.0479 6.83275 14.5884C6.89836 14.7205 6.93753 14.8034 6.93753 14.9532C6.88673 14.9822 6.88673 14.9822 6.8349 15.0117C5.78619 15.6091 4.7428 16.2152 3.70315 16.8282C2.64676 15.6386 2.36837 13.5499 2.37601 12.0177C2.37611 11.9809 2.37621 11.9441 2.37631 11.9062C2.38777 9.29548 3.45832 6.92838 5.2764 5.0714C7.06034 3.32824 9.50036 2.36403 11.9854 2.37609Z",
4235
+ fill: "#FF4B25"
4236
+ }
4237
+ ),
4238
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4239
+ "path",
4240
+ {
4241
+ d: "M6.93749 14.9062C7.08945 15.054 7.20416 15.2038 7.32128 15.3809C7.64691 15.8602 8.02313 16.2421 8.48436 16.5938C8.52032 16.6216 8.55627 16.6495 8.59331 16.6782C9.79564 17.5661 11.3081 17.9231 12.7868 17.7424C13.4155 17.6477 14.0204 17.4564 14.5842 17.1632C14.7867 17.0609 14.7867 17.0609 14.9067 17.0684C15.0398 17.1269 15.0706 17.2034 15.1388 17.3307C15.1644 17.3777 15.19 17.4246 15.2165 17.473C15.2572 17.5497 15.2572 17.5497 15.2988 17.6279C15.3575 17.7356 15.4163 17.8432 15.4751 17.9507C15.4901 17.9783 15.5051 18.0058 15.5205 18.0342C15.6726 18.3131 15.8322 18.5874 15.9932 18.8613C16.0472 18.9535 16.1012 19.0457 16.1552 19.1378C16.1943 19.2045 16.1943 19.2045 16.2342 19.2725C16.3607 19.4886 16.486 19.7052 16.6113 19.9219C16.6444 19.9791 16.6444 19.9791 16.6782 20.0375C16.7282 20.1239 16.7781 20.2104 16.8281 20.2969C16.07 21.1351 14.3223 21.3992 13.2656 21.5625C13.2324 21.5677 13.1992 21.573 13.165 21.5784C10.7452 21.9044 8.17254 21.2033 6.23436 19.7344C5.32979 19.0406 4.5759 18.2401 3.93749 17.2969C3.91398 17.2632 3.89048 17.2295 3.86626 17.1948C3.83336 17.1458 3.83336 17.1458 3.79979 17.0958C3.78003 17.0668 3.76027 17.0379 3.73992 17.008C3.70311 16.9219 3.70311 16.9219 3.71116 16.8234C3.78121 16.6628 3.9551 16.6061 4.10448 16.5293C4.18225 16.4877 4.25994 16.446 4.33757 16.4042C4.37921 16.3819 4.42085 16.3596 4.46376 16.3366C4.68958 16.2133 4.911 16.0825 5.1328 15.9521C5.55378 15.7055 5.97567 15.4604 6.39843 15.2168C6.42566 15.2011 6.45289 15.1854 6.48095 15.1692C6.63311 15.0815 6.78529 14.9939 6.93749 14.9062Z",
4242
+ fill: "#12B346"
4243
+ }
4244
+ ),
4245
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4246
+ "path",
4247
+ {
4248
+ d: "M3.65628 7.21875C3.82242 7.28178 3.9754 7.35526 4.13034 7.44214C4.19986 7.48105 4.19986 7.48105 4.27079 7.52075C4.32034 7.54871 4.36988 7.57666 4.42093 7.60547C4.49837 7.64899 4.49837 7.64899 4.57738 7.69339C4.98447 7.92293 5.38858 8.1574 5.79171 8.39381C6.17109 8.61616 6.55319 8.83323 6.93753 9.04688C6.91255 9.23494 6.84647 9.3833 6.76506 9.55191C6.10686 10.9204 6.06013 12.4937 6.54037 13.9243C6.622 14.1527 6.72434 14.3714 6.83275 14.5883C6.89836 14.7204 6.93753 14.8033 6.93753 14.9531C6.88673 14.982 6.88673 14.982 6.8349 15.0116C5.78619 15.609 4.7428 16.2151 3.70315 16.8281C2.64676 15.6385 2.36837 13.5498 2.37601 12.0176C2.37611 11.9808 2.37621 11.944 2.37631 11.9061C2.38234 10.5328 2.61706 8.25797 3.65628 7.21875Z",
4249
+ fill: "#FED400"
4250
+ }
4251
+ ),
4252
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4253
+ "path",
4254
+ {
4255
+ d: "M12 2.39062C12.982 2.39062 12.982 2.39062 13.3271 2.44629C13.388 2.45565 13.388 2.45565 13.45 2.46519C15.1148 2.734 16.6766 3.39071 17.9971 4.44727C18.0278 4.47179 18.0586 4.49631 18.0903 4.52157C18.2917 4.68831 18.4833 4.86064 18.5389 5.12714C18.538 5.16091 18.5371 5.19469 18.5361 5.22949C18.536 5.28034 18.536 5.28034 18.5359 5.33221C18.4924 5.55793 18.3425 5.71607 18.1841 5.87416C18.1459 5.91247 18.1078 5.95078 18.0685 5.99025C18.0069 6.05127 18.0069 6.05127 17.9442 6.11353C17.9019 6.15574 17.8597 6.19796 17.8162 6.24145C17.727 6.33045 17.6378 6.41935 17.5484 6.50809C17.4338 6.62192 17.3195 6.73606 17.2053 6.8503C17.0962 6.95933 16.987 7.06816 16.8777 7.177C16.8366 7.21806 16.7955 7.25912 16.7532 7.30143C16.7151 7.33915 16.6771 7.37687 16.638 7.41573C16.6044 7.44906 16.5709 7.48239 16.5364 7.51673C16.3759 7.66517 16.2286 7.66232 16.0172 7.6593C15.7926 7.62616 15.6461 7.49346 15.4688 7.35938C14.3868 6.61385 13.3108 6.28833 12 6.1875C12 4.93453 12 3.68156 12 2.39062Z",
4256
+ fill: "#D93F21"
4257
+ }
4258
+ ),
4259
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
4260
+ "path",
4261
+ {
4262
+ d: "M14.9034 17.0692C15.0402 17.1261 15.0694 17.2011 15.1388 17.3307C15.1644 17.3777 15.1901 17.4246 15.2165 17.473C15.2436 17.5241 15.2708 17.5752 15.2988 17.6279C15.3575 17.7356 15.4163 17.8432 15.4752 17.9507C15.4976 17.992 15.4976 17.992 15.5206 18.0342C15.6726 18.3131 15.8322 18.5874 15.9932 18.8613C16.0472 18.9535 16.1012 19.0456 16.1552 19.1378C16.1813 19.1823 16.2074 19.2267 16.2342 19.2725C16.3607 19.4885 16.486 19.7052 16.6113 19.9219C16.6334 19.96 16.6555 19.9982 16.6782 20.0375C16.7282 20.1239 16.7782 20.2104 16.8281 20.2969C16.0697 21.1355 14.3225 21.3985 13.2656 21.5625C13.2329 21.5679 13.2001 21.5733 13.1664 21.5788C12.7772 21.6331 12.397 21.6094 12 21.6094C12 20.3564 12 19.1034 12 17.8125C12.2939 17.7815 12.5878 17.7506 12.8906 17.7187C13.0594 17.6895 13.2204 17.6599 13.3857 17.6191C13.4259 17.6095 13.466 17.5998 13.5073 17.5899C13.9069 17.4872 14.5188 17.0409 14.9034 17.0692Z",
4263
+ fill: "#0F993E"
4264
+ }
4265
+ )
4266
+ ]
4267
+ }
4268
+ );
4269
+ }
4270
+ };
4271
+
4272
+ // src/components/icon/Icon.tsx
4273
+ var import_jsx_runtime2 = require("react/jsx-runtime");
4274
+ var Icon = ({ name, size = "md", fill = false, className, onClick, ...props }) => {
4275
+ const SVGIcon = template[name];
4276
+ const getInputIconSize = (size2) => {
4277
+ switch (size2) {
4278
+ case "sm":
4279
+ return "size-[18px]";
4280
+ case "md":
4281
+ return "size-[21px] stroke-[1.25px]";
4282
+ case "lg":
4283
+ return "size-[24px] stroke-[1.5px]";
4284
+ case "xl":
4285
+ return "size-[27px] stroke-[1.5px]";
4286
+ }
4287
+ };
4288
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("div", { className: "h-fit w-fit", onClick, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
4289
+ SVGIcon,
4290
+ {
4291
+ fill,
4292
+ className: className ? `${getInputIconSize(size)} ${className}` : `${getInputIconSize(size)}`,
4293
+ ...props
4294
+ }
4295
+ ) });
4296
+ };
4297
+ var Icon_default = Icon;
4298
+
4299
+ // src/assets/images/cogwheel.png
4300
+ var cogwheel_default = "../../cogwheel-U2B3CWEL.png";
4301
+
4302
+ // src/assets/images/folder.svg
4303
+ var folder_default = "../../folder-RO3QTLGS.svg";
4304
+
4305
+ // src/components/tree/tree.tsx
4306
+ var import_jsx_runtime3 = require("react/jsx-runtime");
4307
+ var TreeNodeItem = (0, import_react.forwardRef)(({ node, depth }, _ref) => {
4308
+ var _a;
4309
+ const [isOpen, setIsOpen] = (0, import_react.useState)(false);
4310
+ const slots = (0, import_react.useMemo)(() => treeStyle(), []);
4311
+ const toggleOpen = (0, import_react.useCallback)(() => {
4312
+ setIsOpen((prev) => !prev);
4313
+ }, []);
4314
+ const handleClick = () => {
4315
+ var _a2;
4316
+ toggleOpen();
4317
+ (_a2 = node.onClick) == null ? void 0 : _a2.call(node);
4318
+ };
4319
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { className: depth > 1 ? "ml-[30px]" : "", children: [
4320
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { className: slots.label(), onClick: handleClick, children: [
4321
+ node.children && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
4322
+ Icon_default,
4323
+ {
4324
+ name: "right-chevron",
4325
+ className: `text-neutral-main transition-transform duration-150 ${isOpen ? "rotate-90" : "rotate-0"}`
4326
+ }
4327
+ ),
4328
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("img", { src: folder_default, alt: "folder", width: 25, height: 25 }),
4329
+ node.label
4330
+ ] }),
4331
+ isOpen && ((_a = node.children) == null ? void 0 : _a.map((child) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(TreeNodeItem, { node: child, depth: depth + 1 }, child.id)))
4332
+ ] });
4333
+ });
4334
+ var Tree = (0, import_react.forwardRef)(({ headerContent, group }, ref) => {
4335
+ const { label, data, onClick } = group;
4336
+ const slots = (0, import_react.useMemo)(() => treeStyle(), []);
4337
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { className: slots.base(), ref, children: [
4338
+ headerContent && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("div", { children: headerContent }),
4339
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { children: [
4340
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { className: slots.label(), onClick, children: [
4341
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("img", { src: cogwheel_default, alt: "cogwheel", width: 25, height: 25 }),
4342
+ label
4343
+ ] }),
4344
+ data.map((node) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(TreeNodeItem, { node, depth: 1 }, node.id))
4345
+ ] })
4346
+ ] });
4347
+ });
4348
+ TreeNodeItem.displayName = "TreeNodeItem";
4349
+ Tree.displayName = "Tree";
4350
+ var tree_default = Tree;
4351
+ var treeStyle = tv({
4352
+ slots: {
4353
+ base: ["border", "border-neutral-light", "rounded-xl", "p-[20px]", "flex", "flex-col", "gap-[20px]"],
4354
+ label: [
4355
+ "flex",
4356
+ "items-center",
4357
+ "gap-[5px]",
4358
+ "text-md",
4359
+ "font-bold",
4360
+ "text-body-foreground",
4361
+ "hover:bg-neutral-soft",
4362
+ "p-[5px]",
4363
+ "rounded-[5px]",
4364
+ "cursor-pointer"
4365
+ ]
4366
+ }
4367
+ });
4368
+ // Annotate the CommonJS export names for ESM import in node:
4369
+ 0 && (module.exports = {
4370
+ Tree
4371
+ });