vue-pancake-icons 2.3.8 → 2.4.0

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