@nation-a/icons 0.5.2 → 0.5.3

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.
package/dist/v3/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- function n({ size: t = 24, color: o = "currentColor", ...l }) {
2
+ function n({ size: t = 24, color: l = "currentColor", ...o }) {
3
3
  return /* @__PURE__ */ r(
4
4
  "svg",
5
5
  {
@@ -9,8 +9,8 @@ function n({ size: t = 24, color: o = "currentColor", ...l }) {
9
9
  fill: "none",
10
10
  xmlns: "http://www.w3.org/2000/svg",
11
11
  strokeWidth: "0",
12
- color: o,
13
- ...l,
12
+ color: l,
13
+ ...o,
14
14
  children: /* @__PURE__ */ r(
15
15
  "path",
16
16
  {
@@ -23,7 +23,7 @@ function n({ size: t = 24, color: o = "currentColor", ...l }) {
23
23
  }
24
24
  );
25
25
  }
26
- function e({ size: t = 24, color: o = "currentColor", ...l }) {
26
+ function e({ size: t = 24, color: l = "currentColor", ...o }) {
27
27
  return /* @__PURE__ */ r(
28
28
  "svg",
29
29
  {
@@ -33,8 +33,8 @@ function e({ size: t = 24, color: o = "currentColor", ...l }) {
33
33
  fill: "none",
34
34
  xmlns: "http://www.w3.org/2000/svg",
35
35
  strokeWidth: "0",
36
- color: o,
37
- ...l,
36
+ color: l,
37
+ ...o,
38
38
  children: /* @__PURE__ */ r(
39
39
  "path",
40
40
  {
@@ -47,7 +47,7 @@ function e({ size: t = 24, color: o = "currentColor", ...l }) {
47
47
  }
48
48
  );
49
49
  }
50
- function h({ size: t = 24, color: o = "currentColor", ...l }) {
50
+ function C({ size: t = 24, color: l = "currentColor", ...o }) {
51
51
  return /* @__PURE__ */ r(
52
52
  "svg",
53
53
  {
@@ -57,8 +57,8 @@ function h({ size: t = 24, color: o = "currentColor", ...l }) {
57
57
  fill: "none",
58
58
  xmlns: "http://www.w3.org/2000/svg",
59
59
  strokeWidth: "0",
60
- color: o,
61
- ...l,
60
+ color: l,
61
+ ...o,
62
62
  children: /* @__PURE__ */ r(
63
63
  "path",
64
64
  {
@@ -71,7 +71,7 @@ function h({ size: t = 24, color: o = "currentColor", ...l }) {
71
71
  }
72
72
  );
73
73
  }
74
- function c({ size: t = 24, color: o = "currentColor", ...l }) {
74
+ function L({ size: t = 24, color: l = "currentColor", ...o }) {
75
75
  return /* @__PURE__ */ r(
76
76
  "svg",
77
77
  {
@@ -81,8 +81,32 @@ function c({ size: t = 24, color: o = "currentColor", ...l }) {
81
81
  fill: "none",
82
82
  xmlns: "http://www.w3.org/2000/svg",
83
83
  strokeWidth: "0",
84
- color: o,
85
- ...l,
84
+ color: l,
85
+ ...o,
86
+ children: /* @__PURE__ */ r(
87
+ "path",
88
+ {
89
+ id: "Vector",
90
+ d: "M13.2 2.4H10.8V3.72C8.0625 4.275 6 6.6975 6 9.6V13.2L3 18H21L18 13.2V9.6C18 6.6975 15.9375 4.275 13.2 3.72V2.4ZM9.675 19.8C9.94125 20.835 10.8825 21.6 12 21.6C13.1175 21.6 14.0588 20.835 14.325 19.8H9.675Z",
91
+ fill: "currentColor",
92
+ fillOpacity: "0.9"
93
+ }
94
+ )
95
+ }
96
+ );
97
+ }
98
+ function h({ size: t = 24, color: l = "currentColor", ...o }) {
99
+ return /* @__PURE__ */ r(
100
+ "svg",
101
+ {
102
+ width: t,
103
+ height: t,
104
+ viewBox: "0 0 24 24",
105
+ fill: "none",
106
+ xmlns: "http://www.w3.org/2000/svg",
107
+ strokeWidth: "0",
108
+ color: l,
109
+ ...o,
86
110
  children: /* @__PURE__ */ r(
87
111
  "path",
88
112
  {
@@ -95,7 +119,7 @@ function c({ size: t = 24, color: o = "currentColor", ...l }) {
95
119
  }
96
120
  );
97
121
  }
98
- function C({ size: t = 24, color: o = "currentColor", ...l }) {
122
+ function c({ size: t = 24, color: l = "currentColor", ...o }) {
99
123
  return /* @__PURE__ */ r(
100
124
  "svg",
101
125
  {
@@ -105,8 +129,8 @@ function C({ size: t = 24, color: o = "currentColor", ...l }) {
105
129
  fill: "none",
106
130
  xmlns: "http://www.w3.org/2000/svg",
107
131
  strokeWidth: "0",
108
- color: o,
109
- ...l,
132
+ color: l,
133
+ ...o,
110
134
  children: /* @__PURE__ */ r(
111
135
  "path",
112
136
  {
@@ -118,7 +142,7 @@ function C({ size: t = 24, color: o = "currentColor", ...l }) {
118
142
  }
119
143
  );
120
144
  }
121
- function L({ size: t = 24, color: o = "currentColor", ...l }) {
145
+ function w({ size: t = 24, color: l = "currentColor", ...o }) {
122
146
  return /* @__PURE__ */ r(
123
147
  "svg",
124
148
  {
@@ -128,8 +152,8 @@ function L({ size: t = 24, color: o = "currentColor", ...l }) {
128
152
  fill: "none",
129
153
  xmlns: "http://www.w3.org/2000/svg",
130
154
  strokeWidth: "0",
131
- color: o,
132
- ...l,
155
+ color: l,
156
+ ...o,
133
157
  children: /* @__PURE__ */ r(
134
158
  "path",
135
159
  {
@@ -142,7 +166,7 @@ function L({ size: t = 24, color: o = "currentColor", ...l }) {
142
166
  }
143
167
  );
144
168
  }
145
- function w({ size: t = 24, color: o = "currentColor", ...l }) {
169
+ function d({ size: t = 24, color: l = "currentColor", ...o }) {
146
170
  return /* @__PURE__ */ r(
147
171
  "svg",
148
172
  {
@@ -152,13 +176,13 @@ function w({ size: t = 24, color: o = "currentColor", ...l }) {
152
176
  fill: "none",
153
177
  xmlns: "http://www.w3.org/2000/svg",
154
178
  strokeWidth: "0",
155
- color: o,
156
- ...l,
179
+ color: l,
180
+ ...o,
157
181
  children: /* @__PURE__ */ r("path", { id: "Vector 97", d: "M4 11L10.5 18L20 6", stroke: "currentColor", strokeWidth: "2" })
158
182
  }
159
183
  );
160
184
  }
161
- function d({ size: t = 24, color: o = "currentColor", ...l }) {
185
+ function u({ size: t = 24, color: l = "currentColor", ...o }) {
162
186
  return /* @__PURE__ */ r(
163
187
  "svg",
164
188
  {
@@ -168,8 +192,8 @@ function d({ size: t = 24, color: o = "currentColor", ...l }) {
168
192
  fill: "none",
169
193
  xmlns: "http://www.w3.org/2000/svg",
170
194
  strokeWidth: "0",
171
- color: o,
172
- ...l,
195
+ color: l,
196
+ ...o,
173
197
  children: /* @__PURE__ */ r(
174
198
  "path",
175
199
  {
@@ -182,7 +206,7 @@ function d({ size: t = 24, color: o = "currentColor", ...l }) {
182
206
  }
183
207
  );
184
208
  }
185
- function V({ size: t = 24, color: o = "currentColor", ...l }) {
209
+ function V({ size: t = 24, color: l = "currentColor", ...o }) {
186
210
  return /* @__PURE__ */ r(
187
211
  "svg",
188
212
  {
@@ -192,8 +216,8 @@ function V({ size: t = 24, color: o = "currentColor", ...l }) {
192
216
  fill: "none",
193
217
  xmlns: "http://www.w3.org/2000/svg",
194
218
  strokeWidth: "0",
195
- color: o,
196
- ...l,
219
+ color: l,
220
+ ...o,
197
221
  children: /* @__PURE__ */ r(
198
222
  "path",
199
223
  {
@@ -206,7 +230,7 @@ function V({ size: t = 24, color: o = "currentColor", ...l }) {
206
230
  }
207
231
  );
208
232
  }
209
- function u({ size: t = 24, color: o = "currentColor", ...l }) {
233
+ function H({ size: t = 24, color: l = "currentColor", ...o }) {
210
234
  return /* @__PURE__ */ r(
211
235
  "svg",
212
236
  {
@@ -216,8 +240,32 @@ function u({ size: t = 24, color: o = "currentColor", ...l }) {
216
240
  fill: "none",
217
241
  xmlns: "http://www.w3.org/2000/svg",
218
242
  strokeWidth: "0",
219
- color: o,
220
- ...l,
243
+ color: l,
244
+ ...o,
245
+ children: /* @__PURE__ */ r(
246
+ "path",
247
+ {
248
+ id: "Vector",
249
+ d: "M12.0113 17.2987L18.8588 10.4513L19.7063 9.60375L18.0075 7.905L17.16 8.7525L12.0075 13.905L6.85503 8.7525L6.00753 7.905L4.30878 9.60375L5.15628 10.4513L11.1563 16.4513L12.0038 17.2987H12.0113Z",
250
+ fill: "currentColor",
251
+ fillOpacity: "0.9"
252
+ }
253
+ )
254
+ }
255
+ );
256
+ }
257
+ function g({ size: t = 24, color: l = "currentColor", ...o }) {
258
+ return /* @__PURE__ */ r(
259
+ "svg",
260
+ {
261
+ width: t,
262
+ height: t,
263
+ viewBox: "0 0 24 24",
264
+ fill: "none",
265
+ xmlns: "http://www.w3.org/2000/svg",
266
+ strokeWidth: "0",
267
+ color: l,
268
+ ...o,
221
269
  children: /* @__PURE__ */ r(
222
270
  "path",
223
271
  {
@@ -230,7 +278,7 @@ function u({ size: t = 24, color: o = "currentColor", ...l }) {
230
278
  }
231
279
  );
232
280
  }
233
- function H({ size: t = 24, color: o = "currentColor", ...l }) {
281
+ function f({ size: t = 24, color: l = "currentColor", ...o }) {
234
282
  return /* @__PURE__ */ r(
235
283
  "svg",
236
284
  {
@@ -240,8 +288,8 @@ function H({ size: t = 24, color: o = "currentColor", ...l }) {
240
288
  fill: "none",
241
289
  xmlns: "http://www.w3.org/2000/svg",
242
290
  strokeWidth: "0",
243
- color: o,
244
- ...l,
291
+ color: l,
292
+ ...o,
245
293
  children: /* @__PURE__ */ r(
246
294
  "path",
247
295
  {
@@ -254,7 +302,103 @@ function H({ size: t = 24, color: o = "currentColor", ...l }) {
254
302
  }
255
303
  );
256
304
  }
257
- function g({ size: t = 24, color: o = "currentColor", ...l }) {
305
+ function s({ size: t = 24, color: l = "currentColor", ...o }) {
306
+ return /* @__PURE__ */ r(
307
+ "svg",
308
+ {
309
+ width: t,
310
+ height: t,
311
+ viewBox: "0 0 24 24",
312
+ fill: "none",
313
+ xmlns: "http://www.w3.org/2000/svg",
314
+ strokeWidth: "0",
315
+ color: l,
316
+ ...o,
317
+ children: /* @__PURE__ */ r(
318
+ "path",
319
+ {
320
+ id: "Vector",
321
+ d: "M12.0113 6.70125L12.8588 7.54875L19.7063 14.3962L18.0075 16.095L17.16 15.2475L12.0075 10.095L6.85503 15.2475L6.00753 16.095L4.30878 14.3962L5.15628 13.5487L11.1563 7.54875L12.0038 6.70125H12.0113Z",
322
+ fill: "currentColor",
323
+ fillOpacity: "0.9"
324
+ }
325
+ )
326
+ }
327
+ );
328
+ }
329
+ function p({ size: t = 24, color: l = "currentColor", ...o }) {
330
+ return /* @__PURE__ */ r(
331
+ "svg",
332
+ {
333
+ width: t,
334
+ height: t,
335
+ viewBox: "0 0 24 24",
336
+ fill: "none",
337
+ xmlns: "http://www.w3.org/2000/svg",
338
+ strokeWidth: "0",
339
+ color: l,
340
+ ...o,
341
+ children: /* @__PURE__ */ r(
342
+ "path",
343
+ {
344
+ id: "Vector",
345
+ d: "M12 21.6C6.69752 21.6 2.40002 17.3025 2.40002 12C2.40002 6.6975 6.69752 2.4 12 2.4C17.3025 2.4 21.6 6.6975 21.6 12C21.6 17.3025 17.3025 21.6 12 21.6ZM15.1688 8.0625L10.6913 14.22L8.10002 11.6288L6.82877 12.9L10.1625 16.2338L10.905 16.98L11.5238 16.1288L16.62 9.12L17.1488 8.3925L15.6938 7.33125L15.165 8.05875L15.1688 8.0625Z",
346
+ fill: "currentColor",
347
+ fillOpacity: "0.9"
348
+ }
349
+ )
350
+ }
351
+ );
352
+ }
353
+ function v({ size: t = 24, color: l = "currentColor", ...o }) {
354
+ return /* @__PURE__ */ r(
355
+ "svg",
356
+ {
357
+ width: t,
358
+ height: t,
359
+ viewBox: "0 0 24 24",
360
+ fill: "none",
361
+ xmlns: "http://www.w3.org/2000/svg",
362
+ strokeWidth: "0",
363
+ color: l,
364
+ ...o,
365
+ children: /* @__PURE__ */ r(
366
+ "path",
367
+ {
368
+ id: "Vector",
369
+ d: "M12 21.6C17.3025 21.6 21.6 17.3025 21.6 12C21.6 6.6975 17.3025 2.4 12 2.4C6.69753 2.4 2.40002 6.6975 2.40002 12C2.40002 17.3025 6.69753 21.6 12 21.6ZM8.85378 13.8713L10.7288 12C9.27378 10.545 8.43752 9.70875 8.22002 9.49125L9.49127 8.22L12 10.7288C13.455 9.27375 14.2913 8.4375 14.5088 8.22L15.78 9.49125C15.5625 9.70875 14.7263 10.545 13.2713 12C14.7263 13.455 15.5625 14.2913 15.78 14.5088L14.5088 15.78C14.2913 15.5625 13.455 14.7263 12 13.2713C10.545 14.7263 9.70878 15.5625 9.49127 15.78L8.22002 14.5088L8.85752 13.8713H8.85378Z",
370
+ fill: "currentColor",
371
+ fillOpacity: "0.9"
372
+ }
373
+ )
374
+ }
375
+ );
376
+ }
377
+ function M({ size: t = 24, color: l = "currentColor", ...o }) {
378
+ return /* @__PURE__ */ r(
379
+ "svg",
380
+ {
381
+ width: t,
382
+ height: t,
383
+ viewBox: "0 0 24 24",
384
+ fill: "none",
385
+ xmlns: "http://www.w3.org/2000/svg",
386
+ strokeWidth: "0",
387
+ color: l,
388
+ ...o,
389
+ children: /* @__PURE__ */ r(
390
+ "path",
391
+ {
392
+ id: "Vector",
393
+ d: "M12 4.2C16.3088 4.2 19.8 7.69125 19.8 12C19.8 16.3088 16.3088 19.8 12 19.8C7.69127 19.8 4.20002 16.3088 4.20002 12C4.20002 7.69125 7.69127 4.2 12 4.2ZM12 21.6C17.3025 21.6 21.6 17.3025 21.6 12C21.6 6.6975 17.3025 2.4 12 2.4C6.69753 2.4 2.40002 6.6975 2.40002 12C2.40002 17.3025 6.69753 21.6 12 21.6ZM8.85378 13.8713L8.21627 14.5088L9.48752 15.78C9.70502 15.5625 10.5413 14.7263 11.9963 13.2713C13.4513 14.7263 14.2875 15.5625 14.505 15.78L15.7763 14.5088C15.5588 14.2913 14.7225 13.455 13.2675 12C14.7225 10.545 15.5588 9.70875 15.7763 9.49125L14.505 8.22C14.2875 8.4375 13.4513 9.27375 11.9963 10.7288L9.48752 8.22L8.21627 9.49125C8.43377 9.70875 9.27002 10.545 10.725 12L8.85378 13.8713Z",
394
+ fill: "currentColor",
395
+ fillOpacity: "0.9"
396
+ }
397
+ )
398
+ }
399
+ );
400
+ }
401
+ function Z({ size: t = 24, color: l = "currentColor", ...o }) {
258
402
  return /* @__PURE__ */ r(
259
403
  "svg",
260
404
  {
@@ -264,8 +408,8 @@ function g({ size: t = 24, color: o = "currentColor", ...l }) {
264
408
  fill: "none",
265
409
  xmlns: "http://www.w3.org/2000/svg",
266
410
  strokeWidth: "0",
267
- color: o,
268
- ...l,
411
+ color: l,
412
+ ...o,
269
413
  children: /* @__PURE__ */ r(
270
414
  "path",
271
415
  {
@@ -278,7 +422,7 @@ function g({ size: t = 24, color: o = "currentColor", ...l }) {
278
422
  }
279
423
  );
280
424
  }
281
- function f({ size: t = 24, color: o = "currentColor", ...l }) {
425
+ function a({ size: t = 24, color: l = "currentColor", ...o }) {
282
426
  return /* @__PURE__ */ r(
283
427
  "svg",
284
428
  {
@@ -288,8 +432,8 @@ function f({ size: t = 24, color: o = "currentColor", ...l }) {
288
432
  fill: "none",
289
433
  xmlns: "http://www.w3.org/2000/svg",
290
434
  strokeWidth: "0",
291
- color: o,
292
- ...l,
435
+ color: l,
436
+ ...o,
293
437
  children: /* @__PURE__ */ r(
294
438
  "path",
295
439
  {
@@ -302,7 +446,7 @@ function f({ size: t = 24, color: o = "currentColor", ...l }) {
302
446
  }
303
447
  );
304
448
  }
305
- function s({ size: t = 24, color: o = "currentColor", ...l }) {
449
+ function x({ size: t = 24, color: l = "currentColor", ...o }) {
306
450
  return /* @__PURE__ */ r(
307
451
  "svg",
308
452
  {
@@ -312,8 +456,8 @@ function s({ size: t = 24, color: o = "currentColor", ...l }) {
312
456
  fill: "none",
313
457
  xmlns: "http://www.w3.org/2000/svg",
314
458
  strokeWidth: "0",
315
- color: o,
316
- ...l,
459
+ color: l,
460
+ ...o,
317
461
  children: /* @__PURE__ */ r(
318
462
  "path",
319
463
  {
@@ -326,7 +470,7 @@ function s({ size: t = 24, color: o = "currentColor", ...l }) {
326
470
  }
327
471
  );
328
472
  }
329
- function p({ size: t = 24, color: o = "currentColor", ...l }) {
473
+ function O({ size: t = 24, color: l = "currentColor", ...o }) {
330
474
  return /* @__PURE__ */ r(
331
475
  "svg",
332
476
  {
@@ -336,8 +480,8 @@ function p({ size: t = 24, color: o = "currentColor", ...l }) {
336
480
  fill: "none",
337
481
  xmlns: "http://www.w3.org/2000/svg",
338
482
  strokeWidth: "0",
339
- color: o,
340
- ...l,
483
+ color: l,
484
+ ...o,
341
485
  children: /* @__PURE__ */ r(
342
486
  "path",
343
487
  {
@@ -350,7 +494,7 @@ function p({ size: t = 24, color: o = "currentColor", ...l }) {
350
494
  }
351
495
  );
352
496
  }
353
- function v({ size: t = 24, color: o = "currentColor", ...l }) {
497
+ function m({ size: t = 24, color: l = "currentColor", ...o }) {
354
498
  return /* @__PURE__ */ r(
355
499
  "svg",
356
500
  {
@@ -360,8 +504,32 @@ function v({ size: t = 24, color: o = "currentColor", ...l }) {
360
504
  fill: "none",
361
505
  xmlns: "http://www.w3.org/2000/svg",
362
506
  strokeWidth: "0",
363
- color: o,
364
- ...l,
507
+ color: l,
508
+ ...o,
509
+ children: /* @__PURE__ */ r(
510
+ "path",
511
+ {
512
+ id: "Vector",
513
+ d: "M7.80002 12.6L7.20002 16.8L11.4 16.2L18.5625 9.0375L14.9625 5.4375L7.80002 12.6ZM22.2 5.4L18.6 1.8L16.2375 4.1625L19.8375 7.7625L22.2 5.4ZM3.60002 4.8H2.40002V21.6H19.2V13.2H16.8V19.2H4.80002V7.2H10.8V4.8H3.60002Z",
514
+ fill: "currentColor",
515
+ fillOpacity: "0.9"
516
+ }
517
+ )
518
+ }
519
+ );
520
+ }
521
+ function k({ size: t = 24, color: l = "currentColor", ...o }) {
522
+ return /* @__PURE__ */ r(
523
+ "svg",
524
+ {
525
+ width: t,
526
+ height: t,
527
+ viewBox: "0 0 24 24",
528
+ fill: "none",
529
+ xmlns: "http://www.w3.org/2000/svg",
530
+ strokeWidth: "0",
531
+ color: l,
532
+ ...o,
365
533
  children: /* @__PURE__ */ r(
366
534
  "path",
367
535
  {
@@ -374,7 +542,55 @@ function v({ size: t = 24, color: o = "currentColor", ...l }) {
374
542
  }
375
543
  );
376
544
  }
377
- function M({ size: t = 24, color: o = "currentColor", ...l }) {
545
+ function B({ size: t = 24, color: l = "currentColor", ...o }) {
546
+ return /* @__PURE__ */ r(
547
+ "svg",
548
+ {
549
+ width: t,
550
+ height: t,
551
+ viewBox: "0 0 24 24",
552
+ fill: "none",
553
+ xmlns: "http://www.w3.org/2000/svg",
554
+ strokeWidth: "0",
555
+ color: l,
556
+ ...o,
557
+ children: /* @__PURE__ */ r(
558
+ "path",
559
+ {
560
+ id: "Vector",
561
+ d: "M8.41125 6H9.61125V3.6H2.41125V20.4H9.61125V18H4.81125V6H8.41125ZM21.2588 12.8475L22.1063 12L21.2588 11.1525L16.4588 6.3525L15.6113 5.505L13.9125 7.20375C14.16 7.45125 15.36 8.65125 17.5125 10.8037H8.41125V13.2037H17.5125L13.9125 16.8037L15.6113 18.5025L21.2588 12.855V12.8475Z",
562
+ fill: "currentColor",
563
+ fillOpacity: "0.9"
564
+ }
565
+ )
566
+ }
567
+ );
568
+ }
569
+ function W({ size: t = 24, color: l = "currentColor", ...o }) {
570
+ return /* @__PURE__ */ r(
571
+ "svg",
572
+ {
573
+ width: t,
574
+ height: t,
575
+ viewBox: "0 0 24 24",
576
+ fill: "none",
577
+ xmlns: "http://www.w3.org/2000/svg",
578
+ strokeWidth: "0",
579
+ color: l,
580
+ ...o,
581
+ children: /* @__PURE__ */ r(
582
+ "path",
583
+ {
584
+ id: "Vector",
585
+ d: "M9.01498 4.2H4.21498V19.8H15.015V17.4H16.815V21.6H2.41498V2.4H10.815L16.815 8.4V12H15.015V10.2H9.01498V4.2ZM15.015 15.6H10.815V13.8H19.7437C18.8812 12.9375 18.2812 12.3375 17.9437 12L19.215 10.7288C19.2937 10.8075 20.4075 11.9213 22.5525 14.0663L23.19 14.7038C23.1112 14.7825 21.9975 15.8963 19.8525 18.0413L19.215 18.6788L17.9437 17.4075C18.2812 17.07 18.8812 16.47 19.7437 15.6075H15.015V15.6ZM14.2725 8.4L10.8187 4.94625V8.4H14.2725Z",
586
+ fill: "currentColor",
587
+ fillOpacity: "0.9"
588
+ }
589
+ )
590
+ }
591
+ );
592
+ }
593
+ function I({ size: t = 24, color: l = "currentColor", ...o }) {
378
594
  return /* @__PURE__ */ r(
379
595
  "svg",
380
596
  {
@@ -384,8 +600,8 @@ function M({ size: t = 24, color: o = "currentColor", ...l }) {
384
600
  fill: "none",
385
601
  xmlns: "http://www.w3.org/2000/svg",
386
602
  strokeWidth: "0",
387
- color: o,
388
- ...l,
603
+ color: l,
604
+ ...o,
389
605
  children: /* @__PURE__ */ r(
390
606
  "path",
391
607
  {
@@ -397,7 +613,7 @@ function M({ size: t = 24, color: o = "currentColor", ...l }) {
397
613
  }
398
614
  );
399
615
  }
400
- function Z({ size: t = 24, color: o = "currentColor", ...l }) {
616
+ function y({ size: t = 24, color: l = "currentColor", ...o }) {
401
617
  return /* @__PURE__ */ r(
402
618
  "svg",
403
619
  {
@@ -407,8 +623,32 @@ function Z({ size: t = 24, color: o = "currentColor", ...l }) {
407
623
  fill: "none",
408
624
  xmlns: "http://www.w3.org/2000/svg",
409
625
  strokeWidth: "0",
410
- color: o,
411
- ...l,
626
+ color: l,
627
+ ...o,
628
+ children: /* @__PURE__ */ r(
629
+ "path",
630
+ {
631
+ id: "Vector",
632
+ d: "M9.90751 1.8H9.18751C9.15001 1.9575 8.90626 3.045 8.45251 5.055C8.21626 5.175 7.99126 5.30625 7.77001 5.44875L4.58251 4.45875L4.22251 5.08125L2.12251 8.71875L1.76251 9.34125C1.88251 9.45 2.70001 10.2075 4.21501 11.6063C4.20376 11.865 4.20376 12.1313 4.21501 12.3938C2.70001 13.7925 1.88251 14.55 1.76251 14.6588L2.12251 15.2813L4.22251 18.9188L4.58251 19.5413C4.74001 19.4925 5.80126 19.1625 7.77001 18.5513C7.99126 18.6938 8.21626 18.825 8.45251 18.945C8.90626 20.955 9.15001 22.0425 9.18751 22.2H14.8275C14.865 22.0425 15.1088 20.955 15.5625 18.945C15.795 18.825 16.0238 18.6938 16.245 18.5513C18.2138 19.1625 19.275 19.4925 19.4325 19.5413L19.7925 18.9188L21.8925 15.2813L22.2525 14.6588C22.1325 14.55 21.315 13.7925 19.8 12.3938C19.8113 12.135 19.8113 11.8688 19.8 11.6063C21.315 10.2075 22.1325 9.45 22.2525 9.34125L21.8925 8.71875L19.7925 5.08125L19.4325 4.45875C19.275 4.5075 18.2138 4.8375 16.245 5.44875C16.0238 5.30625 15.7988 5.175 15.5625 5.055C15.1088 3.045 14.865 1.9575 14.8275 1.8H9.90751ZM10.1138 5.87625L10.6275 3.6H13.3875L13.9013 5.87625L14.0025 6.31875L14.4188 6.5025C14.8238 6.6825 15.2063 6.90375 15.5588 7.1625L15.9263 7.4325L16.3613 7.2975L18.5925 6.60375L19.9725 8.99625L18.255 10.5825L17.9213 10.89L17.97 11.34C17.9925 11.5575 18.0075 11.775 18.0075 12C18.0075 12.225 17.9963 12.4425 17.97 12.66L17.9213 13.11L18.255 13.4175L19.9725 15.0038L18.5925 17.3963L16.3613 16.7025L15.9263 16.5675L15.5588 16.8375C15.2063 17.0963 14.8238 17.3213 14.4188 17.4975L14.0025 17.6813L13.9013 18.1238L13.3875 20.4H10.6275L10.1138 18.1238L10.0125 17.6813L9.59626 17.4975C9.19126 17.3175 8.80876 17.0963 8.45626 16.8375L8.08876 16.5675L7.65376 16.7025L5.42251 17.3963L4.04251 15.0038L5.76001 13.4175L6.09376 13.11L6.04501 12.66C6.02251 12.4425 6.00751 12.225 6.00751 12C6.00751 11.775 6.01876 11.5575 6.04501 11.34L6.09376 10.89L5.76001 10.5825L4.04251 8.99625L5.42251 6.60375L7.65376 7.2975L8.08876 7.4325L8.45626 7.1625C8.80876 6.90375 9.19126 6.67875 9.59626 6.5025L10.0125 6.31875L10.1138 5.87625ZM13.7925 12C13.7925 12.99 12.99 13.7963 12 13.7963C11.0063 13.7963 10.2038 12.99 10.2038 12C10.2038 11.01 11.0063 10.2075 12 10.2075C12.99 10.2075 13.7925 11.01 13.7925 12ZM12.0038 8.4C10.0163 8.39625 8.40001 10.005 8.40001 11.9963C8.39626 13.9838 10.005 15.5963 11.9925 15.6C13.98 15.6038 15.5963 13.995 15.6 12.0075C15.6 10.0163 13.9913 8.40375 12.0038 8.4Z",
633
+ fill: "currentColor",
634
+ fillOpacity: "0.9"
635
+ }
636
+ )
637
+ }
638
+ );
639
+ }
640
+ function F({ size: t = 24, color: l = "currentColor", ...o }) {
641
+ return /* @__PURE__ */ r(
642
+ "svg",
643
+ {
644
+ width: t,
645
+ height: t,
646
+ viewBox: "0 0 24 24",
647
+ fill: "none",
648
+ xmlns: "http://www.w3.org/2000/svg",
649
+ strokeWidth: "0",
650
+ color: l,
651
+ ...o,
412
652
  children: /* @__PURE__ */ r(
413
653
  "path",
414
654
  {
@@ -421,7 +661,7 @@ function Z({ size: t = 24, color: o = "currentColor", ...l }) {
421
661
  }
422
662
  );
423
663
  }
424
- function a({ size: t = 24, color: o = "currentColor", ...l }) {
664
+ function b({ size: t = 24, color: l = "currentColor", ...o }) {
425
665
  return /* @__PURE__ */ r(
426
666
  "svg",
427
667
  {
@@ -431,8 +671,8 @@ function a({ size: t = 24, color: o = "currentColor", ...l }) {
431
671
  fill: "none",
432
672
  xmlns: "http://www.w3.org/2000/svg",
433
673
  strokeWidth: "0",
434
- color: o,
435
- ...l,
674
+ color: l,
675
+ ...o,
436
676
  children: /* @__PURE__ */ r(
437
677
  "path",
438
678
  {
@@ -445,7 +685,7 @@ function a({ size: t = 24, color: o = "currentColor", ...l }) {
445
685
  }
446
686
  );
447
687
  }
448
- function x({ size: t = 24, color: o = "currentColor", ...l }) {
688
+ function D({ size: t = 24, color: l = "currentColor", ...o }) {
449
689
  return /* @__PURE__ */ r(
450
690
  "svg",
451
691
  {
@@ -455,8 +695,8 @@ function x({ size: t = 24, color: o = "currentColor", ...l }) {
455
695
  fill: "none",
456
696
  xmlns: "http://www.w3.org/2000/svg",
457
697
  strokeWidth: "0",
458
- color: o,
459
- ...l,
698
+ color: l,
699
+ ...o,
460
700
  children: /* @__PURE__ */ r(
461
701
  "path",
462
702
  {
@@ -469,7 +709,7 @@ function x({ size: t = 24, color: o = "currentColor", ...l }) {
469
709
  }
470
710
  );
471
711
  }
472
- function O({ size: t = 24, color: o = "currentColor", ...l }) {
712
+ function S({ size: t = 24, color: l = "currentColor", ...o }) {
473
713
  return /* @__PURE__ */ r(
474
714
  "svg",
475
715
  {
@@ -479,8 +719,8 @@ function O({ size: t = 24, color: o = "currentColor", ...l }) {
479
719
  fill: "none",
480
720
  xmlns: "http://www.w3.org/2000/svg",
481
721
  strokeWidth: "0",
482
- color: o,
483
- ...l,
722
+ color: l,
723
+ ...o,
484
724
  children: /* @__PURE__ */ r(
485
725
  "path",
486
726
  {
@@ -493,7 +733,7 @@ function O({ size: t = 24, color: o = "currentColor", ...l }) {
493
733
  }
494
734
  );
495
735
  }
496
- function m({ size: t = 24, color: o = "currentColor", ...l }) {
736
+ function T({ size: t = 24, color: l = "currentColor", ...o }) {
497
737
  return /* @__PURE__ */ r(
498
738
  "svg",
499
739
  {
@@ -503,8 +743,8 @@ function m({ size: t = 24, color: o = "currentColor", ...l }) {
503
743
  fill: "none",
504
744
  xmlns: "http://www.w3.org/2000/svg",
505
745
  strokeWidth: "0",
506
- color: o,
507
- ...l,
746
+ color: l,
747
+ ...o,
508
748
  children: /* @__PURE__ */ r(
509
749
  "path",
510
750
  {
@@ -517,7 +757,7 @@ function m({ size: t = 24, color: o = "currentColor", ...l }) {
517
757
  }
518
758
  );
519
759
  }
520
- function k({ size: t = 24, color: o = "currentColor", ...l }) {
760
+ function U({ size: t = 24, color: l = "currentColor", ...o }) {
521
761
  return /* @__PURE__ */ r(
522
762
  "svg",
523
763
  {
@@ -527,8 +767,8 @@ function k({ size: t = 24, color: o = "currentColor", ...l }) {
527
767
  fill: "none",
528
768
  xmlns: "http://www.w3.org/2000/svg",
529
769
  strokeWidth: "0",
530
- color: o,
531
- ...l,
770
+ color: l,
771
+ ...o,
532
772
  children: /* @__PURE__ */ r(
533
773
  "path",
534
774
  {
@@ -541,7 +781,7 @@ function k({ size: t = 24, color: o = "currentColor", ...l }) {
541
781
  }
542
782
  );
543
783
  }
544
- function W({ size: t = 24, color: o = "currentColor", ...l }) {
784
+ function E({ size: t = 24, color: l = "currentColor", ...o }) {
545
785
  return /* @__PURE__ */ r(
546
786
  "svg",
547
787
  {
@@ -551,8 +791,8 @@ function W({ size: t = 24, color: o = "currentColor", ...l }) {
551
791
  fill: "none",
552
792
  xmlns: "http://www.w3.org/2000/svg",
553
793
  strokeWidth: "0",
554
- color: o,
555
- ...l,
794
+ color: l,
795
+ ...o,
556
796
  children: /* @__PURE__ */ r(
557
797
  "path",
558
798
  {
@@ -565,7 +805,7 @@ function W({ size: t = 24, color: o = "currentColor", ...l }) {
565
805
  }
566
806
  );
567
807
  }
568
- function B({ size: t = 24, color: o = "currentColor", ...l }) {
808
+ function G({ size: t = 24, color: l = "currentColor", ...o }) {
569
809
  return /* @__PURE__ */ r(
570
810
  "svg",
571
811
  {
@@ -575,8 +815,8 @@ function B({ size: t = 24, color: o = "currentColor", ...l }) {
575
815
  fill: "none",
576
816
  xmlns: "http://www.w3.org/2000/svg",
577
817
  strokeWidth: "0",
578
- color: o,
579
- ...l,
818
+ color: l,
819
+ ...o,
580
820
  children: /* @__PURE__ */ r(
581
821
  "path",
582
822
  {
@@ -589,7 +829,7 @@ function B({ size: t = 24, color: o = "currentColor", ...l }) {
589
829
  }
590
830
  );
591
831
  }
592
- function I({ size: t = 24, color: o = "currentColor", ...l }) {
832
+ function A({ size: t = 24, color: l = "currentColor", ...o }) {
593
833
  return /* @__PURE__ */ r(
594
834
  "svg",
595
835
  {
@@ -599,8 +839,8 @@ function I({ size: t = 24, color: o = "currentColor", ...l }) {
599
839
  fill: "none",
600
840
  xmlns: "http://www.w3.org/2000/svg",
601
841
  strokeWidth: "0",
602
- color: o,
603
- ...l,
842
+ color: l,
843
+ ...o,
604
844
  children: /* @__PURE__ */ r(
605
845
  "path",
606
846
  {
@@ -613,7 +853,7 @@ function I({ size: t = 24, color: o = "currentColor", ...l }) {
613
853
  }
614
854
  );
615
855
  }
616
- function y({ size: t = 24, color: o = "currentColor", ...l }) {
856
+ function N({ size: t = 24, color: l = "currentColor", ...o }) {
617
857
  return /* @__PURE__ */ r(
618
858
  "svg",
619
859
  {
@@ -623,8 +863,8 @@ function y({ size: t = 24, color: o = "currentColor", ...l }) {
623
863
  fill: "none",
624
864
  xmlns: "http://www.w3.org/2000/svg",
625
865
  strokeWidth: "0",
626
- color: o,
627
- ...l,
866
+ color: l,
867
+ ...o,
628
868
  children: /* @__PURE__ */ r(
629
869
  "path",
630
870
  {
@@ -637,7 +877,7 @@ function y({ size: t = 24, color: o = "currentColor", ...l }) {
637
877
  }
638
878
  );
639
879
  }
640
- function F({ size: t = 24, color: o = "currentColor", ...l }) {
880
+ function R({ size: t = 24, color: l = "currentColor", ...o }) {
641
881
  return /* @__PURE__ */ r(
642
882
  "svg",
643
883
  {
@@ -647,8 +887,8 @@ function F({ size: t = 24, color: o = "currentColor", ...l }) {
647
887
  fill: "none",
648
888
  xmlns: "http://www.w3.org/2000/svg",
649
889
  strokeWidth: "0",
650
- color: o,
651
- ...l,
890
+ color: l,
891
+ ...o,
652
892
  children: /* @__PURE__ */ r(
653
893
  "path",
654
894
  {
@@ -661,7 +901,7 @@ function F({ size: t = 24, color: o = "currentColor", ...l }) {
661
901
  }
662
902
  );
663
903
  }
664
- function b({ size: t = 24, color: o = "currentColor", ...l }) {
904
+ function X({ size: t = 24, color: l = "currentColor", ...o }) {
665
905
  return /* @__PURE__ */ r(
666
906
  "svg",
667
907
  {
@@ -671,8 +911,8 @@ function b({ size: t = 24, color: o = "currentColor", ...l }) {
671
911
  fill: "none",
672
912
  xmlns: "http://www.w3.org/2000/svg",
673
913
  strokeWidth: "0",
674
- color: o,
675
- ...l,
914
+ color: l,
915
+ ...o,
676
916
  children: /* @__PURE__ */ r(
677
917
  "path",
678
918
  {
@@ -685,7 +925,7 @@ function b({ size: t = 24, color: o = "currentColor", ...l }) {
685
925
  }
686
926
  );
687
927
  }
688
- function D({ size: t = 24, color: o = "currentColor", ...l }) {
928
+ function j({ size: t = 24, color: l = "currentColor", ...o }) {
689
929
  return /* @__PURE__ */ r(
690
930
  "svg",
691
931
  {
@@ -695,8 +935,8 @@ function D({ size: t = 24, color: o = "currentColor", ...l }) {
695
935
  fill: "none",
696
936
  xmlns: "http://www.w3.org/2000/svg",
697
937
  strokeWidth: "0",
698
- color: o,
699
- ...l,
938
+ color: l,
939
+ ...o,
700
940
  children: /* @__PURE__ */ r(
701
941
  "path",
702
942
  {
@@ -709,7 +949,7 @@ function D({ size: t = 24, color: o = "currentColor", ...l }) {
709
949
  }
710
950
  );
711
951
  }
712
- function T({ size: t = 24, color: o = "currentColor", ...l }) {
952
+ function q({ size: t = 24, color: l = "currentColor", ...o }) {
713
953
  return /* @__PURE__ */ r(
714
954
  "svg",
715
955
  {
@@ -719,8 +959,8 @@ function T({ size: t = 24, color: o = "currentColor", ...l }) {
719
959
  fill: "none",
720
960
  xmlns: "http://www.w3.org/2000/svg",
721
961
  strokeWidth: "0",
722
- color: o,
723
- ...l,
962
+ color: l,
963
+ ...o,
724
964
  children: /* @__PURE__ */ r(
725
965
  "path",
726
966
  {
@@ -733,7 +973,31 @@ function T({ size: t = 24, color: o = "currentColor", ...l }) {
733
973
  }
734
974
  );
735
975
  }
736
- function S({ size: t = 24, color: o = "currentColor", ...l }) {
976
+ function J({ size: t = 24, color: l = "currentColor", ...o }) {
977
+ return /* @__PURE__ */ r(
978
+ "svg",
979
+ {
980
+ width: t,
981
+ height: t,
982
+ viewBox: "0 0 24 24",
983
+ fill: "none",
984
+ xmlns: "http://www.w3.org/2000/svg",
985
+ strokeWidth: "0",
986
+ color: l,
987
+ ...o,
988
+ children: /* @__PURE__ */ r(
989
+ "path",
990
+ {
991
+ id: "Vector",
992
+ d: "M12 21.6C17.3025 21.6 21.6 17.3025 21.6 12C21.6 6.6975 17.3025 2.4 12 2.4C6.69752 2.4 2.40002 6.6975 2.40002 12C2.40002 17.3025 6.69752 21.6 12 21.6ZM12 16.2C13.4325 16.2 14.7 15.4838 15.4575 14.3813L16.9388 15.405C15.8588 16.9725 14.0513 18 12 18C9.94877 18 8.14127 16.9725 7.05752 15.405L8.53877 14.3813C9.30002 15.4838 10.5675 16.2 12 16.2ZM7.80002 10.2C7.80002 9.53625 8.33627 9 9.00002 9C9.66377 9 10.2 9.53625 10.2 10.2C10.2 10.8638 9.66377 11.4 9.00002 11.4C8.33627 11.4 7.80002 10.8638 7.80002 10.2ZM15 9C15.6638 9 16.2 9.53625 16.2 10.2C16.2 10.8638 15.6638 11.4 15 11.4C14.3363 11.4 13.8 10.8638 13.8 10.2C13.8 9.53625 14.3363 9 15 9Z",
993
+ fill: "currentColor",
994
+ fillOpacity: "0.9"
995
+ }
996
+ )
997
+ }
998
+ );
999
+ }
1000
+ function K({ size: t = 24, color: l = "currentColor", ...o }) {
737
1001
  return /* @__PURE__ */ r(
738
1002
  "svg",
739
1003
  {
@@ -743,8 +1007,8 @@ function S({ size: t = 24, color: o = "currentColor", ...l }) {
743
1007
  fill: "none",
744
1008
  xmlns: "http://www.w3.org/2000/svg",
745
1009
  strokeWidth: "0",
746
- color: o,
747
- ...l,
1010
+ color: l,
1011
+ ...o,
748
1012
  children: /* @__PURE__ */ r(
749
1013
  "path",
750
1014
  {
@@ -757,7 +1021,7 @@ function S({ size: t = 24, color: o = "currentColor", ...l }) {
757
1021
  }
758
1022
  );
759
1023
  }
760
- function U({ size: t = 24, color: o = "currentColor", ...l }) {
1024
+ function P({ size: t = 24, color: l = "currentColor", ...o }) {
761
1025
  return /* @__PURE__ */ r(
762
1026
  "svg",
763
1027
  {
@@ -767,8 +1031,8 @@ function U({ size: t = 24, color: o = "currentColor", ...l }) {
767
1031
  fill: "none",
768
1032
  xmlns: "http://www.w3.org/2000/svg",
769
1033
  strokeWidth: "0",
770
- color: o,
771
- ...l,
1034
+ color: l,
1035
+ ...o,
772
1036
  children: /* @__PURE__ */ r(
773
1037
  "path",
774
1038
  {
@@ -781,7 +1045,7 @@ function U({ size: t = 24, color: o = "currentColor", ...l }) {
781
1045
  }
782
1046
  );
783
1047
  }
784
- function A({ size: t = 24, color: o = "currentColor", ...l }) {
1048
+ function Q({ size: t = 24, color: l = "currentColor", ...o }) {
785
1049
  return /* @__PURE__ */ r(
786
1050
  "svg",
787
1051
  {
@@ -791,8 +1055,8 @@ function A({ size: t = 24, color: o = "currentColor", ...l }) {
791
1055
  fill: "none",
792
1056
  xmlns: "http://www.w3.org/2000/svg",
793
1057
  strokeWidth: "0",
794
- color: o,
795
- ...l,
1058
+ color: l,
1059
+ ...o,
796
1060
  children: /* @__PURE__ */ r(
797
1061
  "path",
798
1062
  {
@@ -805,7 +1069,7 @@ function A({ size: t = 24, color: o = "currentColor", ...l }) {
805
1069
  }
806
1070
  );
807
1071
  }
808
- function G({ size: t = 24, color: o = "currentColor", ...l }) {
1072
+ function Y({ size: t = 24, color: l = "currentColor", ...o }) {
809
1073
  return /* @__PURE__ */ r(
810
1074
  "svg",
811
1075
  {
@@ -815,8 +1079,8 @@ function G({ size: t = 24, color: o = "currentColor", ...l }) {
815
1079
  fill: "none",
816
1080
  xmlns: "http://www.w3.org/2000/svg",
817
1081
  strokeWidth: "0",
818
- color: o,
819
- ...l,
1082
+ color: l,
1083
+ ...o,
820
1084
  children: /* @__PURE__ */ r(
821
1085
  "path",
822
1086
  {
@@ -829,7 +1093,7 @@ function G({ size: t = 24, color: o = "currentColor", ...l }) {
829
1093
  }
830
1094
  );
831
1095
  }
832
- function N({ size: t = 24, color: o = "currentColor", ...l }) {
1096
+ function _({ size: t = 24, color: l = "currentColor", ...o }) {
833
1097
  return /* @__PURE__ */ r(
834
1098
  "svg",
835
1099
  {
@@ -839,8 +1103,8 @@ function N({ size: t = 24, color: o = "currentColor", ...l }) {
839
1103
  fill: "none",
840
1104
  xmlns: "http://www.w3.org/2000/svg",
841
1105
  strokeWidth: "0",
842
- color: o,
843
- ...l,
1106
+ color: l,
1107
+ ...o,
844
1108
  children: /* @__PURE__ */ r(
845
1109
  "path",
846
1110
  {
@@ -853,7 +1117,7 @@ function N({ size: t = 24, color: o = "currentColor", ...l }) {
853
1117
  }
854
1118
  );
855
1119
  }
856
- function R({ size: t = 24, color: o = "currentColor", ...l }) {
1120
+ function $({ size: t = 24, color: l = "currentColor", ...o }) {
857
1121
  return /* @__PURE__ */ r(
858
1122
  "svg",
859
1123
  {
@@ -863,8 +1127,8 @@ function R({ size: t = 24, color: o = "currentColor", ...l }) {
863
1127
  fill: "none",
864
1128
  xmlns: "http://www.w3.org/2000/svg",
865
1129
  strokeWidth: "0",
866
- color: o,
867
- ...l,
1130
+ color: l,
1131
+ ...o,
868
1132
  children: /* @__PURE__ */ r(
869
1133
  "path",
870
1134
  {
@@ -877,7 +1141,7 @@ function R({ size: t = 24, color: o = "currentColor", ...l }) {
877
1141
  }
878
1142
  );
879
1143
  }
880
- function j({ size: t = 24, color: o = "currentColor", ...l }) {
1144
+ function z({ size: t = 24, color: l = "currentColor", ...o }) {
881
1145
  return /* @__PURE__ */ r(
882
1146
  "svg",
883
1147
  {
@@ -887,8 +1151,8 @@ function j({ size: t = 24, color: o = "currentColor", ...l }) {
887
1151
  fill: "none",
888
1152
  xmlns: "http://www.w3.org/2000/svg",
889
1153
  strokeWidth: "0",
890
- color: o,
891
- ...l,
1154
+ color: l,
1155
+ ...o,
892
1156
  children: /* @__PURE__ */ r(
893
1157
  "path",
894
1158
  {
@@ -901,7 +1165,7 @@ function j({ size: t = 24, color: o = "currentColor", ...l }) {
901
1165
  }
902
1166
  );
903
1167
  }
904
- function E({ size: t = 24, color: o = "currentColor", ...l }) {
1168
+ function t1({ size: t = 24, color: l = "currentColor", ...o }) {
905
1169
  return /* @__PURE__ */ r(
906
1170
  "svg",
907
1171
  {
@@ -911,8 +1175,8 @@ function E({ size: t = 24, color: o = "currentColor", ...l }) {
911
1175
  fill: "none",
912
1176
  xmlns: "http://www.w3.org/2000/svg",
913
1177
  strokeWidth: "0",
914
- color: o,
915
- ...l,
1178
+ color: l,
1179
+ ...o,
916
1180
  children: /* @__PURE__ */ r(
917
1181
  "path",
918
1182
  {
@@ -928,42 +1192,53 @@ function E({ size: t = 24, color: o = "currentColor", ...l }) {
928
1192
  export {
929
1193
  n as ActionOulineIcon,
930
1194
  e as ArrowDownOutlineIcon,
931
- h as ArrowUpOutlineIcon,
932
- c as BookFillIcon,
933
- C as CalendarFillIcon,
934
- L as ChatFillIcon,
935
- w as CheckOutlineIcon,
936
- d as CheckboxFillIcon,
1195
+ C as ArrowUpOutlineIcon,
1196
+ L as BellFillIcon,
1197
+ h as BookFillIcon,
1198
+ c as CalendarFillIcon,
1199
+ w as ChatFillIcon,
1200
+ d as CheckOutlineIcon,
1201
+ u as CheckboxFillIcon,
937
1202
  V as CheckboxOutlineIcon,
938
- u as ChevronLeftOutlineIcon,
939
- H as ChevronRightOutlineIcon,
940
- g as CloseOutlineIcon,
941
- f as CompassFillIcon,
942
- s as DartFillIcon,
943
- p as DeleteOutlineIcon,
944
- v as EllipsisOutlineIcon,
945
- M as GamepadFillIcon,
946
- Z as GlobeFillIcon,
947
- a as GlobeOutlineIcon,
948
- x as HeartFillIcon,
949
- O as HeartOutlineIcon,
950
- m as InfinityOutlineIcon,
951
- k as LightbulbFillIcon,
952
- W as LockFillIcon,
953
- B as MessageSmileOutlineIcon,
954
- I as NavCommentFillIcon,
955
- y as NavHomeFillIcon,
956
- F as NavMyFillIcon,
957
- b as RecreateOutlineIcon,
958
- D as SearchOutlineIcon,
959
- T as SendFillIcon,
960
- S as TestOulineIcon,
961
- U as ThumbsDownFillIcon,
962
- A as ThumbsDownOutlineIcon,
963
- G as ThumbsUpFillIcon,
964
- N as ThumbsUpOutlineIcon,
965
- R as UnlockFillIcon,
966
- j as VideoFillIcon,
967
- E as WandMagicFillIcon
1203
+ H as ChevronDownOutlineIcon,
1204
+ g as ChevronLeftOutlineIcon,
1205
+ f as ChevronRightOutlineIcon,
1206
+ s as ChevronUpOutlineIcon,
1207
+ p as CircleCheckFillIcon,
1208
+ v as CircleXmarkFillIcon,
1209
+ M as CircleXmarkOutlineIcon,
1210
+ Z as CloseOutlineIcon,
1211
+ a as CompassFillIcon,
1212
+ x as DartFillIcon,
1213
+ O as DeleteOutlineIcon,
1214
+ m as EditOutlineIcon,
1215
+ k as EllipsisOutlineIcon,
1216
+ B as ExportOutlineIcon,
1217
+ W as FileExportOutlineIcon,
1218
+ I as GamepadFillIcon,
1219
+ y as GearOutlineIcon,
1220
+ F as GlobeFillIcon,
1221
+ b as GlobeOutlineIcon,
1222
+ D as HeartFillIcon,
1223
+ S as HeartOutlineIcon,
1224
+ T as InfinityOutlineIcon,
1225
+ U as LightbulbFillIcon,
1226
+ E as LockFillIcon,
1227
+ G as MessageSmileOutlineIcon,
1228
+ A as NavCommentFillIcon,
1229
+ N as NavHomeFillIcon,
1230
+ R as NavMyFillIcon,
1231
+ X as RecreateOutlineIcon,
1232
+ j as SearchOutlineIcon,
1233
+ q as SendFillIcon,
1234
+ J as SmileFillIcon,
1235
+ K as TestOulineIcon,
1236
+ P as ThumbsDownFillIcon,
1237
+ Q as ThumbsDownOutlineIcon,
1238
+ Y as ThumbsUpFillIcon,
1239
+ _ as ThumbsUpOutlineIcon,
1240
+ $ as UnlockFillIcon,
1241
+ z as VideoFillIcon,
1242
+ t1 as WandMagicFillIcon
968
1243
  };
969
1244
  //# sourceMappingURL=index.mjs.map