@snapcall/design-system 1.7.0 → 1.9.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 +11 -3
- package/dist/index.d.ts +11 -3
- package/dist/index.js +974 -788
- package/dist/index.mjs +906 -724
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1035,11 +1035,11 @@ var CalendarPlusIcon = forwardRef16(
|
|
|
1035
1035
|
}
|
|
1036
1036
|
);
|
|
1037
1037
|
|
|
1038
|
-
// src/icons/
|
|
1038
|
+
// src/icons/calendarPlusCorner.tsx
|
|
1039
1039
|
import { forwardRef as forwardRef17 } from "react";
|
|
1040
1040
|
import { jsx as jsx19, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
1041
|
-
var
|
|
1042
|
-
function
|
|
1041
|
+
var CalendarPlusCornerIcon = forwardRef17(
|
|
1042
|
+
function CalendarPlusCornerIcon2(_a, ref) {
|
|
1043
1043
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1044
1044
|
return /* @__PURE__ */ jsxs10(
|
|
1045
1045
|
"svg",
|
|
@@ -1047,7 +1047,7 @@ var CameraIcon = forwardRef17(
|
|
|
1047
1047
|
ref,
|
|
1048
1048
|
width: size,
|
|
1049
1049
|
height: size,
|
|
1050
|
-
viewBox: "0 0
|
|
1050
|
+
viewBox: "0 0 16 16",
|
|
1051
1051
|
fill: "none",
|
|
1052
1052
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1053
1053
|
className
|
|
@@ -1057,11 +1057,53 @@ var CameraIcon = forwardRef17(
|
|
|
1057
1057
|
"path",
|
|
1058
1058
|
{
|
|
1059
1059
|
opacity: "0.12",
|
|
1060
|
-
d: "
|
|
1060
|
+
d: "M2 5.86699C2 4.74689 2 4.18683 2.21799 3.75901C2.40973 3.38269 2.71569 3.07673 3.09202 2.88498C3.51984 2.66699 4.0799 2.66699 5.2 2.66699H10.8C11.9201 2.66699 12.4802 2.66699 12.908 2.88498C13.2843 3.07673 13.5903 3.38269 13.782 3.75901C14 4.18683 14 4.74689 14 5.86699V6.66699H2V5.86699Z",
|
|
1061
1061
|
fill: "currentColor"
|
|
1062
1062
|
}
|
|
1063
1063
|
),
|
|
1064
1064
|
/* @__PURE__ */ jsx19(
|
|
1065
|
+
"path",
|
|
1066
|
+
{
|
|
1067
|
+
d: "M14 7.66634V5.86634C14 4.74624 14 4.18618 13.782 3.75836C13.5903 3.38204 13.2843 3.07607 12.908 2.88433C12.4802 2.66634 11.9201 2.66634 10.8 2.66634H5.2C4.0799 2.66634 3.51984 2.66634 3.09202 2.88433C2.71569 3.07607 2.40973 3.38204 2.21799 3.75836C2 4.18618 2 4.74624 2 5.86634V11.4663C2 12.5864 2 13.1465 2.21799 13.5743C2.40973 13.9506 2.71569 14.2566 3.09202 14.4484C3.51984 14.6663 4.0799 14.6663 5.2 14.6663H8.33333M14 6.66634H2M10.6667 1.33301V3.99967M5.33333 1.33301V3.99967M12 13.9997V9.99967M10 11.9997H14",
|
|
1068
|
+
stroke: "currentColor",
|
|
1069
|
+
strokeWidth: "1.4",
|
|
1070
|
+
strokeLinecap: "round",
|
|
1071
|
+
strokeLinejoin: "round"
|
|
1072
|
+
}
|
|
1073
|
+
)
|
|
1074
|
+
]
|
|
1075
|
+
})
|
|
1076
|
+
);
|
|
1077
|
+
}
|
|
1078
|
+
);
|
|
1079
|
+
|
|
1080
|
+
// src/icons/camera.tsx
|
|
1081
|
+
import { forwardRef as forwardRef18 } from "react";
|
|
1082
|
+
import { jsx as jsx20, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
1083
|
+
var CameraIcon = forwardRef18(
|
|
1084
|
+
function CameraIcon2(_a, ref) {
|
|
1085
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1086
|
+
return /* @__PURE__ */ jsxs11(
|
|
1087
|
+
"svg",
|
|
1088
|
+
__spreadProps(__spreadValues({
|
|
1089
|
+
ref,
|
|
1090
|
+
width: size,
|
|
1091
|
+
height: size,
|
|
1092
|
+
viewBox: "0 0 24 24",
|
|
1093
|
+
fill: "none",
|
|
1094
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1095
|
+
className
|
|
1096
|
+
}, other), {
|
|
1097
|
+
children: [
|
|
1098
|
+
duotone && /* @__PURE__ */ jsx20(
|
|
1099
|
+
"path",
|
|
1100
|
+
{
|
|
1101
|
+
opacity: "0.12",
|
|
1102
|
+
d: "M12 16.5C14.2091 16.5 16 14.7091 16 12.5C16 10.2909 14.2091 8.5 12 8.5C9.79086 8.5 8 10.2909 8 12.5C8 14.7091 9.79086 16.5 12 16.5Z",
|
|
1103
|
+
fill: "currentColor"
|
|
1104
|
+
}
|
|
1105
|
+
),
|
|
1106
|
+
/* @__PURE__ */ jsx20(
|
|
1065
1107
|
"path",
|
|
1066
1108
|
{
|
|
1067
1109
|
d: "M2 8.37722C2 8.0269 2 7.85174 2.01462 7.70421C2.1556 6.28127 3.28127 5.1556 4.70421 5.01462C4.85174 5 5.03636 5 5.40558 5C5.54785 5 5.61899 5 5.67939 4.99634C6.45061 4.94963 7.12595 4.46288 7.41414 3.746C7.43671 3.68986 7.45781 3.62657 7.5 3.5C7.54219 3.37343 7.56329 3.31014 7.58586 3.254C7.87405 2.53712 8.54939 2.05037 9.32061 2.00366C9.38101 2 9.44772 2 9.58114 2H14.4189C14.5523 2 14.619 2 14.6794 2.00366C15.4506 2.05037 16.126 2.53712 16.4141 3.254C16.4367 3.31014 16.4578 3.37343 16.5 3.5C16.5422 3.62657 16.5633 3.68986 16.5859 3.746C16.874 4.46288 17.5494 4.94963 18.3206 4.99634C18.381 5 18.4521 5 18.5944 5C18.9636 5 19.1483 5 19.2958 5.01462C20.7187 5.1556 21.8444 6.28127 21.9854 7.70421C22 7.85174 22 8.0269 22 8.37722V16.2C22 17.8802 22 18.7202 21.673 19.362C21.3854 19.9265 20.9265 20.3854 20.362 20.673C19.7202 21 18.8802 21 17.2 21H6.8C5.11984 21 4.27976 21 3.63803 20.673C3.07354 20.3854 2.6146 19.9265 2.32698 19.362C2 18.7202 2 17.8802 2 16.2V8.37722Z",
|
|
@@ -1072,7 +1114,7 @@ var CameraIcon = forwardRef17(
|
|
|
1072
1114
|
}
|
|
1073
1115
|
),
|
|
1074
1116
|
",",
|
|
1075
|
-
/* @__PURE__ */
|
|
1117
|
+
/* @__PURE__ */ jsx20(
|
|
1076
1118
|
"path",
|
|
1077
1119
|
{
|
|
1078
1120
|
d: "M12 16.5C14.2091 16.5 16 14.7091 16 12.5C16 10.2909 14.2091 8.5 12 8.5C9.79086 8.5 8 10.2909 8 12.5C8 14.7091 9.79086 16.5 12 16.5Z",
|
|
@@ -1089,12 +1131,12 @@ var CameraIcon = forwardRef17(
|
|
|
1089
1131
|
);
|
|
1090
1132
|
|
|
1091
1133
|
// src/icons/cameraOff.tsx
|
|
1092
|
-
import { forwardRef as
|
|
1093
|
-
import { jsx as
|
|
1094
|
-
var CameraOffIcon =
|
|
1134
|
+
import { forwardRef as forwardRef19 } from "react";
|
|
1135
|
+
import { jsx as jsx21, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
1136
|
+
var CameraOffIcon = forwardRef19(
|
|
1095
1137
|
function CameraOffIcon2(_a, ref) {
|
|
1096
1138
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1097
|
-
return /* @__PURE__ */
|
|
1139
|
+
return /* @__PURE__ */ jsxs12(
|
|
1098
1140
|
"svg",
|
|
1099
1141
|
__spreadProps(__spreadValues({
|
|
1100
1142
|
ref,
|
|
@@ -1106,7 +1148,7 @@ var CameraOffIcon = forwardRef18(
|
|
|
1106
1148
|
className
|
|
1107
1149
|
}, other), {
|
|
1108
1150
|
children: [
|
|
1109
|
-
duotone && /* @__PURE__ */
|
|
1151
|
+
duotone && /* @__PURE__ */ jsx21(
|
|
1110
1152
|
"path",
|
|
1111
1153
|
{
|
|
1112
1154
|
opacity: "0.12",
|
|
@@ -1114,7 +1156,7 @@ var CameraOffIcon = forwardRef18(
|
|
|
1114
1156
|
fill: "currentColor"
|
|
1115
1157
|
}
|
|
1116
1158
|
),
|
|
1117
|
-
/* @__PURE__ */
|
|
1159
|
+
/* @__PURE__ */ jsx21(
|
|
1118
1160
|
"path",
|
|
1119
1161
|
{
|
|
1120
1162
|
d: "M5 5H5.41886C5.55228 5 5.61899 5 5.67939 4.99634C6.45061 4.94963 7.12595 4.46288 7.41414 3.746C7.43671 3.68986 7.45781 3.62657 7.5 3.5C7.54219 3.37343 7.56329 3.31014 7.58586 3.254C7.87405 2.53712 8.54939 2.05037 9.32061 2.00366C9.38101 2 9.44772 2 9.58114 2H14.4189C14.5523 2 14.619 2 14.6794 2.00366C15.4506 2.05037 16.126 2.53712 16.4141 3.254C16.4367 3.31014 16.4578 3.37343 16.5 3.5C16.5422 3.62657 16.5633 3.68986 16.5859 3.746C16.874 4.46288 17.5494 4.94963 18.3206 4.99634C18.381 5 18.4521 5 18.5944 5C18.9636 5 19.1483 5 19.2958 5.01462C20.7187 5.1556 21.8444 6.28127 21.9854 7.70421C22 7.85174 22 8.0269 22 8.37722V18C22 19.0849 21.4241 20.0353 20.5613 20.5622M15.0641 15.0714C15.6482 14.3761 16 13.4791 16 12.5C16 10.2909 14.2091 8.5 12 8.5C11.0216 8.5 10.1252 8.8513 9.43012 9.43464M22 22L2 2M2 7.5V16.2C2 17.8802 2 18.7202 2.32698 19.362C2.6146 19.9265 3.07354 20.3854 3.63803 20.673C4.27976 21 5.11984 21 6.8 21H15.5M12 16.5C9.79086 16.5 8 14.7091 8 12.5",
|
|
@@ -1131,12 +1173,12 @@ var CameraOffIcon = forwardRef18(
|
|
|
1131
1173
|
);
|
|
1132
1174
|
|
|
1133
1175
|
// src/icons/check.tsx
|
|
1134
|
-
import { forwardRef as
|
|
1135
|
-
import { jsx as
|
|
1136
|
-
var CheckIcon =
|
|
1176
|
+
import { forwardRef as forwardRef20 } from "react";
|
|
1177
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
1178
|
+
var CheckIcon = forwardRef20(
|
|
1137
1179
|
function CheckIcon2(_a, ref) {
|
|
1138
1180
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1139
|
-
return /* @__PURE__ */
|
|
1181
|
+
return /* @__PURE__ */ jsx22(
|
|
1140
1182
|
"svg",
|
|
1141
1183
|
__spreadProps(__spreadValues({
|
|
1142
1184
|
ref,
|
|
@@ -1147,7 +1189,7 @@ var CheckIcon = forwardRef19(
|
|
|
1147
1189
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1148
1190
|
className
|
|
1149
1191
|
}, other), {
|
|
1150
|
-
children: /* @__PURE__ */
|
|
1192
|
+
children: /* @__PURE__ */ jsx22(
|
|
1151
1193
|
"path",
|
|
1152
1194
|
{
|
|
1153
1195
|
d: "M20 6L9 17L4 12",
|
|
@@ -1163,12 +1205,12 @@ var CheckIcon = forwardRef19(
|
|
|
1163
1205
|
);
|
|
1164
1206
|
|
|
1165
1207
|
// src/icons/checkCircle.tsx
|
|
1166
|
-
import { forwardRef as
|
|
1167
|
-
import { jsx as
|
|
1168
|
-
var CheckCircleIcon =
|
|
1208
|
+
import { forwardRef as forwardRef21 } from "react";
|
|
1209
|
+
import { jsx as jsx23, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
1210
|
+
var CheckCircleIcon = forwardRef21(
|
|
1169
1211
|
function CheckCircleIcon2(_a, ref) {
|
|
1170
1212
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1171
|
-
return /* @__PURE__ */
|
|
1213
|
+
return /* @__PURE__ */ jsxs13(
|
|
1172
1214
|
"svg",
|
|
1173
1215
|
__spreadProps(__spreadValues({
|
|
1174
1216
|
ref,
|
|
@@ -1180,7 +1222,7 @@ var CheckCircleIcon = forwardRef20(
|
|
|
1180
1222
|
className
|
|
1181
1223
|
}, other), {
|
|
1182
1224
|
children: [
|
|
1183
|
-
duotone && /* @__PURE__ */
|
|
1225
|
+
duotone && /* @__PURE__ */ jsx23(
|
|
1184
1226
|
"path",
|
|
1185
1227
|
{
|
|
1186
1228
|
opacity: "0.12",
|
|
@@ -1188,7 +1230,7 @@ var CheckCircleIcon = forwardRef20(
|
|
|
1188
1230
|
fill: "currentColor"
|
|
1189
1231
|
}
|
|
1190
1232
|
),
|
|
1191
|
-
/* @__PURE__ */
|
|
1233
|
+
/* @__PURE__ */ jsx23(
|
|
1192
1234
|
"path",
|
|
1193
1235
|
{
|
|
1194
1236
|
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",
|
|
@@ -1205,12 +1247,12 @@ var CheckCircleIcon = forwardRef20(
|
|
|
1205
1247
|
);
|
|
1206
1248
|
|
|
1207
1249
|
// src/icons/chevronLeft.tsx
|
|
1208
|
-
import { forwardRef as
|
|
1209
|
-
import { jsx as
|
|
1210
|
-
var ChevronLeftIcon =
|
|
1250
|
+
import { forwardRef as forwardRef22 } from "react";
|
|
1251
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
1252
|
+
var ChevronLeftIcon = forwardRef22(
|
|
1211
1253
|
function ChevronLeftIcon2(_a, ref) {
|
|
1212
1254
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1213
|
-
return /* @__PURE__ */
|
|
1255
|
+
return /* @__PURE__ */ jsx24(
|
|
1214
1256
|
"svg",
|
|
1215
1257
|
__spreadProps(__spreadValues({
|
|
1216
1258
|
ref,
|
|
@@ -1221,7 +1263,7 @@ var ChevronLeftIcon = forwardRef21(
|
|
|
1221
1263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1222
1264
|
className
|
|
1223
1265
|
}, other), {
|
|
1224
|
-
children: /* @__PURE__ */
|
|
1266
|
+
children: /* @__PURE__ */ jsx24(
|
|
1225
1267
|
"path",
|
|
1226
1268
|
{
|
|
1227
1269
|
d: "M15 18L9 12L15 6",
|
|
@@ -1237,12 +1279,12 @@ var ChevronLeftIcon = forwardRef21(
|
|
|
1237
1279
|
);
|
|
1238
1280
|
|
|
1239
1281
|
// src/icons/chevronLeftDouble.tsx
|
|
1240
|
-
import { forwardRef as
|
|
1241
|
-
import { jsx as
|
|
1242
|
-
var ChevronLeftDoubleIcon =
|
|
1282
|
+
import { forwardRef as forwardRef23 } from "react";
|
|
1283
|
+
import { jsx as jsx25, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
1284
|
+
var ChevronLeftDoubleIcon = forwardRef23(
|
|
1243
1285
|
function ChevronLeftDoubleIcon2(_a, ref) {
|
|
1244
1286
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1245
|
-
return /* @__PURE__ */
|
|
1287
|
+
return /* @__PURE__ */ jsxs14(
|
|
1246
1288
|
"svg",
|
|
1247
1289
|
__spreadProps(__spreadValues({
|
|
1248
1290
|
ref,
|
|
@@ -1254,7 +1296,7 @@ var ChevronLeftDoubleIcon = forwardRef22(
|
|
|
1254
1296
|
className
|
|
1255
1297
|
}, other), {
|
|
1256
1298
|
children: [
|
|
1257
|
-
/* @__PURE__ */
|
|
1299
|
+
/* @__PURE__ */ jsx25(
|
|
1258
1300
|
"path",
|
|
1259
1301
|
{
|
|
1260
1302
|
fillRule: "evenodd",
|
|
@@ -1263,7 +1305,7 @@ var ChevronLeftDoubleIcon = forwardRef22(
|
|
|
1263
1305
|
fill: "currentColor"
|
|
1264
1306
|
}
|
|
1265
1307
|
),
|
|
1266
|
-
/* @__PURE__ */
|
|
1308
|
+
/* @__PURE__ */ jsx25(
|
|
1267
1309
|
"path",
|
|
1268
1310
|
{
|
|
1269
1311
|
fillRule: "evenodd",
|
|
@@ -1279,12 +1321,12 @@ var ChevronLeftDoubleIcon = forwardRef22(
|
|
|
1279
1321
|
);
|
|
1280
1322
|
|
|
1281
1323
|
// src/icons/chevronRight.tsx
|
|
1282
|
-
import { forwardRef as
|
|
1283
|
-
import { jsx as
|
|
1284
|
-
var ChevronRightIcon =
|
|
1324
|
+
import { forwardRef as forwardRef24 } from "react";
|
|
1325
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
1326
|
+
var ChevronRightIcon = forwardRef24(
|
|
1285
1327
|
function ChevronRightIcon2(_a, ref) {
|
|
1286
1328
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1287
|
-
return /* @__PURE__ */
|
|
1329
|
+
return /* @__PURE__ */ jsx26(
|
|
1288
1330
|
"svg",
|
|
1289
1331
|
__spreadProps(__spreadValues({
|
|
1290
1332
|
ref,
|
|
@@ -1295,7 +1337,7 @@ var ChevronRightIcon = forwardRef23(
|
|
|
1295
1337
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1296
1338
|
className
|
|
1297
1339
|
}, other), {
|
|
1298
|
-
children: /* @__PURE__ */
|
|
1340
|
+
children: /* @__PURE__ */ jsx26(
|
|
1299
1341
|
"path",
|
|
1300
1342
|
{
|
|
1301
1343
|
d: "M9 18L15 12L9 6",
|
|
@@ -1311,12 +1353,12 @@ var ChevronRightIcon = forwardRef23(
|
|
|
1311
1353
|
);
|
|
1312
1354
|
|
|
1313
1355
|
// src/icons/chevronRightDouble.tsx
|
|
1314
|
-
import { forwardRef as
|
|
1315
|
-
import { jsx as
|
|
1316
|
-
var ChevronRightDoubleIcon =
|
|
1356
|
+
import { forwardRef as forwardRef25 } from "react";
|
|
1357
|
+
import { jsx as jsx27, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
1358
|
+
var ChevronRightDoubleIcon = forwardRef25(
|
|
1317
1359
|
function ChevronRightDoubleIcon2(_a, ref) {
|
|
1318
1360
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1319
|
-
return /* @__PURE__ */
|
|
1361
|
+
return /* @__PURE__ */ jsxs15(
|
|
1320
1362
|
"svg",
|
|
1321
1363
|
__spreadProps(__spreadValues({
|
|
1322
1364
|
ref,
|
|
@@ -1328,7 +1370,7 @@ var ChevronRightDoubleIcon = forwardRef24(
|
|
|
1328
1370
|
className
|
|
1329
1371
|
}, other), {
|
|
1330
1372
|
children: [
|
|
1331
|
-
/* @__PURE__ */
|
|
1373
|
+
/* @__PURE__ */ jsx27(
|
|
1332
1374
|
"path",
|
|
1333
1375
|
{
|
|
1334
1376
|
fillRule: "evenodd",
|
|
@@ -1337,7 +1379,7 @@ var ChevronRightDoubleIcon = forwardRef24(
|
|
|
1337
1379
|
fill: "currentColor"
|
|
1338
1380
|
}
|
|
1339
1381
|
),
|
|
1340
|
-
/* @__PURE__ */
|
|
1382
|
+
/* @__PURE__ */ jsx27(
|
|
1341
1383
|
"path",
|
|
1342
1384
|
{
|
|
1343
1385
|
fillRule: "evenodd",
|
|
@@ -1353,12 +1395,12 @@ var ChevronRightDoubleIcon = forwardRef24(
|
|
|
1353
1395
|
);
|
|
1354
1396
|
|
|
1355
1397
|
// src/icons/chevronSelectorVertical.tsx
|
|
1356
|
-
import { forwardRef as
|
|
1357
|
-
import { jsx as
|
|
1358
|
-
var ChevronSelectorVerticalIcon =
|
|
1398
|
+
import { forwardRef as forwardRef26 } from "react";
|
|
1399
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
1400
|
+
var ChevronSelectorVerticalIcon = forwardRef26(
|
|
1359
1401
|
function ChevronSelectorVerticalIcon2(_a, ref) {
|
|
1360
1402
|
var _b = _a, { size = 24, className = "text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
1361
|
-
return /* @__PURE__ */
|
|
1403
|
+
return /* @__PURE__ */ jsx28(
|
|
1362
1404
|
"svg",
|
|
1363
1405
|
__spreadProps(__spreadValues({
|
|
1364
1406
|
ref,
|
|
@@ -1369,7 +1411,7 @@ var ChevronSelectorVerticalIcon = forwardRef25(
|
|
|
1369
1411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1370
1412
|
className
|
|
1371
1413
|
}, other), {
|
|
1372
|
-
children: /* @__PURE__ */
|
|
1414
|
+
children: /* @__PURE__ */ jsx28(
|
|
1373
1415
|
"path",
|
|
1374
1416
|
{
|
|
1375
1417
|
d: "M7 15L12 20L17 15M7 9L12 4L17 9",
|
|
@@ -1385,12 +1427,12 @@ var ChevronSelectorVerticalIcon = forwardRef25(
|
|
|
1385
1427
|
);
|
|
1386
1428
|
|
|
1387
1429
|
// src/icons/chevronUp.tsx
|
|
1388
|
-
import { forwardRef as
|
|
1389
|
-
import { jsx as
|
|
1390
|
-
var ChevronUpIcon =
|
|
1430
|
+
import { forwardRef as forwardRef27 } from "react";
|
|
1431
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
1432
|
+
var ChevronUpIcon = forwardRef27(
|
|
1391
1433
|
function ChevronUpIcon2(_a, ref) {
|
|
1392
1434
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1393
|
-
return /* @__PURE__ */
|
|
1435
|
+
return /* @__PURE__ */ jsx29(
|
|
1394
1436
|
"svg",
|
|
1395
1437
|
__spreadProps(__spreadValues({
|
|
1396
1438
|
ref,
|
|
@@ -1401,7 +1443,7 @@ var ChevronUpIcon = forwardRef26(
|
|
|
1401
1443
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1402
1444
|
className
|
|
1403
1445
|
}, other), {
|
|
1404
|
-
children: /* @__PURE__ */
|
|
1446
|
+
children: /* @__PURE__ */ jsx29(
|
|
1405
1447
|
"path",
|
|
1406
1448
|
{
|
|
1407
1449
|
d: "M18 15L12 9L6 15",
|
|
@@ -1417,12 +1459,12 @@ var ChevronUpIcon = forwardRef26(
|
|
|
1417
1459
|
);
|
|
1418
1460
|
|
|
1419
1461
|
// src/icons/clock.tsx
|
|
1420
|
-
import { forwardRef as
|
|
1421
|
-
import { jsx as
|
|
1422
|
-
var ClockIcon =
|
|
1462
|
+
import { forwardRef as forwardRef28 } from "react";
|
|
1463
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
1464
|
+
var ClockIcon = forwardRef28(
|
|
1423
1465
|
function ClockIcon2(_a, ref) {
|
|
1424
1466
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1425
|
-
return /* @__PURE__ */
|
|
1467
|
+
return /* @__PURE__ */ jsx30(
|
|
1426
1468
|
"svg",
|
|
1427
1469
|
__spreadProps(__spreadValues({
|
|
1428
1470
|
ref,
|
|
@@ -1433,7 +1475,7 @@ var ClockIcon = forwardRef27(
|
|
|
1433
1475
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1434
1476
|
className
|
|
1435
1477
|
}, other), {
|
|
1436
|
-
children: /* @__PURE__ */
|
|
1478
|
+
children: /* @__PURE__ */ jsx30(
|
|
1437
1479
|
"path",
|
|
1438
1480
|
{
|
|
1439
1481
|
d: "M12 6V12L16 14M22 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",
|
|
@@ -1449,11 +1491,11 @@ var ClockIcon = forwardRef27(
|
|
|
1449
1491
|
);
|
|
1450
1492
|
|
|
1451
1493
|
// src/icons/copy.tsx
|
|
1452
|
-
import { forwardRef as
|
|
1453
|
-
import { jsx as
|
|
1454
|
-
var CopyIcon =
|
|
1494
|
+
import { forwardRef as forwardRef29 } from "react";
|
|
1495
|
+
import { jsx as jsx31, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
1496
|
+
var CopyIcon = forwardRef29(function CopyIcon2(_a, ref) {
|
|
1455
1497
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1456
|
-
return /* @__PURE__ */
|
|
1498
|
+
return /* @__PURE__ */ jsxs16(
|
|
1457
1499
|
"svg",
|
|
1458
1500
|
__spreadProps(__spreadValues({
|
|
1459
1501
|
ref,
|
|
@@ -1465,7 +1507,7 @@ var CopyIcon = forwardRef28(function CopyIcon2(_a, ref) {
|
|
|
1465
1507
|
className
|
|
1466
1508
|
}, other), {
|
|
1467
1509
|
children: [
|
|
1468
|
-
duotone && /* @__PURE__ */
|
|
1510
|
+
duotone && /* @__PURE__ */ jsx31(
|
|
1469
1511
|
"path",
|
|
1470
1512
|
{
|
|
1471
1513
|
opacity: "0.12",
|
|
@@ -1473,7 +1515,7 @@ var CopyIcon = forwardRef28(function CopyIcon2(_a, ref) {
|
|
|
1473
1515
|
fill: "currentColor"
|
|
1474
1516
|
}
|
|
1475
1517
|
),
|
|
1476
|
-
/* @__PURE__ */
|
|
1518
|
+
/* @__PURE__ */ jsx31(
|
|
1477
1519
|
"path",
|
|
1478
1520
|
{
|
|
1479
1521
|
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",
|
|
@@ -1489,12 +1531,12 @@ var CopyIcon = forwardRef28(function CopyIcon2(_a, ref) {
|
|
|
1489
1531
|
});
|
|
1490
1532
|
|
|
1491
1533
|
// src/icons/cursorClick.tsx
|
|
1492
|
-
import { forwardRef as
|
|
1493
|
-
import { jsx as
|
|
1494
|
-
var CursorClickIcon =
|
|
1534
|
+
import { forwardRef as forwardRef30 } from "react";
|
|
1535
|
+
import { jsx as jsx32, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
1536
|
+
var CursorClickIcon = forwardRef30(
|
|
1495
1537
|
function CursorClickIcon2(_a, ref) {
|
|
1496
1538
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1497
|
-
return /* @__PURE__ */
|
|
1539
|
+
return /* @__PURE__ */ jsxs17(
|
|
1498
1540
|
"svg",
|
|
1499
1541
|
__spreadProps(__spreadValues({
|
|
1500
1542
|
ref,
|
|
@@ -1506,7 +1548,7 @@ var CursorClickIcon = forwardRef29(
|
|
|
1506
1548
|
className
|
|
1507
1549
|
}, other), {
|
|
1508
1550
|
children: [
|
|
1509
|
-
duotone && /* @__PURE__ */
|
|
1551
|
+
duotone && /* @__PURE__ */ jsx32(
|
|
1510
1552
|
"path",
|
|
1511
1553
|
{
|
|
1512
1554
|
opacity: "0.12",
|
|
@@ -1514,7 +1556,7 @@ var CursorClickIcon = forwardRef29(
|
|
|
1514
1556
|
fill: "currentColor"
|
|
1515
1557
|
}
|
|
1516
1558
|
),
|
|
1517
|
-
/* @__PURE__ */
|
|
1559
|
+
/* @__PURE__ */ jsx32(
|
|
1518
1560
|
"path",
|
|
1519
1561
|
{
|
|
1520
1562
|
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",
|
|
@@ -1530,13 +1572,127 @@ var CursorClickIcon = forwardRef29(
|
|
|
1530
1572
|
}
|
|
1531
1573
|
);
|
|
1532
1574
|
|
|
1575
|
+
// src/icons/dotsGrid.tsx
|
|
1576
|
+
import { forwardRef as forwardRef31 } from "react";
|
|
1577
|
+
import { jsx as jsx33, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
1578
|
+
var DotsGridIcon = forwardRef31(
|
|
1579
|
+
function DotsGridIcon2(_a, ref) {
|
|
1580
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1581
|
+
return /* @__PURE__ */ jsxs18(
|
|
1582
|
+
"svg",
|
|
1583
|
+
__spreadProps(__spreadValues({
|
|
1584
|
+
ref,
|
|
1585
|
+
width: size,
|
|
1586
|
+
height: size,
|
|
1587
|
+
viewBox: "0 0 24 24",
|
|
1588
|
+
fill: "none",
|
|
1589
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1590
|
+
className
|
|
1591
|
+
}, other), {
|
|
1592
|
+
children: [
|
|
1593
|
+
/* @__PURE__ */ jsx33(
|
|
1594
|
+
"path",
|
|
1595
|
+
{
|
|
1596
|
+
d: "M12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6Z",
|
|
1597
|
+
stroke: "currentColor",
|
|
1598
|
+
strokeWidth: "2",
|
|
1599
|
+
strokeLinecap: "round",
|
|
1600
|
+
strokeLinejoin: "round"
|
|
1601
|
+
}
|
|
1602
|
+
),
|
|
1603
|
+
/* @__PURE__ */ jsx33(
|
|
1604
|
+
"path",
|
|
1605
|
+
{
|
|
1606
|
+
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",
|
|
1607
|
+
stroke: "currentColor",
|
|
1608
|
+
strokeWidth: "2",
|
|
1609
|
+
strokeLinecap: "round",
|
|
1610
|
+
strokeLinejoin: "round"
|
|
1611
|
+
}
|
|
1612
|
+
),
|
|
1613
|
+
/* @__PURE__ */ jsx33(
|
|
1614
|
+
"path",
|
|
1615
|
+
{
|
|
1616
|
+
d: "M12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20Z",
|
|
1617
|
+
stroke: "currentColor",
|
|
1618
|
+
strokeWidth: "2",
|
|
1619
|
+
strokeLinecap: "round",
|
|
1620
|
+
strokeLinejoin: "round"
|
|
1621
|
+
}
|
|
1622
|
+
),
|
|
1623
|
+
/* @__PURE__ */ jsx33(
|
|
1624
|
+
"path",
|
|
1625
|
+
{
|
|
1626
|
+
d: "M19 6C19.5523 6 20 5.55228 20 5C20 4.44772 19.5523 4 19 4C18.4477 4 18 4.44772 18 5C18 5.55228 18.4477 6 19 6Z",
|
|
1627
|
+
stroke: "currentColor",
|
|
1628
|
+
strokeWidth: "2",
|
|
1629
|
+
strokeLinecap: "round",
|
|
1630
|
+
strokeLinejoin: "round"
|
|
1631
|
+
}
|
|
1632
|
+
),
|
|
1633
|
+
/* @__PURE__ */ jsx33(
|
|
1634
|
+
"path",
|
|
1635
|
+
{
|
|
1636
|
+
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",
|
|
1637
|
+
stroke: "currentColor",
|
|
1638
|
+
strokeWidth: "2",
|
|
1639
|
+
strokeLinecap: "round",
|
|
1640
|
+
strokeLinejoin: "round"
|
|
1641
|
+
}
|
|
1642
|
+
),
|
|
1643
|
+
/* @__PURE__ */ jsx33(
|
|
1644
|
+
"path",
|
|
1645
|
+
{
|
|
1646
|
+
d: "M19 20C19.5523 20 20 19.5523 20 19C20 18.4477 19.5523 18 19 18C18.4477 18 18 18.4477 18 19C18 19.5523 18.4477 20 19 20Z",
|
|
1647
|
+
stroke: "currentColor",
|
|
1648
|
+
strokeWidth: "2",
|
|
1649
|
+
strokeLinecap: "round",
|
|
1650
|
+
strokeLinejoin: "round"
|
|
1651
|
+
}
|
|
1652
|
+
),
|
|
1653
|
+
/* @__PURE__ */ jsx33(
|
|
1654
|
+
"path",
|
|
1655
|
+
{
|
|
1656
|
+
d: "M5 6C5.55228 6 6 5.55228 6 5C6 4.44772 5.55228 4 5 4C4.44772 4 4 4.44772 4 5C4 5.55228 4.44772 6 5 6Z",
|
|
1657
|
+
stroke: "currentColor",
|
|
1658
|
+
strokeWidth: "2",
|
|
1659
|
+
strokeLinecap: "round",
|
|
1660
|
+
strokeLinejoin: "round"
|
|
1661
|
+
}
|
|
1662
|
+
),
|
|
1663
|
+
/* @__PURE__ */ jsx33(
|
|
1664
|
+
"path",
|
|
1665
|
+
{
|
|
1666
|
+
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",
|
|
1667
|
+
stroke: "currentColor",
|
|
1668
|
+
strokeWidth: "2",
|
|
1669
|
+
strokeLinecap: "round",
|
|
1670
|
+
strokeLinejoin: "round"
|
|
1671
|
+
}
|
|
1672
|
+
),
|
|
1673
|
+
/* @__PURE__ */ jsx33(
|
|
1674
|
+
"path",
|
|
1675
|
+
{
|
|
1676
|
+
d: "M5 20C5.55228 20 6 19.5523 6 19C6 18.4477 5.55228 18 5 18C4.44772 18 4 18.4477 4 19C4 19.5523 4.44772 20 5 20Z",
|
|
1677
|
+
stroke: "currentColor",
|
|
1678
|
+
strokeWidth: "2",
|
|
1679
|
+
strokeLinecap: "round",
|
|
1680
|
+
strokeLinejoin: "round"
|
|
1681
|
+
}
|
|
1682
|
+
)
|
|
1683
|
+
]
|
|
1684
|
+
})
|
|
1685
|
+
);
|
|
1686
|
+
}
|
|
1687
|
+
);
|
|
1688
|
+
|
|
1533
1689
|
// src/icons/dotsHorizontal.tsx
|
|
1534
|
-
import { forwardRef as
|
|
1535
|
-
import { jsx as
|
|
1536
|
-
var DotsHorizontalIcon =
|
|
1690
|
+
import { forwardRef as forwardRef32 } from "react";
|
|
1691
|
+
import { jsx as jsx34, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1692
|
+
var DotsHorizontalIcon = forwardRef32(
|
|
1537
1693
|
function DotsHorizontalIcon2(_a, ref) {
|
|
1538
1694
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1539
|
-
return /* @__PURE__ */
|
|
1695
|
+
return /* @__PURE__ */ jsxs19(
|
|
1540
1696
|
"svg",
|
|
1541
1697
|
__spreadProps(__spreadValues({
|
|
1542
1698
|
ref,
|
|
@@ -1548,7 +1704,7 @@ var DotsHorizontalIcon = forwardRef30(
|
|
|
1548
1704
|
className
|
|
1549
1705
|
}, other), {
|
|
1550
1706
|
children: [
|
|
1551
|
-
/* @__PURE__ */
|
|
1707
|
+
/* @__PURE__ */ jsx34(
|
|
1552
1708
|
"path",
|
|
1553
1709
|
{
|
|
1554
1710
|
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",
|
|
@@ -1558,7 +1714,7 @@ var DotsHorizontalIcon = forwardRef30(
|
|
|
1558
1714
|
strokeLinejoin: "round"
|
|
1559
1715
|
}
|
|
1560
1716
|
),
|
|
1561
|
-
/* @__PURE__ */
|
|
1717
|
+
/* @__PURE__ */ jsx34(
|
|
1562
1718
|
"path",
|
|
1563
1719
|
{
|
|
1564
1720
|
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",
|
|
@@ -1568,7 +1724,7 @@ var DotsHorizontalIcon = forwardRef30(
|
|
|
1568
1724
|
strokeLinejoin: "round"
|
|
1569
1725
|
}
|
|
1570
1726
|
),
|
|
1571
|
-
/* @__PURE__ */
|
|
1727
|
+
/* @__PURE__ */ jsx34(
|
|
1572
1728
|
"path",
|
|
1573
1729
|
{
|
|
1574
1730
|
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",
|
|
@@ -1584,125 +1740,13 @@ var DotsHorizontalIcon = forwardRef30(
|
|
|
1584
1740
|
}
|
|
1585
1741
|
);
|
|
1586
1742
|
|
|
1587
|
-
// src/icons/dotsGrid.tsx
|
|
1588
|
-
import { forwardRef as forwardRef31 } from "react";
|
|
1589
|
-
import { jsx as jsx33, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
1590
|
-
var DotsGrid = forwardRef31(function DotsGrid2(_a, ref) {
|
|
1591
|
-
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1592
|
-
return /* @__PURE__ */ jsxs18(
|
|
1593
|
-
"svg",
|
|
1594
|
-
__spreadProps(__spreadValues({
|
|
1595
|
-
ref,
|
|
1596
|
-
width: size,
|
|
1597
|
-
height: size,
|
|
1598
|
-
viewBox: "0 0 24 24",
|
|
1599
|
-
fill: "none",
|
|
1600
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1601
|
-
className
|
|
1602
|
-
}, other), {
|
|
1603
|
-
children: [
|
|
1604
|
-
/* @__PURE__ */ jsx33(
|
|
1605
|
-
"path",
|
|
1606
|
-
{
|
|
1607
|
-
d: "M12 6C12.5523 6 13 5.55228 13 5C13 4.44772 12.5523 4 12 4C11.4477 4 11 4.44772 11 5C11 5.55228 11.4477 6 12 6Z",
|
|
1608
|
-
stroke: "currentColor",
|
|
1609
|
-
strokeWidth: "2",
|
|
1610
|
-
strokeLinecap: "round",
|
|
1611
|
-
strokeLinejoin: "round"
|
|
1612
|
-
}
|
|
1613
|
-
),
|
|
1614
|
-
/* @__PURE__ */ jsx33(
|
|
1615
|
-
"path",
|
|
1616
|
-
{
|
|
1617
|
-
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",
|
|
1618
|
-
stroke: "currentColor",
|
|
1619
|
-
strokeWidth: "2",
|
|
1620
|
-
strokeLinecap: "round",
|
|
1621
|
-
strokeLinejoin: "round"
|
|
1622
|
-
}
|
|
1623
|
-
),
|
|
1624
|
-
/* @__PURE__ */ jsx33(
|
|
1625
|
-
"path",
|
|
1626
|
-
{
|
|
1627
|
-
d: "M12 20C12.5523 20 13 19.5523 13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20Z",
|
|
1628
|
-
stroke: "currentColor",
|
|
1629
|
-
strokeWidth: "2",
|
|
1630
|
-
strokeLinecap: "round",
|
|
1631
|
-
strokeLinejoin: "round"
|
|
1632
|
-
}
|
|
1633
|
-
),
|
|
1634
|
-
/* @__PURE__ */ jsx33(
|
|
1635
|
-
"path",
|
|
1636
|
-
{
|
|
1637
|
-
d: "M19 6C19.5523 6 20 5.55228 20 5C20 4.44772 19.5523 4 19 4C18.4477 4 18 4.44772 18 5C18 5.55228 18.4477 6 19 6Z",
|
|
1638
|
-
stroke: "currentColor",
|
|
1639
|
-
strokeWidth: "2",
|
|
1640
|
-
strokeLinecap: "round",
|
|
1641
|
-
strokeLinejoin: "round"
|
|
1642
|
-
}
|
|
1643
|
-
),
|
|
1644
|
-
/* @__PURE__ */ jsx33(
|
|
1645
|
-
"path",
|
|
1646
|
-
{
|
|
1647
|
-
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",
|
|
1648
|
-
stroke: "currentColor",
|
|
1649
|
-
strokeWidth: "2",
|
|
1650
|
-
strokeLinecap: "round",
|
|
1651
|
-
strokeLinejoin: "round"
|
|
1652
|
-
}
|
|
1653
|
-
),
|
|
1654
|
-
/* @__PURE__ */ jsx33(
|
|
1655
|
-
"path",
|
|
1656
|
-
{
|
|
1657
|
-
d: "M19 20C19.5523 20 20 19.5523 20 19C20 18.4477 19.5523 18 19 18C18.4477 18 18 18.4477 18 19C18 19.5523 18.4477 20 19 20Z",
|
|
1658
|
-
stroke: "currentColor",
|
|
1659
|
-
strokeWidth: "2",
|
|
1660
|
-
strokeLinecap: "round",
|
|
1661
|
-
strokeLinejoin: "round"
|
|
1662
|
-
}
|
|
1663
|
-
),
|
|
1664
|
-
/* @__PURE__ */ jsx33(
|
|
1665
|
-
"path",
|
|
1666
|
-
{
|
|
1667
|
-
d: "M5 6C5.55228 6 6 5.55228 6 5C6 4.44772 5.55228 4 5 4C4.44772 4 4 4.44772 4 5C4 5.55228 4.44772 6 5 6Z",
|
|
1668
|
-
stroke: "currentColor",
|
|
1669
|
-
strokeWidth: "2",
|
|
1670
|
-
strokeLinecap: "round",
|
|
1671
|
-
strokeLinejoin: "round"
|
|
1672
|
-
}
|
|
1673
|
-
),
|
|
1674
|
-
/* @__PURE__ */ jsx33(
|
|
1675
|
-
"path",
|
|
1676
|
-
{
|
|
1677
|
-
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",
|
|
1678
|
-
stroke: "currentColor",
|
|
1679
|
-
strokeWidth: "2",
|
|
1680
|
-
strokeLinecap: "round",
|
|
1681
|
-
strokeLinejoin: "round"
|
|
1682
|
-
}
|
|
1683
|
-
),
|
|
1684
|
-
/* @__PURE__ */ jsx33(
|
|
1685
|
-
"path",
|
|
1686
|
-
{
|
|
1687
|
-
d: "M5 20C5.55228 20 6 19.5523 6 19C6 18.4477 5.55228 18 5 18C4.44772 18 4 18.4477 4 19C4 19.5523 4.44772 20 5 20Z",
|
|
1688
|
-
stroke: "currentColor",
|
|
1689
|
-
strokeWidth: "2",
|
|
1690
|
-
strokeLinecap: "round",
|
|
1691
|
-
strokeLinejoin: "round"
|
|
1692
|
-
}
|
|
1693
|
-
)
|
|
1694
|
-
]
|
|
1695
|
-
})
|
|
1696
|
-
);
|
|
1697
|
-
});
|
|
1698
|
-
|
|
1699
1743
|
// src/icons/download.tsx
|
|
1700
|
-
import { forwardRef as
|
|
1701
|
-
import { jsx as
|
|
1702
|
-
var DownloadIcon =
|
|
1744
|
+
import { forwardRef as forwardRef33 } from "react";
|
|
1745
|
+
import { jsx as jsx35, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
1746
|
+
var DownloadIcon = forwardRef33(
|
|
1703
1747
|
function DownloadIcon2(_a, ref) {
|
|
1704
1748
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1705
|
-
return /* @__PURE__ */
|
|
1749
|
+
return /* @__PURE__ */ jsxs20(
|
|
1706
1750
|
"svg",
|
|
1707
1751
|
__spreadProps(__spreadValues({
|
|
1708
1752
|
ref,
|
|
@@ -1714,7 +1758,7 @@ var DownloadIcon = forwardRef32(
|
|
|
1714
1758
|
className
|
|
1715
1759
|
}, other), {
|
|
1716
1760
|
children: [
|
|
1717
|
-
duotone && /* @__PURE__ */
|
|
1761
|
+
duotone && /* @__PURE__ */ jsx35(
|
|
1718
1762
|
"path",
|
|
1719
1763
|
{
|
|
1720
1764
|
opacity: "0.12",
|
|
@@ -1722,7 +1766,7 @@ var DownloadIcon = forwardRef32(
|
|
|
1722
1766
|
fill: "currentColor"
|
|
1723
1767
|
}
|
|
1724
1768
|
),
|
|
1725
|
-
/* @__PURE__ */
|
|
1769
|
+
/* @__PURE__ */ jsx35(
|
|
1726
1770
|
"path",
|
|
1727
1771
|
{
|
|
1728
1772
|
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",
|
|
@@ -1739,11 +1783,11 @@ var DownloadIcon = forwardRef32(
|
|
|
1739
1783
|
);
|
|
1740
1784
|
|
|
1741
1785
|
// src/icons/edit.tsx
|
|
1742
|
-
import { forwardRef as
|
|
1743
|
-
import { jsx as
|
|
1744
|
-
var EditIcon =
|
|
1786
|
+
import { forwardRef as forwardRef34 } from "react";
|
|
1787
|
+
import { jsx as jsx36, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
1788
|
+
var EditIcon = forwardRef34(function EditIcon2(_a, ref) {
|
|
1745
1789
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1746
|
-
return /* @__PURE__ */
|
|
1790
|
+
return /* @__PURE__ */ jsxs21(
|
|
1747
1791
|
"svg",
|
|
1748
1792
|
__spreadProps(__spreadValues({
|
|
1749
1793
|
ref,
|
|
@@ -1755,7 +1799,7 @@ var EditIcon = forwardRef33(function EditIcon2(_a, ref) {
|
|
|
1755
1799
|
className
|
|
1756
1800
|
}, other), {
|
|
1757
1801
|
children: [
|
|
1758
|
-
duotone && /* @__PURE__ */
|
|
1802
|
+
duotone && /* @__PURE__ */ jsx36(
|
|
1759
1803
|
"path",
|
|
1760
1804
|
{
|
|
1761
1805
|
opacity: "0.12",
|
|
@@ -1763,7 +1807,7 @@ var EditIcon = forwardRef33(function EditIcon2(_a, ref) {
|
|
|
1763
1807
|
fill: "currentColor"
|
|
1764
1808
|
}
|
|
1765
1809
|
),
|
|
1766
|
-
/* @__PURE__ */
|
|
1810
|
+
/* @__PURE__ */ jsx36(
|
|
1767
1811
|
"path",
|
|
1768
1812
|
{
|
|
1769
1813
|
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",
|
|
@@ -1779,12 +1823,12 @@ var EditIcon = forwardRef33(function EditIcon2(_a, ref) {
|
|
|
1779
1823
|
});
|
|
1780
1824
|
|
|
1781
1825
|
// src/icons/expand.tsx
|
|
1782
|
-
import { forwardRef as
|
|
1783
|
-
import { jsx as
|
|
1784
|
-
var ExpandIcon =
|
|
1826
|
+
import { forwardRef as forwardRef35 } from "react";
|
|
1827
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
1828
|
+
var ExpandIcon = forwardRef35(
|
|
1785
1829
|
function ExpandIcon2(_a, ref) {
|
|
1786
1830
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1787
|
-
return /* @__PURE__ */
|
|
1831
|
+
return /* @__PURE__ */ jsx37(
|
|
1788
1832
|
"svg",
|
|
1789
1833
|
__spreadProps(__spreadValues({
|
|
1790
1834
|
ref,
|
|
@@ -1795,7 +1839,7 @@ var ExpandIcon = forwardRef34(
|
|
|
1795
1839
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1796
1840
|
className
|
|
1797
1841
|
}, other), {
|
|
1798
|
-
children: /* @__PURE__ */
|
|
1842
|
+
children: /* @__PURE__ */ jsx37(
|
|
1799
1843
|
"path",
|
|
1800
1844
|
{
|
|
1801
1845
|
d: "M16 8L21 3M21 3H16M21 3V8M8 8L3 3M3 3L3 8M3 3L8 3M8 16L3 21M3 21H8M3 21L3 16M16 16L21 21M21 21V16M21 21H16",
|
|
@@ -1811,12 +1855,12 @@ var ExpandIcon = forwardRef34(
|
|
|
1811
1855
|
);
|
|
1812
1856
|
|
|
1813
1857
|
// src/icons/fileQuestion.tsx
|
|
1814
|
-
import { forwardRef as
|
|
1815
|
-
import { jsx as
|
|
1816
|
-
var FileQuestionIcon =
|
|
1858
|
+
import { forwardRef as forwardRef36 } from "react";
|
|
1859
|
+
import { jsx as jsx38, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1860
|
+
var FileQuestionIcon = forwardRef36(
|
|
1817
1861
|
function FileQuestionIcon2(_a, ref) {
|
|
1818
1862
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1819
|
-
return /* @__PURE__ */
|
|
1863
|
+
return /* @__PURE__ */ jsxs22(
|
|
1820
1864
|
"svg",
|
|
1821
1865
|
__spreadProps(__spreadValues({
|
|
1822
1866
|
ref,
|
|
@@ -1828,7 +1872,7 @@ var FileQuestionIcon = forwardRef35(
|
|
|
1828
1872
|
className
|
|
1829
1873
|
}, other), {
|
|
1830
1874
|
children: [
|
|
1831
|
-
duotone && /* @__PURE__ */
|
|
1875
|
+
duotone && /* @__PURE__ */ jsx38(
|
|
1832
1876
|
"path",
|
|
1833
1877
|
{
|
|
1834
1878
|
opacity: "0.12",
|
|
@@ -1836,7 +1880,7 @@ var FileQuestionIcon = forwardRef35(
|
|
|
1836
1880
|
fill: "currentColor"
|
|
1837
1881
|
}
|
|
1838
1882
|
),
|
|
1839
|
-
/* @__PURE__ */
|
|
1883
|
+
/* @__PURE__ */ jsx38(
|
|
1840
1884
|
"path",
|
|
1841
1885
|
{
|
|
1842
1886
|
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",
|
|
@@ -1853,12 +1897,12 @@ var FileQuestionIcon = forwardRef35(
|
|
|
1853
1897
|
);
|
|
1854
1898
|
|
|
1855
1899
|
// src/icons/filterLines.tsx
|
|
1856
|
-
import { forwardRef as
|
|
1857
|
-
import { jsx as
|
|
1858
|
-
var FilterLinesIcon =
|
|
1900
|
+
import { forwardRef as forwardRef37 } from "react";
|
|
1901
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
1902
|
+
var FilterLinesIcon = forwardRef37(
|
|
1859
1903
|
function FilterLinesIcon2(_a, ref) {
|
|
1860
1904
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1861
|
-
return /* @__PURE__ */
|
|
1905
|
+
return /* @__PURE__ */ jsx39(
|
|
1862
1906
|
"svg",
|
|
1863
1907
|
__spreadProps(__spreadValues({
|
|
1864
1908
|
ref,
|
|
@@ -1869,7 +1913,7 @@ var FilterLinesIcon = forwardRef36(
|
|
|
1869
1913
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1870
1914
|
className
|
|
1871
1915
|
}, other), {
|
|
1872
|
-
children: /* @__PURE__ */
|
|
1916
|
+
children: /* @__PURE__ */ jsx39(
|
|
1873
1917
|
"path",
|
|
1874
1918
|
{
|
|
1875
1919
|
d: "M6 12H18M3 6H21M9 18H15",
|
|
@@ -1885,12 +1929,12 @@ var FilterLinesIcon = forwardRef36(
|
|
|
1885
1929
|
);
|
|
1886
1930
|
|
|
1887
1931
|
// src/icons/flipBackward.tsx
|
|
1888
|
-
import { forwardRef as
|
|
1889
|
-
import { jsx as
|
|
1890
|
-
var FlipBackwardIcon =
|
|
1932
|
+
import { forwardRef as forwardRef38 } from "react";
|
|
1933
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
1934
|
+
var FlipBackwardIcon = forwardRef38(
|
|
1891
1935
|
function FlipBackwardIcon2(_a, ref) {
|
|
1892
1936
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1893
|
-
return /* @__PURE__ */
|
|
1937
|
+
return /* @__PURE__ */ jsx40(
|
|
1894
1938
|
"svg",
|
|
1895
1939
|
__spreadProps(__spreadValues({
|
|
1896
1940
|
ref,
|
|
@@ -1901,7 +1945,7 @@ var FlipBackwardIcon = forwardRef37(
|
|
|
1901
1945
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1902
1946
|
className
|
|
1903
1947
|
}, other), {
|
|
1904
|
-
children: /* @__PURE__ */
|
|
1948
|
+
children: /* @__PURE__ */ jsx40(
|
|
1905
1949
|
"path",
|
|
1906
1950
|
{
|
|
1907
1951
|
d: "M3 9H16.5C18.9853 9 21 11.0147 21 13.5C21 15.9853 18.9853 18 16.5 18H12M3 9L7 5M3 9L7 13",
|
|
@@ -1917,12 +1961,12 @@ var FlipBackwardIcon = forwardRef37(
|
|
|
1917
1961
|
);
|
|
1918
1962
|
|
|
1919
1963
|
// src/icons/flipForward.tsx
|
|
1920
|
-
import { forwardRef as
|
|
1921
|
-
import { jsx as
|
|
1922
|
-
var FlipForwardIcon =
|
|
1964
|
+
import { forwardRef as forwardRef39 } from "react";
|
|
1965
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
1966
|
+
var FlipForwardIcon = forwardRef39(
|
|
1923
1967
|
function FlipForwardIcon2(_a, ref) {
|
|
1924
1968
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1925
|
-
return /* @__PURE__ */
|
|
1969
|
+
return /* @__PURE__ */ jsx41(
|
|
1926
1970
|
"svg",
|
|
1927
1971
|
__spreadProps(__spreadValues({
|
|
1928
1972
|
ref,
|
|
@@ -1933,7 +1977,7 @@ var FlipForwardIcon = forwardRef38(
|
|
|
1933
1977
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1934
1978
|
className
|
|
1935
1979
|
}, other), {
|
|
1936
|
-
children: /* @__PURE__ */
|
|
1980
|
+
children: /* @__PURE__ */ jsx41(
|
|
1937
1981
|
"path",
|
|
1938
1982
|
{
|
|
1939
1983
|
d: "M21 9H7.5C5.01472 9 3 11.0147 3 13.5C3 15.9853 5.01472 18 7.5 18H12M21 9L17 5M21 9L17 13",
|
|
@@ -1949,12 +1993,12 @@ var FlipForwardIcon = forwardRef38(
|
|
|
1949
1993
|
);
|
|
1950
1994
|
|
|
1951
1995
|
// src/icons/helpCircle.tsx
|
|
1952
|
-
import { forwardRef as
|
|
1953
|
-
import { jsx as
|
|
1954
|
-
var HelpCircleIcon =
|
|
1996
|
+
import { forwardRef as forwardRef40 } from "react";
|
|
1997
|
+
import { jsx as jsx42, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
1998
|
+
var HelpCircleIcon = forwardRef40(
|
|
1955
1999
|
function HelpCircleIcon2(_a, ref) {
|
|
1956
2000
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1957
|
-
return /* @__PURE__ */
|
|
2001
|
+
return /* @__PURE__ */ jsxs23(
|
|
1958
2002
|
"svg",
|
|
1959
2003
|
__spreadProps(__spreadValues({
|
|
1960
2004
|
ref,
|
|
@@ -1966,7 +2010,7 @@ var HelpCircleIcon = forwardRef39(
|
|
|
1966
2010
|
className
|
|
1967
2011
|
}, other), {
|
|
1968
2012
|
children: [
|
|
1969
|
-
duotone && /* @__PURE__ */
|
|
2013
|
+
duotone && /* @__PURE__ */ jsx42(
|
|
1970
2014
|
"path",
|
|
1971
2015
|
{
|
|
1972
2016
|
opacity: "0.12",
|
|
@@ -1974,7 +2018,7 @@ var HelpCircleIcon = forwardRef39(
|
|
|
1974
2018
|
fill: "currentColor"
|
|
1975
2019
|
}
|
|
1976
2020
|
),
|
|
1977
|
-
/* @__PURE__ */
|
|
2021
|
+
/* @__PURE__ */ jsx42(
|
|
1978
2022
|
"path",
|
|
1979
2023
|
{
|
|
1980
2024
|
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",
|
|
@@ -1991,11 +2035,11 @@ var HelpCircleIcon = forwardRef39(
|
|
|
1991
2035
|
);
|
|
1992
2036
|
|
|
1993
2037
|
// src/icons/home.tsx
|
|
1994
|
-
import { forwardRef as
|
|
1995
|
-
import { jsx as
|
|
1996
|
-
var HomeIcon =
|
|
2038
|
+
import { forwardRef as forwardRef41 } from "react";
|
|
2039
|
+
import { jsx as jsx43, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
2040
|
+
var HomeIcon = forwardRef41(function HomeIcon2(_a, ref) {
|
|
1997
2041
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
1998
|
-
return /* @__PURE__ */
|
|
2042
|
+
return /* @__PURE__ */ jsxs24(
|
|
1999
2043
|
"svg",
|
|
2000
2044
|
__spreadProps(__spreadValues({
|
|
2001
2045
|
ref,
|
|
@@ -2007,8 +2051,8 @@ var HomeIcon = forwardRef40(function HomeIcon2(_a, ref) {
|
|
|
2007
2051
|
className
|
|
2008
2052
|
}, other), {
|
|
2009
2053
|
children: [
|
|
2010
|
-
duotone && /* @__PURE__ */
|
|
2011
|
-
/* @__PURE__ */
|
|
2054
|
+
duotone && /* @__PURE__ */ jsx43("path", { opacity: "0.12", d: "M9 21V12H15V21", fill: "currentColor" }),
|
|
2055
|
+
/* @__PURE__ */ jsx43(
|
|
2012
2056
|
"path",
|
|
2013
2057
|
{
|
|
2014
2058
|
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",
|
|
@@ -2024,12 +2068,12 @@ var HomeIcon = forwardRef40(function HomeIcon2(_a, ref) {
|
|
|
2024
2068
|
});
|
|
2025
2069
|
|
|
2026
2070
|
// src/icons/image.tsx
|
|
2027
|
-
import { forwardRef as
|
|
2028
|
-
import { jsx as
|
|
2029
|
-
var ImageIcon =
|
|
2071
|
+
import { forwardRef as forwardRef42 } from "react";
|
|
2072
|
+
import { jsx as jsx44, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
2073
|
+
var ImageIcon = forwardRef42(
|
|
2030
2074
|
function ImageIcon2(_a, ref) {
|
|
2031
2075
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2032
|
-
return /* @__PURE__ */
|
|
2076
|
+
return /* @__PURE__ */ jsxs25(
|
|
2033
2077
|
"svg",
|
|
2034
2078
|
__spreadProps(__spreadValues({
|
|
2035
2079
|
ref,
|
|
@@ -2041,15 +2085,15 @@ var ImageIcon = forwardRef41(
|
|
|
2041
2085
|
className
|
|
2042
2086
|
}, other), {
|
|
2043
2087
|
children: [
|
|
2044
|
-
duotone && /* @__PURE__ */
|
|
2045
|
-
/* @__PURE__ */
|
|
2088
|
+
duotone && /* @__PURE__ */ jsxs25("g", { opacity: "0.12", children: [
|
|
2089
|
+
/* @__PURE__ */ jsx44(
|
|
2046
2090
|
"path",
|
|
2047
2091
|
{
|
|
2048
2092
|
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",
|
|
2049
2093
|
fill: "currentColor"
|
|
2050
2094
|
}
|
|
2051
2095
|
),
|
|
2052
|
-
/* @__PURE__ */
|
|
2096
|
+
/* @__PURE__ */ jsx44(
|
|
2053
2097
|
"path",
|
|
2054
2098
|
{
|
|
2055
2099
|
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",
|
|
@@ -2057,7 +2101,7 @@ var ImageIcon = forwardRef41(
|
|
|
2057
2101
|
}
|
|
2058
2102
|
)
|
|
2059
2103
|
] }),
|
|
2060
|
-
/* @__PURE__ */
|
|
2104
|
+
/* @__PURE__ */ jsx44(
|
|
2061
2105
|
"path",
|
|
2062
2106
|
{
|
|
2063
2107
|
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",
|
|
@@ -2074,12 +2118,12 @@ var ImageIcon = forwardRef41(
|
|
|
2074
2118
|
);
|
|
2075
2119
|
|
|
2076
2120
|
// src/icons/imageDown.tsx
|
|
2077
|
-
import { forwardRef as
|
|
2078
|
-
import { jsx as
|
|
2079
|
-
var ImageDownIcon =
|
|
2121
|
+
import { forwardRef as forwardRef43 } from "react";
|
|
2122
|
+
import { jsx as jsx45, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
2123
|
+
var ImageDownIcon = forwardRef43(
|
|
2080
2124
|
function ImageDownIcon2(_a, ref) {
|
|
2081
2125
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2082
|
-
return /* @__PURE__ */
|
|
2126
|
+
return /* @__PURE__ */ jsxs26(
|
|
2083
2127
|
"svg",
|
|
2084
2128
|
__spreadProps(__spreadValues({
|
|
2085
2129
|
ref,
|
|
@@ -2091,15 +2135,15 @@ var ImageDownIcon = forwardRef42(
|
|
|
2091
2135
|
className
|
|
2092
2136
|
}, other), {
|
|
2093
2137
|
children: [
|
|
2094
|
-
duotone && /* @__PURE__ */
|
|
2095
|
-
/* @__PURE__ */
|
|
2138
|
+
duotone && /* @__PURE__ */ jsxs26("g", { opacity: "0.12", children: [
|
|
2139
|
+
/* @__PURE__ */ jsx45(
|
|
2096
2140
|
"path",
|
|
2097
2141
|
{
|
|
2098
2142
|
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",
|
|
2099
2143
|
fill: "currentColor"
|
|
2100
2144
|
}
|
|
2101
2145
|
),
|
|
2102
|
-
/* @__PURE__ */
|
|
2146
|
+
/* @__PURE__ */ jsx45(
|
|
2103
2147
|
"path",
|
|
2104
2148
|
{
|
|
2105
2149
|
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",
|
|
@@ -2107,7 +2151,7 @@ var ImageDownIcon = forwardRef42(
|
|
|
2107
2151
|
}
|
|
2108
2152
|
)
|
|
2109
2153
|
] }),
|
|
2110
|
-
/* @__PURE__ */
|
|
2154
|
+
/* @__PURE__ */ jsx45(
|
|
2111
2155
|
"path",
|
|
2112
2156
|
{
|
|
2113
2157
|
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",
|
|
@@ -2124,12 +2168,12 @@ var ImageDownIcon = forwardRef42(
|
|
|
2124
2168
|
);
|
|
2125
2169
|
|
|
2126
2170
|
// src/icons/imageX.tsx
|
|
2127
|
-
import { forwardRef as
|
|
2128
|
-
import { jsx as
|
|
2129
|
-
var ImageXIcon =
|
|
2171
|
+
import { forwardRef as forwardRef44 } from "react";
|
|
2172
|
+
import { jsx as jsx46, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
2173
|
+
var ImageXIcon = forwardRef44(
|
|
2130
2174
|
function ImageXIcon2(_a, ref) {
|
|
2131
2175
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2132
|
-
return /* @__PURE__ */
|
|
2176
|
+
return /* @__PURE__ */ jsxs27(
|
|
2133
2177
|
"svg",
|
|
2134
2178
|
__spreadProps(__spreadValues({
|
|
2135
2179
|
ref,
|
|
@@ -2141,15 +2185,15 @@ var ImageXIcon = forwardRef43(
|
|
|
2141
2185
|
className
|
|
2142
2186
|
}, other), {
|
|
2143
2187
|
children: [
|
|
2144
|
-
duotone && /* @__PURE__ */
|
|
2145
|
-
/* @__PURE__ */
|
|
2188
|
+
duotone && /* @__PURE__ */ jsxs27("g", { opacity: "0.12", children: [
|
|
2189
|
+
/* @__PURE__ */ jsx46(
|
|
2146
2190
|
"path",
|
|
2147
2191
|
{
|
|
2148
2192
|
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",
|
|
2149
2193
|
fill: "currentColor"
|
|
2150
2194
|
}
|
|
2151
2195
|
),
|
|
2152
|
-
/* @__PURE__ */
|
|
2196
|
+
/* @__PURE__ */ jsx46(
|
|
2153
2197
|
"path",
|
|
2154
2198
|
{
|
|
2155
2199
|
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",
|
|
@@ -2157,7 +2201,7 @@ var ImageXIcon = forwardRef43(
|
|
|
2157
2201
|
}
|
|
2158
2202
|
)
|
|
2159
2203
|
] }),
|
|
2160
|
-
/* @__PURE__ */
|
|
2204
|
+
/* @__PURE__ */ jsx46(
|
|
2161
2205
|
"path",
|
|
2162
2206
|
{
|
|
2163
2207
|
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",
|
|
@@ -2174,12 +2218,12 @@ var ImageXIcon = forwardRef43(
|
|
|
2174
2218
|
);
|
|
2175
2219
|
|
|
2176
2220
|
// src/icons/infoCircle.tsx
|
|
2177
|
-
import { forwardRef as
|
|
2178
|
-
import { jsx as
|
|
2179
|
-
var InfoCircleIcon =
|
|
2221
|
+
import { forwardRef as forwardRef45 } from "react";
|
|
2222
|
+
import { jsx as jsx47, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
2223
|
+
var InfoCircleIcon = forwardRef45(
|
|
2180
2224
|
function InfoCircleIcon2(_a, ref) {
|
|
2181
2225
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2182
|
-
return /* @__PURE__ */
|
|
2226
|
+
return /* @__PURE__ */ jsxs28(
|
|
2183
2227
|
"svg",
|
|
2184
2228
|
__spreadProps(__spreadValues({
|
|
2185
2229
|
ref,
|
|
@@ -2191,7 +2235,7 @@ var InfoCircleIcon = forwardRef44(
|
|
|
2191
2235
|
className
|
|
2192
2236
|
}, other), {
|
|
2193
2237
|
children: [
|
|
2194
|
-
duotone && /* @__PURE__ */
|
|
2238
|
+
duotone && /* @__PURE__ */ jsx47(
|
|
2195
2239
|
"path",
|
|
2196
2240
|
{
|
|
2197
2241
|
opacity: "0.12",
|
|
@@ -2199,7 +2243,7 @@ var InfoCircleIcon = forwardRef44(
|
|
|
2199
2243
|
fill: "currentColor"
|
|
2200
2244
|
}
|
|
2201
2245
|
),
|
|
2202
|
-
/* @__PURE__ */
|
|
2246
|
+
/* @__PURE__ */ jsx47(
|
|
2203
2247
|
"path",
|
|
2204
2248
|
{
|
|
2205
2249
|
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",
|
|
@@ -2216,12 +2260,12 @@ var InfoCircleIcon = forwardRef44(
|
|
|
2216
2260
|
);
|
|
2217
2261
|
|
|
2218
2262
|
// src/icons/lightbulb.tsx
|
|
2219
|
-
import { forwardRef as
|
|
2220
|
-
import { jsx as
|
|
2221
|
-
var LightbulbIcon =
|
|
2263
|
+
import { forwardRef as forwardRef46 } from "react";
|
|
2264
|
+
import { jsx as jsx48, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
2265
|
+
var LightbulbIcon = forwardRef46(
|
|
2222
2266
|
function LightbulbIcon2(_a, ref) {
|
|
2223
2267
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2224
|
-
return /* @__PURE__ */
|
|
2268
|
+
return /* @__PURE__ */ jsxs29(
|
|
2225
2269
|
"svg",
|
|
2226
2270
|
__spreadProps(__spreadValues({
|
|
2227
2271
|
ref,
|
|
@@ -2233,7 +2277,7 @@ var LightbulbIcon = forwardRef45(
|
|
|
2233
2277
|
className
|
|
2234
2278
|
}, other), {
|
|
2235
2279
|
children: [
|
|
2236
|
-
duotone && /* @__PURE__ */
|
|
2280
|
+
duotone && /* @__PURE__ */ jsx48(
|
|
2237
2281
|
"path",
|
|
2238
2282
|
{
|
|
2239
2283
|
opacity: "0.12",
|
|
@@ -2241,7 +2285,7 @@ var LightbulbIcon = forwardRef45(
|
|
|
2241
2285
|
fill: "currentColor"
|
|
2242
2286
|
}
|
|
2243
2287
|
),
|
|
2244
|
-
/* @__PURE__ */
|
|
2288
|
+
/* @__PURE__ */ jsx48(
|
|
2245
2289
|
"path",
|
|
2246
2290
|
{
|
|
2247
2291
|
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",
|
|
@@ -2258,11 +2302,11 @@ var LightbulbIcon = forwardRef45(
|
|
|
2258
2302
|
);
|
|
2259
2303
|
|
|
2260
2304
|
// src/icons/link.tsx
|
|
2261
|
-
import { forwardRef as
|
|
2262
|
-
import { jsx as
|
|
2263
|
-
var LinkIcon =
|
|
2305
|
+
import { forwardRef as forwardRef47 } from "react";
|
|
2306
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
2307
|
+
var LinkIcon = forwardRef47(function LinkIcon2(_a, ref) {
|
|
2264
2308
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2265
|
-
return /* @__PURE__ */
|
|
2309
|
+
return /* @__PURE__ */ jsx49(
|
|
2266
2310
|
"svg",
|
|
2267
2311
|
__spreadProps(__spreadValues({
|
|
2268
2312
|
ref,
|
|
@@ -2273,7 +2317,7 @@ var LinkIcon = forwardRef46(function LinkIcon2(_a, ref) {
|
|
|
2273
2317
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2274
2318
|
className
|
|
2275
2319
|
}, other), {
|
|
2276
|
-
children: /* @__PURE__ */
|
|
2320
|
+
children: /* @__PURE__ */ jsx49(
|
|
2277
2321
|
"path",
|
|
2278
2322
|
{
|
|
2279
2323
|
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",
|
|
@@ -2288,11 +2332,11 @@ var LinkIcon = forwardRef46(function LinkIcon2(_a, ref) {
|
|
|
2288
2332
|
});
|
|
2289
2333
|
|
|
2290
2334
|
// src/icons/lock.tsx
|
|
2291
|
-
import { forwardRef as
|
|
2292
|
-
import { jsx as
|
|
2293
|
-
var LockIcon =
|
|
2335
|
+
import { forwardRef as forwardRef48 } from "react";
|
|
2336
|
+
import { jsx as jsx50, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
2337
|
+
var LockIcon = forwardRef48(function LockIcon2(_a, ref) {
|
|
2294
2338
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2295
|
-
return /* @__PURE__ */
|
|
2339
|
+
return /* @__PURE__ */ jsxs30(
|
|
2296
2340
|
"svg",
|
|
2297
2341
|
__spreadProps(__spreadValues({
|
|
2298
2342
|
ref,
|
|
@@ -2304,7 +2348,7 @@ var LockIcon = forwardRef47(function LockIcon2(_a, ref) {
|
|
|
2304
2348
|
className
|
|
2305
2349
|
}, other), {
|
|
2306
2350
|
children: [
|
|
2307
|
-
duotone && /* @__PURE__ */
|
|
2351
|
+
duotone && /* @__PURE__ */ jsx50(
|
|
2308
2352
|
"path",
|
|
2309
2353
|
{
|
|
2310
2354
|
opacity: "0.12",
|
|
@@ -2312,7 +2356,7 @@ var LockIcon = forwardRef47(function LockIcon2(_a, ref) {
|
|
|
2312
2356
|
fill: "currentColor"
|
|
2313
2357
|
}
|
|
2314
2358
|
),
|
|
2315
|
-
/* @__PURE__ */
|
|
2359
|
+
/* @__PURE__ */ jsx50(
|
|
2316
2360
|
"path",
|
|
2317
2361
|
{
|
|
2318
2362
|
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",
|
|
@@ -2328,12 +2372,12 @@ var LockIcon = forwardRef47(function LockIcon2(_a, ref) {
|
|
|
2328
2372
|
});
|
|
2329
2373
|
|
|
2330
2374
|
// src/icons/logIn.tsx
|
|
2331
|
-
import { forwardRef as
|
|
2332
|
-
import { jsx as
|
|
2333
|
-
var LogInIcon =
|
|
2375
|
+
import { forwardRef as forwardRef49 } from "react";
|
|
2376
|
+
import { jsx as jsx51, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
2377
|
+
var LogInIcon = forwardRef49(
|
|
2334
2378
|
function LogInIcon2(_a, ref) {
|
|
2335
2379
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2336
|
-
return /* @__PURE__ */
|
|
2380
|
+
return /* @__PURE__ */ jsxs31(
|
|
2337
2381
|
"svg",
|
|
2338
2382
|
__spreadProps(__spreadValues({
|
|
2339
2383
|
ref,
|
|
@@ -2345,7 +2389,7 @@ var LogInIcon = forwardRef48(
|
|
|
2345
2389
|
className
|
|
2346
2390
|
}, other), {
|
|
2347
2391
|
children: [
|
|
2348
|
-
duotone && /* @__PURE__ */
|
|
2392
|
+
duotone && /* @__PURE__ */ jsx51(
|
|
2349
2393
|
"path",
|
|
2350
2394
|
{
|
|
2351
2395
|
opacity: "0.12",
|
|
@@ -2353,7 +2397,7 @@ var LogInIcon = forwardRef48(
|
|
|
2353
2397
|
fill: "currentColor"
|
|
2354
2398
|
}
|
|
2355
2399
|
),
|
|
2356
|
-
/* @__PURE__ */
|
|
2400
|
+
/* @__PURE__ */ jsx51(
|
|
2357
2401
|
"path",
|
|
2358
2402
|
{
|
|
2359
2403
|
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",
|
|
@@ -2370,12 +2414,12 @@ var LogInIcon = forwardRef48(
|
|
|
2370
2414
|
);
|
|
2371
2415
|
|
|
2372
2416
|
// src/icons/magicWand.tsx
|
|
2373
|
-
import { forwardRef as
|
|
2374
|
-
import { jsx as
|
|
2375
|
-
var MagicWandIcon =
|
|
2417
|
+
import { forwardRef as forwardRef50 } from "react";
|
|
2418
|
+
import { jsx as jsx52, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
2419
|
+
var MagicWandIcon = forwardRef50(
|
|
2376
2420
|
function MagicWandIcon2(_a, ref) {
|
|
2377
2421
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2378
|
-
return /* @__PURE__ */
|
|
2422
|
+
return /* @__PURE__ */ jsxs32(
|
|
2379
2423
|
"svg",
|
|
2380
2424
|
__spreadProps(__spreadValues({
|
|
2381
2425
|
ref,
|
|
@@ -2387,7 +2431,7 @@ var MagicWandIcon = forwardRef49(
|
|
|
2387
2431
|
className
|
|
2388
2432
|
}, other), {
|
|
2389
2433
|
children: [
|
|
2390
|
-
duotone && /* @__PURE__ */
|
|
2434
|
+
duotone && /* @__PURE__ */ jsx52(
|
|
2391
2435
|
"path",
|
|
2392
2436
|
{
|
|
2393
2437
|
opacity: "0.12",
|
|
@@ -2395,7 +2439,7 @@ var MagicWandIcon = forwardRef49(
|
|
|
2395
2439
|
fill: "currentColor"
|
|
2396
2440
|
}
|
|
2397
2441
|
),
|
|
2398
|
-
/* @__PURE__ */
|
|
2442
|
+
/* @__PURE__ */ jsx52(
|
|
2399
2443
|
"path",
|
|
2400
2444
|
{
|
|
2401
2445
|
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",
|
|
@@ -2412,11 +2456,11 @@ var MagicWandIcon = forwardRef49(
|
|
|
2412
2456
|
);
|
|
2413
2457
|
|
|
2414
2458
|
// src/icons/mail.tsx
|
|
2415
|
-
import { forwardRef as
|
|
2416
|
-
import { jsx as
|
|
2417
|
-
var MailIcon =
|
|
2459
|
+
import { forwardRef as forwardRef51 } from "react";
|
|
2460
|
+
import { jsx as jsx53, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
2461
|
+
var MailIcon = forwardRef51(function MailIcon2(_a, ref) {
|
|
2418
2462
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2419
|
-
return /* @__PURE__ */
|
|
2463
|
+
return /* @__PURE__ */ jsxs33(
|
|
2420
2464
|
"svg",
|
|
2421
2465
|
__spreadProps(__spreadValues({
|
|
2422
2466
|
ref,
|
|
@@ -2428,7 +2472,7 @@ var MailIcon = forwardRef50(function MailIcon2(_a, ref) {
|
|
|
2428
2472
|
className
|
|
2429
2473
|
}, other), {
|
|
2430
2474
|
children: [
|
|
2431
|
-
duotone && /* @__PURE__ */
|
|
2475
|
+
duotone && /* @__PURE__ */ jsx53(
|
|
2432
2476
|
"path",
|
|
2433
2477
|
{
|
|
2434
2478
|
opacity: "0.12",
|
|
@@ -2436,7 +2480,7 @@ var MailIcon = forwardRef50(function MailIcon2(_a, ref) {
|
|
|
2436
2480
|
fill: "currentColor"
|
|
2437
2481
|
}
|
|
2438
2482
|
),
|
|
2439
|
-
/* @__PURE__ */
|
|
2483
|
+
/* @__PURE__ */ jsx53(
|
|
2440
2484
|
"path",
|
|
2441
2485
|
{
|
|
2442
2486
|
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",
|
|
@@ -2452,11 +2496,11 @@ var MailIcon = forwardRef50(function MailIcon2(_a, ref) {
|
|
|
2452
2496
|
});
|
|
2453
2497
|
|
|
2454
2498
|
// src/icons/menu.tsx
|
|
2455
|
-
import { forwardRef as
|
|
2456
|
-
import { jsx as
|
|
2457
|
-
var MenuIcon =
|
|
2499
|
+
import { forwardRef as forwardRef52 } from "react";
|
|
2500
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
2501
|
+
var MenuIcon = forwardRef52(function MenuIcon2(_a, ref) {
|
|
2458
2502
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2459
|
-
return /* @__PURE__ */
|
|
2503
|
+
return /* @__PURE__ */ jsx54(
|
|
2460
2504
|
"svg",
|
|
2461
2505
|
__spreadProps(__spreadValues({
|
|
2462
2506
|
ref,
|
|
@@ -2467,7 +2511,7 @@ var MenuIcon = forwardRef51(function MenuIcon2(_a, ref) {
|
|
|
2467
2511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2468
2512
|
className
|
|
2469
2513
|
}, other), {
|
|
2470
|
-
children: /* @__PURE__ */
|
|
2514
|
+
children: /* @__PURE__ */ jsx54(
|
|
2471
2515
|
"path",
|
|
2472
2516
|
{
|
|
2473
2517
|
d: "M3 12H21M3 6H21M3 18H21",
|
|
@@ -2482,12 +2526,12 @@ var MenuIcon = forwardRef51(function MenuIcon2(_a, ref) {
|
|
|
2482
2526
|
});
|
|
2483
2527
|
|
|
2484
2528
|
// src/icons/messageChatSquare.tsx
|
|
2485
|
-
import { forwardRef as
|
|
2486
|
-
import { jsx as
|
|
2487
|
-
var MessageChatSquareIcon =
|
|
2529
|
+
import { forwardRef as forwardRef53 } from "react";
|
|
2530
|
+
import { jsx as jsx55, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
2531
|
+
var MessageChatSquareIcon = forwardRef53(
|
|
2488
2532
|
function MessageChatSquareIcon2(_a, ref) {
|
|
2489
2533
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2490
|
-
return /* @__PURE__ */
|
|
2534
|
+
return /* @__PURE__ */ jsxs34(
|
|
2491
2535
|
"svg",
|
|
2492
2536
|
__spreadProps(__spreadValues({
|
|
2493
2537
|
ref,
|
|
@@ -2499,7 +2543,7 @@ var MessageChatSquareIcon = forwardRef52(
|
|
|
2499
2543
|
className
|
|
2500
2544
|
}, other), {
|
|
2501
2545
|
children: [
|
|
2502
|
-
duotone && /* @__PURE__ */
|
|
2546
|
+
duotone && /* @__PURE__ */ jsx55(
|
|
2503
2547
|
"path",
|
|
2504
2548
|
{
|
|
2505
2549
|
opacity: "0.12",
|
|
@@ -2507,7 +2551,7 @@ var MessageChatSquareIcon = forwardRef52(
|
|
|
2507
2551
|
fill: "currentColor"
|
|
2508
2552
|
}
|
|
2509
2553
|
),
|
|
2510
|
-
/* @__PURE__ */
|
|
2554
|
+
/* @__PURE__ */ jsx55(
|
|
2511
2555
|
"path",
|
|
2512
2556
|
{
|
|
2513
2557
|
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",
|
|
@@ -2524,12 +2568,12 @@ var MessageChatSquareIcon = forwardRef52(
|
|
|
2524
2568
|
);
|
|
2525
2569
|
|
|
2526
2570
|
// src/icons/messagePlusSquare.tsx
|
|
2527
|
-
import { forwardRef as
|
|
2528
|
-
import { jsx as
|
|
2529
|
-
var MessagePlusSquareIcon =
|
|
2571
|
+
import { forwardRef as forwardRef54 } from "react";
|
|
2572
|
+
import { jsx as jsx56, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
2573
|
+
var MessagePlusSquareIcon = forwardRef54(
|
|
2530
2574
|
function MessagePlusSquareIcon2(_a, ref) {
|
|
2531
2575
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2532
|
-
return /* @__PURE__ */
|
|
2576
|
+
return /* @__PURE__ */ jsxs35(
|
|
2533
2577
|
"svg",
|
|
2534
2578
|
__spreadProps(__spreadValues({
|
|
2535
2579
|
ref,
|
|
@@ -2541,7 +2585,7 @@ var MessagePlusSquareIcon = forwardRef53(
|
|
|
2541
2585
|
className
|
|
2542
2586
|
}, other), {
|
|
2543
2587
|
children: [
|
|
2544
|
-
duotone && /* @__PURE__ */
|
|
2588
|
+
duotone && /* @__PURE__ */ jsx56(
|
|
2545
2589
|
"path",
|
|
2546
2590
|
{
|
|
2547
2591
|
opacity: "0.12",
|
|
@@ -2549,7 +2593,7 @@ var MessagePlusSquareIcon = forwardRef53(
|
|
|
2549
2593
|
fill: "currentColor"
|
|
2550
2594
|
}
|
|
2551
2595
|
),
|
|
2552
|
-
/* @__PURE__ */
|
|
2596
|
+
/* @__PURE__ */ jsx56(
|
|
2553
2597
|
"path",
|
|
2554
2598
|
{
|
|
2555
2599
|
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",
|
|
@@ -2566,12 +2610,12 @@ var MessagePlusSquareIcon = forwardRef53(
|
|
|
2566
2610
|
);
|
|
2567
2611
|
|
|
2568
2612
|
// src/icons/messageTextSquare.tsx
|
|
2569
|
-
import { forwardRef as
|
|
2570
|
-
import { jsx as
|
|
2571
|
-
var MessageTextSquareIcon =
|
|
2613
|
+
import { forwardRef as forwardRef55 } from "react";
|
|
2614
|
+
import { jsx as jsx57, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
2615
|
+
var MessageTextSquareIcon = forwardRef55(
|
|
2572
2616
|
function MessageTextSquareIcon2(_a, ref) {
|
|
2573
2617
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2574
|
-
return /* @__PURE__ */
|
|
2618
|
+
return /* @__PURE__ */ jsxs36(
|
|
2575
2619
|
"svg",
|
|
2576
2620
|
__spreadProps(__spreadValues({
|
|
2577
2621
|
ref,
|
|
@@ -2583,7 +2627,7 @@ var MessageTextSquareIcon = forwardRef54(
|
|
|
2583
2627
|
className
|
|
2584
2628
|
}, other), {
|
|
2585
2629
|
children: [
|
|
2586
|
-
duotone && /* @__PURE__ */
|
|
2630
|
+
duotone && /* @__PURE__ */ jsx57(
|
|
2587
2631
|
"path",
|
|
2588
2632
|
{
|
|
2589
2633
|
opacity: "0.12",
|
|
@@ -2591,7 +2635,7 @@ var MessageTextSquareIcon = forwardRef54(
|
|
|
2591
2635
|
fill: "currentColor"
|
|
2592
2636
|
}
|
|
2593
2637
|
),
|
|
2594
|
-
/* @__PURE__ */
|
|
2638
|
+
/* @__PURE__ */ jsx57(
|
|
2595
2639
|
"path",
|
|
2596
2640
|
{
|
|
2597
2641
|
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",
|
|
@@ -2608,12 +2652,12 @@ var MessageTextSquareIcon = forwardRef54(
|
|
|
2608
2652
|
);
|
|
2609
2653
|
|
|
2610
2654
|
// src/icons/microphone.tsx
|
|
2611
|
-
import { forwardRef as
|
|
2612
|
-
import { jsx as
|
|
2613
|
-
var MicrophoneIcon =
|
|
2655
|
+
import { forwardRef as forwardRef56 } from "react";
|
|
2656
|
+
import { jsx as jsx58, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
2657
|
+
var MicrophoneIcon = forwardRef56(
|
|
2614
2658
|
function MicrophoneIcon2(_a, ref) {
|
|
2615
2659
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2616
|
-
return /* @__PURE__ */
|
|
2660
|
+
return /* @__PURE__ */ jsxs37(
|
|
2617
2661
|
"svg",
|
|
2618
2662
|
__spreadProps(__spreadValues({
|
|
2619
2663
|
ref,
|
|
@@ -2625,7 +2669,7 @@ var MicrophoneIcon = forwardRef55(
|
|
|
2625
2669
|
className
|
|
2626
2670
|
}, other), {
|
|
2627
2671
|
children: [
|
|
2628
|
-
duotone && /* @__PURE__ */
|
|
2672
|
+
duotone && /* @__PURE__ */ jsx58(
|
|
2629
2673
|
"path",
|
|
2630
2674
|
{
|
|
2631
2675
|
opacity: "0.12",
|
|
@@ -2633,7 +2677,7 @@ var MicrophoneIcon = forwardRef55(
|
|
|
2633
2677
|
fill: "currentColor"
|
|
2634
2678
|
}
|
|
2635
2679
|
),
|
|
2636
|
-
/* @__PURE__ */
|
|
2680
|
+
/* @__PURE__ */ jsx58(
|
|
2637
2681
|
"path",
|
|
2638
2682
|
{
|
|
2639
2683
|
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",
|
|
@@ -2650,12 +2694,12 @@ var MicrophoneIcon = forwardRef55(
|
|
|
2650
2694
|
);
|
|
2651
2695
|
|
|
2652
2696
|
// src/icons/microphoneOff.tsx
|
|
2653
|
-
import { forwardRef as
|
|
2654
|
-
import { jsx as
|
|
2655
|
-
var MicrophoneOffIcon =
|
|
2697
|
+
import { forwardRef as forwardRef57 } from "react";
|
|
2698
|
+
import { jsx as jsx59, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
2699
|
+
var MicrophoneOffIcon = forwardRef57(
|
|
2656
2700
|
function MicrophoneOffIcon2(_a, ref) {
|
|
2657
2701
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2658
|
-
return /* @__PURE__ */
|
|
2702
|
+
return /* @__PURE__ */ jsxs38(
|
|
2659
2703
|
"svg",
|
|
2660
2704
|
__spreadProps(__spreadValues({
|
|
2661
2705
|
ref,
|
|
@@ -2667,7 +2711,7 @@ var MicrophoneOffIcon = forwardRef56(
|
|
|
2667
2711
|
className
|
|
2668
2712
|
}, other), {
|
|
2669
2713
|
children: [
|
|
2670
|
-
duotone && /* @__PURE__ */
|
|
2714
|
+
duotone && /* @__PURE__ */ jsx59(
|
|
2671
2715
|
"path",
|
|
2672
2716
|
{
|
|
2673
2717
|
opacity: "0.12",
|
|
@@ -2675,7 +2719,7 @@ var MicrophoneOffIcon = forwardRef56(
|
|
|
2675
2719
|
fill: "currentColor"
|
|
2676
2720
|
}
|
|
2677
2721
|
),
|
|
2678
|
-
/* @__PURE__ */
|
|
2722
|
+
/* @__PURE__ */ jsx59(
|
|
2679
2723
|
"path",
|
|
2680
2724
|
{
|
|
2681
2725
|
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",
|
|
@@ -2692,12 +2736,12 @@ var MicrophoneOffIcon = forwardRef56(
|
|
|
2692
2736
|
);
|
|
2693
2737
|
|
|
2694
2738
|
// src/icons/monitor.tsx
|
|
2695
|
-
import { forwardRef as
|
|
2696
|
-
import { jsx as
|
|
2697
|
-
var MonitorIcon =
|
|
2739
|
+
import { forwardRef as forwardRef58 } from "react";
|
|
2740
|
+
import { jsx as jsx60, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
2741
|
+
var MonitorIcon = forwardRef58(
|
|
2698
2742
|
function MonitorIcon2(_a, ref) {
|
|
2699
2743
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2700
|
-
return /* @__PURE__ */
|
|
2744
|
+
return /* @__PURE__ */ jsxs39(
|
|
2701
2745
|
"svg",
|
|
2702
2746
|
__spreadProps(__spreadValues({
|
|
2703
2747
|
ref,
|
|
@@ -2709,7 +2753,7 @@ var MonitorIcon = forwardRef57(
|
|
|
2709
2753
|
className
|
|
2710
2754
|
}, other), {
|
|
2711
2755
|
children: [
|
|
2712
|
-
duotone && /* @__PURE__ */
|
|
2756
|
+
duotone && /* @__PURE__ */ jsx60(
|
|
2713
2757
|
"path",
|
|
2714
2758
|
{
|
|
2715
2759
|
opacity: "0.12",
|
|
@@ -2717,7 +2761,7 @@ var MonitorIcon = forwardRef57(
|
|
|
2717
2761
|
fill: "currentColor"
|
|
2718
2762
|
}
|
|
2719
2763
|
),
|
|
2720
|
-
/* @__PURE__ */
|
|
2764
|
+
/* @__PURE__ */ jsx60(
|
|
2721
2765
|
"path",
|
|
2722
2766
|
{
|
|
2723
2767
|
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",
|
|
@@ -2734,12 +2778,12 @@ var MonitorIcon = forwardRef57(
|
|
|
2734
2778
|
);
|
|
2735
2779
|
|
|
2736
2780
|
// src/icons/notificationBox.tsx
|
|
2737
|
-
import { forwardRef as
|
|
2738
|
-
import { jsx as
|
|
2739
|
-
var NotificationBoxIcon =
|
|
2781
|
+
import { forwardRef as forwardRef59 } from "react";
|
|
2782
|
+
import { jsx as jsx61, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
2783
|
+
var NotificationBoxIcon = forwardRef59(
|
|
2740
2784
|
function NotificationBoxIcon2(_a, ref) {
|
|
2741
2785
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2742
|
-
return /* @__PURE__ */
|
|
2786
|
+
return /* @__PURE__ */ jsxs40(
|
|
2743
2787
|
"svg",
|
|
2744
2788
|
__spreadProps(__spreadValues({
|
|
2745
2789
|
ref,
|
|
@@ -2751,7 +2795,7 @@ var NotificationBoxIcon = forwardRef58(
|
|
|
2751
2795
|
className
|
|
2752
2796
|
}, other), {
|
|
2753
2797
|
children: [
|
|
2754
|
-
duotone && /* @__PURE__ */
|
|
2798
|
+
duotone && /* @__PURE__ */ jsx61(
|
|
2755
2799
|
"path",
|
|
2756
2800
|
{
|
|
2757
2801
|
opacity: "0.12",
|
|
@@ -2759,7 +2803,7 @@ var NotificationBoxIcon = forwardRef58(
|
|
|
2759
2803
|
fill: "currentColor"
|
|
2760
2804
|
}
|
|
2761
2805
|
),
|
|
2762
|
-
/* @__PURE__ */
|
|
2806
|
+
/* @__PURE__ */ jsx61(
|
|
2763
2807
|
"path",
|
|
2764
2808
|
{
|
|
2765
2809
|
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",
|
|
@@ -2776,12 +2820,12 @@ var NotificationBoxIcon = forwardRef58(
|
|
|
2776
2820
|
);
|
|
2777
2821
|
|
|
2778
2822
|
// src/icons/pauseCircle.tsx
|
|
2779
|
-
import { forwardRef as
|
|
2780
|
-
import { jsx as
|
|
2781
|
-
var PauseCircleIcon =
|
|
2823
|
+
import { forwardRef as forwardRef60 } from "react";
|
|
2824
|
+
import { jsx as jsx62, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
2825
|
+
var PauseCircleIcon = forwardRef60(
|
|
2782
2826
|
function PauseCircleIcon2(_a, ref) {
|
|
2783
2827
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2784
|
-
return /* @__PURE__ */
|
|
2828
|
+
return /* @__PURE__ */ jsxs41(
|
|
2785
2829
|
"svg",
|
|
2786
2830
|
__spreadProps(__spreadValues({
|
|
2787
2831
|
ref,
|
|
@@ -2793,7 +2837,7 @@ var PauseCircleIcon = forwardRef59(
|
|
|
2793
2837
|
className
|
|
2794
2838
|
}, other), {
|
|
2795
2839
|
children: [
|
|
2796
|
-
duotone && /* @__PURE__ */
|
|
2840
|
+
duotone && /* @__PURE__ */ jsx62(
|
|
2797
2841
|
"path",
|
|
2798
2842
|
{
|
|
2799
2843
|
opacity: "0.12",
|
|
@@ -2801,7 +2845,7 @@ var PauseCircleIcon = forwardRef59(
|
|
|
2801
2845
|
fill: "currentColor"
|
|
2802
2846
|
}
|
|
2803
2847
|
),
|
|
2804
|
-
/* @__PURE__ */
|
|
2848
|
+
/* @__PURE__ */ jsx62(
|
|
2805
2849
|
"path",
|
|
2806
2850
|
{
|
|
2807
2851
|
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",
|
|
@@ -2818,12 +2862,12 @@ var PauseCircleIcon = forwardRef59(
|
|
|
2818
2862
|
);
|
|
2819
2863
|
|
|
2820
2864
|
// src/icons/phone.tsx
|
|
2821
|
-
import { forwardRef as
|
|
2822
|
-
import { jsx as
|
|
2823
|
-
var PhoneIcon =
|
|
2865
|
+
import { forwardRef as forwardRef61 } from "react";
|
|
2866
|
+
import { jsx as jsx63, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
2867
|
+
var PhoneIcon = forwardRef61(
|
|
2824
2868
|
function PhoneIcon2(_a, ref) {
|
|
2825
2869
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2826
|
-
return /* @__PURE__ */
|
|
2870
|
+
return /* @__PURE__ */ jsxs42(
|
|
2827
2871
|
"svg",
|
|
2828
2872
|
__spreadProps(__spreadValues({
|
|
2829
2873
|
ref,
|
|
@@ -2835,7 +2879,7 @@ var PhoneIcon = forwardRef60(
|
|
|
2835
2879
|
className
|
|
2836
2880
|
}, other), {
|
|
2837
2881
|
children: [
|
|
2838
|
-
duotone && /* @__PURE__ */
|
|
2882
|
+
duotone && /* @__PURE__ */ jsx63(
|
|
2839
2883
|
"path",
|
|
2840
2884
|
{
|
|
2841
2885
|
opacity: "0.12",
|
|
@@ -2843,7 +2887,7 @@ var PhoneIcon = forwardRef60(
|
|
|
2843
2887
|
fill: "currentColor"
|
|
2844
2888
|
}
|
|
2845
2889
|
),
|
|
2846
|
-
/* @__PURE__ */
|
|
2890
|
+
/* @__PURE__ */ jsx63(
|
|
2847
2891
|
"path",
|
|
2848
2892
|
{
|
|
2849
2893
|
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",
|
|
@@ -2860,12 +2904,12 @@ var PhoneIcon = forwardRef60(
|
|
|
2860
2904
|
);
|
|
2861
2905
|
|
|
2862
2906
|
// src/icons/phoneCall.tsx
|
|
2863
|
-
import { forwardRef as
|
|
2864
|
-
import { jsx as
|
|
2865
|
-
var PhoneCallIcon =
|
|
2907
|
+
import { forwardRef as forwardRef62 } from "react";
|
|
2908
|
+
import { jsx as jsx64, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
2909
|
+
var PhoneCallIcon = forwardRef62(
|
|
2866
2910
|
function PhoneCallIcon2(_a, ref) {
|
|
2867
2911
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2868
|
-
return /* @__PURE__ */
|
|
2912
|
+
return /* @__PURE__ */ jsxs43(
|
|
2869
2913
|
"svg",
|
|
2870
2914
|
__spreadProps(__spreadValues({
|
|
2871
2915
|
ref,
|
|
@@ -2877,7 +2921,7 @@ var PhoneCallIcon = forwardRef61(
|
|
|
2877
2921
|
className
|
|
2878
2922
|
}, other), {
|
|
2879
2923
|
children: [
|
|
2880
|
-
duotone && /* @__PURE__ */
|
|
2924
|
+
duotone && /* @__PURE__ */ jsx64(
|
|
2881
2925
|
"path",
|
|
2882
2926
|
{
|
|
2883
2927
|
opacity: "0.12",
|
|
@@ -2885,7 +2929,7 @@ var PhoneCallIcon = forwardRef61(
|
|
|
2885
2929
|
fill: "currentColor"
|
|
2886
2930
|
}
|
|
2887
2931
|
),
|
|
2888
|
-
/* @__PURE__ */
|
|
2932
|
+
/* @__PURE__ */ jsx64(
|
|
2889
2933
|
"path",
|
|
2890
2934
|
{
|
|
2891
2935
|
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",
|
|
@@ -2901,13 +2945,147 @@ var PhoneCallIcon = forwardRef61(
|
|
|
2901
2945
|
}
|
|
2902
2946
|
);
|
|
2903
2947
|
|
|
2948
|
+
// src/icons/phoneIncoming.tsx
|
|
2949
|
+
import { forwardRef as forwardRef63 } from "react";
|
|
2950
|
+
import { jsx as jsx65, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
2951
|
+
var PhoneIncomingIcon = forwardRef63(
|
|
2952
|
+
function PhoneIncomingIcon2(_a, ref) {
|
|
2953
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2954
|
+
return /* @__PURE__ */ jsxs44(
|
|
2955
|
+
"svg",
|
|
2956
|
+
__spreadProps(__spreadValues({
|
|
2957
|
+
ref,
|
|
2958
|
+
width: size,
|
|
2959
|
+
height: size,
|
|
2960
|
+
viewBox: "0 0 16 16",
|
|
2961
|
+
fill: "none",
|
|
2962
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2963
|
+
className
|
|
2964
|
+
}, other), {
|
|
2965
|
+
children: [
|
|
2966
|
+
duotone && /* @__PURE__ */ jsx65(
|
|
2967
|
+
"path",
|
|
2968
|
+
{
|
|
2969
|
+
opacity: "0.12",
|
|
2970
|
+
d: "M4.92084 6.56923C5.38483 7.53564 6.01736 8.4414 6.81841 9.24245C7.61946 10.0435 8.52522 10.676 9.49164 11.14C9.57476 11.1799 9.61633 11.1999 9.66892 11.2152C9.85582 11.2697 10.0853 11.2306 10.2436 11.1172C10.2882 11.0853 10.3263 11.0472 10.4025 10.971C10.6355 10.738 10.7521 10.6214 10.8693 10.5452C11.3112 10.2579 11.8809 10.2579 12.3228 10.5452C12.44 10.6214 12.5566 10.738 12.7896 10.971L12.9195 11.1009C13.2738 11.4552 13.451 11.6324 13.5472 11.8226C13.7386 12.201 13.7386 12.6479 13.5472 13.0262C13.451 13.2165 13.2738 13.3936 12.9195 13.7479L12.8145 13.853C12.4614 14.2061 12.2848 14.3826 12.0448 14.5175C11.7785 14.6671 11.3648 14.7747 11.0593 14.7738C10.784 14.7729 10.5959 14.7195 10.2196 14.6127C8.19732 14.0387 6.28908 12.9558 4.69709 11.3638C3.1051 9.77179 2.02212 7.86355 1.44814 5.84128C1.34134 5.46498 1.28793 5.27684 1.28712 5.00154C1.28621 4.69606 1.39378 4.2824 1.54339 4.01606C1.67823 3.77604 1.85477 3.5995 2.20785 3.24641L2.31294 3.14132C2.66723 2.78703 2.84438 2.60988 3.03463 2.51365C3.41301 2.32227 3.85985 2.32227 4.23823 2.51365C4.42848 2.60988 4.60563 2.78703 4.95992 3.14132L5.08984 3.27124C5.32291 3.50431 5.43944 3.62084 5.51563 3.73803C5.80296 4.17996 5.80296 4.74968 5.51563 5.1916C5.43944 5.30879 5.32291 5.42532 5.08984 5.65839C5.01363 5.7346 4.97552 5.77271 4.94363 5.81725C4.83029 5.97553 4.79115 6.20504 4.84564 6.39194C4.86097 6.44454 4.88092 6.4861 4.92084 6.56923Z",
|
|
2971
|
+
fill: "currentColor",
|
|
2972
|
+
stroke: "currentColor",
|
|
2973
|
+
strokeWidth: "2",
|
|
2974
|
+
strokeLinecap: "round",
|
|
2975
|
+
strokeLinejoin: "round"
|
|
2976
|
+
}
|
|
2977
|
+
),
|
|
2978
|
+
/* @__PURE__ */ jsx65(
|
|
2979
|
+
"path",
|
|
2980
|
+
{
|
|
2981
|
+
d: "M11.0004 2L8.66706 4.33333M8.66706 4.33333L11.0004 6.66667M8.66706 4.33333H14.0004M6.81841 9.24205C6.01736 8.44099 5.38483 7.53523 4.92084 6.56882C4.88092 6.48569 4.86097 6.44413 4.84564 6.39154C4.79115 6.20463 4.83029 5.97513 4.94363 5.81684C4.97552 5.7723 5.01363 5.7342 5.08984 5.65799C5.32291 5.42492 5.43944 5.30838 5.51563 5.1912C5.80296 4.74927 5.80296 4.17955 5.51563 3.73762C5.43944 3.62044 5.32291 3.5039 5.08984 3.27083L4.95992 3.14092C4.60563 2.78662 4.42848 2.60947 4.23823 2.51324C3.85985 2.32186 3.41301 2.32186 3.03464 2.51324C2.84438 2.60947 2.66723 2.78662 2.31294 3.14092L2.20785 3.24601C1.85477 3.59909 1.67823 3.77563 1.54339 4.01565C1.39378 4.28199 1.28621 4.69565 1.28712 5.00113C1.28793 5.27643 1.34134 5.46458 1.44814 5.84087C2.02212 7.86314 3.1051 9.77138 4.69709 11.3634C6.28908 12.9554 8.19732 14.0383 10.2196 14.6123C10.5959 14.7191 10.784 14.7725 11.0593 14.7733C11.3648 14.7743 11.7785 14.6667 12.0448 14.5171C12.2848 14.3822 12.4614 14.2057 12.8145 13.8526L12.9195 13.7475C13.2738 13.3932 13.451 13.2161 13.5472 13.0258C13.7386 12.6474 13.7386 12.2006 13.5472 11.8222C13.451 11.632 13.2738 11.4548 12.9195 11.1005L12.7896 10.9706C12.5566 10.7376 12.44 10.621 12.3228 10.5448C11.8809 10.2575 11.3112 10.2575 10.8693 10.5448C10.7521 10.621 10.6355 10.7376 10.4025 10.9706C10.3263 11.0468 10.2882 11.0849 10.2436 11.1168C10.0853 11.2302 9.85582 11.2693 9.66892 11.2148C9.61633 11.1995 9.57476 11.1795 9.49164 11.1396C8.52523 10.6756 7.61946 10.0431 6.81841 9.24205Z",
|
|
2982
|
+
stroke: "currentColor",
|
|
2983
|
+
strokeWidth: "1.4",
|
|
2984
|
+
strokeLinecap: "round",
|
|
2985
|
+
strokeLinejoin: "round"
|
|
2986
|
+
}
|
|
2987
|
+
)
|
|
2988
|
+
]
|
|
2989
|
+
})
|
|
2990
|
+
);
|
|
2991
|
+
}
|
|
2992
|
+
);
|
|
2993
|
+
|
|
2994
|
+
// src/icons/phonePlus.tsx
|
|
2995
|
+
import { forwardRef as forwardRef64 } from "react";
|
|
2996
|
+
import { jsx as jsx66, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
2997
|
+
var PhonePlusIcon = forwardRef64(
|
|
2998
|
+
function PhonePlusIcon2(_a, ref) {
|
|
2999
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3000
|
+
return /* @__PURE__ */ jsxs45(
|
|
3001
|
+
"svg",
|
|
3002
|
+
__spreadProps(__spreadValues({
|
|
3003
|
+
ref,
|
|
3004
|
+
width: size,
|
|
3005
|
+
height: size,
|
|
3006
|
+
viewBox: "0 0 16 16",
|
|
3007
|
+
fill: "none",
|
|
3008
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3009
|
+
className
|
|
3010
|
+
}, other), {
|
|
3011
|
+
children: [
|
|
3012
|
+
duotone && /* @__PURE__ */ jsx66(
|
|
3013
|
+
"path",
|
|
3014
|
+
{
|
|
3015
|
+
opacity: "0.12",
|
|
3016
|
+
d: "M4.92059 6.56825C5.38459 7.53466 6.01712 8.44042 6.81817 9.24148C7.61922 10.0425 8.52498 10.6751 9.49139 11.1391C9.57452 11.179 9.61608 11.1989 9.66868 11.2143C9.85558 11.2687 10.0851 11.2296 10.2434 11.1163C10.2879 11.0844 10.326 11.0463 10.4022 10.9701C10.6353 10.737 10.7518 10.6204 10.869 10.5443C11.3109 10.2569 11.8807 10.2569 12.3226 10.5443C12.4398 10.6204 12.5563 10.737 12.7894 10.9701L12.9193 11.1C13.2736 11.4543 13.4507 11.6314 13.547 11.8217C13.7383 12.2 13.7383 12.6469 13.547 13.0253C13.4507 13.2155 13.2736 13.3927 12.9193 13.7469L12.8142 13.852C12.4611 14.2051 12.2846 14.3817 12.0446 14.5165C11.7782 14.6661 11.3646 14.7737 11.0591 14.7728C10.7838 14.772 10.5956 14.7186 10.2193 14.6117C8.19707 14.0378 6.28883 12.9548 4.69685 11.3628C3.10486 9.77081 2.02188 7.86257 1.4479 5.84031C1.34109 5.46401 1.28769 5.27586 1.28687 5.00056C1.28596 4.69508 1.39354 4.28142 1.54315 4.01508C1.67798 3.77506 1.85452 3.59852 2.20761 3.24544L2.31269 3.14035C2.66699 2.78605 2.84414 2.60891 3.03439 2.51268C3.41277 2.3213 3.85961 2.3213 4.23798 2.51268C4.42824 2.60891 4.60538 2.78605 4.95968 3.14035L5.08959 3.27026C5.32266 3.50333 5.4392 3.61987 5.51539 3.73705C5.80272 4.17898 5.80272 4.7487 5.51539 5.19063C5.4392 5.30781 5.32266 5.42435 5.08959 5.65742C5.01338 5.73363 4.97528 5.77173 4.94339 5.81627C4.83004 5.97456 4.79091 6.20406 4.84539 6.39097C4.86072 6.44356 4.88068 6.48512 4.92059 6.56825Z",
|
|
3017
|
+
fill: "currentColor",
|
|
3018
|
+
stroke: "currentColor",
|
|
3019
|
+
strokeWidth: "2",
|
|
3020
|
+
strokeLinecap: "round",
|
|
3021
|
+
strokeLinejoin: "round"
|
|
3022
|
+
}
|
|
3023
|
+
),
|
|
3024
|
+
/* @__PURE__ */ jsx66(
|
|
3025
|
+
"path",
|
|
3026
|
+
{
|
|
3027
|
+
d: "M11.3332 7.33333V2M8.66657 4.66667H13.9999M6.81792 9.24205C6.01687 8.44099 5.38435 7.53523 4.92035 6.56882C4.88044 6.48569 4.86048 6.44413 4.84515 6.39154C4.79067 6.20463 4.8298 5.97513 4.94314 5.81684C4.97504 5.7723 5.01314 5.7342 5.08935 5.65799C5.32242 5.42492 5.43895 5.30838 5.51514 5.1912C5.80247 4.74927 5.80247 4.17955 5.51515 3.73762C5.43895 3.62044 5.32242 3.5039 5.08935 3.27083L4.95943 3.14092C4.60514 2.78662 4.42799 2.60947 4.23774 2.51324C3.85937 2.32186 3.41252 2.32186 3.03415 2.51324C2.84389 2.60947 2.66675 2.78662 2.31245 3.14092L2.20736 3.24601C1.85428 3.59909 1.67774 3.77563 1.54291 4.01565C1.39329 4.28199 1.28572 4.69565 1.28663 5.00113C1.28745 5.27643 1.34085 5.46458 1.44765 5.84087C2.02163 7.86314 3.10462 9.77138 4.6966 11.3634C6.28859 12.9554 8.19683 14.0383 10.2191 14.6123C10.5954 14.7191 10.7835 14.7725 11.0588 14.7733C11.3643 14.7743 11.778 14.6667 12.0443 14.5171C12.2843 14.3822 12.4609 14.2057 12.814 13.8526L12.9191 13.7475C13.2733 13.3932 13.4505 13.2161 13.5467 13.0258C13.7381 12.6474 13.7381 12.2006 13.5467 11.8222C13.4505 11.632 13.2733 11.4548 12.9191 11.1005L12.7891 10.9706C12.5561 10.7376 12.4395 10.621 12.3223 10.5448C11.8804 10.2575 11.3107 10.2575 10.8688 10.5448C10.7516 10.621 10.6351 10.7376 10.402 10.9706C10.3258 11.0468 10.2877 11.0849 10.2431 11.1168C10.0848 11.2302 9.85534 11.2693 9.66843 11.2148C9.61584 11.1995 9.57428 11.1795 9.49115 11.1396C8.52474 10.6756 7.61898 10.0431 6.81792 9.24205Z",
|
|
3028
|
+
stroke: "currentColor",
|
|
3029
|
+
strokeWidth: "1.4",
|
|
3030
|
+
strokeLinecap: "round",
|
|
3031
|
+
strokeLinejoin: "round"
|
|
3032
|
+
}
|
|
3033
|
+
)
|
|
3034
|
+
]
|
|
3035
|
+
})
|
|
3036
|
+
);
|
|
3037
|
+
}
|
|
3038
|
+
);
|
|
3039
|
+
|
|
3040
|
+
// src/icons/phoneX.tsx
|
|
3041
|
+
import { forwardRef as forwardRef65 } from "react";
|
|
3042
|
+
import { jsx as jsx67, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
3043
|
+
var PhoneXIcon = forwardRef65(
|
|
3044
|
+
function PhoneXIcon2(_a, ref) {
|
|
3045
|
+
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3046
|
+
return /* @__PURE__ */ jsxs46(
|
|
3047
|
+
"svg",
|
|
3048
|
+
__spreadProps(__spreadValues({
|
|
3049
|
+
ref,
|
|
3050
|
+
width: size,
|
|
3051
|
+
height: size,
|
|
3052
|
+
viewBox: "0 0 16 16",
|
|
3053
|
+
fill: "none",
|
|
3054
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3055
|
+
className
|
|
3056
|
+
}, other), {
|
|
3057
|
+
children: [
|
|
3058
|
+
duotone && /* @__PURE__ */ jsx67(
|
|
3059
|
+
"path",
|
|
3060
|
+
{
|
|
3061
|
+
opacity: "0.12",
|
|
3062
|
+
d: "M4.92084 6.56874C5.38483 7.53515 6.01736 8.44091 6.81841 9.24196C7.61946 10.043 8.52522 10.6755 9.49164 11.1395C9.57476 11.1795 9.61633 11.1994 9.66892 11.2147C9.85582 11.2692 10.0853 11.2301 10.2436 11.1167C10.2882 11.0849 10.3263 11.0467 10.4025 10.9705C10.6355 10.7375 10.7521 10.6209 10.8693 10.5447C11.3112 10.2574 11.8809 10.2574 12.3228 10.5447C12.44 10.6209 12.5566 10.7375 12.7896 10.9705L12.9195 11.1005C13.2738 11.4547 13.451 11.6319 13.5472 11.8221C13.7386 12.2005 13.7386 12.6474 13.5472 13.0257C13.451 13.216 13.2738 13.3931 12.9195 13.7474L12.8145 13.8525C12.4614 14.2056 12.2848 14.3821 12.0448 14.517C11.7785 14.6666 11.3648 14.7742 11.0593 14.7733C10.784 14.7724 10.5959 14.719 10.2196 14.6122C8.19732 14.0383 6.28908 12.9553 4.69709 11.3633C3.1051 9.7713 2.02212 7.86306 1.44814 5.84079C1.34134 5.4645 1.28793 5.27635 1.28712 5.00105C1.28621 4.69557 1.39378 4.28191 1.54339 4.01557C1.67823 3.77555 1.85477 3.59901 2.20785 3.24593L2.31294 3.14084C2.66723 2.78654 2.84438 2.60939 3.03463 2.51316C3.41301 2.32178 3.85985 2.32178 4.23823 2.51316C4.42848 2.60939 4.60563 2.78654 4.95992 3.14084L5.08984 3.27075C5.32291 3.50382 5.43944 3.62036 5.51563 3.73754C5.80296 4.17947 5.80296 4.74919 5.51563 5.19111C5.43944 5.3083 5.32291 5.42484 5.08984 5.65791C5.01363 5.73411 4.97552 5.77222 4.94363 5.81676C4.83029 5.97505 4.79115 6.20455 4.84564 6.39145C4.86097 6.44405 4.88092 6.48561 4.92084 6.56874Z",
|
|
3063
|
+
fill: "currentColor"
|
|
3064
|
+
}
|
|
3065
|
+
),
|
|
3066
|
+
/* @__PURE__ */ jsx67(
|
|
3067
|
+
"path",
|
|
3068
|
+
{
|
|
3069
|
+
d: "M14.0004 2L10.0004 6M10.0004 2L14.0004 6M6.81841 9.24205C6.01736 8.44099 5.38483 7.53523 4.92084 6.56882C4.88092 6.48569 4.86097 6.44413 4.84564 6.39154C4.79115 6.20463 4.83029 5.97513 4.94363 5.81684C4.97552 5.7723 5.01363 5.7342 5.08984 5.65799C5.32291 5.42492 5.43944 5.30838 5.51563 5.1912C5.80296 4.74927 5.80296 4.17955 5.51563 3.73762C5.43944 3.62044 5.32291 3.5039 5.08984 3.27083L4.95992 3.14092C4.60563 2.78662 4.42848 2.60947 4.23823 2.51324C3.85985 2.32186 3.41301 2.32186 3.03464 2.51324C2.84438 2.60947 2.66723 2.78662 2.31294 3.14092L2.20785 3.24601C1.85477 3.59909 1.67823 3.77563 1.54339 4.01565C1.39378 4.28199 1.28621 4.69565 1.28712 5.00113C1.28793 5.27643 1.34134 5.46458 1.44814 5.84087C2.02212 7.86314 3.1051 9.77138 4.69709 11.3634C6.28908 12.9554 8.19732 14.0383 10.2196 14.6123C10.5959 14.7191 10.784 14.7725 11.0593 14.7733C11.3648 14.7743 11.7785 14.6667 12.0448 14.5171C12.2848 14.3822 12.4614 14.2057 12.8145 13.8526L12.9195 13.7475C13.2738 13.3932 13.451 13.2161 13.5472 13.0258C13.7386 12.6474 13.7386 12.2006 13.5472 11.8222C13.451 11.632 13.2738 11.4548 12.9195 11.1005L12.7896 10.9706C12.5566 10.7376 12.44 10.621 12.3228 10.5448C11.8809 10.2575 11.3112 10.2575 10.8693 10.5448C10.7521 10.621 10.6355 10.7376 10.4025 10.9706C10.3263 11.0468 10.2882 11.0849 10.2436 11.1168C10.0853 11.2302 9.85582 11.2693 9.66892 11.2148C9.61633 11.1995 9.57476 11.1795 9.49164 11.1396C8.52523 10.6756 7.61946 10.0431 6.81841 9.24205Z",
|
|
3070
|
+
stroke: "currentColor",
|
|
3071
|
+
strokeWidth: "1.4",
|
|
3072
|
+
strokeLinecap: "round",
|
|
3073
|
+
strokeLinejoin: "round"
|
|
3074
|
+
}
|
|
3075
|
+
)
|
|
3076
|
+
]
|
|
3077
|
+
})
|
|
3078
|
+
);
|
|
3079
|
+
}
|
|
3080
|
+
);
|
|
3081
|
+
|
|
2904
3082
|
// src/icons/pieChart.tsx
|
|
2905
|
-
import { forwardRef as
|
|
2906
|
-
import { jsx as
|
|
2907
|
-
var PieChartIcon =
|
|
3083
|
+
import { forwardRef as forwardRef66 } from "react";
|
|
3084
|
+
import { jsx as jsx68, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
3085
|
+
var PieChartIcon = forwardRef66(
|
|
2908
3086
|
function PieChartIcon2(_a, ref) {
|
|
2909
3087
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2910
|
-
return /* @__PURE__ */
|
|
3088
|
+
return /* @__PURE__ */ jsxs47(
|
|
2911
3089
|
"svg",
|
|
2912
3090
|
__spreadProps(__spreadValues({
|
|
2913
3091
|
ref,
|
|
@@ -2919,7 +3097,7 @@ var PieChartIcon = forwardRef62(
|
|
|
2919
3097
|
className
|
|
2920
3098
|
}, other), {
|
|
2921
3099
|
children: [
|
|
2922
|
-
duotone && /* @__PURE__ */
|
|
3100
|
+
duotone && /* @__PURE__ */ jsx68(
|
|
2923
3101
|
"path",
|
|
2924
3102
|
{
|
|
2925
3103
|
opacity: "0.12",
|
|
@@ -2927,7 +3105,7 @@ var PieChartIcon = forwardRef62(
|
|
|
2927
3105
|
fill: "currentColor"
|
|
2928
3106
|
}
|
|
2929
3107
|
),
|
|
2930
|
-
/* @__PURE__ */
|
|
3108
|
+
/* @__PURE__ */ jsx68(
|
|
2931
3109
|
"path",
|
|
2932
3110
|
{
|
|
2933
3111
|
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",
|
|
@@ -2938,7 +3116,7 @@ var PieChartIcon = forwardRef62(
|
|
|
2938
3116
|
}
|
|
2939
3117
|
),
|
|
2940
3118
|
",",
|
|
2941
|
-
/* @__PURE__ */
|
|
3119
|
+
/* @__PURE__ */ jsx68(
|
|
2942
3120
|
"path",
|
|
2943
3121
|
{
|
|
2944
3122
|
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",
|
|
@@ -2955,11 +3133,11 @@ var PieChartIcon = forwardRef62(
|
|
|
2955
3133
|
);
|
|
2956
3134
|
|
|
2957
3135
|
// src/icons/play.tsx
|
|
2958
|
-
import { forwardRef as
|
|
2959
|
-
import { jsx as
|
|
2960
|
-
var PlayIcon =
|
|
3136
|
+
import { forwardRef as forwardRef67 } from "react";
|
|
3137
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
3138
|
+
var PlayIcon = forwardRef67(function PlayIcon2(_a, ref) {
|
|
2961
3139
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2962
|
-
return /* @__PURE__ */
|
|
3140
|
+
return /* @__PURE__ */ jsx69(
|
|
2963
3141
|
"svg",
|
|
2964
3142
|
__spreadProps(__spreadValues({
|
|
2965
3143
|
ref,
|
|
@@ -2970,7 +3148,7 @@ var PlayIcon = forwardRef63(function PlayIcon2(_a, ref) {
|
|
|
2970
3148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2971
3149
|
className
|
|
2972
3150
|
}, other), {
|
|
2973
|
-
children: /* @__PURE__ */
|
|
3151
|
+
children: /* @__PURE__ */ jsx69(
|
|
2974
3152
|
"path",
|
|
2975
3153
|
{
|
|
2976
3154
|
fillRule: "evenodd",
|
|
@@ -2984,12 +3162,12 @@ var PlayIcon = forwardRef63(function PlayIcon2(_a, ref) {
|
|
|
2984
3162
|
});
|
|
2985
3163
|
|
|
2986
3164
|
// src/icons/playCircle.tsx
|
|
2987
|
-
import { forwardRef as
|
|
2988
|
-
import { jsx as
|
|
2989
|
-
var PlayCircleIcon =
|
|
3165
|
+
import { forwardRef as forwardRef68 } from "react";
|
|
3166
|
+
import { jsx as jsx70, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
3167
|
+
var PlayCircleIcon = forwardRef68(
|
|
2990
3168
|
function PlayCircleIcon2(_a, ref) {
|
|
2991
3169
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
2992
|
-
return /* @__PURE__ */
|
|
3170
|
+
return /* @__PURE__ */ jsxs48(
|
|
2993
3171
|
"svg",
|
|
2994
3172
|
__spreadProps(__spreadValues({
|
|
2995
3173
|
ref,
|
|
@@ -3001,7 +3179,7 @@ var PlayCircleIcon = forwardRef64(
|
|
|
3001
3179
|
className
|
|
3002
3180
|
}, other), {
|
|
3003
3181
|
children: [
|
|
3004
|
-
duotone && /* @__PURE__ */
|
|
3182
|
+
duotone && /* @__PURE__ */ jsx70(
|
|
3005
3183
|
"path",
|
|
3006
3184
|
{
|
|
3007
3185
|
opacity: "0.12",
|
|
@@ -3009,7 +3187,7 @@ var PlayCircleIcon = forwardRef64(
|
|
|
3009
3187
|
fill: "currentColor"
|
|
3010
3188
|
}
|
|
3011
3189
|
),
|
|
3012
|
-
/* @__PURE__ */
|
|
3190
|
+
/* @__PURE__ */ jsx70(
|
|
3013
3191
|
"path",
|
|
3014
3192
|
{
|
|
3015
3193
|
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",
|
|
@@ -3020,7 +3198,7 @@ var PlayCircleIcon = forwardRef64(
|
|
|
3020
3198
|
}
|
|
3021
3199
|
),
|
|
3022
3200
|
",",
|
|
3023
|
-
/* @__PURE__ */
|
|
3201
|
+
/* @__PURE__ */ jsx70(
|
|
3024
3202
|
"path",
|
|
3025
3203
|
{
|
|
3026
3204
|
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",
|
|
@@ -3037,11 +3215,11 @@ var PlayCircleIcon = forwardRef64(
|
|
|
3037
3215
|
);
|
|
3038
3216
|
|
|
3039
3217
|
// src/icons/plus.tsx
|
|
3040
|
-
import { forwardRef as
|
|
3041
|
-
import { jsx as
|
|
3042
|
-
var PlusIcon =
|
|
3218
|
+
import { forwardRef as forwardRef69 } from "react";
|
|
3219
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
3220
|
+
var PlusIcon = forwardRef69(function PlusIcon2(_a, ref) {
|
|
3043
3221
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3044
|
-
return /* @__PURE__ */
|
|
3222
|
+
return /* @__PURE__ */ jsx71(
|
|
3045
3223
|
"svg",
|
|
3046
3224
|
__spreadProps(__spreadValues({
|
|
3047
3225
|
ref,
|
|
@@ -3052,7 +3230,7 @@ var PlusIcon = forwardRef65(function PlusIcon2(_a, ref) {
|
|
|
3052
3230
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3053
3231
|
className
|
|
3054
3232
|
}, other), {
|
|
3055
|
-
children: /* @__PURE__ */
|
|
3233
|
+
children: /* @__PURE__ */ jsx71(
|
|
3056
3234
|
"path",
|
|
3057
3235
|
{
|
|
3058
3236
|
d: "M12 5V19M5 12H19",
|
|
@@ -3067,12 +3245,12 @@ var PlusIcon = forwardRef65(function PlusIcon2(_a, ref) {
|
|
|
3067
3245
|
});
|
|
3068
3246
|
|
|
3069
3247
|
// src/icons/plusCircle.tsx
|
|
3070
|
-
import { forwardRef as
|
|
3071
|
-
import { jsx as
|
|
3072
|
-
var PlusCircleIcon =
|
|
3248
|
+
import { forwardRef as forwardRef70 } from "react";
|
|
3249
|
+
import { jsx as jsx72, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
3250
|
+
var PlusCircleIcon = forwardRef70(
|
|
3073
3251
|
function PlusCircleIcon2(_a, ref) {
|
|
3074
3252
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3075
|
-
return /* @__PURE__ */
|
|
3253
|
+
return /* @__PURE__ */ jsxs49(
|
|
3076
3254
|
"svg",
|
|
3077
3255
|
__spreadProps(__spreadValues({
|
|
3078
3256
|
ref,
|
|
@@ -3084,7 +3262,7 @@ var PlusCircleIcon = forwardRef66(
|
|
|
3084
3262
|
className
|
|
3085
3263
|
}, other), {
|
|
3086
3264
|
children: [
|
|
3087
|
-
duotone && /* @__PURE__ */
|
|
3265
|
+
duotone && /* @__PURE__ */ jsx72(
|
|
3088
3266
|
"path",
|
|
3089
3267
|
{
|
|
3090
3268
|
opacity: "0.12",
|
|
@@ -3092,7 +3270,7 @@ var PlusCircleIcon = forwardRef66(
|
|
|
3092
3270
|
fill: "currentColor"
|
|
3093
3271
|
}
|
|
3094
3272
|
),
|
|
3095
|
-
/* @__PURE__ */
|
|
3273
|
+
/* @__PURE__ */ jsx72(
|
|
3096
3274
|
"path",
|
|
3097
3275
|
{
|
|
3098
3276
|
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",
|
|
@@ -3109,12 +3287,12 @@ var PlusCircleIcon = forwardRef66(
|
|
|
3109
3287
|
);
|
|
3110
3288
|
|
|
3111
3289
|
// src/icons/puzzlePiece.tsx
|
|
3112
|
-
import { forwardRef as
|
|
3113
|
-
import { jsx as
|
|
3114
|
-
var PuzzlePieceIcon =
|
|
3290
|
+
import { forwardRef as forwardRef71 } from "react";
|
|
3291
|
+
import { jsx as jsx73, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
3292
|
+
var PuzzlePieceIcon = forwardRef71(
|
|
3115
3293
|
function PuzzlePieceIcon2(_a, ref) {
|
|
3116
3294
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3117
|
-
return /* @__PURE__ */
|
|
3295
|
+
return /* @__PURE__ */ jsxs50(
|
|
3118
3296
|
"svg",
|
|
3119
3297
|
__spreadProps(__spreadValues({
|
|
3120
3298
|
ref,
|
|
@@ -3126,7 +3304,7 @@ var PuzzlePieceIcon = forwardRef67(
|
|
|
3126
3304
|
className
|
|
3127
3305
|
}, other), {
|
|
3128
3306
|
children: [
|
|
3129
|
-
duotone && /* @__PURE__ */
|
|
3307
|
+
duotone && /* @__PURE__ */ jsx73(
|
|
3130
3308
|
"path",
|
|
3131
3309
|
{
|
|
3132
3310
|
opacity: "0.12",
|
|
@@ -3134,7 +3312,7 @@ var PuzzlePieceIcon = forwardRef67(
|
|
|
3134
3312
|
fill: "currentColor"
|
|
3135
3313
|
}
|
|
3136
3314
|
),
|
|
3137
|
-
/* @__PURE__ */
|
|
3315
|
+
/* @__PURE__ */ jsx73(
|
|
3138
3316
|
"path",
|
|
3139
3317
|
{
|
|
3140
3318
|
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",
|
|
@@ -3151,12 +3329,12 @@ var PuzzlePieceIcon = forwardRef67(
|
|
|
3151
3329
|
);
|
|
3152
3330
|
|
|
3153
3331
|
// src/icons/qrCode.tsx
|
|
3154
|
-
import { forwardRef as
|
|
3155
|
-
import { jsx as
|
|
3156
|
-
var QrCodeIcon =
|
|
3332
|
+
import { forwardRef as forwardRef72 } from "react";
|
|
3333
|
+
import { jsx as jsx74, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
3334
|
+
var QrCodeIcon = forwardRef72(
|
|
3157
3335
|
function QrCodeIcon2(_a, ref) {
|
|
3158
3336
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3159
|
-
return /* @__PURE__ */
|
|
3337
|
+
return /* @__PURE__ */ jsxs51(
|
|
3160
3338
|
"svg",
|
|
3161
3339
|
__spreadProps(__spreadValues({
|
|
3162
3340
|
ref,
|
|
@@ -3168,7 +3346,7 @@ var QrCodeIcon = forwardRef68(
|
|
|
3168
3346
|
className
|
|
3169
3347
|
}, other), {
|
|
3170
3348
|
children: [
|
|
3171
|
-
duotone && /* @__PURE__ */
|
|
3349
|
+
duotone && /* @__PURE__ */ jsx74(
|
|
3172
3350
|
"path",
|
|
3173
3351
|
{
|
|
3174
3352
|
opacity: "0.4",
|
|
@@ -3179,7 +3357,7 @@ var QrCodeIcon = forwardRef68(
|
|
|
3179
3357
|
strokeLinejoin: "round"
|
|
3180
3358
|
}
|
|
3181
3359
|
),
|
|
3182
|
-
/* @__PURE__ */
|
|
3360
|
+
/* @__PURE__ */ jsx74(
|
|
3183
3361
|
"path",
|
|
3184
3362
|
{
|
|
3185
3363
|
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",
|
|
@@ -3196,12 +3374,12 @@ var QrCodeIcon = forwardRef68(
|
|
|
3196
3374
|
);
|
|
3197
3375
|
|
|
3198
3376
|
// src/icons/receiptCheck.tsx
|
|
3199
|
-
import { forwardRef as
|
|
3200
|
-
import { jsx as
|
|
3201
|
-
var ReceiptCheckIcon =
|
|
3377
|
+
import { forwardRef as forwardRef73 } from "react";
|
|
3378
|
+
import { jsx as jsx75, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
3379
|
+
var ReceiptCheckIcon = forwardRef73(
|
|
3202
3380
|
function ReceiptCheckIcon2(_a, ref) {
|
|
3203
3381
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3204
|
-
return /* @__PURE__ */
|
|
3382
|
+
return /* @__PURE__ */ jsxs52(
|
|
3205
3383
|
"svg",
|
|
3206
3384
|
__spreadProps(__spreadValues({
|
|
3207
3385
|
ref,
|
|
@@ -3213,7 +3391,7 @@ var ReceiptCheckIcon = forwardRef69(
|
|
|
3213
3391
|
className
|
|
3214
3392
|
}, other), {
|
|
3215
3393
|
children: [
|
|
3216
|
-
duotone && /* @__PURE__ */
|
|
3394
|
+
duotone && /* @__PURE__ */ jsx75(
|
|
3217
3395
|
"path",
|
|
3218
3396
|
{
|
|
3219
3397
|
opacity: "0.12",
|
|
@@ -3221,7 +3399,7 @@ var ReceiptCheckIcon = forwardRef69(
|
|
|
3221
3399
|
fill: "currentColor"
|
|
3222
3400
|
}
|
|
3223
3401
|
),
|
|
3224
|
-
/* @__PURE__ */
|
|
3402
|
+
/* @__PURE__ */ jsx75(
|
|
3225
3403
|
"path",
|
|
3226
3404
|
{
|
|
3227
3405
|
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",
|
|
@@ -3238,12 +3416,12 @@ var ReceiptCheckIcon = forwardRef69(
|
|
|
3238
3416
|
);
|
|
3239
3417
|
|
|
3240
3418
|
// src/icons/recording.tsx
|
|
3241
|
-
import { forwardRef as
|
|
3242
|
-
import { jsx as
|
|
3243
|
-
var RecordingIcon =
|
|
3419
|
+
import { forwardRef as forwardRef74 } from "react";
|
|
3420
|
+
import { jsx as jsx76, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
3421
|
+
var RecordingIcon = forwardRef74(
|
|
3244
3422
|
function RecordingIcon2(_a, ref) {
|
|
3245
3423
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3246
|
-
return /* @__PURE__ */
|
|
3424
|
+
return /* @__PURE__ */ jsxs53(
|
|
3247
3425
|
"svg",
|
|
3248
3426
|
__spreadProps(__spreadValues({
|
|
3249
3427
|
ref,
|
|
@@ -3255,7 +3433,7 @@ var RecordingIcon = forwardRef70(
|
|
|
3255
3433
|
className
|
|
3256
3434
|
}, other), {
|
|
3257
3435
|
children: [
|
|
3258
|
-
duotone && /* @__PURE__ */
|
|
3436
|
+
duotone && /* @__PURE__ */ jsx76(
|
|
3259
3437
|
"path",
|
|
3260
3438
|
{
|
|
3261
3439
|
opacity: "0.12",
|
|
@@ -3263,7 +3441,7 @@ var RecordingIcon = forwardRef70(
|
|
|
3263
3441
|
fill: "currentColor"
|
|
3264
3442
|
}
|
|
3265
3443
|
),
|
|
3266
|
-
/* @__PURE__ */
|
|
3444
|
+
/* @__PURE__ */ jsx76(
|
|
3267
3445
|
"path",
|
|
3268
3446
|
{
|
|
3269
3447
|
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",
|
|
@@ -3280,12 +3458,12 @@ var RecordingIcon = forwardRef70(
|
|
|
3280
3458
|
);
|
|
3281
3459
|
|
|
3282
3460
|
// src/icons/refreshCcw.tsx
|
|
3283
|
-
import { forwardRef as
|
|
3284
|
-
import { jsx as
|
|
3285
|
-
var RefreshCcwIcon =
|
|
3461
|
+
import { forwardRef as forwardRef75 } from "react";
|
|
3462
|
+
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
3463
|
+
var RefreshCcwIcon = forwardRef75(
|
|
3286
3464
|
function RefreshCcwIcon2(_a, ref) {
|
|
3287
3465
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3288
|
-
return /* @__PURE__ */
|
|
3466
|
+
return /* @__PURE__ */ jsx77(
|
|
3289
3467
|
"svg",
|
|
3290
3468
|
__spreadProps(__spreadValues({
|
|
3291
3469
|
ref,
|
|
@@ -3296,7 +3474,7 @@ var RefreshCcwIcon = forwardRef71(
|
|
|
3296
3474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3297
3475
|
className
|
|
3298
3476
|
}, other), {
|
|
3299
|
-
children: /* @__PURE__ */
|
|
3477
|
+
children: /* @__PURE__ */ jsx77(
|
|
3300
3478
|
"path",
|
|
3301
3479
|
{
|
|
3302
3480
|
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",
|
|
@@ -3312,12 +3490,12 @@ var RefreshCcwIcon = forwardRef71(
|
|
|
3312
3490
|
);
|
|
3313
3491
|
|
|
3314
3492
|
// src/icons/refreshCw.tsx
|
|
3315
|
-
import { forwardRef as
|
|
3316
|
-
import { jsx as
|
|
3317
|
-
var RefreshCwIcon =
|
|
3493
|
+
import { forwardRef as forwardRef76 } from "react";
|
|
3494
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
3495
|
+
var RefreshCwIcon = forwardRef76(
|
|
3318
3496
|
function RefreshCwIcon2(_a, ref) {
|
|
3319
3497
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3320
|
-
return /* @__PURE__ */
|
|
3498
|
+
return /* @__PURE__ */ jsx78(
|
|
3321
3499
|
"svg",
|
|
3322
3500
|
__spreadProps(__spreadValues({
|
|
3323
3501
|
ref,
|
|
@@ -3328,7 +3506,7 @@ var RefreshCwIcon = forwardRef72(
|
|
|
3328
3506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3329
3507
|
className
|
|
3330
3508
|
}, other), {
|
|
3331
|
-
children: /* @__PURE__ */
|
|
3509
|
+
children: /* @__PURE__ */ jsx78(
|
|
3332
3510
|
"path",
|
|
3333
3511
|
{
|
|
3334
3512
|
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",
|
|
@@ -3344,12 +3522,12 @@ var RefreshCwIcon = forwardRef72(
|
|
|
3344
3522
|
);
|
|
3345
3523
|
|
|
3346
3524
|
// src/icons/rocket.tsx
|
|
3347
|
-
import { forwardRef as
|
|
3348
|
-
import { jsx as
|
|
3349
|
-
var RocketIcon =
|
|
3525
|
+
import { forwardRef as forwardRef77 } from "react";
|
|
3526
|
+
import { jsx as jsx79, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
3527
|
+
var RocketIcon = forwardRef77(
|
|
3350
3528
|
function RocketIcon2(_a, ref) {
|
|
3351
3529
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3352
|
-
return /* @__PURE__ */
|
|
3530
|
+
return /* @__PURE__ */ jsxs54(
|
|
3353
3531
|
"svg",
|
|
3354
3532
|
__spreadProps(__spreadValues({
|
|
3355
3533
|
ref,
|
|
@@ -3361,7 +3539,7 @@ var RocketIcon = forwardRef73(
|
|
|
3361
3539
|
className
|
|
3362
3540
|
}, other), {
|
|
3363
3541
|
children: [
|
|
3364
|
-
duotone && /* @__PURE__ */
|
|
3542
|
+
duotone && /* @__PURE__ */ jsx79(
|
|
3365
3543
|
"path",
|
|
3366
3544
|
{
|
|
3367
3545
|
opacity: "0.12",
|
|
@@ -3369,7 +3547,7 @@ var RocketIcon = forwardRef73(
|
|
|
3369
3547
|
fill: "currentColor"
|
|
3370
3548
|
}
|
|
3371
3549
|
),
|
|
3372
|
-
/* @__PURE__ */
|
|
3550
|
+
/* @__PURE__ */ jsx79(
|
|
3373
3551
|
"path",
|
|
3374
3552
|
{
|
|
3375
3553
|
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",
|
|
@@ -3386,11 +3564,11 @@ var RocketIcon = forwardRef73(
|
|
|
3386
3564
|
);
|
|
3387
3565
|
|
|
3388
3566
|
// src/icons/save.tsx
|
|
3389
|
-
import { forwardRef as
|
|
3390
|
-
import { jsx as
|
|
3391
|
-
var SaveIcon =
|
|
3567
|
+
import { forwardRef as forwardRef78 } from "react";
|
|
3568
|
+
import { jsx as jsx80, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
3569
|
+
var SaveIcon = forwardRef78(function SaveIcon2(_a, ref) {
|
|
3392
3570
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3393
|
-
return /* @__PURE__ */
|
|
3571
|
+
return /* @__PURE__ */ jsxs55(
|
|
3394
3572
|
"svg",
|
|
3395
3573
|
__spreadProps(__spreadValues({
|
|
3396
3574
|
ref,
|
|
@@ -3402,15 +3580,15 @@ var SaveIcon = forwardRef74(function SaveIcon2(_a, ref) {
|
|
|
3402
3580
|
className
|
|
3403
3581
|
}, other), {
|
|
3404
3582
|
children: [
|
|
3405
|
-
duotone && /* @__PURE__ */
|
|
3406
|
-
/* @__PURE__ */
|
|
3583
|
+
duotone && /* @__PURE__ */ jsxs55("g", { opacity: "0.12", children: [
|
|
3584
|
+
/* @__PURE__ */ jsx80(
|
|
3407
3585
|
"path",
|
|
3408
3586
|
{
|
|
3409
3587
|
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",
|
|
3410
3588
|
fill: "currentColor"
|
|
3411
3589
|
}
|
|
3412
3590
|
),
|
|
3413
|
-
/* @__PURE__ */
|
|
3591
|
+
/* @__PURE__ */ jsx80(
|
|
3414
3592
|
"path",
|
|
3415
3593
|
{
|
|
3416
3594
|
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",
|
|
@@ -3418,7 +3596,7 @@ var SaveIcon = forwardRef74(function SaveIcon2(_a, ref) {
|
|
|
3418
3596
|
}
|
|
3419
3597
|
)
|
|
3420
3598
|
] }),
|
|
3421
|
-
/* @__PURE__ */
|
|
3599
|
+
/* @__PURE__ */ jsx80(
|
|
3422
3600
|
"path",
|
|
3423
3601
|
{
|
|
3424
3602
|
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",
|
|
@@ -3434,12 +3612,12 @@ var SaveIcon = forwardRef74(function SaveIcon2(_a, ref) {
|
|
|
3434
3612
|
});
|
|
3435
3613
|
|
|
3436
3614
|
// src/icons/search.tsx
|
|
3437
|
-
import { forwardRef as
|
|
3438
|
-
import { jsx as
|
|
3439
|
-
var SearchMdIcon =
|
|
3615
|
+
import { forwardRef as forwardRef79 } from "react";
|
|
3616
|
+
import { jsx as jsx81, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
3617
|
+
var SearchMdIcon = forwardRef79(
|
|
3440
3618
|
function SearchMdIcon2(_a, ref) {
|
|
3441
3619
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3442
|
-
return /* @__PURE__ */
|
|
3620
|
+
return /* @__PURE__ */ jsxs56(
|
|
3443
3621
|
"svg",
|
|
3444
3622
|
__spreadProps(__spreadValues({
|
|
3445
3623
|
ref,
|
|
@@ -3451,7 +3629,7 @@ var SearchMdIcon = forwardRef75(
|
|
|
3451
3629
|
className
|
|
3452
3630
|
}, other), {
|
|
3453
3631
|
children: [
|
|
3454
|
-
duotone && /* @__PURE__ */
|
|
3632
|
+
duotone && /* @__PURE__ */ jsx81(
|
|
3455
3633
|
"path",
|
|
3456
3634
|
{
|
|
3457
3635
|
opacity: "0.12",
|
|
@@ -3459,7 +3637,7 @@ var SearchMdIcon = forwardRef75(
|
|
|
3459
3637
|
fill: "currentColor"
|
|
3460
3638
|
}
|
|
3461
3639
|
),
|
|
3462
|
-
/* @__PURE__ */
|
|
3640
|
+
/* @__PURE__ */ jsx81(
|
|
3463
3641
|
"path",
|
|
3464
3642
|
{
|
|
3465
3643
|
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",
|
|
@@ -3476,11 +3654,11 @@ var SearchMdIcon = forwardRef75(
|
|
|
3476
3654
|
);
|
|
3477
3655
|
|
|
3478
3656
|
// src/icons/send.tsx
|
|
3479
|
-
import { forwardRef as
|
|
3480
|
-
import { jsx as
|
|
3481
|
-
var SendIcon =
|
|
3657
|
+
import { forwardRef as forwardRef80 } from "react";
|
|
3658
|
+
import { jsx as jsx82, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
3659
|
+
var SendIcon = forwardRef80(function SendIcon2(_a, ref) {
|
|
3482
3660
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3483
|
-
return /* @__PURE__ */
|
|
3661
|
+
return /* @__PURE__ */ jsxs57(
|
|
3484
3662
|
"svg",
|
|
3485
3663
|
__spreadProps(__spreadValues({
|
|
3486
3664
|
ref,
|
|
@@ -3492,7 +3670,7 @@ var SendIcon = forwardRef76(function SendIcon2(_a, ref) {
|
|
|
3492
3670
|
className
|
|
3493
3671
|
}, other), {
|
|
3494
3672
|
children: [
|
|
3495
|
-
duotone && /* @__PURE__ */
|
|
3673
|
+
duotone && /* @__PURE__ */ jsx82(
|
|
3496
3674
|
"path",
|
|
3497
3675
|
{
|
|
3498
3676
|
opacity: "0.12",
|
|
@@ -3500,7 +3678,7 @@ var SendIcon = forwardRef76(function SendIcon2(_a, ref) {
|
|
|
3500
3678
|
fill: "currentColor"
|
|
3501
3679
|
}
|
|
3502
3680
|
),
|
|
3503
|
-
/* @__PURE__ */
|
|
3681
|
+
/* @__PURE__ */ jsx82(
|
|
3504
3682
|
"path",
|
|
3505
3683
|
{
|
|
3506
3684
|
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",
|
|
@@ -3516,12 +3694,12 @@ var SendIcon = forwardRef76(function SendIcon2(_a, ref) {
|
|
|
3516
3694
|
});
|
|
3517
3695
|
|
|
3518
3696
|
// src/icons/settings.tsx
|
|
3519
|
-
import { forwardRef as
|
|
3520
|
-
import { jsx as
|
|
3521
|
-
var SettingsIcon =
|
|
3697
|
+
import { forwardRef as forwardRef81 } from "react";
|
|
3698
|
+
import { jsx as jsx83, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
3699
|
+
var SettingsIcon = forwardRef81(
|
|
3522
3700
|
function SettingsIcon2(_a, ref) {
|
|
3523
3701
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3524
|
-
return /* @__PURE__ */
|
|
3702
|
+
return /* @__PURE__ */ jsxs58(
|
|
3525
3703
|
"svg",
|
|
3526
3704
|
__spreadProps(__spreadValues({
|
|
3527
3705
|
ref,
|
|
@@ -3533,7 +3711,7 @@ var SettingsIcon = forwardRef77(
|
|
|
3533
3711
|
className
|
|
3534
3712
|
}, other), {
|
|
3535
3713
|
children: [
|
|
3536
|
-
duotone && /* @__PURE__ */
|
|
3714
|
+
duotone && /* @__PURE__ */ jsx83(
|
|
3537
3715
|
"path",
|
|
3538
3716
|
{
|
|
3539
3717
|
opacity: "0.12",
|
|
@@ -3543,7 +3721,7 @@ var SettingsIcon = forwardRef77(
|
|
|
3543
3721
|
fill: "currentColor"
|
|
3544
3722
|
}
|
|
3545
3723
|
),
|
|
3546
|
-
/* @__PURE__ */
|
|
3724
|
+
/* @__PURE__ */ jsx83(
|
|
3547
3725
|
"path",
|
|
3548
3726
|
{
|
|
3549
3727
|
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",
|
|
@@ -3554,7 +3732,7 @@ var SettingsIcon = forwardRef77(
|
|
|
3554
3732
|
}
|
|
3555
3733
|
),
|
|
3556
3734
|
",",
|
|
3557
|
-
/* @__PURE__ */
|
|
3735
|
+
/* @__PURE__ */ jsx83(
|
|
3558
3736
|
"path",
|
|
3559
3737
|
{
|
|
3560
3738
|
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",
|
|
@@ -3571,12 +3749,12 @@ var SettingsIcon = forwardRef77(
|
|
|
3571
3749
|
);
|
|
3572
3750
|
|
|
3573
3751
|
// src/icons/share.tsx
|
|
3574
|
-
import { forwardRef as
|
|
3575
|
-
import { jsx as
|
|
3576
|
-
var ShareIcon =
|
|
3752
|
+
import { forwardRef as forwardRef82 } from "react";
|
|
3753
|
+
import { jsx as jsx84, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
3754
|
+
var ShareIcon = forwardRef82(
|
|
3577
3755
|
function ShareIcon2(_a, ref) {
|
|
3578
3756
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3579
|
-
return /* @__PURE__ */
|
|
3757
|
+
return /* @__PURE__ */ jsxs59(
|
|
3580
3758
|
"svg",
|
|
3581
3759
|
__spreadProps(__spreadValues({
|
|
3582
3760
|
ref,
|
|
@@ -3588,22 +3766,22 @@ var ShareIcon = forwardRef78(
|
|
|
3588
3766
|
className
|
|
3589
3767
|
}, other), {
|
|
3590
3768
|
children: [
|
|
3591
|
-
duotone && /* @__PURE__ */
|
|
3592
|
-
/* @__PURE__ */
|
|
3769
|
+
duotone && /* @__PURE__ */ jsxs59("g", { opacity: "0.12", children: [
|
|
3770
|
+
/* @__PURE__ */ jsx84(
|
|
3593
3771
|
"path",
|
|
3594
3772
|
{
|
|
3595
3773
|
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",
|
|
3596
3774
|
fill: "currentColor"
|
|
3597
3775
|
}
|
|
3598
3776
|
),
|
|
3599
|
-
/* @__PURE__ */
|
|
3777
|
+
/* @__PURE__ */ jsx84(
|
|
3600
3778
|
"path",
|
|
3601
3779
|
{
|
|
3602
3780
|
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",
|
|
3603
3781
|
fill: "currentColor"
|
|
3604
3782
|
}
|
|
3605
3783
|
),
|
|
3606
|
-
/* @__PURE__ */
|
|
3784
|
+
/* @__PURE__ */ jsx84(
|
|
3607
3785
|
"path",
|
|
3608
3786
|
{
|
|
3609
3787
|
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",
|
|
@@ -3611,7 +3789,7 @@ var ShareIcon = forwardRef78(
|
|
|
3611
3789
|
}
|
|
3612
3790
|
)
|
|
3613
3791
|
] }),
|
|
3614
|
-
/* @__PURE__ */
|
|
3792
|
+
/* @__PURE__ */ jsx84(
|
|
3615
3793
|
"path",
|
|
3616
3794
|
{
|
|
3617
3795
|
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",
|
|
@@ -3628,12 +3806,12 @@ var ShareIcon = forwardRef78(
|
|
|
3628
3806
|
);
|
|
3629
3807
|
|
|
3630
3808
|
// src/icons/shareArrow.tsx
|
|
3631
|
-
import { forwardRef as
|
|
3632
|
-
import { jsx as
|
|
3633
|
-
var ShareArrowIcon =
|
|
3809
|
+
import { forwardRef as forwardRef83 } from "react";
|
|
3810
|
+
import { jsx as jsx85, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
3811
|
+
var ShareArrowIcon = forwardRef83(
|
|
3634
3812
|
function ShareArrowIcon2(_a, ref) {
|
|
3635
3813
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3636
|
-
return /* @__PURE__ */
|
|
3814
|
+
return /* @__PURE__ */ jsxs60(
|
|
3637
3815
|
"svg",
|
|
3638
3816
|
__spreadProps(__spreadValues({
|
|
3639
3817
|
ref,
|
|
@@ -3645,7 +3823,7 @@ var ShareArrowIcon = forwardRef79(
|
|
|
3645
3823
|
className
|
|
3646
3824
|
}, other), {
|
|
3647
3825
|
children: [
|
|
3648
|
-
duotone && /* @__PURE__ */
|
|
3826
|
+
duotone && /* @__PURE__ */ jsx85(
|
|
3649
3827
|
"path",
|
|
3650
3828
|
{
|
|
3651
3829
|
opacity: "0.12",
|
|
@@ -3653,7 +3831,7 @@ var ShareArrowIcon = forwardRef79(
|
|
|
3653
3831
|
fill: "currentColor"
|
|
3654
3832
|
}
|
|
3655
3833
|
),
|
|
3656
|
-
/* @__PURE__ */
|
|
3834
|
+
/* @__PURE__ */ jsx85(
|
|
3657
3835
|
"path",
|
|
3658
3836
|
{
|
|
3659
3837
|
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",
|
|
@@ -3670,12 +3848,12 @@ var ShareArrowIcon = forwardRef79(
|
|
|
3670
3848
|
);
|
|
3671
3849
|
|
|
3672
3850
|
// src/icons/skipBack.tsx
|
|
3673
|
-
import { forwardRef as
|
|
3674
|
-
import { jsx as
|
|
3675
|
-
var SkipBackIcon =
|
|
3851
|
+
import { forwardRef as forwardRef84 } from "react";
|
|
3852
|
+
import { jsx as jsx86, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
3853
|
+
var SkipBackIcon = forwardRef84(
|
|
3676
3854
|
function SkipBackIcon2(_a, ref) {
|
|
3677
3855
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3678
|
-
return /* @__PURE__ */
|
|
3856
|
+
return /* @__PURE__ */ jsxs61(
|
|
3679
3857
|
"svg",
|
|
3680
3858
|
__spreadProps(__spreadValues({
|
|
3681
3859
|
ref,
|
|
@@ -3687,7 +3865,7 @@ var SkipBackIcon = forwardRef80(
|
|
|
3687
3865
|
className
|
|
3688
3866
|
}, other), {
|
|
3689
3867
|
children: [
|
|
3690
|
-
duotone && /* @__PURE__ */
|
|
3868
|
+
duotone && /* @__PURE__ */ jsx86(
|
|
3691
3869
|
"path",
|
|
3692
3870
|
{
|
|
3693
3871
|
opacity: "0.12",
|
|
@@ -3695,7 +3873,7 @@ var SkipBackIcon = forwardRef80(
|
|
|
3695
3873
|
fill: "currentColor"
|
|
3696
3874
|
}
|
|
3697
3875
|
),
|
|
3698
|
-
/* @__PURE__ */
|
|
3876
|
+
/* @__PURE__ */ jsx86(
|
|
3699
3877
|
"path",
|
|
3700
3878
|
{
|
|
3701
3879
|
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",
|
|
@@ -3712,12 +3890,12 @@ var SkipBackIcon = forwardRef80(
|
|
|
3712
3890
|
);
|
|
3713
3891
|
|
|
3714
3892
|
// src/icons/skipForward.tsx
|
|
3715
|
-
import { forwardRef as
|
|
3716
|
-
import { jsx as
|
|
3717
|
-
var SkipForwardIcon =
|
|
3893
|
+
import { forwardRef as forwardRef85 } from "react";
|
|
3894
|
+
import { jsx as jsx87, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
3895
|
+
var SkipForwardIcon = forwardRef85(
|
|
3718
3896
|
function SkipForwardIcon2(_a, ref) {
|
|
3719
3897
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3720
|
-
return /* @__PURE__ */
|
|
3898
|
+
return /* @__PURE__ */ jsxs62(
|
|
3721
3899
|
"svg",
|
|
3722
3900
|
__spreadProps(__spreadValues({
|
|
3723
3901
|
ref,
|
|
@@ -3729,7 +3907,7 @@ var SkipForwardIcon = forwardRef81(
|
|
|
3729
3907
|
className
|
|
3730
3908
|
}, other), {
|
|
3731
3909
|
children: [
|
|
3732
|
-
duotone && /* @__PURE__ */
|
|
3910
|
+
duotone && /* @__PURE__ */ jsx87(
|
|
3733
3911
|
"path",
|
|
3734
3912
|
{
|
|
3735
3913
|
opacity: "0.12",
|
|
@@ -3737,7 +3915,7 @@ var SkipForwardIcon = forwardRef81(
|
|
|
3737
3915
|
fill: "currentColor"
|
|
3738
3916
|
}
|
|
3739
3917
|
),
|
|
3740
|
-
/* @__PURE__ */
|
|
3918
|
+
/* @__PURE__ */ jsx87(
|
|
3741
3919
|
"path",
|
|
3742
3920
|
{
|
|
3743
3921
|
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",
|
|
@@ -3754,12 +3932,12 @@ var SkipForwardIcon = forwardRef81(
|
|
|
3754
3932
|
);
|
|
3755
3933
|
|
|
3756
3934
|
// src/icons/spinner.tsx
|
|
3757
|
-
import { forwardRef as
|
|
3758
|
-
import { jsx as
|
|
3759
|
-
var SpinnerIcon =
|
|
3935
|
+
import { forwardRef as forwardRef86 } from "react";
|
|
3936
|
+
import { jsx as jsx88, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
3937
|
+
var SpinnerIcon = forwardRef86(
|
|
3760
3938
|
function SpinnerIcon2(_a, ref) {
|
|
3761
3939
|
var _b = _a, { size = 24, className = "animate-spin text-gray-1000" } = _b, other = __objRest(_b, ["size", "className"]);
|
|
3762
|
-
return /* @__PURE__ */
|
|
3940
|
+
return /* @__PURE__ */ jsxs63(
|
|
3763
3941
|
"svg",
|
|
3764
3942
|
__spreadProps(__spreadValues({
|
|
3765
3943
|
ref,
|
|
@@ -3771,7 +3949,7 @@ var SpinnerIcon = forwardRef82(
|
|
|
3771
3949
|
className
|
|
3772
3950
|
}, other), {
|
|
3773
3951
|
children: [
|
|
3774
|
-
/* @__PURE__ */
|
|
3952
|
+
/* @__PURE__ */ jsx88(
|
|
3775
3953
|
"path",
|
|
3776
3954
|
{
|
|
3777
3955
|
opacity: "0.12",
|
|
@@ -3779,7 +3957,7 @@ var SpinnerIcon = forwardRef82(
|
|
|
3779
3957
|
fill: "currentColor"
|
|
3780
3958
|
}
|
|
3781
3959
|
),
|
|
3782
|
-
/* @__PURE__ */
|
|
3960
|
+
/* @__PURE__ */ jsx88(
|
|
3783
3961
|
"path",
|
|
3784
3962
|
{
|
|
3785
3963
|
d: "M22.916 12C23.7908 12 24.5108 12.7122 24.3956 13.5794C24.1641 15.323 23.5512 17.0011 22.5928 18.4912C21.3476 20.4272 19.5719 21.9643 17.4774 22.919C15.3829 23.8738 13.058 24.206 10.7799 23.8761C8.50179 23.5461 6.36667 22.5679 4.62912 21.0581C2.89158 19.5483 1.62494 17.5706 0.98025 15.3609C0.335563 13.1511 0.340035 10.8026 0.993131 8.5953C1.64623 6.38803 2.92039 4.41517 4.66367 2.91199C6.00545 1.75501 7.58156 0.913857 9.27571 0.441275C10.1184 0.206218 10.9241 0.819698 11.0462 1.68595C11.1683 2.55221 10.5575 3.33995 9.72694 3.61463C8.63201 3.97673 7.61359 4.55146 6.73246 5.31122C5.44941 6.41757 4.51162 7.86959 4.03094 9.49414C3.55027 11.1187 3.54697 12.8472 4.02146 14.4736C4.49595 16.1 5.4282 17.5555 6.70703 18.6668C7.98587 19.778 9.55732 20.4979 11.234 20.7408C12.9107 20.9836 14.6218 20.7391 16.1634 20.0364C17.7049 19.3337 19.0119 18.2024 19.9283 16.7775C20.5576 15.799 20.9846 14.7103 21.1903 13.5755C21.3464 12.7148 22.0412 12 22.916 12Z",
|
|
@@ -3793,12 +3971,12 @@ var SpinnerIcon = forwardRef82(
|
|
|
3793
3971
|
);
|
|
3794
3972
|
|
|
3795
3973
|
// src/icons/stars.tsx
|
|
3796
|
-
import { forwardRef as
|
|
3797
|
-
import { jsx as
|
|
3798
|
-
var StarsIcon =
|
|
3974
|
+
import { forwardRef as forwardRef87 } from "react";
|
|
3975
|
+
import { jsx as jsx89, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
3976
|
+
var StarsIcon = forwardRef87(
|
|
3799
3977
|
function StarsIcon2(_a, ref) {
|
|
3800
3978
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3801
|
-
return /* @__PURE__ */
|
|
3979
|
+
return /* @__PURE__ */ jsxs64(
|
|
3802
3980
|
"svg",
|
|
3803
3981
|
__spreadProps(__spreadValues({
|
|
3804
3982
|
ref,
|
|
@@ -3810,7 +3988,7 @@ var StarsIcon = forwardRef83(
|
|
|
3810
3988
|
className
|
|
3811
3989
|
}, other), {
|
|
3812
3990
|
children: [
|
|
3813
|
-
duotone && /* @__PURE__ */
|
|
3991
|
+
duotone && /* @__PURE__ */ jsx89(
|
|
3814
3992
|
"path",
|
|
3815
3993
|
{
|
|
3816
3994
|
opacity: "0.12",
|
|
@@ -3818,7 +3996,7 @@ var StarsIcon = forwardRef83(
|
|
|
3818
3996
|
fill: "currentColor"
|
|
3819
3997
|
}
|
|
3820
3998
|
),
|
|
3821
|
-
/* @__PURE__ */
|
|
3999
|
+
/* @__PURE__ */ jsx89(
|
|
3822
4000
|
"path",
|
|
3823
4001
|
{
|
|
3824
4002
|
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",
|
|
@@ -3835,12 +4013,12 @@ var StarsIcon = forwardRef83(
|
|
|
3835
4013
|
);
|
|
3836
4014
|
|
|
3837
4015
|
// src/icons/trash.tsx
|
|
3838
|
-
import { forwardRef as
|
|
3839
|
-
import { jsx as
|
|
3840
|
-
var TrashIcon =
|
|
4016
|
+
import { forwardRef as forwardRef88 } from "react";
|
|
4017
|
+
import { jsx as jsx90, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
4018
|
+
var TrashIcon = forwardRef88(
|
|
3841
4019
|
function TrashIcon2(_a, ref) {
|
|
3842
4020
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3843
|
-
return /* @__PURE__ */
|
|
4021
|
+
return /* @__PURE__ */ jsxs65(
|
|
3844
4022
|
"svg",
|
|
3845
4023
|
__spreadProps(__spreadValues({
|
|
3846
4024
|
ref,
|
|
@@ -3852,7 +4030,7 @@ var TrashIcon = forwardRef84(
|
|
|
3852
4030
|
className
|
|
3853
4031
|
}, other), {
|
|
3854
4032
|
children: [
|
|
3855
|
-
duotone && /* @__PURE__ */
|
|
4033
|
+
duotone && /* @__PURE__ */ jsx90(
|
|
3856
4034
|
"path",
|
|
3857
4035
|
{
|
|
3858
4036
|
opacity: "0.12",
|
|
@@ -3860,7 +4038,7 @@ var TrashIcon = forwardRef84(
|
|
|
3860
4038
|
fill: "currentColor"
|
|
3861
4039
|
}
|
|
3862
4040
|
),
|
|
3863
|
-
/* @__PURE__ */
|
|
4041
|
+
/* @__PURE__ */ jsx90(
|
|
3864
4042
|
"path",
|
|
3865
4043
|
{
|
|
3866
4044
|
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",
|
|
@@ -3877,12 +4055,12 @@ var TrashIcon = forwardRef84(
|
|
|
3877
4055
|
);
|
|
3878
4056
|
|
|
3879
4057
|
// src/icons/trendDown.tsx
|
|
3880
|
-
import { forwardRef as
|
|
3881
|
-
import { jsx as
|
|
3882
|
-
var TrendDownIcon =
|
|
4058
|
+
import { forwardRef as forwardRef89 } from "react";
|
|
4059
|
+
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
4060
|
+
var TrendDownIcon = forwardRef89(
|
|
3883
4061
|
function TrendDownIcon2(_a, ref) {
|
|
3884
4062
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3885
|
-
return /* @__PURE__ */
|
|
4063
|
+
return /* @__PURE__ */ jsx91(
|
|
3886
4064
|
"svg",
|
|
3887
4065
|
__spreadProps(__spreadValues({
|
|
3888
4066
|
ref,
|
|
@@ -3893,7 +4071,7 @@ var TrendDownIcon = forwardRef85(
|
|
|
3893
4071
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3894
4072
|
className
|
|
3895
4073
|
}, other), {
|
|
3896
|
-
children: /* @__PURE__ */
|
|
4074
|
+
children: /* @__PURE__ */ jsx91(
|
|
3897
4075
|
"path",
|
|
3898
4076
|
{
|
|
3899
4077
|
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",
|
|
@@ -3909,12 +4087,12 @@ var TrendDownIcon = forwardRef85(
|
|
|
3909
4087
|
);
|
|
3910
4088
|
|
|
3911
4089
|
// src/icons/trendUp.tsx
|
|
3912
|
-
import { forwardRef as
|
|
3913
|
-
import { jsx as
|
|
3914
|
-
var TrendUpIcon =
|
|
4090
|
+
import { forwardRef as forwardRef90 } from "react";
|
|
4091
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
4092
|
+
var TrendUpIcon = forwardRef90(
|
|
3915
4093
|
function TrendUpIcon2(_a, ref) {
|
|
3916
4094
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3917
|
-
return /* @__PURE__ */
|
|
4095
|
+
return /* @__PURE__ */ jsx92(
|
|
3918
4096
|
"svg",
|
|
3919
4097
|
__spreadProps(__spreadValues({
|
|
3920
4098
|
ref,
|
|
@@ -3925,7 +4103,7 @@ var TrendUpIcon = forwardRef86(
|
|
|
3925
4103
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3926
4104
|
className
|
|
3927
4105
|
}, other), {
|
|
3928
|
-
children: /* @__PURE__ */
|
|
4106
|
+
children: /* @__PURE__ */ jsx92(
|
|
3929
4107
|
"path",
|
|
3930
4108
|
{
|
|
3931
4109
|
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",
|
|
@@ -3941,11 +4119,11 @@ var TrendUpIcon = forwardRef86(
|
|
|
3941
4119
|
);
|
|
3942
4120
|
|
|
3943
4121
|
// src/icons/user.tsx
|
|
3944
|
-
import { forwardRef as
|
|
3945
|
-
import { jsx as
|
|
3946
|
-
var UserIcon =
|
|
4122
|
+
import { forwardRef as forwardRef91 } from "react";
|
|
4123
|
+
import { jsx as jsx93, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
4124
|
+
var UserIcon = forwardRef91(function UserIcon2(_a, ref) {
|
|
3947
4125
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3948
|
-
return /* @__PURE__ */
|
|
4126
|
+
return /* @__PURE__ */ jsxs66(
|
|
3949
4127
|
"svg",
|
|
3950
4128
|
__spreadProps(__spreadValues({
|
|
3951
4129
|
ref,
|
|
@@ -3957,7 +4135,7 @@ var UserIcon = forwardRef87(function UserIcon2(_a, ref) {
|
|
|
3957
4135
|
className
|
|
3958
4136
|
}, other), {
|
|
3959
4137
|
children: [
|
|
3960
|
-
duotone && /* @__PURE__ */
|
|
4138
|
+
duotone && /* @__PURE__ */ jsx93(
|
|
3961
4139
|
"path",
|
|
3962
4140
|
{
|
|
3963
4141
|
opacity: "0.12",
|
|
@@ -3965,7 +4143,7 @@ var UserIcon = forwardRef87(function UserIcon2(_a, ref) {
|
|
|
3965
4143
|
fill: "currentColor"
|
|
3966
4144
|
}
|
|
3967
4145
|
),
|
|
3968
|
-
/* @__PURE__ */
|
|
4146
|
+
/* @__PURE__ */ jsx93(
|
|
3969
4147
|
"path",
|
|
3970
4148
|
{
|
|
3971
4149
|
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",
|
|
@@ -3981,12 +4159,12 @@ var UserIcon = forwardRef87(function UserIcon2(_a, ref) {
|
|
|
3981
4159
|
});
|
|
3982
4160
|
|
|
3983
4161
|
// src/icons/userPlus.tsx
|
|
3984
|
-
import { forwardRef as
|
|
3985
|
-
import { jsx as
|
|
3986
|
-
var UserPlusIcon =
|
|
4162
|
+
import { forwardRef as forwardRef92 } from "react";
|
|
4163
|
+
import { jsx as jsx94, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
4164
|
+
var UserPlusIcon = forwardRef92(
|
|
3987
4165
|
function UserPlusIcon2(_a, ref) {
|
|
3988
4166
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
3989
|
-
return /* @__PURE__ */
|
|
4167
|
+
return /* @__PURE__ */ jsxs67(
|
|
3990
4168
|
"svg",
|
|
3991
4169
|
__spreadProps(__spreadValues({
|
|
3992
4170
|
ref,
|
|
@@ -3998,7 +4176,7 @@ var UserPlusIcon = forwardRef88(
|
|
|
3998
4176
|
className
|
|
3999
4177
|
}, other), {
|
|
4000
4178
|
children: [
|
|
4001
|
-
duotone && /* @__PURE__ */
|
|
4179
|
+
duotone && /* @__PURE__ */ jsx94(
|
|
4002
4180
|
"path",
|
|
4003
4181
|
{
|
|
4004
4182
|
opacity: "0.12",
|
|
@@ -4006,7 +4184,7 @@ var UserPlusIcon = forwardRef88(
|
|
|
4006
4184
|
fill: "currentColor"
|
|
4007
4185
|
}
|
|
4008
4186
|
),
|
|
4009
|
-
/* @__PURE__ */
|
|
4187
|
+
/* @__PURE__ */ jsx94(
|
|
4010
4188
|
"path",
|
|
4011
4189
|
{
|
|
4012
4190
|
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",
|
|
@@ -4023,12 +4201,12 @@ var UserPlusIcon = forwardRef88(
|
|
|
4023
4201
|
);
|
|
4024
4202
|
|
|
4025
4203
|
// src/icons/userX.tsx
|
|
4026
|
-
import { forwardRef as
|
|
4027
|
-
import { jsx as
|
|
4028
|
-
var UserXIcon =
|
|
4204
|
+
import { forwardRef as forwardRef93 } from "react";
|
|
4205
|
+
import { jsx as jsx95, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
4206
|
+
var UserXIcon = forwardRef93(
|
|
4029
4207
|
function UserXIcon2(_a, ref) {
|
|
4030
4208
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4031
|
-
return /* @__PURE__ */
|
|
4209
|
+
return /* @__PURE__ */ jsxs68(
|
|
4032
4210
|
"svg",
|
|
4033
4211
|
__spreadProps(__spreadValues({
|
|
4034
4212
|
ref,
|
|
@@ -4040,7 +4218,7 @@ var UserXIcon = forwardRef89(
|
|
|
4040
4218
|
className
|
|
4041
4219
|
}, other), {
|
|
4042
4220
|
children: [
|
|
4043
|
-
duotone && /* @__PURE__ */
|
|
4221
|
+
duotone && /* @__PURE__ */ jsx95(
|
|
4044
4222
|
"path",
|
|
4045
4223
|
{
|
|
4046
4224
|
opacity: "0.12",
|
|
@@ -4048,7 +4226,7 @@ var UserXIcon = forwardRef89(
|
|
|
4048
4226
|
fill: "currentColor"
|
|
4049
4227
|
}
|
|
4050
4228
|
),
|
|
4051
|
-
/* @__PURE__ */
|
|
4229
|
+
/* @__PURE__ */ jsx95(
|
|
4052
4230
|
"path",
|
|
4053
4231
|
{
|
|
4054
4232
|
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",
|
|
@@ -4065,12 +4243,12 @@ var UserXIcon = forwardRef89(
|
|
|
4065
4243
|
);
|
|
4066
4244
|
|
|
4067
4245
|
// src/icons/users.tsx
|
|
4068
|
-
import { forwardRef as
|
|
4069
|
-
import { jsx as
|
|
4070
|
-
var UsersIcon =
|
|
4246
|
+
import { forwardRef as forwardRef94 } from "react";
|
|
4247
|
+
import { jsx as jsx96, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
4248
|
+
var UsersIcon = forwardRef94(
|
|
4071
4249
|
function UsersIcon2(_a, ref) {
|
|
4072
4250
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4073
|
-
return /* @__PURE__ */
|
|
4251
|
+
return /* @__PURE__ */ jsxs69(
|
|
4074
4252
|
"svg",
|
|
4075
4253
|
__spreadProps(__spreadValues({
|
|
4076
4254
|
ref,
|
|
@@ -4082,7 +4260,7 @@ var UsersIcon = forwardRef90(
|
|
|
4082
4260
|
className
|
|
4083
4261
|
}, other), {
|
|
4084
4262
|
children: [
|
|
4085
|
-
duotone && /* @__PURE__ */
|
|
4263
|
+
duotone && /* @__PURE__ */ jsx96(
|
|
4086
4264
|
"path",
|
|
4087
4265
|
{
|
|
4088
4266
|
opacity: "0.12",
|
|
@@ -4090,7 +4268,7 @@ var UsersIcon = forwardRef90(
|
|
|
4090
4268
|
fill: "currentColor"
|
|
4091
4269
|
}
|
|
4092
4270
|
),
|
|
4093
|
-
/* @__PURE__ */
|
|
4271
|
+
/* @__PURE__ */ jsx96(
|
|
4094
4272
|
"path",
|
|
4095
4273
|
{
|
|
4096
4274
|
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",
|
|
@@ -4107,12 +4285,12 @@ var UsersIcon = forwardRef90(
|
|
|
4107
4285
|
);
|
|
4108
4286
|
|
|
4109
4287
|
// src/icons/usersPlus.tsx
|
|
4110
|
-
import { forwardRef as
|
|
4111
|
-
import { jsx as
|
|
4112
|
-
var UsersPlusIcon =
|
|
4288
|
+
import { forwardRef as forwardRef95 } from "react";
|
|
4289
|
+
import { jsx as jsx97, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
4290
|
+
var UsersPlusIcon = forwardRef95(
|
|
4113
4291
|
function UsersPlusIcon2(_a, ref) {
|
|
4114
4292
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4115
|
-
return /* @__PURE__ */
|
|
4293
|
+
return /* @__PURE__ */ jsxs70(
|
|
4116
4294
|
"svg",
|
|
4117
4295
|
__spreadProps(__spreadValues({
|
|
4118
4296
|
ref,
|
|
@@ -4124,7 +4302,7 @@ var UsersPlusIcon = forwardRef91(
|
|
|
4124
4302
|
className
|
|
4125
4303
|
}, other), {
|
|
4126
4304
|
children: [
|
|
4127
|
-
duotone && /* @__PURE__ */
|
|
4305
|
+
duotone && /* @__PURE__ */ jsx97(
|
|
4128
4306
|
"path",
|
|
4129
4307
|
{
|
|
4130
4308
|
opacity: "0.12",
|
|
@@ -4132,7 +4310,7 @@ var UsersPlusIcon = forwardRef91(
|
|
|
4132
4310
|
fill: "currentColor"
|
|
4133
4311
|
}
|
|
4134
4312
|
),
|
|
4135
|
-
/* @__PURE__ */
|
|
4313
|
+
/* @__PURE__ */ jsx97(
|
|
4136
4314
|
"path",
|
|
4137
4315
|
{
|
|
4138
4316
|
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",
|
|
@@ -4149,12 +4327,12 @@ var UsersPlusIcon = forwardRef91(
|
|
|
4149
4327
|
);
|
|
4150
4328
|
|
|
4151
4329
|
// src/icons/usersX.tsx
|
|
4152
|
-
import { forwardRef as
|
|
4153
|
-
import { jsx as
|
|
4154
|
-
var UsersXIcon =
|
|
4330
|
+
import { forwardRef as forwardRef96 } from "react";
|
|
4331
|
+
import { jsx as jsx98, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
4332
|
+
var UsersXIcon = forwardRef96(
|
|
4155
4333
|
function UsersXIcon2(_a, ref) {
|
|
4156
4334
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4157
|
-
return /* @__PURE__ */
|
|
4335
|
+
return /* @__PURE__ */ jsxs71(
|
|
4158
4336
|
"svg",
|
|
4159
4337
|
__spreadProps(__spreadValues({
|
|
4160
4338
|
ref,
|
|
@@ -4166,7 +4344,7 @@ var UsersXIcon = forwardRef92(
|
|
|
4166
4344
|
className
|
|
4167
4345
|
}, other), {
|
|
4168
4346
|
children: [
|
|
4169
|
-
duotone && /* @__PURE__ */
|
|
4347
|
+
duotone && /* @__PURE__ */ jsx98(
|
|
4170
4348
|
"path",
|
|
4171
4349
|
{
|
|
4172
4350
|
opacity: "0.12",
|
|
@@ -4174,7 +4352,7 @@ var UsersXIcon = forwardRef92(
|
|
|
4174
4352
|
fill: "currentColor"
|
|
4175
4353
|
}
|
|
4176
4354
|
),
|
|
4177
|
-
/* @__PURE__ */
|
|
4355
|
+
/* @__PURE__ */ jsx98(
|
|
4178
4356
|
"path",
|
|
4179
4357
|
{
|
|
4180
4358
|
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",
|
|
@@ -4191,12 +4369,12 @@ var UsersXIcon = forwardRef92(
|
|
|
4191
4369
|
);
|
|
4192
4370
|
|
|
4193
4371
|
// src/icons/videoRecorder.tsx
|
|
4194
|
-
import { forwardRef as
|
|
4195
|
-
import { jsx as
|
|
4196
|
-
var VideoRecorderIcon =
|
|
4372
|
+
import { forwardRef as forwardRef97 } from "react";
|
|
4373
|
+
import { jsx as jsx99, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
4374
|
+
var VideoRecorderIcon = forwardRef97(
|
|
4197
4375
|
function VideoRecorderIcon2(_a, ref) {
|
|
4198
4376
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4199
|
-
return /* @__PURE__ */
|
|
4377
|
+
return /* @__PURE__ */ jsxs72(
|
|
4200
4378
|
"svg",
|
|
4201
4379
|
__spreadProps(__spreadValues({
|
|
4202
4380
|
ref,
|
|
@@ -4208,7 +4386,7 @@ var VideoRecorderIcon = forwardRef93(
|
|
|
4208
4386
|
className
|
|
4209
4387
|
}, other), {
|
|
4210
4388
|
children: [
|
|
4211
|
-
duotone && /* @__PURE__ */
|
|
4389
|
+
duotone && /* @__PURE__ */ jsx99(
|
|
4212
4390
|
"path",
|
|
4213
4391
|
{
|
|
4214
4392
|
opacity: "0.12",
|
|
@@ -4220,7 +4398,7 @@ var VideoRecorderIcon = forwardRef93(
|
|
|
4220
4398
|
strokeLinejoin: "round"
|
|
4221
4399
|
}
|
|
4222
4400
|
),
|
|
4223
|
-
/* @__PURE__ */
|
|
4401
|
+
/* @__PURE__ */ jsx99(
|
|
4224
4402
|
"path",
|
|
4225
4403
|
{
|
|
4226
4404
|
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",
|
|
@@ -4231,7 +4409,7 @@ var VideoRecorderIcon = forwardRef93(
|
|
|
4231
4409
|
}
|
|
4232
4410
|
),
|
|
4233
4411
|
",",
|
|
4234
|
-
/* @__PURE__ */
|
|
4412
|
+
/* @__PURE__ */ jsx99(
|
|
4235
4413
|
"path",
|
|
4236
4414
|
{
|
|
4237
4415
|
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",
|
|
@@ -4248,12 +4426,12 @@ var VideoRecorderIcon = forwardRef93(
|
|
|
4248
4426
|
);
|
|
4249
4427
|
|
|
4250
4428
|
// src/icons/videoRecorderOff.tsx
|
|
4251
|
-
import { forwardRef as
|
|
4252
|
-
import { jsx as
|
|
4253
|
-
var VideoRecorderOffIcon =
|
|
4429
|
+
import { forwardRef as forwardRef98 } from "react";
|
|
4430
|
+
import { jsx as jsx100, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
4431
|
+
var VideoRecorderOffIcon = forwardRef98(
|
|
4254
4432
|
function VideoRecorderOffIcon2(_a, ref) {
|
|
4255
4433
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4256
|
-
return /* @__PURE__ */
|
|
4434
|
+
return /* @__PURE__ */ jsxs73(
|
|
4257
4435
|
"svg",
|
|
4258
4436
|
__spreadProps(__spreadValues({
|
|
4259
4437
|
ref,
|
|
@@ -4265,7 +4443,7 @@ var VideoRecorderOffIcon = forwardRef94(
|
|
|
4265
4443
|
className
|
|
4266
4444
|
}, other), {
|
|
4267
4445
|
children: [
|
|
4268
|
-
duotone && /* @__PURE__ */
|
|
4446
|
+
duotone && /* @__PURE__ */ jsx100(
|
|
4269
4447
|
"path",
|
|
4270
4448
|
{
|
|
4271
4449
|
opacity: "0.12",
|
|
@@ -4277,7 +4455,7 @@ var VideoRecorderOffIcon = forwardRef94(
|
|
|
4277
4455
|
strokeLinejoin: "round"
|
|
4278
4456
|
}
|
|
4279
4457
|
),
|
|
4280
|
-
/* @__PURE__ */
|
|
4458
|
+
/* @__PURE__ */ jsx100(
|
|
4281
4459
|
"path",
|
|
4282
4460
|
{
|
|
4283
4461
|
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",
|
|
@@ -4294,12 +4472,12 @@ var VideoRecorderOffIcon = forwardRef94(
|
|
|
4294
4472
|
);
|
|
4295
4473
|
|
|
4296
4474
|
// src/icons/volumeMax.tsx
|
|
4297
|
-
import { forwardRef as
|
|
4298
|
-
import { jsx as
|
|
4299
|
-
var VolumeMaxIcon =
|
|
4475
|
+
import { forwardRef as forwardRef99 } from "react";
|
|
4476
|
+
import { jsx as jsx101, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
4477
|
+
var VolumeMaxIcon = forwardRef99(
|
|
4300
4478
|
function VolumeMaxIcon2(_a, ref) {
|
|
4301
4479
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4302
|
-
return /* @__PURE__ */
|
|
4480
|
+
return /* @__PURE__ */ jsxs74(
|
|
4303
4481
|
"svg",
|
|
4304
4482
|
__spreadProps(__spreadValues({
|
|
4305
4483
|
ref,
|
|
@@ -4311,7 +4489,7 @@ var VolumeMaxIcon = forwardRef95(
|
|
|
4311
4489
|
className
|
|
4312
4490
|
}, other), {
|
|
4313
4491
|
children: [
|
|
4314
|
-
duotone && /* @__PURE__ */
|
|
4492
|
+
duotone && /* @__PURE__ */ jsx101(
|
|
4315
4493
|
"path",
|
|
4316
4494
|
{
|
|
4317
4495
|
opacity: "0.12",
|
|
@@ -4319,7 +4497,7 @@ var VolumeMaxIcon = forwardRef95(
|
|
|
4319
4497
|
fill: "currentColor"
|
|
4320
4498
|
}
|
|
4321
4499
|
),
|
|
4322
|
-
/* @__PURE__ */
|
|
4500
|
+
/* @__PURE__ */ jsx101(
|
|
4323
4501
|
"path",
|
|
4324
4502
|
{
|
|
4325
4503
|
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",
|
|
@@ -4336,12 +4514,12 @@ var VolumeMaxIcon = forwardRef95(
|
|
|
4336
4514
|
);
|
|
4337
4515
|
|
|
4338
4516
|
// src/icons/volumeX.tsx
|
|
4339
|
-
import { forwardRef as
|
|
4340
|
-
import { jsx as
|
|
4341
|
-
var VolumeXIcon =
|
|
4517
|
+
import { forwardRef as forwardRef100 } from "react";
|
|
4518
|
+
import { jsx as jsx102, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
4519
|
+
var VolumeXIcon = forwardRef100(
|
|
4342
4520
|
function VolumeXIcon2(_a, ref) {
|
|
4343
4521
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4344
|
-
return /* @__PURE__ */
|
|
4522
|
+
return /* @__PURE__ */ jsxs75(
|
|
4345
4523
|
"svg",
|
|
4346
4524
|
__spreadProps(__spreadValues({
|
|
4347
4525
|
ref,
|
|
@@ -4353,7 +4531,7 @@ var VolumeXIcon = forwardRef96(
|
|
|
4353
4531
|
className
|
|
4354
4532
|
}, other), {
|
|
4355
4533
|
children: [
|
|
4356
|
-
duotone && /* @__PURE__ */
|
|
4534
|
+
duotone && /* @__PURE__ */ jsx102(
|
|
4357
4535
|
"path",
|
|
4358
4536
|
{
|
|
4359
4537
|
opacity: "0.12",
|
|
@@ -4361,7 +4539,7 @@ var VolumeXIcon = forwardRef96(
|
|
|
4361
4539
|
fill: "currentColor"
|
|
4362
4540
|
}
|
|
4363
4541
|
),
|
|
4364
|
-
/* @__PURE__ */
|
|
4542
|
+
/* @__PURE__ */ jsx102(
|
|
4365
4543
|
"path",
|
|
4366
4544
|
{
|
|
4367
4545
|
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",
|
|
@@ -4378,12 +4556,12 @@ var VolumeXIcon = forwardRef96(
|
|
|
4378
4556
|
);
|
|
4379
4557
|
|
|
4380
4558
|
// src/icons/xCircle.tsx
|
|
4381
|
-
import { forwardRef as
|
|
4382
|
-
import { jsx as
|
|
4383
|
-
var XCircleIcon =
|
|
4559
|
+
import { forwardRef as forwardRef101 } from "react";
|
|
4560
|
+
import { jsx as jsx103, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
4561
|
+
var XCircleIcon = forwardRef101(
|
|
4384
4562
|
function XCircleIcon2(_a, ref) {
|
|
4385
4563
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone = false } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4386
|
-
return /* @__PURE__ */
|
|
4564
|
+
return /* @__PURE__ */ jsxs76(
|
|
4387
4565
|
"svg",
|
|
4388
4566
|
__spreadProps(__spreadValues({
|
|
4389
4567
|
ref,
|
|
@@ -4395,7 +4573,7 @@ var XCircleIcon = forwardRef97(
|
|
|
4395
4573
|
className
|
|
4396
4574
|
}, other), {
|
|
4397
4575
|
children: [
|
|
4398
|
-
duotone && /* @__PURE__ */
|
|
4576
|
+
duotone && /* @__PURE__ */ jsx103(
|
|
4399
4577
|
"path",
|
|
4400
4578
|
{
|
|
4401
4579
|
opacity: "0.12",
|
|
@@ -4403,7 +4581,7 @@ var XCircleIcon = forwardRef97(
|
|
|
4403
4581
|
fill: "currentColor"
|
|
4404
4582
|
}
|
|
4405
4583
|
),
|
|
4406
|
-
/* @__PURE__ */
|
|
4584
|
+
/* @__PURE__ */ jsx103(
|
|
4407
4585
|
"path",
|
|
4408
4586
|
{
|
|
4409
4587
|
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",
|
|
@@ -4420,12 +4598,12 @@ var XCircleIcon = forwardRef97(
|
|
|
4420
4598
|
);
|
|
4421
4599
|
|
|
4422
4600
|
// src/icons/xClose.tsx
|
|
4423
|
-
import { forwardRef as
|
|
4424
|
-
import { jsx as
|
|
4425
|
-
var XCloseIcon =
|
|
4601
|
+
import { forwardRef as forwardRef102 } from "react";
|
|
4602
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
4603
|
+
var XCloseIcon = forwardRef102(
|
|
4426
4604
|
function XCloseIcon2(_a, ref) {
|
|
4427
4605
|
var _b = _a, { size = 24, className = "text-gray-1000", duotone } = _b, other = __objRest(_b, ["size", "className", "duotone"]);
|
|
4428
|
-
return /* @__PURE__ */
|
|
4606
|
+
return /* @__PURE__ */ jsx104(
|
|
4429
4607
|
"svg",
|
|
4430
4608
|
__spreadProps(__spreadValues({
|
|
4431
4609
|
ref,
|
|
@@ -4436,7 +4614,7 @@ var XCloseIcon = forwardRef98(
|
|
|
4436
4614
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4437
4615
|
className
|
|
4438
4616
|
}, other), {
|
|
4439
|
-
children: /* @__PURE__ */
|
|
4617
|
+
children: /* @__PURE__ */ jsx104(
|
|
4440
4618
|
"path",
|
|
4441
4619
|
{
|
|
4442
4620
|
d: "M18 6L6 18M6 6L18 18",
|
|
@@ -4452,7 +4630,7 @@ var XCloseIcon = forwardRef98(
|
|
|
4452
4630
|
);
|
|
4453
4631
|
|
|
4454
4632
|
// src/components/Calendar/Calendar.tsx
|
|
4455
|
-
import { jsx as
|
|
4633
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
4456
4634
|
function Calendar(_a) {
|
|
4457
4635
|
var _b = _a, {
|
|
4458
4636
|
className,
|
|
@@ -4463,7 +4641,7 @@ function Calendar(_a) {
|
|
|
4463
4641
|
"classNames",
|
|
4464
4642
|
"showOutsideDays"
|
|
4465
4643
|
]);
|
|
4466
|
-
return /* @__PURE__ */
|
|
4644
|
+
return /* @__PURE__ */ jsx105(
|
|
4467
4645
|
DayPicker,
|
|
4468
4646
|
__spreadValues({
|
|
4469
4647
|
showOutsideDays,
|
|
@@ -4493,8 +4671,8 @@ function Calendar(_a) {
|
|
|
4493
4671
|
day_hidden: "invisible"
|
|
4494
4672
|
}, classNames),
|
|
4495
4673
|
components: {
|
|
4496
|
-
IconLeft: () => /* @__PURE__ */
|
|
4497
|
-
IconRight: () => /* @__PURE__ */
|
|
4674
|
+
IconLeft: () => /* @__PURE__ */ jsx105(ChevronLeftIcon, { className: "w-3 h-3" }),
|
|
4675
|
+
IconRight: () => /* @__PURE__ */ jsx105(ChevronRightIcon, { className: "w-3 h-3" })
|
|
4498
4676
|
}
|
|
4499
4677
|
}, props)
|
|
4500
4678
|
);
|
|
@@ -4504,10 +4682,10 @@ Calendar.displayName = "Calendar";
|
|
|
4504
4682
|
// src/components/Checkbox/Checkbox.tsx
|
|
4505
4683
|
import * as React5 from "react";
|
|
4506
4684
|
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
4507
|
-
import { jsx as
|
|
4685
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
4508
4686
|
var Checkbox = React5.forwardRef((_a, ref) => {
|
|
4509
4687
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4510
|
-
return /* @__PURE__ */
|
|
4688
|
+
return /* @__PURE__ */ jsx106(
|
|
4511
4689
|
CheckboxPrimitive.Root,
|
|
4512
4690
|
__spreadProps(__spreadValues({
|
|
4513
4691
|
className: cn(
|
|
@@ -4516,7 +4694,7 @@ var Checkbox = React5.forwardRef((_a, ref) => {
|
|
|
4516
4694
|
)
|
|
4517
4695
|
}, props), {
|
|
4518
4696
|
ref,
|
|
4519
|
-
children: /* @__PURE__ */
|
|
4697
|
+
children: /* @__PURE__ */ jsx106(CheckboxPrimitive.Indicator, { children: /* @__PURE__ */ jsx106(CheckIcon, { size: 10, className: "text-white" }) })
|
|
4520
4698
|
})
|
|
4521
4699
|
);
|
|
4522
4700
|
});
|
|
@@ -4526,10 +4704,10 @@ Checkbox.displayName = CheckboxPrimitive.Root.displayName;
|
|
|
4526
4704
|
import * as React6 from "react";
|
|
4527
4705
|
import { useState } from "react";
|
|
4528
4706
|
import { Command as CommandPrimitive } from "cmdk";
|
|
4529
|
-
import { jsx as
|
|
4707
|
+
import { jsx as jsx107, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
4530
4708
|
var Command = React6.forwardRef((_a, ref) => {
|
|
4531
4709
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4532
|
-
return /* @__PURE__ */
|
|
4710
|
+
return /* @__PURE__ */ jsx107(
|
|
4533
4711
|
CommandPrimitive,
|
|
4534
4712
|
__spreadValues({
|
|
4535
4713
|
ref,
|
|
@@ -4548,14 +4726,14 @@ var CommandInput = React6.forwardRef((_a, ref) => {
|
|
|
4548
4726
|
setVal("");
|
|
4549
4727
|
onValueChange && onValueChange("");
|
|
4550
4728
|
};
|
|
4551
|
-
return /* @__PURE__ */
|
|
4729
|
+
return /* @__PURE__ */ jsxs77(
|
|
4552
4730
|
"div",
|
|
4553
4731
|
{
|
|
4554
4732
|
className: "flex items-center gap-2 px-3 border-b border-gray-200",
|
|
4555
4733
|
"cmdk-input-wrapper": "",
|
|
4556
4734
|
children: [
|
|
4557
|
-
/* @__PURE__ */
|
|
4558
|
-
/* @__PURE__ */
|
|
4735
|
+
/* @__PURE__ */ jsx107(SearchMdIcon, { size: 16, className: "text-gray-900 shrink-0" }),
|
|
4736
|
+
/* @__PURE__ */ jsx107(
|
|
4559
4737
|
CommandPrimitive.Input,
|
|
4560
4738
|
__spreadValues({
|
|
4561
4739
|
ref,
|
|
@@ -4570,7 +4748,7 @@ var CommandInput = React6.forwardRef((_a, ref) => {
|
|
|
4570
4748
|
}
|
|
4571
4749
|
}, props)
|
|
4572
4750
|
),
|
|
4573
|
-
value !== "" && /* @__PURE__ */
|
|
4751
|
+
value !== "" && /* @__PURE__ */ jsx107(Button, { variant: "ghostGray", size: "xs", icon: true, className: "-mr-2", children: /* @__PURE__ */ jsx107(
|
|
4574
4752
|
XCloseIcon,
|
|
4575
4753
|
{
|
|
4576
4754
|
size: "16",
|
|
@@ -4587,7 +4765,7 @@ var CommandInput = React6.forwardRef((_a, ref) => {
|
|
|
4587
4765
|
CommandInput.displayName = CommandPrimitive.Input.displayName;
|
|
4588
4766
|
var CommandList = React6.forwardRef((_a, ref) => {
|
|
4589
4767
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4590
|
-
return /* @__PURE__ */
|
|
4768
|
+
return /* @__PURE__ */ jsx107(
|
|
4591
4769
|
CommandPrimitive.List,
|
|
4592
4770
|
__spreadValues({
|
|
4593
4771
|
ref,
|
|
@@ -4601,18 +4779,18 @@ var CommandList = React6.forwardRef((_a, ref) => {
|
|
|
4601
4779
|
CommandList.displayName = CommandPrimitive.List.displayName;
|
|
4602
4780
|
var CommandEmpty = React6.forwardRef((_a, ref) => {
|
|
4603
4781
|
var _b = _a, { children, title, description } = _b, props = __objRest(_b, ["children", "title", "description"]);
|
|
4604
|
-
return /* @__PURE__ */
|
|
4782
|
+
return /* @__PURE__ */ jsxs77(
|
|
4605
4783
|
CommandPrimitive.Empty,
|
|
4606
4784
|
__spreadProps(__spreadValues({
|
|
4607
4785
|
ref,
|
|
4608
4786
|
className: "flex flex-col gap-4 p-4 text-center"
|
|
4609
4787
|
}, props), {
|
|
4610
4788
|
children: [
|
|
4611
|
-
(title || description) && /* @__PURE__ */
|
|
4612
|
-
title && /* @__PURE__ */
|
|
4613
|
-
description && /* @__PURE__ */
|
|
4789
|
+
(title || description) && /* @__PURE__ */ jsxs77("div", { className: "flex flex-col gap-1", children: [
|
|
4790
|
+
title && /* @__PURE__ */ jsx107("span", { className: "text-sm font-medium text-gray-1000", children: title }),
|
|
4791
|
+
description && /* @__PURE__ */ jsx107("span", { className: "text-sm font-normal text-gray-700", children: description })
|
|
4614
4792
|
] }),
|
|
4615
|
-
children && /* @__PURE__ */
|
|
4793
|
+
children && /* @__PURE__ */ jsx107("div", { children })
|
|
4616
4794
|
]
|
|
4617
4795
|
})
|
|
4618
4796
|
);
|
|
@@ -4620,12 +4798,12 @@ var CommandEmpty = React6.forwardRef((_a, ref) => {
|
|
|
4620
4798
|
CommandEmpty.displayName = CommandPrimitive.Empty.displayName;
|
|
4621
4799
|
var CommandLoading = React6.forwardRef((_a, ref) => {
|
|
4622
4800
|
var _b = _a, { children } = _b, props = __objRest(_b, ["children"]);
|
|
4623
|
-
return /* @__PURE__ */
|
|
4801
|
+
return /* @__PURE__ */ jsx107(CommandPrimitive.Loading, __spreadProps(__spreadValues({ ref }, props), { children: /* @__PURE__ */ jsx107("div", { className: "flex justify-center p-4 text-center", children: /* @__PURE__ */ jsx107(SpinnerIcon, { className: "text-blue-700 animate-spin" }) }) }));
|
|
4624
4802
|
});
|
|
4625
4803
|
CommandLoading.displayName = CommandPrimitive.Loading.displayName;
|
|
4626
4804
|
var CommandGroup = React6.forwardRef((_a, ref) => {
|
|
4627
4805
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4628
|
-
return /* @__PURE__ */
|
|
4806
|
+
return /* @__PURE__ */ jsx107(
|
|
4629
4807
|
CommandPrimitive.Group,
|
|
4630
4808
|
__spreadValues({
|
|
4631
4809
|
ref,
|
|
@@ -4639,7 +4817,7 @@ var CommandGroup = React6.forwardRef((_a, ref) => {
|
|
|
4639
4817
|
CommandGroup.displayName = CommandPrimitive.Group.displayName;
|
|
4640
4818
|
var CommandSeparator = React6.forwardRef((_a, ref) => {
|
|
4641
4819
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4642
|
-
return /* @__PURE__ */
|
|
4820
|
+
return /* @__PURE__ */ jsx107(
|
|
4643
4821
|
CommandPrimitive.Separator,
|
|
4644
4822
|
__spreadValues({
|
|
4645
4823
|
ref,
|
|
@@ -4651,7 +4829,7 @@ CommandSeparator.displayName = CommandPrimitive.Separator.displayName;
|
|
|
4651
4829
|
var CommandItem = React6.forwardRef(
|
|
4652
4830
|
(_a, ref) => {
|
|
4653
4831
|
var _b = _a, { icon, checkbox, className, checked, children, description } = _b, props = __objRest(_b, ["icon", "checkbox", "className", "checked", "children", "description"]);
|
|
4654
|
-
return /* @__PURE__ */
|
|
4832
|
+
return /* @__PURE__ */ jsxs77(
|
|
4655
4833
|
CommandPrimitive.Item,
|
|
4656
4834
|
__spreadProps(__spreadValues({
|
|
4657
4835
|
ref,
|
|
@@ -4661,15 +4839,15 @@ var CommandItem = React6.forwardRef(
|
|
|
4661
4839
|
)
|
|
4662
4840
|
}, props), {
|
|
4663
4841
|
children: [
|
|
4664
|
-
/* @__PURE__ */
|
|
4665
|
-
checkbox && /* @__PURE__ */
|
|
4842
|
+
/* @__PURE__ */ jsxs77("div", { className: "flex items-center gap-2", children: [
|
|
4843
|
+
checkbox && /* @__PURE__ */ jsx107(Checkbox, { checked }),
|
|
4666
4844
|
icon && React6.cloneElement(icon, {
|
|
4667
4845
|
size: 16,
|
|
4668
4846
|
className: cn("flex-shrink-0", icon.props.className)
|
|
4669
4847
|
}),
|
|
4670
4848
|
children
|
|
4671
4849
|
] }),
|
|
4672
|
-
description && /* @__PURE__ */
|
|
4850
|
+
description && /* @__PURE__ */ jsx107("div", { className: "text-xs text-gray-700", children: description })
|
|
4673
4851
|
]
|
|
4674
4852
|
})
|
|
4675
4853
|
);
|
|
@@ -4680,7 +4858,7 @@ CommandItem.displayName = CommandPrimitive.Item.displayName;
|
|
|
4680
4858
|
// src/components/Dialog/Dialog.tsx
|
|
4681
4859
|
import * as React7 from "react";
|
|
4682
4860
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
4683
|
-
import { jsx as
|
|
4861
|
+
import { jsx as jsx108, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
4684
4862
|
var Dialog = DialogPrimitive.Root;
|
|
4685
4863
|
var DialogTrigger = DialogPrimitive.Trigger;
|
|
4686
4864
|
var DialogPortal = (_a) => {
|
|
@@ -4689,12 +4867,12 @@ var DialogPortal = (_a) => {
|
|
|
4689
4867
|
} = _b, props = __objRest(_b, [
|
|
4690
4868
|
"className"
|
|
4691
4869
|
]);
|
|
4692
|
-
return /* @__PURE__ */
|
|
4870
|
+
return /* @__PURE__ */ jsx108(DialogPrimitive.Portal, __spreadValues({ className: cn(className) }, props));
|
|
4693
4871
|
};
|
|
4694
4872
|
DialogPortal.displayName = DialogPrimitive.Portal.displayName;
|
|
4695
4873
|
var DialogOverlay = React7.forwardRef((_a, ref) => {
|
|
4696
4874
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4697
|
-
return /* @__PURE__ */
|
|
4875
|
+
return /* @__PURE__ */ jsx108(
|
|
4698
4876
|
DialogPrimitive.Overlay,
|
|
4699
4877
|
__spreadValues({
|
|
4700
4878
|
ref,
|
|
@@ -4708,9 +4886,9 @@ var DialogOverlay = React7.forwardRef((_a, ref) => {
|
|
|
4708
4886
|
DialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
|
|
4709
4887
|
var DialogContent = React7.forwardRef((_a, ref) => {
|
|
4710
4888
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
4711
|
-
return /* @__PURE__ */
|
|
4712
|
-
/* @__PURE__ */
|
|
4713
|
-
/* @__PURE__ */
|
|
4889
|
+
return /* @__PURE__ */ jsxs78(DialogPortal, { children: [
|
|
4890
|
+
/* @__PURE__ */ jsx108(DialogOverlay, {}),
|
|
4891
|
+
/* @__PURE__ */ jsxs78(
|
|
4714
4892
|
DialogPrimitive.Content,
|
|
4715
4893
|
__spreadProps(__spreadValues({
|
|
4716
4894
|
ref,
|
|
@@ -4721,7 +4899,7 @@ var DialogContent = React7.forwardRef((_a, ref) => {
|
|
|
4721
4899
|
}, props), {
|
|
4722
4900
|
children: [
|
|
4723
4901
|
children,
|
|
4724
|
-
/* @__PURE__ */
|
|
4902
|
+
/* @__PURE__ */ jsxs78(
|
|
4725
4903
|
DialogPrimitive.Close,
|
|
4726
4904
|
{
|
|
4727
4905
|
className: cn(
|
|
@@ -4730,8 +4908,8 @@ var DialogContent = React7.forwardRef((_a, ref) => {
|
|
|
4730
4908
|
"absolute right-6 top-6"
|
|
4731
4909
|
),
|
|
4732
4910
|
children: [
|
|
4733
|
-
/* @__PURE__ */
|
|
4734
|
-
/* @__PURE__ */
|
|
4911
|
+
/* @__PURE__ */ jsx108(XCloseIcon, { className: "h-3 w-3" }),
|
|
4912
|
+
/* @__PURE__ */ jsx108("span", { className: "sr-only", children: "Close" })
|
|
4735
4913
|
]
|
|
4736
4914
|
}
|
|
4737
4915
|
)
|
|
@@ -4747,7 +4925,7 @@ var DialogHeader = (_a) => {
|
|
|
4747
4925
|
} = _b, props = __objRest(_b, [
|
|
4748
4926
|
"className"
|
|
4749
4927
|
]);
|
|
4750
|
-
return /* @__PURE__ */
|
|
4928
|
+
return /* @__PURE__ */ jsx108(
|
|
4751
4929
|
"div",
|
|
4752
4930
|
__spreadValues({
|
|
4753
4931
|
className: cn(
|
|
@@ -4764,7 +4942,7 @@ var DialogFooter = (_a) => {
|
|
|
4764
4942
|
} = _b, props = __objRest(_b, [
|
|
4765
4943
|
"className"
|
|
4766
4944
|
]);
|
|
4767
|
-
return /* @__PURE__ */
|
|
4945
|
+
return /* @__PURE__ */ jsx108(
|
|
4768
4946
|
"div",
|
|
4769
4947
|
__spreadValues({
|
|
4770
4948
|
className: cn(
|
|
@@ -4777,7 +4955,7 @@ var DialogFooter = (_a) => {
|
|
|
4777
4955
|
DialogFooter.displayName = "DialogFooter";
|
|
4778
4956
|
var DialogTitle = React7.forwardRef((_a, ref) => {
|
|
4779
4957
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4780
|
-
return /* @__PURE__ */
|
|
4958
|
+
return /* @__PURE__ */ jsx108(
|
|
4781
4959
|
DialogPrimitive.Title,
|
|
4782
4960
|
__spreadValues({
|
|
4783
4961
|
ref,
|
|
@@ -4788,7 +4966,7 @@ var DialogTitle = React7.forwardRef((_a, ref) => {
|
|
|
4788
4966
|
DialogTitle.displayName = DialogPrimitive.Title.displayName;
|
|
4789
4967
|
var DialogDescription = React7.forwardRef((_a, ref) => {
|
|
4790
4968
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4791
|
-
return /* @__PURE__ */
|
|
4969
|
+
return /* @__PURE__ */ jsx108(
|
|
4792
4970
|
DialogPrimitive.Description,
|
|
4793
4971
|
__spreadValues({
|
|
4794
4972
|
ref,
|
|
@@ -4801,7 +4979,7 @@ DialogDescription.displayName = DialogPrimitive.Description.displayName;
|
|
|
4801
4979
|
// src/components/DropdownMenu/DropdownMenu.tsx
|
|
4802
4980
|
import React8 from "react";
|
|
4803
4981
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
4804
|
-
import { jsx as
|
|
4982
|
+
import { jsx as jsx109, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
4805
4983
|
var DropdownMenu = DropdownMenuPrimitive.Root;
|
|
4806
4984
|
var DropdownMenuItemBase = ({
|
|
4807
4985
|
icon,
|
|
@@ -4813,7 +4991,7 @@ var DropdownMenuItemBase = ({
|
|
|
4813
4991
|
description,
|
|
4814
4992
|
hasSubNav
|
|
4815
4993
|
}) => {
|
|
4816
|
-
return /* @__PURE__ */
|
|
4994
|
+
return /* @__PURE__ */ jsxs79(
|
|
4817
4995
|
"div",
|
|
4818
4996
|
{
|
|
4819
4997
|
className: cn(
|
|
@@ -4822,8 +5000,8 @@ var DropdownMenuItemBase = ({
|
|
|
4822
5000
|
className
|
|
4823
5001
|
),
|
|
4824
5002
|
children: [
|
|
4825
|
-
/* @__PURE__ */
|
|
4826
|
-
checkbox && /* @__PURE__ */
|
|
5003
|
+
/* @__PURE__ */ jsxs79("div", { className: "flex items-center gap-2", children: [
|
|
5004
|
+
checkbox && /* @__PURE__ */ jsx109(Checkbox, { checked }),
|
|
4827
5005
|
icon && React8.cloneElement(icon, {
|
|
4828
5006
|
size: 16,
|
|
4829
5007
|
className: cn(
|
|
@@ -4832,10 +5010,10 @@ var DropdownMenuItemBase = ({
|
|
|
4832
5010
|
icon.props.className
|
|
4833
5011
|
)
|
|
4834
5012
|
}),
|
|
4835
|
-
/* @__PURE__ */
|
|
4836
|
-
hasSubNav && /* @__PURE__ */
|
|
5013
|
+
/* @__PURE__ */ jsx109("span", { className: "flex gap-2 grow", children }),
|
|
5014
|
+
hasSubNav && /* @__PURE__ */ jsx109("div", { className: "inline-flex items-center justify-end", children: /* @__PURE__ */ jsx109(ChevronRightIcon, { size: 16, className: "text-gray-1000" }) })
|
|
4837
5015
|
] }),
|
|
4838
|
-
description && /* @__PURE__ */
|
|
5016
|
+
description && /* @__PURE__ */ jsx109("div", { className: "text-xs text-gray-700", children: description })
|
|
4839
5017
|
]
|
|
4840
5018
|
}
|
|
4841
5019
|
);
|
|
@@ -4850,14 +5028,14 @@ var DropdownMenuCheckboxItem = React8.forwardRef(
|
|
|
4850
5028
|
checked,
|
|
4851
5029
|
className
|
|
4852
5030
|
};
|
|
4853
|
-
return /* @__PURE__ */
|
|
5031
|
+
return /* @__PURE__ */ jsx109(
|
|
4854
5032
|
DropdownMenuPrimitive.CheckboxItem,
|
|
4855
5033
|
__spreadProps(__spreadValues({
|
|
4856
5034
|
checked
|
|
4857
5035
|
}, props), {
|
|
4858
5036
|
ref: forwardedRef,
|
|
4859
5037
|
className: "outline-none select-none group",
|
|
4860
|
-
children: /* @__PURE__ */
|
|
5038
|
+
children: /* @__PURE__ */ jsx109(DropdownMenuItemBase, __spreadProps(__spreadValues({ checkbox: true }, extraProps), { children }))
|
|
4861
5039
|
})
|
|
4862
5040
|
);
|
|
4863
5041
|
}
|
|
@@ -4878,7 +5056,7 @@ var DropdownMenuContent = React8.forwardRef(
|
|
|
4878
5056
|
"sideOffset",
|
|
4879
5057
|
"align"
|
|
4880
5058
|
]);
|
|
4881
|
-
return /* @__PURE__ */
|
|
5059
|
+
return /* @__PURE__ */ jsx109(
|
|
4882
5060
|
DropdownMenuPrimitive.Content,
|
|
4883
5061
|
__spreadProps(__spreadValues({
|
|
4884
5062
|
className: cn(
|
|
@@ -4906,12 +5084,12 @@ var DropdownMenuItem = React8.forwardRef(
|
|
|
4906
5084
|
icon,
|
|
4907
5085
|
className
|
|
4908
5086
|
};
|
|
4909
|
-
return /* @__PURE__ */
|
|
5087
|
+
return /* @__PURE__ */ jsx109(
|
|
4910
5088
|
DropdownMenuPrimitive.Item,
|
|
4911
5089
|
__spreadProps(__spreadValues({}, props), {
|
|
4912
5090
|
ref: forwardedRef,
|
|
4913
5091
|
className: "outline-none select-none group",
|
|
4914
|
-
children: /* @__PURE__ */
|
|
5092
|
+
children: /* @__PURE__ */ jsx109(DropdownMenuItemBase, __spreadProps(__spreadValues({}, extraProps), { children }))
|
|
4915
5093
|
})
|
|
4916
5094
|
);
|
|
4917
5095
|
}
|
|
@@ -4919,7 +5097,7 @@ var DropdownMenuItem = React8.forwardRef(
|
|
|
4919
5097
|
DropdownMenuItem.displayName = DropdownMenuPrimitive.Item.displayName;
|
|
4920
5098
|
var DropdownMenuLabel = React8.forwardRef((_a, forwardedRef) => {
|
|
4921
5099
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4922
|
-
return /* @__PURE__ */
|
|
5100
|
+
return /* @__PURE__ */ jsx109(
|
|
4923
5101
|
DropdownMenuPrimitive.Label,
|
|
4924
5102
|
__spreadProps(__spreadValues({
|
|
4925
5103
|
className: cn(
|
|
@@ -4943,12 +5121,12 @@ var DropdownMenuRadioItem = React8.forwardRef(
|
|
|
4943
5121
|
icon,
|
|
4944
5122
|
className
|
|
4945
5123
|
};
|
|
4946
|
-
return /* @__PURE__ */
|
|
5124
|
+
return /* @__PURE__ */ jsx109(
|
|
4947
5125
|
DropdownMenuPrimitive.RadioItem,
|
|
4948
5126
|
__spreadProps(__spreadValues({}, props), {
|
|
4949
5127
|
ref: forwardedRef,
|
|
4950
5128
|
className: "outline-none select-none group",
|
|
4951
|
-
children: /* @__PURE__ */
|
|
5129
|
+
children: /* @__PURE__ */ jsx109(DropdownMenuItemBase, __spreadProps(__spreadValues({}, extraProps), { children }))
|
|
4952
5130
|
})
|
|
4953
5131
|
);
|
|
4954
5132
|
}
|
|
@@ -4956,7 +5134,7 @@ var DropdownMenuRadioItem = React8.forwardRef(
|
|
|
4956
5134
|
DropdownMenuRadioItem.displayName = DropdownMenuPrimitive.RadioItem.displayName;
|
|
4957
5135
|
var DropdownMenuSeparator = React8.forwardRef((_a, forwardedRef) => {
|
|
4958
5136
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
4959
|
-
return /* @__PURE__ */
|
|
5137
|
+
return /* @__PURE__ */ jsx109(
|
|
4960
5138
|
DropdownMenuPrimitive.Separator,
|
|
4961
5139
|
__spreadProps(__spreadValues({
|
|
4962
5140
|
className: cn("my-1 border-b border-gray-200", className)
|
|
@@ -4969,7 +5147,7 @@ DropdownMenuSeparator.displayName = DropdownMenuPrimitive.Separator.displayName;
|
|
|
4969
5147
|
var DropdownMenuSub = DropdownMenuPrimitive.Sub;
|
|
4970
5148
|
var DropdownMenuSubContent = React8.forwardRef((_a, forwardedRef) => {
|
|
4971
5149
|
var _b = _a, { children, className, sideOffset = 8 } = _b, props = __objRest(_b, ["children", "className", "sideOffset"]);
|
|
4972
|
-
return /* @__PURE__ */
|
|
5150
|
+
return /* @__PURE__ */ jsx109(
|
|
4973
5151
|
DropdownMenuPrimitive.SubContent,
|
|
4974
5152
|
__spreadProps(__spreadValues({
|
|
4975
5153
|
className: cn(
|
|
@@ -4993,12 +5171,12 @@ var DropdownMenuSubTrigger = React8.forwardRef(
|
|
|
4993
5171
|
icon,
|
|
4994
5172
|
className
|
|
4995
5173
|
};
|
|
4996
|
-
return /* @__PURE__ */
|
|
5174
|
+
return /* @__PURE__ */ jsx109(
|
|
4997
5175
|
DropdownMenuPrimitive.SubTrigger,
|
|
4998
5176
|
__spreadProps(__spreadValues({}, props), {
|
|
4999
5177
|
ref: forwardedRef,
|
|
5000
5178
|
className: "outline-none select-none group",
|
|
5001
|
-
children: /* @__PURE__ */
|
|
5179
|
+
children: /* @__PURE__ */ jsx109(DropdownMenuItemBase, __spreadProps(__spreadValues({ hasSubNav: true }, extraProps), { children }))
|
|
5002
5180
|
})
|
|
5003
5181
|
);
|
|
5004
5182
|
}
|
|
@@ -5008,15 +5186,15 @@ var DropdownMenuTrigger = DropdownMenuPrimitive.Trigger;
|
|
|
5008
5186
|
|
|
5009
5187
|
// src/components/FilterButton/FilterButton.tsx
|
|
5010
5188
|
import React9 from "react";
|
|
5011
|
-
import { Fragment, jsx as
|
|
5189
|
+
import { Fragment, jsx as jsx110, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
5012
5190
|
var FilterButton = React9.forwardRef(
|
|
5013
5191
|
(_a, ref) => {
|
|
5014
5192
|
var _b = _a, { selectedCount, children, size = "sm", variant = "outline" } = _b, props = __objRest(_b, ["selectedCount", "children", "size", "variant"]);
|
|
5015
|
-
return /* @__PURE__ */
|
|
5193
|
+
return /* @__PURE__ */ jsxs80(Button, __spreadProps(__spreadValues({ ref, variant, size }, props), { children: [
|
|
5016
5194
|
children,
|
|
5017
|
-
selectedCount !== void 0 && selectedCount > 0 && /* @__PURE__ */
|
|
5018
|
-
/* @__PURE__ */
|
|
5019
|
-
/* @__PURE__ */
|
|
5195
|
+
selectedCount !== void 0 && selectedCount > 0 && /* @__PURE__ */ jsxs80(Fragment, { children: [
|
|
5196
|
+
/* @__PURE__ */ jsx110("span", { className: "h-4 border-l border-gray-200" }),
|
|
5197
|
+
/* @__PURE__ */ jsx110(Badge, { variant: "fill", color: "blue", children: selectedCount })
|
|
5020
5198
|
] })
|
|
5021
5199
|
] }));
|
|
5022
5200
|
}
|
|
@@ -5035,10 +5213,10 @@ import {
|
|
|
5035
5213
|
// src/components/Label/Label.tsx
|
|
5036
5214
|
import * as React10 from "react";
|
|
5037
5215
|
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
5038
|
-
import { jsx as
|
|
5216
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
5039
5217
|
var Label2 = React10.forwardRef((_a, ref) => {
|
|
5040
5218
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5041
|
-
return /* @__PURE__ */
|
|
5219
|
+
return /* @__PURE__ */ jsx111(
|
|
5042
5220
|
LabelPrimitive.Root,
|
|
5043
5221
|
__spreadValues({
|
|
5044
5222
|
ref,
|
|
@@ -5052,18 +5230,18 @@ var Label2 = React10.forwardRef((_a, ref) => {
|
|
|
5052
5230
|
Label2.displayName = LabelPrimitive.Root.displayName;
|
|
5053
5231
|
|
|
5054
5232
|
// src/components/Form/Form.tsx
|
|
5055
|
-
import { jsx as
|
|
5233
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
5056
5234
|
var Form = FormProvider;
|
|
5057
5235
|
var FormFieldContext = React11.createContext(
|
|
5058
5236
|
{}
|
|
5059
5237
|
);
|
|
5060
5238
|
var FormField = (_a) => {
|
|
5061
5239
|
var props = __objRest(_a, []);
|
|
5062
|
-
return /* @__PURE__ */
|
|
5240
|
+
return /* @__PURE__ */ jsx112(
|
|
5063
5241
|
FormFieldContext.Provider,
|
|
5064
5242
|
{
|
|
5065
5243
|
value: { name: props.name, isDisabled: props.disabled },
|
|
5066
|
-
children: /* @__PURE__ */
|
|
5244
|
+
children: /* @__PURE__ */ jsx112(Controller, __spreadValues({}, props))
|
|
5067
5245
|
}
|
|
5068
5246
|
);
|
|
5069
5247
|
};
|
|
@@ -5091,7 +5269,7 @@ var FormItemContext = React11.createContext(
|
|
|
5091
5269
|
var FormItem = React11.forwardRef((_a, ref) => {
|
|
5092
5270
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5093
5271
|
const id = React11.useId();
|
|
5094
|
-
return /* @__PURE__ */
|
|
5272
|
+
return /* @__PURE__ */ jsx112(FormItemContext.Provider, { value: { id }, children: /* @__PURE__ */ jsx112(
|
|
5095
5273
|
"div",
|
|
5096
5274
|
__spreadValues({
|
|
5097
5275
|
ref,
|
|
@@ -5103,7 +5281,7 @@ FormItem.displayName = "FormItem";
|
|
|
5103
5281
|
var FormLabel = React11.forwardRef((_a, ref) => {
|
|
5104
5282
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5105
5283
|
const { isDisabled, formItemId } = useFormField();
|
|
5106
|
-
return /* @__PURE__ */
|
|
5284
|
+
return /* @__PURE__ */ jsx112(
|
|
5107
5285
|
Label2,
|
|
5108
5286
|
__spreadValues({
|
|
5109
5287
|
ref,
|
|
@@ -5116,7 +5294,7 @@ FormLabel.displayName = "FormLabel";
|
|
|
5116
5294
|
var FormControl = React11.forwardRef((_a, ref) => {
|
|
5117
5295
|
var props = __objRest(_a, []);
|
|
5118
5296
|
const { error, isDisabled, formItemId, formDescriptionId, formMessageId } = useFormField();
|
|
5119
|
-
return /* @__PURE__ */
|
|
5297
|
+
return /* @__PURE__ */ jsx112(
|
|
5120
5298
|
Slot2,
|
|
5121
5299
|
__spreadValues({
|
|
5122
5300
|
ref,
|
|
@@ -5132,7 +5310,7 @@ FormControl.displayName = "FormControl";
|
|
|
5132
5310
|
var FormDescription = React11.forwardRef((_a, ref) => {
|
|
5133
5311
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5134
5312
|
const { formDescriptionId, isDisabled } = useFormField();
|
|
5135
|
-
return /* @__PURE__ */
|
|
5313
|
+
return /* @__PURE__ */ jsx112(
|
|
5136
5314
|
"p",
|
|
5137
5315
|
__spreadValues({
|
|
5138
5316
|
ref,
|
|
@@ -5151,7 +5329,7 @@ var FormMessage = React11.forwardRef((_a, ref) => {
|
|
|
5151
5329
|
const { error, isDisabled, formMessageId } = useFormField();
|
|
5152
5330
|
const body = error ? String(error == null ? void 0 : error.message) : children;
|
|
5153
5331
|
const textColorClassName = error ? "text-red-700" : "text-gray-700";
|
|
5154
|
-
return /* @__PURE__ */
|
|
5332
|
+
return /* @__PURE__ */ jsx112(
|
|
5155
5333
|
"p",
|
|
5156
5334
|
__spreadProps(__spreadValues({
|
|
5157
5335
|
ref,
|
|
@@ -5172,7 +5350,7 @@ FormMessage.displayName = "FormMessage";
|
|
|
5172
5350
|
// src/components/Input/Input.tsx
|
|
5173
5351
|
import * as React12 from "react";
|
|
5174
5352
|
import { Slot as Slot3 } from "@radix-ui/react-slot";
|
|
5175
|
-
import { jsx as
|
|
5353
|
+
import { jsx as jsx113, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
5176
5354
|
var Input = React12.forwardRef(
|
|
5177
5355
|
(_a, ref) => {
|
|
5178
5356
|
var _b = _a, {
|
|
@@ -5191,8 +5369,8 @@ var Input = React12.forwardRef(
|
|
|
5191
5369
|
"suffixEnchancer"
|
|
5192
5370
|
]);
|
|
5193
5371
|
const isDisabled = !!props["data-is-disabled"] || disabled;
|
|
5194
|
-
return /* @__PURE__ */
|
|
5195
|
-
/* @__PURE__ */
|
|
5372
|
+
return /* @__PURE__ */ jsxs81("div", { className: "flex gap-2", children: [
|
|
5373
|
+
/* @__PURE__ */ jsxs81(
|
|
5196
5374
|
"div",
|
|
5197
5375
|
{
|
|
5198
5376
|
className: cn(
|
|
@@ -5204,7 +5382,7 @@ var Input = React12.forwardRef(
|
|
|
5204
5382
|
className
|
|
5205
5383
|
),
|
|
5206
5384
|
children: [
|
|
5207
|
-
prefixEnchancer && /* @__PURE__ */
|
|
5385
|
+
prefixEnchancer && /* @__PURE__ */ jsx113(
|
|
5208
5386
|
Slot3,
|
|
5209
5387
|
{
|
|
5210
5388
|
className: cn(
|
|
@@ -5214,7 +5392,7 @@ var Input = React12.forwardRef(
|
|
|
5214
5392
|
children: prefixEnchancer
|
|
5215
5393
|
}
|
|
5216
5394
|
),
|
|
5217
|
-
/* @__PURE__ */
|
|
5395
|
+
/* @__PURE__ */ jsx113(
|
|
5218
5396
|
"input",
|
|
5219
5397
|
__spreadProps(__spreadValues({}, props), {
|
|
5220
5398
|
disabled: isDisabled,
|
|
@@ -5223,7 +5401,7 @@ var Input = React12.forwardRef(
|
|
|
5223
5401
|
ref
|
|
5224
5402
|
})
|
|
5225
5403
|
),
|
|
5226
|
-
suffixEnchancer && /* @__PURE__ */
|
|
5404
|
+
suffixEnchancer && /* @__PURE__ */ jsx113(
|
|
5227
5405
|
Slot3,
|
|
5228
5406
|
{
|
|
5229
5407
|
className: cn(
|
|
@@ -5247,7 +5425,7 @@ var Input = React12.forwardRef(
|
|
|
5247
5425
|
Input.displayName = "Input";
|
|
5248
5426
|
|
|
5249
5427
|
// src/components/Pagination/Pagination.tsx
|
|
5250
|
-
import { jsx as
|
|
5428
|
+
import { jsx as jsx114, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
5251
5429
|
var PaginationPageChoice = /* @__PURE__ */ ((PaginationPageChoice2) => {
|
|
5252
5430
|
PaginationPageChoice2["FIRST"] = "FIRST";
|
|
5253
5431
|
PaginationPageChoice2["PREVIOUS"] = "PREVIOUS";
|
|
@@ -5263,12 +5441,12 @@ var Pagination = ({
|
|
|
5263
5441
|
onPageChange,
|
|
5264
5442
|
className
|
|
5265
5443
|
}) => {
|
|
5266
|
-
return /* @__PURE__ */
|
|
5267
|
-
totalRowsCaption && /* @__PURE__ */
|
|
5268
|
-
/* @__PURE__ */
|
|
5269
|
-
currentPageCation && /* @__PURE__ */
|
|
5270
|
-
/* @__PURE__ */
|
|
5271
|
-
/* @__PURE__ */
|
|
5444
|
+
return /* @__PURE__ */ jsxs82("div", { className: cn("flex items-center justify-between px-2", className), children: [
|
|
5445
|
+
totalRowsCaption && /* @__PURE__ */ jsx114("div", { className: "flex-1 text-sm text-gray-700", children: totalRowsCaption }),
|
|
5446
|
+
/* @__PURE__ */ jsxs82("div", { className: "flex items-center gap-4", children: [
|
|
5447
|
+
currentPageCation && /* @__PURE__ */ jsx114("div", { className: "flex items-center justify-center text-sm font-medium text-gray-1000", children: currentPageCation }),
|
|
5448
|
+
/* @__PURE__ */ jsxs82("div", { className: "flex items-center gap-2", children: [
|
|
5449
|
+
/* @__PURE__ */ jsx114(
|
|
5272
5450
|
Button,
|
|
5273
5451
|
{
|
|
5274
5452
|
variant: "outline",
|
|
@@ -5276,10 +5454,10 @@ var Pagination = ({
|
|
|
5276
5454
|
size: "sm",
|
|
5277
5455
|
onClick: () => onPageChange("FIRST" /* FIRST */),
|
|
5278
5456
|
disabled: !previousPageAvailable,
|
|
5279
|
-
children: /* @__PURE__ */
|
|
5457
|
+
children: /* @__PURE__ */ jsx114(ChevronLeftDoubleIcon, { size: "16" })
|
|
5280
5458
|
}
|
|
5281
5459
|
),
|
|
5282
|
-
/* @__PURE__ */
|
|
5460
|
+
/* @__PURE__ */ jsx114(
|
|
5283
5461
|
Button,
|
|
5284
5462
|
{
|
|
5285
5463
|
variant: "outline",
|
|
@@ -5287,10 +5465,10 @@ var Pagination = ({
|
|
|
5287
5465
|
size: "sm",
|
|
5288
5466
|
onClick: () => onPageChange("PREVIOUS" /* PREVIOUS */),
|
|
5289
5467
|
disabled: !previousPageAvailable,
|
|
5290
|
-
children: /* @__PURE__ */
|
|
5468
|
+
children: /* @__PURE__ */ jsx114(ChevronLeftIcon, { size: "16" })
|
|
5291
5469
|
}
|
|
5292
5470
|
),
|
|
5293
|
-
/* @__PURE__ */
|
|
5471
|
+
/* @__PURE__ */ jsx114(
|
|
5294
5472
|
Button,
|
|
5295
5473
|
{
|
|
5296
5474
|
variant: "outline",
|
|
@@ -5298,10 +5476,10 @@ var Pagination = ({
|
|
|
5298
5476
|
size: "sm",
|
|
5299
5477
|
onClick: () => onPageChange("NEXT" /* NEXT */),
|
|
5300
5478
|
disabled: !nextPageAvailable,
|
|
5301
|
-
children: /* @__PURE__ */
|
|
5479
|
+
children: /* @__PURE__ */ jsx114(ChevronRightIcon, { size: "16" })
|
|
5302
5480
|
}
|
|
5303
5481
|
),
|
|
5304
|
-
/* @__PURE__ */
|
|
5482
|
+
/* @__PURE__ */ jsx114(
|
|
5305
5483
|
Button,
|
|
5306
5484
|
{
|
|
5307
5485
|
variant: "outline",
|
|
@@ -5309,7 +5487,7 @@ var Pagination = ({
|
|
|
5309
5487
|
size: "sm",
|
|
5310
5488
|
onClick: () => onPageChange("LAST" /* LAST */),
|
|
5311
5489
|
disabled: !nextPageAvailable,
|
|
5312
|
-
children: /* @__PURE__ */
|
|
5490
|
+
children: /* @__PURE__ */ jsx114(ChevronRightDoubleIcon, { size: "16" })
|
|
5313
5491
|
}
|
|
5314
5492
|
)
|
|
5315
5493
|
] })
|
|
@@ -5320,12 +5498,12 @@ var Pagination = ({
|
|
|
5320
5498
|
// src/components/Popover/Popover.tsx
|
|
5321
5499
|
import * as React13 from "react";
|
|
5322
5500
|
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
5323
|
-
import { jsx as
|
|
5501
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
5324
5502
|
var Popover = PopoverPrimitive.Root;
|
|
5325
5503
|
var PopoverTrigger = PopoverPrimitive.Trigger;
|
|
5326
5504
|
var PopoverContent = React13.forwardRef((_a, ref) => {
|
|
5327
5505
|
var _b = _a, { className, align = "center", sideOffset = 4 } = _b, props = __objRest(_b, ["className", "align", "sideOffset"]);
|
|
5328
|
-
return /* @__PURE__ */
|
|
5506
|
+
return /* @__PURE__ */ jsx115(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsx115(
|
|
5329
5507
|
PopoverPrimitive.Content,
|
|
5330
5508
|
__spreadValues({
|
|
5331
5509
|
ref,
|
|
@@ -5343,14 +5521,14 @@ PopoverContent.displayName = PopoverPrimitive.Content.displayName;
|
|
|
5343
5521
|
// src/components/Select/Select.tsx
|
|
5344
5522
|
import * as React14 from "react";
|
|
5345
5523
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
5346
|
-
import { jsx as
|
|
5524
|
+
import { jsx as jsx116, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
5347
5525
|
var Select = SelectPrimitive.Root;
|
|
5348
5526
|
var SelectGroup = SelectPrimitive.Group;
|
|
5349
5527
|
var SelectValue = SelectPrimitive.Value;
|
|
5350
5528
|
var SelectTrigger = React14.forwardRef((_a, ref) => {
|
|
5351
5529
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
5352
5530
|
const isDisabled = props["data-is-disabled"];
|
|
5353
|
-
return /* @__PURE__ */
|
|
5531
|
+
return /* @__PURE__ */ jsxs83(
|
|
5354
5532
|
SelectPrimitive.Trigger,
|
|
5355
5533
|
__spreadProps(__spreadValues({
|
|
5356
5534
|
ref,
|
|
@@ -5367,7 +5545,7 @@ var SelectTrigger = React14.forwardRef((_a, ref) => {
|
|
|
5367
5545
|
}, props), {
|
|
5368
5546
|
children: [
|
|
5369
5547
|
children,
|
|
5370
|
-
/* @__PURE__ */
|
|
5548
|
+
/* @__PURE__ */ jsx116(SelectPrimitive.Icon, { asChild: true, children: /* @__PURE__ */ jsx116(ChevronSelectorVerticalIcon, { size: "16", className: "w-4 h-4 opacity-50" }) })
|
|
5371
5549
|
]
|
|
5372
5550
|
})
|
|
5373
5551
|
);
|
|
@@ -5375,7 +5553,7 @@ var SelectTrigger = React14.forwardRef((_a, ref) => {
|
|
|
5375
5553
|
SelectTrigger.displayName = SelectPrimitive.Trigger.displayName;
|
|
5376
5554
|
var SelectContent = React14.forwardRef((_a, ref) => {
|
|
5377
5555
|
var _b = _a, { className, children, position = "popper" } = _b, props = __objRest(_b, ["className", "children", "position"]);
|
|
5378
|
-
return /* @__PURE__ */
|
|
5556
|
+
return /* @__PURE__ */ jsx116(SelectPrimitive.Portal, { children: /* @__PURE__ */ jsx116(
|
|
5379
5557
|
SelectPrimitive.Content,
|
|
5380
5558
|
__spreadProps(__spreadValues({
|
|
5381
5559
|
ref,
|
|
@@ -5386,7 +5564,7 @@ var SelectContent = React14.forwardRef((_a, ref) => {
|
|
|
5386
5564
|
),
|
|
5387
5565
|
position
|
|
5388
5566
|
}, props), {
|
|
5389
|
-
children: /* @__PURE__ */
|
|
5567
|
+
children: /* @__PURE__ */ jsx116(
|
|
5390
5568
|
SelectPrimitive.Viewport,
|
|
5391
5569
|
{
|
|
5392
5570
|
className: cn(
|
|
@@ -5402,7 +5580,7 @@ var SelectContent = React14.forwardRef((_a, ref) => {
|
|
|
5402
5580
|
SelectContent.displayName = SelectPrimitive.Content.displayName;
|
|
5403
5581
|
var SelectLabel = React14.forwardRef((_a, ref) => {
|
|
5404
5582
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5405
|
-
return /* @__PURE__ */
|
|
5583
|
+
return /* @__PURE__ */ jsx116(
|
|
5406
5584
|
SelectPrimitive.Label,
|
|
5407
5585
|
__spreadValues({
|
|
5408
5586
|
ref,
|
|
@@ -5413,7 +5591,7 @@ var SelectLabel = React14.forwardRef((_a, ref) => {
|
|
|
5413
5591
|
SelectLabel.displayName = SelectPrimitive.Label.displayName;
|
|
5414
5592
|
var SelectItem = React14.forwardRef((_a, ref) => {
|
|
5415
5593
|
var _b = _a, { className, children } = _b, props = __objRest(_b, ["className", "children"]);
|
|
5416
|
-
return /* @__PURE__ */
|
|
5594
|
+
return /* @__PURE__ */ jsx116(
|
|
5417
5595
|
SelectPrimitive.Item,
|
|
5418
5596
|
__spreadProps(__spreadValues({
|
|
5419
5597
|
ref,
|
|
@@ -5422,14 +5600,14 @@ var SelectItem = React14.forwardRef((_a, ref) => {
|
|
|
5422
5600
|
className
|
|
5423
5601
|
)
|
|
5424
5602
|
}, props), {
|
|
5425
|
-
children: /* @__PURE__ */
|
|
5603
|
+
children: /* @__PURE__ */ jsx116(SelectPrimitive.ItemText, { children })
|
|
5426
5604
|
})
|
|
5427
5605
|
);
|
|
5428
5606
|
});
|
|
5429
5607
|
SelectItem.displayName = SelectPrimitive.Item.displayName;
|
|
5430
5608
|
var SelectSeparator = React14.forwardRef((_a, ref) => {
|
|
5431
5609
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5432
|
-
return /* @__PURE__ */
|
|
5610
|
+
return /* @__PURE__ */ jsx116(
|
|
5433
5611
|
SelectPrimitive.Separator,
|
|
5434
5612
|
__spreadValues({
|
|
5435
5613
|
ref,
|
|
@@ -5442,10 +5620,10 @@ SelectSeparator.displayName = SelectPrimitive.Separator.displayName;
|
|
|
5442
5620
|
// src/components/Switch/Switch.tsx
|
|
5443
5621
|
import * as React15 from "react";
|
|
5444
5622
|
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
5445
|
-
import { jsx as
|
|
5623
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
5446
5624
|
var Switch = React15.forwardRef((_a, ref) => {
|
|
5447
5625
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5448
|
-
return /* @__PURE__ */
|
|
5626
|
+
return /* @__PURE__ */ jsx117(
|
|
5449
5627
|
SwitchPrimitive.Root,
|
|
5450
5628
|
__spreadProps(__spreadValues({
|
|
5451
5629
|
className: cn(
|
|
@@ -5454,7 +5632,7 @@ var Switch = React15.forwardRef((_a, ref) => {
|
|
|
5454
5632
|
)
|
|
5455
5633
|
}, props), {
|
|
5456
5634
|
ref,
|
|
5457
|
-
children: /* @__PURE__ */
|
|
5635
|
+
children: /* @__PURE__ */ jsx117(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" })
|
|
5458
5636
|
})
|
|
5459
5637
|
);
|
|
5460
5638
|
});
|
|
@@ -5462,10 +5640,10 @@ Switch.displayName = SwitchPrimitive.Root.displayName;
|
|
|
5462
5640
|
|
|
5463
5641
|
// src/components/Table/Table.tsx
|
|
5464
5642
|
import * as React16 from "react";
|
|
5465
|
-
import { jsx as
|
|
5643
|
+
import { jsx as jsx118, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
5466
5644
|
var Table = React16.forwardRef((_a, ref) => {
|
|
5467
5645
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5468
|
-
return /* @__PURE__ */
|
|
5646
|
+
return /* @__PURE__ */ jsx118("div", { className: "w-full overflow-auto border rounded-lg", children: /* @__PURE__ */ jsx118(
|
|
5469
5647
|
"table",
|
|
5470
5648
|
__spreadValues({
|
|
5471
5649
|
ref,
|
|
@@ -5476,7 +5654,7 @@ var Table = React16.forwardRef((_a, ref) => {
|
|
|
5476
5654
|
Table.displayName = "Table";
|
|
5477
5655
|
var TableHeader = React16.forwardRef((_a, ref) => {
|
|
5478
5656
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5479
|
-
return /* @__PURE__ */
|
|
5657
|
+
return /* @__PURE__ */ jsx118(
|
|
5480
5658
|
"thead",
|
|
5481
5659
|
__spreadValues({
|
|
5482
5660
|
ref,
|
|
@@ -5487,7 +5665,7 @@ var TableHeader = React16.forwardRef((_a, ref) => {
|
|
|
5487
5665
|
TableHeader.displayName = "TableHeader";
|
|
5488
5666
|
var TableBody = React16.forwardRef((_a, ref) => {
|
|
5489
5667
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5490
|
-
return /* @__PURE__ */
|
|
5668
|
+
return /* @__PURE__ */ jsx118(
|
|
5491
5669
|
"tbody",
|
|
5492
5670
|
__spreadValues({
|
|
5493
5671
|
ref,
|
|
@@ -5501,7 +5679,7 @@ var TableBody = React16.forwardRef((_a, ref) => {
|
|
|
5501
5679
|
TableBody.displayName = "TableBody";
|
|
5502
5680
|
var TableRow = React16.forwardRef((_a, ref) => {
|
|
5503
5681
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5504
|
-
return /* @__PURE__ */
|
|
5682
|
+
return /* @__PURE__ */ jsx118(
|
|
5505
5683
|
"tr",
|
|
5506
5684
|
__spreadValues({
|
|
5507
5685
|
ref,
|
|
@@ -5515,7 +5693,7 @@ var TableRow = React16.forwardRef((_a, ref) => {
|
|
|
5515
5693
|
TableRow.displayName = "TableRow";
|
|
5516
5694
|
var TableHead = React16.forwardRef((_a, ref) => {
|
|
5517
5695
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5518
|
-
return /* @__PURE__ */
|
|
5696
|
+
return /* @__PURE__ */ jsx118(
|
|
5519
5697
|
"th",
|
|
5520
5698
|
__spreadValues({
|
|
5521
5699
|
ref,
|
|
@@ -5529,7 +5707,7 @@ var TableHead = React16.forwardRef((_a, ref) => {
|
|
|
5529
5707
|
TableHead.displayName = "TableHead";
|
|
5530
5708
|
var TableCell = React16.forwardRef((_a, ref) => {
|
|
5531
5709
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5532
|
-
return /* @__PURE__ */
|
|
5710
|
+
return /* @__PURE__ */ jsx118(
|
|
5533
5711
|
"td",
|
|
5534
5712
|
__spreadValues({
|
|
5535
5713
|
ref,
|
|
@@ -5543,16 +5721,16 @@ var TableCell = React16.forwardRef((_a, ref) => {
|
|
|
5543
5721
|
TableCell.displayName = "TableCell";
|
|
5544
5722
|
var TableEmpty = React16.forwardRef((_a, ref) => {
|
|
5545
5723
|
var _b = _a, { className, title, description, children } = _b, props = __objRest(_b, ["className", "title", "description", "children"]);
|
|
5546
|
-
return /* @__PURE__ */
|
|
5724
|
+
return /* @__PURE__ */ jsxs84(
|
|
5547
5725
|
"div",
|
|
5548
5726
|
__spreadProps(__spreadValues({
|
|
5549
5727
|
ref,
|
|
5550
5728
|
className: cn("flex flex-col gap-6 items-center py-12", className)
|
|
5551
5729
|
}, props), {
|
|
5552
5730
|
children: [
|
|
5553
|
-
title && /* @__PURE__ */
|
|
5554
|
-
description && /* @__PURE__ */
|
|
5555
|
-
/* @__PURE__ */
|
|
5731
|
+
title && /* @__PURE__ */ jsx118("span", { className: "text-lg font-semibold text-gray-1000", children: title }),
|
|
5732
|
+
description && /* @__PURE__ */ jsx118("span", { className: "text-sm font-normal text-gray-900", children: description }),
|
|
5733
|
+
/* @__PURE__ */ jsx118("div", { children })
|
|
5556
5734
|
]
|
|
5557
5735
|
})
|
|
5558
5736
|
);
|
|
@@ -5562,11 +5740,11 @@ TableEmpty.displayName = "TableEmpty";
|
|
|
5562
5740
|
// src/components/Tabs/Tabs.tsx
|
|
5563
5741
|
import * as React17 from "react";
|
|
5564
5742
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
5565
|
-
import { jsx as
|
|
5743
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
5566
5744
|
var Tabs = TabsPrimitive.Root;
|
|
5567
5745
|
var TabsList = React17.forwardRef((_a, ref) => {
|
|
5568
5746
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5569
|
-
return /* @__PURE__ */
|
|
5747
|
+
return /* @__PURE__ */ jsx119(
|
|
5570
5748
|
TabsPrimitive.List,
|
|
5571
5749
|
__spreadValues({
|
|
5572
5750
|
ref,
|
|
@@ -5580,7 +5758,7 @@ var TabsList = React17.forwardRef((_a, ref) => {
|
|
|
5580
5758
|
TabsList.displayName = TabsPrimitive.List.displayName;
|
|
5581
5759
|
var TabsTrigger = React17.forwardRef((_a, ref) => {
|
|
5582
5760
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5583
|
-
return /* @__PURE__ */
|
|
5761
|
+
return /* @__PURE__ */ jsx119(
|
|
5584
5762
|
TabsPrimitive.Trigger,
|
|
5585
5763
|
__spreadValues({
|
|
5586
5764
|
ref,
|
|
@@ -5597,7 +5775,7 @@ var TabsTrigger = React17.forwardRef((_a, ref) => {
|
|
|
5597
5775
|
TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
|
|
5598
5776
|
var TabsContent = React17.forwardRef((_a, ref) => {
|
|
5599
5777
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
5600
|
-
return /* @__PURE__ */
|
|
5778
|
+
return /* @__PURE__ */ jsx119(
|
|
5601
5779
|
TabsPrimitive.Content,
|
|
5602
5780
|
__spreadValues({
|
|
5603
5781
|
ref,
|
|
@@ -5612,12 +5790,12 @@ TabsContent.displayName = TabsPrimitive.Content.displayName;
|
|
|
5612
5790
|
|
|
5613
5791
|
// src/components/Textarea/Textarea.tsx
|
|
5614
5792
|
import * as React18 from "react";
|
|
5615
|
-
import { jsx as
|
|
5793
|
+
import { jsx as jsx120 } from "react/jsx-runtime";
|
|
5616
5794
|
var Textarea = React18.forwardRef(
|
|
5617
5795
|
(_a, ref) => {
|
|
5618
5796
|
var _b = _a, { className, disabled } = _b, props = __objRest(_b, ["className", "disabled"]);
|
|
5619
5797
|
const isDisabled = !!props["data-is-disabled"] || disabled;
|
|
5620
|
-
return /* @__PURE__ */
|
|
5798
|
+
return /* @__PURE__ */ jsx120("div", { className: "flex gap-2", children: /* @__PURE__ */ jsx120(
|
|
5621
5799
|
"div",
|
|
5622
5800
|
{
|
|
5623
5801
|
className: cn(
|
|
@@ -5628,7 +5806,7 @@ var Textarea = React18.forwardRef(
|
|
|
5628
5806
|
},
|
|
5629
5807
|
className
|
|
5630
5808
|
),
|
|
5631
|
-
children: /* @__PURE__ */
|
|
5809
|
+
children: /* @__PURE__ */ jsx120(
|
|
5632
5810
|
"textarea",
|
|
5633
5811
|
__spreadProps(__spreadValues({}, props), {
|
|
5634
5812
|
disabled: isDisabled,
|
|
@@ -5645,20 +5823,20 @@ Textarea.displayName = "Textarea";
|
|
|
5645
5823
|
// src/components/Tooltip/Tooltip.tsx
|
|
5646
5824
|
import * as React19 from "react";
|
|
5647
5825
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
5648
|
-
import { jsx as
|
|
5826
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
5649
5827
|
var TooltipProvider = (_a) => {
|
|
5650
5828
|
var _b = _a, {
|
|
5651
5829
|
delayDuration = 0
|
|
5652
5830
|
} = _b, props = __objRest(_b, [
|
|
5653
5831
|
"delayDuration"
|
|
5654
5832
|
]);
|
|
5655
|
-
return /* @__PURE__ */
|
|
5833
|
+
return /* @__PURE__ */ jsx121(TooltipPrimitive.Provider, __spreadValues({ delayDuration }, props));
|
|
5656
5834
|
};
|
|
5657
5835
|
var Tooltip = TooltipPrimitive.Root;
|
|
5658
5836
|
var TooltipTrigger = TooltipPrimitive.Trigger;
|
|
5659
5837
|
var TooltipContent = React19.forwardRef((_a, ref) => {
|
|
5660
5838
|
var _b = _a, { className, sideOffset = 4 } = _b, props = __objRest(_b, ["className", "sideOffset"]);
|
|
5661
|
-
return /* @__PURE__ */
|
|
5839
|
+
return /* @__PURE__ */ jsx121(
|
|
5662
5840
|
TooltipPrimitive.Content,
|
|
5663
5841
|
__spreadValues({
|
|
5664
5842
|
ref,
|
|
@@ -5700,6 +5878,7 @@ export {
|
|
|
5700
5878
|
Calendar,
|
|
5701
5879
|
CalendarCheckIcon,
|
|
5702
5880
|
CalendarIcon,
|
|
5881
|
+
CalendarPlusCornerIcon,
|
|
5703
5882
|
CalendarPlusIcon,
|
|
5704
5883
|
CameraIcon,
|
|
5705
5884
|
CameraOffIcon,
|
|
@@ -5731,7 +5910,7 @@ export {
|
|
|
5731
5910
|
DialogHeader,
|
|
5732
5911
|
DialogTitle,
|
|
5733
5912
|
DialogTrigger,
|
|
5734
|
-
|
|
5913
|
+
DotsGridIcon,
|
|
5735
5914
|
DotsHorizontalIcon,
|
|
5736
5915
|
DownloadIcon,
|
|
5737
5916
|
DropdownMenu,
|
|
@@ -5789,6 +5968,9 @@ export {
|
|
|
5789
5968
|
PauseCircleIcon,
|
|
5790
5969
|
PhoneCallIcon,
|
|
5791
5970
|
PhoneIcon,
|
|
5971
|
+
PhoneIncomingIcon,
|
|
5972
|
+
PhonePlusIcon,
|
|
5973
|
+
PhoneXIcon,
|
|
5792
5974
|
PieChartIcon,
|
|
5793
5975
|
PlayCircleIcon,
|
|
5794
5976
|
PlayIcon,
|