vue-pancake-icons 2.3.5 → 2.3.6

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.
@@ -1,33 +1,4662 @@
1
- const s = (o, n) => {
2
- const e = o.__vccOpts || o;
3
- for (const [t, c] of n)
4
- e[t] = c;
5
- return e;
6
- }, p = {
1
+ import { openBlock as d, createElementBlock as u, createElementVNode as e } from "vue";
2
+ const s = (i, n) => {
3
+ const t = i.__vccOpts || i;
4
+ for (const [o, r] of n)
5
+ t[o] = r;
6
+ return t;
7
+ }, w = {
7
8
  name: "hello-world"
8
9
  };
9
- function _(o, n, e, t, c, a) {
10
+ function c(i, n, t, o, r, h) {
10
11
  return " Hello world 2 ";
11
12
  }
12
- const l = /* @__PURE__ */ s(p, [["render", _]]), d = {
13
- name: "icon-test"
14
- };
15
- function i(o, n, e, t, c, a) {
16
- return " Icon test 2 ";
13
+ const a = /* @__PURE__ */ s(w, [["render", c]]), _ = {
14
+ name: "arrow-down",
15
+ props: {
16
+ size: {
17
+ type: Number,
18
+ default: 24
19
+ },
20
+ width: {
21
+ type: Number,
22
+ default: 0
23
+ },
24
+ height: {
25
+ type: Number,
26
+ default: 0
27
+ },
28
+ strokeWidth: {
29
+ type: Number,
30
+ default: 1.5
31
+ },
32
+ style: {
33
+ type: Object
34
+ }
35
+ }
36
+ }, f = ["width", "height"], g = ["stroke-width"];
37
+ function m(i, n, t, o, r, h) {
38
+ return d(), u("svg", {
39
+ width: t.width || t.size,
40
+ height: t.height || t.size,
41
+ viewBox: "0 0 24 24",
42
+ fill: "none",
43
+ xmlns: "http://www.w3.org/2000/svg"
44
+ }, [
45
+ e("path", {
46
+ d: "M12 3.75V20.25M12 20.25L5.25 13.5M12 20.25L18.75 13.5",
47
+ stroke: "#3D3D3D",
48
+ "stroke-width": t.strokeWidth,
49
+ "stroke-linecap": "round",
50
+ "stroke-linejoin": "round"
51
+ }, null, 8, g)
52
+ ], 8, f);
53
+ }
54
+ const k = /* @__PURE__ */ s(_, [["render", m]]), y = {
55
+ name: "arrow-square",
56
+ props: {
57
+ size: {
58
+ type: Number,
59
+ default: 24
60
+ },
61
+ width: {
62
+ type: Number,
63
+ default: 0
64
+ },
65
+ height: {
66
+ type: Number,
67
+ default: 0
68
+ },
69
+ strokeWidth: {
70
+ type: Number,
71
+ default: 1.5
72
+ },
73
+ style: {
74
+ type: Object
75
+ }
76
+ }
77
+ }, b = ["width", "height"], p = ["stroke-width"];
78
+ function N(i, n, t, o, r, h) {
79
+ return d(), u("svg", {
80
+ width: t.width || t.size,
81
+ height: t.height || t.size,
82
+ viewBox: "0 0 24 24",
83
+ fill: "none",
84
+ xmlns: "http://www.w3.org/2000/svg"
85
+ }, [
86
+ e("path", {
87
+ d: "M8.81803 11.432L12 8.25M12 8.25L15.182 11.432M12 8.25V15.75M4.5 3.75H19.5C19.9142 3.75 20.25 4.08579 20.25 4.5V19.5C20.25 19.9142 19.9142 20.25 19.5 20.25H4.5C4.08579 20.25 3.75 19.9142 3.75 19.5V4.5C3.75 4.08579 4.08579 3.75 4.5 3.75Z",
88
+ stroke: "#3D3D3D",
89
+ "stroke-width": t.strokeWidth,
90
+ "stroke-linecap": "round",
91
+ "stroke-linejoin": "round"
92
+ }, null, 8, p)
93
+ ], 8, b);
94
+ }
95
+ const M = /* @__PURE__ */ s(y, [["render", N]]), D = {
96
+ name: "arrow-arc-left",
97
+ props: {
98
+ size: {
99
+ type: Number,
100
+ default: 24
101
+ },
102
+ width: {
103
+ type: Number,
104
+ default: 0
105
+ },
106
+ height: {
107
+ type: Number,
108
+ default: 0
109
+ },
110
+ strokeWidth: {
111
+ type: Number,
112
+ default: 1.5
113
+ },
114
+ style: {
115
+ type: Object
116
+ }
117
+ }
118
+ }, L = ["width", "height"], $ = ["stroke-width"];
119
+ function v(i, n, t, o, r, h) {
120
+ return d(), u("svg", {
121
+ width: t.width || t.size,
122
+ height: t.height || t.size,
123
+ viewBox: "0 0 24 24",
124
+ fill: "none",
125
+ xmlns: "http://www.w3.org/2000/svg"
126
+ }, [
127
+ e("path", {
128
+ d: "M8.63605 13.886H2.63605M2.63605 13.886V7.88605M2.63605 13.886L5.63602 10.886C6.8947 9.62735 8.49834 8.77018 10.2442 8.42292C11.99 8.07565 13.7996 8.25388 15.4441 8.93507C17.0887 9.61626 18.4943 10.7698 19.4832 12.2499C20.4721 13.7299 21 15.47 21 17.25",
129
+ stroke: "#3D3D3D",
130
+ "stroke-width": t.strokeWidth,
131
+ "stroke-linecap": "round",
132
+ "stroke-linejoin": "round"
133
+ }, null, 8, $)
134
+ ], 8, L);
135
+ }
136
+ const z = /* @__PURE__ */ s(D, [["render", v]]), x = {
137
+ name: "arrow-arc-right",
138
+ props: {
139
+ size: {
140
+ type: Number,
141
+ default: 24
142
+ },
143
+ width: {
144
+ type: Number,
145
+ default: 0
146
+ },
147
+ height: {
148
+ type: Number,
149
+ default: 0
150
+ },
151
+ strokeWidth: {
152
+ type: Number,
153
+ default: 1.5
154
+ },
155
+ style: {
156
+ type: Object
157
+ }
158
+ }
159
+ }, C = ["width", "height"], j = ["stroke-width"];
160
+ function W(i, n, t, o, r, h) {
161
+ return d(), u("svg", {
162
+ width: t.width || t.size,
163
+ height: t.height || t.size,
164
+ viewBox: "0 0 24 24",
165
+ fill: "none",
166
+ xmlns: "http://www.w3.org/2000/svg"
167
+ }, [
168
+ e("path", {
169
+ d: "M15.3639 13.886H21.3639M21.3639 13.886V7.88605M21.3639 13.886L18.364 10.886C17.1053 9.62735 15.5016 8.77018 13.7558 8.42291C12.01 8.07565 10.2004 8.25388 8.55585 8.93507C6.91131 9.61626 5.5057 10.7698 4.51677 12.2499C3.52784 13.7299 3 15.47 3 17.25",
170
+ stroke: "#3D3D3D",
171
+ "stroke-width": t.strokeWidth,
172
+ "stroke-linecap": "round",
173
+ "stroke-linejoin": "round"
174
+ }, null, 8, j)
175
+ ], 8, C);
176
+ }
177
+ const H = /* @__PURE__ */ s(x, [["render", W]]), V = {
178
+ name: "arrow-bend-double-up-left",
179
+ props: {
180
+ size: {
181
+ type: Number,
182
+ default: 24
183
+ },
184
+ width: {
185
+ type: Number,
186
+ default: 0
187
+ },
188
+ height: {
189
+ type: Number,
190
+ default: 0
191
+ },
192
+ strokeWidth: {
193
+ type: Number,
194
+ default: 1.5
195
+ },
196
+ style: {
197
+ type: Object
198
+ }
199
+ }
200
+ }, B = ["width", "height"], O = ["stroke-width"];
201
+ function A(i, n, t, o, r, h) {
202
+ return d(), u("svg", {
203
+ width: t.width || t.size,
204
+ height: t.height || t.size,
205
+ viewBox: "0 0 24 24",
206
+ fill: "none",
207
+ xmlns: "http://www.w3.org/2000/svg"
208
+ }, [
209
+ e("path", {
210
+ d: "M7.5 14.25L3 9.75L7.5 5.25M12 14.25L7.5 9.75M7.5 9.75L12 5.25M7.5 9.75H12C14.3869 9.75 16.6761 10.6982 18.364 12.386C20.0518 14.0739 21 16.3631 21 18.75",
211
+ stroke: "#3D3D3D",
212
+ "stroke-width": t.strokeWidth,
213
+ "stroke-linecap": "round",
214
+ "stroke-linejoin": "round"
215
+ }, null, 8, O)
216
+ ], 8, B);
217
+ }
218
+ const Z = /* @__PURE__ */ s(V, [["render", A]]), U = {
219
+ name: "arrow-bend-double-up-right",
220
+ props: {
221
+ size: {
222
+ type: Number,
223
+ default: 24
224
+ },
225
+ width: {
226
+ type: Number,
227
+ default: 0
228
+ },
229
+ height: {
230
+ type: Number,
231
+ default: 0
232
+ },
233
+ strokeWidth: {
234
+ type: Number,
235
+ default: 1.5
236
+ },
237
+ style: {
238
+ type: Object
239
+ }
240
+ }
241
+ }, R = ["width", "height"], q = ["stroke-width"];
242
+ function E(i, n, t, o, r, h) {
243
+ return d(), u("svg", {
244
+ width: t.width || t.size,
245
+ height: t.height || t.size,
246
+ viewBox: "0 0 24 24",
247
+ fill: "none",
248
+ xmlns: "http://www.w3.org/2000/svg"
249
+ }, [
250
+ e("path", {
251
+ d: "M16.5 14.25L21 9.75L16.5 5.25M12 14.25L16.5 9.75M16.5 9.75L12 5.25M16.5 9.75H12C9.61305 9.75 7.32387 10.6982 5.63604 12.386C3.94821 14.0739 3 16.3631 3 18.75",
252
+ stroke: "#3D3D3D",
253
+ "stroke-width": t.strokeWidth,
254
+ "stroke-linecap": "round",
255
+ "stroke-linejoin": "round"
256
+ }, null, 8, q)
257
+ ], 8, R);
258
+ }
259
+ const F = /* @__PURE__ */ s(U, [["render", E]]), S = {
260
+ name: "arrow-bend-down-left",
261
+ props: {
262
+ size: {
263
+ type: Number,
264
+ default: 24
265
+ },
266
+ width: {
267
+ type: Number,
268
+ default: 0
269
+ },
270
+ height: {
271
+ type: Number,
272
+ default: 0
273
+ },
274
+ strokeWidth: {
275
+ type: Number,
276
+ default: 1.5
277
+ },
278
+ style: {
279
+ type: Object
280
+ }
281
+ }
282
+ }, I = ["width", "height"], G = ["stroke-width"];
283
+ function J(i, n, t, o, r, h) {
284
+ return d(), u("svg", {
285
+ width: t.width || t.size,
286
+ height: t.height || t.size,
287
+ viewBox: "0 0 24 24",
288
+ fill: "none",
289
+ xmlns: "http://www.w3.org/2000/svg"
290
+ }, [
291
+ e("path", {
292
+ d: "M7.5 9.75L3 14.25M3 14.25L7.5 18.75M3 14.25H12C14.3869 14.25 16.6761 13.3018 18.364 11.614C20.0518 9.92613 21 7.63695 21 5.25",
293
+ stroke: "#3D3D3D",
294
+ "stroke-width": t.strokeWidth,
295
+ "stroke-linecap": "round",
296
+ "stroke-linejoin": "round"
297
+ }, null, 8, G)
298
+ ], 8, I);
299
+ }
300
+ const P = /* @__PURE__ */ s(S, [["render", J]]), K = {
301
+ name: "arrow-bend-down-right",
302
+ props: {
303
+ size: {
304
+ type: Number,
305
+ default: 24
306
+ },
307
+ width: {
308
+ type: Number,
309
+ default: 0
310
+ },
311
+ height: {
312
+ type: Number,
313
+ default: 0
314
+ },
315
+ strokeWidth: {
316
+ type: Number,
317
+ default: 1.5
318
+ },
319
+ style: {
320
+ type: Object
321
+ }
322
+ }
323
+ }, T = ["width", "height"], Q = ["stroke-width"];
324
+ function X(i, n, t, o, r, h) {
325
+ return d(), u("svg", {
326
+ width: t.width || t.size,
327
+ height: t.height || t.size,
328
+ viewBox: "0 0 24 24",
329
+ fill: "none",
330
+ xmlns: "http://www.w3.org/2000/svg"
331
+ }, [
332
+ e("path", {
333
+ d: "M16.5 9.75L21 14.25M21 14.25L16.5 18.75M21 14.25H12C9.61305 14.25 7.32387 13.3018 5.63604 11.614C3.94821 9.92613 3 7.63695 3 5.25",
334
+ stroke: "#3D3D3D",
335
+ "stroke-width": t.strokeWidth,
336
+ "stroke-linecap": "round",
337
+ "stroke-linejoin": "round"
338
+ }, null, 8, Q)
339
+ ], 8, T);
340
+ }
341
+ const Y = /* @__PURE__ */ s(K, [["render", X]]), tt = {
342
+ name: "arrow-bend-left-down",
343
+ props: {
344
+ size: {
345
+ type: Number,
346
+ default: 24
347
+ },
348
+ width: {
349
+ type: Number,
350
+ default: 0
351
+ },
352
+ height: {
353
+ type: Number,
354
+ default: 0
355
+ },
356
+ strokeWidth: {
357
+ type: Number,
358
+ default: 1.5
359
+ },
360
+ style: {
361
+ type: Object
362
+ }
363
+ }
364
+ }, et = ["width", "height"], it = ["stroke-width"];
365
+ function nt(i, n, t, o, r, h) {
366
+ return d(), u("svg", {
367
+ width: t.width || t.size,
368
+ height: t.height || t.size,
369
+ viewBox: "0 0 24 24",
370
+ fill: "none",
371
+ xmlns: "http://www.w3.org/2000/svg"
372
+ }, [
373
+ e("path", {
374
+ d: "M14.25 16.5L9.75 21M9.75 21L5.25 16.5M9.75 21V12C9.75 9.61305 10.6982 7.32387 12.386 5.63604C14.0739 3.94821 16.3631 3 18.75 3",
375
+ stroke: "#3D3D3D",
376
+ "stroke-width": t.strokeWidth,
377
+ "stroke-linecap": "round",
378
+ "stroke-linejoin": "round"
379
+ }, null, 8, it)
380
+ ], 8, et);
381
+ }
382
+ const ot = /* @__PURE__ */ s(tt, [["render", nt]]), rt = {
383
+ name: "arrow-bend-left-up",
384
+ props: {
385
+ size: {
386
+ type: Number,
387
+ default: 24
388
+ },
389
+ width: {
390
+ type: Number,
391
+ default: 0
392
+ },
393
+ height: {
394
+ type: Number,
395
+ default: 0
396
+ },
397
+ strokeWidth: {
398
+ type: Number,
399
+ default: 1.5
400
+ },
401
+ style: {
402
+ type: Object
403
+ }
404
+ }
405
+ }, st = ["width", "height"], ht = ["stroke-width"];
406
+ function dt(i, n, t, o, r, h) {
407
+ return d(), u("svg", {
408
+ width: t.width || t.size,
409
+ height: t.height || t.size,
410
+ viewBox: "0 0 24 24",
411
+ fill: "none",
412
+ xmlns: "http://www.w3.org/2000/svg"
413
+ }, [
414
+ e("path", {
415
+ d: "M14.25 7.5L9.75 3M9.75 3L5.25 7.5M9.75 3V12C9.75 14.3869 10.6982 16.6761 12.386 18.364C14.0739 20.0518 16.3631 21 18.75 21",
416
+ stroke: "#3D3D3D",
417
+ "stroke-width": t.strokeWidth,
418
+ "stroke-linecap": "round",
419
+ "stroke-linejoin": "round"
420
+ }, null, 8, ht)
421
+ ], 8, st);
422
+ }
423
+ const ut = /* @__PURE__ */ s(rt, [["render", dt]]), lt = {
424
+ name: "arrow-bend-right-down",
425
+ props: {
426
+ size: {
427
+ type: Number,
428
+ default: 24
429
+ },
430
+ width: {
431
+ type: Number,
432
+ default: 0
433
+ },
434
+ height: {
435
+ type: Number,
436
+ default: 0
437
+ },
438
+ strokeWidth: {
439
+ type: Number,
440
+ default: 1.5
441
+ },
442
+ style: {
443
+ type: Object
444
+ }
445
+ }
446
+ }, wt = ["width", "height"], ct = ["stroke-width"];
447
+ function at(i, n, t, o, r, h) {
448
+ return d(), u("svg", {
449
+ width: t.width || t.size,
450
+ height: t.height || t.size,
451
+ viewBox: "0 0 24 24",
452
+ fill: "none",
453
+ xmlns: "http://www.w3.org/2000/svg"
454
+ }, [
455
+ e("path", {
456
+ d: "M9.75 16.5L14.25 21M14.25 21L18.75 16.5M14.25 21V12C14.25 9.61305 13.3018 7.32387 11.614 5.63604C9.92613 3.94821 7.63695 3 5.25 3",
457
+ stroke: "#3D3D3D",
458
+ "stroke-width": t.strokeWidth,
459
+ "stroke-linecap": "round",
460
+ "stroke-linejoin": "round"
461
+ }, null, 8, ct)
462
+ ], 8, wt);
463
+ }
464
+ const _t = /* @__PURE__ */ s(lt, [["render", at]]), ft = {
465
+ name: "arrow-bend-right-up",
466
+ props: {
467
+ size: {
468
+ type: Number,
469
+ default: 24
470
+ },
471
+ width: {
472
+ type: Number,
473
+ default: 0
474
+ },
475
+ height: {
476
+ type: Number,
477
+ default: 0
478
+ },
479
+ strokeWidth: {
480
+ type: Number,
481
+ default: 1.5
482
+ },
483
+ style: {
484
+ type: Object
485
+ }
486
+ }
487
+ }, gt = ["width", "height"], mt = ["stroke-width"];
488
+ function kt(i, n, t, o, r, h) {
489
+ return d(), u("svg", {
490
+ width: t.width || t.size,
491
+ height: t.height || t.size,
492
+ viewBox: "0 0 24 24",
493
+ fill: "none",
494
+ xmlns: "http://www.w3.org/2000/svg"
495
+ }, [
496
+ e("path", {
497
+ d: "M9.75 7.5L14.25 3M14.25 3L18.75 7.5M14.25 3V12C14.25 14.3869 13.3018 16.6761 11.614 18.364C9.92613 20.0518 7.63695 21 5.25 21",
498
+ stroke: "#3D3D3D",
499
+ "stroke-width": t.strokeWidth,
500
+ "stroke-linecap": "round",
501
+ "stroke-linejoin": "round"
502
+ }, null, 8, mt)
503
+ ], 8, gt);
504
+ }
505
+ const yt = /* @__PURE__ */ s(ft, [["render", kt]]), bt = {
506
+ name: "arrow-bend-up-left",
507
+ props: {
508
+ size: {
509
+ type: Number,
510
+ default: 24
511
+ },
512
+ width: {
513
+ type: Number,
514
+ default: 0
515
+ },
516
+ height: {
517
+ type: Number,
518
+ default: 0
519
+ },
520
+ strokeWidth: {
521
+ type: Number,
522
+ default: 1.5
523
+ },
524
+ style: {
525
+ type: Object
526
+ }
527
+ }
528
+ }, pt = ["width", "height"], Nt = ["stroke-width"];
529
+ function Mt(i, n, t, o, r, h) {
530
+ return d(), u("svg", {
531
+ width: t.width || t.size,
532
+ height: t.height || t.size,
533
+ viewBox: "0 0 24 24",
534
+ fill: "none",
535
+ xmlns: "http://www.w3.org/2000/svg"
536
+ }, [
537
+ e("path", {
538
+ d: "M7.5 14.25L3 9.75M3 9.75L7.5 5.25M3 9.75H12C14.3869 9.75 16.6761 10.6982 18.364 12.386C20.0518 14.0739 21 16.3631 21 18.75",
539
+ stroke: "#3D3D3D",
540
+ "stroke-width": t.strokeWidth,
541
+ "stroke-linecap": "round",
542
+ "stroke-linejoin": "round"
543
+ }, null, 8, Nt)
544
+ ], 8, pt);
545
+ }
546
+ const Dt = /* @__PURE__ */ s(bt, [["render", Mt]]), Lt = {
547
+ name: "arrow-bend-up-right",
548
+ props: {
549
+ size: {
550
+ type: Number,
551
+ default: 24
552
+ },
553
+ width: {
554
+ type: Number,
555
+ default: 0
556
+ },
557
+ height: {
558
+ type: Number,
559
+ default: 0
560
+ },
561
+ strokeWidth: {
562
+ type: Number,
563
+ default: 1.5
564
+ },
565
+ style: {
566
+ type: Object
567
+ }
568
+ }
569
+ }, $t = ["width", "height"], vt = ["stroke-width"];
570
+ function zt(i, n, t, o, r, h) {
571
+ return d(), u("svg", {
572
+ width: t.width || t.size,
573
+ height: t.height || t.size,
574
+ viewBox: "0 0 24 24",
575
+ fill: "none",
576
+ xmlns: "http://www.w3.org/2000/svg"
577
+ }, [
578
+ e("path", {
579
+ d: "M16.5 14.25L21 9.75M21 9.75L16.5 5.25M21 9.75H12C9.61305 9.75 7.32387 10.6982 5.63604 12.386C3.94821 14.0739 3 16.3631 3 18.75",
580
+ stroke: "#3D3D3D",
581
+ "stroke-width": t.strokeWidth,
582
+ "stroke-linecap": "round",
583
+ "stroke-linejoin": "round"
584
+ }, null, 8, vt)
585
+ ], 8, $t);
586
+ }
587
+ const xt = /* @__PURE__ */ s(Lt, [["render", zt]]), Ct = {
588
+ name: "arrow-circle-down",
589
+ props: {
590
+ size: {
591
+ type: Number,
592
+ default: 24
593
+ },
594
+ width: {
595
+ type: Number,
596
+ default: 0
597
+ },
598
+ height: {
599
+ type: Number,
600
+ default: 0
601
+ },
602
+ strokeWidth: {
603
+ type: Number,
604
+ default: 1.5
605
+ },
606
+ style: {
607
+ type: Object
608
+ }
609
+ }
610
+ }, jt = ["width", "height"], Wt = ["stroke-width"];
611
+ function Ht(i, n, t, o, r, h) {
612
+ return d(), u("svg", {
613
+ width: t.width || t.size,
614
+ height: t.height || t.size,
615
+ viewBox: "0 0 24 24",
616
+ fill: "none",
617
+ xmlns: "http://www.w3.org/2000/svg"
618
+ }, [
619
+ e("path", {
620
+ d: "M8.81803 12.568L12 15.75M12 15.75L15.182 12.568M12 15.75V8.25M21 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 12Z",
621
+ stroke: "#3D3D3D",
622
+ "stroke-width": t.strokeWidth,
623
+ "stroke-linecap": "round",
624
+ "stroke-linejoin": "round"
625
+ }, null, 8, Wt)
626
+ ], 8, jt);
627
+ }
628
+ const Vt = /* @__PURE__ */ s(Ct, [["render", Ht]]), Bt = {
629
+ name: "arrow-circle-down-left",
630
+ props: {
631
+ size: {
632
+ type: Number,
633
+ default: 24
634
+ },
635
+ width: {
636
+ type: Number,
637
+ default: 0
638
+ },
639
+ height: {
640
+ type: Number,
641
+ default: 0
642
+ },
643
+ strokeWidth: {
644
+ type: Number,
645
+ default: 1.5
646
+ },
647
+ style: {
648
+ type: Object
649
+ }
650
+ }
651
+ }, Ot = ["width", "height"], At = ["stroke-width"];
652
+ function Zt(i, n, t, o, r, h) {
653
+ return d(), u("svg", {
654
+ width: t.width || t.size,
655
+ height: t.height || t.size,
656
+ viewBox: "0 0 24 24",
657
+ fill: "none",
658
+ xmlns: "http://www.w3.org/2000/svg"
659
+ }, [
660
+ e("path", {
661
+ d: "M9.375 10.125V14.625M9.375 14.625H13.875M9.375 14.625L14.625 9.375M21 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 12Z",
662
+ stroke: "#3D3D3D",
663
+ "stroke-width": t.strokeWidth,
664
+ "stroke-linecap": "round",
665
+ "stroke-linejoin": "round"
666
+ }, null, 8, At)
667
+ ], 8, Ot);
668
+ }
669
+ const Ut = /* @__PURE__ */ s(Bt, [["render", Zt]]), Rt = {
670
+ name: "arrow-circle-down-right",
671
+ props: {
672
+ size: {
673
+ type: Number,
674
+ default: 24
675
+ },
676
+ width: {
677
+ type: Number,
678
+ default: 0
679
+ },
680
+ height: {
681
+ type: Number,
682
+ default: 0
683
+ },
684
+ strokeWidth: {
685
+ type: Number,
686
+ default: 1.5
687
+ },
688
+ style: {
689
+ type: Object
690
+ }
691
+ }
692
+ }, qt = ["width", "height"], Et = ["stroke-width"];
693
+ function Ft(i, n, t, o, r, h) {
694
+ return d(), u("svg", {
695
+ width: t.width || t.size,
696
+ height: t.height || t.size,
697
+ viewBox: "0 0 24 24",
698
+ fill: "none",
699
+ xmlns: "http://www.w3.org/2000/svg"
700
+ }, [
701
+ e("path", {
702
+ d: "M10.125 14.625H14.625M14.625 14.625V10.125M14.625 14.625L9.375 9.375M21 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 12Z",
703
+ stroke: "#3D3D3D",
704
+ "stroke-width": t.strokeWidth,
705
+ "stroke-linecap": "round",
706
+ "stroke-linejoin": "round"
707
+ }, null, 8, Et)
708
+ ], 8, qt);
709
+ }
710
+ const St = /* @__PURE__ */ s(Rt, [["render", Ft]]), It = {
711
+ name: "arrow-circle-left",
712
+ props: {
713
+ size: {
714
+ type: Number,
715
+ default: 24
716
+ },
717
+ width: {
718
+ type: Number,
719
+ default: 0
720
+ },
721
+ height: {
722
+ type: Number,
723
+ default: 0
724
+ },
725
+ strokeWidth: {
726
+ type: Number,
727
+ default: 1.5
728
+ },
729
+ style: {
730
+ type: Object
731
+ }
732
+ }
733
+ }, Gt = ["width", "height"], Jt = ["stroke-width"];
734
+ function Pt(i, n, t, o, r, h) {
735
+ return d(), u("svg", {
736
+ width: t.width || t.size,
737
+ height: t.height || t.size,
738
+ viewBox: "0 0 24 24",
739
+ fill: "none",
740
+ xmlns: "http://www.w3.org/2000/svg"
741
+ }, [
742
+ e("path", {
743
+ d: "M11.432 15.182L8.25 12M8.25 12L11.432 8.81803M8.25 12H15.75M21 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 12Z",
744
+ stroke: "#3D3D3D",
745
+ "stroke-width": t.strokeWidth,
746
+ "stroke-linecap": "round",
747
+ "stroke-linejoin": "round"
748
+ }, null, 8, Jt)
749
+ ], 8, Gt);
750
+ }
751
+ const Kt = /* @__PURE__ */ s(It, [["render", Pt]]), Tt = {
752
+ name: "arrow-circle-right",
753
+ props: {
754
+ size: {
755
+ type: Number,
756
+ default: 24
757
+ },
758
+ width: {
759
+ type: Number,
760
+ default: 0
761
+ },
762
+ height: {
763
+ type: Number,
764
+ default: 0
765
+ },
766
+ strokeWidth: {
767
+ type: Number,
768
+ default: 1.5
769
+ },
770
+ style: {
771
+ type: Object
772
+ }
773
+ }
774
+ }, Qt = ["width", "height"], Xt = { "clip-path": "url(#clip0_24_88581)" }, Yt = ["stroke-width"], te = /* @__PURE__ */ e("defs", null, [
775
+ /* @__PURE__ */ e("clipPath", { id: "clip0_24_88581" }, [
776
+ /* @__PURE__ */ e("rect", {
777
+ width: "24",
778
+ height: "24",
779
+ fill: "white"
780
+ })
781
+ ])
782
+ ], -1);
783
+ function ee(i, n, t, o, r, h) {
784
+ return d(), u("svg", {
785
+ width: t.width || t.size,
786
+ height: t.height || t.size,
787
+ viewBox: "0 0 24 24",
788
+ fill: "none",
789
+ xmlns: "http://www.w3.org/2000/svg"
790
+ }, [
791
+ e("g", Xt, [
792
+ e("path", {
793
+ d: "M12.568 15.182L15.75 12M15.75 12L12.568 8.81803M15.75 12H8.25M21 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 12Z",
794
+ stroke: "#3D3D3D",
795
+ "stroke-width": t.strokeWidth,
796
+ "stroke-linecap": "round",
797
+ "stroke-linejoin": "round"
798
+ }, null, 8, Yt)
799
+ ]),
800
+ te
801
+ ], 8, Qt);
802
+ }
803
+ const ie = /* @__PURE__ */ s(Tt, [["render", ee]]), ne = {
804
+ name: "arrow-circle-up",
805
+ props: {
806
+ size: {
807
+ type: Number,
808
+ default: 24
809
+ },
810
+ width: {
811
+ type: Number,
812
+ default: 0
813
+ },
814
+ height: {
815
+ type: Number,
816
+ default: 0
817
+ },
818
+ strokeWidth: {
819
+ type: Number,
820
+ default: 1.5
821
+ },
822
+ style: {
823
+ type: Object
824
+ }
825
+ }
826
+ }, oe = ["width", "height"], re = ["stroke-width"];
827
+ function se(i, n, t, o, r, h) {
828
+ return d(), u("svg", {
829
+ width: t.width || t.size,
830
+ height: t.height || t.size,
831
+ viewBox: "0 0 24 24",
832
+ fill: "none",
833
+ xmlns: "http://www.w3.org/2000/svg"
834
+ }, [
835
+ e("path", {
836
+ d: "M8.81803 11.432L12 8.25M12 8.25L15.182 11.432M12 8.25V15.75M21 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 12Z",
837
+ stroke: "#3D3D3D",
838
+ "stroke-width": t.strokeWidth,
839
+ "stroke-linecap": "round",
840
+ "stroke-linejoin": "round"
841
+ }, null, 8, re)
842
+ ], 8, oe);
843
+ }
844
+ const he = /* @__PURE__ */ s(ne, [["render", se]]), de = {
845
+ name: "arrow-circle-up-left",
846
+ props: {
847
+ size: {
848
+ type: Number,
849
+ default: 24
850
+ },
851
+ width: {
852
+ type: Number,
853
+ default: 0
854
+ },
855
+ height: {
856
+ type: Number,
857
+ default: 0
858
+ },
859
+ strokeWidth: {
860
+ type: Number,
861
+ default: 1.5
862
+ },
863
+ style: {
864
+ type: Object
865
+ }
866
+ }
867
+ }, ue = ["width", "height"], le = ["stroke-width"];
868
+ function we(i, n, t, o, r, h) {
869
+ return d(), u("svg", {
870
+ width: t.width || t.size,
871
+ height: t.height || t.size,
872
+ viewBox: "0 0 24 24",
873
+ fill: "none",
874
+ xmlns: "http://www.w3.org/2000/svg"
875
+ }, [
876
+ e("path", {
877
+ d: "M13.875 9.375H9.375M9.375 9.375V13.875M9.375 9.375L14.625 14.625M21 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 12Z",
878
+ stroke: "#3D3D3D",
879
+ "stroke-width": t.strokeWidth,
880
+ "stroke-linecap": "round",
881
+ "stroke-linejoin": "round"
882
+ }, null, 8, le)
883
+ ], 8, ue);
884
+ }
885
+ const ce = /* @__PURE__ */ s(de, [["render", we]]), ae = {
886
+ name: "arrow-circle-up-right",
887
+ props: {
888
+ size: {
889
+ type: Number,
890
+ default: 24
891
+ },
892
+ width: {
893
+ type: Number,
894
+ default: 0
895
+ },
896
+ height: {
897
+ type: Number,
898
+ default: 0
899
+ },
900
+ strokeWidth: {
901
+ type: Number,
902
+ default: 1.5
903
+ },
904
+ style: {
905
+ type: Object
906
+ }
907
+ }
908
+ }, _e = ["width", "height"], fe = ["stroke-width"];
909
+ function ge(i, n, t, o, r, h) {
910
+ return d(), u("svg", {
911
+ width: t.width || t.size,
912
+ height: t.height || t.size,
913
+ viewBox: "0 0 24 24",
914
+ fill: "none",
915
+ xmlns: "http://www.w3.org/2000/svg"
916
+ }, [
917
+ e("path", {
918
+ d: "M10.125 9.375H14.625M14.625 9.375V13.875M14.625 9.375L9.375 14.625M21 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 12Z",
919
+ stroke: "#3D3D3D",
920
+ "stroke-width": t.strokeWidth,
921
+ "stroke-linecap": "round",
922
+ "stroke-linejoin": "round"
923
+ }, null, 8, fe)
924
+ ], 8, _e);
925
+ }
926
+ const me = /* @__PURE__ */ s(ae, [["render", ge]]), ke = {
927
+ name: "arrow-clockwise",
928
+ props: {
929
+ size: {
930
+ type: Number,
931
+ default: 24
932
+ },
933
+ width: {
934
+ type: Number,
935
+ default: 0
936
+ },
937
+ height: {
938
+ type: Number,
939
+ default: 0
940
+ },
941
+ strokeWidth: {
942
+ type: Number,
943
+ default: 1.5
944
+ },
945
+ style: {
946
+ type: Object
947
+ }
948
+ }
949
+ }, ye = ["width", "height"], be = ["stroke-width"];
950
+ function pe(i, n, t, o, r, h) {
951
+ return d(), u("svg", {
952
+ width: t.width || t.size,
953
+ height: t.height || t.size,
954
+ viewBox: "0 0 24 24",
955
+ fill: "none",
956
+ xmlns: "http://www.w3.org/2000/svg"
957
+ }, [
958
+ e("path", {
959
+ d: "M16.5157 9.34838H21.0157M21.0157 9.34838V4.84838M21.0157 9.34838L17.8336 6.16637C16.6798 5.01259 15.2098 4.22685 13.6095 3.90853C12.0092 3.5902 10.3504 3.75357 8.84286 4.378C7.33537 5.00242 6.0469 6.05984 5.14038 7.41655C4.23385 8.77325 3.75 10.3683 3.75 12C3.75 13.6317 4.23385 15.2268 5.14038 16.5835C6.0469 17.9402 7.33537 18.9976 8.84286 19.622C10.3504 20.2464 12.0092 20.4098 13.6095 20.0915C15.2098 19.7732 16.6798 18.9874 17.8336 17.8336",
960
+ stroke: "#3D3D3D",
961
+ "stroke-width": t.strokeWidth,
962
+ "stroke-linecap": "round",
963
+ "stroke-linejoin": "round"
964
+ }, null, 8, be)
965
+ ], 8, ye);
966
+ }
967
+ const Ne = /* @__PURE__ */ s(ke, [["render", pe]]), Me = {
968
+ name: "arrow-counter-clockwise",
969
+ props: {
970
+ size: {
971
+ type: Number,
972
+ default: 24
973
+ },
974
+ width: {
975
+ type: Number,
976
+ default: 0
977
+ },
978
+ height: {
979
+ type: Number,
980
+ default: 0
981
+ },
982
+ strokeWidth: {
983
+ type: Number,
984
+ default: 1.5
985
+ },
986
+ style: {
987
+ type: Object
988
+ }
989
+ }
990
+ }, De = ["width", "height"], Le = ["stroke-width"];
991
+ function $e(i, n, t, o, r, h) {
992
+ return d(), u("svg", {
993
+ width: t.width || t.size,
994
+ height: t.height || t.size,
995
+ viewBox: "0 0 24 24",
996
+ fill: "none",
997
+ xmlns: "http://www.w3.org/2000/svg"
998
+ }, [
999
+ e("path", {
1000
+ d: "M7.48431 9.34838H2.98431M2.98431 9.34838V4.84838M2.98431 9.34838L6.16634 6.16637C7.32012 5.01259 8.79013 4.22685 10.3905 3.90853C11.9908 3.5902 13.6496 3.75357 15.1571 4.378C16.6646 5.00242 17.9531 6.05984 18.8596 7.41655C19.7661 8.77325 20.25 10.3683 20.25 12C20.25 13.6317 19.7661 15.2268 18.8596 16.5835C17.9531 17.9402 16.6646 18.9976 15.1571 19.622C13.6496 20.2464 11.9908 20.4098 10.3905 20.0915C8.79013 19.7732 7.32012 18.9874 6.16634 17.8336",
1001
+ stroke: "#3D3D3D",
1002
+ "stroke-width": t.strokeWidth,
1003
+ "stroke-linecap": "round",
1004
+ "stroke-linejoin": "round"
1005
+ }, null, 8, Le)
1006
+ ], 8, De);
1007
+ }
1008
+ const ve = /* @__PURE__ */ s(Me, [["render", $e]]), ze = {
1009
+ name: "arrow-down",
1010
+ props: {
1011
+ size: {
1012
+ type: Number,
1013
+ default: 24
1014
+ },
1015
+ width: {
1016
+ type: Number,
1017
+ default: 0
1018
+ },
1019
+ height: {
1020
+ type: Number,
1021
+ default: 0
1022
+ },
1023
+ strokeWidth: {
1024
+ type: Number,
1025
+ default: 1.5
1026
+ },
1027
+ style: {
1028
+ type: Object
1029
+ }
1030
+ }
1031
+ }, xe = ["width", "height"], Ce = ["stroke-width"];
1032
+ function je(i, n, t, o, r, h) {
1033
+ return d(), u("svg", {
1034
+ width: t.width || t.size,
1035
+ height: t.height || t.size,
1036
+ viewBox: "0 0 24 24",
1037
+ fill: "none",
1038
+ xmlns: "http://www.w3.org/2000/svg"
1039
+ }, [
1040
+ e("path", {
1041
+ d: "M12 3.75V20.25M12 20.25L5.25 13.5M12 20.25L18.75 13.5",
1042
+ stroke: "#3D3D3D",
1043
+ "stroke-width": t.strokeWidth,
1044
+ "stroke-linecap": "round",
1045
+ "stroke-linejoin": "round"
1046
+ }, null, 8, Ce)
1047
+ ], 8, xe);
1048
+ }
1049
+ const We = /* @__PURE__ */ s(ze, [["render", je]]), He = {
1050
+ name: "arrow-down-left",
1051
+ props: {
1052
+ size: {
1053
+ type: Number,
1054
+ default: 24
1055
+ },
1056
+ width: {
1057
+ type: Number,
1058
+ default: 0
1059
+ },
1060
+ height: {
1061
+ type: Number,
1062
+ default: 0
1063
+ },
1064
+ strokeWidth: {
1065
+ type: Number,
1066
+ default: 1.5
1067
+ },
1068
+ style: {
1069
+ type: Object
1070
+ }
1071
+ }
1072
+ }, Ve = ["width", "height"], Be = ["stroke-width"];
1073
+ function Oe(i, n, t, o, r, h) {
1074
+ return d(), u("svg", {
1075
+ width: t.width || t.size,
1076
+ height: t.height || t.size,
1077
+ viewBox: "0 0 24 24",
1078
+ fill: "none",
1079
+ xmlns: "http://www.w3.org/2000/svg"
1080
+ }, [
1081
+ e("path", {
1082
+ d: "M18 6L6 18M6 18H15.75M6 18V8.25",
1083
+ stroke: "#3D3D3D",
1084
+ "stroke-width": t.strokeWidth,
1085
+ "stroke-linecap": "round",
1086
+ "stroke-linejoin": "round"
1087
+ }, null, 8, Be)
1088
+ ], 8, Ve);
1089
+ }
1090
+ const Ae = /* @__PURE__ */ s(He, [["render", Oe]]), Ze = {
1091
+ name: "arrow-down-right",
1092
+ props: {
1093
+ size: {
1094
+ type: Number,
1095
+ default: 24
1096
+ },
1097
+ width: {
1098
+ type: Number,
1099
+ default: 0
1100
+ },
1101
+ height: {
1102
+ type: Number,
1103
+ default: 0
1104
+ },
1105
+ strokeWidth: {
1106
+ type: Number,
1107
+ default: 1.5
1108
+ },
1109
+ style: {
1110
+ type: Object
1111
+ }
1112
+ }
1113
+ }, Ue = ["width", "height"], Re = ["stroke-width"];
1114
+ function qe(i, n, t, o, r, h) {
1115
+ return d(), u("svg", {
1116
+ width: t.width || t.size,
1117
+ height: t.height || t.size,
1118
+ viewBox: "0 0 24 24",
1119
+ fill: "none",
1120
+ xmlns: "http://www.w3.org/2000/svg"
1121
+ }, [
1122
+ e("path", {
1123
+ d: "M6 6L18 18M18 18H8.25M18 18V8.25",
1124
+ stroke: "#3D3D3D",
1125
+ "stroke-width": t.strokeWidth,
1126
+ "stroke-linecap": "round",
1127
+ "stroke-linejoin": "round"
1128
+ }, null, 8, Re)
1129
+ ], 8, Ue);
1130
+ }
1131
+ const Ee = /* @__PURE__ */ s(Ze, [["render", qe]]), Fe = {
1132
+ name: "arrow-elbow-down-left",
1133
+ props: {
1134
+ size: {
1135
+ type: Number,
1136
+ default: 24
1137
+ },
1138
+ width: {
1139
+ type: Number,
1140
+ default: 0
1141
+ },
1142
+ height: {
1143
+ type: Number,
1144
+ default: 0
1145
+ },
1146
+ strokeWidth: {
1147
+ type: Number,
1148
+ default: 1.5
1149
+ },
1150
+ style: {
1151
+ type: Object
1152
+ }
1153
+ }
1154
+ }, Se = ["width", "height"], Ie = ["stroke-width"];
1155
+ function Ge(i, n, t, o, r, h) {
1156
+ return d(), u("svg", {
1157
+ width: t.width || t.size,
1158
+ height: t.height || t.size,
1159
+ viewBox: "0 0 24 24",
1160
+ fill: "none",
1161
+ xmlns: "http://www.w3.org/2000/svg"
1162
+ }, [
1163
+ e("path", {
1164
+ d: "M9 12L4.5 16.5M4.5 16.5L9 21M4.5 16.5H18V3",
1165
+ stroke: "#3D3D3D",
1166
+ "stroke-width": t.strokeWidth,
1167
+ "stroke-linecap": "round",
1168
+ "stroke-linejoin": "round"
1169
+ }, null, 8, Ie)
1170
+ ], 8, Se);
1171
+ }
1172
+ const Je = /* @__PURE__ */ s(Fe, [["render", Ge]]), Pe = {
1173
+ name: "arrow-elbow-down-right",
1174
+ props: {
1175
+ size: {
1176
+ type: Number,
1177
+ default: 24
1178
+ },
1179
+ width: {
1180
+ type: Number,
1181
+ default: 0
1182
+ },
1183
+ height: {
1184
+ type: Number,
1185
+ default: 0
1186
+ },
1187
+ strokeWidth: {
1188
+ type: Number,
1189
+ default: 1.5
1190
+ },
1191
+ style: {
1192
+ type: Object
1193
+ }
1194
+ }
1195
+ }, Ke = ["width", "height"], Te = ["stroke-width"];
1196
+ function Qe(i, n, t, o, r, h) {
1197
+ return d(), u("svg", {
1198
+ width: t.width || t.size,
1199
+ height: t.height || t.size,
1200
+ viewBox: "0 0 24 24",
1201
+ fill: "none",
1202
+ xmlns: "http://www.w3.org/2000/svg"
1203
+ }, [
1204
+ e("path", {
1205
+ d: "M15 12L19.5 16.5M19.5 16.5L15 21M19.5 16.5H6V3",
1206
+ stroke: "#3D3D3D",
1207
+ "stroke-width": t.strokeWidth,
1208
+ "stroke-linecap": "round",
1209
+ "stroke-linejoin": "round"
1210
+ }, null, 8, Te)
1211
+ ], 8, Ke);
1212
+ }
1213
+ const Xe = /* @__PURE__ */ s(Pe, [["render", Qe]]), Ye = {
1214
+ name: "arrow-elbow-left",
1215
+ props: {
1216
+ size: {
1217
+ type: Number,
1218
+ default: 24
1219
+ },
1220
+ width: {
1221
+ type: Number,
1222
+ default: 0
1223
+ },
1224
+ height: {
1225
+ type: Number,
1226
+ default: 0
1227
+ },
1228
+ strokeWidth: {
1229
+ type: Number,
1230
+ default: 1.5
1231
+ },
1232
+ style: {
1233
+ type: Object
1234
+ }
1235
+ }
1236
+ }, ti = ["width", "height"], ei = ["stroke-width"];
1237
+ function ii(i, n, t, o, r, h) {
1238
+ return d(), u("svg", {
1239
+ width: t.width || t.size,
1240
+ height: t.height || t.size,
1241
+ viewBox: "0 0 24 24",
1242
+ fill: "none",
1243
+ xmlns: "http://www.w3.org/2000/svg"
1244
+ }, [
1245
+ e("path", {
1246
+ d: "M9 7.5H2.25M2.25 7.5V14.25M2.25 7.5L12.75 18L21.75 9",
1247
+ stroke: "#3D3D3D",
1248
+ "stroke-width": t.strokeWidth,
1249
+ "stroke-linecap": "round",
1250
+ "stroke-linejoin": "round"
1251
+ }, null, 8, ei)
1252
+ ], 8, ti);
1253
+ }
1254
+ const ni = /* @__PURE__ */ s(Ye, [["render", ii]]), oi = {
1255
+ name: "arrow-elbow-left-down",
1256
+ props: {
1257
+ size: {
1258
+ type: Number,
1259
+ default: 24
1260
+ },
1261
+ width: {
1262
+ type: Number,
1263
+ default: 0
1264
+ },
1265
+ height: {
1266
+ type: Number,
1267
+ default: 0
1268
+ },
1269
+ strokeWidth: {
1270
+ type: Number,
1271
+ default: 1.5
1272
+ },
1273
+ style: {
1274
+ type: Object
1275
+ }
1276
+ }
1277
+ }, ri = ["width", "height"], si = ["stroke-width"];
1278
+ function hi(i, n, t, o, r, h) {
1279
+ return d(), u("svg", {
1280
+ width: t.width || t.size,
1281
+ height: t.height || t.size,
1282
+ viewBox: "0 0 24 24",
1283
+ fill: "none",
1284
+ xmlns: "http://www.w3.org/2000/svg"
1285
+ }, [
1286
+ e("path", {
1287
+ d: "M12 15L7.5 19.5M7.5 19.5L3 15M7.5 19.5V6H21",
1288
+ stroke: "#3D3D3D",
1289
+ "stroke-width": t.strokeWidth,
1290
+ "stroke-linecap": "round",
1291
+ "stroke-linejoin": "round"
1292
+ }, null, 8, si)
1293
+ ], 8, ri);
1294
+ }
1295
+ const di = /* @__PURE__ */ s(oi, [["render", hi]]), ui = {
1296
+ name: "arrow-elbow-left-up",
1297
+ props: {
1298
+ size: {
1299
+ type: Number,
1300
+ default: 24
1301
+ },
1302
+ width: {
1303
+ type: Number,
1304
+ default: 0
1305
+ },
1306
+ height: {
1307
+ type: Number,
1308
+ default: 0
1309
+ },
1310
+ strokeWidth: {
1311
+ type: Number,
1312
+ default: 1.5
1313
+ },
1314
+ style: {
1315
+ type: Object
1316
+ }
1317
+ }
1318
+ }, li = ["width", "height"], wi = ["stroke-width"];
1319
+ function ci(i, n, t, o, r, h) {
1320
+ return d(), u("svg", {
1321
+ width: t.width || t.size,
1322
+ height: t.height || t.size,
1323
+ viewBox: "0 0 24 24",
1324
+ fill: "none",
1325
+ xmlns: "http://www.w3.org/2000/svg"
1326
+ }, [
1327
+ e("path", {
1328
+ d: "M12 9L7.5 4.5M7.5 4.5L3 9M7.5 4.5V18H21",
1329
+ stroke: "#3D3D3D",
1330
+ "stroke-width": t.strokeWidth,
1331
+ "stroke-linecap": "round",
1332
+ "stroke-linejoin": "round"
1333
+ }, null, 8, wi)
1334
+ ], 8, li);
1335
+ }
1336
+ const ai = /* @__PURE__ */ s(ui, [["render", ci]]), _i = {
1337
+ name: "arrow-elbow-right",
1338
+ props: {
1339
+ size: {
1340
+ type: Number,
1341
+ default: 24
1342
+ },
1343
+ width: {
1344
+ type: Number,
1345
+ default: 0
1346
+ },
1347
+ height: {
1348
+ type: Number,
1349
+ default: 0
1350
+ },
1351
+ strokeWidth: {
1352
+ type: Number,
1353
+ default: 1.5
1354
+ },
1355
+ style: {
1356
+ type: Object
1357
+ }
1358
+ }
1359
+ }, fi = ["width", "height"], gi = ["stroke-width"];
1360
+ function mi(i, n, t, o, r, h) {
1361
+ return d(), u("svg", {
1362
+ width: t.width || t.size,
1363
+ height: t.height || t.size,
1364
+ viewBox: "0 0 24 24",
1365
+ fill: "none",
1366
+ xmlns: "http://www.w3.org/2000/svg"
1367
+ }, [
1368
+ e("path", {
1369
+ d: "M15 7.5H21.75M21.75 7.5V14.25M21.75 7.5L11.25 18L2.25 9",
1370
+ stroke: "#3D3D3D",
1371
+ "stroke-width": t.strokeWidth,
1372
+ "stroke-linecap": "round",
1373
+ "stroke-linejoin": "round"
1374
+ }, null, 8, gi)
1375
+ ], 8, fi);
1376
+ }
1377
+ const ki = /* @__PURE__ */ s(_i, [["render", mi]]), yi = {
1378
+ name: "arrow-elbow-right-down",
1379
+ props: {
1380
+ size: {
1381
+ type: Number,
1382
+ default: 24
1383
+ },
1384
+ width: {
1385
+ type: Number,
1386
+ default: 0
1387
+ },
1388
+ height: {
1389
+ type: Number,
1390
+ default: 0
1391
+ },
1392
+ strokeWidth: {
1393
+ type: Number,
1394
+ default: 1.5
1395
+ },
1396
+ style: {
1397
+ type: Object
1398
+ }
1399
+ }
1400
+ }, bi = ["width", "height"], pi = ["stroke-width"];
1401
+ function Ni(i, n, t, o, r, h) {
1402
+ return d(), u("svg", {
1403
+ width: t.width || t.size,
1404
+ height: t.height || t.size,
1405
+ viewBox: "0 0 24 24",
1406
+ fill: "none",
1407
+ xmlns: "http://www.w3.org/2000/svg"
1408
+ }, [
1409
+ e("path", {
1410
+ d: "M12 15L16.5 19.5M16.5 19.5L21 15M16.5 19.5V6H3",
1411
+ stroke: "#3D3D3D",
1412
+ "stroke-width": t.strokeWidth,
1413
+ "stroke-linecap": "round",
1414
+ "stroke-linejoin": "round"
1415
+ }, null, 8, pi)
1416
+ ], 8, bi);
1417
+ }
1418
+ const Mi = /* @__PURE__ */ s(yi, [["render", Ni]]), Di = {
1419
+ name: "arrow-elbow-right-up",
1420
+ props: {
1421
+ size: {
1422
+ type: Number,
1423
+ default: 24
1424
+ },
1425
+ width: {
1426
+ type: Number,
1427
+ default: 0
1428
+ },
1429
+ height: {
1430
+ type: Number,
1431
+ default: 0
1432
+ },
1433
+ strokeWidth: {
1434
+ type: Number,
1435
+ default: 1.5
1436
+ },
1437
+ style: {
1438
+ type: Object
1439
+ }
1440
+ }
1441
+ }, Li = ["width", "height"], $i = ["stroke-width"];
1442
+ function vi(i, n, t, o, r, h) {
1443
+ return d(), u("svg", {
1444
+ width: t.width || t.size,
1445
+ height: t.height || t.size,
1446
+ viewBox: "0 0 24 24",
1447
+ fill: "none",
1448
+ xmlns: "http://www.w3.org/2000/svg"
1449
+ }, [
1450
+ e("path", {
1451
+ d: "M12 9L16.5 4.5M16.5 4.5L21 9M16.5 4.5V18H3",
1452
+ stroke: "#3D3D3D",
1453
+ "stroke-width": t.strokeWidth,
1454
+ "stroke-linecap": "round",
1455
+ "stroke-linejoin": "round"
1456
+ }, null, 8, $i)
1457
+ ], 8, Li);
1458
+ }
1459
+ const zi = /* @__PURE__ */ s(Di, [["render", vi]]), xi = {
1460
+ name: "arrow-elbow-up-left",
1461
+ props: {
1462
+ size: {
1463
+ type: Number,
1464
+ default: 24
1465
+ },
1466
+ width: {
1467
+ type: Number,
1468
+ default: 0
1469
+ },
1470
+ height: {
1471
+ type: Number,
1472
+ default: 0
1473
+ },
1474
+ strokeWidth: {
1475
+ type: Number,
1476
+ default: 1.5
1477
+ },
1478
+ style: {
1479
+ type: Object
1480
+ }
1481
+ }
1482
+ }, Ci = ["width", "height"], ji = ["stroke-width"];
1483
+ function Wi(i, n, t, o, r, h) {
1484
+ return d(), u("svg", {
1485
+ width: t.width || t.size,
1486
+ height: t.height || t.size,
1487
+ viewBox: "0 0 24 24",
1488
+ fill: "none",
1489
+ xmlns: "http://www.w3.org/2000/svg"
1490
+ }, [
1491
+ e("path", {
1492
+ d: "M9 12L4.5 7.5M4.5 7.5L9 3M4.5 7.5H18V21",
1493
+ stroke: "#3D3D3D",
1494
+ "stroke-width": t.strokeWidth,
1495
+ "stroke-linecap": "round",
1496
+ "stroke-linejoin": "round"
1497
+ }, null, 8, ji)
1498
+ ], 8, Ci);
1499
+ }
1500
+ const Hi = /* @__PURE__ */ s(xi, [["render", Wi]]), Vi = {
1501
+ name: "arrow-elbow-up-right",
1502
+ props: {
1503
+ size: {
1504
+ type: Number,
1505
+ default: 24
1506
+ },
1507
+ width: {
1508
+ type: Number,
1509
+ default: 0
1510
+ },
1511
+ height: {
1512
+ type: Number,
1513
+ default: 0
1514
+ },
1515
+ strokeWidth: {
1516
+ type: Number,
1517
+ default: 1.5
1518
+ },
1519
+ style: {
1520
+ type: Object
1521
+ }
1522
+ }
1523
+ }, Bi = ["width", "height"], Oi = ["stroke-width"];
1524
+ function Ai(i, n, t, o, r, h) {
1525
+ return d(), u("svg", {
1526
+ width: t.width || t.size,
1527
+ height: t.height || t.size,
1528
+ viewBox: "0 0 24 24",
1529
+ fill: "none",
1530
+ xmlns: "http://www.w3.org/2000/svg"
1531
+ }, [
1532
+ e("path", {
1533
+ d: "M15 12L19.5 7.5M19.5 7.5L15 3M19.5 7.5H6V21",
1534
+ stroke: "#3D3D3D",
1535
+ "stroke-width": t.strokeWidth,
1536
+ "stroke-linecap": "round",
1537
+ "stroke-linejoin": "round"
1538
+ }, null, 8, Oi)
1539
+ ], 8, Bi);
1540
+ }
1541
+ const Zi = /* @__PURE__ */ s(Vi, [["render", Ai]]), Ui = {
1542
+ name: "arrow-fat-down",
1543
+ props: {
1544
+ size: {
1545
+ type: Number,
1546
+ default: 24
1547
+ },
1548
+ width: {
1549
+ type: Number,
1550
+ default: 0
1551
+ },
1552
+ height: {
1553
+ type: Number,
1554
+ default: 0
1555
+ },
1556
+ strokeWidth: {
1557
+ type: Number,
1558
+ default: 1.5
1559
+ },
1560
+ style: {
1561
+ type: Object
1562
+ }
1563
+ }
1564
+ }, Ri = ["width", "height"], qi = ["stroke-width"];
1565
+ function Ei(i, n, t, o, r, h) {
1566
+ return d(), u("svg", {
1567
+ width: t.width || t.size,
1568
+ height: t.height || t.size,
1569
+ viewBox: "0 0 24 24",
1570
+ fill: "none",
1571
+ xmlns: "http://www.w3.org/2000/svg"
1572
+ }, [
1573
+ e("path", {
1574
+ d: "M3 12.75L12 21.75L21 12.75H16.5V4.5C16.5 4.30109 16.421 4.11032 16.2803 3.96967C16.1397 3.82902 15.9489 3.75 15.75 3.75H8.25C8.05109 3.75 7.86032 3.82902 7.71967 3.96967C7.57902 4.11032 7.5 4.30109 7.5 4.5V12.75H3Z",
1575
+ stroke: "#3D3D3D",
1576
+ "stroke-width": t.strokeWidth,
1577
+ "stroke-linecap": "round",
1578
+ "stroke-linejoin": "round"
1579
+ }, null, 8, qi)
1580
+ ], 8, Ri);
1581
+ }
1582
+ const Fi = /* @__PURE__ */ s(Ui, [["render", Ei]]), Si = {
1583
+ name: "arrow-fat-left",
1584
+ props: {
1585
+ size: {
1586
+ type: Number,
1587
+ default: 24
1588
+ },
1589
+ width: {
1590
+ type: Number,
1591
+ default: 0
1592
+ },
1593
+ height: {
1594
+ type: Number,
1595
+ default: 0
1596
+ },
1597
+ strokeWidth: {
1598
+ type: Number,
1599
+ default: 1.5
1600
+ },
1601
+ style: {
1602
+ type: Object
1603
+ }
1604
+ }
1605
+ }, Ii = ["width", "height"], Gi = ["stroke-width"];
1606
+ function Ji(i, n, t, o, r, h) {
1607
+ return d(), u("svg", {
1608
+ width: t.width || t.size,
1609
+ height: t.height || t.size,
1610
+ viewBox: "0 0 24 24",
1611
+ fill: "none",
1612
+ xmlns: "http://www.w3.org/2000/svg"
1613
+ }, [
1614
+ e("path", {
1615
+ d: "M11.25 3L2.25 12L11.25 21V16.5H19.5C19.6989 16.5 19.8897 16.421 20.0303 16.2803C20.171 16.1397 20.25 15.9489 20.25 15.75V8.25C20.25 8.05109 20.171 7.86032 20.0303 7.71967C19.8897 7.57902 19.6989 7.5 19.5 7.5H11.25V3Z",
1616
+ stroke: "#3D3D3D",
1617
+ "stroke-width": t.strokeWidth,
1618
+ "stroke-linecap": "round",
1619
+ "stroke-linejoin": "round"
1620
+ }, null, 8, Gi)
1621
+ ], 8, Ii);
1622
+ }
1623
+ const Pi = /* @__PURE__ */ s(Si, [["render", Ji]]), Ki = {
1624
+ name: "arrow-fat-line-down",
1625
+ props: {
1626
+ size: {
1627
+ type: Number,
1628
+ default: 24
1629
+ },
1630
+ width: {
1631
+ type: Number,
1632
+ default: 0
1633
+ },
1634
+ height: {
1635
+ type: Number,
1636
+ default: 0
1637
+ },
1638
+ strokeWidth: {
1639
+ type: Number,
1640
+ default: 1.5
1641
+ },
1642
+ style: {
1643
+ type: Object
1644
+ }
1645
+ }
1646
+ }, Ti = ["width", "height"], Qi = ["stroke-width"];
1647
+ function Xi(i, n, t, o, r, h) {
1648
+ return d(), u("svg", {
1649
+ width: t.width || t.size,
1650
+ height: t.height || t.size,
1651
+ viewBox: "0 0 24 24",
1652
+ fill: "none",
1653
+ xmlns: "http://www.w3.org/2000/svg"
1654
+ }, [
1655
+ e("path", {
1656
+ d: "M16.5 3.75H7.5M3 12.75L12 21.75L21 12.75H16.5V6.75H7.5V12.75H3Z",
1657
+ stroke: "#3D3D3D",
1658
+ "stroke-width": t.strokeWidth,
1659
+ "stroke-linecap": "round",
1660
+ "stroke-linejoin": "round"
1661
+ }, null, 8, Qi)
1662
+ ], 8, Ti);
1663
+ }
1664
+ const Yi = /* @__PURE__ */ s(Ki, [["render", Xi]]), t1 = {
1665
+ name: "arrow-fat-line-left",
1666
+ props: {
1667
+ size: {
1668
+ type: Number,
1669
+ default: 24
1670
+ },
1671
+ width: {
1672
+ type: Number,
1673
+ default: 0
1674
+ },
1675
+ height: {
1676
+ type: Number,
1677
+ default: 0
1678
+ },
1679
+ strokeWidth: {
1680
+ type: Number,
1681
+ default: 1.5
1682
+ },
1683
+ style: {
1684
+ type: Object
1685
+ }
1686
+ }
1687
+ }, e1 = ["width", "height"], i1 = ["stroke-width"];
1688
+ function n1(i, n, t, o, r, h) {
1689
+ return d(), u("svg", {
1690
+ width: t.width || t.size,
1691
+ height: t.height || t.size,
1692
+ viewBox: "0 0 24 24",
1693
+ fill: "none",
1694
+ xmlns: "http://www.w3.org/2000/svg"
1695
+ }, [
1696
+ e("path", {
1697
+ d: "M20.25 16.5V7.5M11.25 3L2.25 12L11.25 21V16.5H17.25V7.5H11.25V3Z",
1698
+ stroke: "#3D3D3D",
1699
+ "stroke-width": t.strokeWidth,
1700
+ "stroke-linecap": "round",
1701
+ "stroke-linejoin": "round"
1702
+ }, null, 8, i1)
1703
+ ], 8, e1);
1704
+ }
1705
+ const o1 = /* @__PURE__ */ s(t1, [["render", n1]]), r1 = {
1706
+ name: "arrow-fat-line-right",
1707
+ props: {
1708
+ size: {
1709
+ type: Number,
1710
+ default: 24
1711
+ },
1712
+ width: {
1713
+ type: Number,
1714
+ default: 0
1715
+ },
1716
+ height: {
1717
+ type: Number,
1718
+ default: 0
1719
+ },
1720
+ strokeWidth: {
1721
+ type: Number,
1722
+ default: 1.5
1723
+ },
1724
+ style: {
1725
+ type: Object
1726
+ }
1727
+ }
1728
+ }, s1 = ["width", "height"], h1 = ["stroke-width"];
1729
+ function d1(i, n, t, o, r, h) {
1730
+ return d(), u("svg", {
1731
+ width: t.width || t.size,
1732
+ height: t.height || t.size,
1733
+ viewBox: "0 0 24 24",
1734
+ fill: "none",
1735
+ xmlns: "http://www.w3.org/2000/svg"
1736
+ }, [
1737
+ e("path", {
1738
+ d: "M3.75 16.5V7.5M12.75 3L21.75 12L12.75 21V16.5H6.75V7.5H12.75V3Z",
1739
+ stroke: "#3D3D3D",
1740
+ "stroke-width": t.strokeWidth,
1741
+ "stroke-linecap": "round",
1742
+ "stroke-linejoin": "round"
1743
+ }, null, 8, h1)
1744
+ ], 8, s1);
1745
+ }
1746
+ const u1 = /* @__PURE__ */ s(r1, [["render", d1]]), l1 = {
1747
+ name: "arrow-fat-line-up",
1748
+ props: {
1749
+ size: {
1750
+ type: Number,
1751
+ default: 24
1752
+ },
1753
+ width: {
1754
+ type: Number,
1755
+ default: 0
1756
+ },
1757
+ height: {
1758
+ type: Number,
1759
+ default: 0
1760
+ },
1761
+ strokeWidth: {
1762
+ type: Number,
1763
+ default: 1.5
1764
+ },
1765
+ style: {
1766
+ type: Object
1767
+ }
1768
+ }
1769
+ }, w1 = ["width", "height"], c1 = ["stroke-width"];
1770
+ function a1(i, n, t, o, r, h) {
1771
+ return d(), u("svg", {
1772
+ width: t.width || t.size,
1773
+ height: t.height || t.size,
1774
+ viewBox: "0 0 24 24",
1775
+ fill: "none",
1776
+ xmlns: "http://www.w3.org/2000/svg"
1777
+ }, [
1778
+ e("path", {
1779
+ d: "M16.5 20.25H7.5M3 11.25L12 2.25L21 11.25H16.5V17.25H7.5V11.25H3Z",
1780
+ stroke: "#3D3D3D",
1781
+ "stroke-width": t.strokeWidth,
1782
+ "stroke-linecap": "round",
1783
+ "stroke-linejoin": "round"
1784
+ }, null, 8, c1)
1785
+ ], 8, w1);
1786
+ }
1787
+ const _1 = /* @__PURE__ */ s(l1, [["render", a1]]), f1 = {
1788
+ name: "arrow-fat-lines-down",
1789
+ props: {
1790
+ size: {
1791
+ type: Number,
1792
+ default: 24
1793
+ },
1794
+ width: {
1795
+ type: Number,
1796
+ default: 0
1797
+ },
1798
+ height: {
1799
+ type: Number,
1800
+ default: 0
1801
+ },
1802
+ strokeWidth: {
1803
+ type: Number,
1804
+ default: 1.5
1805
+ },
1806
+ style: {
1807
+ type: Object
1808
+ }
1809
+ }
1810
+ }, g1 = ["width", "height"], m1 = ["stroke-width"];
1811
+ function k1(i, n, t, o, r, h) {
1812
+ return d(), u("svg", {
1813
+ width: t.width || t.size,
1814
+ height: t.height || t.size,
1815
+ viewBox: "0 0 24 24",
1816
+ fill: "none",
1817
+ xmlns: "http://www.w3.org/2000/svg"
1818
+ }, [
1819
+ e("path", {
1820
+ d: "M16.5 3.75H7.5M16.5 6.75H7.5M3 12.75L12 21.75L21 12.75H16.5V9.75H7.5V12.75H3Z",
1821
+ stroke: "#3D3D3D",
1822
+ "stroke-width": t.strokeWidth,
1823
+ "stroke-linecap": "round",
1824
+ "stroke-linejoin": "round"
1825
+ }, null, 8, m1)
1826
+ ], 8, g1);
1827
+ }
1828
+ const y1 = /* @__PURE__ */ s(f1, [["render", k1]]), b1 = {
1829
+ name: "arrow-fat-lines-left",
1830
+ props: {
1831
+ size: {
1832
+ type: Number,
1833
+ default: 24
1834
+ },
1835
+ width: {
1836
+ type: Number,
1837
+ default: 0
1838
+ },
1839
+ height: {
1840
+ type: Number,
1841
+ default: 0
1842
+ },
1843
+ strokeWidth: {
1844
+ type: Number,
1845
+ default: 1.5
1846
+ },
1847
+ style: {
1848
+ type: Object
1849
+ }
1850
+ }
1851
+ }, p1 = ["width", "height"], N1 = ["stroke-width"];
1852
+ function M1(i, n, t, o, r, h) {
1853
+ return d(), u("svg", {
1854
+ width: t.width || t.size,
1855
+ height: t.height || t.size,
1856
+ viewBox: "0 0 24 24",
1857
+ fill: "none",
1858
+ xmlns: "http://www.w3.org/2000/svg"
1859
+ }, [
1860
+ e("path", {
1861
+ d: "M20.25 16.5V7.5M17.25 16.5V7.5M11.25 3L2.25 12L11.25 21V16.5H14.25V7.5H11.25V3Z",
1862
+ stroke: "#3D3D3D",
1863
+ "stroke-width": t.strokeWidth,
1864
+ "stroke-linecap": "round",
1865
+ "stroke-linejoin": "round"
1866
+ }, null, 8, N1)
1867
+ ], 8, p1);
1868
+ }
1869
+ const D1 = /* @__PURE__ */ s(b1, [["render", M1]]), L1 = {
1870
+ name: "arrow-fat-lines-right",
1871
+ props: {
1872
+ size: {
1873
+ type: Number,
1874
+ default: 24
1875
+ },
1876
+ width: {
1877
+ type: Number,
1878
+ default: 0
1879
+ },
1880
+ height: {
1881
+ type: Number,
1882
+ default: 0
1883
+ },
1884
+ strokeWidth: {
1885
+ type: Number,
1886
+ default: 1.5
1887
+ },
1888
+ style: {
1889
+ type: Object
1890
+ }
1891
+ }
1892
+ }, $1 = ["width", "height"], v1 = ["stroke-width"];
1893
+ function z1(i, n, t, o, r, h) {
1894
+ return d(), u("svg", {
1895
+ width: t.width || t.size,
1896
+ height: t.height || t.size,
1897
+ viewBox: "0 0 24 24",
1898
+ fill: "none",
1899
+ xmlns: "http://www.w3.org/2000/svg"
1900
+ }, [
1901
+ e("path", {
1902
+ d: "M3.75 16.5V7.5M6.75 16.5V7.5M12.75 3L21.75 12L12.75 21V16.5H9.75V7.5H12.75V3Z",
1903
+ stroke: "#3D3D3D",
1904
+ "stroke-width": t.strokeWidth,
1905
+ "stroke-linecap": "round",
1906
+ "stroke-linejoin": "round"
1907
+ }, null, 8, v1)
1908
+ ], 8, $1);
1909
+ }
1910
+ const x1 = /* @__PURE__ */ s(L1, [["render", z1]]), C1 = {
1911
+ name: "arrow-fat-lines-up",
1912
+ props: {
1913
+ size: {
1914
+ type: Number,
1915
+ default: 24
1916
+ },
1917
+ width: {
1918
+ type: Number,
1919
+ default: 0
1920
+ },
1921
+ height: {
1922
+ type: Number,
1923
+ default: 0
1924
+ },
1925
+ strokeWidth: {
1926
+ type: Number,
1927
+ default: 1.5
1928
+ },
1929
+ style: {
1930
+ type: Object
1931
+ }
1932
+ }
1933
+ }, j1 = ["width", "height"], W1 = ["stroke-width"];
1934
+ function H1(i, n, t, o, r, h) {
1935
+ return d(), u("svg", {
1936
+ width: t.width || t.size,
1937
+ height: t.height || t.size,
1938
+ viewBox: "0 0 24 24",
1939
+ fill: "none",
1940
+ xmlns: "http://www.w3.org/2000/svg"
1941
+ }, [
1942
+ e("path", {
1943
+ d: "M16.5 20.25H7.5M16.5 17.25H7.5M3 11.25L12 2.25L21 11.25H16.5V14.25H7.5V11.25H3Z",
1944
+ stroke: "#3D3D3D",
1945
+ "stroke-width": t.strokeWidth,
1946
+ "stroke-linecap": "round",
1947
+ "stroke-linejoin": "round"
1948
+ }, null, 8, W1)
1949
+ ], 8, j1);
1950
+ }
1951
+ const V1 = /* @__PURE__ */ s(C1, [["render", H1]]), B1 = {
1952
+ name: "arrow-fat-right",
1953
+ props: {
1954
+ size: {
1955
+ type: Number,
1956
+ default: 24
1957
+ },
1958
+ width: {
1959
+ type: Number,
1960
+ default: 0
1961
+ },
1962
+ height: {
1963
+ type: Number,
1964
+ default: 0
1965
+ },
1966
+ strokeWidth: {
1967
+ type: Number,
1968
+ default: 1.5
1969
+ },
1970
+ style: {
1971
+ type: Object
1972
+ }
1973
+ }
1974
+ }, O1 = ["width", "height"], A1 = ["stroke-width"];
1975
+ function Z1(i, n, t, o, r, h) {
1976
+ return d(), u("svg", {
1977
+ width: t.width || t.size,
1978
+ height: t.height || t.size,
1979
+ viewBox: "0 0 24 24",
1980
+ fill: "none",
1981
+ xmlns: "http://www.w3.org/2000/svg"
1982
+ }, [
1983
+ e("path", {
1984
+ d: "M12.75 3L21.75 12L12.75 21V16.5H4.5C4.30109 16.5 4.11032 16.421 3.96967 16.2803C3.82902 16.1397 3.75 15.9489 3.75 15.75V8.25C3.75 8.05109 3.82902 7.86032 3.96967 7.71967C4.11032 7.57902 4.30109 7.5 4.5 7.5H12.75V3Z",
1985
+ stroke: "#3D3D3D",
1986
+ "stroke-width": t.strokeWidth,
1987
+ "stroke-linecap": "round",
1988
+ "stroke-linejoin": "round"
1989
+ }, null, 8, A1)
1990
+ ], 8, O1);
1991
+ }
1992
+ const U1 = /* @__PURE__ */ s(B1, [["render", Z1]]), R1 = {
1993
+ name: "arrow-fat-up",
1994
+ props: {
1995
+ size: {
1996
+ type: Number,
1997
+ default: 24
1998
+ },
1999
+ width: {
2000
+ type: Number,
2001
+ default: 0
2002
+ },
2003
+ height: {
2004
+ type: Number,
2005
+ default: 0
2006
+ },
2007
+ strokeWidth: {
2008
+ type: Number,
2009
+ default: 1.5
2010
+ },
2011
+ style: {
2012
+ type: Object
2013
+ }
2014
+ }
2015
+ }, q1 = ["width", "height"], E1 = ["stroke-width"];
2016
+ function F1(i, n, t, o, r, h) {
2017
+ return d(), u("svg", {
2018
+ width: t.width || t.size,
2019
+ height: t.height || t.size,
2020
+ viewBox: "0 0 24 24",
2021
+ fill: "none",
2022
+ xmlns: "http://www.w3.org/2000/svg"
2023
+ }, [
2024
+ e("path", {
2025
+ d: "M3 11.25L12 2.25L21 11.25H16.5V19.5C16.5 19.6989 16.421 19.8897 16.2803 20.0303C16.1397 20.171 15.9489 20.25 15.75 20.25H8.25C8.05109 20.25 7.86032 20.171 7.71967 20.0303C7.57902 19.8897 7.5 19.6989 7.5 19.5V11.25H3Z",
2026
+ stroke: "#3D3D3D",
2027
+ "stroke-width": t.strokeWidth,
2028
+ "stroke-linecap": "round",
2029
+ "stroke-linejoin": "round"
2030
+ }, null, 8, E1)
2031
+ ], 8, q1);
2032
+ }
2033
+ const S1 = /* @__PURE__ */ s(R1, [["render", F1]]), I1 = {
2034
+ name: "arrow-left",
2035
+ props: {
2036
+ size: {
2037
+ type: Number,
2038
+ default: 24
2039
+ },
2040
+ width: {
2041
+ type: Number,
2042
+ default: 0
2043
+ },
2044
+ height: {
2045
+ type: Number,
2046
+ default: 0
2047
+ },
2048
+ strokeWidth: {
2049
+ type: Number,
2050
+ default: 1.5
2051
+ },
2052
+ style: {
2053
+ type: Object
2054
+ }
2055
+ }
2056
+ }, G1 = ["width", "height"], J1 = ["stroke-width"];
2057
+ function P1(i, n, t, o, r, h) {
2058
+ return d(), u("svg", {
2059
+ width: t.width || t.size,
2060
+ height: t.height || t.size,
2061
+ viewBox: "0 0 24 24",
2062
+ fill: "none",
2063
+ xmlns: "http://www.w3.org/2000/svg"
2064
+ }, [
2065
+ e("path", {
2066
+ d: "M20.25 12H3.75M3.75 12L10.5 5.25M3.75 12L10.5 18.75",
2067
+ stroke: "#3D3D3D",
2068
+ "stroke-width": t.strokeWidth,
2069
+ "stroke-linecap": "round",
2070
+ "stroke-linejoin": "round"
2071
+ }, null, 8, J1)
2072
+ ], 8, G1);
2073
+ }
2074
+ const K1 = /* @__PURE__ */ s(I1, [["render", P1]]), T1 = {
2075
+ name: "arrow-line-down",
2076
+ props: {
2077
+ size: {
2078
+ type: Number,
2079
+ default: 24
2080
+ },
2081
+ width: {
2082
+ type: Number,
2083
+ default: 0
2084
+ },
2085
+ height: {
2086
+ type: Number,
2087
+ default: 0
2088
+ },
2089
+ strokeWidth: {
2090
+ type: Number,
2091
+ default: 1.5
2092
+ },
2093
+ style: {
2094
+ type: Object
2095
+ }
2096
+ }
2097
+ }, Q1 = ["width", "height"], X1 = ["stroke-width"];
2098
+ function Y1(i, n, t, o, r, h) {
2099
+ return d(), u("svg", {
2100
+ width: t.width || t.size,
2101
+ height: t.height || t.size,
2102
+ viewBox: "0 0 24 24",
2103
+ fill: "none",
2104
+ xmlns: "http://www.w3.org/2000/svg"
2105
+ }, [
2106
+ e("path", {
2107
+ d: "M12 2.99966V17.2497M12 17.2497L5.25 10.4996M12 17.2497L18.75 10.4996M3.75 20.2497H20.25",
2108
+ stroke: "#3D3D3D",
2109
+ "stroke-width": t.strokeWidth,
2110
+ "stroke-linecap": "round",
2111
+ "stroke-linejoin": "round"
2112
+ }, null, 8, X1)
2113
+ ], 8, Q1);
2114
+ }
2115
+ const t2 = /* @__PURE__ */ s(T1, [["render", Y1]]), e2 = {
2116
+ name: "arrow-line-down-left",
2117
+ props: {
2118
+ size: {
2119
+ type: Number,
2120
+ default: 24
2121
+ },
2122
+ width: {
2123
+ type: Number,
2124
+ default: 0
2125
+ },
2126
+ height: {
2127
+ type: Number,
2128
+ default: 0
2129
+ },
2130
+ strokeWidth: {
2131
+ type: Number,
2132
+ default: 1.5
2133
+ },
2134
+ style: {
2135
+ type: Object
2136
+ }
2137
+ }
2138
+ }, i2 = ["width", "height"], n2 = ["stroke-width"];
2139
+ function o2(i, n, t, o, r, h) {
2140
+ return d(), u("svg", {
2141
+ width: t.width || t.size,
2142
+ height: t.height || t.size,
2143
+ viewBox: "0 0 24 24",
2144
+ fill: "none",
2145
+ xmlns: "http://www.w3.org/2000/svg"
2146
+ }, [
2147
+ e("path", {
2148
+ d: "M16.5 8.25L6 18.75M6 18.75V9.375M6 18.75H15.375M20.25 3.75035H3.75",
2149
+ stroke: "#3D3D3D",
2150
+ "stroke-width": t.strokeWidth,
2151
+ "stroke-linecap": "round",
2152
+ "stroke-linejoin": "round"
2153
+ }, null, 8, n2)
2154
+ ], 8, i2);
2155
+ }
2156
+ const r2 = /* @__PURE__ */ s(e2, [["render", o2]]), s2 = {
2157
+ name: "arrow-line-down-right",
2158
+ props: {
2159
+ size: {
2160
+ type: Number,
2161
+ default: 24
2162
+ },
2163
+ width: {
2164
+ type: Number,
2165
+ default: 0
2166
+ },
2167
+ height: {
2168
+ type: Number,
2169
+ default: 0
2170
+ },
2171
+ strokeWidth: {
2172
+ type: Number,
2173
+ default: 1.5
2174
+ },
2175
+ style: {
2176
+ type: Object
2177
+ }
2178
+ }
2179
+ }, h2 = ["width", "height"], d2 = ["stroke-width"];
2180
+ function u2(i, n, t, o, r, h) {
2181
+ return d(), u("svg", {
2182
+ width: t.width || t.size,
2183
+ height: t.height || t.size,
2184
+ viewBox: "0 0 24 24",
2185
+ fill: "none",
2186
+ xmlns: "http://www.w3.org/2000/svg"
2187
+ }, [
2188
+ e("path", {
2189
+ d: "M7.5 8.25L18 18.75M18 18.75V9.375M18 18.75H8.625M3.75 3.75035H20.25",
2190
+ stroke: "#3D3D3D",
2191
+ "stroke-width": t.strokeWidth,
2192
+ "stroke-linecap": "round",
2193
+ "stroke-linejoin": "round"
2194
+ }, null, 8, d2)
2195
+ ], 8, h2);
2196
+ }
2197
+ const l2 = /* @__PURE__ */ s(s2, [["render", u2]]), w2 = {
2198
+ name: "arrow-line-left",
2199
+ props: {
2200
+ size: {
2201
+ type: Number,
2202
+ default: 24
2203
+ },
2204
+ width: {
2205
+ type: Number,
2206
+ default: 0
2207
+ },
2208
+ height: {
2209
+ type: Number,
2210
+ default: 0
2211
+ },
2212
+ strokeWidth: {
2213
+ type: Number,
2214
+ default: 1.5
2215
+ },
2216
+ style: {
2217
+ type: Object
2218
+ }
2219
+ }
2220
+ }, c2 = ["width", "height"], a2 = ["stroke-width"];
2221
+ function _2(i, n, t, o, r, h) {
2222
+ return d(), u("svg", {
2223
+ width: t.width || t.size,
2224
+ height: t.height || t.size,
2225
+ viewBox: "0 0 24 24",
2226
+ fill: "none",
2227
+ xmlns: "http://www.w3.org/2000/svg"
2228
+ }, [
2229
+ e("path", {
2230
+ d: "M21.0004 12H6.75035M6.75035 12L13.5004 5.25M6.75035 12L13.5004 18.75M3.75 3.75V20.25",
2231
+ stroke: "#3D3D3D",
2232
+ "stroke-width": t.strokeWidth,
2233
+ "stroke-linecap": "round",
2234
+ "stroke-linejoin": "round"
2235
+ }, null, 8, a2)
2236
+ ], 8, c2);
2237
+ }
2238
+ const f2 = /* @__PURE__ */ s(w2, [["render", _2]]), g2 = {
2239
+ name: "arrow-line-right",
2240
+ props: {
2241
+ size: {
2242
+ type: Number,
2243
+ default: 24
2244
+ },
2245
+ width: {
2246
+ type: Number,
2247
+ default: 0
2248
+ },
2249
+ height: {
2250
+ type: Number,
2251
+ default: 0
2252
+ },
2253
+ strokeWidth: {
2254
+ type: Number,
2255
+ default: 1.5
2256
+ },
2257
+ style: {
2258
+ type: Object
2259
+ }
2260
+ }
2261
+ }, m2 = ["width", "height"], k2 = ["stroke-width"];
2262
+ function y2(i, n, t, o, r, h) {
2263
+ return d(), u("svg", {
2264
+ width: t.width || t.size,
2265
+ height: t.height || t.size,
2266
+ viewBox: "0 0 24 24",
2267
+ fill: "none",
2268
+ xmlns: "http://www.w3.org/2000/svg"
2269
+ }, [
2270
+ e("path", {
2271
+ d: "M2.99966 12H17.2497M17.2497 12L10.4996 5.25M17.2497 12L10.4996 18.75M20.25 3.75V20.25",
2272
+ stroke: "#3D3D3D",
2273
+ "stroke-width": t.strokeWidth,
2274
+ "stroke-linecap": "round",
2275
+ "stroke-linejoin": "round"
2276
+ }, null, 8, k2)
2277
+ ], 8, m2);
2278
+ }
2279
+ const b2 = /* @__PURE__ */ s(g2, [["render", y2]]), p2 = {
2280
+ name: "arrow-line-up",
2281
+ props: {
2282
+ size: {
2283
+ type: Number,
2284
+ default: 24
2285
+ },
2286
+ width: {
2287
+ type: Number,
2288
+ default: 0
2289
+ },
2290
+ height: {
2291
+ type: Number,
2292
+ default: 0
2293
+ },
2294
+ strokeWidth: {
2295
+ type: Number,
2296
+ default: 1.5
2297
+ },
2298
+ style: {
2299
+ type: Object
2300
+ }
2301
+ }
2302
+ }, N2 = ["width", "height"], M2 = ["stroke-width"];
2303
+ function D2(i, n, t, o, r, h) {
2304
+ return d(), u("svg", {
2305
+ width: t.width || t.size,
2306
+ height: t.height || t.size,
2307
+ viewBox: "0 0 24 24",
2308
+ fill: "none",
2309
+ xmlns: "http://www.w3.org/2000/svg"
2310
+ }, [
2311
+ e("path", {
2312
+ d: "M12 21.0004V6.75035M12 6.75035L5.25 13.5004M12 6.75035L18.75 13.5004M3.75 3.75H20.25",
2313
+ stroke: "#3D3D3D",
2314
+ "stroke-width": t.strokeWidth,
2315
+ "stroke-linecap": "round",
2316
+ "stroke-linejoin": "round"
2317
+ }, null, 8, M2)
2318
+ ], 8, N2);
2319
+ }
2320
+ const L2 = /* @__PURE__ */ s(p2, [["render", D2]]), $2 = {
2321
+ name: "arrow-line-up-left",
2322
+ props: {
2323
+ size: {
2324
+ type: Number,
2325
+ default: 24
2326
+ },
2327
+ width: {
2328
+ type: Number,
2329
+ default: 0
2330
+ },
2331
+ height: {
2332
+ type: Number,
2333
+ default: 0
2334
+ },
2335
+ strokeWidth: {
2336
+ type: Number,
2337
+ default: 1.5
2338
+ },
2339
+ style: {
2340
+ type: Object
2341
+ }
2342
+ }
2343
+ }, v2 = ["width", "height"], z2 = ["stroke-width"];
2344
+ function x2(i, n, t, o, r, h) {
2345
+ return d(), u("svg", {
2346
+ width: t.width || t.size,
2347
+ height: t.height || t.size,
2348
+ viewBox: "0 0 24 24",
2349
+ fill: "none",
2350
+ xmlns: "http://www.w3.org/2000/svg"
2351
+ }, [
2352
+ e("path", {
2353
+ d: "M16.5 15.75L6 5.25M6 5.25V14.625M6 5.25H15.375M20.25 20.2497H3.75",
2354
+ stroke: "#3D3D3D",
2355
+ "stroke-width": t.strokeWidth,
2356
+ "stroke-linecap": "round",
2357
+ "stroke-linejoin": "round"
2358
+ }, null, 8, z2)
2359
+ ], 8, v2);
2360
+ }
2361
+ const C2 = /* @__PURE__ */ s($2, [["render", x2]]), j2 = {
2362
+ name: "arrow-line-up-right",
2363
+ props: {
2364
+ size: {
2365
+ type: Number,
2366
+ default: 24
2367
+ },
2368
+ width: {
2369
+ type: Number,
2370
+ default: 0
2371
+ },
2372
+ height: {
2373
+ type: Number,
2374
+ default: 0
2375
+ },
2376
+ strokeWidth: {
2377
+ type: Number,
2378
+ default: 1.5
2379
+ },
2380
+ style: {
2381
+ type: Object
2382
+ }
2383
+ }
2384
+ }, W2 = ["width", "height"], H2 = ["stroke-width"];
2385
+ function V2(i, n, t, o, r, h) {
2386
+ return d(), u("svg", {
2387
+ width: t.width || t.size,
2388
+ height: t.height || t.size,
2389
+ viewBox: "0 0 24 24",
2390
+ fill: "none",
2391
+ xmlns: "http://www.w3.org/2000/svg"
2392
+ }, [
2393
+ e("path", {
2394
+ d: "M7.5 15.75L18 5.25M18 5.25V14.625M18 5.25H8.625M3.75 20.2497H20.25",
2395
+ stroke: "#3D3D3D",
2396
+ "stroke-width": t.strokeWidth,
2397
+ "stroke-linecap": "round",
2398
+ "stroke-linejoin": "round"
2399
+ }, null, 8, H2)
2400
+ ], 8, W2);
2401
+ }
2402
+ const B2 = /* @__PURE__ */ s(j2, [["render", V2]]), O2 = {
2403
+ name: "arrow-right",
2404
+ props: {
2405
+ size: {
2406
+ type: Number,
2407
+ default: 24
2408
+ },
2409
+ width: {
2410
+ type: Number,
2411
+ default: 0
2412
+ },
2413
+ height: {
2414
+ type: Number,
2415
+ default: 0
2416
+ },
2417
+ strokeWidth: {
2418
+ type: Number,
2419
+ default: 1.5
2420
+ },
2421
+ style: {
2422
+ type: Object
2423
+ }
2424
+ }
2425
+ }, A2 = ["width", "height"], Z2 = ["stroke-width"];
2426
+ function U2(i, n, t, o, r, h) {
2427
+ return d(), u("svg", {
2428
+ width: t.width || t.size,
2429
+ height: t.height || t.size,
2430
+ viewBox: "0 0 24 24",
2431
+ fill: "none",
2432
+ xmlns: "http://www.w3.org/2000/svg"
2433
+ }, [
2434
+ e("path", {
2435
+ d: "M3.75 12H20.25M20.25 12L13.5 5.25M20.25 12L13.5 18.75",
2436
+ stroke: "#3D3D3D",
2437
+ "stroke-width": t.strokeWidth,
2438
+ "stroke-linecap": "round",
2439
+ "stroke-linejoin": "round"
2440
+ }, null, 8, Z2)
2441
+ ], 8, A2);
2442
+ }
2443
+ const R2 = /* @__PURE__ */ s(O2, [["render", U2]]), q2 = {
2444
+ name: "arrow-square-down",
2445
+ props: {
2446
+ size: {
2447
+ type: Number,
2448
+ default: 24
2449
+ },
2450
+ width: {
2451
+ type: Number,
2452
+ default: 0
2453
+ },
2454
+ height: {
2455
+ type: Number,
2456
+ default: 0
2457
+ },
2458
+ strokeWidth: {
2459
+ type: Number,
2460
+ default: 1.5
2461
+ },
2462
+ style: {
2463
+ type: Object
2464
+ }
2465
+ }
2466
+ }, E2 = ["width", "height"], F2 = ["stroke-width"];
2467
+ function S2(i, n, t, o, r, h) {
2468
+ return d(), u("svg", {
2469
+ width: t.width || t.size,
2470
+ height: t.height || t.size,
2471
+ viewBox: "0 0 24 24",
2472
+ fill: "none",
2473
+ xmlns: "http://www.w3.org/2000/svg"
2474
+ }, [
2475
+ e("path", {
2476
+ d: "M8.81803 12.568L12 15.75M12 15.75L15.182 12.568M12 15.75V8.25M4.5 3.75H19.5C19.9142 3.75 20.25 4.08579 20.25 4.5V19.5C20.25 19.9142 19.9142 20.25 19.5 20.25H4.5C4.08579 20.25 3.75 19.9142 3.75 19.5V4.5C3.75 4.08579 4.08579 3.75 4.5 3.75Z",
2477
+ stroke: "#3D3D3D",
2478
+ "stroke-width": t.strokeWidth,
2479
+ "stroke-linecap": "round",
2480
+ "stroke-linejoin": "round"
2481
+ }, null, 8, F2)
2482
+ ], 8, E2);
2483
+ }
2484
+ const I2 = /* @__PURE__ */ s(q2, [["render", S2]]), G2 = {
2485
+ name: "arrow-square-down-left",
2486
+ props: {
2487
+ size: {
2488
+ type: Number,
2489
+ default: 24
2490
+ },
2491
+ width: {
2492
+ type: Number,
2493
+ default: 0
2494
+ },
2495
+ height: {
2496
+ type: Number,
2497
+ default: 0
2498
+ },
2499
+ strokeWidth: {
2500
+ type: Number,
2501
+ default: 1.5
2502
+ },
2503
+ style: {
2504
+ type: Object
2505
+ }
2506
+ }
2507
+ }, J2 = ["width", "height"], P2 = ["stroke-width"], K2 = /* @__PURE__ */ e("path", {
2508
+ d: "M13.875 14.625H9.375V10.125",
2509
+ stroke: "#3D3D3D",
2510
+ "stroke-width": "1.5",
2511
+ "stroke-linecap": "round",
2512
+ "stroke-linejoin": "round"
2513
+ }, null, -1), T2 = /* @__PURE__ */ e("path", {
2514
+ d: "M14.625 9.375L9.375 14.625",
2515
+ stroke: "#3D3D3D",
2516
+ "stroke-width": "1.5",
2517
+ "stroke-linecap": "round",
2518
+ "stroke-linejoin": "round"
2519
+ }, null, -1);
2520
+ function Q2(i, n, t, o, r, h) {
2521
+ return d(), u("svg", {
2522
+ width: t.width || t.size,
2523
+ height: t.height || t.size,
2524
+ viewBox: "0 0 24 24",
2525
+ fill: "none",
2526
+ xmlns: "http://www.w3.org/2000/svg"
2527
+ }, [
2528
+ e("path", {
2529
+ d: "M3.75 4.5L3.75 19.5C3.75 19.9142 4.08579 20.25 4.5 20.25H19.5C19.9142 20.25 20.25 19.9142 20.25 19.5V4.5C20.25 4.08579 19.9142 3.75 19.5 3.75H4.5C4.08579 3.75 3.75 4.08579 3.75 4.5Z",
2530
+ stroke: "#3D3D3D",
2531
+ "stroke-width": t.strokeWidth,
2532
+ "stroke-linecap": "round",
2533
+ "stroke-linejoin": "round"
2534
+ }, null, 8, P2),
2535
+ K2,
2536
+ T2
2537
+ ], 8, J2);
2538
+ }
2539
+ const X2 = /* @__PURE__ */ s(G2, [["render", Q2]]), Y2 = {
2540
+ name: "arrow-square-down-right",
2541
+ props: {
2542
+ size: {
2543
+ type: Number,
2544
+ default: 24
2545
+ },
2546
+ width: {
2547
+ type: Number,
2548
+ default: 0
2549
+ },
2550
+ height: {
2551
+ type: Number,
2552
+ default: 0
2553
+ },
2554
+ strokeWidth: {
2555
+ type: Number,
2556
+ default: 1.5
2557
+ },
2558
+ style: {
2559
+ type: Object
2560
+ }
2561
+ }
2562
+ }, tn = ["width", "height"], en = ["stroke-width"];
2563
+ function nn(i, n, t, o, r, h) {
2564
+ return d(), u("svg", {
2565
+ width: t.width || t.size,
2566
+ height: t.height || t.size,
2567
+ viewBox: "0 0 24 24",
2568
+ fill: "none",
2569
+ xmlns: "http://www.w3.org/2000/svg"
2570
+ }, [
2571
+ e("path", {
2572
+ d: "M10.125 14.625H14.625M14.625 14.625V10.125M14.625 14.625L9.375 9.375M20.25 4.5V19.5C20.25 19.9142 19.9142 20.25 19.5 20.25H4.5C4.08579 20.25 3.75 19.9142 3.75 19.5V4.5C3.75 4.08579 4.08579 3.75 4.5 3.75H19.5C19.9142 3.75 20.25 4.08579 20.25 4.5Z",
2573
+ stroke: "#3D3D3D",
2574
+ "stroke-width": t.strokeWidth,
2575
+ "stroke-linecap": "round",
2576
+ "stroke-linejoin": "round"
2577
+ }, null, 8, en)
2578
+ ], 8, tn);
2579
+ }
2580
+ const on = /* @__PURE__ */ s(Y2, [["render", nn]]), rn = {
2581
+ name: "arrow-square-in",
2582
+ props: {
2583
+ size: {
2584
+ type: Number,
2585
+ default: 24
2586
+ },
2587
+ width: {
2588
+ type: Number,
2589
+ default: 0
2590
+ },
2591
+ height: {
2592
+ type: Number,
2593
+ default: 0
2594
+ },
2595
+ strokeWidth: {
2596
+ type: Number,
2597
+ default: 1.5
2598
+ },
2599
+ style: {
2600
+ type: Object
2601
+ }
2602
+ }
2603
+ }, sn = ["width", "height"], hn = ["stroke-width"];
2604
+ function dn(i, n, t, o, r, h) {
2605
+ return d(), u("svg", {
2606
+ width: t.width || t.size,
2607
+ height: t.height || t.size,
2608
+ viewBox: "0 0 24 24",
2609
+ fill: "none",
2610
+ xmlns: "http://www.w3.org/2000/svg"
2611
+ }, [
2612
+ e("path", {
2613
+ d: "M10.5 19.125L10.4992 13.5007L4.875 13.5M3.74731 20.2527L10.4973 13.5027M15 18H19.5C19.6989 18 19.8897 17.921 20.0303 17.7803C20.171 17.6397 20.25 17.4489 20.25 17.25V4.5C20.25 4.30109 20.171 4.11032 20.0303 3.96967C19.8897 3.82902 19.6989 3.75 19.5 3.75H6.75C6.55108 3.75 6.36032 3.82902 6.21967 3.96967C6.07901 4.11032 6 4.30109 6 4.5V9",
2614
+ stroke: "#3D3D3D",
2615
+ "stroke-width": t.strokeWidth,
2616
+ "stroke-linecap": "round",
2617
+ "stroke-linejoin": "round"
2618
+ }, null, 8, hn)
2619
+ ], 8, sn);
2620
+ }
2621
+ const un = /* @__PURE__ */ s(rn, [["render", dn]]), ln = {
2622
+ name: "arrow-square-left",
2623
+ props: {
2624
+ size: {
2625
+ type: Number,
2626
+ default: 24
2627
+ },
2628
+ width: {
2629
+ type: Number,
2630
+ default: 0
2631
+ },
2632
+ height: {
2633
+ type: Number,
2634
+ default: 0
2635
+ },
2636
+ strokeWidth: {
2637
+ type: Number,
2638
+ default: 1.5
2639
+ },
2640
+ style: {
2641
+ type: Object
2642
+ }
2643
+ }
2644
+ }, wn = ["width", "height"], cn = ["stroke-width"];
2645
+ function an(i, n, t, o, r, h) {
2646
+ return d(), u("svg", {
2647
+ width: t.width || t.size,
2648
+ height: t.height || t.size,
2649
+ viewBox: "0 0 24 24",
2650
+ fill: "none",
2651
+ xmlns: "http://www.w3.org/2000/svg"
2652
+ }, [
2653
+ e("path", {
2654
+ d: "M11.432 8.81803L8.25 12M8.25 12L11.432 15.182M8.25 12H15.75M20.25 4.5V19.5C20.25 19.9142 19.9142 20.25 19.5 20.25H4.5C4.08579 20.25 3.75 19.9142 3.75 19.5V4.5C3.75 4.08579 4.08579 3.75 4.5 3.75H19.5C19.9142 3.75 20.25 4.08579 20.25 4.5Z",
2655
+ stroke: "#3D3D3D",
2656
+ "stroke-width": t.strokeWidth,
2657
+ "stroke-linecap": "round",
2658
+ "stroke-linejoin": "round"
2659
+ }, null, 8, cn)
2660
+ ], 8, wn);
2661
+ }
2662
+ const _n = /* @__PURE__ */ s(ln, [["render", an]]), fn = {
2663
+ name: "arrow-square-out",
2664
+ props: {
2665
+ size: {
2666
+ type: Number,
2667
+ default: 24
2668
+ },
2669
+ width: {
2670
+ type: Number,
2671
+ default: 0
2672
+ },
2673
+ height: {
2674
+ type: Number,
2675
+ default: 0
2676
+ },
2677
+ strokeWidth: {
2678
+ type: Number,
2679
+ default: 1.5
2680
+ },
2681
+ style: {
2682
+ type: Object
2683
+ }
2684
+ }
2685
+ }, gn = ["width", "height"], mn = ["stroke-width"];
2686
+ function kn(i, n, t, o, r, h) {
2687
+ return d(), u("svg", {
2688
+ width: t.width || t.size,
2689
+ height: t.height || t.size,
2690
+ viewBox: "0 0 24 24",
2691
+ fill: "none",
2692
+ xmlns: "http://www.w3.org/2000/svg"
2693
+ }, [
2694
+ e("path", {
2695
+ d: "M20.25 9.375L20.2493 3.75075L14.625 3.75M13.4973 10.5027L20.2473 3.75268M17.25 13.5V19.5C17.25 19.6989 17.171 19.8897 17.0303 20.0303C16.8897 20.171 16.6989 20.25 16.5 20.25H4.5C4.30109 20.25 4.11032 20.171 3.96967 20.0303C3.82902 19.8897 3.75 19.6989 3.75 19.5V7.5C3.75 7.30109 3.82902 7.11032 3.96967 6.96967C4.11032 6.82902 4.30109 6.75 4.5 6.75H10.5",
2696
+ stroke: "#3D3D3D",
2697
+ "stroke-width": t.strokeWidth,
2698
+ "stroke-linecap": "round",
2699
+ "stroke-linejoin": "round"
2700
+ }, null, 8, mn)
2701
+ ], 8, gn);
2702
+ }
2703
+ const yn = /* @__PURE__ */ s(fn, [["render", kn]]), bn = {
2704
+ name: "arrow-square-right",
2705
+ props: {
2706
+ size: {
2707
+ type: Number,
2708
+ default: 24
2709
+ },
2710
+ width: {
2711
+ type: Number,
2712
+ default: 0
2713
+ },
2714
+ height: {
2715
+ type: Number,
2716
+ default: 0
2717
+ },
2718
+ strokeWidth: {
2719
+ type: Number,
2720
+ default: 1.5
2721
+ },
2722
+ style: {
2723
+ type: Object
2724
+ }
2725
+ }
2726
+ }, pn = ["width", "height"], Nn = ["stroke-width"];
2727
+ function Mn(i, n, t, o, r, h) {
2728
+ return d(), u("svg", {
2729
+ width: t.width || t.size,
2730
+ height: t.height || t.size,
2731
+ viewBox: "0 0 24 24",
2732
+ fill: "none",
2733
+ xmlns: "http://www.w3.org/2000/svg"
2734
+ }, [
2735
+ e("path", {
2736
+ d: "M12.568 8.81803L15.75 12M15.75 12L12.568 15.182M15.75 12H8.25M20.25 4.5V19.5C20.25 19.9142 19.9142 20.25 19.5 20.25H4.5C4.08579 20.25 3.75 19.9142 3.75 19.5V4.5C3.75 4.08579 4.08579 3.75 4.5 3.75H19.5C19.9142 3.75 20.25 4.08579 20.25 4.5Z",
2737
+ stroke: "#3D3D3D",
2738
+ "stroke-width": t.strokeWidth,
2739
+ "stroke-linecap": "round",
2740
+ "stroke-linejoin": "round"
2741
+ }, null, 8, Nn)
2742
+ ], 8, pn);
2743
+ }
2744
+ const Dn = /* @__PURE__ */ s(bn, [["render", Mn]]), Ln = {
2745
+ name: "arrow-square-up-left",
2746
+ props: {
2747
+ size: {
2748
+ type: Number,
2749
+ default: 24
2750
+ },
2751
+ width: {
2752
+ type: Number,
2753
+ default: 0
2754
+ },
2755
+ height: {
2756
+ type: Number,
2757
+ default: 0
2758
+ },
2759
+ strokeWidth: {
2760
+ type: Number,
2761
+ default: 1.5
2762
+ },
2763
+ style: {
2764
+ type: Object
2765
+ }
2766
+ }
2767
+ }, $n = ["width", "height"], vn = ["stroke-width"];
2768
+ function zn(i, n, t, o, r, h) {
2769
+ return d(), u("svg", {
2770
+ width: t.width || t.size,
2771
+ height: t.height || t.size,
2772
+ viewBox: "0 0 24 24",
2773
+ fill: "none",
2774
+ xmlns: "http://www.w3.org/2000/svg"
2775
+ }, [
2776
+ e("path", {
2777
+ d: "M13.875 9.375H9.375M9.375 9.375V13.875M9.375 9.375L14.625 14.625M20.25 4.5V19.5C20.25 19.9142 19.9142 20.25 19.5 20.25H4.5C4.08579 20.25 3.75 19.9142 3.75 19.5V4.5C3.75 4.08579 4.08579 3.75 4.5 3.75H19.5C19.9142 3.75 20.25 4.08579 20.25 4.5Z",
2778
+ stroke: "#3D3D3D",
2779
+ "stroke-width": t.strokeWidth,
2780
+ "stroke-linecap": "round",
2781
+ "stroke-linejoin": "round"
2782
+ }, null, 8, vn)
2783
+ ], 8, $n);
2784
+ }
2785
+ const xn = /* @__PURE__ */ s(Ln, [["render", zn]]), Cn = {
2786
+ name: "arrow-square-up-right",
2787
+ props: {
2788
+ size: {
2789
+ type: Number,
2790
+ default: 24
2791
+ },
2792
+ width: {
2793
+ type: Number,
2794
+ default: 0
2795
+ },
2796
+ height: {
2797
+ type: Number,
2798
+ default: 0
2799
+ },
2800
+ strokeWidth: {
2801
+ type: Number,
2802
+ default: 1.5
2803
+ },
2804
+ style: {
2805
+ type: Object
2806
+ }
2807
+ }
2808
+ }, jn = ["width", "height"], Wn = ["stroke-width"];
2809
+ function Hn(i, n, t, o, r, h) {
2810
+ return d(), u("svg", {
2811
+ width: t.width || t.size,
2812
+ height: t.height || t.size,
2813
+ viewBox: "0 0 24 24",
2814
+ fill: "none",
2815
+ xmlns: "http://www.w3.org/2000/svg"
2816
+ }, [
2817
+ e("path", {
2818
+ d: "M10.125 9.375H14.625M14.625 9.375V13.875M14.625 9.375L9.375 14.625M3.75 19.5V4.5C3.75 4.08579 4.08579 3.75 4.5 3.75H19.5C19.9142 3.75 20.25 4.08579 20.25 4.5V19.5C20.25 19.9142 19.9142 20.25 19.5 20.25H4.5C4.08579 20.25 3.75 19.9142 3.75 19.5Z",
2819
+ stroke: "#3D3D3D",
2820
+ "stroke-width": t.strokeWidth,
2821
+ "stroke-linecap": "round",
2822
+ "stroke-linejoin": "round"
2823
+ }, null, 8, Wn)
2824
+ ], 8, jn);
2825
+ }
2826
+ const Vn = /* @__PURE__ */ s(Cn, [["render", Hn]]), Bn = {
2827
+ name: "arrow-udown-left",
2828
+ props: {
2829
+ size: {
2830
+ type: Number,
2831
+ default: 24
2832
+ },
2833
+ width: {
2834
+ type: Number,
2835
+ default: 0
2836
+ },
2837
+ height: {
2838
+ type: Number,
2839
+ default: 0
2840
+ },
2841
+ strokeWidth: {
2842
+ type: Number,
2843
+ default: 1.5
2844
+ },
2845
+ style: {
2846
+ type: Object
2847
+ }
2848
+ }
2849
+ }, On = ["width", "height"], An = ["stroke-width"];
2850
+ function Zn(i, n, t, o, r, h) {
2851
+ return d(), u("svg", {
2852
+ width: t.width || t.size,
2853
+ height: t.height || t.size,
2854
+ viewBox: "0 0 24 24",
2855
+ fill: "none",
2856
+ xmlns: "http://www.w3.org/2000/svg"
2857
+ }, [
2858
+ e("path", {
2859
+ d: "M7.5 11.25L3 15.75M3 15.75L7.5 20.25M3 15.75H15.75C16.4394 15.75 17.1221 15.6142 17.7591 15.3504C18.3961 15.0865 18.9748 14.6998 19.4623 14.2123C19.9498 13.7248 20.3365 13.1461 20.6004 12.5091C20.8642 11.8721 21 11.1894 21 10.5C21 9.10761 20.4469 7.77226 19.4623 6.78769C18.4777 5.80312 17.1424 5.25 15.75 5.25H7.5",
2860
+ stroke: "#3D3D3D",
2861
+ "stroke-width": t.strokeWidth,
2862
+ "stroke-linecap": "round",
2863
+ "stroke-linejoin": "round"
2864
+ }, null, 8, An)
2865
+ ], 8, On);
2866
+ }
2867
+ const Un = /* @__PURE__ */ s(Bn, [["render", Zn]]), Rn = {
2868
+ name: "arrow-udown-right",
2869
+ props: {
2870
+ size: {
2871
+ type: Number,
2872
+ default: 24
2873
+ },
2874
+ width: {
2875
+ type: Number,
2876
+ default: 0
2877
+ },
2878
+ height: {
2879
+ type: Number,
2880
+ default: 0
2881
+ },
2882
+ strokeWidth: {
2883
+ type: Number,
2884
+ default: 1.5
2885
+ },
2886
+ style: {
2887
+ type: Object
2888
+ }
2889
+ }
2890
+ }, qn = ["width", "height"], En = ["stroke-width"];
2891
+ function Fn(i, n, t, o, r, h) {
2892
+ return d(), u("svg", {
2893
+ width: t.width || t.size,
2894
+ height: t.height || t.size,
2895
+ viewBox: "0 0 24 24",
2896
+ fill: "none",
2897
+ xmlns: "http://www.w3.org/2000/svg"
2898
+ }, [
2899
+ e("path", {
2900
+ d: "M16.5 11.25L21 15.75M21 15.75L16.5 20.25M21 15.75H8.24999C7.56055 15.75 6.87786 15.6142 6.24091 15.3504C5.60395 15.0865 5.02519 14.6998 4.53769 14.2123C4.05018 13.7248 3.66347 13.1461 3.39963 12.5091C3.13579 11.8721 3 11.1894 3 10.5C3 9.10761 3.55312 7.77226 4.53769 6.78769C5.52226 5.80312 6.85761 5.25 8.25 5.25H16.5",
2901
+ stroke: "#3D3D3D",
2902
+ "stroke-width": t.strokeWidth,
2903
+ "stroke-linecap": "round",
2904
+ "stroke-linejoin": "round"
2905
+ }, null, 8, En)
2906
+ ], 8, qn);
2907
+ }
2908
+ const Sn = /* @__PURE__ */ s(Rn, [["render", Fn]]), In = {
2909
+ name: "arrow-uleft-down",
2910
+ props: {
2911
+ size: {
2912
+ type: Number,
2913
+ default: 24
2914
+ },
2915
+ width: {
2916
+ type: Number,
2917
+ default: 0
2918
+ },
2919
+ height: {
2920
+ type: Number,
2921
+ default: 0
2922
+ },
2923
+ strokeWidth: {
2924
+ type: Number,
2925
+ default: 1.5
2926
+ },
2927
+ style: {
2928
+ type: Object
2929
+ }
2930
+ }
2931
+ }, Gn = ["width", "height"], Jn = ["stroke-width"];
2932
+ function Pn(i, n, t, o, r, h) {
2933
+ return d(), u("svg", {
2934
+ width: t.width || t.size,
2935
+ height: t.height || t.size,
2936
+ viewBox: "0 0 24 24",
2937
+ fill: "none",
2938
+ xmlns: "http://www.w3.org/2000/svg"
2939
+ }, [
2940
+ e("path", {
2941
+ d: "M12.75 16.5L8.25 21M8.25 21L3.75 16.5M8.25 21V8.24999C8.25 7.56055 8.38579 6.87786 8.64963 6.24091C8.91347 5.60395 9.30018 5.02519 9.78769 4.53769C10.2752 4.05018 10.8539 3.66347 11.4909 3.39963C12.1279 3.13579 12.8106 3 13.5 3C14.8924 3 16.2277 3.55312 17.2123 4.53769C18.1969 5.52226 18.75 6.85761 18.75 8.25V16.5",
2942
+ stroke: "#3D3D3D",
2943
+ "stroke-width": t.strokeWidth,
2944
+ "stroke-linecap": "round",
2945
+ "stroke-linejoin": "round"
2946
+ }, null, 8, Jn)
2947
+ ], 8, Gn);
2948
+ }
2949
+ const Kn = /* @__PURE__ */ s(In, [["render", Pn]]), Tn = {
2950
+ name: "arrow-uleft-up",
2951
+ props: {
2952
+ size: {
2953
+ type: Number,
2954
+ default: 24
2955
+ },
2956
+ width: {
2957
+ type: Number,
2958
+ default: 0
2959
+ },
2960
+ height: {
2961
+ type: Number,
2962
+ default: 0
2963
+ },
2964
+ strokeWidth: {
2965
+ type: Number,
2966
+ default: 1.5
2967
+ },
2968
+ style: {
2969
+ type: Object
2970
+ }
2971
+ }
2972
+ }, Qn = ["width", "height"], Xn = ["stroke-width"];
2973
+ function Yn(i, n, t, o, r, h) {
2974
+ return d(), u("svg", {
2975
+ width: t.width || t.size,
2976
+ height: t.height || t.size,
2977
+ viewBox: "0 0 24 24",
2978
+ fill: "none",
2979
+ xmlns: "http://www.w3.org/2000/svg"
2980
+ }, [
2981
+ e("path", {
2982
+ d: "M12.75 7.5L8.25 3M8.25 3L3.75 7.5M8.25 3V15.75C8.25 16.4394 8.38579 17.1221 8.64963 17.7591C8.91347 18.3961 9.30018 18.9748 9.78769 19.4623C10.2752 19.9498 10.8539 20.3365 11.4909 20.6004C12.1279 20.8642 12.8106 21 13.5 21C14.8924 21 16.2277 20.4469 17.2123 19.4623C18.1969 18.4777 18.75 17.1424 18.75 15.75V7.5",
2983
+ stroke: "#3D3D3D",
2984
+ "stroke-width": t.strokeWidth,
2985
+ "stroke-linecap": "round",
2986
+ "stroke-linejoin": "round"
2987
+ }, null, 8, Xn)
2988
+ ], 8, Qn);
2989
+ }
2990
+ const to = /* @__PURE__ */ s(Tn, [["render", Yn]]), eo = {
2991
+ name: "arrow-uright-down",
2992
+ props: {
2993
+ size: {
2994
+ type: Number,
2995
+ default: 24
2996
+ },
2997
+ width: {
2998
+ type: Number,
2999
+ default: 0
3000
+ },
3001
+ height: {
3002
+ type: Number,
3003
+ default: 0
3004
+ },
3005
+ strokeWidth: {
3006
+ type: Number,
3007
+ default: 1.5
3008
+ },
3009
+ style: {
3010
+ type: Object
3011
+ }
3012
+ }
3013
+ }, io = ["width", "height"], no = ["stroke-width"];
3014
+ function oo(i, n, t, o, r, h) {
3015
+ return d(), u("svg", {
3016
+ width: t.width || t.size,
3017
+ height: t.height || t.size,
3018
+ viewBox: "0 0 24 24",
3019
+ fill: "none",
3020
+ xmlns: "http://www.w3.org/2000/svg"
3021
+ }, [
3022
+ e("path", {
3023
+ d: "M11.25 16.5L15.75 21M15.75 21L20.25 16.5M15.75 21V8.24999C15.75 7.56055 15.6142 6.87786 15.3504 6.24091C15.0865 5.60395 14.6998 5.02519 14.2123 4.53769C13.7248 4.05018 13.1461 3.66347 12.5091 3.39963C11.8721 3.13579 11.1894 3 10.5 3C9.10761 3 7.77226 3.55312 6.78769 4.53769C5.80312 5.52226 5.25 6.85761 5.25 8.25V16.5",
3024
+ stroke: "#3D3D3D",
3025
+ "stroke-width": t.strokeWidth,
3026
+ "stroke-linecap": "round",
3027
+ "stroke-linejoin": "round"
3028
+ }, null, 8, no)
3029
+ ], 8, io);
3030
+ }
3031
+ const ro = /* @__PURE__ */ s(eo, [["render", oo]]), so = {
3032
+ name: "arrow-uright-up",
3033
+ props: {
3034
+ size: {
3035
+ type: Number,
3036
+ default: 24
3037
+ },
3038
+ width: {
3039
+ type: Number,
3040
+ default: 0
3041
+ },
3042
+ height: {
3043
+ type: Number,
3044
+ default: 0
3045
+ },
3046
+ strokeWidth: {
3047
+ type: Number,
3048
+ default: 1.5
3049
+ },
3050
+ style: {
3051
+ type: Object
3052
+ }
3053
+ }
3054
+ }, ho = ["width", "height"], uo = ["stroke-width"];
3055
+ function lo(i, n, t, o, r, h) {
3056
+ return d(), u("svg", {
3057
+ width: t.width || t.size,
3058
+ height: t.height || t.size,
3059
+ viewBox: "0 0 24 24",
3060
+ fill: "none",
3061
+ xmlns: "http://www.w3.org/2000/svg"
3062
+ }, [
3063
+ e("path", {
3064
+ d: "M11.25 7.5L15.75 3M15.75 3L20.25 7.5M15.75 3V15.75C15.75 16.4394 15.6142 17.1221 15.3504 17.7591C15.0865 18.3961 14.6998 18.9748 14.2123 19.4623C13.7248 19.9498 13.1461 20.3365 12.5091 20.6004C11.8721 20.8642 11.1894 21 10.5 21C9.10761 21 7.77226 20.4469 6.78769 19.4623C5.80312 18.4777 5.25 17.1424 5.25 15.75V7.5",
3065
+ stroke: "#3D3D3D",
3066
+ "stroke-width": t.strokeWidth,
3067
+ "stroke-linecap": "round",
3068
+ "stroke-linejoin": "round"
3069
+ }, null, 8, uo)
3070
+ ], 8, ho);
3071
+ }
3072
+ const wo = /* @__PURE__ */ s(so, [["render", lo]]), co = {
3073
+ name: "arrow-uup-left",
3074
+ props: {
3075
+ size: {
3076
+ type: Number,
3077
+ default: 24
3078
+ },
3079
+ width: {
3080
+ type: Number,
3081
+ default: 0
3082
+ },
3083
+ height: {
3084
+ type: Number,
3085
+ default: 0
3086
+ },
3087
+ strokeWidth: {
3088
+ type: Number,
3089
+ default: 1.5
3090
+ },
3091
+ style: {
3092
+ type: Object
3093
+ }
3094
+ }
3095
+ }, ao = ["width", "height"], _o = ["stroke-width"];
3096
+ function fo(i, n, t, o, r, h) {
3097
+ return d(), u("svg", {
3098
+ width: t.width || t.size,
3099
+ height: t.height || t.size,
3100
+ viewBox: "0 0 24 24",
3101
+ fill: "none",
3102
+ xmlns: "http://www.w3.org/2000/svg"
3103
+ }, [
3104
+ e("path", {
3105
+ d: "M7.5 12.75L3 8.25M3 8.25L7.5 3.75M3 8.25H15.75C16.4394 8.25 17.1221 8.38579 17.7591 8.64963C18.3961 8.91347 18.9748 9.30018 19.4623 9.78769C19.9498 10.2752 20.3365 10.8539 20.6004 11.4909C20.8642 12.1279 21 12.8106 21 13.5C21 14.8924 20.4469 16.2277 19.4623 17.2123C18.4777 18.1969 17.1424 18.75 15.75 18.75H7.5",
3106
+ stroke: "#3D3D3D",
3107
+ "stroke-width": t.strokeWidth,
3108
+ "stroke-linecap": "round",
3109
+ "stroke-linejoin": "round"
3110
+ }, null, 8, _o)
3111
+ ], 8, ao);
3112
+ }
3113
+ const go = /* @__PURE__ */ s(co, [["render", fo]]), mo = {
3114
+ name: "arrow-uup-right",
3115
+ props: {
3116
+ size: {
3117
+ type: Number,
3118
+ default: 24
3119
+ },
3120
+ width: {
3121
+ type: Number,
3122
+ default: 0
3123
+ },
3124
+ height: {
3125
+ type: Number,
3126
+ default: 0
3127
+ },
3128
+ strokeWidth: {
3129
+ type: Number,
3130
+ default: 1.5
3131
+ },
3132
+ style: {
3133
+ type: Object
3134
+ }
3135
+ }
3136
+ }, ko = ["width", "height"], yo = ["stroke-width"];
3137
+ function bo(i, n, t, o, r, h) {
3138
+ return d(), u("svg", {
3139
+ width: t.width || t.size,
3140
+ height: t.height || t.size,
3141
+ viewBox: "0 0 24 24",
3142
+ fill: "none",
3143
+ xmlns: "http://www.w3.org/2000/svg"
3144
+ }, [
3145
+ e("path", {
3146
+ d: "M16.5 12.75L21 8.25M21 8.25L16.5 3.75M21 8.25H8.24999C7.56055 8.25 6.87786 8.38579 6.24091 8.64963C5.60395 8.91347 5.02519 9.30018 4.53769 9.78769C4.05018 10.2752 3.66347 10.8539 3.39963 11.4909C3.13579 12.1279 3 12.8106 3 13.5C3 14.8924 3.55312 16.2277 4.53769 17.2123C5.52226 18.1969 6.85761 18.75 8.25 18.75H16.5",
3147
+ stroke: "#3D3D3D",
3148
+ "stroke-width": t.strokeWidth,
3149
+ "stroke-linecap": "round",
3150
+ "stroke-linejoin": "round"
3151
+ }, null, 8, yo)
3152
+ ], 8, ko);
3153
+ }
3154
+ const po = /* @__PURE__ */ s(mo, [["render", bo]]), No = {
3155
+ name: "arrow-up",
3156
+ props: {
3157
+ size: {
3158
+ type: Number,
3159
+ default: 24
3160
+ },
3161
+ width: {
3162
+ type: Number,
3163
+ default: 0
3164
+ },
3165
+ height: {
3166
+ type: Number,
3167
+ default: 0
3168
+ },
3169
+ strokeWidth: {
3170
+ type: Number,
3171
+ default: 1.5
3172
+ },
3173
+ style: {
3174
+ type: Object
3175
+ }
3176
+ }
3177
+ }, Mo = ["width", "height"], Do = ["stroke-width"];
3178
+ function Lo(i, n, t, o, r, h) {
3179
+ return d(), u("svg", {
3180
+ width: t.width || t.size,
3181
+ height: t.height || t.size,
3182
+ viewBox: "0 0 24 24",
3183
+ fill: "none",
3184
+ xmlns: "http://www.w3.org/2000/svg"
3185
+ }, [
3186
+ e("path", {
3187
+ d: "M12 20.25V3.75M12 3.75L5.25 10.5M12 3.75L18.75 10.5",
3188
+ stroke: "#3D3D3D",
3189
+ "stroke-width": t.strokeWidth,
3190
+ "stroke-linecap": "round",
3191
+ "stroke-linejoin": "round"
3192
+ }, null, 8, Do)
3193
+ ], 8, Mo);
3194
+ }
3195
+ const $o = /* @__PURE__ */ s(No, [["render", Lo]]), vo = {
3196
+ name: "arrow-up-left",
3197
+ props: {
3198
+ size: {
3199
+ type: Number,
3200
+ default: 24
3201
+ },
3202
+ width: {
3203
+ type: Number,
3204
+ default: 0
3205
+ },
3206
+ height: {
3207
+ type: Number,
3208
+ default: 0
3209
+ },
3210
+ strokeWidth: {
3211
+ type: Number,
3212
+ default: 1.5
3213
+ },
3214
+ style: {
3215
+ type: Object
3216
+ }
3217
+ }
3218
+ }, zo = ["width", "height"], xo = ["stroke-width"];
3219
+ function Co(i, n, t, o, r, h) {
3220
+ return d(), u("svg", {
3221
+ width: t.width || t.size,
3222
+ height: t.height || t.size,
3223
+ viewBox: "0 0 24 24",
3224
+ fill: "none",
3225
+ xmlns: "http://www.w3.org/2000/svg"
3226
+ }, [
3227
+ e("path", {
3228
+ d: "M18 18L6 6M6 6H15.75M6 6V15.75",
3229
+ stroke: "#3D3D3D",
3230
+ "stroke-width": t.strokeWidth,
3231
+ "stroke-linecap": "round",
3232
+ "stroke-linejoin": "round"
3233
+ }, null, 8, xo)
3234
+ ], 8, zo);
3235
+ }
3236
+ const jo = /* @__PURE__ */ s(vo, [["render", Co]]), Wo = {
3237
+ name: "arrow-up-right",
3238
+ props: {
3239
+ size: {
3240
+ type: Number,
3241
+ default: 24
3242
+ },
3243
+ width: {
3244
+ type: Number,
3245
+ default: 0
3246
+ },
3247
+ height: {
3248
+ type: Number,
3249
+ default: 0
3250
+ },
3251
+ strokeWidth: {
3252
+ type: Number,
3253
+ default: 1.5
3254
+ },
3255
+ style: {
3256
+ type: Object
3257
+ }
3258
+ }
3259
+ }, Ho = ["width", "height"], Vo = ["stroke-width"];
3260
+ function Bo(i, n, t, o, r, h) {
3261
+ return d(), u("svg", {
3262
+ width: t.width || t.size,
3263
+ height: t.height || t.size,
3264
+ viewBox: "0 0 24 24",
3265
+ fill: "none",
3266
+ xmlns: "http://www.w3.org/2000/svg"
3267
+ }, [
3268
+ e("path", {
3269
+ d: "M6 18L18 6M18 6H8.25M18 6V15.75",
3270
+ stroke: "#3D3D3D",
3271
+ "stroke-width": t.strokeWidth,
3272
+ "stroke-linecap": "round",
3273
+ "stroke-linejoin": "round"
3274
+ }, null, 8, Vo)
3275
+ ], 8, Ho);
3276
+ }
3277
+ const Oo = /* @__PURE__ */ s(Wo, [["render", Bo]]), Ao = {
3278
+ name: "arrows-clockwise",
3279
+ props: {
3280
+ size: {
3281
+ type: Number,
3282
+ default: 24
3283
+ },
3284
+ width: {
3285
+ type: Number,
3286
+ default: 0
3287
+ },
3288
+ height: {
3289
+ type: Number,
3290
+ default: 0
3291
+ },
3292
+ strokeWidth: {
3293
+ type: Number,
3294
+ default: 1.5
3295
+ },
3296
+ style: {
3297
+ type: Object
3298
+ }
3299
+ }
3300
+ }, Zo = ["width", "height"], Uo = ["stroke-width"];
3301
+ function Ro(i, n, t, o, r, h) {
3302
+ return d(), u("svg", {
3303
+ width: t.width || t.size,
3304
+ height: t.height || t.size,
3305
+ viewBox: "0 0 24 24",
3306
+ fill: "none",
3307
+ xmlns: "http://www.w3.org/2000/svg"
3308
+ }, [
3309
+ e("path", {
3310
+ d: "M16.5156 9.34838H21.0156M21.0156 9.34838V4.84838M21.0156 9.34838L17.8336 6.16637C17.0675 5.40029 16.158 4.7926 15.1571 4.37799C14.1562 3.96339 13.0834 3.75 12 3.75C10.9166 3.75 9.84377 3.96339 8.84283 4.37799C7.8419 4.7926 6.93242 5.40029 6.16634 6.16637M7.48431 14.6516H2.98431M2.98431 14.6516V19.1516M2.98431 14.6516L6.16634 17.8336C6.93242 18.5997 7.8419 19.2074 8.84283 19.622C9.84377 20.0366 10.9166 20.25 12 20.25C13.0834 20.25 14.1562 20.0366 15.1571 19.622C16.158 19.2074 17.0675 18.5997 17.8336 17.8336",
3311
+ stroke: "#3D3D3D",
3312
+ "stroke-width": t.strokeWidth,
3313
+ "stroke-linecap": "round",
3314
+ "stroke-linejoin": "round"
3315
+ }, null, 8, Uo)
3316
+ ], 8, Zo);
3317
+ }
3318
+ const qo = /* @__PURE__ */ s(Ao, [["render", Ro]]), Eo = {
3319
+ name: "arrows-counter-clockwise",
3320
+ props: {
3321
+ size: {
3322
+ type: Number,
3323
+ default: 24
3324
+ },
3325
+ width: {
3326
+ type: Number,
3327
+ default: 0
3328
+ },
3329
+ height: {
3330
+ type: Number,
3331
+ default: 0
3332
+ },
3333
+ strokeWidth: {
3334
+ type: Number,
3335
+ default: 1.5
3336
+ },
3337
+ style: {
3338
+ type: Object
3339
+ }
3340
+ }
3341
+ }, Fo = ["width", "height"], So = ["stroke-width"];
3342
+ function Io(i, n, t, o, r, h) {
3343
+ return d(), u("svg", {
3344
+ width: t.width || t.size,
3345
+ height: t.height || t.size,
3346
+ viewBox: "0 0 24 24",
3347
+ fill: "none",
3348
+ xmlns: "http://www.w3.org/2000/svg"
3349
+ }, [
3350
+ e("path", {
3351
+ d: "M7.48431 9.34838H2.98431M2.98431 9.34838V4.84838M2.98431 9.34838L6.16634 6.16637C6.93242 5.40029 7.8419 4.7926 8.84283 4.37799C9.84377 3.96339 10.9166 3.75 12 3.75C13.0834 3.75 14.1562 3.96339 15.1571 4.37799C16.158 4.7926 17.0675 5.40029 17.8336 6.16637M16.5156 14.6516H21.0156M21.0156 14.6516V19.1516M21.0156 14.6516L17.8336 17.8336C17.0675 18.5997 16.158 19.2074 15.1571 19.622C14.1562 20.0366 13.0834 20.25 12 20.25C10.9166 20.25 9.84377 20.0366 8.84283 19.622C7.8419 19.2074 6.93242 18.5997 6.16634 17.8336",
3352
+ stroke: "#3D3D3D",
3353
+ "stroke-width": t.strokeWidth,
3354
+ "stroke-linecap": "round",
3355
+ "stroke-linejoin": "round"
3356
+ }, null, 8, So)
3357
+ ], 8, Fo);
3358
+ }
3359
+ const Go = /* @__PURE__ */ s(Eo, [["render", Io]]), Jo = {
3360
+ name: "arrows-down-up",
3361
+ props: {
3362
+ size: {
3363
+ type: Number,
3364
+ default: 24
3365
+ },
3366
+ width: {
3367
+ type: Number,
3368
+ default: 0
3369
+ },
3370
+ height: {
3371
+ type: Number,
3372
+ default: 0
3373
+ },
3374
+ strokeWidth: {
3375
+ type: Number,
3376
+ default: 1.5
3377
+ },
3378
+ style: {
3379
+ type: Object
3380
+ }
3381
+ }
3382
+ }, Po = ["width", "height"], Ko = ["stroke-width"];
3383
+ function To(i, n, t, o, r, h) {
3384
+ return d(), u("svg", {
3385
+ width: t.width || t.size,
3386
+ height: t.height || t.size,
3387
+ viewBox: "0 0 24 24",
3388
+ fill: "none",
3389
+ xmlns: "http://www.w3.org/2000/svg"
3390
+ }, [
3391
+ e("path", {
3392
+ d: "M10.5 16.5L7.5 19.5M7.5 19.5L4.5 16.5M7.5 19.5V4.5M13.5 7.5L16.5 4.5M16.5 4.5L19.5 7.5M16.5 4.5V19.5",
3393
+ stroke: "#3D3D3D",
3394
+ "stroke-width": t.strokeWidth,
3395
+ "stroke-linecap": "round",
3396
+ "stroke-linejoin": "round"
3397
+ }, null, 8, Ko)
3398
+ ], 8, Po);
3399
+ }
3400
+ const Qo = /* @__PURE__ */ s(Jo, [["render", To]]), Xo = {
3401
+ name: "arrows-in",
3402
+ props: {
3403
+ size: {
3404
+ type: Number,
3405
+ default: 24
3406
+ },
3407
+ width: {
3408
+ type: Number,
3409
+ default: 0
3410
+ },
3411
+ height: {
3412
+ type: Number,
3413
+ default: 0
3414
+ },
3415
+ strokeWidth: {
3416
+ type: Number,
3417
+ default: 1.5
3418
+ },
3419
+ style: {
3420
+ type: Object
3421
+ }
3422
+ }
3423
+ }, Yo = ["width", "height"], tr = ["stroke-width"];
3424
+ function er(i, n, t, o, r, h) {
3425
+ return d(), u("svg", {
3426
+ width: t.width || t.size,
3427
+ height: t.height || t.size,
3428
+ viewBox: "0 0 24 24",
3429
+ fill: "none",
3430
+ xmlns: "http://www.w3.org/2000/svg"
3431
+ }, [
3432
+ e("path", {
3433
+ d: "M18 9.75H14.25M14.25 9.75V6M14.25 9.75L19.5 4.5M6 14.25H9.75M9.75 14.25V18M9.75 14.25L4.5 19.5M14.25 18V14.25M14.25 14.25H18M14.25 14.25L19.5 19.5M9.75 6V9.75M9.75 9.75H6M9.75 9.75L4.5 4.5",
3434
+ stroke: "#3D3D3D",
3435
+ "stroke-width": t.strokeWidth,
3436
+ "stroke-linecap": "round",
3437
+ "stroke-linejoin": "round"
3438
+ }, null, 8, tr)
3439
+ ], 8, Yo);
3440
+ }
3441
+ const ir = /* @__PURE__ */ s(Xo, [["render", er]]), nr = {
3442
+ name: "arrows-in-cardinal",
3443
+ props: {
3444
+ size: {
3445
+ type: Number,
3446
+ default: 24
3447
+ },
3448
+ width: {
3449
+ type: Number,
3450
+ default: 0
3451
+ },
3452
+ height: {
3453
+ type: Number,
3454
+ default: 0
3455
+ },
3456
+ strokeWidth: {
3457
+ type: Number,
3458
+ default: 1.5
3459
+ },
3460
+ style: {
3461
+ type: Object
3462
+ }
3463
+ }
3464
+ }, or = ["width", "height"], rr = ["stroke-width"];
3465
+ function sr(i, n, t, o, r, h) {
3466
+ return d(), u("svg", {
3467
+ width: t.width || t.size,
3468
+ height: t.height || t.size,
3469
+ viewBox: "0 0 24 24",
3470
+ fill: "none",
3471
+ xmlns: "http://www.w3.org/2000/svg"
3472
+ }, [
3473
+ e("path", {
3474
+ d: "M14.6516 17.6516L12 15M12 15L9.34838 17.6516M12 15V21.75M9.34838 6.34838L12 9M12 9L14.6516 6.34838M12 9V2.25M6.34838 14.6516L9 12M9 12L6.34838 9.34838M9 12H2.25M17.6516 9.34838L15 12M15 12L17.6516 14.6516M15 12H21.75",
3475
+ stroke: "#3D3D3D",
3476
+ "stroke-width": t.strokeWidth,
3477
+ "stroke-linecap": "round",
3478
+ "stroke-linejoin": "round"
3479
+ }, null, 8, rr)
3480
+ ], 8, or);
3481
+ }
3482
+ const hr = /* @__PURE__ */ s(nr, [["render", sr]]), dr = {
3483
+ name: "arrows-in-line-horizontal",
3484
+ props: {
3485
+ size: {
3486
+ type: Number,
3487
+ default: 24
3488
+ },
3489
+ width: {
3490
+ type: Number,
3491
+ default: 0
3492
+ },
3493
+ height: {
3494
+ type: Number,
3495
+ default: 0
3496
+ },
3497
+ strokeWidth: {
3498
+ type: Number,
3499
+ default: 1.5
3500
+ },
3501
+ style: {
3502
+ type: Object
3503
+ }
3504
+ }
3505
+ }, ur = ["width", "height"], lr = ["stroke-width"];
3506
+ function wr(i, n, t, o, r, h) {
3507
+ return d(), u("svg", {
3508
+ width: t.width || t.size,
3509
+ height: t.height || t.size,
3510
+ viewBox: "0 0 24 24",
3511
+ fill: "none",
3512
+ xmlns: "http://www.w3.org/2000/svg"
3513
+ }, [
3514
+ e("path", {
3515
+ d: "M12 3.75V20.25M1.5 12H9M9 12L6 9M9 12L6 15M22.5 12H15M15 12L18 15M15 12L18 9",
3516
+ stroke: "#3D3D3D",
3517
+ "stroke-width": t.strokeWidth,
3518
+ "stroke-linecap": "round",
3519
+ "stroke-linejoin": "round"
3520
+ }, null, 8, lr)
3521
+ ], 8, ur);
3522
+ }
3523
+ const cr = /* @__PURE__ */ s(dr, [["render", wr]]), ar = {
3524
+ name: "arrows-in-line-vertical",
3525
+ props: {
3526
+ size: {
3527
+ type: Number,
3528
+ default: 24
3529
+ },
3530
+ width: {
3531
+ type: Number,
3532
+ default: 0
3533
+ },
3534
+ height: {
3535
+ type: Number,
3536
+ default: 0
3537
+ },
3538
+ strokeWidth: {
3539
+ type: Number,
3540
+ default: 1.5
3541
+ },
3542
+ style: {
3543
+ type: Object
3544
+ }
3545
+ }
3546
+ }, _r = ["width", "height"], fr = ["stroke-width"];
3547
+ function gr(i, n, t, o, r, h) {
3548
+ return d(), u("svg", {
3549
+ width: t.width || t.size,
3550
+ height: t.height || t.size,
3551
+ viewBox: "0 0 24 24",
3552
+ fill: "none",
3553
+ xmlns: "http://www.w3.org/2000/svg"
3554
+ }, [
3555
+ e("path", {
3556
+ d: "M20.25 12H3.75M12 1.5V9M12 9L15 6M12 9L9 6M12 22.5V15M12 15L9 18M12 15L15 18",
3557
+ stroke: "#3D3D3D",
3558
+ "stroke-width": t.strokeWidth,
3559
+ "stroke-linecap": "round",
3560
+ "stroke-linejoin": "round"
3561
+ }, null, 8, fr)
3562
+ ], 8, _r);
3563
+ }
3564
+ const mr = /* @__PURE__ */ s(ar, [["render", gr]]), kr = {
3565
+ name: "arrows-in-simple",
3566
+ props: {
3567
+ size: {
3568
+ type: Number,
3569
+ default: 24
3570
+ },
3571
+ width: {
3572
+ type: Number,
3573
+ default: 0
3574
+ },
3575
+ height: {
3576
+ type: Number,
3577
+ default: 0
3578
+ },
3579
+ strokeWidth: {
3580
+ type: Number,
3581
+ default: 1.5
3582
+ },
3583
+ style: {
3584
+ type: Object
3585
+ }
3586
+ }
3587
+ }, yr = ["width", "height"], br = ["stroke-width"];
3588
+ function pr(i, n, t, o, r, h) {
3589
+ return d(), u("svg", {
3590
+ width: t.width || t.size,
3591
+ height: t.height || t.size,
3592
+ viewBox: "0 0 24 24",
3593
+ fill: "none",
3594
+ xmlns: "http://www.w3.org/2000/svg"
3595
+ }, [
3596
+ e("path", {
3597
+ d: "M14.25 5.25V9.75M14.25 9.75H18.75M14.25 9.75L19.5 4.5M5.25 14.25H9.75M9.75 14.25V18.75M9.75 14.25L4.5 19.5",
3598
+ stroke: "#3D3D3D",
3599
+ "stroke-width": t.strokeWidth,
3600
+ "stroke-linecap": "round",
3601
+ "stroke-linejoin": "round"
3602
+ }, null, 8, br)
3603
+ ], 8, yr);
3604
+ }
3605
+ const Nr = /* @__PURE__ */ s(kr, [["render", pr]]), Mr = {
3606
+ name: "arrows-left-right",
3607
+ props: {
3608
+ size: {
3609
+ type: Number,
3610
+ default: 24
3611
+ },
3612
+ width: {
3613
+ type: Number,
3614
+ default: 0
3615
+ },
3616
+ height: {
3617
+ type: Number,
3618
+ default: 0
3619
+ },
3620
+ strokeWidth: {
3621
+ type: Number,
3622
+ default: 1.5
3623
+ },
3624
+ style: {
3625
+ type: Object
3626
+ }
3627
+ }
3628
+ }, Dr = ["width", "height"], Lr = ["stroke-width"];
3629
+ function $r(i, n, t, o, r, h) {
3630
+ return d(), u("svg", {
3631
+ width: t.width || t.size,
3632
+ height: t.height || t.size,
3633
+ viewBox: "0 0 24 24",
3634
+ fill: "none",
3635
+ xmlns: "http://www.w3.org/2000/svg"
3636
+ }, [
3637
+ e("path", {
3638
+ d: "M16.5 13.5L19.5 16.5M19.5 16.5L16.5 19.5M19.5 16.5H4.5M7.5 10.5L4.5 7.5M4.5 7.5L7.5 4.5M4.5 7.5H19.5",
3639
+ stroke: "#3D3D3D",
3640
+ "stroke-width": t.strokeWidth,
3641
+ "stroke-linecap": "round",
3642
+ "stroke-linejoin": "round"
3643
+ }, null, 8, Lr)
3644
+ ], 8, Dr);
3645
+ }
3646
+ const vr = /* @__PURE__ */ s(Mr, [["render", $r]]), zr = {
3647
+ name: "arrows-out",
3648
+ props: {
3649
+ size: {
3650
+ type: Number,
3651
+ default: 24
3652
+ },
3653
+ width: {
3654
+ type: Number,
3655
+ default: 0
3656
+ },
3657
+ height: {
3658
+ type: Number,
3659
+ default: 0
3660
+ },
3661
+ strokeWidth: {
3662
+ type: Number,
3663
+ default: 1.5
3664
+ },
3665
+ style: {
3666
+ type: Object
3667
+ }
3668
+ }
3669
+ }, xr = ["width", "height"], Cr = ["stroke-width"];
3670
+ function jr(i, n, t, o, r, h) {
3671
+ return d(), u("svg", {
3672
+ width: t.width || t.size,
3673
+ height: t.height || t.size,
3674
+ viewBox: "0 0 24 24",
3675
+ fill: "none",
3676
+ xmlns: "http://www.w3.org/2000/svg"
3677
+ }, [
3678
+ e("path", {
3679
+ d: "M15.75 4.5H19.5M19.5 4.5V8.25M19.5 4.5L14.25 9.75M8.25 19.5H4.5M4.5 19.5V15.75M4.5 19.5L9.75 14.25M19.5 15.75V19.5M19.5 19.5H15.75M19.5 19.5L14.25 14.25M4.5 8.25V4.5M4.5 4.5H8.25M4.5 4.5L9.75 9.75",
3680
+ stroke: "#3D3D3D",
3681
+ "stroke-width": t.strokeWidth,
3682
+ "stroke-linecap": "round",
3683
+ "stroke-linejoin": "round"
3684
+ }, null, 8, Cr)
3685
+ ], 8, xr);
3686
+ }
3687
+ const Wr = /* @__PURE__ */ s(zr, [["render", jr]]), Hr = {
3688
+ name: "arrows-out-cardinal",
3689
+ props: {
3690
+ size: {
3691
+ type: Number,
3692
+ default: 24
3693
+ },
3694
+ width: {
3695
+ type: Number,
3696
+ default: 0
3697
+ },
3698
+ height: {
3699
+ type: Number,
3700
+ default: 0
3701
+ },
3702
+ strokeWidth: {
3703
+ type: Number,
3704
+ default: 1.5
3705
+ },
3706
+ style: {
3707
+ type: Object
3708
+ }
3709
+ }
3710
+ }, Vr = ["width", "height"], Br = ["stroke-width"];
3711
+ function Or(i, n, t, o, r, h) {
3712
+ return d(), u("svg", {
3713
+ width: t.width || t.size,
3714
+ height: t.height || t.size,
3715
+ viewBox: "0 0 24 24",
3716
+ fill: "none",
3717
+ xmlns: "http://www.w3.org/2000/svg"
3718
+ }, [
3719
+ e("path", {
3720
+ d: "M14.6516 19.0984L12 21.75M12 21.75L9.34838 19.0984M12 21.75V15M9.34838 4.90163L12 2.25M12 2.25L14.6516 4.90163M12 2.25V9M4.90163 14.6516L2.25 12M2.25 12L4.90163 9.34838M2.25 12H9M19.0984 9.34838L21.75 12M21.75 12L19.0984 14.6516M21.75 12H15",
3721
+ stroke: "#3D3D3D",
3722
+ "stroke-width": t.strokeWidth,
3723
+ "stroke-linecap": "round",
3724
+ "stroke-linejoin": "round"
3725
+ }, null, 8, Br)
3726
+ ], 8, Vr);
3727
+ }
3728
+ const Ar = /* @__PURE__ */ s(Hr, [["render", Or]]), Zr = {
3729
+ name: "arrows-out-line-horizontal",
3730
+ props: {
3731
+ size: {
3732
+ type: Number,
3733
+ default: 24
3734
+ },
3735
+ width: {
3736
+ type: Number,
3737
+ default: 0
3738
+ },
3739
+ height: {
3740
+ type: Number,
3741
+ default: 0
3742
+ },
3743
+ strokeWidth: {
3744
+ type: Number,
3745
+ default: 1.5
3746
+ },
3747
+ style: {
3748
+ type: Object
3749
+ }
3750
+ }
3751
+ }, Ur = ["width", "height"], Rr = ["stroke-width"];
3752
+ function qr(i, n, t, o, r, h) {
3753
+ return d(), u("svg", {
3754
+ width: t.width || t.size,
3755
+ height: t.height || t.size,
3756
+ viewBox: "0 0 24 24",
3757
+ fill: "none",
3758
+ xmlns: "http://www.w3.org/2000/svg"
3759
+ }, [
3760
+ e("path", {
3761
+ d: "M12 3.75V20.25M9 12H1.5M1.5 12L4.5 15M1.5 12L4.5 9M15 12H22.5M22.5 12L19.5 9M22.5 12L19.5 15",
3762
+ stroke: "#3D3D3D",
3763
+ "stroke-width": t.strokeWidth,
3764
+ "stroke-linecap": "round",
3765
+ "stroke-linejoin": "round"
3766
+ }, null, 8, Rr)
3767
+ ], 8, Ur);
3768
+ }
3769
+ const Er = /* @__PURE__ */ s(Zr, [["render", qr]]), Fr = {
3770
+ name: "arrows-out-line-vertical",
3771
+ props: {
3772
+ size: {
3773
+ type: Number,
3774
+ default: 24
3775
+ },
3776
+ width: {
3777
+ type: Number,
3778
+ default: 0
3779
+ },
3780
+ height: {
3781
+ type: Number,
3782
+ default: 0
3783
+ },
3784
+ strokeWidth: {
3785
+ type: Number,
3786
+ default: 1.5
3787
+ },
3788
+ style: {
3789
+ type: Object
3790
+ }
3791
+ }
3792
+ }, Sr = ["width", "height"], Ir = ["stroke-width"];
3793
+ function Gr(i, n, t, o, r, h) {
3794
+ return d(), u("svg", {
3795
+ width: t.width || t.size,
3796
+ height: t.height || t.size,
3797
+ viewBox: "0 0 24 24",
3798
+ fill: "none",
3799
+ xmlns: "http://www.w3.org/2000/svg"
3800
+ }, [
3801
+ e("path", {
3802
+ d: "M20.25 12H3.75M12 9V1.5M12 1.5L9 4.5M12 1.5L15 4.5M12 15V22.5M12 22.5L15 19.5M12 22.5L9 19.5",
3803
+ stroke: "#3D3D3D",
3804
+ "stroke-width": t.strokeWidth,
3805
+ "stroke-linecap": "round",
3806
+ "stroke-linejoin": "round"
3807
+ }, null, 8, Ir)
3808
+ ], 8, Sr);
3809
+ }
3810
+ const Jr = /* @__PURE__ */ s(Fr, [["render", Gr]]), Pr = {
3811
+ name: "arrows-out-simple",
3812
+ props: {
3813
+ size: {
3814
+ type: Number,
3815
+ default: 24
3816
+ },
3817
+ width: {
3818
+ type: Number,
3819
+ default: 0
3820
+ },
3821
+ height: {
3822
+ type: Number,
3823
+ default: 0
3824
+ },
3825
+ strokeWidth: {
3826
+ type: Number,
3827
+ default: 1.5
3828
+ },
3829
+ style: {
3830
+ type: Object
3831
+ }
3832
+ }
3833
+ }, Kr = ["width", "height"], Tr = ["stroke-width"];
3834
+ function Qr(i, n, t, o, r, h) {
3835
+ return d(), u("svg", {
3836
+ width: t.width || t.size,
3837
+ height: t.height || t.size,
3838
+ viewBox: "0 0 24 24",
3839
+ fill: "none",
3840
+ xmlns: "http://www.w3.org/2000/svg"
3841
+ }, [
3842
+ e("path", {
3843
+ d: "M15 4.5H19.5M19.5 4.5V9M19.5 4.5L14.25 9.75M9 19.5H4.5M4.5 19.5V15M4.5 19.5L9.75 14.25",
3844
+ stroke: "#3D3D3D",
3845
+ "stroke-width": t.strokeWidth,
3846
+ "stroke-linecap": "round",
3847
+ "stroke-linejoin": "round"
3848
+ }, null, 8, Tr)
3849
+ ], 8, Kr);
3850
+ }
3851
+ const Xr = /* @__PURE__ */ s(Pr, [["render", Qr]]), Yr = {
3852
+ name: "caret-circle-double-down",
3853
+ props: {
3854
+ size: {
3855
+ type: Number,
3856
+ default: 24
3857
+ },
3858
+ width: {
3859
+ type: Number,
3860
+ default: 0
3861
+ },
3862
+ height: {
3863
+ type: Number,
3864
+ default: 0
3865
+ },
3866
+ strokeWidth: {
3867
+ type: Number,
3868
+ default: 1.5
3869
+ },
3870
+ style: {
3871
+ type: Object
3872
+ }
3873
+ }
3874
+ }, ts = ["width", "height"], es = ["stroke-width"];
3875
+ function is(i, n, t, o, r, h) {
3876
+ return d(), u("svg", {
3877
+ width: t.width || t.size,
3878
+ height: t.height || t.size,
3879
+ viewBox: "0 0 24 24",
3880
+ fill: "none",
3881
+ xmlns: "http://www.w3.org/2000/svg"
3882
+ }, [
3883
+ e("path", {
3884
+ d: "M15 8.25L12 11.25L9 8.25M15 13.5L12 16.5L9 13.5M21 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 12Z",
3885
+ stroke: "#3D3D3D",
3886
+ "stroke-width": t.strokeWidth,
3887
+ "stroke-linecap": "round",
3888
+ "stroke-linejoin": "round"
3889
+ }, null, 8, es)
3890
+ ], 8, ts);
3891
+ }
3892
+ const ns = /* @__PURE__ */ s(Yr, [["render", is]]), os = {
3893
+ name: "caret-circle-double-left",
3894
+ props: {
3895
+ size: {
3896
+ type: Number,
3897
+ default: 24
3898
+ },
3899
+ width: {
3900
+ type: Number,
3901
+ default: 0
3902
+ },
3903
+ height: {
3904
+ type: Number,
3905
+ default: 0
3906
+ },
3907
+ strokeWidth: {
3908
+ type: Number,
3909
+ default: 1.5
3910
+ },
3911
+ style: {
3912
+ type: Object
3913
+ }
3914
+ }
3915
+ }, rs = ["width", "height"], ss = ["stroke-width"];
3916
+ function hs(i, n, t, o, r, h) {
3917
+ return d(), u("svg", {
3918
+ width: t.width || t.size,
3919
+ height: t.height || t.size,
3920
+ viewBox: "0 0 24 24",
3921
+ fill: "none",
3922
+ xmlns: "http://www.w3.org/2000/svg"
3923
+ }, [
3924
+ e("path", {
3925
+ d: "M15.75 15L12.75 12L15.75 9M10.5 15L7.5 12L10.5 9M21 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 12Z",
3926
+ stroke: "#3D3D3D",
3927
+ "stroke-width": t.strokeWidth,
3928
+ "stroke-linecap": "round",
3929
+ "stroke-linejoin": "round"
3930
+ }, null, 8, ss)
3931
+ ], 8, rs);
3932
+ }
3933
+ const ds = /* @__PURE__ */ s(os, [["render", hs]]), us = {
3934
+ name: "caret-circle-double-right",
3935
+ props: {
3936
+ size: {
3937
+ type: Number,
3938
+ default: 24
3939
+ },
3940
+ width: {
3941
+ type: Number,
3942
+ default: 0
3943
+ },
3944
+ height: {
3945
+ type: Number,
3946
+ default: 0
3947
+ },
3948
+ strokeWidth: {
3949
+ type: Number,
3950
+ default: 1.5
3951
+ },
3952
+ style: {
3953
+ type: Object
3954
+ }
3955
+ }
3956
+ }, ls = ["width", "height"], ws = ["stroke-width"];
3957
+ function cs(i, n, t, o, r, h) {
3958
+ return d(), u("svg", {
3959
+ width: t.width || t.size,
3960
+ height: t.height || t.size,
3961
+ viewBox: "0 0 24 24",
3962
+ fill: "none",
3963
+ xmlns: "http://www.w3.org/2000/svg"
3964
+ }, [
3965
+ e("path", {
3966
+ d: "M8.25 15L11.25 12L8.25 9M13.5 15L16.5 12L13.5 9M21 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 12Z",
3967
+ stroke: "#3D3D3D",
3968
+ "stroke-width": t.strokeWidth,
3969
+ "stroke-linecap": "round",
3970
+ "stroke-linejoin": "round"
3971
+ }, null, 8, ws)
3972
+ ], 8, ls);
3973
+ }
3974
+ const as = /* @__PURE__ */ s(us, [["render", cs]]), _s = {
3975
+ name: "caret-circle-double-up",
3976
+ props: {
3977
+ size: {
3978
+ type: Number,
3979
+ default: 24
3980
+ },
3981
+ width: {
3982
+ type: Number,
3983
+ default: 0
3984
+ },
3985
+ height: {
3986
+ type: Number,
3987
+ default: 0
3988
+ },
3989
+ strokeWidth: {
3990
+ type: Number,
3991
+ default: 1.5
3992
+ },
3993
+ style: {
3994
+ type: Object
3995
+ }
3996
+ }
3997
+ }, fs = ["width", "height"], gs = ["stroke-width"];
3998
+ function ms(i, n, t, o, r, h) {
3999
+ return d(), u("svg", {
4000
+ width: t.width || t.size,
4001
+ height: t.height || t.size,
4002
+ viewBox: "0 0 24 24",
4003
+ fill: "none",
4004
+ xmlns: "http://www.w3.org/2000/svg"
4005
+ }, [
4006
+ e("path", {
4007
+ d: "M9 15.75L12 12.75L15 15.75M9 10.5L12 7.5L15 10.5M21 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 12Z",
4008
+ stroke: "#3D3D3D",
4009
+ "stroke-width": t.strokeWidth,
4010
+ "stroke-linecap": "round",
4011
+ "stroke-linejoin": "round"
4012
+ }, null, 8, gs)
4013
+ ], 8, fs);
4014
+ }
4015
+ const ks = /* @__PURE__ */ s(_s, [["render", ms]]), ys = {
4016
+ name: "caret-circle-down",
4017
+ props: {
4018
+ size: {
4019
+ type: Number,
4020
+ default: 24
4021
+ },
4022
+ width: {
4023
+ type: Number,
4024
+ default: 0
4025
+ },
4026
+ height: {
4027
+ type: Number,
4028
+ default: 0
4029
+ },
4030
+ strokeWidth: {
4031
+ type: Number,
4032
+ default: 1.5
4033
+ },
4034
+ style: {
4035
+ type: Object
4036
+ }
4037
+ }
4038
+ }, bs = ["width", "height"], ps = /* @__PURE__ */ e("path", {
4039
+ d: "M15.9325 11.3767C16.2096 11.0688 16.1846 10.5946 15.8767 10.3175C15.5688 10.0404 15.0946 10.0654 14.8175 10.3733L15.9325 11.3767ZM12 14.625L11.4425 15.1267C11.5848 15.2848 11.7874 15.375 12 15.375C12.2126 15.375 12.4152 15.2848 12.5575 15.1267L12 14.625ZM9.18247 10.3733C8.90538 10.0654 8.43116 10.0404 8.12328 10.3175C7.81539 10.5946 7.79044 11.0688 8.06753 11.3767L9.18247 10.3733ZM20.25 12C20.25 16.5563 16.5563 20.25 12 20.25V21.75C17.3848 21.75 21.75 17.3848 21.75 12H20.25ZM12 20.25C7.44365 20.25 3.75 16.5563 3.75 12H2.25C2.25 17.3848 6.61522 21.75 12 21.75V20.25ZM3.75 12C3.75 7.44365 7.44365 3.75 12 3.75V2.25C6.61522 2.25 2.25 6.61522 2.25 12H3.75ZM12 3.75C16.5563 3.75 20.25 7.44365 20.25 12H21.75C21.75 6.61522 17.3848 2.25 12 2.25V3.75ZM14.8175 10.3733L11.4425 14.1233L12.5575 15.1267L15.9325 11.3767L14.8175 10.3733ZM12.5575 14.1233L9.18247 10.3733L8.06753 11.3767L11.4425 15.1267L12.5575 14.1233Z",
4040
+ fill: "#3D3D3D"
4041
+ }, null, -1), Ns = [
4042
+ ps
4043
+ ];
4044
+ function Ms(i, n, t, o, r, h) {
4045
+ return d(), u("svg", {
4046
+ width: t.width || t.size,
4047
+ height: t.height || t.size,
4048
+ viewBox: "0 0 24 24",
4049
+ fill: "none",
4050
+ xmlns: "http://www.w3.org/2000/svg"
4051
+ }, Ns, 8, bs);
4052
+ }
4053
+ const Ds = /* @__PURE__ */ s(ys, [["render", Ms]]), Ls = {
4054
+ name: "caret-circle-left",
4055
+ props: {
4056
+ size: {
4057
+ type: Number,
4058
+ default: 24
4059
+ },
4060
+ width: {
4061
+ type: Number,
4062
+ default: 0
4063
+ },
4064
+ height: {
4065
+ type: Number,
4066
+ default: 0
4067
+ },
4068
+ strokeWidth: {
4069
+ type: Number,
4070
+ default: 1.5
4071
+ },
4072
+ style: {
4073
+ type: Object
4074
+ }
4075
+ }
4076
+ }, $s = ["width", "height"], vs = /* @__PURE__ */ e("path", {
4077
+ d: "M14.0017 9.18247C14.3096 8.90538 14.3346 8.43116 14.0575 8.12328C13.7804 7.81539 13.3062 7.79044 12.9983 8.06753L14.0017 9.18247ZM9.75 12L9.24828 11.4425C9.09024 11.5848 9 11.7874 9 12C9 12.2126 9.09024 12.4152 9.24828 12.5575L9.75 12ZM12.9983 15.9325C13.3062 16.2096 13.7804 16.1846 14.0575 15.8767C14.3346 15.5688 14.3096 15.0946 14.0017 14.8175L12.9983 15.9325ZM20.25 12C20.25 16.5563 16.5563 20.25 12 20.25V21.75C17.3848 21.75 21.75 17.3848 21.75 12H20.25ZM12 20.25C7.44365 20.25 3.75 16.5563 3.75 12H2.25C2.25 17.3848 6.61522 21.75 12 21.75V20.25ZM3.75 12C3.75 7.44365 7.44365 3.75 12 3.75V2.25C6.61522 2.25 2.25 6.61522 2.25 12H3.75ZM12 3.75C16.5563 3.75 20.25 7.44365 20.25 12H21.75C21.75 6.61522 17.3848 2.25 12 2.25V3.75ZM12.9983 8.06753L9.24828 11.4425L10.2517 12.5575L14.0017 9.18247L12.9983 8.06753ZM9.24828 12.5575L12.9983 15.9325L14.0017 14.8175L10.2517 11.4425L9.24828 12.5575Z",
4078
+ fill: "#3D3D3D"
4079
+ }, null, -1), zs = [
4080
+ vs
4081
+ ];
4082
+ function xs(i, n, t, o, r, h) {
4083
+ return d(), u("svg", {
4084
+ width: t.width || t.size,
4085
+ height: t.height || t.size,
4086
+ viewBox: "0 0 24 24",
4087
+ fill: "none",
4088
+ xmlns: "http://www.w3.org/2000/svg"
4089
+ }, zs, 8, $s);
4090
+ }
4091
+ const Cs = /* @__PURE__ */ s(Ls, [["render", xs]]), js = {
4092
+ name: "caret-circle-right",
4093
+ props: {
4094
+ size: {
4095
+ type: Number,
4096
+ default: 24
4097
+ },
4098
+ width: {
4099
+ type: Number,
4100
+ default: 0
4101
+ },
4102
+ height: {
4103
+ type: Number,
4104
+ default: 0
4105
+ },
4106
+ strokeWidth: {
4107
+ type: Number,
4108
+ default: 1.5
4109
+ },
4110
+ style: {
4111
+ type: Object
4112
+ }
4113
+ }
4114
+ }, Ws = ["width", "height"], Hs = /* @__PURE__ */ e("path", {
4115
+ d: "M11.3767 8.06753C11.0688 7.79044 10.5946 7.81539 10.3175 8.12328C10.0404 8.43116 10.0654 8.90538 10.3733 9.18247L11.3767 8.06753ZM14.625 12L15.1267 12.5575C15.2848 12.4152 15.375 12.2126 15.375 12C15.375 11.7874 15.2848 11.5848 15.1267 11.4425L14.625 12ZM10.3733 14.8175C10.0654 15.0946 10.0404 15.5688 10.3175 15.8767C10.5946 16.1846 11.0688 16.2096 11.3767 15.9325L10.3733 14.8175ZM20.25 12C20.25 16.5563 16.5563 20.25 12 20.25V21.75C17.3848 21.75 21.75 17.3848 21.75 12H20.25ZM12 20.25C7.44365 20.25 3.75 16.5563 3.75 12H2.25C2.25 17.3848 6.61522 21.75 12 21.75V20.25ZM3.75 12C3.75 7.44365 7.44365 3.75 12 3.75V2.25C6.61522 2.25 2.25 6.61522 2.25 12H3.75ZM12 3.75C16.5563 3.75 20.25 7.44365 20.25 12H21.75C21.75 6.61522 17.3848 2.25 12 2.25V3.75ZM10.3733 9.18247L14.1233 12.5575L15.1267 11.4425L11.3767 8.06753L10.3733 9.18247ZM14.1233 11.4425L10.3733 14.8175L11.3767 15.9325L15.1267 12.5575L14.1233 11.4425Z",
4116
+ fill: "#3D3D3D"
4117
+ }, null, -1), Vs = [
4118
+ Hs
4119
+ ];
4120
+ function Bs(i, n, t, o, r, h) {
4121
+ return d(), u("svg", {
4122
+ width: t.width || t.size,
4123
+ height: t.height || t.size,
4124
+ viewBox: "0 0 24 24",
4125
+ fill: "none",
4126
+ xmlns: "http://www.w3.org/2000/svg"
4127
+ }, Vs, 8, Ws);
4128
+ }
4129
+ const Os = /* @__PURE__ */ s(js, [["render", Bs]]), As = {
4130
+ name: "caret-circle-up",
4131
+ props: {
4132
+ size: {
4133
+ type: Number,
4134
+ default: 24
4135
+ },
4136
+ width: {
4137
+ type: Number,
4138
+ default: 0
4139
+ },
4140
+ height: {
4141
+ type: Number,
4142
+ default: 0
4143
+ },
4144
+ strokeWidth: {
4145
+ type: Number,
4146
+ default: 1.5
4147
+ },
4148
+ style: {
4149
+ type: Object
4150
+ }
4151
+ }
4152
+ }, Zs = ["width", "height"], Us = /* @__PURE__ */ e("path", {
4153
+ d: "M14.8175 14.0017C15.0946 14.3096 15.5688 14.3346 15.8767 14.0575C16.1846 13.7804 16.2096 13.3062 15.9325 12.9983L14.8175 14.0017ZM12 9.75L12.5575 9.24828C12.4152 9.09024 12.2126 9 12 9C11.7874 9 11.5848 9.09024 11.4425 9.24828L12 9.75ZM8.06753 12.9983C7.79044 13.3062 7.81539 13.7804 8.12328 14.0575C8.43116 14.3346 8.90538 14.3096 9.18247 14.0017L8.06753 12.9983ZM20.25 12C20.25 16.5563 16.5563 20.25 12 20.25V21.75C17.3848 21.75 21.75 17.3848 21.75 12H20.25ZM12 20.25C7.44365 20.25 3.75 16.5563 3.75 12H2.25C2.25 17.3848 6.61522 21.75 12 21.75V20.25ZM3.75 12C3.75 7.44365 7.44365 3.75 12 3.75V2.25C6.61522 2.25 2.25 6.61522 2.25 12H3.75ZM12 3.75C16.5563 3.75 20.25 7.44365 20.25 12H21.75C21.75 6.61522 17.3848 2.25 12 2.25V3.75ZM15.9325 12.9983L12.5575 9.24828L11.4425 10.2517L14.8175 14.0017L15.9325 12.9983ZM11.4425 9.24828L8.06753 12.9983L9.18247 14.0017L12.5575 10.2517L11.4425 9.24828Z",
4154
+ fill: "#3D3D3D"
4155
+ }, null, -1), Rs = [
4156
+ Us
4157
+ ];
4158
+ function qs(i, n, t, o, r, h) {
4159
+ return d(), u("svg", {
4160
+ width: t.width || t.size,
4161
+ height: t.height || t.size,
4162
+ viewBox: "0 0 24 24",
4163
+ fill: "none",
4164
+ xmlns: "http://www.w3.org/2000/svg"
4165
+ }, Rs, 8, Zs);
4166
+ }
4167
+ const Es = /* @__PURE__ */ s(As, [["render", qs]]), Fs = {
4168
+ name: "caret-double-down",
4169
+ props: {
4170
+ size: {
4171
+ type: Number,
4172
+ default: 24
4173
+ },
4174
+ width: {
4175
+ type: Number,
4176
+ default: 0
4177
+ },
4178
+ height: {
4179
+ type: Number,
4180
+ default: 0
4181
+ },
4182
+ strokeWidth: {
4183
+ type: Number,
4184
+ default: 1.5
4185
+ },
4186
+ style: {
4187
+ type: Object
4188
+ }
4189
+ }
4190
+ }, Ss = ["width", "height"], Is = ["stroke-width"];
4191
+ function Gs(i, n, t, o, r, h) {
4192
+ return d(), u("svg", {
4193
+ width: t.width || t.size,
4194
+ height: t.height || t.size,
4195
+ viewBox: "0 0 24 24",
4196
+ fill: "none",
4197
+ xmlns: "http://www.w3.org/2000/svg"
4198
+ }, [
4199
+ e("path", {
4200
+ d: "M19.5 12L12 19.5L4.5 12M19.5 4.5L12 12L4.5 4.5",
4201
+ stroke: "#3D3D3D",
4202
+ "stroke-width": t.strokeWidth,
4203
+ "stroke-linecap": "round",
4204
+ "stroke-linejoin": "round"
4205
+ }, null, 8, Is)
4206
+ ], 8, Ss);
4207
+ }
4208
+ const Js = /* @__PURE__ */ s(Fs, [["render", Gs]]), Ps = {
4209
+ name: "caret-double-left",
4210
+ props: {
4211
+ size: {
4212
+ type: Number,
4213
+ default: 24
4214
+ },
4215
+ width: {
4216
+ type: Number,
4217
+ default: 0
4218
+ },
4219
+ height: {
4220
+ type: Number,
4221
+ default: 0
4222
+ },
4223
+ strokeWidth: {
4224
+ type: Number,
4225
+ default: 1.5
4226
+ },
4227
+ style: {
4228
+ type: Object
4229
+ }
4230
+ }
4231
+ }, Ks = ["width", "height"], Ts = ["stroke-width"];
4232
+ function Qs(i, n, t, o, r, h) {
4233
+ return d(), u("svg", {
4234
+ width: t.width || t.size,
4235
+ height: t.height || t.size,
4236
+ viewBox: "0 0 24 24",
4237
+ fill: "none",
4238
+ xmlns: "http://www.w3.org/2000/svg"
4239
+ }, [
4240
+ e("path", {
4241
+ d: "M18.75 19.5L11.25 12L18.75 4.5M11.25 19.5L3.75 12L11.25 4.5",
4242
+ stroke: "#3D3D3D",
4243
+ "stroke-width": t.strokeWidth,
4244
+ "stroke-linecap": "round",
4245
+ "stroke-linejoin": "round"
4246
+ }, null, 8, Ts)
4247
+ ], 8, Ks);
4248
+ }
4249
+ const Xs = /* @__PURE__ */ s(Ps, [["render", Qs]]), Ys = {
4250
+ name: "caret-double-right",
4251
+ props: {
4252
+ size: {
4253
+ type: Number,
4254
+ default: 24
4255
+ },
4256
+ width: {
4257
+ type: Number,
4258
+ default: 0
4259
+ },
4260
+ height: {
4261
+ type: Number,
4262
+ default: 0
4263
+ },
4264
+ strokeWidth: {
4265
+ type: Number,
4266
+ default: 1.5
4267
+ },
4268
+ style: {
4269
+ type: Object
4270
+ }
4271
+ }
4272
+ }, th = ["width", "height"], eh = ["stroke-width"];
4273
+ function ih(i, n, t, o, r, h) {
4274
+ return d(), u("svg", {
4275
+ width: t.width || t.size,
4276
+ height: t.height || t.size,
4277
+ viewBox: "0 0 24 24",
4278
+ fill: "none",
4279
+ xmlns: "http://www.w3.org/2000/svg"
4280
+ }, [
4281
+ e("path", {
4282
+ d: "M5.25 4.5L12.75 12L5.25 19.5M12.75 4.5L20.25 12L12.75 19.5",
4283
+ stroke: "#3D3D3D",
4284
+ "stroke-width": t.strokeWidth,
4285
+ "stroke-linecap": "round",
4286
+ "stroke-linejoin": "round"
4287
+ }, null, 8, eh)
4288
+ ], 8, th);
4289
+ }
4290
+ const nh = /* @__PURE__ */ s(Ys, [["render", ih]]), oh = {
4291
+ name: "caret-double-up",
4292
+ props: {
4293
+ size: {
4294
+ type: Number,
4295
+ default: 24
4296
+ },
4297
+ width: {
4298
+ type: Number,
4299
+ default: 0
4300
+ },
4301
+ height: {
4302
+ type: Number,
4303
+ default: 0
4304
+ },
4305
+ strokeWidth: {
4306
+ type: Number,
4307
+ default: 1.5
4308
+ },
4309
+ style: {
4310
+ type: Object
4311
+ }
4312
+ }
4313
+ }, rh = ["width", "height"], sh = ["stroke-width"];
4314
+ function hh(i, n, t, o, r, h) {
4315
+ return d(), u("svg", {
4316
+ width: t.width || t.size,
4317
+ height: t.height || t.size,
4318
+ viewBox: "0 0 24 24",
4319
+ fill: "none",
4320
+ xmlns: "http://www.w3.org/2000/svg"
4321
+ }, [
4322
+ e("path", {
4323
+ d: "M4.5 19.5L12 12L19.5 19.5M4.5 12L12 4.5L19.5 12",
4324
+ stroke: "#3D3D3D",
4325
+ "stroke-width": t.strokeWidth,
4326
+ "stroke-linecap": "round",
4327
+ "stroke-linejoin": "round"
4328
+ }, null, 8, sh)
4329
+ ], 8, rh);
4330
+ }
4331
+ const dh = /* @__PURE__ */ s(oh, [["render", hh]]), uh = {
4332
+ name: "caret-down",
4333
+ props: {
4334
+ size: {
4335
+ type: Number,
4336
+ default: 24
4337
+ },
4338
+ width: {
4339
+ type: Number,
4340
+ default: 0
4341
+ },
4342
+ height: {
4343
+ type: Number,
4344
+ default: 0
4345
+ },
4346
+ strokeWidth: {
4347
+ type: Number,
4348
+ default: 1.5
4349
+ },
4350
+ style: {
4351
+ type: Object
4352
+ }
4353
+ }
4354
+ }, lh = ["width", "height"], wh = ["stroke-width"];
4355
+ function ch(i, n, t, o, r, h) {
4356
+ return d(), u("svg", {
4357
+ width: t.width || t.size,
4358
+ height: t.height || t.size,
4359
+ viewBox: "0 0 24 24",
4360
+ fill: "none",
4361
+ xmlns: "http://www.w3.org/2000/svg"
4362
+ }, [
4363
+ e("path", {
4364
+ d: "M19.5 9L12 16.5L4.5 9",
4365
+ stroke: "#3D3D3D",
4366
+ "stroke-width": t.strokeWidth,
4367
+ "stroke-linecap": "round",
4368
+ "stroke-linejoin": "round"
4369
+ }, null, 8, wh)
4370
+ ], 8, lh);
4371
+ }
4372
+ const ah = /* @__PURE__ */ s(uh, [["render", ch]]), _h = {
4373
+ name: "caret-left",
4374
+ props: {
4375
+ size: {
4376
+ type: Number,
4377
+ default: 24
4378
+ },
4379
+ width: {
4380
+ type: Number,
4381
+ default: 0
4382
+ },
4383
+ height: {
4384
+ type: Number,
4385
+ default: 0
4386
+ },
4387
+ strokeWidth: {
4388
+ type: Number,
4389
+ default: 1.5
4390
+ },
4391
+ style: {
4392
+ type: Object
4393
+ }
4394
+ }
4395
+ }, fh = ["width", "height"], gh = ["stroke-width"];
4396
+ function mh(i, n, t, o, r, h) {
4397
+ return d(), u("svg", {
4398
+ width: t.width || t.size,
4399
+ height: t.height || t.size,
4400
+ viewBox: "0 0 24 24",
4401
+ fill: "none",
4402
+ xmlns: "http://www.w3.org/2000/svg"
4403
+ }, [
4404
+ e("path", {
4405
+ d: "M15 19.5L7.5 12L15 4.5",
4406
+ stroke: "#3D3D3D",
4407
+ "stroke-width": t.strokeWidth,
4408
+ "stroke-linecap": "round",
4409
+ "stroke-linejoin": "round"
4410
+ }, null, 8, gh)
4411
+ ], 8, fh);
4412
+ }
4413
+ const kh = /* @__PURE__ */ s(_h, [["render", mh]]), yh = {
4414
+ name: "caret-right",
4415
+ props: {
4416
+ size: {
4417
+ type: Number,
4418
+ default: 24
4419
+ },
4420
+ width: {
4421
+ type: Number,
4422
+ default: 0
4423
+ },
4424
+ height: {
4425
+ type: Number,
4426
+ default: 0
4427
+ },
4428
+ strokeWidth: {
4429
+ type: Number,
4430
+ default: 1.5
4431
+ },
4432
+ style: {
4433
+ type: Object
4434
+ }
4435
+ }
4436
+ }, bh = ["width", "height"], ph = ["stroke-width"];
4437
+ function Nh(i, n, t, o, r, h) {
4438
+ return d(), u("svg", {
4439
+ width: t.width || t.size,
4440
+ height: t.height || t.size,
4441
+ viewBox: "0 0 24 24",
4442
+ fill: "none",
4443
+ xmlns: "http://www.w3.org/2000/svg"
4444
+ }, [
4445
+ e("path", {
4446
+ d: "M9 4.5L16.5 12L9 19.5",
4447
+ stroke: "#3D3D3D",
4448
+ "stroke-width": t.strokeWidth,
4449
+ "stroke-linecap": "round",
4450
+ "stroke-linejoin": "round"
4451
+ }, null, 8, ph)
4452
+ ], 8, bh);
4453
+ }
4454
+ const Mh = /* @__PURE__ */ s(yh, [["render", Nh]]), Dh = {
4455
+ name: "caret-up",
4456
+ props: {
4457
+ size: {
4458
+ type: Number,
4459
+ default: 24
4460
+ },
4461
+ width: {
4462
+ type: Number,
4463
+ default: 0
4464
+ },
4465
+ height: {
4466
+ type: Number,
4467
+ default: 0
4468
+ },
4469
+ strokeWidth: {
4470
+ type: Number,
4471
+ default: 1.5
4472
+ },
4473
+ style: {
4474
+ type: Object
4475
+ }
4476
+ }
4477
+ }, Lh = ["width", "height"], $h = ["stroke-width"];
4478
+ function vh(i, n, t, o, r, h) {
4479
+ return d(), u("svg", {
4480
+ width: t.width || t.size,
4481
+ height: t.height || t.size,
4482
+ viewBox: "0 0 24 24",
4483
+ fill: "none",
4484
+ xmlns: "http://www.w3.org/2000/svg"
4485
+ }, [
4486
+ e("path", {
4487
+ d: "M4.5 15L12 7.5L19.5 15",
4488
+ stroke: "#3D3D3D",
4489
+ "stroke-width": t.strokeWidth,
4490
+ "stroke-linecap": "round",
4491
+ "stroke-linejoin": "round"
4492
+ }, null, 8, $h)
4493
+ ], 8, Lh);
4494
+ }
4495
+ const zh = /* @__PURE__ */ s(Dh, [["render", vh]]), xh = {
4496
+ name: "recycle",
4497
+ props: {
4498
+ size: {
4499
+ type: Number,
4500
+ default: 24
4501
+ },
4502
+ width: {
4503
+ type: Number,
4504
+ default: 0
4505
+ },
4506
+ height: {
4507
+ type: Number,
4508
+ default: 0
4509
+ },
4510
+ strokeWidth: {
4511
+ type: Number,
4512
+ default: 1.5
4513
+ },
4514
+ style: {
4515
+ type: Object
4516
+ }
4517
+ }
4518
+ }, Ch = ["width", "height"], jh = ["stroke-width"];
4519
+ function Wh(i, n, t, o, r, h) {
4520
+ return d(), u("svg", {
4521
+ width: t.width || t.size,
4522
+ height: t.height || t.size,
4523
+ viewBox: "0 0 24 24",
4524
+ fill: "none",
4525
+ xmlns: "http://www.w3.org/2000/svg"
4526
+ }, [
4527
+ e("path", {
4528
+ d: "M14.25 21.75L12 19.4992M12 19.4992L14.25 17.25M12 19.4992L20.2478 19.4993C20.5112 19.4993 20.77 19.4299 20.9981 19.2981C21.2263 19.1663 21.4156 18.9768 21.5472 18.7486C21.6788 18.5203 21.748 18.2615 21.7478 17.998C21.7476 17.7346 21.678 17.4758 21.546 17.2478L19.3006 13.3686M18.2463 7.04925L17.4221 10.1232M17.4221 10.1232L14.3492 9.29925M17.4221 10.1232L13.2982 2.99857C13.1664 2.77093 12.9771 2.58193 12.7493 2.45055C12.5214 2.31916 12.263 2.25 12 2.25C11.737 2.25 11.4786 2.31916 11.2507 2.45055C11.0229 2.58193 10.8336 2.77093 10.7018 2.99857L8.45648 6.87769M7.40213 13.1971L6.57788 10.1232M6.57788 10.1232L3.50494 10.9471M6.57788 10.1232L2.45402 17.2478C2.32204 17.4759 2.25245 17.7346 2.25223 17.998C2.25201 18.2615 2.32118 18.5203 2.45278 18.7486C2.58437 18.9768 2.77376 19.1663 3.00187 19.2981C3.22999 19.4299 3.48879 19.4993 3.75223 19.4993H8.25",
4529
+ stroke: "#3D3D3D",
4530
+ "stroke-width": t.strokeWidth,
4531
+ "stroke-linecap": "round",
4532
+ "stroke-linejoin": "round"
4533
+ }, null, 8, jh)
4534
+ ], 8, Ch);
17
4535
  }
18
- const u = /* @__PURE__ */ s(d, [["render", i]]), r = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4536
+ const Hh = /* @__PURE__ */ s(xh, [["render", Wh]]), Vh = {
4537
+ ArrowSquare: M,
4538
+ ArrowArcLeft: z,
4539
+ ArrowArcRight: H,
4540
+ ArrowBendDoubleUpLeft: Z,
4541
+ ArrowBendDoubleUpRight: F,
4542
+ ArrowBendDownLeft: P,
4543
+ ArrowBendDownRight: Y,
4544
+ ArrowBendLeftDown: ot,
4545
+ ArrowBendLeftUp: ut,
4546
+ ArrowBendRightDown: _t,
4547
+ ArrowBendRightUp: yt,
4548
+ ArrowBendUpLeft: Dt,
4549
+ ArrowBendUpRight: xt,
4550
+ ArrowCircleDown: Vt,
4551
+ ArrowCircleDownLeft: Ut,
4552
+ ArrowCircleDownRight: St,
4553
+ ArrowCircleLeft: Kt,
4554
+ ArrowCircleRight: ie,
4555
+ ArrowCircleUp: he,
4556
+ ArrowCircleUpLeft: ce,
4557
+ ArrowCircleUpRight: me,
4558
+ ArrowClockwise: Ne,
4559
+ ArrowCounterClockwise: ve,
4560
+ ArrowDown: We,
4561
+ ArrowDownLeft: Ae,
4562
+ ArrowDownRight: Ee,
4563
+ ArrowElbowDownLeft: Je,
4564
+ ArrowElbowDownRight: Xe,
4565
+ ArrowElbowLeft: ni,
4566
+ ArrowElbowLeftDown: di,
4567
+ ArrowElbowLeftUp: ai,
4568
+ ArrowElbowRight: ki,
4569
+ ArrowElbowRightDown: Mi,
4570
+ ArrowElbowRightUp: zi,
4571
+ ArrowElbowUpLeft: Hi,
4572
+ ArrowElbowUpRight: Zi,
4573
+ ArrowFatDown: Fi,
4574
+ ArrowFatLeft: Pi,
4575
+ ArrowFatLineDown: Yi,
4576
+ ArrowFatLineLeft: o1,
4577
+ ArrowFatLineRight: u1,
4578
+ ArrowFatLineUp: _1,
4579
+ ArrowFatLinesDown: y1,
4580
+ ArrowFatLinesLeft: D1,
4581
+ ArrowFatLinesRight: x1,
4582
+ ArrowFatLinesUp: V1,
4583
+ ArrowFatRight: U1,
4584
+ ArrowFatUp: S1,
4585
+ ArrowLeft: K1,
4586
+ ArrowLineDown: t2,
4587
+ ArrowLineDownLeft: r2,
4588
+ ArrowLineDownRight: l2,
4589
+ ArrowLineLeft: f2,
4590
+ ArrowLineRight: b2,
4591
+ ArrowLineUp: L2,
4592
+ ArrowLineUpLeft: C2,
4593
+ ArrowLineUpRight: B2,
4594
+ ArrowRight: R2,
4595
+ ArrowSquareDown: I2,
4596
+ ArrowSquareDownLeft: X2,
4597
+ ArrowSquareDownRight: on,
4598
+ ArrowSquareIn: un,
4599
+ ArrowSquareLeft: _n,
4600
+ ArrowSquareOut: yn,
4601
+ ArrowSquareRight: Dn,
4602
+ ArrowSquareUpLeft: xn,
4603
+ ArrowSquareUpRight: Vn,
4604
+ ArrowUDownLeft: Un,
4605
+ ArrowUDownRight: Sn,
4606
+ ArrowULeftDown: Kn,
4607
+ ArrowULeftUp: to,
4608
+ ArrowURightDown: ro,
4609
+ ArrowURightUp: wo,
4610
+ ArrowUUpLeft: go,
4611
+ ArrowUUpRight: po,
4612
+ ArrowUp: $o,
4613
+ ArrowUpLeft: jo,
4614
+ ArrowUpRight: Oo,
4615
+ ArrowsClockwise: qo,
4616
+ ArrowsCounterClockwise: Go,
4617
+ ArrowsDownUp: Qo,
4618
+ ArrowsIn: ir,
4619
+ ArrowsInCardinal: hr,
4620
+ ArrowsInLineHorizontal: cr,
4621
+ ArrowsInLineVertical: mr,
4622
+ ArrowsInSimple: Nr,
4623
+ ArrowsLeftRight: vr,
4624
+ ArrowsOut: Wr,
4625
+ ArrowsOutCardinal: Ar,
4626
+ ArrowsOutLineHorizontal: Er,
4627
+ ArrowsOutLineVertical: Jr,
4628
+ ArrowsOutSimple: Xr,
4629
+ CaretCircleDoubleDown: ns,
4630
+ CaretCircleDoubleLeft: ds,
4631
+ CaretCircleDoubleRight: as,
4632
+ CaretCircleDoubleUp: ks,
4633
+ CaretCircleDown: Ds,
4634
+ CaretCircleLeft: Cs,
4635
+ CaretCircleRight: Os,
4636
+ CaretCircleUp: Es,
4637
+ CaretDoubleDown: Js,
4638
+ CaretDoubleLeft: Xs,
4639
+ CaretDoubleRight: nh,
4640
+ CaretDoubleUp: dh,
4641
+ CaretDown: ah,
4642
+ CaretLeft: kh,
4643
+ CaretRight: Mh,
4644
+ CaretUp: zh,
4645
+ Recycle: Hh
4646
+ }, l = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
19
4647
  __proto__: null,
20
- IconTest: u,
21
- HelloWorld: l
22
- }, Symbol.toStringTag, { value: "Module" })), f = {
23
- install(o) {
24
- for (let n in r) {
25
- const e = r[n];
26
- o.component(e.name + "-pcon", e);
4648
+ IconTest: k,
4649
+ HelloWorld: a,
4650
+ Arrow: Vh
4651
+ }, Symbol.toStringTag, { value: "Module" })), Bh = {
4652
+ install(i) {
4653
+ for (let n in l) {
4654
+ const t = l[n];
4655
+ i.component(t.name + "-pcon", t);
27
4656
  }
28
4657
  }
29
4658
  };
30
- typeof window < "u" && window.Vue && window.Vue.use(f);
4659
+ typeof window < "u" && window.Vue && window.Vue.use(Bh);
31
4660
  export {
32
- f as default
4661
+ Bh as default
33
4662
  };