@snapcall/design-system 1.3.0 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +15 -1
- package/dist/index.d.ts +15 -1
- package/dist/index.js +769 -481
- package/dist/index.mjs +775 -494
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -582,13 +582,55 @@ var AlertCircleIcon = forwardRef5(
|
|
|
582
582
|
}
|
|
583
583
|
);
|
|
584
584
|
|
|
585
|
-
// src/icons/
|
|
585
|
+
// src/icons/arrowCircleUp.tsx
|
|
586
586
|
import { forwardRef as forwardRef6 } from "react";
|
|
587
|
-
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
588
|
-
var
|
|
587
|
+
import { jsx as jsx8, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
588
|
+
var ArrowCircleUpIcon = forwardRef6(
|
|
589
|
+
function ArrowCircleUpIcon2(_a, ref) {
|
|
590
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
591
|
+
return /* @__PURE__ */ jsxs4(
|
|
592
|
+
"svg",
|
|
593
|
+
__spreadProps(__spreadValues({
|
|
594
|
+
ref,
|
|
595
|
+
width: size,
|
|
596
|
+
height: size,
|
|
597
|
+
viewBox: "0 0 24 24",
|
|
598
|
+
fill: "none",
|
|
599
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
600
|
+
className
|
|
601
|
+
}, other), {
|
|
602
|
+
children: [
|
|
603
|
+
duotone && /* @__PURE__ */ jsx8(
|
|
604
|
+
"path",
|
|
605
|
+
{
|
|
606
|
+
opacity: "0.12",
|
|
607
|
+
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
608
|
+
fill: "currentColor"
|
|
609
|
+
}
|
|
610
|
+
),
|
|
611
|
+
/* @__PURE__ */ jsx8(
|
|
612
|
+
"path",
|
|
613
|
+
{
|
|
614
|
+
d: "M16 12L12 8M12 8L8 12M12 8V16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
615
|
+
stroke: "currentColor",
|
|
616
|
+
strokeWidth: "2",
|
|
617
|
+
strokeLinecap: "round",
|
|
618
|
+
strokeLinejoin: "round"
|
|
619
|
+
}
|
|
620
|
+
)
|
|
621
|
+
]
|
|
622
|
+
})
|
|
623
|
+
);
|
|
624
|
+
}
|
|
625
|
+
);
|
|
626
|
+
|
|
627
|
+
// src/icons/arrowDown.tsx
|
|
628
|
+
import { forwardRef as forwardRef7 } from "react";
|
|
629
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
630
|
+
var ArrowDownIcon = forwardRef7(
|
|
589
631
|
function ArrowDownIcon2(_a, ref) {
|
|
590
632
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
591
|
-
return /* @__PURE__ */
|
|
633
|
+
return /* @__PURE__ */ jsx9(
|
|
592
634
|
"svg",
|
|
593
635
|
__spreadProps(__spreadValues({
|
|
594
636
|
ref,
|
|
@@ -599,7 +641,7 @@ var ArrowDownIcon = forwardRef6(
|
|
|
599
641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
600
642
|
className
|
|
601
643
|
}, other), {
|
|
602
|
-
children: /* @__PURE__ */
|
|
644
|
+
children: /* @__PURE__ */ jsx9(
|
|
603
645
|
"path",
|
|
604
646
|
{
|
|
605
647
|
d: "M12 5V19M12 19L19 12M12 19L5 12",
|
|
@@ -615,12 +657,12 @@ var ArrowDownIcon = forwardRef6(
|
|
|
615
657
|
);
|
|
616
658
|
|
|
617
659
|
// src/icons/arrowLeft.tsx
|
|
618
|
-
import { forwardRef as
|
|
619
|
-
import { jsx as
|
|
620
|
-
var ArrowLeftIcon =
|
|
660
|
+
import { forwardRef as forwardRef8 } from "react";
|
|
661
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
662
|
+
var ArrowLeftIcon = forwardRef8(
|
|
621
663
|
function ArrowLeftIcon2(_a, ref) {
|
|
622
664
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
623
|
-
return /* @__PURE__ */
|
|
665
|
+
return /* @__PURE__ */ jsx10(
|
|
624
666
|
"svg",
|
|
625
667
|
__spreadProps(__spreadValues({
|
|
626
668
|
ref,
|
|
@@ -631,7 +673,7 @@ var ArrowLeftIcon = forwardRef7(
|
|
|
631
673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
632
674
|
className
|
|
633
675
|
}, other), {
|
|
634
|
-
children: /* @__PURE__ */
|
|
676
|
+
children: /* @__PURE__ */ jsx10(
|
|
635
677
|
"path",
|
|
636
678
|
{
|
|
637
679
|
d: "M19 12H5M5 12L12 19M5 12L12 5",
|
|
@@ -647,12 +689,12 @@ var ArrowLeftIcon = forwardRef7(
|
|
|
647
689
|
);
|
|
648
690
|
|
|
649
691
|
// src/icons/arrowRight.tsx
|
|
650
|
-
import { forwardRef as
|
|
651
|
-
import { jsx as
|
|
652
|
-
var ArrowRightIcon =
|
|
692
|
+
import { forwardRef as forwardRef9 } from "react";
|
|
693
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
694
|
+
var ArrowRightIcon = forwardRef9(
|
|
653
695
|
function ArrowRightIcon2(_a, ref) {
|
|
654
696
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
655
|
-
return /* @__PURE__ */
|
|
697
|
+
return /* @__PURE__ */ jsx11(
|
|
656
698
|
"svg",
|
|
657
699
|
__spreadProps(__spreadValues({
|
|
658
700
|
ref,
|
|
@@ -663,7 +705,7 @@ var ArrowRightIcon = forwardRef8(
|
|
|
663
705
|
xmlns: "http://www.w3.org/2000/svg",
|
|
664
706
|
className
|
|
665
707
|
}, other), {
|
|
666
|
-
children: /* @__PURE__ */
|
|
708
|
+
children: /* @__PURE__ */ jsx11(
|
|
667
709
|
"path",
|
|
668
710
|
{
|
|
669
711
|
d: "M5 12H19M19 12L12 5M19 12L12 19",
|
|
@@ -679,12 +721,12 @@ var ArrowRightIcon = forwardRef8(
|
|
|
679
721
|
);
|
|
680
722
|
|
|
681
723
|
// src/icons/arrowUp.tsx
|
|
682
|
-
import { forwardRef as
|
|
683
|
-
import { jsx as
|
|
684
|
-
var ArrowUpIcon =
|
|
724
|
+
import { forwardRef as forwardRef10 } from "react";
|
|
725
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
726
|
+
var ArrowUpIcon = forwardRef10(
|
|
685
727
|
function ArrowUpIcon2(_a, ref) {
|
|
686
728
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
687
|
-
return /* @__PURE__ */
|
|
729
|
+
return /* @__PURE__ */ jsx12(
|
|
688
730
|
"svg",
|
|
689
731
|
__spreadProps(__spreadValues({
|
|
690
732
|
ref,
|
|
@@ -695,7 +737,7 @@ var ArrowUpIcon = forwardRef9(
|
|
|
695
737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
696
738
|
className
|
|
697
739
|
}, other), {
|
|
698
|
-
children: /* @__PURE__ */
|
|
740
|
+
children: /* @__PURE__ */ jsx12(
|
|
699
741
|
"path",
|
|
700
742
|
{
|
|
701
743
|
d: "M12 19V5M12 5L5 12M12 5L19 12",
|
|
@@ -710,12 +752,44 @@ var ArrowUpIcon = forwardRef9(
|
|
|
710
752
|
}
|
|
711
753
|
);
|
|
712
754
|
|
|
755
|
+
// src/icons/attachment.tsx
|
|
756
|
+
import { forwardRef as forwardRef11 } from "react";
|
|
757
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
758
|
+
var AttachmentIcon = forwardRef11(
|
|
759
|
+
function AttachmentIcon2(_a, ref) {
|
|
760
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
761
|
+
return /* @__PURE__ */ jsx13(
|
|
762
|
+
"svg",
|
|
763
|
+
__spreadProps(__spreadValues({
|
|
764
|
+
ref,
|
|
765
|
+
width: size,
|
|
766
|
+
height: size,
|
|
767
|
+
viewBox: "0 0 24 24",
|
|
768
|
+
fill: "none",
|
|
769
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
770
|
+
className
|
|
771
|
+
}, other), {
|
|
772
|
+
children: /* @__PURE__ */ jsx13(
|
|
773
|
+
"path",
|
|
774
|
+
{
|
|
775
|
+
d: "M17.5 5.25581V16.5C17.5 19.5376 15.0376 22 12 22C8.96243 22 6.5 19.5376 6.5 16.5V5.66667C6.5 3.64162 8.14162 2 10.1667 2C12.1917 2 13.8333 3.64162 13.8333 5.66667V16.4457C13.8333 17.4583 13.0125 18.2791 12 18.2791C10.9875 18.2791 10.1667 17.4583 10.1667 16.4457V6.65116",
|
|
776
|
+
stroke: "currentColor",
|
|
777
|
+
strokeWidth: "2",
|
|
778
|
+
strokeLinecap: "round",
|
|
779
|
+
strokeLinejoin: "round"
|
|
780
|
+
}
|
|
781
|
+
)
|
|
782
|
+
})
|
|
783
|
+
);
|
|
784
|
+
}
|
|
785
|
+
);
|
|
786
|
+
|
|
713
787
|
// src/icons/bell.tsx
|
|
714
|
-
import { forwardRef as
|
|
715
|
-
import { jsx as
|
|
716
|
-
var BellIcon =
|
|
788
|
+
import { forwardRef as forwardRef12 } from "react";
|
|
789
|
+
import { jsx as jsx14, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
790
|
+
var BellIcon = forwardRef12(function BellIcon2(_a, ref) {
|
|
717
791
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
718
|
-
return /* @__PURE__ */
|
|
792
|
+
return /* @__PURE__ */ jsxs5(
|
|
719
793
|
"svg",
|
|
720
794
|
__spreadProps(__spreadValues({
|
|
721
795
|
ref,
|
|
@@ -727,7 +801,7 @@ var BellIcon = forwardRef10(function BellIcon2(_a, ref) {
|
|
|
727
801
|
className
|
|
728
802
|
}, other), {
|
|
729
803
|
children: [
|
|
730
|
-
duotone && /* @__PURE__ */
|
|
804
|
+
duotone && /* @__PURE__ */ jsx14(
|
|
731
805
|
"path",
|
|
732
806
|
{
|
|
733
807
|
opacity: "0.12",
|
|
@@ -735,7 +809,7 @@ var BellIcon = forwardRef10(function BellIcon2(_a, ref) {
|
|
|
735
809
|
fill: "currentColor"
|
|
736
810
|
}
|
|
737
811
|
),
|
|
738
|
-
/* @__PURE__ */
|
|
812
|
+
/* @__PURE__ */ jsx14(
|
|
739
813
|
"path",
|
|
740
814
|
{
|
|
741
815
|
d: "M9.35419 21C10.0593 21.6224 10.9856 22 12 22C13.0145 22 13.9407 21.6224 14.6458 21M18 8C18 6.4087 17.3679 4.88258 16.2427 3.75736C15.1174 2.63214 13.5913 2 12 2C10.4087 2 8.8826 2.63214 7.75738 3.75736C6.63216 4.88258 6.00002 6.4087 6.00002 8C6.00002 11.0902 5.22049 13.206 4.34968 14.6054C3.61515 15.7859 3.24788 16.3761 3.26134 16.5408C3.27626 16.7231 3.31488 16.7926 3.46179 16.9016C3.59448 17 4.19261 17 5.38887 17H18.6112C19.8074 17 20.4056 17 20.5382 16.9016C20.6852 16.7926 20.7238 16.7231 20.7387 16.5408C20.7522 16.3761 20.3849 15.7859 19.6504 14.6054C18.7795 13.206 18 11.0902 18 8Z",
|
|
@@ -751,12 +825,12 @@ var BellIcon = forwardRef10(function BellIcon2(_a, ref) {
|
|
|
751
825
|
});
|
|
752
826
|
|
|
753
827
|
// src/icons/calendar.tsx
|
|
754
|
-
import { forwardRef as
|
|
755
|
-
import { jsx as
|
|
756
|
-
var CalendarIcon =
|
|
828
|
+
import { forwardRef as forwardRef13 } from "react";
|
|
829
|
+
import { jsx as jsx15, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
830
|
+
var CalendarIcon = forwardRef13(
|
|
757
831
|
function CalendarIcon2(_a, ref) {
|
|
758
832
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
759
|
-
return /* @__PURE__ */
|
|
833
|
+
return /* @__PURE__ */ jsxs6(
|
|
760
834
|
"svg",
|
|
761
835
|
__spreadProps(__spreadValues({
|
|
762
836
|
ref,
|
|
@@ -768,7 +842,7 @@ var CalendarIcon = forwardRef11(
|
|
|
768
842
|
className
|
|
769
843
|
}, other), {
|
|
770
844
|
children: [
|
|
771
|
-
duotone && /* @__PURE__ */
|
|
845
|
+
duotone && /* @__PURE__ */ jsx15(
|
|
772
846
|
"path",
|
|
773
847
|
{
|
|
774
848
|
opacity: "0.12",
|
|
@@ -776,7 +850,7 @@ var CalendarIcon = forwardRef11(
|
|
|
776
850
|
fill: "currentColor"
|
|
777
851
|
}
|
|
778
852
|
),
|
|
779
|
-
/* @__PURE__ */
|
|
853
|
+
/* @__PURE__ */ jsx15(
|
|
780
854
|
"path",
|
|
781
855
|
{
|
|
782
856
|
d: "M21 10H3M16 2V6M8 2V6M7.8 22H16.2C17.8802 22 18.7202 22 19.362 21.673C19.9265 21.3854 20.3854 20.9265 20.673 20.362C21 19.7202 21 18.8802 21 17.2V8.8C21 7.11984 21 6.27976 20.673 5.63803C20.3854 5.07354 19.9265 4.6146 19.362 4.32698C18.7202 4 17.8802 4 16.2 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V17.2C3 18.8802 3 19.7202 3.32698 20.362C3.6146 20.9265 4.07354 21.3854 4.63803 21.673C5.27976 22 6.11984 22 7.8 22Z",
|
|
@@ -793,12 +867,12 @@ var CalendarIcon = forwardRef11(
|
|
|
793
867
|
);
|
|
794
868
|
|
|
795
869
|
// src/icons/calendarCheck.tsx
|
|
796
|
-
import { forwardRef as
|
|
797
|
-
import { jsx as
|
|
798
|
-
var CalendarCheckIcon =
|
|
870
|
+
import { forwardRef as forwardRef14 } from "react";
|
|
871
|
+
import { jsx as jsx16, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
872
|
+
var CalendarCheckIcon = forwardRef14(
|
|
799
873
|
function CalendarCheckIcon2(_a, ref) {
|
|
800
874
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
801
|
-
return /* @__PURE__ */
|
|
875
|
+
return /* @__PURE__ */ jsxs7(
|
|
802
876
|
"svg",
|
|
803
877
|
__spreadProps(__spreadValues({
|
|
804
878
|
ref,
|
|
@@ -810,7 +884,7 @@ var CalendarCheckIcon = forwardRef12(
|
|
|
810
884
|
className
|
|
811
885
|
}, other), {
|
|
812
886
|
children: [
|
|
813
|
-
duotone && /* @__PURE__ */
|
|
887
|
+
duotone && /* @__PURE__ */ jsx16(
|
|
814
888
|
"path",
|
|
815
889
|
{
|
|
816
890
|
opacity: "0.12",
|
|
@@ -818,7 +892,7 @@ var CalendarCheckIcon = forwardRef12(
|
|
|
818
892
|
fill: "currentColor"
|
|
819
893
|
}
|
|
820
894
|
),
|
|
821
|
-
/* @__PURE__ */
|
|
895
|
+
/* @__PURE__ */ jsx16(
|
|
822
896
|
"path",
|
|
823
897
|
{
|
|
824
898
|
d: "M21 10H3M16 2V6M8 2V6M9 16L11 18L15.5 13.5M7.8 22H16.2C17.8802 22 18.7202 22 19.362 21.673C19.9265 21.3854 20.3854 20.9265 20.673 20.362C21 19.7202 21 18.8802 21 17.2V8.8C21 7.11984 21 6.27976 20.673 5.63803C20.3854 5.07354 19.9265 4.6146 19.362 4.32698C18.7202 4 17.8802 4 16.2 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V17.2C3 18.8802 3 19.7202 3.32698 20.362C3.6146 20.9265 4.07354 21.3854 4.63803 21.673C5.27976 22 6.11984 22 7.8 22Z",
|
|
@@ -835,12 +909,12 @@ var CalendarCheckIcon = forwardRef12(
|
|
|
835
909
|
);
|
|
836
910
|
|
|
837
911
|
// src/icons/calendarPlus.tsx
|
|
838
|
-
import { forwardRef as
|
|
839
|
-
import { jsx as
|
|
840
|
-
var CalendarPlusIcon =
|
|
912
|
+
import { forwardRef as forwardRef15 } from "react";
|
|
913
|
+
import { jsx as jsx17, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
914
|
+
var CalendarPlusIcon = forwardRef15(
|
|
841
915
|
function CalendarPlusIcon2(_a, ref) {
|
|
842
916
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
843
|
-
return /* @__PURE__ */
|
|
917
|
+
return /* @__PURE__ */ jsxs8(
|
|
844
918
|
"svg",
|
|
845
919
|
__spreadProps(__spreadValues({
|
|
846
920
|
ref,
|
|
@@ -852,7 +926,7 @@ var CalendarPlusIcon = forwardRef13(
|
|
|
852
926
|
className
|
|
853
927
|
}, other), {
|
|
854
928
|
children: [
|
|
855
|
-
duotone && /* @__PURE__ */
|
|
929
|
+
duotone && /* @__PURE__ */ jsx17(
|
|
856
930
|
"path",
|
|
857
931
|
{
|
|
858
932
|
opacity: "0.12",
|
|
@@ -860,7 +934,7 @@ var CalendarPlusIcon = forwardRef13(
|
|
|
860
934
|
fill: "currentColor"
|
|
861
935
|
}
|
|
862
936
|
),
|
|
863
|
-
/* @__PURE__ */
|
|
937
|
+
/* @__PURE__ */ jsx17(
|
|
864
938
|
"path",
|
|
865
939
|
{
|
|
866
940
|
d: "M21 8H3M16 2V5M8 2V5M12 18V12M9 15H15M7.8 22H16.2C17.8802 22 18.7202 22 19.362 21.673C19.9265 21.3854 20.3854 20.9265 20.673 20.362C21 19.7202 21 18.8802 21 17.2V8.8C21 7.11984 21 6.27976 20.673 5.63803C20.3854 5.07354 19.9265 4.6146 19.362 4.32698C18.7202 4 17.8802 4 16.2 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V17.2C3 18.8802 3 19.7202 3.32698 20.362C3.6146 20.9265 4.07354 21.3854 4.63803 21.673C5.27976 22 6.11984 22 7.8 22Z",
|
|
@@ -877,12 +951,12 @@ var CalendarPlusIcon = forwardRef13(
|
|
|
877
951
|
);
|
|
878
952
|
|
|
879
953
|
// src/icons/camera.tsx
|
|
880
|
-
import { forwardRef as
|
|
881
|
-
import { jsx as
|
|
882
|
-
var CameraIcon =
|
|
954
|
+
import { forwardRef as forwardRef16 } from "react";
|
|
955
|
+
import { jsx as jsx18, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
956
|
+
var CameraIcon = forwardRef16(
|
|
883
957
|
function CameraIcon2(_a, ref) {
|
|
884
958
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
885
|
-
return /* @__PURE__ */
|
|
959
|
+
return /* @__PURE__ */ jsxs9(
|
|
886
960
|
"svg",
|
|
887
961
|
__spreadProps(__spreadValues({
|
|
888
962
|
ref,
|
|
@@ -894,7 +968,7 @@ var CameraIcon = forwardRef14(
|
|
|
894
968
|
className
|
|
895
969
|
}, other), {
|
|
896
970
|
children: [
|
|
897
|
-
duotone && /* @__PURE__ */
|
|
971
|
+
duotone && /* @__PURE__ */ jsx18(
|
|
898
972
|
"path",
|
|
899
973
|
{
|
|
900
974
|
opacity: "0.12",
|
|
@@ -902,7 +976,7 @@ var CameraIcon = forwardRef14(
|
|
|
902
976
|
fill: "currentColor"
|
|
903
977
|
}
|
|
904
978
|
),
|
|
905
|
-
/* @__PURE__ */
|
|
979
|
+
/* @__PURE__ */ jsx18(
|
|
906
980
|
"path",
|
|
907
981
|
{
|
|
908
982
|
d: "M2 8.37722C2 8.0269 2 7.85174 2.01462 7.70421C2.1556 6.28127 3.28127 5.1556 4.70421 5.01462C4.85174 5 5.03636 5 5.40558 5C5.54785 5 5.61899 5 5.67939 4.99634C6.45061 4.94963 7.12595 4.46288 7.41414 3.746C7.43671 3.68986 7.45781 3.62657 7.5 3.5C7.54219 3.37343 7.56329 3.31014 7.58586 3.254C7.87405 2.53712 8.54939 2.05037 9.32061 2.00366C9.38101 2 9.44772 2 9.58114 2H14.4189C14.5523 2 14.619 2 14.6794 2.00366C15.4506 2.05037 16.126 2.53712 16.4141 3.254C16.4367 3.31014 16.4578 3.37343 16.5 3.5C16.5422 3.62657 16.5633 3.68986 16.5859 3.746C16.874 4.46288 17.5494 4.94963 18.3206 4.99634C18.381 5 18.4521 5 18.5944 5C18.9636 5 19.1483 5 19.2958 5.01462C20.7187 5.1556 21.8444 6.28127 21.9854 7.70421C22 7.85174 22 8.0269 22 8.37722V16.2C22 17.8802 22 18.7202 21.673 19.362C21.3854 19.9265 20.9265 20.3854 20.362 20.673C19.7202 21 18.8802 21 17.2 21H6.8C5.11984 21 4.27976 21 3.63803 20.673C3.07354 20.3854 2.6146 19.9265 2.32698 19.362C2 18.7202 2 17.8802 2 16.2V8.37722Z",
|
|
@@ -913,7 +987,7 @@ var CameraIcon = forwardRef14(
|
|
|
913
987
|
}
|
|
914
988
|
),
|
|
915
989
|
",",
|
|
916
|
-
/* @__PURE__ */
|
|
990
|
+
/* @__PURE__ */ jsx18(
|
|
917
991
|
"path",
|
|
918
992
|
{
|
|
919
993
|
d: "M12 16.5C14.2091 16.5 16 14.7091 16 12.5C16 10.2909 14.2091 8.5 12 8.5C9.79086 8.5 8 10.2909 8 12.5C8 14.7091 9.79086 16.5 12 16.5Z",
|
|
@@ -930,12 +1004,12 @@ var CameraIcon = forwardRef14(
|
|
|
930
1004
|
);
|
|
931
1005
|
|
|
932
1006
|
// src/icons/cameraOff.tsx
|
|
933
|
-
import { forwardRef as
|
|
934
|
-
import { jsx as
|
|
935
|
-
var CameraOffIcon =
|
|
1007
|
+
import { forwardRef as forwardRef17 } from "react";
|
|
1008
|
+
import { jsx as jsx19, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
1009
|
+
var CameraOffIcon = forwardRef17(
|
|
936
1010
|
function CameraOffIcon2(_a, ref) {
|
|
937
1011
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
938
|
-
return /* @__PURE__ */
|
|
1012
|
+
return /* @__PURE__ */ jsxs10(
|
|
939
1013
|
"svg",
|
|
940
1014
|
__spreadProps(__spreadValues({
|
|
941
1015
|
ref,
|
|
@@ -947,7 +1021,7 @@ var CameraOffIcon = forwardRef15(
|
|
|
947
1021
|
className
|
|
948
1022
|
}, other), {
|
|
949
1023
|
children: [
|
|
950
|
-
duotone && /* @__PURE__ */
|
|
1024
|
+
duotone && /* @__PURE__ */ jsx19(
|
|
951
1025
|
"path",
|
|
952
1026
|
{
|
|
953
1027
|
opacity: "0.12",
|
|
@@ -955,7 +1029,7 @@ var CameraOffIcon = forwardRef15(
|
|
|
955
1029
|
fill: "currentColor"
|
|
956
1030
|
}
|
|
957
1031
|
),
|
|
958
|
-
/* @__PURE__ */
|
|
1032
|
+
/* @__PURE__ */ jsx19(
|
|
959
1033
|
"path",
|
|
960
1034
|
{
|
|
961
1035
|
d: "M5 5H5.41886C5.55228 5 5.61899 5 5.67939 4.99634C6.45061 4.94963 7.12595 4.46288 7.41414 3.746C7.43671 3.68986 7.45781 3.62657 7.5 3.5C7.54219 3.37343 7.56329 3.31014 7.58586 3.254C7.87405 2.53712 8.54939 2.05037 9.32061 2.00366C9.38101 2 9.44772 2 9.58114 2H14.4189C14.5523 2 14.619 2 14.6794 2.00366C15.4506 2.05037 16.126 2.53712 16.4141 3.254C16.4367 3.31014 16.4578 3.37343 16.5 3.5C16.5422 3.62657 16.5633 3.68986 16.5859 3.746C16.874 4.46288 17.5494 4.94963 18.3206 4.99634C18.381 5 18.4521 5 18.5944 5C18.9636 5 19.1483 5 19.2958 5.01462C20.7187 5.1556 21.8444 6.28127 21.9854 7.70421C22 7.85174 22 8.0269 22 8.37722V18C22 19.0849 21.4241 20.0353 20.5613 20.5622M15.0641 15.0714C15.6482 14.3761 16 13.4791 16 12.5C16 10.2909 14.2091 8.5 12 8.5C11.0216 8.5 10.1252 8.8513 9.43012 9.43464M22 22L2 2M2 7.5V16.2C2 17.8802 2 18.7202 2.32698 19.362C2.6146 19.9265 3.07354 20.3854 3.63803 20.673C4.27976 21 5.11984 21 6.8 21H15.5M12 16.5C9.79086 16.5 8 14.7091 8 12.5",
|
|
@@ -972,12 +1046,12 @@ var CameraOffIcon = forwardRef15(
|
|
|
972
1046
|
);
|
|
973
1047
|
|
|
974
1048
|
// src/icons/checkCircle.tsx
|
|
975
|
-
import { forwardRef as
|
|
976
|
-
import { jsx as
|
|
977
|
-
var CheckCircleIcon =
|
|
1049
|
+
import { forwardRef as forwardRef18 } from "react";
|
|
1050
|
+
import { jsx as jsx20, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
1051
|
+
var CheckCircleIcon = forwardRef18(
|
|
978
1052
|
function CheckCircleIcon2(_a, ref) {
|
|
979
1053
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
980
|
-
return /* @__PURE__ */
|
|
1054
|
+
return /* @__PURE__ */ jsxs11(
|
|
981
1055
|
"svg",
|
|
982
1056
|
__spreadProps(__spreadValues({
|
|
983
1057
|
ref,
|
|
@@ -989,7 +1063,7 @@ var CheckCircleIcon = forwardRef16(
|
|
|
989
1063
|
className
|
|
990
1064
|
}, other), {
|
|
991
1065
|
children: [
|
|
992
|
-
duotone && /* @__PURE__ */
|
|
1066
|
+
duotone && /* @__PURE__ */ jsx20(
|
|
993
1067
|
"path",
|
|
994
1068
|
{
|
|
995
1069
|
opacity: "0.12",
|
|
@@ -997,7 +1071,7 @@ var CheckCircleIcon = forwardRef16(
|
|
|
997
1071
|
fill: "currentColor"
|
|
998
1072
|
}
|
|
999
1073
|
),
|
|
1000
|
-
/* @__PURE__ */
|
|
1074
|
+
/* @__PURE__ */ jsx20(
|
|
1001
1075
|
"path",
|
|
1002
1076
|
{
|
|
1003
1077
|
d: "M7.5 12L10.5 15L16.5 9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -1014,12 +1088,12 @@ var CheckCircleIcon = forwardRef16(
|
|
|
1014
1088
|
);
|
|
1015
1089
|
|
|
1016
1090
|
// src/icons/chevronLeft.tsx
|
|
1017
|
-
import { forwardRef as
|
|
1018
|
-
import { jsx as
|
|
1019
|
-
var ChevronLeftIcon =
|
|
1091
|
+
import { forwardRef as forwardRef19 } from "react";
|
|
1092
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
1093
|
+
var ChevronLeftIcon = forwardRef19(
|
|
1020
1094
|
function ChevronLeftIcon2(_a, ref) {
|
|
1021
1095
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1022
|
-
return /* @__PURE__ */
|
|
1096
|
+
return /* @__PURE__ */ jsx21(
|
|
1023
1097
|
"svg",
|
|
1024
1098
|
__spreadProps(__spreadValues({
|
|
1025
1099
|
ref,
|
|
@@ -1030,7 +1104,7 @@ var ChevronLeftIcon = forwardRef17(
|
|
|
1030
1104
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1031
1105
|
className
|
|
1032
1106
|
}, other), {
|
|
1033
|
-
children: /* @__PURE__ */
|
|
1107
|
+
children: /* @__PURE__ */ jsx21(
|
|
1034
1108
|
"path",
|
|
1035
1109
|
{
|
|
1036
1110
|
d: "M15 18L9 12L15 6",
|
|
@@ -1046,12 +1120,12 @@ var ChevronLeftIcon = forwardRef17(
|
|
|
1046
1120
|
);
|
|
1047
1121
|
|
|
1048
1122
|
// src/icons/chevronRight.tsx
|
|
1049
|
-
import { forwardRef as
|
|
1050
|
-
import { jsx as
|
|
1051
|
-
var ChevronRightIcon =
|
|
1123
|
+
import { forwardRef as forwardRef20 } from "react";
|
|
1124
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
1125
|
+
var ChevronRightIcon = forwardRef20(
|
|
1052
1126
|
function ChevronRightIcon2(_a, ref) {
|
|
1053
1127
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1054
|
-
return /* @__PURE__ */
|
|
1128
|
+
return /* @__PURE__ */ jsx22(
|
|
1055
1129
|
"svg",
|
|
1056
1130
|
__spreadProps(__spreadValues({
|
|
1057
1131
|
ref,
|
|
@@ -1062,7 +1136,7 @@ var ChevronRightIcon = forwardRef18(
|
|
|
1062
1136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1063
1137
|
className
|
|
1064
1138
|
}, other), {
|
|
1065
|
-
children: /* @__PURE__ */
|
|
1139
|
+
children: /* @__PURE__ */ jsx22(
|
|
1066
1140
|
"path",
|
|
1067
1141
|
{
|
|
1068
1142
|
d: "M9 18L15 12L9 6",
|
|
@@ -1078,12 +1152,12 @@ var ChevronRightIcon = forwardRef18(
|
|
|
1078
1152
|
);
|
|
1079
1153
|
|
|
1080
1154
|
// src/icons/chevronUp.tsx
|
|
1081
|
-
import { forwardRef as
|
|
1082
|
-
import { jsx as
|
|
1083
|
-
var ChevronUpIcon =
|
|
1155
|
+
import { forwardRef as forwardRef21 } from "react";
|
|
1156
|
+
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
1157
|
+
var ChevronUpIcon = forwardRef21(
|
|
1084
1158
|
function ChevronUpIcon2(_a, ref) {
|
|
1085
1159
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1086
|
-
return /* @__PURE__ */
|
|
1160
|
+
return /* @__PURE__ */ jsx23(
|
|
1087
1161
|
"svg",
|
|
1088
1162
|
__spreadProps(__spreadValues({
|
|
1089
1163
|
ref,
|
|
@@ -1094,7 +1168,7 @@ var ChevronUpIcon = forwardRef19(
|
|
|
1094
1168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1095
1169
|
className
|
|
1096
1170
|
}, other), {
|
|
1097
|
-
children: /* @__PURE__ */
|
|
1171
|
+
children: /* @__PURE__ */ jsx23(
|
|
1098
1172
|
"path",
|
|
1099
1173
|
{
|
|
1100
1174
|
d: "M18 15L12 9L6 15",
|
|
@@ -1110,11 +1184,11 @@ var ChevronUpIcon = forwardRef19(
|
|
|
1110
1184
|
);
|
|
1111
1185
|
|
|
1112
1186
|
// src/icons/copy.tsx
|
|
1113
|
-
import { forwardRef as
|
|
1114
|
-
import { jsx as
|
|
1115
|
-
var CopyIcon =
|
|
1187
|
+
import { forwardRef as forwardRef22 } from "react";
|
|
1188
|
+
import { jsx as jsx24, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
1189
|
+
var CopyIcon = forwardRef22(function CopyIcon2(_a, ref) {
|
|
1116
1190
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1117
|
-
return /* @__PURE__ */
|
|
1191
|
+
return /* @__PURE__ */ jsxs12(
|
|
1118
1192
|
"svg",
|
|
1119
1193
|
__spreadProps(__spreadValues({
|
|
1120
1194
|
ref,
|
|
@@ -1126,7 +1200,7 @@ var CopyIcon = forwardRef20(function CopyIcon2(_a, ref) {
|
|
|
1126
1200
|
className
|
|
1127
1201
|
}, other), {
|
|
1128
1202
|
children: [
|
|
1129
|
-
duotone && /* @__PURE__ */
|
|
1203
|
+
duotone && /* @__PURE__ */ jsx24(
|
|
1130
1204
|
"path",
|
|
1131
1205
|
{
|
|
1132
1206
|
opacity: "0.12",
|
|
@@ -1134,7 +1208,7 @@ var CopyIcon = forwardRef20(function CopyIcon2(_a, ref) {
|
|
|
1134
1208
|
fill: "currentColor"
|
|
1135
1209
|
}
|
|
1136
1210
|
),
|
|
1137
|
-
/* @__PURE__ */
|
|
1211
|
+
/* @__PURE__ */ jsx24(
|
|
1138
1212
|
"path",
|
|
1139
1213
|
{
|
|
1140
1214
|
d: "M8 16V18.8C8 19.9201 8 20.4802 8.21799 20.908C8.40973 21.2843 8.71569 21.5903 9.09202 21.782C9.51984 22 10.0799 22 11.2 22H18.8C19.9201 22 20.4802 22 20.908 21.782C21.2843 21.5903 21.5903 21.2843 21.782 20.908C22 20.4802 22 19.9201 22 18.8V11.2C22 10.0799 22 9.51984 21.782 9.09202C21.5903 8.71569 21.2843 8.40973 20.908 8.21799C20.4802 8 19.9201 8 18.8 8H16M5.2 16H12.8C13.9201 16 14.4802 16 14.908 15.782C15.2843 15.5903 15.5903 15.2843 15.782 14.908C16 14.4802 16 13.9201 16 12.8V5.2C16 4.0799 16 3.51984 15.782 3.09202C15.5903 2.71569 15.2843 2.40973 14.908 2.21799C14.4802 2 13.9201 2 12.8 2H5.2C4.0799 2 3.51984 2 3.09202 2.21799C2.71569 2.40973 2.40973 2.71569 2.21799 3.09202C2 3.51984 2 4.07989 2 5.2V12.8C2 13.9201 2 14.4802 2.21799 14.908C2.40973 15.2843 2.71569 15.5903 3.09202 15.782C3.51984 16 4.07989 16 5.2 16Z",
|
|
@@ -1150,12 +1224,12 @@ var CopyIcon = forwardRef20(function CopyIcon2(_a, ref) {
|
|
|
1150
1224
|
});
|
|
1151
1225
|
|
|
1152
1226
|
// src/icons/cursorClick.tsx
|
|
1153
|
-
import { forwardRef as
|
|
1154
|
-
import { jsx as
|
|
1155
|
-
var CursorClickIcon =
|
|
1227
|
+
import { forwardRef as forwardRef23 } from "react";
|
|
1228
|
+
import { jsx as jsx25, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
1229
|
+
var CursorClickIcon = forwardRef23(
|
|
1156
1230
|
function CursorClickIcon2(_a, ref) {
|
|
1157
1231
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1158
|
-
return /* @__PURE__ */
|
|
1232
|
+
return /* @__PURE__ */ jsxs13(
|
|
1159
1233
|
"svg",
|
|
1160
1234
|
__spreadProps(__spreadValues({
|
|
1161
1235
|
ref,
|
|
@@ -1167,7 +1241,7 @@ var CursorClickIcon = forwardRef21(
|
|
|
1167
1241
|
className
|
|
1168
1242
|
}, other), {
|
|
1169
1243
|
children: [
|
|
1170
|
-
duotone && /* @__PURE__ */
|
|
1244
|
+
duotone && /* @__PURE__ */ jsx25(
|
|
1171
1245
|
"path",
|
|
1172
1246
|
{
|
|
1173
1247
|
opacity: "0.12",
|
|
@@ -1175,7 +1249,7 @@ var CursorClickIcon = forwardRef21(
|
|
|
1175
1249
|
fill: "currentColor"
|
|
1176
1250
|
}
|
|
1177
1251
|
),
|
|
1178
|
-
/* @__PURE__ */
|
|
1252
|
+
/* @__PURE__ */ jsx25(
|
|
1179
1253
|
"path",
|
|
1180
1254
|
{
|
|
1181
1255
|
d: "M9 3.5V2M5.06066 5.06066L4 4M5.06066 13L4 14.0607M13 5.06066L14.0607 4M3.5 9H2M15.8645 16.1896L13.3727 20.817C13.0881 21.3457 12.9457 21.61 12.7745 21.6769C12.6259 21.7349 12.4585 21.7185 12.324 21.6328C12.1689 21.534 12.0806 21.2471 11.9038 20.6733L8.44519 9.44525C8.3008 8.97651 8.2286 8.74213 8.28669 8.58383C8.33729 8.44595 8.44595 8.33729 8.58383 8.2867C8.74213 8.22861 8.9765 8.3008 9.44525 8.44519L20.6732 11.9038C21.247 12.0806 21.5339 12.169 21.6327 12.324C21.7185 12.4586 21.7348 12.6259 21.6768 12.7745C21.61 12.9458 21.3456 13.0881 20.817 13.3728L16.1896 15.8645C16.111 15.9068 16.0717 15.9279 16.0374 15.9551C16.0068 15.9792 15.9792 16.0068 15.9551 16.0374C15.9279 16.0717 15.9068 16.111 15.8645 16.1896Z",
|
|
@@ -1191,13 +1265,67 @@ var CursorClickIcon = forwardRef21(
|
|
|
1191
1265
|
}
|
|
1192
1266
|
);
|
|
1193
1267
|
|
|
1268
|
+
// src/icons/dotsHorizontal.tsx
|
|
1269
|
+
import { forwardRef as forwardRef24 } from "react";
|
|
1270
|
+
import { jsx as jsx26, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
1271
|
+
var DotsHorizontalIcon = forwardRef24(
|
|
1272
|
+
function DotsHorizontalIcon2(_a, ref) {
|
|
1273
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1274
|
+
return /* @__PURE__ */ jsxs14(
|
|
1275
|
+
"svg",
|
|
1276
|
+
__spreadProps(__spreadValues({
|
|
1277
|
+
ref,
|
|
1278
|
+
width: size,
|
|
1279
|
+
height: size,
|
|
1280
|
+
viewBox: "0 0 24 24",
|
|
1281
|
+
fill: "none",
|
|
1282
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1283
|
+
className
|
|
1284
|
+
}, other), {
|
|
1285
|
+
children: [
|
|
1286
|
+
/* @__PURE__ */ jsx26(
|
|
1287
|
+
"path",
|
|
1288
|
+
{
|
|
1289
|
+
d: "M12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13Z",
|
|
1290
|
+
stroke: "currentColor",
|
|
1291
|
+
strokeWidth: "2",
|
|
1292
|
+
strokeLinecap: "round",
|
|
1293
|
+
strokeLinejoin: "round"
|
|
1294
|
+
}
|
|
1295
|
+
),
|
|
1296
|
+
/* @__PURE__ */ jsx26(
|
|
1297
|
+
"path",
|
|
1298
|
+
{
|
|
1299
|
+
d: "M19 13C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11C18.4477 11 18 11.4477 18 12C18 12.5523 18.4477 13 19 13Z",
|
|
1300
|
+
stroke: "currentColor",
|
|
1301
|
+
strokeWidth: "2",
|
|
1302
|
+
strokeLinecap: "round",
|
|
1303
|
+
strokeLinejoin: "round"
|
|
1304
|
+
}
|
|
1305
|
+
),
|
|
1306
|
+
/* @__PURE__ */ jsx26(
|
|
1307
|
+
"path",
|
|
1308
|
+
{
|
|
1309
|
+
d: "M5 13C5.55228 13 6 12.5523 6 12C6 11.4477 5.55228 11 5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13Z",
|
|
1310
|
+
stroke: "currentColor",
|
|
1311
|
+
strokeWidth: "2",
|
|
1312
|
+
strokeLinecap: "round",
|
|
1313
|
+
strokeLinejoin: "round"
|
|
1314
|
+
}
|
|
1315
|
+
)
|
|
1316
|
+
]
|
|
1317
|
+
})
|
|
1318
|
+
);
|
|
1319
|
+
}
|
|
1320
|
+
);
|
|
1321
|
+
|
|
1194
1322
|
// src/icons/download.tsx
|
|
1195
|
-
import { forwardRef as
|
|
1196
|
-
import { jsx as
|
|
1197
|
-
var DownloadIcon =
|
|
1323
|
+
import { forwardRef as forwardRef25 } from "react";
|
|
1324
|
+
import { jsx as jsx27, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
1325
|
+
var DownloadIcon = forwardRef25(
|
|
1198
1326
|
function DownloadIcon2(_a, ref) {
|
|
1199
1327
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1200
|
-
return /* @__PURE__ */
|
|
1328
|
+
return /* @__PURE__ */ jsxs15(
|
|
1201
1329
|
"svg",
|
|
1202
1330
|
__spreadProps(__spreadValues({
|
|
1203
1331
|
ref,
|
|
@@ -1209,7 +1337,7 @@ var DownloadIcon = forwardRef22(
|
|
|
1209
1337
|
className
|
|
1210
1338
|
}, other), {
|
|
1211
1339
|
children: [
|
|
1212
|
-
duotone && /* @__PURE__ */
|
|
1340
|
+
duotone && /* @__PURE__ */ jsx27(
|
|
1213
1341
|
"path",
|
|
1214
1342
|
{
|
|
1215
1343
|
opacity: "0.12",
|
|
@@ -1217,7 +1345,7 @@ var DownloadIcon = forwardRef22(
|
|
|
1217
1345
|
fill: "currentColor"
|
|
1218
1346
|
}
|
|
1219
1347
|
),
|
|
1220
|
-
/* @__PURE__ */
|
|
1348
|
+
/* @__PURE__ */ jsx27(
|
|
1221
1349
|
"path",
|
|
1222
1350
|
{
|
|
1223
1351
|
d: "M8 12L12 16M12 16L16 12M12 16V8M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -1234,11 +1362,11 @@ var DownloadIcon = forwardRef22(
|
|
|
1234
1362
|
);
|
|
1235
1363
|
|
|
1236
1364
|
// src/icons/edit.tsx
|
|
1237
|
-
import { forwardRef as
|
|
1238
|
-
import { jsx as
|
|
1239
|
-
var EditIcon =
|
|
1365
|
+
import { forwardRef as forwardRef26 } from "react";
|
|
1366
|
+
import { jsx as jsx28, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
1367
|
+
var EditIcon = forwardRef26(function EditIcon2(_a, ref) {
|
|
1240
1368
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1241
|
-
return /* @__PURE__ */
|
|
1369
|
+
return /* @__PURE__ */ jsxs16(
|
|
1242
1370
|
"svg",
|
|
1243
1371
|
__spreadProps(__spreadValues({
|
|
1244
1372
|
ref,
|
|
@@ -1250,7 +1378,7 @@ var EditIcon = forwardRef23(function EditIcon2(_a, ref) {
|
|
|
1250
1378
|
className
|
|
1251
1379
|
}, other), {
|
|
1252
1380
|
children: [
|
|
1253
|
-
duotone && /* @__PURE__ */
|
|
1381
|
+
duotone && /* @__PURE__ */ jsx28(
|
|
1254
1382
|
"path",
|
|
1255
1383
|
{
|
|
1256
1384
|
opacity: "0.12",
|
|
@@ -1258,7 +1386,7 @@ var EditIcon = forwardRef23(function EditIcon2(_a, ref) {
|
|
|
1258
1386
|
fill: "currentColor"
|
|
1259
1387
|
}
|
|
1260
1388
|
),
|
|
1261
|
-
/* @__PURE__ */
|
|
1389
|
+
/* @__PURE__ */ jsx28(
|
|
1262
1390
|
"path",
|
|
1263
1391
|
{
|
|
1264
1392
|
d: "M11 3.99998H6.8C5.11984 3.99998 4.27976 3.99998 3.63803 4.32696C3.07354 4.61458 2.6146 5.07353 2.32698 5.63801C2 6.27975 2 7.11983 2 8.79998V17.2C2 18.8801 2 19.7202 2.32698 20.362C2.6146 20.9264 3.07354 21.3854 3.63803 21.673C4.27976 22 5.11984 22 6.8 22H15.2C16.8802 22 17.7202 22 18.362 21.673C18.9265 21.3854 19.3854 20.9264 19.673 20.362C20 19.7202 20 18.8801 20 17.2V13M7.99997 16H9.67452C10.1637 16 10.4083 16 10.6385 15.9447C10.8425 15.8957 11.0376 15.8149 11.2166 15.7053C11.4184 15.5816 11.5914 15.4086 11.9373 15.0627L21.5 5.49998C22.3284 4.67156 22.3284 3.32841 21.5 2.49998C20.6716 1.67156 19.3284 1.67155 18.5 2.49998L8.93723 12.0627C8.59133 12.4086 8.41838 12.5816 8.29469 12.7834C8.18504 12.9624 8.10423 13.1574 8.05523 13.3615C7.99997 13.5917 7.99997 13.8363 7.99997 14.3255V16Z",
|
|
@@ -1274,12 +1402,12 @@ var EditIcon = forwardRef23(function EditIcon2(_a, ref) {
|
|
|
1274
1402
|
});
|
|
1275
1403
|
|
|
1276
1404
|
// src/icons/expand.tsx
|
|
1277
|
-
import { forwardRef as
|
|
1278
|
-
import { jsx as
|
|
1279
|
-
var ExpandIcon =
|
|
1405
|
+
import { forwardRef as forwardRef27 } from "react";
|
|
1406
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
1407
|
+
var ExpandIcon = forwardRef27(
|
|
1280
1408
|
function ExpandIcon2(_a, ref) {
|
|
1281
1409
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1282
|
-
return /* @__PURE__ */
|
|
1410
|
+
return /* @__PURE__ */ jsx29(
|
|
1283
1411
|
"svg",
|
|
1284
1412
|
__spreadProps(__spreadValues({
|
|
1285
1413
|
ref,
|
|
@@ -1290,7 +1418,7 @@ var ExpandIcon = forwardRef24(
|
|
|
1290
1418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1291
1419
|
className
|
|
1292
1420
|
}, other), {
|
|
1293
|
-
children: /* @__PURE__ */
|
|
1421
|
+
children: /* @__PURE__ */ jsx29(
|
|
1294
1422
|
"path",
|
|
1295
1423
|
{
|
|
1296
1424
|
d: "M16 8L21 3M21 3H16M21 3V8M8 8L3 3M3 3L3 8M3 3L8 3M8 16L3 21M3 21H8M3 21L3 16M16 16L21 21M21 21V16M21 21H16",
|
|
@@ -1305,13 +1433,45 @@ var ExpandIcon = forwardRef24(
|
|
|
1305
1433
|
}
|
|
1306
1434
|
);
|
|
1307
1435
|
|
|
1436
|
+
// src/icons/filterLines.tsx
|
|
1437
|
+
import { forwardRef as forwardRef28 } from "react";
|
|
1438
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
1439
|
+
var FilterLinesIcon = forwardRef28(
|
|
1440
|
+
function FilterLinesIcon2(_a, ref) {
|
|
1441
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1442
|
+
return /* @__PURE__ */ jsx30(
|
|
1443
|
+
"svg",
|
|
1444
|
+
__spreadProps(__spreadValues({
|
|
1445
|
+
ref,
|
|
1446
|
+
width: size,
|
|
1447
|
+
height: size,
|
|
1448
|
+
viewBox: "0 0 24 24",
|
|
1449
|
+
fill: "none",
|
|
1450
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1451
|
+
className
|
|
1452
|
+
}, other), {
|
|
1453
|
+
children: /* @__PURE__ */ jsx30(
|
|
1454
|
+
"path",
|
|
1455
|
+
{
|
|
1456
|
+
d: "M6 12H18M3 6H21M9 18H15",
|
|
1457
|
+
stroke: "currentColor",
|
|
1458
|
+
strokeWidth: "2",
|
|
1459
|
+
strokeLinecap: "round",
|
|
1460
|
+
strokeLinejoin: "round"
|
|
1461
|
+
}
|
|
1462
|
+
)
|
|
1463
|
+
})
|
|
1464
|
+
);
|
|
1465
|
+
}
|
|
1466
|
+
);
|
|
1467
|
+
|
|
1308
1468
|
// src/icons/flipBackward.tsx
|
|
1309
|
-
import { forwardRef as
|
|
1310
|
-
import { jsx as
|
|
1311
|
-
var FlipBackwardIcon =
|
|
1469
|
+
import { forwardRef as forwardRef29 } from "react";
|
|
1470
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
1471
|
+
var FlipBackwardIcon = forwardRef29(
|
|
1312
1472
|
function FlipBackwardIcon2(_a, ref) {
|
|
1313
1473
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1314
|
-
return /* @__PURE__ */
|
|
1474
|
+
return /* @__PURE__ */ jsx31(
|
|
1315
1475
|
"svg",
|
|
1316
1476
|
__spreadProps(__spreadValues({
|
|
1317
1477
|
ref,
|
|
@@ -1322,7 +1482,7 @@ var FlipBackwardIcon = forwardRef25(
|
|
|
1322
1482
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1323
1483
|
className
|
|
1324
1484
|
}, other), {
|
|
1325
|
-
children: /* @__PURE__ */
|
|
1485
|
+
children: /* @__PURE__ */ jsx31(
|
|
1326
1486
|
"path",
|
|
1327
1487
|
{
|
|
1328
1488
|
d: "M3 9H16.5C18.9853 9 21 11.0147 21 13.5C21 15.9853 18.9853 18 16.5 18H12M3 9L7 5M3 9L7 13",
|
|
@@ -1338,12 +1498,12 @@ var FlipBackwardIcon = forwardRef25(
|
|
|
1338
1498
|
);
|
|
1339
1499
|
|
|
1340
1500
|
// src/icons/flipForward.tsx
|
|
1341
|
-
import { forwardRef as
|
|
1342
|
-
import { jsx as
|
|
1343
|
-
var FlipForwardIcon =
|
|
1501
|
+
import { forwardRef as forwardRef30 } from "react";
|
|
1502
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
1503
|
+
var FlipForwardIcon = forwardRef30(
|
|
1344
1504
|
function FlipForwardIcon2(_a, ref) {
|
|
1345
1505
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1346
|
-
return /* @__PURE__ */
|
|
1506
|
+
return /* @__PURE__ */ jsx32(
|
|
1347
1507
|
"svg",
|
|
1348
1508
|
__spreadProps(__spreadValues({
|
|
1349
1509
|
ref,
|
|
@@ -1354,7 +1514,7 @@ var FlipForwardIcon = forwardRef26(
|
|
|
1354
1514
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1355
1515
|
className
|
|
1356
1516
|
}, other), {
|
|
1357
|
-
children: /* @__PURE__ */
|
|
1517
|
+
children: /* @__PURE__ */ jsx32(
|
|
1358
1518
|
"path",
|
|
1359
1519
|
{
|
|
1360
1520
|
d: "M21 9H7.5C5.01472 9 3 11.0147 3 13.5C3 15.9853 5.01472 18 7.5 18H12M21 9L17 5M21 9L17 13",
|
|
@@ -1370,12 +1530,12 @@ var FlipForwardIcon = forwardRef26(
|
|
|
1370
1530
|
);
|
|
1371
1531
|
|
|
1372
1532
|
// src/icons/helpCircle.tsx
|
|
1373
|
-
import { forwardRef as
|
|
1374
|
-
import { jsx as
|
|
1375
|
-
var HelpCircleIcon =
|
|
1533
|
+
import { forwardRef as forwardRef31 } from "react";
|
|
1534
|
+
import { jsx as jsx33, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
1535
|
+
var HelpCircleIcon = forwardRef31(
|
|
1376
1536
|
function HelpCircleIcon2(_a, ref) {
|
|
1377
1537
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1378
|
-
return /* @__PURE__ */
|
|
1538
|
+
return /* @__PURE__ */ jsxs17(
|
|
1379
1539
|
"svg",
|
|
1380
1540
|
__spreadProps(__spreadValues({
|
|
1381
1541
|
ref,
|
|
@@ -1387,7 +1547,7 @@ var HelpCircleIcon = forwardRef27(
|
|
|
1387
1547
|
className
|
|
1388
1548
|
}, other), {
|
|
1389
1549
|
children: [
|
|
1390
|
-
duotone && /* @__PURE__ */
|
|
1550
|
+
duotone && /* @__PURE__ */ jsx33(
|
|
1391
1551
|
"path",
|
|
1392
1552
|
{
|
|
1393
1553
|
opacity: "0.12",
|
|
@@ -1395,7 +1555,7 @@ var HelpCircleIcon = forwardRef27(
|
|
|
1395
1555
|
fill: "currentColor"
|
|
1396
1556
|
}
|
|
1397
1557
|
),
|
|
1398
|
-
/* @__PURE__ */
|
|
1558
|
+
/* @__PURE__ */ jsx33(
|
|
1399
1559
|
"path",
|
|
1400
1560
|
{
|
|
1401
1561
|
d: "M9.09 9C9.3251 8.33167 9.78915 7.76811 10.4 7.40913C11.0108 7.05016 11.7289 6.91894 12.4272 7.03871C13.1255 7.15849 13.7588 7.52152 14.2151 8.06353C14.6713 8.60553 14.9211 9.29152 14.92 10C14.92 12 11.92 13 11.92 13M12 17H12.01M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -1412,11 +1572,11 @@ var HelpCircleIcon = forwardRef27(
|
|
|
1412
1572
|
);
|
|
1413
1573
|
|
|
1414
1574
|
// src/icons/home.tsx
|
|
1415
|
-
import { forwardRef as
|
|
1416
|
-
import { jsx as
|
|
1417
|
-
var HomeIcon =
|
|
1575
|
+
import { forwardRef as forwardRef32 } from "react";
|
|
1576
|
+
import { jsx as jsx34, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
1577
|
+
var HomeIcon = forwardRef32(function HomeIcon2(_a, ref) {
|
|
1418
1578
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1419
|
-
return /* @__PURE__ */
|
|
1579
|
+
return /* @__PURE__ */ jsxs18(
|
|
1420
1580
|
"svg",
|
|
1421
1581
|
__spreadProps(__spreadValues({
|
|
1422
1582
|
ref,
|
|
@@ -1428,8 +1588,8 @@ var HomeIcon = forwardRef28(function HomeIcon2(_a, ref) {
|
|
|
1428
1588
|
className
|
|
1429
1589
|
}, other), {
|
|
1430
1590
|
children: [
|
|
1431
|
-
duotone && /* @__PURE__ */
|
|
1432
|
-
/* @__PURE__ */
|
|
1591
|
+
duotone && /* @__PURE__ */ jsx34("path", { opacity: "0.12", d: "M9 21V12H15V21", fill: "currentColor" }),
|
|
1592
|
+
/* @__PURE__ */ jsx34(
|
|
1433
1593
|
"path",
|
|
1434
1594
|
{
|
|
1435
1595
|
d: "M9 21V13.6C9 13.0399 9 12.7599 9.10899 12.546C9.20487 12.3578 9.35785 12.2049 9.54601 12.109C9.75992 12 10.0399 12 10.6 12H13.4C13.9601 12 14.2401 12 14.454 12.109C14.6422 12.2049 14.7951 12.3578 14.891 12.546C15 12.7599 15 13.0399 15 13.6V21M11.0177 2.764L4.23539 8.03912C3.78202 8.39175 3.55534 8.56806 3.39203 8.78886C3.24737 8.98444 3.1396 9.20478 3.07403 9.43905C3 9.70352 3 9.9907 3 10.5651V17.8C3 18.9201 3 19.4801 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4801 21 18.9201 21 17.8V10.5651C21 9.9907 21 9.70352 20.926 9.43905C20.8604 9.20478 20.7526 8.98444 20.608 8.78886C20.4447 8.56806 20.218 8.39175 19.7646 8.03913L12.9823 2.764C12.631 2.49075 12.4553 2.35412 12.2613 2.3016C12.0902 2.25526 11.9098 2.25526 11.7387 2.3016C11.5447 2.35412 11.369 2.49075 11.0177 2.764Z",
|
|
@@ -1445,12 +1605,12 @@ var HomeIcon = forwardRef28(function HomeIcon2(_a, ref) {
|
|
|
1445
1605
|
});
|
|
1446
1606
|
|
|
1447
1607
|
// src/icons/image.tsx
|
|
1448
|
-
import { forwardRef as
|
|
1449
|
-
import { jsx as
|
|
1450
|
-
var ImageIcon =
|
|
1608
|
+
import { forwardRef as forwardRef33 } from "react";
|
|
1609
|
+
import { jsx as jsx35, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1610
|
+
var ImageIcon = forwardRef33(
|
|
1451
1611
|
function ImageIcon2(_a, ref) {
|
|
1452
1612
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1453
|
-
return /* @__PURE__ */
|
|
1613
|
+
return /* @__PURE__ */ jsxs19(
|
|
1454
1614
|
"svg",
|
|
1455
1615
|
__spreadProps(__spreadValues({
|
|
1456
1616
|
ref,
|
|
@@ -1462,15 +1622,15 @@ var ImageIcon = forwardRef29(
|
|
|
1462
1622
|
className
|
|
1463
1623
|
}, other), {
|
|
1464
1624
|
children: [
|
|
1465
|
-
duotone && /* @__PURE__ */
|
|
1466
|
-
/* @__PURE__ */
|
|
1625
|
+
duotone && /* @__PURE__ */ jsxs19("g", { opacity: "0.12", children: [
|
|
1626
|
+
/* @__PURE__ */ jsx35(
|
|
1467
1627
|
"path",
|
|
1468
1628
|
{
|
|
1469
1629
|
d: "M6.36567 19.6343L14.8686 11.1314C15.2646 10.7354 15.4626 10.5373 15.691 10.4632C15.8918 10.3979 16.1082 10.3979 16.309 10.4632C16.5373 10.5373 16.7353 10.7354 17.1314 11.1314L21 15V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9264 20.3854 19.362 20.673C18.7202 21 17.8801 21 16.2 21H6.93136C6.32554 21 6.02264 21 5.88237 20.8802C5.76067 20.7763 5.69608 20.6203 5.70864 20.4608C5.72311 20.2769 5.9373 20.0627 6.36567 19.6343Z",
|
|
1470
1630
|
fill: "currentColor"
|
|
1471
1631
|
}
|
|
1472
1632
|
),
|
|
1473
|
-
/* @__PURE__ */
|
|
1633
|
+
/* @__PURE__ */ jsx35(
|
|
1474
1634
|
"path",
|
|
1475
1635
|
{
|
|
1476
1636
|
d: "M8.49999 10.5C9.60456 10.5 10.5 9.60457 10.5 8.5C10.5 7.39543 9.60456 6.5 8.49999 6.5C7.39542 6.5 6.49999 7.39543 6.49999 8.5C6.49999 9.60457 7.39542 10.5 8.49999 10.5Z",
|
|
@@ -1478,7 +1638,7 @@ var ImageIcon = forwardRef29(
|
|
|
1478
1638
|
}
|
|
1479
1639
|
)
|
|
1480
1640
|
] }),
|
|
1481
|
-
/* @__PURE__ */
|
|
1641
|
+
/* @__PURE__ */ jsx35(
|
|
1482
1642
|
"path",
|
|
1483
1643
|
{
|
|
1484
1644
|
d: "M16.2 21H6.93137C6.32555 21 6.02265 21 5.88238 20.8802C5.76068 20.7763 5.69609 20.6203 5.70865 20.4608C5.72312 20.2769 5.93731 20.0627 6.36569 19.6343L14.8686 11.1314C15.2646 10.7354 15.4627 10.5373 15.691 10.4632C15.8918 10.3979 16.1082 10.3979 16.309 10.4632C16.5373 10.5373 16.7354 10.7354 17.1314 11.1314L21 15V16.2M16.2 21C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2M16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2M10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5Z",
|
|
@@ -1495,12 +1655,12 @@ var ImageIcon = forwardRef29(
|
|
|
1495
1655
|
);
|
|
1496
1656
|
|
|
1497
1657
|
// src/icons/imageDown.tsx
|
|
1498
|
-
import { forwardRef as
|
|
1499
|
-
import { jsx as
|
|
1500
|
-
var ImageDownIcon =
|
|
1658
|
+
import { forwardRef as forwardRef34 } from "react";
|
|
1659
|
+
import { jsx as jsx36, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
1660
|
+
var ImageDownIcon = forwardRef34(
|
|
1501
1661
|
function ImageDownIcon2(_a, ref) {
|
|
1502
1662
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1503
|
-
return /* @__PURE__ */
|
|
1663
|
+
return /* @__PURE__ */ jsxs20(
|
|
1504
1664
|
"svg",
|
|
1505
1665
|
__spreadProps(__spreadValues({
|
|
1506
1666
|
ref,
|
|
@@ -1512,15 +1672,15 @@ var ImageDownIcon = forwardRef30(
|
|
|
1512
1672
|
className
|
|
1513
1673
|
}, other), {
|
|
1514
1674
|
children: [
|
|
1515
|
-
duotone && /* @__PURE__ */
|
|
1516
|
-
/* @__PURE__ */
|
|
1675
|
+
duotone && /* @__PURE__ */ jsxs20("g", { opacity: "0.12", children: [
|
|
1676
|
+
/* @__PURE__ */ jsx36(
|
|
1517
1677
|
"path",
|
|
1518
1678
|
{
|
|
1519
1679
|
d: "M8.50004 10.5C9.60461 10.5 10.5 9.60457 10.5 8.5C10.5 7.39543 9.60461 6.5 8.50004 6.5C7.39547 6.5 6.50004 7.39543 6.50004 8.5C6.50004 9.60457 7.39547 10.5 8.50004 10.5Z",
|
|
1520
1680
|
fill: "currentColor"
|
|
1521
1681
|
}
|
|
1522
1682
|
),
|
|
1523
|
-
/* @__PURE__ */
|
|
1683
|
+
/* @__PURE__ */ jsx36(
|
|
1524
1684
|
"path",
|
|
1525
1685
|
{
|
|
1526
1686
|
d: "M6.53118 19.608L14.9901 11.9181C15.3487 11.5921 15.528 11.4291 15.7326 11.3627C15.9129 11.3041 16.1062 11.298 16.2898 11.3451C16.4982 11.3985 16.6874 11.5499 17.0659 11.8527L19.8631 14.0905C20.2412 14.3929 20.4303 14.5442 20.5733 14.7264C20.753 14.9554 20.8806 15.2208 20.9471 15.5042C21 15.7296 21 15.9717 21 16.456C21 17.8951 21 18.6147 20.7583 19.1799C20.4547 19.8894 19.8895 20.4547 19.18 20.7582C18.6148 21 17.8952 21 16.456 21H7.06932C6.42632 21 6.10481 21 5.96322 20.8755C5.84049 20.7676 5.77822 20.6066 5.79646 20.4442C5.81751 20.2568 6.0554 20.0406 6.53118 19.608Z",
|
|
@@ -1528,7 +1688,7 @@ var ImageDownIcon = forwardRef30(
|
|
|
1528
1688
|
}
|
|
1529
1689
|
)
|
|
1530
1690
|
] }),
|
|
1531
|
-
/* @__PURE__ */
|
|
1691
|
+
/* @__PURE__ */ jsx36(
|
|
1532
1692
|
"path",
|
|
1533
1693
|
{
|
|
1534
1694
|
d: "M16 5L19 8M19 8L22 5M19 8V2M12.5 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H17C17.93 21 18.395 21 18.7765 20.8978C19.8117 20.6204 20.6204 19.8117 20.8978 18.7765C21 18.395 21 17.93 21 17M10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5ZM14.99 11.9181L6.53115 19.608C6.05536 20.0406 5.81747 20.2568 5.79643 20.4442C5.77819 20.6066 5.84045 20.7676 5.96319 20.8755C6.10478 21 6.42628 21 7.06929 21H16.456C17.8951 21 18.6147 21 19.1799 20.7582C19.8894 20.4547 20.4547 19.8894 20.7582 19.1799C21 18.6147 21 17.8951 21 16.456C21 15.9717 21 15.7296 20.9471 15.5042C20.8805 15.2208 20.753 14.9554 20.5733 14.7264C20.4303 14.5442 20.2412 14.3929 19.8631 14.0905L17.0658 11.8527C16.6874 11.5499 16.4982 11.3985 16.2898 11.3451C16.1061 11.298 15.9129 11.3041 15.7325 11.3627C15.5279 11.4291 15.3486 11.5921 14.99 11.9181Z",
|
|
@@ -1545,12 +1705,12 @@ var ImageDownIcon = forwardRef30(
|
|
|
1545
1705
|
);
|
|
1546
1706
|
|
|
1547
1707
|
// src/icons/imageX.tsx
|
|
1548
|
-
import { forwardRef as
|
|
1549
|
-
import { jsx as
|
|
1550
|
-
var ImageXIcon =
|
|
1708
|
+
import { forwardRef as forwardRef35 } from "react";
|
|
1709
|
+
import { jsx as jsx37, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
1710
|
+
var ImageXIcon = forwardRef35(
|
|
1551
1711
|
function ImageXIcon2(_a, ref) {
|
|
1552
1712
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1553
|
-
return /* @__PURE__ */
|
|
1713
|
+
return /* @__PURE__ */ jsxs21(
|
|
1554
1714
|
"svg",
|
|
1555
1715
|
__spreadProps(__spreadValues({
|
|
1556
1716
|
ref,
|
|
@@ -1562,15 +1722,15 @@ var ImageXIcon = forwardRef31(
|
|
|
1562
1722
|
className
|
|
1563
1723
|
}, other), {
|
|
1564
1724
|
children: [
|
|
1565
|
-
duotone && /* @__PURE__ */
|
|
1566
|
-
/* @__PURE__ */
|
|
1725
|
+
duotone && /* @__PURE__ */ jsxs21("g", { opacity: "0.12", children: [
|
|
1726
|
+
/* @__PURE__ */ jsx37(
|
|
1567
1727
|
"path",
|
|
1568
1728
|
{
|
|
1569
1729
|
d: "M8.50016 10.5C9.60473 10.5 10.5002 9.60457 10.5002 8.5C10.5002 7.39543 9.60473 6.5 8.50016 6.5C7.39559 6.5 6.50016 7.39543 6.50016 8.5C6.50016 9.60457 7.39559 10.5 8.50016 10.5Z",
|
|
1570
1730
|
fill: "currentColor"
|
|
1571
1731
|
}
|
|
1572
1732
|
),
|
|
1573
|
-
/* @__PURE__ */
|
|
1733
|
+
/* @__PURE__ */ jsx37(
|
|
1574
1734
|
"path",
|
|
1575
1735
|
{
|
|
1576
1736
|
d: "M6.53131 19.608L14.9902 11.9181C15.3488 11.5921 15.5281 11.4291 15.7327 11.3627C15.913 11.3041 16.1063 11.298 16.29 11.3451C16.4983 11.3985 16.6875 11.5499 17.066 11.8527L19.8632 14.0905C20.2413 14.3929 20.4304 14.5442 20.5734 14.7264C20.7531 14.9554 20.8807 15.2208 20.9472 15.5042C21.0002 15.7296 21.0002 15.9717 21.0002 16.456C21.0002 17.8951 21.0002 18.6147 20.7584 19.1799C20.4549 19.8894 19.8896 20.4547 19.1801 20.7582C18.6149 21 17.8953 21 16.4561 21H7.06944C6.42644 21 6.10494 21 5.96334 20.8755C5.84061 20.7676 5.77835 20.6066 5.79659 20.4442C5.81763 20.2568 6.05552 20.0406 6.53131 19.608Z",
|
|
@@ -1578,7 +1738,7 @@ var ImageXIcon = forwardRef31(
|
|
|
1578
1738
|
}
|
|
1579
1739
|
)
|
|
1580
1740
|
] }),
|
|
1581
|
-
/* @__PURE__ */
|
|
1741
|
+
/* @__PURE__ */ jsx37(
|
|
1582
1742
|
"path",
|
|
1583
1743
|
{
|
|
1584
1744
|
d: "M16.5 2.5L21.5 7.5M21.5 2.5L16.5 7.5M12.5 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H17C17.93 21 18.395 21 18.7765 20.8978C19.8117 20.6204 20.6204 19.8117 20.8978 18.7765C21 18.395 21 17.93 21 17M10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5ZM14.99 11.9181L6.53115 19.608C6.05536 20.0406 5.81747 20.2568 5.79643 20.4442C5.77819 20.6066 5.84045 20.7676 5.96319 20.8755C6.10478 21 6.42628 21 7.06929 21H16.456C17.8951 21 18.6147 21 19.1799 20.7582C19.8894 20.4547 20.4547 19.8894 20.7582 19.1799C21 18.6147 21 17.8951 21 16.456C21 15.9717 21 15.7296 20.9471 15.5042C20.8805 15.2208 20.753 14.9554 20.5733 14.7264C20.4303 14.5442 20.2412 14.3929 19.8631 14.0905L17.0658 11.8527C16.6874 11.5499 16.4982 11.3985 16.2898 11.3451C16.1061 11.298 15.9129 11.3041 15.7325 11.3627C15.5279 11.4291 15.3486 11.5921 14.99 11.9181Z",
|
|
@@ -1595,12 +1755,12 @@ var ImageXIcon = forwardRef31(
|
|
|
1595
1755
|
);
|
|
1596
1756
|
|
|
1597
1757
|
// src/icons/infoCircle.tsx
|
|
1598
|
-
import { forwardRef as
|
|
1599
|
-
import { jsx as
|
|
1600
|
-
var InfoCircleIcon =
|
|
1758
|
+
import { forwardRef as forwardRef36 } from "react";
|
|
1759
|
+
import { jsx as jsx38, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1760
|
+
var InfoCircleIcon = forwardRef36(
|
|
1601
1761
|
function InfoCircleIcon2(_a, ref) {
|
|
1602
1762
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1603
|
-
return /* @__PURE__ */
|
|
1763
|
+
return /* @__PURE__ */ jsxs22(
|
|
1604
1764
|
"svg",
|
|
1605
1765
|
__spreadProps(__spreadValues({
|
|
1606
1766
|
ref,
|
|
@@ -1612,7 +1772,7 @@ var InfoCircleIcon = forwardRef32(
|
|
|
1612
1772
|
className
|
|
1613
1773
|
}, other), {
|
|
1614
1774
|
children: [
|
|
1615
|
-
duotone && /* @__PURE__ */
|
|
1775
|
+
duotone && /* @__PURE__ */ jsx38(
|
|
1616
1776
|
"path",
|
|
1617
1777
|
{
|
|
1618
1778
|
opacity: "0.12",
|
|
@@ -1620,7 +1780,7 @@ var InfoCircleIcon = forwardRef32(
|
|
|
1620
1780
|
fill: "currentColor"
|
|
1621
1781
|
}
|
|
1622
1782
|
),
|
|
1623
|
-
/* @__PURE__ */
|
|
1783
|
+
/* @__PURE__ */ jsx38(
|
|
1624
1784
|
"path",
|
|
1625
1785
|
{
|
|
1626
1786
|
d: "M12 16V12M12 8H12.01M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -1637,12 +1797,12 @@ var InfoCircleIcon = forwardRef32(
|
|
|
1637
1797
|
);
|
|
1638
1798
|
|
|
1639
1799
|
// src/icons/lightbulb.tsx
|
|
1640
|
-
import { forwardRef as
|
|
1641
|
-
import { jsx as
|
|
1642
|
-
var LightbulbIcon =
|
|
1800
|
+
import { forwardRef as forwardRef37 } from "react";
|
|
1801
|
+
import { jsx as jsx39, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
1802
|
+
var LightbulbIcon = forwardRef37(
|
|
1643
1803
|
function LightbulbIcon2(_a, ref) {
|
|
1644
1804
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1645
|
-
return /* @__PURE__ */
|
|
1805
|
+
return /* @__PURE__ */ jsxs23(
|
|
1646
1806
|
"svg",
|
|
1647
1807
|
__spreadProps(__spreadValues({
|
|
1648
1808
|
ref,
|
|
@@ -1654,7 +1814,7 @@ var LightbulbIcon = forwardRef33(
|
|
|
1654
1814
|
className
|
|
1655
1815
|
}, other), {
|
|
1656
1816
|
children: [
|
|
1657
|
-
duotone && /* @__PURE__ */
|
|
1817
|
+
duotone && /* @__PURE__ */ jsx39(
|
|
1658
1818
|
"path",
|
|
1659
1819
|
{
|
|
1660
1820
|
opacity: "0.12",
|
|
@@ -1662,7 +1822,7 @@ var LightbulbIcon = forwardRef33(
|
|
|
1662
1822
|
fill: "currentColor"
|
|
1663
1823
|
}
|
|
1664
1824
|
),
|
|
1665
|
-
/* @__PURE__ */
|
|
1825
|
+
/* @__PURE__ */ jsx39(
|
|
1666
1826
|
"path",
|
|
1667
1827
|
{
|
|
1668
1828
|
d: "M9.5 22H14.5M10 10H14M12 10L12 16M15 15.3264C17.3649 14.2029 19 11.7924 19 9C19 5.13401 15.866 2 12 2C8.13401 2 5 5.13401 5 9C5 11.7924 6.63505 14.2029 9 15.3264V16C9 16.9319 9 17.3978 9.15224 17.7654C9.35523 18.2554 9.74458 18.6448 10.2346 18.8478C10.6022 19 11.0681 19 12 19C12.9319 19 13.3978 19 13.7654 18.8478C14.2554 18.6448 14.6448 18.2554 14.8478 17.7654C15 17.3978 15 16.9319 15 16V15.3264Z",
|
|
@@ -1678,12 +1838,42 @@ var LightbulbIcon = forwardRef33(
|
|
|
1678
1838
|
}
|
|
1679
1839
|
);
|
|
1680
1840
|
|
|
1841
|
+
// src/icons/link.tsx
|
|
1842
|
+
import { forwardRef as forwardRef38 } from "react";
|
|
1843
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
1844
|
+
var LinkIcon = forwardRef38(function LinkIcon2(_a, ref) {
|
|
1845
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1846
|
+
return /* @__PURE__ */ jsx40(
|
|
1847
|
+
"svg",
|
|
1848
|
+
__spreadProps(__spreadValues({
|
|
1849
|
+
ref,
|
|
1850
|
+
width: size,
|
|
1851
|
+
height: size,
|
|
1852
|
+
viewBox: "0 0 24 24",
|
|
1853
|
+
fill: "none",
|
|
1854
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1855
|
+
className
|
|
1856
|
+
}, other), {
|
|
1857
|
+
children: /* @__PURE__ */ jsx40(
|
|
1858
|
+
"path",
|
|
1859
|
+
{
|
|
1860
|
+
d: "M12.7076 18.3639L11.2933 19.7781C9.34072 21.7308 6.1749 21.7308 4.22228 19.7781C2.26966 17.8255 2.26966 14.6597 4.22228 12.7071L5.63649 11.2929M18.3644 12.7071L19.7786 11.2929C21.7312 9.34024 21.7312 6.17441 19.7786 4.22179C17.826 2.26917 14.6602 2.26917 12.7076 4.22179L11.2933 5.636M8.50045 15.4999L15.5005 8.49994",
|
|
1861
|
+
stroke: "currentColor",
|
|
1862
|
+
strokeWidth: "2",
|
|
1863
|
+
strokeLinecap: "round",
|
|
1864
|
+
strokeLinejoin: "round"
|
|
1865
|
+
}
|
|
1866
|
+
)
|
|
1867
|
+
})
|
|
1868
|
+
);
|
|
1869
|
+
});
|
|
1870
|
+
|
|
1681
1871
|
// src/icons/lock.tsx
|
|
1682
|
-
import { forwardRef as
|
|
1683
|
-
import { jsx as
|
|
1684
|
-
var LockIcon =
|
|
1872
|
+
import { forwardRef as forwardRef39 } from "react";
|
|
1873
|
+
import { jsx as jsx41, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
1874
|
+
var LockIcon = forwardRef39(function LockIcon2(_a, ref) {
|
|
1685
1875
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1686
|
-
return /* @__PURE__ */
|
|
1876
|
+
return /* @__PURE__ */ jsxs24(
|
|
1687
1877
|
"svg",
|
|
1688
1878
|
__spreadProps(__spreadValues({
|
|
1689
1879
|
ref,
|
|
@@ -1695,7 +1885,7 @@ var LockIcon = forwardRef34(function LockIcon2(_a, ref) {
|
|
|
1695
1885
|
className
|
|
1696
1886
|
}, other), {
|
|
1697
1887
|
children: [
|
|
1698
|
-
duotone && /* @__PURE__ */
|
|
1888
|
+
duotone && /* @__PURE__ */ jsx41(
|
|
1699
1889
|
"path",
|
|
1700
1890
|
{
|
|
1701
1891
|
opacity: "0.12",
|
|
@@ -1703,7 +1893,7 @@ var LockIcon = forwardRef34(function LockIcon2(_a, ref) {
|
|
|
1703
1893
|
fill: "currentColor"
|
|
1704
1894
|
}
|
|
1705
1895
|
),
|
|
1706
|
-
/* @__PURE__ */
|
|
1896
|
+
/* @__PURE__ */ jsx41(
|
|
1707
1897
|
"path",
|
|
1708
1898
|
{
|
|
1709
1899
|
d: "M17 10V8C17 5.23858 14.7614 3 12 3C9.23858 3 7 5.23858 7 8V10M12 14.5V16.5M8.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V14.8C20 13.1198 20 12.2798 19.673 11.638C19.3854 11.0735 18.9265 10.6146 18.362 10.327C17.7202 10 16.8802 10 15.2 10H8.8C7.11984 10 6.27976 10 5.63803 10.327C5.07354 10.6146 4.6146 11.0735 4.32698 11.638C4 12.2798 4 13.1198 4 14.8V16.2C4 17.8802 4 18.7202 4.32698 19.362C4.6146 19.9265 5.07354 20.3854 5.63803 20.673C6.27976 21 7.11984 21 8.8 21Z",
|
|
@@ -1719,12 +1909,12 @@ var LockIcon = forwardRef34(function LockIcon2(_a, ref) {
|
|
|
1719
1909
|
});
|
|
1720
1910
|
|
|
1721
1911
|
// src/icons/logIn.tsx
|
|
1722
|
-
import { forwardRef as
|
|
1723
|
-
import { jsx as
|
|
1724
|
-
var LogInIcon =
|
|
1912
|
+
import { forwardRef as forwardRef40 } from "react";
|
|
1913
|
+
import { jsx as jsx42, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
1914
|
+
var LogInIcon = forwardRef40(
|
|
1725
1915
|
function LogInIcon2(_a, ref) {
|
|
1726
1916
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1727
|
-
return /* @__PURE__ */
|
|
1917
|
+
return /* @__PURE__ */ jsxs25(
|
|
1728
1918
|
"svg",
|
|
1729
1919
|
__spreadProps(__spreadValues({
|
|
1730
1920
|
ref,
|
|
@@ -1736,7 +1926,7 @@ var LogInIcon = forwardRef35(
|
|
|
1736
1926
|
className
|
|
1737
1927
|
}, other), {
|
|
1738
1928
|
children: [
|
|
1739
|
-
duotone && /* @__PURE__ */
|
|
1929
|
+
duotone && /* @__PURE__ */ jsx42(
|
|
1740
1930
|
"path",
|
|
1741
1931
|
{
|
|
1742
1932
|
opacity: "0.12",
|
|
@@ -1744,7 +1934,7 @@ var LogInIcon = forwardRef35(
|
|
|
1744
1934
|
fill: "currentColor"
|
|
1745
1935
|
}
|
|
1746
1936
|
),
|
|
1747
|
-
/* @__PURE__ */
|
|
1937
|
+
/* @__PURE__ */ jsx42(
|
|
1748
1938
|
"path",
|
|
1749
1939
|
{
|
|
1750
1940
|
d: "M6 17C6 17.93 6 18.395 6.10222 18.7765C6.37962 19.8117 7.18827 20.6204 8.22354 20.8978C8.60504 21 9.07003 21 10 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H10C9.07003 3 8.60504 3 8.22354 3.10222C7.18827 3.37962 6.37962 4.18827 6.10222 5.22354C6 5.60504 6 6.07003 6 7M12 8L16 12M16 12L12 16M16 12H3",
|
|
@@ -1761,12 +1951,12 @@ var LogInIcon = forwardRef35(
|
|
|
1761
1951
|
);
|
|
1762
1952
|
|
|
1763
1953
|
// src/icons/magicWand.tsx
|
|
1764
|
-
import { forwardRef as
|
|
1765
|
-
import { jsx as
|
|
1766
|
-
var MagicWandIcon =
|
|
1954
|
+
import { forwardRef as forwardRef41 } from "react";
|
|
1955
|
+
import { jsx as jsx43, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
1956
|
+
var MagicWandIcon = forwardRef41(
|
|
1767
1957
|
function MagicWandIcon2(_a, ref) {
|
|
1768
1958
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1769
|
-
return /* @__PURE__ */
|
|
1959
|
+
return /* @__PURE__ */ jsxs26(
|
|
1770
1960
|
"svg",
|
|
1771
1961
|
__spreadProps(__spreadValues({
|
|
1772
1962
|
ref,
|
|
@@ -1778,7 +1968,7 @@ var MagicWandIcon = forwardRef36(
|
|
|
1778
1968
|
className
|
|
1779
1969
|
}, other), {
|
|
1780
1970
|
children: [
|
|
1781
|
-
duotone && /* @__PURE__ */
|
|
1971
|
+
duotone && /* @__PURE__ */ jsx43(
|
|
1782
1972
|
"path",
|
|
1783
1973
|
{
|
|
1784
1974
|
opacity: "0.12",
|
|
@@ -1786,7 +1976,7 @@ var MagicWandIcon = forwardRef36(
|
|
|
1786
1976
|
fill: "currentColor"
|
|
1787
1977
|
}
|
|
1788
1978
|
),
|
|
1789
|
-
/* @__PURE__ */
|
|
1979
|
+
/* @__PURE__ */ jsx43(
|
|
1790
1980
|
"path",
|
|
1791
1981
|
{
|
|
1792
1982
|
d: "M13 14L9.99997 11M15.0103 3.5V2M18.9497 5.06066L20.0103 4M18.9497 13L20.0103 14.0607M11.0103 5.06066L9.94966 4M20.5103 9H22.0103M6.13134 20.8686L15.3686 11.6314C15.7646 11.2354 15.9626 11.0373 16.0368 10.809C16.1021 10.6082 16.1021 10.3918 16.0368 10.191C15.9626 9.96265 15.7646 9.76465 15.3686 9.36863L14.6313 8.63137C14.2353 8.23535 14.0373 8.03735 13.809 7.96316C13.6081 7.8979 13.3918 7.8979 13.191 7.96316C12.9626 8.03735 12.7646 8.23535 12.3686 8.63137L3.13134 17.8686C2.73532 18.2646 2.53732 18.4627 2.46313 18.691C2.39787 18.8918 2.39787 19.1082 2.46313 19.309C2.53732 19.5373 2.73533 19.7354 3.13134 20.1314L3.8686 20.8686C4.26462 21.2646 4.46263 21.4627 4.69095 21.5368C4.8918 21.6021 5.10814 21.6021 5.30899 21.5368C5.53732 21.4627 5.73533 21.2646 6.13134 20.8686Z",
|
|
@@ -1803,11 +1993,11 @@ var MagicWandIcon = forwardRef36(
|
|
|
1803
1993
|
);
|
|
1804
1994
|
|
|
1805
1995
|
// src/icons/mail.tsx
|
|
1806
|
-
import { forwardRef as
|
|
1807
|
-
import { jsx as
|
|
1808
|
-
var MailIcon =
|
|
1996
|
+
import { forwardRef as forwardRef42 } from "react";
|
|
1997
|
+
import { jsx as jsx44, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
1998
|
+
var MailIcon = forwardRef42(function MailIcon2(_a, ref) {
|
|
1809
1999
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1810
|
-
return /* @__PURE__ */
|
|
2000
|
+
return /* @__PURE__ */ jsxs27(
|
|
1811
2001
|
"svg",
|
|
1812
2002
|
__spreadProps(__spreadValues({
|
|
1813
2003
|
ref,
|
|
@@ -1819,7 +2009,7 @@ var MailIcon = forwardRef37(function MailIcon2(_a, ref) {
|
|
|
1819
2009
|
className
|
|
1820
2010
|
}, other), {
|
|
1821
2011
|
children: [
|
|
1822
|
-
duotone && /* @__PURE__ */
|
|
2012
|
+
duotone && /* @__PURE__ */ jsx44(
|
|
1823
2013
|
"path",
|
|
1824
2014
|
{
|
|
1825
2015
|
opacity: "0.12",
|
|
@@ -1827,7 +2017,7 @@ var MailIcon = forwardRef37(function MailIcon2(_a, ref) {
|
|
|
1827
2017
|
fill: "currentColor"
|
|
1828
2018
|
}
|
|
1829
2019
|
),
|
|
1830
|
-
/* @__PURE__ */
|
|
2020
|
+
/* @__PURE__ */ jsx44(
|
|
1831
2021
|
"path",
|
|
1832
2022
|
{
|
|
1833
2023
|
d: "M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z",
|
|
@@ -1843,11 +2033,11 @@ var MailIcon = forwardRef37(function MailIcon2(_a, ref) {
|
|
|
1843
2033
|
});
|
|
1844
2034
|
|
|
1845
2035
|
// src/icons/menu.tsx
|
|
1846
|
-
import { forwardRef as
|
|
1847
|
-
import { jsx as
|
|
1848
|
-
var MenuIcon =
|
|
2036
|
+
import { forwardRef as forwardRef43 } from "react";
|
|
2037
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
2038
|
+
var MenuIcon = forwardRef43(function MenuIcon2(_a, ref) {
|
|
1849
2039
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1850
|
-
return /* @__PURE__ */
|
|
2040
|
+
return /* @__PURE__ */ jsx45(
|
|
1851
2041
|
"svg",
|
|
1852
2042
|
__spreadProps(__spreadValues({
|
|
1853
2043
|
ref,
|
|
@@ -1858,7 +2048,7 @@ var MenuIcon = forwardRef38(function MenuIcon2(_a, ref) {
|
|
|
1858
2048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1859
2049
|
className
|
|
1860
2050
|
}, other), {
|
|
1861
|
-
children: /* @__PURE__ */
|
|
2051
|
+
children: /* @__PURE__ */ jsx45(
|
|
1862
2052
|
"path",
|
|
1863
2053
|
{
|
|
1864
2054
|
d: "M3 12H21M3 6H21M3 18H21",
|
|
@@ -1873,12 +2063,12 @@ var MenuIcon = forwardRef38(function MenuIcon2(_a, ref) {
|
|
|
1873
2063
|
});
|
|
1874
2064
|
|
|
1875
2065
|
// src/icons/messageChatSquare.tsx
|
|
1876
|
-
import { forwardRef as
|
|
1877
|
-
import { jsx as
|
|
1878
|
-
var MessageChatSquareIcon =
|
|
2066
|
+
import { forwardRef as forwardRef44 } from "react";
|
|
2067
|
+
import { jsx as jsx46, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
2068
|
+
var MessageChatSquareIcon = forwardRef44(
|
|
1879
2069
|
function MessageChatSquareIcon2(_a, ref) {
|
|
1880
2070
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1881
|
-
return /* @__PURE__ */
|
|
2071
|
+
return /* @__PURE__ */ jsxs28(
|
|
1882
2072
|
"svg",
|
|
1883
2073
|
__spreadProps(__spreadValues({
|
|
1884
2074
|
ref,
|
|
@@ -1890,7 +2080,7 @@ var MessageChatSquareIcon = forwardRef39(
|
|
|
1890
2080
|
className
|
|
1891
2081
|
}, other), {
|
|
1892
2082
|
children: [
|
|
1893
|
-
duotone && /* @__PURE__ */
|
|
2083
|
+
duotone && /* @__PURE__ */ jsx46(
|
|
1894
2084
|
"path",
|
|
1895
2085
|
{
|
|
1896
2086
|
opacity: "0.12",
|
|
@@ -1898,7 +2088,7 @@ var MessageChatSquareIcon = forwardRef39(
|
|
|
1898
2088
|
fill: "currentColor"
|
|
1899
2089
|
}
|
|
1900
2090
|
),
|
|
1901
|
-
/* @__PURE__ */
|
|
2091
|
+
/* @__PURE__ */ jsx46(
|
|
1902
2092
|
"path",
|
|
1903
2093
|
{
|
|
1904
2094
|
d: "M10 15L6.92474 18.1137C6.49579 18.548 6.28131 18.7652 6.09695 18.7805C5.93701 18.7938 5.78042 18.7295 5.67596 18.6076C5.55556 18.4672 5.55556 18.162 5.55556 17.5515V15.9916C5.55556 15.444 5.10707 15.0477 4.5652 14.9683V14.9683C3.25374 14.7762 2.22378 13.7463 2.03168 12.4348C2 12.2186 2 11.9605 2 11.4444V6.8C2 5.11984 2 4.27976 2.32698 3.63803C2.6146 3.07354 3.07354 2.6146 3.63803 2.32698C4.27976 2 5.11984 2 6.8 2H14.2C15.8802 2 16.7202 2 17.362 2.32698C17.9265 2.6146 18.3854 3.07354 18.673 3.63803C19 4.27976 19 5.11984 19 6.8V11M19 22L16.8236 20.4869C16.5177 20.2742 16.3647 20.1678 16.1982 20.0924C16.0504 20.0255 15.8951 19.9768 15.7356 19.9474C15.5558 19.9143 15.3695 19.9143 14.9969 19.9143H13.2C12.0799 19.9143 11.5198 19.9143 11.092 19.6963C10.7157 19.5046 10.4097 19.1986 10.218 18.8223C10 18.3944 10 17.8344 10 16.7143V14.2C10 13.0799 10 12.5198 10.218 12.092C10.4097 11.7157 10.7157 11.4097 11.092 11.218C11.5198 11 12.0799 11 13.2 11H18.8C19.9201 11 20.4802 11 20.908 11.218C21.2843 11.4097 21.5903 11.7157 21.782 12.092C22 12.5198 22 13.0799 22 14.2V16.9143C22 17.8462 22 18.3121 21.8478 18.6797C21.6448 19.1697 21.2554 19.5591 20.7654 19.762C20.3978 19.9143 19.9319 19.9143 19 19.9143V22Z",
|
|
@@ -1915,12 +2105,12 @@ var MessageChatSquareIcon = forwardRef39(
|
|
|
1915
2105
|
);
|
|
1916
2106
|
|
|
1917
2107
|
// src/icons/messagePlusSquare.tsx
|
|
1918
|
-
import { forwardRef as
|
|
1919
|
-
import { jsx as
|
|
1920
|
-
var MessagePlusSquareIcon =
|
|
2108
|
+
import { forwardRef as forwardRef45 } from "react";
|
|
2109
|
+
import { jsx as jsx47, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
2110
|
+
var MessagePlusSquareIcon = forwardRef45(
|
|
1921
2111
|
function MessagePlusSquareIcon2(_a, ref) {
|
|
1922
2112
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1923
|
-
return /* @__PURE__ */
|
|
2113
|
+
return /* @__PURE__ */ jsxs29(
|
|
1924
2114
|
"svg",
|
|
1925
2115
|
__spreadProps(__spreadValues({
|
|
1926
2116
|
ref,
|
|
@@ -1932,7 +2122,7 @@ var MessagePlusSquareIcon = forwardRef40(
|
|
|
1932
2122
|
className
|
|
1933
2123
|
}, other), {
|
|
1934
2124
|
children: [
|
|
1935
|
-
duotone && /* @__PURE__ */
|
|
2125
|
+
duotone && /* @__PURE__ */ jsx47(
|
|
1936
2126
|
"path",
|
|
1937
2127
|
{
|
|
1938
2128
|
opacity: "0.12",
|
|
@@ -1940,7 +2130,7 @@ var MessagePlusSquareIcon = forwardRef40(
|
|
|
1940
2130
|
fill: "currentColor"
|
|
1941
2131
|
}
|
|
1942
2132
|
),
|
|
1943
|
-
/* @__PURE__ */
|
|
2133
|
+
/* @__PURE__ */ jsx47(
|
|
1944
2134
|
"path",
|
|
1945
2135
|
{
|
|
1946
2136
|
d: "M12 13.5V7.5M9 10.5H15M7 18V20.3355C7 20.8684 7 21.1348 7.10923 21.2716C7.20422 21.3906 7.34827 21.4599 7.50054 21.4597C7.67563 21.4595 7.88367 21.2931 8.29976 20.9602L10.6852 19.0518C11.1725 18.662 11.4162 18.4671 11.6875 18.3285C11.9282 18.2055 12.1844 18.1156 12.4492 18.0613C12.7477 18 13.0597 18 13.6837 18H16.2C17.8802 18 18.7202 18 19.362 17.673C19.9265 17.3854 20.3854 16.9265 20.673 16.362C21 15.7202 21 14.8802 21 13.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V14C3 14.93 3 15.395 3.10222 15.7765C3.37962 16.8117 4.18827 17.6204 5.22354 17.8978C5.60504 18 6.07003 18 7 18Z",
|
|
@@ -1957,12 +2147,12 @@ var MessagePlusSquareIcon = forwardRef40(
|
|
|
1957
2147
|
);
|
|
1958
2148
|
|
|
1959
2149
|
// src/icons/messageTextSquare.tsx
|
|
1960
|
-
import { forwardRef as
|
|
1961
|
-
import { jsx as
|
|
1962
|
-
var MessageTextSquareIcon =
|
|
2150
|
+
import { forwardRef as forwardRef46 } from "react";
|
|
2151
|
+
import { jsx as jsx48, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
2152
|
+
var MessageTextSquareIcon = forwardRef46(
|
|
1963
2153
|
function MessageTextSquareIcon2(_a, ref) {
|
|
1964
2154
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1965
|
-
return /* @__PURE__ */
|
|
2155
|
+
return /* @__PURE__ */ jsxs30(
|
|
1966
2156
|
"svg",
|
|
1967
2157
|
__spreadProps(__spreadValues({
|
|
1968
2158
|
ref,
|
|
@@ -1974,7 +2164,7 @@ var MessageTextSquareIcon = forwardRef41(
|
|
|
1974
2164
|
className
|
|
1975
2165
|
}, other), {
|
|
1976
2166
|
children: [
|
|
1977
|
-
duotone && /* @__PURE__ */
|
|
2167
|
+
duotone && /* @__PURE__ */ jsx48(
|
|
1978
2168
|
"path",
|
|
1979
2169
|
{
|
|
1980
2170
|
opacity: "0.12",
|
|
@@ -1982,7 +2172,7 @@ var MessageTextSquareIcon = forwardRef41(
|
|
|
1982
2172
|
fill: "currentColor"
|
|
1983
2173
|
}
|
|
1984
2174
|
),
|
|
1985
|
-
/* @__PURE__ */
|
|
2175
|
+
/* @__PURE__ */ jsx48(
|
|
1986
2176
|
"path",
|
|
1987
2177
|
{
|
|
1988
2178
|
d: "M7 8.5H12M7 12H15M7 18V20.3355C7 20.8684 7 21.1348 7.10923 21.2716C7.20422 21.3906 7.34827 21.4599 7.50054 21.4597C7.67563 21.4595 7.88367 21.2931 8.29976 20.9602L10.6852 19.0518C11.1725 18.662 11.4162 18.4671 11.6875 18.3285C11.9282 18.2055 12.1844 18.1156 12.4492 18.0613C12.7477 18 13.0597 18 13.6837 18H16.2C17.8802 18 18.7202 18 19.362 17.673C19.9265 17.3854 20.3854 16.9265 20.673 16.362C21 15.7202 21 14.8802 21 13.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V14C3 14.93 3 15.395 3.10222 15.7765C3.37962 16.8117 4.18827 17.6204 5.22354 17.8978C5.60504 18 6.07003 18 7 18Z",
|
|
@@ -1999,12 +2189,12 @@ var MessageTextSquareIcon = forwardRef41(
|
|
|
1999
2189
|
);
|
|
2000
2190
|
|
|
2001
2191
|
// src/icons/microphone.tsx
|
|
2002
|
-
import { forwardRef as
|
|
2003
|
-
import { jsx as
|
|
2004
|
-
var MicrophoneIcon =
|
|
2192
|
+
import { forwardRef as forwardRef47 } from "react";
|
|
2193
|
+
import { jsx as jsx49, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
2194
|
+
var MicrophoneIcon = forwardRef47(
|
|
2005
2195
|
function MicrophoneIcon2(_a, ref) {
|
|
2006
2196
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2007
|
-
return /* @__PURE__ */
|
|
2197
|
+
return /* @__PURE__ */ jsxs31(
|
|
2008
2198
|
"svg",
|
|
2009
2199
|
__spreadProps(__spreadValues({
|
|
2010
2200
|
ref,
|
|
@@ -2016,7 +2206,7 @@ var MicrophoneIcon = forwardRef42(
|
|
|
2016
2206
|
className
|
|
2017
2207
|
}, other), {
|
|
2018
2208
|
children: [
|
|
2019
|
-
duotone && /* @__PURE__ */
|
|
2209
|
+
duotone && /* @__PURE__ */ jsx49(
|
|
2020
2210
|
"path",
|
|
2021
2211
|
{
|
|
2022
2212
|
opacity: "0.12",
|
|
@@ -2024,7 +2214,7 @@ var MicrophoneIcon = forwardRef42(
|
|
|
2024
2214
|
fill: "currentColor"
|
|
2025
2215
|
}
|
|
2026
2216
|
),
|
|
2027
|
-
/* @__PURE__ */
|
|
2217
|
+
/* @__PURE__ */ jsx49(
|
|
2028
2218
|
"path",
|
|
2029
2219
|
{
|
|
2030
2220
|
d: "M19 10V12C19 15.866 15.866 19 12 19M5 10V12C5 15.866 8.13401 19 12 19M12 19V22M8 22H16M12 15C10.3431 15 9 13.6569 9 12V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V12C15 13.6569 13.6569 15 12 15Z",
|
|
@@ -2041,12 +2231,12 @@ var MicrophoneIcon = forwardRef42(
|
|
|
2041
2231
|
);
|
|
2042
2232
|
|
|
2043
2233
|
// src/icons/microphoneOff.tsx
|
|
2044
|
-
import { forwardRef as
|
|
2045
|
-
import { jsx as
|
|
2046
|
-
var MicrophoneOffIcon =
|
|
2234
|
+
import { forwardRef as forwardRef48 } from "react";
|
|
2235
|
+
import { jsx as jsx50, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
2236
|
+
var MicrophoneOffIcon = forwardRef48(
|
|
2047
2237
|
function MicrophoneOffIcon2(_a, ref) {
|
|
2048
2238
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2049
|
-
return /* @__PURE__ */
|
|
2239
|
+
return /* @__PURE__ */ jsxs32(
|
|
2050
2240
|
"svg",
|
|
2051
2241
|
__spreadProps(__spreadValues({
|
|
2052
2242
|
ref,
|
|
@@ -2058,7 +2248,7 @@ var MicrophoneOffIcon = forwardRef43(
|
|
|
2058
2248
|
className
|
|
2059
2249
|
}, other), {
|
|
2060
2250
|
children: [
|
|
2061
|
-
duotone && /* @__PURE__ */
|
|
2251
|
+
duotone && /* @__PURE__ */ jsx50(
|
|
2062
2252
|
"path",
|
|
2063
2253
|
{
|
|
2064
2254
|
opacity: "0.12",
|
|
@@ -2066,7 +2256,7 @@ var MicrophoneOffIcon = forwardRef43(
|
|
|
2066
2256
|
fill: "currentColor"
|
|
2067
2257
|
}
|
|
2068
2258
|
),
|
|
2069
|
-
/* @__PURE__ */
|
|
2259
|
+
/* @__PURE__ */ jsx50(
|
|
2070
2260
|
"path",
|
|
2071
2261
|
{
|
|
2072
2262
|
d: "M15 9.4V5C15 3.34315 13.6569 2 12 2C10.8224 2 9.80325 2.67852 9.3122 3.66593M12 19V22M12 19C8.13401 19 5 15.866 5 12V10M12 19C15.866 19 19 15.866 19 12V10M8 22H16M2 2L22 22M12 15C10.3431 15 9 13.6569 9 12V9L14.1226 14.12C13.5796 14.6637 12.8291 15 12 15Z",
|
|
@@ -2083,12 +2273,12 @@ var MicrophoneOffIcon = forwardRef43(
|
|
|
2083
2273
|
);
|
|
2084
2274
|
|
|
2085
2275
|
// src/icons/monitor.tsx
|
|
2086
|
-
import { forwardRef as
|
|
2087
|
-
import { jsx as
|
|
2088
|
-
var MonitorIcon =
|
|
2276
|
+
import { forwardRef as forwardRef49 } from "react";
|
|
2277
|
+
import { jsx as jsx51, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
2278
|
+
var MonitorIcon = forwardRef49(
|
|
2089
2279
|
function MonitorIcon2(_a, ref) {
|
|
2090
2280
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2091
|
-
return /* @__PURE__ */
|
|
2281
|
+
return /* @__PURE__ */ jsxs33(
|
|
2092
2282
|
"svg",
|
|
2093
2283
|
__spreadProps(__spreadValues({
|
|
2094
2284
|
ref,
|
|
@@ -2100,7 +2290,7 @@ var MonitorIcon = forwardRef44(
|
|
|
2100
2290
|
className
|
|
2101
2291
|
}, other), {
|
|
2102
2292
|
children: [
|
|
2103
|
-
duotone && /* @__PURE__ */
|
|
2293
|
+
duotone && /* @__PURE__ */ jsx51(
|
|
2104
2294
|
"path",
|
|
2105
2295
|
{
|
|
2106
2296
|
opacity: "0.12",
|
|
@@ -2108,10 +2298,52 @@ var MonitorIcon = forwardRef44(
|
|
|
2108
2298
|
fill: "currentColor"
|
|
2109
2299
|
}
|
|
2110
2300
|
),
|
|
2111
|
-
/* @__PURE__ */
|
|
2301
|
+
/* @__PURE__ */ jsx51(
|
|
2302
|
+
"path",
|
|
2303
|
+
{
|
|
2304
|
+
d: "M7.57181 21C8.90661 20.3598 10.41 20 12 20C13.59 20 15.0934 20.3598 16.4282 21M6.8 17H17.2C18.8802 17 19.7202 17 20.362 16.673C20.9265 16.3854 21.3854 15.9265 21.673 15.362C22 14.7202 22 13.8802 22 12.2V7.8C22 6.11984 22 5.27976 21.673 4.63803C21.3854 4.07354 20.9265 3.6146 20.362 3.32698C19.7202 3 18.8802 3 17.2 3H6.8C5.11984 3 4.27976 3 3.63803 3.32698C3.07354 3.6146 2.6146 4.07354 2.32698 4.63803C2 5.27976 2 6.11984 2 7.8V12.2C2 13.8802 2 14.7202 2.32698 15.362C2.6146 15.9265 3.07354 16.3854 3.63803 16.673C4.27976 17 5.11984 17 6.8 17Z",
|
|
2305
|
+
stroke: "currentColor",
|
|
2306
|
+
strokeWidth: "2",
|
|
2307
|
+
strokeLinecap: "round",
|
|
2308
|
+
strokeLinejoin: "round"
|
|
2309
|
+
}
|
|
2310
|
+
)
|
|
2311
|
+
]
|
|
2312
|
+
})
|
|
2313
|
+
);
|
|
2314
|
+
}
|
|
2315
|
+
);
|
|
2316
|
+
|
|
2317
|
+
// src/icons/notificationBox.tsx
|
|
2318
|
+
import { forwardRef as forwardRef50 } from "react";
|
|
2319
|
+
import { jsx as jsx52, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
2320
|
+
var NotificationBoxIcon = forwardRef50(
|
|
2321
|
+
function NotificationBoxIcon2(_a, ref) {
|
|
2322
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2323
|
+
return /* @__PURE__ */ jsxs34(
|
|
2324
|
+
"svg",
|
|
2325
|
+
__spreadProps(__spreadValues({
|
|
2326
|
+
ref,
|
|
2327
|
+
width: size,
|
|
2328
|
+
height: size,
|
|
2329
|
+
viewBox: "0 0 24 24",
|
|
2330
|
+
fill: "none",
|
|
2331
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2332
|
+
className
|
|
2333
|
+
}, other), {
|
|
2334
|
+
children: [
|
|
2335
|
+
duotone && /* @__PURE__ */ jsx52(
|
|
2336
|
+
"path",
|
|
2337
|
+
{
|
|
2338
|
+
opacity: "0.12",
|
|
2339
|
+
d: "M20.1213 3.87868C21.2929 5.05025 21.2929 6.94975 20.1213 8.12132C18.9497 9.29289 17.0503 9.29289 15.8787 8.12132C14.7071 6.94975 14.7071 5.05025 15.8787 3.87868C17.0503 2.70711 18.9497 2.70711 20.1213 3.87868",
|
|
2340
|
+
fill: "currentColor"
|
|
2341
|
+
}
|
|
2342
|
+
),
|
|
2343
|
+
/* @__PURE__ */ jsx52(
|
|
2112
2344
|
"path",
|
|
2113
2345
|
{
|
|
2114
|
-
d: "
|
|
2346
|
+
d: "M11 4H7.8C6.11984 4 5.27976 4 4.63803 4.32698C4.07354 4.6146 3.6146 5.07354 3.32698 5.63803C3 6.27976 3 7.11984 3 8.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H15.2C16.8802 21 17.7202 21 18.362 20.673C18.9265 20.3854 19.3854 19.9265 19.673 19.362C20 18.7202 20 17.8802 20 16.2V13M20.1213 3.87868C21.2929 5.05025 21.2929 6.94975 20.1213 8.12132C18.9497 9.29289 17.0503 9.29289 15.8787 8.12132C14.7071 6.94975 14.7071 5.05025 15.8787 3.87868C17.0503 2.70711 18.9497 2.70711 20.1213 3.87868Z",
|
|
2115
2347
|
stroke: "currentColor",
|
|
2116
2348
|
strokeWidth: "2",
|
|
2117
2349
|
strokeLinecap: "round",
|
|
@@ -2124,13 +2356,13 @@ var MonitorIcon = forwardRef44(
|
|
|
2124
2356
|
}
|
|
2125
2357
|
);
|
|
2126
2358
|
|
|
2127
|
-
// src/icons/
|
|
2128
|
-
import { forwardRef as
|
|
2129
|
-
import { jsx as
|
|
2130
|
-
var
|
|
2131
|
-
function
|
|
2359
|
+
// src/icons/pauseCircle.tsx
|
|
2360
|
+
import { forwardRef as forwardRef51 } from "react";
|
|
2361
|
+
import { jsx as jsx53, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
2362
|
+
var PauseCircleIcon = forwardRef51(
|
|
2363
|
+
function PauseCircleIcon2(_a, ref) {
|
|
2132
2364
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2133
|
-
return /* @__PURE__ */
|
|
2365
|
+
return /* @__PURE__ */ jsxs35(
|
|
2134
2366
|
"svg",
|
|
2135
2367
|
__spreadProps(__spreadValues({
|
|
2136
2368
|
ref,
|
|
@@ -2142,18 +2374,18 @@ var NotificationBoxIcon = forwardRef45(
|
|
|
2142
2374
|
className
|
|
2143
2375
|
}, other), {
|
|
2144
2376
|
children: [
|
|
2145
|
-
duotone && /* @__PURE__ */
|
|
2377
|
+
duotone && /* @__PURE__ */ jsx53(
|
|
2146
2378
|
"path",
|
|
2147
2379
|
{
|
|
2148
2380
|
opacity: "0.12",
|
|
2149
|
-
d: "
|
|
2381
|
+
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
2150
2382
|
fill: "currentColor"
|
|
2151
2383
|
}
|
|
2152
2384
|
),
|
|
2153
|
-
/* @__PURE__ */
|
|
2385
|
+
/* @__PURE__ */ jsx53(
|
|
2154
2386
|
"path",
|
|
2155
2387
|
{
|
|
2156
|
-
d: "
|
|
2388
|
+
d: "M9.5 15V9M14.5 15V9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
2157
2389
|
stroke: "currentColor",
|
|
2158
2390
|
strokeWidth: "2",
|
|
2159
2391
|
strokeLinecap: "round",
|
|
@@ -2166,13 +2398,13 @@ var NotificationBoxIcon = forwardRef45(
|
|
|
2166
2398
|
}
|
|
2167
2399
|
);
|
|
2168
2400
|
|
|
2169
|
-
// src/icons/
|
|
2170
|
-
import { forwardRef as
|
|
2171
|
-
import { jsx as
|
|
2172
|
-
var
|
|
2173
|
-
function
|
|
2401
|
+
// src/icons/phone.tsx
|
|
2402
|
+
import { forwardRef as forwardRef52 } from "react";
|
|
2403
|
+
import { jsx as jsx54, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
2404
|
+
var PhoneIcon = forwardRef52(
|
|
2405
|
+
function PhoneIcon2(_a, ref) {
|
|
2174
2406
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2175
|
-
return /* @__PURE__ */
|
|
2407
|
+
return /* @__PURE__ */ jsxs36(
|
|
2176
2408
|
"svg",
|
|
2177
2409
|
__spreadProps(__spreadValues({
|
|
2178
2410
|
ref,
|
|
@@ -2184,18 +2416,18 @@ var PauseCircleIcon = forwardRef46(
|
|
|
2184
2416
|
className
|
|
2185
2417
|
}, other), {
|
|
2186
2418
|
children: [
|
|
2187
|
-
duotone && /* @__PURE__ */
|
|
2419
|
+
duotone && /* @__PURE__ */ jsx54(
|
|
2188
2420
|
"path",
|
|
2189
2421
|
{
|
|
2190
2422
|
opacity: "0.12",
|
|
2191
|
-
d: "
|
|
2423
|
+
d: "M5 5.2C5 4.0799 5 3.51984 5.21799 3.09202C5.40973 2.71569 5.71569 2.40973 6.09202 2.21799C6.51984 2 7.0799 2 8.2 2H15.8C16.9201 2 17.4802 2 17.908 2.21799C18.2843 2.40973 18.5903 2.71569 18.782 3.09202C19 3.51984 19 4.07989 19 5.2V18.8C19 19.9201 19 20.4802 18.782 20.908C18.5903 21.2843 18.2843 21.5903 17.908 21.782C17.4802 22 16.9201 22 15.8 22H8.2C7.0799 22 6.51984 22 6.09202 21.782C5.71569 21.5903 5.40973 21.2843 5.21799 20.908C5 20.4802 5 19.9201 5 18.8V5.2Z",
|
|
2192
2424
|
fill: "currentColor"
|
|
2193
2425
|
}
|
|
2194
2426
|
),
|
|
2195
|
-
/* @__PURE__ */
|
|
2427
|
+
/* @__PURE__ */ jsx54(
|
|
2196
2428
|
"path",
|
|
2197
2429
|
{
|
|
2198
|
-
d: "
|
|
2430
|
+
d: "M12 17.5H12.01M8.2 22H15.8C16.9201 22 17.4802 22 17.908 21.782C18.2843 21.5903 18.5903 21.2843 18.782 20.908C19 20.4802 19 19.9201 19 18.8V5.2C19 4.07989 19 3.51984 18.782 3.09202C18.5903 2.71569 18.2843 2.40973 17.908 2.21799C17.4802 2 16.9201 2 15.8 2H8.2C7.0799 2 6.51984 2 6.09202 2.21799C5.71569 2.40973 5.40973 2.71569 5.21799 3.09202C5 3.51984 5 4.0799 5 5.2V18.8C5 19.9201 5 20.4802 5.21799 20.908C5.40973 21.2843 5.71569 21.5903 6.09202 21.782C6.51984 22 7.07989 22 8.2 22ZM12.5 17.5C12.5 17.7761 12.2761 18 12 18C11.7239 18 11.5 17.7761 11.5 17.5C11.5 17.2239 11.7239 17 12 17C12.2761 17 12.5 17.2239 12.5 17.5Z",
|
|
2199
2431
|
stroke: "currentColor",
|
|
2200
2432
|
strokeWidth: "2",
|
|
2201
2433
|
strokeLinecap: "round",
|
|
@@ -2208,13 +2440,13 @@ var PauseCircleIcon = forwardRef46(
|
|
|
2208
2440
|
}
|
|
2209
2441
|
);
|
|
2210
2442
|
|
|
2211
|
-
// src/icons/
|
|
2212
|
-
import { forwardRef as
|
|
2213
|
-
import { jsx as
|
|
2214
|
-
var
|
|
2215
|
-
function
|
|
2443
|
+
// src/icons/phoneCall.tsx
|
|
2444
|
+
import { forwardRef as forwardRef53 } from "react";
|
|
2445
|
+
import { jsx as jsx55, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
2446
|
+
var PhoneCallIcon = forwardRef53(
|
|
2447
|
+
function PhoneCallIcon2(_a, ref) {
|
|
2216
2448
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2217
|
-
return /* @__PURE__ */
|
|
2449
|
+
return /* @__PURE__ */ jsxs37(
|
|
2218
2450
|
"svg",
|
|
2219
2451
|
__spreadProps(__spreadValues({
|
|
2220
2452
|
ref,
|
|
@@ -2226,18 +2458,18 @@ var PhoneIcon = forwardRef47(
|
|
|
2226
2458
|
className
|
|
2227
2459
|
}, other), {
|
|
2228
2460
|
children: [
|
|
2229
|
-
duotone && /* @__PURE__ */
|
|
2461
|
+
duotone && /* @__PURE__ */ jsx55(
|
|
2230
2462
|
"path",
|
|
2231
2463
|
{
|
|
2232
2464
|
opacity: "0.12",
|
|
2233
|
-
d: "
|
|
2465
|
+
d: "M7.38064 9.85323C8.07664 11.3028 9.02543 12.6615 10.227 13.8631C11.4286 15.0646 12.7872 16.0134 14.2368 16.7094C14.3615 16.7693 14.4239 16.7992 14.5028 16.8222C14.7831 16.904 15.1274 16.8453 15.3648 16.6752C15.4316 16.6274 15.4888 16.5702 15.6031 16.4559C15.9527 16.1063 16.1275 15.9315 16.3033 15.8172C16.9662 15.3862 17.8208 15.3862 18.4836 15.8172C18.6594 15.9315 18.8342 16.1063 19.1838 16.4559L19.3787 16.6508C19.9101 17.1822 20.1759 17.448 20.3202 17.7333C20.6073 18.3009 20.6073 18.9712 20.3202 19.5387C20.1759 19.8241 19.9101 20.0898 19.3787 20.6213L19.2211 20.7789C18.6914 21.3085 18.4266 21.5733 18.0666 21.7756C17.6671 22 17.0466 22.1614 16.5884 22.16C16.1754 22.1588 15.8932 22.0787 15.3288 21.9185C12.2954 21.0575 9.43301 19.433 7.04503 17.045C4.65705 14.6571 3.03257 11.7947 2.1716 8.76131C2.01139 8.19687 1.93129 7.91464 1.93006 7.5017C1.9287 7.04347 2.09006 6.42298 2.31448 6.02348C2.51673 5.66345 2.78154 5.39863 3.31116 4.86901L3.4688 4.71138C4.00024 4.17993 4.26596 3.91421 4.55134 3.76987C5.1189 3.4828 5.78917 3.4828 6.35673 3.76987C6.64211 3.91421 6.90783 4.17993 7.43927 4.71138L7.63414 4.90625C7.98375 5.25585 8.15855 5.43065 8.27284 5.60643C8.70383 6.26932 8.70383 7.1239 8.27284 7.78679C8.15855 7.96257 7.98375 8.13738 7.63414 8.48698C7.51983 8.60129 7.46268 8.65845 7.41483 8.72526C7.24482 8.96269 7.18612 9.30695 7.26785 9.5873C7.29084 9.6662 7.32078 9.72854 7.38064 9.85323Z",
|
|
2234
2466
|
fill: "currentColor"
|
|
2235
2467
|
}
|
|
2236
2468
|
),
|
|
2237
|
-
/* @__PURE__ */
|
|
2469
|
+
/* @__PURE__ */ jsx55(
|
|
2238
2470
|
"path",
|
|
2239
2471
|
{
|
|
2240
|
-
d: "
|
|
2472
|
+
d: "M14.05 6C15.0268 6.19057 15.9244 6.66826 16.6281 7.37194C17.3318 8.07561 17.8095 8.97326 18 9.95M14.05 2C16.0793 2.22544 17.9716 3.13417 19.4163 4.57701C20.8609 6.01984 21.772 7.91101 22 9.94M10.227 13.8631C9.02543 12.6615 8.07664 11.3028 7.38064 9.85323C7.32078 9.72854 7.29084 9.66619 7.26785 9.5873C7.18612 9.30695 7.24482 8.96269 7.41483 8.72526C7.46268 8.65845 7.51983 8.60129 7.63414 8.48698C7.98375 8.13737 8.15855 7.96257 8.27284 7.78679C8.70383 7.1239 8.70383 6.26932 8.27284 5.60643C8.15855 5.43065 7.98375 5.25585 7.63414 4.90624L7.43927 4.71137C6.90783 4.17993 6.64211 3.91421 6.35673 3.76987C5.78917 3.4828 5.1189 3.4828 4.55134 3.76987C4.26596 3.91421 4.00024 4.17993 3.4688 4.71137L3.31116 4.86901C2.78154 5.39863 2.51673 5.66344 2.31448 6.02348C2.09006 6.42298 1.9287 7.04347 1.93006 7.5017C1.93129 7.91464 2.01139 8.19687 2.1716 8.76131C3.03257 11.7947 4.65705 14.6571 7.04503 17.045C9.43301 19.433 12.2954 21.0575 15.3288 21.9185C15.8932 22.0787 16.1754 22.1588 16.5884 22.16C17.0466 22.1614 17.6671 22 18.0666 21.7756C18.4266 21.5733 18.6914 21.3085 19.2211 20.7789L19.3787 20.6213C19.9101 20.0898 20.1759 19.8241 20.3202 19.5387C20.6073 18.9712 20.6073 18.3009 20.3202 17.7333C20.1759 17.448 19.9101 17.1822 19.3787 16.6508L19.1838 16.4559C18.8342 16.1063 18.6594 15.9315 18.4836 15.8172C17.8208 15.3862 16.9662 15.3862 16.3033 15.8172C16.1275 15.9315 15.9527 16.1063 15.6031 16.4559C15.4888 16.5702 15.4316 16.6274 15.3648 16.6752C15.1274 16.8453 14.7831 16.904 14.5028 16.8222C14.4239 16.7992 14.3615 16.7693 14.2368 16.7094C12.7872 16.0134 11.4286 15.0646 10.227 13.8631Z",
|
|
2241
2473
|
stroke: "currentColor",
|
|
2242
2474
|
strokeWidth: "2",
|
|
2243
2475
|
strokeLinecap: "round",
|
|
@@ -2251,12 +2483,12 @@ var PhoneIcon = forwardRef47(
|
|
|
2251
2483
|
);
|
|
2252
2484
|
|
|
2253
2485
|
// src/icons/pieChart.tsx
|
|
2254
|
-
import { forwardRef as
|
|
2255
|
-
import { jsx as
|
|
2256
|
-
var PieChartIcon =
|
|
2486
|
+
import { forwardRef as forwardRef54 } from "react";
|
|
2487
|
+
import { jsx as jsx56, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
2488
|
+
var PieChartIcon = forwardRef54(
|
|
2257
2489
|
function PieChartIcon2(_a, ref) {
|
|
2258
2490
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2259
|
-
return /* @__PURE__ */
|
|
2491
|
+
return /* @__PURE__ */ jsxs38(
|
|
2260
2492
|
"svg",
|
|
2261
2493
|
__spreadProps(__spreadValues({
|
|
2262
2494
|
ref,
|
|
@@ -2268,7 +2500,7 @@ var PieChartIcon = forwardRef48(
|
|
|
2268
2500
|
className
|
|
2269
2501
|
}, other), {
|
|
2270
2502
|
children: [
|
|
2271
|
-
duotone && /* @__PURE__ */
|
|
2503
|
+
duotone && /* @__PURE__ */ jsx56(
|
|
2272
2504
|
"path",
|
|
2273
2505
|
{
|
|
2274
2506
|
opacity: "0.12",
|
|
@@ -2276,7 +2508,7 @@ var PieChartIcon = forwardRef48(
|
|
|
2276
2508
|
fill: "currentColor"
|
|
2277
2509
|
}
|
|
2278
2510
|
),
|
|
2279
|
-
/* @__PURE__ */
|
|
2511
|
+
/* @__PURE__ */ jsx56(
|
|
2280
2512
|
"path",
|
|
2281
2513
|
{
|
|
2282
2514
|
d: "M17.2 14C17.477 14 17.6155 14 17.7278 14.0615C17.8204 14.1122 17.9065 14.2075 17.9478 14.3047C17.9978 14.4225 17.9852 14.5479 17.96 14.7987C17.8296 16.0987 17.3822 17.3514 16.6518 18.4445C15.7727 19.7601 14.5233 20.7855 13.0615 21.391C11.5997 21.9965 9.99113 22.155 8.43928 21.8463C6.88743 21.5376 5.46197 20.7757 4.34315 19.6568C3.22433 18.538 2.4624 17.1126 2.15372 15.5607C1.84504 14.0089 2.00347 12.4003 2.60897 10.9385C3.21447 9.47671 4.23985 8.22728 5.55544 7.34823C6.64856 6.61783 7.90125 6.17039 9.20131 6.03995C9.45207 6.01479 9.57745 6.00221 9.69528 6.0522C9.79249 6.09344 9.88776 6.17964 9.9385 6.27224C10 6.38449 10 6.52299 10 6.79999V13.2C10 13.48 10 13.62 10.0545 13.727C10.1024 13.8211 10.1789 13.8976 10.273 13.9455C10.38 14 10.52 14 10.8 14H17.2Z",
|
|
@@ -2287,7 +2519,7 @@ var PieChartIcon = forwardRef48(
|
|
|
2287
2519
|
}
|
|
2288
2520
|
),
|
|
2289
2521
|
",",
|
|
2290
|
-
/* @__PURE__ */
|
|
2522
|
+
/* @__PURE__ */ jsx56(
|
|
2291
2523
|
"path",
|
|
2292
2524
|
{
|
|
2293
2525
|
d: "M14 2.79999C14 2.52298 14 2.38448 14.0615 2.27223C14.1122 2.17963 14.2075 2.09344 14.3047 2.0522C14.4225 2.0022 14.5479 2.01478 14.7987 2.03993C16.6271 2.22333 18.346 3.03229 19.6569 4.34313C20.9677 5.65398 21.7767 7.37289 21.9601 9.20129C21.9852 9.45206 21.9978 9.57744 21.9478 9.69527C21.9066 9.79248 21.8204 9.88774 21.7278 9.93848C21.6155 9.99998 21.477 9.99999 21.2 9.99999L14.8 9.99999C14.52 9.99999 14.38 9.99999 14.273 9.94549C14.1789 9.89755 14.1024 9.82106 14.0545 9.72698C14 9.62003 14 9.48001 14 9.19999V2.79999Z",
|
|
@@ -2304,12 +2536,12 @@ var PieChartIcon = forwardRef48(
|
|
|
2304
2536
|
);
|
|
2305
2537
|
|
|
2306
2538
|
// src/icons/playCircle.tsx
|
|
2307
|
-
import { forwardRef as
|
|
2308
|
-
import { jsx as
|
|
2309
|
-
var PlayCircleIcon =
|
|
2539
|
+
import { forwardRef as forwardRef55 } from "react";
|
|
2540
|
+
import { jsx as jsx57, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
2541
|
+
var PlayCircleIcon = forwardRef55(
|
|
2310
2542
|
function PlayCircleIcon2(_a, ref) {
|
|
2311
2543
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2312
|
-
return /* @__PURE__ */
|
|
2544
|
+
return /* @__PURE__ */ jsxs39(
|
|
2313
2545
|
"svg",
|
|
2314
2546
|
__spreadProps(__spreadValues({
|
|
2315
2547
|
ref,
|
|
@@ -2321,7 +2553,7 @@ var PlayCircleIcon = forwardRef49(
|
|
|
2321
2553
|
className
|
|
2322
2554
|
}, other), {
|
|
2323
2555
|
children: [
|
|
2324
|
-
duotone && /* @__PURE__ */
|
|
2556
|
+
duotone && /* @__PURE__ */ jsx57(
|
|
2325
2557
|
"path",
|
|
2326
2558
|
{
|
|
2327
2559
|
opacity: "0.12",
|
|
@@ -2329,7 +2561,7 @@ var PlayCircleIcon = forwardRef49(
|
|
|
2329
2561
|
fill: "currentColor"
|
|
2330
2562
|
}
|
|
2331
2563
|
),
|
|
2332
|
-
/* @__PURE__ */
|
|
2564
|
+
/* @__PURE__ */ jsx57(
|
|
2333
2565
|
"path",
|
|
2334
2566
|
{
|
|
2335
2567
|
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
@@ -2340,7 +2572,7 @@ var PlayCircleIcon = forwardRef49(
|
|
|
2340
2572
|
}
|
|
2341
2573
|
),
|
|
2342
2574
|
",",
|
|
2343
|
-
/* @__PURE__ */
|
|
2575
|
+
/* @__PURE__ */ jsx57(
|
|
2344
2576
|
"path",
|
|
2345
2577
|
{
|
|
2346
2578
|
d: "M9.5 8.96533C9.5 8.48805 9.5 8.24941 9.59974 8.11618C9.68666 8.00007 9.81971 7.92744 9.96438 7.9171C10.1304 7.90525 10.3311 8.03429 10.7326 8.29239L15.4532 11.3271C15.8016 11.551 15.9758 11.663 16.0359 11.8054C16.0885 11.9298 16.0885 12.0702 16.0359 12.1946C15.9758 12.337 15.8016 12.449 15.4532 12.6729L10.7326 15.7076C10.3311 15.9657 10.1304 16.0948 9.96438 16.0829C9.81971 16.0726 9.68666 15.9999 9.59974 15.8838C9.5 15.7506 9.5 15.512 9.5 15.0347V8.96533Z",
|
|
@@ -2357,11 +2589,11 @@ var PlayCircleIcon = forwardRef49(
|
|
|
2357
2589
|
);
|
|
2358
2590
|
|
|
2359
2591
|
// src/icons/plus.tsx
|
|
2360
|
-
import { forwardRef as
|
|
2361
|
-
import { jsx as
|
|
2362
|
-
var PlusIcon =
|
|
2592
|
+
import { forwardRef as forwardRef56 } from "react";
|
|
2593
|
+
import { jsx as jsx58 } from "react/jsx-runtime";
|
|
2594
|
+
var PlusIcon = forwardRef56(function PlusIcon2(_a, ref) {
|
|
2363
2595
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2364
|
-
return /* @__PURE__ */
|
|
2596
|
+
return /* @__PURE__ */ jsx58(
|
|
2365
2597
|
"svg",
|
|
2366
2598
|
__spreadProps(__spreadValues({
|
|
2367
2599
|
ref,
|
|
@@ -2372,7 +2604,7 @@ var PlusIcon = forwardRef50(function PlusIcon2(_a, ref) {
|
|
|
2372
2604
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2373
2605
|
className
|
|
2374
2606
|
}, other), {
|
|
2375
|
-
children: /* @__PURE__ */
|
|
2607
|
+
children: /* @__PURE__ */ jsx58(
|
|
2376
2608
|
"path",
|
|
2377
2609
|
{
|
|
2378
2610
|
d: "M12 5V19M5 12H19",
|
|
@@ -2387,12 +2619,12 @@ var PlusIcon = forwardRef50(function PlusIcon2(_a, ref) {
|
|
|
2387
2619
|
});
|
|
2388
2620
|
|
|
2389
2621
|
// src/icons/plusCircle.tsx
|
|
2390
|
-
import { forwardRef as
|
|
2391
|
-
import { jsx as
|
|
2392
|
-
var PlusCircleIcon =
|
|
2622
|
+
import { forwardRef as forwardRef57 } from "react";
|
|
2623
|
+
import { jsx as jsx59, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
2624
|
+
var PlusCircleIcon = forwardRef57(
|
|
2393
2625
|
function PlusCircleIcon2(_a, ref) {
|
|
2394
2626
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2395
|
-
return /* @__PURE__ */
|
|
2627
|
+
return /* @__PURE__ */ jsxs40(
|
|
2396
2628
|
"svg",
|
|
2397
2629
|
__spreadProps(__spreadValues({
|
|
2398
2630
|
ref,
|
|
@@ -2404,7 +2636,7 @@ var PlusCircleIcon = forwardRef51(
|
|
|
2404
2636
|
className
|
|
2405
2637
|
}, other), {
|
|
2406
2638
|
children: [
|
|
2407
|
-
duotone && /* @__PURE__ */
|
|
2639
|
+
duotone && /* @__PURE__ */ jsx59(
|
|
2408
2640
|
"path",
|
|
2409
2641
|
{
|
|
2410
2642
|
opacity: "0.12",
|
|
@@ -2412,7 +2644,7 @@ var PlusCircleIcon = forwardRef51(
|
|
|
2412
2644
|
fill: "currentColor"
|
|
2413
2645
|
}
|
|
2414
2646
|
),
|
|
2415
|
-
/* @__PURE__ */
|
|
2647
|
+
/* @__PURE__ */ jsx59(
|
|
2416
2648
|
"path",
|
|
2417
2649
|
{
|
|
2418
2650
|
d: "M12 8V16M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -2429,12 +2661,12 @@ var PlusCircleIcon = forwardRef51(
|
|
|
2429
2661
|
);
|
|
2430
2662
|
|
|
2431
2663
|
// src/icons/puzzlePiece.tsx
|
|
2432
|
-
import { forwardRef as
|
|
2433
|
-
import { jsx as
|
|
2434
|
-
var PuzzlePieceIcon =
|
|
2664
|
+
import { forwardRef as forwardRef58 } from "react";
|
|
2665
|
+
import { jsx as jsx60, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
2666
|
+
var PuzzlePieceIcon = forwardRef58(
|
|
2435
2667
|
function PuzzlePieceIcon2(_a, ref) {
|
|
2436
2668
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2437
|
-
return /* @__PURE__ */
|
|
2669
|
+
return /* @__PURE__ */ jsxs41(
|
|
2438
2670
|
"svg",
|
|
2439
2671
|
__spreadProps(__spreadValues({
|
|
2440
2672
|
ref,
|
|
@@ -2446,7 +2678,7 @@ var PuzzlePieceIcon = forwardRef52(
|
|
|
2446
2678
|
className
|
|
2447
2679
|
}, other), {
|
|
2448
2680
|
children: [
|
|
2449
|
-
duotone && /* @__PURE__ */
|
|
2681
|
+
duotone && /* @__PURE__ */ jsx60(
|
|
2450
2682
|
"path",
|
|
2451
2683
|
{
|
|
2452
2684
|
opacity: "0.12",
|
|
@@ -2454,7 +2686,7 @@ var PuzzlePieceIcon = forwardRef52(
|
|
|
2454
2686
|
fill: "currentColor"
|
|
2455
2687
|
}
|
|
2456
2688
|
),
|
|
2457
|
-
/* @__PURE__ */
|
|
2689
|
+
/* @__PURE__ */ jsx60(
|
|
2458
2690
|
"path",
|
|
2459
2691
|
{
|
|
2460
2692
|
d: "M7.5 4.5C7.5 3.11929 8.61929 2 10 2C11.3807 2 12.5 3.11929 12.5 4.5V6H13.5C14.8978 6 15.5967 6 16.1481 6.22836C16.8831 6.53284 17.4672 7.11687 17.7716 7.85195C18 8.40326 18 9.10218 18 10.5H19.5C20.8807 10.5 22 11.6193 22 13C22 14.3807 20.8807 15.5 19.5 15.5H18V17.2C18 18.8802 18 19.7202 17.673 20.362C17.3854 20.9265 16.9265 21.3854 16.362 21.673C15.7202 22 14.8802 22 13.2 22H12.5V20.25C12.5 19.0074 11.4926 18 10.25 18C9.00736 18 8 19.0074 8 20.25V22H6.8C5.11984 22 4.27976 22 3.63803 21.673C3.07354 21.3854 2.6146 20.9265 2.32698 20.362C2 19.7202 2 18.8802 2 17.2V15.5H3.5C4.88071 15.5 6 14.3807 6 13C6 11.6193 4.88071 10.5 3.5 10.5H2C2 9.10218 2 8.40326 2.22836 7.85195C2.53284 7.11687 3.11687 6.53284 3.85195 6.22836C4.40326 6 5.10218 6 6.5 6H7.5V4.5Z",
|
|
@@ -2471,12 +2703,12 @@ var PuzzlePieceIcon = forwardRef52(
|
|
|
2471
2703
|
);
|
|
2472
2704
|
|
|
2473
2705
|
// src/icons/qrCode.tsx
|
|
2474
|
-
import { forwardRef as
|
|
2475
|
-
import { jsx as
|
|
2476
|
-
var QrCodeIcon =
|
|
2706
|
+
import { forwardRef as forwardRef59 } from "react";
|
|
2707
|
+
import { jsx as jsx61, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
2708
|
+
var QrCodeIcon = forwardRef59(
|
|
2477
2709
|
function QrCodeIcon2(_a, ref) {
|
|
2478
2710
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2479
|
-
return /* @__PURE__ */
|
|
2711
|
+
return /* @__PURE__ */ jsxs42(
|
|
2480
2712
|
"svg",
|
|
2481
2713
|
__spreadProps(__spreadValues({
|
|
2482
2714
|
ref,
|
|
@@ -2488,7 +2720,7 @@ var QrCodeIcon = forwardRef53(
|
|
|
2488
2720
|
className
|
|
2489
2721
|
}, other), {
|
|
2490
2722
|
children: [
|
|
2491
|
-
duotone && /* @__PURE__ */
|
|
2723
|
+
duotone && /* @__PURE__ */ jsx61(
|
|
2492
2724
|
"path",
|
|
2493
2725
|
{
|
|
2494
2726
|
opacity: "0.4",
|
|
@@ -2499,7 +2731,7 @@ var QrCodeIcon = forwardRef53(
|
|
|
2499
2731
|
strokeLinejoin: "round"
|
|
2500
2732
|
}
|
|
2501
2733
|
),
|
|
2502
|
-
/* @__PURE__ */
|
|
2734
|
+
/* @__PURE__ */ jsx61(
|
|
2503
2735
|
"path",
|
|
2504
2736
|
{
|
|
2505
2737
|
d: "M7 12H12V17M17.6 21H19.4C19.9601 21 20.2401 21 20.454 20.891C20.6422 20.7951 20.7951 20.6422 20.891 20.454C21 20.2401 21 19.9601 21 19.4V17.6C21 17.0399 21 16.7599 20.891 16.546C20.7951 16.3578 20.6422 16.2049 20.454 16.109C20.2401 16 19.9601 16 19.4 16H17.6C17.0399 16 16.7599 16 16.546 16.109C16.3578 16.2049 16.2049 16.3578 16.109 16.546C16 16.7599 16 17.0399 16 17.6V19.4C16 19.9601 16 20.2401 16.109 20.454C16.2049 20.6422 16.3578 20.7951 16.546 20.891C16.7599 21 17.0399 21 17.6 21ZM17.6 8H19.4C19.9601 8 20.2401 8 20.454 7.89101C20.6422 7.79513 20.7951 7.64215 20.891 7.45399C21 7.24008 21 6.96005 21 6.4V4.6C21 4.03995 21 3.75992 20.891 3.54601C20.7951 3.35785 20.6422 3.20487 20.454 3.10899C20.2401 3 19.9601 3 19.4 3H17.6C17.0399 3 16.7599 3 16.546 3.10899C16.3578 3.20487 16.2049 3.35785 16.109 3.54601C16 3.75992 16 4.03995 16 4.6V6.4C16 6.96005 16 7.24008 16.109 7.45399C16.2049 7.64215 16.3578 7.79513 16.546 7.89101C16.7599 8 17.0399 8 17.6 8ZM4.6 8H6.4C6.96005 8 7.24008 8 7.45399 7.89101C7.64215 7.79513 7.79513 7.64215 7.89101 7.45399C8 7.24008 8 6.96005 8 6.4V4.6C8 4.03995 8 3.75992 7.89101 3.54601C7.79513 3.35785 7.64215 3.20487 7.45399 3.10899C7.24008 3 6.96005 3 6.4 3H4.6C4.03995 3 3.75992 3 3.54601 3.10899C3.35785 3.20487 3.20487 3.35785 3.10899 3.54601C3 3.75992 3 4.03995 3 4.6V6.4C3 6.96005 3 7.24008 3.10899 7.45399C3.20487 7.64215 3.35785 7.79513 3.54601 7.89101C3.75992 8 4.03995 8 4.6 8Z",
|
|
@@ -2516,12 +2748,12 @@ var QrCodeIcon = forwardRef53(
|
|
|
2516
2748
|
);
|
|
2517
2749
|
|
|
2518
2750
|
// src/icons/receiptCheck.tsx
|
|
2519
|
-
import { forwardRef as
|
|
2520
|
-
import { jsx as
|
|
2521
|
-
var ReceiptCheckIcon =
|
|
2751
|
+
import { forwardRef as forwardRef60 } from "react";
|
|
2752
|
+
import { jsx as jsx62, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
2753
|
+
var ReceiptCheckIcon = forwardRef60(
|
|
2522
2754
|
function ReceiptCheckIcon2(_a, ref) {
|
|
2523
2755
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2524
|
-
return /* @__PURE__ */
|
|
2756
|
+
return /* @__PURE__ */ jsxs43(
|
|
2525
2757
|
"svg",
|
|
2526
2758
|
__spreadProps(__spreadValues({
|
|
2527
2759
|
ref,
|
|
@@ -2533,7 +2765,7 @@ var ReceiptCheckIcon = forwardRef54(
|
|
|
2533
2765
|
className
|
|
2534
2766
|
}, other), {
|
|
2535
2767
|
children: [
|
|
2536
|
-
duotone && /* @__PURE__ */
|
|
2768
|
+
duotone && /* @__PURE__ */ jsx62(
|
|
2537
2769
|
"path",
|
|
2538
2770
|
{
|
|
2539
2771
|
opacity: "0.12",
|
|
@@ -2541,7 +2773,7 @@ var ReceiptCheckIcon = forwardRef54(
|
|
|
2541
2773
|
fill: "currentColor"
|
|
2542
2774
|
}
|
|
2543
2775
|
),
|
|
2544
|
-
/* @__PURE__ */
|
|
2776
|
+
/* @__PURE__ */ jsx62(
|
|
2545
2777
|
"path",
|
|
2546
2778
|
{
|
|
2547
2779
|
d: "M9 10.5L11 12.5L15.5 8M20 21V7.8C20 6.11984 20 5.27976 19.673 4.63803C19.3854 4.07354 18.9265 3.6146 18.362 3.32698C17.7202 3 16.8802 3 15.2 3H8.8C7.11984 3 6.27976 3 5.63803 3.32698C5.07354 3.6146 4.6146 4.07354 4.32698 4.63803C4 5.27976 4 6.11984 4 7.8V21L6.75 19L9.25 21L12 19L14.75 21L17.25 19L20 21Z",
|
|
@@ -2558,12 +2790,12 @@ var ReceiptCheckIcon = forwardRef54(
|
|
|
2558
2790
|
);
|
|
2559
2791
|
|
|
2560
2792
|
// src/icons/recording.tsx
|
|
2561
|
-
import { forwardRef as
|
|
2562
|
-
import { jsx as
|
|
2563
|
-
var RecordingIcon =
|
|
2793
|
+
import { forwardRef as forwardRef61 } from "react";
|
|
2794
|
+
import { jsx as jsx63, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
2795
|
+
var RecordingIcon = forwardRef61(
|
|
2564
2796
|
function RecordingIcon2(_a, ref) {
|
|
2565
2797
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2566
|
-
return /* @__PURE__ */
|
|
2798
|
+
return /* @__PURE__ */ jsxs44(
|
|
2567
2799
|
"svg",
|
|
2568
2800
|
__spreadProps(__spreadValues({
|
|
2569
2801
|
ref,
|
|
@@ -2575,7 +2807,7 @@ var RecordingIcon = forwardRef55(
|
|
|
2575
2807
|
className
|
|
2576
2808
|
}, other), {
|
|
2577
2809
|
children: [
|
|
2578
|
-
duotone && /* @__PURE__ */
|
|
2810
|
+
duotone && /* @__PURE__ */ jsx63(
|
|
2579
2811
|
"path",
|
|
2580
2812
|
{
|
|
2581
2813
|
opacity: "0.12",
|
|
@@ -2583,7 +2815,7 @@ var RecordingIcon = forwardRef55(
|
|
|
2583
2815
|
fill: "currentColor"
|
|
2584
2816
|
}
|
|
2585
2817
|
),
|
|
2586
|
-
/* @__PURE__ */
|
|
2818
|
+
/* @__PURE__ */ jsx63(
|
|
2587
2819
|
"path",
|
|
2588
2820
|
{
|
|
2589
2821
|
d: "M6 11V13M10 9V15M14 7V17M18 11V13M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -2600,12 +2832,12 @@ var RecordingIcon = forwardRef55(
|
|
|
2600
2832
|
);
|
|
2601
2833
|
|
|
2602
2834
|
// src/icons/refreshCcw.tsx
|
|
2603
|
-
import { forwardRef as
|
|
2604
|
-
import { jsx as
|
|
2605
|
-
var RefreshCcwIcon =
|
|
2835
|
+
import { forwardRef as forwardRef62 } from "react";
|
|
2836
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
2837
|
+
var RefreshCcwIcon = forwardRef62(
|
|
2606
2838
|
function RefreshCcwIcon2(_a, ref) {
|
|
2607
2839
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2608
|
-
return /* @__PURE__ */
|
|
2840
|
+
return /* @__PURE__ */ jsx64(
|
|
2609
2841
|
"svg",
|
|
2610
2842
|
__spreadProps(__spreadValues({
|
|
2611
2843
|
ref,
|
|
@@ -2616,7 +2848,7 @@ var RefreshCcwIcon = forwardRef56(
|
|
|
2616
2848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2617
2849
|
className
|
|
2618
2850
|
}, other), {
|
|
2619
|
-
children: /* @__PURE__ */
|
|
2851
|
+
children: /* @__PURE__ */ jsx64(
|
|
2620
2852
|
"path",
|
|
2621
2853
|
{
|
|
2622
2854
|
d: "M2 10C2 10 4.00498 7.26822 5.63384 5.63824C7.26269 4.00827 9.5136 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.89691 21 4.43511 18.2543 3.35177 14.5M2 10V4M2 10H8",
|
|
@@ -2632,12 +2864,12 @@ var RefreshCcwIcon = forwardRef56(
|
|
|
2632
2864
|
);
|
|
2633
2865
|
|
|
2634
2866
|
// src/icons/refreshCw.tsx
|
|
2635
|
-
import { forwardRef as
|
|
2636
|
-
import { jsx as
|
|
2637
|
-
var RefreshCwIcon =
|
|
2867
|
+
import { forwardRef as forwardRef63 } from "react";
|
|
2868
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
2869
|
+
var RefreshCwIcon = forwardRef63(
|
|
2638
2870
|
function RefreshCwIcon2(_a, ref) {
|
|
2639
2871
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2640
|
-
return /* @__PURE__ */
|
|
2872
|
+
return /* @__PURE__ */ jsx65(
|
|
2641
2873
|
"svg",
|
|
2642
2874
|
__spreadProps(__spreadValues({
|
|
2643
2875
|
ref,
|
|
@@ -2648,7 +2880,7 @@ var RefreshCwIcon = forwardRef57(
|
|
|
2648
2880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2649
2881
|
className
|
|
2650
2882
|
}, other), {
|
|
2651
|
-
children: /* @__PURE__ */
|
|
2883
|
+
children: /* @__PURE__ */ jsx65(
|
|
2652
2884
|
"path",
|
|
2653
2885
|
{
|
|
2654
2886
|
d: "M14 22C14 22 14.8492 21.8787 18.364 18.364C21.8787 14.8492 21.8787 9.15076 18.364 5.63604C17.1187 4.39077 15.5993 3.58669 14 3.22383M14 22H20M14 22L14 16M10 2.00019C10 2.00019 9.15076 2.12152 5.63604 5.63624C2.12132 9.15095 2.12132 14.8494 5.63604 18.3642C6.88131 19.6094 8.40072 20.4135 10 20.7764M10 2.00019L4 2M10 2.00019L10 8",
|
|
@@ -2664,12 +2896,12 @@ var RefreshCwIcon = forwardRef57(
|
|
|
2664
2896
|
);
|
|
2665
2897
|
|
|
2666
2898
|
// src/icons/rocket.tsx
|
|
2667
|
-
import { forwardRef as
|
|
2668
|
-
import { jsx as
|
|
2669
|
-
var RocketIcon =
|
|
2899
|
+
import { forwardRef as forwardRef64 } from "react";
|
|
2900
|
+
import { jsx as jsx66, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
2901
|
+
var RocketIcon = forwardRef64(
|
|
2670
2902
|
function RocketIcon2(_a, ref) {
|
|
2671
2903
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2672
|
-
return /* @__PURE__ */
|
|
2904
|
+
return /* @__PURE__ */ jsxs45(
|
|
2673
2905
|
"svg",
|
|
2674
2906
|
__spreadProps(__spreadValues({
|
|
2675
2907
|
ref,
|
|
@@ -2681,7 +2913,7 @@ var RocketIcon = forwardRef58(
|
|
|
2681
2913
|
className
|
|
2682
2914
|
}, other), {
|
|
2683
2915
|
children: [
|
|
2684
|
-
duotone && /* @__PURE__ */
|
|
2916
|
+
duotone && /* @__PURE__ */ jsx66(
|
|
2685
2917
|
"path",
|
|
2686
2918
|
{
|
|
2687
2919
|
opacity: "0.12",
|
|
@@ -2689,7 +2921,7 @@ var RocketIcon = forwardRef58(
|
|
|
2689
2921
|
fill: "currentColor"
|
|
2690
2922
|
}
|
|
2691
2923
|
),
|
|
2692
|
-
/* @__PURE__ */
|
|
2924
|
+
/* @__PURE__ */ jsx66(
|
|
2693
2925
|
"path",
|
|
2694
2926
|
{
|
|
2695
2927
|
d: "M12 15L9 12M12 15C13.3968 14.4687 14.7369 13.7987 16 13M12 15V20C12 20 15.03 19.45 16 18C17.08 16.38 16 13 16 13M9 12C9.53214 10.6194 10.2022 9.29607 11 8.05C12.1652 6.18699 13.7876 4.65305 15.713 3.5941C17.6384 2.53514 19.8027 1.98637 22 2C22 4.72 21.22 9.5 16 13M9 12H4C4 12 4.55 8.97 6 8C7.62 6.92 11 8 11 8M4.5 16.5C3 17.76 2.5 21.5 2.5 21.5C2.5 21.5 6.24 21 7.5 19.5C8.21 18.66 8.2 17.37 7.41 16.59C7.02131 16.219 6.50929 16.0046 5.97223 15.988C5.43516 15.9714 4.91088 16.1537 4.5 16.5Z",
|
|
@@ -2706,11 +2938,11 @@ var RocketIcon = forwardRef58(
|
|
|
2706
2938
|
);
|
|
2707
2939
|
|
|
2708
2940
|
// src/icons/save.tsx
|
|
2709
|
-
import { forwardRef as
|
|
2710
|
-
import { jsx as
|
|
2711
|
-
var SaveIcon =
|
|
2941
|
+
import { forwardRef as forwardRef65 } from "react";
|
|
2942
|
+
import { jsx as jsx67, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
2943
|
+
var SaveIcon = forwardRef65(function SaveIcon2(_a, ref) {
|
|
2712
2944
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2713
|
-
return /* @__PURE__ */
|
|
2945
|
+
return /* @__PURE__ */ jsxs46(
|
|
2714
2946
|
"svg",
|
|
2715
2947
|
__spreadProps(__spreadValues({
|
|
2716
2948
|
ref,
|
|
@@ -2722,15 +2954,15 @@ var SaveIcon = forwardRef59(function SaveIcon2(_a, ref) {
|
|
|
2722
2954
|
className
|
|
2723
2955
|
}, other), {
|
|
2724
2956
|
children: [
|
|
2725
|
-
duotone && /* @__PURE__ */
|
|
2726
|
-
/* @__PURE__ */
|
|
2957
|
+
duotone && /* @__PURE__ */ jsxs46("g", { opacity: "0.12", children: [
|
|
2958
|
+
/* @__PURE__ */ jsx67(
|
|
2727
2959
|
"path",
|
|
2728
2960
|
{
|
|
2729
2961
|
d: "M7 3H15.2929C15.7456 3 16.1799 3.17986 16.5 3.5C16.8201 3.82014 17 4.25435 17 4.70711V6.4C17 6.96005 17 7.24008 16.891 7.45399C16.7951 7.64215 16.6422 7.79513 16.454 7.89101C16.2401 8 15.9601 8 15.4 8H8.6C8.03995 8 7.75992 8 7.54601 7.89101C7.35785 7.79513 7.20487 7.64215 7.10899 7.45399C7 7.24008 7 6.96005 7 6.4V3Z",
|
|
2730
2962
|
fill: "currentColor"
|
|
2731
2963
|
}
|
|
2732
2964
|
),
|
|
2733
|
-
/* @__PURE__ */
|
|
2965
|
+
/* @__PURE__ */ jsx67(
|
|
2734
2966
|
"path",
|
|
2735
2967
|
{
|
|
2736
2968
|
d: "M7 14.6C7 14.0399 7 13.7599 7.10899 13.546C7.20487 13.3578 7.35785 13.2049 7.54601 13.109C7.75992 13 8.03995 13 8.6 13H15.4C15.9601 13 16.2401 13 16.454 13.109C16.6422 13.2049 16.7951 13.3578 16.891 13.546C17 13.7599 17 14.0399 17 14.6V21H7V14.6Z",
|
|
@@ -2738,7 +2970,7 @@ var SaveIcon = forwardRef59(function SaveIcon2(_a, ref) {
|
|
|
2738
2970
|
}
|
|
2739
2971
|
)
|
|
2740
2972
|
] }),
|
|
2741
|
-
/* @__PURE__ */
|
|
2973
|
+
/* @__PURE__ */ jsx67(
|
|
2742
2974
|
"path",
|
|
2743
2975
|
{
|
|
2744
2976
|
d: "M7 3V6.4C7 6.96005 7 7.24008 7.10899 7.45399C7.20487 7.64215 7.35785 7.79513 7.54601 7.89101C7.75992 8 8.03995 8 8.6 8H15.4C15.9601 8 16.2401 8 16.454 7.89101C16.6422 7.79513 16.7951 7.64215 16.891 7.45399C17 7.24008 17 6.96005 17 6.4V4M17 21V14.6C17 14.0399 17 13.7599 16.891 13.546C16.7951 13.3578 16.6422 13.2049 16.454 13.109C16.2401 13 15.9601 13 15.4 13H8.6C8.03995 13 7.75992 13 7.54601 13.109C7.35785 13.2049 7.20487 13.3578 7.10899 13.546C7 13.7599 7 14.0399 7 14.6V21M21 9.32548V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7202 21 17.8802 21 16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H14.6745C15.1637 3 15.4083 3 15.6385 3.05526C15.8425 3.10425 16.0376 3.18506 16.2166 3.29472C16.4184 3.4184 16.5914 3.59135 16.9373 3.93726L20.0627 7.06274C20.4086 7.40865 20.5816 7.5816 20.7053 7.78343C20.8149 7.96237 20.8957 8.15746 20.9447 8.36154C21 8.59171 21 8.8363 21 9.32548Z",
|
|
@@ -2754,12 +2986,12 @@ var SaveIcon = forwardRef59(function SaveIcon2(_a, ref) {
|
|
|
2754
2986
|
});
|
|
2755
2987
|
|
|
2756
2988
|
// src/icons/search.tsx
|
|
2757
|
-
import { forwardRef as
|
|
2758
|
-
import { jsx as
|
|
2759
|
-
var SearchMdIcon =
|
|
2989
|
+
import { forwardRef as forwardRef66 } from "react";
|
|
2990
|
+
import { jsx as jsx68, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
2991
|
+
var SearchMdIcon = forwardRef66(
|
|
2760
2992
|
function SearchMdIcon2(_a, ref) {
|
|
2761
2993
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2762
|
-
return /* @__PURE__ */
|
|
2994
|
+
return /* @__PURE__ */ jsxs47(
|
|
2763
2995
|
"svg",
|
|
2764
2996
|
__spreadProps(__spreadValues({
|
|
2765
2997
|
ref,
|
|
@@ -2771,7 +3003,7 @@ var SearchMdIcon = forwardRef60(
|
|
|
2771
3003
|
className
|
|
2772
3004
|
}, other), {
|
|
2773
3005
|
children: [
|
|
2774
|
-
duotone && /* @__PURE__ */
|
|
3006
|
+
duotone && /* @__PURE__ */ jsx68(
|
|
2775
3007
|
"path",
|
|
2776
3008
|
{
|
|
2777
3009
|
opacity: "0.12",
|
|
@@ -2779,7 +3011,7 @@ var SearchMdIcon = forwardRef60(
|
|
|
2779
3011
|
fill: "currentColor"
|
|
2780
3012
|
}
|
|
2781
3013
|
),
|
|
2782
|
-
/* @__PURE__ */
|
|
3014
|
+
/* @__PURE__ */ jsx68(
|
|
2783
3015
|
"path",
|
|
2784
3016
|
{
|
|
2785
3017
|
d: "M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z",
|
|
@@ -2796,11 +3028,11 @@ var SearchMdIcon = forwardRef60(
|
|
|
2796
3028
|
);
|
|
2797
3029
|
|
|
2798
3030
|
// src/icons/send.tsx
|
|
2799
|
-
import { forwardRef as
|
|
2800
|
-
import { jsx as
|
|
2801
|
-
var SendIcon =
|
|
3031
|
+
import { forwardRef as forwardRef67 } from "react";
|
|
3032
|
+
import { jsx as jsx69, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
3033
|
+
var SendIcon = forwardRef67(function SendIcon2(_a, ref) {
|
|
2802
3034
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2803
|
-
return /* @__PURE__ */
|
|
3035
|
+
return /* @__PURE__ */ jsxs48(
|
|
2804
3036
|
"svg",
|
|
2805
3037
|
__spreadProps(__spreadValues({
|
|
2806
3038
|
ref,
|
|
@@ -2812,7 +3044,7 @@ var SendIcon = forwardRef61(function SendIcon2(_a, ref) {
|
|
|
2812
3044
|
className
|
|
2813
3045
|
}, other), {
|
|
2814
3046
|
children: [
|
|
2815
|
-
duotone && /* @__PURE__ */
|
|
3047
|
+
duotone && /* @__PURE__ */ jsx69(
|
|
2816
3048
|
"path",
|
|
2817
3049
|
{
|
|
2818
3050
|
opacity: "0.12",
|
|
@@ -2820,7 +3052,7 @@ var SendIcon = forwardRef61(function SendIcon2(_a, ref) {
|
|
|
2820
3052
|
fill: "currentColor"
|
|
2821
3053
|
}
|
|
2822
3054
|
),
|
|
2823
|
-
/* @__PURE__ */
|
|
3055
|
+
/* @__PURE__ */ jsx69(
|
|
2824
3056
|
"path",
|
|
2825
3057
|
{
|
|
2826
3058
|
d: "M10.5 12H5M4.91534 12.2915L2.58042 19.2662C2.39699 19.8141 2.30527 20.0881 2.37109 20.2568C2.42825 20.4033 2.55102 20.5144 2.7025 20.5567C2.87693 20.6054 3.1404 20.4868 3.66733 20.2497L20.3788 12.7295C20.8931 12.4981 21.1503 12.3823 21.2298 12.2216C21.2988 12.0819 21.2988 11.918 21.2298 11.7784C21.1503 11.6176 20.8931 11.5019 20.3788 11.2704L3.66151 3.7477C3.13616 3.51129 2.87349 3.39309 2.69923 3.44158C2.54789 3.48369 2.42514 3.59448 2.36778 3.74072C2.30174 3.90911 2.39247 4.18249 2.57395 4.72924L4.91599 11.7855C4.94716 11.8794 4.96275 11.9264 4.9689 11.9744C4.97436 12.017 4.9743 12.0601 4.96873 12.1027C4.96246 12.1507 4.94675 12.1976 4.91534 12.2915Z",
|
|
@@ -2836,12 +3068,12 @@ var SendIcon = forwardRef61(function SendIcon2(_a, ref) {
|
|
|
2836
3068
|
});
|
|
2837
3069
|
|
|
2838
3070
|
// src/icons/settings.tsx
|
|
2839
|
-
import { forwardRef as
|
|
2840
|
-
import { jsx as
|
|
2841
|
-
var SettingsIcon =
|
|
3071
|
+
import { forwardRef as forwardRef68 } from "react";
|
|
3072
|
+
import { jsx as jsx70, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
3073
|
+
var SettingsIcon = forwardRef68(
|
|
2842
3074
|
function SettingsIcon2(_a, ref) {
|
|
2843
3075
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2844
|
-
return /* @__PURE__ */
|
|
3076
|
+
return /* @__PURE__ */ jsxs49(
|
|
2845
3077
|
"svg",
|
|
2846
3078
|
__spreadProps(__spreadValues({
|
|
2847
3079
|
ref,
|
|
@@ -2853,7 +3085,7 @@ var SettingsIcon = forwardRef62(
|
|
|
2853
3085
|
className
|
|
2854
3086
|
}, other), {
|
|
2855
3087
|
children: [
|
|
2856
|
-
duotone && /* @__PURE__ */
|
|
3088
|
+
duotone && /* @__PURE__ */ jsx70(
|
|
2857
3089
|
"path",
|
|
2858
3090
|
{
|
|
2859
3091
|
opacity: "0.12",
|
|
@@ -2863,7 +3095,7 @@ var SettingsIcon = forwardRef62(
|
|
|
2863
3095
|
fill: "currentColor"
|
|
2864
3096
|
}
|
|
2865
3097
|
),
|
|
2866
|
-
/* @__PURE__ */
|
|
3098
|
+
/* @__PURE__ */ jsx70(
|
|
2867
3099
|
"path",
|
|
2868
3100
|
{
|
|
2869
3101
|
d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",
|
|
@@ -2874,7 +3106,7 @@ var SettingsIcon = forwardRef62(
|
|
|
2874
3106
|
}
|
|
2875
3107
|
),
|
|
2876
3108
|
",",
|
|
2877
|
-
/* @__PURE__ */
|
|
3109
|
+
/* @__PURE__ */ jsx70(
|
|
2878
3110
|
"path",
|
|
2879
3111
|
{
|
|
2880
3112
|
d: "M18.7273 14.7273C18.6063 15.0015 18.5702 15.3056 18.6236 15.6005C18.6771 15.8954 18.8177 16.1676 19.0273 16.3818L19.0818 16.4364C19.2509 16.6052 19.385 16.8057 19.4765 17.0265C19.568 17.2472 19.6151 17.4838 19.6151 17.7227C19.6151 17.9617 19.568 18.1983 19.4765 18.419C19.385 18.6397 19.2509 18.8402 19.0818 19.0091C18.913 19.1781 18.7124 19.3122 18.4917 19.4037C18.271 19.4952 18.0344 19.5423 17.7955 19.5423C17.5565 19.5423 17.3199 19.4952 17.0992 19.4037C16.8785 19.3122 16.678 19.1781 16.5091 19.0091L16.4545 18.9545C16.2403 18.745 15.9682 18.6044 15.6733 18.5509C15.3784 18.4974 15.0742 18.5335 14.8 18.6545C14.5311 18.7698 14.3018 18.9611 14.1403 19.205C13.9788 19.4489 13.8921 19.7347 13.8909 20.0273V20.1818C13.8909 20.664 13.6994 21.1265 13.3584 21.4675C13.0174 21.8084 12.5549 22 12.0727 22C11.5905 22 11.1281 21.8084 10.7871 21.4675C10.4461 21.1265 10.2545 20.664 10.2545 20.1818V20.1C10.2475 19.7991 10.1501 19.5073 9.97501 19.2625C9.79991 19.0176 9.55521 18.8312 9.27273 18.7273C8.99853 18.6063 8.69437 18.5702 8.39947 18.6236C8.10456 18.6771 7.83244 18.8177 7.61818 19.0273L7.56364 19.0818C7.39478 19.2509 7.19425 19.385 6.97353 19.4765C6.7528 19.568 6.51621 19.6151 6.27727 19.6151C6.03834 19.6151 5.80174 19.568 5.58102 19.4765C5.36029 19.385 5.15977 19.2509 4.99091 19.0818C4.82186 18.913 4.68775 18.7124 4.59626 18.4917C4.50476 18.271 4.45766 18.0344 4.45766 17.7955C4.45766 17.5565 4.50476 17.3199 4.59626 17.0992C4.68775 16.8785 4.82186 16.678 4.99091 16.5091L5.04545 16.4545C5.25503 16.2403 5.39562 15.9682 5.4491 15.6733C5.50257 15.3784 5.46647 15.0742 5.34545 14.8C5.23022 14.5311 5.03887 14.3018 4.79497 14.1403C4.55107 13.9788 4.26526 13.8921 3.97273 13.8909H3.81818C3.33597 13.8909 2.87351 13.6994 2.53253 13.3584C2.19156 13.0174 2 12.5549 2 12.0727C2 11.5905 2.19156 11.1281 2.53253 10.7871C2.87351 10.4461 3.33597 10.2545 3.81818 10.2545H3.9C4.2009 10.2475 4.49273 10.1501 4.73754 9.97501C4.98236 9.79991 5.16883 9.55521 5.27273 9.27273C5.39374 8.99853 5.42984 8.69437 5.37637 8.39947C5.3229 8.10456 5.18231 7.83244 4.97273 7.61818L4.91818 7.56364C4.74913 7.39478 4.61503 7.19425 4.52353 6.97353C4.43203 6.7528 4.38493 6.51621 4.38493 6.27727C4.38493 6.03834 4.43203 5.80174 4.52353 5.58102C4.61503 5.36029 4.74913 5.15977 4.91818 4.99091C5.08704 4.82186 5.28757 4.68775 5.50829 4.59626C5.72901 4.50476 5.96561 4.45766 6.20455 4.45766C6.44348 4.45766 6.68008 4.50476 6.9008 4.59626C7.12152 4.68775 7.32205 4.82186 7.49091 4.99091L7.54545 5.04545C7.75971 5.25503 8.03183 5.39562 8.32674 5.4491C8.62164 5.50257 8.9258 5.46647 9.2 5.34545H9.27273C9.54161 5.23022 9.77093 5.03887 9.93245 4.79497C10.094 4.55107 10.1807 4.26526 10.1818 3.97273V3.81818C10.1818 3.33597 10.3734 2.87351 10.7144 2.53253C11.0553 2.19156 11.5178 2 12 2C12.4822 2 12.9447 2.19156 13.2856 2.53253C13.6266 2.87351 13.8182 3.33597 13.8182 3.81818V3.9C13.8193 4.19253 13.906 4.47834 14.0676 4.72224C14.2291 4.96614 14.4584 5.15749 14.7273 5.27273C15.0015 5.39374 15.3056 5.42984 15.6005 5.37637C15.8954 5.3229 16.1676 5.18231 16.3818 4.97273L16.4364 4.91818C16.6052 4.74913 16.8057 4.61503 17.0265 4.52353C17.2472 4.43203 17.4838 4.38493 17.7227 4.38493C17.9617 4.38493 18.1983 4.43203 18.419 4.52353C18.6397 4.61503 18.8402 4.74913 19.0091 4.91818C19.1781 5.08704 19.3122 5.28757 19.4037 5.50829C19.4952 5.72901 19.5423 5.96561 19.5423 6.20455C19.5423 6.44348 19.4952 6.68008 19.4037 6.9008C19.3122 7.12152 19.1781 7.32205 19.0091 7.49091L18.9545 7.54545C18.745 7.75971 18.6044 8.03183 18.5509 8.32674C18.4974 8.62164 18.5335 8.9258 18.6545 9.2V9.27273C18.7698 9.54161 18.9611 9.77093 19.205 9.93245C19.4489 10.094 19.7347 10.1807 20.0273 10.1818H20.1818C20.664 10.1818 21.1265 10.3734 21.4675 10.7144C21.8084 11.0553 22 11.5178 22 12C22 12.4822 21.8084 12.9447 21.4675 13.2856C21.1265 13.6266 20.664 13.8182 20.1818 13.8182H20.1C19.8075 13.8193 19.5217 13.906 19.2778 14.0676C19.0339 14.2291 18.8425 14.4584 18.7273 14.7273Z",
|
|
@@ -2891,12 +3123,12 @@ var SettingsIcon = forwardRef62(
|
|
|
2891
3123
|
);
|
|
2892
3124
|
|
|
2893
3125
|
// src/icons/share.tsx
|
|
2894
|
-
import { forwardRef as
|
|
2895
|
-
import { jsx as
|
|
2896
|
-
var ShareIcon =
|
|
3126
|
+
import { forwardRef as forwardRef69 } from "react";
|
|
3127
|
+
import { jsx as jsx71, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
3128
|
+
var ShareIcon = forwardRef69(
|
|
2897
3129
|
function ShareIcon2(_a, ref) {
|
|
2898
3130
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2899
|
-
return /* @__PURE__ */
|
|
3131
|
+
return /* @__PURE__ */ jsxs50(
|
|
2900
3132
|
"svg",
|
|
2901
3133
|
__spreadProps(__spreadValues({
|
|
2902
3134
|
ref,
|
|
@@ -2908,22 +3140,22 @@ var ShareIcon = forwardRef63(
|
|
|
2908
3140
|
className
|
|
2909
3141
|
}, other), {
|
|
2910
3142
|
children: [
|
|
2911
|
-
duotone && /* @__PURE__ */
|
|
2912
|
-
/* @__PURE__ */
|
|
3143
|
+
duotone && /* @__PURE__ */ jsxs50("g", { opacity: "0.12", children: [
|
|
3144
|
+
/* @__PURE__ */ jsx71(
|
|
2913
3145
|
"path",
|
|
2914
3146
|
{
|
|
2915
3147
|
d: "M18 8C19.6569 8 21 6.65685 21 5C21 3.34315 19.6569 2 18 2C16.3431 2 15 3.34315 15 5C15 6.65685 16.3431 8 18 8Z",
|
|
2916
3148
|
fill: "currentColor"
|
|
2917
3149
|
}
|
|
2918
3150
|
),
|
|
2919
|
-
/* @__PURE__ */
|
|
3151
|
+
/* @__PURE__ */ jsx71(
|
|
2920
3152
|
"path",
|
|
2921
3153
|
{
|
|
2922
3154
|
d: "M6 15C7.65685 15 9 13.6569 9 12C9 10.3431 7.65685 9 6 9C4.34315 9 3 10.3431 3 12C3 13.6569 4.34315 15 6 15Z",
|
|
2923
3155
|
fill: "currentColor"
|
|
2924
3156
|
}
|
|
2925
3157
|
),
|
|
2926
|
-
/* @__PURE__ */
|
|
3158
|
+
/* @__PURE__ */ jsx71(
|
|
2927
3159
|
"path",
|
|
2928
3160
|
{
|
|
2929
3161
|
d: "M18 22C19.6569 22 21 20.6569 21 19C21 17.3431 19.6569 16 18 16C16.3431 16 15 17.3431 15 19C15 20.6569 16.3431 22 18 22Z",
|
|
@@ -2931,7 +3163,7 @@ var ShareIcon = forwardRef63(
|
|
|
2931
3163
|
}
|
|
2932
3164
|
)
|
|
2933
3165
|
] }),
|
|
2934
|
-
/* @__PURE__ */
|
|
3166
|
+
/* @__PURE__ */ jsx71(
|
|
2935
3167
|
"path",
|
|
2936
3168
|
{
|
|
2937
3169
|
d: "M8.59 13.51L15.42 17.49M15.41 6.51L8.59 10.49M21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5ZM9 12C9 13.6569 7.65685 15 6 15C4.34315 15 3 13.6569 3 12C3 10.3431 4.34315 9 6 9C7.65685 9 9 10.3431 9 12ZM21 19C21 20.6569 19.6569 22 18 22C16.3431 22 15 20.6569 15 19C15 17.3431 16.3431 16 18 16C19.6569 16 21 17.3431 21 19Z",
|
|
@@ -2947,13 +3179,55 @@ var ShareIcon = forwardRef63(
|
|
|
2947
3179
|
}
|
|
2948
3180
|
);
|
|
2949
3181
|
|
|
3182
|
+
// src/icons/shareArrow.tsx
|
|
3183
|
+
import { forwardRef as forwardRef70 } from "react";
|
|
3184
|
+
import { jsx as jsx72, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
3185
|
+
var ShareArrowIcon = forwardRef70(
|
|
3186
|
+
function ShareArrowIcon2(_a, ref) {
|
|
3187
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3188
|
+
return /* @__PURE__ */ jsxs51(
|
|
3189
|
+
"svg",
|
|
3190
|
+
__spreadProps(__spreadValues({
|
|
3191
|
+
ref,
|
|
3192
|
+
width: size,
|
|
3193
|
+
height: size,
|
|
3194
|
+
viewBox: "0 0 24 24",
|
|
3195
|
+
fill: "none",
|
|
3196
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3197
|
+
className
|
|
3198
|
+
}, other), {
|
|
3199
|
+
children: [
|
|
3200
|
+
duotone && /* @__PURE__ */ jsx72(
|
|
3201
|
+
"path",
|
|
3202
|
+
{
|
|
3203
|
+
opacity: "0.12",
|
|
3204
|
+
d: "M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V14L10 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z",
|
|
3205
|
+
fill: "currentColor"
|
|
3206
|
+
}
|
|
3207
|
+
),
|
|
3208
|
+
/* @__PURE__ */ jsx72(
|
|
3209
|
+
"path",
|
|
3210
|
+
{
|
|
3211
|
+
d: "M21 9.00001L21 3.00001M21 3.00001H15M21 3.00001L12 12M10 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V14",
|
|
3212
|
+
stroke: "currentColor",
|
|
3213
|
+
strokeWidth: "2",
|
|
3214
|
+
strokeLinecap: "round",
|
|
3215
|
+
strokeLinejoin: "round"
|
|
3216
|
+
}
|
|
3217
|
+
)
|
|
3218
|
+
]
|
|
3219
|
+
})
|
|
3220
|
+
);
|
|
3221
|
+
}
|
|
3222
|
+
);
|
|
3223
|
+
|
|
2950
3224
|
// src/icons/skipBack.tsx
|
|
2951
|
-
import { forwardRef as
|
|
2952
|
-
import { jsx as
|
|
2953
|
-
var SkipBackIcon =
|
|
3225
|
+
import { forwardRef as forwardRef71 } from "react";
|
|
3226
|
+
import { jsx as jsx73, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
3227
|
+
var SkipBackIcon = forwardRef71(
|
|
2954
3228
|
function SkipBackIcon2(_a, ref) {
|
|
2955
3229
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2956
|
-
return /* @__PURE__ */
|
|
3230
|
+
return /* @__PURE__ */ jsxs52(
|
|
2957
3231
|
"svg",
|
|
2958
3232
|
__spreadProps(__spreadValues({
|
|
2959
3233
|
ref,
|
|
@@ -2965,7 +3239,7 @@ var SkipBackIcon = forwardRef64(
|
|
|
2965
3239
|
className
|
|
2966
3240
|
}, other), {
|
|
2967
3241
|
children: [
|
|
2968
|
-
duotone && /* @__PURE__ */
|
|
3242
|
+
duotone && /* @__PURE__ */ jsx73(
|
|
2969
3243
|
"path",
|
|
2970
3244
|
{
|
|
2971
3245
|
opacity: "0.12",
|
|
@@ -2973,7 +3247,7 @@ var SkipBackIcon = forwardRef64(
|
|
|
2973
3247
|
fill: "currentColor"
|
|
2974
3248
|
}
|
|
2975
3249
|
),
|
|
2976
|
-
/* @__PURE__ */
|
|
3250
|
+
/* @__PURE__ */ jsx73(
|
|
2977
3251
|
"path",
|
|
2978
3252
|
{
|
|
2979
3253
|
d: "M5 19V5M16.4005 6.07961L10.5617 10.7506C10.0279 11.1777 9.76097 11.3912 9.66433 11.6492C9.5796 11.8754 9.5796 12.1246 9.66433 12.3508C9.76097 12.6088 10.0279 12.8223 10.5617 13.2494L16.4005 17.9204C17.2327 18.5861 17.6487 18.919 17.9989 18.9194C18.3035 18.9197 18.5916 18.7812 18.7815 18.5432C19 18.2695 19 17.7367 19 16.671V7.329C19 6.2633 19 5.73045 18.7815 5.45677C18.5916 5.21876 18.3035 5.0803 17.9989 5.08063C17.6487 5.081 17.2327 5.41387 16.4005 6.07961Z",
|
|
@@ -2990,12 +3264,12 @@ var SkipBackIcon = forwardRef64(
|
|
|
2990
3264
|
);
|
|
2991
3265
|
|
|
2992
3266
|
// src/icons/skipForward.tsx
|
|
2993
|
-
import { forwardRef as
|
|
2994
|
-
import { jsx as
|
|
2995
|
-
var SkipForwardIcon =
|
|
3267
|
+
import { forwardRef as forwardRef72 } from "react";
|
|
3268
|
+
import { jsx as jsx74, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
3269
|
+
var SkipForwardIcon = forwardRef72(
|
|
2996
3270
|
function SkipForwardIcon2(_a, ref) {
|
|
2997
3271
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2998
|
-
return /* @__PURE__ */
|
|
3272
|
+
return /* @__PURE__ */ jsxs53(
|
|
2999
3273
|
"svg",
|
|
3000
3274
|
__spreadProps(__spreadValues({
|
|
3001
3275
|
ref,
|
|
@@ -3007,7 +3281,7 @@ var SkipForwardIcon = forwardRef65(
|
|
|
3007
3281
|
className
|
|
3008
3282
|
}, other), {
|
|
3009
3283
|
children: [
|
|
3010
|
-
duotone && /* @__PURE__ */
|
|
3284
|
+
duotone && /* @__PURE__ */ jsx74(
|
|
3011
3285
|
"path",
|
|
3012
3286
|
{
|
|
3013
3287
|
opacity: "0.12",
|
|
@@ -3015,7 +3289,7 @@ var SkipForwardIcon = forwardRef65(
|
|
|
3015
3289
|
fill: "currentColor"
|
|
3016
3290
|
}
|
|
3017
3291
|
),
|
|
3018
|
-
/* @__PURE__ */
|
|
3292
|
+
/* @__PURE__ */ jsx74(
|
|
3019
3293
|
"path",
|
|
3020
3294
|
{
|
|
3021
3295
|
d: "M19 5V19M7.59951 17.9204L13.4383 13.2494C13.9721 12.8223 14.239 12.6088 14.3357 12.3508C14.4204 12.1246 14.4204 11.8754 14.3357 11.6492C14.239 11.3912 13.9721 11.1777 13.4383 10.7506L7.59951 6.07961C6.76734 5.41387 6.35125 5.081 6.00108 5.08063C5.69654 5.0803 5.40845 5.21876 5.21846 5.45677C5 5.73045 5 6.2633 5 7.329V16.671C5 17.7367 5 18.2695 5.21846 18.5432C5.40845 18.7812 5.69654 18.9197 6.00108 18.9194C6.35125 18.919 6.76734 18.5861 7.59951 17.9204Z",
|
|
@@ -3032,12 +3306,12 @@ var SkipForwardIcon = forwardRef65(
|
|
|
3032
3306
|
);
|
|
3033
3307
|
|
|
3034
3308
|
// src/icons/stars.tsx
|
|
3035
|
-
import { forwardRef as
|
|
3036
|
-
import { jsx as
|
|
3037
|
-
var StarsIcon =
|
|
3309
|
+
import { forwardRef as forwardRef73 } from "react";
|
|
3310
|
+
import { jsx as jsx75, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
3311
|
+
var StarsIcon = forwardRef73(
|
|
3038
3312
|
function StarsIcon2(_a, ref) {
|
|
3039
3313
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3040
|
-
return /* @__PURE__ */
|
|
3314
|
+
return /* @__PURE__ */ jsxs54(
|
|
3041
3315
|
"svg",
|
|
3042
3316
|
__spreadProps(__spreadValues({
|
|
3043
3317
|
ref,
|
|
@@ -3049,7 +3323,7 @@ var StarsIcon = forwardRef66(
|
|
|
3049
3323
|
className
|
|
3050
3324
|
}, other), {
|
|
3051
3325
|
children: [
|
|
3052
|
-
duotone && /* @__PURE__ */
|
|
3326
|
+
duotone && /* @__PURE__ */ jsx75(
|
|
3053
3327
|
"path",
|
|
3054
3328
|
{
|
|
3055
3329
|
opacity: "0.12",
|
|
@@ -3057,7 +3331,7 @@ var StarsIcon = forwardRef66(
|
|
|
3057
3331
|
fill: "currentColor"
|
|
3058
3332
|
}
|
|
3059
3333
|
),
|
|
3060
|
-
/* @__PURE__ */
|
|
3334
|
+
/* @__PURE__ */ jsx75(
|
|
3061
3335
|
"path",
|
|
3062
3336
|
{
|
|
3063
3337
|
d: "M4.5 22V17M4.5 7V2M2 4.5H7M2 19.5H7M13 3L11.2658 7.50886C10.9838 8.24209 10.8428 8.60871 10.6235 8.91709C10.4292 9.1904 10.1904 9.42919 9.91709 9.62353C9.60871 9.8428 9.24209 9.98381 8.50886 10.2658L4 12L8.50886 13.7342C9.24209 14.0162 9.60871 14.1572 9.91709 14.3765C10.1904 14.5708 10.4292 14.8096 10.6235 15.0829C10.8428 15.3913 10.9838 15.7579 11.2658 16.4911L13 21L14.7342 16.4911C15.0162 15.7579 15.1572 15.3913 15.3765 15.0829C15.5708 14.8096 15.8096 14.5708 16.0829 14.3765C16.3913 14.1572 16.7579 14.0162 17.4911 13.7342L22 12L17.4911 10.2658C16.7579 9.98381 16.3913 9.8428 16.0829 9.62353C15.8096 9.42919 15.5708 9.1904 15.3765 8.91709C15.1572 8.60871 15.0162 8.24209 14.7342 7.50886L13 3Z",
|
|
@@ -3074,12 +3348,12 @@ var StarsIcon = forwardRef66(
|
|
|
3074
3348
|
);
|
|
3075
3349
|
|
|
3076
3350
|
// src/icons/trash.tsx
|
|
3077
|
-
import { forwardRef as
|
|
3078
|
-
import { jsx as
|
|
3079
|
-
var TrashIcon =
|
|
3351
|
+
import { forwardRef as forwardRef74 } from "react";
|
|
3352
|
+
import { jsx as jsx76, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
3353
|
+
var TrashIcon = forwardRef74(
|
|
3080
3354
|
function TrashIcon2(_a, ref) {
|
|
3081
3355
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3082
|
-
return /* @__PURE__ */
|
|
3356
|
+
return /* @__PURE__ */ jsxs55(
|
|
3083
3357
|
"svg",
|
|
3084
3358
|
__spreadProps(__spreadValues({
|
|
3085
3359
|
ref,
|
|
@@ -3091,7 +3365,7 @@ var TrashIcon = forwardRef67(
|
|
|
3091
3365
|
className
|
|
3092
3366
|
}, other), {
|
|
3093
3367
|
children: [
|
|
3094
|
-
duotone && /* @__PURE__ */
|
|
3368
|
+
duotone && /* @__PURE__ */ jsx76(
|
|
3095
3369
|
"path",
|
|
3096
3370
|
{
|
|
3097
3371
|
opacity: "0.12",
|
|
@@ -3099,7 +3373,7 @@ var TrashIcon = forwardRef67(
|
|
|
3099
3373
|
fill: "currentColor"
|
|
3100
3374
|
}
|
|
3101
3375
|
),
|
|
3102
|
-
/* @__PURE__ */
|
|
3376
|
+
/* @__PURE__ */ jsx76(
|
|
3103
3377
|
"path",
|
|
3104
3378
|
{
|
|
3105
3379
|
d: "M9 3H15M3 6H21M19 6L18.2987 16.5193C18.1935 18.0975 18.1409 18.8867 17.8 19.485C17.4999 20.0118 17.0472 20.4353 16.5017 20.6997C15.882 21 15.0911 21 13.5093 21H10.4907C8.90891 21 8.11803 21 7.49834 20.6997C6.95276 20.4353 6.50009 20.0118 6.19998 19.485C5.85911 18.8867 5.8065 18.0975 5.70129 16.5193L5 6M10 10.5V15.5M14 10.5V15.5",
|
|
@@ -3116,12 +3390,12 @@ var TrashIcon = forwardRef67(
|
|
|
3116
3390
|
);
|
|
3117
3391
|
|
|
3118
3392
|
// src/icons/trendDown.tsx
|
|
3119
|
-
import { forwardRef as
|
|
3120
|
-
import { jsx as
|
|
3121
|
-
var TrendDownIcon =
|
|
3393
|
+
import { forwardRef as forwardRef75 } from "react";
|
|
3394
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
3395
|
+
var TrendDownIcon = forwardRef75(
|
|
3122
3396
|
function TrendDownIcon2(_a, ref) {
|
|
3123
3397
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3124
|
-
return /* @__PURE__ */
|
|
3398
|
+
return /* @__PURE__ */ jsx77(
|
|
3125
3399
|
"svg",
|
|
3126
3400
|
__spreadProps(__spreadValues({
|
|
3127
3401
|
ref,
|
|
@@ -3132,7 +3406,7 @@ var TrendDownIcon = forwardRef68(
|
|
|
3132
3406
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3133
3407
|
className
|
|
3134
3408
|
}, other), {
|
|
3135
|
-
children: /* @__PURE__ */
|
|
3409
|
+
children: /* @__PURE__ */ jsx77(
|
|
3136
3410
|
"path",
|
|
3137
3411
|
{
|
|
3138
3412
|
d: "M22 17L14.1314 9.13137C13.7354 8.73535 13.5373 8.53735 13.309 8.46316C13.1082 8.3979 12.8918 8.3979 12.691 8.46316C12.4627 8.53735 12.2646 8.73535 11.8686 9.13137L9.13137 11.8686C8.73535 12.2646 8.53735 12.4627 8.30902 12.5368C8.10817 12.6021 7.89183 12.6021 7.69098 12.5368C7.46265 12.4627 7.26465 12.2646 6.86863 11.8686L2 7M22 17H15M22 17V10",
|
|
@@ -3148,12 +3422,12 @@ var TrendDownIcon = forwardRef68(
|
|
|
3148
3422
|
);
|
|
3149
3423
|
|
|
3150
3424
|
// src/icons/trendUp.tsx
|
|
3151
|
-
import { forwardRef as
|
|
3152
|
-
import { jsx as
|
|
3153
|
-
var TrendUpIcon =
|
|
3425
|
+
import { forwardRef as forwardRef76 } from "react";
|
|
3426
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
3427
|
+
var TrendUpIcon = forwardRef76(
|
|
3154
3428
|
function TrendUpIcon2(_a, ref) {
|
|
3155
3429
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3156
|
-
return /* @__PURE__ */
|
|
3430
|
+
return /* @__PURE__ */ jsx78(
|
|
3157
3431
|
"svg",
|
|
3158
3432
|
__spreadProps(__spreadValues({
|
|
3159
3433
|
ref,
|
|
@@ -3164,7 +3438,7 @@ var TrendUpIcon = forwardRef69(
|
|
|
3164
3438
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3165
3439
|
className
|
|
3166
3440
|
}, other), {
|
|
3167
|
-
children: /* @__PURE__ */
|
|
3441
|
+
children: /* @__PURE__ */ jsx78(
|
|
3168
3442
|
"path",
|
|
3169
3443
|
{
|
|
3170
3444
|
d: "M22 7L14.1314 14.8686C13.7354 15.2646 13.5373 15.4627 13.309 15.5368C13.1082 15.6021 12.8918 15.6021 12.691 15.5368C12.4627 15.4627 12.2646 15.2646 11.8686 14.8686L9.13137 12.1314C8.73535 11.7354 8.53735 11.5373 8.30902 11.4632C8.10817 11.3979 7.89183 11.3979 7.69098 11.4632C7.46265 11.5373 7.26465 11.7354 6.86863 12.1314L2 17M22 7H15M22 7V14",
|
|
@@ -3180,11 +3454,11 @@ var TrendUpIcon = forwardRef69(
|
|
|
3180
3454
|
);
|
|
3181
3455
|
|
|
3182
3456
|
// src/icons/user.tsx
|
|
3183
|
-
import { forwardRef as
|
|
3184
|
-
import { jsx as
|
|
3185
|
-
var UserIcon =
|
|
3457
|
+
import { forwardRef as forwardRef77 } from "react";
|
|
3458
|
+
import { jsx as jsx79, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
3459
|
+
var UserIcon = forwardRef77(function UserIcon2(_a, ref) {
|
|
3186
3460
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3187
|
-
return /* @__PURE__ */
|
|
3461
|
+
return /* @__PURE__ */ jsxs56(
|
|
3188
3462
|
"svg",
|
|
3189
3463
|
__spreadProps(__spreadValues({
|
|
3190
3464
|
ref,
|
|
@@ -3196,7 +3470,7 @@ var UserIcon = forwardRef70(function UserIcon2(_a, ref) {
|
|
|
3196
3470
|
className
|
|
3197
3471
|
}, other), {
|
|
3198
3472
|
children: [
|
|
3199
|
-
duotone && /* @__PURE__ */
|
|
3473
|
+
duotone && /* @__PURE__ */ jsx79(
|
|
3200
3474
|
"path",
|
|
3201
3475
|
{
|
|
3202
3476
|
opacity: "0.12",
|
|
@@ -3204,7 +3478,7 @@ var UserIcon = forwardRef70(function UserIcon2(_a, ref) {
|
|
|
3204
3478
|
fill: "currentColor"
|
|
3205
3479
|
}
|
|
3206
3480
|
),
|
|
3207
|
-
/* @__PURE__ */
|
|
3481
|
+
/* @__PURE__ */ jsx79(
|
|
3208
3482
|
"path",
|
|
3209
3483
|
{
|
|
3210
3484
|
d: "M20 21C20 19.6044 20 18.9067 19.8278 18.3389C19.44 17.0605 18.4395 16.06 17.1611 15.6722C16.5933 15.5 15.8956 15.5 14.5 15.5H9.5C8.10444 15.5 7.40665 15.5 6.83886 15.6722C5.56045 16.06 4.56004 17.0605 4.17224 18.3389C4 18.9067 4 19.6044 4 21M16.5 7.5C16.5 9.98528 14.4853 12 12 12C9.51472 12 7.5 9.98528 7.5 7.5C7.5 5.01472 9.51472 3 12 3C14.4853 3 16.5 5.01472 16.5 7.5Z",
|
|
@@ -3220,12 +3494,12 @@ var UserIcon = forwardRef70(function UserIcon2(_a, ref) {
|
|
|
3220
3494
|
});
|
|
3221
3495
|
|
|
3222
3496
|
// src/icons/userPlus.tsx
|
|
3223
|
-
import { forwardRef as
|
|
3224
|
-
import { jsx as
|
|
3225
|
-
var UserPlusIcon =
|
|
3497
|
+
import { forwardRef as forwardRef78 } from "react";
|
|
3498
|
+
import { jsx as jsx80, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
3499
|
+
var UserPlusIcon = forwardRef78(
|
|
3226
3500
|
function UserPlusIcon2(_a, ref) {
|
|
3227
3501
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3228
|
-
return /* @__PURE__ */
|
|
3502
|
+
return /* @__PURE__ */ jsxs57(
|
|
3229
3503
|
"svg",
|
|
3230
3504
|
__spreadProps(__spreadValues({
|
|
3231
3505
|
ref,
|
|
@@ -3237,7 +3511,7 @@ var UserPlusIcon = forwardRef71(
|
|
|
3237
3511
|
className
|
|
3238
3512
|
}, other), {
|
|
3239
3513
|
children: [
|
|
3240
|
-
duotone && /* @__PURE__ */
|
|
3514
|
+
duotone && /* @__PURE__ */ jsx80(
|
|
3241
3515
|
"path",
|
|
3242
3516
|
{
|
|
3243
3517
|
opacity: "0.12",
|
|
@@ -3245,7 +3519,7 @@ var UserPlusIcon = forwardRef71(
|
|
|
3245
3519
|
fill: "currentColor"
|
|
3246
3520
|
}
|
|
3247
3521
|
),
|
|
3248
|
-
/* @__PURE__ */
|
|
3522
|
+
/* @__PURE__ */ jsx80(
|
|
3249
3523
|
"path",
|
|
3250
3524
|
{
|
|
3251
3525
|
d: "M12 15.5H7.5C6.10444 15.5 5.40665 15.5 4.83886 15.6722C3.56045 16.06 2.56004 17.0605 2.17224 18.3389C2 18.9067 2 19.6044 2 21M19 21V15M16 18H22M14.5 7.5C14.5 9.98528 12.4853 12 10 12C7.51472 12 5.5 9.98528 5.5 7.5C5.5 5.01472 7.51472 3 10 3C12.4853 3 14.5 5.01472 14.5 7.5Z",
|
|
@@ -3262,12 +3536,12 @@ var UserPlusIcon = forwardRef71(
|
|
|
3262
3536
|
);
|
|
3263
3537
|
|
|
3264
3538
|
// src/icons/userX.tsx
|
|
3265
|
-
import { forwardRef as
|
|
3266
|
-
import { jsx as
|
|
3267
|
-
var UserXIcon =
|
|
3539
|
+
import { forwardRef as forwardRef79 } from "react";
|
|
3540
|
+
import { jsx as jsx81, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
3541
|
+
var UserXIcon = forwardRef79(
|
|
3268
3542
|
function UserXIcon2(_a, ref) {
|
|
3269
3543
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3270
|
-
return /* @__PURE__ */
|
|
3544
|
+
return /* @__PURE__ */ jsxs58(
|
|
3271
3545
|
"svg",
|
|
3272
3546
|
__spreadProps(__spreadValues({
|
|
3273
3547
|
ref,
|
|
@@ -3279,7 +3553,7 @@ var UserXIcon = forwardRef72(
|
|
|
3279
3553
|
className
|
|
3280
3554
|
}, other), {
|
|
3281
3555
|
children: [
|
|
3282
|
-
duotone && /* @__PURE__ */
|
|
3556
|
+
duotone && /* @__PURE__ */ jsx81(
|
|
3283
3557
|
"path",
|
|
3284
3558
|
{
|
|
3285
3559
|
opacity: "0.12",
|
|
@@ -3287,7 +3561,7 @@ var UserXIcon = forwardRef72(
|
|
|
3287
3561
|
fill: "currentColor"
|
|
3288
3562
|
}
|
|
3289
3563
|
),
|
|
3290
|
-
/* @__PURE__ */
|
|
3564
|
+
/* @__PURE__ */ jsx81(
|
|
3291
3565
|
"path",
|
|
3292
3566
|
{
|
|
3293
3567
|
d: "M16.5 16L21.5 21M21.5 16L16.5 21M12 15.5H7.5C6.10444 15.5 5.40665 15.5 4.83886 15.6722C3.56045 16.06 2.56004 17.0605 2.17224 18.3389C2 18.9067 2 19.6044 2 21M14.5 7.5C14.5 9.98528 12.4853 12 10 12C7.51472 12 5.5 9.98528 5.5 7.5C5.5 5.01472 7.51472 3 10 3C12.4853 3 14.5 5.01472 14.5 7.5Z",
|
|
@@ -3304,12 +3578,12 @@ var UserXIcon = forwardRef72(
|
|
|
3304
3578
|
);
|
|
3305
3579
|
|
|
3306
3580
|
// src/icons/users.tsx
|
|
3307
|
-
import { forwardRef as
|
|
3308
|
-
import { jsx as
|
|
3309
|
-
var UsersIcon =
|
|
3581
|
+
import { forwardRef as forwardRef80 } from "react";
|
|
3582
|
+
import { jsx as jsx82, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
3583
|
+
var UsersIcon = forwardRef80(
|
|
3310
3584
|
function UsersIcon2(_a, ref) {
|
|
3311
3585
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3312
|
-
return /* @__PURE__ */
|
|
3586
|
+
return /* @__PURE__ */ jsxs59(
|
|
3313
3587
|
"svg",
|
|
3314
3588
|
__spreadProps(__spreadValues({
|
|
3315
3589
|
ref,
|
|
@@ -3321,7 +3595,7 @@ var UsersIcon = forwardRef73(
|
|
|
3321
3595
|
className
|
|
3322
3596
|
}, other), {
|
|
3323
3597
|
children: [
|
|
3324
|
-
duotone && /* @__PURE__ */
|
|
3598
|
+
duotone && /* @__PURE__ */ jsx82(
|
|
3325
3599
|
"path",
|
|
3326
3600
|
{
|
|
3327
3601
|
opacity: "0.12",
|
|
@@ -3329,7 +3603,7 @@ var UsersIcon = forwardRef73(
|
|
|
3329
3603
|
fill: "currentColor"
|
|
3330
3604
|
}
|
|
3331
3605
|
),
|
|
3332
|
-
/* @__PURE__ */
|
|
3606
|
+
/* @__PURE__ */ jsx82(
|
|
3333
3607
|
"path",
|
|
3334
3608
|
{
|
|
3335
3609
|
d: "M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
|
|
@@ -3346,12 +3620,12 @@ var UsersIcon = forwardRef73(
|
|
|
3346
3620
|
);
|
|
3347
3621
|
|
|
3348
3622
|
// src/icons/usersPlus.tsx
|
|
3349
|
-
import { forwardRef as
|
|
3350
|
-
import { jsx as
|
|
3351
|
-
var UsersPlusIcon =
|
|
3623
|
+
import { forwardRef as forwardRef81 } from "react";
|
|
3624
|
+
import { jsx as jsx83, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
3625
|
+
var UsersPlusIcon = forwardRef81(
|
|
3352
3626
|
function UsersPlusIcon2(_a, ref) {
|
|
3353
3627
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3354
|
-
return /* @__PURE__ */
|
|
3628
|
+
return /* @__PURE__ */ jsxs60(
|
|
3355
3629
|
"svg",
|
|
3356
3630
|
__spreadProps(__spreadValues({
|
|
3357
3631
|
ref,
|
|
@@ -3363,7 +3637,7 @@ var UsersPlusIcon = forwardRef74(
|
|
|
3363
3637
|
className
|
|
3364
3638
|
}, other), {
|
|
3365
3639
|
children: [
|
|
3366
|
-
duotone && /* @__PURE__ */
|
|
3640
|
+
duotone && /* @__PURE__ */ jsx83(
|
|
3367
3641
|
"path",
|
|
3368
3642
|
{
|
|
3369
3643
|
opacity: "0.12",
|
|
@@ -3371,7 +3645,7 @@ var UsersPlusIcon = forwardRef74(
|
|
|
3371
3645
|
fill: "currentColor"
|
|
3372
3646
|
}
|
|
3373
3647
|
),
|
|
3374
|
-
/* @__PURE__ */
|
|
3648
|
+
/* @__PURE__ */ jsx83(
|
|
3375
3649
|
"path",
|
|
3376
3650
|
{
|
|
3377
3651
|
d: "M19 21V15M16 18H22M12 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
|
|
@@ -3388,12 +3662,12 @@ var UsersPlusIcon = forwardRef74(
|
|
|
3388
3662
|
);
|
|
3389
3663
|
|
|
3390
3664
|
// src/icons/usersX.tsx
|
|
3391
|
-
import { forwardRef as
|
|
3392
|
-
import { jsx as
|
|
3393
|
-
var UsersXIcon =
|
|
3665
|
+
import { forwardRef as forwardRef82 } from "react";
|
|
3666
|
+
import { jsx as jsx84, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
3667
|
+
var UsersXIcon = forwardRef82(
|
|
3394
3668
|
function UsersXIcon2(_a, ref) {
|
|
3395
3669
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3396
|
-
return /* @__PURE__ */
|
|
3670
|
+
return /* @__PURE__ */ jsxs61(
|
|
3397
3671
|
"svg",
|
|
3398
3672
|
__spreadProps(__spreadValues({
|
|
3399
3673
|
ref,
|
|
@@ -3405,7 +3679,7 @@ var UsersXIcon = forwardRef75(
|
|
|
3405
3679
|
className
|
|
3406
3680
|
}, other), {
|
|
3407
3681
|
children: [
|
|
3408
|
-
duotone && /* @__PURE__ */
|
|
3682
|
+
duotone && /* @__PURE__ */ jsx84(
|
|
3409
3683
|
"path",
|
|
3410
3684
|
{
|
|
3411
3685
|
opacity: "0.12",
|
|
@@ -3413,7 +3687,7 @@ var UsersXIcon = forwardRef75(
|
|
|
3413
3687
|
fill: "currentColor"
|
|
3414
3688
|
}
|
|
3415
3689
|
),
|
|
3416
|
-
/* @__PURE__ */
|
|
3690
|
+
/* @__PURE__ */ jsx84(
|
|
3417
3691
|
"path",
|
|
3418
3692
|
{
|
|
3419
3693
|
d: "M16.5 16L21.5 21M21.5 16L16.5 21M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M12 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
|
|
@@ -3430,12 +3704,12 @@ var UsersXIcon = forwardRef75(
|
|
|
3430
3704
|
);
|
|
3431
3705
|
|
|
3432
3706
|
// src/icons/videoRecorder.tsx
|
|
3433
|
-
import { forwardRef as
|
|
3434
|
-
import { jsx as
|
|
3435
|
-
var VideoRecorderIcon =
|
|
3707
|
+
import { forwardRef as forwardRef83 } from "react";
|
|
3708
|
+
import { jsx as jsx85, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
3709
|
+
var VideoRecorderIcon = forwardRef83(
|
|
3436
3710
|
function VideoRecorderIcon2(_a, ref) {
|
|
3437
3711
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3438
|
-
return /* @__PURE__ */
|
|
3712
|
+
return /* @__PURE__ */ jsxs62(
|
|
3439
3713
|
"svg",
|
|
3440
3714
|
__spreadProps(__spreadValues({
|
|
3441
3715
|
ref,
|
|
@@ -3447,7 +3721,7 @@ var VideoRecorderIcon = forwardRef76(
|
|
|
3447
3721
|
className
|
|
3448
3722
|
}, other), {
|
|
3449
3723
|
children: [
|
|
3450
|
-
duotone && /* @__PURE__ */
|
|
3724
|
+
duotone && /* @__PURE__ */ jsx85(
|
|
3451
3725
|
"path",
|
|
3452
3726
|
{
|
|
3453
3727
|
opacity: "0.12",
|
|
@@ -3459,7 +3733,7 @@ var VideoRecorderIcon = forwardRef76(
|
|
|
3459
3733
|
strokeLinejoin: "round"
|
|
3460
3734
|
}
|
|
3461
3735
|
),
|
|
3462
|
-
/* @__PURE__ */
|
|
3736
|
+
/* @__PURE__ */ jsx85(
|
|
3463
3737
|
"path",
|
|
3464
3738
|
{
|
|
3465
3739
|
d: "M22 8.93137C22 8.32555 22 8.02265 21.8802 7.88238C21.7763 7.76068 21.6203 7.69609 21.4608 7.70865C21.2769 7.72312 21.0627 7.93731 20.6343 8.36569L17 12L20.6343 15.6343C21.0627 16.0627 21.2769 16.2769 21.4608 16.2914C21.6203 16.3039 21.7763 16.2393 21.8802 16.1176C22 15.9774 22 15.6744 22 15.0686V8.93137Z",
|
|
@@ -3470,7 +3744,7 @@ var VideoRecorderIcon = forwardRef76(
|
|
|
3470
3744
|
}
|
|
3471
3745
|
),
|
|
3472
3746
|
",",
|
|
3473
|
-
/* @__PURE__ */
|
|
3747
|
+
/* @__PURE__ */ jsx85(
|
|
3474
3748
|
"path",
|
|
3475
3749
|
{
|
|
3476
3750
|
d: "M2 9.8C2 8.11984 2 7.27976 2.32698 6.63803C2.6146 6.07354 3.07354 5.6146 3.63803 5.32698C4.27976 5 5.11984 5 6.8 5H12.2C13.8802 5 14.7202 5 15.362 5.32698C15.9265 5.6146 16.3854 6.07354 16.673 6.63803C17 7.27976 17 8.11984 17 9.8V14.2C17 15.8802 17 16.7202 16.673 17.362C16.3854 17.9265 15.9265 18.3854 15.362 18.673C14.7202 19 13.8802 19 12.2 19H6.8C5.11984 19 4.27976 19 3.63803 18.673C3.07354 18.3854 2.6146 17.9265 2.32698 17.362C2 16.7202 2 15.8802 2 14.2V9.8Z",
|
|
@@ -3487,12 +3761,12 @@ var VideoRecorderIcon = forwardRef76(
|
|
|
3487
3761
|
);
|
|
3488
3762
|
|
|
3489
3763
|
// src/icons/videoRecorderOff.tsx
|
|
3490
|
-
import { forwardRef as
|
|
3491
|
-
import { jsx as
|
|
3492
|
-
var VideoRecorderOffIcon =
|
|
3764
|
+
import { forwardRef as forwardRef84 } from "react";
|
|
3765
|
+
import { jsx as jsx86, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
3766
|
+
var VideoRecorderOffIcon = forwardRef84(
|
|
3493
3767
|
function VideoRecorderOffIcon2(_a, ref) {
|
|
3494
3768
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3495
|
-
return /* @__PURE__ */
|
|
3769
|
+
return /* @__PURE__ */ jsxs63(
|
|
3496
3770
|
"svg",
|
|
3497
3771
|
__spreadProps(__spreadValues({
|
|
3498
3772
|
ref,
|
|
@@ -3504,7 +3778,7 @@ var VideoRecorderOffIcon = forwardRef77(
|
|
|
3504
3778
|
className
|
|
3505
3779
|
}, other), {
|
|
3506
3780
|
children: [
|
|
3507
|
-
duotone && /* @__PURE__ */
|
|
3781
|
+
duotone && /* @__PURE__ */ jsx86(
|
|
3508
3782
|
"path",
|
|
3509
3783
|
{
|
|
3510
3784
|
opacity: "0.12",
|
|
@@ -3516,7 +3790,7 @@ var VideoRecorderOffIcon = forwardRef77(
|
|
|
3516
3790
|
strokeLinejoin: "round"
|
|
3517
3791
|
}
|
|
3518
3792
|
),
|
|
3519
|
-
/* @__PURE__ */
|
|
3793
|
+
/* @__PURE__ */ jsx86(
|
|
3520
3794
|
"path",
|
|
3521
3795
|
{
|
|
3522
3796
|
d: "M5 5C3.34315 5 2 6.34315 2 8V16C2 17.6569 3.34315 19 5 19H14C15.3527 19 16.4962 18.1048 16.8705 16.8745M17 12L20.6343 8.36569C21.0627 7.93731 21.2769 7.72312 21.4608 7.70865C21.6203 7.69609 21.7763 7.76068 21.8802 7.88238C22 8.02265 22 8.32556 22 8.93137V15.0686C22 15.6744 22 15.9774 21.8802 16.1176C21.7763 16.2393 21.6203 16.3039 21.4608 16.2914C21.2769 16.2769 21.0627 16.0627 20.6343 15.6343L17 12ZM17 12V9.8C17 8.11984 17 7.27976 16.673 6.63803C16.3854 6.07354 15.9265 5.6146 15.362 5.32698C14.7202 5 13.8802 5 12.2 5H9.5M2 2L22 22",
|
|
@@ -3533,12 +3807,12 @@ var VideoRecorderOffIcon = forwardRef77(
|
|
|
3533
3807
|
);
|
|
3534
3808
|
|
|
3535
3809
|
// src/icons/volumeMax.tsx
|
|
3536
|
-
import { forwardRef as
|
|
3537
|
-
import { jsx as
|
|
3538
|
-
var VolumeMaxIcon =
|
|
3810
|
+
import { forwardRef as forwardRef85 } from "react";
|
|
3811
|
+
import { jsx as jsx87, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
3812
|
+
var VolumeMaxIcon = forwardRef85(
|
|
3539
3813
|
function VolumeMaxIcon2(_a, ref) {
|
|
3540
3814
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3541
|
-
return /* @__PURE__ */
|
|
3815
|
+
return /* @__PURE__ */ jsxs64(
|
|
3542
3816
|
"svg",
|
|
3543
3817
|
__spreadProps(__spreadValues({
|
|
3544
3818
|
ref,
|
|
@@ -3550,7 +3824,7 @@ var VolumeMaxIcon = forwardRef78(
|
|
|
3550
3824
|
className
|
|
3551
3825
|
}, other), {
|
|
3552
3826
|
children: [
|
|
3553
|
-
duotone && /* @__PURE__ */
|
|
3827
|
+
duotone && /* @__PURE__ */ jsx87(
|
|
3554
3828
|
"path",
|
|
3555
3829
|
{
|
|
3556
3830
|
opacity: "0.12",
|
|
@@ -3558,7 +3832,7 @@ var VolumeMaxIcon = forwardRef78(
|
|
|
3558
3832
|
fill: "currentColor"
|
|
3559
3833
|
}
|
|
3560
3834
|
),
|
|
3561
|
-
/* @__PURE__ */
|
|
3835
|
+
/* @__PURE__ */ jsx87(
|
|
3562
3836
|
"path",
|
|
3563
3837
|
{
|
|
3564
3838
|
d: "M19.7479 4.99999C21.1652 6.97023 22 9.38762 22 12C22 14.6124 21.1652 17.0298 19.7479 19M15.7453 7.99999C16.5362 9.13382 17 10.5127 17 12C17 13.4872 16.5362 14.8662 15.7453 16M9.63432 4.36567L6.46863 7.53136C6.29568 7.70431 6.2092 7.79079 6.10828 7.85263C6.01881 7.90746 5.92127 7.94786 5.81923 7.97236C5.70414 7.99999 5.58185 7.99999 5.33726 7.99999H3.6C3.03995 7.99999 2.75992 7.99999 2.54601 8.10898C2.35785 8.20485 2.20487 8.35784 2.10899 8.546C2 8.75991 2 9.03994 2 9.59999V14.4C2 14.96 2 15.2401 2.10899 15.454C2.20487 15.6421 2.35785 15.7951 2.54601 15.891C2.75992 16 3.03995 16 3.6 16H5.33726C5.58185 16 5.70414 16 5.81923 16.0276C5.92127 16.0521 6.01881 16.0925 6.10828 16.1473C6.2092 16.2092 6.29568 16.2957 6.46863 16.4686L9.63431 19.6343C10.0627 20.0627 10.2769 20.2769 10.4608 20.2913C10.6203 20.3039 10.7763 20.2393 10.8802 20.1176C11 19.9773 11 19.6744 11 19.0686V4.93136C11 4.32554 11 4.02264 10.8802 3.88237C10.7763 3.76067 10.6203 3.69608 10.4608 3.70864C10.2769 3.72311 10.0627 3.9373 9.63432 4.36567Z",
|
|
@@ -3575,12 +3849,12 @@ var VolumeMaxIcon = forwardRef78(
|
|
|
3575
3849
|
);
|
|
3576
3850
|
|
|
3577
3851
|
// src/icons/volumeX.tsx
|
|
3578
|
-
import { forwardRef as
|
|
3579
|
-
import { jsx as
|
|
3580
|
-
var VolumeXIcon =
|
|
3852
|
+
import { forwardRef as forwardRef86 } from "react";
|
|
3853
|
+
import { jsx as jsx88, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
3854
|
+
var VolumeXIcon = forwardRef86(
|
|
3581
3855
|
function VolumeXIcon2(_a, ref) {
|
|
3582
3856
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3583
|
-
return /* @__PURE__ */
|
|
3857
|
+
return /* @__PURE__ */ jsxs65(
|
|
3584
3858
|
"svg",
|
|
3585
3859
|
__spreadProps(__spreadValues({
|
|
3586
3860
|
ref,
|
|
@@ -3592,7 +3866,7 @@ var VolumeXIcon = forwardRef79(
|
|
|
3592
3866
|
className
|
|
3593
3867
|
}, other), {
|
|
3594
3868
|
children: [
|
|
3595
|
-
duotone && /* @__PURE__ */
|
|
3869
|
+
duotone && /* @__PURE__ */ jsx88(
|
|
3596
3870
|
"path",
|
|
3597
3871
|
{
|
|
3598
3872
|
opacity: "0.12",
|
|
@@ -3600,7 +3874,7 @@ var VolumeXIcon = forwardRef79(
|
|
|
3600
3874
|
fill: "currentColor"
|
|
3601
3875
|
}
|
|
3602
3876
|
),
|
|
3603
|
-
/* @__PURE__ */
|
|
3877
|
+
/* @__PURE__ */ jsx88(
|
|
3604
3878
|
"path",
|
|
3605
3879
|
{
|
|
3606
3880
|
d: "M22 8.99999L16 15M16 8.99999L22 15M9.63432 4.36567L6.46863 7.53136C6.29568 7.70431 6.2092 7.79079 6.10828 7.85263C6.01881 7.90746 5.92127 7.94786 5.81923 7.97236C5.70414 7.99999 5.58185 7.99999 5.33726 7.99999H3.6C3.03995 7.99999 2.75992 7.99999 2.54601 8.10898C2.35785 8.20485 2.20487 8.35784 2.10899 8.546C2 8.75991 2 9.03994 2 9.59999V14.4C2 14.96 2 15.2401 2.10899 15.454C2.20487 15.6421 2.35785 15.7951 2.54601 15.891C2.75992 16 3.03995 16 3.6 16H5.33726C5.58185 16 5.70414 16 5.81923 16.0276C5.92127 16.0521 6.01881 16.0925 6.10828 16.1473C6.2092 16.2092 6.29568 16.2957 6.46863 16.4686L9.63431 19.6343C10.0627 20.0627 10.2769 20.2769 10.4608 20.2913C10.6203 20.3039 10.7763 20.2393 10.8802 20.1176C11 19.9773 11 19.6744 11 19.0686V4.93136C11 4.32554 11 4.02264 10.8802 3.88237C10.7763 3.76067 10.6203 3.69608 10.4608 3.70864C10.2769 3.72311 10.0627 3.9373 9.63432 4.36567Z",
|
|
@@ -3617,12 +3891,12 @@ var VolumeXIcon = forwardRef79(
|
|
|
3617
3891
|
);
|
|
3618
3892
|
|
|
3619
3893
|
// src/icons/xCircle.tsx
|
|
3620
|
-
import { forwardRef as
|
|
3621
|
-
import { jsx as
|
|
3622
|
-
var XCircleIcon =
|
|
3894
|
+
import { forwardRef as forwardRef87 } from "react";
|
|
3895
|
+
import { jsx as jsx89, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
3896
|
+
var XCircleIcon = forwardRef87(
|
|
3623
3897
|
function XCircleIcon2(_a, ref) {
|
|
3624
3898
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3625
|
-
return /* @__PURE__ */
|
|
3899
|
+
return /* @__PURE__ */ jsxs66(
|
|
3626
3900
|
"svg",
|
|
3627
3901
|
__spreadProps(__spreadValues({
|
|
3628
3902
|
ref,
|
|
@@ -3634,7 +3908,7 @@ var XCircleIcon = forwardRef80(
|
|
|
3634
3908
|
className
|
|
3635
3909
|
}, other), {
|
|
3636
3910
|
children: [
|
|
3637
|
-
duotone && /* @__PURE__ */
|
|
3911
|
+
duotone && /* @__PURE__ */ jsx89(
|
|
3638
3912
|
"path",
|
|
3639
3913
|
{
|
|
3640
3914
|
opacity: "0.12",
|
|
@@ -3642,7 +3916,7 @@ var XCircleIcon = forwardRef80(
|
|
|
3642
3916
|
fill: "currentColor"
|
|
3643
3917
|
}
|
|
3644
3918
|
),
|
|
3645
|
-
/* @__PURE__ */
|
|
3919
|
+
/* @__PURE__ */ jsx89(
|
|
3646
3920
|
"path",
|
|
3647
3921
|
{
|
|
3648
3922
|
d: "M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z",
|
|
@@ -3659,12 +3933,12 @@ var XCircleIcon = forwardRef80(
|
|
|
3659
3933
|
);
|
|
3660
3934
|
|
|
3661
3935
|
// src/icons/xClose.tsx
|
|
3662
|
-
import { forwardRef as
|
|
3663
|
-
import { jsx as
|
|
3664
|
-
var XCloseIcon =
|
|
3936
|
+
import { forwardRef as forwardRef88 } from "react";
|
|
3937
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
3938
|
+
var XCloseIcon = forwardRef88(
|
|
3665
3939
|
function XCloseIcon2(_a, ref) {
|
|
3666
3940
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3667
|
-
return /* @__PURE__ */
|
|
3941
|
+
return /* @__PURE__ */ jsx90(
|
|
3668
3942
|
"svg",
|
|
3669
3943
|
__spreadProps(__spreadValues({
|
|
3670
3944
|
ref,
|
|
@@ -3675,7 +3949,7 @@ var XCloseIcon = forwardRef81(
|
|
|
3675
3949
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3676
3950
|
className
|
|
3677
3951
|
}, other), {
|
|
3678
|
-
children: /* @__PURE__ */
|
|
3952
|
+
children: /* @__PURE__ */ jsx90(
|
|
3679
3953
|
"path",
|
|
3680
3954
|
{
|
|
3681
3955
|
d: "M18 6L6 18M6 6L18 18",
|
|
@@ -3691,7 +3965,7 @@ var XCloseIcon = forwardRef81(
|
|
|
3691
3965
|
);
|
|
3692
3966
|
|
|
3693
3967
|
// src/components/Calendar/Calendar.tsx
|
|
3694
|
-
import { jsx as
|
|
3968
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
3695
3969
|
function Calendar(_a) {
|
|
3696
3970
|
var _b = _a, {
|
|
3697
3971
|
className,
|
|
@@ -3702,7 +3976,7 @@ function Calendar(_a) {
|
|
|
3702
3976
|
"classNames",
|
|
3703
3977
|
"showOutsideDays"
|
|
3704
3978
|
]);
|
|
3705
|
-
return /* @__PURE__ */
|
|
3979
|
+
return /* @__PURE__ */ jsx91(
|
|
3706
3980
|
DayPicker,
|
|
3707
3981
|
__spreadValues({
|
|
3708
3982
|
showOutsideDays,
|
|
@@ -3734,11 +4008,11 @@ function Calendar(_a) {
|
|
|
3734
4008
|
components: {
|
|
3735
4009
|
IconLeft: (_a2) => {
|
|
3736
4010
|
var props2 = __objRest(_a2, []);
|
|
3737
|
-
return /* @__PURE__ */
|
|
4011
|
+
return /* @__PURE__ */ jsx91(ChevronLeftIcon, { className: "h-3 w-3" });
|
|
3738
4012
|
},
|
|
3739
4013
|
IconRight: (_b2) => {
|
|
3740
4014
|
var props2 = __objRest(_b2, []);
|
|
3741
|
-
return /* @__PURE__ */
|
|
4015
|
+
return /* @__PURE__ */ jsx91(ChevronRightIcon, { className: "h-3 w-3" });
|
|
3742
4016
|
}
|
|
3743
4017
|
}
|
|
3744
4018
|
}, props)
|
|
@@ -3749,7 +4023,7 @@ Calendar.displayName = "Calendar";
|
|
|
3749
4023
|
// src/components/Dialog/Dialog.tsx
|
|
3750
4024
|
import * as React5 from "react";
|
|
3751
4025
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
3752
|
-
import { jsx as
|
|
4026
|
+
import { jsx as jsx92, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
3753
4027
|
var Dialog = DialogPrimitive.Root;
|
|
3754
4028
|
var DialogTrigger = DialogPrimitive.Trigger;
|
|
3755
4029
|
var DialogPortal = (_a) => {
|
|
@@ -3758,12 +4032,12 @@ var DialogPortal = (_a) => {
|
|
|
3758
4032
|
} = _b, props = __objRest(_b, [
|
|
3759
4033
|
"className"
|
|
3760
4034
|
]);
|
|
3761
|
-
return /* @__PURE__ */
|
|
4035
|
+
return /* @__PURE__ */ jsx92(DialogPrimitive.Portal, __spreadValues({ className: cn(className) }, props));
|
|
3762
4036
|
};
|
|
3763
4037
|
DialogPortal.displayName = DialogPrimitive.Portal.displayName;
|
|
3764
4038
|
var DialogOverlay = React5.forwardRef((_a, ref) => {
|
|
3765
4039
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
3766
|
-
return /* @__PURE__ */
|
|
4040
|
+
return /* @__PURE__ */ jsx92(
|
|
3767
4041
|
DialogPrimitive.Overlay,
|
|
3768
4042
|
__spreadValues({
|
|
3769
4043
|
ref,
|
|
@@ -3777,9 +4051,9 @@ var DialogOverlay = React5.forwardRef((_a, ref) => {
|
|
|
3777
4051
|
DialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
|
|
3778
4052
|
var DialogContent = React5.forwardRef((_a, ref) => {
|
|
3779
4053
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
3780
|
-
return /* @__PURE__ */
|
|
3781
|
-
/* @__PURE__ */
|
|
3782
|
-
/* @__PURE__ */
|
|
4054
|
+
return /* @__PURE__ */ jsxs67(DialogPortal, { children: [
|
|
4055
|
+
/* @__PURE__ */ jsx92(DialogOverlay, {}),
|
|
4056
|
+
/* @__PURE__ */ jsxs67(
|
|
3783
4057
|
DialogPrimitive.Content,
|
|
3784
4058
|
__spreadProps(__spreadValues({
|
|
3785
4059
|
ref,
|
|
@@ -3790,7 +4064,7 @@ var DialogContent = React5.forwardRef((_a, ref) => {
|
|
|
3790
4064
|
}, props), {
|
|
3791
4065
|
children: [
|
|
3792
4066
|
children,
|
|
3793
|
-
/* @__PURE__ */
|
|
4067
|
+
/* @__PURE__ */ jsxs67(
|
|
3794
4068
|
DialogPrimitive.Close,
|
|
3795
4069
|
{
|
|
3796
4070
|
className: cn(
|
|
@@ -3799,8 +4073,8 @@ var DialogContent = React5.forwardRef((_a, ref) => {
|
|
|
3799
4073
|
"absolute right-6 top-6"
|
|
3800
4074
|
),
|
|
3801
4075
|
children: [
|
|
3802
|
-
/* @__PURE__ */
|
|
3803
|
-
/* @__PURE__ */
|
|
4076
|
+
/* @__PURE__ */ jsx92(XCloseIcon, { className: "h-3 w-3" }),
|
|
4077
|
+
/* @__PURE__ */ jsx92("span", { className: "sr-only", children: "Close" })
|
|
3804
4078
|
]
|
|
3805
4079
|
}
|
|
3806
4080
|
)
|
|
@@ -3816,7 +4090,7 @@ var DialogHeader = (_a) => {
|
|
|
3816
4090
|
} = _b, props = __objRest(_b, [
|
|
3817
4091
|
"className"
|
|
3818
4092
|
]);
|
|
3819
|
-
return /* @__PURE__ */
|
|
4093
|
+
return /* @__PURE__ */ jsx92(
|
|
3820
4094
|
"div",
|
|
3821
4095
|
__spreadValues({
|
|
3822
4096
|
className: cn(
|
|
@@ -3833,7 +4107,7 @@ var DialogFooter = (_a) => {
|
|
|
3833
4107
|
} = _b, props = __objRest(_b, [
|
|
3834
4108
|
"className"
|
|
3835
4109
|
]);
|
|
3836
|
-
return /* @__PURE__ */
|
|
4110
|
+
return /* @__PURE__ */ jsx92(
|
|
3837
4111
|
"div",
|
|
3838
4112
|
__spreadValues({
|
|
3839
4113
|
className: cn(
|
|
@@ -3846,7 +4120,7 @@ var DialogFooter = (_a) => {
|
|
|
3846
4120
|
DialogFooter.displayName = "DialogFooter";
|
|
3847
4121
|
var DialogTitle = React5.forwardRef((_a, ref) => {
|
|
3848
4122
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
3849
|
-
return /* @__PURE__ */
|
|
4123
|
+
return /* @__PURE__ */ jsx92(
|
|
3850
4124
|
DialogPrimitive.Title,
|
|
3851
4125
|
__spreadValues({
|
|
3852
4126
|
ref,
|
|
@@ -3857,7 +4131,7 @@ var DialogTitle = React5.forwardRef((_a, ref) => {
|
|
|
3857
4131
|
DialogTitle.displayName = DialogPrimitive.Title.displayName;
|
|
3858
4132
|
var DialogDescription = React5.forwardRef((_a, ref) => {
|
|
3859
4133
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
3860
|
-
return /* @__PURE__ */
|
|
4134
|
+
return /* @__PURE__ */ jsx92(
|
|
3861
4135
|
DialogPrimitive.Description,
|
|
3862
4136
|
__spreadValues({
|
|
3863
4137
|
ref,
|
|
@@ -3870,12 +4144,12 @@ DialogDescription.displayName = DialogPrimitive.Description.displayName;
|
|
|
3870
4144
|
// src/components/Popover/Popover.tsx
|
|
3871
4145
|
import * as React6 from "react";
|
|
3872
4146
|
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
3873
|
-
import { jsx as
|
|
4147
|
+
import { jsx as jsx93 } from "react/jsx-runtime";
|
|
3874
4148
|
var Popover = PopoverPrimitive.Root;
|
|
3875
4149
|
var PopoverTrigger = PopoverPrimitive.Trigger;
|
|
3876
4150
|
var PopoverContent = React6.forwardRef((_a, ref) => {
|
|
3877
4151
|
var _b = _a, { className, align = "center", sideOffset = 4 } = _b, props = __objRest(_b, ["className", "align", "sideOffset"]);
|
|
3878
|
-
return /* @__PURE__ */
|
|
4152
|
+
return /* @__PURE__ */ jsx93(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsx93(
|
|
3879
4153
|
PopoverPrimitive.Content,
|
|
3880
4154
|
__spreadValues({
|
|
3881
4155
|
ref,
|
|
@@ -3893,10 +4167,10 @@ PopoverContent.displayName = PopoverPrimitive.Content.displayName;
|
|
|
3893
4167
|
// src/components/Switch/Switch.tsx
|
|
3894
4168
|
import * as React7 from "react";
|
|
3895
4169
|
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
3896
|
-
import { jsx as
|
|
4170
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
3897
4171
|
var Switch = React7.forwardRef((_a, ref) => {
|
|
3898
4172
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
3899
|
-
return /* @__PURE__ */
|
|
4173
|
+
return /* @__PURE__ */ jsx94(
|
|
3900
4174
|
SwitchPrimitive.Root,
|
|
3901
4175
|
__spreadProps(__spreadValues({
|
|
3902
4176
|
className: cn(
|
|
@@ -3905,7 +4179,7 @@ var Switch = React7.forwardRef((_a, ref) => {
|
|
|
3905
4179
|
)
|
|
3906
4180
|
}, props), {
|
|
3907
4181
|
ref,
|
|
3908
|
-
children: /* @__PURE__ */
|
|
4182
|
+
children: /* @__PURE__ */ jsx94(SwitchPrimitive.Thumb, { className: "inline-block w-4 h-4 bg-gray-600 rounded-full translate-x-0.5 data-[state=checked]:translate-x-5 data-[state=checked]:bg-white transition-transform ease-linear will-change-transform" })
|
|
3909
4183
|
})
|
|
3910
4184
|
);
|
|
3911
4185
|
});
|
|
@@ -3914,11 +4188,11 @@ Switch.displayName = SwitchPrimitive.Root.displayName;
|
|
|
3914
4188
|
// src/components/Tabs/Tabs.tsx
|
|
3915
4189
|
import * as React8 from "react";
|
|
3916
4190
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
3917
|
-
import { jsx as
|
|
4191
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
3918
4192
|
var Tabs = TabsPrimitive.Root;
|
|
3919
4193
|
var TabsList = React8.forwardRef((_a, ref) => {
|
|
3920
4194
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
3921
|
-
return /* @__PURE__ */
|
|
4195
|
+
return /* @__PURE__ */ jsx95(
|
|
3922
4196
|
TabsPrimitive.List,
|
|
3923
4197
|
__spreadValues({
|
|
3924
4198
|
ref,
|
|
@@ -3932,7 +4206,7 @@ var TabsList = React8.forwardRef((_a, ref) => {
|
|
|
3932
4206
|
TabsList.displayName = TabsPrimitive.List.displayName;
|
|
3933
4207
|
var TabsTrigger = React8.forwardRef((_a, ref) => {
|
|
3934
4208
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
3935
|
-
return /* @__PURE__ */
|
|
4209
|
+
return /* @__PURE__ */ jsx95(
|
|
3936
4210
|
TabsPrimitive.Trigger,
|
|
3937
4211
|
__spreadValues({
|
|
3938
4212
|
ref,
|
|
@@ -3949,7 +4223,7 @@ var TabsTrigger = React8.forwardRef((_a, ref) => {
|
|
|
3949
4223
|
TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
|
|
3950
4224
|
var TabsContent = React8.forwardRef((_a, ref) => {
|
|
3951
4225
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
3952
|
-
return /* @__PURE__ */
|
|
4226
|
+
return /* @__PURE__ */ jsx95(
|
|
3953
4227
|
TabsPrimitive.Content,
|
|
3954
4228
|
__spreadValues({
|
|
3955
4229
|
ref,
|
|
@@ -3977,10 +4251,12 @@ export {
|
|
|
3977
4251
|
AlertDialogHeader,
|
|
3978
4252
|
AlertDialogTitle,
|
|
3979
4253
|
AlertDialogTrigger,
|
|
4254
|
+
ArrowCircleUpIcon,
|
|
3980
4255
|
ArrowDownIcon,
|
|
3981
4256
|
ArrowLeftIcon,
|
|
3982
4257
|
ArrowRightIcon,
|
|
3983
4258
|
ArrowUpIcon,
|
|
4259
|
+
AttachmentIcon,
|
|
3984
4260
|
Badge,
|
|
3985
4261
|
BellIcon,
|
|
3986
4262
|
Button,
|
|
@@ -4004,9 +4280,11 @@ export {
|
|
|
4004
4280
|
DialogHeader,
|
|
4005
4281
|
DialogTitle,
|
|
4006
4282
|
DialogTrigger,
|
|
4283
|
+
DotsHorizontalIcon,
|
|
4007
4284
|
DownloadIcon,
|
|
4008
4285
|
EditIcon,
|
|
4009
4286
|
ExpandIcon,
|
|
4287
|
+
FilterLinesIcon,
|
|
4010
4288
|
FlipBackwardIcon,
|
|
4011
4289
|
FlipForwardIcon,
|
|
4012
4290
|
HelpCircleIcon,
|
|
@@ -4016,6 +4294,7 @@ export {
|
|
|
4016
4294
|
ImageXIcon,
|
|
4017
4295
|
InfoCircleIcon,
|
|
4018
4296
|
LightbulbIcon,
|
|
4297
|
+
LinkIcon,
|
|
4019
4298
|
LockIcon,
|
|
4020
4299
|
LogInIcon,
|
|
4021
4300
|
MagicWandIcon,
|
|
@@ -4029,6 +4308,7 @@ export {
|
|
|
4029
4308
|
MonitorIcon,
|
|
4030
4309
|
NotificationBoxIcon,
|
|
4031
4310
|
PauseCircleIcon,
|
|
4311
|
+
PhoneCallIcon,
|
|
4032
4312
|
PhoneIcon,
|
|
4033
4313
|
PieChartIcon,
|
|
4034
4314
|
PlayCircleIcon,
|
|
@@ -4048,6 +4328,7 @@ export {
|
|
|
4048
4328
|
SearchMdIcon,
|
|
4049
4329
|
SendIcon,
|
|
4050
4330
|
SettingsIcon,
|
|
4331
|
+
ShareArrowIcon,
|
|
4051
4332
|
ShareIcon,
|
|
4052
4333
|
SkipBackIcon,
|
|
4053
4334
|
SkipForwardIcon,
|