@snapcall/design-system 1.4.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 +100 -1
- package/dist/index.d.ts +100 -1
- package/dist/index.js +1284 -493
- package/dist/index.mjs +1241 -487
- package/dist/tailwind.config.js +8 -6
- package/dist/tailwind.css +1 -1
- package/package.json +19 -5
package/dist/index.js
CHANGED
|
@@ -90,9 +90,12 @@ __export(src_exports, {
|
|
|
90
90
|
CameraIcon: () => CameraIcon,
|
|
91
91
|
CameraOffIcon: () => CameraOffIcon,
|
|
92
92
|
CheckCircleIcon: () => CheckCircleIcon,
|
|
93
|
+
CheckIcon: () => CheckIcon,
|
|
94
|
+
Checkbox: () => Checkbox,
|
|
93
95
|
ChevronDownIcon: () => ChevronDownIcon,
|
|
94
96
|
ChevronLeftIcon: () => ChevronLeftIcon,
|
|
95
97
|
ChevronRightIcon: () => ChevronRightIcon,
|
|
98
|
+
ChevronSelectorVerticalIcon: () => ChevronSelectorVerticalIcon,
|
|
96
99
|
ChevronUpIcon: () => ChevronUpIcon,
|
|
97
100
|
CopyIcon: () => CopyIcon,
|
|
98
101
|
CursorClickIcon: () => CursorClickIcon,
|
|
@@ -105,17 +108,41 @@ __export(src_exports, {
|
|
|
105
108
|
DialogTrigger: () => DialogTrigger,
|
|
106
109
|
DotsHorizontalIcon: () => DotsHorizontalIcon,
|
|
107
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,
|
|
108
125
|
EditIcon: () => EditIcon,
|
|
109
126
|
ExpandIcon: () => ExpandIcon,
|
|
127
|
+
FileQuestionIcon: () => FileQuestionIcon,
|
|
110
128
|
FilterLinesIcon: () => FilterLinesIcon,
|
|
111
129
|
FlipBackwardIcon: () => FlipBackwardIcon,
|
|
112
130
|
FlipForwardIcon: () => FlipForwardIcon,
|
|
131
|
+
Form: () => Form,
|
|
132
|
+
FormControl: () => FormControl,
|
|
133
|
+
FormDescription: () => FormDescription,
|
|
134
|
+
FormField: () => FormField,
|
|
135
|
+
FormItem: () => FormItem,
|
|
136
|
+
FormLabel: () => FormLabel,
|
|
137
|
+
FormMessage: () => FormMessage,
|
|
113
138
|
HelpCircleIcon: () => HelpCircleIcon,
|
|
114
139
|
HomeIcon: () => HomeIcon,
|
|
115
140
|
ImageDownIcon: () => ImageDownIcon,
|
|
116
141
|
ImageIcon: () => ImageIcon,
|
|
117
142
|
ImageXIcon: () => ImageXIcon,
|
|
118
143
|
InfoCircleIcon: () => InfoCircleIcon,
|
|
144
|
+
Input: () => Input,
|
|
145
|
+
Label: () => Label2,
|
|
119
146
|
LightbulbIcon: () => LightbulbIcon,
|
|
120
147
|
LinkIcon: () => LinkIcon,
|
|
121
148
|
LockIcon: () => LockIcon,
|
|
@@ -149,6 +176,14 @@ __export(src_exports, {
|
|
|
149
176
|
RocketIcon: () => RocketIcon,
|
|
150
177
|
SaveIcon: () => SaveIcon,
|
|
151
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,
|
|
152
187
|
SendIcon: () => SendIcon,
|
|
153
188
|
SettingsIcon: () => SettingsIcon,
|
|
154
189
|
ShareArrowIcon: () => ShareArrowIcon,
|
|
@@ -161,6 +196,11 @@ __export(src_exports, {
|
|
|
161
196
|
TabsContent: () => TabsContent,
|
|
162
197
|
TabsList: () => TabsList,
|
|
163
198
|
TabsTrigger: () => TabsTrigger,
|
|
199
|
+
Textarea: () => Textarea,
|
|
200
|
+
Tooltip: () => Tooltip,
|
|
201
|
+
TooltipContent: () => TooltipContent,
|
|
202
|
+
TooltipProvider: () => TooltipProvider,
|
|
203
|
+
TooltipTrigger: () => TooltipTrigger,
|
|
164
204
|
TrashIcon: () => TrashIcon,
|
|
165
205
|
TrendDownIcon: () => TrendDownIcon,
|
|
166
206
|
TrendUpIcon: () => TrendUpIcon,
|
|
@@ -178,7 +218,8 @@ __export(src_exports, {
|
|
|
178
218
|
XCloseIcon: () => XCloseIcon,
|
|
179
219
|
buttonSizes: () => buttonSizes,
|
|
180
220
|
buttonVariants: () => buttonVariants,
|
|
181
|
-
iconButtonSizes: () => iconButtonSizes
|
|
221
|
+
iconButtonSizes: () => iconButtonSizes,
|
|
222
|
+
useFormField: () => useFormField
|
|
182
223
|
});
|
|
183
224
|
module.exports = __toCommonJS(src_exports);
|
|
184
225
|
|
|
@@ -665,7 +706,7 @@ var import_react4 = require("react");
|
|
|
665
706
|
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
666
707
|
var ActivityIcon = (0, import_react4.forwardRef)(
|
|
667
708
|
function ActivityIcon2(_a, ref) {
|
|
668
|
-
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"]);
|
|
669
710
|
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
670
711
|
"svg",
|
|
671
712
|
__spreadProps(__spreadValues({
|
|
@@ -909,7 +950,7 @@ var import_react11 = require("react");
|
|
|
909
950
|
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
910
951
|
var AttachmentIcon = (0, import_react11.forwardRef)(
|
|
911
952
|
function AttachmentIcon2(_a, ref) {
|
|
912
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
953
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
913
954
|
return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
914
955
|
"svg",
|
|
915
956
|
__spreadProps(__spreadValues({
|
|
@@ -1197,13 +1238,45 @@ var CameraOffIcon = (0, import_react17.forwardRef)(
|
|
|
1197
1238
|
}
|
|
1198
1239
|
);
|
|
1199
1240
|
|
|
1200
|
-
// src/icons/
|
|
1241
|
+
// src/icons/check.tsx
|
|
1201
1242
|
var import_react18 = require("react");
|
|
1202
1243
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
1203
|
-
var
|
|
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
|
+
|
|
1273
|
+
// src/icons/checkCircle.tsx
|
|
1274
|
+
var import_react19 = require("react");
|
|
1275
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
1276
|
+
var CheckCircleIcon = (0, import_react19.forwardRef)(
|
|
1204
1277
|
function CheckCircleIcon2(_a, ref) {
|
|
1205
1278
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1206
|
-
return /* @__PURE__ */ (0,
|
|
1279
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
|
|
1207
1280
|
"svg",
|
|
1208
1281
|
__spreadProps(__spreadValues({
|
|
1209
1282
|
ref,
|
|
@@ -1215,7 +1288,7 @@ var CheckCircleIcon = (0, import_react18.forwardRef)(
|
|
|
1215
1288
|
className
|
|
1216
1289
|
}, other), {
|
|
1217
1290
|
children: [
|
|
1218
|
-
duotone && /* @__PURE__ */ (0,
|
|
1291
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1219
1292
|
"path",
|
|
1220
1293
|
{
|
|
1221
1294
|
opacity: "0.12",
|
|
@@ -1223,7 +1296,7 @@ var CheckCircleIcon = (0, import_react18.forwardRef)(
|
|
|
1223
1296
|
fill: "currentColor"
|
|
1224
1297
|
}
|
|
1225
1298
|
),
|
|
1226
|
-
/* @__PURE__ */ (0,
|
|
1299
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1227
1300
|
"path",
|
|
1228
1301
|
{
|
|
1229
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",
|
|
@@ -1240,12 +1313,12 @@ var CheckCircleIcon = (0, import_react18.forwardRef)(
|
|
|
1240
1313
|
);
|
|
1241
1314
|
|
|
1242
1315
|
// src/icons/chevronLeft.tsx
|
|
1243
|
-
var
|
|
1244
|
-
var
|
|
1245
|
-
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)(
|
|
1246
1319
|
function ChevronLeftIcon2(_a, ref) {
|
|
1247
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1248
|
-
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)(
|
|
1249
1322
|
"svg",
|
|
1250
1323
|
__spreadProps(__spreadValues({
|
|
1251
1324
|
ref,
|
|
@@ -1256,7 +1329,7 @@ var ChevronLeftIcon = (0, import_react19.forwardRef)(
|
|
|
1256
1329
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1257
1330
|
className
|
|
1258
1331
|
}, other), {
|
|
1259
|
-
children: /* @__PURE__ */ (0,
|
|
1332
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1260
1333
|
"path",
|
|
1261
1334
|
{
|
|
1262
1335
|
d: "M15 18L9 12L15 6",
|
|
@@ -1272,12 +1345,12 @@ var ChevronLeftIcon = (0, import_react19.forwardRef)(
|
|
|
1272
1345
|
);
|
|
1273
1346
|
|
|
1274
1347
|
// src/icons/chevronRight.tsx
|
|
1275
|
-
var
|
|
1276
|
-
var
|
|
1277
|
-
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)(
|
|
1278
1351
|
function ChevronRightIcon2(_a, ref) {
|
|
1279
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1280
|
-
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)(
|
|
1281
1354
|
"svg",
|
|
1282
1355
|
__spreadProps(__spreadValues({
|
|
1283
1356
|
ref,
|
|
@@ -1288,7 +1361,7 @@ var ChevronRightIcon = (0, import_react20.forwardRef)(
|
|
|
1288
1361
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1289
1362
|
className
|
|
1290
1363
|
}, other), {
|
|
1291
|
-
children: /* @__PURE__ */ (0,
|
|
1364
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1292
1365
|
"path",
|
|
1293
1366
|
{
|
|
1294
1367
|
d: "M9 18L15 12L9 6",
|
|
@@ -1303,13 +1376,45 @@ var ChevronRightIcon = (0, import_react20.forwardRef)(
|
|
|
1303
1376
|
}
|
|
1304
1377
|
);
|
|
1305
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
|
+
|
|
1306
1411
|
// src/icons/chevronUp.tsx
|
|
1307
|
-
var
|
|
1308
|
-
var
|
|
1309
|
-
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)(
|
|
1310
1415
|
function ChevronUpIcon2(_a, ref) {
|
|
1311
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1312
|
-
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)(
|
|
1313
1418
|
"svg",
|
|
1314
1419
|
__spreadProps(__spreadValues({
|
|
1315
1420
|
ref,
|
|
@@ -1320,7 +1425,7 @@ var ChevronUpIcon = (0, import_react21.forwardRef)(
|
|
|
1320
1425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1321
1426
|
className
|
|
1322
1427
|
}, other), {
|
|
1323
|
-
children: /* @__PURE__ */ (0,
|
|
1428
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1324
1429
|
"path",
|
|
1325
1430
|
{
|
|
1326
1431
|
d: "M18 15L12 9L6 15",
|
|
@@ -1336,11 +1441,11 @@ var ChevronUpIcon = (0, import_react21.forwardRef)(
|
|
|
1336
1441
|
);
|
|
1337
1442
|
|
|
1338
1443
|
// src/icons/copy.tsx
|
|
1339
|
-
var
|
|
1340
|
-
var
|
|
1341
|
-
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) {
|
|
1342
1447
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1343
|
-
return /* @__PURE__ */ (0,
|
|
1448
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
1344
1449
|
"svg",
|
|
1345
1450
|
__spreadProps(__spreadValues({
|
|
1346
1451
|
ref,
|
|
@@ -1352,7 +1457,7 @@ var CopyIcon = (0, import_react22.forwardRef)(function CopyIcon2(_a, ref) {
|
|
|
1352
1457
|
className
|
|
1353
1458
|
}, other), {
|
|
1354
1459
|
children: [
|
|
1355
|
-
duotone && /* @__PURE__ */ (0,
|
|
1460
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1356
1461
|
"path",
|
|
1357
1462
|
{
|
|
1358
1463
|
opacity: "0.12",
|
|
@@ -1360,7 +1465,7 @@ var CopyIcon = (0, import_react22.forwardRef)(function CopyIcon2(_a, ref) {
|
|
|
1360
1465
|
fill: "currentColor"
|
|
1361
1466
|
}
|
|
1362
1467
|
),
|
|
1363
|
-
/* @__PURE__ */ (0,
|
|
1468
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1364
1469
|
"path",
|
|
1365
1470
|
{
|
|
1366
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",
|
|
@@ -1376,12 +1481,12 @@ var CopyIcon = (0, import_react22.forwardRef)(function CopyIcon2(_a, ref) {
|
|
|
1376
1481
|
});
|
|
1377
1482
|
|
|
1378
1483
|
// src/icons/cursorClick.tsx
|
|
1379
|
-
var
|
|
1380
|
-
var
|
|
1381
|
-
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)(
|
|
1382
1487
|
function CursorClickIcon2(_a, ref) {
|
|
1383
1488
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1384
|
-
return /* @__PURE__ */ (0,
|
|
1489
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
1385
1490
|
"svg",
|
|
1386
1491
|
__spreadProps(__spreadValues({
|
|
1387
1492
|
ref,
|
|
@@ -1393,7 +1498,7 @@ var CursorClickIcon = (0, import_react23.forwardRef)(
|
|
|
1393
1498
|
className
|
|
1394
1499
|
}, other), {
|
|
1395
1500
|
children: [
|
|
1396
|
-
duotone && /* @__PURE__ */ (0,
|
|
1501
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1397
1502
|
"path",
|
|
1398
1503
|
{
|
|
1399
1504
|
opacity: "0.12",
|
|
@@ -1401,7 +1506,7 @@ var CursorClickIcon = (0, import_react23.forwardRef)(
|
|
|
1401
1506
|
fill: "currentColor"
|
|
1402
1507
|
}
|
|
1403
1508
|
),
|
|
1404
|
-
/* @__PURE__ */ (0,
|
|
1509
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1405
1510
|
"path",
|
|
1406
1511
|
{
|
|
1407
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",
|
|
@@ -1418,12 +1523,12 @@ var CursorClickIcon = (0, import_react23.forwardRef)(
|
|
|
1418
1523
|
);
|
|
1419
1524
|
|
|
1420
1525
|
// src/icons/dotsHorizontal.tsx
|
|
1421
|
-
var
|
|
1422
|
-
var
|
|
1423
|
-
var DotsHorizontalIcon = (0,
|
|
1526
|
+
var import_react26 = require("react");
|
|
1527
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
1528
|
+
var DotsHorizontalIcon = (0, import_react26.forwardRef)(
|
|
1424
1529
|
function DotsHorizontalIcon2(_a, ref) {
|
|
1425
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1426
|
-
return /* @__PURE__ */ (0,
|
|
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)(
|
|
1427
1532
|
"svg",
|
|
1428
1533
|
__spreadProps(__spreadValues({
|
|
1429
1534
|
ref,
|
|
@@ -1435,7 +1540,7 @@ var DotsHorizontalIcon = (0, import_react24.forwardRef)(
|
|
|
1435
1540
|
className
|
|
1436
1541
|
}, other), {
|
|
1437
1542
|
children: [
|
|
1438
|
-
/* @__PURE__ */ (0,
|
|
1543
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1439
1544
|
"path",
|
|
1440
1545
|
{
|
|
1441
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",
|
|
@@ -1445,7 +1550,7 @@ var DotsHorizontalIcon = (0, import_react24.forwardRef)(
|
|
|
1445
1550
|
strokeLinejoin: "round"
|
|
1446
1551
|
}
|
|
1447
1552
|
),
|
|
1448
|
-
/* @__PURE__ */ (0,
|
|
1553
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1449
1554
|
"path",
|
|
1450
1555
|
{
|
|
1451
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",
|
|
@@ -1455,7 +1560,7 @@ var DotsHorizontalIcon = (0, import_react24.forwardRef)(
|
|
|
1455
1560
|
strokeLinejoin: "round"
|
|
1456
1561
|
}
|
|
1457
1562
|
),
|
|
1458
|
-
/* @__PURE__ */ (0,
|
|
1563
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1459
1564
|
"path",
|
|
1460
1565
|
{
|
|
1461
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",
|
|
@@ -1472,12 +1577,12 @@ var DotsHorizontalIcon = (0, import_react24.forwardRef)(
|
|
|
1472
1577
|
);
|
|
1473
1578
|
|
|
1474
1579
|
// src/icons/download.tsx
|
|
1475
|
-
var
|
|
1476
|
-
var
|
|
1477
|
-
var DownloadIcon = (0,
|
|
1580
|
+
var import_react27 = require("react");
|
|
1581
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
1582
|
+
var DownloadIcon = (0, import_react27.forwardRef)(
|
|
1478
1583
|
function DownloadIcon2(_a, ref) {
|
|
1479
1584
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1480
|
-
return /* @__PURE__ */ (0,
|
|
1585
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
|
|
1481
1586
|
"svg",
|
|
1482
1587
|
__spreadProps(__spreadValues({
|
|
1483
1588
|
ref,
|
|
@@ -1489,7 +1594,7 @@ var DownloadIcon = (0, import_react25.forwardRef)(
|
|
|
1489
1594
|
className
|
|
1490
1595
|
}, other), {
|
|
1491
1596
|
children: [
|
|
1492
|
-
duotone && /* @__PURE__ */ (0,
|
|
1597
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1493
1598
|
"path",
|
|
1494
1599
|
{
|
|
1495
1600
|
opacity: "0.12",
|
|
@@ -1497,7 +1602,7 @@ var DownloadIcon = (0, import_react25.forwardRef)(
|
|
|
1497
1602
|
fill: "currentColor"
|
|
1498
1603
|
}
|
|
1499
1604
|
),
|
|
1500
|
-
/* @__PURE__ */ (0,
|
|
1605
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1501
1606
|
"path",
|
|
1502
1607
|
{
|
|
1503
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",
|
|
@@ -1514,11 +1619,11 @@ var DownloadIcon = (0, import_react25.forwardRef)(
|
|
|
1514
1619
|
);
|
|
1515
1620
|
|
|
1516
1621
|
// src/icons/edit.tsx
|
|
1517
|
-
var
|
|
1518
|
-
var
|
|
1519
|
-
var EditIcon = (0,
|
|
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) {
|
|
1520
1625
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1521
|
-
return /* @__PURE__ */ (0,
|
|
1626
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
1522
1627
|
"svg",
|
|
1523
1628
|
__spreadProps(__spreadValues({
|
|
1524
1629
|
ref,
|
|
@@ -1530,7 +1635,7 @@ var EditIcon = (0, import_react26.forwardRef)(function EditIcon2(_a, ref) {
|
|
|
1530
1635
|
className
|
|
1531
1636
|
}, other), {
|
|
1532
1637
|
children: [
|
|
1533
|
-
duotone && /* @__PURE__ */ (0,
|
|
1638
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1534
1639
|
"path",
|
|
1535
1640
|
{
|
|
1536
1641
|
opacity: "0.12",
|
|
@@ -1538,7 +1643,7 @@ var EditIcon = (0, import_react26.forwardRef)(function EditIcon2(_a, ref) {
|
|
|
1538
1643
|
fill: "currentColor"
|
|
1539
1644
|
}
|
|
1540
1645
|
),
|
|
1541
|
-
/* @__PURE__ */ (0,
|
|
1646
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1542
1647
|
"path",
|
|
1543
1648
|
{
|
|
1544
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",
|
|
@@ -1554,12 +1659,12 @@ var EditIcon = (0, import_react26.forwardRef)(function EditIcon2(_a, ref) {
|
|
|
1554
1659
|
});
|
|
1555
1660
|
|
|
1556
1661
|
// src/icons/expand.tsx
|
|
1557
|
-
var
|
|
1558
|
-
var
|
|
1559
|
-
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)(
|
|
1560
1665
|
function ExpandIcon2(_a, ref) {
|
|
1561
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1562
|
-
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)(
|
|
1563
1668
|
"svg",
|
|
1564
1669
|
__spreadProps(__spreadValues({
|
|
1565
1670
|
ref,
|
|
@@ -1570,7 +1675,7 @@ var ExpandIcon = (0, import_react27.forwardRef)(
|
|
|
1570
1675
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1571
1676
|
className
|
|
1572
1677
|
}, other), {
|
|
1573
|
-
children: /* @__PURE__ */ (0,
|
|
1678
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
1574
1679
|
"path",
|
|
1575
1680
|
{
|
|
1576
1681
|
d: "M16 8L21 3M21 3H16M21 3V8M8 8L3 3M3 3L3 8M3 3L8 3M8 16L3 21M3 21H8M3 21L3 16M16 16L21 21M21 21V16M21 21H16",
|
|
@@ -1585,13 +1690,55 @@ var ExpandIcon = (0, import_react27.forwardRef)(
|
|
|
1585
1690
|
}
|
|
1586
1691
|
);
|
|
1587
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
|
+
|
|
1588
1735
|
// src/icons/filterLines.tsx
|
|
1589
|
-
var
|
|
1590
|
-
var
|
|
1591
|
-
var FilterLinesIcon = (0,
|
|
1736
|
+
var import_react31 = require("react");
|
|
1737
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
1738
|
+
var FilterLinesIcon = (0, import_react31.forwardRef)(
|
|
1592
1739
|
function FilterLinesIcon2(_a, ref) {
|
|
1593
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1594
|
-
return /* @__PURE__ */ (0,
|
|
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)(
|
|
1595
1742
|
"svg",
|
|
1596
1743
|
__spreadProps(__spreadValues({
|
|
1597
1744
|
ref,
|
|
@@ -1602,7 +1749,7 @@ var FilterLinesIcon = (0, import_react28.forwardRef)(
|
|
|
1602
1749
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1603
1750
|
className
|
|
1604
1751
|
}, other), {
|
|
1605
|
-
children: /* @__PURE__ */ (0,
|
|
1752
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
1606
1753
|
"path",
|
|
1607
1754
|
{
|
|
1608
1755
|
d: "M6 12H18M3 6H21M9 18H15",
|
|
@@ -1618,12 +1765,12 @@ var FilterLinesIcon = (0, import_react28.forwardRef)(
|
|
|
1618
1765
|
);
|
|
1619
1766
|
|
|
1620
1767
|
// src/icons/flipBackward.tsx
|
|
1621
|
-
var
|
|
1622
|
-
var
|
|
1623
|
-
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)(
|
|
1624
1771
|
function FlipBackwardIcon2(_a, ref) {
|
|
1625
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1626
|
-
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)(
|
|
1627
1774
|
"svg",
|
|
1628
1775
|
__spreadProps(__spreadValues({
|
|
1629
1776
|
ref,
|
|
@@ -1634,7 +1781,7 @@ var FlipBackwardIcon = (0, import_react29.forwardRef)(
|
|
|
1634
1781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1635
1782
|
className
|
|
1636
1783
|
}, other), {
|
|
1637
|
-
children: /* @__PURE__ */ (0,
|
|
1784
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
1638
1785
|
"path",
|
|
1639
1786
|
{
|
|
1640
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",
|
|
@@ -1650,12 +1797,12 @@ var FlipBackwardIcon = (0, import_react29.forwardRef)(
|
|
|
1650
1797
|
);
|
|
1651
1798
|
|
|
1652
1799
|
// src/icons/flipForward.tsx
|
|
1653
|
-
var
|
|
1654
|
-
var
|
|
1655
|
-
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)(
|
|
1656
1803
|
function FlipForwardIcon2(_a, ref) {
|
|
1657
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1658
|
-
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)(
|
|
1659
1806
|
"svg",
|
|
1660
1807
|
__spreadProps(__spreadValues({
|
|
1661
1808
|
ref,
|
|
@@ -1666,7 +1813,7 @@ var FlipForwardIcon = (0, import_react30.forwardRef)(
|
|
|
1666
1813
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1667
1814
|
className
|
|
1668
1815
|
}, other), {
|
|
1669
|
-
children: /* @__PURE__ */ (0,
|
|
1816
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
1670
1817
|
"path",
|
|
1671
1818
|
{
|
|
1672
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",
|
|
@@ -1682,12 +1829,12 @@ var FlipForwardIcon = (0, import_react30.forwardRef)(
|
|
|
1682
1829
|
);
|
|
1683
1830
|
|
|
1684
1831
|
// src/icons/helpCircle.tsx
|
|
1685
|
-
var
|
|
1686
|
-
var
|
|
1687
|
-
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)(
|
|
1688
1835
|
function HelpCircleIcon2(_a, ref) {
|
|
1689
1836
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1690
|
-
return /* @__PURE__ */ (0,
|
|
1837
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
1691
1838
|
"svg",
|
|
1692
1839
|
__spreadProps(__spreadValues({
|
|
1693
1840
|
ref,
|
|
@@ -1699,7 +1846,7 @@ var HelpCircleIcon = (0, import_react31.forwardRef)(
|
|
|
1699
1846
|
className
|
|
1700
1847
|
}, other), {
|
|
1701
1848
|
children: [
|
|
1702
|
-
duotone && /* @__PURE__ */ (0,
|
|
1849
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1703
1850
|
"path",
|
|
1704
1851
|
{
|
|
1705
1852
|
opacity: "0.12",
|
|
@@ -1707,7 +1854,7 @@ var HelpCircleIcon = (0, import_react31.forwardRef)(
|
|
|
1707
1854
|
fill: "currentColor"
|
|
1708
1855
|
}
|
|
1709
1856
|
),
|
|
1710
|
-
/* @__PURE__ */ (0,
|
|
1857
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
1711
1858
|
"path",
|
|
1712
1859
|
{
|
|
1713
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",
|
|
@@ -1724,11 +1871,11 @@ var HelpCircleIcon = (0, import_react31.forwardRef)(
|
|
|
1724
1871
|
);
|
|
1725
1872
|
|
|
1726
1873
|
// src/icons/home.tsx
|
|
1727
|
-
var
|
|
1728
|
-
var
|
|
1729
|
-
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) {
|
|
1730
1877
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1731
|
-
return /* @__PURE__ */ (0,
|
|
1878
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
|
|
1732
1879
|
"svg",
|
|
1733
1880
|
__spreadProps(__spreadValues({
|
|
1734
1881
|
ref,
|
|
@@ -1740,8 +1887,8 @@ var HomeIcon = (0, import_react32.forwardRef)(function HomeIcon2(_a, ref) {
|
|
|
1740
1887
|
className
|
|
1741
1888
|
}, other), {
|
|
1742
1889
|
children: [
|
|
1743
|
-
duotone && /* @__PURE__ */ (0,
|
|
1744
|
-
/* @__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)(
|
|
1745
1892
|
"path",
|
|
1746
1893
|
{
|
|
1747
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",
|
|
@@ -1757,12 +1904,12 @@ var HomeIcon = (0, import_react32.forwardRef)(function HomeIcon2(_a, ref) {
|
|
|
1757
1904
|
});
|
|
1758
1905
|
|
|
1759
1906
|
// src/icons/image.tsx
|
|
1760
|
-
var
|
|
1761
|
-
var
|
|
1762
|
-
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)(
|
|
1763
1910
|
function ImageIcon2(_a, ref) {
|
|
1764
1911
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1765
|
-
return /* @__PURE__ */ (0,
|
|
1912
|
+
return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
|
|
1766
1913
|
"svg",
|
|
1767
1914
|
__spreadProps(__spreadValues({
|
|
1768
1915
|
ref,
|
|
@@ -1774,15 +1921,15 @@ var ImageIcon = (0, import_react33.forwardRef)(
|
|
|
1774
1921
|
className
|
|
1775
1922
|
}, other), {
|
|
1776
1923
|
children: [
|
|
1777
|
-
duotone && /* @__PURE__ */ (0,
|
|
1778
|
-
/* @__PURE__ */ (0,
|
|
1924
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("g", { opacity: "0.12", children: [
|
|
1925
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1779
1926
|
"path",
|
|
1780
1927
|
{
|
|
1781
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",
|
|
1782
1929
|
fill: "currentColor"
|
|
1783
1930
|
}
|
|
1784
1931
|
),
|
|
1785
|
-
/* @__PURE__ */ (0,
|
|
1932
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1786
1933
|
"path",
|
|
1787
1934
|
{
|
|
1788
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",
|
|
@@ -1790,7 +1937,7 @@ var ImageIcon = (0, import_react33.forwardRef)(
|
|
|
1790
1937
|
}
|
|
1791
1938
|
)
|
|
1792
1939
|
] }),
|
|
1793
|
-
/* @__PURE__ */ (0,
|
|
1940
|
+
/* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
1794
1941
|
"path",
|
|
1795
1942
|
{
|
|
1796
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",
|
|
@@ -1807,12 +1954,12 @@ var ImageIcon = (0, import_react33.forwardRef)(
|
|
|
1807
1954
|
);
|
|
1808
1955
|
|
|
1809
1956
|
// src/icons/imageDown.tsx
|
|
1810
|
-
var
|
|
1811
|
-
var
|
|
1812
|
-
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)(
|
|
1813
1960
|
function ImageDownIcon2(_a, ref) {
|
|
1814
1961
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1815
|
-
return /* @__PURE__ */ (0,
|
|
1962
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
1816
1963
|
"svg",
|
|
1817
1964
|
__spreadProps(__spreadValues({
|
|
1818
1965
|
ref,
|
|
@@ -1824,15 +1971,15 @@ var ImageDownIcon = (0, import_react34.forwardRef)(
|
|
|
1824
1971
|
className
|
|
1825
1972
|
}, other), {
|
|
1826
1973
|
children: [
|
|
1827
|
-
duotone && /* @__PURE__ */ (0,
|
|
1828
|
-
/* @__PURE__ */ (0,
|
|
1974
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("g", { opacity: "0.12", children: [
|
|
1975
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1829
1976
|
"path",
|
|
1830
1977
|
{
|
|
1831
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",
|
|
1832
1979
|
fill: "currentColor"
|
|
1833
1980
|
}
|
|
1834
1981
|
),
|
|
1835
|
-
/* @__PURE__ */ (0,
|
|
1982
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1836
1983
|
"path",
|
|
1837
1984
|
{
|
|
1838
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",
|
|
@@ -1840,7 +1987,7 @@ var ImageDownIcon = (0, import_react34.forwardRef)(
|
|
|
1840
1987
|
}
|
|
1841
1988
|
)
|
|
1842
1989
|
] }),
|
|
1843
|
-
/* @__PURE__ */ (0,
|
|
1990
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
1844
1991
|
"path",
|
|
1845
1992
|
{
|
|
1846
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",
|
|
@@ -1857,12 +2004,12 @@ var ImageDownIcon = (0, import_react34.forwardRef)(
|
|
|
1857
2004
|
);
|
|
1858
2005
|
|
|
1859
2006
|
// src/icons/imageX.tsx
|
|
1860
|
-
var
|
|
1861
|
-
var
|
|
1862
|
-
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)(
|
|
1863
2010
|
function ImageXIcon2(_a, ref) {
|
|
1864
2011
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1865
|
-
return /* @__PURE__ */ (0,
|
|
2012
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
1866
2013
|
"svg",
|
|
1867
2014
|
__spreadProps(__spreadValues({
|
|
1868
2015
|
ref,
|
|
@@ -1874,15 +2021,15 @@ var ImageXIcon = (0, import_react35.forwardRef)(
|
|
|
1874
2021
|
className
|
|
1875
2022
|
}, other), {
|
|
1876
2023
|
children: [
|
|
1877
|
-
duotone && /* @__PURE__ */ (0,
|
|
1878
|
-
/* @__PURE__ */ (0,
|
|
2024
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("g", { opacity: "0.12", children: [
|
|
2025
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1879
2026
|
"path",
|
|
1880
2027
|
{
|
|
1881
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",
|
|
1882
2029
|
fill: "currentColor"
|
|
1883
2030
|
}
|
|
1884
2031
|
),
|
|
1885
|
-
/* @__PURE__ */ (0,
|
|
2032
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1886
2033
|
"path",
|
|
1887
2034
|
{
|
|
1888
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",
|
|
@@ -1890,7 +2037,7 @@ var ImageXIcon = (0, import_react35.forwardRef)(
|
|
|
1890
2037
|
}
|
|
1891
2038
|
)
|
|
1892
2039
|
] }),
|
|
1893
|
-
/* @__PURE__ */ (0,
|
|
2040
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
1894
2041
|
"path",
|
|
1895
2042
|
{
|
|
1896
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",
|
|
@@ -1907,12 +2054,12 @@ var ImageXIcon = (0, import_react35.forwardRef)(
|
|
|
1907
2054
|
);
|
|
1908
2055
|
|
|
1909
2056
|
// src/icons/infoCircle.tsx
|
|
1910
|
-
var
|
|
1911
|
-
var
|
|
1912
|
-
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)(
|
|
1913
2060
|
function InfoCircleIcon2(_a, ref) {
|
|
1914
2061
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1915
|
-
return /* @__PURE__ */ (0,
|
|
2062
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
|
|
1916
2063
|
"svg",
|
|
1917
2064
|
__spreadProps(__spreadValues({
|
|
1918
2065
|
ref,
|
|
@@ -1924,7 +2071,7 @@ var InfoCircleIcon = (0, import_react36.forwardRef)(
|
|
|
1924
2071
|
className
|
|
1925
2072
|
}, other), {
|
|
1926
2073
|
children: [
|
|
1927
|
-
duotone && /* @__PURE__ */ (0,
|
|
2074
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1928
2075
|
"path",
|
|
1929
2076
|
{
|
|
1930
2077
|
opacity: "0.12",
|
|
@@ -1932,7 +2079,7 @@ var InfoCircleIcon = (0, import_react36.forwardRef)(
|
|
|
1932
2079
|
fill: "currentColor"
|
|
1933
2080
|
}
|
|
1934
2081
|
),
|
|
1935
|
-
/* @__PURE__ */ (0,
|
|
2082
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
1936
2083
|
"path",
|
|
1937
2084
|
{
|
|
1938
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",
|
|
@@ -1949,12 +2096,12 @@ var InfoCircleIcon = (0, import_react36.forwardRef)(
|
|
|
1949
2096
|
);
|
|
1950
2097
|
|
|
1951
2098
|
// src/icons/lightbulb.tsx
|
|
1952
|
-
var
|
|
1953
|
-
var
|
|
1954
|
-
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)(
|
|
1955
2102
|
function LightbulbIcon2(_a, ref) {
|
|
1956
2103
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1957
|
-
return /* @__PURE__ */ (0,
|
|
2104
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
1958
2105
|
"svg",
|
|
1959
2106
|
__spreadProps(__spreadValues({
|
|
1960
2107
|
ref,
|
|
@@ -1966,7 +2113,7 @@ var LightbulbIcon = (0, import_react37.forwardRef)(
|
|
|
1966
2113
|
className
|
|
1967
2114
|
}, other), {
|
|
1968
2115
|
children: [
|
|
1969
|
-
duotone && /* @__PURE__ */ (0,
|
|
2116
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1970
2117
|
"path",
|
|
1971
2118
|
{
|
|
1972
2119
|
opacity: "0.12",
|
|
@@ -1974,7 +2121,7 @@ var LightbulbIcon = (0, import_react37.forwardRef)(
|
|
|
1974
2121
|
fill: "currentColor"
|
|
1975
2122
|
}
|
|
1976
2123
|
),
|
|
1977
|
-
/* @__PURE__ */ (0,
|
|
2124
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
1978
2125
|
"path",
|
|
1979
2126
|
{
|
|
1980
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",
|
|
@@ -1991,11 +2138,11 @@ var LightbulbIcon = (0, import_react37.forwardRef)(
|
|
|
1991
2138
|
);
|
|
1992
2139
|
|
|
1993
2140
|
// src/icons/link.tsx
|
|
1994
|
-
var
|
|
1995
|
-
var
|
|
1996
|
-
var LinkIcon = (0,
|
|
1997
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
1998
|
-
return /* @__PURE__ */ (0,
|
|
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)(
|
|
1999
2146
|
"svg",
|
|
2000
2147
|
__spreadProps(__spreadValues({
|
|
2001
2148
|
ref,
|
|
@@ -2006,7 +2153,7 @@ var LinkIcon = (0, import_react38.forwardRef)(function LinkIcon2(_a, ref) {
|
|
|
2006
2153
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2007
2154
|
className
|
|
2008
2155
|
}, other), {
|
|
2009
|
-
children: /* @__PURE__ */ (0,
|
|
2156
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
2010
2157
|
"path",
|
|
2011
2158
|
{
|
|
2012
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",
|
|
@@ -2021,11 +2168,11 @@ var LinkIcon = (0, import_react38.forwardRef)(function LinkIcon2(_a, ref) {
|
|
|
2021
2168
|
});
|
|
2022
2169
|
|
|
2023
2170
|
// src/icons/lock.tsx
|
|
2024
|
-
var
|
|
2025
|
-
var
|
|
2026
|
-
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) {
|
|
2027
2174
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2028
|
-
return /* @__PURE__ */ (0,
|
|
2175
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
|
|
2029
2176
|
"svg",
|
|
2030
2177
|
__spreadProps(__spreadValues({
|
|
2031
2178
|
ref,
|
|
@@ -2037,7 +2184,7 @@ var LockIcon = (0, import_react39.forwardRef)(function LockIcon2(_a, ref) {
|
|
|
2037
2184
|
className
|
|
2038
2185
|
}, other), {
|
|
2039
2186
|
children: [
|
|
2040
|
-
duotone && /* @__PURE__ */ (0,
|
|
2187
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2041
2188
|
"path",
|
|
2042
2189
|
{
|
|
2043
2190
|
opacity: "0.12",
|
|
@@ -2045,7 +2192,7 @@ var LockIcon = (0, import_react39.forwardRef)(function LockIcon2(_a, ref) {
|
|
|
2045
2192
|
fill: "currentColor"
|
|
2046
2193
|
}
|
|
2047
2194
|
),
|
|
2048
|
-
/* @__PURE__ */ (0,
|
|
2195
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
2049
2196
|
"path",
|
|
2050
2197
|
{
|
|
2051
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",
|
|
@@ -2061,12 +2208,12 @@ var LockIcon = (0, import_react39.forwardRef)(function LockIcon2(_a, ref) {
|
|
|
2061
2208
|
});
|
|
2062
2209
|
|
|
2063
2210
|
// src/icons/logIn.tsx
|
|
2064
|
-
var
|
|
2065
|
-
var
|
|
2066
|
-
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)(
|
|
2067
2214
|
function LogInIcon2(_a, ref) {
|
|
2068
2215
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2069
|
-
return /* @__PURE__ */ (0,
|
|
2216
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
2070
2217
|
"svg",
|
|
2071
2218
|
__spreadProps(__spreadValues({
|
|
2072
2219
|
ref,
|
|
@@ -2078,7 +2225,7 @@ var LogInIcon = (0, import_react40.forwardRef)(
|
|
|
2078
2225
|
className
|
|
2079
2226
|
}, other), {
|
|
2080
2227
|
children: [
|
|
2081
|
-
duotone && /* @__PURE__ */ (0,
|
|
2228
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2082
2229
|
"path",
|
|
2083
2230
|
{
|
|
2084
2231
|
opacity: "0.12",
|
|
@@ -2086,7 +2233,7 @@ var LogInIcon = (0, import_react40.forwardRef)(
|
|
|
2086
2233
|
fill: "currentColor"
|
|
2087
2234
|
}
|
|
2088
2235
|
),
|
|
2089
|
-
/* @__PURE__ */ (0,
|
|
2236
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
2090
2237
|
"path",
|
|
2091
2238
|
{
|
|
2092
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",
|
|
@@ -2103,12 +2250,12 @@ var LogInIcon = (0, import_react40.forwardRef)(
|
|
|
2103
2250
|
);
|
|
2104
2251
|
|
|
2105
2252
|
// src/icons/magicWand.tsx
|
|
2106
|
-
var
|
|
2107
|
-
var
|
|
2108
|
-
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)(
|
|
2109
2256
|
function MagicWandIcon2(_a, ref) {
|
|
2110
2257
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2111
|
-
return /* @__PURE__ */ (0,
|
|
2258
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
|
|
2112
2259
|
"svg",
|
|
2113
2260
|
__spreadProps(__spreadValues({
|
|
2114
2261
|
ref,
|
|
@@ -2120,7 +2267,7 @@ var MagicWandIcon = (0, import_react41.forwardRef)(
|
|
|
2120
2267
|
className
|
|
2121
2268
|
}, other), {
|
|
2122
2269
|
children: [
|
|
2123
|
-
duotone && /* @__PURE__ */ (0,
|
|
2270
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2124
2271
|
"path",
|
|
2125
2272
|
{
|
|
2126
2273
|
opacity: "0.12",
|
|
@@ -2128,7 +2275,7 @@ var MagicWandIcon = (0, import_react41.forwardRef)(
|
|
|
2128
2275
|
fill: "currentColor"
|
|
2129
2276
|
}
|
|
2130
2277
|
),
|
|
2131
|
-
/* @__PURE__ */ (0,
|
|
2278
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
2132
2279
|
"path",
|
|
2133
2280
|
{
|
|
2134
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",
|
|
@@ -2145,11 +2292,11 @@ var MagicWandIcon = (0, import_react41.forwardRef)(
|
|
|
2145
2292
|
);
|
|
2146
2293
|
|
|
2147
2294
|
// src/icons/mail.tsx
|
|
2148
|
-
var
|
|
2149
|
-
var
|
|
2150
|
-
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) {
|
|
2151
2298
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2152
|
-
return /* @__PURE__ */ (0,
|
|
2299
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
2153
2300
|
"svg",
|
|
2154
2301
|
__spreadProps(__spreadValues({
|
|
2155
2302
|
ref,
|
|
@@ -2161,7 +2308,7 @@ var MailIcon = (0, import_react42.forwardRef)(function MailIcon2(_a, ref) {
|
|
|
2161
2308
|
className
|
|
2162
2309
|
}, other), {
|
|
2163
2310
|
children: [
|
|
2164
|
-
duotone && /* @__PURE__ */ (0,
|
|
2311
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2165
2312
|
"path",
|
|
2166
2313
|
{
|
|
2167
2314
|
opacity: "0.12",
|
|
@@ -2169,7 +2316,7 @@ var MailIcon = (0, import_react42.forwardRef)(function MailIcon2(_a, ref) {
|
|
|
2169
2316
|
fill: "currentColor"
|
|
2170
2317
|
}
|
|
2171
2318
|
),
|
|
2172
|
-
/* @__PURE__ */ (0,
|
|
2319
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2173
2320
|
"path",
|
|
2174
2321
|
{
|
|
2175
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",
|
|
@@ -2185,11 +2332,11 @@ var MailIcon = (0, import_react42.forwardRef)(function MailIcon2(_a, ref) {
|
|
|
2185
2332
|
});
|
|
2186
2333
|
|
|
2187
2334
|
// src/icons/menu.tsx
|
|
2188
|
-
var
|
|
2189
|
-
var
|
|
2190
|
-
var MenuIcon = (0,
|
|
2191
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
2192
|
-
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)(
|
|
2193
2340
|
"svg",
|
|
2194
2341
|
__spreadProps(__spreadValues({
|
|
2195
2342
|
ref,
|
|
@@ -2200,7 +2347,7 @@ var MenuIcon = (0, import_react43.forwardRef)(function MenuIcon2(_a, ref) {
|
|
|
2200
2347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2201
2348
|
className
|
|
2202
2349
|
}, other), {
|
|
2203
|
-
children: /* @__PURE__ */ (0,
|
|
2350
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
2204
2351
|
"path",
|
|
2205
2352
|
{
|
|
2206
2353
|
d: "M3 12H21M3 6H21M3 18H21",
|
|
@@ -2215,12 +2362,12 @@ var MenuIcon = (0, import_react43.forwardRef)(function MenuIcon2(_a, ref) {
|
|
|
2215
2362
|
});
|
|
2216
2363
|
|
|
2217
2364
|
// src/icons/messageChatSquare.tsx
|
|
2218
|
-
var
|
|
2219
|
-
var
|
|
2220
|
-
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)(
|
|
2221
2368
|
function MessageChatSquareIcon2(_a, ref) {
|
|
2222
2369
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2223
|
-
return /* @__PURE__ */ (0,
|
|
2370
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
|
2224
2371
|
"svg",
|
|
2225
2372
|
__spreadProps(__spreadValues({
|
|
2226
2373
|
ref,
|
|
@@ -2232,7 +2379,7 @@ var MessageChatSquareIcon = (0, import_react44.forwardRef)(
|
|
|
2232
2379
|
className
|
|
2233
2380
|
}, other), {
|
|
2234
2381
|
children: [
|
|
2235
|
-
duotone && /* @__PURE__ */ (0,
|
|
2382
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2236
2383
|
"path",
|
|
2237
2384
|
{
|
|
2238
2385
|
opacity: "0.12",
|
|
@@ -2240,7 +2387,7 @@ var MessageChatSquareIcon = (0, import_react44.forwardRef)(
|
|
|
2240
2387
|
fill: "currentColor"
|
|
2241
2388
|
}
|
|
2242
2389
|
),
|
|
2243
|
-
/* @__PURE__ */ (0,
|
|
2390
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
2244
2391
|
"path",
|
|
2245
2392
|
{
|
|
2246
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",
|
|
@@ -2257,12 +2404,12 @@ var MessageChatSquareIcon = (0, import_react44.forwardRef)(
|
|
|
2257
2404
|
);
|
|
2258
2405
|
|
|
2259
2406
|
// src/icons/messagePlusSquare.tsx
|
|
2260
|
-
var
|
|
2261
|
-
var
|
|
2262
|
-
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)(
|
|
2263
2410
|
function MessagePlusSquareIcon2(_a, ref) {
|
|
2264
2411
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2265
|
-
return /* @__PURE__ */ (0,
|
|
2412
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
2266
2413
|
"svg",
|
|
2267
2414
|
__spreadProps(__spreadValues({
|
|
2268
2415
|
ref,
|
|
@@ -2274,7 +2421,7 @@ var MessagePlusSquareIcon = (0, import_react45.forwardRef)(
|
|
|
2274
2421
|
className
|
|
2275
2422
|
}, other), {
|
|
2276
2423
|
children: [
|
|
2277
|
-
duotone && /* @__PURE__ */ (0,
|
|
2424
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2278
2425
|
"path",
|
|
2279
2426
|
{
|
|
2280
2427
|
opacity: "0.12",
|
|
@@ -2282,7 +2429,7 @@ var MessagePlusSquareIcon = (0, import_react45.forwardRef)(
|
|
|
2282
2429
|
fill: "currentColor"
|
|
2283
2430
|
}
|
|
2284
2431
|
),
|
|
2285
|
-
/* @__PURE__ */ (0,
|
|
2432
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
2286
2433
|
"path",
|
|
2287
2434
|
{
|
|
2288
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",
|
|
@@ -2299,12 +2446,12 @@ var MessagePlusSquareIcon = (0, import_react45.forwardRef)(
|
|
|
2299
2446
|
);
|
|
2300
2447
|
|
|
2301
2448
|
// src/icons/messageTextSquare.tsx
|
|
2302
|
-
var
|
|
2303
|
-
var
|
|
2304
|
-
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)(
|
|
2305
2452
|
function MessageTextSquareIcon2(_a, ref) {
|
|
2306
2453
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2307
|
-
return /* @__PURE__ */ (0,
|
|
2454
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
2308
2455
|
"svg",
|
|
2309
2456
|
__spreadProps(__spreadValues({
|
|
2310
2457
|
ref,
|
|
@@ -2316,7 +2463,7 @@ var MessageTextSquareIcon = (0, import_react46.forwardRef)(
|
|
|
2316
2463
|
className
|
|
2317
2464
|
}, other), {
|
|
2318
2465
|
children: [
|
|
2319
|
-
duotone && /* @__PURE__ */ (0,
|
|
2466
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2320
2467
|
"path",
|
|
2321
2468
|
{
|
|
2322
2469
|
opacity: "0.12",
|
|
@@ -2324,7 +2471,7 @@ var MessageTextSquareIcon = (0, import_react46.forwardRef)(
|
|
|
2324
2471
|
fill: "currentColor"
|
|
2325
2472
|
}
|
|
2326
2473
|
),
|
|
2327
|
-
/* @__PURE__ */ (0,
|
|
2474
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
2328
2475
|
"path",
|
|
2329
2476
|
{
|
|
2330
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",
|
|
@@ -2341,12 +2488,12 @@ var MessageTextSquareIcon = (0, import_react46.forwardRef)(
|
|
|
2341
2488
|
);
|
|
2342
2489
|
|
|
2343
2490
|
// src/icons/microphone.tsx
|
|
2344
|
-
var
|
|
2345
|
-
var
|
|
2346
|
-
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)(
|
|
2347
2494
|
function MicrophoneIcon2(_a, ref) {
|
|
2348
2495
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2349
|
-
return /* @__PURE__ */ (0,
|
|
2496
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
|
|
2350
2497
|
"svg",
|
|
2351
2498
|
__spreadProps(__spreadValues({
|
|
2352
2499
|
ref,
|
|
@@ -2358,7 +2505,7 @@ var MicrophoneIcon = (0, import_react47.forwardRef)(
|
|
|
2358
2505
|
className
|
|
2359
2506
|
}, other), {
|
|
2360
2507
|
children: [
|
|
2361
|
-
duotone && /* @__PURE__ */ (0,
|
|
2508
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2362
2509
|
"path",
|
|
2363
2510
|
{
|
|
2364
2511
|
opacity: "0.12",
|
|
@@ -2366,7 +2513,7 @@ var MicrophoneIcon = (0, import_react47.forwardRef)(
|
|
|
2366
2513
|
fill: "currentColor"
|
|
2367
2514
|
}
|
|
2368
2515
|
),
|
|
2369
|
-
/* @__PURE__ */ (0,
|
|
2516
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
2370
2517
|
"path",
|
|
2371
2518
|
{
|
|
2372
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",
|
|
@@ -2383,12 +2530,12 @@ var MicrophoneIcon = (0, import_react47.forwardRef)(
|
|
|
2383
2530
|
);
|
|
2384
2531
|
|
|
2385
2532
|
// src/icons/microphoneOff.tsx
|
|
2386
|
-
var
|
|
2387
|
-
var
|
|
2388
|
-
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)(
|
|
2389
2536
|
function MicrophoneOffIcon2(_a, ref) {
|
|
2390
2537
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2391
|
-
return /* @__PURE__ */ (0,
|
|
2538
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
|
|
2392
2539
|
"svg",
|
|
2393
2540
|
__spreadProps(__spreadValues({
|
|
2394
2541
|
ref,
|
|
@@ -2400,7 +2547,7 @@ var MicrophoneOffIcon = (0, import_react48.forwardRef)(
|
|
|
2400
2547
|
className
|
|
2401
2548
|
}, other), {
|
|
2402
2549
|
children: [
|
|
2403
|
-
duotone && /* @__PURE__ */ (0,
|
|
2550
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2404
2551
|
"path",
|
|
2405
2552
|
{
|
|
2406
2553
|
opacity: "0.12",
|
|
@@ -2408,7 +2555,7 @@ var MicrophoneOffIcon = (0, import_react48.forwardRef)(
|
|
|
2408
2555
|
fill: "currentColor"
|
|
2409
2556
|
}
|
|
2410
2557
|
),
|
|
2411
|
-
/* @__PURE__ */ (0,
|
|
2558
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
2412
2559
|
"path",
|
|
2413
2560
|
{
|
|
2414
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",
|
|
@@ -2425,12 +2572,12 @@ var MicrophoneOffIcon = (0, import_react48.forwardRef)(
|
|
|
2425
2572
|
);
|
|
2426
2573
|
|
|
2427
2574
|
// src/icons/monitor.tsx
|
|
2428
|
-
var
|
|
2429
|
-
var
|
|
2430
|
-
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)(
|
|
2431
2578
|
function MonitorIcon2(_a, ref) {
|
|
2432
2579
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2433
|
-
return /* @__PURE__ */ (0,
|
|
2580
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
|
|
2434
2581
|
"svg",
|
|
2435
2582
|
__spreadProps(__spreadValues({
|
|
2436
2583
|
ref,
|
|
@@ -2442,7 +2589,7 @@ var MonitorIcon = (0, import_react49.forwardRef)(
|
|
|
2442
2589
|
className
|
|
2443
2590
|
}, other), {
|
|
2444
2591
|
children: [
|
|
2445
|
-
duotone && /* @__PURE__ */ (0,
|
|
2592
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2446
2593
|
"path",
|
|
2447
2594
|
{
|
|
2448
2595
|
opacity: "0.12",
|
|
@@ -2450,7 +2597,7 @@ var MonitorIcon = (0, import_react49.forwardRef)(
|
|
|
2450
2597
|
fill: "currentColor"
|
|
2451
2598
|
}
|
|
2452
2599
|
),
|
|
2453
|
-
/* @__PURE__ */ (0,
|
|
2600
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
2454
2601
|
"path",
|
|
2455
2602
|
{
|
|
2456
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",
|
|
@@ -2467,12 +2614,12 @@ var MonitorIcon = (0, import_react49.forwardRef)(
|
|
|
2467
2614
|
);
|
|
2468
2615
|
|
|
2469
2616
|
// src/icons/notificationBox.tsx
|
|
2470
|
-
var
|
|
2471
|
-
var
|
|
2472
|
-
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)(
|
|
2473
2620
|
function NotificationBoxIcon2(_a, ref) {
|
|
2474
2621
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2475
|
-
return /* @__PURE__ */ (0,
|
|
2622
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
|
|
2476
2623
|
"svg",
|
|
2477
2624
|
__spreadProps(__spreadValues({
|
|
2478
2625
|
ref,
|
|
@@ -2484,7 +2631,7 @@ var NotificationBoxIcon = (0, import_react50.forwardRef)(
|
|
|
2484
2631
|
className
|
|
2485
2632
|
}, other), {
|
|
2486
2633
|
children: [
|
|
2487
|
-
duotone && /* @__PURE__ */ (0,
|
|
2634
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2488
2635
|
"path",
|
|
2489
2636
|
{
|
|
2490
2637
|
opacity: "0.12",
|
|
@@ -2492,7 +2639,7 @@ var NotificationBoxIcon = (0, import_react50.forwardRef)(
|
|
|
2492
2639
|
fill: "currentColor"
|
|
2493
2640
|
}
|
|
2494
2641
|
),
|
|
2495
|
-
/* @__PURE__ */ (0,
|
|
2642
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
2496
2643
|
"path",
|
|
2497
2644
|
{
|
|
2498
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",
|
|
@@ -2509,12 +2656,12 @@ var NotificationBoxIcon = (0, import_react50.forwardRef)(
|
|
|
2509
2656
|
);
|
|
2510
2657
|
|
|
2511
2658
|
// src/icons/pauseCircle.tsx
|
|
2512
|
-
var
|
|
2513
|
-
var
|
|
2514
|
-
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)(
|
|
2515
2662
|
function PauseCircleIcon2(_a, ref) {
|
|
2516
2663
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2517
|
-
return /* @__PURE__ */ (0,
|
|
2664
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
|
|
2518
2665
|
"svg",
|
|
2519
2666
|
__spreadProps(__spreadValues({
|
|
2520
2667
|
ref,
|
|
@@ -2526,7 +2673,7 @@ var PauseCircleIcon = (0, import_react51.forwardRef)(
|
|
|
2526
2673
|
className
|
|
2527
2674
|
}, other), {
|
|
2528
2675
|
children: [
|
|
2529
|
-
duotone && /* @__PURE__ */ (0,
|
|
2676
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2530
2677
|
"path",
|
|
2531
2678
|
{
|
|
2532
2679
|
opacity: "0.12",
|
|
@@ -2534,7 +2681,7 @@ var PauseCircleIcon = (0, import_react51.forwardRef)(
|
|
|
2534
2681
|
fill: "currentColor"
|
|
2535
2682
|
}
|
|
2536
2683
|
),
|
|
2537
|
-
/* @__PURE__ */ (0,
|
|
2684
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
2538
2685
|
"path",
|
|
2539
2686
|
{
|
|
2540
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",
|
|
@@ -2551,12 +2698,12 @@ var PauseCircleIcon = (0, import_react51.forwardRef)(
|
|
|
2551
2698
|
);
|
|
2552
2699
|
|
|
2553
2700
|
// src/icons/phone.tsx
|
|
2554
|
-
var
|
|
2555
|
-
var
|
|
2556
|
-
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)(
|
|
2557
2704
|
function PhoneIcon2(_a, ref) {
|
|
2558
2705
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2559
|
-
return /* @__PURE__ */ (0,
|
|
2706
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
2560
2707
|
"svg",
|
|
2561
2708
|
__spreadProps(__spreadValues({
|
|
2562
2709
|
ref,
|
|
@@ -2568,7 +2715,7 @@ var PhoneIcon = (0, import_react52.forwardRef)(
|
|
|
2568
2715
|
className
|
|
2569
2716
|
}, other), {
|
|
2570
2717
|
children: [
|
|
2571
|
-
duotone && /* @__PURE__ */ (0,
|
|
2718
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2572
2719
|
"path",
|
|
2573
2720
|
{
|
|
2574
2721
|
opacity: "0.12",
|
|
@@ -2576,7 +2723,7 @@ var PhoneIcon = (0, import_react52.forwardRef)(
|
|
|
2576
2723
|
fill: "currentColor"
|
|
2577
2724
|
}
|
|
2578
2725
|
),
|
|
2579
|
-
/* @__PURE__ */ (0,
|
|
2726
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
2580
2727
|
"path",
|
|
2581
2728
|
{
|
|
2582
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",
|
|
@@ -2593,12 +2740,12 @@ var PhoneIcon = (0, import_react52.forwardRef)(
|
|
|
2593
2740
|
);
|
|
2594
2741
|
|
|
2595
2742
|
// src/icons/phoneCall.tsx
|
|
2596
|
-
var
|
|
2597
|
-
var
|
|
2598
|
-
var PhoneCallIcon = (0,
|
|
2743
|
+
var import_react56 = require("react");
|
|
2744
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
2745
|
+
var PhoneCallIcon = (0, import_react56.forwardRef)(
|
|
2599
2746
|
function PhoneCallIcon2(_a, ref) {
|
|
2600
2747
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2601
|
-
return /* @__PURE__ */ (0,
|
|
2748
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
|
|
2602
2749
|
"svg",
|
|
2603
2750
|
__spreadProps(__spreadValues({
|
|
2604
2751
|
ref,
|
|
@@ -2610,7 +2757,7 @@ var PhoneCallIcon = (0, import_react53.forwardRef)(
|
|
|
2610
2757
|
className
|
|
2611
2758
|
}, other), {
|
|
2612
2759
|
children: [
|
|
2613
|
-
duotone && /* @__PURE__ */ (0,
|
|
2760
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2614
2761
|
"path",
|
|
2615
2762
|
{
|
|
2616
2763
|
opacity: "0.12",
|
|
@@ -2618,7 +2765,7 @@ var PhoneCallIcon = (0, import_react53.forwardRef)(
|
|
|
2618
2765
|
fill: "currentColor"
|
|
2619
2766
|
}
|
|
2620
2767
|
),
|
|
2621
|
-
/* @__PURE__ */ (0,
|
|
2768
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2622
2769
|
"path",
|
|
2623
2770
|
{
|
|
2624
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",
|
|
@@ -2635,12 +2782,12 @@ var PhoneCallIcon = (0, import_react53.forwardRef)(
|
|
|
2635
2782
|
);
|
|
2636
2783
|
|
|
2637
2784
|
// src/icons/pieChart.tsx
|
|
2638
|
-
var
|
|
2639
|
-
var
|
|
2640
|
-
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)(
|
|
2641
2788
|
function PieChartIcon2(_a, ref) {
|
|
2642
2789
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2643
|
-
return /* @__PURE__ */ (0,
|
|
2790
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
|
|
2644
2791
|
"svg",
|
|
2645
2792
|
__spreadProps(__spreadValues({
|
|
2646
2793
|
ref,
|
|
@@ -2652,7 +2799,7 @@ var PieChartIcon = (0, import_react54.forwardRef)(
|
|
|
2652
2799
|
className
|
|
2653
2800
|
}, other), {
|
|
2654
2801
|
children: [
|
|
2655
|
-
duotone && /* @__PURE__ */ (0,
|
|
2802
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2656
2803
|
"path",
|
|
2657
2804
|
{
|
|
2658
2805
|
opacity: "0.12",
|
|
@@ -2660,7 +2807,7 @@ var PieChartIcon = (0, import_react54.forwardRef)(
|
|
|
2660
2807
|
fill: "currentColor"
|
|
2661
2808
|
}
|
|
2662
2809
|
),
|
|
2663
|
-
/* @__PURE__ */ (0,
|
|
2810
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2664
2811
|
"path",
|
|
2665
2812
|
{
|
|
2666
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",
|
|
@@ -2671,7 +2818,7 @@ var PieChartIcon = (0, import_react54.forwardRef)(
|
|
|
2671
2818
|
}
|
|
2672
2819
|
),
|
|
2673
2820
|
",",
|
|
2674
|
-
/* @__PURE__ */ (0,
|
|
2821
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2675
2822
|
"path",
|
|
2676
2823
|
{
|
|
2677
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",
|
|
@@ -2688,12 +2835,12 @@ var PieChartIcon = (0, import_react54.forwardRef)(
|
|
|
2688
2835
|
);
|
|
2689
2836
|
|
|
2690
2837
|
// src/icons/playCircle.tsx
|
|
2691
|
-
var
|
|
2692
|
-
var
|
|
2693
|
-
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)(
|
|
2694
2841
|
function PlayCircleIcon2(_a, ref) {
|
|
2695
2842
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2696
|
-
return /* @__PURE__ */ (0,
|
|
2843
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
|
|
2697
2844
|
"svg",
|
|
2698
2845
|
__spreadProps(__spreadValues({
|
|
2699
2846
|
ref,
|
|
@@ -2705,7 +2852,7 @@ var PlayCircleIcon = (0, import_react55.forwardRef)(
|
|
|
2705
2852
|
className
|
|
2706
2853
|
}, other), {
|
|
2707
2854
|
children: [
|
|
2708
|
-
duotone && /* @__PURE__ */ (0,
|
|
2855
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2709
2856
|
"path",
|
|
2710
2857
|
{
|
|
2711
2858
|
opacity: "0.12",
|
|
@@ -2713,7 +2860,7 @@ var PlayCircleIcon = (0, import_react55.forwardRef)(
|
|
|
2713
2860
|
fill: "currentColor"
|
|
2714
2861
|
}
|
|
2715
2862
|
),
|
|
2716
|
-
/* @__PURE__ */ (0,
|
|
2863
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2717
2864
|
"path",
|
|
2718
2865
|
{
|
|
2719
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",
|
|
@@ -2724,7 +2871,7 @@ var PlayCircleIcon = (0, import_react55.forwardRef)(
|
|
|
2724
2871
|
}
|
|
2725
2872
|
),
|
|
2726
2873
|
",",
|
|
2727
|
-
/* @__PURE__ */ (0,
|
|
2874
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
2728
2875
|
"path",
|
|
2729
2876
|
{
|
|
2730
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",
|
|
@@ -2741,11 +2888,11 @@ var PlayCircleIcon = (0, import_react55.forwardRef)(
|
|
|
2741
2888
|
);
|
|
2742
2889
|
|
|
2743
2890
|
// src/icons/plus.tsx
|
|
2744
|
-
var
|
|
2745
|
-
var
|
|
2746
|
-
var PlusIcon = (0,
|
|
2747
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
2748
|
-
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)(
|
|
2749
2896
|
"svg",
|
|
2750
2897
|
__spreadProps(__spreadValues({
|
|
2751
2898
|
ref,
|
|
@@ -2756,7 +2903,7 @@ var PlusIcon = (0, import_react56.forwardRef)(function PlusIcon2(_a, ref) {
|
|
|
2756
2903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2757
2904
|
className
|
|
2758
2905
|
}, other), {
|
|
2759
|
-
children: /* @__PURE__ */ (0,
|
|
2906
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
2760
2907
|
"path",
|
|
2761
2908
|
{
|
|
2762
2909
|
d: "M12 5V19M5 12H19",
|
|
@@ -2771,12 +2918,12 @@ var PlusIcon = (0, import_react56.forwardRef)(function PlusIcon2(_a, ref) {
|
|
|
2771
2918
|
});
|
|
2772
2919
|
|
|
2773
2920
|
// src/icons/plusCircle.tsx
|
|
2774
|
-
var
|
|
2775
|
-
var
|
|
2776
|
-
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)(
|
|
2777
2924
|
function PlusCircleIcon2(_a, ref) {
|
|
2778
2925
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2779
|
-
return /* @__PURE__ */ (0,
|
|
2926
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
|
|
2780
2927
|
"svg",
|
|
2781
2928
|
__spreadProps(__spreadValues({
|
|
2782
2929
|
ref,
|
|
@@ -2788,7 +2935,7 @@ var PlusCircleIcon = (0, import_react57.forwardRef)(
|
|
|
2788
2935
|
className
|
|
2789
2936
|
}, other), {
|
|
2790
2937
|
children: [
|
|
2791
|
-
duotone && /* @__PURE__ */ (0,
|
|
2938
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2792
2939
|
"path",
|
|
2793
2940
|
{
|
|
2794
2941
|
opacity: "0.12",
|
|
@@ -2796,7 +2943,7 @@ var PlusCircleIcon = (0, import_react57.forwardRef)(
|
|
|
2796
2943
|
fill: "currentColor"
|
|
2797
2944
|
}
|
|
2798
2945
|
),
|
|
2799
|
-
/* @__PURE__ */ (0,
|
|
2946
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2800
2947
|
"path",
|
|
2801
2948
|
{
|
|
2802
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",
|
|
@@ -2813,12 +2960,12 @@ var PlusCircleIcon = (0, import_react57.forwardRef)(
|
|
|
2813
2960
|
);
|
|
2814
2961
|
|
|
2815
2962
|
// src/icons/puzzlePiece.tsx
|
|
2816
|
-
var
|
|
2817
|
-
var
|
|
2818
|
-
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)(
|
|
2819
2966
|
function PuzzlePieceIcon2(_a, ref) {
|
|
2820
2967
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2821
|
-
return /* @__PURE__ */ (0,
|
|
2968
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
|
|
2822
2969
|
"svg",
|
|
2823
2970
|
__spreadProps(__spreadValues({
|
|
2824
2971
|
ref,
|
|
@@ -2830,7 +2977,7 @@ var PuzzlePieceIcon = (0, import_react58.forwardRef)(
|
|
|
2830
2977
|
className
|
|
2831
2978
|
}, other), {
|
|
2832
2979
|
children: [
|
|
2833
|
-
duotone && /* @__PURE__ */ (0,
|
|
2980
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2834
2981
|
"path",
|
|
2835
2982
|
{
|
|
2836
2983
|
opacity: "0.12",
|
|
@@ -2838,7 +2985,7 @@ var PuzzlePieceIcon = (0, import_react58.forwardRef)(
|
|
|
2838
2985
|
fill: "currentColor"
|
|
2839
2986
|
}
|
|
2840
2987
|
),
|
|
2841
|
-
/* @__PURE__ */ (0,
|
|
2988
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2842
2989
|
"path",
|
|
2843
2990
|
{
|
|
2844
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",
|
|
@@ -2855,12 +3002,12 @@ var PuzzlePieceIcon = (0, import_react58.forwardRef)(
|
|
|
2855
3002
|
);
|
|
2856
3003
|
|
|
2857
3004
|
// src/icons/qrCode.tsx
|
|
2858
|
-
var
|
|
2859
|
-
var
|
|
2860
|
-
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)(
|
|
2861
3008
|
function QrCodeIcon2(_a, ref) {
|
|
2862
3009
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2863
|
-
return /* @__PURE__ */ (0,
|
|
3010
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
|
|
2864
3011
|
"svg",
|
|
2865
3012
|
__spreadProps(__spreadValues({
|
|
2866
3013
|
ref,
|
|
@@ -2872,7 +3019,7 @@ var QrCodeIcon = (0, import_react59.forwardRef)(
|
|
|
2872
3019
|
className
|
|
2873
3020
|
}, other), {
|
|
2874
3021
|
children: [
|
|
2875
|
-
duotone && /* @__PURE__ */ (0,
|
|
3022
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2876
3023
|
"path",
|
|
2877
3024
|
{
|
|
2878
3025
|
opacity: "0.4",
|
|
@@ -2883,7 +3030,7 @@ var QrCodeIcon = (0, import_react59.forwardRef)(
|
|
|
2883
3030
|
strokeLinejoin: "round"
|
|
2884
3031
|
}
|
|
2885
3032
|
),
|
|
2886
|
-
/* @__PURE__ */ (0,
|
|
3033
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2887
3034
|
"path",
|
|
2888
3035
|
{
|
|
2889
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",
|
|
@@ -2900,12 +3047,12 @@ var QrCodeIcon = (0, import_react59.forwardRef)(
|
|
|
2900
3047
|
);
|
|
2901
3048
|
|
|
2902
3049
|
// src/icons/receiptCheck.tsx
|
|
2903
|
-
var
|
|
2904
|
-
var
|
|
2905
|
-
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)(
|
|
2906
3053
|
function ReceiptCheckIcon2(_a, ref) {
|
|
2907
3054
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2908
|
-
return /* @__PURE__ */ (0,
|
|
3055
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
2909
3056
|
"svg",
|
|
2910
3057
|
__spreadProps(__spreadValues({
|
|
2911
3058
|
ref,
|
|
@@ -2917,7 +3064,7 @@ var ReceiptCheckIcon = (0, import_react60.forwardRef)(
|
|
|
2917
3064
|
className
|
|
2918
3065
|
}, other), {
|
|
2919
3066
|
children: [
|
|
2920
|
-
duotone && /* @__PURE__ */ (0,
|
|
3067
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2921
3068
|
"path",
|
|
2922
3069
|
{
|
|
2923
3070
|
opacity: "0.12",
|
|
@@ -2925,7 +3072,7 @@ var ReceiptCheckIcon = (0, import_react60.forwardRef)(
|
|
|
2925
3072
|
fill: "currentColor"
|
|
2926
3073
|
}
|
|
2927
3074
|
),
|
|
2928
|
-
/* @__PURE__ */ (0,
|
|
3075
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2929
3076
|
"path",
|
|
2930
3077
|
{
|
|
2931
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",
|
|
@@ -2942,12 +3089,12 @@ var ReceiptCheckIcon = (0, import_react60.forwardRef)(
|
|
|
2942
3089
|
);
|
|
2943
3090
|
|
|
2944
3091
|
// src/icons/recording.tsx
|
|
2945
|
-
var
|
|
2946
|
-
var
|
|
2947
|
-
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)(
|
|
2948
3095
|
function RecordingIcon2(_a, ref) {
|
|
2949
3096
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2950
|
-
return /* @__PURE__ */ (0,
|
|
3097
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
|
|
2951
3098
|
"svg",
|
|
2952
3099
|
__spreadProps(__spreadValues({
|
|
2953
3100
|
ref,
|
|
@@ -2959,7 +3106,7 @@ var RecordingIcon = (0, import_react61.forwardRef)(
|
|
|
2959
3106
|
className
|
|
2960
3107
|
}, other), {
|
|
2961
3108
|
children: [
|
|
2962
|
-
duotone && /* @__PURE__ */ (0,
|
|
3109
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2963
3110
|
"path",
|
|
2964
3111
|
{
|
|
2965
3112
|
opacity: "0.12",
|
|
@@ -2967,7 +3114,7 @@ var RecordingIcon = (0, import_react61.forwardRef)(
|
|
|
2967
3114
|
fill: "currentColor"
|
|
2968
3115
|
}
|
|
2969
3116
|
),
|
|
2970
|
-
/* @__PURE__ */ (0,
|
|
3117
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2971
3118
|
"path",
|
|
2972
3119
|
{
|
|
2973
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",
|
|
@@ -2984,12 +3131,12 @@ var RecordingIcon = (0, import_react61.forwardRef)(
|
|
|
2984
3131
|
);
|
|
2985
3132
|
|
|
2986
3133
|
// src/icons/refreshCcw.tsx
|
|
2987
|
-
var
|
|
2988
|
-
var
|
|
2989
|
-
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)(
|
|
2990
3137
|
function RefreshCcwIcon2(_a, ref) {
|
|
2991
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
2992
|
-
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)(
|
|
2993
3140
|
"svg",
|
|
2994
3141
|
__spreadProps(__spreadValues({
|
|
2995
3142
|
ref,
|
|
@@ -3000,7 +3147,7 @@ var RefreshCcwIcon = (0, import_react62.forwardRef)(
|
|
|
3000
3147
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3001
3148
|
className
|
|
3002
3149
|
}, other), {
|
|
3003
|
-
children: /* @__PURE__ */ (0,
|
|
3150
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
3004
3151
|
"path",
|
|
3005
3152
|
{
|
|
3006
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",
|
|
@@ -3016,12 +3163,12 @@ var RefreshCcwIcon = (0, import_react62.forwardRef)(
|
|
|
3016
3163
|
);
|
|
3017
3164
|
|
|
3018
3165
|
// src/icons/refreshCw.tsx
|
|
3019
|
-
var
|
|
3020
|
-
var
|
|
3021
|
-
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)(
|
|
3022
3169
|
function RefreshCwIcon2(_a, ref) {
|
|
3023
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
3024
|
-
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)(
|
|
3025
3172
|
"svg",
|
|
3026
3173
|
__spreadProps(__spreadValues({
|
|
3027
3174
|
ref,
|
|
@@ -3032,7 +3179,7 @@ var RefreshCwIcon = (0, import_react63.forwardRef)(
|
|
|
3032
3179
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3033
3180
|
className
|
|
3034
3181
|
}, other), {
|
|
3035
|
-
children: /* @__PURE__ */ (0,
|
|
3182
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
3036
3183
|
"path",
|
|
3037
3184
|
{
|
|
3038
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",
|
|
@@ -3048,12 +3195,12 @@ var RefreshCwIcon = (0, import_react63.forwardRef)(
|
|
|
3048
3195
|
);
|
|
3049
3196
|
|
|
3050
3197
|
// src/icons/rocket.tsx
|
|
3051
|
-
var
|
|
3052
|
-
var
|
|
3053
|
-
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)(
|
|
3054
3201
|
function RocketIcon2(_a, ref) {
|
|
3055
3202
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3056
|
-
return /* @__PURE__ */ (0,
|
|
3203
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
|
|
3057
3204
|
"svg",
|
|
3058
3205
|
__spreadProps(__spreadValues({
|
|
3059
3206
|
ref,
|
|
@@ -3065,7 +3212,7 @@ var RocketIcon = (0, import_react64.forwardRef)(
|
|
|
3065
3212
|
className
|
|
3066
3213
|
}, other), {
|
|
3067
3214
|
children: [
|
|
3068
|
-
duotone && /* @__PURE__ */ (0,
|
|
3215
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
3069
3216
|
"path",
|
|
3070
3217
|
{
|
|
3071
3218
|
opacity: "0.12",
|
|
@@ -3073,7 +3220,7 @@ var RocketIcon = (0, import_react64.forwardRef)(
|
|
|
3073
3220
|
fill: "currentColor"
|
|
3074
3221
|
}
|
|
3075
3222
|
),
|
|
3076
|
-
/* @__PURE__ */ (0,
|
|
3223
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
3077
3224
|
"path",
|
|
3078
3225
|
{
|
|
3079
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",
|
|
@@ -3090,11 +3237,11 @@ var RocketIcon = (0, import_react64.forwardRef)(
|
|
|
3090
3237
|
);
|
|
3091
3238
|
|
|
3092
3239
|
// src/icons/save.tsx
|
|
3093
|
-
var
|
|
3094
|
-
var
|
|
3095
|
-
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) {
|
|
3096
3243
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3097
|
-
return /* @__PURE__ */ (0,
|
|
3244
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
3098
3245
|
"svg",
|
|
3099
3246
|
__spreadProps(__spreadValues({
|
|
3100
3247
|
ref,
|
|
@@ -3106,15 +3253,15 @@ var SaveIcon = (0, import_react65.forwardRef)(function SaveIcon2(_a, ref) {
|
|
|
3106
3253
|
className
|
|
3107
3254
|
}, other), {
|
|
3108
3255
|
children: [
|
|
3109
|
-
duotone && /* @__PURE__ */ (0,
|
|
3110
|
-
/* @__PURE__ */ (0,
|
|
3256
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("g", { opacity: "0.12", children: [
|
|
3257
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
3111
3258
|
"path",
|
|
3112
3259
|
{
|
|
3113
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",
|
|
3114
3261
|
fill: "currentColor"
|
|
3115
3262
|
}
|
|
3116
3263
|
),
|
|
3117
|
-
/* @__PURE__ */ (0,
|
|
3264
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
3118
3265
|
"path",
|
|
3119
3266
|
{
|
|
3120
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",
|
|
@@ -3122,7 +3269,7 @@ var SaveIcon = (0, import_react65.forwardRef)(function SaveIcon2(_a, ref) {
|
|
|
3122
3269
|
}
|
|
3123
3270
|
)
|
|
3124
3271
|
] }),
|
|
3125
|
-
/* @__PURE__ */ (0,
|
|
3272
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
3126
3273
|
"path",
|
|
3127
3274
|
{
|
|
3128
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",
|
|
@@ -3138,12 +3285,12 @@ var SaveIcon = (0, import_react65.forwardRef)(function SaveIcon2(_a, ref) {
|
|
|
3138
3285
|
});
|
|
3139
3286
|
|
|
3140
3287
|
// src/icons/search.tsx
|
|
3141
|
-
var
|
|
3142
|
-
var
|
|
3143
|
-
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)(
|
|
3144
3291
|
function SearchMdIcon2(_a, ref) {
|
|
3145
3292
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3146
|
-
return /* @__PURE__ */ (0,
|
|
3293
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
|
|
3147
3294
|
"svg",
|
|
3148
3295
|
__spreadProps(__spreadValues({
|
|
3149
3296
|
ref,
|
|
@@ -3155,7 +3302,7 @@ var SearchMdIcon = (0, import_react66.forwardRef)(
|
|
|
3155
3302
|
className
|
|
3156
3303
|
}, other), {
|
|
3157
3304
|
children: [
|
|
3158
|
-
duotone && /* @__PURE__ */ (0,
|
|
3305
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3159
3306
|
"path",
|
|
3160
3307
|
{
|
|
3161
3308
|
opacity: "0.12",
|
|
@@ -3163,7 +3310,7 @@ var SearchMdIcon = (0, import_react66.forwardRef)(
|
|
|
3163
3310
|
fill: "currentColor"
|
|
3164
3311
|
}
|
|
3165
3312
|
),
|
|
3166
|
-
/* @__PURE__ */ (0,
|
|
3313
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
|
|
3167
3314
|
"path",
|
|
3168
3315
|
{
|
|
3169
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",
|
|
@@ -3180,11 +3327,11 @@ var SearchMdIcon = (0, import_react66.forwardRef)(
|
|
|
3180
3327
|
);
|
|
3181
3328
|
|
|
3182
3329
|
// src/icons/send.tsx
|
|
3183
|
-
var
|
|
3184
|
-
var
|
|
3185
|
-
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) {
|
|
3186
3333
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3187
|
-
return /* @__PURE__ */ (0,
|
|
3334
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
|
|
3188
3335
|
"svg",
|
|
3189
3336
|
__spreadProps(__spreadValues({
|
|
3190
3337
|
ref,
|
|
@@ -3196,7 +3343,7 @@ var SendIcon = (0, import_react67.forwardRef)(function SendIcon2(_a, ref) {
|
|
|
3196
3343
|
className
|
|
3197
3344
|
}, other), {
|
|
3198
3345
|
children: [
|
|
3199
|
-
duotone && /* @__PURE__ */ (0,
|
|
3346
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
3200
3347
|
"path",
|
|
3201
3348
|
{
|
|
3202
3349
|
opacity: "0.12",
|
|
@@ -3204,7 +3351,7 @@ var SendIcon = (0, import_react67.forwardRef)(function SendIcon2(_a, ref) {
|
|
|
3204
3351
|
fill: "currentColor"
|
|
3205
3352
|
}
|
|
3206
3353
|
),
|
|
3207
|
-
/* @__PURE__ */ (0,
|
|
3354
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
3208
3355
|
"path",
|
|
3209
3356
|
{
|
|
3210
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",
|
|
@@ -3220,12 +3367,12 @@ var SendIcon = (0, import_react67.forwardRef)(function SendIcon2(_a, ref) {
|
|
|
3220
3367
|
});
|
|
3221
3368
|
|
|
3222
3369
|
// src/icons/settings.tsx
|
|
3223
|
-
var
|
|
3224
|
-
var
|
|
3225
|
-
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)(
|
|
3226
3373
|
function SettingsIcon2(_a, ref) {
|
|
3227
3374
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3228
|
-
return /* @__PURE__ */ (0,
|
|
3375
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
|
|
3229
3376
|
"svg",
|
|
3230
3377
|
__spreadProps(__spreadValues({
|
|
3231
3378
|
ref,
|
|
@@ -3237,17 +3384,17 @@ var SettingsIcon = (0, import_react68.forwardRef)(
|
|
|
3237
3384
|
className
|
|
3238
3385
|
}, other), {
|
|
3239
3386
|
children: [
|
|
3240
|
-
duotone && /* @__PURE__ */ (0,
|
|
3387
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3241
3388
|
"path",
|
|
3242
3389
|
{
|
|
3243
3390
|
opacity: "0.12",
|
|
3244
|
-
|
|
3245
|
-
|
|
3391
|
+
fillRule: "evenodd",
|
|
3392
|
+
clipRule: "evenodd",
|
|
3246
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",
|
|
3247
3394
|
fill: "currentColor"
|
|
3248
3395
|
}
|
|
3249
3396
|
),
|
|
3250
|
-
/* @__PURE__ */ (0,
|
|
3397
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3251
3398
|
"path",
|
|
3252
3399
|
{
|
|
3253
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",
|
|
@@ -3258,7 +3405,7 @@ var SettingsIcon = (0, import_react68.forwardRef)(
|
|
|
3258
3405
|
}
|
|
3259
3406
|
),
|
|
3260
3407
|
",",
|
|
3261
|
-
/* @__PURE__ */ (0,
|
|
3408
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
|
|
3262
3409
|
"path",
|
|
3263
3410
|
{
|
|
3264
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",
|
|
@@ -3275,12 +3422,12 @@ var SettingsIcon = (0, import_react68.forwardRef)(
|
|
|
3275
3422
|
);
|
|
3276
3423
|
|
|
3277
3424
|
// src/icons/share.tsx
|
|
3278
|
-
var
|
|
3279
|
-
var
|
|
3280
|
-
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)(
|
|
3281
3428
|
function ShareIcon2(_a, ref) {
|
|
3282
3429
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3283
|
-
return /* @__PURE__ */ (0,
|
|
3430
|
+
return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
|
|
3284
3431
|
"svg",
|
|
3285
3432
|
__spreadProps(__spreadValues({
|
|
3286
3433
|
ref,
|
|
@@ -3292,22 +3439,22 @@ var ShareIcon = (0, import_react69.forwardRef)(
|
|
|
3292
3439
|
className
|
|
3293
3440
|
}, other), {
|
|
3294
3441
|
children: [
|
|
3295
|
-
duotone && /* @__PURE__ */ (0,
|
|
3296
|
-
/* @__PURE__ */ (0,
|
|
3442
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)("g", { opacity: "0.12", children: [
|
|
3443
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3297
3444
|
"path",
|
|
3298
3445
|
{
|
|
3299
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",
|
|
3300
3447
|
fill: "currentColor"
|
|
3301
3448
|
}
|
|
3302
3449
|
),
|
|
3303
|
-
/* @__PURE__ */ (0,
|
|
3450
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3304
3451
|
"path",
|
|
3305
3452
|
{
|
|
3306
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",
|
|
3307
3454
|
fill: "currentColor"
|
|
3308
3455
|
}
|
|
3309
3456
|
),
|
|
3310
|
-
/* @__PURE__ */ (0,
|
|
3457
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3311
3458
|
"path",
|
|
3312
3459
|
{
|
|
3313
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",
|
|
@@ -3315,7 +3462,7 @@ var ShareIcon = (0, import_react69.forwardRef)(
|
|
|
3315
3462
|
}
|
|
3316
3463
|
)
|
|
3317
3464
|
] }),
|
|
3318
|
-
/* @__PURE__ */ (0,
|
|
3465
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
3319
3466
|
"path",
|
|
3320
3467
|
{
|
|
3321
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",
|
|
@@ -3332,12 +3479,12 @@ var ShareIcon = (0, import_react69.forwardRef)(
|
|
|
3332
3479
|
);
|
|
3333
3480
|
|
|
3334
3481
|
// src/icons/shareArrow.tsx
|
|
3335
|
-
var
|
|
3336
|
-
var
|
|
3337
|
-
var ShareArrowIcon = (0,
|
|
3482
|
+
var import_react73 = require("react");
|
|
3483
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
3484
|
+
var ShareArrowIcon = (0, import_react73.forwardRef)(
|
|
3338
3485
|
function ShareArrowIcon2(_a, ref) {
|
|
3339
3486
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3340
|
-
return /* @__PURE__ */ (0,
|
|
3487
|
+
return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
|
|
3341
3488
|
"svg",
|
|
3342
3489
|
__spreadProps(__spreadValues({
|
|
3343
3490
|
ref,
|
|
@@ -3349,7 +3496,7 @@ var ShareArrowIcon = (0, import_react70.forwardRef)(
|
|
|
3349
3496
|
className
|
|
3350
3497
|
}, other), {
|
|
3351
3498
|
children: [
|
|
3352
|
-
duotone && /* @__PURE__ */ (0,
|
|
3499
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
3353
3500
|
"path",
|
|
3354
3501
|
{
|
|
3355
3502
|
opacity: "0.12",
|
|
@@ -3357,7 +3504,7 @@ var ShareArrowIcon = (0, import_react70.forwardRef)(
|
|
|
3357
3504
|
fill: "currentColor"
|
|
3358
3505
|
}
|
|
3359
3506
|
),
|
|
3360
|
-
/* @__PURE__ */ (0,
|
|
3507
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
3361
3508
|
"path",
|
|
3362
3509
|
{
|
|
3363
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",
|
|
@@ -3374,12 +3521,12 @@ var ShareArrowIcon = (0, import_react70.forwardRef)(
|
|
|
3374
3521
|
);
|
|
3375
3522
|
|
|
3376
3523
|
// src/icons/skipBack.tsx
|
|
3377
|
-
var
|
|
3378
|
-
var
|
|
3379
|
-
var SkipBackIcon = (0,
|
|
3524
|
+
var import_react74 = require("react");
|
|
3525
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
3526
|
+
var SkipBackIcon = (0, import_react74.forwardRef)(
|
|
3380
3527
|
function SkipBackIcon2(_a, ref) {
|
|
3381
3528
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3382
|
-
return /* @__PURE__ */ (0,
|
|
3529
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
3383
3530
|
"svg",
|
|
3384
3531
|
__spreadProps(__spreadValues({
|
|
3385
3532
|
ref,
|
|
@@ -3391,7 +3538,7 @@ var SkipBackIcon = (0, import_react71.forwardRef)(
|
|
|
3391
3538
|
className
|
|
3392
3539
|
}, other), {
|
|
3393
3540
|
children: [
|
|
3394
|
-
duotone && /* @__PURE__ */ (0,
|
|
3541
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
3395
3542
|
"path",
|
|
3396
3543
|
{
|
|
3397
3544
|
opacity: "0.12",
|
|
@@ -3399,7 +3546,7 @@ var SkipBackIcon = (0, import_react71.forwardRef)(
|
|
|
3399
3546
|
fill: "currentColor"
|
|
3400
3547
|
}
|
|
3401
3548
|
),
|
|
3402
|
-
/* @__PURE__ */ (0,
|
|
3549
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
|
|
3403
3550
|
"path",
|
|
3404
3551
|
{
|
|
3405
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",
|
|
@@ -3416,12 +3563,12 @@ var SkipBackIcon = (0, import_react71.forwardRef)(
|
|
|
3416
3563
|
);
|
|
3417
3564
|
|
|
3418
3565
|
// src/icons/skipForward.tsx
|
|
3419
|
-
var
|
|
3420
|
-
var
|
|
3421
|
-
var SkipForwardIcon = (0,
|
|
3566
|
+
var import_react75 = require("react");
|
|
3567
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
3568
|
+
var SkipForwardIcon = (0, import_react75.forwardRef)(
|
|
3422
3569
|
function SkipForwardIcon2(_a, ref) {
|
|
3423
3570
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3424
|
-
return /* @__PURE__ */ (0,
|
|
3571
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
|
|
3425
3572
|
"svg",
|
|
3426
3573
|
__spreadProps(__spreadValues({
|
|
3427
3574
|
ref,
|
|
@@ -3433,7 +3580,7 @@ var SkipForwardIcon = (0, import_react72.forwardRef)(
|
|
|
3433
3580
|
className
|
|
3434
3581
|
}, other), {
|
|
3435
3582
|
children: [
|
|
3436
|
-
duotone && /* @__PURE__ */ (0,
|
|
3583
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3437
3584
|
"path",
|
|
3438
3585
|
{
|
|
3439
3586
|
opacity: "0.12",
|
|
@@ -3441,7 +3588,7 @@ var SkipForwardIcon = (0, import_react72.forwardRef)(
|
|
|
3441
3588
|
fill: "currentColor"
|
|
3442
3589
|
}
|
|
3443
3590
|
),
|
|
3444
|
-
/* @__PURE__ */ (0,
|
|
3591
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
|
|
3445
3592
|
"path",
|
|
3446
3593
|
{
|
|
3447
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",
|
|
@@ -3458,12 +3605,12 @@ var SkipForwardIcon = (0, import_react72.forwardRef)(
|
|
|
3458
3605
|
);
|
|
3459
3606
|
|
|
3460
3607
|
// src/icons/stars.tsx
|
|
3461
|
-
var
|
|
3462
|
-
var
|
|
3463
|
-
var StarsIcon = (0,
|
|
3608
|
+
var import_react76 = require("react");
|
|
3609
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
3610
|
+
var StarsIcon = (0, import_react76.forwardRef)(
|
|
3464
3611
|
function StarsIcon2(_a, ref) {
|
|
3465
3612
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3466
|
-
return /* @__PURE__ */ (0,
|
|
3613
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
|
|
3467
3614
|
"svg",
|
|
3468
3615
|
__spreadProps(__spreadValues({
|
|
3469
3616
|
ref,
|
|
@@ -3475,7 +3622,7 @@ var StarsIcon = (0, import_react73.forwardRef)(
|
|
|
3475
3622
|
className
|
|
3476
3623
|
}, other), {
|
|
3477
3624
|
children: [
|
|
3478
|
-
duotone && /* @__PURE__ */ (0,
|
|
3625
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
3479
3626
|
"path",
|
|
3480
3627
|
{
|
|
3481
3628
|
opacity: "0.12",
|
|
@@ -3483,7 +3630,7 @@ var StarsIcon = (0, import_react73.forwardRef)(
|
|
|
3483
3630
|
fill: "currentColor"
|
|
3484
3631
|
}
|
|
3485
3632
|
),
|
|
3486
|
-
/* @__PURE__ */ (0,
|
|
3633
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
|
|
3487
3634
|
"path",
|
|
3488
3635
|
{
|
|
3489
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",
|
|
@@ -3500,12 +3647,12 @@ var StarsIcon = (0, import_react73.forwardRef)(
|
|
|
3500
3647
|
);
|
|
3501
3648
|
|
|
3502
3649
|
// src/icons/trash.tsx
|
|
3503
|
-
var
|
|
3504
|
-
var
|
|
3505
|
-
var TrashIcon = (0,
|
|
3650
|
+
var import_react77 = require("react");
|
|
3651
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
3652
|
+
var TrashIcon = (0, import_react77.forwardRef)(
|
|
3506
3653
|
function TrashIcon2(_a, ref) {
|
|
3507
3654
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3508
|
-
return /* @__PURE__ */ (0,
|
|
3655
|
+
return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
|
|
3509
3656
|
"svg",
|
|
3510
3657
|
__spreadProps(__spreadValues({
|
|
3511
3658
|
ref,
|
|
@@ -3517,7 +3664,7 @@ var TrashIcon = (0, import_react74.forwardRef)(
|
|
|
3517
3664
|
className
|
|
3518
3665
|
}, other), {
|
|
3519
3666
|
children: [
|
|
3520
|
-
duotone && /* @__PURE__ */ (0,
|
|
3667
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
3521
3668
|
"path",
|
|
3522
3669
|
{
|
|
3523
3670
|
opacity: "0.12",
|
|
@@ -3525,7 +3672,7 @@ var TrashIcon = (0, import_react74.forwardRef)(
|
|
|
3525
3672
|
fill: "currentColor"
|
|
3526
3673
|
}
|
|
3527
3674
|
),
|
|
3528
|
-
/* @__PURE__ */ (0,
|
|
3675
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
|
|
3529
3676
|
"path",
|
|
3530
3677
|
{
|
|
3531
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",
|
|
@@ -3542,12 +3689,12 @@ var TrashIcon = (0, import_react74.forwardRef)(
|
|
|
3542
3689
|
);
|
|
3543
3690
|
|
|
3544
3691
|
// src/icons/trendDown.tsx
|
|
3545
|
-
var
|
|
3546
|
-
var
|
|
3547
|
-
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)(
|
|
3548
3695
|
function TrendDownIcon2(_a, ref) {
|
|
3549
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
3550
|
-
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)(
|
|
3551
3698
|
"svg",
|
|
3552
3699
|
__spreadProps(__spreadValues({
|
|
3553
3700
|
ref,
|
|
@@ -3558,7 +3705,7 @@ var TrendDownIcon = (0, import_react75.forwardRef)(
|
|
|
3558
3705
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3559
3706
|
className
|
|
3560
3707
|
}, other), {
|
|
3561
|
-
children: /* @__PURE__ */ (0,
|
|
3708
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
|
|
3562
3709
|
"path",
|
|
3563
3710
|
{
|
|
3564
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",
|
|
@@ -3574,12 +3721,12 @@ var TrendDownIcon = (0, import_react75.forwardRef)(
|
|
|
3574
3721
|
);
|
|
3575
3722
|
|
|
3576
3723
|
// src/icons/trendUp.tsx
|
|
3577
|
-
var
|
|
3578
|
-
var
|
|
3579
|
-
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)(
|
|
3580
3727
|
function TrendUpIcon2(_a, ref) {
|
|
3581
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
3582
|
-
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)(
|
|
3583
3730
|
"svg",
|
|
3584
3731
|
__spreadProps(__spreadValues({
|
|
3585
3732
|
ref,
|
|
@@ -3590,7 +3737,7 @@ var TrendUpIcon = (0, import_react76.forwardRef)(
|
|
|
3590
3737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3591
3738
|
className
|
|
3592
3739
|
}, other), {
|
|
3593
|
-
children: /* @__PURE__ */ (0,
|
|
3740
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
|
|
3594
3741
|
"path",
|
|
3595
3742
|
{
|
|
3596
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",
|
|
@@ -3606,11 +3753,11 @@ var TrendUpIcon = (0, import_react76.forwardRef)(
|
|
|
3606
3753
|
);
|
|
3607
3754
|
|
|
3608
3755
|
// src/icons/user.tsx
|
|
3609
|
-
var
|
|
3610
|
-
var
|
|
3611
|
-
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) {
|
|
3612
3759
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3613
|
-
return /* @__PURE__ */ (0,
|
|
3760
|
+
return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
|
|
3614
3761
|
"svg",
|
|
3615
3762
|
__spreadProps(__spreadValues({
|
|
3616
3763
|
ref,
|
|
@@ -3622,7 +3769,7 @@ var UserIcon = (0, import_react77.forwardRef)(function UserIcon2(_a, ref) {
|
|
|
3622
3769
|
className
|
|
3623
3770
|
}, other), {
|
|
3624
3771
|
children: [
|
|
3625
|
-
duotone && /* @__PURE__ */ (0,
|
|
3772
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
3626
3773
|
"path",
|
|
3627
3774
|
{
|
|
3628
3775
|
opacity: "0.12",
|
|
@@ -3630,7 +3777,7 @@ var UserIcon = (0, import_react77.forwardRef)(function UserIcon2(_a, ref) {
|
|
|
3630
3777
|
fill: "currentColor"
|
|
3631
3778
|
}
|
|
3632
3779
|
),
|
|
3633
|
-
/* @__PURE__ */ (0,
|
|
3780
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
3634
3781
|
"path",
|
|
3635
3782
|
{
|
|
3636
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",
|
|
@@ -3646,12 +3793,12 @@ var UserIcon = (0, import_react77.forwardRef)(function UserIcon2(_a, ref) {
|
|
|
3646
3793
|
});
|
|
3647
3794
|
|
|
3648
3795
|
// src/icons/userPlus.tsx
|
|
3649
|
-
var
|
|
3650
|
-
var
|
|
3651
|
-
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)(
|
|
3652
3799
|
function UserPlusIcon2(_a, ref) {
|
|
3653
3800
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3654
|
-
return /* @__PURE__ */ (0,
|
|
3801
|
+
return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
3655
3802
|
"svg",
|
|
3656
3803
|
__spreadProps(__spreadValues({
|
|
3657
3804
|
ref,
|
|
@@ -3663,7 +3810,7 @@ var UserPlusIcon = (0, import_react78.forwardRef)(
|
|
|
3663
3810
|
className
|
|
3664
3811
|
}, other), {
|
|
3665
3812
|
children: [
|
|
3666
|
-
duotone && /* @__PURE__ */ (0,
|
|
3813
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
3667
3814
|
"path",
|
|
3668
3815
|
{
|
|
3669
3816
|
opacity: "0.12",
|
|
@@ -3671,7 +3818,7 @@ var UserPlusIcon = (0, import_react78.forwardRef)(
|
|
|
3671
3818
|
fill: "currentColor"
|
|
3672
3819
|
}
|
|
3673
3820
|
),
|
|
3674
|
-
/* @__PURE__ */ (0,
|
|
3821
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
|
|
3675
3822
|
"path",
|
|
3676
3823
|
{
|
|
3677
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",
|
|
@@ -3688,12 +3835,12 @@ var UserPlusIcon = (0, import_react78.forwardRef)(
|
|
|
3688
3835
|
);
|
|
3689
3836
|
|
|
3690
3837
|
// src/icons/userX.tsx
|
|
3691
|
-
var
|
|
3692
|
-
var
|
|
3693
|
-
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)(
|
|
3694
3841
|
function UserXIcon2(_a, ref) {
|
|
3695
3842
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3696
|
-
return /* @__PURE__ */ (0,
|
|
3843
|
+
return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
|
|
3697
3844
|
"svg",
|
|
3698
3845
|
__spreadProps(__spreadValues({
|
|
3699
3846
|
ref,
|
|
@@ -3705,7 +3852,7 @@ var UserXIcon = (0, import_react79.forwardRef)(
|
|
|
3705
3852
|
className
|
|
3706
3853
|
}, other), {
|
|
3707
3854
|
children: [
|
|
3708
|
-
duotone && /* @__PURE__ */ (0,
|
|
3855
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
3709
3856
|
"path",
|
|
3710
3857
|
{
|
|
3711
3858
|
opacity: "0.12",
|
|
@@ -3713,7 +3860,7 @@ var UserXIcon = (0, import_react79.forwardRef)(
|
|
|
3713
3860
|
fill: "currentColor"
|
|
3714
3861
|
}
|
|
3715
3862
|
),
|
|
3716
|
-
/* @__PURE__ */ (0,
|
|
3863
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
3717
3864
|
"path",
|
|
3718
3865
|
{
|
|
3719
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",
|
|
@@ -3730,12 +3877,12 @@ var UserXIcon = (0, import_react79.forwardRef)(
|
|
|
3730
3877
|
);
|
|
3731
3878
|
|
|
3732
3879
|
// src/icons/users.tsx
|
|
3733
|
-
var
|
|
3734
|
-
var
|
|
3735
|
-
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)(
|
|
3736
3883
|
function UsersIcon2(_a, ref) {
|
|
3737
3884
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3738
|
-
return /* @__PURE__ */ (0,
|
|
3885
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
|
|
3739
3886
|
"svg",
|
|
3740
3887
|
__spreadProps(__spreadValues({
|
|
3741
3888
|
ref,
|
|
@@ -3747,7 +3894,7 @@ var UsersIcon = (0, import_react80.forwardRef)(
|
|
|
3747
3894
|
className
|
|
3748
3895
|
}, other), {
|
|
3749
3896
|
children: [
|
|
3750
|
-
duotone && /* @__PURE__ */ (0,
|
|
3897
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
3751
3898
|
"path",
|
|
3752
3899
|
{
|
|
3753
3900
|
opacity: "0.12",
|
|
@@ -3755,7 +3902,7 @@ var UsersIcon = (0, import_react80.forwardRef)(
|
|
|
3755
3902
|
fill: "currentColor"
|
|
3756
3903
|
}
|
|
3757
3904
|
),
|
|
3758
|
-
/* @__PURE__ */ (0,
|
|
3905
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
3759
3906
|
"path",
|
|
3760
3907
|
{
|
|
3761
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",
|
|
@@ -3772,12 +3919,12 @@ var UsersIcon = (0, import_react80.forwardRef)(
|
|
|
3772
3919
|
);
|
|
3773
3920
|
|
|
3774
3921
|
// src/icons/usersPlus.tsx
|
|
3775
|
-
var
|
|
3776
|
-
var
|
|
3777
|
-
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)(
|
|
3778
3925
|
function UsersPlusIcon2(_a, ref) {
|
|
3779
3926
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3780
|
-
return /* @__PURE__ */ (0,
|
|
3927
|
+
return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
3781
3928
|
"svg",
|
|
3782
3929
|
__spreadProps(__spreadValues({
|
|
3783
3930
|
ref,
|
|
@@ -3789,7 +3936,7 @@ var UsersPlusIcon = (0, import_react81.forwardRef)(
|
|
|
3789
3936
|
className
|
|
3790
3937
|
}, other), {
|
|
3791
3938
|
children: [
|
|
3792
|
-
duotone && /* @__PURE__ */ (0,
|
|
3939
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3793
3940
|
"path",
|
|
3794
3941
|
{
|
|
3795
3942
|
opacity: "0.12",
|
|
@@ -3797,7 +3944,7 @@ var UsersPlusIcon = (0, import_react81.forwardRef)(
|
|
|
3797
3944
|
fill: "currentColor"
|
|
3798
3945
|
}
|
|
3799
3946
|
),
|
|
3800
|
-
/* @__PURE__ */ (0,
|
|
3947
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
3801
3948
|
"path",
|
|
3802
3949
|
{
|
|
3803
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",
|
|
@@ -3814,12 +3961,12 @@ var UsersPlusIcon = (0, import_react81.forwardRef)(
|
|
|
3814
3961
|
);
|
|
3815
3962
|
|
|
3816
3963
|
// src/icons/usersX.tsx
|
|
3817
|
-
var
|
|
3818
|
-
var
|
|
3819
|
-
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)(
|
|
3820
3967
|
function UsersXIcon2(_a, ref) {
|
|
3821
3968
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3822
|
-
return /* @__PURE__ */ (0,
|
|
3969
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
|
|
3823
3970
|
"svg",
|
|
3824
3971
|
__spreadProps(__spreadValues({
|
|
3825
3972
|
ref,
|
|
@@ -3831,7 +3978,7 @@ var UsersXIcon = (0, import_react82.forwardRef)(
|
|
|
3831
3978
|
className
|
|
3832
3979
|
}, other), {
|
|
3833
3980
|
children: [
|
|
3834
|
-
duotone && /* @__PURE__ */ (0,
|
|
3981
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3835
3982
|
"path",
|
|
3836
3983
|
{
|
|
3837
3984
|
opacity: "0.12",
|
|
@@ -3839,7 +3986,7 @@ var UsersXIcon = (0, import_react82.forwardRef)(
|
|
|
3839
3986
|
fill: "currentColor"
|
|
3840
3987
|
}
|
|
3841
3988
|
),
|
|
3842
|
-
/* @__PURE__ */ (0,
|
|
3989
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
3843
3990
|
"path",
|
|
3844
3991
|
{
|
|
3845
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",
|
|
@@ -3856,12 +4003,12 @@ var UsersXIcon = (0, import_react82.forwardRef)(
|
|
|
3856
4003
|
);
|
|
3857
4004
|
|
|
3858
4005
|
// src/icons/videoRecorder.tsx
|
|
3859
|
-
var
|
|
3860
|
-
var
|
|
3861
|
-
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)(
|
|
3862
4009
|
function VideoRecorderIcon2(_a, ref) {
|
|
3863
4010
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3864
|
-
return /* @__PURE__ */ (0,
|
|
4011
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
3865
4012
|
"svg",
|
|
3866
4013
|
__spreadProps(__spreadValues({
|
|
3867
4014
|
ref,
|
|
@@ -3873,7 +4020,7 @@ var VideoRecorderIcon = (0, import_react83.forwardRef)(
|
|
|
3873
4020
|
className
|
|
3874
4021
|
}, other), {
|
|
3875
4022
|
children: [
|
|
3876
|
-
duotone && /* @__PURE__ */ (0,
|
|
4023
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3877
4024
|
"path",
|
|
3878
4025
|
{
|
|
3879
4026
|
opacity: "0.12",
|
|
@@ -3885,7 +4032,7 @@ var VideoRecorderIcon = (0, import_react83.forwardRef)(
|
|
|
3885
4032
|
strokeLinejoin: "round"
|
|
3886
4033
|
}
|
|
3887
4034
|
),
|
|
3888
|
-
/* @__PURE__ */ (0,
|
|
4035
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3889
4036
|
"path",
|
|
3890
4037
|
{
|
|
3891
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",
|
|
@@ -3896,7 +4043,7 @@ var VideoRecorderIcon = (0, import_react83.forwardRef)(
|
|
|
3896
4043
|
}
|
|
3897
4044
|
),
|
|
3898
4045
|
",",
|
|
3899
|
-
/* @__PURE__ */ (0,
|
|
4046
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
|
|
3900
4047
|
"path",
|
|
3901
4048
|
{
|
|
3902
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",
|
|
@@ -3913,12 +4060,12 @@ var VideoRecorderIcon = (0, import_react83.forwardRef)(
|
|
|
3913
4060
|
);
|
|
3914
4061
|
|
|
3915
4062
|
// src/icons/videoRecorderOff.tsx
|
|
3916
|
-
var
|
|
3917
|
-
var
|
|
3918
|
-
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)(
|
|
3919
4066
|
function VideoRecorderOffIcon2(_a, ref) {
|
|
3920
4067
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3921
|
-
return /* @__PURE__ */ (0,
|
|
4068
|
+
return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
|
|
3922
4069
|
"svg",
|
|
3923
4070
|
__spreadProps(__spreadValues({
|
|
3924
4071
|
ref,
|
|
@@ -3930,7 +4077,7 @@ var VideoRecorderOffIcon = (0, import_react84.forwardRef)(
|
|
|
3930
4077
|
className
|
|
3931
4078
|
}, other), {
|
|
3932
4079
|
children: [
|
|
3933
|
-
duotone && /* @__PURE__ */ (0,
|
|
4080
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3934
4081
|
"path",
|
|
3935
4082
|
{
|
|
3936
4083
|
opacity: "0.12",
|
|
@@ -3942,7 +4089,7 @@ var VideoRecorderOffIcon = (0, import_react84.forwardRef)(
|
|
|
3942
4089
|
strokeLinejoin: "round"
|
|
3943
4090
|
}
|
|
3944
4091
|
),
|
|
3945
|
-
/* @__PURE__ */ (0,
|
|
4092
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
|
|
3946
4093
|
"path",
|
|
3947
4094
|
{
|
|
3948
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",
|
|
@@ -3959,12 +4106,12 @@ var VideoRecorderOffIcon = (0, import_react84.forwardRef)(
|
|
|
3959
4106
|
);
|
|
3960
4107
|
|
|
3961
4108
|
// src/icons/volumeMax.tsx
|
|
3962
|
-
var
|
|
3963
|
-
var
|
|
3964
|
-
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)(
|
|
3965
4112
|
function VolumeMaxIcon2(_a, ref) {
|
|
3966
4113
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3967
|
-
return /* @__PURE__ */ (0,
|
|
4114
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
|
|
3968
4115
|
"svg",
|
|
3969
4116
|
__spreadProps(__spreadValues({
|
|
3970
4117
|
ref,
|
|
@@ -3976,7 +4123,7 @@ var VolumeMaxIcon = (0, import_react85.forwardRef)(
|
|
|
3976
4123
|
className
|
|
3977
4124
|
}, other), {
|
|
3978
4125
|
children: [
|
|
3979
|
-
duotone && /* @__PURE__ */ (0,
|
|
4126
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3980
4127
|
"path",
|
|
3981
4128
|
{
|
|
3982
4129
|
opacity: "0.12",
|
|
@@ -3984,7 +4131,7 @@ var VolumeMaxIcon = (0, import_react85.forwardRef)(
|
|
|
3984
4131
|
fill: "currentColor"
|
|
3985
4132
|
}
|
|
3986
4133
|
),
|
|
3987
|
-
/* @__PURE__ */ (0,
|
|
4134
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
|
|
3988
4135
|
"path",
|
|
3989
4136
|
{
|
|
3990
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",
|
|
@@ -4001,12 +4148,12 @@ var VolumeMaxIcon = (0, import_react85.forwardRef)(
|
|
|
4001
4148
|
);
|
|
4002
4149
|
|
|
4003
4150
|
// src/icons/volumeX.tsx
|
|
4004
|
-
var
|
|
4005
|
-
var
|
|
4006
|
-
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)(
|
|
4007
4154
|
function VolumeXIcon2(_a, ref) {
|
|
4008
4155
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4009
|
-
return /* @__PURE__ */ (0,
|
|
4156
|
+
return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
|
|
4010
4157
|
"svg",
|
|
4011
4158
|
__spreadProps(__spreadValues({
|
|
4012
4159
|
ref,
|
|
@@ -4018,7 +4165,7 @@ var VolumeXIcon = (0, import_react86.forwardRef)(
|
|
|
4018
4165
|
className
|
|
4019
4166
|
}, other), {
|
|
4020
4167
|
children: [
|
|
4021
|
-
duotone && /* @__PURE__ */ (0,
|
|
4168
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
4022
4169
|
"path",
|
|
4023
4170
|
{
|
|
4024
4171
|
opacity: "0.12",
|
|
@@ -4026,7 +4173,7 @@ var VolumeXIcon = (0, import_react86.forwardRef)(
|
|
|
4026
4173
|
fill: "currentColor"
|
|
4027
4174
|
}
|
|
4028
4175
|
),
|
|
4029
|
-
/* @__PURE__ */ (0,
|
|
4176
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
|
|
4030
4177
|
"path",
|
|
4031
4178
|
{
|
|
4032
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",
|
|
@@ -4043,12 +4190,12 @@ var VolumeXIcon = (0, import_react86.forwardRef)(
|
|
|
4043
4190
|
);
|
|
4044
4191
|
|
|
4045
4192
|
// src/icons/xCircle.tsx
|
|
4046
|
-
var
|
|
4047
|
-
var
|
|
4048
|
-
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)(
|
|
4049
4196
|
function XCircleIcon2(_a, ref) {
|
|
4050
4197
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4051
|
-
return /* @__PURE__ */ (0,
|
|
4198
|
+
return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
|
|
4052
4199
|
"svg",
|
|
4053
4200
|
__spreadProps(__spreadValues({
|
|
4054
4201
|
ref,
|
|
@@ -4060,7 +4207,7 @@ var XCircleIcon = (0, import_react87.forwardRef)(
|
|
|
4060
4207
|
className
|
|
4061
4208
|
}, other), {
|
|
4062
4209
|
children: [
|
|
4063
|
-
duotone && /* @__PURE__ */ (0,
|
|
4210
|
+
duotone && /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
4064
4211
|
"path",
|
|
4065
4212
|
{
|
|
4066
4213
|
opacity: "0.12",
|
|
@@ -4068,7 +4215,7 @@ var XCircleIcon = (0, import_react87.forwardRef)(
|
|
|
4068
4215
|
fill: "currentColor"
|
|
4069
4216
|
}
|
|
4070
4217
|
),
|
|
4071
|
-
/* @__PURE__ */ (0,
|
|
4218
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
|
|
4072
4219
|
"path",
|
|
4073
4220
|
{
|
|
4074
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",
|
|
@@ -4085,12 +4232,12 @@ var XCircleIcon = (0, import_react87.forwardRef)(
|
|
|
4085
4232
|
);
|
|
4086
4233
|
|
|
4087
4234
|
// src/icons/xClose.tsx
|
|
4088
|
-
var
|
|
4089
|
-
var
|
|
4090
|
-
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)(
|
|
4091
4238
|
function XCloseIcon2(_a, ref) {
|
|
4092
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone
|
|
4093
|
-
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)(
|
|
4094
4241
|
"svg",
|
|
4095
4242
|
__spreadProps(__spreadValues({
|
|
4096
4243
|
ref,
|
|
@@ -4101,7 +4248,7 @@ var XCloseIcon = (0, import_react88.forwardRef)(
|
|
|
4101
4248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4102
4249
|
className
|
|
4103
4250
|
}, other), {
|
|
4104
|
-
children: /* @__PURE__ */ (0,
|
|
4251
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
|
|
4105
4252
|
"path",
|
|
4106
4253
|
{
|
|
4107
4254
|
d: "M18 6L6 18M6 6L18 18",
|
|
@@ -4117,7 +4264,7 @@ var XCloseIcon = (0, import_react88.forwardRef)(
|
|
|
4117
4264
|
);
|
|
4118
4265
|
|
|
4119
4266
|
// src/components/Calendar/Calendar.tsx
|
|
4120
|
-
var
|
|
4267
|
+
var import_jsx_runtime94 = require("react/jsx-runtime");
|
|
4121
4268
|
function Calendar(_a) {
|
|
4122
4269
|
var _b = _a, {
|
|
4123
4270
|
className,
|
|
@@ -4128,7 +4275,7 @@ function Calendar(_a) {
|
|
|
4128
4275
|
"classNames",
|
|
4129
4276
|
"showOutsideDays"
|
|
4130
4277
|
]);
|
|
4131
|
-
return /* @__PURE__ */ (0,
|
|
4278
|
+
return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
4132
4279
|
import_react_day_picker.DayPicker,
|
|
4133
4280
|
__spreadValues({
|
|
4134
4281
|
showOutsideDays,
|
|
@@ -4158,24 +4305,39 @@ function Calendar(_a) {
|
|
|
4158
4305
|
day_hidden: "invisible"
|
|
4159
4306
|
}, classNames),
|
|
4160
4307
|
components: {
|
|
4161
|
-
IconLeft: (
|
|
4162
|
-
|
|
4163
|
-
return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(ChevronLeftIcon, { className: "h-3 w-3" });
|
|
4164
|
-
},
|
|
4165
|
-
IconRight: (_b2) => {
|
|
4166
|
-
var props2 = __objRest(_b2, []);
|
|
4167
|
-
return /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(ChevronRightIcon, { className: "h-3 w-3" });
|
|
4168
|
-
}
|
|
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" })
|
|
4169
4310
|
}
|
|
4170
4311
|
}, props)
|
|
4171
4312
|
);
|
|
4172
4313
|
}
|
|
4173
4314
|
Calendar.displayName = "Calendar";
|
|
4174
4315
|
|
|
4175
|
-
// src/components/
|
|
4316
|
+
// src/components/Checkbox/Checkbox.tsx
|
|
4176
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"));
|
|
4177
4339
|
var DialogPrimitive = __toESM(require("@radix-ui/react-dialog"));
|
|
4178
|
-
var
|
|
4340
|
+
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
4179
4341
|
var Dialog = DialogPrimitive.Root;
|
|
4180
4342
|
var DialogTrigger = DialogPrimitive.Trigger;
|
|
4181
4343
|
var DialogPortal = (_a) => {
|
|
@@ -4184,12 +4346,12 @@ var DialogPortal = (_a) => {
|
|
|
4184
4346
|
} = _b, props = __objRest(_b, [
|
|
4185
4347
|
"className"
|
|
4186
4348
|
]);
|
|
4187
|
-
return /* @__PURE__ */ (0,
|
|
4349
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(DialogPrimitive.Portal, __spreadValues({ className: cn(className) }, props));
|
|
4188
4350
|
};
|
|
4189
4351
|
DialogPortal.displayName = DialogPrimitive.Portal.displayName;
|
|
4190
|
-
var DialogOverlay =
|
|
4352
|
+
var DialogOverlay = React6.forwardRef((_a, ref) => {
|
|
4191
4353
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4192
|
-
return /* @__PURE__ */ (0,
|
|
4354
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
4193
4355
|
DialogPrimitive.Overlay,
|
|
4194
4356
|
__spreadValues({
|
|
4195
4357
|
ref,
|
|
@@ -4201,11 +4363,11 @@ var DialogOverlay = React5.forwardRef((_a, ref) => {
|
|
|
4201
4363
|
);
|
|
4202
4364
|
});
|
|
4203
4365
|
DialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
|
|
4204
|
-
var DialogContent =
|
|
4366
|
+
var DialogContent = React6.forwardRef((_a, ref) => {
|
|
4205
4367
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
4206
|
-
return /* @__PURE__ */ (0,
|
|
4207
|
-
/* @__PURE__ */ (0,
|
|
4208
|
-
/* @__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)(
|
|
4209
4371
|
DialogPrimitive.Content,
|
|
4210
4372
|
__spreadProps(__spreadValues({
|
|
4211
4373
|
ref,
|
|
@@ -4216,7 +4378,7 @@ var DialogContent = React5.forwardRef((_a, ref) => {
|
|
|
4216
4378
|
}, props), {
|
|
4217
4379
|
children: [
|
|
4218
4380
|
children,
|
|
4219
|
-
/* @__PURE__ */ (0,
|
|
4381
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
4220
4382
|
DialogPrimitive.Close,
|
|
4221
4383
|
{
|
|
4222
4384
|
className: cn(
|
|
@@ -4225,8 +4387,8 @@ var DialogContent = React5.forwardRef((_a, ref) => {
|
|
|
4225
4387
|
"absolute right-6 top-6"
|
|
4226
4388
|
),
|
|
4227
4389
|
children: [
|
|
4228
|
-
/* @__PURE__ */ (0,
|
|
4229
|
-
/* @__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" })
|
|
4230
4392
|
]
|
|
4231
4393
|
}
|
|
4232
4394
|
)
|
|
@@ -4242,7 +4404,7 @@ var DialogHeader = (_a) => {
|
|
|
4242
4404
|
} = _b, props = __objRest(_b, [
|
|
4243
4405
|
"className"
|
|
4244
4406
|
]);
|
|
4245
|
-
return /* @__PURE__ */ (0,
|
|
4407
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
4246
4408
|
"div",
|
|
4247
4409
|
__spreadValues({
|
|
4248
4410
|
className: cn(
|
|
@@ -4259,7 +4421,7 @@ var DialogFooter = (_a) => {
|
|
|
4259
4421
|
} = _b, props = __objRest(_b, [
|
|
4260
4422
|
"className"
|
|
4261
4423
|
]);
|
|
4262
|
-
return /* @__PURE__ */ (0,
|
|
4424
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
4263
4425
|
"div",
|
|
4264
4426
|
__spreadValues({
|
|
4265
4427
|
className: cn(
|
|
@@ -4270,9 +4432,9 @@ var DialogFooter = (_a) => {
|
|
|
4270
4432
|
);
|
|
4271
4433
|
};
|
|
4272
4434
|
DialogFooter.displayName = "DialogFooter";
|
|
4273
|
-
var DialogTitle =
|
|
4435
|
+
var DialogTitle = React6.forwardRef((_a, ref) => {
|
|
4274
4436
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4275
|
-
return /* @__PURE__ */ (0,
|
|
4437
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
4276
4438
|
DialogPrimitive.Title,
|
|
4277
4439
|
__spreadValues({
|
|
4278
4440
|
ref,
|
|
@@ -4281,9 +4443,9 @@ var DialogTitle = React5.forwardRef((_a, ref) => {
|
|
|
4281
4443
|
);
|
|
4282
4444
|
});
|
|
4283
4445
|
DialogTitle.displayName = DialogPrimitive.Title.displayName;
|
|
4284
|
-
var DialogDescription =
|
|
4446
|
+
var DialogDescription = React6.forwardRef((_a, ref) => {
|
|
4285
4447
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4286
|
-
return /* @__PURE__ */ (0,
|
|
4448
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
4287
4449
|
DialogPrimitive.Description,
|
|
4288
4450
|
__spreadValues({
|
|
4289
4451
|
ref,
|
|
@@ -4293,15 +4455,442 @@ var DialogDescription = React5.forwardRef((_a, ref) => {
|
|
|
4293
4455
|
});
|
|
4294
4456
|
DialogDescription.displayName = DialogPrimitive.Description.displayName;
|
|
4295
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
|
+
|
|
4296
4885
|
// src/components/Popover/Popover.tsx
|
|
4297
|
-
var
|
|
4886
|
+
var React11 = __toESM(require("react"));
|
|
4298
4887
|
var PopoverPrimitive = __toESM(require("@radix-ui/react-popover"));
|
|
4299
|
-
var
|
|
4888
|
+
var import_jsx_runtime101 = require("react/jsx-runtime");
|
|
4300
4889
|
var Popover = PopoverPrimitive.Root;
|
|
4301
4890
|
var PopoverTrigger = PopoverPrimitive.Trigger;
|
|
4302
|
-
var PopoverContent =
|
|
4891
|
+
var PopoverContent = React11.forwardRef((_a, ref) => {
|
|
4303
4892
|
var _b = _a, { className, align = "center", sideOffset = 4 } = _b, props = __objRest(_b, ["className", "align", "sideOffset"]);
|
|
4304
|
-
return /* @__PURE__ */ (0,
|
|
4893
|
+
return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(PopoverPrimitive.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
4305
4894
|
PopoverPrimitive.Content,
|
|
4306
4895
|
__spreadValues({
|
|
4307
4896
|
ref,
|
|
@@ -4316,13 +4905,112 @@ var PopoverContent = React6.forwardRef((_a, ref) => {
|
|
|
4316
4905
|
});
|
|
4317
4906
|
PopoverContent.displayName = PopoverPrimitive.Content.displayName;
|
|
4318
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
|
+
|
|
4319
5007
|
// src/components/Switch/Switch.tsx
|
|
4320
|
-
var
|
|
5008
|
+
var React13 = __toESM(require("react"));
|
|
4321
5009
|
var SwitchPrimitive = __toESM(require("@radix-ui/react-switch"));
|
|
4322
|
-
var
|
|
4323
|
-
var Switch =
|
|
5010
|
+
var import_jsx_runtime103 = require("react/jsx-runtime");
|
|
5011
|
+
var Switch = React13.forwardRef((_a, ref) => {
|
|
4324
5012
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4325
|
-
return /* @__PURE__ */ (0,
|
|
5013
|
+
return /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
4326
5014
|
SwitchPrimitive.Root,
|
|
4327
5015
|
__spreadProps(__spreadValues({
|
|
4328
5016
|
className: cn(
|
|
@@ -4331,20 +5019,20 @@ var Switch = React7.forwardRef((_a, ref) => {
|
|
|
4331
5019
|
)
|
|
4332
5020
|
}, props), {
|
|
4333
5021
|
ref,
|
|
4334
|
-
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" })
|
|
4335
5023
|
})
|
|
4336
5024
|
);
|
|
4337
5025
|
});
|
|
4338
5026
|
Switch.displayName = SwitchPrimitive.Root.displayName;
|
|
4339
5027
|
|
|
4340
5028
|
// src/components/Tabs/Tabs.tsx
|
|
4341
|
-
var
|
|
5029
|
+
var React14 = __toESM(require("react"));
|
|
4342
5030
|
var TabsPrimitive = __toESM(require("@radix-ui/react-tabs"));
|
|
4343
|
-
var
|
|
5031
|
+
var import_jsx_runtime104 = require("react/jsx-runtime");
|
|
4344
5032
|
var Tabs = TabsPrimitive.Root;
|
|
4345
|
-
var TabsList =
|
|
5033
|
+
var TabsList = React14.forwardRef((_a, ref) => {
|
|
4346
5034
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4347
|
-
return /* @__PURE__ */ (0,
|
|
5035
|
+
return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
4348
5036
|
TabsPrimitive.List,
|
|
4349
5037
|
__spreadValues({
|
|
4350
5038
|
ref,
|
|
@@ -4356,9 +5044,9 @@ var TabsList = React8.forwardRef((_a, ref) => {
|
|
|
4356
5044
|
);
|
|
4357
5045
|
});
|
|
4358
5046
|
TabsList.displayName = TabsPrimitive.List.displayName;
|
|
4359
|
-
var TabsTrigger =
|
|
5047
|
+
var TabsTrigger = React14.forwardRef((_a, ref) => {
|
|
4360
5048
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4361
|
-
return /* @__PURE__ */ (0,
|
|
5049
|
+
return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
4362
5050
|
TabsPrimitive.Trigger,
|
|
4363
5051
|
__spreadValues({
|
|
4364
5052
|
ref,
|
|
@@ -4373,9 +5061,9 @@ var TabsTrigger = React8.forwardRef((_a, ref) => {
|
|
|
4373
5061
|
);
|
|
4374
5062
|
});
|
|
4375
5063
|
TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
|
|
4376
|
-
var TabsContent =
|
|
5064
|
+
var TabsContent = React14.forwardRef((_a, ref) => {
|
|
4377
5065
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4378
|
-
return /* @__PURE__ */ (0,
|
|
5066
|
+
return /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
|
|
4379
5067
|
TabsPrimitive.Content,
|
|
4380
5068
|
__spreadValues({
|
|
4381
5069
|
ref,
|
|
@@ -4387,6 +5075,68 @@ var TabsContent = React8.forwardRef((_a, ref) => {
|
|
|
4387
5075
|
);
|
|
4388
5076
|
});
|
|
4389
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;
|
|
4390
5140
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4391
5141
|
0 && (module.exports = {
|
|
4392
5142
|
Accordion,
|
|
@@ -4420,9 +5170,12 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
4420
5170
|
CameraIcon,
|
|
4421
5171
|
CameraOffIcon,
|
|
4422
5172
|
CheckCircleIcon,
|
|
5173
|
+
CheckIcon,
|
|
5174
|
+
Checkbox,
|
|
4423
5175
|
ChevronDownIcon,
|
|
4424
5176
|
ChevronLeftIcon,
|
|
4425
5177
|
ChevronRightIcon,
|
|
5178
|
+
ChevronSelectorVerticalIcon,
|
|
4426
5179
|
ChevronUpIcon,
|
|
4427
5180
|
CopyIcon,
|
|
4428
5181
|
CursorClickIcon,
|
|
@@ -4435,17 +5188,41 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
4435
5188
|
DialogTrigger,
|
|
4436
5189
|
DotsHorizontalIcon,
|
|
4437
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,
|
|
4438
5205
|
EditIcon,
|
|
4439
5206
|
ExpandIcon,
|
|
5207
|
+
FileQuestionIcon,
|
|
4440
5208
|
FilterLinesIcon,
|
|
4441
5209
|
FlipBackwardIcon,
|
|
4442
5210
|
FlipForwardIcon,
|
|
5211
|
+
Form,
|
|
5212
|
+
FormControl,
|
|
5213
|
+
FormDescription,
|
|
5214
|
+
FormField,
|
|
5215
|
+
FormItem,
|
|
5216
|
+
FormLabel,
|
|
5217
|
+
FormMessage,
|
|
4443
5218
|
HelpCircleIcon,
|
|
4444
5219
|
HomeIcon,
|
|
4445
5220
|
ImageDownIcon,
|
|
4446
5221
|
ImageIcon,
|
|
4447
5222
|
ImageXIcon,
|
|
4448
5223
|
InfoCircleIcon,
|
|
5224
|
+
Input,
|
|
5225
|
+
Label,
|
|
4449
5226
|
LightbulbIcon,
|
|
4450
5227
|
LinkIcon,
|
|
4451
5228
|
LockIcon,
|
|
@@ -4479,6 +5256,14 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
4479
5256
|
RocketIcon,
|
|
4480
5257
|
SaveIcon,
|
|
4481
5258
|
SearchMdIcon,
|
|
5259
|
+
Select,
|
|
5260
|
+
SelectContent,
|
|
5261
|
+
SelectGroup,
|
|
5262
|
+
SelectItem,
|
|
5263
|
+
SelectLabel,
|
|
5264
|
+
SelectSeparator,
|
|
5265
|
+
SelectTrigger,
|
|
5266
|
+
SelectValue,
|
|
4482
5267
|
SendIcon,
|
|
4483
5268
|
SettingsIcon,
|
|
4484
5269
|
ShareArrowIcon,
|
|
@@ -4491,6 +5276,11 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
4491
5276
|
TabsContent,
|
|
4492
5277
|
TabsList,
|
|
4493
5278
|
TabsTrigger,
|
|
5279
|
+
Textarea,
|
|
5280
|
+
Tooltip,
|
|
5281
|
+
TooltipContent,
|
|
5282
|
+
TooltipProvider,
|
|
5283
|
+
TooltipTrigger,
|
|
4494
5284
|
TrashIcon,
|
|
4495
5285
|
TrendDownIcon,
|
|
4496
5286
|
TrendUpIcon,
|
|
@@ -4508,5 +5298,6 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
4508
5298
|
XCloseIcon,
|
|
4509
5299
|
buttonSizes,
|
|
4510
5300
|
buttonVariants,
|
|
4511
|
-
iconButtonSizes
|
|
5301
|
+
iconButtonSizes,
|
|
5302
|
+
useFormField
|
|
4512
5303
|
});
|