huspy-icons 0.3.0 → 0.3.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 +74 -53
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +56 -49
- package/dist/fonts/HuspyIcons.ts +70 -49
- 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 +56 -49
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +16 -2
- package/dist/react/index.d.ts +16 -2
- package/dist/react/index.js +752 -242
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +710 -200
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +57 -50
- package/src/react/BedDouble.tsx +44 -0
- package/src/react/Building.tsx +86 -0
- package/src/react/FaceId.tsx +52 -0
- package/src/react/FingerprintAndroid.tsx +24 -0
- package/src/react/Icon.tsx +22 -1
- package/src/react/MapPin.tsx +32 -0
- package/src/react/Sale.tsx +38 -0
- package/src/react/Size3D.tsx +44 -0
- package/src/react/index.ts +7 -0
- package/src/react/index.tsx +7 -0
package/dist/react/index.mjs
CHANGED
|
@@ -526,12 +526,77 @@ var init_ArrowUpRight = __esm({
|
|
|
526
526
|
}
|
|
527
527
|
});
|
|
528
528
|
|
|
529
|
+
// src/react/BedDouble.tsx
|
|
530
|
+
var BedDouble_exports = {};
|
|
531
|
+
__export(BedDouble_exports, {
|
|
532
|
+
default: () => BedDouble_default
|
|
533
|
+
});
|
|
534
|
+
import * as React11 from "react";
|
|
535
|
+
var SvgBedDouble, BedDouble_default;
|
|
536
|
+
var init_BedDouble = __esm({
|
|
537
|
+
"src/react/BedDouble.tsx"() {
|
|
538
|
+
"use strict";
|
|
539
|
+
init_types();
|
|
540
|
+
SvgBedDouble = ({ size = 16, ...props }) => {
|
|
541
|
+
const sizeValue = resolveSize(size);
|
|
542
|
+
return /* @__PURE__ */ React11.createElement(
|
|
543
|
+
"svg",
|
|
544
|
+
{
|
|
545
|
+
width: sizeValue,
|
|
546
|
+
height: sizeValue,
|
|
547
|
+
viewBox: "0 0 24 24",
|
|
548
|
+
fill: "none",
|
|
549
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
550
|
+
...props
|
|
551
|
+
},
|
|
552
|
+
/* @__PURE__ */ React11.createElement(
|
|
553
|
+
"path",
|
|
554
|
+
{
|
|
555
|
+
fillRule: "evenodd",
|
|
556
|
+
clipRule: "evenodd",
|
|
557
|
+
d: "M4 11C3.73478 11 3.48043 11.1054 3.29289 11.2929C3.10536 11.4804 3 11.7348 3 12V20C3 20.5523 2.55228 21 2 21C1.44772 21 1 20.5523 1 20V12C1 11.2044 1.31607 10.4413 1.87868 9.87868C2.44129 9.31607 3.20435 9 4 9H20C20.7957 9 21.5587 9.31607 22.1213 9.87868C22.6839 10.4413 23 11.2043 23 12V20C23 20.5523 22.5523 21 22 21C21.4477 21 21 20.5523 21 20V12C21 11.7348 20.8946 11.4804 20.7071 11.2929C20.5196 11.1054 20.2652 11 20 11H4Z",
|
|
558
|
+
fill: "currentColor"
|
|
559
|
+
}
|
|
560
|
+
),
|
|
561
|
+
/* @__PURE__ */ React11.createElement(
|
|
562
|
+
"path",
|
|
563
|
+
{
|
|
564
|
+
fillRule: "evenodd",
|
|
565
|
+
clipRule: "evenodd",
|
|
566
|
+
d: "M6 5C5.73478 5 5.48043 5.10536 5.29289 5.29289C5.10536 5.48043 5 5.73478 5 6V10C5 10.5523 4.55228 11 4 11C3.44772 11 3 10.5523 3 10V6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3H18C18.7957 3 19.5587 3.31607 20.1213 3.87868C20.6839 4.44129 21 5.20435 21 6V10C21 10.5523 20.5523 11 20 11C19.4477 11 19 10.5523 19 10V6C19 5.73478 18.8946 5.48043 18.7071 5.29289C18.5196 5.10536 18.2652 5 18 5H6Z",
|
|
567
|
+
fill: "currentColor"
|
|
568
|
+
}
|
|
569
|
+
),
|
|
570
|
+
/* @__PURE__ */ React11.createElement(
|
|
571
|
+
"path",
|
|
572
|
+
{
|
|
573
|
+
fillRule: "evenodd",
|
|
574
|
+
clipRule: "evenodd",
|
|
575
|
+
d: "M12 3C12.5523 3 13 3.44772 13 4V10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10V4C11 3.44772 11.4477 3 12 3Z",
|
|
576
|
+
fill: "currentColor"
|
|
577
|
+
}
|
|
578
|
+
),
|
|
579
|
+
/* @__PURE__ */ React11.createElement(
|
|
580
|
+
"path",
|
|
581
|
+
{
|
|
582
|
+
fillRule: "evenodd",
|
|
583
|
+
clipRule: "evenodd",
|
|
584
|
+
d: "M1 18C1 17.4477 1.44772 17 2 17H22C22.5523 17 23 17.4477 23 18C23 18.5523 22.5523 19 22 19H2C1.44772 19 1 18.5523 1 18Z",
|
|
585
|
+
fill: "currentColor"
|
|
586
|
+
}
|
|
587
|
+
)
|
|
588
|
+
);
|
|
589
|
+
};
|
|
590
|
+
BedDouble_default = SvgBedDouble;
|
|
591
|
+
}
|
|
592
|
+
});
|
|
593
|
+
|
|
529
594
|
// src/react/Bell.tsx
|
|
530
595
|
var Bell_exports = {};
|
|
531
596
|
__export(Bell_exports, {
|
|
532
597
|
default: () => Bell_default
|
|
533
598
|
});
|
|
534
|
-
import * as
|
|
599
|
+
import * as React12 from "react";
|
|
535
600
|
var SvgBell, Bell_default;
|
|
536
601
|
var init_Bell = __esm({
|
|
537
602
|
"src/react/Bell.tsx"() {
|
|
@@ -539,7 +604,7 @@ var init_Bell = __esm({
|
|
|
539
604
|
init_types();
|
|
540
605
|
SvgBell = ({ size = 16, ...props }) => {
|
|
541
606
|
const sizeValue = resolveSize(size);
|
|
542
|
-
return /* @__PURE__ */
|
|
607
|
+
return /* @__PURE__ */ React12.createElement(
|
|
543
608
|
"svg",
|
|
544
609
|
{
|
|
545
610
|
width: sizeValue,
|
|
@@ -549,14 +614,14 @@ var init_Bell = __esm({
|
|
|
549
614
|
xmlns: "http://www.w3.org/2000/svg",
|
|
550
615
|
...props
|
|
551
616
|
},
|
|
552
|
-
/* @__PURE__ */
|
|
617
|
+
/* @__PURE__ */ React12.createElement(
|
|
553
618
|
"path",
|
|
554
619
|
{
|
|
555
620
|
d: "M12.0001 3C13.3262 3 14.5979 3.52678 15.5356 4.46447C16.4733 5.40215 17.0001 6.67392 17.0001 8C17.0001 11.6473 17.783 14.0654 18.6222 15.6039C18.6983 15.7434 18.7747 15.8753 18.8508 16L5.1494 16C5.22549 15.8753 5.30188 15.7434 5.37797 15.6039C6.21715 14.0654 7.00008 11.6473 7.00008 8C7.00008 6.67392 7.52686 5.40215 8.46454 4.46447C9.40223 3.52678 10.674 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",
|
|
556
621
|
fill: "currentColor"
|
|
557
622
|
}
|
|
558
623
|
),
|
|
559
|
-
/* @__PURE__ */
|
|
624
|
+
/* @__PURE__ */ React12.createElement(
|
|
560
625
|
"path",
|
|
561
626
|
{
|
|
562
627
|
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",
|
|
@@ -569,12 +634,140 @@ var init_Bell = __esm({
|
|
|
569
634
|
}
|
|
570
635
|
});
|
|
571
636
|
|
|
637
|
+
// src/react/Building.tsx
|
|
638
|
+
var Building_exports = {};
|
|
639
|
+
__export(Building_exports, {
|
|
640
|
+
default: () => Building_default
|
|
641
|
+
});
|
|
642
|
+
import * as React13 from "react";
|
|
643
|
+
var SvgBuilding, Building_default;
|
|
644
|
+
var init_Building = __esm({
|
|
645
|
+
"src/react/Building.tsx"() {
|
|
646
|
+
"use strict";
|
|
647
|
+
init_types();
|
|
648
|
+
SvgBuilding = ({ size = 16, ...props }) => {
|
|
649
|
+
const sizeValue = resolveSize(size);
|
|
650
|
+
return /* @__PURE__ */ React13.createElement(
|
|
651
|
+
"svg",
|
|
652
|
+
{
|
|
653
|
+
width: sizeValue,
|
|
654
|
+
height: sizeValue,
|
|
655
|
+
viewBox: "0 0 24 24",
|
|
656
|
+
fill: "none",
|
|
657
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
658
|
+
...props
|
|
659
|
+
},
|
|
660
|
+
/* @__PURE__ */ React13.createElement(
|
|
661
|
+
"path",
|
|
662
|
+
{
|
|
663
|
+
fillRule: "evenodd",
|
|
664
|
+
clipRule: "evenodd",
|
|
665
|
+
d: "M6 3C5.44772 3 5 3.44772 5 4V20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20V4C19 3.44772 18.5523 3 18 3H6ZM3 4C3 2.34315 4.34315 1 6 1H18C19.6569 1 21 2.34315 21 4V20C21 21.6569 19.6569 23 18 23H6C4.34315 23 3 21.6569 3 20V4Z",
|
|
666
|
+
fill: "currentColor"
|
|
667
|
+
}
|
|
668
|
+
),
|
|
669
|
+
/* @__PURE__ */ React13.createElement(
|
|
670
|
+
"path",
|
|
671
|
+
{
|
|
672
|
+
fillRule: "evenodd",
|
|
673
|
+
clipRule: "evenodd",
|
|
674
|
+
d: "M8 18C8 17.4477 8.44772 17 9 17H15C15.5523 17 16 17.4477 16 18V22C16 22.5523 15.5523 23 15 23C14.4477 23 14 22.5523 14 22V19H10V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V18Z",
|
|
675
|
+
fill: "currentColor"
|
|
676
|
+
}
|
|
677
|
+
),
|
|
678
|
+
/* @__PURE__ */ React13.createElement(
|
|
679
|
+
"path",
|
|
680
|
+
{
|
|
681
|
+
fillRule: "evenodd",
|
|
682
|
+
clipRule: "evenodd",
|
|
683
|
+
d: "M7 6C7 5.44772 7.44772 5 8 5H8.01C8.56228 5 9.01 5.44772 9.01 6C9.01 6.55228 8.56228 7 8.01 7H8C7.44772 7 7 6.55228 7 6Z",
|
|
684
|
+
fill: "currentColor"
|
|
685
|
+
}
|
|
686
|
+
),
|
|
687
|
+
/* @__PURE__ */ React13.createElement(
|
|
688
|
+
"path",
|
|
689
|
+
{
|
|
690
|
+
fillRule: "evenodd",
|
|
691
|
+
clipRule: "evenodd",
|
|
692
|
+
d: "M15 6C15 5.44772 15.4477 5 16 5H16.01C16.5623 5 17.01 5.44772 17.01 6C17.01 6.55228 16.5623 7 16.01 7H16C15.4477 7 15 6.55228 15 6Z",
|
|
693
|
+
fill: "currentColor"
|
|
694
|
+
}
|
|
695
|
+
),
|
|
696
|
+
/* @__PURE__ */ React13.createElement(
|
|
697
|
+
"path",
|
|
698
|
+
{
|
|
699
|
+
fillRule: "evenodd",
|
|
700
|
+
clipRule: "evenodd",
|
|
701
|
+
d: "M11 6C11 5.44772 11.4477 5 12 5H12.01C12.5623 5 13.01 5.44772 13.01 6C13.01 6.55228 12.5623 7 12.01 7H12C11.4477 7 11 6.55228 11 6Z",
|
|
702
|
+
fill: "currentColor"
|
|
703
|
+
}
|
|
704
|
+
),
|
|
705
|
+
/* @__PURE__ */ React13.createElement(
|
|
706
|
+
"path",
|
|
707
|
+
{
|
|
708
|
+
fillRule: "evenodd",
|
|
709
|
+
clipRule: "evenodd",
|
|
710
|
+
d: "M11 10C11 9.44771 11.4477 9 12 9H12.01C12.5623 9 13.01 9.44771 13.01 10C13.01 10.5523 12.5623 11 12.01 11H12C11.4477 11 11 10.5523 11 10Z",
|
|
711
|
+
fill: "currentColor"
|
|
712
|
+
}
|
|
713
|
+
),
|
|
714
|
+
/* @__PURE__ */ React13.createElement(
|
|
715
|
+
"path",
|
|
716
|
+
{
|
|
717
|
+
fillRule: "evenodd",
|
|
718
|
+
clipRule: "evenodd",
|
|
719
|
+
d: "M11 14C11 13.4477 11.4477 13 12 13H12.01C12.5623 13 13.01 13.4477 13.01 14C13.01 14.5523 12.5623 15 12.01 15H12C11.4477 15 11 14.5523 11 14Z",
|
|
720
|
+
fill: "currentColor"
|
|
721
|
+
}
|
|
722
|
+
),
|
|
723
|
+
/* @__PURE__ */ React13.createElement(
|
|
724
|
+
"path",
|
|
725
|
+
{
|
|
726
|
+
fillRule: "evenodd",
|
|
727
|
+
clipRule: "evenodd",
|
|
728
|
+
d: "M15 10C15 9.44771 15.4477 9 16 9H16.01C16.5623 9 17.01 9.44771 17.01 10C17.01 10.5523 16.5623 11 16.01 11H16C15.4477 11 15 10.5523 15 10Z",
|
|
729
|
+
fill: "currentColor"
|
|
730
|
+
}
|
|
731
|
+
),
|
|
732
|
+
/* @__PURE__ */ React13.createElement(
|
|
733
|
+
"path",
|
|
734
|
+
{
|
|
735
|
+
fillRule: "evenodd",
|
|
736
|
+
clipRule: "evenodd",
|
|
737
|
+
d: "M15 14C15 13.4477 15.4477 13 16 13H16.01C16.5623 13 17.01 13.4477 17.01 14C17.01 14.5523 16.5623 15 16.01 15H16C15.4477 15 15 14.5523 15 14Z",
|
|
738
|
+
fill: "currentColor"
|
|
739
|
+
}
|
|
740
|
+
),
|
|
741
|
+
/* @__PURE__ */ React13.createElement(
|
|
742
|
+
"path",
|
|
743
|
+
{
|
|
744
|
+
fillRule: "evenodd",
|
|
745
|
+
clipRule: "evenodd",
|
|
746
|
+
d: "M7 10C7 9.44771 7.44772 9 8 9H8.01C8.56228 9 9.01 9.44771 9.01 10C9.01 10.5523 8.56228 11 8.01 11H8C7.44772 11 7 10.5523 7 10Z",
|
|
747
|
+
fill: "currentColor"
|
|
748
|
+
}
|
|
749
|
+
),
|
|
750
|
+
/* @__PURE__ */ React13.createElement(
|
|
751
|
+
"path",
|
|
752
|
+
{
|
|
753
|
+
fillRule: "evenodd",
|
|
754
|
+
clipRule: "evenodd",
|
|
755
|
+
d: "M7 14C7 13.4477 7.44772 13 8 13H8.01C8.56228 13 9.01 13.4477 9.01 14C9.01 14.5523 8.56228 15 8.01 15H8C7.44772 15 7 14.5523 7 14Z",
|
|
756
|
+
fill: "currentColor"
|
|
757
|
+
}
|
|
758
|
+
)
|
|
759
|
+
);
|
|
760
|
+
};
|
|
761
|
+
Building_default = SvgBuilding;
|
|
762
|
+
}
|
|
763
|
+
});
|
|
764
|
+
|
|
572
765
|
// src/react/Cancel.tsx
|
|
573
766
|
var Cancel_exports = {};
|
|
574
767
|
__export(Cancel_exports, {
|
|
575
768
|
default: () => Cancel_default
|
|
576
769
|
});
|
|
577
|
-
import * as
|
|
770
|
+
import * as React14 from "react";
|
|
578
771
|
var SvgCancel, Cancel_default;
|
|
579
772
|
var init_Cancel = __esm({
|
|
580
773
|
"src/react/Cancel.tsx"() {
|
|
@@ -582,7 +775,7 @@ var init_Cancel = __esm({
|
|
|
582
775
|
init_types();
|
|
583
776
|
SvgCancel = ({ size = 16, ...props }) => {
|
|
584
777
|
const sizeValue = resolveSize(size);
|
|
585
|
-
return /* @__PURE__ */
|
|
778
|
+
return /* @__PURE__ */ React14.createElement(
|
|
586
779
|
"svg",
|
|
587
780
|
{
|
|
588
781
|
width: sizeValue,
|
|
@@ -592,7 +785,7 @@ var init_Cancel = __esm({
|
|
|
592
785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
593
786
|
...props
|
|
594
787
|
},
|
|
595
|
-
/* @__PURE__ */
|
|
788
|
+
/* @__PURE__ */ React14.createElement(
|
|
596
789
|
"path",
|
|
597
790
|
{
|
|
598
791
|
fillRule: "evenodd",
|
|
@@ -601,7 +794,7 @@ var init_Cancel = __esm({
|
|
|
601
794
|
fill: "currentColor"
|
|
602
795
|
}
|
|
603
796
|
),
|
|
604
|
-
/* @__PURE__ */
|
|
797
|
+
/* @__PURE__ */ React14.createElement(
|
|
605
798
|
"path",
|
|
606
799
|
{
|
|
607
800
|
fillRule: "evenodd",
|
|
@@ -621,7 +814,7 @@ var CancelCircleSolid_exports = {};
|
|
|
621
814
|
__export(CancelCircleSolid_exports, {
|
|
622
815
|
default: () => CancelCircleSolid_default
|
|
623
816
|
});
|
|
624
|
-
import * as
|
|
817
|
+
import * as React15 from "react";
|
|
625
818
|
var SvgCancelCircleSolid, CancelCircleSolid_default;
|
|
626
819
|
var init_CancelCircleSolid = __esm({
|
|
627
820
|
"src/react/CancelCircleSolid.tsx"() {
|
|
@@ -629,7 +822,7 @@ var init_CancelCircleSolid = __esm({
|
|
|
629
822
|
init_types();
|
|
630
823
|
SvgCancelCircleSolid = ({ size = 16, ...props }) => {
|
|
631
824
|
const sizeValue = resolveSize(size);
|
|
632
|
-
return /* @__PURE__ */
|
|
825
|
+
return /* @__PURE__ */ React15.createElement(
|
|
633
826
|
"svg",
|
|
634
827
|
{
|
|
635
828
|
width: sizeValue,
|
|
@@ -639,7 +832,7 @@ var init_CancelCircleSolid = __esm({
|
|
|
639
832
|
xmlns: "http://www.w3.org/2000/svg",
|
|
640
833
|
...props
|
|
641
834
|
},
|
|
642
|
-
/* @__PURE__ */
|
|
835
|
+
/* @__PURE__ */ React15.createElement(
|
|
643
836
|
"path",
|
|
644
837
|
{
|
|
645
838
|
fillRule: "evenodd",
|
|
@@ -659,7 +852,7 @@ var Check_exports = {};
|
|
|
659
852
|
__export(Check_exports, {
|
|
660
853
|
default: () => Check_default
|
|
661
854
|
});
|
|
662
|
-
import * as
|
|
855
|
+
import * as React16 from "react";
|
|
663
856
|
var SvgCheck, Check_default;
|
|
664
857
|
var init_Check = __esm({
|
|
665
858
|
"src/react/Check.tsx"() {
|
|
@@ -667,7 +860,7 @@ var init_Check = __esm({
|
|
|
667
860
|
init_types();
|
|
668
861
|
SvgCheck = ({ size = 16, ...props }) => {
|
|
669
862
|
const sizeValue = resolveSize(size);
|
|
670
|
-
return /* @__PURE__ */
|
|
863
|
+
return /* @__PURE__ */ React16.createElement(
|
|
671
864
|
"svg",
|
|
672
865
|
{
|
|
673
866
|
width: sizeValue,
|
|
@@ -677,7 +870,7 @@ var init_Check = __esm({
|
|
|
677
870
|
xmlns: "http://www.w3.org/2000/svg",
|
|
678
871
|
...props
|
|
679
872
|
},
|
|
680
|
-
/* @__PURE__ */
|
|
873
|
+
/* @__PURE__ */ React16.createElement(
|
|
681
874
|
"path",
|
|
682
875
|
{
|
|
683
876
|
fillRule: "evenodd",
|
|
@@ -697,7 +890,7 @@ var ChevronDown_exports = {};
|
|
|
697
890
|
__export(ChevronDown_exports, {
|
|
698
891
|
default: () => ChevronDown_default
|
|
699
892
|
});
|
|
700
|
-
import * as
|
|
893
|
+
import * as React17 from "react";
|
|
701
894
|
var SvgChevronDown, ChevronDown_default;
|
|
702
895
|
var init_ChevronDown = __esm({
|
|
703
896
|
"src/react/ChevronDown.tsx"() {
|
|
@@ -705,7 +898,7 @@ var init_ChevronDown = __esm({
|
|
|
705
898
|
init_types();
|
|
706
899
|
SvgChevronDown = ({ size = 16, ...props }) => {
|
|
707
900
|
const sizeValue = resolveSize(size);
|
|
708
|
-
return /* @__PURE__ */
|
|
901
|
+
return /* @__PURE__ */ React17.createElement(
|
|
709
902
|
"svg",
|
|
710
903
|
{
|
|
711
904
|
width: sizeValue,
|
|
@@ -715,7 +908,7 @@ var init_ChevronDown = __esm({
|
|
|
715
908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
716
909
|
...props
|
|
717
910
|
},
|
|
718
|
-
/* @__PURE__ */
|
|
911
|
+
/* @__PURE__ */ React17.createElement(
|
|
719
912
|
"path",
|
|
720
913
|
{
|
|
721
914
|
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",
|
|
@@ -733,7 +926,7 @@ var ChevronLeft_exports = {};
|
|
|
733
926
|
__export(ChevronLeft_exports, {
|
|
734
927
|
default: () => ChevronLeft_default
|
|
735
928
|
});
|
|
736
|
-
import * as
|
|
929
|
+
import * as React18 from "react";
|
|
737
930
|
var SvgChevronLeft, ChevronLeft_default;
|
|
738
931
|
var init_ChevronLeft = __esm({
|
|
739
932
|
"src/react/ChevronLeft.tsx"() {
|
|
@@ -741,7 +934,7 @@ var init_ChevronLeft = __esm({
|
|
|
741
934
|
init_types();
|
|
742
935
|
SvgChevronLeft = ({ size = 16, ...props }) => {
|
|
743
936
|
const sizeValue = resolveSize(size);
|
|
744
|
-
return /* @__PURE__ */
|
|
937
|
+
return /* @__PURE__ */ React18.createElement(
|
|
745
938
|
"svg",
|
|
746
939
|
{
|
|
747
940
|
width: sizeValue,
|
|
@@ -751,7 +944,7 @@ var init_ChevronLeft = __esm({
|
|
|
751
944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
752
945
|
...props
|
|
753
946
|
},
|
|
754
|
-
/* @__PURE__ */
|
|
947
|
+
/* @__PURE__ */ React18.createElement(
|
|
755
948
|
"path",
|
|
756
949
|
{
|
|
757
950
|
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",
|
|
@@ -769,7 +962,7 @@ var ChevronRight_exports = {};
|
|
|
769
962
|
__export(ChevronRight_exports, {
|
|
770
963
|
default: () => ChevronRight_default
|
|
771
964
|
});
|
|
772
|
-
import * as
|
|
965
|
+
import * as React19 from "react";
|
|
773
966
|
var SvgChevronRight, ChevronRight_default;
|
|
774
967
|
var init_ChevronRight = __esm({
|
|
775
968
|
"src/react/ChevronRight.tsx"() {
|
|
@@ -777,7 +970,7 @@ var init_ChevronRight = __esm({
|
|
|
777
970
|
init_types();
|
|
778
971
|
SvgChevronRight = ({ size = 16, ...props }) => {
|
|
779
972
|
const sizeValue = resolveSize(size);
|
|
780
|
-
return /* @__PURE__ */
|
|
973
|
+
return /* @__PURE__ */ React19.createElement(
|
|
781
974
|
"svg",
|
|
782
975
|
{
|
|
783
976
|
width: sizeValue,
|
|
@@ -787,7 +980,7 @@ var init_ChevronRight = __esm({
|
|
|
787
980
|
xmlns: "http://www.w3.org/2000/svg",
|
|
788
981
|
...props
|
|
789
982
|
},
|
|
790
|
-
/* @__PURE__ */
|
|
983
|
+
/* @__PURE__ */ React19.createElement(
|
|
791
984
|
"path",
|
|
792
985
|
{
|
|
793
986
|
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",
|
|
@@ -805,7 +998,7 @@ var ChevronUp_exports = {};
|
|
|
805
998
|
__export(ChevronUp_exports, {
|
|
806
999
|
default: () => ChevronUp_default
|
|
807
1000
|
});
|
|
808
|
-
import * as
|
|
1001
|
+
import * as React20 from "react";
|
|
809
1002
|
var SvgChevronUp, ChevronUp_default;
|
|
810
1003
|
var init_ChevronUp = __esm({
|
|
811
1004
|
"src/react/ChevronUp.tsx"() {
|
|
@@ -813,7 +1006,7 @@ var init_ChevronUp = __esm({
|
|
|
813
1006
|
init_types();
|
|
814
1007
|
SvgChevronUp = ({ size = 16, ...props }) => {
|
|
815
1008
|
const sizeValue = resolveSize(size);
|
|
816
|
-
return /* @__PURE__ */
|
|
1009
|
+
return /* @__PURE__ */ React20.createElement(
|
|
817
1010
|
"svg",
|
|
818
1011
|
{
|
|
819
1012
|
width: sizeValue,
|
|
@@ -823,7 +1016,7 @@ var init_ChevronUp = __esm({
|
|
|
823
1016
|
xmlns: "http://www.w3.org/2000/svg",
|
|
824
1017
|
...props
|
|
825
1018
|
},
|
|
826
|
-
/* @__PURE__ */
|
|
1019
|
+
/* @__PURE__ */ React20.createElement(
|
|
827
1020
|
"path",
|
|
828
1021
|
{
|
|
829
1022
|
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",
|
|
@@ -841,7 +1034,7 @@ var Edit_exports = {};
|
|
|
841
1034
|
__export(Edit_exports, {
|
|
842
1035
|
default: () => Edit_default
|
|
843
1036
|
});
|
|
844
|
-
import * as
|
|
1037
|
+
import * as React21 from "react";
|
|
845
1038
|
var SvgEdit, Edit_default;
|
|
846
1039
|
var init_Edit = __esm({
|
|
847
1040
|
"src/react/Edit.tsx"() {
|
|
@@ -849,7 +1042,7 @@ var init_Edit = __esm({
|
|
|
849
1042
|
init_types();
|
|
850
1043
|
SvgEdit = ({ size = 16, ...props }) => {
|
|
851
1044
|
const sizeValue = resolveSize(size);
|
|
852
|
-
return /* @__PURE__ */
|
|
1045
|
+
return /* @__PURE__ */ React21.createElement(
|
|
853
1046
|
"svg",
|
|
854
1047
|
{
|
|
855
1048
|
width: sizeValue,
|
|
@@ -859,7 +1052,7 @@ var init_Edit = __esm({
|
|
|
859
1052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
860
1053
|
...props
|
|
861
1054
|
},
|
|
862
|
-
/* @__PURE__ */
|
|
1055
|
+
/* @__PURE__ */ React21.createElement(
|
|
863
1056
|
"path",
|
|
864
1057
|
{
|
|
865
1058
|
fillRule: "evenodd",
|
|
@@ -868,7 +1061,7 @@ var init_Edit = __esm({
|
|
|
868
1061
|
fill: "currentColor"
|
|
869
1062
|
}
|
|
870
1063
|
),
|
|
871
|
-
/* @__PURE__ */
|
|
1064
|
+
/* @__PURE__ */ React21.createElement(
|
|
872
1065
|
"path",
|
|
873
1066
|
{
|
|
874
1067
|
fillRule: "evenodd",
|
|
@@ -888,7 +1081,7 @@ var ExploreFilled_exports = {};
|
|
|
888
1081
|
__export(ExploreFilled_exports, {
|
|
889
1082
|
default: () => ExploreFilled_default
|
|
890
1083
|
});
|
|
891
|
-
import * as
|
|
1084
|
+
import * as React22 from "react";
|
|
892
1085
|
var SvgExploreFilled, ExploreFilled_default;
|
|
893
1086
|
var init_ExploreFilled = __esm({
|
|
894
1087
|
"src/react/ExploreFilled.tsx"() {
|
|
@@ -896,7 +1089,7 @@ var init_ExploreFilled = __esm({
|
|
|
896
1089
|
init_types();
|
|
897
1090
|
SvgExploreFilled = ({ size = 16, ...props }) => {
|
|
898
1091
|
const sizeValue = resolveSize(size);
|
|
899
|
-
return /* @__PURE__ */
|
|
1092
|
+
return /* @__PURE__ */ React22.createElement(
|
|
900
1093
|
"svg",
|
|
901
1094
|
{
|
|
902
1095
|
width: sizeValue,
|
|
@@ -906,7 +1099,7 @@ var init_ExploreFilled = __esm({
|
|
|
906
1099
|
xmlns: "http://www.w3.org/2000/svg",
|
|
907
1100
|
...props
|
|
908
1101
|
},
|
|
909
|
-
/* @__PURE__ */
|
|
1102
|
+
/* @__PURE__ */ React22.createElement(
|
|
910
1103
|
"path",
|
|
911
1104
|
{
|
|
912
1105
|
fillRule: "evenodd",
|
|
@@ -915,7 +1108,7 @@ var init_ExploreFilled = __esm({
|
|
|
915
1108
|
fill: "currentColor"
|
|
916
1109
|
}
|
|
917
1110
|
),
|
|
918
|
-
/* @__PURE__ */
|
|
1111
|
+
/* @__PURE__ */ React22.createElement(
|
|
919
1112
|
"path",
|
|
920
1113
|
{
|
|
921
1114
|
fillRule: "evenodd",
|
|
@@ -924,7 +1117,7 @@ var init_ExploreFilled = __esm({
|
|
|
924
1117
|
fill: "currentColor"
|
|
925
1118
|
}
|
|
926
1119
|
),
|
|
927
|
-
/* @__PURE__ */
|
|
1120
|
+
/* @__PURE__ */ React22.createElement(
|
|
928
1121
|
"path",
|
|
929
1122
|
{
|
|
930
1123
|
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",
|
|
@@ -942,7 +1135,7 @@ var ExploreLinear_exports = {};
|
|
|
942
1135
|
__export(ExploreLinear_exports, {
|
|
943
1136
|
default: () => ExploreLinear_default
|
|
944
1137
|
});
|
|
945
|
-
import * as
|
|
1138
|
+
import * as React23 from "react";
|
|
946
1139
|
var SvgExploreLinear, ExploreLinear_default;
|
|
947
1140
|
var init_ExploreLinear = __esm({
|
|
948
1141
|
"src/react/ExploreLinear.tsx"() {
|
|
@@ -950,7 +1143,7 @@ var init_ExploreLinear = __esm({
|
|
|
950
1143
|
init_types();
|
|
951
1144
|
SvgExploreLinear = ({ size = 16, ...props }) => {
|
|
952
1145
|
const sizeValue = resolveSize(size);
|
|
953
|
-
return /* @__PURE__ */
|
|
1146
|
+
return /* @__PURE__ */ React23.createElement(
|
|
954
1147
|
"svg",
|
|
955
1148
|
{
|
|
956
1149
|
width: sizeValue,
|
|
@@ -960,7 +1153,7 @@ var init_ExploreLinear = __esm({
|
|
|
960
1153
|
xmlns: "http://www.w3.org/2000/svg",
|
|
961
1154
|
...props
|
|
962
1155
|
},
|
|
963
|
-
/* @__PURE__ */
|
|
1156
|
+
/* @__PURE__ */ React23.createElement(
|
|
964
1157
|
"path",
|
|
965
1158
|
{
|
|
966
1159
|
fillRule: "evenodd",
|
|
@@ -969,7 +1162,7 @@ var init_ExploreLinear = __esm({
|
|
|
969
1162
|
fill: "currentColor"
|
|
970
1163
|
}
|
|
971
1164
|
),
|
|
972
|
-
/* @__PURE__ */
|
|
1165
|
+
/* @__PURE__ */ React23.createElement(
|
|
973
1166
|
"path",
|
|
974
1167
|
{
|
|
975
1168
|
fillRule: "evenodd",
|
|
@@ -989,7 +1182,7 @@ var EyeHidden_exports = {};
|
|
|
989
1182
|
__export(EyeHidden_exports, {
|
|
990
1183
|
default: () => EyeHidden_default
|
|
991
1184
|
});
|
|
992
|
-
import * as
|
|
1185
|
+
import * as React24 from "react";
|
|
993
1186
|
var SvgEyeHidden, EyeHidden_default;
|
|
994
1187
|
var init_EyeHidden = __esm({
|
|
995
1188
|
"src/react/EyeHidden.tsx"() {
|
|
@@ -997,7 +1190,7 @@ var init_EyeHidden = __esm({
|
|
|
997
1190
|
init_types();
|
|
998
1191
|
SvgEyeHidden = ({ size = 16, ...props }) => {
|
|
999
1192
|
const sizeValue = resolveSize(size);
|
|
1000
|
-
return /* @__PURE__ */
|
|
1193
|
+
return /* @__PURE__ */ React24.createElement(
|
|
1001
1194
|
"svg",
|
|
1002
1195
|
{
|
|
1003
1196
|
width: sizeValue,
|
|
@@ -1007,7 +1200,7 @@ var init_EyeHidden = __esm({
|
|
|
1007
1200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1008
1201
|
...props
|
|
1009
1202
|
},
|
|
1010
|
-
/* @__PURE__ */
|
|
1203
|
+
/* @__PURE__ */ React24.createElement(
|
|
1011
1204
|
"path",
|
|
1012
1205
|
{
|
|
1013
1206
|
fillRule: "evenodd",
|
|
@@ -1016,7 +1209,7 @@ var init_EyeHidden = __esm({
|
|
|
1016
1209
|
fill: "currentColor"
|
|
1017
1210
|
}
|
|
1018
1211
|
),
|
|
1019
|
-
/* @__PURE__ */
|
|
1212
|
+
/* @__PURE__ */ React24.createElement(
|
|
1020
1213
|
"path",
|
|
1021
1214
|
{
|
|
1022
1215
|
fillRule: "evenodd",
|
|
@@ -1025,7 +1218,7 @@ var init_EyeHidden = __esm({
|
|
|
1025
1218
|
fill: "currentColor"
|
|
1026
1219
|
}
|
|
1027
1220
|
),
|
|
1028
|
-
/* @__PURE__ */
|
|
1221
|
+
/* @__PURE__ */ React24.createElement(
|
|
1029
1222
|
"path",
|
|
1030
1223
|
{
|
|
1031
1224
|
fillRule: "evenodd",
|
|
@@ -1045,7 +1238,7 @@ var EyeVisible_exports = {};
|
|
|
1045
1238
|
__export(EyeVisible_exports, {
|
|
1046
1239
|
default: () => EyeVisible_default
|
|
1047
1240
|
});
|
|
1048
|
-
import * as
|
|
1241
|
+
import * as React25 from "react";
|
|
1049
1242
|
var SvgEyeVisible, EyeVisible_default;
|
|
1050
1243
|
var init_EyeVisible = __esm({
|
|
1051
1244
|
"src/react/EyeVisible.tsx"() {
|
|
@@ -1053,7 +1246,7 @@ var init_EyeVisible = __esm({
|
|
|
1053
1246
|
init_types();
|
|
1054
1247
|
SvgEyeVisible = ({ size = 16, ...props }) => {
|
|
1055
1248
|
const sizeValue = resolveSize(size);
|
|
1056
|
-
return /* @__PURE__ */
|
|
1249
|
+
return /* @__PURE__ */ React25.createElement(
|
|
1057
1250
|
"svg",
|
|
1058
1251
|
{
|
|
1059
1252
|
width: sizeValue,
|
|
@@ -1063,7 +1256,7 @@ var init_EyeVisible = __esm({
|
|
|
1063
1256
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1064
1257
|
...props
|
|
1065
1258
|
},
|
|
1066
|
-
/* @__PURE__ */
|
|
1259
|
+
/* @__PURE__ */ React25.createElement(
|
|
1067
1260
|
"path",
|
|
1068
1261
|
{
|
|
1069
1262
|
fillRule: "evenodd",
|
|
@@ -1072,7 +1265,7 @@ var init_EyeVisible = __esm({
|
|
|
1072
1265
|
fill: "currentColor"
|
|
1073
1266
|
}
|
|
1074
1267
|
),
|
|
1075
|
-
/* @__PURE__ */
|
|
1268
|
+
/* @__PURE__ */ React25.createElement(
|
|
1076
1269
|
"path",
|
|
1077
1270
|
{
|
|
1078
1271
|
fillRule: "evenodd",
|
|
@@ -1087,12 +1280,97 @@ var init_EyeVisible = __esm({
|
|
|
1087
1280
|
}
|
|
1088
1281
|
});
|
|
1089
1282
|
|
|
1283
|
+
// src/react/FaceId.tsx
|
|
1284
|
+
var FaceId_exports = {};
|
|
1285
|
+
__export(FaceId_exports, {
|
|
1286
|
+
default: () => FaceId_default
|
|
1287
|
+
});
|
|
1288
|
+
import * as React26 from "react";
|
|
1289
|
+
var SvgFaceId, FaceId_default;
|
|
1290
|
+
var init_FaceId = __esm({
|
|
1291
|
+
"src/react/FaceId.tsx"() {
|
|
1292
|
+
"use strict";
|
|
1293
|
+
init_types();
|
|
1294
|
+
SvgFaceId = ({ size = 16, ...props }) => {
|
|
1295
|
+
const sizeValue = resolveSize(size);
|
|
1296
|
+
return /* @__PURE__ */ React26.createElement(
|
|
1297
|
+
"svg",
|
|
1298
|
+
{
|
|
1299
|
+
width: sizeValue,
|
|
1300
|
+
height: sizeValue,
|
|
1301
|
+
viewBox: "0 0 24 24",
|
|
1302
|
+
fill: "none",
|
|
1303
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1304
|
+
...props
|
|
1305
|
+
},
|
|
1306
|
+
/* @__PURE__ */ React26.createElement(
|
|
1307
|
+
"path",
|
|
1308
|
+
{
|
|
1309
|
+
d: "M13.9145 15.5719C14.3166 15.2798 14.8797 15.3692 15.1719 15.7713C15.464 16.1734 15.3745 16.7365 14.9725 17.0287C14.2541 17.5507 13.1722 18.1007 11.7994 18.1007C10.4266 18.1006 9.34461 17.5507 8.62624 17.0287C8.22423 16.7365 8.13483 16.1734 8.42684 15.7713C8.719 15.3693 9.28216 15.2799 9.68423 15.5719C10.2042 15.9498 10.9224 16.3003 11.7994 16.3003C12.6764 16.3003 13.3945 15.9498 13.9145 15.5719Z",
|
|
1310
|
+
fill: "currentColor"
|
|
1311
|
+
}
|
|
1312
|
+
),
|
|
1313
|
+
/* @__PURE__ */ React26.createElement(
|
|
1314
|
+
"path",
|
|
1315
|
+
{
|
|
1316
|
+
d: "M15.3999 10.9008V9.10037C15.3999 8.60331 15.8026 8.20059 16.2997 8.20059C16.7967 8.20059 17.1994 8.60331 17.1994 9.10037V10.9008C17.1992 11.3976 16.7966 11.8005 16.2997 11.8005C15.8027 11.8005 15.4001 11.3976 15.3999 10.9008Z",
|
|
1317
|
+
fill: "currentColor"
|
|
1318
|
+
}
|
|
1319
|
+
),
|
|
1320
|
+
/* @__PURE__ */ React26.createElement(
|
|
1321
|
+
"path",
|
|
1322
|
+
{
|
|
1323
|
+
d: "M6.39986 10.9008V9.10037C6.39986 8.60331 6.80258 8.20059 7.29964 8.20059C7.7967 8.20059 8.19942 8.60331 8.19942 9.10037V10.9008C8.19922 11.3976 7.79657 11.8005 7.29964 11.8005C6.80271 11.8005 6.40007 11.3976 6.39986 10.9008Z",
|
|
1324
|
+
fill: "currentColor"
|
|
1325
|
+
}
|
|
1326
|
+
),
|
|
1327
|
+
/* @__PURE__ */ React26.createElement(
|
|
1328
|
+
"path",
|
|
1329
|
+
{
|
|
1330
|
+
d: "M10.8999 9.10037C10.8999 8.60339 11.3027 8.20071 11.7997 8.20059C12.2967 8.20059 12.7003 8.60331 12.7003 9.10037V12.7003C12.7003 13.6942 11.8937 14.5007 10.8999 14.5007C10.4028 14.5007 10.0001 14.0972 10.0001 13.6001C10.0002 13.1032 10.4029 12.7003 10.8999 12.7003V9.10037Z",
|
|
1331
|
+
fill: "currentColor"
|
|
1332
|
+
}
|
|
1333
|
+
),
|
|
1334
|
+
/* @__PURE__ */ React26.createElement(
|
|
1335
|
+
"path",
|
|
1336
|
+
{
|
|
1337
|
+
d: "M20.7999 6.39952V3.70017C20.7999 3.20278 20.3975 2.79965 19.9001 2.79956H17.1999C16.7029 2.79956 16.3001 2.39684 16.3001 1.89978C16.3001 1.40272 16.7029 1 17.1999 1H19.9001C21.3916 1.00009 22.6003 2.20867 22.6003 3.70017V6.39952C22.6003 6.89657 22.1967 7.30012 21.6997 7.30012C21.2027 7.29997 20.7999 6.89648 20.7999 6.39952Z",
|
|
1338
|
+
fill: "currentColor"
|
|
1339
|
+
}
|
|
1340
|
+
),
|
|
1341
|
+
/* @__PURE__ */ React26.createElement(
|
|
1342
|
+
"path",
|
|
1343
|
+
{
|
|
1344
|
+
d: "M1.00014 6.39979V3.70044C1.00014 2.20889 2.20875 1.00027 3.70031 1.00027H6.39965C6.89671 1.00027 7.30026 1.403 7.30026 1.90006C7.30026 2.39711 6.89671 2.79984 6.39965 2.79984H3.70031C3.20286 2.79984 2.7997 3.203 2.7997 3.70044V6.39979C2.7997 6.89685 2.39698 7.3004 1.89992 7.3004C1.40286 7.3004 1.00014 6.89685 1.00014 6.39979Z",
|
|
1345
|
+
fill: "currentColor"
|
|
1346
|
+
}
|
|
1347
|
+
),
|
|
1348
|
+
/* @__PURE__ */ React26.createElement(
|
|
1349
|
+
"path",
|
|
1350
|
+
{
|
|
1351
|
+
d: "M20.7999 19.9001V17.1999C20.7999 16.703 21.2027 16.3003 21.6997 16.3001C22.1967 16.3001 22.6003 16.7029 22.6003 17.1999V19.9001C22.6002 21.3915 21.3915 22.6002 19.9001 22.6003H17.1999C16.7029 22.6003 16.3001 22.1967 16.3001 21.6997C16.3003 21.2027 16.703 20.7999 17.1999 20.7999H19.9001C20.3974 20.7998 20.7998 20.3974 20.7999 19.9001Z",
|
|
1352
|
+
fill: "currentColor"
|
|
1353
|
+
}
|
|
1354
|
+
),
|
|
1355
|
+
/* @__PURE__ */ React26.createElement(
|
|
1356
|
+
"path",
|
|
1357
|
+
{
|
|
1358
|
+
d: "M1 19.9001V17.1999C1 16.7029 1.40272 16.3001 1.89978 16.3001C2.39684 16.3001 2.79956 16.7029 2.79956 17.1999V19.9001C2.79965 20.3975 3.20278 20.7999 3.70017 20.7999H6.39952C6.89648 20.7999 7.29997 21.2027 7.30012 21.6997C7.30012 22.1967 6.89657 22.6003 6.39952 22.6003H3.70017C2.20867 22.6003 1.00009 21.3916 1 19.9001Z",
|
|
1359
|
+
fill: "currentColor"
|
|
1360
|
+
}
|
|
1361
|
+
)
|
|
1362
|
+
);
|
|
1363
|
+
};
|
|
1364
|
+
FaceId_default = SvgFaceId;
|
|
1365
|
+
}
|
|
1366
|
+
});
|
|
1367
|
+
|
|
1090
1368
|
// src/react/FileCheck.tsx
|
|
1091
1369
|
var FileCheck_exports = {};
|
|
1092
1370
|
__export(FileCheck_exports, {
|
|
1093
1371
|
default: () => FileCheck_default
|
|
1094
1372
|
});
|
|
1095
|
-
import * as
|
|
1373
|
+
import * as React27 from "react";
|
|
1096
1374
|
var SvgFileCheck, FileCheck_default;
|
|
1097
1375
|
var init_FileCheck = __esm({
|
|
1098
1376
|
"src/react/FileCheck.tsx"() {
|
|
@@ -1100,7 +1378,7 @@ var init_FileCheck = __esm({
|
|
|
1100
1378
|
init_types();
|
|
1101
1379
|
SvgFileCheck = ({ size = 16, ...props }) => {
|
|
1102
1380
|
const sizeValue = resolveSize(size);
|
|
1103
|
-
return /* @__PURE__ */
|
|
1381
|
+
return /* @__PURE__ */ React27.createElement(
|
|
1104
1382
|
"svg",
|
|
1105
1383
|
{
|
|
1106
1384
|
width: sizeValue,
|
|
@@ -1110,7 +1388,7 @@ var init_FileCheck = __esm({
|
|
|
1110
1388
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1111
1389
|
...props
|
|
1112
1390
|
},
|
|
1113
|
-
/* @__PURE__ */
|
|
1391
|
+
/* @__PURE__ */ React27.createElement(
|
|
1114
1392
|
"path",
|
|
1115
1393
|
{
|
|
1116
1394
|
fillRule: "evenodd",
|
|
@@ -1119,7 +1397,7 @@ var init_FileCheck = __esm({
|
|
|
1119
1397
|
fill: "currentColor"
|
|
1120
1398
|
}
|
|
1121
1399
|
),
|
|
1122
|
-
/* @__PURE__ */
|
|
1400
|
+
/* @__PURE__ */ React27.createElement(
|
|
1123
1401
|
"path",
|
|
1124
1402
|
{
|
|
1125
1403
|
fillRule: "evenodd",
|
|
@@ -1128,7 +1406,7 @@ var init_FileCheck = __esm({
|
|
|
1128
1406
|
fill: "currentColor"
|
|
1129
1407
|
}
|
|
1130
1408
|
),
|
|
1131
|
-
/* @__PURE__ */
|
|
1409
|
+
/* @__PURE__ */ React27.createElement(
|
|
1132
1410
|
"path",
|
|
1133
1411
|
{
|
|
1134
1412
|
fillRule: "evenodd",
|
|
@@ -1148,7 +1426,7 @@ var FileKey_exports = {};
|
|
|
1148
1426
|
__export(FileKey_exports, {
|
|
1149
1427
|
default: () => FileKey_default
|
|
1150
1428
|
});
|
|
1151
|
-
import * as
|
|
1429
|
+
import * as React28 from "react";
|
|
1152
1430
|
var SvgFileKey, FileKey_default;
|
|
1153
1431
|
var init_FileKey = __esm({
|
|
1154
1432
|
"src/react/FileKey.tsx"() {
|
|
@@ -1156,7 +1434,7 @@ var init_FileKey = __esm({
|
|
|
1156
1434
|
init_types();
|
|
1157
1435
|
SvgFileKey = ({ size = 16, ...props }) => {
|
|
1158
1436
|
const sizeValue = resolveSize(size);
|
|
1159
|
-
return /* @__PURE__ */
|
|
1437
|
+
return /* @__PURE__ */ React28.createElement(
|
|
1160
1438
|
"svg",
|
|
1161
1439
|
{
|
|
1162
1440
|
width: sizeValue,
|
|
@@ -1166,7 +1444,7 @@ var init_FileKey = __esm({
|
|
|
1166
1444
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1167
1445
|
...props
|
|
1168
1446
|
},
|
|
1169
|
-
/* @__PURE__ */
|
|
1447
|
+
/* @__PURE__ */ React28.createElement(
|
|
1170
1448
|
"path",
|
|
1171
1449
|
{
|
|
1172
1450
|
fillRule: "evenodd",
|
|
@@ -1175,7 +1453,7 @@ var init_FileKey = __esm({
|
|
|
1175
1453
|
fill: "currentColor"
|
|
1176
1454
|
}
|
|
1177
1455
|
),
|
|
1178
|
-
/* @__PURE__ */
|
|
1456
|
+
/* @__PURE__ */ React28.createElement(
|
|
1179
1457
|
"path",
|
|
1180
1458
|
{
|
|
1181
1459
|
fillRule: "evenodd",
|
|
@@ -1184,7 +1462,7 @@ var init_FileKey = __esm({
|
|
|
1184
1462
|
fill: "currentColor"
|
|
1185
1463
|
}
|
|
1186
1464
|
),
|
|
1187
|
-
/* @__PURE__ */
|
|
1465
|
+
/* @__PURE__ */ React28.createElement(
|
|
1188
1466
|
"path",
|
|
1189
1467
|
{
|
|
1190
1468
|
fillRule: "evenodd",
|
|
@@ -1193,7 +1471,7 @@ var init_FileKey = __esm({
|
|
|
1193
1471
|
fill: "currentColor"
|
|
1194
1472
|
}
|
|
1195
1473
|
),
|
|
1196
|
-
/* @__PURE__ */
|
|
1474
|
+
/* @__PURE__ */ React28.createElement(
|
|
1197
1475
|
"path",
|
|
1198
1476
|
{
|
|
1199
1477
|
fillRule: "evenodd",
|
|
@@ -1213,7 +1491,7 @@ var FileLock_exports = {};
|
|
|
1213
1491
|
__export(FileLock_exports, {
|
|
1214
1492
|
default: () => FileLock_default
|
|
1215
1493
|
});
|
|
1216
|
-
import * as
|
|
1494
|
+
import * as React29 from "react";
|
|
1217
1495
|
var SvgFileLock, FileLock_default;
|
|
1218
1496
|
var init_FileLock = __esm({
|
|
1219
1497
|
"src/react/FileLock.tsx"() {
|
|
@@ -1221,7 +1499,7 @@ var init_FileLock = __esm({
|
|
|
1221
1499
|
init_types();
|
|
1222
1500
|
SvgFileLock = ({ size = 16, ...props }) => {
|
|
1223
1501
|
const sizeValue = resolveSize(size);
|
|
1224
|
-
return /* @__PURE__ */
|
|
1502
|
+
return /* @__PURE__ */ React29.createElement(
|
|
1225
1503
|
"svg",
|
|
1226
1504
|
{
|
|
1227
1505
|
width: sizeValue,
|
|
@@ -1231,7 +1509,7 @@ var init_FileLock = __esm({
|
|
|
1231
1509
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1232
1510
|
...props
|
|
1233
1511
|
},
|
|
1234
|
-
/* @__PURE__ */
|
|
1512
|
+
/* @__PURE__ */ React29.createElement(
|
|
1235
1513
|
"path",
|
|
1236
1514
|
{
|
|
1237
1515
|
fillRule: "evenodd",
|
|
@@ -1240,7 +1518,7 @@ var init_FileLock = __esm({
|
|
|
1240
1518
|
fill: "currentColor"
|
|
1241
1519
|
}
|
|
1242
1520
|
),
|
|
1243
|
-
/* @__PURE__ */
|
|
1521
|
+
/* @__PURE__ */ React29.createElement(
|
|
1244
1522
|
"path",
|
|
1245
1523
|
{
|
|
1246
1524
|
fillRule: "evenodd",
|
|
@@ -1249,7 +1527,7 @@ var init_FileLock = __esm({
|
|
|
1249
1527
|
fill: "currentColor"
|
|
1250
1528
|
}
|
|
1251
1529
|
),
|
|
1252
|
-
/* @__PURE__ */
|
|
1530
|
+
/* @__PURE__ */ React29.createElement(
|
|
1253
1531
|
"path",
|
|
1254
1532
|
{
|
|
1255
1533
|
fillRule: "evenodd",
|
|
@@ -1269,7 +1547,7 @@ var FileSignature_exports = {};
|
|
|
1269
1547
|
__export(FileSignature_exports, {
|
|
1270
1548
|
default: () => FileSignature_default
|
|
1271
1549
|
});
|
|
1272
|
-
import * as
|
|
1550
|
+
import * as React30 from "react";
|
|
1273
1551
|
var SvgFileSignature, FileSignature_default;
|
|
1274
1552
|
var init_FileSignature = __esm({
|
|
1275
1553
|
"src/react/FileSignature.tsx"() {
|
|
@@ -1277,7 +1555,7 @@ var init_FileSignature = __esm({
|
|
|
1277
1555
|
init_types();
|
|
1278
1556
|
SvgFileSignature = ({ size = 16, ...props }) => {
|
|
1279
1557
|
const sizeValue = resolveSize(size);
|
|
1280
|
-
return /* @__PURE__ */
|
|
1558
|
+
return /* @__PURE__ */ React30.createElement(
|
|
1281
1559
|
"svg",
|
|
1282
1560
|
{
|
|
1283
1561
|
width: sizeValue,
|
|
@@ -1287,7 +1565,7 @@ var init_FileSignature = __esm({
|
|
|
1287
1565
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1288
1566
|
...props
|
|
1289
1567
|
},
|
|
1290
|
-
/* @__PURE__ */
|
|
1568
|
+
/* @__PURE__ */ React30.createElement(
|
|
1291
1569
|
"path",
|
|
1292
1570
|
{
|
|
1293
1571
|
fillRule: "evenodd",
|
|
@@ -1296,7 +1574,7 @@ var init_FileSignature = __esm({
|
|
|
1296
1574
|
fill: "currentColor"
|
|
1297
1575
|
}
|
|
1298
1576
|
),
|
|
1299
|
-
/* @__PURE__ */
|
|
1577
|
+
/* @__PURE__ */ React30.createElement(
|
|
1300
1578
|
"path",
|
|
1301
1579
|
{
|
|
1302
1580
|
fillRule: "evenodd",
|
|
@@ -1305,7 +1583,7 @@ var init_FileSignature = __esm({
|
|
|
1305
1583
|
fill: "currentColor"
|
|
1306
1584
|
}
|
|
1307
1585
|
),
|
|
1308
|
-
/* @__PURE__ */
|
|
1586
|
+
/* @__PURE__ */ React30.createElement(
|
|
1309
1587
|
"path",
|
|
1310
1588
|
{
|
|
1311
1589
|
fillRule: "evenodd",
|
|
@@ -1325,7 +1603,7 @@ var FileSpreadsheet_exports = {};
|
|
|
1325
1603
|
__export(FileSpreadsheet_exports, {
|
|
1326
1604
|
default: () => FileSpreadsheet_default
|
|
1327
1605
|
});
|
|
1328
|
-
import * as
|
|
1606
|
+
import * as React31 from "react";
|
|
1329
1607
|
var SvgFileSpreadsheet, FileSpreadsheet_default;
|
|
1330
1608
|
var init_FileSpreadsheet = __esm({
|
|
1331
1609
|
"src/react/FileSpreadsheet.tsx"() {
|
|
@@ -1333,7 +1611,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1333
1611
|
init_types();
|
|
1334
1612
|
SvgFileSpreadsheet = ({ size = 16, ...props }) => {
|
|
1335
1613
|
const sizeValue = resolveSize(size);
|
|
1336
|
-
return /* @__PURE__ */
|
|
1614
|
+
return /* @__PURE__ */ React31.createElement(
|
|
1337
1615
|
"svg",
|
|
1338
1616
|
{
|
|
1339
1617
|
width: sizeValue,
|
|
@@ -1343,7 +1621,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1343
1621
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1344
1622
|
...props
|
|
1345
1623
|
},
|
|
1346
|
-
/* @__PURE__ */
|
|
1624
|
+
/* @__PURE__ */ React31.createElement(
|
|
1347
1625
|
"path",
|
|
1348
1626
|
{
|
|
1349
1627
|
fillRule: "evenodd",
|
|
@@ -1352,7 +1630,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1352
1630
|
fill: "currentColor"
|
|
1353
1631
|
}
|
|
1354
1632
|
),
|
|
1355
|
-
/* @__PURE__ */
|
|
1633
|
+
/* @__PURE__ */ React31.createElement(
|
|
1356
1634
|
"path",
|
|
1357
1635
|
{
|
|
1358
1636
|
fillRule: "evenodd",
|
|
@@ -1361,7 +1639,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1361
1639
|
fill: "currentColor"
|
|
1362
1640
|
}
|
|
1363
1641
|
),
|
|
1364
|
-
/* @__PURE__ */
|
|
1642
|
+
/* @__PURE__ */ React31.createElement(
|
|
1365
1643
|
"path",
|
|
1366
1644
|
{
|
|
1367
1645
|
fillRule: "evenodd",
|
|
@@ -1370,7 +1648,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1370
1648
|
fill: "currentColor"
|
|
1371
1649
|
}
|
|
1372
1650
|
),
|
|
1373
|
-
/* @__PURE__ */
|
|
1651
|
+
/* @__PURE__ */ React31.createElement(
|
|
1374
1652
|
"path",
|
|
1375
1653
|
{
|
|
1376
1654
|
fillRule: "evenodd",
|
|
@@ -1379,7 +1657,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1379
1657
|
fill: "currentColor"
|
|
1380
1658
|
}
|
|
1381
1659
|
),
|
|
1382
|
-
/* @__PURE__ */
|
|
1660
|
+
/* @__PURE__ */ React31.createElement(
|
|
1383
1661
|
"path",
|
|
1384
1662
|
{
|
|
1385
1663
|
fillRule: "evenodd",
|
|
@@ -1388,7 +1666,7 @@ var init_FileSpreadsheet = __esm({
|
|
|
1388
1666
|
fill: "currentColor"
|
|
1389
1667
|
}
|
|
1390
1668
|
),
|
|
1391
|
-
/* @__PURE__ */
|
|
1669
|
+
/* @__PURE__ */ React31.createElement(
|
|
1392
1670
|
"path",
|
|
1393
1671
|
{
|
|
1394
1672
|
fillRule: "evenodd",
|
|
@@ -1408,7 +1686,7 @@ var FileText_exports = {};
|
|
|
1408
1686
|
__export(FileText_exports, {
|
|
1409
1687
|
default: () => FileText_default
|
|
1410
1688
|
});
|
|
1411
|
-
import * as
|
|
1689
|
+
import * as React32 from "react";
|
|
1412
1690
|
var SvgFileText, FileText_default;
|
|
1413
1691
|
var init_FileText = __esm({
|
|
1414
1692
|
"src/react/FileText.tsx"() {
|
|
@@ -1416,7 +1694,7 @@ var init_FileText = __esm({
|
|
|
1416
1694
|
init_types();
|
|
1417
1695
|
SvgFileText = ({ size = 16, ...props }) => {
|
|
1418
1696
|
const sizeValue = resolveSize(size);
|
|
1419
|
-
return /* @__PURE__ */
|
|
1697
|
+
return /* @__PURE__ */ React32.createElement(
|
|
1420
1698
|
"svg",
|
|
1421
1699
|
{
|
|
1422
1700
|
width: sizeValue,
|
|
@@ -1426,7 +1704,7 @@ var init_FileText = __esm({
|
|
|
1426
1704
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1427
1705
|
...props
|
|
1428
1706
|
},
|
|
1429
|
-
/* @__PURE__ */
|
|
1707
|
+
/* @__PURE__ */ React32.createElement(
|
|
1430
1708
|
"path",
|
|
1431
1709
|
{
|
|
1432
1710
|
fillRule: "evenodd",
|
|
@@ -1435,7 +1713,7 @@ var init_FileText = __esm({
|
|
|
1435
1713
|
fill: "currentColor"
|
|
1436
1714
|
}
|
|
1437
1715
|
),
|
|
1438
|
-
/* @__PURE__ */
|
|
1716
|
+
/* @__PURE__ */ React32.createElement(
|
|
1439
1717
|
"path",
|
|
1440
1718
|
{
|
|
1441
1719
|
fillRule: "evenodd",
|
|
@@ -1444,7 +1722,7 @@ var init_FileText = __esm({
|
|
|
1444
1722
|
fill: "currentColor"
|
|
1445
1723
|
}
|
|
1446
1724
|
),
|
|
1447
|
-
/* @__PURE__ */
|
|
1725
|
+
/* @__PURE__ */ React32.createElement(
|
|
1448
1726
|
"path",
|
|
1449
1727
|
{
|
|
1450
1728
|
fillRule: "evenodd",
|
|
@@ -1453,7 +1731,7 @@ var init_FileText = __esm({
|
|
|
1453
1731
|
fill: "currentColor"
|
|
1454
1732
|
}
|
|
1455
1733
|
),
|
|
1456
|
-
/* @__PURE__ */
|
|
1734
|
+
/* @__PURE__ */ React32.createElement(
|
|
1457
1735
|
"path",
|
|
1458
1736
|
{
|
|
1459
1737
|
fillRule: "evenodd",
|
|
@@ -1462,7 +1740,7 @@ var init_FileText = __esm({
|
|
|
1462
1740
|
fill: "currentColor"
|
|
1463
1741
|
}
|
|
1464
1742
|
),
|
|
1465
|
-
/* @__PURE__ */
|
|
1743
|
+
/* @__PURE__ */ React32.createElement(
|
|
1466
1744
|
"path",
|
|
1467
1745
|
{
|
|
1468
1746
|
fillRule: "evenodd",
|
|
@@ -1477,12 +1755,48 @@ var init_FileText = __esm({
|
|
|
1477
1755
|
}
|
|
1478
1756
|
});
|
|
1479
1757
|
|
|
1758
|
+
// src/react/FingerprintAndroid.tsx
|
|
1759
|
+
var FingerprintAndroid_exports = {};
|
|
1760
|
+
__export(FingerprintAndroid_exports, {
|
|
1761
|
+
default: () => FingerprintAndroid_default
|
|
1762
|
+
});
|
|
1763
|
+
import * as React33 from "react";
|
|
1764
|
+
var SvgFingerprintAndroid, FingerprintAndroid_default;
|
|
1765
|
+
var init_FingerprintAndroid = __esm({
|
|
1766
|
+
"src/react/FingerprintAndroid.tsx"() {
|
|
1767
|
+
"use strict";
|
|
1768
|
+
init_types();
|
|
1769
|
+
SvgFingerprintAndroid = ({ size = 16, ...props }) => {
|
|
1770
|
+
const sizeValue = resolveSize(size);
|
|
1771
|
+
return /* @__PURE__ */ React33.createElement(
|
|
1772
|
+
"svg",
|
|
1773
|
+
{
|
|
1774
|
+
width: sizeValue,
|
|
1775
|
+
height: sizeValue,
|
|
1776
|
+
viewBox: "0 0 24 24",
|
|
1777
|
+
fill: "none",
|
|
1778
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1779
|
+
...props
|
|
1780
|
+
},
|
|
1781
|
+
/* @__PURE__ */ React33.createElement(
|
|
1782
|
+
"path",
|
|
1783
|
+
{
|
|
1784
|
+
d: "M18.3069 4.55233C18.2243 4.55233 18.1416 4.53167 18.0693 4.49033C16.0853 3.46733 14.3699 3.03333 12.3136 3.03333C10.2676 3.03333 8.32493 3.519 6.55793 4.49033C6.30993 4.62467 5.99993 4.53167 5.85526 4.28367C5.72093 4.03567 5.81393 3.71533 6.06193 3.581C7.98393 2.53733 10.0919 2 12.3136 2C14.5146 2 16.4366 2.48567 18.5446 3.57067C18.8029 3.705 18.8959 4.015 18.7616 4.263C18.6686 4.449 18.4929 4.55233 18.3069 4.55233ZM3.51993 9.97733C3.4166 9.97733 3.31326 9.94633 3.22026 9.88433C2.9826 9.719 2.93093 9.39867 3.09626 9.161C4.11926 7.71433 5.42126 6.57767 6.97126 5.782C10.2159 4.108 14.3699 4.09767 17.6249 5.77167C19.1749 6.56733 20.4769 7.69367 21.4999 9.13C21.6653 9.35733 21.6136 9.688 21.3759 9.85333C21.1383 10.0187 20.8179 9.967 20.6526 9.72933C19.7226 8.42733 18.5446 7.40433 17.1496 6.69133C14.1839 5.17233 10.3916 5.17233 7.43626 6.70167C6.03093 7.425 4.85293 8.45833 3.92293 9.76033C3.84026 9.905 3.68526 9.97733 3.51993 9.97733ZM9.97826 22.4497C9.84393 22.4497 9.7096 22.398 9.6166 22.2947C8.7176 21.3957 8.23193 20.817 7.5396 19.5667C6.8266 18.2957 6.4546 16.7457 6.4546 15.082C6.4546 12.013 9.07926 9.51233 12.3033 9.51233C15.5273 9.51233 18.1519 12.013 18.1519 15.082C18.1519 15.3713 17.9246 15.5987 17.6353 15.5987C17.3459 15.5987 17.1186 15.3713 17.1186 15.082C17.1186 12.5813 14.9589 10.5457 12.3033 10.5457C9.6476 10.5457 7.48793 12.5813 7.48793 15.082C7.48793 16.57 7.8186 17.9443 8.44893 19.0603C9.11027 20.2487 9.56493 20.755 10.3606 21.561C10.5569 21.7677 10.5569 22.088 10.3606 22.2947C10.2469 22.398 10.1126 22.4497 9.97826 22.4497ZM17.3873 20.538C16.1576 20.538 15.0726 20.228 14.1839 19.6183C12.6443 18.5747 11.7246 16.88 11.7246 15.082C11.7246 14.7927 11.9519 14.5653 12.2413 14.5653C12.5306 14.5653 12.7579 14.7927 12.7579 15.082C12.7579 16.539 13.5019 17.9133 14.7626 18.7607C15.4963 19.2567 16.3539 19.4943 17.3873 19.4943C17.6353 19.4943 18.0486 19.4633 18.4619 19.391C18.7409 19.3393 19.0096 19.5253 19.0613 19.8147C19.1129 20.0937 18.9269 20.3623 18.6376 20.414C18.0486 20.5277 17.5319 20.538 17.3873 20.538ZM15.3103 22.6667C15.2689 22.6667 15.2173 22.6563 15.1759 22.646C13.5329 22.1913 12.4583 21.5817 11.3319 20.476C9.88526 19.0397 9.0896 17.128 9.0896 15.082C9.0896 13.408 10.5156 12.044 12.2723 12.044C14.0289 12.044 15.4549 13.408 15.4549 15.082C15.4549 16.1877 16.4159 17.0867 17.6043 17.0867C18.7926 17.0867 19.7536 16.1877 19.7536 15.082C19.7536 11.1863 16.3953 8.02433 12.2619 8.02433C9.32726 8.02433 6.6406 9.657 5.4316 12.1887C5.0286 13.0257 4.82193 14.0073 4.82193 15.082C4.82193 15.888 4.89426 17.159 5.51426 18.8123C5.6176 19.081 5.48326 19.3807 5.2146 19.4737C4.94593 19.577 4.64626 19.4323 4.55326 19.174C4.04693 17.8203 3.79893 16.477 3.79893 15.082C3.79893 13.842 4.0366 12.7157 4.5016 11.734C5.87593 8.851 8.92426 6.98067 12.2619 6.98067C16.9636 6.98067 20.7869 10.6077 20.7869 15.0717C20.7869 16.7457 19.3609 18.1097 17.6043 18.1097C15.8476 18.1097 14.4216 16.7457 14.4216 15.0717C14.4216 13.966 13.4606 13.067 12.2723 13.067C11.0839 13.067 10.1229 13.966 10.1229 15.0717C10.1229 16.8387 10.8049 18.492 12.0553 19.732C13.0369 20.7033 13.9773 21.2407 15.4343 21.6437C15.7133 21.716 15.8683 22.0053 15.7959 22.274C15.7443 22.5117 15.5273 22.6667 15.3103 22.6667Z",
|
|
1785
|
+
fill: "currentColor"
|
|
1786
|
+
}
|
|
1787
|
+
)
|
|
1788
|
+
);
|
|
1789
|
+
};
|
|
1790
|
+
FingerprintAndroid_default = SvgFingerprintAndroid;
|
|
1791
|
+
}
|
|
1792
|
+
});
|
|
1793
|
+
|
|
1480
1794
|
// src/react/HelpCircle.tsx
|
|
1481
1795
|
var HelpCircle_exports = {};
|
|
1482
1796
|
__export(HelpCircle_exports, {
|
|
1483
1797
|
default: () => HelpCircle_default
|
|
1484
1798
|
});
|
|
1485
|
-
import * as
|
|
1799
|
+
import * as React34 from "react";
|
|
1486
1800
|
var SvgHelpCircle, HelpCircle_default;
|
|
1487
1801
|
var init_HelpCircle = __esm({
|
|
1488
1802
|
"src/react/HelpCircle.tsx"() {
|
|
@@ -1490,7 +1804,7 @@ var init_HelpCircle = __esm({
|
|
|
1490
1804
|
init_types();
|
|
1491
1805
|
SvgHelpCircle = ({ size = 16, ...props }) => {
|
|
1492
1806
|
const sizeValue = resolveSize(size);
|
|
1493
|
-
return /* @__PURE__ */
|
|
1807
|
+
return /* @__PURE__ */ React34.createElement(
|
|
1494
1808
|
"svg",
|
|
1495
1809
|
{
|
|
1496
1810
|
width: sizeValue,
|
|
@@ -1500,7 +1814,7 @@ var init_HelpCircle = __esm({
|
|
|
1500
1814
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1501
1815
|
...props
|
|
1502
1816
|
},
|
|
1503
|
-
/* @__PURE__ */
|
|
1817
|
+
/* @__PURE__ */ React34.createElement(
|
|
1504
1818
|
"path",
|
|
1505
1819
|
{
|
|
1506
1820
|
fillRule: "evenodd",
|
|
@@ -1509,7 +1823,7 @@ var init_HelpCircle = __esm({
|
|
|
1509
1823
|
fill: "currentColor"
|
|
1510
1824
|
}
|
|
1511
1825
|
),
|
|
1512
|
-
/* @__PURE__ */
|
|
1826
|
+
/* @__PURE__ */ React34.createElement(
|
|
1513
1827
|
"path",
|
|
1514
1828
|
{
|
|
1515
1829
|
fillRule: "evenodd",
|
|
@@ -1518,7 +1832,7 @@ var init_HelpCircle = __esm({
|
|
|
1518
1832
|
fill: "currentColor"
|
|
1519
1833
|
}
|
|
1520
1834
|
),
|
|
1521
|
-
/* @__PURE__ */
|
|
1835
|
+
/* @__PURE__ */ React34.createElement(
|
|
1522
1836
|
"path",
|
|
1523
1837
|
{
|
|
1524
1838
|
fillRule: "evenodd",
|
|
@@ -1538,7 +1852,7 @@ var HomeFilled_exports = {};
|
|
|
1538
1852
|
__export(HomeFilled_exports, {
|
|
1539
1853
|
default: () => HomeFilled_default
|
|
1540
1854
|
});
|
|
1541
|
-
import * as
|
|
1855
|
+
import * as React35 from "react";
|
|
1542
1856
|
var SvgHomeFilled, HomeFilled_default;
|
|
1543
1857
|
var init_HomeFilled = __esm({
|
|
1544
1858
|
"src/react/HomeFilled.tsx"() {
|
|
@@ -1546,7 +1860,7 @@ var init_HomeFilled = __esm({
|
|
|
1546
1860
|
init_types();
|
|
1547
1861
|
SvgHomeFilled = ({ size = 16, ...props }) => {
|
|
1548
1862
|
const sizeValue = resolveSize(size);
|
|
1549
|
-
return /* @__PURE__ */
|
|
1863
|
+
return /* @__PURE__ */ React35.createElement(
|
|
1550
1864
|
"svg",
|
|
1551
1865
|
{
|
|
1552
1866
|
width: sizeValue,
|
|
@@ -1556,7 +1870,7 @@ var init_HomeFilled = __esm({
|
|
|
1556
1870
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1557
1871
|
...props
|
|
1558
1872
|
},
|
|
1559
|
-
/* @__PURE__ */
|
|
1873
|
+
/* @__PURE__ */ React35.createElement(
|
|
1560
1874
|
"path",
|
|
1561
1875
|
{
|
|
1562
1876
|
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",
|
|
@@ -1574,7 +1888,7 @@ var HomeLinear_exports = {};
|
|
|
1574
1888
|
__export(HomeLinear_exports, {
|
|
1575
1889
|
default: () => HomeLinear_default
|
|
1576
1890
|
});
|
|
1577
|
-
import * as
|
|
1891
|
+
import * as React36 from "react";
|
|
1578
1892
|
var SvgHomeLinear, HomeLinear_default;
|
|
1579
1893
|
var init_HomeLinear = __esm({
|
|
1580
1894
|
"src/react/HomeLinear.tsx"() {
|
|
@@ -1582,7 +1896,7 @@ var init_HomeLinear = __esm({
|
|
|
1582
1896
|
init_types();
|
|
1583
1897
|
SvgHomeLinear = ({ size = 16, ...props }) => {
|
|
1584
1898
|
const sizeValue = resolveSize(size);
|
|
1585
|
-
return /* @__PURE__ */
|
|
1899
|
+
return /* @__PURE__ */ React36.createElement(
|
|
1586
1900
|
"svg",
|
|
1587
1901
|
{
|
|
1588
1902
|
width: sizeValue,
|
|
@@ -1592,7 +1906,7 @@ var init_HomeLinear = __esm({
|
|
|
1592
1906
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1593
1907
|
...props
|
|
1594
1908
|
},
|
|
1595
|
-
/* @__PURE__ */
|
|
1909
|
+
/* @__PURE__ */ React36.createElement(
|
|
1596
1910
|
"path",
|
|
1597
1911
|
{
|
|
1598
1912
|
fillRule: "evenodd",
|
|
@@ -1612,7 +1926,7 @@ var IconSlot_exports = {};
|
|
|
1612
1926
|
__export(IconSlot_exports, {
|
|
1613
1927
|
default: () => IconSlot_default
|
|
1614
1928
|
});
|
|
1615
|
-
import * as
|
|
1929
|
+
import * as React37 from "react";
|
|
1616
1930
|
var SvgIconSlot, IconSlot_default;
|
|
1617
1931
|
var init_IconSlot = __esm({
|
|
1618
1932
|
"src/react/IconSlot.tsx"() {
|
|
@@ -1620,7 +1934,7 @@ var init_IconSlot = __esm({
|
|
|
1620
1934
|
init_types();
|
|
1621
1935
|
SvgIconSlot = ({ size = 16, ...props }) => {
|
|
1622
1936
|
const sizeValue = resolveSize(size);
|
|
1623
|
-
return /* @__PURE__ */
|
|
1937
|
+
return /* @__PURE__ */ React37.createElement(
|
|
1624
1938
|
"svg",
|
|
1625
1939
|
{
|
|
1626
1940
|
width: sizeValue,
|
|
@@ -1630,7 +1944,7 @@ var init_IconSlot = __esm({
|
|
|
1630
1944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1631
1945
|
...props
|
|
1632
1946
|
},
|
|
1633
|
-
/* @__PURE__ */
|
|
1947
|
+
/* @__PURE__ */ React37.createElement(
|
|
1634
1948
|
"path",
|
|
1635
1949
|
{
|
|
1636
1950
|
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",
|
|
@@ -1648,7 +1962,7 @@ var Keys01_exports = {};
|
|
|
1648
1962
|
__export(Keys01_exports, {
|
|
1649
1963
|
default: () => Keys01_default
|
|
1650
1964
|
});
|
|
1651
|
-
import * as
|
|
1965
|
+
import * as React38 from "react";
|
|
1652
1966
|
var SvgKeys01, Keys01_default;
|
|
1653
1967
|
var init_Keys01 = __esm({
|
|
1654
1968
|
"src/react/Keys01.tsx"() {
|
|
@@ -1656,7 +1970,7 @@ var init_Keys01 = __esm({
|
|
|
1656
1970
|
init_types();
|
|
1657
1971
|
SvgKeys01 = ({ size = 16, ...props }) => {
|
|
1658
1972
|
const sizeValue = resolveSize(size);
|
|
1659
|
-
return /* @__PURE__ */
|
|
1973
|
+
return /* @__PURE__ */ React38.createElement(
|
|
1660
1974
|
"svg",
|
|
1661
1975
|
{
|
|
1662
1976
|
width: sizeValue,
|
|
@@ -1666,7 +1980,7 @@ var init_Keys01 = __esm({
|
|
|
1666
1980
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1667
1981
|
...props
|
|
1668
1982
|
},
|
|
1669
|
-
/* @__PURE__ */
|
|
1983
|
+
/* @__PURE__ */ React38.createElement(
|
|
1670
1984
|
"path",
|
|
1671
1985
|
{
|
|
1672
1986
|
fillRule: "evenodd",
|
|
@@ -1675,7 +1989,7 @@ var init_Keys01 = __esm({
|
|
|
1675
1989
|
fill: "currentColor"
|
|
1676
1990
|
}
|
|
1677
1991
|
),
|
|
1678
|
-
/* @__PURE__ */
|
|
1992
|
+
/* @__PURE__ */ React38.createElement(
|
|
1679
1993
|
"path",
|
|
1680
1994
|
{
|
|
1681
1995
|
fillRule: "evenodd",
|
|
@@ -1684,7 +1998,7 @@ var init_Keys01 = __esm({
|
|
|
1684
1998
|
fill: "currentColor"
|
|
1685
1999
|
}
|
|
1686
2000
|
),
|
|
1687
|
-
/* @__PURE__ */
|
|
2001
|
+
/* @__PURE__ */ React38.createElement(
|
|
1688
2002
|
"path",
|
|
1689
2003
|
{
|
|
1690
2004
|
fillRule: "evenodd",
|
|
@@ -1704,7 +2018,7 @@ var LeadsFilled_exports = {};
|
|
|
1704
2018
|
__export(LeadsFilled_exports, {
|
|
1705
2019
|
default: () => LeadsFilled_default
|
|
1706
2020
|
});
|
|
1707
|
-
import * as
|
|
2021
|
+
import * as React39 from "react";
|
|
1708
2022
|
var SvgLeadsFilled, LeadsFilled_default;
|
|
1709
2023
|
var init_LeadsFilled = __esm({
|
|
1710
2024
|
"src/react/LeadsFilled.tsx"() {
|
|
@@ -1712,7 +2026,7 @@ var init_LeadsFilled = __esm({
|
|
|
1712
2026
|
init_types();
|
|
1713
2027
|
SvgLeadsFilled = ({ size = 16, ...props }) => {
|
|
1714
2028
|
const sizeValue = resolveSize(size);
|
|
1715
|
-
return /* @__PURE__ */
|
|
2029
|
+
return /* @__PURE__ */ React39.createElement(
|
|
1716
2030
|
"svg",
|
|
1717
2031
|
{
|
|
1718
2032
|
width: sizeValue,
|
|
@@ -1722,7 +2036,7 @@ var init_LeadsFilled = __esm({
|
|
|
1722
2036
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1723
2037
|
...props
|
|
1724
2038
|
},
|
|
1725
|
-
/* @__PURE__ */
|
|
2039
|
+
/* @__PURE__ */ React39.createElement(
|
|
1726
2040
|
"path",
|
|
1727
2041
|
{
|
|
1728
2042
|
fillRule: "evenodd",
|
|
@@ -1731,7 +2045,7 @@ var init_LeadsFilled = __esm({
|
|
|
1731
2045
|
fill: "currentColor"
|
|
1732
2046
|
}
|
|
1733
2047
|
),
|
|
1734
|
-
/* @__PURE__ */
|
|
2048
|
+
/* @__PURE__ */ React39.createElement(
|
|
1735
2049
|
"path",
|
|
1736
2050
|
{
|
|
1737
2051
|
fillRule: "evenodd",
|
|
@@ -1740,7 +2054,7 @@ var init_LeadsFilled = __esm({
|
|
|
1740
2054
|
fill: "currentColor"
|
|
1741
2055
|
}
|
|
1742
2056
|
),
|
|
1743
|
-
/* @__PURE__ */
|
|
2057
|
+
/* @__PURE__ */ React39.createElement(
|
|
1744
2058
|
"path",
|
|
1745
2059
|
{
|
|
1746
2060
|
fillRule: "evenodd",
|
|
@@ -1749,7 +2063,7 @@ var init_LeadsFilled = __esm({
|
|
|
1749
2063
|
fill: "currentColor"
|
|
1750
2064
|
}
|
|
1751
2065
|
),
|
|
1752
|
-
/* @__PURE__ */
|
|
2066
|
+
/* @__PURE__ */ React39.createElement(
|
|
1753
2067
|
"path",
|
|
1754
2068
|
{
|
|
1755
2069
|
fillRule: "evenodd",
|
|
@@ -1769,7 +2083,7 @@ var LeadsLinear_exports = {};
|
|
|
1769
2083
|
__export(LeadsLinear_exports, {
|
|
1770
2084
|
default: () => LeadsLinear_default
|
|
1771
2085
|
});
|
|
1772
|
-
import * as
|
|
2086
|
+
import * as React40 from "react";
|
|
1773
2087
|
var SvgLeadsLinear, LeadsLinear_default;
|
|
1774
2088
|
var init_LeadsLinear = __esm({
|
|
1775
2089
|
"src/react/LeadsLinear.tsx"() {
|
|
@@ -1777,7 +2091,7 @@ var init_LeadsLinear = __esm({
|
|
|
1777
2091
|
init_types();
|
|
1778
2092
|
SvgLeadsLinear = ({ size = 16, ...props }) => {
|
|
1779
2093
|
const sizeValue = resolveSize(size);
|
|
1780
|
-
return /* @__PURE__ */
|
|
2094
|
+
return /* @__PURE__ */ React40.createElement(
|
|
1781
2095
|
"svg",
|
|
1782
2096
|
{
|
|
1783
2097
|
width: sizeValue,
|
|
@@ -1787,7 +2101,7 @@ var init_LeadsLinear = __esm({
|
|
|
1787
2101
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1788
2102
|
...props
|
|
1789
2103
|
},
|
|
1790
|
-
/* @__PURE__ */
|
|
2104
|
+
/* @__PURE__ */ React40.createElement(
|
|
1791
2105
|
"path",
|
|
1792
2106
|
{
|
|
1793
2107
|
fillRule: "evenodd",
|
|
@@ -1796,7 +2110,7 @@ var init_LeadsLinear = __esm({
|
|
|
1796
2110
|
fill: "currentColor"
|
|
1797
2111
|
}
|
|
1798
2112
|
),
|
|
1799
|
-
/* @__PURE__ */
|
|
2113
|
+
/* @__PURE__ */ React40.createElement(
|
|
1800
2114
|
"path",
|
|
1801
2115
|
{
|
|
1802
2116
|
fillRule: "evenodd",
|
|
@@ -1805,7 +2119,7 @@ var init_LeadsLinear = __esm({
|
|
|
1805
2119
|
fill: "currentColor"
|
|
1806
2120
|
}
|
|
1807
2121
|
),
|
|
1808
|
-
/* @__PURE__ */
|
|
2122
|
+
/* @__PURE__ */ React40.createElement(
|
|
1809
2123
|
"path",
|
|
1810
2124
|
{
|
|
1811
2125
|
fillRule: "evenodd",
|
|
@@ -1814,7 +2128,7 @@ var init_LeadsLinear = __esm({
|
|
|
1814
2128
|
fill: "currentColor"
|
|
1815
2129
|
}
|
|
1816
2130
|
),
|
|
1817
|
-
/* @__PURE__ */
|
|
2131
|
+
/* @__PURE__ */ React40.createElement(
|
|
1818
2132
|
"path",
|
|
1819
2133
|
{
|
|
1820
2134
|
fillRule: "evenodd",
|
|
@@ -1834,7 +2148,7 @@ var Lock_exports = {};
|
|
|
1834
2148
|
__export(Lock_exports, {
|
|
1835
2149
|
default: () => Lock_default
|
|
1836
2150
|
});
|
|
1837
|
-
import * as
|
|
2151
|
+
import * as React41 from "react";
|
|
1838
2152
|
var SvgLock, Lock_default;
|
|
1839
2153
|
var init_Lock = __esm({
|
|
1840
2154
|
"src/react/Lock.tsx"() {
|
|
@@ -1842,7 +2156,7 @@ var init_Lock = __esm({
|
|
|
1842
2156
|
init_types();
|
|
1843
2157
|
SvgLock = ({ size = 16, ...props }) => {
|
|
1844
2158
|
const sizeValue = resolveSize(size);
|
|
1845
|
-
return /* @__PURE__ */
|
|
2159
|
+
return /* @__PURE__ */ React41.createElement(
|
|
1846
2160
|
"svg",
|
|
1847
2161
|
{
|
|
1848
2162
|
width: sizeValue,
|
|
@@ -1852,7 +2166,7 @@ var init_Lock = __esm({
|
|
|
1852
2166
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1853
2167
|
...props
|
|
1854
2168
|
},
|
|
1855
|
-
/* @__PURE__ */
|
|
2169
|
+
/* @__PURE__ */ React41.createElement(
|
|
1856
2170
|
"path",
|
|
1857
2171
|
{
|
|
1858
2172
|
fillRule: "evenodd",
|
|
@@ -1861,7 +2175,7 @@ var init_Lock = __esm({
|
|
|
1861
2175
|
fill: "currentColor"
|
|
1862
2176
|
}
|
|
1863
2177
|
),
|
|
1864
|
-
/* @__PURE__ */
|
|
2178
|
+
/* @__PURE__ */ React41.createElement(
|
|
1865
2179
|
"path",
|
|
1866
2180
|
{
|
|
1867
2181
|
fillRule: "evenodd",
|
|
@@ -1881,7 +2195,7 @@ var Logout_exports = {};
|
|
|
1881
2195
|
__export(Logout_exports, {
|
|
1882
2196
|
default: () => Logout_default
|
|
1883
2197
|
});
|
|
1884
|
-
import * as
|
|
2198
|
+
import * as React42 from "react";
|
|
1885
2199
|
var SvgLogout, Logout_default;
|
|
1886
2200
|
var init_Logout = __esm({
|
|
1887
2201
|
"src/react/Logout.tsx"() {
|
|
@@ -1889,7 +2203,7 @@ var init_Logout = __esm({
|
|
|
1889
2203
|
init_types();
|
|
1890
2204
|
SvgLogout = ({ size = 16, ...props }) => {
|
|
1891
2205
|
const sizeValue = resolveSize(size);
|
|
1892
|
-
return /* @__PURE__ */
|
|
2206
|
+
return /* @__PURE__ */ React42.createElement(
|
|
1893
2207
|
"svg",
|
|
1894
2208
|
{
|
|
1895
2209
|
width: sizeValue,
|
|
@@ -1899,7 +2213,7 @@ var init_Logout = __esm({
|
|
|
1899
2213
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1900
2214
|
...props
|
|
1901
2215
|
},
|
|
1902
|
-
/* @__PURE__ */
|
|
2216
|
+
/* @__PURE__ */ React42.createElement(
|
|
1903
2217
|
"path",
|
|
1904
2218
|
{
|
|
1905
2219
|
fillRule: "evenodd",
|
|
@@ -1908,7 +2222,7 @@ var init_Logout = __esm({
|
|
|
1908
2222
|
fill: "currentColor"
|
|
1909
2223
|
}
|
|
1910
2224
|
),
|
|
1911
|
-
/* @__PURE__ */
|
|
2225
|
+
/* @__PURE__ */ React42.createElement(
|
|
1912
2226
|
"path",
|
|
1913
2227
|
{
|
|
1914
2228
|
fillRule: "evenodd",
|
|
@@ -1917,7 +2231,7 @@ var init_Logout = __esm({
|
|
|
1917
2231
|
fill: "currentColor"
|
|
1918
2232
|
}
|
|
1919
2233
|
),
|
|
1920
|
-
/* @__PURE__ */
|
|
2234
|
+
/* @__PURE__ */ React42.createElement(
|
|
1921
2235
|
"path",
|
|
1922
2236
|
{
|
|
1923
2237
|
fillRule: "evenodd",
|
|
@@ -1937,7 +2251,7 @@ var Mail_exports = {};
|
|
|
1937
2251
|
__export(Mail_exports, {
|
|
1938
2252
|
default: () => Mail_default
|
|
1939
2253
|
});
|
|
1940
|
-
import * as
|
|
2254
|
+
import * as React43 from "react";
|
|
1941
2255
|
var SvgMail, Mail_default;
|
|
1942
2256
|
var init_Mail = __esm({
|
|
1943
2257
|
"src/react/Mail.tsx"() {
|
|
@@ -1945,7 +2259,7 @@ var init_Mail = __esm({
|
|
|
1945
2259
|
init_types();
|
|
1946
2260
|
SvgMail = ({ size = 16, ...props }) => {
|
|
1947
2261
|
const sizeValue = resolveSize(size);
|
|
1948
|
-
return /* @__PURE__ */
|
|
2262
|
+
return /* @__PURE__ */ React43.createElement(
|
|
1949
2263
|
"svg",
|
|
1950
2264
|
{
|
|
1951
2265
|
width: sizeValue,
|
|
@@ -1955,7 +2269,7 @@ var init_Mail = __esm({
|
|
|
1955
2269
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1956
2270
|
...props
|
|
1957
2271
|
},
|
|
1958
|
-
/* @__PURE__ */
|
|
2272
|
+
/* @__PURE__ */ React43.createElement(
|
|
1959
2273
|
"path",
|
|
1960
2274
|
{
|
|
1961
2275
|
fillRule: "evenodd",
|
|
@@ -1964,7 +2278,7 @@ var init_Mail = __esm({
|
|
|
1964
2278
|
fill: "currentColor"
|
|
1965
2279
|
}
|
|
1966
2280
|
),
|
|
1967
|
-
/* @__PURE__ */
|
|
2281
|
+
/* @__PURE__ */ React43.createElement(
|
|
1968
2282
|
"path",
|
|
1969
2283
|
{
|
|
1970
2284
|
fillRule: "evenodd",
|
|
@@ -1979,12 +2293,59 @@ var init_Mail = __esm({
|
|
|
1979
2293
|
}
|
|
1980
2294
|
});
|
|
1981
2295
|
|
|
2296
|
+
// src/react/MapPin.tsx
|
|
2297
|
+
var MapPin_exports = {};
|
|
2298
|
+
__export(MapPin_exports, {
|
|
2299
|
+
default: () => MapPin_default
|
|
2300
|
+
});
|
|
2301
|
+
import * as React44 from "react";
|
|
2302
|
+
var SvgMapPin, MapPin_default;
|
|
2303
|
+
var init_MapPin = __esm({
|
|
2304
|
+
"src/react/MapPin.tsx"() {
|
|
2305
|
+
"use strict";
|
|
2306
|
+
init_types();
|
|
2307
|
+
SvgMapPin = ({ size = 16, ...props }) => {
|
|
2308
|
+
const sizeValue = resolveSize(size);
|
|
2309
|
+
return /* @__PURE__ */ React44.createElement(
|
|
2310
|
+
"svg",
|
|
2311
|
+
{
|
|
2312
|
+
width: sizeValue,
|
|
2313
|
+
height: sizeValue,
|
|
2314
|
+
viewBox: "0 0 24 24",
|
|
2315
|
+
fill: "none",
|
|
2316
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2317
|
+
...props
|
|
2318
|
+
},
|
|
2319
|
+
/* @__PURE__ */ React44.createElement(
|
|
2320
|
+
"path",
|
|
2321
|
+
{
|
|
2322
|
+
fillRule: "evenodd",
|
|
2323
|
+
clipRule: "evenodd",
|
|
2324
|
+
d: "M12 3C10.1435 3 8.36301 3.7375 7.05025 5.05025C5.7375 6.36301 5 8.14348 5 10C5 12.605 6.77047 15.3616 8.74741 17.5856C9.71242 18.6713 10.6805 19.5792 11.4085 20.2162C11.6312 20.411 11.8307 20.5799 12 20.7202C12.1693 20.5799 12.3688 20.411 12.5915 20.2162C13.3195 19.5792 14.2876 18.6713 15.2526 17.5856C17.2295 15.3616 19 12.605 19 10C19 8.14348 18.2625 6.36301 16.9497 5.05025C15.637 3.7375 13.8565 3 12 3ZM12 22C11.4 22.8 11.3998 22.7998 11.3995 22.7997L11.397 22.7978L11.3912 22.7933L11.3709 22.778C11.3537 22.7648 11.3291 22.746 11.2976 22.7216C11.2346 22.6728 11.1441 22.6017 11.0299 22.51C10.8016 22.3265 10.4782 22.0597 10.0915 21.7213C9.31946 21.0458 8.28758 20.0787 7.25259 18.9144C5.22953 16.6384 3 13.395 3 10C3 7.61305 3.94821 5.32387 5.63604 3.63604C7.32387 1.94821 9.61305 1 12 1C14.3869 1 16.6761 1.94821 18.364 3.63604C20.0518 5.32387 21 7.61305 21 10C21 13.395 18.7705 16.6384 16.7474 18.9144C15.7124 20.0787 14.6805 21.0458 13.9085 21.7213C13.5218 22.0597 13.1984 22.3265 12.9701 22.51C12.8559 22.6017 12.7654 22.6728 12.7024 22.7216C12.6709 22.746 12.6463 22.7648 12.6291 22.778L12.6088 22.7933L12.603 22.7978L12.6011 22.7992C12.6009 22.7993 12.6 22.8 12 22ZM12 22L12.6 22.8C12.2444 23.0667 11.7551 23.0663 11.3995 22.7997L12 22Z",
|
|
2325
|
+
fill: "currentColor"
|
|
2326
|
+
}
|
|
2327
|
+
),
|
|
2328
|
+
/* @__PURE__ */ React44.createElement(
|
|
2329
|
+
"path",
|
|
2330
|
+
{
|
|
2331
|
+
fillRule: "evenodd",
|
|
2332
|
+
clipRule: "evenodd",
|
|
2333
|
+
d: "M12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8ZM8 10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10C16 12.2091 14.2091 14 12 14C9.79086 14 8 12.2091 8 10Z",
|
|
2334
|
+
fill: "currentColor"
|
|
2335
|
+
}
|
|
2336
|
+
)
|
|
2337
|
+
);
|
|
2338
|
+
};
|
|
2339
|
+
MapPin_default = SvgMapPin;
|
|
2340
|
+
}
|
|
2341
|
+
});
|
|
2342
|
+
|
|
1982
2343
|
// src/react/Mortgage.tsx
|
|
1983
2344
|
var Mortgage_exports = {};
|
|
1984
2345
|
__export(Mortgage_exports, {
|
|
1985
2346
|
default: () => Mortgage_default
|
|
1986
2347
|
});
|
|
1987
|
-
import * as
|
|
2348
|
+
import * as React45 from "react";
|
|
1988
2349
|
var SvgMortgage, Mortgage_default;
|
|
1989
2350
|
var init_Mortgage = __esm({
|
|
1990
2351
|
"src/react/Mortgage.tsx"() {
|
|
@@ -1992,7 +2353,7 @@ var init_Mortgage = __esm({
|
|
|
1992
2353
|
init_types();
|
|
1993
2354
|
SvgMortgage = ({ size = 16, ...props }) => {
|
|
1994
2355
|
const sizeValue = resolveSize(size);
|
|
1995
|
-
return /* @__PURE__ */
|
|
2356
|
+
return /* @__PURE__ */ React45.createElement(
|
|
1996
2357
|
"svg",
|
|
1997
2358
|
{
|
|
1998
2359
|
width: sizeValue,
|
|
@@ -2002,7 +2363,7 @@ var init_Mortgage = __esm({
|
|
|
2002
2363
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2003
2364
|
...props
|
|
2004
2365
|
},
|
|
2005
|
-
/* @__PURE__ */
|
|
2366
|
+
/* @__PURE__ */ React45.createElement(
|
|
2006
2367
|
"path",
|
|
2007
2368
|
{
|
|
2008
2369
|
fillRule: "evenodd",
|
|
@@ -2011,7 +2372,7 @@ var init_Mortgage = __esm({
|
|
|
2011
2372
|
fill: "currentColor"
|
|
2012
2373
|
}
|
|
2013
2374
|
),
|
|
2014
|
-
/* @__PURE__ */
|
|
2375
|
+
/* @__PURE__ */ React45.createElement(
|
|
2015
2376
|
"path",
|
|
2016
2377
|
{
|
|
2017
2378
|
fillRule: "evenodd",
|
|
@@ -2020,7 +2381,7 @@ var init_Mortgage = __esm({
|
|
|
2020
2381
|
fill: "currentColor"
|
|
2021
2382
|
}
|
|
2022
2383
|
),
|
|
2023
|
-
/* @__PURE__ */
|
|
2384
|
+
/* @__PURE__ */ React45.createElement(
|
|
2024
2385
|
"path",
|
|
2025
2386
|
{
|
|
2026
2387
|
fillRule: "evenodd",
|
|
@@ -2029,7 +2390,7 @@ var init_Mortgage = __esm({
|
|
|
2029
2390
|
fill: "currentColor"
|
|
2030
2391
|
}
|
|
2031
2392
|
),
|
|
2032
|
-
/* @__PURE__ */
|
|
2393
|
+
/* @__PURE__ */ React45.createElement(
|
|
2033
2394
|
"path",
|
|
2034
2395
|
{
|
|
2035
2396
|
fillRule: "evenodd",
|
|
@@ -2038,7 +2399,7 @@ var init_Mortgage = __esm({
|
|
|
2038
2399
|
fill: "currentColor"
|
|
2039
2400
|
}
|
|
2040
2401
|
),
|
|
2041
|
-
/* @__PURE__ */
|
|
2402
|
+
/* @__PURE__ */ React45.createElement(
|
|
2042
2403
|
"path",
|
|
2043
2404
|
{
|
|
2044
2405
|
fillRule: "evenodd",
|
|
@@ -2047,7 +2408,7 @@ var init_Mortgage = __esm({
|
|
|
2047
2408
|
fill: "currentColor"
|
|
2048
2409
|
}
|
|
2049
2410
|
),
|
|
2050
|
-
/* @__PURE__ */
|
|
2411
|
+
/* @__PURE__ */ React45.createElement(
|
|
2051
2412
|
"path",
|
|
2052
2413
|
{
|
|
2053
2414
|
fillRule: "evenodd",
|
|
@@ -2056,7 +2417,7 @@ var init_Mortgage = __esm({
|
|
|
2056
2417
|
fill: "currentColor"
|
|
2057
2418
|
}
|
|
2058
2419
|
),
|
|
2059
|
-
/* @__PURE__ */
|
|
2420
|
+
/* @__PURE__ */ React45.createElement(
|
|
2060
2421
|
"path",
|
|
2061
2422
|
{
|
|
2062
2423
|
fillRule: "evenodd",
|
|
@@ -2076,7 +2437,7 @@ var Note_exports = {};
|
|
|
2076
2437
|
__export(Note_exports, {
|
|
2077
2438
|
default: () => Note_default
|
|
2078
2439
|
});
|
|
2079
|
-
import * as
|
|
2440
|
+
import * as React46 from "react";
|
|
2080
2441
|
var SvgNote, Note_default;
|
|
2081
2442
|
var init_Note = __esm({
|
|
2082
2443
|
"src/react/Note.tsx"() {
|
|
@@ -2084,7 +2445,7 @@ var init_Note = __esm({
|
|
|
2084
2445
|
init_types();
|
|
2085
2446
|
SvgNote = ({ size = 16, ...props }) => {
|
|
2086
2447
|
const sizeValue = resolveSize(size);
|
|
2087
|
-
return /* @__PURE__ */
|
|
2448
|
+
return /* @__PURE__ */ React46.createElement(
|
|
2088
2449
|
"svg",
|
|
2089
2450
|
{
|
|
2090
2451
|
width: sizeValue,
|
|
@@ -2094,7 +2455,7 @@ var init_Note = __esm({
|
|
|
2094
2455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2095
2456
|
...props
|
|
2096
2457
|
},
|
|
2097
|
-
/* @__PURE__ */
|
|
2458
|
+
/* @__PURE__ */ React46.createElement(
|
|
2098
2459
|
"path",
|
|
2099
2460
|
{
|
|
2100
2461
|
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",
|
|
@@ -2112,7 +2473,7 @@ var Payments_exports = {};
|
|
|
2112
2473
|
__export(Payments_exports, {
|
|
2113
2474
|
default: () => Payments_default
|
|
2114
2475
|
});
|
|
2115
|
-
import * as
|
|
2476
|
+
import * as React47 from "react";
|
|
2116
2477
|
var SvgPayments, Payments_default;
|
|
2117
2478
|
var init_Payments = __esm({
|
|
2118
2479
|
"src/react/Payments.tsx"() {
|
|
@@ -2120,7 +2481,7 @@ var init_Payments = __esm({
|
|
|
2120
2481
|
init_types();
|
|
2121
2482
|
SvgPayments = ({ size = 16, ...props }) => {
|
|
2122
2483
|
const sizeValue = resolveSize(size);
|
|
2123
|
-
return /* @__PURE__ */
|
|
2484
|
+
return /* @__PURE__ */ React47.createElement(
|
|
2124
2485
|
"svg",
|
|
2125
2486
|
{
|
|
2126
2487
|
width: sizeValue,
|
|
@@ -2130,7 +2491,7 @@ var init_Payments = __esm({
|
|
|
2130
2491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2131
2492
|
...props
|
|
2132
2493
|
},
|
|
2133
|
-
/* @__PURE__ */
|
|
2494
|
+
/* @__PURE__ */ React47.createElement(
|
|
2134
2495
|
"path",
|
|
2135
2496
|
{
|
|
2136
2497
|
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",
|
|
@@ -2148,7 +2509,7 @@ var Plus_exports = {};
|
|
|
2148
2509
|
__export(Plus_exports, {
|
|
2149
2510
|
default: () => Plus_default
|
|
2150
2511
|
});
|
|
2151
|
-
import * as
|
|
2512
|
+
import * as React48 from "react";
|
|
2152
2513
|
var SvgPlus, Plus_default;
|
|
2153
2514
|
var init_Plus = __esm({
|
|
2154
2515
|
"src/react/Plus.tsx"() {
|
|
@@ -2156,7 +2517,7 @@ var init_Plus = __esm({
|
|
|
2156
2517
|
init_types();
|
|
2157
2518
|
SvgPlus = ({ size = 16, ...props }) => {
|
|
2158
2519
|
const sizeValue = resolveSize(size);
|
|
2159
|
-
return /* @__PURE__ */
|
|
2520
|
+
return /* @__PURE__ */ React48.createElement(
|
|
2160
2521
|
"svg",
|
|
2161
2522
|
{
|
|
2162
2523
|
width: sizeValue,
|
|
@@ -2166,7 +2527,7 @@ var init_Plus = __esm({
|
|
|
2166
2527
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2167
2528
|
...props
|
|
2168
2529
|
},
|
|
2169
|
-
/* @__PURE__ */
|
|
2530
|
+
/* @__PURE__ */ React48.createElement(
|
|
2170
2531
|
"path",
|
|
2171
2532
|
{
|
|
2172
2533
|
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",
|
|
@@ -2184,7 +2545,7 @@ var PropertiesFilled_exports = {};
|
|
|
2184
2545
|
__export(PropertiesFilled_exports, {
|
|
2185
2546
|
default: () => PropertiesFilled_default
|
|
2186
2547
|
});
|
|
2187
|
-
import * as
|
|
2548
|
+
import * as React49 from "react";
|
|
2188
2549
|
var SvgPropertiesFilled, PropertiesFilled_default;
|
|
2189
2550
|
var init_PropertiesFilled = __esm({
|
|
2190
2551
|
"src/react/PropertiesFilled.tsx"() {
|
|
@@ -2192,7 +2553,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2192
2553
|
init_types();
|
|
2193
2554
|
SvgPropertiesFilled = ({ size = 16, ...props }) => {
|
|
2194
2555
|
const sizeValue = resolveSize(size);
|
|
2195
|
-
return /* @__PURE__ */
|
|
2556
|
+
return /* @__PURE__ */ React49.createElement(
|
|
2196
2557
|
"svg",
|
|
2197
2558
|
{
|
|
2198
2559
|
width: sizeValue,
|
|
@@ -2202,7 +2563,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2202
2563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2203
2564
|
...props
|
|
2204
2565
|
},
|
|
2205
|
-
/* @__PURE__ */
|
|
2566
|
+
/* @__PURE__ */ React49.createElement(
|
|
2206
2567
|
"path",
|
|
2207
2568
|
{
|
|
2208
2569
|
fillRule: "evenodd",
|
|
@@ -2211,7 +2572,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2211
2572
|
fill: "currentColor"
|
|
2212
2573
|
}
|
|
2213
2574
|
),
|
|
2214
|
-
/* @__PURE__ */
|
|
2575
|
+
/* @__PURE__ */ React49.createElement(
|
|
2215
2576
|
"path",
|
|
2216
2577
|
{
|
|
2217
2578
|
fillRule: "evenodd",
|
|
@@ -2220,7 +2581,7 @@ var init_PropertiesFilled = __esm({
|
|
|
2220
2581
|
fill: "currentColor"
|
|
2221
2582
|
}
|
|
2222
2583
|
),
|
|
2223
|
-
/* @__PURE__ */
|
|
2584
|
+
/* @__PURE__ */ React49.createElement(
|
|
2224
2585
|
"path",
|
|
2225
2586
|
{
|
|
2226
2587
|
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",
|
|
@@ -2238,7 +2599,7 @@ var PropertiesLinear_exports = {};
|
|
|
2238
2599
|
__export(PropertiesLinear_exports, {
|
|
2239
2600
|
default: () => PropertiesLinear_default
|
|
2240
2601
|
});
|
|
2241
|
-
import * as
|
|
2602
|
+
import * as React50 from "react";
|
|
2242
2603
|
var SvgPropertiesLinear, PropertiesLinear_default;
|
|
2243
2604
|
var init_PropertiesLinear = __esm({
|
|
2244
2605
|
"src/react/PropertiesLinear.tsx"() {
|
|
@@ -2246,7 +2607,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2246
2607
|
init_types();
|
|
2247
2608
|
SvgPropertiesLinear = ({ size = 16, ...props }) => {
|
|
2248
2609
|
const sizeValue = resolveSize(size);
|
|
2249
|
-
return /* @__PURE__ */
|
|
2610
|
+
return /* @__PURE__ */ React50.createElement(
|
|
2250
2611
|
"svg",
|
|
2251
2612
|
{
|
|
2252
2613
|
width: sizeValue,
|
|
@@ -2256,7 +2617,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2256
2617
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2257
2618
|
...props
|
|
2258
2619
|
},
|
|
2259
|
-
/* @__PURE__ */
|
|
2620
|
+
/* @__PURE__ */ React50.createElement(
|
|
2260
2621
|
"path",
|
|
2261
2622
|
{
|
|
2262
2623
|
fillRule: "evenodd",
|
|
@@ -2265,7 +2626,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2265
2626
|
fill: "currentColor"
|
|
2266
2627
|
}
|
|
2267
2628
|
),
|
|
2268
|
-
/* @__PURE__ */
|
|
2629
|
+
/* @__PURE__ */ React50.createElement(
|
|
2269
2630
|
"path",
|
|
2270
2631
|
{
|
|
2271
2632
|
fillRule: "evenodd",
|
|
@@ -2274,7 +2635,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2274
2635
|
fill: "currentColor"
|
|
2275
2636
|
}
|
|
2276
2637
|
),
|
|
2277
|
-
/* @__PURE__ */
|
|
2638
|
+
/* @__PURE__ */ React50.createElement(
|
|
2278
2639
|
"path",
|
|
2279
2640
|
{
|
|
2280
2641
|
fillRule: "evenodd",
|
|
@@ -2283,7 +2644,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2283
2644
|
fill: "currentColor"
|
|
2284
2645
|
}
|
|
2285
2646
|
),
|
|
2286
|
-
/* @__PURE__ */
|
|
2647
|
+
/* @__PURE__ */ React50.createElement(
|
|
2287
2648
|
"path",
|
|
2288
2649
|
{
|
|
2289
2650
|
fillRule: "evenodd",
|
|
@@ -2292,7 +2653,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2292
2653
|
fill: "currentColor"
|
|
2293
2654
|
}
|
|
2294
2655
|
),
|
|
2295
|
-
/* @__PURE__ */
|
|
2656
|
+
/* @__PURE__ */ React50.createElement(
|
|
2296
2657
|
"path",
|
|
2297
2658
|
{
|
|
2298
2659
|
fillRule: "evenodd",
|
|
@@ -2301,7 +2662,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2301
2662
|
fill: "currentColor"
|
|
2302
2663
|
}
|
|
2303
2664
|
),
|
|
2304
|
-
/* @__PURE__ */
|
|
2665
|
+
/* @__PURE__ */ React50.createElement(
|
|
2305
2666
|
"path",
|
|
2306
2667
|
{
|
|
2307
2668
|
fillRule: "evenodd",
|
|
@@ -2310,7 +2671,7 @@ var init_PropertiesLinear = __esm({
|
|
|
2310
2671
|
fill: "currentColor"
|
|
2311
2672
|
}
|
|
2312
2673
|
),
|
|
2313
|
-
/* @__PURE__ */
|
|
2674
|
+
/* @__PURE__ */ React50.createElement(
|
|
2314
2675
|
"path",
|
|
2315
2676
|
{
|
|
2316
2677
|
fillRule: "evenodd",
|
|
@@ -2330,7 +2691,7 @@ var Rent_exports = {};
|
|
|
2330
2691
|
__export(Rent_exports, {
|
|
2331
2692
|
default: () => Rent_default
|
|
2332
2693
|
});
|
|
2333
|
-
import * as
|
|
2694
|
+
import * as React51 from "react";
|
|
2334
2695
|
var SvgRent, Rent_default;
|
|
2335
2696
|
var init_Rent = __esm({
|
|
2336
2697
|
"src/react/Rent.tsx"() {
|
|
@@ -2338,7 +2699,7 @@ var init_Rent = __esm({
|
|
|
2338
2699
|
init_types();
|
|
2339
2700
|
SvgRent = ({ size = 16, ...props }) => {
|
|
2340
2701
|
const sizeValue = resolveSize(size);
|
|
2341
|
-
return /* @__PURE__ */
|
|
2702
|
+
return /* @__PURE__ */ React51.createElement(
|
|
2342
2703
|
"svg",
|
|
2343
2704
|
{
|
|
2344
2705
|
width: sizeValue,
|
|
@@ -2348,7 +2709,7 @@ var init_Rent = __esm({
|
|
|
2348
2709
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2349
2710
|
...props
|
|
2350
2711
|
},
|
|
2351
|
-
/* @__PURE__ */
|
|
2712
|
+
/* @__PURE__ */ React51.createElement(
|
|
2352
2713
|
"path",
|
|
2353
2714
|
{
|
|
2354
2715
|
fillRule: "evenodd",
|
|
@@ -2357,7 +2718,7 @@ var init_Rent = __esm({
|
|
|
2357
2718
|
fill: "currentColor"
|
|
2358
2719
|
}
|
|
2359
2720
|
),
|
|
2360
|
-
/* @__PURE__ */
|
|
2721
|
+
/* @__PURE__ */ React51.createElement(
|
|
2361
2722
|
"path",
|
|
2362
2723
|
{
|
|
2363
2724
|
fillRule: "evenodd",
|
|
@@ -2366,7 +2727,7 @@ var init_Rent = __esm({
|
|
|
2366
2727
|
fill: "currentColor"
|
|
2367
2728
|
}
|
|
2368
2729
|
),
|
|
2369
|
-
/* @__PURE__ */
|
|
2730
|
+
/* @__PURE__ */ React51.createElement(
|
|
2370
2731
|
"path",
|
|
2371
2732
|
{
|
|
2372
2733
|
fillRule: "evenodd",
|
|
@@ -2381,12 +2742,68 @@ var init_Rent = __esm({
|
|
|
2381
2742
|
}
|
|
2382
2743
|
});
|
|
2383
2744
|
|
|
2745
|
+
// src/react/Sale.tsx
|
|
2746
|
+
var Sale_exports = {};
|
|
2747
|
+
__export(Sale_exports, {
|
|
2748
|
+
default: () => Sale_default
|
|
2749
|
+
});
|
|
2750
|
+
import * as React52 from "react";
|
|
2751
|
+
var SvgSale, Sale_default;
|
|
2752
|
+
var init_Sale = __esm({
|
|
2753
|
+
"src/react/Sale.tsx"() {
|
|
2754
|
+
"use strict";
|
|
2755
|
+
init_types();
|
|
2756
|
+
SvgSale = ({ size = 16, ...props }) => {
|
|
2757
|
+
const sizeValue = resolveSize(size);
|
|
2758
|
+
return /* @__PURE__ */ React52.createElement(
|
|
2759
|
+
"svg",
|
|
2760
|
+
{
|
|
2761
|
+
width: sizeValue,
|
|
2762
|
+
height: sizeValue,
|
|
2763
|
+
viewBox: "0 0 24 24",
|
|
2764
|
+
fill: "none",
|
|
2765
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2766
|
+
...props
|
|
2767
|
+
},
|
|
2768
|
+
/* @__PURE__ */ React52.createElement(
|
|
2769
|
+
"path",
|
|
2770
|
+
{
|
|
2771
|
+
fillRule: "evenodd",
|
|
2772
|
+
clipRule: "evenodd",
|
|
2773
|
+
d: "M9.48499 2.34965C10.9495 1.18879 13.0287 1.18879 14.4933 2.34965L14.4957 2.35151L20.763 7.34974C21.5703 7.97063 22.0518 8.92435 22.0658 9.94317L22.066 9.95693L22.0659 18.2761C22.0659 20.6507 20.1242 22.5585 17.7503 22.5585H6.25549C3.88162 22.5585 1.93994 20.6507 1.93994 18.2761V9.9561C1.95003 8.93514 2.43236 7.97867 3.2428 7.35876L9.48499 2.34965ZM10.7341 3.92127L4.48935 8.93249C4.48209 8.93831 4.47476 8.94403 4.46734 8.94965C4.14236 9.1959 3.95276 9.57328 3.94752 9.97168V18.2761C3.94752 19.523 4.97129 20.551 6.25549 20.551H17.7503C19.0345 20.551 20.0583 19.523 20.0583 18.2761V9.96472C20.051 9.56487 19.8606 9.1866 19.5355 8.93827L19.5188 8.9253L13.2463 3.92294L13.2452 3.92209C12.5119 3.34168 11.4677 3.34141 10.7341 3.92127Z",
|
|
2774
|
+
fill: "currentColor"
|
|
2775
|
+
}
|
|
2776
|
+
),
|
|
2777
|
+
/* @__PURE__ */ React52.createElement(
|
|
2778
|
+
"path",
|
|
2779
|
+
{
|
|
2780
|
+
fillRule: "evenodd",
|
|
2781
|
+
clipRule: "evenodd",
|
|
2782
|
+
d: "M7.87868 8.87868C8.44129 8.31607 9.20435 8 10 8H16C16.5523 8 17 8.44772 17 9C17 9.55228 16.5523 10 16 10H10C9.73478 10 9.48043 10.1054 9.29289 10.2929C9.10536 10.4804 9 10.7348 9 11C9 11.2652 9.10536 11.5196 9.29289 11.7071C9.48043 11.8946 9.73478 12 10 12H14C14.7957 12 15.5587 12.3161 16.1213 12.8787C16.6839 13.4413 17 14.2043 17 15C17 15.7957 16.6839 16.5587 16.1213 17.1213C15.5587 17.6839 14.7957 18 14 18H8C7.44772 18 7 17.5523 7 17C7 16.4477 7.44772 16 8 16H14C14.2652 16 14.5196 15.8946 14.7071 15.7071C14.8946 15.5196 15 15.2652 15 15C15 14.7348 14.8946 14.4804 14.7071 14.2929C14.5196 14.1054 14.2652 14 14 14H10C9.20435 14 8.44129 13.6839 7.87868 13.1213C7.31607 12.5587 7 11.7957 7 11C7 10.2043 7.31607 9.44129 7.87868 8.87868Z",
|
|
2783
|
+
fill: "currentColor"
|
|
2784
|
+
}
|
|
2785
|
+
),
|
|
2786
|
+
/* @__PURE__ */ React52.createElement(
|
|
2787
|
+
"path",
|
|
2788
|
+
{
|
|
2789
|
+
fillRule: "evenodd",
|
|
2790
|
+
clipRule: "evenodd",
|
|
2791
|
+
d: "M12 6C12.5523 6 13 6.44772 13 7V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V7C11 6.44772 11.4477 6 12 6Z",
|
|
2792
|
+
fill: "currentColor"
|
|
2793
|
+
}
|
|
2794
|
+
)
|
|
2795
|
+
);
|
|
2796
|
+
};
|
|
2797
|
+
Sale_default = SvgSale;
|
|
2798
|
+
}
|
|
2799
|
+
});
|
|
2800
|
+
|
|
2384
2801
|
// src/react/Search.tsx
|
|
2385
2802
|
var Search_exports = {};
|
|
2386
2803
|
__export(Search_exports, {
|
|
2387
2804
|
default: () => Search_default
|
|
2388
2805
|
});
|
|
2389
|
-
import * as
|
|
2806
|
+
import * as React53 from "react";
|
|
2390
2807
|
var SvgSearch, Search_default;
|
|
2391
2808
|
var init_Search = __esm({
|
|
2392
2809
|
"src/react/Search.tsx"() {
|
|
@@ -2394,7 +2811,7 @@ var init_Search = __esm({
|
|
|
2394
2811
|
init_types();
|
|
2395
2812
|
SvgSearch = ({ size = 16, ...props }) => {
|
|
2396
2813
|
const sizeValue = resolveSize(size);
|
|
2397
|
-
return /* @__PURE__ */
|
|
2814
|
+
return /* @__PURE__ */ React53.createElement(
|
|
2398
2815
|
"svg",
|
|
2399
2816
|
{
|
|
2400
2817
|
width: sizeValue,
|
|
@@ -2404,7 +2821,7 @@ var init_Search = __esm({
|
|
|
2404
2821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2405
2822
|
...props
|
|
2406
2823
|
},
|
|
2407
|
-
/* @__PURE__ */
|
|
2824
|
+
/* @__PURE__ */ React53.createElement(
|
|
2408
2825
|
"path",
|
|
2409
2826
|
{
|
|
2410
2827
|
fillRule: "evenodd",
|
|
@@ -2413,7 +2830,7 @@ var init_Search = __esm({
|
|
|
2413
2830
|
fill: "currentColor"
|
|
2414
2831
|
}
|
|
2415
2832
|
),
|
|
2416
|
-
/* @__PURE__ */
|
|
2833
|
+
/* @__PURE__ */ React53.createElement(
|
|
2417
2834
|
"path",
|
|
2418
2835
|
{
|
|
2419
2836
|
fillRule: "evenodd",
|
|
@@ -2433,7 +2850,7 @@ var SearchX_exports = {};
|
|
|
2433
2850
|
__export(SearchX_exports, {
|
|
2434
2851
|
default: () => SearchX_default
|
|
2435
2852
|
});
|
|
2436
|
-
import * as
|
|
2853
|
+
import * as React54 from "react";
|
|
2437
2854
|
var SvgSearchX, SearchX_default;
|
|
2438
2855
|
var init_SearchX = __esm({
|
|
2439
2856
|
"src/react/SearchX.tsx"() {
|
|
@@ -2441,7 +2858,7 @@ var init_SearchX = __esm({
|
|
|
2441
2858
|
init_types();
|
|
2442
2859
|
SvgSearchX = ({ size = 16, ...props }) => {
|
|
2443
2860
|
const sizeValue = resolveSize(size);
|
|
2444
|
-
return /* @__PURE__ */
|
|
2861
|
+
return /* @__PURE__ */ React54.createElement(
|
|
2445
2862
|
"svg",
|
|
2446
2863
|
{
|
|
2447
2864
|
width: sizeValue,
|
|
@@ -2451,7 +2868,7 @@ var init_SearchX = __esm({
|
|
|
2451
2868
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2452
2869
|
...props
|
|
2453
2870
|
},
|
|
2454
|
-
/* @__PURE__ */
|
|
2871
|
+
/* @__PURE__ */ React54.createElement(
|
|
2455
2872
|
"path",
|
|
2456
2873
|
{
|
|
2457
2874
|
fillRule: "evenodd",
|
|
@@ -2460,7 +2877,7 @@ var init_SearchX = __esm({
|
|
|
2460
2877
|
fill: "currentColor"
|
|
2461
2878
|
}
|
|
2462
2879
|
),
|
|
2463
|
-
/* @__PURE__ */
|
|
2880
|
+
/* @__PURE__ */ React54.createElement(
|
|
2464
2881
|
"path",
|
|
2465
2882
|
{
|
|
2466
2883
|
fillRule: "evenodd",
|
|
@@ -2469,7 +2886,7 @@ var init_SearchX = __esm({
|
|
|
2469
2886
|
fill: "currentColor"
|
|
2470
2887
|
}
|
|
2471
2888
|
),
|
|
2472
|
-
/* @__PURE__ */
|
|
2889
|
+
/* @__PURE__ */ React54.createElement(
|
|
2473
2890
|
"path",
|
|
2474
2891
|
{
|
|
2475
2892
|
fillRule: "evenodd",
|
|
@@ -2478,7 +2895,7 @@ var init_SearchX = __esm({
|
|
|
2478
2895
|
fill: "currentColor"
|
|
2479
2896
|
}
|
|
2480
2897
|
),
|
|
2481
|
-
/* @__PURE__ */
|
|
2898
|
+
/* @__PURE__ */ React54.createElement(
|
|
2482
2899
|
"path",
|
|
2483
2900
|
{
|
|
2484
2901
|
fillRule: "evenodd",
|
|
@@ -2498,7 +2915,7 @@ var Share_exports = {};
|
|
|
2498
2915
|
__export(Share_exports, {
|
|
2499
2916
|
default: () => Share_default
|
|
2500
2917
|
});
|
|
2501
|
-
import * as
|
|
2918
|
+
import * as React55 from "react";
|
|
2502
2919
|
var SvgShare, Share_default;
|
|
2503
2920
|
var init_Share = __esm({
|
|
2504
2921
|
"src/react/Share.tsx"() {
|
|
@@ -2506,7 +2923,7 @@ var init_Share = __esm({
|
|
|
2506
2923
|
init_types();
|
|
2507
2924
|
SvgShare = ({ size = 16, ...props }) => {
|
|
2508
2925
|
const sizeValue = resolveSize(size);
|
|
2509
|
-
return /* @__PURE__ */
|
|
2926
|
+
return /* @__PURE__ */ React55.createElement(
|
|
2510
2927
|
"svg",
|
|
2511
2928
|
{
|
|
2512
2929
|
width: sizeValue,
|
|
@@ -2516,7 +2933,7 @@ var init_Share = __esm({
|
|
|
2516
2933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2517
2934
|
...props
|
|
2518
2935
|
},
|
|
2519
|
-
/* @__PURE__ */
|
|
2936
|
+
/* @__PURE__ */ React55.createElement(
|
|
2520
2937
|
"path",
|
|
2521
2938
|
{
|
|
2522
2939
|
fillRule: "evenodd",
|
|
@@ -2525,7 +2942,7 @@ var init_Share = __esm({
|
|
|
2525
2942
|
fill: "currentColor"
|
|
2526
2943
|
}
|
|
2527
2944
|
),
|
|
2528
|
-
/* @__PURE__ */
|
|
2945
|
+
/* @__PURE__ */ React55.createElement(
|
|
2529
2946
|
"path",
|
|
2530
2947
|
{
|
|
2531
2948
|
fillRule: "evenodd",
|
|
@@ -2534,7 +2951,7 @@ var init_Share = __esm({
|
|
|
2534
2951
|
fill: "currentColor"
|
|
2535
2952
|
}
|
|
2536
2953
|
),
|
|
2537
|
-
/* @__PURE__ */
|
|
2954
|
+
/* @__PURE__ */ React55.createElement(
|
|
2538
2955
|
"path",
|
|
2539
2956
|
{
|
|
2540
2957
|
fillRule: "evenodd",
|
|
@@ -2549,12 +2966,77 @@ var init_Share = __esm({
|
|
|
2549
2966
|
}
|
|
2550
2967
|
});
|
|
2551
2968
|
|
|
2969
|
+
// src/react/Size3D.tsx
|
|
2970
|
+
var Size3D_exports = {};
|
|
2971
|
+
__export(Size3D_exports, {
|
|
2972
|
+
default: () => Size3D_default
|
|
2973
|
+
});
|
|
2974
|
+
import * as React56 from "react";
|
|
2975
|
+
var SvgSize3D, Size3D_default;
|
|
2976
|
+
var init_Size3D = __esm({
|
|
2977
|
+
"src/react/Size3D.tsx"() {
|
|
2978
|
+
"use strict";
|
|
2979
|
+
init_types();
|
|
2980
|
+
SvgSize3D = ({ size = 16, ...props }) => {
|
|
2981
|
+
const sizeValue = resolveSize(size);
|
|
2982
|
+
return /* @__PURE__ */ React56.createElement(
|
|
2983
|
+
"svg",
|
|
2984
|
+
{
|
|
2985
|
+
width: sizeValue,
|
|
2986
|
+
height: sizeValue,
|
|
2987
|
+
viewBox: "0 0 24 24",
|
|
2988
|
+
fill: "none",
|
|
2989
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2990
|
+
...props
|
|
2991
|
+
},
|
|
2992
|
+
/* @__PURE__ */ React56.createElement(
|
|
2993
|
+
"path",
|
|
2994
|
+
{
|
|
2995
|
+
fillRule: "evenodd",
|
|
2996
|
+
clipRule: "evenodd",
|
|
2997
|
+
d: "M5 2C5.55228 2 6 2.44772 6 3V18H21C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H5C4.44772 20 4 19.5523 4 19V3C4 2.44772 4.44772 2 5 2Z",
|
|
2998
|
+
fill: "currentColor"
|
|
2999
|
+
}
|
|
3000
|
+
),
|
|
3001
|
+
/* @__PURE__ */ React56.createElement(
|
|
3002
|
+
"path",
|
|
3003
|
+
{
|
|
3004
|
+
fillRule: "evenodd",
|
|
3005
|
+
clipRule: "evenodd",
|
|
3006
|
+
d: "M11.7071 12.2929C12.0976 12.6834 12.0976 13.3166 11.7071 13.7071L5.70711 19.7071C5.31658 20.0976 4.68342 20.0976 4.29289 19.7071C3.90237 19.3166 3.90237 18.6834 4.29289 18.2929L10.2929 12.2929C10.6834 11.9024 11.3166 11.9024 11.7071 12.2929Z",
|
|
3007
|
+
fill: "currentColor"
|
|
3008
|
+
}
|
|
3009
|
+
),
|
|
3010
|
+
/* @__PURE__ */ React56.createElement(
|
|
3011
|
+
"path",
|
|
3012
|
+
{
|
|
3013
|
+
fillRule: "evenodd",
|
|
3014
|
+
clipRule: "evenodd",
|
|
3015
|
+
d: "M4.29289 2.29289C4.68342 1.90237 5.31658 1.90237 5.70711 2.29289L8.70711 5.29289C9.09763 5.68342 9.09763 6.31658 8.70711 6.70711C8.31658 7.09763 7.68342 7.09763 7.29289 6.70711L5 4.41421L2.70711 6.70711C2.31658 7.09763 1.68342 7.09763 1.29289 6.70711C0.902369 6.31658 0.902369 5.68342 1.29289 5.29289L4.29289 2.29289Z",
|
|
3016
|
+
fill: "currentColor"
|
|
3017
|
+
}
|
|
3018
|
+
),
|
|
3019
|
+
/* @__PURE__ */ React56.createElement(
|
|
3020
|
+
"path",
|
|
3021
|
+
{
|
|
3022
|
+
fillRule: "evenodd",
|
|
3023
|
+
clipRule: "evenodd",
|
|
3024
|
+
d: "M17.2929 15.2929C17.6834 14.9024 18.3166 14.9024 18.7071 15.2929L21.7071 18.2929C22.0976 18.6834 22.0976 19.3166 21.7071 19.7071L18.7071 22.7071C18.3166 23.0976 17.6834 23.0976 17.2929 22.7071C16.9024 22.3166 16.9024 21.6834 17.2929 21.2929L19.5858 19L17.2929 16.7071C16.9024 16.3166 16.9024 15.6834 17.2929 15.2929Z",
|
|
3025
|
+
fill: "currentColor"
|
|
3026
|
+
}
|
|
3027
|
+
)
|
|
3028
|
+
);
|
|
3029
|
+
};
|
|
3030
|
+
Size3D_default = SvgSize3D;
|
|
3031
|
+
}
|
|
3032
|
+
});
|
|
3033
|
+
|
|
2552
3034
|
// src/react/Trash2.tsx
|
|
2553
3035
|
var Trash2_exports = {};
|
|
2554
3036
|
__export(Trash2_exports, {
|
|
2555
3037
|
default: () => Trash2_default
|
|
2556
3038
|
});
|
|
2557
|
-
import * as
|
|
3039
|
+
import * as React57 from "react";
|
|
2558
3040
|
var SvgTrash2, Trash2_default;
|
|
2559
3041
|
var init_Trash2 = __esm({
|
|
2560
3042
|
"src/react/Trash2.tsx"() {
|
|
@@ -2562,7 +3044,7 @@ var init_Trash2 = __esm({
|
|
|
2562
3044
|
init_types();
|
|
2563
3045
|
SvgTrash2 = ({ size = 16, ...props }) => {
|
|
2564
3046
|
const sizeValue = resolveSize(size);
|
|
2565
|
-
return /* @__PURE__ */
|
|
3047
|
+
return /* @__PURE__ */ React57.createElement(
|
|
2566
3048
|
"svg",
|
|
2567
3049
|
{
|
|
2568
3050
|
width: sizeValue,
|
|
@@ -2572,7 +3054,7 @@ var init_Trash2 = __esm({
|
|
|
2572
3054
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2573
3055
|
...props
|
|
2574
3056
|
},
|
|
2575
|
-
/* @__PURE__ */
|
|
3057
|
+
/* @__PURE__ */ React57.createElement(
|
|
2576
3058
|
"path",
|
|
2577
3059
|
{
|
|
2578
3060
|
fillRule: "evenodd",
|
|
@@ -2581,7 +3063,7 @@ var init_Trash2 = __esm({
|
|
|
2581
3063
|
fill: "currentColor"
|
|
2582
3064
|
}
|
|
2583
3065
|
),
|
|
2584
|
-
/* @__PURE__ */
|
|
3066
|
+
/* @__PURE__ */ React57.createElement(
|
|
2585
3067
|
"path",
|
|
2586
3068
|
{
|
|
2587
3069
|
fillRule: "evenodd",
|
|
@@ -2590,7 +3072,7 @@ var init_Trash2 = __esm({
|
|
|
2590
3072
|
fill: "currentColor"
|
|
2591
3073
|
}
|
|
2592
3074
|
),
|
|
2593
|
-
/* @__PURE__ */
|
|
3075
|
+
/* @__PURE__ */ React57.createElement(
|
|
2594
3076
|
"path",
|
|
2595
3077
|
{
|
|
2596
3078
|
fillRule: "evenodd",
|
|
@@ -2599,7 +3081,7 @@ var init_Trash2 = __esm({
|
|
|
2599
3081
|
fill: "currentColor"
|
|
2600
3082
|
}
|
|
2601
3083
|
),
|
|
2602
|
-
/* @__PURE__ */
|
|
3084
|
+
/* @__PURE__ */ React57.createElement(
|
|
2603
3085
|
"path",
|
|
2604
3086
|
{
|
|
2605
3087
|
fillRule: "evenodd",
|
|
@@ -2608,7 +3090,7 @@ var init_Trash2 = __esm({
|
|
|
2608
3090
|
fill: "currentColor"
|
|
2609
3091
|
}
|
|
2610
3092
|
),
|
|
2611
|
-
/* @__PURE__ */
|
|
3093
|
+
/* @__PURE__ */ React57.createElement(
|
|
2612
3094
|
"path",
|
|
2613
3095
|
{
|
|
2614
3096
|
fillRule: "evenodd",
|
|
@@ -2628,7 +3110,7 @@ var User_exports = {};
|
|
|
2628
3110
|
__export(User_exports, {
|
|
2629
3111
|
default: () => User_default
|
|
2630
3112
|
});
|
|
2631
|
-
import * as
|
|
3113
|
+
import * as React58 from "react";
|
|
2632
3114
|
var SvgUser, User_default;
|
|
2633
3115
|
var init_User = __esm({
|
|
2634
3116
|
"src/react/User.tsx"() {
|
|
@@ -2636,7 +3118,7 @@ var init_User = __esm({
|
|
|
2636
3118
|
init_types();
|
|
2637
3119
|
SvgUser = ({ size = 16, ...props }) => {
|
|
2638
3120
|
const sizeValue = resolveSize(size);
|
|
2639
|
-
return /* @__PURE__ */
|
|
3121
|
+
return /* @__PURE__ */ React58.createElement(
|
|
2640
3122
|
"svg",
|
|
2641
3123
|
{
|
|
2642
3124
|
width: sizeValue,
|
|
@@ -2646,7 +3128,7 @@ var init_User = __esm({
|
|
|
2646
3128
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2647
3129
|
...props
|
|
2648
3130
|
},
|
|
2649
|
-
/* @__PURE__ */
|
|
3131
|
+
/* @__PURE__ */ React58.createElement(
|
|
2650
3132
|
"path",
|
|
2651
3133
|
{
|
|
2652
3134
|
fillRule: "evenodd",
|
|
@@ -2655,7 +3137,7 @@ var init_User = __esm({
|
|
|
2655
3137
|
fill: "currentColor"
|
|
2656
3138
|
}
|
|
2657
3139
|
),
|
|
2658
|
-
/* @__PURE__ */
|
|
3140
|
+
/* @__PURE__ */ React58.createElement(
|
|
2659
3141
|
"path",
|
|
2660
3142
|
{
|
|
2661
3143
|
fillRule: "evenodd",
|
|
@@ -2675,7 +3157,7 @@ var Whatsapp_exports = {};
|
|
|
2675
3157
|
__export(Whatsapp_exports, {
|
|
2676
3158
|
default: () => Whatsapp_default
|
|
2677
3159
|
});
|
|
2678
|
-
import * as
|
|
3160
|
+
import * as React59 from "react";
|
|
2679
3161
|
var SvgWhatsapp, Whatsapp_default;
|
|
2680
3162
|
var init_Whatsapp = __esm({
|
|
2681
3163
|
"src/react/Whatsapp.tsx"() {
|
|
@@ -2683,7 +3165,7 @@ var init_Whatsapp = __esm({
|
|
|
2683
3165
|
init_types();
|
|
2684
3166
|
SvgWhatsapp = ({ size = 16, ...props }) => {
|
|
2685
3167
|
const sizeValue = resolveSize(size);
|
|
2686
|
-
return /* @__PURE__ */
|
|
3168
|
+
return /* @__PURE__ */ React59.createElement(
|
|
2687
3169
|
"svg",
|
|
2688
3170
|
{
|
|
2689
3171
|
width: sizeValue,
|
|
@@ -2693,7 +3175,7 @@ var init_Whatsapp = __esm({
|
|
|
2693
3175
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2694
3176
|
...props
|
|
2695
3177
|
},
|
|
2696
|
-
/* @__PURE__ */
|
|
3178
|
+
/* @__PURE__ */ React59.createElement(
|
|
2697
3179
|
"path",
|
|
2698
3180
|
{
|
|
2699
3181
|
fillRule: "evenodd",
|
|
@@ -2719,7 +3201,9 @@ init_ArrowUp();
|
|
|
2719
3201
|
init_ArrowUpDown();
|
|
2720
3202
|
init_ArrowUpLeft();
|
|
2721
3203
|
init_ArrowUpRight();
|
|
3204
|
+
init_BedDouble();
|
|
2722
3205
|
init_Bell();
|
|
3206
|
+
init_Building();
|
|
2723
3207
|
init_Cancel();
|
|
2724
3208
|
init_CancelCircleSolid();
|
|
2725
3209
|
init_Check();
|
|
@@ -2732,12 +3216,14 @@ init_ExploreFilled();
|
|
|
2732
3216
|
init_ExploreLinear();
|
|
2733
3217
|
init_EyeHidden();
|
|
2734
3218
|
init_EyeVisible();
|
|
3219
|
+
init_FaceId();
|
|
2735
3220
|
init_FileCheck();
|
|
2736
3221
|
init_FileKey();
|
|
2737
3222
|
init_FileLock();
|
|
2738
3223
|
init_FileSignature();
|
|
2739
3224
|
init_FileSpreadsheet();
|
|
2740
3225
|
init_FileText();
|
|
3226
|
+
init_FingerprintAndroid();
|
|
2741
3227
|
init_HelpCircle();
|
|
2742
3228
|
init_HomeFilled();
|
|
2743
3229
|
init_HomeLinear();
|
|
@@ -2748,6 +3234,7 @@ init_LeadsLinear();
|
|
|
2748
3234
|
init_Lock();
|
|
2749
3235
|
init_Logout();
|
|
2750
3236
|
init_Mail();
|
|
3237
|
+
init_MapPin();
|
|
2751
3238
|
init_Mortgage();
|
|
2752
3239
|
init_Note();
|
|
2753
3240
|
init_Payments();
|
|
@@ -2755,15 +3242,17 @@ init_Plus();
|
|
|
2755
3242
|
init_PropertiesFilled();
|
|
2756
3243
|
init_PropertiesLinear();
|
|
2757
3244
|
init_Rent();
|
|
3245
|
+
init_Sale();
|
|
2758
3246
|
init_Search();
|
|
2759
3247
|
init_SearchX();
|
|
2760
3248
|
init_Share();
|
|
3249
|
+
init_Size3D();
|
|
2761
3250
|
init_Trash2();
|
|
2762
3251
|
init_User();
|
|
2763
3252
|
init_Whatsapp();
|
|
2764
3253
|
|
|
2765
3254
|
// src/react/Icon.tsx
|
|
2766
|
-
import * as
|
|
3255
|
+
import * as React60 from "react";
|
|
2767
3256
|
function loadIcon(name) {
|
|
2768
3257
|
switch (name) {
|
|
2769
3258
|
case "alert-triangle":
|
|
@@ -2786,8 +3275,12 @@ function loadIcon(name) {
|
|
|
2786
3275
|
return Promise.resolve().then(() => (init_ArrowUpLeft(), ArrowUpLeft_exports)).then((m) => m.default);
|
|
2787
3276
|
case "arrow-up-right":
|
|
2788
3277
|
return Promise.resolve().then(() => (init_ArrowUpRight(), ArrowUpRight_exports)).then((m) => m.default);
|
|
3278
|
+
case "bed-double":
|
|
3279
|
+
return Promise.resolve().then(() => (init_BedDouble(), BedDouble_exports)).then((m) => m.default);
|
|
2789
3280
|
case "bell":
|
|
2790
3281
|
return Promise.resolve().then(() => (init_Bell(), Bell_exports)).then((m) => m.default);
|
|
3282
|
+
case "building":
|
|
3283
|
+
return Promise.resolve().then(() => (init_Building(), Building_exports)).then((m) => m.default);
|
|
2791
3284
|
case "cancel":
|
|
2792
3285
|
return Promise.resolve().then(() => (init_Cancel(), Cancel_exports)).then((m) => m.default);
|
|
2793
3286
|
case "cancel-circle-solid":
|
|
@@ -2812,6 +3305,8 @@ function loadIcon(name) {
|
|
|
2812
3305
|
return Promise.resolve().then(() => (init_EyeHidden(), EyeHidden_exports)).then((m) => m.default);
|
|
2813
3306
|
case "eye-visible":
|
|
2814
3307
|
return Promise.resolve().then(() => (init_EyeVisible(), EyeVisible_exports)).then((m) => m.default);
|
|
3308
|
+
case "face-id":
|
|
3309
|
+
return Promise.resolve().then(() => (init_FaceId(), FaceId_exports)).then((m) => m.default);
|
|
2815
3310
|
case "file-check":
|
|
2816
3311
|
return Promise.resolve().then(() => (init_FileCheck(), FileCheck_exports)).then((m) => m.default);
|
|
2817
3312
|
case "file-key":
|
|
@@ -2824,6 +3319,8 @@ function loadIcon(name) {
|
|
|
2824
3319
|
return Promise.resolve().then(() => (init_FileSpreadsheet(), FileSpreadsheet_exports)).then((m) => m.default);
|
|
2825
3320
|
case "file-text":
|
|
2826
3321
|
return Promise.resolve().then(() => (init_FileText(), FileText_exports)).then((m) => m.default);
|
|
3322
|
+
case "fingerprint-android":
|
|
3323
|
+
return Promise.resolve().then(() => (init_FingerprintAndroid(), FingerprintAndroid_exports)).then((m) => m.default);
|
|
2827
3324
|
case "help-circle":
|
|
2828
3325
|
return Promise.resolve().then(() => (init_HelpCircle(), HelpCircle_exports)).then((m) => m.default);
|
|
2829
3326
|
case "home-filled":
|
|
@@ -2844,6 +3341,8 @@ function loadIcon(name) {
|
|
|
2844
3341
|
return Promise.resolve().then(() => (init_Logout(), Logout_exports)).then((m) => m.default);
|
|
2845
3342
|
case "mail":
|
|
2846
3343
|
return Promise.resolve().then(() => (init_Mail(), Mail_exports)).then((m) => m.default);
|
|
3344
|
+
case "map-pin":
|
|
3345
|
+
return Promise.resolve().then(() => (init_MapPin(), MapPin_exports)).then((m) => m.default);
|
|
2847
3346
|
case "mortgage":
|
|
2848
3347
|
return Promise.resolve().then(() => (init_Mortgage(), Mortgage_exports)).then((m) => m.default);
|
|
2849
3348
|
case "note":
|
|
@@ -2858,12 +3357,16 @@ function loadIcon(name) {
|
|
|
2858
3357
|
return Promise.resolve().then(() => (init_PropertiesLinear(), PropertiesLinear_exports)).then((m) => m.default);
|
|
2859
3358
|
case "rent":
|
|
2860
3359
|
return Promise.resolve().then(() => (init_Rent(), Rent_exports)).then((m) => m.default);
|
|
3360
|
+
case "sale":
|
|
3361
|
+
return Promise.resolve().then(() => (init_Sale(), Sale_exports)).then((m) => m.default);
|
|
2861
3362
|
case "search":
|
|
2862
3363
|
return Promise.resolve().then(() => (init_Search(), Search_exports)).then((m) => m.default);
|
|
2863
3364
|
case "search-x":
|
|
2864
3365
|
return Promise.resolve().then(() => (init_SearchX(), SearchX_exports)).then((m) => m.default);
|
|
2865
3366
|
case "share":
|
|
2866
3367
|
return Promise.resolve().then(() => (init_Share(), Share_exports)).then((m) => m.default);
|
|
3368
|
+
case "size3d":
|
|
3369
|
+
return Promise.resolve().then(() => (init_Size3D(), Size3D_exports)).then((m) => m.default);
|
|
2867
3370
|
case "trash2":
|
|
2868
3371
|
return Promise.resolve().then(() => (init_Trash2(), Trash2_exports)).then((m) => m.default);
|
|
2869
3372
|
case "user":
|
|
@@ -2875,10 +3378,10 @@ function loadIcon(name) {
|
|
|
2875
3378
|
}
|
|
2876
3379
|
}
|
|
2877
3380
|
var Icon = ({ name, size = 16, color, ...props }) => {
|
|
2878
|
-
const [IconComponent, setIconComponent] =
|
|
2879
|
-
const [loading, setLoading] =
|
|
2880
|
-
const [error, setError] =
|
|
2881
|
-
|
|
3381
|
+
const [IconComponent, setIconComponent] = React60.useState(null);
|
|
3382
|
+
const [loading, setLoading] = React60.useState(true);
|
|
3383
|
+
const [error, setError] = React60.useState(null);
|
|
3384
|
+
React60.useEffect(() => {
|
|
2882
3385
|
setLoading(true);
|
|
2883
3386
|
setError(null);
|
|
2884
3387
|
loadIcon(name).then((Component) => {
|
|
@@ -2897,7 +3400,7 @@ var Icon = ({ name, size = 16, color, ...props }) => {
|
|
|
2897
3400
|
return null;
|
|
2898
3401
|
}
|
|
2899
3402
|
const style = color ? { ...props.style, color } : props.style;
|
|
2900
|
-
return /* @__PURE__ */
|
|
3403
|
+
return /* @__PURE__ */ React60.createElement(IconComponent, { size, ...props, style });
|
|
2901
3404
|
};
|
|
2902
3405
|
var Icon_default = Icon;
|
|
2903
3406
|
|
|
@@ -2914,7 +3417,9 @@ export {
|
|
|
2914
3417
|
ArrowUpDown_default as ArrowUpDown,
|
|
2915
3418
|
ArrowUpLeft_default as ArrowUpLeft,
|
|
2916
3419
|
ArrowUpRight_default as ArrowUpRight,
|
|
3420
|
+
BedDouble_default as BedDouble,
|
|
2917
3421
|
Bell_default as Bell,
|
|
3422
|
+
Building_default as Building,
|
|
2918
3423
|
Cancel_default as Cancel,
|
|
2919
3424
|
CancelCircleSolid_default as CancelCircleSolid,
|
|
2920
3425
|
Check_default as Check,
|
|
@@ -2927,12 +3432,14 @@ export {
|
|
|
2927
3432
|
ExploreLinear_default as ExploreLinear,
|
|
2928
3433
|
EyeHidden_default as EyeHidden,
|
|
2929
3434
|
EyeVisible_default as EyeVisible,
|
|
3435
|
+
FaceId_default as FaceId,
|
|
2930
3436
|
FileCheck_default as FileCheck,
|
|
2931
3437
|
FileKey_default as FileKey,
|
|
2932
3438
|
FileLock_default as FileLock,
|
|
2933
3439
|
FileSignature_default as FileSignature,
|
|
2934
3440
|
FileSpreadsheet_default as FileSpreadsheet,
|
|
2935
3441
|
FileText_default as FileText,
|
|
3442
|
+
FingerprintAndroid_default as FingerprintAndroid,
|
|
2936
3443
|
HelpCircle_default as HelpCircle,
|
|
2937
3444
|
HomeFilled_default as HomeFilled,
|
|
2938
3445
|
HomeLinear_default as HomeLinear,
|
|
@@ -2945,6 +3452,7 @@ export {
|
|
|
2945
3452
|
Lock_default as Lock,
|
|
2946
3453
|
Logout_default as Logout,
|
|
2947
3454
|
Mail_default as Mail,
|
|
3455
|
+
MapPin_default as MapPin,
|
|
2948
3456
|
Mortgage_default as Mortgage,
|
|
2949
3457
|
Note_default as Note,
|
|
2950
3458
|
Payments_default as Payments,
|
|
@@ -2952,9 +3460,11 @@ export {
|
|
|
2952
3460
|
PropertiesFilled_default as PropertiesFilled,
|
|
2953
3461
|
PropertiesLinear_default as PropertiesLinear,
|
|
2954
3462
|
Rent_default as Rent,
|
|
3463
|
+
Sale_default as Sale,
|
|
2955
3464
|
Search_default as Search,
|
|
2956
3465
|
SearchX_default as SearchX,
|
|
2957
3466
|
Share_default as Share,
|
|
3467
|
+
Size3D_default as Size3D,
|
|
2958
3468
|
Trash2_default as Trash2,
|
|
2959
3469
|
User_default as User,
|
|
2960
3470
|
Whatsapp_default as Whatsapp,
|