huspy-icons 0.2.0 → 0.2.1
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 +13 -10
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +7 -6
- package/dist/fonts/HuspyIcons.ts +9 -6
- 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 +7 -6
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +4 -2
- package/dist/react/index.d.ts +4 -2
- package/dist/react/index.js +307 -238
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +265 -196
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +8 -7
- package/src/react/ArrowUpDown.tsx +44 -0
- package/src/react/Icon.tsx +4 -1
- package/src/react/index.ts +1 -0
- package/src/react/index.tsx +1 -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",
|
|
@@ -513,7 +578,7 @@ var Cancel_exports = {};
|
|
|
513
578
|
__export(Cancel_exports, {
|
|
514
579
|
default: () => Cancel_default
|
|
515
580
|
});
|
|
516
|
-
import * as
|
|
581
|
+
import * as React12 from "react";
|
|
517
582
|
var SvgCancel, Cancel_default;
|
|
518
583
|
var init_Cancel = __esm({
|
|
519
584
|
"src/react/Cancel.tsx"() {
|
|
@@ -521,7 +586,7 @@ var init_Cancel = __esm({
|
|
|
521
586
|
init_types();
|
|
522
587
|
SvgCancel = ({ size = 16, ...props }) => {
|
|
523
588
|
const sizeValue = resolveSize(size);
|
|
524
|
-
return /* @__PURE__ */
|
|
589
|
+
return /* @__PURE__ */ React12.createElement(
|
|
525
590
|
"svg",
|
|
526
591
|
{
|
|
527
592
|
width: sizeValue,
|
|
@@ -531,7 +596,7 @@ var init_Cancel = __esm({
|
|
|
531
596
|
xmlns: "http://www.w3.org/2000/svg",
|
|
532
597
|
...props
|
|
533
598
|
},
|
|
534
|
-
/* @__PURE__ */
|
|
599
|
+
/* @__PURE__ */ React12.createElement(
|
|
535
600
|
"path",
|
|
536
601
|
{
|
|
537
602
|
fillRule: "evenodd",
|
|
@@ -540,7 +605,7 @@ var init_Cancel = __esm({
|
|
|
540
605
|
fill: "currentColor"
|
|
541
606
|
}
|
|
542
607
|
),
|
|
543
|
-
/* @__PURE__ */
|
|
608
|
+
/* @__PURE__ */ React12.createElement(
|
|
544
609
|
"path",
|
|
545
610
|
{
|
|
546
611
|
fillRule: "evenodd",
|
|
@@ -560,7 +625,7 @@ var CancelCircleSolid_exports = {};
|
|
|
560
625
|
__export(CancelCircleSolid_exports, {
|
|
561
626
|
default: () => CancelCircleSolid_default
|
|
562
627
|
});
|
|
563
|
-
import * as
|
|
628
|
+
import * as React13 from "react";
|
|
564
629
|
var SvgCancelCircleSolid, CancelCircleSolid_default;
|
|
565
630
|
var init_CancelCircleSolid = __esm({
|
|
566
631
|
"src/react/CancelCircleSolid.tsx"() {
|
|
@@ -568,7 +633,7 @@ var init_CancelCircleSolid = __esm({
|
|
|
568
633
|
init_types();
|
|
569
634
|
SvgCancelCircleSolid = ({ size = 16, ...props }) => {
|
|
570
635
|
const sizeValue = resolveSize(size);
|
|
571
|
-
return /* @__PURE__ */
|
|
636
|
+
return /* @__PURE__ */ React13.createElement(
|
|
572
637
|
"svg",
|
|
573
638
|
{
|
|
574
639
|
width: sizeValue,
|
|
@@ -578,7 +643,7 @@ var init_CancelCircleSolid = __esm({
|
|
|
578
643
|
xmlns: "http://www.w3.org/2000/svg",
|
|
579
644
|
...props
|
|
580
645
|
},
|
|
581
|
-
/* @__PURE__ */
|
|
646
|
+
/* @__PURE__ */ React13.createElement(
|
|
582
647
|
"path",
|
|
583
648
|
{
|
|
584
649
|
fillRule: "evenodd",
|
|
@@ -598,7 +663,7 @@ var Check_exports = {};
|
|
|
598
663
|
__export(Check_exports, {
|
|
599
664
|
default: () => Check_default
|
|
600
665
|
});
|
|
601
|
-
import * as
|
|
666
|
+
import * as React14 from "react";
|
|
602
667
|
var SvgCheck, Check_default;
|
|
603
668
|
var init_Check = __esm({
|
|
604
669
|
"src/react/Check.tsx"() {
|
|
@@ -606,7 +671,7 @@ var init_Check = __esm({
|
|
|
606
671
|
init_types();
|
|
607
672
|
SvgCheck = ({ size = 16, ...props }) => {
|
|
608
673
|
const sizeValue = resolveSize(size);
|
|
609
|
-
return /* @__PURE__ */
|
|
674
|
+
return /* @__PURE__ */ React14.createElement(
|
|
610
675
|
"svg",
|
|
611
676
|
{
|
|
612
677
|
width: sizeValue,
|
|
@@ -616,7 +681,7 @@ var init_Check = __esm({
|
|
|
616
681
|
xmlns: "http://www.w3.org/2000/svg",
|
|
617
682
|
...props
|
|
618
683
|
},
|
|
619
|
-
/* @__PURE__ */
|
|
684
|
+
/* @__PURE__ */ React14.createElement(
|
|
620
685
|
"path",
|
|
621
686
|
{
|
|
622
687
|
fillRule: "evenodd",
|
|
@@ -636,7 +701,7 @@ var ChevronDown_exports = {};
|
|
|
636
701
|
__export(ChevronDown_exports, {
|
|
637
702
|
default: () => ChevronDown_default
|
|
638
703
|
});
|
|
639
|
-
import * as
|
|
704
|
+
import * as React15 from "react";
|
|
640
705
|
var SvgChevronDown, ChevronDown_default;
|
|
641
706
|
var init_ChevronDown = __esm({
|
|
642
707
|
"src/react/ChevronDown.tsx"() {
|
|
@@ -644,7 +709,7 @@ var init_ChevronDown = __esm({
|
|
|
644
709
|
init_types();
|
|
645
710
|
SvgChevronDown = ({ size = 16, ...props }) => {
|
|
646
711
|
const sizeValue = resolveSize(size);
|
|
647
|
-
return /* @__PURE__ */
|
|
712
|
+
return /* @__PURE__ */ React15.createElement(
|
|
648
713
|
"svg",
|
|
649
714
|
{
|
|
650
715
|
width: sizeValue,
|
|
@@ -654,7 +719,7 @@ var init_ChevronDown = __esm({
|
|
|
654
719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
655
720
|
...props
|
|
656
721
|
},
|
|
657
|
-
/* @__PURE__ */
|
|
722
|
+
/* @__PURE__ */ React15.createElement(
|
|
658
723
|
"path",
|
|
659
724
|
{
|
|
660
725
|
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 +737,7 @@ var ChevronLeft_exports = {};
|
|
|
672
737
|
__export(ChevronLeft_exports, {
|
|
673
738
|
default: () => ChevronLeft_default
|
|
674
739
|
});
|
|
675
|
-
import * as
|
|
740
|
+
import * as React16 from "react";
|
|
676
741
|
var SvgChevronLeft, ChevronLeft_default;
|
|
677
742
|
var init_ChevronLeft = __esm({
|
|
678
743
|
"src/react/ChevronLeft.tsx"() {
|
|
@@ -680,7 +745,7 @@ var init_ChevronLeft = __esm({
|
|
|
680
745
|
init_types();
|
|
681
746
|
SvgChevronLeft = ({ size = 16, ...props }) => {
|
|
682
747
|
const sizeValue = resolveSize(size);
|
|
683
|
-
return /* @__PURE__ */
|
|
748
|
+
return /* @__PURE__ */ React16.createElement(
|
|
684
749
|
"svg",
|
|
685
750
|
{
|
|
686
751
|
width: sizeValue,
|
|
@@ -690,7 +755,7 @@ var init_ChevronLeft = __esm({
|
|
|
690
755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
691
756
|
...props
|
|
692
757
|
},
|
|
693
|
-
/* @__PURE__ */
|
|
758
|
+
/* @__PURE__ */ React16.createElement(
|
|
694
759
|
"path",
|
|
695
760
|
{
|
|
696
761
|
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 +773,7 @@ var ChevronRight_exports = {};
|
|
|
708
773
|
__export(ChevronRight_exports, {
|
|
709
774
|
default: () => ChevronRight_default
|
|
710
775
|
});
|
|
711
|
-
import * as
|
|
776
|
+
import * as React17 from "react";
|
|
712
777
|
var SvgChevronRight, ChevronRight_default;
|
|
713
778
|
var init_ChevronRight = __esm({
|
|
714
779
|
"src/react/ChevronRight.tsx"() {
|
|
@@ -716,7 +781,7 @@ var init_ChevronRight = __esm({
|
|
|
716
781
|
init_types();
|
|
717
782
|
SvgChevronRight = ({ size = 16, ...props }) => {
|
|
718
783
|
const sizeValue = resolveSize(size);
|
|
719
|
-
return /* @__PURE__ */
|
|
784
|
+
return /* @__PURE__ */ React17.createElement(
|
|
720
785
|
"svg",
|
|
721
786
|
{
|
|
722
787
|
width: sizeValue,
|
|
@@ -726,7 +791,7 @@ var init_ChevronRight = __esm({
|
|
|
726
791
|
xmlns: "http://www.w3.org/2000/svg",
|
|
727
792
|
...props
|
|
728
793
|
},
|
|
729
|
-
/* @__PURE__ */
|
|
794
|
+
/* @__PURE__ */ React17.createElement(
|
|
730
795
|
"path",
|
|
731
796
|
{
|
|
732
797
|
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 +809,7 @@ var ChevronUp_exports = {};
|
|
|
744
809
|
__export(ChevronUp_exports, {
|
|
745
810
|
default: () => ChevronUp_default
|
|
746
811
|
});
|
|
747
|
-
import * as
|
|
812
|
+
import * as React18 from "react";
|
|
748
813
|
var SvgChevronUp, ChevronUp_default;
|
|
749
814
|
var init_ChevronUp = __esm({
|
|
750
815
|
"src/react/ChevronUp.tsx"() {
|
|
@@ -752,7 +817,7 @@ var init_ChevronUp = __esm({
|
|
|
752
817
|
init_types();
|
|
753
818
|
SvgChevronUp = ({ size = 16, ...props }) => {
|
|
754
819
|
const sizeValue = resolveSize(size);
|
|
755
|
-
return /* @__PURE__ */
|
|
820
|
+
return /* @__PURE__ */ React18.createElement(
|
|
756
821
|
"svg",
|
|
757
822
|
{
|
|
758
823
|
width: sizeValue,
|
|
@@ -762,7 +827,7 @@ var init_ChevronUp = __esm({
|
|
|
762
827
|
xmlns: "http://www.w3.org/2000/svg",
|
|
763
828
|
...props
|
|
764
829
|
},
|
|
765
|
-
/* @__PURE__ */
|
|
830
|
+
/* @__PURE__ */ React18.createElement(
|
|
766
831
|
"path",
|
|
767
832
|
{
|
|
768
833
|
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 +845,7 @@ var Edit_exports = {};
|
|
|
780
845
|
__export(Edit_exports, {
|
|
781
846
|
default: () => Edit_default
|
|
782
847
|
});
|
|
783
|
-
import * as
|
|
848
|
+
import * as React19 from "react";
|
|
784
849
|
var SvgEdit, Edit_default;
|
|
785
850
|
var init_Edit = __esm({
|
|
786
851
|
"src/react/Edit.tsx"() {
|
|
@@ -788,7 +853,7 @@ var init_Edit = __esm({
|
|
|
788
853
|
init_types();
|
|
789
854
|
SvgEdit = ({ size = 16, ...props }) => {
|
|
790
855
|
const sizeValue = resolveSize(size);
|
|
791
|
-
return /* @__PURE__ */
|
|
856
|
+
return /* @__PURE__ */ React19.createElement(
|
|
792
857
|
"svg",
|
|
793
858
|
{
|
|
794
859
|
width: sizeValue,
|
|
@@ -798,7 +863,7 @@ var init_Edit = __esm({
|
|
|
798
863
|
xmlns: "http://www.w3.org/2000/svg",
|
|
799
864
|
...props
|
|
800
865
|
},
|
|
801
|
-
/* @__PURE__ */
|
|
866
|
+
/* @__PURE__ */ React19.createElement(
|
|
802
867
|
"path",
|
|
803
868
|
{
|
|
804
869
|
fillRule: "evenodd",
|
|
@@ -807,7 +872,7 @@ var init_Edit = __esm({
|
|
|
807
872
|
fill: "currentColor"
|
|
808
873
|
}
|
|
809
874
|
),
|
|
810
|
-
/* @__PURE__ */
|
|
875
|
+
/* @__PURE__ */ React19.createElement(
|
|
811
876
|
"path",
|
|
812
877
|
{
|
|
813
878
|
fillRule: "evenodd",
|
|
@@ -827,7 +892,7 @@ var ExploreFilled_exports = {};
|
|
|
827
892
|
__export(ExploreFilled_exports, {
|
|
828
893
|
default: () => ExploreFilled_default
|
|
829
894
|
});
|
|
830
|
-
import * as
|
|
895
|
+
import * as React20 from "react";
|
|
831
896
|
var SvgExploreFilled, ExploreFilled_default;
|
|
832
897
|
var init_ExploreFilled = __esm({
|
|
833
898
|
"src/react/ExploreFilled.tsx"() {
|
|
@@ -835,7 +900,7 @@ var init_ExploreFilled = __esm({
|
|
|
835
900
|
init_types();
|
|
836
901
|
SvgExploreFilled = ({ size = 16, ...props }) => {
|
|
837
902
|
const sizeValue = resolveSize(size);
|
|
838
|
-
return /* @__PURE__ */
|
|
903
|
+
return /* @__PURE__ */ React20.createElement(
|
|
839
904
|
"svg",
|
|
840
905
|
{
|
|
841
906
|
width: sizeValue,
|
|
@@ -845,7 +910,7 @@ var init_ExploreFilled = __esm({
|
|
|
845
910
|
xmlns: "http://www.w3.org/2000/svg",
|
|
846
911
|
...props
|
|
847
912
|
},
|
|
848
|
-
/* @__PURE__ */
|
|
913
|
+
/* @__PURE__ */ React20.createElement(
|
|
849
914
|
"path",
|
|
850
915
|
{
|
|
851
916
|
fillRule: "evenodd",
|
|
@@ -854,7 +919,7 @@ var init_ExploreFilled = __esm({
|
|
|
854
919
|
fill: "currentColor"
|
|
855
920
|
}
|
|
856
921
|
),
|
|
857
|
-
/* @__PURE__ */
|
|
922
|
+
/* @__PURE__ */ React20.createElement(
|
|
858
923
|
"path",
|
|
859
924
|
{
|
|
860
925
|
fillRule: "evenodd",
|
|
@@ -863,7 +928,7 @@ var init_ExploreFilled = __esm({
|
|
|
863
928
|
fill: "currentColor"
|
|
864
929
|
}
|
|
865
930
|
),
|
|
866
|
-
/* @__PURE__ */
|
|
931
|
+
/* @__PURE__ */ React20.createElement(
|
|
867
932
|
"path",
|
|
868
933
|
{
|
|
869
934
|
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 +946,7 @@ var ExploreLinear_exports = {};
|
|
|
881
946
|
__export(ExploreLinear_exports, {
|
|
882
947
|
default: () => ExploreLinear_default
|
|
883
948
|
});
|
|
884
|
-
import * as
|
|
949
|
+
import * as React21 from "react";
|
|
885
950
|
var SvgExploreLinear, ExploreLinear_default;
|
|
886
951
|
var init_ExploreLinear = __esm({
|
|
887
952
|
"src/react/ExploreLinear.tsx"() {
|
|
@@ -889,7 +954,7 @@ var init_ExploreLinear = __esm({
|
|
|
889
954
|
init_types();
|
|
890
955
|
SvgExploreLinear = ({ size = 16, ...props }) => {
|
|
891
956
|
const sizeValue = resolveSize(size);
|
|
892
|
-
return /* @__PURE__ */
|
|
957
|
+
return /* @__PURE__ */ React21.createElement(
|
|
893
958
|
"svg",
|
|
894
959
|
{
|
|
895
960
|
width: sizeValue,
|
|
@@ -899,7 +964,7 @@ var init_ExploreLinear = __esm({
|
|
|
899
964
|
xmlns: "http://www.w3.org/2000/svg",
|
|
900
965
|
...props
|
|
901
966
|
},
|
|
902
|
-
/* @__PURE__ */
|
|
967
|
+
/* @__PURE__ */ React21.createElement(
|
|
903
968
|
"path",
|
|
904
969
|
{
|
|
905
970
|
fillRule: "evenodd",
|
|
@@ -908,7 +973,7 @@ var init_ExploreLinear = __esm({
|
|
|
908
973
|
fill: "currentColor"
|
|
909
974
|
}
|
|
910
975
|
),
|
|
911
|
-
/* @__PURE__ */
|
|
976
|
+
/* @__PURE__ */ React21.createElement(
|
|
912
977
|
"path",
|
|
913
978
|
{
|
|
914
979
|
fillRule: "evenodd",
|
|
@@ -928,7 +993,7 @@ var EyeHidden_exports = {};
|
|
|
928
993
|
__export(EyeHidden_exports, {
|
|
929
994
|
default: () => EyeHidden_default
|
|
930
995
|
});
|
|
931
|
-
import * as
|
|
996
|
+
import * as React22 from "react";
|
|
932
997
|
var SvgEyeHidden, EyeHidden_default;
|
|
933
998
|
var init_EyeHidden = __esm({
|
|
934
999
|
"src/react/EyeHidden.tsx"() {
|
|
@@ -936,7 +1001,7 @@ var init_EyeHidden = __esm({
|
|
|
936
1001
|
init_types();
|
|
937
1002
|
SvgEyeHidden = ({ size = 16, ...props }) => {
|
|
938
1003
|
const sizeValue = resolveSize(size);
|
|
939
|
-
return /* @__PURE__ */
|
|
1004
|
+
return /* @__PURE__ */ React22.createElement(
|
|
940
1005
|
"svg",
|
|
941
1006
|
{
|
|
942
1007
|
width: sizeValue,
|
|
@@ -946,7 +1011,7 @@ var init_EyeHidden = __esm({
|
|
|
946
1011
|
xmlns: "http://www.w3.org/2000/svg",
|
|
947
1012
|
...props
|
|
948
1013
|
},
|
|
949
|
-
/* @__PURE__ */
|
|
1014
|
+
/* @__PURE__ */ React22.createElement(
|
|
950
1015
|
"path",
|
|
951
1016
|
{
|
|
952
1017
|
fillRule: "evenodd",
|
|
@@ -955,7 +1020,7 @@ var init_EyeHidden = __esm({
|
|
|
955
1020
|
fill: "currentColor"
|
|
956
1021
|
}
|
|
957
1022
|
),
|
|
958
|
-
/* @__PURE__ */
|
|
1023
|
+
/* @__PURE__ */ React22.createElement(
|
|
959
1024
|
"path",
|
|
960
1025
|
{
|
|
961
1026
|
fillRule: "evenodd",
|
|
@@ -964,7 +1029,7 @@ var init_EyeHidden = __esm({
|
|
|
964
1029
|
fill: "currentColor"
|
|
965
1030
|
}
|
|
966
1031
|
),
|
|
967
|
-
/* @__PURE__ */
|
|
1032
|
+
/* @__PURE__ */ React22.createElement(
|
|
968
1033
|
"path",
|
|
969
1034
|
{
|
|
970
1035
|
fillRule: "evenodd",
|
|
@@ -984,7 +1049,7 @@ var EyeVisible_exports = {};
|
|
|
984
1049
|
__export(EyeVisible_exports, {
|
|
985
1050
|
default: () => EyeVisible_default
|
|
986
1051
|
});
|
|
987
|
-
import * as
|
|
1052
|
+
import * as React23 from "react";
|
|
988
1053
|
var SvgEyeVisible, EyeVisible_default;
|
|
989
1054
|
var init_EyeVisible = __esm({
|
|
990
1055
|
"src/react/EyeVisible.tsx"() {
|
|
@@ -992,7 +1057,7 @@ var init_EyeVisible = __esm({
|
|
|
992
1057
|
init_types();
|
|
993
1058
|
SvgEyeVisible = ({ size = 16, ...props }) => {
|
|
994
1059
|
const sizeValue = resolveSize(size);
|
|
995
|
-
return /* @__PURE__ */
|
|
1060
|
+
return /* @__PURE__ */ React23.createElement(
|
|
996
1061
|
"svg",
|
|
997
1062
|
{
|
|
998
1063
|
width: sizeValue,
|
|
@@ -1002,7 +1067,7 @@ var init_EyeVisible = __esm({
|
|
|
1002
1067
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1003
1068
|
...props
|
|
1004
1069
|
},
|
|
1005
|
-
/* @__PURE__ */
|
|
1070
|
+
/* @__PURE__ */ React23.createElement(
|
|
1006
1071
|
"path",
|
|
1007
1072
|
{
|
|
1008
1073
|
fillRule: "evenodd",
|
|
@@ -1011,7 +1076,7 @@ var init_EyeVisible = __esm({
|
|
|
1011
1076
|
fill: "currentColor"
|
|
1012
1077
|
}
|
|
1013
1078
|
),
|
|
1014
|
-
/* @__PURE__ */
|
|
1079
|
+
/* @__PURE__ */ React23.createElement(
|
|
1015
1080
|
"path",
|
|
1016
1081
|
{
|
|
1017
1082
|
fillRule: "evenodd",
|
|
@@ -1031,7 +1096,7 @@ var FileCheck_exports = {};
|
|
|
1031
1096
|
__export(FileCheck_exports, {
|
|
1032
1097
|
default: () => FileCheck_default
|
|
1033
1098
|
});
|
|
1034
|
-
import * as
|
|
1099
|
+
import * as React24 from "react";
|
|
1035
1100
|
var SvgFileCheck, FileCheck_default;
|
|
1036
1101
|
var init_FileCheck = __esm({
|
|
1037
1102
|
"src/react/FileCheck.tsx"() {
|
|
@@ -1039,7 +1104,7 @@ var init_FileCheck = __esm({
|
|
|
1039
1104
|
init_types();
|
|
1040
1105
|
SvgFileCheck = ({ size = 16, ...props }) => {
|
|
1041
1106
|
const sizeValue = resolveSize(size);
|
|
1042
|
-
return /* @__PURE__ */
|
|
1107
|
+
return /* @__PURE__ */ React24.createElement(
|
|
1043
1108
|
"svg",
|
|
1044
1109
|
{
|
|
1045
1110
|
width: sizeValue,
|
|
@@ -1049,7 +1114,7 @@ var init_FileCheck = __esm({
|
|
|
1049
1114
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1050
1115
|
...props
|
|
1051
1116
|
},
|
|
1052
|
-
/* @__PURE__ */
|
|
1117
|
+
/* @__PURE__ */ React24.createElement(
|
|
1053
1118
|
"path",
|
|
1054
1119
|
{
|
|
1055
1120
|
fillRule: "evenodd",
|
|
@@ -1058,7 +1123,7 @@ var init_FileCheck = __esm({
|
|
|
1058
1123
|
fill: "currentColor"
|
|
1059
1124
|
}
|
|
1060
1125
|
),
|
|
1061
|
-
/* @__PURE__ */
|
|
1126
|
+
/* @__PURE__ */ React24.createElement(
|
|
1062
1127
|
"path",
|
|
1063
1128
|
{
|
|
1064
1129
|
fillRule: "evenodd",
|
|
@@ -1067,7 +1132,7 @@ var init_FileCheck = __esm({
|
|
|
1067
1132
|
fill: "currentColor"
|
|
1068
1133
|
}
|
|
1069
1134
|
),
|
|
1070
|
-
/* @__PURE__ */
|
|
1135
|
+
/* @__PURE__ */ React24.createElement(
|
|
1071
1136
|
"path",
|
|
1072
1137
|
{
|
|
1073
1138
|
fillRule: "evenodd",
|
|
@@ -1087,7 +1152,7 @@ var FileKey_exports = {};
|
|
|
1087
1152
|
__export(FileKey_exports, {
|
|
1088
1153
|
default: () => FileKey_default
|
|
1089
1154
|
});
|
|
1090
|
-
import * as
|
|
1155
|
+
import * as React25 from "react";
|
|
1091
1156
|
var SvgFileKey, FileKey_default;
|
|
1092
1157
|
var init_FileKey = __esm({
|
|
1093
1158
|
"src/react/FileKey.tsx"() {
|
|
@@ -1095,7 +1160,7 @@ var init_FileKey = __esm({
|
|
|
1095
1160
|
init_types();
|
|
1096
1161
|
SvgFileKey = ({ size = 16, ...props }) => {
|
|
1097
1162
|
const sizeValue = resolveSize(size);
|
|
1098
|
-
return /* @__PURE__ */
|
|
1163
|
+
return /* @__PURE__ */ React25.createElement(
|
|
1099
1164
|
"svg",
|
|
1100
1165
|
{
|
|
1101
1166
|
width: sizeValue,
|
|
@@ -1105,7 +1170,7 @@ var init_FileKey = __esm({
|
|
|
1105
1170
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1106
1171
|
...props
|
|
1107
1172
|
},
|
|
1108
|
-
/* @__PURE__ */
|
|
1173
|
+
/* @__PURE__ */ React25.createElement(
|
|
1109
1174
|
"path",
|
|
1110
1175
|
{
|
|
1111
1176
|
fillRule: "evenodd",
|
|
@@ -1114,7 +1179,7 @@ var init_FileKey = __esm({
|
|
|
1114
1179
|
fill: "currentColor"
|
|
1115
1180
|
}
|
|
1116
1181
|
),
|
|
1117
|
-
/* @__PURE__ */
|
|
1182
|
+
/* @__PURE__ */ React25.createElement(
|
|
1118
1183
|
"path",
|
|
1119
1184
|
{
|
|
1120
1185
|
fillRule: "evenodd",
|
|
@@ -1123,7 +1188,7 @@ var init_FileKey = __esm({
|
|
|
1123
1188
|
fill: "currentColor"
|
|
1124
1189
|
}
|
|
1125
1190
|
),
|
|
1126
|
-
/* @__PURE__ */
|
|
1191
|
+
/* @__PURE__ */ React25.createElement(
|
|
1127
1192
|
"path",
|
|
1128
1193
|
{
|
|
1129
1194
|
fillRule: "evenodd",
|
|
@@ -1132,7 +1197,7 @@ var init_FileKey = __esm({
|
|
|
1132
1197
|
fill: "currentColor"
|
|
1133
1198
|
}
|
|
1134
1199
|
),
|
|
1135
|
-
/* @__PURE__ */
|
|
1200
|
+
/* @__PURE__ */ React25.createElement(
|
|
1136
1201
|
"path",
|
|
1137
1202
|
{
|
|
1138
1203
|
fillRule: "evenodd",
|
|
@@ -1152,7 +1217,7 @@ var FileLock_exports = {};
|
|
|
1152
1217
|
__export(FileLock_exports, {
|
|
1153
1218
|
default: () => FileLock_default
|
|
1154
1219
|
});
|
|
1155
|
-
import * as
|
|
1220
|
+
import * as React26 from "react";
|
|
1156
1221
|
var SvgFileLock, FileLock_default;
|
|
1157
1222
|
var init_FileLock = __esm({
|
|
1158
1223
|
"src/react/FileLock.tsx"() {
|
|
@@ -1160,7 +1225,7 @@ var init_FileLock = __esm({
|
|
|
1160
1225
|
init_types();
|
|
1161
1226
|
SvgFileLock = ({ size = 16, ...props }) => {
|
|
1162
1227
|
const sizeValue = resolveSize(size);
|
|
1163
|
-
return /* @__PURE__ */
|
|
1228
|
+
return /* @__PURE__ */ React26.createElement(
|
|
1164
1229
|
"svg",
|
|
1165
1230
|
{
|
|
1166
1231
|
width: sizeValue,
|
|
@@ -1170,7 +1235,7 @@ var init_FileLock = __esm({
|
|
|
1170
1235
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1171
1236
|
...props
|
|
1172
1237
|
},
|
|
1173
|
-
/* @__PURE__ */
|
|
1238
|
+
/* @__PURE__ */ React26.createElement(
|
|
1174
1239
|
"path",
|
|
1175
1240
|
{
|
|
1176
1241
|
fillRule: "evenodd",
|
|
@@ -1179,7 +1244,7 @@ var init_FileLock = __esm({
|
|
|
1179
1244
|
fill: "currentColor"
|
|
1180
1245
|
}
|
|
1181
1246
|
),
|
|
1182
|
-
/* @__PURE__ */
|
|
1247
|
+
/* @__PURE__ */ React26.createElement(
|
|
1183
1248
|
"path",
|
|
1184
1249
|
{
|
|
1185
1250
|
fillRule: "evenodd",
|
|
@@ -1188,7 +1253,7 @@ var init_FileLock = __esm({
|
|
|
1188
1253
|
fill: "currentColor"
|
|
1189
1254
|
}
|
|
1190
1255
|
),
|
|
1191
|
-
/* @__PURE__ */
|
|
1256
|
+
/* @__PURE__ */ React26.createElement(
|
|
1192
1257
|
"path",
|
|
1193
1258
|
{
|
|
1194
1259
|
fillRule: "evenodd",
|
|
@@ -1208,7 +1273,7 @@ var FileSpreadsheet_exports = {};
|
|
|
1208
1273
|
__export(FileSpreadsheet_exports, {
|
|
1209
1274
|
default: () => FileSpreadsheet_default
|
|
1210
1275
|
});
|
|
1211
|
-
import * as
|
|
1276
|
+
import * as React27 from "react";
|
|
1212
1277
|
var SvgFileSpreadsheet, FileSpreadsheet_default;
|
|
1213
1278
|
var init_FileSpreadsheet = __esm({
|
|
1214
1279
|
"src/react/FileSpreadsheet.tsx"() {
|
|
@@ -1216,7 +1281,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1216
1281
|
init_types();
|
|
1217
1282
|
SvgFileSpreadsheet = ({ size = 16, ...props }) => {
|
|
1218
1283
|
const sizeValue = resolveSize(size);
|
|
1219
|
-
return /* @__PURE__ */
|
|
1284
|
+
return /* @__PURE__ */ React27.createElement(
|
|
1220
1285
|
"svg",
|
|
1221
1286
|
{
|
|
1222
1287
|
width: sizeValue,
|
|
@@ -1226,7 +1291,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1226
1291
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1227
1292
|
...props
|
|
1228
1293
|
},
|
|
1229
|
-
/* @__PURE__ */
|
|
1294
|
+
/* @__PURE__ */ React27.createElement(
|
|
1230
1295
|
"path",
|
|
1231
1296
|
{
|
|
1232
1297
|
fillRule: "evenodd",
|
|
@@ -1235,7 +1300,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1235
1300
|
fill: "currentColor"
|
|
1236
1301
|
}
|
|
1237
1302
|
),
|
|
1238
|
-
/* @__PURE__ */
|
|
1303
|
+
/* @__PURE__ */ React27.createElement(
|
|
1239
1304
|
"path",
|
|
1240
1305
|
{
|
|
1241
1306
|
fillRule: "evenodd",
|
|
@@ -1244,7 +1309,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1244
1309
|
fill: "currentColor"
|
|
1245
1310
|
}
|
|
1246
1311
|
),
|
|
1247
|
-
/* @__PURE__ */
|
|
1312
|
+
/* @__PURE__ */ React27.createElement(
|
|
1248
1313
|
"path",
|
|
1249
1314
|
{
|
|
1250
1315
|
fillRule: "evenodd",
|
|
@@ -1253,7 +1318,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1253
1318
|
fill: "currentColor"
|
|
1254
1319
|
}
|
|
1255
1320
|
),
|
|
1256
|
-
/* @__PURE__ */
|
|
1321
|
+
/* @__PURE__ */ React27.createElement(
|
|
1257
1322
|
"path",
|
|
1258
1323
|
{
|
|
1259
1324
|
fillRule: "evenodd",
|
|
@@ -1262,7 +1327,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1262
1327
|
fill: "currentColor"
|
|
1263
1328
|
}
|
|
1264
1329
|
),
|
|
1265
|
-
/* @__PURE__ */
|
|
1330
|
+
/* @__PURE__ */ React27.createElement(
|
|
1266
1331
|
"path",
|
|
1267
1332
|
{
|
|
1268
1333
|
fillRule: "evenodd",
|
|
@@ -1271,7 +1336,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1271
1336
|
fill: "currentColor"
|
|
1272
1337
|
}
|
|
1273
1338
|
),
|
|
1274
|
-
/* @__PURE__ */
|
|
1339
|
+
/* @__PURE__ */ React27.createElement(
|
|
1275
1340
|
"path",
|
|
1276
1341
|
{
|
|
1277
1342
|
fillRule: "evenodd",
|
|
@@ -1291,7 +1356,7 @@ var HelpCircle_exports = {};
|
|
|
1291
1356
|
__export(HelpCircle_exports, {
|
|
1292
1357
|
default: () => HelpCircle_default
|
|
1293
1358
|
});
|
|
1294
|
-
import * as
|
|
1359
|
+
import * as React28 from "react";
|
|
1295
1360
|
var SvgHelpCircle, HelpCircle_default;
|
|
1296
1361
|
var init_HelpCircle = __esm({
|
|
1297
1362
|
"src/react/HelpCircle.tsx"() {
|
|
@@ -1299,7 +1364,7 @@ var init_HelpCircle = __esm({
|
|
|
1299
1364
|
init_types();
|
|
1300
1365
|
SvgHelpCircle = ({ size = 16, ...props }) => {
|
|
1301
1366
|
const sizeValue = resolveSize(size);
|
|
1302
|
-
return /* @__PURE__ */
|
|
1367
|
+
return /* @__PURE__ */ React28.createElement(
|
|
1303
1368
|
"svg",
|
|
1304
1369
|
{
|
|
1305
1370
|
width: sizeValue,
|
|
@@ -1309,7 +1374,7 @@ var init_HelpCircle = __esm({
|
|
|
1309
1374
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1310
1375
|
...props
|
|
1311
1376
|
},
|
|
1312
|
-
/* @__PURE__ */
|
|
1377
|
+
/* @__PURE__ */ React28.createElement(
|
|
1313
1378
|
"path",
|
|
1314
1379
|
{
|
|
1315
1380
|
fillRule: "evenodd",
|
|
@@ -1318,7 +1383,7 @@ var init_HelpCircle = __esm({
|
|
|
1318
1383
|
fill: "currentColor"
|
|
1319
1384
|
}
|
|
1320
1385
|
),
|
|
1321
|
-
/* @__PURE__ */
|
|
1386
|
+
/* @__PURE__ */ React28.createElement(
|
|
1322
1387
|
"path",
|
|
1323
1388
|
{
|
|
1324
1389
|
fillRule: "evenodd",
|
|
@@ -1327,7 +1392,7 @@ var init_HelpCircle = __esm({
|
|
|
1327
1392
|
fill: "currentColor"
|
|
1328
1393
|
}
|
|
1329
1394
|
),
|
|
1330
|
-
/* @__PURE__ */
|
|
1395
|
+
/* @__PURE__ */ React28.createElement(
|
|
1331
1396
|
"path",
|
|
1332
1397
|
{
|
|
1333
1398
|
fillRule: "evenodd",
|
|
@@ -1347,7 +1412,7 @@ var HomeFilled_exports = {};
|
|
|
1347
1412
|
__export(HomeFilled_exports, {
|
|
1348
1413
|
default: () => HomeFilled_default
|
|
1349
1414
|
});
|
|
1350
|
-
import * as
|
|
1415
|
+
import * as React29 from "react";
|
|
1351
1416
|
var SvgHomeFilled, HomeFilled_default;
|
|
1352
1417
|
var init_HomeFilled = __esm({
|
|
1353
1418
|
"src/react/HomeFilled.tsx"() {
|
|
@@ -1355,7 +1420,7 @@ var init_HomeFilled = __esm({
|
|
|
1355
1420
|
init_types();
|
|
1356
1421
|
SvgHomeFilled = ({ size = 16, ...props }) => {
|
|
1357
1422
|
const sizeValue = resolveSize(size);
|
|
1358
|
-
return /* @__PURE__ */
|
|
1423
|
+
return /* @__PURE__ */ React29.createElement(
|
|
1359
1424
|
"svg",
|
|
1360
1425
|
{
|
|
1361
1426
|
width: sizeValue,
|
|
@@ -1365,7 +1430,7 @@ var init_HomeFilled = __esm({
|
|
|
1365
1430
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1366
1431
|
...props
|
|
1367
1432
|
},
|
|
1368
|
-
/* @__PURE__ */
|
|
1433
|
+
/* @__PURE__ */ React29.createElement(
|
|
1369
1434
|
"path",
|
|
1370
1435
|
{
|
|
1371
1436
|
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 +1448,7 @@ var HomeLinear_exports = {};
|
|
|
1383
1448
|
__export(HomeLinear_exports, {
|
|
1384
1449
|
default: () => HomeLinear_default
|
|
1385
1450
|
});
|
|
1386
|
-
import * as
|
|
1451
|
+
import * as React30 from "react";
|
|
1387
1452
|
var SvgHomeLinear, HomeLinear_default;
|
|
1388
1453
|
var init_HomeLinear = __esm({
|
|
1389
1454
|
"src/react/HomeLinear.tsx"() {
|
|
@@ -1391,7 +1456,7 @@ var init_HomeLinear = __esm({
|
|
|
1391
1456
|
init_types();
|
|
1392
1457
|
SvgHomeLinear = ({ size = 16, ...props }) => {
|
|
1393
1458
|
const sizeValue = resolveSize(size);
|
|
1394
|
-
return /* @__PURE__ */
|
|
1459
|
+
return /* @__PURE__ */ React30.createElement(
|
|
1395
1460
|
"svg",
|
|
1396
1461
|
{
|
|
1397
1462
|
width: sizeValue,
|
|
@@ -1401,7 +1466,7 @@ var init_HomeLinear = __esm({
|
|
|
1401
1466
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1402
1467
|
...props
|
|
1403
1468
|
},
|
|
1404
|
-
/* @__PURE__ */
|
|
1469
|
+
/* @__PURE__ */ React30.createElement(
|
|
1405
1470
|
"path",
|
|
1406
1471
|
{
|
|
1407
1472
|
fillRule: "evenodd",
|
|
@@ -1421,7 +1486,7 @@ var IconSlot_exports = {};
|
|
|
1421
1486
|
__export(IconSlot_exports, {
|
|
1422
1487
|
default: () => IconSlot_default
|
|
1423
1488
|
});
|
|
1424
|
-
import * as
|
|
1489
|
+
import * as React31 from "react";
|
|
1425
1490
|
var SvgIconSlot, IconSlot_default;
|
|
1426
1491
|
var init_IconSlot = __esm({
|
|
1427
1492
|
"src/react/IconSlot.tsx"() {
|
|
@@ -1429,7 +1494,7 @@ var init_IconSlot = __esm({
|
|
|
1429
1494
|
init_types();
|
|
1430
1495
|
SvgIconSlot = ({ size = 16, ...props }) => {
|
|
1431
1496
|
const sizeValue = resolveSize(size);
|
|
1432
|
-
return /* @__PURE__ */
|
|
1497
|
+
return /* @__PURE__ */ React31.createElement(
|
|
1433
1498
|
"svg",
|
|
1434
1499
|
{
|
|
1435
1500
|
width: sizeValue,
|
|
@@ -1439,7 +1504,7 @@ var init_IconSlot = __esm({
|
|
|
1439
1504
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1440
1505
|
...props
|
|
1441
1506
|
},
|
|
1442
|
-
/* @__PURE__ */
|
|
1507
|
+
/* @__PURE__ */ React31.createElement(
|
|
1443
1508
|
"path",
|
|
1444
1509
|
{
|
|
1445
1510
|
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 +1522,7 @@ var Keys01_exports = {};
|
|
|
1457
1522
|
__export(Keys01_exports, {
|
|
1458
1523
|
default: () => Keys01_default
|
|
1459
1524
|
});
|
|
1460
|
-
import * as
|
|
1525
|
+
import * as React32 from "react";
|
|
1461
1526
|
var SvgKeys01, Keys01_default;
|
|
1462
1527
|
var init_Keys01 = __esm({
|
|
1463
1528
|
"src/react/Keys01.tsx"() {
|
|
@@ -1465,7 +1530,7 @@ var init_Keys01 = __esm({
|
|
|
1465
1530
|
init_types();
|
|
1466
1531
|
SvgKeys01 = ({ size = 16, ...props }) => {
|
|
1467
1532
|
const sizeValue = resolveSize(size);
|
|
1468
|
-
return /* @__PURE__ */
|
|
1533
|
+
return /* @__PURE__ */ React32.createElement(
|
|
1469
1534
|
"svg",
|
|
1470
1535
|
{
|
|
1471
1536
|
width: sizeValue,
|
|
@@ -1475,7 +1540,7 @@ var init_Keys01 = __esm({
|
|
|
1475
1540
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1476
1541
|
...props
|
|
1477
1542
|
},
|
|
1478
|
-
/* @__PURE__ */
|
|
1543
|
+
/* @__PURE__ */ React32.createElement(
|
|
1479
1544
|
"path",
|
|
1480
1545
|
{
|
|
1481
1546
|
fillRule: "evenodd",
|
|
@@ -1484,7 +1549,7 @@ var init_Keys01 = __esm({
|
|
|
1484
1549
|
fill: "currentColor"
|
|
1485
1550
|
}
|
|
1486
1551
|
),
|
|
1487
|
-
/* @__PURE__ */
|
|
1552
|
+
/* @__PURE__ */ React32.createElement(
|
|
1488
1553
|
"path",
|
|
1489
1554
|
{
|
|
1490
1555
|
fillRule: "evenodd",
|
|
@@ -1493,7 +1558,7 @@ var init_Keys01 = __esm({
|
|
|
1493
1558
|
fill: "currentColor"
|
|
1494
1559
|
}
|
|
1495
1560
|
),
|
|
1496
|
-
/* @__PURE__ */
|
|
1561
|
+
/* @__PURE__ */ React32.createElement(
|
|
1497
1562
|
"path",
|
|
1498
1563
|
{
|
|
1499
1564
|
fillRule: "evenodd",
|
|
@@ -1513,7 +1578,7 @@ var LeadsFilled_exports = {};
|
|
|
1513
1578
|
__export(LeadsFilled_exports, {
|
|
1514
1579
|
default: () => LeadsFilled_default
|
|
1515
1580
|
});
|
|
1516
|
-
import * as
|
|
1581
|
+
import * as React33 from "react";
|
|
1517
1582
|
var SvgLeadsFilled, LeadsFilled_default;
|
|
1518
1583
|
var init_LeadsFilled = __esm({
|
|
1519
1584
|
"src/react/LeadsFilled.tsx"() {
|
|
@@ -1521,7 +1586,7 @@ var init_LeadsFilled = __esm({
|
|
|
1521
1586
|
init_types();
|
|
1522
1587
|
SvgLeadsFilled = ({ size = 16, ...props }) => {
|
|
1523
1588
|
const sizeValue = resolveSize(size);
|
|
1524
|
-
return /* @__PURE__ */
|
|
1589
|
+
return /* @__PURE__ */ React33.createElement(
|
|
1525
1590
|
"svg",
|
|
1526
1591
|
{
|
|
1527
1592
|
width: sizeValue,
|
|
@@ -1531,7 +1596,7 @@ var init_LeadsFilled = __esm({
|
|
|
1531
1596
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1532
1597
|
...props
|
|
1533
1598
|
},
|
|
1534
|
-
/* @__PURE__ */
|
|
1599
|
+
/* @__PURE__ */ React33.createElement(
|
|
1535
1600
|
"path",
|
|
1536
1601
|
{
|
|
1537
1602
|
fillRule: "evenodd",
|
|
@@ -1540,7 +1605,7 @@ var init_LeadsFilled = __esm({
|
|
|
1540
1605
|
fill: "currentColor"
|
|
1541
1606
|
}
|
|
1542
1607
|
),
|
|
1543
|
-
/* @__PURE__ */
|
|
1608
|
+
/* @__PURE__ */ React33.createElement(
|
|
1544
1609
|
"path",
|
|
1545
1610
|
{
|
|
1546
1611
|
fillRule: "evenodd",
|
|
@@ -1549,7 +1614,7 @@ var init_LeadsFilled = __esm({
|
|
|
1549
1614
|
fill: "currentColor"
|
|
1550
1615
|
}
|
|
1551
1616
|
),
|
|
1552
|
-
/* @__PURE__ */
|
|
1617
|
+
/* @__PURE__ */ React33.createElement(
|
|
1553
1618
|
"path",
|
|
1554
1619
|
{
|
|
1555
1620
|
fillRule: "evenodd",
|
|
@@ -1558,7 +1623,7 @@ var init_LeadsFilled = __esm({
|
|
|
1558
1623
|
fill: "currentColor"
|
|
1559
1624
|
}
|
|
1560
1625
|
),
|
|
1561
|
-
/* @__PURE__ */
|
|
1626
|
+
/* @__PURE__ */ React33.createElement(
|
|
1562
1627
|
"path",
|
|
1563
1628
|
{
|
|
1564
1629
|
fillRule: "evenodd",
|
|
@@ -1578,7 +1643,7 @@ var LeadsLinear_exports = {};
|
|
|
1578
1643
|
__export(LeadsLinear_exports, {
|
|
1579
1644
|
default: () => LeadsLinear_default
|
|
1580
1645
|
});
|
|
1581
|
-
import * as
|
|
1646
|
+
import * as React34 from "react";
|
|
1582
1647
|
var SvgLeadsLinear, LeadsLinear_default;
|
|
1583
1648
|
var init_LeadsLinear = __esm({
|
|
1584
1649
|
"src/react/LeadsLinear.tsx"() {
|
|
@@ -1586,7 +1651,7 @@ var init_LeadsLinear = __esm({
|
|
|
1586
1651
|
init_types();
|
|
1587
1652
|
SvgLeadsLinear = ({ size = 16, ...props }) => {
|
|
1588
1653
|
const sizeValue = resolveSize(size);
|
|
1589
|
-
return /* @__PURE__ */
|
|
1654
|
+
return /* @__PURE__ */ React34.createElement(
|
|
1590
1655
|
"svg",
|
|
1591
1656
|
{
|
|
1592
1657
|
width: sizeValue,
|
|
@@ -1596,7 +1661,7 @@ var init_LeadsLinear = __esm({
|
|
|
1596
1661
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1597
1662
|
...props
|
|
1598
1663
|
},
|
|
1599
|
-
/* @__PURE__ */
|
|
1664
|
+
/* @__PURE__ */ React34.createElement(
|
|
1600
1665
|
"path",
|
|
1601
1666
|
{
|
|
1602
1667
|
fillRule: "evenodd",
|
|
@@ -1605,7 +1670,7 @@ var init_LeadsLinear = __esm({
|
|
|
1605
1670
|
fill: "currentColor"
|
|
1606
1671
|
}
|
|
1607
1672
|
),
|
|
1608
|
-
/* @__PURE__ */
|
|
1673
|
+
/* @__PURE__ */ React34.createElement(
|
|
1609
1674
|
"path",
|
|
1610
1675
|
{
|
|
1611
1676
|
fillRule: "evenodd",
|
|
@@ -1614,7 +1679,7 @@ var init_LeadsLinear = __esm({
|
|
|
1614
1679
|
fill: "currentColor"
|
|
1615
1680
|
}
|
|
1616
1681
|
),
|
|
1617
|
-
/* @__PURE__ */
|
|
1682
|
+
/* @__PURE__ */ React34.createElement(
|
|
1618
1683
|
"path",
|
|
1619
1684
|
{
|
|
1620
1685
|
fillRule: "evenodd",
|
|
@@ -1623,7 +1688,7 @@ var init_LeadsLinear = __esm({
|
|
|
1623
1688
|
fill: "currentColor"
|
|
1624
1689
|
}
|
|
1625
1690
|
),
|
|
1626
|
-
/* @__PURE__ */
|
|
1691
|
+
/* @__PURE__ */ React34.createElement(
|
|
1627
1692
|
"path",
|
|
1628
1693
|
{
|
|
1629
1694
|
fillRule: "evenodd",
|
|
@@ -1643,7 +1708,7 @@ var Lock_exports = {};
|
|
|
1643
1708
|
__export(Lock_exports, {
|
|
1644
1709
|
default: () => Lock_default
|
|
1645
1710
|
});
|
|
1646
|
-
import * as
|
|
1711
|
+
import * as React35 from "react";
|
|
1647
1712
|
var SvgLock, Lock_default;
|
|
1648
1713
|
var init_Lock = __esm({
|
|
1649
1714
|
"src/react/Lock.tsx"() {
|
|
@@ -1651,7 +1716,7 @@ var init_Lock = __esm({
|
|
|
1651
1716
|
init_types();
|
|
1652
1717
|
SvgLock = ({ size = 16, ...props }) => {
|
|
1653
1718
|
const sizeValue = resolveSize(size);
|
|
1654
|
-
return /* @__PURE__ */
|
|
1719
|
+
return /* @__PURE__ */ React35.createElement(
|
|
1655
1720
|
"svg",
|
|
1656
1721
|
{
|
|
1657
1722
|
width: sizeValue,
|
|
@@ -1661,7 +1726,7 @@ var init_Lock = __esm({
|
|
|
1661
1726
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1662
1727
|
...props
|
|
1663
1728
|
},
|
|
1664
|
-
/* @__PURE__ */
|
|
1729
|
+
/* @__PURE__ */ React35.createElement(
|
|
1665
1730
|
"path",
|
|
1666
1731
|
{
|
|
1667
1732
|
fillRule: "evenodd",
|
|
@@ -1670,7 +1735,7 @@ var init_Lock = __esm({
|
|
|
1670
1735
|
fill: "currentColor"
|
|
1671
1736
|
}
|
|
1672
1737
|
),
|
|
1673
|
-
/* @__PURE__ */
|
|
1738
|
+
/* @__PURE__ */ React35.createElement(
|
|
1674
1739
|
"path",
|
|
1675
1740
|
{
|
|
1676
1741
|
fillRule: "evenodd",
|
|
@@ -1690,7 +1755,7 @@ var Logout_exports = {};
|
|
|
1690
1755
|
__export(Logout_exports, {
|
|
1691
1756
|
default: () => Logout_default
|
|
1692
1757
|
});
|
|
1693
|
-
import * as
|
|
1758
|
+
import * as React36 from "react";
|
|
1694
1759
|
var SvgLogout, Logout_default;
|
|
1695
1760
|
var init_Logout = __esm({
|
|
1696
1761
|
"src/react/Logout.tsx"() {
|
|
@@ -1698,7 +1763,7 @@ var init_Logout = __esm({
|
|
|
1698
1763
|
init_types();
|
|
1699
1764
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
1700
1765
|
const sizeValue = resolveSize(size);
|
|
1701
|
-
return /* @__PURE__ */
|
|
1766
|
+
return /* @__PURE__ */ React36.createElement(
|
|
1702
1767
|
"svg",
|
|
1703
1768
|
{
|
|
1704
1769
|
width: sizeValue,
|
|
@@ -1708,7 +1773,7 @@ var init_Logout = __esm({
|
|
|
1708
1773
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1709
1774
|
...props
|
|
1710
1775
|
},
|
|
1711
|
-
/* @__PURE__ */
|
|
1776
|
+
/* @__PURE__ */ React36.createElement(
|
|
1712
1777
|
"path",
|
|
1713
1778
|
{
|
|
1714
1779
|
fillRule: "evenodd",
|
|
@@ -1717,7 +1782,7 @@ var init_Logout = __esm({
|
|
|
1717
1782
|
fill: "currentColor"
|
|
1718
1783
|
}
|
|
1719
1784
|
),
|
|
1720
|
-
/* @__PURE__ */
|
|
1785
|
+
/* @__PURE__ */ React36.createElement(
|
|
1721
1786
|
"path",
|
|
1722
1787
|
{
|
|
1723
1788
|
fillRule: "evenodd",
|
|
@@ -1726,7 +1791,7 @@ var init_Logout = __esm({
|
|
|
1726
1791
|
fill: "currentColor"
|
|
1727
1792
|
}
|
|
1728
1793
|
),
|
|
1729
|
-
/* @__PURE__ */
|
|
1794
|
+
/* @__PURE__ */ React36.createElement(
|
|
1730
1795
|
"path",
|
|
1731
1796
|
{
|
|
1732
1797
|
fillRule: "evenodd",
|
|
@@ -1746,7 +1811,7 @@ var Mail_exports = {};
|
|
|
1746
1811
|
__export(Mail_exports, {
|
|
1747
1812
|
default: () => Mail_default
|
|
1748
1813
|
});
|
|
1749
|
-
import * as
|
|
1814
|
+
import * as React37 from "react";
|
|
1750
1815
|
var SvgMail, Mail_default;
|
|
1751
1816
|
var init_Mail = __esm({
|
|
1752
1817
|
"src/react/Mail.tsx"() {
|
|
@@ -1754,7 +1819,7 @@ var init_Mail = __esm({
|
|
|
1754
1819
|
init_types();
|
|
1755
1820
|
SvgMail = ({ size = 16, ...props }) => {
|
|
1756
1821
|
const sizeValue = resolveSize(size);
|
|
1757
|
-
return /* @__PURE__ */
|
|
1822
|
+
return /* @__PURE__ */ React37.createElement(
|
|
1758
1823
|
"svg",
|
|
1759
1824
|
{
|
|
1760
1825
|
width: sizeValue,
|
|
@@ -1764,7 +1829,7 @@ var init_Mail = __esm({
|
|
|
1764
1829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1765
1830
|
...props
|
|
1766
1831
|
},
|
|
1767
|
-
/* @__PURE__ */
|
|
1832
|
+
/* @__PURE__ */ React37.createElement(
|
|
1768
1833
|
"path",
|
|
1769
1834
|
{
|
|
1770
1835
|
fillRule: "evenodd",
|
|
@@ -1773,7 +1838,7 @@ var init_Mail = __esm({
|
|
|
1773
1838
|
fill: "currentColor"
|
|
1774
1839
|
}
|
|
1775
1840
|
),
|
|
1776
|
-
/* @__PURE__ */
|
|
1841
|
+
/* @__PURE__ */ React37.createElement(
|
|
1777
1842
|
"path",
|
|
1778
1843
|
{
|
|
1779
1844
|
fillRule: "evenodd",
|
|
@@ -1793,7 +1858,7 @@ var Mortgage_exports = {};
|
|
|
1793
1858
|
__export(Mortgage_exports, {
|
|
1794
1859
|
default: () => Mortgage_default
|
|
1795
1860
|
});
|
|
1796
|
-
import * as
|
|
1861
|
+
import * as React38 from "react";
|
|
1797
1862
|
var SvgMortgage, Mortgage_default;
|
|
1798
1863
|
var init_Mortgage = __esm({
|
|
1799
1864
|
"src/react/Mortgage.tsx"() {
|
|
@@ -1801,7 +1866,7 @@ var init_Mortgage = __esm({
|
|
|
1801
1866
|
init_types();
|
|
1802
1867
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
1803
1868
|
const sizeValue = resolveSize(size);
|
|
1804
|
-
return /* @__PURE__ */
|
|
1869
|
+
return /* @__PURE__ */ React38.createElement(
|
|
1805
1870
|
"svg",
|
|
1806
1871
|
{
|
|
1807
1872
|
width: sizeValue,
|
|
@@ -1811,7 +1876,7 @@ var init_Mortgage = __esm({
|
|
|
1811
1876
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1812
1877
|
...props
|
|
1813
1878
|
},
|
|
1814
|
-
/* @__PURE__ */
|
|
1879
|
+
/* @__PURE__ */ React38.createElement(
|
|
1815
1880
|
"path",
|
|
1816
1881
|
{
|
|
1817
1882
|
fillRule: "evenodd",
|
|
@@ -1820,7 +1885,7 @@ var init_Mortgage = __esm({
|
|
|
1820
1885
|
fill: "currentColor"
|
|
1821
1886
|
}
|
|
1822
1887
|
),
|
|
1823
|
-
/* @__PURE__ */
|
|
1888
|
+
/* @__PURE__ */ React38.createElement(
|
|
1824
1889
|
"path",
|
|
1825
1890
|
{
|
|
1826
1891
|
fillRule: "evenodd",
|
|
@@ -1829,7 +1894,7 @@ var init_Mortgage = __esm({
|
|
|
1829
1894
|
fill: "currentColor"
|
|
1830
1895
|
}
|
|
1831
1896
|
),
|
|
1832
|
-
/* @__PURE__ */
|
|
1897
|
+
/* @__PURE__ */ React38.createElement(
|
|
1833
1898
|
"path",
|
|
1834
1899
|
{
|
|
1835
1900
|
fillRule: "evenodd",
|
|
@@ -1838,7 +1903,7 @@ var init_Mortgage = __esm({
|
|
|
1838
1903
|
fill: "currentColor"
|
|
1839
1904
|
}
|
|
1840
1905
|
),
|
|
1841
|
-
/* @__PURE__ */
|
|
1906
|
+
/* @__PURE__ */ React38.createElement(
|
|
1842
1907
|
"path",
|
|
1843
1908
|
{
|
|
1844
1909
|
fillRule: "evenodd",
|
|
@@ -1847,7 +1912,7 @@ var init_Mortgage = __esm({
|
|
|
1847
1912
|
fill: "currentColor"
|
|
1848
1913
|
}
|
|
1849
1914
|
),
|
|
1850
|
-
/* @__PURE__ */
|
|
1915
|
+
/* @__PURE__ */ React38.createElement(
|
|
1851
1916
|
"path",
|
|
1852
1917
|
{
|
|
1853
1918
|
fillRule: "evenodd",
|
|
@@ -1856,7 +1921,7 @@ var init_Mortgage = __esm({
|
|
|
1856
1921
|
fill: "currentColor"
|
|
1857
1922
|
}
|
|
1858
1923
|
),
|
|
1859
|
-
/* @__PURE__ */
|
|
1924
|
+
/* @__PURE__ */ React38.createElement(
|
|
1860
1925
|
"path",
|
|
1861
1926
|
{
|
|
1862
1927
|
fillRule: "evenodd",
|
|
@@ -1865,7 +1930,7 @@ var init_Mortgage = __esm({
|
|
|
1865
1930
|
fill: "currentColor"
|
|
1866
1931
|
}
|
|
1867
1932
|
),
|
|
1868
|
-
/* @__PURE__ */
|
|
1933
|
+
/* @__PURE__ */ React38.createElement(
|
|
1869
1934
|
"path",
|
|
1870
1935
|
{
|
|
1871
1936
|
fillRule: "evenodd",
|
|
@@ -1885,7 +1950,7 @@ var Note_exports = {};
|
|
|
1885
1950
|
__export(Note_exports, {
|
|
1886
1951
|
default: () => Note_default
|
|
1887
1952
|
});
|
|
1888
|
-
import * as
|
|
1953
|
+
import * as React39 from "react";
|
|
1889
1954
|
var SvgNote, Note_default;
|
|
1890
1955
|
var init_Note = __esm({
|
|
1891
1956
|
"src/react/Note.tsx"() {
|
|
@@ -1893,7 +1958,7 @@ var init_Note = __esm({
|
|
|
1893
1958
|
init_types();
|
|
1894
1959
|
SvgNote = ({ size = 16, ...props }) => {
|
|
1895
1960
|
const sizeValue = resolveSize(size);
|
|
1896
|
-
return /* @__PURE__ */
|
|
1961
|
+
return /* @__PURE__ */ React39.createElement(
|
|
1897
1962
|
"svg",
|
|
1898
1963
|
{
|
|
1899
1964
|
width: sizeValue,
|
|
@@ -1903,7 +1968,7 @@ var init_Note = __esm({
|
|
|
1903
1968
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1904
1969
|
...props
|
|
1905
1970
|
},
|
|
1906
|
-
/* @__PURE__ */
|
|
1971
|
+
/* @__PURE__ */ React39.createElement(
|
|
1907
1972
|
"path",
|
|
1908
1973
|
{
|
|
1909
1974
|
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 +1986,7 @@ var Payments_exports = {};
|
|
|
1921
1986
|
__export(Payments_exports, {
|
|
1922
1987
|
default: () => Payments_default
|
|
1923
1988
|
});
|
|
1924
|
-
import * as
|
|
1989
|
+
import * as React40 from "react";
|
|
1925
1990
|
var SvgPayments, Payments_default;
|
|
1926
1991
|
var init_Payments = __esm({
|
|
1927
1992
|
"src/react/Payments.tsx"() {
|
|
@@ -1929,7 +1994,7 @@ var init_Payments = __esm({
|
|
|
1929
1994
|
init_types();
|
|
1930
1995
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
1931
1996
|
const sizeValue = resolveSize(size);
|
|
1932
|
-
return /* @__PURE__ */
|
|
1997
|
+
return /* @__PURE__ */ React40.createElement(
|
|
1933
1998
|
"svg",
|
|
1934
1999
|
{
|
|
1935
2000
|
width: sizeValue,
|
|
@@ -1939,7 +2004,7 @@ var init_Payments = __esm({
|
|
|
1939
2004
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1940
2005
|
...props
|
|
1941
2006
|
},
|
|
1942
|
-
/* @__PURE__ */
|
|
2007
|
+
/* @__PURE__ */ React40.createElement(
|
|
1943
2008
|
"path",
|
|
1944
2009
|
{
|
|
1945
2010
|
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 +2022,7 @@ var Plus_exports = {};
|
|
|
1957
2022
|
__export(Plus_exports, {
|
|
1958
2023
|
default: () => Plus_default
|
|
1959
2024
|
});
|
|
1960
|
-
import * as
|
|
2025
|
+
import * as React41 from "react";
|
|
1961
2026
|
var SvgPlus, Plus_default;
|
|
1962
2027
|
var init_Plus = __esm({
|
|
1963
2028
|
"src/react/Plus.tsx"() {
|
|
@@ -1965,7 +2030,7 @@ var init_Plus = __esm({
|
|
|
1965
2030
|
init_types();
|
|
1966
2031
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
1967
2032
|
const sizeValue = resolveSize(size);
|
|
1968
|
-
return /* @__PURE__ */
|
|
2033
|
+
return /* @__PURE__ */ React41.createElement(
|
|
1969
2034
|
"svg",
|
|
1970
2035
|
{
|
|
1971
2036
|
width: sizeValue,
|
|
@@ -1975,7 +2040,7 @@ var init_Plus = __esm({
|
|
|
1975
2040
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1976
2041
|
...props
|
|
1977
2042
|
},
|
|
1978
|
-
/* @__PURE__ */
|
|
2043
|
+
/* @__PURE__ */ React41.createElement(
|
|
1979
2044
|
"path",
|
|
1980
2045
|
{
|
|
1981
2046
|
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 +2058,7 @@ var PropertiesFilled_exports = {};
|
|
|
1993
2058
|
__export(PropertiesFilled_exports, {
|
|
1994
2059
|
default: () => PropertiesFilled_default
|
|
1995
2060
|
});
|
|
1996
|
-
import * as
|
|
2061
|
+
import * as React42 from "react";
|
|
1997
2062
|
var SvgPropertiesFilled, PropertiesFilled_default;
|
|
1998
2063
|
var init_PropertiesFilled = __esm({
|
|
1999
2064
|
"src/react/PropertiesFilled.tsx"() {
|
|
@@ -2001,7 +2066,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2001
2066
|
init_types();
|
|
2002
2067
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
2003
2068
|
const sizeValue = resolveSize(size);
|
|
2004
|
-
return /* @__PURE__ */
|
|
2069
|
+
return /* @__PURE__ */ React42.createElement(
|
|
2005
2070
|
"svg",
|
|
2006
2071
|
{
|
|
2007
2072
|
width: sizeValue,
|
|
@@ -2011,7 +2076,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2011
2076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2012
2077
|
...props
|
|
2013
2078
|
},
|
|
2014
|
-
/* @__PURE__ */
|
|
2079
|
+
/* @__PURE__ */ React42.createElement(
|
|
2015
2080
|
"path",
|
|
2016
2081
|
{
|
|
2017
2082
|
fillRule: "evenodd",
|
|
@@ -2020,7 +2085,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2020
2085
|
fill: "currentColor"
|
|
2021
2086
|
}
|
|
2022
2087
|
),
|
|
2023
|
-
/* @__PURE__ */
|
|
2088
|
+
/* @__PURE__ */ React42.createElement(
|
|
2024
2089
|
"path",
|
|
2025
2090
|
{
|
|
2026
2091
|
fillRule: "evenodd",
|
|
@@ -2029,7 +2094,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2029
2094
|
fill: "currentColor"
|
|
2030
2095
|
}
|
|
2031
2096
|
),
|
|
2032
|
-
/* @__PURE__ */
|
|
2097
|
+
/* @__PURE__ */ React42.createElement(
|
|
2033
2098
|
"path",
|
|
2034
2099
|
{
|
|
2035
2100
|
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 +2112,7 @@ var PropertiesLinear_exports = {};
|
|
|
2047
2112
|
__export(PropertiesLinear_exports, {
|
|
2048
2113
|
default: () => PropertiesLinear_default
|
|
2049
2114
|
});
|
|
2050
|
-
import * as
|
|
2115
|
+
import * as React43 from "react";
|
|
2051
2116
|
var SvgPropertiesLinear, PropertiesLinear_default;
|
|
2052
2117
|
var init_PropertiesLinear = __esm({
|
|
2053
2118
|
"src/react/PropertiesLinear.tsx"() {
|
|
@@ -2055,7 +2120,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2055
2120
|
init_types();
|
|
2056
2121
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
2057
2122
|
const sizeValue = resolveSize(size);
|
|
2058
|
-
return /* @__PURE__ */
|
|
2123
|
+
return /* @__PURE__ */ React43.createElement(
|
|
2059
2124
|
"svg",
|
|
2060
2125
|
{
|
|
2061
2126
|
width: sizeValue,
|
|
@@ -2065,7 +2130,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2065
2130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2066
2131
|
...props
|
|
2067
2132
|
},
|
|
2068
|
-
/* @__PURE__ */
|
|
2133
|
+
/* @__PURE__ */ React43.createElement(
|
|
2069
2134
|
"path",
|
|
2070
2135
|
{
|
|
2071
2136
|
fillRule: "evenodd",
|
|
@@ -2074,7 +2139,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2074
2139
|
fill: "currentColor"
|
|
2075
2140
|
}
|
|
2076
2141
|
),
|
|
2077
|
-
/* @__PURE__ */
|
|
2142
|
+
/* @__PURE__ */ React43.createElement(
|
|
2078
2143
|
"path",
|
|
2079
2144
|
{
|
|
2080
2145
|
fillRule: "evenodd",
|
|
@@ -2083,7 +2148,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2083
2148
|
fill: "currentColor"
|
|
2084
2149
|
}
|
|
2085
2150
|
),
|
|
2086
|
-
/* @__PURE__ */
|
|
2151
|
+
/* @__PURE__ */ React43.createElement(
|
|
2087
2152
|
"path",
|
|
2088
2153
|
{
|
|
2089
2154
|
fillRule: "evenodd",
|
|
@@ -2092,7 +2157,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2092
2157
|
fill: "currentColor"
|
|
2093
2158
|
}
|
|
2094
2159
|
),
|
|
2095
|
-
/* @__PURE__ */
|
|
2160
|
+
/* @__PURE__ */ React43.createElement(
|
|
2096
2161
|
"path",
|
|
2097
2162
|
{
|
|
2098
2163
|
fillRule: "evenodd",
|
|
@@ -2101,7 +2166,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2101
2166
|
fill: "currentColor"
|
|
2102
2167
|
}
|
|
2103
2168
|
),
|
|
2104
|
-
/* @__PURE__ */
|
|
2169
|
+
/* @__PURE__ */ React43.createElement(
|
|
2105
2170
|
"path",
|
|
2106
2171
|
{
|
|
2107
2172
|
fillRule: "evenodd",
|
|
@@ -2110,7 +2175,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2110
2175
|
fill: "currentColor"
|
|
2111
2176
|
}
|
|
2112
2177
|
),
|
|
2113
|
-
/* @__PURE__ */
|
|
2178
|
+
/* @__PURE__ */ React43.createElement(
|
|
2114
2179
|
"path",
|
|
2115
2180
|
{
|
|
2116
2181
|
fillRule: "evenodd",
|
|
@@ -2119,7 +2184,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2119
2184
|
fill: "currentColor"
|
|
2120
2185
|
}
|
|
2121
2186
|
),
|
|
2122
|
-
/* @__PURE__ */
|
|
2187
|
+
/* @__PURE__ */ React43.createElement(
|
|
2123
2188
|
"path",
|
|
2124
2189
|
{
|
|
2125
2190
|
fillRule: "evenodd",
|
|
@@ -2139,7 +2204,7 @@ var Rent_exports = {};
|
|
|
2139
2204
|
__export(Rent_exports, {
|
|
2140
2205
|
default: () => Rent_default
|
|
2141
2206
|
});
|
|
2142
|
-
import * as
|
|
2207
|
+
import * as React44 from "react";
|
|
2143
2208
|
var SvgRent, Rent_default;
|
|
2144
2209
|
var init_Rent = __esm({
|
|
2145
2210
|
"src/react/Rent.tsx"() {
|
|
@@ -2147,7 +2212,7 @@ var init_Rent = __esm({
|
|
|
2147
2212
|
init_types();
|
|
2148
2213
|
SvgRent = ({ size = 16, ...props }) => {
|
|
2149
2214
|
const sizeValue = resolveSize(size);
|
|
2150
|
-
return /* @__PURE__ */
|
|
2215
|
+
return /* @__PURE__ */ React44.createElement(
|
|
2151
2216
|
"svg",
|
|
2152
2217
|
{
|
|
2153
2218
|
width: sizeValue,
|
|
@@ -2157,7 +2222,7 @@ var init_Rent = __esm({
|
|
|
2157
2222
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2158
2223
|
...props
|
|
2159
2224
|
},
|
|
2160
|
-
/* @__PURE__ */
|
|
2225
|
+
/* @__PURE__ */ React44.createElement(
|
|
2161
2226
|
"path",
|
|
2162
2227
|
{
|
|
2163
2228
|
fillRule: "evenodd",
|
|
@@ -2166,7 +2231,7 @@ var init_Rent = __esm({
|
|
|
2166
2231
|
fill: "currentColor"
|
|
2167
2232
|
}
|
|
2168
2233
|
),
|
|
2169
|
-
/* @__PURE__ */
|
|
2234
|
+
/* @__PURE__ */ React44.createElement(
|
|
2170
2235
|
"path",
|
|
2171
2236
|
{
|
|
2172
2237
|
fillRule: "evenodd",
|
|
@@ -2175,7 +2240,7 @@ var init_Rent = __esm({
|
|
|
2175
2240
|
fill: "currentColor"
|
|
2176
2241
|
}
|
|
2177
2242
|
),
|
|
2178
|
-
/* @__PURE__ */
|
|
2243
|
+
/* @__PURE__ */ React44.createElement(
|
|
2179
2244
|
"path",
|
|
2180
2245
|
{
|
|
2181
2246
|
fillRule: "evenodd",
|
|
@@ -2195,7 +2260,7 @@ var Search_exports = {};
|
|
|
2195
2260
|
__export(Search_exports, {
|
|
2196
2261
|
default: () => Search_default
|
|
2197
2262
|
});
|
|
2198
|
-
import * as
|
|
2263
|
+
import * as React45 from "react";
|
|
2199
2264
|
var SvgSearch, Search_default;
|
|
2200
2265
|
var init_Search = __esm({
|
|
2201
2266
|
"src/react/Search.tsx"() {
|
|
@@ -2203,7 +2268,7 @@ var init_Search = __esm({
|
|
|
2203
2268
|
init_types();
|
|
2204
2269
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
2205
2270
|
const sizeValue = resolveSize(size);
|
|
2206
|
-
return /* @__PURE__ */
|
|
2271
|
+
return /* @__PURE__ */ React45.createElement(
|
|
2207
2272
|
"svg",
|
|
2208
2273
|
{
|
|
2209
2274
|
width: sizeValue,
|
|
@@ -2213,7 +2278,7 @@ var init_Search = __esm({
|
|
|
2213
2278
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2214
2279
|
...props
|
|
2215
2280
|
},
|
|
2216
|
-
/* @__PURE__ */
|
|
2281
|
+
/* @__PURE__ */ React45.createElement(
|
|
2217
2282
|
"path",
|
|
2218
2283
|
{
|
|
2219
2284
|
fillRule: "evenodd",
|
|
@@ -2222,7 +2287,7 @@ var init_Search = __esm({
|
|
|
2222
2287
|
fill: "currentColor"
|
|
2223
2288
|
}
|
|
2224
2289
|
),
|
|
2225
|
-
/* @__PURE__ */
|
|
2290
|
+
/* @__PURE__ */ React45.createElement(
|
|
2226
2291
|
"path",
|
|
2227
2292
|
{
|
|
2228
2293
|
fillRule: "evenodd",
|
|
@@ -2242,7 +2307,7 @@ var SearchX_exports = {};
|
|
|
2242
2307
|
__export(SearchX_exports, {
|
|
2243
2308
|
default: () => SearchX_default
|
|
2244
2309
|
});
|
|
2245
|
-
import * as
|
|
2310
|
+
import * as React46 from "react";
|
|
2246
2311
|
var SvgSearchX, SearchX_default;
|
|
2247
2312
|
var init_SearchX = __esm({
|
|
2248
2313
|
"src/react/SearchX.tsx"() {
|
|
@@ -2250,7 +2315,7 @@ var init_SearchX = __esm({
|
|
|
2250
2315
|
init_types();
|
|
2251
2316
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
2252
2317
|
const sizeValue = resolveSize(size);
|
|
2253
|
-
return /* @__PURE__ */
|
|
2318
|
+
return /* @__PURE__ */ React46.createElement(
|
|
2254
2319
|
"svg",
|
|
2255
2320
|
{
|
|
2256
2321
|
width: sizeValue,
|
|
@@ -2260,7 +2325,7 @@ var init_SearchX = __esm({
|
|
|
2260
2325
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2261
2326
|
...props
|
|
2262
2327
|
},
|
|
2263
|
-
/* @__PURE__ */
|
|
2328
|
+
/* @__PURE__ */ React46.createElement(
|
|
2264
2329
|
"path",
|
|
2265
2330
|
{
|
|
2266
2331
|
fillRule: "evenodd",
|
|
@@ -2269,7 +2334,7 @@ var init_SearchX = __esm({
|
|
|
2269
2334
|
fill: "currentColor"
|
|
2270
2335
|
}
|
|
2271
2336
|
),
|
|
2272
|
-
/* @__PURE__ */
|
|
2337
|
+
/* @__PURE__ */ React46.createElement(
|
|
2273
2338
|
"path",
|
|
2274
2339
|
{
|
|
2275
2340
|
fillRule: "evenodd",
|
|
@@ -2278,7 +2343,7 @@ var init_SearchX = __esm({
|
|
|
2278
2343
|
fill: "currentColor"
|
|
2279
2344
|
}
|
|
2280
2345
|
),
|
|
2281
|
-
/* @__PURE__ */
|
|
2346
|
+
/* @__PURE__ */ React46.createElement(
|
|
2282
2347
|
"path",
|
|
2283
2348
|
{
|
|
2284
2349
|
fillRule: "evenodd",
|
|
@@ -2287,7 +2352,7 @@ var init_SearchX = __esm({
|
|
|
2287
2352
|
fill: "currentColor"
|
|
2288
2353
|
}
|
|
2289
2354
|
),
|
|
2290
|
-
/* @__PURE__ */
|
|
2355
|
+
/* @__PURE__ */ React46.createElement(
|
|
2291
2356
|
"path",
|
|
2292
2357
|
{
|
|
2293
2358
|
fillRule: "evenodd",
|
|
@@ -2307,7 +2372,7 @@ var Share_exports = {};
|
|
|
2307
2372
|
__export(Share_exports, {
|
|
2308
2373
|
default: () => Share_default
|
|
2309
2374
|
});
|
|
2310
|
-
import * as
|
|
2375
|
+
import * as React47 from "react";
|
|
2311
2376
|
var SvgShare, Share_default;
|
|
2312
2377
|
var init_Share = __esm({
|
|
2313
2378
|
"src/react/Share.tsx"() {
|
|
@@ -2315,7 +2380,7 @@ var init_Share = __esm({
|
|
|
2315
2380
|
init_types();
|
|
2316
2381
|
SvgShare = ({ size = 16, ...props }) => {
|
|
2317
2382
|
const sizeValue = resolveSize(size);
|
|
2318
|
-
return /* @__PURE__ */
|
|
2383
|
+
return /* @__PURE__ */ React47.createElement(
|
|
2319
2384
|
"svg",
|
|
2320
2385
|
{
|
|
2321
2386
|
width: sizeValue,
|
|
@@ -2325,7 +2390,7 @@ var init_Share = __esm({
|
|
|
2325
2390
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2326
2391
|
...props
|
|
2327
2392
|
},
|
|
2328
|
-
/* @__PURE__ */
|
|
2393
|
+
/* @__PURE__ */ React47.createElement(
|
|
2329
2394
|
"path",
|
|
2330
2395
|
{
|
|
2331
2396
|
fillRule: "evenodd",
|
|
@@ -2334,7 +2399,7 @@ var init_Share = __esm({
|
|
|
2334
2399
|
fill: "currentColor"
|
|
2335
2400
|
}
|
|
2336
2401
|
),
|
|
2337
|
-
/* @__PURE__ */
|
|
2402
|
+
/* @__PURE__ */ React47.createElement(
|
|
2338
2403
|
"path",
|
|
2339
2404
|
{
|
|
2340
2405
|
fillRule: "evenodd",
|
|
@@ -2343,7 +2408,7 @@ var init_Share = __esm({
|
|
|
2343
2408
|
fill: "currentColor"
|
|
2344
2409
|
}
|
|
2345
2410
|
),
|
|
2346
|
-
/* @__PURE__ */
|
|
2411
|
+
/* @__PURE__ */ React47.createElement(
|
|
2347
2412
|
"path",
|
|
2348
2413
|
{
|
|
2349
2414
|
fillRule: "evenodd",
|
|
@@ -2363,7 +2428,7 @@ var Trash2_exports = {};
|
|
|
2363
2428
|
__export(Trash2_exports, {
|
|
2364
2429
|
default: () => Trash2_default
|
|
2365
2430
|
});
|
|
2366
|
-
import * as
|
|
2431
|
+
import * as React48 from "react";
|
|
2367
2432
|
var SvgTrash2, Trash2_default;
|
|
2368
2433
|
var init_Trash2 = __esm({
|
|
2369
2434
|
"src/react/Trash2.tsx"() {
|
|
@@ -2371,7 +2436,7 @@ var init_Trash2 = __esm({
|
|
|
2371
2436
|
init_types();
|
|
2372
2437
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
2373
2438
|
const sizeValue = resolveSize(size);
|
|
2374
|
-
return /* @__PURE__ */
|
|
2439
|
+
return /* @__PURE__ */ React48.createElement(
|
|
2375
2440
|
"svg",
|
|
2376
2441
|
{
|
|
2377
2442
|
width: sizeValue,
|
|
@@ -2381,7 +2446,7 @@ var init_Trash2 = __esm({
|
|
|
2381
2446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2382
2447
|
...props
|
|
2383
2448
|
},
|
|
2384
|
-
/* @__PURE__ */
|
|
2449
|
+
/* @__PURE__ */ React48.createElement(
|
|
2385
2450
|
"path",
|
|
2386
2451
|
{
|
|
2387
2452
|
fillRule: "evenodd",
|
|
@@ -2390,7 +2455,7 @@ var init_Trash2 = __esm({
|
|
|
2390
2455
|
fill: "currentColor"
|
|
2391
2456
|
}
|
|
2392
2457
|
),
|
|
2393
|
-
/* @__PURE__ */
|
|
2458
|
+
/* @__PURE__ */ React48.createElement(
|
|
2394
2459
|
"path",
|
|
2395
2460
|
{
|
|
2396
2461
|
fillRule: "evenodd",
|
|
@@ -2399,7 +2464,7 @@ var init_Trash2 = __esm({
|
|
|
2399
2464
|
fill: "currentColor"
|
|
2400
2465
|
}
|
|
2401
2466
|
),
|
|
2402
|
-
/* @__PURE__ */
|
|
2467
|
+
/* @__PURE__ */ React48.createElement(
|
|
2403
2468
|
"path",
|
|
2404
2469
|
{
|
|
2405
2470
|
fillRule: "evenodd",
|
|
@@ -2408,7 +2473,7 @@ var init_Trash2 = __esm({
|
|
|
2408
2473
|
fill: "currentColor"
|
|
2409
2474
|
}
|
|
2410
2475
|
),
|
|
2411
|
-
/* @__PURE__ */
|
|
2476
|
+
/* @__PURE__ */ React48.createElement(
|
|
2412
2477
|
"path",
|
|
2413
2478
|
{
|
|
2414
2479
|
fillRule: "evenodd",
|
|
@@ -2417,7 +2482,7 @@ var init_Trash2 = __esm({
|
|
|
2417
2482
|
fill: "currentColor"
|
|
2418
2483
|
}
|
|
2419
2484
|
),
|
|
2420
|
-
/* @__PURE__ */
|
|
2485
|
+
/* @__PURE__ */ React48.createElement(
|
|
2421
2486
|
"path",
|
|
2422
2487
|
{
|
|
2423
2488
|
fillRule: "evenodd",
|
|
@@ -2437,7 +2502,7 @@ var User_exports = {};
|
|
|
2437
2502
|
__export(User_exports, {
|
|
2438
2503
|
default: () => User_default
|
|
2439
2504
|
});
|
|
2440
|
-
import * as
|
|
2505
|
+
import * as React49 from "react";
|
|
2441
2506
|
var SvgUser, User_default;
|
|
2442
2507
|
var init_User = __esm({
|
|
2443
2508
|
"src/react/User.tsx"() {
|
|
@@ -2445,7 +2510,7 @@ var init_User = __esm({
|
|
|
2445
2510
|
init_types();
|
|
2446
2511
|
SvgUser = ({ size = 16, ...props }) => {
|
|
2447
2512
|
const sizeValue = resolveSize(size);
|
|
2448
|
-
return /* @__PURE__ */
|
|
2513
|
+
return /* @__PURE__ */ React49.createElement(
|
|
2449
2514
|
"svg",
|
|
2450
2515
|
{
|
|
2451
2516
|
width: sizeValue,
|
|
@@ -2455,7 +2520,7 @@ var init_User = __esm({
|
|
|
2455
2520
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2456
2521
|
...props
|
|
2457
2522
|
},
|
|
2458
|
-
/* @__PURE__ */
|
|
2523
|
+
/* @__PURE__ */ React49.createElement(
|
|
2459
2524
|
"path",
|
|
2460
2525
|
{
|
|
2461
2526
|
fillRule: "evenodd",
|
|
@@ -2464,7 +2529,7 @@ var init_User = __esm({
|
|
|
2464
2529
|
fill: "currentColor"
|
|
2465
2530
|
}
|
|
2466
2531
|
),
|
|
2467
|
-
/* @__PURE__ */
|
|
2532
|
+
/* @__PURE__ */ React49.createElement(
|
|
2468
2533
|
"path",
|
|
2469
2534
|
{
|
|
2470
2535
|
fillRule: "evenodd",
|
|
@@ -2484,7 +2549,7 @@ var Whatsapp_exports = {};
|
|
|
2484
2549
|
__export(Whatsapp_exports, {
|
|
2485
2550
|
default: () => Whatsapp_default
|
|
2486
2551
|
});
|
|
2487
|
-
import * as
|
|
2552
|
+
import * as React50 from "react";
|
|
2488
2553
|
var SvgWhatsapp, Whatsapp_default;
|
|
2489
2554
|
var init_Whatsapp = __esm({
|
|
2490
2555
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -2492,7 +2557,7 @@ var init_Whatsapp = __esm({
|
|
|
2492
2557
|
init_types();
|
|
2493
2558
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
2494
2559
|
const sizeValue = resolveSize(size);
|
|
2495
|
-
return /* @__PURE__ */
|
|
2560
|
+
return /* @__PURE__ */ React50.createElement(
|
|
2496
2561
|
"svg",
|
|
2497
2562
|
{
|
|
2498
2563
|
width: sizeValue,
|
|
@@ -2502,7 +2567,7 @@ var init_Whatsapp = __esm({
|
|
|
2502
2567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2503
2568
|
...props
|
|
2504
2569
|
},
|
|
2505
|
-
/* @__PURE__ */
|
|
2570
|
+
/* @__PURE__ */ React50.createElement(
|
|
2506
2571
|
"path",
|
|
2507
2572
|
{
|
|
2508
2573
|
fillRule: "evenodd",
|
|
@@ -2525,6 +2590,7 @@ init_ArrowDownRight();
|
|
|
2525
2590
|
init_ArrowLeft();
|
|
2526
2591
|
init_ArrowRight();
|
|
2527
2592
|
init_ArrowUp();
|
|
2593
|
+
init_ArrowUpDown();
|
|
2528
2594
|
init_ArrowUpLeft();
|
|
2529
2595
|
init_ArrowUpRight();
|
|
2530
2596
|
init_Bell();
|
|
@@ -2569,7 +2635,7 @@ init_User();
|
|
|
2569
2635
|
init_Whatsapp();
|
|
2570
2636
|
|
|
2571
2637
|
// src/react/Icon.tsx
|
|
2572
|
-
import * as
|
|
2638
|
+
import * as React51 from "react";
|
|
2573
2639
|
function loadIcon(name) {
|
|
2574
2640
|
switch (name) {
|
|
2575
2641
|
case "alert-triangle":
|
|
@@ -2586,6 +2652,8 @@ function loadIcon(name) {
|
|
|
2586
2652
|
return Promise.resolve().then(() => (init_ArrowRight(), ArrowRight_exports)).then((m) => m.default);
|
|
2587
2653
|
case "arrow-up":
|
|
2588
2654
|
return Promise.resolve().then(() => (init_ArrowUp(), ArrowUp_exports)).then((m) => m.default);
|
|
2655
|
+
case "arrow-up-down":
|
|
2656
|
+
return Promise.resolve().then(() => (init_ArrowUpDown(), ArrowUpDown_exports)).then((m) => m.default);
|
|
2589
2657
|
case "arrow-up-left":
|
|
2590
2658
|
return Promise.resolve().then(() => (init_ArrowUpLeft(), ArrowUpLeft_exports)).then((m) => m.default);
|
|
2591
2659
|
case "arrow-up-right":
|
|
@@ -2675,10 +2743,10 @@ function loadIcon(name) {
|
|
|
2675
2743
|
}
|
|
2676
2744
|
}
|
|
2677
2745
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
2678
|
-
const [IconComponent, setIconComponent] =
|
|
2679
|
-
const [loading, setLoading] =
|
|
2680
|
-
const [error, setError] =
|
|
2681
|
-
|
|
2746
|
+
const [IconComponent, setIconComponent] = React51.useState(null);
|
|
2747
|
+
const [loading, setLoading] = React51.useState(true);
|
|
2748
|
+
const [error, setError] = React51.useState(null);
|
|
2749
|
+
React51.useEffect(() => {
|
|
2682
2750
|
setLoading(true);
|
|
2683
2751
|
setError(null);
|
|
2684
2752
|
loadIcon(name).then((Component) => {
|
|
@@ -2697,7 +2765,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
2697
2765
|
return null;
|
|
2698
2766
|
}
|
|
2699
2767
|
const style = color ? { ...props.style, color } : props.style;
|
|
2700
|
-
return /* @__PURE__ */
|
|
2768
|
+
return /* @__PURE__ */ React51.createElement(IconComponent, { size, ...props, style });
|
|
2701
2769
|
};
|
|
2702
2770
|
var Icon_default = Icon;
|
|
2703
2771
|
|
|
@@ -2711,6 +2779,7 @@ export {
|
|
|
2711
2779
|
ArrowLeft_default as ArrowLeft,
|
|
2712
2780
|
ArrowRight_default as ArrowRight,
|
|
2713
2781
|
ArrowUp_default as ArrowUp,
|
|
2782
|
+
ArrowUpDown_default as ArrowUpDown,
|
|
2714
2783
|
ArrowUpLeft_default as ArrowUpLeft,
|
|
2715
2784
|
ArrowUpRight_default as ArrowUpRight,
|
|
2716
2785
|
Bell_default as Bell,
|