@knymbus/voxel-ui 1.0.9 → 1.0.11

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.
@@ -0,0 +1,719 @@
1
+ import { t as e } from "./jsx-runtime-Boo2vksn.js";
2
+ //#region src/components/icons/CloseIcon.tsx
3
+ var t = e();
4
+ function n({ size: e = 16, className: n = "", ...r }) {
5
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
6
+ xmlns: "http://w3.org",
7
+ width: e,
8
+ height: e,
9
+ viewBox: "0 0 24 24",
10
+ fill: "none",
11
+ stroke: "currentColor",
12
+ strokeWidth: "2.5",
13
+ strokeLinecap: "round",
14
+ strokeLinejoin: "round",
15
+ className: `shrink-0 select-none ${n}`.trim(),
16
+ ...r,
17
+ children: [/* @__PURE__ */ (0, t.jsx)("line", {
18
+ x1: "18",
19
+ y1: "6",
20
+ x2: "6",
21
+ y2: "18"
22
+ }), /* @__PURE__ */ (0, t.jsx)("line", {
23
+ x1: "6",
24
+ y1: "6",
25
+ x2: "18",
26
+ y2: "18"
27
+ })]
28
+ });
29
+ }
30
+ //#endregion
31
+ //#region src/components/icons/TerminalIcon.tsx
32
+ function r({ size: e = 16, className: n = "", ...r }) {
33
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
34
+ xmlns: "http://w3.org",
35
+ width: e,
36
+ height: e,
37
+ viewBox: "0 0 24 24",
38
+ fill: "none",
39
+ stroke: "currentColor",
40
+ strokeWidth: "2.5",
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round",
43
+ className: `shrink-0 select-none ${n}`.trim(),
44
+ ...r,
45
+ children: [/* @__PURE__ */ (0, t.jsx)("polyline", { points: "4 17 10 11 4 5" }), /* @__PURE__ */ (0, t.jsx)("line", {
46
+ x1: "12",
47
+ y1: "19",
48
+ x2: "20",
49
+ y2: "19"
50
+ })]
51
+ });
52
+ }
53
+ //#endregion
54
+ //#region src/components/icons/DocumentIcon.tsx
55
+ function i({ size: e = 16, className: n = "", ...r }) {
56
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
57
+ xmlns: "http://w3.org",
58
+ width: e,
59
+ height: e,
60
+ viewBox: "0 0 24 24",
61
+ fill: "none",
62
+ stroke: "currentColor",
63
+ strokeWidth: "2.2",
64
+ strokeLinecap: "round",
65
+ strokeLinejoin: "round",
66
+ className: `shrink-0 select-none ${n}`.trim(),
67
+ ...r,
68
+ children: [
69
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
70
+ /* @__PURE__ */ (0, t.jsx)("polyline", { points: "14 2 14 8 20 8" }),
71
+ /* @__PURE__ */ (0, t.jsx)("line", {
72
+ x1: "16",
73
+ y1: "13",
74
+ x2: "8",
75
+ y2: "13"
76
+ }),
77
+ /* @__PURE__ */ (0, t.jsx)("line", {
78
+ x1: "16",
79
+ y1: "17",
80
+ x2: "8",
81
+ y2: "17"
82
+ }),
83
+ /* @__PURE__ */ (0, t.jsx)("polyline", { points: "10 9 9 9 8 9" })
84
+ ]
85
+ });
86
+ }
87
+ //#endregion
88
+ //#region src/components/icons/FolderIcon.tsx
89
+ function a({ size: e = 16, className: n = "", ...r }) {
90
+ return /* @__PURE__ */ (0, t.jsx)("svg", {
91
+ xmlns: "http://w3.org",
92
+ width: e,
93
+ height: e,
94
+ viewBox: "0 0 24 24",
95
+ fill: "none",
96
+ stroke: "currentColor",
97
+ strokeWidth: "2.2",
98
+ strokeLinecap: "round",
99
+ strokeLinejoin: "round",
100
+ className: `shrink-0 select-none ${n}`.trim(),
101
+ ...r,
102
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" })
103
+ });
104
+ }
105
+ //#endregion
106
+ //#region src/components/icons/SearchIcon.tsx
107
+ function o({ size: e = 16, className: n = "", ...r }) {
108
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
109
+ xmlns: "http://w3.org",
110
+ width: e,
111
+ height: e,
112
+ viewBox: "0 0 24 24",
113
+ fill: "none",
114
+ stroke: "currentColor",
115
+ strokeWidth: "2.5",
116
+ strokeLinecap: "round",
117
+ strokeLinejoin: "round",
118
+ className: `shrink-0 select-none ${n}`.trim(),
119
+ ...r,
120
+ children: [/* @__PURE__ */ (0, t.jsx)("circle", {
121
+ cx: "11",
122
+ cy: "11",
123
+ r: "8"
124
+ }), /* @__PURE__ */ (0, t.jsx)("line", {
125
+ x1: "21",
126
+ y1: "21",
127
+ x2: "16.65",
128
+ y2: "16.65"
129
+ })]
130
+ });
131
+ }
132
+ //#endregion
133
+ //#region src/components/icons/RefreshIcon.tsx
134
+ function s({ size: e = 16, className: n = "", ...r }) {
135
+ return /* @__PURE__ */ (0, t.jsx)("svg", {
136
+ xmlns: "http://w3.org",
137
+ width: e,
138
+ height: e,
139
+ viewBox: "0 0 24 24",
140
+ fill: "none",
141
+ stroke: "currentColor",
142
+ strokeWidth: "2.5",
143
+ strokeLinecap: "round",
144
+ strokeLinejoin: "round",
145
+ className: `shrink-0 select-none ${n}`.trim(),
146
+ ...r,
147
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M21.5 2v6h-6M21.34 15.57a10 10 0 1 1-.57-8.38l5.67-5.67" })
148
+ });
149
+ }
150
+ //#endregion
151
+ //#region src/components/icons/TrashIcon.tsx
152
+ function c({ size: e = 16, className: n = "", ...r }) {
153
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
154
+ xmlns: "http://w3.org",
155
+ width: e,
156
+ height: e,
157
+ viewBox: "0 0 24 24",
158
+ fill: "none",
159
+ stroke: "currentColor",
160
+ strokeWidth: "2.2",
161
+ strokeLinecap: "round",
162
+ strokeLinejoin: "round",
163
+ className: `shrink-0 select-none ${n}`.trim(),
164
+ ...r,
165
+ children: [
166
+ /* @__PURE__ */ (0, t.jsx)("polyline", { points: "3 6 5 6 21 6" }),
167
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" }),
168
+ /* @__PURE__ */ (0, t.jsx)("line", {
169
+ x1: "10",
170
+ y1: "11",
171
+ x2: "10",
172
+ y2: "17"
173
+ }),
174
+ /* @__PURE__ */ (0, t.jsx)("line", {
175
+ x1: "14",
176
+ y1: "11",
177
+ x2: "14",
178
+ y2: "17"
179
+ })
180
+ ]
181
+ });
182
+ }
183
+ //#endregion
184
+ //#region src/components/icons/ChevronDownIcon.tsx
185
+ function l({ size: e = 16, className: n = "", ...r }) {
186
+ return /* @__PURE__ */ (0, t.jsx)("svg", {
187
+ xmlns: "http://w3.org",
188
+ width: e,
189
+ height: e,
190
+ viewBox: "0 0 24 24",
191
+ fill: "none",
192
+ stroke: "currentColor",
193
+ strokeWidth: "2.5",
194
+ strokeLinecap: "round",
195
+ strokeLinejoin: "round",
196
+ className: `shrink-0 select-none ${n}`.trim(),
197
+ ...r,
198
+ children: /* @__PURE__ */ (0, t.jsx)("polyline", { points: "6 9 12 15 18 9" })
199
+ });
200
+ }
201
+ //#endregion
202
+ //#region src/components/icons/AddIcon.tsx
203
+ function u({ size: e = 16, className: n = "", ...r }) {
204
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
205
+ xmlns: "http://w3.org",
206
+ width: e,
207
+ height: e,
208
+ viewBox: "0 0 24 24",
209
+ fill: "none",
210
+ stroke: "currentColor",
211
+ strokeWidth: "2.5",
212
+ strokeLinecap: "round",
213
+ strokeLinejoin: "round",
214
+ className: `shrink-0 select-none ${n}`.trim(),
215
+ ...r,
216
+ children: [/* @__PURE__ */ (0, t.jsx)("line", {
217
+ x1: "12",
218
+ y1: "5",
219
+ x2: "12",
220
+ y2: "19"
221
+ }), /* @__PURE__ */ (0, t.jsx)("line", {
222
+ x1: "5",
223
+ y1: "12",
224
+ x2: "19",
225
+ y2: "12"
226
+ })]
227
+ });
228
+ }
229
+ //#endregion
230
+ //#region src/components/icons/MinusIcon.tsx
231
+ function d({ size: e = 16, className: n = "", ...r }) {
232
+ return /* @__PURE__ */ (0, t.jsx)("svg", {
233
+ xmlns: "http://w3.org",
234
+ width: e,
235
+ height: e,
236
+ viewBox: "0 0 24 24",
237
+ fill: "none",
238
+ stroke: "currentColor",
239
+ strokeWidth: "2.5",
240
+ strokeLinecap: "round",
241
+ strokeLinejoin: "round",
242
+ className: `shrink-0 select-none ${n}`.trim(),
243
+ ...r,
244
+ children: /* @__PURE__ */ (0, t.jsx)("line", {
245
+ x1: "5",
246
+ y1: "12",
247
+ x2: "19",
248
+ y2: "12"
249
+ })
250
+ });
251
+ }
252
+ //#endregion
253
+ //#region src/components/icons/ExpandIcon.tsx
254
+ function f({ size: e = 16, className: n = "", ...r }) {
255
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
256
+ xmlns: "http://w3.org",
257
+ width: e,
258
+ height: e,
259
+ viewBox: "0 0 24 24",
260
+ fill: "none",
261
+ stroke: "currentColor",
262
+ strokeWidth: "2.2",
263
+ strokeLinecap: "round",
264
+ strokeLinejoin: "round",
265
+ className: `shrink-0 select-none ${n}`.trim(),
266
+ ...r,
267
+ children: [
268
+ /* @__PURE__ */ (0, t.jsx)("polyline", { points: "15 3 21 3 21 9" }),
269
+ /* @__PURE__ */ (0, t.jsx)("polyline", { points: "9 21 3 21 3 15" }),
270
+ /* @__PURE__ */ (0, t.jsx)("line", {
271
+ x1: "21",
272
+ y1: "3",
273
+ x2: "14",
274
+ y2: "10"
275
+ }),
276
+ /* @__PURE__ */ (0, t.jsx)("line", {
277
+ x1: "3",
278
+ y1: "21",
279
+ x2: "10",
280
+ y2: "14"
281
+ })
282
+ ]
283
+ });
284
+ }
285
+ //#endregion
286
+ //#region src/components/icons/MinimizeIcon.tsx
287
+ function p({ size: e = 16, className: n = "", ...r }) {
288
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
289
+ xmlns: "http://w3.org",
290
+ width: e,
291
+ height: e,
292
+ viewBox: "0 0 24 24",
293
+ fill: "none",
294
+ stroke: "currentColor",
295
+ strokeWidth: "2.2",
296
+ strokeLinecap: "round",
297
+ strokeLinejoin: "round",
298
+ className: `shrink-0 select-none ${n}`.trim(),
299
+ ...r,
300
+ children: [
301
+ /* @__PURE__ */ (0, t.jsx)("polyline", { points: "4 14 10 14 10 20" }),
302
+ /* @__PURE__ */ (0, t.jsx)("polyline", { points: "20 10 14 10 14 4" }),
303
+ /* @__PURE__ */ (0, t.jsx)("line", {
304
+ x1: "14",
305
+ y1: "10",
306
+ x2: "21",
307
+ y2: "3"
308
+ }),
309
+ /* @__PURE__ */ (0, t.jsx)("line", {
310
+ x1: "10",
311
+ y1: "14",
312
+ x2: "3",
313
+ y2: "21"
314
+ })
315
+ ]
316
+ });
317
+ }
318
+ //#endregion
319
+ //#region src/components/icons/BlankDocIcon.tsx
320
+ function m({ size: e = 16, className: n = "", ...r }) {
321
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
322
+ xmlns: "http://w3.org",
323
+ width: e,
324
+ height: e,
325
+ viewBox: "0 0 24 24",
326
+ fill: "none",
327
+ stroke: "currentColor",
328
+ strokeWidth: "2.2",
329
+ strokeLinecap: "round",
330
+ strokeLinejoin: "round",
331
+ className: `shrink-0 select-none ${n}`.trim(),
332
+ ...r,
333
+ children: [/* @__PURE__ */ (0, t.jsx)("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }), /* @__PURE__ */ (0, t.jsx)("polyline", { points: "14 2 14 8 20 8" })]
334
+ });
335
+ }
336
+ //#endregion
337
+ //#region src/components/icons/PlusDocIcon.tsx
338
+ function h({ size: e = 16, className: n = "", ...r }) {
339
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
340
+ xmlns: "http://w3.org",
341
+ width: e,
342
+ height: e,
343
+ viewBox: "0 0 24 24",
344
+ fill: "none",
345
+ stroke: "currentColor",
346
+ strokeWidth: "2.2",
347
+ strokeLinecap: "round",
348
+ strokeLinejoin: "round",
349
+ className: `shrink-0 select-none ${n}`.trim(),
350
+ ...r,
351
+ children: [
352
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
353
+ /* @__PURE__ */ (0, t.jsx)("polyline", { points: "14 2 14 8 20 8" }),
354
+ /* @__PURE__ */ (0, t.jsx)("line", {
355
+ x1: "12",
356
+ y1: "11",
357
+ x2: "12",
358
+ y2: "17"
359
+ }),
360
+ /* @__PURE__ */ (0, t.jsx)("line", {
361
+ x1: "9",
362
+ y1: "14",
363
+ x2: "15",
364
+ y2: "14"
365
+ })
366
+ ]
367
+ });
368
+ }
369
+ //#endregion
370
+ //#region src/components/icons/ChatIcon.tsx
371
+ function g({ size: e = 16, className: n = "", ...r }) {
372
+ return /* @__PURE__ */ (0, t.jsx)("svg", {
373
+ xmlns: "http://w3.org",
374
+ width: e,
375
+ height: e,
376
+ viewBox: "0 0 24 24",
377
+ fill: "none",
378
+ stroke: "currentColor",
379
+ strokeWidth: "2.2",
380
+ strokeLinecap: "round",
381
+ strokeLinejoin: "round",
382
+ className: `shrink-0 select-none ${n}`.trim(),
383
+ ...r,
384
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" })
385
+ });
386
+ }
387
+ //#endregion
388
+ //#region src/components/icons/PlusChatIcon.tsx
389
+ function _({ size: e = 16, className: n = "", ...r }) {
390
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
391
+ xmlns: "http://w3.org",
392
+ width: e,
393
+ height: e,
394
+ viewBox: "0 0 24 24",
395
+ fill: "none",
396
+ stroke: "currentColor",
397
+ strokeWidth: "2.2",
398
+ strokeLinecap: "round",
399
+ strokeLinejoin: "round",
400
+ className: `shrink-0 select-none ${n}`.trim(),
401
+ ...r,
402
+ children: [
403
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }),
404
+ /* @__PURE__ */ (0, t.jsx)("line", {
405
+ x1: "12",
406
+ y1: "7",
407
+ x2: "12",
408
+ y2: "13"
409
+ }),
410
+ /* @__PURE__ */ (0, t.jsx)("line", {
411
+ x1: "9",
412
+ y1: "10",
413
+ x2: "15",
414
+ y2: "10"
415
+ })
416
+ ]
417
+ });
418
+ }
419
+ //#endregion
420
+ //#region src/components/icons/DeleteChatIcon.tsx
421
+ function v({ size: e = 16, className: n = "", ...r }) {
422
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
423
+ xmlns: "http://w3.org",
424
+ width: e,
425
+ height: e,
426
+ viewBox: "0 0 24 24",
427
+ fill: "none",
428
+ stroke: "currentColor",
429
+ strokeWidth: "2.2",
430
+ strokeLinecap: "round",
431
+ strokeLinejoin: "round",
432
+ className: `shrink-0 select-none ${n}`.trim(),
433
+ ...r,
434
+ children: [/* @__PURE__ */ (0, t.jsx)("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }), /* @__PURE__ */ (0, t.jsx)("line", {
435
+ x1: "9",
436
+ y1: "10",
437
+ x2: "15",
438
+ y2: "10"
439
+ })]
440
+ });
441
+ }
442
+ //#endregion
443
+ //#region src/components/icons/CommentIcon.tsx
444
+ function y({ size: e = 16, className: n = "", ...r }) {
445
+ return /* @__PURE__ */ (0, t.jsx)("svg", {
446
+ xmlns: "http://w3.org",
447
+ width: e,
448
+ height: e,
449
+ viewBox: "0 0 24 24",
450
+ fill: "none",
451
+ stroke: "currentColor",
452
+ strokeWidth: "2.2",
453
+ strokeLinecap: "round",
454
+ strokeLinejoin: "round",
455
+ className: `shrink-0 select-none ${n}`.trim(),
456
+ ...r,
457
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M3 21l1.9-5.7a8.5 8.5 0 1 1 3.8 3.8z" })
458
+ });
459
+ }
460
+ //#endregion
461
+ //#region src/components/icons/PlusCommentIcon.tsx
462
+ function b({ size: e = 16, className: n = "", ...r }) {
463
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
464
+ xmlns: "http://w3.org",
465
+ width: e,
466
+ height: e,
467
+ viewBox: "0 0 24 24",
468
+ fill: "none",
469
+ stroke: "currentColor",
470
+ strokeWidth: "2.2",
471
+ strokeLinecap: "round",
472
+ strokeLinejoin: "round",
473
+ className: `shrink-0 select-none ${n}`.trim(),
474
+ ...r,
475
+ children: [
476
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M3 21l1.9-5.7a8.5 8.5 0 1 1 3.8 3.8z" }),
477
+ /* @__PURE__ */ (0, t.jsx)("line", {
478
+ x1: "12",
479
+ y1: "8",
480
+ x2: "12",
481
+ y2: "14"
482
+ }),
483
+ /* @__PURE__ */ (0, t.jsx)("line", {
484
+ x1: "9",
485
+ y1: "11",
486
+ x2: "15",
487
+ y2: "11"
488
+ })
489
+ ]
490
+ });
491
+ }
492
+ //#endregion
493
+ //#region src/components/icons/OpenFolderIcon.tsx
494
+ function x({ size: e = 16, className: n = "", ...r }) {
495
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
496
+ xmlns: "http://w3.org",
497
+ width: e,
498
+ height: e,
499
+ viewBox: "0 0 24 24",
500
+ fill: "none",
501
+ stroke: "currentColor",
502
+ strokeWidth: "2.5",
503
+ strokeLinecap: "round",
504
+ strokeLinejoin: "round",
505
+ className: `shrink-0 select-none ${n}`.trim(),
506
+ ...r,
507
+ children: [/* @__PURE__ */ (0, t.jsx)("path", { d: "M4 20h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-6.17a2 2 0 0 1-1.42-.59l-1.64-1.64A2 2 0 0 0 5.34 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2z" }), /* @__PURE__ */ (0, t.jsx)("path", {
508
+ d: "M2 11h15.26a2 2 0 0 1 1.9 1.37l2.48 7.44A1 1 0 0 1 20.7 21H5.34a2 2 0 0 1-1.9-1.37L2 11z",
509
+ fill: "currentColor",
510
+ fillOpacity: "0.05"
511
+ })]
512
+ });
513
+ }
514
+ //#endregion
515
+ //#region src/components/icons/MoreIcon.tsx
516
+ function S({ size: e = 16, className: n = "", ...r }) {
517
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
518
+ xmlns: "http://w3.org",
519
+ width: e,
520
+ height: e,
521
+ viewBox: "0 0 24 24",
522
+ fill: "none",
523
+ stroke: "currentColor",
524
+ strokeWidth: "2.5",
525
+ strokeLinecap: "round",
526
+ strokeLinejoin: "round",
527
+ className: `shrink-0 select-none ${n}`.trim(),
528
+ ...r,
529
+ children: [
530
+ /* @__PURE__ */ (0, t.jsx)("circle", {
531
+ cx: "12",
532
+ cy: "12",
533
+ r: "1"
534
+ }),
535
+ /* @__PURE__ */ (0, t.jsx)("circle", {
536
+ cx: "19",
537
+ cy: "12",
538
+ r: "1"
539
+ }),
540
+ /* @__PURE__ */ (0, t.jsx)("circle", {
541
+ cx: "5",
542
+ cy: "12",
543
+ r: "1"
544
+ })
545
+ ]
546
+ });
547
+ }
548
+ //#endregion
549
+ //#region src/components/icons/TruckIcon.tsx
550
+ function C({ size: e = 16, className: n = "", ...r }) {
551
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
552
+ xmlns: "http://w3.org",
553
+ width: e,
554
+ height: e,
555
+ viewBox: "0 0 24 24",
556
+ fill: "none",
557
+ stroke: "currentColor",
558
+ strokeWidth: "2.2",
559
+ strokeLinecap: "round",
560
+ strokeLinejoin: "round",
561
+ className: `shrink-0 select-none ${n}`.trim(),
562
+ ...r,
563
+ children: [
564
+ /* @__PURE__ */ (0, t.jsx)("rect", {
565
+ x: "1",
566
+ y: "3",
567
+ width: "15",
568
+ height: "13"
569
+ }),
570
+ /* @__PURE__ */ (0, t.jsx)("polygon", { points: "16 8 20 8 23 11 23 16 16 16 16 8" }),
571
+ /* @__PURE__ */ (0, t.jsx)("circle", {
572
+ cx: "5.5",
573
+ cy: "18.5",
574
+ r: "2.5"
575
+ }),
576
+ /* @__PURE__ */ (0, t.jsx)("circle", {
577
+ cx: "18.5",
578
+ cy: "18.5",
579
+ r: "2.5"
580
+ })
581
+ ]
582
+ });
583
+ }
584
+ //#endregion
585
+ //#region src/components/icons/PersonIcon.tsx
586
+ function w({ size: e = 16, className: n = "", ...r }) {
587
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
588
+ xmlns: "http://w3.org",
589
+ width: e,
590
+ height: e,
591
+ viewBox: "0 0 24 24",
592
+ fill: "none",
593
+ stroke: "currentColor",
594
+ strokeWidth: "2.2",
595
+ strokeLinecap: "round",
596
+ strokeLinejoin: "round",
597
+ className: `shrink-0 select-none ${n}`.trim(),
598
+ ...r,
599
+ children: [/* @__PURE__ */ (0, t.jsx)("path", { d: "M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2" }), /* @__PURE__ */ (0, t.jsx)("circle", {
600
+ cx: "12",
601
+ cy: "7",
602
+ r: "4"
603
+ })]
604
+ });
605
+ }
606
+ //#endregion
607
+ //#region src/components/icons/PlusPersonIcon.tsx
608
+ function T({ size: e = 16, className: n = "", ...r }) {
609
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
610
+ xmlns: "http://w3.org",
611
+ width: e,
612
+ height: e,
613
+ viewBox: "0 0 24 24",
614
+ fill: "none",
615
+ stroke: "currentColor",
616
+ strokeWidth: "2.2",
617
+ strokeLinecap: "round",
618
+ strokeLinejoin: "round",
619
+ className: `shrink-0 select-none ${n}`.trim(),
620
+ ...r,
621
+ children: [
622
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" }),
623
+ /* @__PURE__ */ (0, t.jsx)("circle", {
624
+ cx: "8.5",
625
+ cy: "7",
626
+ r: "4"
627
+ }),
628
+ /* @__PURE__ */ (0, t.jsx)("line", {
629
+ x1: "20",
630
+ y1: "8",
631
+ x2: "20",
632
+ y2: "14"
633
+ }),
634
+ /* @__PURE__ */ (0, t.jsx)("line", {
635
+ x1: "17",
636
+ y1: "11",
637
+ x2: "23",
638
+ y2: "11"
639
+ })
640
+ ]
641
+ });
642
+ }
643
+ //#endregion
644
+ //#region src/components/icons/GroupIcon.tsx
645
+ function E({ size: e = 16, className: n = "", ...r }) {
646
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
647
+ xmlns: "http://w3.org",
648
+ width: e,
649
+ height: e,
650
+ viewBox: "0 0 24 24",
651
+ fill: "none",
652
+ stroke: "currentColor",
653
+ strokeWidth: "2.2",
654
+ strokeLinecap: "round",
655
+ strokeLinejoin: "round",
656
+ className: `shrink-0 select-none ${n}`.trim(),
657
+ ...r,
658
+ children: [
659
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" }),
660
+ /* @__PURE__ */ (0, t.jsx)("circle", {
661
+ cx: "9",
662
+ cy: "7",
663
+ r: "4"
664
+ }),
665
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M23 21v-2a4 4 0 0 0-3-3.87" }),
666
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M16 3.13a4 4 0 0 1 0 7.75" })
667
+ ]
668
+ });
669
+ }
670
+ //#endregion
671
+ //#region src/components/icons/PlusDocBadgeIcon.tsx
672
+ function D({ size: e = 16, className: n = "", circleBg: r = "var(--color-vsc-hover)", circleStroke: i = "var(--color-vsc-border)", plusStroke: a = "var(--color-vsc-muted)", ...o }) {
673
+ return /* @__PURE__ */ (0, t.jsxs)("svg", {
674
+ xmlns: "http://w3.org",
675
+ width: e,
676
+ height: e,
677
+ viewBox: "0 0 24 24",
678
+ fill: "none",
679
+ stroke: "currentColor",
680
+ strokeWidth: "2.2",
681
+ strokeLinecap: "round",
682
+ strokeLinejoin: "round",
683
+ className: `shrink-0 select-none group ${n}`.trim(),
684
+ ...o,
685
+ children: [
686
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" }),
687
+ /* @__PURE__ */ (0, t.jsx)("polyline", { points: "14 2 14 8 20 8" }),
688
+ /* @__PURE__ */ (0, t.jsx)("circle", {
689
+ cx: "18",
690
+ cy: "18",
691
+ r: "6",
692
+ fill: r,
693
+ stroke: i,
694
+ strokeWidth: "1.5",
695
+ className: "transition-colors duration-150 group-hover:stroke-vsc-accent/40"
696
+ }),
697
+ /* @__PURE__ */ (0, t.jsx)("line", {
698
+ x1: "18",
699
+ y1: "15",
700
+ x2: "18",
701
+ y2: "21",
702
+ stroke: a,
703
+ strokeWidth: "1.8",
704
+ className: "transition-colors duration-150 group-hover:stroke-vsc-accent"
705
+ }),
706
+ /* @__PURE__ */ (0, t.jsx)("line", {
707
+ x1: "15",
708
+ y1: "18",
709
+ x2: "21",
710
+ y2: "18",
711
+ stroke: a,
712
+ strokeWidth: "1.8",
713
+ className: "transition-colors duration-150 group-hover:stroke-vsc-accent"
714
+ })
715
+ ]
716
+ });
717
+ }
718
+ //#endregion
719
+ export { a as C, n as E, o as S, r as T, d as _, C as a, c as b, b as c, _ as d, g as f, f as g, p as h, w as i, y as l, m, E as n, S as o, h as p, T as r, x as s, D as t, v as u, u as v, i as w, s as x, l as y };