huspy-icons 0.2.0 → 0.2.2
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/fonts/HuspyIcons.css +39 -30
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +29 -26
- package/dist/fonts/HuspyIcons.ts +35 -26
- package/dist/fonts/HuspyIcons.ttf +0 -0
- package/dist/fonts/HuspyIcons.woff +0 -0
- package/dist/fonts/HuspyIcons.woff2 +0 -0
- package/dist/native/index.d.ts +1 -1
- package/dist/native/index.js +29 -26
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +8 -2
- package/dist/react/index.d.ts +8 -2
- package/dist/react/index.js +460 -262
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +418 -220
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +30 -27
- package/src/react/ArrowUpDown.tsx +44 -0
- package/src/react/BellLinear.tsx +32 -0
- package/src/react/FileText.tsx +50 -0
- package/src/react/Icon.tsx +10 -1
- package/src/react/index.ts +3 -0
- package/src/react/index.tsx +3 -0
package/dist/react/index.mjs
CHANGED
|
@@ -367,12 +367,77 @@ var init_ArrowUp = __esm({
|
|
|
367
367
|
}
|
|
368
368
|
});
|
|
369
369
|
|
|
370
|
+
// src/react/ArrowUpDown.tsx
|
|
371
|
+
var ArrowUpDown_exports = {};
|
|
372
|
+
__export(ArrowUpDown_exports, {
|
|
373
|
+
default: () => ArrowUpDown_default
|
|
374
|
+
});
|
|
375
|
+
import * as React8 from "react";
|
|
376
|
+
var SvgArrowUpDown, ArrowUpDown_default;
|
|
377
|
+
var init_ArrowUpDown = __esm({
|
|
378
|
+
"src/react/ArrowUpDown.tsx"() {
|
|
379
|
+
"use strict";
|
|
380
|
+
init_types();
|
|
381
|
+
SvgArrowUpDown = ({ size = 16, ...props }) => {
|
|
382
|
+
const sizeValue = resolveSize(size);
|
|
383
|
+
return /* @__PURE__ */ React8.createElement(
|
|
384
|
+
"svg",
|
|
385
|
+
{
|
|
386
|
+
width: sizeValue,
|
|
387
|
+
height: sizeValue,
|
|
388
|
+
viewBox: "0 0 24 24",
|
|
389
|
+
fill: "none",
|
|
390
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
391
|
+
...props
|
|
392
|
+
},
|
|
393
|
+
/* @__PURE__ */ React8.createElement(
|
|
394
|
+
"path",
|
|
395
|
+
{
|
|
396
|
+
fillRule: "evenodd",
|
|
397
|
+
clipRule: "evenodd",
|
|
398
|
+
d: "M12.2929 15.2929C12.6834 14.9024 13.3166 14.9024 13.7071 15.2929L17 18.5858L20.2929 15.2929C20.6834 14.9024 21.3166 14.9024 21.7071 15.2929C22.0976 15.6834 22.0976 16.3166 21.7071 16.7071L17.7071 20.7071C17.3166 21.0976 16.6834 21.0976 16.2929 20.7071L12.2929 16.7071C11.9024 16.3166 11.9024 15.6834 12.2929 15.2929Z",
|
|
399
|
+
fill: "currentColor"
|
|
400
|
+
}
|
|
401
|
+
),
|
|
402
|
+
/* @__PURE__ */ React8.createElement(
|
|
403
|
+
"path",
|
|
404
|
+
{
|
|
405
|
+
fillRule: "evenodd",
|
|
406
|
+
clipRule: "evenodd",
|
|
407
|
+
d: "M17 3C17.5523 3 18 3.44772 18 4V20C18 20.5523 17.5523 21 17 21C16.4477 21 16 20.5523 16 20V4C16 3.44772 16.4477 3 17 3Z",
|
|
408
|
+
fill: "currentColor"
|
|
409
|
+
}
|
|
410
|
+
),
|
|
411
|
+
/* @__PURE__ */ React8.createElement(
|
|
412
|
+
"path",
|
|
413
|
+
{
|
|
414
|
+
fillRule: "evenodd",
|
|
415
|
+
clipRule: "evenodd",
|
|
416
|
+
d: "M6.29289 3.29289C6.68342 2.90237 7.31658 2.90237 7.70711 3.29289L11.7071 7.29289C12.0976 7.68342 12.0976 8.31658 11.7071 8.70711C11.3166 9.09763 10.6834 9.09763 10.2929 8.70711L7 5.41421L3.70711 8.70711C3.31658 9.09763 2.68342 9.09763 2.29289 8.70711C1.90237 8.31658 1.90237 7.68342 2.29289 7.29289L6.29289 3.29289Z",
|
|
417
|
+
fill: "currentColor"
|
|
418
|
+
}
|
|
419
|
+
),
|
|
420
|
+
/* @__PURE__ */ React8.createElement(
|
|
421
|
+
"path",
|
|
422
|
+
{
|
|
423
|
+
fillRule: "evenodd",
|
|
424
|
+
clipRule: "evenodd",
|
|
425
|
+
d: "M7 3C7.55228 3 8 3.44772 8 4V20C8 20.5523 7.55228 21 7 21C6.44772 21 6 20.5523 6 20V4C6 3.44772 6.44772 3 7 3Z",
|
|
426
|
+
fill: "currentColor"
|
|
427
|
+
}
|
|
428
|
+
)
|
|
429
|
+
);
|
|
430
|
+
};
|
|
431
|
+
ArrowUpDown_default = SvgArrowUpDown;
|
|
432
|
+
}
|
|
433
|
+
});
|
|
434
|
+
|
|
370
435
|
// src/react/ArrowUpLeft.tsx
|
|
371
436
|
var ArrowUpLeft_exports = {};
|
|
372
437
|
__export(ArrowUpLeft_exports, {
|
|
373
438
|
default: () => ArrowUpLeft_default
|
|
374
439
|
});
|
|
375
|
-
import * as
|
|
440
|
+
import * as React9 from "react";
|
|
376
441
|
var SvgArrowUpLeft, ArrowUpLeft_default;
|
|
377
442
|
var init_ArrowUpLeft = __esm({
|
|
378
443
|
"src/react/ArrowUpLeft.tsx"() {
|
|
@@ -380,7 +445,7 @@ var init_ArrowUpLeft = __esm({
|
|
|
380
445
|
init_types();
|
|
381
446
|
SvgArrowUpLeft = ({ size = 16, ...props }) => {
|
|
382
447
|
const sizeValue = resolveSize(size);
|
|
383
|
-
return /* @__PURE__ */
|
|
448
|
+
return /* @__PURE__ */ React9.createElement(
|
|
384
449
|
"svg",
|
|
385
450
|
{
|
|
386
451
|
width: sizeValue,
|
|
@@ -390,7 +455,7 @@ var init_ArrowUpLeft = __esm({
|
|
|
390
455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
391
456
|
...props
|
|
392
457
|
},
|
|
393
|
-
/* @__PURE__ */
|
|
458
|
+
/* @__PURE__ */ React9.createElement(
|
|
394
459
|
"path",
|
|
395
460
|
{
|
|
396
461
|
fillRule: "evenodd",
|
|
@@ -399,7 +464,7 @@ var init_ArrowUpLeft = __esm({
|
|
|
399
464
|
fill: "currentColor"
|
|
400
465
|
}
|
|
401
466
|
),
|
|
402
|
-
/* @__PURE__ */
|
|
467
|
+
/* @__PURE__ */ React9.createElement(
|
|
403
468
|
"path",
|
|
404
469
|
{
|
|
405
470
|
fillRule: "evenodd",
|
|
@@ -419,7 +484,7 @@ var ArrowUpRight_exports = {};
|
|
|
419
484
|
__export(ArrowUpRight_exports, {
|
|
420
485
|
default: () => ArrowUpRight_default
|
|
421
486
|
});
|
|
422
|
-
import * as
|
|
487
|
+
import * as React10 from "react";
|
|
423
488
|
var SvgArrowUpRight, ArrowUpRight_default;
|
|
424
489
|
var init_ArrowUpRight = __esm({
|
|
425
490
|
"src/react/ArrowUpRight.tsx"() {
|
|
@@ -427,7 +492,7 @@ var init_ArrowUpRight = __esm({
|
|
|
427
492
|
init_types();
|
|
428
493
|
SvgArrowUpRight = ({ size = 16, ...props }) => {
|
|
429
494
|
const sizeValue = resolveSize(size);
|
|
430
|
-
return /* @__PURE__ */
|
|
495
|
+
return /* @__PURE__ */ React10.createElement(
|
|
431
496
|
"svg",
|
|
432
497
|
{
|
|
433
498
|
width: sizeValue,
|
|
@@ -437,7 +502,7 @@ var init_ArrowUpRight = __esm({
|
|
|
437
502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
438
503
|
...props
|
|
439
504
|
},
|
|
440
|
-
/* @__PURE__ */
|
|
505
|
+
/* @__PURE__ */ React10.createElement(
|
|
441
506
|
"path",
|
|
442
507
|
{
|
|
443
508
|
fillRule: "evenodd",
|
|
@@ -446,7 +511,7 @@ var init_ArrowUpRight = __esm({
|
|
|
446
511
|
fill: "currentColor"
|
|
447
512
|
}
|
|
448
513
|
),
|
|
449
|
-
/* @__PURE__ */
|
|
514
|
+
/* @__PURE__ */ React10.createElement(
|
|
450
515
|
"path",
|
|
451
516
|
{
|
|
452
517
|
fillRule: "evenodd",
|
|
@@ -466,7 +531,7 @@ var Bell_exports = {};
|
|
|
466
531
|
__export(Bell_exports, {
|
|
467
532
|
default: () => Bell_default
|
|
468
533
|
});
|
|
469
|
-
import * as
|
|
534
|
+
import * as React11 from "react";
|
|
470
535
|
var SvgBell, Bell_default;
|
|
471
536
|
var init_Bell = __esm({
|
|
472
537
|
"src/react/Bell.tsx"() {
|
|
@@ -474,7 +539,7 @@ var init_Bell = __esm({
|
|
|
474
539
|
init_types();
|
|
475
540
|
SvgBell = ({ size = 16, ...props }) => {
|
|
476
541
|
const sizeValue = resolveSize(size);
|
|
477
|
-
return /* @__PURE__ */
|
|
542
|
+
return /* @__PURE__ */ React11.createElement(
|
|
478
543
|
"svg",
|
|
479
544
|
{
|
|
480
545
|
width: sizeValue,
|
|
@@ -484,7 +549,7 @@ var init_Bell = __esm({
|
|
|
484
549
|
xmlns: "http://www.w3.org/2000/svg",
|
|
485
550
|
...props
|
|
486
551
|
},
|
|
487
|
-
/* @__PURE__ */
|
|
552
|
+
/* @__PURE__ */ React11.createElement(
|
|
488
553
|
"path",
|
|
489
554
|
{
|
|
490
555
|
fillRule: "evenodd",
|
|
@@ -493,7 +558,7 @@ var init_Bell = __esm({
|
|
|
493
558
|
fill: "currentColor"
|
|
494
559
|
}
|
|
495
560
|
),
|
|
496
|
-
/* @__PURE__ */
|
|
561
|
+
/* @__PURE__ */ React11.createElement(
|
|
497
562
|
"path",
|
|
498
563
|
{
|
|
499
564
|
fillRule: "evenodd",
|
|
@@ -508,12 +573,59 @@ var init_Bell = __esm({
|
|
|
508
573
|
}
|
|
509
574
|
});
|
|
510
575
|
|
|
576
|
+
// src/react/BellLinear.tsx
|
|
577
|
+
var BellLinear_exports = {};
|
|
578
|
+
__export(BellLinear_exports, {
|
|
579
|
+
default: () => BellLinear_default
|
|
580
|
+
});
|
|
581
|
+
import * as React12 from "react";
|
|
582
|
+
var SvgBellLinear, BellLinear_default;
|
|
583
|
+
var init_BellLinear = __esm({
|
|
584
|
+
"src/react/BellLinear.tsx"() {
|
|
585
|
+
"use strict";
|
|
586
|
+
init_types();
|
|
587
|
+
SvgBellLinear = ({ size = 16, ...props }) => {
|
|
588
|
+
const sizeValue = resolveSize(size);
|
|
589
|
+
return /* @__PURE__ */ React12.createElement(
|
|
590
|
+
"svg",
|
|
591
|
+
{
|
|
592
|
+
width: sizeValue,
|
|
593
|
+
height: sizeValue,
|
|
594
|
+
viewBox: "0 0 24 24",
|
|
595
|
+
fill: "none",
|
|
596
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
597
|
+
...props
|
|
598
|
+
},
|
|
599
|
+
/* @__PURE__ */ React12.createElement(
|
|
600
|
+
"path",
|
|
601
|
+
{
|
|
602
|
+
fillRule: "evenodd",
|
|
603
|
+
clipRule: "evenodd",
|
|
604
|
+
d: "M12.0001 3C10.674 3 9.40223 3.52678 8.46454 4.46447C7.52686 5.40215 7.00008 6.67392 7.00008 8C7.00008 11.6473 6.21715 14.0654 5.37797 15.6039C5.30188 15.7434 5.22549 15.8753 5.1494 16H18.8508C18.7747 15.8753 18.6983 15.7434 18.6222 15.6039C17.783 14.0654 17.0001 11.6473 17.0001 8C17.0001 6.67392 16.4733 5.40215 15.5356 4.46447C14.5979 3.52678 13.3262 3 12.0001 3ZM21.5664 16.1758C21.5657 16.1753 21.5647 16.1746 21.5635 16.1737C21.5558 16.168 21.538 16.1544 21.5114 16.1322C21.4581 16.0878 21.3698 16.0091 21.2573 15.8904C21.0329 15.6535 20.7098 15.2544 20.378 14.6461C19.7171 13.4346 19.0001 11.3527 19.0001 8C19.0001 6.14349 18.2626 4.36301 16.9498 3.05025C15.6371 1.7375 13.8566 1 12.0001 1C10.1436 1 8.36309 1.7375 7.05033 3.05025C5.73758 4.36301 5.00008 6.14348 5.00008 8C5.00008 11.3527 4.28301 13.4346 3.62218 14.6461C3.29039 15.2544 2.9673 15.6535 2.74288 15.8904C2.6304 16.0091 2.54202 16.0878 2.4888 16.1322C2.46218 16.1544 2.44432 16.168 2.43663 16.1737C2.43542 16.1746 2.43447 16.1753 2.43377 16.1758C2.07528 16.4221 1.91664 16.8725 2.04299 17.2898C2.17068 17.7115 2.55941 18 3.00008 18H21.0001C21.4407 18 21.8295 17.7115 21.9572 17.2898C22.0835 16.8725 21.9249 16.4221 21.5664 16.1758Z",
|
|
605
|
+
fill: "currentColor"
|
|
606
|
+
}
|
|
607
|
+
),
|
|
608
|
+
/* @__PURE__ */ React12.createElement(
|
|
609
|
+
"path",
|
|
610
|
+
{
|
|
611
|
+
fillRule: "evenodd",
|
|
612
|
+
clipRule: "evenodd",
|
|
613
|
+
d: "M9.81829 20.1237C10.3023 19.8576 10.9103 20.0343 11.1764 20.5182C11.2575 20.6657 11.3767 20.7887 11.5216 20.8744C11.6665 20.9601 11.8317 21.0053 12.0001 21.0053C12.1684 21.0053 12.3337 20.9601 12.4786 20.8744C12.6235 20.7887 12.7427 20.6657 12.8238 20.5182C13.0899 20.0343 13.6979 19.8576 14.1819 20.1237C14.6658 20.3898 14.8424 20.9978 14.5764 21.4818C14.3227 21.9432 13.9498 22.3279 13.4966 22.5959C13.0434 22.8639 12.5266 23.0053 12.0001 23.0053C11.4736 23.0053 10.9567 22.8639 10.5035 22.5959C10.0504 22.3279 9.67745 21.9432 9.42379 21.4818C9.15771 20.9978 9.33433 20.3898 9.81829 20.1237Z",
|
|
614
|
+
fill: "currentColor"
|
|
615
|
+
}
|
|
616
|
+
)
|
|
617
|
+
);
|
|
618
|
+
};
|
|
619
|
+
BellLinear_default = SvgBellLinear;
|
|
620
|
+
}
|
|
621
|
+
});
|
|
622
|
+
|
|
511
623
|
// src/react/Cancel.tsx
|
|
512
624
|
var Cancel_exports = {};
|
|
513
625
|
__export(Cancel_exports, {
|
|
514
626
|
default: () => Cancel_default
|
|
515
627
|
});
|
|
516
|
-
import * as
|
|
628
|
+
import * as React13 from "react";
|
|
517
629
|
var SvgCancel, Cancel_default;
|
|
518
630
|
var init_Cancel = __esm({
|
|
519
631
|
"src/react/Cancel.tsx"() {
|
|
@@ -521,7 +633,7 @@ var init_Cancel = __esm({
|
|
|
521
633
|
init_types();
|
|
522
634
|
SvgCancel = ({ size = 16, ...props }) => {
|
|
523
635
|
const sizeValue = resolveSize(size);
|
|
524
|
-
return /* @__PURE__ */
|
|
636
|
+
return /* @__PURE__ */ React13.createElement(
|
|
525
637
|
"svg",
|
|
526
638
|
{
|
|
527
639
|
width: sizeValue,
|
|
@@ -531,7 +643,7 @@ var init_Cancel = __esm({
|
|
|
531
643
|
xmlns: "http://www.w3.org/2000/svg",
|
|
532
644
|
...props
|
|
533
645
|
},
|
|
534
|
-
/* @__PURE__ */
|
|
646
|
+
/* @__PURE__ */ React13.createElement(
|
|
535
647
|
"path",
|
|
536
648
|
{
|
|
537
649
|
fillRule: "evenodd",
|
|
@@ -540,7 +652,7 @@ var init_Cancel = __esm({
|
|
|
540
652
|
fill: "currentColor"
|
|
541
653
|
}
|
|
542
654
|
),
|
|
543
|
-
/* @__PURE__ */
|
|
655
|
+
/* @__PURE__ */ React13.createElement(
|
|
544
656
|
"path",
|
|
545
657
|
{
|
|
546
658
|
fillRule: "evenodd",
|
|
@@ -560,7 +672,7 @@ var CancelCircleSolid_exports = {};
|
|
|
560
672
|
__export(CancelCircleSolid_exports, {
|
|
561
673
|
default: () => CancelCircleSolid_default
|
|
562
674
|
});
|
|
563
|
-
import * as
|
|
675
|
+
import * as React14 from "react";
|
|
564
676
|
var SvgCancelCircleSolid, CancelCircleSolid_default;
|
|
565
677
|
var init_CancelCircleSolid = __esm({
|
|
566
678
|
"src/react/CancelCircleSolid.tsx"() {
|
|
@@ -568,7 +680,7 @@ var init_CancelCircleSolid = __esm({
|
|
|
568
680
|
init_types();
|
|
569
681
|
SvgCancelCircleSolid = ({ size = 16, ...props }) => {
|
|
570
682
|
const sizeValue = resolveSize(size);
|
|
571
|
-
return /* @__PURE__ */
|
|
683
|
+
return /* @__PURE__ */ React14.createElement(
|
|
572
684
|
"svg",
|
|
573
685
|
{
|
|
574
686
|
width: sizeValue,
|
|
@@ -578,7 +690,7 @@ var init_CancelCircleSolid = __esm({
|
|
|
578
690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
579
691
|
...props
|
|
580
692
|
},
|
|
581
|
-
/* @__PURE__ */
|
|
693
|
+
/* @__PURE__ */ React14.createElement(
|
|
582
694
|
"path",
|
|
583
695
|
{
|
|
584
696
|
fillRule: "evenodd",
|
|
@@ -598,7 +710,7 @@ var Check_exports = {};
|
|
|
598
710
|
__export(Check_exports, {
|
|
599
711
|
default: () => Check_default
|
|
600
712
|
});
|
|
601
|
-
import * as
|
|
713
|
+
import * as React15 from "react";
|
|
602
714
|
var SvgCheck, Check_default;
|
|
603
715
|
var init_Check = __esm({
|
|
604
716
|
"src/react/Check.tsx"() {
|
|
@@ -606,7 +718,7 @@ var init_Check = __esm({
|
|
|
606
718
|
init_types();
|
|
607
719
|
SvgCheck = ({ size = 16, ...props }) => {
|
|
608
720
|
const sizeValue = resolveSize(size);
|
|
609
|
-
return /* @__PURE__ */
|
|
721
|
+
return /* @__PURE__ */ React15.createElement(
|
|
610
722
|
"svg",
|
|
611
723
|
{
|
|
612
724
|
width: sizeValue,
|
|
@@ -616,7 +728,7 @@ var init_Check = __esm({
|
|
|
616
728
|
xmlns: "http://www.w3.org/2000/svg",
|
|
617
729
|
...props
|
|
618
730
|
},
|
|
619
|
-
/* @__PURE__ */
|
|
731
|
+
/* @__PURE__ */ React15.createElement(
|
|
620
732
|
"path",
|
|
621
733
|
{
|
|
622
734
|
fillRule: "evenodd",
|
|
@@ -636,7 +748,7 @@ var ChevronDown_exports = {};
|
|
|
636
748
|
__export(ChevronDown_exports, {
|
|
637
749
|
default: () => ChevronDown_default
|
|
638
750
|
});
|
|
639
|
-
import * as
|
|
751
|
+
import * as React16 from "react";
|
|
640
752
|
var SvgChevronDown, ChevronDown_default;
|
|
641
753
|
var init_ChevronDown = __esm({
|
|
642
754
|
"src/react/ChevronDown.tsx"() {
|
|
@@ -644,7 +756,7 @@ var init_ChevronDown = __esm({
|
|
|
644
756
|
init_types();
|
|
645
757
|
SvgChevronDown = ({ size = 16, ...props }) => {
|
|
646
758
|
const sizeValue = resolveSize(size);
|
|
647
|
-
return /* @__PURE__ */
|
|
759
|
+
return /* @__PURE__ */ React16.createElement(
|
|
648
760
|
"svg",
|
|
649
761
|
{
|
|
650
762
|
width: sizeValue,
|
|
@@ -654,7 +766,7 @@ var init_ChevronDown = __esm({
|
|
|
654
766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
655
767
|
...props
|
|
656
768
|
},
|
|
657
|
-
/* @__PURE__ */
|
|
769
|
+
/* @__PURE__ */ React16.createElement(
|
|
658
770
|
"path",
|
|
659
771
|
{
|
|
660
772
|
d: "M5.33203 9.6216C5.05614 9.32026 5.07568 8.87557 5.39062 8.59451C5.72691 8.29477 6.27309 8.29477 6.60937 8.59451L12.1992 13.5777L17.791 8.59451C18.1273 8.29477 18.6725 8.29477 19.0088 8.59451C19.345 8.89425 19.345 9.38021 19.0088 9.67992L12.8086 15.2062C12.4723 15.5056 11.927 15.5057 11.5908 15.2062L5.39062 9.67992L5.33203 9.6216Z",
|
|
@@ -672,7 +784,7 @@ var ChevronLeft_exports = {};
|
|
|
672
784
|
__export(ChevronLeft_exports, {
|
|
673
785
|
default: () => ChevronLeft_default
|
|
674
786
|
});
|
|
675
|
-
import * as
|
|
787
|
+
import * as React17 from "react";
|
|
676
788
|
var SvgChevronLeft, ChevronLeft_default;
|
|
677
789
|
var init_ChevronLeft = __esm({
|
|
678
790
|
"src/react/ChevronLeft.tsx"() {
|
|
@@ -680,7 +792,7 @@ var init_ChevronLeft = __esm({
|
|
|
680
792
|
init_types();
|
|
681
793
|
SvgChevronLeft = ({ size = 16, ...props }) => {
|
|
682
794
|
const sizeValue = resolveSize(size);
|
|
683
|
-
return /* @__PURE__ */
|
|
795
|
+
return /* @__PURE__ */ React17.createElement(
|
|
684
796
|
"svg",
|
|
685
797
|
{
|
|
686
798
|
width: sizeValue,
|
|
@@ -690,7 +802,7 @@ var init_ChevronLeft = __esm({
|
|
|
690
802
|
xmlns: "http://www.w3.org/2000/svg",
|
|
691
803
|
...props
|
|
692
804
|
},
|
|
693
|
-
/* @__PURE__ */
|
|
805
|
+
/* @__PURE__ */ React17.createElement(
|
|
694
806
|
"path",
|
|
695
807
|
{
|
|
696
808
|
d: "M13.6932 4.09302C14.0837 3.70259 14.7167 3.70252 15.1072 4.09302C15.4976 4.48351 15.4976 5.11658 15.1072 5.50708L8.61407 12.0002L15.1072 18.4934L15.1756 18.5686C15.4962 18.9614 15.4734 19.5413 15.1072 19.9075C14.741 20.2736 14.1611 20.2964 13.7684 19.9758L13.6932 19.9075L6.49298 12.7073C6.10249 12.3168 6.10255 11.6837 6.49298 11.2932L13.6932 4.09302Z",
|
|
@@ -708,7 +820,7 @@ var ChevronRight_exports = {};
|
|
|
708
820
|
__export(ChevronRight_exports, {
|
|
709
821
|
default: () => ChevronRight_default
|
|
710
822
|
});
|
|
711
|
-
import * as
|
|
823
|
+
import * as React18 from "react";
|
|
712
824
|
var SvgChevronRight, ChevronRight_default;
|
|
713
825
|
var init_ChevronRight = __esm({
|
|
714
826
|
"src/react/ChevronRight.tsx"() {
|
|
@@ -716,7 +828,7 @@ var init_ChevronRight = __esm({
|
|
|
716
828
|
init_types();
|
|
717
829
|
SvgChevronRight = ({ size = 16, ...props }) => {
|
|
718
830
|
const sizeValue = resolveSize(size);
|
|
719
|
-
return /* @__PURE__ */
|
|
831
|
+
return /* @__PURE__ */ React18.createElement(
|
|
720
832
|
"svg",
|
|
721
833
|
{
|
|
722
834
|
width: sizeValue,
|
|
@@ -726,7 +838,7 @@ var init_ChevronRight = __esm({
|
|
|
726
838
|
xmlns: "http://www.w3.org/2000/svg",
|
|
727
839
|
...props
|
|
728
840
|
},
|
|
729
|
-
/* @__PURE__ */
|
|
841
|
+
/* @__PURE__ */ React18.createElement(
|
|
730
842
|
"path",
|
|
731
843
|
{
|
|
732
844
|
d: "M9.10694 4.09302C8.7164 3.70259 8.08337 3.70252 7.69287 4.09302C7.30248 4.48351 7.30248 5.11658 7.69287 5.50708L14.186 12.0002L7.69287 18.4934L7.62451 18.5686C7.30395 18.9614 7.32668 19.5413 7.69287 19.9075C8.05908 20.2736 8.639 20.2964 9.03174 19.9758L9.10694 19.9075L16.3071 12.7073C16.6976 12.3168 16.6976 11.6837 16.3071 11.2932L9.10694 4.09302Z",
|
|
@@ -744,7 +856,7 @@ var ChevronUp_exports = {};
|
|
|
744
856
|
__export(ChevronUp_exports, {
|
|
745
857
|
default: () => ChevronUp_default
|
|
746
858
|
});
|
|
747
|
-
import * as
|
|
859
|
+
import * as React19 from "react";
|
|
748
860
|
var SvgChevronUp, ChevronUp_default;
|
|
749
861
|
var init_ChevronUp = __esm({
|
|
750
862
|
"src/react/ChevronUp.tsx"() {
|
|
@@ -752,7 +864,7 @@ var init_ChevronUp = __esm({
|
|
|
752
864
|
init_types();
|
|
753
865
|
SvgChevronUp = ({ size = 16, ...props }) => {
|
|
754
866
|
const sizeValue = resolveSize(size);
|
|
755
|
-
return /* @__PURE__ */
|
|
867
|
+
return /* @__PURE__ */ React19.createElement(
|
|
756
868
|
"svg",
|
|
757
869
|
{
|
|
758
870
|
width: sizeValue,
|
|
@@ -762,7 +874,7 @@ var init_ChevronUp = __esm({
|
|
|
762
874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
763
875
|
...props
|
|
764
876
|
},
|
|
765
|
-
/* @__PURE__ */
|
|
877
|
+
/* @__PURE__ */ React19.createElement(
|
|
766
878
|
"path",
|
|
767
879
|
{
|
|
768
880
|
d: "M5.33203 14.1783C5.05614 14.4797 5.07568 14.9244 5.39062 15.2054C5.72691 15.5052 6.27309 15.5052 6.60937 15.2054L12.1992 10.2223L17.791 15.2054C18.1273 15.5052 18.6725 15.5052 19.0088 15.2054C19.345 14.9057 19.345 14.4197 19.0088 14.12L12.8086 8.59372C12.4723 8.29437 11.927 8.29419 11.5908 8.59372L5.39062 14.12L5.33203 14.1783Z",
|
|
@@ -780,7 +892,7 @@ var Edit_exports = {};
|
|
|
780
892
|
__export(Edit_exports, {
|
|
781
893
|
default: () => Edit_default
|
|
782
894
|
});
|
|
783
|
-
import * as
|
|
895
|
+
import * as React20 from "react";
|
|
784
896
|
var SvgEdit, Edit_default;
|
|
785
897
|
var init_Edit = __esm({
|
|
786
898
|
"src/react/Edit.tsx"() {
|
|
@@ -788,7 +900,7 @@ var init_Edit = __esm({
|
|
|
788
900
|
init_types();
|
|
789
901
|
SvgEdit = ({ size = 16, ...props }) => {
|
|
790
902
|
const sizeValue = resolveSize(size);
|
|
791
|
-
return /* @__PURE__ */
|
|
903
|
+
return /* @__PURE__ */ React20.createElement(
|
|
792
904
|
"svg",
|
|
793
905
|
{
|
|
794
906
|
width: sizeValue,
|
|
@@ -798,7 +910,7 @@ var init_Edit = __esm({
|
|
|
798
910
|
xmlns: "http://www.w3.org/2000/svg",
|
|
799
911
|
...props
|
|
800
912
|
},
|
|
801
|
-
/* @__PURE__ */
|
|
913
|
+
/* @__PURE__ */ React20.createElement(
|
|
802
914
|
"path",
|
|
803
915
|
{
|
|
804
916
|
fillRule: "evenodd",
|
|
@@ -807,7 +919,7 @@ var init_Edit = __esm({
|
|
|
807
919
|
fill: "currentColor"
|
|
808
920
|
}
|
|
809
921
|
),
|
|
810
|
-
/* @__PURE__ */
|
|
922
|
+
/* @__PURE__ */ React20.createElement(
|
|
811
923
|
"path",
|
|
812
924
|
{
|
|
813
925
|
fillRule: "evenodd",
|
|
@@ -827,7 +939,7 @@ var ExploreFilled_exports = {};
|
|
|
827
939
|
__export(ExploreFilled_exports, {
|
|
828
940
|
default: () => ExploreFilled_default
|
|
829
941
|
});
|
|
830
|
-
import * as
|
|
942
|
+
import * as React21 from "react";
|
|
831
943
|
var SvgExploreFilled, ExploreFilled_default;
|
|
832
944
|
var init_ExploreFilled = __esm({
|
|
833
945
|
"src/react/ExploreFilled.tsx"() {
|
|
@@ -835,7 +947,7 @@ var init_ExploreFilled = __esm({
|
|
|
835
947
|
init_types();
|
|
836
948
|
SvgExploreFilled = ({ size = 16, ...props }) => {
|
|
837
949
|
const sizeValue = resolveSize(size);
|
|
838
|
-
return /* @__PURE__ */
|
|
950
|
+
return /* @__PURE__ */ React21.createElement(
|
|
839
951
|
"svg",
|
|
840
952
|
{
|
|
841
953
|
width: sizeValue,
|
|
@@ -845,7 +957,7 @@ var init_ExploreFilled = __esm({
|
|
|
845
957
|
xmlns: "http://www.w3.org/2000/svg",
|
|
846
958
|
...props
|
|
847
959
|
},
|
|
848
|
-
/* @__PURE__ */
|
|
960
|
+
/* @__PURE__ */ React21.createElement(
|
|
849
961
|
"path",
|
|
850
962
|
{
|
|
851
963
|
fillRule: "evenodd",
|
|
@@ -854,7 +966,7 @@ var init_ExploreFilled = __esm({
|
|
|
854
966
|
fill: "currentColor"
|
|
855
967
|
}
|
|
856
968
|
),
|
|
857
|
-
/* @__PURE__ */
|
|
969
|
+
/* @__PURE__ */ React21.createElement(
|
|
858
970
|
"path",
|
|
859
971
|
{
|
|
860
972
|
fillRule: "evenodd",
|
|
@@ -863,7 +975,7 @@ var init_ExploreFilled = __esm({
|
|
|
863
975
|
fill: "currentColor"
|
|
864
976
|
}
|
|
865
977
|
),
|
|
866
|
-
/* @__PURE__ */
|
|
978
|
+
/* @__PURE__ */ React21.createElement(
|
|
867
979
|
"path",
|
|
868
980
|
{
|
|
869
981
|
d: "M16.1046 11.1024C16.1046 13.9203 13.8202 16.2047 11.0022 16.2047C8.1843 16.2047 5.8999 13.9203 5.8999 11.1024C5.8999 8.28445 8.1843 6.00005 11.0022 6.00005C13.8202 6.00005 16.1046 8.28445 16.1046 11.1024Z",
|
|
@@ -881,7 +993,7 @@ var ExploreLinear_exports = {};
|
|
|
881
993
|
__export(ExploreLinear_exports, {
|
|
882
994
|
default: () => ExploreLinear_default
|
|
883
995
|
});
|
|
884
|
-
import * as
|
|
996
|
+
import * as React22 from "react";
|
|
885
997
|
var SvgExploreLinear, ExploreLinear_default;
|
|
886
998
|
var init_ExploreLinear = __esm({
|
|
887
999
|
"src/react/ExploreLinear.tsx"() {
|
|
@@ -889,7 +1001,7 @@ var init_ExploreLinear = __esm({
|
|
|
889
1001
|
init_types();
|
|
890
1002
|
SvgExploreLinear = ({ size = 16, ...props }) => {
|
|
891
1003
|
const sizeValue = resolveSize(size);
|
|
892
|
-
return /* @__PURE__ */
|
|
1004
|
+
return /* @__PURE__ */ React22.createElement(
|
|
893
1005
|
"svg",
|
|
894
1006
|
{
|
|
895
1007
|
width: sizeValue,
|
|
@@ -899,7 +1011,7 @@ var init_ExploreLinear = __esm({
|
|
|
899
1011
|
xmlns: "http://www.w3.org/2000/svg",
|
|
900
1012
|
...props
|
|
901
1013
|
},
|
|
902
|
-
/* @__PURE__ */
|
|
1014
|
+
/* @__PURE__ */ React22.createElement(
|
|
903
1015
|
"path",
|
|
904
1016
|
{
|
|
905
1017
|
fillRule: "evenodd",
|
|
@@ -908,7 +1020,7 @@ var init_ExploreLinear = __esm({
|
|
|
908
1020
|
fill: "currentColor"
|
|
909
1021
|
}
|
|
910
1022
|
),
|
|
911
|
-
/* @__PURE__ */
|
|
1023
|
+
/* @__PURE__ */ React22.createElement(
|
|
912
1024
|
"path",
|
|
913
1025
|
{
|
|
914
1026
|
fillRule: "evenodd",
|
|
@@ -928,7 +1040,7 @@ var EyeHidden_exports = {};
|
|
|
928
1040
|
__export(EyeHidden_exports, {
|
|
929
1041
|
default: () => EyeHidden_default
|
|
930
1042
|
});
|
|
931
|
-
import * as
|
|
1043
|
+
import * as React23 from "react";
|
|
932
1044
|
var SvgEyeHidden, EyeHidden_default;
|
|
933
1045
|
var init_EyeHidden = __esm({
|
|
934
1046
|
"src/react/EyeHidden.tsx"() {
|
|
@@ -936,7 +1048,7 @@ var init_EyeHidden = __esm({
|
|
|
936
1048
|
init_types();
|
|
937
1049
|
SvgEyeHidden = ({ size = 16, ...props }) => {
|
|
938
1050
|
const sizeValue = resolveSize(size);
|
|
939
|
-
return /* @__PURE__ */
|
|
1051
|
+
return /* @__PURE__ */ React23.createElement(
|
|
940
1052
|
"svg",
|
|
941
1053
|
{
|
|
942
1054
|
width: sizeValue,
|
|
@@ -946,7 +1058,7 @@ var init_EyeHidden = __esm({
|
|
|
946
1058
|
xmlns: "http://www.w3.org/2000/svg",
|
|
947
1059
|
...props
|
|
948
1060
|
},
|
|
949
|
-
/* @__PURE__ */
|
|
1061
|
+
/* @__PURE__ */ React23.createElement(
|
|
950
1062
|
"path",
|
|
951
1063
|
{
|
|
952
1064
|
fillRule: "evenodd",
|
|
@@ -955,7 +1067,7 @@ var init_EyeHidden = __esm({
|
|
|
955
1067
|
fill: "currentColor"
|
|
956
1068
|
}
|
|
957
1069
|
),
|
|
958
|
-
/* @__PURE__ */
|
|
1070
|
+
/* @__PURE__ */ React23.createElement(
|
|
959
1071
|
"path",
|
|
960
1072
|
{
|
|
961
1073
|
fillRule: "evenodd",
|
|
@@ -964,7 +1076,7 @@ var init_EyeHidden = __esm({
|
|
|
964
1076
|
fill: "currentColor"
|
|
965
1077
|
}
|
|
966
1078
|
),
|
|
967
|
-
/* @__PURE__ */
|
|
1079
|
+
/* @__PURE__ */ React23.createElement(
|
|
968
1080
|
"path",
|
|
969
1081
|
{
|
|
970
1082
|
fillRule: "evenodd",
|
|
@@ -984,7 +1096,7 @@ var EyeVisible_exports = {};
|
|
|
984
1096
|
__export(EyeVisible_exports, {
|
|
985
1097
|
default: () => EyeVisible_default
|
|
986
1098
|
});
|
|
987
|
-
import * as
|
|
1099
|
+
import * as React24 from "react";
|
|
988
1100
|
var SvgEyeVisible, EyeVisible_default;
|
|
989
1101
|
var init_EyeVisible = __esm({
|
|
990
1102
|
"src/react/EyeVisible.tsx"() {
|
|
@@ -992,7 +1104,7 @@ var init_EyeVisible = __esm({
|
|
|
992
1104
|
init_types();
|
|
993
1105
|
SvgEyeVisible = ({ size = 16, ...props }) => {
|
|
994
1106
|
const sizeValue = resolveSize(size);
|
|
995
|
-
return /* @__PURE__ */
|
|
1107
|
+
return /* @__PURE__ */ React24.createElement(
|
|
996
1108
|
"svg",
|
|
997
1109
|
{
|
|
998
1110
|
width: sizeValue,
|
|
@@ -1002,7 +1114,7 @@ var init_EyeVisible = __esm({
|
|
|
1002
1114
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1003
1115
|
...props
|
|
1004
1116
|
},
|
|
1005
|
-
/* @__PURE__ */
|
|
1117
|
+
/* @__PURE__ */ React24.createElement(
|
|
1006
1118
|
"path",
|
|
1007
1119
|
{
|
|
1008
1120
|
fillRule: "evenodd",
|
|
@@ -1011,7 +1123,7 @@ var init_EyeVisible = __esm({
|
|
|
1011
1123
|
fill: "currentColor"
|
|
1012
1124
|
}
|
|
1013
1125
|
),
|
|
1014
|
-
/* @__PURE__ */
|
|
1126
|
+
/* @__PURE__ */ React24.createElement(
|
|
1015
1127
|
"path",
|
|
1016
1128
|
{
|
|
1017
1129
|
fillRule: "evenodd",
|
|
@@ -1031,7 +1143,7 @@ var FileCheck_exports = {};
|
|
|
1031
1143
|
__export(FileCheck_exports, {
|
|
1032
1144
|
default: () => FileCheck_default
|
|
1033
1145
|
});
|
|
1034
|
-
import * as
|
|
1146
|
+
import * as React25 from "react";
|
|
1035
1147
|
var SvgFileCheck, FileCheck_default;
|
|
1036
1148
|
var init_FileCheck = __esm({
|
|
1037
1149
|
"src/react/FileCheck.tsx"() {
|
|
@@ -1039,7 +1151,7 @@ var init_FileCheck = __esm({
|
|
|
1039
1151
|
init_types();
|
|
1040
1152
|
SvgFileCheck = ({ size = 16, ...props }) => {
|
|
1041
1153
|
const sizeValue = resolveSize(size);
|
|
1042
|
-
return /* @__PURE__ */
|
|
1154
|
+
return /* @__PURE__ */ React25.createElement(
|
|
1043
1155
|
"svg",
|
|
1044
1156
|
{
|
|
1045
1157
|
width: sizeValue,
|
|
@@ -1049,7 +1161,7 @@ var init_FileCheck = __esm({
|
|
|
1049
1161
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1050
1162
|
...props
|
|
1051
1163
|
},
|
|
1052
|
-
/* @__PURE__ */
|
|
1164
|
+
/* @__PURE__ */ React25.createElement(
|
|
1053
1165
|
"path",
|
|
1054
1166
|
{
|
|
1055
1167
|
fillRule: "evenodd",
|
|
@@ -1058,7 +1170,7 @@ var init_FileCheck = __esm({
|
|
|
1058
1170
|
fill: "currentColor"
|
|
1059
1171
|
}
|
|
1060
1172
|
),
|
|
1061
|
-
/* @__PURE__ */
|
|
1173
|
+
/* @__PURE__ */ React25.createElement(
|
|
1062
1174
|
"path",
|
|
1063
1175
|
{
|
|
1064
1176
|
fillRule: "evenodd",
|
|
@@ -1067,7 +1179,7 @@ var init_FileCheck = __esm({
|
|
|
1067
1179
|
fill: "currentColor"
|
|
1068
1180
|
}
|
|
1069
1181
|
),
|
|
1070
|
-
/* @__PURE__ */
|
|
1182
|
+
/* @__PURE__ */ React25.createElement(
|
|
1071
1183
|
"path",
|
|
1072
1184
|
{
|
|
1073
1185
|
fillRule: "evenodd",
|
|
@@ -1087,7 +1199,7 @@ var FileKey_exports = {};
|
|
|
1087
1199
|
__export(FileKey_exports, {
|
|
1088
1200
|
default: () => FileKey_default
|
|
1089
1201
|
});
|
|
1090
|
-
import * as
|
|
1202
|
+
import * as React26 from "react";
|
|
1091
1203
|
var SvgFileKey, FileKey_default;
|
|
1092
1204
|
var init_FileKey = __esm({
|
|
1093
1205
|
"src/react/FileKey.tsx"() {
|
|
@@ -1095,7 +1207,7 @@ var init_FileKey = __esm({
|
|
|
1095
1207
|
init_types();
|
|
1096
1208
|
SvgFileKey = ({ size = 16, ...props }) => {
|
|
1097
1209
|
const sizeValue = resolveSize(size);
|
|
1098
|
-
return /* @__PURE__ */
|
|
1210
|
+
return /* @__PURE__ */ React26.createElement(
|
|
1099
1211
|
"svg",
|
|
1100
1212
|
{
|
|
1101
1213
|
width: sizeValue,
|
|
@@ -1105,7 +1217,7 @@ var init_FileKey = __esm({
|
|
|
1105
1217
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1106
1218
|
...props
|
|
1107
1219
|
},
|
|
1108
|
-
/* @__PURE__ */
|
|
1220
|
+
/* @__PURE__ */ React26.createElement(
|
|
1109
1221
|
"path",
|
|
1110
1222
|
{
|
|
1111
1223
|
fillRule: "evenodd",
|
|
@@ -1114,7 +1226,7 @@ var init_FileKey = __esm({
|
|
|
1114
1226
|
fill: "currentColor"
|
|
1115
1227
|
}
|
|
1116
1228
|
),
|
|
1117
|
-
/* @__PURE__ */
|
|
1229
|
+
/* @__PURE__ */ React26.createElement(
|
|
1118
1230
|
"path",
|
|
1119
1231
|
{
|
|
1120
1232
|
fillRule: "evenodd",
|
|
@@ -1123,7 +1235,7 @@ var init_FileKey = __esm({
|
|
|
1123
1235
|
fill: "currentColor"
|
|
1124
1236
|
}
|
|
1125
1237
|
),
|
|
1126
|
-
/* @__PURE__ */
|
|
1238
|
+
/* @__PURE__ */ React26.createElement(
|
|
1127
1239
|
"path",
|
|
1128
1240
|
{
|
|
1129
1241
|
fillRule: "evenodd",
|
|
@@ -1132,7 +1244,7 @@ var init_FileKey = __esm({
|
|
|
1132
1244
|
fill: "currentColor"
|
|
1133
1245
|
}
|
|
1134
1246
|
),
|
|
1135
|
-
/* @__PURE__ */
|
|
1247
|
+
/* @__PURE__ */ React26.createElement(
|
|
1136
1248
|
"path",
|
|
1137
1249
|
{
|
|
1138
1250
|
fillRule: "evenodd",
|
|
@@ -1152,7 +1264,7 @@ var FileLock_exports = {};
|
|
|
1152
1264
|
__export(FileLock_exports, {
|
|
1153
1265
|
default: () => FileLock_default
|
|
1154
1266
|
});
|
|
1155
|
-
import * as
|
|
1267
|
+
import * as React27 from "react";
|
|
1156
1268
|
var SvgFileLock, FileLock_default;
|
|
1157
1269
|
var init_FileLock = __esm({
|
|
1158
1270
|
"src/react/FileLock.tsx"() {
|
|
@@ -1160,7 +1272,7 @@ var init_FileLock = __esm({
|
|
|
1160
1272
|
init_types();
|
|
1161
1273
|
SvgFileLock = ({ size = 16, ...props }) => {
|
|
1162
1274
|
const sizeValue = resolveSize(size);
|
|
1163
|
-
return /* @__PURE__ */
|
|
1275
|
+
return /* @__PURE__ */ React27.createElement(
|
|
1164
1276
|
"svg",
|
|
1165
1277
|
{
|
|
1166
1278
|
width: sizeValue,
|
|
@@ -1170,53 +1282,136 @@ var init_FileLock = __esm({
|
|
|
1170
1282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1171
1283
|
...props
|
|
1172
1284
|
},
|
|
1173
|
-
/* @__PURE__ */
|
|
1285
|
+
/* @__PURE__ */ React27.createElement(
|
|
1286
|
+
"path",
|
|
1287
|
+
{
|
|
1288
|
+
fillRule: "evenodd",
|
|
1289
|
+
clipRule: "evenodd",
|
|
1290
|
+
d: "M3.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14.5C14.7652 1 15.0196 1.10536 15.2071 1.29289L20.7071 6.79289C20.8946 6.98043 21 7.23478 21 7.5V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V4C3 3.20435 3.31607 2.44129 3.87868 1.87868ZM6 3C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V7.91421L14.0858 3H6Z",
|
|
1291
|
+
fill: "currentColor"
|
|
1292
|
+
}
|
|
1293
|
+
),
|
|
1294
|
+
/* @__PURE__ */ React27.createElement(
|
|
1295
|
+
"path",
|
|
1296
|
+
{
|
|
1297
|
+
fillRule: "evenodd",
|
|
1298
|
+
clipRule: "evenodd",
|
|
1299
|
+
d: "M7 13C7 11.8954 7.89543 11 9 11H15C16.1046 11 17 11.8954 17 13V17C17 18.1046 16.1046 19 15 19H9C7.89543 19 7 18.1046 7 17V13ZM15 13H9V17H15V13Z",
|
|
1300
|
+
fill: "currentColor"
|
|
1301
|
+
}
|
|
1302
|
+
),
|
|
1303
|
+
/* @__PURE__ */ React27.createElement(
|
|
1304
|
+
"path",
|
|
1305
|
+
{
|
|
1306
|
+
fillRule: "evenodd",
|
|
1307
|
+
clipRule: "evenodd",
|
|
1308
|
+
d: "M9.17157 7.17157C9.92172 6.42143 10.9391 6 12 6C13.0609 6 14.0783 6.42143 14.8284 7.17157C15.5786 7.92172 16 8.93913 16 10V12C16 12.5523 15.5523 13 15 13C14.4477 13 14 12.5523 14 12V10C14 9.46957 13.7893 8.96086 13.4142 8.58579C13.0391 8.21071 12.5304 8 12 8C11.4696 8 10.9609 8.21071 10.5858 8.58579C10.2107 8.96086 10 9.46957 10 10V12C10 12.5523 9.55228 13 9 13C8.44772 13 8 12.5523 8 12V10C8 8.93913 8.42143 7.92172 9.17157 7.17157Z",
|
|
1309
|
+
fill: "currentColor"
|
|
1310
|
+
}
|
|
1311
|
+
)
|
|
1312
|
+
);
|
|
1313
|
+
};
|
|
1314
|
+
FileLock_default = SvgFileLock;
|
|
1315
|
+
}
|
|
1316
|
+
});
|
|
1317
|
+
|
|
1318
|
+
// src/react/FileSpreadsheet.tsx
|
|
1319
|
+
var FileSpreadsheet_exports = {};
|
|
1320
|
+
__export(FileSpreadsheet_exports, {
|
|
1321
|
+
default: () => FileSpreadsheet_default
|
|
1322
|
+
});
|
|
1323
|
+
import * as React28 from "react";
|
|
1324
|
+
var SvgFileSpreadsheet, FileSpreadsheet_default;
|
|
1325
|
+
var init_FileSpreadsheet = __esm({
|
|
1326
|
+
"src/react/FileSpreadsheet.tsx"() {
|
|
1327
|
+
"use strict";
|
|
1328
|
+
init_types();
|
|
1329
|
+
SvgFileSpreadsheet = ({ size = 16, ...props }) => {
|
|
1330
|
+
const sizeValue = resolveSize(size);
|
|
1331
|
+
return /* @__PURE__ */ React28.createElement(
|
|
1332
|
+
"svg",
|
|
1333
|
+
{
|
|
1334
|
+
width: sizeValue,
|
|
1335
|
+
height: sizeValue,
|
|
1336
|
+
viewBox: "0 0 24 24",
|
|
1337
|
+
fill: "none",
|
|
1338
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1339
|
+
...props
|
|
1340
|
+
},
|
|
1341
|
+
/* @__PURE__ */ React28.createElement(
|
|
1342
|
+
"path",
|
|
1343
|
+
{
|
|
1344
|
+
fillRule: "evenodd",
|
|
1345
|
+
clipRule: "evenodd",
|
|
1346
|
+
d: "M3.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14.5C14.7652 1 15.0196 1.10536 15.2071 1.29289L20.7071 6.79289C20.8946 6.98043 21 7.23478 21 7.5V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V4C3 3.20435 3.31607 2.44129 3.87868 1.87868ZM6 3C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V7.91421L14.0858 3H6Z",
|
|
1347
|
+
fill: "currentColor"
|
|
1348
|
+
}
|
|
1349
|
+
),
|
|
1350
|
+
/* @__PURE__ */ React28.createElement(
|
|
1351
|
+
"path",
|
|
1352
|
+
{
|
|
1353
|
+
fillRule: "evenodd",
|
|
1354
|
+
clipRule: "evenodd",
|
|
1355
|
+
d: "M14 1C14.5523 1 15 1.44772 15 2V7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14C13.4477 9 13 8.55228 13 8V2C13 1.44772 13.4477 1 14 1Z",
|
|
1356
|
+
fill: "currentColor"
|
|
1357
|
+
}
|
|
1358
|
+
),
|
|
1359
|
+
/* @__PURE__ */ React28.createElement(
|
|
1360
|
+
"path",
|
|
1361
|
+
{
|
|
1362
|
+
fillRule: "evenodd",
|
|
1363
|
+
clipRule: "evenodd",
|
|
1364
|
+
d: "M7 13C7 12.4477 7.44772 12 8 12H10C10.5523 12 11 12.4477 11 13C11 13.5523 10.5523 14 10 14H8C7.44772 14 7 13.5523 7 13Z",
|
|
1365
|
+
fill: "currentColor"
|
|
1366
|
+
}
|
|
1367
|
+
),
|
|
1368
|
+
/* @__PURE__ */ React28.createElement(
|
|
1174
1369
|
"path",
|
|
1175
1370
|
{
|
|
1176
1371
|
fillRule: "evenodd",
|
|
1177
1372
|
clipRule: "evenodd",
|
|
1178
|
-
d: "
|
|
1373
|
+
d: "M7 17C7 16.4477 7.44772 16 8 16H10C10.5523 16 11 16.4477 11 17C11 17.5523 10.5523 18 10 18H8C7.44772 18 7 17.5523 7 17Z",
|
|
1179
1374
|
fill: "currentColor"
|
|
1180
1375
|
}
|
|
1181
1376
|
),
|
|
1182
|
-
/* @__PURE__ */
|
|
1377
|
+
/* @__PURE__ */ React28.createElement(
|
|
1183
1378
|
"path",
|
|
1184
1379
|
{
|
|
1185
1380
|
fillRule: "evenodd",
|
|
1186
1381
|
clipRule: "evenodd",
|
|
1187
|
-
d: "
|
|
1382
|
+
d: "M13 13C13 12.4477 13.4477 12 14 12H16C16.5523 12 17 12.4477 17 13C17 13.5523 16.5523 14 16 14H14C13.4477 14 13 13.5523 13 13Z",
|
|
1188
1383
|
fill: "currentColor"
|
|
1189
1384
|
}
|
|
1190
1385
|
),
|
|
1191
|
-
/* @__PURE__ */
|
|
1386
|
+
/* @__PURE__ */ React28.createElement(
|
|
1192
1387
|
"path",
|
|
1193
1388
|
{
|
|
1194
1389
|
fillRule: "evenodd",
|
|
1195
1390
|
clipRule: "evenodd",
|
|
1196
|
-
d: "
|
|
1391
|
+
d: "M13 17C13 16.4477 13.4477 16 14 16H16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18H14C13.4477 18 13 17.5523 13 17Z",
|
|
1197
1392
|
fill: "currentColor"
|
|
1198
1393
|
}
|
|
1199
1394
|
)
|
|
1200
1395
|
);
|
|
1201
1396
|
};
|
|
1202
|
-
|
|
1397
|
+
FileSpreadsheet_default = SvgFileSpreadsheet;
|
|
1203
1398
|
}
|
|
1204
1399
|
});
|
|
1205
1400
|
|
|
1206
|
-
// src/react/
|
|
1207
|
-
var
|
|
1208
|
-
__export(
|
|
1209
|
-
default: () =>
|
|
1401
|
+
// src/react/FileText.tsx
|
|
1402
|
+
var FileText_exports = {};
|
|
1403
|
+
__export(FileText_exports, {
|
|
1404
|
+
default: () => FileText_default
|
|
1210
1405
|
});
|
|
1211
|
-
import * as
|
|
1212
|
-
var
|
|
1213
|
-
var
|
|
1214
|
-
"src/react/
|
|
1406
|
+
import * as React29 from "react";
|
|
1407
|
+
var SvgFileText, FileText_default;
|
|
1408
|
+
var init_FileText = __esm({
|
|
1409
|
+
"src/react/FileText.tsx"() {
|
|
1215
1410
|
"use strict";
|
|
1216
1411
|
init_types();
|
|
1217
|
-
|
|
1412
|
+
SvgFileText = ({ size = 16, ...props }) => {
|
|
1218
1413
|
const sizeValue = resolveSize(size);
|
|
1219
|
-
return /* @__PURE__ */
|
|
1414
|
+
return /* @__PURE__ */ React29.createElement(
|
|
1220
1415
|
"svg",
|
|
1221
1416
|
{
|
|
1222
1417
|
width: sizeValue,
|
|
@@ -1226,7 +1421,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1226
1421
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1227
1422
|
...props
|
|
1228
1423
|
},
|
|
1229
|
-
/* @__PURE__ */
|
|
1424
|
+
/* @__PURE__ */ React29.createElement(
|
|
1230
1425
|
"path",
|
|
1231
1426
|
{
|
|
1232
1427
|
fillRule: "evenodd",
|
|
@@ -1235,7 +1430,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1235
1430
|
fill: "currentColor"
|
|
1236
1431
|
}
|
|
1237
1432
|
),
|
|
1238
|
-
/* @__PURE__ */
|
|
1433
|
+
/* @__PURE__ */ React29.createElement(
|
|
1239
1434
|
"path",
|
|
1240
1435
|
{
|
|
1241
1436
|
fillRule: "evenodd",
|
|
@@ -1244,45 +1439,36 @@ var init_FileSpreadsheet = __esm({
|
|
|
1244
1439
|
fill: "currentColor"
|
|
1245
1440
|
}
|
|
1246
1441
|
),
|
|
1247
|
-
/* @__PURE__ */
|
|
1248
|
-
"path",
|
|
1249
|
-
{
|
|
1250
|
-
fillRule: "evenodd",
|
|
1251
|
-
clipRule: "evenodd",
|
|
1252
|
-
d: "M7 13C7 12.4477 7.44772 12 8 12H10C10.5523 12 11 12.4477 11 13C11 13.5523 10.5523 14 10 14H8C7.44772 14 7 13.5523 7 13Z",
|
|
1253
|
-
fill: "currentColor"
|
|
1254
|
-
}
|
|
1255
|
-
),
|
|
1256
|
-
/* @__PURE__ */ React26.createElement(
|
|
1442
|
+
/* @__PURE__ */ React29.createElement(
|
|
1257
1443
|
"path",
|
|
1258
1444
|
{
|
|
1259
1445
|
fillRule: "evenodd",
|
|
1260
1446
|
clipRule: "evenodd",
|
|
1261
|
-
d: "M7
|
|
1447
|
+
d: "M7 13C7 12.4477 7.44772 12 8 12H16C16.5523 12 17 12.4477 17 13C17 13.5523 16.5523 14 16 14H8C7.44772 14 7 13.5523 7 13Z",
|
|
1262
1448
|
fill: "currentColor"
|
|
1263
1449
|
}
|
|
1264
1450
|
),
|
|
1265
|
-
/* @__PURE__ */
|
|
1451
|
+
/* @__PURE__ */ React29.createElement(
|
|
1266
1452
|
"path",
|
|
1267
1453
|
{
|
|
1268
1454
|
fillRule: "evenodd",
|
|
1269
1455
|
clipRule: "evenodd",
|
|
1270
|
-
d: "
|
|
1456
|
+
d: "M7 17C7 16.4477 7.44772 16 8 16H16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18H8C7.44772 18 7 17.5523 7 17Z",
|
|
1271
1457
|
fill: "currentColor"
|
|
1272
1458
|
}
|
|
1273
1459
|
),
|
|
1274
|
-
/* @__PURE__ */
|
|
1460
|
+
/* @__PURE__ */ React29.createElement(
|
|
1275
1461
|
"path",
|
|
1276
1462
|
{
|
|
1277
1463
|
fillRule: "evenodd",
|
|
1278
1464
|
clipRule: "evenodd",
|
|
1279
|
-
d: "
|
|
1465
|
+
d: "M7 9C7 8.44772 7.44772 8 8 8H10C10.5523 8 11 8.44772 11 9C11 9.55228 10.5523 10 10 10H8C7.44772 10 7 9.55228 7 9Z",
|
|
1280
1466
|
fill: "currentColor"
|
|
1281
1467
|
}
|
|
1282
1468
|
)
|
|
1283
1469
|
);
|
|
1284
1470
|
};
|
|
1285
|
-
|
|
1471
|
+
FileText_default = SvgFileText;
|
|
1286
1472
|
}
|
|
1287
1473
|
});
|
|
1288
1474
|
|
|
@@ -1291,7 +1477,7 @@ var HelpCircle_exports = {};
|
|
|
1291
1477
|
__export(HelpCircle_exports, {
|
|
1292
1478
|
default: () => HelpCircle_default
|
|
1293
1479
|
});
|
|
1294
|
-
import * as
|
|
1480
|
+
import * as React30 from "react";
|
|
1295
1481
|
var SvgHelpCircle, HelpCircle_default;
|
|
1296
1482
|
var init_HelpCircle = __esm({
|
|
1297
1483
|
"src/react/HelpCircle.tsx"() {
|
|
@@ -1299,7 +1485,7 @@ var init_HelpCircle = __esm({
|
|
|
1299
1485
|
init_types();
|
|
1300
1486
|
SvgHelpCircle = ({ size = 16, ...props }) => {
|
|
1301
1487
|
const sizeValue = resolveSize(size);
|
|
1302
|
-
return /* @__PURE__ */
|
|
1488
|
+
return /* @__PURE__ */ React30.createElement(
|
|
1303
1489
|
"svg",
|
|
1304
1490
|
{
|
|
1305
1491
|
width: sizeValue,
|
|
@@ -1309,7 +1495,7 @@ var init_HelpCircle = __esm({
|
|
|
1309
1495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1310
1496
|
...props
|
|
1311
1497
|
},
|
|
1312
|
-
/* @__PURE__ */
|
|
1498
|
+
/* @__PURE__ */ React30.createElement(
|
|
1313
1499
|
"path",
|
|
1314
1500
|
{
|
|
1315
1501
|
fillRule: "evenodd",
|
|
@@ -1318,7 +1504,7 @@ var init_HelpCircle = __esm({
|
|
|
1318
1504
|
fill: "currentColor"
|
|
1319
1505
|
}
|
|
1320
1506
|
),
|
|
1321
|
-
/* @__PURE__ */
|
|
1507
|
+
/* @__PURE__ */ React30.createElement(
|
|
1322
1508
|
"path",
|
|
1323
1509
|
{
|
|
1324
1510
|
fillRule: "evenodd",
|
|
@@ -1327,7 +1513,7 @@ var init_HelpCircle = __esm({
|
|
|
1327
1513
|
fill: "currentColor"
|
|
1328
1514
|
}
|
|
1329
1515
|
),
|
|
1330
|
-
/* @__PURE__ */
|
|
1516
|
+
/* @__PURE__ */ React30.createElement(
|
|
1331
1517
|
"path",
|
|
1332
1518
|
{
|
|
1333
1519
|
fillRule: "evenodd",
|
|
@@ -1347,7 +1533,7 @@ var HomeFilled_exports = {};
|
|
|
1347
1533
|
__export(HomeFilled_exports, {
|
|
1348
1534
|
default: () => HomeFilled_default
|
|
1349
1535
|
});
|
|
1350
|
-
import * as
|
|
1536
|
+
import * as React31 from "react";
|
|
1351
1537
|
var SvgHomeFilled, HomeFilled_default;
|
|
1352
1538
|
var init_HomeFilled = __esm({
|
|
1353
1539
|
"src/react/HomeFilled.tsx"() {
|
|
@@ -1355,7 +1541,7 @@ var init_HomeFilled = __esm({
|
|
|
1355
1541
|
init_types();
|
|
1356
1542
|
SvgHomeFilled = ({ size = 16, ...props }) => {
|
|
1357
1543
|
const sizeValue = resolveSize(size);
|
|
1358
|
-
return /* @__PURE__ */
|
|
1544
|
+
return /* @__PURE__ */ React31.createElement(
|
|
1359
1545
|
"svg",
|
|
1360
1546
|
{
|
|
1361
1547
|
width: sizeValue,
|
|
@@ -1365,7 +1551,7 @@ var init_HomeFilled = __esm({
|
|
|
1365
1551
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1366
1552
|
...props
|
|
1367
1553
|
},
|
|
1368
|
-
/* @__PURE__ */
|
|
1554
|
+
/* @__PURE__ */ React31.createElement(
|
|
1369
1555
|
"path",
|
|
1370
1556
|
{
|
|
1371
1557
|
d: "M9.78125 3.47949C11.1248 2.58376 12.8752 2.58376 14.2188 3.47949L19.2188 6.8125C20.3315 7.5543 20.9999 8.80333 21 10.1406V18C21 20.2091 19.2091 22 17 22H7C4.79086 22 3 20.2091 3 18V10.1406C3.00011 8.80333 3.66855 7.5543 4.78125 6.8125L9.78125 3.47949ZM11 11.5928C9.89548 11.5928 9.00008 12.4883 9 13.5928V18.9629C9 19.5152 9.44772 19.9629 10 19.9629H14C14.5523 19.9629 15 19.5152 15 18.9629V13.5928C14.9999 12.4883 14.1045 11.5928 13 11.5928H11Z",
|
|
@@ -1383,7 +1569,7 @@ var HomeLinear_exports = {};
|
|
|
1383
1569
|
__export(HomeLinear_exports, {
|
|
1384
1570
|
default: () => HomeLinear_default
|
|
1385
1571
|
});
|
|
1386
|
-
import * as
|
|
1572
|
+
import * as React32 from "react";
|
|
1387
1573
|
var SvgHomeLinear, HomeLinear_default;
|
|
1388
1574
|
var init_HomeLinear = __esm({
|
|
1389
1575
|
"src/react/HomeLinear.tsx"() {
|
|
@@ -1391,7 +1577,7 @@ var init_HomeLinear = __esm({
|
|
|
1391
1577
|
init_types();
|
|
1392
1578
|
SvgHomeLinear = ({ size = 16, ...props }) => {
|
|
1393
1579
|
const sizeValue = resolveSize(size);
|
|
1394
|
-
return /* @__PURE__ */
|
|
1580
|
+
return /* @__PURE__ */ React32.createElement(
|
|
1395
1581
|
"svg",
|
|
1396
1582
|
{
|
|
1397
1583
|
width: sizeValue,
|
|
@@ -1401,7 +1587,7 @@ var init_HomeLinear = __esm({
|
|
|
1401
1587
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1402
1588
|
...props
|
|
1403
1589
|
},
|
|
1404
|
-
/* @__PURE__ */
|
|
1590
|
+
/* @__PURE__ */ React32.createElement(
|
|
1405
1591
|
"path",
|
|
1406
1592
|
{
|
|
1407
1593
|
fillRule: "evenodd",
|
|
@@ -1421,7 +1607,7 @@ var IconSlot_exports = {};
|
|
|
1421
1607
|
__export(IconSlot_exports, {
|
|
1422
1608
|
default: () => IconSlot_default
|
|
1423
1609
|
});
|
|
1424
|
-
import * as
|
|
1610
|
+
import * as React33 from "react";
|
|
1425
1611
|
var SvgIconSlot, IconSlot_default;
|
|
1426
1612
|
var init_IconSlot = __esm({
|
|
1427
1613
|
"src/react/IconSlot.tsx"() {
|
|
@@ -1429,7 +1615,7 @@ var init_IconSlot = __esm({
|
|
|
1429
1615
|
init_types();
|
|
1430
1616
|
SvgIconSlot = ({ size = 16, ...props }) => {
|
|
1431
1617
|
const sizeValue = resolveSize(size);
|
|
1432
|
-
return /* @__PURE__ */
|
|
1618
|
+
return /* @__PURE__ */ React33.createElement(
|
|
1433
1619
|
"svg",
|
|
1434
1620
|
{
|
|
1435
1621
|
width: sizeValue,
|
|
@@ -1439,7 +1625,7 @@ var init_IconSlot = __esm({
|
|
|
1439
1625
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1440
1626
|
...props
|
|
1441
1627
|
},
|
|
1442
|
-
/* @__PURE__ */
|
|
1628
|
+
/* @__PURE__ */ React33.createElement(
|
|
1443
1629
|
"path",
|
|
1444
1630
|
{
|
|
1445
1631
|
d: "M21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z",
|
|
@@ -1457,7 +1643,7 @@ var Keys01_exports = {};
|
|
|
1457
1643
|
__export(Keys01_exports, {
|
|
1458
1644
|
default: () => Keys01_default
|
|
1459
1645
|
});
|
|
1460
|
-
import * as
|
|
1646
|
+
import * as React34 from "react";
|
|
1461
1647
|
var SvgKeys01, Keys01_default;
|
|
1462
1648
|
var init_Keys01 = __esm({
|
|
1463
1649
|
"src/react/Keys01.tsx"() {
|
|
@@ -1465,7 +1651,7 @@ var init_Keys01 = __esm({
|
|
|
1465
1651
|
init_types();
|
|
1466
1652
|
SvgKeys01 = ({ size = 16, ...props }) => {
|
|
1467
1653
|
const sizeValue = resolveSize(size);
|
|
1468
|
-
return /* @__PURE__ */
|
|
1654
|
+
return /* @__PURE__ */ React34.createElement(
|
|
1469
1655
|
"svg",
|
|
1470
1656
|
{
|
|
1471
1657
|
width: sizeValue,
|
|
@@ -1475,7 +1661,7 @@ var init_Keys01 = __esm({
|
|
|
1475
1661
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1476
1662
|
...props
|
|
1477
1663
|
},
|
|
1478
|
-
/* @__PURE__ */
|
|
1664
|
+
/* @__PURE__ */ React34.createElement(
|
|
1479
1665
|
"path",
|
|
1480
1666
|
{
|
|
1481
1667
|
fillRule: "evenodd",
|
|
@@ -1484,7 +1670,7 @@ var init_Keys01 = __esm({
|
|
|
1484
1670
|
fill: "currentColor"
|
|
1485
1671
|
}
|
|
1486
1672
|
),
|
|
1487
|
-
/* @__PURE__ */
|
|
1673
|
+
/* @__PURE__ */ React34.createElement(
|
|
1488
1674
|
"path",
|
|
1489
1675
|
{
|
|
1490
1676
|
fillRule: "evenodd",
|
|
@@ -1493,7 +1679,7 @@ var init_Keys01 = __esm({
|
|
|
1493
1679
|
fill: "currentColor"
|
|
1494
1680
|
}
|
|
1495
1681
|
),
|
|
1496
|
-
/* @__PURE__ */
|
|
1682
|
+
/* @__PURE__ */ React34.createElement(
|
|
1497
1683
|
"path",
|
|
1498
1684
|
{
|
|
1499
1685
|
fillRule: "evenodd",
|
|
@@ -1513,7 +1699,7 @@ var LeadsFilled_exports = {};
|
|
|
1513
1699
|
__export(LeadsFilled_exports, {
|
|
1514
1700
|
default: () => LeadsFilled_default
|
|
1515
1701
|
});
|
|
1516
|
-
import * as
|
|
1702
|
+
import * as React35 from "react";
|
|
1517
1703
|
var SvgLeadsFilled, LeadsFilled_default;
|
|
1518
1704
|
var init_LeadsFilled = __esm({
|
|
1519
1705
|
"src/react/LeadsFilled.tsx"() {
|
|
@@ -1521,7 +1707,7 @@ var init_LeadsFilled = __esm({
|
|
|
1521
1707
|
init_types();
|
|
1522
1708
|
SvgLeadsFilled = ({ size = 16, ...props }) => {
|
|
1523
1709
|
const sizeValue = resolveSize(size);
|
|
1524
|
-
return /* @__PURE__ */
|
|
1710
|
+
return /* @__PURE__ */ React35.createElement(
|
|
1525
1711
|
"svg",
|
|
1526
1712
|
{
|
|
1527
1713
|
width: sizeValue,
|
|
@@ -1531,7 +1717,7 @@ var init_LeadsFilled = __esm({
|
|
|
1531
1717
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1532
1718
|
...props
|
|
1533
1719
|
},
|
|
1534
|
-
/* @__PURE__ */
|
|
1720
|
+
/* @__PURE__ */ React35.createElement(
|
|
1535
1721
|
"path",
|
|
1536
1722
|
{
|
|
1537
1723
|
fillRule: "evenodd",
|
|
@@ -1540,7 +1726,7 @@ var init_LeadsFilled = __esm({
|
|
|
1540
1726
|
fill: "currentColor"
|
|
1541
1727
|
}
|
|
1542
1728
|
),
|
|
1543
|
-
/* @__PURE__ */
|
|
1729
|
+
/* @__PURE__ */ React35.createElement(
|
|
1544
1730
|
"path",
|
|
1545
1731
|
{
|
|
1546
1732
|
fillRule: "evenodd",
|
|
@@ -1549,7 +1735,7 @@ var init_LeadsFilled = __esm({
|
|
|
1549
1735
|
fill: "currentColor"
|
|
1550
1736
|
}
|
|
1551
1737
|
),
|
|
1552
|
-
/* @__PURE__ */
|
|
1738
|
+
/* @__PURE__ */ React35.createElement(
|
|
1553
1739
|
"path",
|
|
1554
1740
|
{
|
|
1555
1741
|
fillRule: "evenodd",
|
|
@@ -1558,7 +1744,7 @@ var init_LeadsFilled = __esm({
|
|
|
1558
1744
|
fill: "currentColor"
|
|
1559
1745
|
}
|
|
1560
1746
|
),
|
|
1561
|
-
/* @__PURE__ */
|
|
1747
|
+
/* @__PURE__ */ React35.createElement(
|
|
1562
1748
|
"path",
|
|
1563
1749
|
{
|
|
1564
1750
|
fillRule: "evenodd",
|
|
@@ -1578,7 +1764,7 @@ var LeadsLinear_exports = {};
|
|
|
1578
1764
|
__export(LeadsLinear_exports, {
|
|
1579
1765
|
default: () => LeadsLinear_default
|
|
1580
1766
|
});
|
|
1581
|
-
import * as
|
|
1767
|
+
import * as React36 from "react";
|
|
1582
1768
|
var SvgLeadsLinear, LeadsLinear_default;
|
|
1583
1769
|
var init_LeadsLinear = __esm({
|
|
1584
1770
|
"src/react/LeadsLinear.tsx"() {
|
|
@@ -1586,7 +1772,7 @@ var init_LeadsLinear = __esm({
|
|
|
1586
1772
|
init_types();
|
|
1587
1773
|
SvgLeadsLinear = ({ size = 16, ...props }) => {
|
|
1588
1774
|
const sizeValue = resolveSize(size);
|
|
1589
|
-
return /* @__PURE__ */
|
|
1775
|
+
return /* @__PURE__ */ React36.createElement(
|
|
1590
1776
|
"svg",
|
|
1591
1777
|
{
|
|
1592
1778
|
width: sizeValue,
|
|
@@ -1596,7 +1782,7 @@ var init_LeadsLinear = __esm({
|
|
|
1596
1782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1597
1783
|
...props
|
|
1598
1784
|
},
|
|
1599
|
-
/* @__PURE__ */
|
|
1785
|
+
/* @__PURE__ */ React36.createElement(
|
|
1600
1786
|
"path",
|
|
1601
1787
|
{
|
|
1602
1788
|
fillRule: "evenodd",
|
|
@@ -1605,7 +1791,7 @@ var init_LeadsLinear = __esm({
|
|
|
1605
1791
|
fill: "currentColor"
|
|
1606
1792
|
}
|
|
1607
1793
|
),
|
|
1608
|
-
/* @__PURE__ */
|
|
1794
|
+
/* @__PURE__ */ React36.createElement(
|
|
1609
1795
|
"path",
|
|
1610
1796
|
{
|
|
1611
1797
|
fillRule: "evenodd",
|
|
@@ -1614,7 +1800,7 @@ var init_LeadsLinear = __esm({
|
|
|
1614
1800
|
fill: "currentColor"
|
|
1615
1801
|
}
|
|
1616
1802
|
),
|
|
1617
|
-
/* @__PURE__ */
|
|
1803
|
+
/* @__PURE__ */ React36.createElement(
|
|
1618
1804
|
"path",
|
|
1619
1805
|
{
|
|
1620
1806
|
fillRule: "evenodd",
|
|
@@ -1623,7 +1809,7 @@ var init_LeadsLinear = __esm({
|
|
|
1623
1809
|
fill: "currentColor"
|
|
1624
1810
|
}
|
|
1625
1811
|
),
|
|
1626
|
-
/* @__PURE__ */
|
|
1812
|
+
/* @__PURE__ */ React36.createElement(
|
|
1627
1813
|
"path",
|
|
1628
1814
|
{
|
|
1629
1815
|
fillRule: "evenodd",
|
|
@@ -1643,7 +1829,7 @@ var Lock_exports = {};
|
|
|
1643
1829
|
__export(Lock_exports, {
|
|
1644
1830
|
default: () => Lock_default
|
|
1645
1831
|
});
|
|
1646
|
-
import * as
|
|
1832
|
+
import * as React37 from "react";
|
|
1647
1833
|
var SvgLock, Lock_default;
|
|
1648
1834
|
var init_Lock = __esm({
|
|
1649
1835
|
"src/react/Lock.tsx"() {
|
|
@@ -1651,7 +1837,7 @@ var init_Lock = __esm({
|
|
|
1651
1837
|
init_types();
|
|
1652
1838
|
SvgLock = ({ size = 16, ...props }) => {
|
|
1653
1839
|
const sizeValue = resolveSize(size);
|
|
1654
|
-
return /* @__PURE__ */
|
|
1840
|
+
return /* @__PURE__ */ React37.createElement(
|
|
1655
1841
|
"svg",
|
|
1656
1842
|
{
|
|
1657
1843
|
width: sizeValue,
|
|
@@ -1661,7 +1847,7 @@ var init_Lock = __esm({
|
|
|
1661
1847
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1662
1848
|
...props
|
|
1663
1849
|
},
|
|
1664
|
-
/* @__PURE__ */
|
|
1850
|
+
/* @__PURE__ */ React37.createElement(
|
|
1665
1851
|
"path",
|
|
1666
1852
|
{
|
|
1667
1853
|
fillRule: "evenodd",
|
|
@@ -1670,7 +1856,7 @@ var init_Lock = __esm({
|
|
|
1670
1856
|
fill: "currentColor"
|
|
1671
1857
|
}
|
|
1672
1858
|
),
|
|
1673
|
-
/* @__PURE__ */
|
|
1859
|
+
/* @__PURE__ */ React37.createElement(
|
|
1674
1860
|
"path",
|
|
1675
1861
|
{
|
|
1676
1862
|
fillRule: "evenodd",
|
|
@@ -1690,7 +1876,7 @@ var Logout_exports = {};
|
|
|
1690
1876
|
__export(Logout_exports, {
|
|
1691
1877
|
default: () => Logout_default
|
|
1692
1878
|
});
|
|
1693
|
-
import * as
|
|
1879
|
+
import * as React38 from "react";
|
|
1694
1880
|
var SvgLogout, Logout_default;
|
|
1695
1881
|
var init_Logout = __esm({
|
|
1696
1882
|
"src/react/Logout.tsx"() {
|
|
@@ -1698,7 +1884,7 @@ var init_Logout = __esm({
|
|
|
1698
1884
|
init_types();
|
|
1699
1885
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
1700
1886
|
const sizeValue = resolveSize(size);
|
|
1701
|
-
return /* @__PURE__ */
|
|
1887
|
+
return /* @__PURE__ */ React38.createElement(
|
|
1702
1888
|
"svg",
|
|
1703
1889
|
{
|
|
1704
1890
|
width: sizeValue,
|
|
@@ -1708,7 +1894,7 @@ var init_Logout = __esm({
|
|
|
1708
1894
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1709
1895
|
...props
|
|
1710
1896
|
},
|
|
1711
|
-
/* @__PURE__ */
|
|
1897
|
+
/* @__PURE__ */ React38.createElement(
|
|
1712
1898
|
"path",
|
|
1713
1899
|
{
|
|
1714
1900
|
fillRule: "evenodd",
|
|
@@ -1717,7 +1903,7 @@ var init_Logout = __esm({
|
|
|
1717
1903
|
fill: "currentColor"
|
|
1718
1904
|
}
|
|
1719
1905
|
),
|
|
1720
|
-
/* @__PURE__ */
|
|
1906
|
+
/* @__PURE__ */ React38.createElement(
|
|
1721
1907
|
"path",
|
|
1722
1908
|
{
|
|
1723
1909
|
fillRule: "evenodd",
|
|
@@ -1726,7 +1912,7 @@ var init_Logout = __esm({
|
|
|
1726
1912
|
fill: "currentColor"
|
|
1727
1913
|
}
|
|
1728
1914
|
),
|
|
1729
|
-
/* @__PURE__ */
|
|
1915
|
+
/* @__PURE__ */ React38.createElement(
|
|
1730
1916
|
"path",
|
|
1731
1917
|
{
|
|
1732
1918
|
fillRule: "evenodd",
|
|
@@ -1746,7 +1932,7 @@ var Mail_exports = {};
|
|
|
1746
1932
|
__export(Mail_exports, {
|
|
1747
1933
|
default: () => Mail_default
|
|
1748
1934
|
});
|
|
1749
|
-
import * as
|
|
1935
|
+
import * as React39 from "react";
|
|
1750
1936
|
var SvgMail, Mail_default;
|
|
1751
1937
|
var init_Mail = __esm({
|
|
1752
1938
|
"src/react/Mail.tsx"() {
|
|
@@ -1754,7 +1940,7 @@ var init_Mail = __esm({
|
|
|
1754
1940
|
init_types();
|
|
1755
1941
|
SvgMail = ({ size = 16, ...props }) => {
|
|
1756
1942
|
const sizeValue = resolveSize(size);
|
|
1757
|
-
return /* @__PURE__ */
|
|
1943
|
+
return /* @__PURE__ */ React39.createElement(
|
|
1758
1944
|
"svg",
|
|
1759
1945
|
{
|
|
1760
1946
|
width: sizeValue,
|
|
@@ -1764,7 +1950,7 @@ var init_Mail = __esm({
|
|
|
1764
1950
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1765
1951
|
...props
|
|
1766
1952
|
},
|
|
1767
|
-
/* @__PURE__ */
|
|
1953
|
+
/* @__PURE__ */ React39.createElement(
|
|
1768
1954
|
"path",
|
|
1769
1955
|
{
|
|
1770
1956
|
fillRule: "evenodd",
|
|
@@ -1773,7 +1959,7 @@ var init_Mail = __esm({
|
|
|
1773
1959
|
fill: "currentColor"
|
|
1774
1960
|
}
|
|
1775
1961
|
),
|
|
1776
|
-
/* @__PURE__ */
|
|
1962
|
+
/* @__PURE__ */ React39.createElement(
|
|
1777
1963
|
"path",
|
|
1778
1964
|
{
|
|
1779
1965
|
fillRule: "evenodd",
|
|
@@ -1793,7 +1979,7 @@ var Mortgage_exports = {};
|
|
|
1793
1979
|
__export(Mortgage_exports, {
|
|
1794
1980
|
default: () => Mortgage_default
|
|
1795
1981
|
});
|
|
1796
|
-
import * as
|
|
1982
|
+
import * as React40 from "react";
|
|
1797
1983
|
var SvgMortgage, Mortgage_default;
|
|
1798
1984
|
var init_Mortgage = __esm({
|
|
1799
1985
|
"src/react/Mortgage.tsx"() {
|
|
@@ -1801,7 +1987,7 @@ var init_Mortgage = __esm({
|
|
|
1801
1987
|
init_types();
|
|
1802
1988
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
1803
1989
|
const sizeValue = resolveSize(size);
|
|
1804
|
-
return /* @__PURE__ */
|
|
1990
|
+
return /* @__PURE__ */ React40.createElement(
|
|
1805
1991
|
"svg",
|
|
1806
1992
|
{
|
|
1807
1993
|
width: sizeValue,
|
|
@@ -1811,7 +1997,7 @@ var init_Mortgage = __esm({
|
|
|
1811
1997
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1812
1998
|
...props
|
|
1813
1999
|
},
|
|
1814
|
-
/* @__PURE__ */
|
|
2000
|
+
/* @__PURE__ */ React40.createElement(
|
|
1815
2001
|
"path",
|
|
1816
2002
|
{
|
|
1817
2003
|
fillRule: "evenodd",
|
|
@@ -1820,7 +2006,7 @@ var init_Mortgage = __esm({
|
|
|
1820
2006
|
fill: "currentColor"
|
|
1821
2007
|
}
|
|
1822
2008
|
),
|
|
1823
|
-
/* @__PURE__ */
|
|
2009
|
+
/* @__PURE__ */ React40.createElement(
|
|
1824
2010
|
"path",
|
|
1825
2011
|
{
|
|
1826
2012
|
fillRule: "evenodd",
|
|
@@ -1829,7 +2015,7 @@ var init_Mortgage = __esm({
|
|
|
1829
2015
|
fill: "currentColor"
|
|
1830
2016
|
}
|
|
1831
2017
|
),
|
|
1832
|
-
/* @__PURE__ */
|
|
2018
|
+
/* @__PURE__ */ React40.createElement(
|
|
1833
2019
|
"path",
|
|
1834
2020
|
{
|
|
1835
2021
|
fillRule: "evenodd",
|
|
@@ -1838,7 +2024,7 @@ var init_Mortgage = __esm({
|
|
|
1838
2024
|
fill: "currentColor"
|
|
1839
2025
|
}
|
|
1840
2026
|
),
|
|
1841
|
-
/* @__PURE__ */
|
|
2027
|
+
/* @__PURE__ */ React40.createElement(
|
|
1842
2028
|
"path",
|
|
1843
2029
|
{
|
|
1844
2030
|
fillRule: "evenodd",
|
|
@@ -1847,7 +2033,7 @@ var init_Mortgage = __esm({
|
|
|
1847
2033
|
fill: "currentColor"
|
|
1848
2034
|
}
|
|
1849
2035
|
),
|
|
1850
|
-
/* @__PURE__ */
|
|
2036
|
+
/* @__PURE__ */ React40.createElement(
|
|
1851
2037
|
"path",
|
|
1852
2038
|
{
|
|
1853
2039
|
fillRule: "evenodd",
|
|
@@ -1856,7 +2042,7 @@ var init_Mortgage = __esm({
|
|
|
1856
2042
|
fill: "currentColor"
|
|
1857
2043
|
}
|
|
1858
2044
|
),
|
|
1859
|
-
/* @__PURE__ */
|
|
2045
|
+
/* @__PURE__ */ React40.createElement(
|
|
1860
2046
|
"path",
|
|
1861
2047
|
{
|
|
1862
2048
|
fillRule: "evenodd",
|
|
@@ -1865,7 +2051,7 @@ var init_Mortgage = __esm({
|
|
|
1865
2051
|
fill: "currentColor"
|
|
1866
2052
|
}
|
|
1867
2053
|
),
|
|
1868
|
-
/* @__PURE__ */
|
|
2054
|
+
/* @__PURE__ */ React40.createElement(
|
|
1869
2055
|
"path",
|
|
1870
2056
|
{
|
|
1871
2057
|
fillRule: "evenodd",
|
|
@@ -1885,7 +2071,7 @@ var Note_exports = {};
|
|
|
1885
2071
|
__export(Note_exports, {
|
|
1886
2072
|
default: () => Note_default
|
|
1887
2073
|
});
|
|
1888
|
-
import * as
|
|
2074
|
+
import * as React41 from "react";
|
|
1889
2075
|
var SvgNote, Note_default;
|
|
1890
2076
|
var init_Note = __esm({
|
|
1891
2077
|
"src/react/Note.tsx"() {
|
|
@@ -1893,7 +2079,7 @@ var init_Note = __esm({
|
|
|
1893
2079
|
init_types();
|
|
1894
2080
|
SvgNote = ({ size = 16, ...props }) => {
|
|
1895
2081
|
const sizeValue = resolveSize(size);
|
|
1896
|
-
return /* @__PURE__ */
|
|
2082
|
+
return /* @__PURE__ */ React41.createElement(
|
|
1897
2083
|
"svg",
|
|
1898
2084
|
{
|
|
1899
2085
|
width: sizeValue,
|
|
@@ -1903,7 +2089,7 @@ var init_Note = __esm({
|
|
|
1903
2089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1904
2090
|
...props
|
|
1905
2091
|
},
|
|
1906
|
-
/* @__PURE__ */
|
|
2092
|
+
/* @__PURE__ */ React41.createElement(
|
|
1907
2093
|
"path",
|
|
1908
2094
|
{
|
|
1909
2095
|
d: "M2.09961 19V5C2.09961 4.23087 2.40536 3.49307 2.94922 2.94922C3.49307 2.40536 4.23087 2.09961 5 2.09961H16L16.0889 2.10449C16.2949 2.12493 16.489 2.21558 16.6367 2.36328L21.6367 7.36328C21.8055 7.53206 21.9004 7.76131 21.9004 8V19C21.9004 19.7691 21.5946 20.5069 21.0508 21.0508C20.5069 21.5946 19.7691 21.9004 19 21.9004H5C4.23087 21.9004 3.49307 21.5946 2.94922 21.0508C2.40536 20.5069 2.09961 19.7691 2.09961 19ZM15.9004 7C15.9004 7.29174 16.0164 7.57105 16.2227 7.77734C16.4289 7.98363 16.7083 8.09961 17 8.09961H19.8262L15.9004 4.17383V7ZM3.90039 19C3.90039 19.2917 4.01637 19.5711 4.22266 19.7773C4.42895 19.9836 4.70826 20.0996 5 20.0996H19C19.2917 20.0996 19.5711 19.9836 19.7773 19.7773C19.9836 19.5711 20.0996 19.2917 20.0996 19V9.90039H17C16.2309 9.90039 15.4931 9.59464 14.9492 9.05078C14.4054 8.50693 14.0996 7.76913 14.0996 7V3.90039H5C4.70826 3.90039 4.42895 4.01637 4.22266 4.22266C4.01637 4.42895 3.90039 4.70826 3.90039 5V19Z",
|
|
@@ -1921,7 +2107,7 @@ var Payments_exports = {};
|
|
|
1921
2107
|
__export(Payments_exports, {
|
|
1922
2108
|
default: () => Payments_default
|
|
1923
2109
|
});
|
|
1924
|
-
import * as
|
|
2110
|
+
import * as React42 from "react";
|
|
1925
2111
|
var SvgPayments, Payments_default;
|
|
1926
2112
|
var init_Payments = __esm({
|
|
1927
2113
|
"src/react/Payments.tsx"() {
|
|
@@ -1929,7 +2115,7 @@ var init_Payments = __esm({
|
|
|
1929
2115
|
init_types();
|
|
1930
2116
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
1931
2117
|
const sizeValue = resolveSize(size);
|
|
1932
|
-
return /* @__PURE__ */
|
|
2118
|
+
return /* @__PURE__ */ React42.createElement(
|
|
1933
2119
|
"svg",
|
|
1934
2120
|
{
|
|
1935
2121
|
width: sizeValue,
|
|
@@ -1939,7 +2125,7 @@ var init_Payments = __esm({
|
|
|
1939
2125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1940
2126
|
...props
|
|
1941
2127
|
},
|
|
1942
|
-
/* @__PURE__ */
|
|
2128
|
+
/* @__PURE__ */ React42.createElement(
|
|
1943
2129
|
"path",
|
|
1944
2130
|
{
|
|
1945
2131
|
d: "M14 13C13.1667 13 12.4583 12.7083 11.875 12.125C11.2917 11.5417 11 10.8333 11 10C11 9.16667 11.2917 8.45833 11.875 7.875C12.4583 7.29167 13.1667 7 14 7C14.8333 7 15.5417 7.29167 16.125 7.875C16.7083 8.45833 17 9.16667 17 10C17 10.8333 16.7083 11.5417 16.125 12.125C15.5417 12.7083 14.8333 13 14 13ZM7 16C6.45 16 5.97917 15.8042 5.5875 15.4125C5.19583 15.0208 5 14.55 5 14V6C5 5.45 5.19583 4.97917 5.5875 4.5875C5.97917 4.19583 6.45 4 7 4H21C21.55 4 22.0208 4.19583 22.4125 4.5875C22.8042 4.97917 23 5.45 23 6V14C23 14.55 22.8042 15.0208 22.4125 15.4125C22.0208 15.8042 21.55 16 21 16H7ZM9 14H19C19 13.45 19.1958 12.9792 19.5875 12.5875C19.9792 12.1958 20.45 12 21 12V8C20.45 8 19.9792 7.80417 19.5875 7.4125C19.1958 7.02083 19 6.55 19 6H9C9 6.55 8.80417 7.02083 8.4125 7.4125C8.02083 7.80417 7.55 8 7 8V12C7.55 12 8.02083 12.1958 8.4125 12.5875C8.80417 12.9792 9 13.45 9 14ZM20 20H3C2.45 20 1.97917 19.8042 1.5875 19.4125C1.19583 19.0208 1 18.55 1 18V7H3V18H20V20Z",
|
|
@@ -1957,7 +2143,7 @@ var Plus_exports = {};
|
|
|
1957
2143
|
__export(Plus_exports, {
|
|
1958
2144
|
default: () => Plus_default
|
|
1959
2145
|
});
|
|
1960
|
-
import * as
|
|
2146
|
+
import * as React43 from "react";
|
|
1961
2147
|
var SvgPlus, Plus_default;
|
|
1962
2148
|
var init_Plus = __esm({
|
|
1963
2149
|
"src/react/Plus.tsx"() {
|
|
@@ -1965,7 +2151,7 @@ var init_Plus = __esm({
|
|
|
1965
2151
|
init_types();
|
|
1966
2152
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
1967
2153
|
const sizeValue = resolveSize(size);
|
|
1968
|
-
return /* @__PURE__ */
|
|
2154
|
+
return /* @__PURE__ */ React43.createElement(
|
|
1969
2155
|
"svg",
|
|
1970
2156
|
{
|
|
1971
2157
|
width: sizeValue,
|
|
@@ -1975,7 +2161,7 @@ var init_Plus = __esm({
|
|
|
1975
2161
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1976
2162
|
...props
|
|
1977
2163
|
},
|
|
1978
|
-
/* @__PURE__ */
|
|
2164
|
+
/* @__PURE__ */ React43.createElement(
|
|
1979
2165
|
"path",
|
|
1980
2166
|
{
|
|
1981
2167
|
d: "M11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19Z",
|
|
@@ -1993,7 +2179,7 @@ var PropertiesFilled_exports = {};
|
|
|
1993
2179
|
__export(PropertiesFilled_exports, {
|
|
1994
2180
|
default: () => PropertiesFilled_default
|
|
1995
2181
|
});
|
|
1996
|
-
import * as
|
|
2182
|
+
import * as React44 from "react";
|
|
1997
2183
|
var SvgPropertiesFilled, PropertiesFilled_default;
|
|
1998
2184
|
var init_PropertiesFilled = __esm({
|
|
1999
2185
|
"src/react/PropertiesFilled.tsx"() {
|
|
@@ -2001,7 +2187,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2001
2187
|
init_types();
|
|
2002
2188
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
2003
2189
|
const sizeValue = resolveSize(size);
|
|
2004
|
-
return /* @__PURE__ */
|
|
2190
|
+
return /* @__PURE__ */ React44.createElement(
|
|
2005
2191
|
"svg",
|
|
2006
2192
|
{
|
|
2007
2193
|
width: sizeValue,
|
|
@@ -2011,7 +2197,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2011
2197
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2012
2198
|
...props
|
|
2013
2199
|
},
|
|
2014
|
-
/* @__PURE__ */
|
|
2200
|
+
/* @__PURE__ */ React44.createElement(
|
|
2015
2201
|
"path",
|
|
2016
2202
|
{
|
|
2017
2203
|
fillRule: "evenodd",
|
|
@@ -2020,7 +2206,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2020
2206
|
fill: "currentColor"
|
|
2021
2207
|
}
|
|
2022
2208
|
),
|
|
2023
|
-
/* @__PURE__ */
|
|
2209
|
+
/* @__PURE__ */ React44.createElement(
|
|
2024
2210
|
"path",
|
|
2025
2211
|
{
|
|
2026
2212
|
fillRule: "evenodd",
|
|
@@ -2029,7 +2215,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2029
2215
|
fill: "currentColor"
|
|
2030
2216
|
}
|
|
2031
2217
|
),
|
|
2032
|
-
/* @__PURE__ */
|
|
2218
|
+
/* @__PURE__ */ React44.createElement(
|
|
2033
2219
|
"path",
|
|
2034
2220
|
{
|
|
2035
2221
|
d: "M16.0356 0.902344C17.6923 0.902608 19.0356 2.24565 19.0356 3.90234V19.999C19.0356 21.6559 17.6915 22.999 16.0347 22.999H8.00049C6.34363 22.999 5.00049 21.6559 5.00049 19.999V3.90234C5.00049 2.24549 6.34363 0.902344 8.00049 0.902344H16.0356ZM10.0005 17C9.4482 17 9.00049 17.4477 9.00049 18C9.00051 18.5523 9.44822 19 10.0005 19H14.0005C14.5525 18.9997 15.0005 18.5521 15.0005 18C15.0005 17.4479 14.5525 17.0003 14.0005 17H10.0005ZM10.0005 13C9.4482 13 9.00049 13.4477 9.00049 14C9.00051 14.5523 9.44822 15 10.0005 15H14.0005C14.5525 14.9997 15.0005 14.5521 15.0005 14C15.0005 13.4479 14.5525 13.0003 14.0005 13H10.0005ZM10.0005 9C9.4482 9 9.00049 9.44771 9.00049 10C9.00051 10.5523 9.44822 11 10.0005 11H14.0005C14.5525 10.9997 15.0005 10.5521 15.0005 10C15.0005 9.44788 14.5525 9.00026 14.0005 9H10.0005ZM10.0005 5C9.4482 5 9.00049 5.44772 9.00049 6C9.00051 6.55226 9.44822 7 10.0005 7H14.0005C14.5525 6.99974 15.0005 6.5521 15.0005 6C15.0005 5.44788 14.5525 5.00026 14.0005 5H10.0005Z",
|
|
@@ -2047,7 +2233,7 @@ var PropertiesLinear_exports = {};
|
|
|
2047
2233
|
__export(PropertiesLinear_exports, {
|
|
2048
2234
|
default: () => PropertiesLinear_default
|
|
2049
2235
|
});
|
|
2050
|
-
import * as
|
|
2236
|
+
import * as React45 from "react";
|
|
2051
2237
|
var SvgPropertiesLinear, PropertiesLinear_default;
|
|
2052
2238
|
var init_PropertiesLinear = __esm({
|
|
2053
2239
|
"src/react/PropertiesLinear.tsx"() {
|
|
@@ -2055,7 +2241,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2055
2241
|
init_types();
|
|
2056
2242
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
2057
2243
|
const sizeValue = resolveSize(size);
|
|
2058
|
-
return /* @__PURE__ */
|
|
2244
|
+
return /* @__PURE__ */ React45.createElement(
|
|
2059
2245
|
"svg",
|
|
2060
2246
|
{
|
|
2061
2247
|
width: sizeValue,
|
|
@@ -2065,7 +2251,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2065
2251
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2066
2252
|
...props
|
|
2067
2253
|
},
|
|
2068
|
-
/* @__PURE__ */
|
|
2254
|
+
/* @__PURE__ */ React45.createElement(
|
|
2069
2255
|
"path",
|
|
2070
2256
|
{
|
|
2071
2257
|
fillRule: "evenodd",
|
|
@@ -2074,7 +2260,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2074
2260
|
fill: "currentColor"
|
|
2075
2261
|
}
|
|
2076
2262
|
),
|
|
2077
|
-
/* @__PURE__ */
|
|
2263
|
+
/* @__PURE__ */ React45.createElement(
|
|
2078
2264
|
"path",
|
|
2079
2265
|
{
|
|
2080
2266
|
fillRule: "evenodd",
|
|
@@ -2083,7 +2269,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2083
2269
|
fill: "currentColor"
|
|
2084
2270
|
}
|
|
2085
2271
|
),
|
|
2086
|
-
/* @__PURE__ */
|
|
2272
|
+
/* @__PURE__ */ React45.createElement(
|
|
2087
2273
|
"path",
|
|
2088
2274
|
{
|
|
2089
2275
|
fillRule: "evenodd",
|
|
@@ -2092,7 +2278,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2092
2278
|
fill: "currentColor"
|
|
2093
2279
|
}
|
|
2094
2280
|
),
|
|
2095
|
-
/* @__PURE__ */
|
|
2281
|
+
/* @__PURE__ */ React45.createElement(
|
|
2096
2282
|
"path",
|
|
2097
2283
|
{
|
|
2098
2284
|
fillRule: "evenodd",
|
|
@@ -2101,7 +2287,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2101
2287
|
fill: "currentColor"
|
|
2102
2288
|
}
|
|
2103
2289
|
),
|
|
2104
|
-
/* @__PURE__ */
|
|
2290
|
+
/* @__PURE__ */ React45.createElement(
|
|
2105
2291
|
"path",
|
|
2106
2292
|
{
|
|
2107
2293
|
fillRule: "evenodd",
|
|
@@ -2110,7 +2296,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2110
2296
|
fill: "currentColor"
|
|
2111
2297
|
}
|
|
2112
2298
|
),
|
|
2113
|
-
/* @__PURE__ */
|
|
2299
|
+
/* @__PURE__ */ React45.createElement(
|
|
2114
2300
|
"path",
|
|
2115
2301
|
{
|
|
2116
2302
|
fillRule: "evenodd",
|
|
@@ -2119,7 +2305,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2119
2305
|
fill: "currentColor"
|
|
2120
2306
|
}
|
|
2121
2307
|
),
|
|
2122
|
-
/* @__PURE__ */
|
|
2308
|
+
/* @__PURE__ */ React45.createElement(
|
|
2123
2309
|
"path",
|
|
2124
2310
|
{
|
|
2125
2311
|
fillRule: "evenodd",
|
|
@@ -2139,7 +2325,7 @@ var Rent_exports = {};
|
|
|
2139
2325
|
__export(Rent_exports, {
|
|
2140
2326
|
default: () => Rent_default
|
|
2141
2327
|
});
|
|
2142
|
-
import * as
|
|
2328
|
+
import * as React46 from "react";
|
|
2143
2329
|
var SvgRent, Rent_default;
|
|
2144
2330
|
var init_Rent = __esm({
|
|
2145
2331
|
"src/react/Rent.tsx"() {
|
|
@@ -2147,7 +2333,7 @@ var init_Rent = __esm({
|
|
|
2147
2333
|
init_types();
|
|
2148
2334
|
SvgRent = ({ size = 16, ...props }) => {
|
|
2149
2335
|
const sizeValue = resolveSize(size);
|
|
2150
|
-
return /* @__PURE__ */
|
|
2336
|
+
return /* @__PURE__ */ React46.createElement(
|
|
2151
2337
|
"svg",
|
|
2152
2338
|
{
|
|
2153
2339
|
width: sizeValue,
|
|
@@ -2157,7 +2343,7 @@ var init_Rent = __esm({
|
|
|
2157
2343
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2158
2344
|
...props
|
|
2159
2345
|
},
|
|
2160
|
-
/* @__PURE__ */
|
|
2346
|
+
/* @__PURE__ */ React46.createElement(
|
|
2161
2347
|
"path",
|
|
2162
2348
|
{
|
|
2163
2349
|
fillRule: "evenodd",
|
|
@@ -2166,7 +2352,7 @@ var init_Rent = __esm({
|
|
|
2166
2352
|
fill: "currentColor"
|
|
2167
2353
|
}
|
|
2168
2354
|
),
|
|
2169
|
-
/* @__PURE__ */
|
|
2355
|
+
/* @__PURE__ */ React46.createElement(
|
|
2170
2356
|
"path",
|
|
2171
2357
|
{
|
|
2172
2358
|
fillRule: "evenodd",
|
|
@@ -2175,7 +2361,7 @@ var init_Rent = __esm({
|
|
|
2175
2361
|
fill: "currentColor"
|
|
2176
2362
|
}
|
|
2177
2363
|
),
|
|
2178
|
-
/* @__PURE__ */
|
|
2364
|
+
/* @__PURE__ */ React46.createElement(
|
|
2179
2365
|
"path",
|
|
2180
2366
|
{
|
|
2181
2367
|
fillRule: "evenodd",
|
|
@@ -2195,7 +2381,7 @@ var Search_exports = {};
|
|
|
2195
2381
|
__export(Search_exports, {
|
|
2196
2382
|
default: () => Search_default
|
|
2197
2383
|
});
|
|
2198
|
-
import * as
|
|
2384
|
+
import * as React47 from "react";
|
|
2199
2385
|
var SvgSearch, Search_default;
|
|
2200
2386
|
var init_Search = __esm({
|
|
2201
2387
|
"src/react/Search.tsx"() {
|
|
@@ -2203,7 +2389,7 @@ var init_Search = __esm({
|
|
|
2203
2389
|
init_types();
|
|
2204
2390
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
2205
2391
|
const sizeValue = resolveSize(size);
|
|
2206
|
-
return /* @__PURE__ */
|
|
2392
|
+
return /* @__PURE__ */ React47.createElement(
|
|
2207
2393
|
"svg",
|
|
2208
2394
|
{
|
|
2209
2395
|
width: sizeValue,
|
|
@@ -2213,7 +2399,7 @@ var init_Search = __esm({
|
|
|
2213
2399
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2214
2400
|
...props
|
|
2215
2401
|
},
|
|
2216
|
-
/* @__PURE__ */
|
|
2402
|
+
/* @__PURE__ */ React47.createElement(
|
|
2217
2403
|
"path",
|
|
2218
2404
|
{
|
|
2219
2405
|
fillRule: "evenodd",
|
|
@@ -2222,7 +2408,7 @@ var init_Search = __esm({
|
|
|
2222
2408
|
fill: "currentColor"
|
|
2223
2409
|
}
|
|
2224
2410
|
),
|
|
2225
|
-
/* @__PURE__ */
|
|
2411
|
+
/* @__PURE__ */ React47.createElement(
|
|
2226
2412
|
"path",
|
|
2227
2413
|
{
|
|
2228
2414
|
fillRule: "evenodd",
|
|
@@ -2242,7 +2428,7 @@ var SearchX_exports = {};
|
|
|
2242
2428
|
__export(SearchX_exports, {
|
|
2243
2429
|
default: () => SearchX_default
|
|
2244
2430
|
});
|
|
2245
|
-
import * as
|
|
2431
|
+
import * as React48 from "react";
|
|
2246
2432
|
var SvgSearchX, SearchX_default;
|
|
2247
2433
|
var init_SearchX = __esm({
|
|
2248
2434
|
"src/react/SearchX.tsx"() {
|
|
@@ -2250,7 +2436,7 @@ var init_SearchX = __esm({
|
|
|
2250
2436
|
init_types();
|
|
2251
2437
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
2252
2438
|
const sizeValue = resolveSize(size);
|
|
2253
|
-
return /* @__PURE__ */
|
|
2439
|
+
return /* @__PURE__ */ React48.createElement(
|
|
2254
2440
|
"svg",
|
|
2255
2441
|
{
|
|
2256
2442
|
width: sizeValue,
|
|
@@ -2260,7 +2446,7 @@ var init_SearchX = __esm({
|
|
|
2260
2446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2261
2447
|
...props
|
|
2262
2448
|
},
|
|
2263
|
-
/* @__PURE__ */
|
|
2449
|
+
/* @__PURE__ */ React48.createElement(
|
|
2264
2450
|
"path",
|
|
2265
2451
|
{
|
|
2266
2452
|
fillRule: "evenodd",
|
|
@@ -2269,7 +2455,7 @@ var init_SearchX = __esm({
|
|
|
2269
2455
|
fill: "currentColor"
|
|
2270
2456
|
}
|
|
2271
2457
|
),
|
|
2272
|
-
/* @__PURE__ */
|
|
2458
|
+
/* @__PURE__ */ React48.createElement(
|
|
2273
2459
|
"path",
|
|
2274
2460
|
{
|
|
2275
2461
|
fillRule: "evenodd",
|
|
@@ -2278,7 +2464,7 @@ var init_SearchX = __esm({
|
|
|
2278
2464
|
fill: "currentColor"
|
|
2279
2465
|
}
|
|
2280
2466
|
),
|
|
2281
|
-
/* @__PURE__ */
|
|
2467
|
+
/* @__PURE__ */ React48.createElement(
|
|
2282
2468
|
"path",
|
|
2283
2469
|
{
|
|
2284
2470
|
fillRule: "evenodd",
|
|
@@ -2287,7 +2473,7 @@ var init_SearchX = __esm({
|
|
|
2287
2473
|
fill: "currentColor"
|
|
2288
2474
|
}
|
|
2289
2475
|
),
|
|
2290
|
-
/* @__PURE__ */
|
|
2476
|
+
/* @__PURE__ */ React48.createElement(
|
|
2291
2477
|
"path",
|
|
2292
2478
|
{
|
|
2293
2479
|
fillRule: "evenodd",
|
|
@@ -2307,7 +2493,7 @@ var Share_exports = {};
|
|
|
2307
2493
|
__export(Share_exports, {
|
|
2308
2494
|
default: () => Share_default
|
|
2309
2495
|
});
|
|
2310
|
-
import * as
|
|
2496
|
+
import * as React49 from "react";
|
|
2311
2497
|
var SvgShare, Share_default;
|
|
2312
2498
|
var init_Share = __esm({
|
|
2313
2499
|
"src/react/Share.tsx"() {
|
|
@@ -2315,7 +2501,7 @@ var init_Share = __esm({
|
|
|
2315
2501
|
init_types();
|
|
2316
2502
|
SvgShare = ({ size = 16, ...props }) => {
|
|
2317
2503
|
const sizeValue = resolveSize(size);
|
|
2318
|
-
return /* @__PURE__ */
|
|
2504
|
+
return /* @__PURE__ */ React49.createElement(
|
|
2319
2505
|
"svg",
|
|
2320
2506
|
{
|
|
2321
2507
|
width: sizeValue,
|
|
@@ -2325,7 +2511,7 @@ var init_Share = __esm({
|
|
|
2325
2511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2326
2512
|
...props
|
|
2327
2513
|
},
|
|
2328
|
-
/* @__PURE__ */
|
|
2514
|
+
/* @__PURE__ */ React49.createElement(
|
|
2329
2515
|
"path",
|
|
2330
2516
|
{
|
|
2331
2517
|
fillRule: "evenodd",
|
|
@@ -2334,7 +2520,7 @@ var init_Share = __esm({
|
|
|
2334
2520
|
fill: "currentColor"
|
|
2335
2521
|
}
|
|
2336
2522
|
),
|
|
2337
|
-
/* @__PURE__ */
|
|
2523
|
+
/* @__PURE__ */ React49.createElement(
|
|
2338
2524
|
"path",
|
|
2339
2525
|
{
|
|
2340
2526
|
fillRule: "evenodd",
|
|
@@ -2343,7 +2529,7 @@ var init_Share = __esm({
|
|
|
2343
2529
|
fill: "currentColor"
|
|
2344
2530
|
}
|
|
2345
2531
|
),
|
|
2346
|
-
/* @__PURE__ */
|
|
2532
|
+
/* @__PURE__ */ React49.createElement(
|
|
2347
2533
|
"path",
|
|
2348
2534
|
{
|
|
2349
2535
|
fillRule: "evenodd",
|
|
@@ -2363,7 +2549,7 @@ var Trash2_exports = {};
|
|
|
2363
2549
|
__export(Trash2_exports, {
|
|
2364
2550
|
default: () => Trash2_default
|
|
2365
2551
|
});
|
|
2366
|
-
import * as
|
|
2552
|
+
import * as React50 from "react";
|
|
2367
2553
|
var SvgTrash2, Trash2_default;
|
|
2368
2554
|
var init_Trash2 = __esm({
|
|
2369
2555
|
"src/react/Trash2.tsx"() {
|
|
@@ -2371,7 +2557,7 @@ var init_Trash2 = __esm({
|
|
|
2371
2557
|
init_types();
|
|
2372
2558
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
2373
2559
|
const sizeValue = resolveSize(size);
|
|
2374
|
-
return /* @__PURE__ */
|
|
2560
|
+
return /* @__PURE__ */ React50.createElement(
|
|
2375
2561
|
"svg",
|
|
2376
2562
|
{
|
|
2377
2563
|
width: sizeValue,
|
|
@@ -2381,7 +2567,7 @@ var init_Trash2 = __esm({
|
|
|
2381
2567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2382
2568
|
...props
|
|
2383
2569
|
},
|
|
2384
|
-
/* @__PURE__ */
|
|
2570
|
+
/* @__PURE__ */ React50.createElement(
|
|
2385
2571
|
"path",
|
|
2386
2572
|
{
|
|
2387
2573
|
fillRule: "evenodd",
|
|
@@ -2390,7 +2576,7 @@ var init_Trash2 = __esm({
|
|
|
2390
2576
|
fill: "currentColor"
|
|
2391
2577
|
}
|
|
2392
2578
|
),
|
|
2393
|
-
/* @__PURE__ */
|
|
2579
|
+
/* @__PURE__ */ React50.createElement(
|
|
2394
2580
|
"path",
|
|
2395
2581
|
{
|
|
2396
2582
|
fillRule: "evenodd",
|
|
@@ -2399,7 +2585,7 @@ var init_Trash2 = __esm({
|
|
|
2399
2585
|
fill: "currentColor"
|
|
2400
2586
|
}
|
|
2401
2587
|
),
|
|
2402
|
-
/* @__PURE__ */
|
|
2588
|
+
/* @__PURE__ */ React50.createElement(
|
|
2403
2589
|
"path",
|
|
2404
2590
|
{
|
|
2405
2591
|
fillRule: "evenodd",
|
|
@@ -2408,7 +2594,7 @@ var init_Trash2 = __esm({
|
|
|
2408
2594
|
fill: "currentColor"
|
|
2409
2595
|
}
|
|
2410
2596
|
),
|
|
2411
|
-
/* @__PURE__ */
|
|
2597
|
+
/* @__PURE__ */ React50.createElement(
|
|
2412
2598
|
"path",
|
|
2413
2599
|
{
|
|
2414
2600
|
fillRule: "evenodd",
|
|
@@ -2417,7 +2603,7 @@ var init_Trash2 = __esm({
|
|
|
2417
2603
|
fill: "currentColor"
|
|
2418
2604
|
}
|
|
2419
2605
|
),
|
|
2420
|
-
/* @__PURE__ */
|
|
2606
|
+
/* @__PURE__ */ React50.createElement(
|
|
2421
2607
|
"path",
|
|
2422
2608
|
{
|
|
2423
2609
|
fillRule: "evenodd",
|
|
@@ -2437,7 +2623,7 @@ var User_exports = {};
|
|
|
2437
2623
|
__export(User_exports, {
|
|
2438
2624
|
default: () => User_default
|
|
2439
2625
|
});
|
|
2440
|
-
import * as
|
|
2626
|
+
import * as React51 from "react";
|
|
2441
2627
|
var SvgUser, User_default;
|
|
2442
2628
|
var init_User = __esm({
|
|
2443
2629
|
"src/react/User.tsx"() {
|
|
@@ -2445,7 +2631,7 @@ var init_User = __esm({
|
|
|
2445
2631
|
init_types();
|
|
2446
2632
|
SvgUser = ({ size = 16, ...props }) => {
|
|
2447
2633
|
const sizeValue = resolveSize(size);
|
|
2448
|
-
return /* @__PURE__ */
|
|
2634
|
+
return /* @__PURE__ */ React51.createElement(
|
|
2449
2635
|
"svg",
|
|
2450
2636
|
{
|
|
2451
2637
|
width: sizeValue,
|
|
@@ -2455,7 +2641,7 @@ var init_User = __esm({
|
|
|
2455
2641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2456
2642
|
...props
|
|
2457
2643
|
},
|
|
2458
|
-
/* @__PURE__ */
|
|
2644
|
+
/* @__PURE__ */ React51.createElement(
|
|
2459
2645
|
"path",
|
|
2460
2646
|
{
|
|
2461
2647
|
fillRule: "evenodd",
|
|
@@ -2464,7 +2650,7 @@ var init_User = __esm({
|
|
|
2464
2650
|
fill: "currentColor"
|
|
2465
2651
|
}
|
|
2466
2652
|
),
|
|
2467
|
-
/* @__PURE__ */
|
|
2653
|
+
/* @__PURE__ */ React51.createElement(
|
|
2468
2654
|
"path",
|
|
2469
2655
|
{
|
|
2470
2656
|
fillRule: "evenodd",
|
|
@@ -2484,7 +2670,7 @@ var Whatsapp_exports = {};
|
|
|
2484
2670
|
__export(Whatsapp_exports, {
|
|
2485
2671
|
default: () => Whatsapp_default
|
|
2486
2672
|
});
|
|
2487
|
-
import * as
|
|
2673
|
+
import * as React52 from "react";
|
|
2488
2674
|
var SvgWhatsapp, Whatsapp_default;
|
|
2489
2675
|
var init_Whatsapp = __esm({
|
|
2490
2676
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -2492,7 +2678,7 @@ var init_Whatsapp = __esm({
|
|
|
2492
2678
|
init_types();
|
|
2493
2679
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
2494
2680
|
const sizeValue = resolveSize(size);
|
|
2495
|
-
return /* @__PURE__ */
|
|
2681
|
+
return /* @__PURE__ */ React52.createElement(
|
|
2496
2682
|
"svg",
|
|
2497
2683
|
{
|
|
2498
2684
|
width: sizeValue,
|
|
@@ -2502,7 +2688,7 @@ var init_Whatsapp = __esm({
|
|
|
2502
2688
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2503
2689
|
...props
|
|
2504
2690
|
},
|
|
2505
|
-
/* @__PURE__ */
|
|
2691
|
+
/* @__PURE__ */ React52.createElement(
|
|
2506
2692
|
"path",
|
|
2507
2693
|
{
|
|
2508
2694
|
fillRule: "evenodd",
|
|
@@ -2525,9 +2711,11 @@ init_ArrowDownRight();
|
|
|
2525
2711
|
init_ArrowLeft();
|
|
2526
2712
|
init_ArrowRight();
|
|
2527
2713
|
init_ArrowUp();
|
|
2714
|
+
init_ArrowUpDown();
|
|
2528
2715
|
init_ArrowUpLeft();
|
|
2529
2716
|
init_ArrowUpRight();
|
|
2530
2717
|
init_Bell();
|
|
2718
|
+
init_BellLinear();
|
|
2531
2719
|
init_Cancel();
|
|
2532
2720
|
init_CancelCircleSolid();
|
|
2533
2721
|
init_Check();
|
|
@@ -2544,6 +2732,7 @@ init_FileCheck();
|
|
|
2544
2732
|
init_FileKey();
|
|
2545
2733
|
init_FileLock();
|
|
2546
2734
|
init_FileSpreadsheet();
|
|
2735
|
+
init_FileText();
|
|
2547
2736
|
init_HelpCircle();
|
|
2548
2737
|
init_HomeFilled();
|
|
2549
2738
|
init_HomeLinear();
|
|
@@ -2569,7 +2758,7 @@ init_User();
|
|
|
2569
2758
|
init_Whatsapp();
|
|
2570
2759
|
|
|
2571
2760
|
// src/react/Icon.tsx
|
|
2572
|
-
import * as
|
|
2761
|
+
import * as React53 from "react";
|
|
2573
2762
|
function loadIcon(name) {
|
|
2574
2763
|
switch (name) {
|
|
2575
2764
|
case "alert-triangle":
|
|
@@ -2586,12 +2775,16 @@ function loadIcon(name) {
|
|
|
2586
2775
|
return Promise.resolve().then(() => (init_ArrowRight(), ArrowRight_exports)).then((m) => m.default);
|
|
2587
2776
|
case "arrow-up":
|
|
2588
2777
|
return Promise.resolve().then(() => (init_ArrowUp(), ArrowUp_exports)).then((m) => m.default);
|
|
2778
|
+
case "arrow-up-down":
|
|
2779
|
+
return Promise.resolve().then(() => (init_ArrowUpDown(), ArrowUpDown_exports)).then((m) => m.default);
|
|
2589
2780
|
case "arrow-up-left":
|
|
2590
2781
|
return Promise.resolve().then(() => (init_ArrowUpLeft(), ArrowUpLeft_exports)).then((m) => m.default);
|
|
2591
2782
|
case "arrow-up-right":
|
|
2592
2783
|
return Promise.resolve().then(() => (init_ArrowUpRight(), ArrowUpRight_exports)).then((m) => m.default);
|
|
2593
2784
|
case "bell":
|
|
2594
2785
|
return Promise.resolve().then(() => (init_Bell(), Bell_exports)).then((m) => m.default);
|
|
2786
|
+
case "bell-linear":
|
|
2787
|
+
return Promise.resolve().then(() => (init_BellLinear(), BellLinear_exports)).then((m) => m.default);
|
|
2595
2788
|
case "cancel":
|
|
2596
2789
|
return Promise.resolve().then(() => (init_Cancel(), Cancel_exports)).then((m) => m.default);
|
|
2597
2790
|
case "cancel-circle-solid":
|
|
@@ -2624,6 +2817,8 @@ function loadIcon(name) {
|
|
|
2624
2817
|
return Promise.resolve().then(() => (init_FileLock(), FileLock_exports)).then((m) => m.default);
|
|
2625
2818
|
case "file-spreadsheet":
|
|
2626
2819
|
return Promise.resolve().then(() => (init_FileSpreadsheet(), FileSpreadsheet_exports)).then((m) => m.default);
|
|
2820
|
+
case "file-text":
|
|
2821
|
+
return Promise.resolve().then(() => (init_FileText(), FileText_exports)).then((m) => m.default);
|
|
2627
2822
|
case "help-circle":
|
|
2628
2823
|
return Promise.resolve().then(() => (init_HelpCircle(), HelpCircle_exports)).then((m) => m.default);
|
|
2629
2824
|
case "home-filled":
|
|
@@ -2675,10 +2870,10 @@ function loadIcon(name) {
|
|
|
2675
2870
|
}
|
|
2676
2871
|
}
|
|
2677
2872
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
2678
|
-
const [IconComponent, setIconComponent] =
|
|
2679
|
-
const [loading, setLoading] =
|
|
2680
|
-
const [error, setError] =
|
|
2681
|
-
|
|
2873
|
+
const [IconComponent, setIconComponent] = React53.useState(null);
|
|
2874
|
+
const [loading, setLoading] = React53.useState(true);
|
|
2875
|
+
const [error, setError] = React53.useState(null);
|
|
2876
|
+
React53.useEffect(() => {
|
|
2682
2877
|
setLoading(true);
|
|
2683
2878
|
setError(null);
|
|
2684
2879
|
loadIcon(name).then((Component) => {
|
|
@@ -2697,7 +2892,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
2697
2892
|
return null;
|
|
2698
2893
|
}
|
|
2699
2894
|
const style = color ? { ...props.style, color } : props.style;
|
|
2700
|
-
return /* @__PURE__ */
|
|
2895
|
+
return /* @__PURE__ */ React53.createElement(IconComponent, { size, ...props, style });
|
|
2701
2896
|
};
|
|
2702
2897
|
var Icon_default = Icon;
|
|
2703
2898
|
|
|
@@ -2711,9 +2906,11 @@ export {
|
|
|
2711
2906
|
ArrowLeft_default as ArrowLeft,
|
|
2712
2907
|
ArrowRight_default as ArrowRight,
|
|
2713
2908
|
ArrowUp_default as ArrowUp,
|
|
2909
|
+
ArrowUpDown_default as ArrowUpDown,
|
|
2714
2910
|
ArrowUpLeft_default as ArrowUpLeft,
|
|
2715
2911
|
ArrowUpRight_default as ArrowUpRight,
|
|
2716
2912
|
Bell_default as Bell,
|
|
2913
|
+
BellLinear_default as BellLinear,
|
|
2717
2914
|
Cancel_default as Cancel,
|
|
2718
2915
|
CancelCircleSolid_default as CancelCircleSolid,
|
|
2719
2916
|
Check_default as Check,
|
|
@@ -2730,6 +2927,7 @@ export {
|
|
|
2730
2927
|
FileKey_default as FileKey,
|
|
2731
2928
|
FileLock_default as FileLock,
|
|
2732
2929
|
FileSpreadsheet_default as FileSpreadsheet,
|
|
2930
|
+
FileText_default as FileText,
|
|
2733
2931
|
HelpCircle_default as HelpCircle,
|
|
2734
2932
|
HomeFilled_default as HomeFilled,
|
|
2735
2933
|
HomeLinear_default as HomeLinear,
|