@snapcall/design-system 1.3.0 → 1.5.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 +114 -1
- package/dist/index.d.ts +114 -1
- package/dist/index.js +1622 -543
- package/dist/index.mjs +1573 -538
- package/dist/tailwind.config.js +8 -6
- package/dist/tailwind.css +1 -1
- package/package.json +19 -5
package/dist/index.js
CHANGED
|
@@ -74,10 +74,12 @@ __export(src_exports, {
|
|
|
74
74
|
AlertDialogHeader: () => AlertDialogHeader,
|
|
75
75
|
AlertDialogTitle: () => AlertDialogTitle,
|
|
76
76
|
AlertDialogTrigger: () => AlertDialogTrigger,
|
|
77
|
+
ArrowCircleUpIcon: () => ArrowCircleUpIcon,
|
|
77
78
|
ArrowDownIcon: () => ArrowDownIcon,
|
|
78
79
|
ArrowLeftIcon: () => ArrowLeftIcon,
|
|
79
80
|
ArrowRightIcon: () => ArrowRightIcon,
|
|
80
81
|
ArrowUpIcon: () => ArrowUpIcon,
|
|
82
|
+
AttachmentIcon: () => AttachmentIcon,
|
|
81
83
|
Badge: () => Badge,
|
|
82
84
|
BellIcon: () => BellIcon,
|
|
83
85
|
Button: () => Button,
|
|
@@ -88,9 +90,12 @@ __export(src_exports, {
|
|
|
88
90
|
CameraIcon: () => CameraIcon,
|
|
89
91
|
CameraOffIcon: () => CameraOffIcon,
|
|
90
92
|
CheckCircleIcon: () => CheckCircleIcon,
|
|
93
|
+
CheckIcon: () => CheckIcon,
|
|
94
|
+
Checkbox: () => Checkbox,
|
|
91
95
|
ChevronDownIcon: () => ChevronDownIcon,
|
|
92
96
|
ChevronLeftIcon: () => ChevronLeftIcon,
|
|
93
97
|
ChevronRightIcon: () => ChevronRightIcon,
|
|
98
|
+
ChevronSelectorVerticalIcon: () => ChevronSelectorVerticalIcon,
|
|
94
99
|
ChevronUpIcon: () => ChevronUpIcon,
|
|
95
100
|
CopyIcon: () => CopyIcon,
|
|
96
101
|
CursorClickIcon: () => CursorClickIcon,
|
|
@@ -101,18 +106,45 @@ __export(src_exports, {
|
|
|
101
106
|
DialogHeader: () => DialogHeader,
|
|
102
107
|
DialogTitle: () => DialogTitle,
|
|
103
108
|
DialogTrigger: () => DialogTrigger,
|
|
109
|
+
DotsHorizontalIcon: () => DotsHorizontalIcon,
|
|
104
110
|
DownloadIcon: () => DownloadIcon,
|
|
111
|
+
DropdownMenu: () => DropdownMenu,
|
|
112
|
+
DropdownMenuCheckboxItem: () => DropdownMenuCheckboxItem,
|
|
113
|
+
DropdownMenuContent: () => DropdownMenuContent,
|
|
114
|
+
DropdownMenuGroup: () => DropdownMenuGroup,
|
|
115
|
+
DropdownMenuItem: () => DropdownMenuItem,
|
|
116
|
+
DropdownMenuLabel: () => DropdownMenuLabel,
|
|
117
|
+
DropdownMenuPortal: () => DropdownMenuPortal,
|
|
118
|
+
DropdownMenuRadioGroup: () => DropdownMenuRadioGroup,
|
|
119
|
+
DropdownMenuRadioItem: () => DropdownMenuRadioItem,
|
|
120
|
+
DropdownMenuSeparator: () => DropdownMenuSeparator,
|
|
121
|
+
DropdownMenuSub: () => DropdownMenuSub,
|
|
122
|
+
DropdownMenuSubContent: () => DropdownMenuSubContent,
|
|
123
|
+
DropdownMenuSubTrigger: () => DropdownMenuSubTrigger,
|
|
124
|
+
DropdownMenuTrigger: () => DropdownMenuTrigger,
|
|
105
125
|
EditIcon: () => EditIcon,
|
|
106
126
|
ExpandIcon: () => ExpandIcon,
|
|
127
|
+
FileQuestionIcon: () => FileQuestionIcon,
|
|
128
|
+
FilterLinesIcon: () => FilterLinesIcon,
|
|
107
129
|
FlipBackwardIcon: () => FlipBackwardIcon,
|
|
108
130
|
FlipForwardIcon: () => FlipForwardIcon,
|
|
131
|
+
Form: () => Form,
|
|
132
|
+
FormControl: () => FormControl,
|
|
133
|
+
FormDescription: () => FormDescription,
|
|
134
|
+
FormField: () => FormField,
|
|
135
|
+
FormItem: () => FormItem,
|
|
136
|
+
FormLabel: () => FormLabel,
|
|
137
|
+
FormMessage: () => FormMessage,
|
|
109
138
|
HelpCircleIcon: () => HelpCircleIcon,
|
|
110
139
|
HomeIcon: () => HomeIcon,
|
|
111
140
|
ImageDownIcon: () => ImageDownIcon,
|
|
112
141
|
ImageIcon: () => ImageIcon,
|
|
113
142
|
ImageXIcon: () => ImageXIcon,
|
|
114
143
|
InfoCircleIcon: () => InfoCircleIcon,
|
|
144
|
+
Input: () => Input,
|
|
145
|
+
Label: () => Label2,
|
|
115
146
|
LightbulbIcon: () => LightbulbIcon,
|
|
147
|
+
LinkIcon: () => LinkIcon,
|
|
116
148
|
LockIcon: () => LockIcon,
|
|
117
149
|
LogInIcon: () => LogInIcon,
|
|
118
150
|
MagicWandIcon: () => MagicWandIcon,
|
|
@@ -126,6 +158,7 @@ __export(src_exports, {
|
|
|
126
158
|
MonitorIcon: () => MonitorIcon,
|
|
127
159
|
NotificationBoxIcon: () => NotificationBoxIcon,
|
|
128
160
|
PauseCircleIcon: () => PauseCircleIcon,
|
|
161
|
+
PhoneCallIcon: () => PhoneCallIcon,
|
|
129
162
|
PhoneIcon: () => PhoneIcon,
|
|
130
163
|
PieChartIcon: () => PieChartIcon,
|
|
131
164
|
PlayCircleIcon: () => PlayCircleIcon,
|
|
@@ -143,8 +176,17 @@ __export(src_exports, {
|
|
|
143
176
|
RocketIcon: () => RocketIcon,
|
|
144
177
|
SaveIcon: () => SaveIcon,
|
|
145
178
|
SearchMdIcon: () => SearchMdIcon,
|
|
179
|
+
Select: () => Select,
|
|
180
|
+
SelectContent: () => SelectContent,
|
|
181
|
+
SelectGroup: () => SelectGroup,
|
|
182
|
+
SelectItem: () => SelectItem,
|
|
183
|
+
SelectLabel: () => SelectLabel,
|
|
184
|
+
SelectSeparator: () => SelectSeparator,
|
|
185
|
+
SelectTrigger: () => SelectTrigger,
|
|
186
|
+
SelectValue: () => SelectValue,
|
|
146
187
|
SendIcon: () => SendIcon,
|
|
147
188
|
SettingsIcon: () => SettingsIcon,
|
|
189
|
+
ShareArrowIcon: () => ShareArrowIcon,
|
|
148
190
|
ShareIcon: () => ShareIcon,
|
|
149
191
|
SkipBackIcon: () => SkipBackIcon,
|
|
150
192
|
SkipForwardIcon: () => SkipForwardIcon,
|
|
@@ -154,6 +196,11 @@ __export(src_exports, {
|
|
|
154
196
|
TabsContent: () => TabsContent,
|
|
155
197
|
TabsList: () => TabsList,
|
|
156
198
|
TabsTrigger: () => TabsTrigger,
|
|
199
|
+
Textarea: () => Textarea,
|
|
200
|
+
Tooltip: () => Tooltip,
|
|
201
|
+
TooltipContent: () => TooltipContent,
|
|
202
|
+
TooltipProvider: () => TooltipProvider,
|
|
203
|
+
TooltipTrigger: () => TooltipTrigger,
|
|
157
204
|
TrashIcon: () => TrashIcon,
|
|
158
205
|
TrendDownIcon: () => TrendDownIcon,
|
|
159
206
|
TrendUpIcon: () => TrendUpIcon,
|
|
@@ -171,7 +218,8 @@ __export(src_exports, {
|
|
|
171
218
|
XCloseIcon: () => XCloseIcon,
|
|
172
219
|
buttonSizes: () => buttonSizes,
|
|
173
220
|
buttonVariants: () => buttonVariants,
|
|
174
|
-
iconButtonSizes: () => iconButtonSizes
|
|
221
|
+
iconButtonSizes: () => iconButtonSizes,
|
|
222
|
+
useFormField: () => useFormField
|
|
175
223
|
});
|
|
176
224
|
module.exports = __toCommonJS(src_exports);
|
|
177
225
|
|
|
@@ -658,7 +706,7 @@ var import_react4 = require("react");
|
|
|
658
706
|
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
659
707
|
var ActivityIcon = (0, import_react4.forwardRef)(
|
|
660
708
|
function ActivityIcon2(_a, ref) {
|
|
661
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
709
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
662
710
|
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
663
711
|
"svg",
|
|
664
712
|
__spreadProps(__spreadValues({
|
|
@@ -727,13 +775,55 @@ var AlertCircleIcon = (0, import_react5.forwardRef)(
|
|
|
727
775
|
}
|
|
728
776
|
);
|
|
729
777
|
|
|
730
|
-
// src/icons/
|
|
778
|
+
// src/icons/arrowCircleUp.tsx
|
|
731
779
|
var import_react6 = require("react");
|
|
732
780
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
733
|
-
var
|
|
781
|
+
var ArrowCircleUpIcon = (0, import_react6.forwardRef)(
|
|
782
|
+
function ArrowCircleUpIcon2(_a, ref) {
|
|
783
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
784
|
+
return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
|
|
785
|
+
"svg",
|
|
786
|
+
__spreadProps(__spreadValues({
|
|
787
|
+
ref,
|
|
788
|
+
width: size,
|
|
789
|
+
height: size,
|
|
790
|
+
viewBox: "0 0 24 24",
|
|
791
|
+
fill: "none",
|
|
792
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
793
|
+
className
|
|
794
|
+
}, other), {
|
|
795
|
+
children: [
|
|
796
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
797
|
+
"path",
|
|
798
|
+
{
|
|
799
|
+
opacity: "0.12",
|
|
800
|
+
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",
|
|
801
|
+
fill: "currentColor"
|
|
802
|
+
}
|
|
803
|
+
),
|
|
804
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
805
|
+
"path",
|
|
806
|
+
{
|
|
807
|
+
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",
|
|
808
|
+
stroke: "currentColor",
|
|
809
|
+
strokeWidth: "2",
|
|
810
|
+
strokeLinecap: "round",
|
|
811
|
+
strokeLinejoin: "round"
|
|
812
|
+
}
|
|
813
|
+
)
|
|
814
|
+
]
|
|
815
|
+
})
|
|
816
|
+
);
|
|
817
|
+
}
|
|
818
|
+
);
|
|
819
|
+
|
|
820
|
+
// src/icons/arrowDown.tsx
|
|
821
|
+
var import_react7 = require("react");
|
|
822
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
823
|
+
var ArrowDownIcon = (0, import_react7.forwardRef)(
|
|
734
824
|
function ArrowDownIcon2(_a, ref) {
|
|
735
825
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
736
|
-
return /* @__PURE__ */ (0,
|
|
826
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
737
827
|
"svg",
|
|
738
828
|
__spreadProps(__spreadValues({
|
|
739
829
|
ref,
|
|
@@ -744,7 +834,7 @@ var ArrowDownIcon = (0, import_react6.forwardRef)(
|
|
|
744
834
|
xmlns: "http://www.w3.org/2000/svg",
|
|
745
835
|
className
|
|
746
836
|
}, other), {
|
|
747
|
-
children: /* @__PURE__ */ (0,
|
|
837
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
748
838
|
"path",
|
|
749
839
|
{
|
|
750
840
|
d: "M12 5V19M12 19L19 12M12 19L5 12",
|
|
@@ -760,12 +850,12 @@ var ArrowDownIcon = (0, import_react6.forwardRef)(
|
|
|
760
850
|
);
|
|
761
851
|
|
|
762
852
|
// src/icons/arrowLeft.tsx
|
|
763
|
-
var
|
|
764
|
-
var
|
|
765
|
-
var ArrowLeftIcon = (0,
|
|
853
|
+
var import_react8 = require("react");
|
|
854
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
855
|
+
var ArrowLeftIcon = (0, import_react8.forwardRef)(
|
|
766
856
|
function ArrowLeftIcon2(_a, ref) {
|
|
767
857
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
768
|
-
return /* @__PURE__ */ (0,
|
|
858
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
769
859
|
"svg",
|
|
770
860
|
__spreadProps(__spreadValues({
|
|
771
861
|
ref,
|
|
@@ -776,7 +866,7 @@ var ArrowLeftIcon = (0, import_react7.forwardRef)(
|
|
|
776
866
|
xmlns: "http://www.w3.org/2000/svg",
|
|
777
867
|
className
|
|
778
868
|
}, other), {
|
|
779
|
-
children: /* @__PURE__ */ (0,
|
|
869
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
780
870
|
"path",
|
|
781
871
|
{
|
|
782
872
|
d: "M19 12H5M5 12L12 19M5 12L12 5",
|
|
@@ -792,12 +882,12 @@ var ArrowLeftIcon = (0, import_react7.forwardRef)(
|
|
|
792
882
|
);
|
|
793
883
|
|
|
794
884
|
// src/icons/arrowRight.tsx
|
|
795
|
-
var
|
|
796
|
-
var
|
|
797
|
-
var ArrowRightIcon = (0,
|
|
885
|
+
var import_react9 = require("react");
|
|
886
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
887
|
+
var ArrowRightIcon = (0, import_react9.forwardRef)(
|
|
798
888
|
function ArrowRightIcon2(_a, ref) {
|
|
799
889
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
800
|
-
return /* @__PURE__ */ (0,
|
|
890
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
801
891
|
"svg",
|
|
802
892
|
__spreadProps(__spreadValues({
|
|
803
893
|
ref,
|
|
@@ -808,7 +898,7 @@ var ArrowRightIcon = (0, import_react8.forwardRef)(
|
|
|
808
898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
809
899
|
className
|
|
810
900
|
}, other), {
|
|
811
|
-
children: /* @__PURE__ */ (0,
|
|
901
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
812
902
|
"path",
|
|
813
903
|
{
|
|
814
904
|
d: "M5 12H19M19 12L12 5M19 12L12 19",
|
|
@@ -824,12 +914,12 @@ var ArrowRightIcon = (0, import_react8.forwardRef)(
|
|
|
824
914
|
);
|
|
825
915
|
|
|
826
916
|
// src/icons/arrowUp.tsx
|
|
827
|
-
var
|
|
828
|
-
var
|
|
829
|
-
var ArrowUpIcon = (0,
|
|
917
|
+
var import_react10 = require("react");
|
|
918
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
919
|
+
var ArrowUpIcon = (0, import_react10.forwardRef)(
|
|
830
920
|
function ArrowUpIcon2(_a, ref) {
|
|
831
921
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
832
|
-
return /* @__PURE__ */ (0,
|
|
922
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
833
923
|
"svg",
|
|
834
924
|
__spreadProps(__spreadValues({
|
|
835
925
|
ref,
|
|
@@ -840,7 +930,7 @@ var ArrowUpIcon = (0, import_react9.forwardRef)(
|
|
|
840
930
|
xmlns: "http://www.w3.org/2000/svg",
|
|
841
931
|
className
|
|
842
932
|
}, other), {
|
|
843
|
-
children: /* @__PURE__ */ (0,
|
|
933
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
844
934
|
"path",
|
|
845
935
|
{
|
|
846
936
|
d: "M12 19V5M12 5L5 12M12 5L19 12",
|
|
@@ -855,12 +945,44 @@ var ArrowUpIcon = (0, import_react9.forwardRef)(
|
|
|
855
945
|
}
|
|
856
946
|
);
|
|
857
947
|
|
|
948
|
+
// src/icons/attachment.tsx
|
|
949
|
+
var import_react11 = require("react");
|
|
950
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
951
|
+
var AttachmentIcon = (0, import_react11.forwardRef)(
|
|
952
|
+
function AttachmentIcon2(_a, ref) {
|
|
953
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
954
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
955
|
+
"svg",
|
|
956
|
+
__spreadProps(__spreadValues({
|
|
957
|
+
ref,
|
|
958
|
+
width: size,
|
|
959
|
+
height: size,
|
|
960
|
+
viewBox: "0 0 24 24",
|
|
961
|
+
fill: "none",
|
|
962
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
963
|
+
className
|
|
964
|
+
}, other), {
|
|
965
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
966
|
+
"path",
|
|
967
|
+
{
|
|
968
|
+
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",
|
|
969
|
+
stroke: "currentColor",
|
|
970
|
+
strokeWidth: "2",
|
|
971
|
+
strokeLinecap: "round",
|
|
972
|
+
strokeLinejoin: "round"
|
|
973
|
+
}
|
|
974
|
+
)
|
|
975
|
+
})
|
|
976
|
+
);
|
|
977
|
+
}
|
|
978
|
+
);
|
|
979
|
+
|
|
858
980
|
// src/icons/bell.tsx
|
|
859
|
-
var
|
|
860
|
-
var
|
|
861
|
-
var BellIcon = (0,
|
|
981
|
+
var import_react12 = require("react");
|
|
982
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
983
|
+
var BellIcon = (0, import_react12.forwardRef)(function BellIcon2(_a, ref) {
|
|
862
984
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
863
|
-
return /* @__PURE__ */ (0,
|
|
985
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
|
|
864
986
|
"svg",
|
|
865
987
|
__spreadProps(__spreadValues({
|
|
866
988
|
ref,
|
|
@@ -872,7 +994,7 @@ var BellIcon = (0, import_react10.forwardRef)(function BellIcon2(_a, ref) {
|
|
|
872
994
|
className
|
|
873
995
|
}, other), {
|
|
874
996
|
children: [
|
|
875
|
-
duotone && /* @__PURE__ */ (0,
|
|
997
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
876
998
|
"path",
|
|
877
999
|
{
|
|
878
1000
|
opacity: "0.12",
|
|
@@ -880,7 +1002,7 @@ var BellIcon = (0, import_react10.forwardRef)(function BellIcon2(_a, ref) {
|
|
|
880
1002
|
fill: "currentColor"
|
|
881
1003
|
}
|
|
882
1004
|
),
|
|
883
|
-
/* @__PURE__ */ (0,
|
|
1005
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
884
1006
|
"path",
|
|
885
1007
|
{
|
|
886
1008
|
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",
|
|
@@ -896,12 +1018,12 @@ var BellIcon = (0, import_react10.forwardRef)(function BellIcon2(_a, ref) {
|
|
|
896
1018
|
});
|
|
897
1019
|
|
|
898
1020
|
// src/icons/calendar.tsx
|
|
899
|
-
var
|
|
900
|
-
var
|
|
901
|
-
var CalendarIcon = (0,
|
|
1021
|
+
var import_react13 = require("react");
|
|
1022
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
1023
|
+
var CalendarIcon = (0, import_react13.forwardRef)(
|
|
902
1024
|
function CalendarIcon2(_a, ref) {
|
|
903
1025
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
904
|
-
return /* @__PURE__ */ (0,
|
|
1026
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
905
1027
|
"svg",
|
|
906
1028
|
__spreadProps(__spreadValues({
|
|
907
1029
|
ref,
|
|
@@ -913,7 +1035,7 @@ var CalendarIcon = (0, import_react11.forwardRef)(
|
|
|
913
1035
|
className
|
|
914
1036
|
}, other), {
|
|
915
1037
|
children: [
|
|
916
|
-
duotone && /* @__PURE__ */ (0,
|
|
1038
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
917
1039
|
"path",
|
|
918
1040
|
{
|
|
919
1041
|
opacity: "0.12",
|
|
@@ -921,7 +1043,7 @@ var CalendarIcon = (0, import_react11.forwardRef)(
|
|
|
921
1043
|
fill: "currentColor"
|
|
922
1044
|
}
|
|
923
1045
|
),
|
|
924
|
-
/* @__PURE__ */ (0,
|
|
1046
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
925
1047
|
"path",
|
|
926
1048
|
{
|
|
927
1049
|
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",
|
|
@@ -938,12 +1060,12 @@ var CalendarIcon = (0, import_react11.forwardRef)(
|
|
|
938
1060
|
);
|
|
939
1061
|
|
|
940
1062
|
// src/icons/calendarCheck.tsx
|
|
941
|
-
var
|
|
942
|
-
var
|
|
943
|
-
var CalendarCheckIcon = (0,
|
|
1063
|
+
var import_react14 = require("react");
|
|
1064
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
1065
|
+
var CalendarCheckIcon = (0, import_react14.forwardRef)(
|
|
944
1066
|
function CalendarCheckIcon2(_a, ref) {
|
|
945
1067
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
946
|
-
return /* @__PURE__ */ (0,
|
|
1068
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
947
1069
|
"svg",
|
|
948
1070
|
__spreadProps(__spreadValues({
|
|
949
1071
|
ref,
|
|
@@ -955,7 +1077,7 @@ var CalendarCheckIcon = (0, import_react12.forwardRef)(
|
|
|
955
1077
|
className
|
|
956
1078
|
}, other), {
|
|
957
1079
|
children: [
|
|
958
|
-
duotone && /* @__PURE__ */ (0,
|
|
1080
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
959
1081
|
"path",
|
|
960
1082
|
{
|
|
961
1083
|
opacity: "0.12",
|
|
@@ -963,7 +1085,7 @@ var CalendarCheckIcon = (0, import_react12.forwardRef)(
|
|
|
963
1085
|
fill: "currentColor"
|
|
964
1086
|
}
|
|
965
1087
|
),
|
|
966
|
-
/* @__PURE__ */ (0,
|
|
1088
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
967
1089
|
"path",
|
|
968
1090
|
{
|
|
969
1091
|
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",
|
|
@@ -980,12 +1102,12 @@ var CalendarCheckIcon = (0, import_react12.forwardRef)(
|
|
|
980
1102
|
);
|
|
981
1103
|
|
|
982
1104
|
// src/icons/calendarPlus.tsx
|
|
983
|
-
var
|
|
984
|
-
var
|
|
985
|
-
var CalendarPlusIcon = (0,
|
|
1105
|
+
var import_react15 = require("react");
|
|
1106
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
1107
|
+
var CalendarPlusIcon = (0, import_react15.forwardRef)(
|
|
986
1108
|
function CalendarPlusIcon2(_a, ref) {
|
|
987
1109
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
988
|
-
return /* @__PURE__ */ (0,
|
|
1110
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
989
1111
|
"svg",
|
|
990
1112
|
__spreadProps(__spreadValues({
|
|
991
1113
|
ref,
|
|
@@ -997,7 +1119,7 @@ var CalendarPlusIcon = (0, import_react13.forwardRef)(
|
|
|
997
1119
|
className
|
|
998
1120
|
}, other), {
|
|
999
1121
|
children: [
|
|
1000
|
-
duotone && /* @__PURE__ */ (0,
|
|
1122
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1001
1123
|
"path",
|
|
1002
1124
|
{
|
|
1003
1125
|
opacity: "0.12",
|
|
@@ -1005,7 +1127,7 @@ var CalendarPlusIcon = (0, import_react13.forwardRef)(
|
|
|
1005
1127
|
fill: "currentColor"
|
|
1006
1128
|
}
|
|
1007
1129
|
),
|
|
1008
|
-
/* @__PURE__ */ (0,
|
|
1130
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1009
1131
|
"path",
|
|
1010
1132
|
{
|
|
1011
1133
|
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",
|
|
@@ -1022,12 +1144,12 @@ var CalendarPlusIcon = (0, import_react13.forwardRef)(
|
|
|
1022
1144
|
);
|
|
1023
1145
|
|
|
1024
1146
|
// src/icons/camera.tsx
|
|
1025
|
-
var
|
|
1026
|
-
var
|
|
1027
|
-
var CameraIcon = (0,
|
|
1147
|
+
var import_react16 = require("react");
|
|
1148
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
1149
|
+
var CameraIcon = (0, import_react16.forwardRef)(
|
|
1028
1150
|
function CameraIcon2(_a, ref) {
|
|
1029
1151
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1030
|
-
return /* @__PURE__ */ (0,
|
|
1152
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
1031
1153
|
"svg",
|
|
1032
1154
|
__spreadProps(__spreadValues({
|
|
1033
1155
|
ref,
|
|
@@ -1039,7 +1161,7 @@ var CameraIcon = (0, import_react14.forwardRef)(
|
|
|
1039
1161
|
className
|
|
1040
1162
|
}, other), {
|
|
1041
1163
|
children: [
|
|
1042
|
-
duotone && /* @__PURE__ */ (0,
|
|
1164
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1043
1165
|
"path",
|
|
1044
1166
|
{
|
|
1045
1167
|
opacity: "0.12",
|
|
@@ -1047,7 +1169,7 @@ var CameraIcon = (0, import_react14.forwardRef)(
|
|
|
1047
1169
|
fill: "currentColor"
|
|
1048
1170
|
}
|
|
1049
1171
|
),
|
|
1050
|
-
/* @__PURE__ */ (0,
|
|
1172
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1051
1173
|
"path",
|
|
1052
1174
|
{
|
|
1053
1175
|
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",
|
|
@@ -1058,7 +1180,7 @@ var CameraIcon = (0, import_react14.forwardRef)(
|
|
|
1058
1180
|
}
|
|
1059
1181
|
),
|
|
1060
1182
|
",",
|
|
1061
|
-
/* @__PURE__ */ (0,
|
|
1183
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1062
1184
|
"path",
|
|
1063
1185
|
{
|
|
1064
1186
|
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",
|
|
@@ -1075,12 +1197,12 @@ var CameraIcon = (0, import_react14.forwardRef)(
|
|
|
1075
1197
|
);
|
|
1076
1198
|
|
|
1077
1199
|
// src/icons/cameraOff.tsx
|
|
1078
|
-
var
|
|
1079
|
-
var
|
|
1080
|
-
var CameraOffIcon = (0,
|
|
1200
|
+
var import_react17 = require("react");
|
|
1201
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
1202
|
+
var CameraOffIcon = (0, import_react17.forwardRef)(
|
|
1081
1203
|
function CameraOffIcon2(_a, ref) {
|
|
1082
1204
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1083
|
-
return /* @__PURE__ */ (0,
|
|
1205
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
1084
1206
|
"svg",
|
|
1085
1207
|
__spreadProps(__spreadValues({
|
|
1086
1208
|
ref,
|
|
@@ -1092,7 +1214,7 @@ var CameraOffIcon = (0, import_react15.forwardRef)(
|
|
|
1092
1214
|
className
|
|
1093
1215
|
}, other), {
|
|
1094
1216
|
children: [
|
|
1095
|
-
duotone && /* @__PURE__ */ (0,
|
|
1217
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
1096
1218
|
"path",
|
|
1097
1219
|
{
|
|
1098
1220
|
opacity: "0.12",
|
|
@@ -1100,7 +1222,7 @@ var CameraOffIcon = (0, import_react15.forwardRef)(
|
|
|
1100
1222
|
fill: "currentColor"
|
|
1101
1223
|
}
|
|
1102
1224
|
),
|
|
1103
|
-
/* @__PURE__ */ (0,
|
|
1225
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
1104
1226
|
"path",
|
|
1105
1227
|
{
|
|
1106
1228
|
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",
|
|
@@ -1116,13 +1238,45 @@ var CameraOffIcon = (0, import_react15.forwardRef)(
|
|
|
1116
1238
|
}
|
|
1117
1239
|
);
|
|
1118
1240
|
|
|
1241
|
+
// src/icons/check.tsx
|
|
1242
|
+
var import_react18 = require("react");
|
|
1243
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
1244
|
+
var CheckIcon = (0, import_react18.forwardRef)(
|
|
1245
|
+
function CheckIcon2(_a, ref) {
|
|
1246
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1247
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1248
|
+
"svg",
|
|
1249
|
+
__spreadProps(__spreadValues({
|
|
1250
|
+
ref,
|
|
1251
|
+
width: size,
|
|
1252
|
+
height: size,
|
|
1253
|
+
viewBox: "0 0 24 24",
|
|
1254
|
+
fill: "none",
|
|
1255
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1256
|
+
className
|
|
1257
|
+
}, other), {
|
|
1258
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1259
|
+
"path",
|
|
1260
|
+
{
|
|
1261
|
+
d: "M20 6L9 17L4 12",
|
|
1262
|
+
stroke: "currentColor",
|
|
1263
|
+
strokeWidth: "2",
|
|
1264
|
+
strokeLinecap: "round",
|
|
1265
|
+
strokeLinejoin: "round"
|
|
1266
|
+
}
|
|
1267
|
+
)
|
|
1268
|
+
})
|
|
1269
|
+
);
|
|
1270
|
+
}
|
|
1271
|
+
);
|
|
1272
|
+
|
|
1119
1273
|
// src/icons/checkCircle.tsx
|
|
1120
|
-
var
|
|
1121
|
-
var
|
|
1122
|
-
var CheckCircleIcon = (0,
|
|
1274
|
+
var import_react19 = require("react");
|
|
1275
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
1276
|
+
var CheckCircleIcon = (0, import_react19.forwardRef)(
|
|
1123
1277
|
function CheckCircleIcon2(_a, ref) {
|
|
1124
1278
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1125
|
-
return /* @__PURE__ */ (0,
|
|
1279
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
|
|
1126
1280
|
"svg",
|
|
1127
1281
|
__spreadProps(__spreadValues({
|
|
1128
1282
|
ref,
|
|
@@ -1134,7 +1288,7 @@ var CheckCircleIcon = (0, import_react16.forwardRef)(
|
|
|
1134
1288
|
className
|
|
1135
1289
|
}, other), {
|
|
1136
1290
|
children: [
|
|
1137
|
-
duotone && /* @__PURE__ */ (0,
|
|
1291
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1138
1292
|
"path",
|
|
1139
1293
|
{
|
|
1140
1294
|
opacity: "0.12",
|
|
@@ -1142,7 +1296,7 @@ var CheckCircleIcon = (0, import_react16.forwardRef)(
|
|
|
1142
1296
|
fill: "currentColor"
|
|
1143
1297
|
}
|
|
1144
1298
|
),
|
|
1145
|
-
/* @__PURE__ */ (0,
|
|
1299
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1146
1300
|
"path",
|
|
1147
1301
|
{
|
|
1148
1302
|
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",
|
|
@@ -1159,12 +1313,12 @@ var CheckCircleIcon = (0, import_react16.forwardRef)(
|
|
|
1159
1313
|
);
|
|
1160
1314
|
|
|
1161
1315
|
// src/icons/chevronLeft.tsx
|
|
1162
|
-
var
|
|
1163
|
-
var
|
|
1164
|
-
var ChevronLeftIcon = (0,
|
|
1316
|
+
var import_react20 = require("react");
|
|
1317
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
1318
|
+
var ChevronLeftIcon = (0, import_react20.forwardRef)(
|
|
1165
1319
|
function ChevronLeftIcon2(_a, ref) {
|
|
1166
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1167
|
-
return /* @__PURE__ */ (0,
|
|
1320
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1321
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1168
1322
|
"svg",
|
|
1169
1323
|
__spreadProps(__spreadValues({
|
|
1170
1324
|
ref,
|
|
@@ -1175,7 +1329,7 @@ var ChevronLeftIcon = (0, import_react17.forwardRef)(
|
|
|
1175
1329
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1176
1330
|
className
|
|
1177
1331
|
}, other), {
|
|
1178
|
-
children: /* @__PURE__ */ (0,
|
|
1332
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1179
1333
|
"path",
|
|
1180
1334
|
{
|
|
1181
1335
|
d: "M15 18L9 12L15 6",
|
|
@@ -1191,12 +1345,12 @@ var ChevronLeftIcon = (0, import_react17.forwardRef)(
|
|
|
1191
1345
|
);
|
|
1192
1346
|
|
|
1193
1347
|
// src/icons/chevronRight.tsx
|
|
1194
|
-
var
|
|
1195
|
-
var
|
|
1196
|
-
var ChevronRightIcon = (0,
|
|
1348
|
+
var import_react21 = require("react");
|
|
1349
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
1350
|
+
var ChevronRightIcon = (0, import_react21.forwardRef)(
|
|
1197
1351
|
function ChevronRightIcon2(_a, ref) {
|
|
1198
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1199
|
-
return /* @__PURE__ */ (0,
|
|
1352
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1353
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1200
1354
|
"svg",
|
|
1201
1355
|
__spreadProps(__spreadValues({
|
|
1202
1356
|
ref,
|
|
@@ -1207,7 +1361,7 @@ var ChevronRightIcon = (0, import_react18.forwardRef)(
|
|
|
1207
1361
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1208
1362
|
className
|
|
1209
1363
|
}, other), {
|
|
1210
|
-
children: /* @__PURE__ */ (0,
|
|
1364
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1211
1365
|
"path",
|
|
1212
1366
|
{
|
|
1213
1367
|
d: "M9 18L15 12L9 6",
|
|
@@ -1222,13 +1376,45 @@ var ChevronRightIcon = (0, import_react18.forwardRef)(
|
|
|
1222
1376
|
}
|
|
1223
1377
|
);
|
|
1224
1378
|
|
|
1379
|
+
// src/icons/chevronSelectorVertical.tsx
|
|
1380
|
+
var import_react22 = require("react");
|
|
1381
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
1382
|
+
var ChevronSelectorVerticalIcon = (0, import_react22.forwardRef)(
|
|
1383
|
+
function ChevronSelectorVerticalIcon2(_a, ref) {
|
|
1384
|
+
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
1385
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1386
|
+
"svg",
|
|
1387
|
+
__spreadProps(__spreadValues({
|
|
1388
|
+
ref,
|
|
1389
|
+
width: size,
|
|
1390
|
+
height: size,
|
|
1391
|
+
viewBox: "0 0 24 24",
|
|
1392
|
+
fill: "none",
|
|
1393
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1394
|
+
className
|
|
1395
|
+
}, other), {
|
|
1396
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1397
|
+
"path",
|
|
1398
|
+
{
|
|
1399
|
+
d: "M7 15L12 20L17 15M7 9L12 4L17 9",
|
|
1400
|
+
stroke: "currentColor",
|
|
1401
|
+
strokeWidth: "2",
|
|
1402
|
+
strokeLinecap: "round",
|
|
1403
|
+
strokeLinejoin: "round"
|
|
1404
|
+
}
|
|
1405
|
+
)
|
|
1406
|
+
})
|
|
1407
|
+
);
|
|
1408
|
+
}
|
|
1409
|
+
);
|
|
1410
|
+
|
|
1225
1411
|
// src/icons/chevronUp.tsx
|
|
1226
|
-
var
|
|
1227
|
-
var
|
|
1228
|
-
var ChevronUpIcon = (0,
|
|
1412
|
+
var import_react23 = require("react");
|
|
1413
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
1414
|
+
var ChevronUpIcon = (0, import_react23.forwardRef)(
|
|
1229
1415
|
function ChevronUpIcon2(_a, ref) {
|
|
1230
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1231
|
-
return /* @__PURE__ */ (0,
|
|
1416
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1417
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1232
1418
|
"svg",
|
|
1233
1419
|
__spreadProps(__spreadValues({
|
|
1234
1420
|
ref,
|
|
@@ -1239,7 +1425,7 @@ var ChevronUpIcon = (0, import_react19.forwardRef)(
|
|
|
1239
1425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1240
1426
|
className
|
|
1241
1427
|
}, other), {
|
|
1242
|
-
children: /* @__PURE__ */ (0,
|
|
1428
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1243
1429
|
"path",
|
|
1244
1430
|
{
|
|
1245
1431
|
d: "M18 15L12 9L6 15",
|
|
@@ -1255,11 +1441,11 @@ var ChevronUpIcon = (0, import_react19.forwardRef)(
|
|
|
1255
1441
|
);
|
|
1256
1442
|
|
|
1257
1443
|
// src/icons/copy.tsx
|
|
1258
|
-
var
|
|
1259
|
-
var
|
|
1260
|
-
var CopyIcon = (0,
|
|
1444
|
+
var import_react24 = require("react");
|
|
1445
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
1446
|
+
var CopyIcon = (0, import_react24.forwardRef)(function CopyIcon2(_a, ref) {
|
|
1261
1447
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1262
|
-
return /* @__PURE__ */ (0,
|
|
1448
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
1263
1449
|
"svg",
|
|
1264
1450
|
__spreadProps(__spreadValues({
|
|
1265
1451
|
ref,
|
|
@@ -1271,7 +1457,7 @@ var CopyIcon = (0, import_react20.forwardRef)(function CopyIcon2(_a, ref) {
|
|
|
1271
1457
|
className
|
|
1272
1458
|
}, other), {
|
|
1273
1459
|
children: [
|
|
1274
|
-
duotone && /* @__PURE__ */ (0,
|
|
1460
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1275
1461
|
"path",
|
|
1276
1462
|
{
|
|
1277
1463
|
opacity: "0.12",
|
|
@@ -1279,7 +1465,7 @@ var CopyIcon = (0, import_react20.forwardRef)(function CopyIcon2(_a, ref) {
|
|
|
1279
1465
|
fill: "currentColor"
|
|
1280
1466
|
}
|
|
1281
1467
|
),
|
|
1282
|
-
/* @__PURE__ */ (0,
|
|
1468
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1283
1469
|
"path",
|
|
1284
1470
|
{
|
|
1285
1471
|
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",
|
|
@@ -1295,12 +1481,12 @@ var CopyIcon = (0, import_react20.forwardRef)(function CopyIcon2(_a, ref) {
|
|
|
1295
1481
|
});
|
|
1296
1482
|
|
|
1297
1483
|
// src/icons/cursorClick.tsx
|
|
1298
|
-
var
|
|
1299
|
-
var
|
|
1300
|
-
var CursorClickIcon = (0,
|
|
1484
|
+
var import_react25 = require("react");
|
|
1485
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
1486
|
+
var CursorClickIcon = (0, import_react25.forwardRef)(
|
|
1301
1487
|
function CursorClickIcon2(_a, ref) {
|
|
1302
1488
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1303
|
-
return /* @__PURE__ */ (0,
|
|
1489
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
1304
1490
|
"svg",
|
|
1305
1491
|
__spreadProps(__spreadValues({
|
|
1306
1492
|
ref,
|
|
@@ -1312,7 +1498,7 @@ var CursorClickIcon = (0, import_react21.forwardRef)(
|
|
|
1312
1498
|
className
|
|
1313
1499
|
}, other), {
|
|
1314
1500
|
children: [
|
|
1315
|
-
duotone && /* @__PURE__ */ (0,
|
|
1501
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1316
1502
|
"path",
|
|
1317
1503
|
{
|
|
1318
1504
|
opacity: "0.12",
|
|
@@ -1320,7 +1506,7 @@ var CursorClickIcon = (0, import_react21.forwardRef)(
|
|
|
1320
1506
|
fill: "currentColor"
|
|
1321
1507
|
}
|
|
1322
1508
|
),
|
|
1323
|
-
/* @__PURE__ */ (0,
|
|
1509
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1324
1510
|
"path",
|
|
1325
1511
|
{
|
|
1326
1512
|
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",
|
|
@@ -1336,13 +1522,13 @@ var CursorClickIcon = (0, import_react21.forwardRef)(
|
|
|
1336
1522
|
}
|
|
1337
1523
|
);
|
|
1338
1524
|
|
|
1339
|
-
// src/icons/
|
|
1340
|
-
var
|
|
1341
|
-
var
|
|
1342
|
-
var
|
|
1343
|
-
function
|
|
1344
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1345
|
-
return /* @__PURE__ */ (0,
|
|
1525
|
+
// src/icons/dotsHorizontal.tsx
|
|
1526
|
+
var import_react26 = require("react");
|
|
1527
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
1528
|
+
var DotsHorizontalIcon = (0, import_react26.forwardRef)(
|
|
1529
|
+
function DotsHorizontalIcon2(_a, ref) {
|
|
1530
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1531
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
|
|
1346
1532
|
"svg",
|
|
1347
1533
|
__spreadProps(__spreadValues({
|
|
1348
1534
|
ref,
|
|
@@ -1354,18 +1540,30 @@ var DownloadIcon = (0, import_react22.forwardRef)(
|
|
|
1354
1540
|
className
|
|
1355
1541
|
}, other), {
|
|
1356
1542
|
children: [
|
|
1357
|
-
|
|
1543
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1358
1544
|
"path",
|
|
1359
1545
|
{
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1546
|
+
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",
|
|
1547
|
+
stroke: "currentColor",
|
|
1548
|
+
strokeWidth: "2",
|
|
1549
|
+
strokeLinecap: "round",
|
|
1550
|
+
strokeLinejoin: "round"
|
|
1363
1551
|
}
|
|
1364
1552
|
),
|
|
1365
|
-
/* @__PURE__ */ (0,
|
|
1553
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1366
1554
|
"path",
|
|
1367
1555
|
{
|
|
1368
|
-
d: "
|
|
1556
|
+
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",
|
|
1557
|
+
stroke: "currentColor",
|
|
1558
|
+
strokeWidth: "2",
|
|
1559
|
+
strokeLinecap: "round",
|
|
1560
|
+
strokeLinejoin: "round"
|
|
1561
|
+
}
|
|
1562
|
+
),
|
|
1563
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1564
|
+
"path",
|
|
1565
|
+
{
|
|
1566
|
+
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",
|
|
1369
1567
|
stroke: "currentColor",
|
|
1370
1568
|
strokeWidth: "2",
|
|
1371
1569
|
strokeLinecap: "round",
|
|
@@ -1378,16 +1576,58 @@ var DownloadIcon = (0, import_react22.forwardRef)(
|
|
|
1378
1576
|
}
|
|
1379
1577
|
);
|
|
1380
1578
|
|
|
1381
|
-
// src/icons/
|
|
1382
|
-
var
|
|
1383
|
-
var
|
|
1384
|
-
var
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1579
|
+
// src/icons/download.tsx
|
|
1580
|
+
var import_react27 = require("react");
|
|
1581
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
1582
|
+
var DownloadIcon = (0, import_react27.forwardRef)(
|
|
1583
|
+
function DownloadIcon2(_a, ref) {
|
|
1584
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1585
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
|
|
1586
|
+
"svg",
|
|
1587
|
+
__spreadProps(__spreadValues({
|
|
1588
|
+
ref,
|
|
1589
|
+
width: size,
|
|
1590
|
+
height: size,
|
|
1591
|
+
viewBox: "0 0 24 24",
|
|
1592
|
+
fill: "none",
|
|
1593
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1594
|
+
className
|
|
1595
|
+
}, other), {
|
|
1596
|
+
children: [
|
|
1597
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1598
|
+
"path",
|
|
1599
|
+
{
|
|
1600
|
+
opacity: "0.12",
|
|
1601
|
+
d: "M11.8959 21.9995C17.4185 22.0569 21.942 17.6266 21.9994 12.104C22.0568 6.58148 17.6265 2.058 12.104 2.00056C6.5814 1.94311 2.05792 6.37346 2.00048 11.896C1.94304 17.4186 6.37338 21.942 11.8959 21.9995Z",
|
|
1602
|
+
fill: "currentColor"
|
|
1603
|
+
}
|
|
1604
|
+
),
|
|
1605
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1606
|
+
"path",
|
|
1607
|
+
{
|
|
1608
|
+
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",
|
|
1609
|
+
stroke: "currentColor",
|
|
1610
|
+
strokeWidth: "2",
|
|
1611
|
+
strokeLinecap: "round",
|
|
1612
|
+
strokeLinejoin: "round"
|
|
1613
|
+
}
|
|
1614
|
+
)
|
|
1615
|
+
]
|
|
1616
|
+
})
|
|
1617
|
+
);
|
|
1618
|
+
}
|
|
1619
|
+
);
|
|
1620
|
+
|
|
1621
|
+
// src/icons/edit.tsx
|
|
1622
|
+
var import_react28 = require("react");
|
|
1623
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
1624
|
+
var EditIcon = (0, import_react28.forwardRef)(function EditIcon2(_a, ref) {
|
|
1625
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1626
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
1627
|
+
"svg",
|
|
1628
|
+
__spreadProps(__spreadValues({
|
|
1629
|
+
ref,
|
|
1630
|
+
width: size,
|
|
1391
1631
|
height: size,
|
|
1392
1632
|
viewBox: "0 0 24 24",
|
|
1393
1633
|
fill: "none",
|
|
@@ -1395,7 +1635,7 @@ var EditIcon = (0, import_react23.forwardRef)(function EditIcon2(_a, ref) {
|
|
|
1395
1635
|
className
|
|
1396
1636
|
}, other), {
|
|
1397
1637
|
children: [
|
|
1398
|
-
duotone && /* @__PURE__ */ (0,
|
|
1638
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1399
1639
|
"path",
|
|
1400
1640
|
{
|
|
1401
1641
|
opacity: "0.12",
|
|
@@ -1403,7 +1643,7 @@ var EditIcon = (0, import_react23.forwardRef)(function EditIcon2(_a, ref) {
|
|
|
1403
1643
|
fill: "currentColor"
|
|
1404
1644
|
}
|
|
1405
1645
|
),
|
|
1406
|
-
/* @__PURE__ */ (0,
|
|
1646
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1407
1647
|
"path",
|
|
1408
1648
|
{
|
|
1409
1649
|
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",
|
|
@@ -1419,12 +1659,12 @@ var EditIcon = (0, import_react23.forwardRef)(function EditIcon2(_a, ref) {
|
|
|
1419
1659
|
});
|
|
1420
1660
|
|
|
1421
1661
|
// src/icons/expand.tsx
|
|
1422
|
-
var
|
|
1423
|
-
var
|
|
1424
|
-
var ExpandIcon = (0,
|
|
1662
|
+
var import_react29 = require("react");
|
|
1663
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
1664
|
+
var ExpandIcon = (0, import_react29.forwardRef)(
|
|
1425
1665
|
function ExpandIcon2(_a, ref) {
|
|
1426
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1427
|
-
return /* @__PURE__ */ (0,
|
|
1666
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1667
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1428
1668
|
"svg",
|
|
1429
1669
|
__spreadProps(__spreadValues({
|
|
1430
1670
|
ref,
|
|
@@ -1435,7 +1675,7 @@ var ExpandIcon = (0, import_react24.forwardRef)(
|
|
|
1435
1675
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1436
1676
|
className
|
|
1437
1677
|
}, other), {
|
|
1438
|
-
children: /* @__PURE__ */ (0,
|
|
1678
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1439
1679
|
"path",
|
|
1440
1680
|
{
|
|
1441
1681
|
d: "M16 8L21 3M21 3H16M21 3V8M8 8L3 3M3 3L3 8M3 3L8 3M8 16L3 21M3 21H8M3 21L3 16M16 16L21 21M21 21V16M21 21H16",
|
|
@@ -1450,13 +1690,87 @@ var ExpandIcon = (0, import_react24.forwardRef)(
|
|
|
1450
1690
|
}
|
|
1451
1691
|
);
|
|
1452
1692
|
|
|
1693
|
+
// src/icons/fileQuestion.tsx
|
|
1694
|
+
var import_react30 = require("react");
|
|
1695
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
1696
|
+
var FileQuestionIcon = (0, import_react30.forwardRef)(
|
|
1697
|
+
function FileQuestionIcon2(_a, ref) {
|
|
1698
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1699
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
|
|
1700
|
+
"svg",
|
|
1701
|
+
__spreadProps(__spreadValues({
|
|
1702
|
+
ref,
|
|
1703
|
+
width: size,
|
|
1704
|
+
height: size,
|
|
1705
|
+
viewBox: "0 0 24 24",
|
|
1706
|
+
fill: "none",
|
|
1707
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1708
|
+
className
|
|
1709
|
+
}, other), {
|
|
1710
|
+
children: [
|
|
1711
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1712
|
+
"path",
|
|
1713
|
+
{
|
|
1714
|
+
opacity: "0.12",
|
|
1715
|
+
d: "M15.2 2H8.8C7.11984 2 6.27976 2 5.63803 2.32698C5.07354 2.6146 4.6146 3.07354 4.32698 3.63803C4 4.27976 4 5.11984 4 6.8V17.2C4 18.8802 4 19.7202 4.32698 20.362C4.6146 20.9265 5.07354 21.3854 5.63803 21.673C6.27976 22 7.11982 22 8.79993 22H14L20 9.5V6.8C20 5.11984 20 4.27976 19.673 3.63803C19.3854 3.07354 18.9265 2.6146 18.362 2.32698C17.7202 2 16.8802 2 15.2 2Z",
|
|
1716
|
+
fill: "currentColor"
|
|
1717
|
+
}
|
|
1718
|
+
),
|
|
1719
|
+
/* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
1720
|
+
"path",
|
|
1721
|
+
{
|
|
1722
|
+
d: "M20 9.5V6.8C20 5.11984 20 4.27976 19.673 3.63803C19.3854 3.07354 18.9265 2.6146 18.362 2.32698C17.7202 2 16.8802 2 15.2 2H8.8C7.11984 2 6.27976 2 5.63803 2.32698C5.07354 2.6146 4.6146 3.07354 4.32698 3.63803C4 4.27976 4 5.11984 4 6.8V17.2C4 18.8802 4 19.7202 4.32698 20.362C4.6146 20.9265 5.07354 21.3854 5.63803 21.673C6.27976 22 7.11984 22 8.8 22H14M14 11H8M10 15H8M16 7H8M16.5 15.0022C16.6762 14.5014 17.024 14.079 17.4817 13.81C17.9395 13.5409 18.4777 13.4426 19.001 13.5324C19.5243 13.6221 19.999 13.8942 20.3409 14.3004C20.6829 14.7066 20.87 15.2207 20.8692 15.7517C20.8692 17.2506 18.6209 18 18.6209 18M18.6499 21H18.6599",
|
|
1723
|
+
stroke: "currentColor",
|
|
1724
|
+
strokeWidth: "2",
|
|
1725
|
+
strokeLinecap: "round",
|
|
1726
|
+
strokeLinejoin: "round"
|
|
1727
|
+
}
|
|
1728
|
+
)
|
|
1729
|
+
]
|
|
1730
|
+
})
|
|
1731
|
+
);
|
|
1732
|
+
}
|
|
1733
|
+
);
|
|
1734
|
+
|
|
1735
|
+
// src/icons/filterLines.tsx
|
|
1736
|
+
var import_react31 = require("react");
|
|
1737
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
1738
|
+
var FilterLinesIcon = (0, import_react31.forwardRef)(
|
|
1739
|
+
function FilterLinesIcon2(_a, ref) {
|
|
1740
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1741
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1742
|
+
"svg",
|
|
1743
|
+
__spreadProps(__spreadValues({
|
|
1744
|
+
ref,
|
|
1745
|
+
width: size,
|
|
1746
|
+
height: size,
|
|
1747
|
+
viewBox: "0 0 24 24",
|
|
1748
|
+
fill: "none",
|
|
1749
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1750
|
+
className
|
|
1751
|
+
}, other), {
|
|
1752
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1753
|
+
"path",
|
|
1754
|
+
{
|
|
1755
|
+
d: "M6 12H18M3 6H21M9 18H15",
|
|
1756
|
+
stroke: "currentColor",
|
|
1757
|
+
strokeWidth: "2",
|
|
1758
|
+
strokeLinecap: "round",
|
|
1759
|
+
strokeLinejoin: "round"
|
|
1760
|
+
}
|
|
1761
|
+
)
|
|
1762
|
+
})
|
|
1763
|
+
);
|
|
1764
|
+
}
|
|
1765
|
+
);
|
|
1766
|
+
|
|
1453
1767
|
// src/icons/flipBackward.tsx
|
|
1454
|
-
var
|
|
1455
|
-
var
|
|
1456
|
-
var FlipBackwardIcon = (0,
|
|
1768
|
+
var import_react32 = require("react");
|
|
1769
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
1770
|
+
var FlipBackwardIcon = (0, import_react32.forwardRef)(
|
|
1457
1771
|
function FlipBackwardIcon2(_a, ref) {
|
|
1458
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1459
|
-
return /* @__PURE__ */ (0,
|
|
1772
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1773
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1460
1774
|
"svg",
|
|
1461
1775
|
__spreadProps(__spreadValues({
|
|
1462
1776
|
ref,
|
|
@@ -1467,7 +1781,7 @@ var FlipBackwardIcon = (0, import_react25.forwardRef)(
|
|
|
1467
1781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1468
1782
|
className
|
|
1469
1783
|
}, other), {
|
|
1470
|
-
children: /* @__PURE__ */ (0,
|
|
1784
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1471
1785
|
"path",
|
|
1472
1786
|
{
|
|
1473
1787
|
d: "M3 9H16.5C18.9853 9 21 11.0147 21 13.5C21 15.9853 18.9853 18 16.5 18H12M3 9L7 5M3 9L7 13",
|
|
@@ -1483,12 +1797,12 @@ var FlipBackwardIcon = (0, import_react25.forwardRef)(
|
|
|
1483
1797
|
);
|
|
1484
1798
|
|
|
1485
1799
|
// src/icons/flipForward.tsx
|
|
1486
|
-
var
|
|
1487
|
-
var
|
|
1488
|
-
var FlipForwardIcon = (0,
|
|
1800
|
+
var import_react33 = require("react");
|
|
1801
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
1802
|
+
var FlipForwardIcon = (0, import_react33.forwardRef)(
|
|
1489
1803
|
function FlipForwardIcon2(_a, ref) {
|
|
1490
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1491
|
-
return /* @__PURE__ */ (0,
|
|
1804
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1805
|
+
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1492
1806
|
"svg",
|
|
1493
1807
|
__spreadProps(__spreadValues({
|
|
1494
1808
|
ref,
|
|
@@ -1499,7 +1813,7 @@ var FlipForwardIcon = (0, import_react26.forwardRef)(
|
|
|
1499
1813
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1500
1814
|
className
|
|
1501
1815
|
}, other), {
|
|
1502
|
-
children: /* @__PURE__ */ (0,
|
|
1816
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1503
1817
|
"path",
|
|
1504
1818
|
{
|
|
1505
1819
|
d: "M21 9H7.5C5.01472 9 3 11.0147 3 13.5C3 15.9853 5.01472 18 7.5 18H12M21 9L17 5M21 9L17 13",
|
|
@@ -1515,12 +1829,12 @@ var FlipForwardIcon = (0, import_react26.forwardRef)(
|
|
|
1515
1829
|
);
|
|
1516
1830
|
|
|
1517
1831
|
// src/icons/helpCircle.tsx
|
|
1518
|
-
var
|
|
1519
|
-
var
|
|
1520
|
-
var HelpCircleIcon = (0,
|
|
1832
|
+
var import_react34 = require("react");
|
|
1833
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
1834
|
+
var HelpCircleIcon = (0, import_react34.forwardRef)(
|
|
1521
1835
|
function HelpCircleIcon2(_a, ref) {
|
|
1522
1836
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1523
|
-
return /* @__PURE__ */ (0,
|
|
1837
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
1524
1838
|
"svg",
|
|
1525
1839
|
__spreadProps(__spreadValues({
|
|
1526
1840
|
ref,
|
|
@@ -1532,7 +1846,7 @@ var HelpCircleIcon = (0, import_react27.forwardRef)(
|
|
|
1532
1846
|
className
|
|
1533
1847
|
}, other), {
|
|
1534
1848
|
children: [
|
|
1535
|
-
duotone && /* @__PURE__ */ (0,
|
|
1849
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1536
1850
|
"path",
|
|
1537
1851
|
{
|
|
1538
1852
|
opacity: "0.12",
|
|
@@ -1540,7 +1854,7 @@ var HelpCircleIcon = (0, import_react27.forwardRef)(
|
|
|
1540
1854
|
fill: "currentColor"
|
|
1541
1855
|
}
|
|
1542
1856
|
),
|
|
1543
|
-
/* @__PURE__ */ (0,
|
|
1857
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1544
1858
|
"path",
|
|
1545
1859
|
{
|
|
1546
1860
|
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",
|
|
@@ -1557,11 +1871,11 @@ var HelpCircleIcon = (0, import_react27.forwardRef)(
|
|
|
1557
1871
|
);
|
|
1558
1872
|
|
|
1559
1873
|
// src/icons/home.tsx
|
|
1560
|
-
var
|
|
1561
|
-
var
|
|
1562
|
-
var HomeIcon = (0,
|
|
1874
|
+
var import_react35 = require("react");
|
|
1875
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
1876
|
+
var HomeIcon = (0, import_react35.forwardRef)(function HomeIcon2(_a, ref) {
|
|
1563
1877
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1564
|
-
return /* @__PURE__ */ (0,
|
|
1878
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
|
|
1565
1879
|
"svg",
|
|
1566
1880
|
__spreadProps(__spreadValues({
|
|
1567
1881
|
ref,
|
|
@@ -1573,8 +1887,8 @@ var HomeIcon = (0, import_react28.forwardRef)(function HomeIcon2(_a, ref) {
|
|
|
1573
1887
|
className
|
|
1574
1888
|
}, other), {
|
|
1575
1889
|
children: [
|
|
1576
|
-
duotone && /* @__PURE__ */ (0,
|
|
1577
|
-
/* @__PURE__ */ (0,
|
|
1890
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { opacity: "0.12", d: "M9 21V12H15V21", fill: "currentColor" }),
|
|
1891
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
1578
1892
|
"path",
|
|
1579
1893
|
{
|
|
1580
1894
|
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",
|
|
@@ -1590,12 +1904,12 @@ var HomeIcon = (0, import_react28.forwardRef)(function HomeIcon2(_a, ref) {
|
|
|
1590
1904
|
});
|
|
1591
1905
|
|
|
1592
1906
|
// src/icons/image.tsx
|
|
1593
|
-
var
|
|
1594
|
-
var
|
|
1595
|
-
var ImageIcon = (0,
|
|
1907
|
+
var import_react36 = require("react");
|
|
1908
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
1909
|
+
var ImageIcon = (0, import_react36.forwardRef)(
|
|
1596
1910
|
function ImageIcon2(_a, ref) {
|
|
1597
1911
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1598
|
-
return /* @__PURE__ */ (0,
|
|
1912
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
|
|
1599
1913
|
"svg",
|
|
1600
1914
|
__spreadProps(__spreadValues({
|
|
1601
1915
|
ref,
|
|
@@ -1607,15 +1921,15 @@ var ImageIcon = (0, import_react29.forwardRef)(
|
|
|
1607
1921
|
className
|
|
1608
1922
|
}, other), {
|
|
1609
1923
|
children: [
|
|
1610
|
-
duotone && /* @__PURE__ */ (0,
|
|
1611
|
-
/* @__PURE__ */ (0,
|
|
1924
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("g", { opacity: "0.12", children: [
|
|
1925
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1612
1926
|
"path",
|
|
1613
1927
|
{
|
|
1614
1928
|
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",
|
|
1615
1929
|
fill: "currentColor"
|
|
1616
1930
|
}
|
|
1617
1931
|
),
|
|
1618
|
-
/* @__PURE__ */ (0,
|
|
1932
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1619
1933
|
"path",
|
|
1620
1934
|
{
|
|
1621
1935
|
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",
|
|
@@ -1623,7 +1937,7 @@ var ImageIcon = (0, import_react29.forwardRef)(
|
|
|
1623
1937
|
}
|
|
1624
1938
|
)
|
|
1625
1939
|
] }),
|
|
1626
|
-
/* @__PURE__ */ (0,
|
|
1940
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1627
1941
|
"path",
|
|
1628
1942
|
{
|
|
1629
1943
|
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",
|
|
@@ -1640,12 +1954,12 @@ var ImageIcon = (0, import_react29.forwardRef)(
|
|
|
1640
1954
|
);
|
|
1641
1955
|
|
|
1642
1956
|
// src/icons/imageDown.tsx
|
|
1643
|
-
var
|
|
1644
|
-
var
|
|
1645
|
-
var ImageDownIcon = (0,
|
|
1957
|
+
var import_react37 = require("react");
|
|
1958
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
1959
|
+
var ImageDownIcon = (0, import_react37.forwardRef)(
|
|
1646
1960
|
function ImageDownIcon2(_a, ref) {
|
|
1647
1961
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1648
|
-
return /* @__PURE__ */ (0,
|
|
1962
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
1649
1963
|
"svg",
|
|
1650
1964
|
__spreadProps(__spreadValues({
|
|
1651
1965
|
ref,
|
|
@@ -1657,15 +1971,15 @@ var ImageDownIcon = (0, import_react30.forwardRef)(
|
|
|
1657
1971
|
className
|
|
1658
1972
|
}, other), {
|
|
1659
1973
|
children: [
|
|
1660
|
-
duotone && /* @__PURE__ */ (0,
|
|
1661
|
-
/* @__PURE__ */ (0,
|
|
1974
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("g", { opacity: "0.12", children: [
|
|
1975
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1662
1976
|
"path",
|
|
1663
1977
|
{
|
|
1664
1978
|
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",
|
|
1665
1979
|
fill: "currentColor"
|
|
1666
1980
|
}
|
|
1667
1981
|
),
|
|
1668
|
-
/* @__PURE__ */ (0,
|
|
1982
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1669
1983
|
"path",
|
|
1670
1984
|
{
|
|
1671
1985
|
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",
|
|
@@ -1673,7 +1987,7 @@ var ImageDownIcon = (0, import_react30.forwardRef)(
|
|
|
1673
1987
|
}
|
|
1674
1988
|
)
|
|
1675
1989
|
] }),
|
|
1676
|
-
/* @__PURE__ */ (0,
|
|
1990
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1677
1991
|
"path",
|
|
1678
1992
|
{
|
|
1679
1993
|
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",
|
|
@@ -1690,12 +2004,12 @@ var ImageDownIcon = (0, import_react30.forwardRef)(
|
|
|
1690
2004
|
);
|
|
1691
2005
|
|
|
1692
2006
|
// src/icons/imageX.tsx
|
|
1693
|
-
var
|
|
1694
|
-
var
|
|
1695
|
-
var ImageXIcon = (0,
|
|
2007
|
+
var import_react38 = require("react");
|
|
2008
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
2009
|
+
var ImageXIcon = (0, import_react38.forwardRef)(
|
|
1696
2010
|
function ImageXIcon2(_a, ref) {
|
|
1697
2011
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1698
|
-
return /* @__PURE__ */ (0,
|
|
2012
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
1699
2013
|
"svg",
|
|
1700
2014
|
__spreadProps(__spreadValues({
|
|
1701
2015
|
ref,
|
|
@@ -1707,15 +2021,15 @@ var ImageXIcon = (0, import_react31.forwardRef)(
|
|
|
1707
2021
|
className
|
|
1708
2022
|
}, other), {
|
|
1709
2023
|
children: [
|
|
1710
|
-
duotone && /* @__PURE__ */ (0,
|
|
1711
|
-
/* @__PURE__ */ (0,
|
|
2024
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("g", { opacity: "0.12", children: [
|
|
2025
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1712
2026
|
"path",
|
|
1713
2027
|
{
|
|
1714
2028
|
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",
|
|
1715
2029
|
fill: "currentColor"
|
|
1716
2030
|
}
|
|
1717
2031
|
),
|
|
1718
|
-
/* @__PURE__ */ (0,
|
|
2032
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1719
2033
|
"path",
|
|
1720
2034
|
{
|
|
1721
2035
|
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",
|
|
@@ -1723,7 +2037,7 @@ var ImageXIcon = (0, import_react31.forwardRef)(
|
|
|
1723
2037
|
}
|
|
1724
2038
|
)
|
|
1725
2039
|
] }),
|
|
1726
|
-
/* @__PURE__ */ (0,
|
|
2040
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1727
2041
|
"path",
|
|
1728
2042
|
{
|
|
1729
2043
|
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",
|
|
@@ -1740,12 +2054,12 @@ var ImageXIcon = (0, import_react31.forwardRef)(
|
|
|
1740
2054
|
);
|
|
1741
2055
|
|
|
1742
2056
|
// src/icons/infoCircle.tsx
|
|
1743
|
-
var
|
|
1744
|
-
var
|
|
1745
|
-
var InfoCircleIcon = (0,
|
|
2057
|
+
var import_react39 = require("react");
|
|
2058
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
2059
|
+
var InfoCircleIcon = (0, import_react39.forwardRef)(
|
|
1746
2060
|
function InfoCircleIcon2(_a, ref) {
|
|
1747
2061
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1748
|
-
return /* @__PURE__ */ (0,
|
|
2062
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
|
|
1749
2063
|
"svg",
|
|
1750
2064
|
__spreadProps(__spreadValues({
|
|
1751
2065
|
ref,
|
|
@@ -1757,7 +2071,7 @@ var InfoCircleIcon = (0, import_react32.forwardRef)(
|
|
|
1757
2071
|
className
|
|
1758
2072
|
}, other), {
|
|
1759
2073
|
children: [
|
|
1760
|
-
duotone && /* @__PURE__ */ (0,
|
|
2074
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1761
2075
|
"path",
|
|
1762
2076
|
{
|
|
1763
2077
|
opacity: "0.12",
|
|
@@ -1765,7 +2079,7 @@ var InfoCircleIcon = (0, import_react32.forwardRef)(
|
|
|
1765
2079
|
fill: "currentColor"
|
|
1766
2080
|
}
|
|
1767
2081
|
),
|
|
1768
|
-
/* @__PURE__ */ (0,
|
|
2082
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1769
2083
|
"path",
|
|
1770
2084
|
{
|
|
1771
2085
|
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",
|
|
@@ -1782,12 +2096,12 @@ var InfoCircleIcon = (0, import_react32.forwardRef)(
|
|
|
1782
2096
|
);
|
|
1783
2097
|
|
|
1784
2098
|
// src/icons/lightbulb.tsx
|
|
1785
|
-
var
|
|
1786
|
-
var
|
|
1787
|
-
var LightbulbIcon = (0,
|
|
2099
|
+
var import_react40 = require("react");
|
|
2100
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
2101
|
+
var LightbulbIcon = (0, import_react40.forwardRef)(
|
|
1788
2102
|
function LightbulbIcon2(_a, ref) {
|
|
1789
2103
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1790
|
-
return /* @__PURE__ */ (0,
|
|
2104
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
1791
2105
|
"svg",
|
|
1792
2106
|
__spreadProps(__spreadValues({
|
|
1793
2107
|
ref,
|
|
@@ -1799,7 +2113,7 @@ var LightbulbIcon = (0, import_react33.forwardRef)(
|
|
|
1799
2113
|
className
|
|
1800
2114
|
}, other), {
|
|
1801
2115
|
children: [
|
|
1802
|
-
duotone && /* @__PURE__ */ (0,
|
|
2116
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1803
2117
|
"path",
|
|
1804
2118
|
{
|
|
1805
2119
|
opacity: "0.12",
|
|
@@ -1807,7 +2121,7 @@ var LightbulbIcon = (0, import_react33.forwardRef)(
|
|
|
1807
2121
|
fill: "currentColor"
|
|
1808
2122
|
}
|
|
1809
2123
|
),
|
|
1810
|
-
/* @__PURE__ */ (0,
|
|
2124
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1811
2125
|
"path",
|
|
1812
2126
|
{
|
|
1813
2127
|
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",
|
|
@@ -1823,12 +2137,42 @@ var LightbulbIcon = (0, import_react33.forwardRef)(
|
|
|
1823
2137
|
}
|
|
1824
2138
|
);
|
|
1825
2139
|
|
|
2140
|
+
// src/icons/link.tsx
|
|
2141
|
+
var import_react41 = require("react");
|
|
2142
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
2143
|
+
var LinkIcon = (0, import_react41.forwardRef)(function LinkIcon2(_a, ref) {
|
|
2144
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2145
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2146
|
+
"svg",
|
|
2147
|
+
__spreadProps(__spreadValues({
|
|
2148
|
+
ref,
|
|
2149
|
+
width: size,
|
|
2150
|
+
height: size,
|
|
2151
|
+
viewBox: "0 0 24 24",
|
|
2152
|
+
fill: "none",
|
|
2153
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2154
|
+
className
|
|
2155
|
+
}, other), {
|
|
2156
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2157
|
+
"path",
|
|
2158
|
+
{
|
|
2159
|
+
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",
|
|
2160
|
+
stroke: "currentColor",
|
|
2161
|
+
strokeWidth: "2",
|
|
2162
|
+
strokeLinecap: "round",
|
|
2163
|
+
strokeLinejoin: "round"
|
|
2164
|
+
}
|
|
2165
|
+
)
|
|
2166
|
+
})
|
|
2167
|
+
);
|
|
2168
|
+
});
|
|
2169
|
+
|
|
1826
2170
|
// src/icons/lock.tsx
|
|
1827
|
-
var
|
|
1828
|
-
var
|
|
1829
|
-
var LockIcon = (0,
|
|
2171
|
+
var import_react42 = require("react");
|
|
2172
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
2173
|
+
var LockIcon = (0, import_react42.forwardRef)(function LockIcon2(_a, ref) {
|
|
1830
2174
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1831
|
-
return /* @__PURE__ */ (0,
|
|
2175
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
|
|
1832
2176
|
"svg",
|
|
1833
2177
|
__spreadProps(__spreadValues({
|
|
1834
2178
|
ref,
|
|
@@ -1840,7 +2184,7 @@ var LockIcon = (0, import_react34.forwardRef)(function LockIcon2(_a, ref) {
|
|
|
1840
2184
|
className
|
|
1841
2185
|
}, other), {
|
|
1842
2186
|
children: [
|
|
1843
|
-
duotone && /* @__PURE__ */ (0,
|
|
2187
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
1844
2188
|
"path",
|
|
1845
2189
|
{
|
|
1846
2190
|
opacity: "0.12",
|
|
@@ -1848,7 +2192,7 @@ var LockIcon = (0, import_react34.forwardRef)(function LockIcon2(_a, ref) {
|
|
|
1848
2192
|
fill: "currentColor"
|
|
1849
2193
|
}
|
|
1850
2194
|
),
|
|
1851
|
-
/* @__PURE__ */ (0,
|
|
2195
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
1852
2196
|
"path",
|
|
1853
2197
|
{
|
|
1854
2198
|
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",
|
|
@@ -1864,12 +2208,12 @@ var LockIcon = (0, import_react34.forwardRef)(function LockIcon2(_a, ref) {
|
|
|
1864
2208
|
});
|
|
1865
2209
|
|
|
1866
2210
|
// src/icons/logIn.tsx
|
|
1867
|
-
var
|
|
1868
|
-
var
|
|
1869
|
-
var LogInIcon = (0,
|
|
2211
|
+
var import_react43 = require("react");
|
|
2212
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
2213
|
+
var LogInIcon = (0, import_react43.forwardRef)(
|
|
1870
2214
|
function LogInIcon2(_a, ref) {
|
|
1871
2215
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1872
|
-
return /* @__PURE__ */ (0,
|
|
2216
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
1873
2217
|
"svg",
|
|
1874
2218
|
__spreadProps(__spreadValues({
|
|
1875
2219
|
ref,
|
|
@@ -1881,7 +2225,7 @@ var LogInIcon = (0, import_react35.forwardRef)(
|
|
|
1881
2225
|
className
|
|
1882
2226
|
}, other), {
|
|
1883
2227
|
children: [
|
|
1884
|
-
duotone && /* @__PURE__ */ (0,
|
|
2228
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1885
2229
|
"path",
|
|
1886
2230
|
{
|
|
1887
2231
|
opacity: "0.12",
|
|
@@ -1889,7 +2233,7 @@ var LogInIcon = (0, import_react35.forwardRef)(
|
|
|
1889
2233
|
fill: "currentColor"
|
|
1890
2234
|
}
|
|
1891
2235
|
),
|
|
1892
|
-
/* @__PURE__ */ (0,
|
|
2236
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1893
2237
|
"path",
|
|
1894
2238
|
{
|
|
1895
2239
|
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",
|
|
@@ -1906,12 +2250,12 @@ var LogInIcon = (0, import_react35.forwardRef)(
|
|
|
1906
2250
|
);
|
|
1907
2251
|
|
|
1908
2252
|
// src/icons/magicWand.tsx
|
|
1909
|
-
var
|
|
1910
|
-
var
|
|
1911
|
-
var MagicWandIcon = (0,
|
|
2253
|
+
var import_react44 = require("react");
|
|
2254
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
2255
|
+
var MagicWandIcon = (0, import_react44.forwardRef)(
|
|
1912
2256
|
function MagicWandIcon2(_a, ref) {
|
|
1913
2257
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1914
|
-
return /* @__PURE__ */ (0,
|
|
2258
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
|
|
1915
2259
|
"svg",
|
|
1916
2260
|
__spreadProps(__spreadValues({
|
|
1917
2261
|
ref,
|
|
@@ -1923,7 +2267,7 @@ var MagicWandIcon = (0, import_react36.forwardRef)(
|
|
|
1923
2267
|
className
|
|
1924
2268
|
}, other), {
|
|
1925
2269
|
children: [
|
|
1926
|
-
duotone && /* @__PURE__ */ (0,
|
|
2270
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
1927
2271
|
"path",
|
|
1928
2272
|
{
|
|
1929
2273
|
opacity: "0.12",
|
|
@@ -1931,7 +2275,7 @@ var MagicWandIcon = (0, import_react36.forwardRef)(
|
|
|
1931
2275
|
fill: "currentColor"
|
|
1932
2276
|
}
|
|
1933
2277
|
),
|
|
1934
|
-
/* @__PURE__ */ (0,
|
|
2278
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
1935
2279
|
"path",
|
|
1936
2280
|
{
|
|
1937
2281
|
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",
|
|
@@ -1948,11 +2292,11 @@ var MagicWandIcon = (0, import_react36.forwardRef)(
|
|
|
1948
2292
|
);
|
|
1949
2293
|
|
|
1950
2294
|
// src/icons/mail.tsx
|
|
1951
|
-
var
|
|
1952
|
-
var
|
|
1953
|
-
var MailIcon = (0,
|
|
2295
|
+
var import_react45 = require("react");
|
|
2296
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
2297
|
+
var MailIcon = (0, import_react45.forwardRef)(function MailIcon2(_a, ref) {
|
|
1954
2298
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1955
|
-
return /* @__PURE__ */ (0,
|
|
2299
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
1956
2300
|
"svg",
|
|
1957
2301
|
__spreadProps(__spreadValues({
|
|
1958
2302
|
ref,
|
|
@@ -1964,7 +2308,7 @@ var MailIcon = (0, import_react37.forwardRef)(function MailIcon2(_a, ref) {
|
|
|
1964
2308
|
className
|
|
1965
2309
|
}, other), {
|
|
1966
2310
|
children: [
|
|
1967
|
-
duotone && /* @__PURE__ */ (0,
|
|
2311
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1968
2312
|
"path",
|
|
1969
2313
|
{
|
|
1970
2314
|
opacity: "0.12",
|
|
@@ -1972,7 +2316,7 @@ var MailIcon = (0, import_react37.forwardRef)(function MailIcon2(_a, ref) {
|
|
|
1972
2316
|
fill: "currentColor"
|
|
1973
2317
|
}
|
|
1974
2318
|
),
|
|
1975
|
-
/* @__PURE__ */ (0,
|
|
2319
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1976
2320
|
"path",
|
|
1977
2321
|
{
|
|
1978
2322
|
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",
|
|
@@ -1988,11 +2332,11 @@ var MailIcon = (0, import_react37.forwardRef)(function MailIcon2(_a, ref) {
|
|
|
1988
2332
|
});
|
|
1989
2333
|
|
|
1990
2334
|
// src/icons/menu.tsx
|
|
1991
|
-
var
|
|
1992
|
-
var
|
|
1993
|
-
var MenuIcon = (0,
|
|
1994
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1995
|
-
return /* @__PURE__ */ (0,
|
|
2335
|
+
var import_react46 = require("react");
|
|
2336
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
2337
|
+
var MenuIcon = (0, import_react46.forwardRef)(function MenuIcon2(_a, ref) {
|
|
2338
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2339
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1996
2340
|
"svg",
|
|
1997
2341
|
__spreadProps(__spreadValues({
|
|
1998
2342
|
ref,
|
|
@@ -2003,7 +2347,7 @@ var MenuIcon = (0, import_react38.forwardRef)(function MenuIcon2(_a, ref) {
|
|
|
2003
2347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2004
2348
|
className
|
|
2005
2349
|
}, other), {
|
|
2006
|
-
children: /* @__PURE__ */ (0,
|
|
2350
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2007
2351
|
"path",
|
|
2008
2352
|
{
|
|
2009
2353
|
d: "M3 12H21M3 6H21M3 18H21",
|
|
@@ -2018,12 +2362,12 @@ var MenuIcon = (0, import_react38.forwardRef)(function MenuIcon2(_a, ref) {
|
|
|
2018
2362
|
});
|
|
2019
2363
|
|
|
2020
2364
|
// src/icons/messageChatSquare.tsx
|
|
2021
|
-
var
|
|
2022
|
-
var
|
|
2023
|
-
var MessageChatSquareIcon = (0,
|
|
2365
|
+
var import_react47 = require("react");
|
|
2366
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
2367
|
+
var MessageChatSquareIcon = (0, import_react47.forwardRef)(
|
|
2024
2368
|
function MessageChatSquareIcon2(_a, ref) {
|
|
2025
2369
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2026
|
-
return /* @__PURE__ */ (0,
|
|
2370
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
|
2027
2371
|
"svg",
|
|
2028
2372
|
__spreadProps(__spreadValues({
|
|
2029
2373
|
ref,
|
|
@@ -2035,7 +2379,7 @@ var MessageChatSquareIcon = (0, import_react39.forwardRef)(
|
|
|
2035
2379
|
className
|
|
2036
2380
|
}, other), {
|
|
2037
2381
|
children: [
|
|
2038
|
-
duotone && /* @__PURE__ */ (0,
|
|
2382
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2039
2383
|
"path",
|
|
2040
2384
|
{
|
|
2041
2385
|
opacity: "0.12",
|
|
@@ -2043,7 +2387,7 @@ var MessageChatSquareIcon = (0, import_react39.forwardRef)(
|
|
|
2043
2387
|
fill: "currentColor"
|
|
2044
2388
|
}
|
|
2045
2389
|
),
|
|
2046
|
-
/* @__PURE__ */ (0,
|
|
2390
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2047
2391
|
"path",
|
|
2048
2392
|
{
|
|
2049
2393
|
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",
|
|
@@ -2060,12 +2404,12 @@ var MessageChatSquareIcon = (0, import_react39.forwardRef)(
|
|
|
2060
2404
|
);
|
|
2061
2405
|
|
|
2062
2406
|
// src/icons/messagePlusSquare.tsx
|
|
2063
|
-
var
|
|
2064
|
-
var
|
|
2065
|
-
var MessagePlusSquareIcon = (0,
|
|
2407
|
+
var import_react48 = require("react");
|
|
2408
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
2409
|
+
var MessagePlusSquareIcon = (0, import_react48.forwardRef)(
|
|
2066
2410
|
function MessagePlusSquareIcon2(_a, ref) {
|
|
2067
2411
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2068
|
-
return /* @__PURE__ */ (0,
|
|
2412
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
2069
2413
|
"svg",
|
|
2070
2414
|
__spreadProps(__spreadValues({
|
|
2071
2415
|
ref,
|
|
@@ -2077,7 +2421,7 @@ var MessagePlusSquareIcon = (0, import_react40.forwardRef)(
|
|
|
2077
2421
|
className
|
|
2078
2422
|
}, other), {
|
|
2079
2423
|
children: [
|
|
2080
|
-
duotone && /* @__PURE__ */ (0,
|
|
2424
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2081
2425
|
"path",
|
|
2082
2426
|
{
|
|
2083
2427
|
opacity: "0.12",
|
|
@@ -2085,7 +2429,7 @@ var MessagePlusSquareIcon = (0, import_react40.forwardRef)(
|
|
|
2085
2429
|
fill: "currentColor"
|
|
2086
2430
|
}
|
|
2087
2431
|
),
|
|
2088
|
-
/* @__PURE__ */ (0,
|
|
2432
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2089
2433
|
"path",
|
|
2090
2434
|
{
|
|
2091
2435
|
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",
|
|
@@ -2102,12 +2446,12 @@ var MessagePlusSquareIcon = (0, import_react40.forwardRef)(
|
|
|
2102
2446
|
);
|
|
2103
2447
|
|
|
2104
2448
|
// src/icons/messageTextSquare.tsx
|
|
2105
|
-
var
|
|
2106
|
-
var
|
|
2107
|
-
var MessageTextSquareIcon = (0,
|
|
2449
|
+
var import_react49 = require("react");
|
|
2450
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
2451
|
+
var MessageTextSquareIcon = (0, import_react49.forwardRef)(
|
|
2108
2452
|
function MessageTextSquareIcon2(_a, ref) {
|
|
2109
2453
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2110
|
-
return /* @__PURE__ */ (0,
|
|
2454
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2111
2455
|
"svg",
|
|
2112
2456
|
__spreadProps(__spreadValues({
|
|
2113
2457
|
ref,
|
|
@@ -2119,7 +2463,7 @@ var MessageTextSquareIcon = (0, import_react41.forwardRef)(
|
|
|
2119
2463
|
className
|
|
2120
2464
|
}, other), {
|
|
2121
2465
|
children: [
|
|
2122
|
-
duotone && /* @__PURE__ */ (0,
|
|
2466
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2123
2467
|
"path",
|
|
2124
2468
|
{
|
|
2125
2469
|
opacity: "0.12",
|
|
@@ -2127,7 +2471,7 @@ var MessageTextSquareIcon = (0, import_react41.forwardRef)(
|
|
|
2127
2471
|
fill: "currentColor"
|
|
2128
2472
|
}
|
|
2129
2473
|
),
|
|
2130
|
-
/* @__PURE__ */ (0,
|
|
2474
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2131
2475
|
"path",
|
|
2132
2476
|
{
|
|
2133
2477
|
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",
|
|
@@ -2144,12 +2488,12 @@ var MessageTextSquareIcon = (0, import_react41.forwardRef)(
|
|
|
2144
2488
|
);
|
|
2145
2489
|
|
|
2146
2490
|
// src/icons/microphone.tsx
|
|
2147
|
-
var
|
|
2148
|
-
var
|
|
2149
|
-
var MicrophoneIcon = (0,
|
|
2491
|
+
var import_react50 = require("react");
|
|
2492
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
2493
|
+
var MicrophoneIcon = (0, import_react50.forwardRef)(
|
|
2150
2494
|
function MicrophoneIcon2(_a, ref) {
|
|
2151
2495
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2152
|
-
return /* @__PURE__ */ (0,
|
|
2496
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
|
|
2153
2497
|
"svg",
|
|
2154
2498
|
__spreadProps(__spreadValues({
|
|
2155
2499
|
ref,
|
|
@@ -2161,7 +2505,7 @@ var MicrophoneIcon = (0, import_react42.forwardRef)(
|
|
|
2161
2505
|
className
|
|
2162
2506
|
}, other), {
|
|
2163
2507
|
children: [
|
|
2164
|
-
duotone && /* @__PURE__ */ (0,
|
|
2508
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2165
2509
|
"path",
|
|
2166
2510
|
{
|
|
2167
2511
|
opacity: "0.12",
|
|
@@ -2169,7 +2513,7 @@ var MicrophoneIcon = (0, import_react42.forwardRef)(
|
|
|
2169
2513
|
fill: "currentColor"
|
|
2170
2514
|
}
|
|
2171
2515
|
),
|
|
2172
|
-
/* @__PURE__ */ (0,
|
|
2516
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2173
2517
|
"path",
|
|
2174
2518
|
{
|
|
2175
2519
|
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",
|
|
@@ -2186,12 +2530,12 @@ var MicrophoneIcon = (0, import_react42.forwardRef)(
|
|
|
2186
2530
|
);
|
|
2187
2531
|
|
|
2188
2532
|
// src/icons/microphoneOff.tsx
|
|
2189
|
-
var
|
|
2190
|
-
var
|
|
2191
|
-
var MicrophoneOffIcon = (0,
|
|
2533
|
+
var import_react51 = require("react");
|
|
2534
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
2535
|
+
var MicrophoneOffIcon = (0, import_react51.forwardRef)(
|
|
2192
2536
|
function MicrophoneOffIcon2(_a, ref) {
|
|
2193
2537
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2194
|
-
return /* @__PURE__ */ (0,
|
|
2538
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
|
|
2195
2539
|
"svg",
|
|
2196
2540
|
__spreadProps(__spreadValues({
|
|
2197
2541
|
ref,
|
|
@@ -2203,7 +2547,7 @@ var MicrophoneOffIcon = (0, import_react43.forwardRef)(
|
|
|
2203
2547
|
className
|
|
2204
2548
|
}, other), {
|
|
2205
2549
|
children: [
|
|
2206
|
-
duotone && /* @__PURE__ */ (0,
|
|
2550
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2207
2551
|
"path",
|
|
2208
2552
|
{
|
|
2209
2553
|
opacity: "0.12",
|
|
@@ -2211,7 +2555,7 @@ var MicrophoneOffIcon = (0, import_react43.forwardRef)(
|
|
|
2211
2555
|
fill: "currentColor"
|
|
2212
2556
|
}
|
|
2213
2557
|
),
|
|
2214
|
-
/* @__PURE__ */ (0,
|
|
2558
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2215
2559
|
"path",
|
|
2216
2560
|
{
|
|
2217
2561
|
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",
|
|
@@ -2228,12 +2572,12 @@ var MicrophoneOffIcon = (0, import_react43.forwardRef)(
|
|
|
2228
2572
|
);
|
|
2229
2573
|
|
|
2230
2574
|
// src/icons/monitor.tsx
|
|
2231
|
-
var
|
|
2232
|
-
var
|
|
2233
|
-
var MonitorIcon = (0,
|
|
2575
|
+
var import_react52 = require("react");
|
|
2576
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
2577
|
+
var MonitorIcon = (0, import_react52.forwardRef)(
|
|
2234
2578
|
function MonitorIcon2(_a, ref) {
|
|
2235
2579
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2236
|
-
return /* @__PURE__ */ (0,
|
|
2580
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
|
|
2237
2581
|
"svg",
|
|
2238
2582
|
__spreadProps(__spreadValues({
|
|
2239
2583
|
ref,
|
|
@@ -2245,7 +2589,7 @@ var MonitorIcon = (0, import_react44.forwardRef)(
|
|
|
2245
2589
|
className
|
|
2246
2590
|
}, other), {
|
|
2247
2591
|
children: [
|
|
2248
|
-
duotone && /* @__PURE__ */ (0,
|
|
2592
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2249
2593
|
"path",
|
|
2250
2594
|
{
|
|
2251
2595
|
opacity: "0.12",
|
|
@@ -2253,7 +2597,7 @@ var MonitorIcon = (0, import_react44.forwardRef)(
|
|
|
2253
2597
|
fill: "currentColor"
|
|
2254
2598
|
}
|
|
2255
2599
|
),
|
|
2256
|
-
/* @__PURE__ */ (0,
|
|
2600
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2257
2601
|
"path",
|
|
2258
2602
|
{
|
|
2259
2603
|
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",
|
|
@@ -2270,12 +2614,12 @@ var MonitorIcon = (0, import_react44.forwardRef)(
|
|
|
2270
2614
|
);
|
|
2271
2615
|
|
|
2272
2616
|
// src/icons/notificationBox.tsx
|
|
2273
|
-
var
|
|
2274
|
-
var
|
|
2275
|
-
var NotificationBoxIcon = (0,
|
|
2617
|
+
var import_react53 = require("react");
|
|
2618
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
2619
|
+
var NotificationBoxIcon = (0, import_react53.forwardRef)(
|
|
2276
2620
|
function NotificationBoxIcon2(_a, ref) {
|
|
2277
2621
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2278
|
-
return /* @__PURE__ */ (0,
|
|
2622
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
|
|
2279
2623
|
"svg",
|
|
2280
2624
|
__spreadProps(__spreadValues({
|
|
2281
2625
|
ref,
|
|
@@ -2287,7 +2631,7 @@ var NotificationBoxIcon = (0, import_react45.forwardRef)(
|
|
|
2287
2631
|
className
|
|
2288
2632
|
}, other), {
|
|
2289
2633
|
children: [
|
|
2290
|
-
duotone && /* @__PURE__ */ (0,
|
|
2634
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2291
2635
|
"path",
|
|
2292
2636
|
{
|
|
2293
2637
|
opacity: "0.12",
|
|
@@ -2295,7 +2639,7 @@ var NotificationBoxIcon = (0, import_react45.forwardRef)(
|
|
|
2295
2639
|
fill: "currentColor"
|
|
2296
2640
|
}
|
|
2297
2641
|
),
|
|
2298
|
-
/* @__PURE__ */ (0,
|
|
2642
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2299
2643
|
"path",
|
|
2300
2644
|
{
|
|
2301
2645
|
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",
|
|
@@ -2312,12 +2656,12 @@ var NotificationBoxIcon = (0, import_react45.forwardRef)(
|
|
|
2312
2656
|
);
|
|
2313
2657
|
|
|
2314
2658
|
// src/icons/pauseCircle.tsx
|
|
2315
|
-
var
|
|
2316
|
-
var
|
|
2317
|
-
var PauseCircleIcon = (0,
|
|
2659
|
+
var import_react54 = require("react");
|
|
2660
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
2661
|
+
var PauseCircleIcon = (0, import_react54.forwardRef)(
|
|
2318
2662
|
function PauseCircleIcon2(_a, ref) {
|
|
2319
2663
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2320
|
-
return /* @__PURE__ */ (0,
|
|
2664
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
|
|
2321
2665
|
"svg",
|
|
2322
2666
|
__spreadProps(__spreadValues({
|
|
2323
2667
|
ref,
|
|
@@ -2329,7 +2673,7 @@ var PauseCircleIcon = (0, import_react46.forwardRef)(
|
|
|
2329
2673
|
className
|
|
2330
2674
|
}, other), {
|
|
2331
2675
|
children: [
|
|
2332
|
-
duotone && /* @__PURE__ */ (0,
|
|
2676
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2333
2677
|
"path",
|
|
2334
2678
|
{
|
|
2335
2679
|
opacity: "0.12",
|
|
@@ -2337,7 +2681,7 @@ var PauseCircleIcon = (0, import_react46.forwardRef)(
|
|
|
2337
2681
|
fill: "currentColor"
|
|
2338
2682
|
}
|
|
2339
2683
|
),
|
|
2340
|
-
/* @__PURE__ */ (0,
|
|
2684
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2341
2685
|
"path",
|
|
2342
2686
|
{
|
|
2343
2687
|
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",
|
|
@@ -2354,12 +2698,12 @@ var PauseCircleIcon = (0, import_react46.forwardRef)(
|
|
|
2354
2698
|
);
|
|
2355
2699
|
|
|
2356
2700
|
// src/icons/phone.tsx
|
|
2357
|
-
var
|
|
2358
|
-
var
|
|
2359
|
-
var PhoneIcon = (0,
|
|
2701
|
+
var import_react55 = require("react");
|
|
2702
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
2703
|
+
var PhoneIcon = (0, import_react55.forwardRef)(
|
|
2360
2704
|
function PhoneIcon2(_a, ref) {
|
|
2361
2705
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2362
|
-
return /* @__PURE__ */ (0,
|
|
2706
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2363
2707
|
"svg",
|
|
2364
2708
|
__spreadProps(__spreadValues({
|
|
2365
2709
|
ref,
|
|
@@ -2371,7 +2715,7 @@ var PhoneIcon = (0, import_react47.forwardRef)(
|
|
|
2371
2715
|
className
|
|
2372
2716
|
}, other), {
|
|
2373
2717
|
children: [
|
|
2374
|
-
duotone && /* @__PURE__ */ (0,
|
|
2718
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2375
2719
|
"path",
|
|
2376
2720
|
{
|
|
2377
2721
|
opacity: "0.12",
|
|
@@ -2379,7 +2723,7 @@ var PhoneIcon = (0, import_react47.forwardRef)(
|
|
|
2379
2723
|
fill: "currentColor"
|
|
2380
2724
|
}
|
|
2381
2725
|
),
|
|
2382
|
-
/* @__PURE__ */ (0,
|
|
2726
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2383
2727
|
"path",
|
|
2384
2728
|
{
|
|
2385
2729
|
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",
|
|
@@ -2395,13 +2739,55 @@ var PhoneIcon = (0, import_react47.forwardRef)(
|
|
|
2395
2739
|
}
|
|
2396
2740
|
);
|
|
2397
2741
|
|
|
2742
|
+
// src/icons/phoneCall.tsx
|
|
2743
|
+
var import_react56 = require("react");
|
|
2744
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
2745
|
+
var PhoneCallIcon = (0, import_react56.forwardRef)(
|
|
2746
|
+
function PhoneCallIcon2(_a, ref) {
|
|
2747
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2748
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
|
|
2749
|
+
"svg",
|
|
2750
|
+
__spreadProps(__spreadValues({
|
|
2751
|
+
ref,
|
|
2752
|
+
width: size,
|
|
2753
|
+
height: size,
|
|
2754
|
+
viewBox: "0 0 24 24",
|
|
2755
|
+
fill: "none",
|
|
2756
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2757
|
+
className
|
|
2758
|
+
}, other), {
|
|
2759
|
+
children: [
|
|
2760
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2761
|
+
"path",
|
|
2762
|
+
{
|
|
2763
|
+
opacity: "0.12",
|
|
2764
|
+
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",
|
|
2765
|
+
fill: "currentColor"
|
|
2766
|
+
}
|
|
2767
|
+
),
|
|
2768
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2769
|
+
"path",
|
|
2770
|
+
{
|
|
2771
|
+
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",
|
|
2772
|
+
stroke: "currentColor",
|
|
2773
|
+
strokeWidth: "2",
|
|
2774
|
+
strokeLinecap: "round",
|
|
2775
|
+
strokeLinejoin: "round"
|
|
2776
|
+
}
|
|
2777
|
+
)
|
|
2778
|
+
]
|
|
2779
|
+
})
|
|
2780
|
+
);
|
|
2781
|
+
}
|
|
2782
|
+
);
|
|
2783
|
+
|
|
2398
2784
|
// src/icons/pieChart.tsx
|
|
2399
|
-
var
|
|
2400
|
-
var
|
|
2401
|
-
var PieChartIcon = (0,
|
|
2785
|
+
var import_react57 = require("react");
|
|
2786
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
2787
|
+
var PieChartIcon = (0, import_react57.forwardRef)(
|
|
2402
2788
|
function PieChartIcon2(_a, ref) {
|
|
2403
2789
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2404
|
-
return /* @__PURE__ */ (0,
|
|
2790
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
|
|
2405
2791
|
"svg",
|
|
2406
2792
|
__spreadProps(__spreadValues({
|
|
2407
2793
|
ref,
|
|
@@ -2413,7 +2799,7 @@ var PieChartIcon = (0, import_react48.forwardRef)(
|
|
|
2413
2799
|
className
|
|
2414
2800
|
}, other), {
|
|
2415
2801
|
children: [
|
|
2416
|
-
duotone && /* @__PURE__ */ (0,
|
|
2802
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2417
2803
|
"path",
|
|
2418
2804
|
{
|
|
2419
2805
|
opacity: "0.12",
|
|
@@ -2421,7 +2807,7 @@ var PieChartIcon = (0, import_react48.forwardRef)(
|
|
|
2421
2807
|
fill: "currentColor"
|
|
2422
2808
|
}
|
|
2423
2809
|
),
|
|
2424
|
-
/* @__PURE__ */ (0,
|
|
2810
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2425
2811
|
"path",
|
|
2426
2812
|
{
|
|
2427
2813
|
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",
|
|
@@ -2432,7 +2818,7 @@ var PieChartIcon = (0, import_react48.forwardRef)(
|
|
|
2432
2818
|
}
|
|
2433
2819
|
),
|
|
2434
2820
|
",",
|
|
2435
|
-
/* @__PURE__ */ (0,
|
|
2821
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2436
2822
|
"path",
|
|
2437
2823
|
{
|
|
2438
2824
|
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",
|
|
@@ -2449,12 +2835,12 @@ var PieChartIcon = (0, import_react48.forwardRef)(
|
|
|
2449
2835
|
);
|
|
2450
2836
|
|
|
2451
2837
|
// src/icons/playCircle.tsx
|
|
2452
|
-
var
|
|
2453
|
-
var
|
|
2454
|
-
var PlayCircleIcon = (0,
|
|
2838
|
+
var import_react58 = require("react");
|
|
2839
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
2840
|
+
var PlayCircleIcon = (0, import_react58.forwardRef)(
|
|
2455
2841
|
function PlayCircleIcon2(_a, ref) {
|
|
2456
2842
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2457
|
-
return /* @__PURE__ */ (0,
|
|
2843
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
|
|
2458
2844
|
"svg",
|
|
2459
2845
|
__spreadProps(__spreadValues({
|
|
2460
2846
|
ref,
|
|
@@ -2466,7 +2852,7 @@ var PlayCircleIcon = (0, import_react49.forwardRef)(
|
|
|
2466
2852
|
className
|
|
2467
2853
|
}, other), {
|
|
2468
2854
|
children: [
|
|
2469
|
-
duotone && /* @__PURE__ */ (0,
|
|
2855
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2470
2856
|
"path",
|
|
2471
2857
|
{
|
|
2472
2858
|
opacity: "0.12",
|
|
@@ -2474,7 +2860,7 @@ var PlayCircleIcon = (0, import_react49.forwardRef)(
|
|
|
2474
2860
|
fill: "currentColor"
|
|
2475
2861
|
}
|
|
2476
2862
|
),
|
|
2477
|
-
/* @__PURE__ */ (0,
|
|
2863
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2478
2864
|
"path",
|
|
2479
2865
|
{
|
|
2480
2866
|
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",
|
|
@@ -2485,7 +2871,7 @@ var PlayCircleIcon = (0, import_react49.forwardRef)(
|
|
|
2485
2871
|
}
|
|
2486
2872
|
),
|
|
2487
2873
|
",",
|
|
2488
|
-
/* @__PURE__ */ (0,
|
|
2874
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2489
2875
|
"path",
|
|
2490
2876
|
{
|
|
2491
2877
|
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",
|
|
@@ -2502,11 +2888,11 @@ var PlayCircleIcon = (0, import_react49.forwardRef)(
|
|
|
2502
2888
|
);
|
|
2503
2889
|
|
|
2504
2890
|
// src/icons/plus.tsx
|
|
2505
|
-
var
|
|
2506
|
-
var
|
|
2507
|
-
var PlusIcon = (0,
|
|
2508
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
2509
|
-
return /* @__PURE__ */ (0,
|
|
2891
|
+
var import_react59 = require("react");
|
|
2892
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
2893
|
+
var PlusIcon = (0, import_react59.forwardRef)(function PlusIcon2(_a, ref) {
|
|
2894
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2895
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2510
2896
|
"svg",
|
|
2511
2897
|
__spreadProps(__spreadValues({
|
|
2512
2898
|
ref,
|
|
@@ -2517,7 +2903,7 @@ var PlusIcon = (0, import_react50.forwardRef)(function PlusIcon2(_a, ref) {
|
|
|
2517
2903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2518
2904
|
className
|
|
2519
2905
|
}, other), {
|
|
2520
|
-
children: /* @__PURE__ */ (0,
|
|
2906
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2521
2907
|
"path",
|
|
2522
2908
|
{
|
|
2523
2909
|
d: "M12 5V19M5 12H19",
|
|
@@ -2532,12 +2918,12 @@ var PlusIcon = (0, import_react50.forwardRef)(function PlusIcon2(_a, ref) {
|
|
|
2532
2918
|
});
|
|
2533
2919
|
|
|
2534
2920
|
// src/icons/plusCircle.tsx
|
|
2535
|
-
var
|
|
2536
|
-
var
|
|
2537
|
-
var PlusCircleIcon = (0,
|
|
2921
|
+
var import_react60 = require("react");
|
|
2922
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
2923
|
+
var PlusCircleIcon = (0, import_react60.forwardRef)(
|
|
2538
2924
|
function PlusCircleIcon2(_a, ref) {
|
|
2539
2925
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2540
|
-
return /* @__PURE__ */ (0,
|
|
2926
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
|
|
2541
2927
|
"svg",
|
|
2542
2928
|
__spreadProps(__spreadValues({
|
|
2543
2929
|
ref,
|
|
@@ -2549,7 +2935,7 @@ var PlusCircleIcon = (0, import_react51.forwardRef)(
|
|
|
2549
2935
|
className
|
|
2550
2936
|
}, other), {
|
|
2551
2937
|
children: [
|
|
2552
|
-
duotone && /* @__PURE__ */ (0,
|
|
2938
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2553
2939
|
"path",
|
|
2554
2940
|
{
|
|
2555
2941
|
opacity: "0.12",
|
|
@@ -2557,7 +2943,7 @@ var PlusCircleIcon = (0, import_react51.forwardRef)(
|
|
|
2557
2943
|
fill: "currentColor"
|
|
2558
2944
|
}
|
|
2559
2945
|
),
|
|
2560
|
-
/* @__PURE__ */ (0,
|
|
2946
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2561
2947
|
"path",
|
|
2562
2948
|
{
|
|
2563
2949
|
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",
|
|
@@ -2574,12 +2960,12 @@ var PlusCircleIcon = (0, import_react51.forwardRef)(
|
|
|
2574
2960
|
);
|
|
2575
2961
|
|
|
2576
2962
|
// src/icons/puzzlePiece.tsx
|
|
2577
|
-
var
|
|
2578
|
-
var
|
|
2579
|
-
var PuzzlePieceIcon = (0,
|
|
2963
|
+
var import_react61 = require("react");
|
|
2964
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
2965
|
+
var PuzzlePieceIcon = (0, import_react61.forwardRef)(
|
|
2580
2966
|
function PuzzlePieceIcon2(_a, ref) {
|
|
2581
2967
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2582
|
-
return /* @__PURE__ */ (0,
|
|
2968
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
|
|
2583
2969
|
"svg",
|
|
2584
2970
|
__spreadProps(__spreadValues({
|
|
2585
2971
|
ref,
|
|
@@ -2591,7 +2977,7 @@ var PuzzlePieceIcon = (0, import_react52.forwardRef)(
|
|
|
2591
2977
|
className
|
|
2592
2978
|
}, other), {
|
|
2593
2979
|
children: [
|
|
2594
|
-
duotone && /* @__PURE__ */ (0,
|
|
2980
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2595
2981
|
"path",
|
|
2596
2982
|
{
|
|
2597
2983
|
opacity: "0.12",
|
|
@@ -2599,7 +2985,7 @@ var PuzzlePieceIcon = (0, import_react52.forwardRef)(
|
|
|
2599
2985
|
fill: "currentColor"
|
|
2600
2986
|
}
|
|
2601
2987
|
),
|
|
2602
|
-
/* @__PURE__ */ (0,
|
|
2988
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2603
2989
|
"path",
|
|
2604
2990
|
{
|
|
2605
2991
|
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",
|
|
@@ -2616,12 +3002,12 @@ var PuzzlePieceIcon = (0, import_react52.forwardRef)(
|
|
|
2616
3002
|
);
|
|
2617
3003
|
|
|
2618
3004
|
// src/icons/qrCode.tsx
|
|
2619
|
-
var
|
|
2620
|
-
var
|
|
2621
|
-
var QrCodeIcon = (0,
|
|
3005
|
+
var import_react62 = require("react");
|
|
3006
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
3007
|
+
var QrCodeIcon = (0, import_react62.forwardRef)(
|
|
2622
3008
|
function QrCodeIcon2(_a, ref) {
|
|
2623
3009
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2624
|
-
return /* @__PURE__ */ (0,
|
|
3010
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
|
|
2625
3011
|
"svg",
|
|
2626
3012
|
__spreadProps(__spreadValues({
|
|
2627
3013
|
ref,
|
|
@@ -2633,7 +3019,7 @@ var QrCodeIcon = (0, import_react53.forwardRef)(
|
|
|
2633
3019
|
className
|
|
2634
3020
|
}, other), {
|
|
2635
3021
|
children: [
|
|
2636
|
-
duotone && /* @__PURE__ */ (0,
|
|
3022
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2637
3023
|
"path",
|
|
2638
3024
|
{
|
|
2639
3025
|
opacity: "0.4",
|
|
@@ -2644,7 +3030,7 @@ var QrCodeIcon = (0, import_react53.forwardRef)(
|
|
|
2644
3030
|
strokeLinejoin: "round"
|
|
2645
3031
|
}
|
|
2646
3032
|
),
|
|
2647
|
-
/* @__PURE__ */ (0,
|
|
3033
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2648
3034
|
"path",
|
|
2649
3035
|
{
|
|
2650
3036
|
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",
|
|
@@ -2661,12 +3047,12 @@ var QrCodeIcon = (0, import_react53.forwardRef)(
|
|
|
2661
3047
|
);
|
|
2662
3048
|
|
|
2663
3049
|
// src/icons/receiptCheck.tsx
|
|
2664
|
-
var
|
|
2665
|
-
var
|
|
2666
|
-
var ReceiptCheckIcon = (0,
|
|
3050
|
+
var import_react63 = require("react");
|
|
3051
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
3052
|
+
var ReceiptCheckIcon = (0, import_react63.forwardRef)(
|
|
2667
3053
|
function ReceiptCheckIcon2(_a, ref) {
|
|
2668
3054
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2669
|
-
return /* @__PURE__ */ (0,
|
|
3055
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
2670
3056
|
"svg",
|
|
2671
3057
|
__spreadProps(__spreadValues({
|
|
2672
3058
|
ref,
|
|
@@ -2678,7 +3064,7 @@ var ReceiptCheckIcon = (0, import_react54.forwardRef)(
|
|
|
2678
3064
|
className
|
|
2679
3065
|
}, other), {
|
|
2680
3066
|
children: [
|
|
2681
|
-
duotone && /* @__PURE__ */ (0,
|
|
3067
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2682
3068
|
"path",
|
|
2683
3069
|
{
|
|
2684
3070
|
opacity: "0.12",
|
|
@@ -2686,7 +3072,7 @@ var ReceiptCheckIcon = (0, import_react54.forwardRef)(
|
|
|
2686
3072
|
fill: "currentColor"
|
|
2687
3073
|
}
|
|
2688
3074
|
),
|
|
2689
|
-
/* @__PURE__ */ (0,
|
|
3075
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2690
3076
|
"path",
|
|
2691
3077
|
{
|
|
2692
3078
|
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",
|
|
@@ -2703,12 +3089,12 @@ var ReceiptCheckIcon = (0, import_react54.forwardRef)(
|
|
|
2703
3089
|
);
|
|
2704
3090
|
|
|
2705
3091
|
// src/icons/recording.tsx
|
|
2706
|
-
var
|
|
2707
|
-
var
|
|
2708
|
-
var RecordingIcon = (0,
|
|
3092
|
+
var import_react64 = require("react");
|
|
3093
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
3094
|
+
var RecordingIcon = (0, import_react64.forwardRef)(
|
|
2709
3095
|
function RecordingIcon2(_a, ref) {
|
|
2710
3096
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2711
|
-
return /* @__PURE__ */ (0,
|
|
3097
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
|
|
2712
3098
|
"svg",
|
|
2713
3099
|
__spreadProps(__spreadValues({
|
|
2714
3100
|
ref,
|
|
@@ -2720,7 +3106,7 @@ var RecordingIcon = (0, import_react55.forwardRef)(
|
|
|
2720
3106
|
className
|
|
2721
3107
|
}, other), {
|
|
2722
3108
|
children: [
|
|
2723
|
-
duotone && /* @__PURE__ */ (0,
|
|
3109
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2724
3110
|
"path",
|
|
2725
3111
|
{
|
|
2726
3112
|
opacity: "0.12",
|
|
@@ -2728,7 +3114,7 @@ var RecordingIcon = (0, import_react55.forwardRef)(
|
|
|
2728
3114
|
fill: "currentColor"
|
|
2729
3115
|
}
|
|
2730
3116
|
),
|
|
2731
|
-
/* @__PURE__ */ (0,
|
|
3117
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2732
3118
|
"path",
|
|
2733
3119
|
{
|
|
2734
3120
|
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",
|
|
@@ -2745,12 +3131,12 @@ var RecordingIcon = (0, import_react55.forwardRef)(
|
|
|
2745
3131
|
);
|
|
2746
3132
|
|
|
2747
3133
|
// src/icons/refreshCcw.tsx
|
|
2748
|
-
var
|
|
2749
|
-
var
|
|
2750
|
-
var RefreshCcwIcon = (0,
|
|
3134
|
+
var import_react65 = require("react");
|
|
3135
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
3136
|
+
var RefreshCcwIcon = (0, import_react65.forwardRef)(
|
|
2751
3137
|
function RefreshCcwIcon2(_a, ref) {
|
|
2752
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
2753
|
-
return /* @__PURE__ */ (0,
|
|
3138
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3139
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2754
3140
|
"svg",
|
|
2755
3141
|
__spreadProps(__spreadValues({
|
|
2756
3142
|
ref,
|
|
@@ -2761,7 +3147,7 @@ var RefreshCcwIcon = (0, import_react56.forwardRef)(
|
|
|
2761
3147
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2762
3148
|
className
|
|
2763
3149
|
}, other), {
|
|
2764
|
-
children: /* @__PURE__ */ (0,
|
|
3150
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
2765
3151
|
"path",
|
|
2766
3152
|
{
|
|
2767
3153
|
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",
|
|
@@ -2777,12 +3163,12 @@ var RefreshCcwIcon = (0, import_react56.forwardRef)(
|
|
|
2777
3163
|
);
|
|
2778
3164
|
|
|
2779
3165
|
// src/icons/refreshCw.tsx
|
|
2780
|
-
var
|
|
2781
|
-
var
|
|
2782
|
-
var RefreshCwIcon = (0,
|
|
3166
|
+
var import_react66 = require("react");
|
|
3167
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
3168
|
+
var RefreshCwIcon = (0, import_react66.forwardRef)(
|
|
2783
3169
|
function RefreshCwIcon2(_a, ref) {
|
|
2784
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
2785
|
-
return /* @__PURE__ */ (0,
|
|
3170
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3171
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2786
3172
|
"svg",
|
|
2787
3173
|
__spreadProps(__spreadValues({
|
|
2788
3174
|
ref,
|
|
@@ -2793,7 +3179,7 @@ var RefreshCwIcon = (0, import_react57.forwardRef)(
|
|
|
2793
3179
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2794
3180
|
className
|
|
2795
3181
|
}, other), {
|
|
2796
|
-
children: /* @__PURE__ */ (0,
|
|
3182
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2797
3183
|
"path",
|
|
2798
3184
|
{
|
|
2799
3185
|
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",
|
|
@@ -2809,12 +3195,12 @@ var RefreshCwIcon = (0, import_react57.forwardRef)(
|
|
|
2809
3195
|
);
|
|
2810
3196
|
|
|
2811
3197
|
// src/icons/rocket.tsx
|
|
2812
|
-
var
|
|
2813
|
-
var
|
|
2814
|
-
var RocketIcon = (0,
|
|
3198
|
+
var import_react67 = require("react");
|
|
3199
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
3200
|
+
var RocketIcon = (0, import_react67.forwardRef)(
|
|
2815
3201
|
function RocketIcon2(_a, ref) {
|
|
2816
3202
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2817
|
-
return /* @__PURE__ */ (0,
|
|
3203
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
|
|
2818
3204
|
"svg",
|
|
2819
3205
|
__spreadProps(__spreadValues({
|
|
2820
3206
|
ref,
|
|
@@ -2826,7 +3212,7 @@ var RocketIcon = (0, import_react58.forwardRef)(
|
|
|
2826
3212
|
className
|
|
2827
3213
|
}, other), {
|
|
2828
3214
|
children: [
|
|
2829
|
-
duotone && /* @__PURE__ */ (0,
|
|
3215
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2830
3216
|
"path",
|
|
2831
3217
|
{
|
|
2832
3218
|
opacity: "0.12",
|
|
@@ -2834,7 +3220,7 @@ var RocketIcon = (0, import_react58.forwardRef)(
|
|
|
2834
3220
|
fill: "currentColor"
|
|
2835
3221
|
}
|
|
2836
3222
|
),
|
|
2837
|
-
/* @__PURE__ */ (0,
|
|
3223
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2838
3224
|
"path",
|
|
2839
3225
|
{
|
|
2840
3226
|
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",
|
|
@@ -2851,11 +3237,11 @@ var RocketIcon = (0, import_react58.forwardRef)(
|
|
|
2851
3237
|
);
|
|
2852
3238
|
|
|
2853
3239
|
// src/icons/save.tsx
|
|
2854
|
-
var
|
|
2855
|
-
var
|
|
2856
|
-
var SaveIcon = (0,
|
|
3240
|
+
var import_react68 = require("react");
|
|
3241
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
3242
|
+
var SaveIcon = (0, import_react68.forwardRef)(function SaveIcon2(_a, ref) {
|
|
2857
3243
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2858
|
-
return /* @__PURE__ */ (0,
|
|
3244
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2859
3245
|
"svg",
|
|
2860
3246
|
__spreadProps(__spreadValues({
|
|
2861
3247
|
ref,
|
|
@@ -2867,15 +3253,15 @@ var SaveIcon = (0, import_react59.forwardRef)(function SaveIcon2(_a, ref) {
|
|
|
2867
3253
|
className
|
|
2868
3254
|
}, other), {
|
|
2869
3255
|
children: [
|
|
2870
|
-
duotone && /* @__PURE__ */ (0,
|
|
2871
|
-
/* @__PURE__ */ (0,
|
|
3256
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("g", { opacity: "0.12", children: [
|
|
3257
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2872
3258
|
"path",
|
|
2873
3259
|
{
|
|
2874
3260
|
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",
|
|
2875
3261
|
fill: "currentColor"
|
|
2876
3262
|
}
|
|
2877
3263
|
),
|
|
2878
|
-
/* @__PURE__ */ (0,
|
|
3264
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2879
3265
|
"path",
|
|
2880
3266
|
{
|
|
2881
3267
|
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",
|
|
@@ -2883,7 +3269,7 @@ var SaveIcon = (0, import_react59.forwardRef)(function SaveIcon2(_a, ref) {
|
|
|
2883
3269
|
}
|
|
2884
3270
|
)
|
|
2885
3271
|
] }),
|
|
2886
|
-
/* @__PURE__ */ (0,
|
|
3272
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2887
3273
|
"path",
|
|
2888
3274
|
{
|
|
2889
3275
|
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",
|
|
@@ -2899,12 +3285,12 @@ var SaveIcon = (0, import_react59.forwardRef)(function SaveIcon2(_a, ref) {
|
|
|
2899
3285
|
});
|
|
2900
3286
|
|
|
2901
3287
|
// src/icons/search.tsx
|
|
2902
|
-
var
|
|
2903
|
-
var
|
|
2904
|
-
var SearchMdIcon = (0,
|
|
3288
|
+
var import_react69 = require("react");
|
|
3289
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
3290
|
+
var SearchMdIcon = (0, import_react69.forwardRef)(
|
|
2905
3291
|
function SearchMdIcon2(_a, ref) {
|
|
2906
3292
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2907
|
-
return /* @__PURE__ */ (0,
|
|
3293
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
|
|
2908
3294
|
"svg",
|
|
2909
3295
|
__spreadProps(__spreadValues({
|
|
2910
3296
|
ref,
|
|
@@ -2916,7 +3302,7 @@ var SearchMdIcon = (0, import_react60.forwardRef)(
|
|
|
2916
3302
|
className
|
|
2917
3303
|
}, other), {
|
|
2918
3304
|
children: [
|
|
2919
|
-
duotone && /* @__PURE__ */ (0,
|
|
3305
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2920
3306
|
"path",
|
|
2921
3307
|
{
|
|
2922
3308
|
opacity: "0.12",
|
|
@@ -2924,7 +3310,7 @@ var SearchMdIcon = (0, import_react60.forwardRef)(
|
|
|
2924
3310
|
fill: "currentColor"
|
|
2925
3311
|
}
|
|
2926
3312
|
),
|
|
2927
|
-
/* @__PURE__ */ (0,
|
|
3313
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
2928
3314
|
"path",
|
|
2929
3315
|
{
|
|
2930
3316
|
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",
|
|
@@ -2941,11 +3327,11 @@ var SearchMdIcon = (0, import_react60.forwardRef)(
|
|
|
2941
3327
|
);
|
|
2942
3328
|
|
|
2943
3329
|
// src/icons/send.tsx
|
|
2944
|
-
var
|
|
2945
|
-
var
|
|
2946
|
-
var SendIcon = (0,
|
|
3330
|
+
var import_react70 = require("react");
|
|
3331
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
3332
|
+
var SendIcon = (0, import_react70.forwardRef)(function SendIcon2(_a, ref) {
|
|
2947
3333
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2948
|
-
return /* @__PURE__ */ (0,
|
|
3334
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
|
|
2949
3335
|
"svg",
|
|
2950
3336
|
__spreadProps(__spreadValues({
|
|
2951
3337
|
ref,
|
|
@@ -2957,7 +3343,7 @@ var SendIcon = (0, import_react61.forwardRef)(function SendIcon2(_a, ref) {
|
|
|
2957
3343
|
className
|
|
2958
3344
|
}, other), {
|
|
2959
3345
|
children: [
|
|
2960
|
-
duotone && /* @__PURE__ */ (0,
|
|
3346
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2961
3347
|
"path",
|
|
2962
3348
|
{
|
|
2963
3349
|
opacity: "0.12",
|
|
@@ -2965,7 +3351,7 @@ var SendIcon = (0, import_react61.forwardRef)(function SendIcon2(_a, ref) {
|
|
|
2965
3351
|
fill: "currentColor"
|
|
2966
3352
|
}
|
|
2967
3353
|
),
|
|
2968
|
-
/* @__PURE__ */ (0,
|
|
3354
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2969
3355
|
"path",
|
|
2970
3356
|
{
|
|
2971
3357
|
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",
|
|
@@ -2981,12 +3367,12 @@ var SendIcon = (0, import_react61.forwardRef)(function SendIcon2(_a, ref) {
|
|
|
2981
3367
|
});
|
|
2982
3368
|
|
|
2983
3369
|
// src/icons/settings.tsx
|
|
2984
|
-
var
|
|
2985
|
-
var
|
|
2986
|
-
var SettingsIcon = (0,
|
|
3370
|
+
var import_react71 = require("react");
|
|
3371
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
3372
|
+
var SettingsIcon = (0, import_react71.forwardRef)(
|
|
2987
3373
|
function SettingsIcon2(_a, ref) {
|
|
2988
3374
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2989
|
-
return /* @__PURE__ */ (0,
|
|
3375
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
|
|
2990
3376
|
"svg",
|
|
2991
3377
|
__spreadProps(__spreadValues({
|
|
2992
3378
|
ref,
|
|
@@ -2998,17 +3384,17 @@ var SettingsIcon = (0, import_react62.forwardRef)(
|
|
|
2998
3384
|
className
|
|
2999
3385
|
}, other), {
|
|
3000
3386
|
children: [
|
|
3001
|
-
duotone && /* @__PURE__ */ (0,
|
|
3387
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3002
3388
|
"path",
|
|
3003
3389
|
{
|
|
3004
3390
|
opacity: "0.12",
|
|
3005
|
-
|
|
3006
|
-
|
|
3391
|
+
fillRule: "evenodd",
|
|
3392
|
+
clipRule: "evenodd",
|
|
3007
3393
|
d: "M18.6236 15.6005C18.5702 15.3056 18.6063 15.0015 18.7273 14.7273C18.8425 14.4584 19.0339 14.2291 19.2778 14.0676C19.5217 13.906 19.8075 13.8193 20.1 13.8182H20.1818C20.664 13.8182 21.1265 13.6266 21.4675 13.2856C21.8084 12.9447 22 12.4822 22 12C22 11.5178 21.8084 11.0553 21.4675 10.7144C21.1265 10.3734 20.664 10.1818 20.1818 10.1818H20.0273C19.7347 10.1807 19.4489 10.094 19.205 9.93245C18.9611 9.77093 18.7698 9.54161 18.6545 9.27273V9.2C18.5335 8.9258 18.4974 8.62164 18.5509 8.32674C18.6044 8.03183 18.745 7.75971 18.9545 7.54545L19.0091 7.49091C19.1781 7.32205 19.3122 7.12152 19.4037 6.9008C19.4952 6.68008 19.5423 6.44348 19.5423 6.20455C19.5423 5.96561 19.4952 5.72901 19.4037 5.50829C19.3122 5.28757 19.1781 5.08704 19.0091 4.91818C18.8402 4.74913 18.6397 4.61503 18.419 4.52353C18.1983 4.43203 17.9617 4.38493 17.7227 4.38493C17.4838 4.38493 17.2472 4.43203 17.0265 4.52353C16.8057 4.61503 16.6052 4.74913 16.4364 4.91818L16.3818 4.97273C16.1676 5.18231 15.8954 5.3229 15.6005 5.37637C15.3056 5.42984 15.0015 5.39374 14.7273 5.27273C14.4584 5.15749 14.2291 4.96614 14.0676 4.72224C13.906 4.47834 13.8193 4.19253 13.8182 3.9V3.81818C13.8182 3.33597 13.6266 2.87351 13.2856 2.53253C12.9447 2.19156 12.4822 2 12 2C11.5178 2 11.0553 2.19156 10.7144 2.53253C10.3734 2.87351 10.1818 3.33597 10.1818 3.81818V3.97273C10.1807 4.26526 10.094 4.55107 9.93245 4.79497C9.77093 5.03887 9.54161 5.23022 9.27273 5.34545H9.2C8.9258 5.46647 8.62164 5.50257 8.32674 5.4491C8.03183 5.39562 7.75971 5.25503 7.54545 5.04545L7.49091 4.99091C7.32205 4.82186 7.12152 4.68775 6.9008 4.59626C6.68008 4.50476 6.44348 4.45766 6.20455 4.45766C5.96561 4.45766 5.72901 4.50476 5.50829 4.59626C5.28757 4.68775 5.08704 4.82186 4.91818 4.99091C4.74913 5.15977 4.61503 5.36029 4.52353 5.58102C4.43203 5.80174 4.38493 6.03834 4.38493 6.27727C4.38493 6.51621 4.43203 6.7528 4.52353 6.97353C4.61503 7.19425 4.74913 7.39478 4.91818 7.56364L4.97273 7.61818C5.18231 7.83244 5.3229 8.10456 5.37637 8.39947C5.42984 8.69437 5.39374 8.99853 5.27273 9.27273C5.16883 9.55521 4.98236 9.79991 4.73754 9.97501C4.49273 10.1501 4.2009 10.2475 3.9 10.2545H3.81818C3.33597 10.2545 2.87351 10.4461 2.53253 10.7871C2.19156 11.1281 2 11.5905 2 12.0727C2 12.5549 2.19156 13.0174 2.53253 13.3584C2.87351 13.6994 3.33597 13.8909 3.81818 13.8909H3.97273C4.26526 13.8921 4.55107 13.9788 4.79497 14.1403C5.03887 14.3018 5.23022 14.5311 5.34545 14.8C5.46647 15.0742 5.50257 15.3784 5.4491 15.6733C5.39562 15.9682 5.25503 16.2403 5.04545 16.4545L4.99091 16.5091C4.82186 16.678 4.68775 16.8785 4.59626 17.0992C4.50476 17.3199 4.45766 17.5565 4.45766 17.7955C4.45766 18.0344 4.50476 18.271 4.59626 18.4917C4.68775 18.7124 4.82186 18.913 4.99091 19.0818C5.15977 19.2509 5.36029 19.385 5.58102 19.4765C5.80174 19.568 6.03834 19.6151 6.27727 19.6151C6.51621 19.6151 6.7528 19.568 6.97353 19.4765C7.19425 19.385 7.39478 19.2509 7.56364 19.0818L7.61818 19.0273C7.83244 18.8177 8.10456 18.6771 8.39947 18.6236C8.69437 18.5702 8.99853 18.6063 9.27273 18.7273C9.55521 18.8312 9.79991 19.0176 9.97501 19.2625C10.1501 19.5073 10.2475 19.7991 10.2545 20.1V20.1818C10.2545 20.664 10.4461 21.1265 10.7871 21.4675C11.1281 21.8084 11.5905 22 12.0727 22C12.5549 22 13.0174 21.8084 13.3584 21.4675C13.6994 21.1265 13.8909 20.664 13.8909 20.1818V20.0273C13.8921 19.7347 13.9788 19.4489 14.1403 19.205C14.3018 18.9611 14.5311 18.7698 14.8 18.6545C15.0742 18.5335 15.3784 18.4974 15.6733 18.5509C15.9682 18.6044 16.2403 18.745 16.4545 18.9545L16.5091 19.0091C16.678 19.1781 16.8785 19.3122 17.0992 19.4037C17.3199 19.4952 17.5565 19.5423 17.7955 19.5423C18.0344 19.5423 18.271 19.4952 18.4917 19.4037C18.7124 19.3122 18.913 19.1781 19.0818 19.0091C19.2509 18.8402 19.385 18.6397 19.4765 18.419C19.568 18.1983 19.6151 17.9617 19.6151 17.7227C19.6151 17.4838 19.568 17.2472 19.4765 17.0265C19.385 16.8057 19.2509 16.6052 19.0818 16.4364L19.0273 16.3818C18.8177 16.1676 18.6771 15.8954 18.6236 15.6005ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z",
|
|
3008
3394
|
fill: "currentColor"
|
|
3009
3395
|
}
|
|
3010
3396
|
),
|
|
3011
|
-
/* @__PURE__ */ (0,
|
|
3397
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3012
3398
|
"path",
|
|
3013
3399
|
{
|
|
3014
3400
|
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",
|
|
@@ -3019,7 +3405,7 @@ var SettingsIcon = (0, import_react62.forwardRef)(
|
|
|
3019
3405
|
}
|
|
3020
3406
|
),
|
|
3021
3407
|
",",
|
|
3022
|
-
/* @__PURE__ */ (0,
|
|
3408
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3023
3409
|
"path",
|
|
3024
3410
|
{
|
|
3025
3411
|
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",
|
|
@@ -3036,12 +3422,12 @@ var SettingsIcon = (0, import_react62.forwardRef)(
|
|
|
3036
3422
|
);
|
|
3037
3423
|
|
|
3038
3424
|
// src/icons/share.tsx
|
|
3039
|
-
var
|
|
3040
|
-
var
|
|
3041
|
-
var ShareIcon = (0,
|
|
3425
|
+
var import_react72 = require("react");
|
|
3426
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
3427
|
+
var ShareIcon = (0, import_react72.forwardRef)(
|
|
3042
3428
|
function ShareIcon2(_a, ref) {
|
|
3043
3429
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3044
|
-
return /* @__PURE__ */ (0,
|
|
3430
|
+
return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
|
|
3045
3431
|
"svg",
|
|
3046
3432
|
__spreadProps(__spreadValues({
|
|
3047
3433
|
ref,
|
|
@@ -3053,22 +3439,22 @@ var ShareIcon = (0, import_react63.forwardRef)(
|
|
|
3053
3439
|
className
|
|
3054
3440
|
}, other), {
|
|
3055
3441
|
children: [
|
|
3056
|
-
duotone && /* @__PURE__ */ (0,
|
|
3057
|
-
/* @__PURE__ */ (0,
|
|
3442
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("g", { opacity: "0.12", children: [
|
|
3443
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3058
3444
|
"path",
|
|
3059
3445
|
{
|
|
3060
3446
|
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",
|
|
3061
3447
|
fill: "currentColor"
|
|
3062
3448
|
}
|
|
3063
3449
|
),
|
|
3064
|
-
/* @__PURE__ */ (0,
|
|
3450
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3065
3451
|
"path",
|
|
3066
3452
|
{
|
|
3067
3453
|
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",
|
|
3068
3454
|
fill: "currentColor"
|
|
3069
3455
|
}
|
|
3070
3456
|
),
|
|
3071
|
-
/* @__PURE__ */ (0,
|
|
3457
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3072
3458
|
"path",
|
|
3073
3459
|
{
|
|
3074
3460
|
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",
|
|
@@ -3076,7 +3462,7 @@ var ShareIcon = (0, import_react63.forwardRef)(
|
|
|
3076
3462
|
}
|
|
3077
3463
|
)
|
|
3078
3464
|
] }),
|
|
3079
|
-
/* @__PURE__ */ (0,
|
|
3465
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3080
3466
|
"path",
|
|
3081
3467
|
{
|
|
3082
3468
|
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",
|
|
@@ -3092,13 +3478,13 @@ var ShareIcon = (0, import_react63.forwardRef)(
|
|
|
3092
3478
|
}
|
|
3093
3479
|
);
|
|
3094
3480
|
|
|
3095
|
-
// src/icons/
|
|
3096
|
-
var
|
|
3097
|
-
var
|
|
3098
|
-
var
|
|
3099
|
-
function
|
|
3481
|
+
// src/icons/shareArrow.tsx
|
|
3482
|
+
var import_react73 = require("react");
|
|
3483
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
3484
|
+
var ShareArrowIcon = (0, import_react73.forwardRef)(
|
|
3485
|
+
function ShareArrowIcon2(_a, ref) {
|
|
3100
3486
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3101
|
-
return /* @__PURE__ */ (0,
|
|
3487
|
+
return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
|
|
3102
3488
|
"svg",
|
|
3103
3489
|
__spreadProps(__spreadValues({
|
|
3104
3490
|
ref,
|
|
@@ -3110,18 +3496,18 @@ var SkipBackIcon = (0, import_react64.forwardRef)(
|
|
|
3110
3496
|
className
|
|
3111
3497
|
}, other), {
|
|
3112
3498
|
children: [
|
|
3113
|
-
duotone && /* @__PURE__ */ (0,
|
|
3499
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
3114
3500
|
"path",
|
|
3115
3501
|
{
|
|
3116
3502
|
opacity: "0.12",
|
|
3117
|
-
d: "
|
|
3503
|
+
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",
|
|
3118
3504
|
fill: "currentColor"
|
|
3119
3505
|
}
|
|
3120
3506
|
),
|
|
3121
|
-
/* @__PURE__ */ (0,
|
|
3507
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
3122
3508
|
"path",
|
|
3123
3509
|
{
|
|
3124
|
-
d: "
|
|
3510
|
+
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",
|
|
3125
3511
|
stroke: "currentColor",
|
|
3126
3512
|
strokeWidth: "2",
|
|
3127
3513
|
strokeLinecap: "round",
|
|
@@ -3134,13 +3520,13 @@ var SkipBackIcon = (0, import_react64.forwardRef)(
|
|
|
3134
3520
|
}
|
|
3135
3521
|
);
|
|
3136
3522
|
|
|
3137
|
-
// src/icons/
|
|
3138
|
-
var
|
|
3139
|
-
var
|
|
3140
|
-
var
|
|
3141
|
-
function
|
|
3523
|
+
// src/icons/skipBack.tsx
|
|
3524
|
+
var import_react74 = require("react");
|
|
3525
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
3526
|
+
var SkipBackIcon = (0, import_react74.forwardRef)(
|
|
3527
|
+
function SkipBackIcon2(_a, ref) {
|
|
3142
3528
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3143
|
-
return /* @__PURE__ */ (0,
|
|
3529
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
3144
3530
|
"svg",
|
|
3145
3531
|
__spreadProps(__spreadValues({
|
|
3146
3532
|
ref,
|
|
@@ -3152,18 +3538,18 @@ var SkipForwardIcon = (0, import_react65.forwardRef)(
|
|
|
3152
3538
|
className
|
|
3153
3539
|
}, other), {
|
|
3154
3540
|
children: [
|
|
3155
|
-
duotone && /* @__PURE__ */ (0,
|
|
3541
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
3156
3542
|
"path",
|
|
3157
3543
|
{
|
|
3158
3544
|
opacity: "0.12",
|
|
3159
|
-
d: "
|
|
3545
|
+
d: "M19 16.671C19 17.7367 19 18.2696 18.7816 18.5432C18.5916 18.7812 18.3035 18.9197 17.999 18.9194C17.6488 18.919 17.2327 18.5861 16.4005 17.9204L10.5618 13.2494C10.0279 12.8223 9.76102 12.6088 9.66438 12.3508C9.57965 12.1246 9.57965 11.8754 9.66438 11.6492C9.76102 11.3912 10.0279 11.1777 10.5618 10.7506L16.4005 6.07961C17.2327 5.41388 17.6488 5.08101 17.999 5.08063C18.3035 5.0803 18.5916 5.21876 18.7816 5.45678C19 5.73045 19 6.2633 19 7.329V16.671Z",
|
|
3160
3546
|
fill: "currentColor"
|
|
3161
3547
|
}
|
|
3162
3548
|
),
|
|
3163
|
-
/* @__PURE__ */ (0,
|
|
3549
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
3164
3550
|
"path",
|
|
3165
3551
|
{
|
|
3166
|
-
d: "
|
|
3552
|
+
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",
|
|
3167
3553
|
stroke: "currentColor",
|
|
3168
3554
|
strokeWidth: "2",
|
|
3169
3555
|
strokeLinecap: "round",
|
|
@@ -3176,13 +3562,13 @@ var SkipForwardIcon = (0, import_react65.forwardRef)(
|
|
|
3176
3562
|
}
|
|
3177
3563
|
);
|
|
3178
3564
|
|
|
3179
|
-
// src/icons/
|
|
3180
|
-
var
|
|
3181
|
-
var
|
|
3182
|
-
var
|
|
3183
|
-
function
|
|
3565
|
+
// src/icons/skipForward.tsx
|
|
3566
|
+
var import_react75 = require("react");
|
|
3567
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
3568
|
+
var SkipForwardIcon = (0, import_react75.forwardRef)(
|
|
3569
|
+
function SkipForwardIcon2(_a, ref) {
|
|
3184
3570
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3185
|
-
return /* @__PURE__ */ (0,
|
|
3571
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
|
|
3186
3572
|
"svg",
|
|
3187
3573
|
__spreadProps(__spreadValues({
|
|
3188
3574
|
ref,
|
|
@@ -3194,18 +3580,18 @@ var StarsIcon = (0, import_react66.forwardRef)(
|
|
|
3194
3580
|
className
|
|
3195
3581
|
}, other), {
|
|
3196
3582
|
children: [
|
|
3197
|
-
duotone && /* @__PURE__ */ (0,
|
|
3583
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3198
3584
|
"path",
|
|
3199
3585
|
{
|
|
3200
3586
|
opacity: "0.12",
|
|
3201
|
-
d: "
|
|
3587
|
+
d: "M5 7.329C5 6.2633 5 5.73045 5.21846 5.45678C5.40845 5.21876 5.69654 5.0803 6.00108 5.08063C6.35125 5.08101 6.76734 5.41387 7.59951 6.07961L13.4383 10.7506C13.9721 11.1777 14.239 11.3912 14.3357 11.6492C14.4204 11.8754 14.4204 12.1246 14.3357 12.3508C14.239 12.6088 13.9721 12.8223 13.4383 13.2494L7.59951 17.9204C6.76734 18.5861 6.35125 18.919 6.00108 18.9194C5.69654 18.9197 5.40845 18.7812 5.21846 18.5432C5 18.2696 5 17.7367 5 16.671V7.329Z",
|
|
3202
3588
|
fill: "currentColor"
|
|
3203
3589
|
}
|
|
3204
3590
|
),
|
|
3205
|
-
/* @__PURE__ */ (0,
|
|
3591
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3206
3592
|
"path",
|
|
3207
3593
|
{
|
|
3208
|
-
d: "
|
|
3594
|
+
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",
|
|
3209
3595
|
stroke: "currentColor",
|
|
3210
3596
|
strokeWidth: "2",
|
|
3211
3597
|
strokeLinecap: "round",
|
|
@@ -3218,13 +3604,55 @@ var StarsIcon = (0, import_react66.forwardRef)(
|
|
|
3218
3604
|
}
|
|
3219
3605
|
);
|
|
3220
3606
|
|
|
3221
|
-
// src/icons/
|
|
3222
|
-
var
|
|
3223
|
-
var
|
|
3224
|
-
var
|
|
3607
|
+
// src/icons/stars.tsx
|
|
3608
|
+
var import_react76 = require("react");
|
|
3609
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
3610
|
+
var StarsIcon = (0, import_react76.forwardRef)(
|
|
3611
|
+
function StarsIcon2(_a, ref) {
|
|
3612
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3613
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
|
|
3614
|
+
"svg",
|
|
3615
|
+
__spreadProps(__spreadValues({
|
|
3616
|
+
ref,
|
|
3617
|
+
width: size,
|
|
3618
|
+
height: size,
|
|
3619
|
+
viewBox: "0 0 24 24",
|
|
3620
|
+
fill: "none",
|
|
3621
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3622
|
+
className
|
|
3623
|
+
}, other), {
|
|
3624
|
+
children: [
|
|
3625
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
3626
|
+
"path",
|
|
3627
|
+
{
|
|
3628
|
+
opacity: "0.12",
|
|
3629
|
+
d: "M13 3L14.7342 7.50886C15.0162 8.24209 15.1572 8.60871 15.3765 8.91709C15.5708 9.1904 15.8096 9.42919 16.0829 9.62353C16.3913 9.8428 16.7579 9.98381 17.4911 10.2658L22 12L17.4911 13.7342C16.7579 14.0162 16.3913 14.1572 16.0829 14.3765C15.8096 14.5708 15.5708 14.8096 15.3765 15.0829C15.1572 15.3913 15.0162 15.7579 14.7342 16.4911L13 21L11.2658 16.4911C10.9838 15.7579 10.8428 15.3913 10.6235 15.0829C10.4292 14.8096 10.1904 14.5708 9.91709 14.3765C9.60871 14.1572 9.24209 14.0162 8.50886 13.7342L4 12L8.50886 10.2658C9.24209 9.98381 9.60871 9.8428 9.91709 9.62353C10.1904 9.42919 10.4292 9.1904 10.6235 8.91709C10.8428 8.60871 10.9838 8.24209 11.2658 7.50886L13 3Z",
|
|
3630
|
+
fill: "currentColor"
|
|
3631
|
+
}
|
|
3632
|
+
),
|
|
3633
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
3634
|
+
"path",
|
|
3635
|
+
{
|
|
3636
|
+
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",
|
|
3637
|
+
stroke: "currentColor",
|
|
3638
|
+
strokeWidth: "2",
|
|
3639
|
+
strokeLinecap: "round",
|
|
3640
|
+
strokeLinejoin: "round"
|
|
3641
|
+
}
|
|
3642
|
+
)
|
|
3643
|
+
]
|
|
3644
|
+
})
|
|
3645
|
+
);
|
|
3646
|
+
}
|
|
3647
|
+
);
|
|
3648
|
+
|
|
3649
|
+
// src/icons/trash.tsx
|
|
3650
|
+
var import_react77 = require("react");
|
|
3651
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
3652
|
+
var TrashIcon = (0, import_react77.forwardRef)(
|
|
3225
3653
|
function TrashIcon2(_a, ref) {
|
|
3226
3654
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3227
|
-
return /* @__PURE__ */ (0,
|
|
3655
|
+
return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
|
|
3228
3656
|
"svg",
|
|
3229
3657
|
__spreadProps(__spreadValues({
|
|
3230
3658
|
ref,
|
|
@@ -3236,7 +3664,7 @@ var TrashIcon = (0, import_react67.forwardRef)(
|
|
|
3236
3664
|
className
|
|
3237
3665
|
}, other), {
|
|
3238
3666
|
children: [
|
|
3239
|
-
duotone && /* @__PURE__ */ (0,
|
|
3667
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
3240
3668
|
"path",
|
|
3241
3669
|
{
|
|
3242
3670
|
opacity: "0.12",
|
|
@@ -3244,7 +3672,7 @@ var TrashIcon = (0, import_react67.forwardRef)(
|
|
|
3244
3672
|
fill: "currentColor"
|
|
3245
3673
|
}
|
|
3246
3674
|
),
|
|
3247
|
-
/* @__PURE__ */ (0,
|
|
3675
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
3248
3676
|
"path",
|
|
3249
3677
|
{
|
|
3250
3678
|
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",
|
|
@@ -3261,12 +3689,12 @@ var TrashIcon = (0, import_react67.forwardRef)(
|
|
|
3261
3689
|
);
|
|
3262
3690
|
|
|
3263
3691
|
// src/icons/trendDown.tsx
|
|
3264
|
-
var
|
|
3265
|
-
var
|
|
3266
|
-
var TrendDownIcon = (0,
|
|
3692
|
+
var import_react78 = require("react");
|
|
3693
|
+
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
3694
|
+
var TrendDownIcon = (0, import_react78.forwardRef)(
|
|
3267
3695
|
function TrendDownIcon2(_a, ref) {
|
|
3268
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
3269
|
-
return /* @__PURE__ */ (0,
|
|
3696
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3697
|
+
return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
3270
3698
|
"svg",
|
|
3271
3699
|
__spreadProps(__spreadValues({
|
|
3272
3700
|
ref,
|
|
@@ -3277,7 +3705,7 @@ var TrendDownIcon = (0, import_react68.forwardRef)(
|
|
|
3277
3705
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3278
3706
|
className
|
|
3279
3707
|
}, other), {
|
|
3280
|
-
children: /* @__PURE__ */ (0,
|
|
3708
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
3281
3709
|
"path",
|
|
3282
3710
|
{
|
|
3283
3711
|
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",
|
|
@@ -3293,12 +3721,12 @@ var TrendDownIcon = (0, import_react68.forwardRef)(
|
|
|
3293
3721
|
);
|
|
3294
3722
|
|
|
3295
3723
|
// src/icons/trendUp.tsx
|
|
3296
|
-
var
|
|
3297
|
-
var
|
|
3298
|
-
var TrendUpIcon = (0,
|
|
3724
|
+
var import_react79 = require("react");
|
|
3725
|
+
var import_jsx_runtime81 = require("react/jsx-runtime");
|
|
3726
|
+
var TrendUpIcon = (0, import_react79.forwardRef)(
|
|
3299
3727
|
function TrendUpIcon2(_a, ref) {
|
|
3300
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
3301
|
-
return /* @__PURE__ */ (0,
|
|
3728
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3729
|
+
return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
3302
3730
|
"svg",
|
|
3303
3731
|
__spreadProps(__spreadValues({
|
|
3304
3732
|
ref,
|
|
@@ -3309,7 +3737,7 @@ var TrendUpIcon = (0, import_react69.forwardRef)(
|
|
|
3309
3737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3310
3738
|
className
|
|
3311
3739
|
}, other), {
|
|
3312
|
-
children: /* @__PURE__ */ (0,
|
|
3740
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
3313
3741
|
"path",
|
|
3314
3742
|
{
|
|
3315
3743
|
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",
|
|
@@ -3325,11 +3753,11 @@ var TrendUpIcon = (0, import_react69.forwardRef)(
|
|
|
3325
3753
|
);
|
|
3326
3754
|
|
|
3327
3755
|
// src/icons/user.tsx
|
|
3328
|
-
var
|
|
3329
|
-
var
|
|
3330
|
-
var UserIcon = (0,
|
|
3756
|
+
var import_react80 = require("react");
|
|
3757
|
+
var import_jsx_runtime82 = require("react/jsx-runtime");
|
|
3758
|
+
var UserIcon = (0, import_react80.forwardRef)(function UserIcon2(_a, ref) {
|
|
3331
3759
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3332
|
-
return /* @__PURE__ */ (0,
|
|
3760
|
+
return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
|
|
3333
3761
|
"svg",
|
|
3334
3762
|
__spreadProps(__spreadValues({
|
|
3335
3763
|
ref,
|
|
@@ -3341,7 +3769,7 @@ var UserIcon = (0, import_react70.forwardRef)(function UserIcon2(_a, ref) {
|
|
|
3341
3769
|
className
|
|
3342
3770
|
}, other), {
|
|
3343
3771
|
children: [
|
|
3344
|
-
duotone && /* @__PURE__ */ (0,
|
|
3772
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
3345
3773
|
"path",
|
|
3346
3774
|
{
|
|
3347
3775
|
opacity: "0.12",
|
|
@@ -3349,7 +3777,7 @@ var UserIcon = (0, import_react70.forwardRef)(function UserIcon2(_a, ref) {
|
|
|
3349
3777
|
fill: "currentColor"
|
|
3350
3778
|
}
|
|
3351
3779
|
),
|
|
3352
|
-
/* @__PURE__ */ (0,
|
|
3780
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
3353
3781
|
"path",
|
|
3354
3782
|
{
|
|
3355
3783
|
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",
|
|
@@ -3365,12 +3793,12 @@ var UserIcon = (0, import_react70.forwardRef)(function UserIcon2(_a, ref) {
|
|
|
3365
3793
|
});
|
|
3366
3794
|
|
|
3367
3795
|
// src/icons/userPlus.tsx
|
|
3368
|
-
var
|
|
3369
|
-
var
|
|
3370
|
-
var UserPlusIcon = (0,
|
|
3796
|
+
var import_react81 = require("react");
|
|
3797
|
+
var import_jsx_runtime83 = require("react/jsx-runtime");
|
|
3798
|
+
var UserPlusIcon = (0, import_react81.forwardRef)(
|
|
3371
3799
|
function UserPlusIcon2(_a, ref) {
|
|
3372
3800
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3373
|
-
return /* @__PURE__ */ (0,
|
|
3801
|
+
return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
3374
3802
|
"svg",
|
|
3375
3803
|
__spreadProps(__spreadValues({
|
|
3376
3804
|
ref,
|
|
@@ -3382,7 +3810,7 @@ var UserPlusIcon = (0, import_react71.forwardRef)(
|
|
|
3382
3810
|
className
|
|
3383
3811
|
}, other), {
|
|
3384
3812
|
children: [
|
|
3385
|
-
duotone && /* @__PURE__ */ (0,
|
|
3813
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
3386
3814
|
"path",
|
|
3387
3815
|
{
|
|
3388
3816
|
opacity: "0.12",
|
|
@@ -3390,7 +3818,7 @@ var UserPlusIcon = (0, import_react71.forwardRef)(
|
|
|
3390
3818
|
fill: "currentColor"
|
|
3391
3819
|
}
|
|
3392
3820
|
),
|
|
3393
|
-
/* @__PURE__ */ (0,
|
|
3821
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
3394
3822
|
"path",
|
|
3395
3823
|
{
|
|
3396
3824
|
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",
|
|
@@ -3407,12 +3835,12 @@ var UserPlusIcon = (0, import_react71.forwardRef)(
|
|
|
3407
3835
|
);
|
|
3408
3836
|
|
|
3409
3837
|
// src/icons/userX.tsx
|
|
3410
|
-
var
|
|
3411
|
-
var
|
|
3412
|
-
var UserXIcon = (0,
|
|
3838
|
+
var import_react82 = require("react");
|
|
3839
|
+
var import_jsx_runtime84 = require("react/jsx-runtime");
|
|
3840
|
+
var UserXIcon = (0, import_react82.forwardRef)(
|
|
3413
3841
|
function UserXIcon2(_a, ref) {
|
|
3414
3842
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3415
|
-
return /* @__PURE__ */ (0,
|
|
3843
|
+
return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
|
|
3416
3844
|
"svg",
|
|
3417
3845
|
__spreadProps(__spreadValues({
|
|
3418
3846
|
ref,
|
|
@@ -3424,7 +3852,7 @@ var UserXIcon = (0, import_react72.forwardRef)(
|
|
|
3424
3852
|
className
|
|
3425
3853
|
}, other), {
|
|
3426
3854
|
children: [
|
|
3427
|
-
duotone && /* @__PURE__ */ (0,
|
|
3855
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
3428
3856
|
"path",
|
|
3429
3857
|
{
|
|
3430
3858
|
opacity: "0.12",
|
|
@@ -3432,7 +3860,7 @@ var UserXIcon = (0, import_react72.forwardRef)(
|
|
|
3432
3860
|
fill: "currentColor"
|
|
3433
3861
|
}
|
|
3434
3862
|
),
|
|
3435
|
-
/* @__PURE__ */ (0,
|
|
3863
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
3436
3864
|
"path",
|
|
3437
3865
|
{
|
|
3438
3866
|
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",
|
|
@@ -3449,12 +3877,12 @@ var UserXIcon = (0, import_react72.forwardRef)(
|
|
|
3449
3877
|
);
|
|
3450
3878
|
|
|
3451
3879
|
// src/icons/users.tsx
|
|
3452
|
-
var
|
|
3453
|
-
var
|
|
3454
|
-
var UsersIcon = (0,
|
|
3880
|
+
var import_react83 = require("react");
|
|
3881
|
+
var import_jsx_runtime85 = require("react/jsx-runtime");
|
|
3882
|
+
var UsersIcon = (0, import_react83.forwardRef)(
|
|
3455
3883
|
function UsersIcon2(_a, ref) {
|
|
3456
3884
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3457
|
-
return /* @__PURE__ */ (0,
|
|
3885
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
|
|
3458
3886
|
"svg",
|
|
3459
3887
|
__spreadProps(__spreadValues({
|
|
3460
3888
|
ref,
|
|
@@ -3466,7 +3894,7 @@ var UsersIcon = (0, import_react73.forwardRef)(
|
|
|
3466
3894
|
className
|
|
3467
3895
|
}, other), {
|
|
3468
3896
|
children: [
|
|
3469
|
-
duotone && /* @__PURE__ */ (0,
|
|
3897
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
3470
3898
|
"path",
|
|
3471
3899
|
{
|
|
3472
3900
|
opacity: "0.12",
|
|
@@ -3474,7 +3902,7 @@ var UsersIcon = (0, import_react73.forwardRef)(
|
|
|
3474
3902
|
fill: "currentColor"
|
|
3475
3903
|
}
|
|
3476
3904
|
),
|
|
3477
|
-
/* @__PURE__ */ (0,
|
|
3905
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
3478
3906
|
"path",
|
|
3479
3907
|
{
|
|
3480
3908
|
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",
|
|
@@ -3491,12 +3919,12 @@ var UsersIcon = (0, import_react73.forwardRef)(
|
|
|
3491
3919
|
);
|
|
3492
3920
|
|
|
3493
3921
|
// src/icons/usersPlus.tsx
|
|
3494
|
-
var
|
|
3495
|
-
var
|
|
3496
|
-
var UsersPlusIcon = (0,
|
|
3922
|
+
var import_react84 = require("react");
|
|
3923
|
+
var import_jsx_runtime86 = require("react/jsx-runtime");
|
|
3924
|
+
var UsersPlusIcon = (0, import_react84.forwardRef)(
|
|
3497
3925
|
function UsersPlusIcon2(_a, ref) {
|
|
3498
3926
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3499
|
-
return /* @__PURE__ */ (0,
|
|
3927
|
+
return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
3500
3928
|
"svg",
|
|
3501
3929
|
__spreadProps(__spreadValues({
|
|
3502
3930
|
ref,
|
|
@@ -3508,7 +3936,7 @@ var UsersPlusIcon = (0, import_react74.forwardRef)(
|
|
|
3508
3936
|
className
|
|
3509
3937
|
}, other), {
|
|
3510
3938
|
children: [
|
|
3511
|
-
duotone && /* @__PURE__ */ (0,
|
|
3939
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3512
3940
|
"path",
|
|
3513
3941
|
{
|
|
3514
3942
|
opacity: "0.12",
|
|
@@ -3516,7 +3944,7 @@ var UsersPlusIcon = (0, import_react74.forwardRef)(
|
|
|
3516
3944
|
fill: "currentColor"
|
|
3517
3945
|
}
|
|
3518
3946
|
),
|
|
3519
|
-
/* @__PURE__ */ (0,
|
|
3947
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3520
3948
|
"path",
|
|
3521
3949
|
{
|
|
3522
3950
|
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",
|
|
@@ -3533,12 +3961,12 @@ var UsersPlusIcon = (0, import_react74.forwardRef)(
|
|
|
3533
3961
|
);
|
|
3534
3962
|
|
|
3535
3963
|
// src/icons/usersX.tsx
|
|
3536
|
-
var
|
|
3537
|
-
var
|
|
3538
|
-
var UsersXIcon = (0,
|
|
3964
|
+
var import_react85 = require("react");
|
|
3965
|
+
var import_jsx_runtime87 = require("react/jsx-runtime");
|
|
3966
|
+
var UsersXIcon = (0, import_react85.forwardRef)(
|
|
3539
3967
|
function UsersXIcon2(_a, ref) {
|
|
3540
3968
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3541
|
-
return /* @__PURE__ */ (0,
|
|
3969
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
|
|
3542
3970
|
"svg",
|
|
3543
3971
|
__spreadProps(__spreadValues({
|
|
3544
3972
|
ref,
|
|
@@ -3550,7 +3978,7 @@ var UsersXIcon = (0, import_react75.forwardRef)(
|
|
|
3550
3978
|
className
|
|
3551
3979
|
}, other), {
|
|
3552
3980
|
children: [
|
|
3553
|
-
duotone && /* @__PURE__ */ (0,
|
|
3981
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3554
3982
|
"path",
|
|
3555
3983
|
{
|
|
3556
3984
|
opacity: "0.12",
|
|
@@ -3558,7 +3986,7 @@ var UsersXIcon = (0, import_react75.forwardRef)(
|
|
|
3558
3986
|
fill: "currentColor"
|
|
3559
3987
|
}
|
|
3560
3988
|
),
|
|
3561
|
-
/* @__PURE__ */ (0,
|
|
3989
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3562
3990
|
"path",
|
|
3563
3991
|
{
|
|
3564
3992
|
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",
|
|
@@ -3575,12 +4003,12 @@ var UsersXIcon = (0, import_react75.forwardRef)(
|
|
|
3575
4003
|
);
|
|
3576
4004
|
|
|
3577
4005
|
// src/icons/videoRecorder.tsx
|
|
3578
|
-
var
|
|
3579
|
-
var
|
|
3580
|
-
var VideoRecorderIcon = (0,
|
|
4006
|
+
var import_react86 = require("react");
|
|
4007
|
+
var import_jsx_runtime88 = require("react/jsx-runtime");
|
|
4008
|
+
var VideoRecorderIcon = (0, import_react86.forwardRef)(
|
|
3581
4009
|
function VideoRecorderIcon2(_a, ref) {
|
|
3582
4010
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3583
|
-
return /* @__PURE__ */ (0,
|
|
4011
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3584
4012
|
"svg",
|
|
3585
4013
|
__spreadProps(__spreadValues({
|
|
3586
4014
|
ref,
|
|
@@ -3592,7 +4020,7 @@ var VideoRecorderIcon = (0, import_react76.forwardRef)(
|
|
|
3592
4020
|
className
|
|
3593
4021
|
}, other), {
|
|
3594
4022
|
children: [
|
|
3595
|
-
duotone && /* @__PURE__ */ (0,
|
|
4023
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3596
4024
|
"path",
|
|
3597
4025
|
{
|
|
3598
4026
|
opacity: "0.12",
|
|
@@ -3604,7 +4032,7 @@ var VideoRecorderIcon = (0, import_react76.forwardRef)(
|
|
|
3604
4032
|
strokeLinejoin: "round"
|
|
3605
4033
|
}
|
|
3606
4034
|
),
|
|
3607
|
-
/* @__PURE__ */ (0,
|
|
4035
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3608
4036
|
"path",
|
|
3609
4037
|
{
|
|
3610
4038
|
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",
|
|
@@ -3615,7 +4043,7 @@ var VideoRecorderIcon = (0, import_react76.forwardRef)(
|
|
|
3615
4043
|
}
|
|
3616
4044
|
),
|
|
3617
4045
|
",",
|
|
3618
|
-
/* @__PURE__ */ (0,
|
|
4046
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3619
4047
|
"path",
|
|
3620
4048
|
{
|
|
3621
4049
|
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",
|
|
@@ -3632,12 +4060,12 @@ var VideoRecorderIcon = (0, import_react76.forwardRef)(
|
|
|
3632
4060
|
);
|
|
3633
4061
|
|
|
3634
4062
|
// src/icons/videoRecorderOff.tsx
|
|
3635
|
-
var
|
|
3636
|
-
var
|
|
3637
|
-
var VideoRecorderOffIcon = (0,
|
|
4063
|
+
var import_react87 = require("react");
|
|
4064
|
+
var import_jsx_runtime89 = require("react/jsx-runtime");
|
|
4065
|
+
var VideoRecorderOffIcon = (0, import_react87.forwardRef)(
|
|
3638
4066
|
function VideoRecorderOffIcon2(_a, ref) {
|
|
3639
4067
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3640
|
-
return /* @__PURE__ */ (0,
|
|
4068
|
+
return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
|
|
3641
4069
|
"svg",
|
|
3642
4070
|
__spreadProps(__spreadValues({
|
|
3643
4071
|
ref,
|
|
@@ -3649,7 +4077,7 @@ var VideoRecorderOffIcon = (0, import_react77.forwardRef)(
|
|
|
3649
4077
|
className
|
|
3650
4078
|
}, other), {
|
|
3651
4079
|
children: [
|
|
3652
|
-
duotone && /* @__PURE__ */ (0,
|
|
4080
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3653
4081
|
"path",
|
|
3654
4082
|
{
|
|
3655
4083
|
opacity: "0.12",
|
|
@@ -3661,7 +4089,7 @@ var VideoRecorderOffIcon = (0, import_react77.forwardRef)(
|
|
|
3661
4089
|
strokeLinejoin: "round"
|
|
3662
4090
|
}
|
|
3663
4091
|
),
|
|
3664
|
-
/* @__PURE__ */ (0,
|
|
4092
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3665
4093
|
"path",
|
|
3666
4094
|
{
|
|
3667
4095
|
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",
|
|
@@ -3678,12 +4106,12 @@ var VideoRecorderOffIcon = (0, import_react77.forwardRef)(
|
|
|
3678
4106
|
);
|
|
3679
4107
|
|
|
3680
4108
|
// src/icons/volumeMax.tsx
|
|
3681
|
-
var
|
|
3682
|
-
var
|
|
3683
|
-
var VolumeMaxIcon = (0,
|
|
4109
|
+
var import_react88 = require("react");
|
|
4110
|
+
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
4111
|
+
var VolumeMaxIcon = (0, import_react88.forwardRef)(
|
|
3684
4112
|
function VolumeMaxIcon2(_a, ref) {
|
|
3685
4113
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3686
|
-
return /* @__PURE__ */ (0,
|
|
4114
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
|
|
3687
4115
|
"svg",
|
|
3688
4116
|
__spreadProps(__spreadValues({
|
|
3689
4117
|
ref,
|
|
@@ -3695,7 +4123,7 @@ var VolumeMaxIcon = (0, import_react78.forwardRef)(
|
|
|
3695
4123
|
className
|
|
3696
4124
|
}, other), {
|
|
3697
4125
|
children: [
|
|
3698
|
-
duotone && /* @__PURE__ */ (0,
|
|
4126
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3699
4127
|
"path",
|
|
3700
4128
|
{
|
|
3701
4129
|
opacity: "0.12",
|
|
@@ -3703,7 +4131,7 @@ var VolumeMaxIcon = (0, import_react78.forwardRef)(
|
|
|
3703
4131
|
fill: "currentColor"
|
|
3704
4132
|
}
|
|
3705
4133
|
),
|
|
3706
|
-
/* @__PURE__ */ (0,
|
|
4134
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3707
4135
|
"path",
|
|
3708
4136
|
{
|
|
3709
4137
|
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",
|
|
@@ -3720,12 +4148,12 @@ var VolumeMaxIcon = (0, import_react78.forwardRef)(
|
|
|
3720
4148
|
);
|
|
3721
4149
|
|
|
3722
4150
|
// src/icons/volumeX.tsx
|
|
3723
|
-
var
|
|
3724
|
-
var
|
|
3725
|
-
var VolumeXIcon = (0,
|
|
4151
|
+
var import_react89 = require("react");
|
|
4152
|
+
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
4153
|
+
var VolumeXIcon = (0, import_react89.forwardRef)(
|
|
3726
4154
|
function VolumeXIcon2(_a, ref) {
|
|
3727
4155
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3728
|
-
return /* @__PURE__ */ (0,
|
|
4156
|
+
return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
|
|
3729
4157
|
"svg",
|
|
3730
4158
|
__spreadProps(__spreadValues({
|
|
3731
4159
|
ref,
|
|
@@ -3737,7 +4165,7 @@ var VolumeXIcon = (0, import_react79.forwardRef)(
|
|
|
3737
4165
|
className
|
|
3738
4166
|
}, other), {
|
|
3739
4167
|
children: [
|
|
3740
|
-
duotone && /* @__PURE__ */ (0,
|
|
4168
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3741
4169
|
"path",
|
|
3742
4170
|
{
|
|
3743
4171
|
opacity: "0.12",
|
|
@@ -3745,7 +4173,7 @@ var VolumeXIcon = (0, import_react79.forwardRef)(
|
|
|
3745
4173
|
fill: "currentColor"
|
|
3746
4174
|
}
|
|
3747
4175
|
),
|
|
3748
|
-
/* @__PURE__ */ (0,
|
|
4176
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
3749
4177
|
"path",
|
|
3750
4178
|
{
|
|
3751
4179
|
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",
|
|
@@ -3762,12 +4190,12 @@ var VolumeXIcon = (0, import_react79.forwardRef)(
|
|
|
3762
4190
|
);
|
|
3763
4191
|
|
|
3764
4192
|
// src/icons/xCircle.tsx
|
|
3765
|
-
var
|
|
3766
|
-
var
|
|
3767
|
-
var XCircleIcon = (0,
|
|
4193
|
+
var import_react90 = require("react");
|
|
4194
|
+
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
4195
|
+
var XCircleIcon = (0, import_react90.forwardRef)(
|
|
3768
4196
|
function XCircleIcon2(_a, ref) {
|
|
3769
4197
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3770
|
-
return /* @__PURE__ */ (0,
|
|
4198
|
+
return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
|
|
3771
4199
|
"svg",
|
|
3772
4200
|
__spreadProps(__spreadValues({
|
|
3773
4201
|
ref,
|
|
@@ -3779,7 +4207,7 @@ var XCircleIcon = (0, import_react80.forwardRef)(
|
|
|
3779
4207
|
className
|
|
3780
4208
|
}, other), {
|
|
3781
4209
|
children: [
|
|
3782
|
-
duotone && /* @__PURE__ */ (0,
|
|
4210
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3783
4211
|
"path",
|
|
3784
4212
|
{
|
|
3785
4213
|
opacity: "0.12",
|
|
@@ -3787,7 +4215,7 @@ var XCircleIcon = (0, import_react80.forwardRef)(
|
|
|
3787
4215
|
fill: "currentColor"
|
|
3788
4216
|
}
|
|
3789
4217
|
),
|
|
3790
|
-
/* @__PURE__ */ (0,
|
|
4218
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
3791
4219
|
"path",
|
|
3792
4220
|
{
|
|
3793
4221
|
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",
|
|
@@ -3804,12 +4232,12 @@ var XCircleIcon = (0, import_react80.forwardRef)(
|
|
|
3804
4232
|
);
|
|
3805
4233
|
|
|
3806
4234
|
// src/icons/xClose.tsx
|
|
3807
|
-
var
|
|
3808
|
-
var
|
|
3809
|
-
var XCloseIcon = (0,
|
|
4235
|
+
var import_react91 = require("react");
|
|
4236
|
+
var import_jsx_runtime93 = require("react/jsx-runtime");
|
|
4237
|
+
var XCloseIcon = (0, import_react91.forwardRef)(
|
|
3810
4238
|
function XCloseIcon2(_a, ref) {
|
|
3811
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
3812
|
-
return /* @__PURE__ */ (0,
|
|
4239
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4240
|
+
return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3813
4241
|
"svg",
|
|
3814
4242
|
__spreadProps(__spreadValues({
|
|
3815
4243
|
ref,
|
|
@@ -3820,7 +4248,7 @@ var XCloseIcon = (0, import_react81.forwardRef)(
|
|
|
3820
4248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3821
4249
|
className
|
|
3822
4250
|
}, other), {
|
|
3823
|
-
children: /* @__PURE__ */ (0,
|
|
4251
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
3824
4252
|
"path",
|
|
3825
4253
|
{
|
|
3826
4254
|
d: "M18 6L6 18M6 6L18 18",
|
|
@@ -3836,7 +4264,7 @@ var XCloseIcon = (0, import_react81.forwardRef)(
|
|
|
3836
4264
|
);
|
|
3837
4265
|
|
|
3838
4266
|
// src/components/Calendar/Calendar.tsx
|
|
3839
|
-
var
|
|
4267
|
+
var import_jsx_runtime94 = require("react/jsx-runtime");
|
|
3840
4268
|
function Calendar(_a) {
|
|
3841
4269
|
var _b = _a, {
|
|
3842
4270
|
className,
|
|
@@ -3847,7 +4275,7 @@ function Calendar(_a) {
|
|
|
3847
4275
|
"classNames",
|
|
3848
4276
|
"showOutsideDays"
|
|
3849
4277
|
]);
|
|
3850
|
-
return /* @__PURE__ */ (0,
|
|
4278
|
+
return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
3851
4279
|
import_react_day_picker.DayPicker,
|
|
3852
4280
|
__spreadValues({
|
|
3853
4281
|
showOutsideDays,
|
|
@@ -3877,24 +4305,39 @@ function Calendar(_a) {
|
|
|
3877
4305
|
day_hidden: "invisible"
|
|
3878
4306
|
}, classNames),
|
|
3879
4307
|
components: {
|
|
3880
|
-
IconLeft: (
|
|
3881
|
-
|
|
3882
|
-
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(ChevronLeftIcon, { className: "h-3 w-3" });
|
|
3883
|
-
},
|
|
3884
|
-
IconRight: (_b2) => {
|
|
3885
|
-
var props2 = __objRest(_b2, []);
|
|
3886
|
-
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(ChevronRightIcon, { className: "h-3 w-3" });
|
|
3887
|
-
}
|
|
4308
|
+
IconLeft: () => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(ChevronLeftIcon, { className: "h-3 w-3" }),
|
|
4309
|
+
IconRight: () => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(ChevronRightIcon, { className: "h-3 w-3" })
|
|
3888
4310
|
}
|
|
3889
4311
|
}, props)
|
|
3890
4312
|
);
|
|
3891
4313
|
}
|
|
3892
4314
|
Calendar.displayName = "Calendar";
|
|
3893
4315
|
|
|
3894
|
-
// src/components/
|
|
4316
|
+
// src/components/Checkbox/Checkbox.tsx
|
|
3895
4317
|
var React5 = __toESM(require("react"));
|
|
4318
|
+
var CheckboxPrimitive = __toESM(require("@radix-ui/react-checkbox"));
|
|
4319
|
+
var import_jsx_runtime95 = require("react/jsx-runtime");
|
|
4320
|
+
var Checkbox = React5.forwardRef((_a, ref) => {
|
|
4321
|
+
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4322
|
+
return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
4323
|
+
CheckboxPrimitive.Root,
|
|
4324
|
+
__spreadProps(__spreadValues({
|
|
4325
|
+
className: cn(
|
|
4326
|
+
"flex h-4 w-4 appearance-none items-center justify-center rounded bg-gray-50 border-gray-200 border outline-none data-[state=checked]:bg-blue-700 data-[state=checked]:border-blue-700 data-[disabled]:opacity-40 data-[disabled]:cursor-not-allowed",
|
|
4327
|
+
className
|
|
4328
|
+
)
|
|
4329
|
+
}, props), {
|
|
4330
|
+
ref,
|
|
4331
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(CheckboxPrimitive.Indicator, { children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(CheckIcon, { size: 10, className: "text-white" }) })
|
|
4332
|
+
})
|
|
4333
|
+
);
|
|
4334
|
+
});
|
|
4335
|
+
Checkbox.displayName = CheckboxPrimitive.Root.displayName;
|
|
4336
|
+
|
|
4337
|
+
// src/components/Dialog/Dialog.tsx
|
|
4338
|
+
var React6 = __toESM(require("react"));
|
|
3896
4339
|
var DialogPrimitive = __toESM(require("@radix-ui/react-dialog"));
|
|
3897
|
-
var
|
|
4340
|
+
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
3898
4341
|
var Dialog = DialogPrimitive.Root;
|
|
3899
4342
|
var DialogTrigger = DialogPrimitive.Trigger;
|
|
3900
4343
|
var DialogPortal = (_a) => {
|
|
@@ -3903,12 +4346,12 @@ var DialogPortal = (_a) => {
|
|
|
3903
4346
|
} = _b, props = __objRest(_b, [
|
|
3904
4347
|
"className"
|
|
3905
4348
|
]);
|
|
3906
|
-
return /* @__PURE__ */ (0,
|
|
4349
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(DialogPrimitive.Portal, __spreadValues({ className: cn(className) }, props));
|
|
3907
4350
|
};
|
|
3908
4351
|
DialogPortal.displayName = DialogPrimitive.Portal.displayName;
|
|
3909
|
-
var DialogOverlay =
|
|
4352
|
+
var DialogOverlay = React6.forwardRef((_a, ref) => {
|
|
3910
4353
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
3911
|
-
return /* @__PURE__ */ (0,
|
|
4354
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3912
4355
|
DialogPrimitive.Overlay,
|
|
3913
4356
|
__spreadValues({
|
|
3914
4357
|
ref,
|
|
@@ -3920,11 +4363,11 @@ var DialogOverlay = React5.forwardRef((_a, ref) => {
|
|
|
3920
4363
|
);
|
|
3921
4364
|
});
|
|
3922
4365
|
DialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
|
|
3923
|
-
var DialogContent =
|
|
4366
|
+
var DialogContent = React6.forwardRef((_a, ref) => {
|
|
3924
4367
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
3925
|
-
return /* @__PURE__ */ (0,
|
|
3926
|
-
/* @__PURE__ */ (0,
|
|
3927
|
-
/* @__PURE__ */ (0,
|
|
4368
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(DialogPortal, { children: [
|
|
4369
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(DialogOverlay, {}),
|
|
4370
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3928
4371
|
DialogPrimitive.Content,
|
|
3929
4372
|
__spreadProps(__spreadValues({
|
|
3930
4373
|
ref,
|
|
@@ -3935,7 +4378,7 @@ var DialogContent = React5.forwardRef((_a, ref) => {
|
|
|
3935
4378
|
}, props), {
|
|
3936
4379
|
children: [
|
|
3937
4380
|
children,
|
|
3938
|
-
/* @__PURE__ */ (0,
|
|
4381
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
3939
4382
|
DialogPrimitive.Close,
|
|
3940
4383
|
{
|
|
3941
4384
|
className: cn(
|
|
@@ -3944,8 +4387,8 @@ var DialogContent = React5.forwardRef((_a, ref) => {
|
|
|
3944
4387
|
"absolute right-6 top-6"
|
|
3945
4388
|
),
|
|
3946
4389
|
children: [
|
|
3947
|
-
/* @__PURE__ */ (0,
|
|
3948
|
-
/* @__PURE__ */ (0,
|
|
4390
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(XCloseIcon, { className: "h-3 w-3" }),
|
|
4391
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("span", { className: "sr-only", children: "Close" })
|
|
3949
4392
|
]
|
|
3950
4393
|
}
|
|
3951
4394
|
)
|
|
@@ -3961,7 +4404,7 @@ var DialogHeader = (_a) => {
|
|
|
3961
4404
|
} = _b, props = __objRest(_b, [
|
|
3962
4405
|
"className"
|
|
3963
4406
|
]);
|
|
3964
|
-
return /* @__PURE__ */ (0,
|
|
4407
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3965
4408
|
"div",
|
|
3966
4409
|
__spreadValues({
|
|
3967
4410
|
className: cn(
|
|
@@ -3978,7 +4421,7 @@ var DialogFooter = (_a) => {
|
|
|
3978
4421
|
} = _b, props = __objRest(_b, [
|
|
3979
4422
|
"className"
|
|
3980
4423
|
]);
|
|
3981
|
-
return /* @__PURE__ */ (0,
|
|
4424
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3982
4425
|
"div",
|
|
3983
4426
|
__spreadValues({
|
|
3984
4427
|
className: cn(
|
|
@@ -3989,9 +4432,9 @@ var DialogFooter = (_a) => {
|
|
|
3989
4432
|
);
|
|
3990
4433
|
};
|
|
3991
4434
|
DialogFooter.displayName = "DialogFooter";
|
|
3992
|
-
var DialogTitle =
|
|
4435
|
+
var DialogTitle = React6.forwardRef((_a, ref) => {
|
|
3993
4436
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
3994
|
-
return /* @__PURE__ */ (0,
|
|
4437
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3995
4438
|
DialogPrimitive.Title,
|
|
3996
4439
|
__spreadValues({
|
|
3997
4440
|
ref,
|
|
@@ -4000,9 +4443,9 @@ var DialogTitle = React5.forwardRef((_a, ref) => {
|
|
|
4000
4443
|
);
|
|
4001
4444
|
});
|
|
4002
4445
|
DialogTitle.displayName = DialogPrimitive.Title.displayName;
|
|
4003
|
-
var DialogDescription =
|
|
4446
|
+
var DialogDescription = React6.forwardRef((_a, ref) => {
|
|
4004
4447
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4005
|
-
return /* @__PURE__ */ (0,
|
|
4448
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
4006
4449
|
DialogPrimitive.Description,
|
|
4007
4450
|
__spreadValues({
|
|
4008
4451
|
ref,
|
|
@@ -4012,15 +4455,442 @@ var DialogDescription = React5.forwardRef((_a, ref) => {
|
|
|
4012
4455
|
});
|
|
4013
4456
|
DialogDescription.displayName = DialogPrimitive.Description.displayName;
|
|
4014
4457
|
|
|
4458
|
+
// src/components/DropdownMenu/DropdownMenu.tsx
|
|
4459
|
+
var DropdownMenuPrimitive = __toESM(require("@radix-ui/react-dropdown-menu"));
|
|
4460
|
+
var import_react92 = __toESM(require("react"));
|
|
4461
|
+
var import_jsx_runtime97 = require("react/jsx-runtime");
|
|
4462
|
+
var DropdownMenu = DropdownMenuPrimitive.Root;
|
|
4463
|
+
var DropdownMenuItemBase = ({
|
|
4464
|
+
icon,
|
|
4465
|
+
checkbox,
|
|
4466
|
+
className,
|
|
4467
|
+
checked,
|
|
4468
|
+
children,
|
|
4469
|
+
destructive,
|
|
4470
|
+
description,
|
|
4471
|
+
hasSubNav
|
|
4472
|
+
}) => {
|
|
4473
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
|
|
4474
|
+
"div",
|
|
4475
|
+
{
|
|
4476
|
+
className: cn(
|
|
4477
|
+
"mx-1 px-2 py-1.5 text-sm flex flex-col gap-1 text-gray-1000 rounded-md cursor-pointer group-focus-within:bg-gray-100 group-data-[disabled]:cursor-not-allowed group-data-[disabled]:opacity-50 group-hover:bg-gray-50 group-active:bg-gray-100 group-data-[state=checked]:bg-gray-50",
|
|
4478
|
+
{ "text-red-700 font-medium": destructive },
|
|
4479
|
+
className
|
|
4480
|
+
),
|
|
4481
|
+
children: [
|
|
4482
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "flex items-center gap-2", children: [
|
|
4483
|
+
checkbox && /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(Checkbox, { checked }),
|
|
4484
|
+
icon && import_react92.default.cloneElement(icon, {
|
|
4485
|
+
size: 16,
|
|
4486
|
+
className: cn(
|
|
4487
|
+
"flex-shrink-0",
|
|
4488
|
+
{ "text-red-700": destructive },
|
|
4489
|
+
icon.props.className
|
|
4490
|
+
)
|
|
4491
|
+
}),
|
|
4492
|
+
children,
|
|
4493
|
+
hasSubNav && /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "inline-flex items-center justify-end grow", children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(ChevronRightIcon, { size: 16, className: "text-gray-1000" }) })
|
|
4494
|
+
] }),
|
|
4495
|
+
description && /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "text-xs text-gray-700", children: description })
|
|
4496
|
+
]
|
|
4497
|
+
}
|
|
4498
|
+
);
|
|
4499
|
+
};
|
|
4500
|
+
var DropdownMenuCheckboxItem = import_react92.default.forwardRef(
|
|
4501
|
+
(_a, forwardedRef) => {
|
|
4502
|
+
var _b = _a, { className, children, checked, icon, description, destructive } = _b, props = __objRest(_b, ["className", "children", "checked", "icon", "description", "destructive"]);
|
|
4503
|
+
const extraProps = {
|
|
4504
|
+
description,
|
|
4505
|
+
destructive,
|
|
4506
|
+
icon,
|
|
4507
|
+
checked,
|
|
4508
|
+
className
|
|
4509
|
+
};
|
|
4510
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4511
|
+
DropdownMenuPrimitive.CheckboxItem,
|
|
4512
|
+
__spreadProps(__spreadValues({
|
|
4513
|
+
checked
|
|
4514
|
+
}, props), {
|
|
4515
|
+
ref: forwardedRef,
|
|
4516
|
+
className: "outline-none select-none group",
|
|
4517
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(DropdownMenuItemBase, __spreadProps(__spreadValues({ checkbox: true }, extraProps), { children }))
|
|
4518
|
+
})
|
|
4519
|
+
);
|
|
4520
|
+
}
|
|
4521
|
+
);
|
|
4522
|
+
DropdownMenuCheckboxItem.displayName = DropdownMenuPrimitive.CheckboxItem.displayName;
|
|
4523
|
+
var DropdownMenuContent = import_react92.default.forwardRef(
|
|
4524
|
+
(_a, forwardedRef) => {
|
|
4525
|
+
var _b = _a, {
|
|
4526
|
+
children,
|
|
4527
|
+
className,
|
|
4528
|
+
side = "bottom",
|
|
4529
|
+
sideOffset = 8,
|
|
4530
|
+
align = "start"
|
|
4531
|
+
} = _b, props = __objRest(_b, [
|
|
4532
|
+
"children",
|
|
4533
|
+
"className",
|
|
4534
|
+
"side",
|
|
4535
|
+
"sideOffset",
|
|
4536
|
+
"align"
|
|
4537
|
+
]);
|
|
4538
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4539
|
+
DropdownMenuPrimitive.Content,
|
|
4540
|
+
__spreadProps(__spreadValues({
|
|
4541
|
+
className: cn(
|
|
4542
|
+
"min-w-[144px] bg-white rounded-md py-1 shadow-dropdown-sm border border-gray-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
4543
|
+
className
|
|
4544
|
+
),
|
|
4545
|
+
side,
|
|
4546
|
+
sideOffset,
|
|
4547
|
+
align
|
|
4548
|
+
}, props), {
|
|
4549
|
+
ref: forwardedRef,
|
|
4550
|
+
children
|
|
4551
|
+
})
|
|
4552
|
+
);
|
|
4553
|
+
}
|
|
4554
|
+
);
|
|
4555
|
+
DropdownMenuContent.displayName = DropdownMenuPrimitive.Content.displayName;
|
|
4556
|
+
var DropdownMenuGroup = DropdownMenuPrimitive.Group;
|
|
4557
|
+
var DropdownMenuItem = import_react92.default.forwardRef(
|
|
4558
|
+
(_a, forwardedRef) => {
|
|
4559
|
+
var _b = _a, { className, children, icon, description, destructive } = _b, props = __objRest(_b, ["className", "children", "icon", "description", "destructive"]);
|
|
4560
|
+
const extraProps = {
|
|
4561
|
+
description,
|
|
4562
|
+
destructive,
|
|
4563
|
+
icon,
|
|
4564
|
+
className
|
|
4565
|
+
};
|
|
4566
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4567
|
+
DropdownMenuPrimitive.Item,
|
|
4568
|
+
__spreadProps(__spreadValues({}, props), {
|
|
4569
|
+
ref: forwardedRef,
|
|
4570
|
+
className: "outline-none select-none group",
|
|
4571
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(DropdownMenuItemBase, __spreadProps(__spreadValues({}, extraProps), { children }))
|
|
4572
|
+
})
|
|
4573
|
+
);
|
|
4574
|
+
}
|
|
4575
|
+
);
|
|
4576
|
+
DropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;
|
|
4577
|
+
var DropdownMenuLabel = import_react92.default.forwardRef((_a, forwardedRef) => {
|
|
4578
|
+
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4579
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4580
|
+
DropdownMenuPrimitive.Label,
|
|
4581
|
+
__spreadProps(__spreadValues({
|
|
4582
|
+
className: cn(
|
|
4583
|
+
"mx-1 px-2 py-1.5 text-sm font-medium text-gray-1000",
|
|
4584
|
+
className
|
|
4585
|
+
)
|
|
4586
|
+
}, props), {
|
|
4587
|
+
ref: forwardedRef
|
|
4588
|
+
})
|
|
4589
|
+
);
|
|
4590
|
+
});
|
|
4591
|
+
DropdownMenuLabel.displayName = DropdownMenuPrimitive.Label.displayName;
|
|
4592
|
+
var DropdownMenuPortal = DropdownMenuPrimitive.Portal;
|
|
4593
|
+
var DropdownMenuRadioGroup = DropdownMenuPrimitive.RadioGroup;
|
|
4594
|
+
var DropdownMenuRadioItem = import_react92.default.forwardRef(
|
|
4595
|
+
(_a, forwardedRef) => {
|
|
4596
|
+
var _b = _a, { className, children, icon, description, destructive } = _b, props = __objRest(_b, ["className", "children", "icon", "description", "destructive"]);
|
|
4597
|
+
const extraProps = {
|
|
4598
|
+
description,
|
|
4599
|
+
destructive,
|
|
4600
|
+
icon,
|
|
4601
|
+
className
|
|
4602
|
+
};
|
|
4603
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4604
|
+
DropdownMenuPrimitive.RadioItem,
|
|
4605
|
+
__spreadProps(__spreadValues({}, props), {
|
|
4606
|
+
ref: forwardedRef,
|
|
4607
|
+
className: "outline-none select-none group",
|
|
4608
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(DropdownMenuItemBase, __spreadProps(__spreadValues({}, extraProps), { children }))
|
|
4609
|
+
})
|
|
4610
|
+
);
|
|
4611
|
+
}
|
|
4612
|
+
);
|
|
4613
|
+
DropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;
|
|
4614
|
+
var DropdownMenuSeparator = import_react92.default.forwardRef((_a, forwardedRef) => {
|
|
4615
|
+
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4616
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4617
|
+
DropdownMenuPrimitive.Separator,
|
|
4618
|
+
__spreadProps(__spreadValues({
|
|
4619
|
+
className: cn("my-1 border-b border-gray-200", className)
|
|
4620
|
+
}, props), {
|
|
4621
|
+
ref: forwardedRef
|
|
4622
|
+
})
|
|
4623
|
+
);
|
|
4624
|
+
});
|
|
4625
|
+
DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;
|
|
4626
|
+
var DropdownMenuSub = DropdownMenuPrimitive.Sub;
|
|
4627
|
+
var DropdownMenuSubContent = import_react92.default.forwardRef((_a, forwardedRef) => {
|
|
4628
|
+
var _b = _a, { children, className, sideOffset = 8 } = _b, props = __objRest(_b, ["children", "className", "sideOffset"]);
|
|
4629
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4630
|
+
DropdownMenuPrimitive.SubContent,
|
|
4631
|
+
__spreadProps(__spreadValues({
|
|
4632
|
+
className: cn(
|
|
4633
|
+
"min-w-[144px] bg-white rounded-md py-1 shadow-dropdown-sm border border-gray-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
4634
|
+
className
|
|
4635
|
+
),
|
|
4636
|
+
sideOffset
|
|
4637
|
+
}, props), {
|
|
4638
|
+
ref: forwardedRef,
|
|
4639
|
+
children
|
|
4640
|
+
})
|
|
4641
|
+
);
|
|
4642
|
+
});
|
|
4643
|
+
DropdownMenuSubContent.displayName = DropdownMenuPrimitive.SubContent.displayName;
|
|
4644
|
+
var DropdownMenuSubTrigger = import_react92.default.forwardRef(
|
|
4645
|
+
(_a, forwardedRef) => {
|
|
4646
|
+
var _b = _a, { className, children, icon, description, destructive } = _b, props = __objRest(_b, ["className", "children", "icon", "description", "destructive"]);
|
|
4647
|
+
const extraProps = {
|
|
4648
|
+
description,
|
|
4649
|
+
destructive,
|
|
4650
|
+
icon,
|
|
4651
|
+
className
|
|
4652
|
+
};
|
|
4653
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
|
|
4654
|
+
DropdownMenuPrimitive.SubTrigger,
|
|
4655
|
+
__spreadProps(__spreadValues({}, props), {
|
|
4656
|
+
ref: forwardedRef,
|
|
4657
|
+
className: "outline-none select-none group",
|
|
4658
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(DropdownMenuItemBase, __spreadProps(__spreadValues({ hasSubNav: true }, extraProps), { children }))
|
|
4659
|
+
})
|
|
4660
|
+
);
|
|
4661
|
+
}
|
|
4662
|
+
);
|
|
4663
|
+
DropdownMenuSubTrigger.displayName = DropdownMenuPrimitive.SubTrigger.displayName;
|
|
4664
|
+
var DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;
|
|
4665
|
+
|
|
4666
|
+
// src/components/Form/Form.tsx
|
|
4667
|
+
var React9 = __toESM(require("react"));
|
|
4668
|
+
var import_react_slot2 = require("@radix-ui/react-slot");
|
|
4669
|
+
var import_react_hook_form = require("react-hook-form");
|
|
4670
|
+
|
|
4671
|
+
// src/components/Label/Label.tsx
|
|
4672
|
+
var React8 = __toESM(require("react"));
|
|
4673
|
+
var LabelPrimitive = __toESM(require("@radix-ui/react-label"));
|
|
4674
|
+
var import_jsx_runtime98 = require("react/jsx-runtime");
|
|
4675
|
+
var Label2 = React8.forwardRef((_a, ref) => {
|
|
4676
|
+
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4677
|
+
return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
|
|
4678
|
+
LabelPrimitive.Root,
|
|
4679
|
+
__spreadValues({
|
|
4680
|
+
ref,
|
|
4681
|
+
className: cn(
|
|
4682
|
+
"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
|
|
4683
|
+
className
|
|
4684
|
+
)
|
|
4685
|
+
}, props)
|
|
4686
|
+
);
|
|
4687
|
+
});
|
|
4688
|
+
Label2.displayName = LabelPrimitive.Root.displayName;
|
|
4689
|
+
|
|
4690
|
+
// src/components/Form/Form.tsx
|
|
4691
|
+
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
4692
|
+
var Form = import_react_hook_form.FormProvider;
|
|
4693
|
+
var FormFieldContext = React9.createContext(
|
|
4694
|
+
{}
|
|
4695
|
+
);
|
|
4696
|
+
var FormField = (_a) => {
|
|
4697
|
+
var props = __objRest(_a, []);
|
|
4698
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
4699
|
+
FormFieldContext.Provider,
|
|
4700
|
+
{
|
|
4701
|
+
value: { name: props.name, isDisabled: props.disabled },
|
|
4702
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(import_react_hook_form.Controller, __spreadValues({}, props))
|
|
4703
|
+
}
|
|
4704
|
+
);
|
|
4705
|
+
};
|
|
4706
|
+
var useFormField = () => {
|
|
4707
|
+
const fieldContext = React9.useContext(FormFieldContext);
|
|
4708
|
+
const itemContext = React9.useContext(FormItemContext);
|
|
4709
|
+
const { getFieldState, formState } = (0, import_react_hook_form.useFormContext)();
|
|
4710
|
+
const fieldState = getFieldState(fieldContext.name, formState);
|
|
4711
|
+
if (!fieldContext) {
|
|
4712
|
+
throw new Error("useFormField should be used within <FormField>");
|
|
4713
|
+
}
|
|
4714
|
+
const { id } = itemContext;
|
|
4715
|
+
return __spreadValues({
|
|
4716
|
+
id,
|
|
4717
|
+
name: fieldContext.name,
|
|
4718
|
+
isDisabled: fieldContext.isDisabled,
|
|
4719
|
+
formItemId: `${id}-form-item`,
|
|
4720
|
+
formDescriptionId: `${id}-form-item-description`,
|
|
4721
|
+
formMessageId: `${id}-form-item-message`
|
|
4722
|
+
}, fieldState);
|
|
4723
|
+
};
|
|
4724
|
+
var FormItemContext = React9.createContext(
|
|
4725
|
+
{}
|
|
4726
|
+
);
|
|
4727
|
+
var FormItem = React9.forwardRef((_a, ref) => {
|
|
4728
|
+
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4729
|
+
const id = React9.useId();
|
|
4730
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(FormItemContext.Provider, { value: { id }, children: /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
4731
|
+
"div",
|
|
4732
|
+
__spreadValues({
|
|
4733
|
+
ref,
|
|
4734
|
+
className: cn("flex flex-col gap-1.5", className)
|
|
4735
|
+
}, props)
|
|
4736
|
+
) });
|
|
4737
|
+
});
|
|
4738
|
+
FormItem.displayName = "FormItem";
|
|
4739
|
+
var FormLabel = React9.forwardRef((_a, ref) => {
|
|
4740
|
+
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4741
|
+
const { isDisabled, formItemId } = useFormField();
|
|
4742
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
4743
|
+
Label2,
|
|
4744
|
+
__spreadValues({
|
|
4745
|
+
ref,
|
|
4746
|
+
className: cn(isDisabled && "opacity-50 cursor-not-allowed", className),
|
|
4747
|
+
htmlFor: formItemId
|
|
4748
|
+
}, props)
|
|
4749
|
+
);
|
|
4750
|
+
});
|
|
4751
|
+
FormLabel.displayName = "FormLabel";
|
|
4752
|
+
var FormControl = React9.forwardRef((_a, ref) => {
|
|
4753
|
+
var props = __objRest(_a, []);
|
|
4754
|
+
const { error, isDisabled, formItemId, formDescriptionId, formMessageId } = useFormField();
|
|
4755
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
4756
|
+
import_react_slot2.Slot,
|
|
4757
|
+
__spreadValues({
|
|
4758
|
+
ref,
|
|
4759
|
+
id: formItemId,
|
|
4760
|
+
"aria-describedby": !error ? `${formDescriptionId}` : `${formDescriptionId} ${formMessageId}`,
|
|
4761
|
+
"aria-invalid": !!error,
|
|
4762
|
+
"data-has-error": !!error,
|
|
4763
|
+
"data-is-disabled": isDisabled
|
|
4764
|
+
}, props)
|
|
4765
|
+
);
|
|
4766
|
+
});
|
|
4767
|
+
FormControl.displayName = "FormControl";
|
|
4768
|
+
var FormDescription = React9.forwardRef((_a, ref) => {
|
|
4769
|
+
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4770
|
+
const { formDescriptionId, isDisabled } = useFormField();
|
|
4771
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
4772
|
+
"p",
|
|
4773
|
+
__spreadValues({
|
|
4774
|
+
ref,
|
|
4775
|
+
id: formDescriptionId,
|
|
4776
|
+
className: cn(
|
|
4777
|
+
"text-sm text-gray-700",
|
|
4778
|
+
{ "opacity-50 cursor-not-allowed": isDisabled },
|
|
4779
|
+
className
|
|
4780
|
+
)
|
|
4781
|
+
}, props)
|
|
4782
|
+
);
|
|
4783
|
+
});
|
|
4784
|
+
FormDescription.displayName = "FormDescription";
|
|
4785
|
+
var FormMessage = React9.forwardRef((_a, ref) => {
|
|
4786
|
+
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
4787
|
+
const { error, isDisabled, formMessageId } = useFormField();
|
|
4788
|
+
const body = error ? String(error == null ? void 0 : error.message) : children;
|
|
4789
|
+
const textColorClassName = error ? "text-red-700" : "text-gray-700";
|
|
4790
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
4791
|
+
"p",
|
|
4792
|
+
__spreadProps(__spreadValues({
|
|
4793
|
+
ref,
|
|
4794
|
+
id: formMessageId,
|
|
4795
|
+
className: cn(
|
|
4796
|
+
"text-sm",
|
|
4797
|
+
textColorClassName,
|
|
4798
|
+
{ "opacity-50 cursor-not-allowed": isDisabled },
|
|
4799
|
+
className
|
|
4800
|
+
)
|
|
4801
|
+
}, props), {
|
|
4802
|
+
children: body
|
|
4803
|
+
})
|
|
4804
|
+
);
|
|
4805
|
+
});
|
|
4806
|
+
FormMessage.displayName = "FormMessage";
|
|
4807
|
+
|
|
4808
|
+
// src/components/Input/Input.tsx
|
|
4809
|
+
var React10 = __toESM(require("react"));
|
|
4810
|
+
var import_react_slot3 = require("@radix-ui/react-slot");
|
|
4811
|
+
var import_jsx_runtime100 = require("react/jsx-runtime");
|
|
4812
|
+
var Input = React10.forwardRef(
|
|
4813
|
+
(_a, ref) => {
|
|
4814
|
+
var _b = _a, {
|
|
4815
|
+
className,
|
|
4816
|
+
type,
|
|
4817
|
+
button,
|
|
4818
|
+
disabled,
|
|
4819
|
+
prefixEnchancer,
|
|
4820
|
+
suffixEnchancer
|
|
4821
|
+
} = _b, props = __objRest(_b, [
|
|
4822
|
+
"className",
|
|
4823
|
+
"type",
|
|
4824
|
+
"button",
|
|
4825
|
+
"disabled",
|
|
4826
|
+
"prefixEnchancer",
|
|
4827
|
+
"suffixEnchancer"
|
|
4828
|
+
]);
|
|
4829
|
+
const isDisabled = !!props["data-is-disabled"] || disabled;
|
|
4830
|
+
return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "flex gap-2", children: [
|
|
4831
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
|
|
4832
|
+
"div",
|
|
4833
|
+
{
|
|
4834
|
+
className: cn(
|
|
4835
|
+
"flex h-9 w-full rounded-md border border-gray-200 bg-transparent focus-within:outline focus-within:outline-[2px] focus-within:outline-blue-300 focus-within:outline-offset-[2px]",
|
|
4836
|
+
{ "cursor-not-allowed opacity-50": isDisabled },
|
|
4837
|
+
{
|
|
4838
|
+
"border-red-700 focus-within:border-gray-200 focus-within:outline-red-700": !!props["data-has-error"]
|
|
4839
|
+
},
|
|
4840
|
+
className
|
|
4841
|
+
),
|
|
4842
|
+
children: [
|
|
4843
|
+
prefixEnchancer && /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
4844
|
+
import_react_slot3.Slot,
|
|
4845
|
+
{
|
|
4846
|
+
className: cn(
|
|
4847
|
+
"text-sm border-gray-200 text-gray-700 border-r py-2 px-3 font-normal",
|
|
4848
|
+
{ "opacity-50": isDisabled }
|
|
4849
|
+
),
|
|
4850
|
+
children: prefixEnchancer
|
|
4851
|
+
}
|
|
4852
|
+
),
|
|
4853
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
4854
|
+
"input",
|
|
4855
|
+
__spreadProps(__spreadValues({}, props), {
|
|
4856
|
+
disabled: isDisabled,
|
|
4857
|
+
className: "w-full px-3 py-2 text-sm bg-transparent outline-none text-gray-1000 placeholder:text-gray-700 disabled:cursor-not-allowed",
|
|
4858
|
+
type,
|
|
4859
|
+
ref
|
|
4860
|
+
})
|
|
4861
|
+
),
|
|
4862
|
+
suffixEnchancer && /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
4863
|
+
import_react_slot3.Slot,
|
|
4864
|
+
{
|
|
4865
|
+
className: cn(
|
|
4866
|
+
"text-sm border-gray-200 text-gray-700 border-l py-2 px-3 font-normal",
|
|
4867
|
+
{ "opacity-50": isDisabled }
|
|
4868
|
+
),
|
|
4869
|
+
children: suffixEnchancer
|
|
4870
|
+
}
|
|
4871
|
+
)
|
|
4872
|
+
]
|
|
4873
|
+
}
|
|
4874
|
+
),
|
|
4875
|
+
button && React10.cloneElement(button, {
|
|
4876
|
+
size: "sm",
|
|
4877
|
+
disabled: isDisabled,
|
|
4878
|
+
className: cn("flex-shrink-0", button.props.className)
|
|
4879
|
+
})
|
|
4880
|
+
] });
|
|
4881
|
+
}
|
|
4882
|
+
);
|
|
4883
|
+
Input.displayName = "Input";
|
|
4884
|
+
|
|
4015
4885
|
// src/components/Popover/Popover.tsx
|
|
4016
|
-
var
|
|
4886
|
+
var React11 = __toESM(require("react"));
|
|
4017
4887
|
var PopoverPrimitive = __toESM(require("@radix-ui/react-popover"));
|
|
4018
|
-
var
|
|
4888
|
+
var import_jsx_runtime101 = require("react/jsx-runtime");
|
|
4019
4889
|
var Popover = PopoverPrimitive.Root;
|
|
4020
4890
|
var PopoverTrigger = PopoverPrimitive.Trigger;
|
|
4021
|
-
var PopoverContent =
|
|
4891
|
+
var PopoverContent = React11.forwardRef((_a, ref) => {
|
|
4022
4892
|
var _b = _a, { className, align = "center", sideOffset = 4 } = _b, props = __objRest(_b, ["className", "align", "sideOffset"]);
|
|
4023
|
-
return /* @__PURE__ */ (0,
|
|
4893
|
+
return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(PopoverPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
4024
4894
|
PopoverPrimitive.Content,
|
|
4025
4895
|
__spreadValues({
|
|
4026
4896
|
ref,
|
|
@@ -4035,13 +4905,112 @@ var PopoverContent = React6.forwardRef((_a, ref) => {
|
|
|
4035
4905
|
});
|
|
4036
4906
|
PopoverContent.displayName = PopoverPrimitive.Content.displayName;
|
|
4037
4907
|
|
|
4908
|
+
// src/components/Select/Select.tsx
|
|
4909
|
+
var React12 = __toESM(require("react"));
|
|
4910
|
+
var SelectPrimitive = __toESM(require("@radix-ui/react-select"));
|
|
4911
|
+
var import_jsx_runtime102 = require("react/jsx-runtime");
|
|
4912
|
+
var Select = SelectPrimitive.Root;
|
|
4913
|
+
var SelectGroup = SelectPrimitive.Group;
|
|
4914
|
+
var SelectValue = SelectPrimitive.Value;
|
|
4915
|
+
var SelectTrigger = React12.forwardRef((_a, ref) => {
|
|
4916
|
+
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
4917
|
+
const isDisabled = props["data-is-disabled"];
|
|
4918
|
+
return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
4919
|
+
SelectPrimitive.Trigger,
|
|
4920
|
+
__spreadProps(__spreadValues({
|
|
4921
|
+
ref,
|
|
4922
|
+
className: cn(
|
|
4923
|
+
"flex h-9 w-full px-3 py-2 text-sm outline-none text-gray-1000 placeholder:text-gray-700 rounded-md border border-gray-200 bg-transparent focus-within:outline focus-within:outline-[2px] focus-within:outline-blue-300 focus-within:outline-offset-[2px] items-center justify-between",
|
|
4924
|
+
{ "cursor-not-allowed opacity-50": isDisabled },
|
|
4925
|
+
"disabled:cursor-not-allowed disabled:opacity-50",
|
|
4926
|
+
// when the disabled attr is set by reference
|
|
4927
|
+
{
|
|
4928
|
+
"border-red-700 focus-within:border-gray-200 focus-within:outline-red-700": !!props["data-has-error"]
|
|
4929
|
+
},
|
|
4930
|
+
className
|
|
4931
|
+
)
|
|
4932
|
+
}, props), {
|
|
4933
|
+
children: [
|
|
4934
|
+
children,
|
|
4935
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(ChevronSelectorVerticalIcon, { size: "16", className: "w-4 h-4 opacity-50" }) })
|
|
4936
|
+
]
|
|
4937
|
+
})
|
|
4938
|
+
);
|
|
4939
|
+
});
|
|
4940
|
+
SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
|
|
4941
|
+
var SelectContent = React12.forwardRef((_a, ref) => {
|
|
4942
|
+
var _b = _a, { className, children, position = "popper" } = _b, props = __objRest(_b, ["className", "children", "position"]);
|
|
4943
|
+
return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SelectPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
4944
|
+
SelectPrimitive.Content,
|
|
4945
|
+
__spreadProps(__spreadValues({
|
|
4946
|
+
ref,
|
|
4947
|
+
className: cn(
|
|
4948
|
+
"relative z-[150] min-w-[120px] overflow-hidden rounded-md border border-gray-200 bg-white shadow-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
4949
|
+
position === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
4950
|
+
className
|
|
4951
|
+
),
|
|
4952
|
+
position
|
|
4953
|
+
}, props), {
|
|
4954
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
4955
|
+
SelectPrimitive.Viewport,
|
|
4956
|
+
{
|
|
4957
|
+
className: cn(
|
|
4958
|
+
"p-1",
|
|
4959
|
+
position === "popper" && "h-[40px] w-full min-w-[250px]"
|
|
4960
|
+
),
|
|
4961
|
+
children
|
|
4962
|
+
}
|
|
4963
|
+
)
|
|
4964
|
+
})
|
|
4965
|
+
) });
|
|
4966
|
+
});
|
|
4967
|
+
SelectContent.displayName = SelectPrimitive.Content.displayName;
|
|
4968
|
+
var SelectLabel = React12.forwardRef((_a, ref) => {
|
|
4969
|
+
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4970
|
+
return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
4971
|
+
SelectPrimitive.Label,
|
|
4972
|
+
__spreadValues({
|
|
4973
|
+
ref,
|
|
4974
|
+
className: cn("px-2 py-1.5 text-sm font-medium", className)
|
|
4975
|
+
}, props)
|
|
4976
|
+
);
|
|
4977
|
+
});
|
|
4978
|
+
SelectLabel.displayName = SelectPrimitive.Label.displayName;
|
|
4979
|
+
var SelectItem = React12.forwardRef((_a, ref) => {
|
|
4980
|
+
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
4981
|
+
return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
4982
|
+
SelectPrimitive.Item,
|
|
4983
|
+
__spreadProps(__spreadValues({
|
|
4984
|
+
ref,
|
|
4985
|
+
className: cn(
|
|
4986
|
+
"flex w-full cursor-default select-none items-center rounded-md py-1.5 px-2 text-gray-1000 text-sm outline-none hover:bg-gray-50 active:bg-gray-100 focus:bg-gray-100 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[state=checked]:bg-gray-50",
|
|
4987
|
+
className
|
|
4988
|
+
)
|
|
4989
|
+
}, props), {
|
|
4990
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(SelectPrimitive.ItemText, { children })
|
|
4991
|
+
})
|
|
4992
|
+
);
|
|
4993
|
+
});
|
|
4994
|
+
SelectItem.displayName = SelectPrimitive.Item.displayName;
|
|
4995
|
+
var SelectSeparator = React12.forwardRef((_a, ref) => {
|
|
4996
|
+
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4997
|
+
return /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
|
|
4998
|
+
SelectPrimitive.Separator,
|
|
4999
|
+
__spreadValues({
|
|
5000
|
+
ref,
|
|
5001
|
+
className: cn("-mx-1 my-1 h-px bg-muted", className)
|
|
5002
|
+
}, props)
|
|
5003
|
+
);
|
|
5004
|
+
});
|
|
5005
|
+
SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
|
|
5006
|
+
|
|
4038
5007
|
// src/components/Switch/Switch.tsx
|
|
4039
|
-
var
|
|
5008
|
+
var React13 = __toESM(require("react"));
|
|
4040
5009
|
var SwitchPrimitive = __toESM(require("@radix-ui/react-switch"));
|
|
4041
|
-
var
|
|
4042
|
-
var Switch =
|
|
5010
|
+
var import_jsx_runtime103 = require("react/jsx-runtime");
|
|
5011
|
+
var Switch = React13.forwardRef((_a, ref) => {
|
|
4043
5012
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4044
|
-
return /* @__PURE__ */ (0,
|
|
5013
|
+
return /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
4045
5014
|
SwitchPrimitive.Root,
|
|
4046
5015
|
__spreadProps(__spreadValues({
|
|
4047
5016
|
className: cn(
|
|
@@ -4050,20 +5019,20 @@ var Switch = React7.forwardRef((_a, ref) => {
|
|
|
4050
5019
|
)
|
|
4051
5020
|
}, props), {
|
|
4052
5021
|
ref,
|
|
4053
|
-
children: /* @__PURE__ */ (0,
|
|
5022
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(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" })
|
|
4054
5023
|
})
|
|
4055
5024
|
);
|
|
4056
5025
|
});
|
|
4057
5026
|
Switch.displayName = SwitchPrimitive.Root.displayName;
|
|
4058
5027
|
|
|
4059
5028
|
// src/components/Tabs/Tabs.tsx
|
|
4060
|
-
var
|
|
5029
|
+
var React14 = __toESM(require("react"));
|
|
4061
5030
|
var TabsPrimitive = __toESM(require("@radix-ui/react-tabs"));
|
|
4062
|
-
var
|
|
5031
|
+
var import_jsx_runtime104 = require("react/jsx-runtime");
|
|
4063
5032
|
var Tabs = TabsPrimitive.Root;
|
|
4064
|
-
var TabsList =
|
|
5033
|
+
var TabsList = React14.forwardRef((_a, ref) => {
|
|
4065
5034
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4066
|
-
return /* @__PURE__ */ (0,
|
|
5035
|
+
return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
4067
5036
|
TabsPrimitive.List,
|
|
4068
5037
|
__spreadValues({
|
|
4069
5038
|
ref,
|
|
@@ -4075,9 +5044,9 @@ var TabsList = React8.forwardRef((_a, ref) => {
|
|
|
4075
5044
|
);
|
|
4076
5045
|
});
|
|
4077
5046
|
TabsList.displayName = TabsPrimitive.List.displayName;
|
|
4078
|
-
var TabsTrigger =
|
|
5047
|
+
var TabsTrigger = React14.forwardRef((_a, ref) => {
|
|
4079
5048
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4080
|
-
return /* @__PURE__ */ (0,
|
|
5049
|
+
return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
4081
5050
|
TabsPrimitive.Trigger,
|
|
4082
5051
|
__spreadValues({
|
|
4083
5052
|
ref,
|
|
@@ -4092,9 +5061,9 @@ var TabsTrigger = React8.forwardRef((_a, ref) => {
|
|
|
4092
5061
|
);
|
|
4093
5062
|
});
|
|
4094
5063
|
TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
|
|
4095
|
-
var TabsContent =
|
|
5064
|
+
var TabsContent = React14.forwardRef((_a, ref) => {
|
|
4096
5065
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4097
|
-
return /* @__PURE__ */ (0,
|
|
5066
|
+
return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
4098
5067
|
TabsPrimitive.Content,
|
|
4099
5068
|
__spreadValues({
|
|
4100
5069
|
ref,
|
|
@@ -4106,6 +5075,68 @@ var TabsContent = React8.forwardRef((_a, ref) => {
|
|
|
4106
5075
|
);
|
|
4107
5076
|
});
|
|
4108
5077
|
TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
5078
|
+
|
|
5079
|
+
// src/components/Textarea/Textarea.tsx
|
|
5080
|
+
var React15 = __toESM(require("react"));
|
|
5081
|
+
var import_jsx_runtime105 = require("react/jsx-runtime");
|
|
5082
|
+
var Textarea = React15.forwardRef(
|
|
5083
|
+
(_a, ref) => {
|
|
5084
|
+
var _b = _a, { className, disabled } = _b, props = __objRest(_b, ["className", "disabled"]);
|
|
5085
|
+
const isDisabled = !!props["data-is-disabled"] || disabled;
|
|
5086
|
+
return /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("div", { className: "flex gap-2", children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
5087
|
+
"div",
|
|
5088
|
+
{
|
|
5089
|
+
className: cn(
|
|
5090
|
+
"flex min-h-[80px] w-full rounded-md border border-gray-200 bg-transparent focus-within:outline focus-within:outline-[2px] focus-within:outline-blue-300 focus-within:outline-offset-[2px]",
|
|
5091
|
+
{ "cursor-not-allowed opacity-50": isDisabled },
|
|
5092
|
+
{
|
|
5093
|
+
"border-red-700 focus-within:border-gray-200 focus-within:outline-red-700": !!props["data-has-error"]
|
|
5094
|
+
},
|
|
5095
|
+
className
|
|
5096
|
+
),
|
|
5097
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime105.jsx)(
|
|
5098
|
+
"textarea",
|
|
5099
|
+
__spreadProps(__spreadValues({}, props), {
|
|
5100
|
+
disabled: isDisabled,
|
|
5101
|
+
className: "w-full px-3 py-2 text-sm bg-transparent outline-none text-gray-1000 placeholder:text-gray-700 disabled:cursor-not-allowed",
|
|
5102
|
+
ref
|
|
5103
|
+
})
|
|
5104
|
+
)
|
|
5105
|
+
}
|
|
5106
|
+
) });
|
|
5107
|
+
}
|
|
5108
|
+
);
|
|
5109
|
+
Textarea.displayName = "Textarea";
|
|
5110
|
+
|
|
5111
|
+
// src/components/Tooltip/Tooltip.tsx
|
|
5112
|
+
var React16 = __toESM(require("react"));
|
|
5113
|
+
var TooltipPrimitive = __toESM(require("@radix-ui/react-tooltip"));
|
|
5114
|
+
var import_jsx_runtime106 = require("react/jsx-runtime");
|
|
5115
|
+
var TooltipProvider = (_a) => {
|
|
5116
|
+
var _b = _a, {
|
|
5117
|
+
delayDuration = 0
|
|
5118
|
+
} = _b, props = __objRest(_b, [
|
|
5119
|
+
"delayDuration"
|
|
5120
|
+
]);
|
|
5121
|
+
return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(TooltipPrimitive.Provider, __spreadValues({ delayDuration }, props));
|
|
5122
|
+
};
|
|
5123
|
+
var Tooltip = TooltipPrimitive.Root;
|
|
5124
|
+
var TooltipTrigger = TooltipPrimitive.Trigger;
|
|
5125
|
+
var TooltipContent = React16.forwardRef((_a, ref) => {
|
|
5126
|
+
var _b = _a, { className, sideOffset = 4 } = _b, props = __objRest(_b, ["className", "sideOffset"]);
|
|
5127
|
+
return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
|
|
5128
|
+
TooltipPrimitive.Content,
|
|
5129
|
+
__spreadValues({
|
|
5130
|
+
ref,
|
|
5131
|
+
sideOffset,
|
|
5132
|
+
className: cn(
|
|
5133
|
+
"z-50 overflow-hidden rounded-md border bg-gray-1000 px-3 py-1.5 text-sm text-white font-medium animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
5134
|
+
className
|
|
5135
|
+
)
|
|
5136
|
+
}, props)
|
|
5137
|
+
);
|
|
5138
|
+
});
|
|
5139
|
+
TooltipContent.displayName = TooltipPrimitive.Content.displayName;
|
|
4109
5140
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4110
5141
|
0 && (module.exports = {
|
|
4111
5142
|
Accordion,
|
|
@@ -4123,10 +5154,12 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
4123
5154
|
AlertDialogHeader,
|
|
4124
5155
|
AlertDialogTitle,
|
|
4125
5156
|
AlertDialogTrigger,
|
|
5157
|
+
ArrowCircleUpIcon,
|
|
4126
5158
|
ArrowDownIcon,
|
|
4127
5159
|
ArrowLeftIcon,
|
|
4128
5160
|
ArrowRightIcon,
|
|
4129
5161
|
ArrowUpIcon,
|
|
5162
|
+
AttachmentIcon,
|
|
4130
5163
|
Badge,
|
|
4131
5164
|
BellIcon,
|
|
4132
5165
|
Button,
|
|
@@ -4137,9 +5170,12 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
4137
5170
|
CameraIcon,
|
|
4138
5171
|
CameraOffIcon,
|
|
4139
5172
|
CheckCircleIcon,
|
|
5173
|
+
CheckIcon,
|
|
5174
|
+
Checkbox,
|
|
4140
5175
|
ChevronDownIcon,
|
|
4141
5176
|
ChevronLeftIcon,
|
|
4142
5177
|
ChevronRightIcon,
|
|
5178
|
+
ChevronSelectorVerticalIcon,
|
|
4143
5179
|
ChevronUpIcon,
|
|
4144
5180
|
CopyIcon,
|
|
4145
5181
|
CursorClickIcon,
|
|
@@ -4150,18 +5186,45 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
4150
5186
|
DialogHeader,
|
|
4151
5187
|
DialogTitle,
|
|
4152
5188
|
DialogTrigger,
|
|
5189
|
+
DotsHorizontalIcon,
|
|
4153
5190
|
DownloadIcon,
|
|
5191
|
+
DropdownMenu,
|
|
5192
|
+
DropdownMenuCheckboxItem,
|
|
5193
|
+
DropdownMenuContent,
|
|
5194
|
+
DropdownMenuGroup,
|
|
5195
|
+
DropdownMenuItem,
|
|
5196
|
+
DropdownMenuLabel,
|
|
5197
|
+
DropdownMenuPortal,
|
|
5198
|
+
DropdownMenuRadioGroup,
|
|
5199
|
+
DropdownMenuRadioItem,
|
|
5200
|
+
DropdownMenuSeparator,
|
|
5201
|
+
DropdownMenuSub,
|
|
5202
|
+
DropdownMenuSubContent,
|
|
5203
|
+
DropdownMenuSubTrigger,
|
|
5204
|
+
DropdownMenuTrigger,
|
|
4154
5205
|
EditIcon,
|
|
4155
5206
|
ExpandIcon,
|
|
5207
|
+
FileQuestionIcon,
|
|
5208
|
+
FilterLinesIcon,
|
|
4156
5209
|
FlipBackwardIcon,
|
|
4157
5210
|
FlipForwardIcon,
|
|
5211
|
+
Form,
|
|
5212
|
+
FormControl,
|
|
5213
|
+
FormDescription,
|
|
5214
|
+
FormField,
|
|
5215
|
+
FormItem,
|
|
5216
|
+
FormLabel,
|
|
5217
|
+
FormMessage,
|
|
4158
5218
|
HelpCircleIcon,
|
|
4159
5219
|
HomeIcon,
|
|
4160
5220
|
ImageDownIcon,
|
|
4161
5221
|
ImageIcon,
|
|
4162
5222
|
ImageXIcon,
|
|
4163
5223
|
InfoCircleIcon,
|
|
5224
|
+
Input,
|
|
5225
|
+
Label,
|
|
4164
5226
|
LightbulbIcon,
|
|
5227
|
+
LinkIcon,
|
|
4165
5228
|
LockIcon,
|
|
4166
5229
|
LogInIcon,
|
|
4167
5230
|
MagicWandIcon,
|
|
@@ -4175,6 +5238,7 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
4175
5238
|
MonitorIcon,
|
|
4176
5239
|
NotificationBoxIcon,
|
|
4177
5240
|
PauseCircleIcon,
|
|
5241
|
+
PhoneCallIcon,
|
|
4178
5242
|
PhoneIcon,
|
|
4179
5243
|
PieChartIcon,
|
|
4180
5244
|
PlayCircleIcon,
|
|
@@ -4192,8 +5256,17 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
4192
5256
|
RocketIcon,
|
|
4193
5257
|
SaveIcon,
|
|
4194
5258
|
SearchMdIcon,
|
|
5259
|
+
Select,
|
|
5260
|
+
SelectContent,
|
|
5261
|
+
SelectGroup,
|
|
5262
|
+
SelectItem,
|
|
5263
|
+
SelectLabel,
|
|
5264
|
+
SelectSeparator,
|
|
5265
|
+
SelectTrigger,
|
|
5266
|
+
SelectValue,
|
|
4195
5267
|
SendIcon,
|
|
4196
5268
|
SettingsIcon,
|
|
5269
|
+
ShareArrowIcon,
|
|
4197
5270
|
ShareIcon,
|
|
4198
5271
|
SkipBackIcon,
|
|
4199
5272
|
SkipForwardIcon,
|
|
@@ -4203,6 +5276,11 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
4203
5276
|
TabsContent,
|
|
4204
5277
|
TabsList,
|
|
4205
5278
|
TabsTrigger,
|
|
5279
|
+
Textarea,
|
|
5280
|
+
Tooltip,
|
|
5281
|
+
TooltipContent,
|
|
5282
|
+
TooltipProvider,
|
|
5283
|
+
TooltipTrigger,
|
|
4206
5284
|
TrashIcon,
|
|
4207
5285
|
TrendDownIcon,
|
|
4208
5286
|
TrendUpIcon,
|
|
@@ -4220,5 +5298,6 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
4220
5298
|
XCloseIcon,
|
|
4221
5299
|
buttonSizes,
|
|
4222
5300
|
buttonVariants,
|
|
4223
|
-
iconButtonSizes
|
|
5301
|
+
iconButtonSizes,
|
|
5302
|
+
useFormField
|
|
4224
5303
|
});
|