@deepnoid/ui 0.1.155 → 0.1.156
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/.turbo/turbo-build.log +162 -162
- package/dist/{chunk-7HWPWDYW.mjs → chunk-2DAIOZ7N.mjs} +2 -2
- package/dist/{chunk-WWSQIDWW.mjs → chunk-47MQPUEY.mjs} +1 -1
- package/dist/{chunk-ZF25F457.mjs → chunk-4YVZ3XKA.mjs} +3 -3
- package/dist/{chunk-CSZQLOP5.mjs → chunk-5VVNAW4E.mjs} +2 -2
- package/dist/{chunk-EOP4227J.mjs → chunk-6YTT5ACI.mjs} +1 -1
- package/dist/{chunk-WYEUAXY7.mjs → chunk-7RG7CQQM.mjs} +1 -1
- package/dist/{chunk-H3UI2ZNK.mjs → chunk-HP4ARKW3.mjs} +1 -1
- package/dist/{chunk-6EMUORXZ.mjs → chunk-KKHOCWXJ.mjs} +1 -1
- package/dist/{chunk-UMMZ7NI5.mjs → chunk-KX6WG4VG.mjs} +1 -1
- package/dist/{chunk-LWSGRTWO.mjs → chunk-LFALITPU.mjs} +1 -1
- package/dist/{chunk-Q6BXFXQM.mjs → chunk-Q2YLULZH.mjs} +1 -1
- package/dist/{chunk-UOVPR2VJ.mjs → chunk-R2USZD77.mjs} +1 -1
- package/dist/{chunk-5MQZ7SDK.mjs → chunk-TCURFCQ2.mjs} +4 -4
- package/dist/{chunk-6F4GD2PP.mjs → chunk-UIRHCS6B.mjs} +1 -1
- package/dist/{chunk-J64OQUOI.mjs → chunk-URJA4W4R.mjs} +2 -2
- package/dist/{chunk-NX4FTFY3.mjs → chunk-WHU5VP5G.mjs} +46 -0
- package/dist/{chunk-5HMTKXVV.mjs → chunk-ZGUTKE5H.mjs} +1 -1
- package/dist/{chunk-67A5TV7C.mjs → chunk-ZNQML73F.mjs} +2 -2
- package/dist/{chunk-63IEPEKU.mjs → chunk-ZY3HNPPG.mjs} +1 -1
- package/dist/components/avatar/avatar.js +46 -0
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +46 -0
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +46 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
- package/dist/components/breadcrumb/index.js +46 -0
- package/dist/components/breadcrumb/index.mjs +5 -5
- package/dist/components/button/button.js +46 -0
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +46 -0
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +46 -0
- package/dist/components/button/index.mjs +4 -4
- package/dist/components/chip/chip.js +46 -0
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +46 -0
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/fileUpload/fileUpload.js +46 -0
- package/dist/components/fileUpload/fileUpload.mjs +6 -6
- package/dist/components/fileUpload/index.js +46 -0
- package/dist/components/fileUpload/index.mjs +6 -6
- package/dist/components/icon/Icon.d.mts +8 -0
- package/dist/components/icon/Icon.d.ts +8 -0
- package/dist/components/icon/Icon.js +46 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +46 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +2 -0
- package/dist/components/icon/template.d.ts +2 -0
- package/dist/components/icon/template.js +46 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +46 -0
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +46 -0
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +46 -0
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +46 -0
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +46 -0
- package/dist/components/modal/index.mjs +5 -5
- package/dist/components/modal/modal.js +46 -0
- package/dist/components/modal/modal.mjs +5 -5
- package/dist/components/pagination/index.js +46 -0
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +46 -0
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/picker/datePicker.js +46 -0
- package/dist/components/picker/datePicker.mjs +6 -6
- package/dist/components/picker/index.js +46 -0
- package/dist/components/picker/index.mjs +8 -8
- package/dist/components/picker/timePicker.js +46 -0
- package/dist/components/picker/timePicker.mjs +4 -4
- package/dist/components/select/index.js +46 -0
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.js +46 -0
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/index.js +46 -0
- package/dist/components/table/index.mjs +5 -5
- package/dist/components/table/table-body.js +46 -0
- package/dist/components/table/table-body.mjs +5 -5
- package/dist/components/table/table-head.js +46 -0
- package/dist/components/table/table-head.mjs +5 -5
- package/dist/components/table/table.js +46 -0
- package/dist/components/table/table.mjs +5 -5
- package/dist/components/timePicker/calendar.js +46 -0
- package/dist/components/timePicker/calendar.mjs +2 -2
- package/dist/components/toast/index.js +46 -0
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +46 -0
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +46 -0
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +46 -0
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +46 -0
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.js +46 -0
- package/dist/index.mjs +19 -19
- package/package.json +1 -1
|
@@ -449,6 +449,29 @@ var template = {
|
|
|
449
449
|
}
|
|
450
450
|
);
|
|
451
451
|
},
|
|
452
|
+
["home-outline"]: ({ className }) => {
|
|
453
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
454
|
+
"svg",
|
|
455
|
+
{
|
|
456
|
+
width: "21",
|
|
457
|
+
height: "21",
|
|
458
|
+
viewBox: "0 0 21 21",
|
|
459
|
+
fill: "none",
|
|
460
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
461
|
+
className,
|
|
462
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
463
|
+
"path",
|
|
464
|
+
{
|
|
465
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
466
|
+
stroke: "#5B5E62",
|
|
467
|
+
strokeWidth: "1.25",
|
|
468
|
+
strokeLinecap: "round",
|
|
469
|
+
strokeLinejoin: "round"
|
|
470
|
+
}
|
|
471
|
+
)
|
|
472
|
+
}
|
|
473
|
+
);
|
|
474
|
+
},
|
|
452
475
|
exclamation: ({ className, fill }) => {
|
|
453
476
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
454
477
|
"svg",
|
|
@@ -1294,6 +1317,29 @@ var template = {
|
|
|
1294
1317
|
}
|
|
1295
1318
|
);
|
|
1296
1319
|
},
|
|
1320
|
+
["chat-outline"]: ({ className }) => {
|
|
1321
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1322
|
+
"svg",
|
|
1323
|
+
{
|
|
1324
|
+
width: "21",
|
|
1325
|
+
height: "21",
|
|
1326
|
+
viewBox: "0 0 21 21",
|
|
1327
|
+
fill: "none",
|
|
1328
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1329
|
+
className,
|
|
1330
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1331
|
+
"path",
|
|
1332
|
+
{
|
|
1333
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1334
|
+
stroke: "#5B5E62",
|
|
1335
|
+
strokeWidth: "1.25",
|
|
1336
|
+
strokeLinecap: "round",
|
|
1337
|
+
strokeLinejoin: "round"
|
|
1338
|
+
}
|
|
1339
|
+
)
|
|
1340
|
+
}
|
|
1341
|
+
);
|
|
1342
|
+
},
|
|
1297
1343
|
calendar: ({ className, fill }) => {
|
|
1298
1344
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1299
1345
|
"svg",
|
|
@@ -3,8 +3,8 @@ import "../../chunk-ZYIIXWVY.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
Icon_default,
|
|
5
5
|
iconTemplate
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
} from "../../chunk-Q2YLULZH.mjs";
|
|
7
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
Icon_default as Icon,
|
|
@@ -22,6 +22,7 @@ declare const template: {
|
|
|
22
22
|
filter: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
23
23
|
menu: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
24
24
|
home: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
"home-outline": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
25
26
|
exclamation: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
26
27
|
close: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
27
28
|
plus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -50,6 +51,7 @@ declare const template: {
|
|
|
50
51
|
lock: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
51
52
|
unlock: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
52
53
|
chat: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
54
|
+
"chat-outline": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
53
55
|
calendar: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
54
56
|
left: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
55
57
|
right: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -22,6 +22,7 @@ declare const template: {
|
|
|
22
22
|
filter: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
23
23
|
menu: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
24
24
|
home: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
"home-outline": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
25
26
|
exclamation: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
26
27
|
close: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
27
28
|
plus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -50,6 +51,7 @@ declare const template: {
|
|
|
50
51
|
lock: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
51
52
|
unlock: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
52
53
|
chat: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
54
|
+
"chat-outline": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
53
55
|
calendar: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
54
56
|
left: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
55
57
|
right: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -446,6 +446,29 @@ var template = {
|
|
|
446
446
|
}
|
|
447
447
|
);
|
|
448
448
|
},
|
|
449
|
+
["home-outline"]: ({ className }) => {
|
|
450
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
451
|
+
"svg",
|
|
452
|
+
{
|
|
453
|
+
width: "21",
|
|
454
|
+
height: "21",
|
|
455
|
+
viewBox: "0 0 21 21",
|
|
456
|
+
fill: "none",
|
|
457
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
458
|
+
className,
|
|
459
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
460
|
+
"path",
|
|
461
|
+
{
|
|
462
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
463
|
+
stroke: "#5B5E62",
|
|
464
|
+
strokeWidth: "1.25",
|
|
465
|
+
strokeLinecap: "round",
|
|
466
|
+
strokeLinejoin: "round"
|
|
467
|
+
}
|
|
468
|
+
)
|
|
469
|
+
}
|
|
470
|
+
);
|
|
471
|
+
},
|
|
449
472
|
exclamation: ({ className, fill }) => {
|
|
450
473
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
451
474
|
"svg",
|
|
@@ -1291,6 +1314,29 @@ var template = {
|
|
|
1291
1314
|
}
|
|
1292
1315
|
);
|
|
1293
1316
|
},
|
|
1317
|
+
["chat-outline"]: ({ className }) => {
|
|
1318
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1319
|
+
"svg",
|
|
1320
|
+
{
|
|
1321
|
+
width: "21",
|
|
1322
|
+
height: "21",
|
|
1323
|
+
viewBox: "0 0 21 21",
|
|
1324
|
+
fill: "none",
|
|
1325
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1326
|
+
className,
|
|
1327
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1328
|
+
"path",
|
|
1329
|
+
{
|
|
1330
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1331
|
+
stroke: "#5B5E62",
|
|
1332
|
+
strokeWidth: "1.25",
|
|
1333
|
+
strokeLinecap: "round",
|
|
1334
|
+
strokeLinejoin: "round"
|
|
1335
|
+
}
|
|
1336
|
+
)
|
|
1337
|
+
}
|
|
1338
|
+
);
|
|
1339
|
+
},
|
|
1294
1340
|
calendar: ({ className, fill }) => {
|
|
1295
1341
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1296
1342
|
"svg",
|
|
@@ -532,6 +532,29 @@ var template = {
|
|
|
532
532
|
}
|
|
533
533
|
);
|
|
534
534
|
},
|
|
535
|
+
["home-outline"]: ({ className }) => {
|
|
536
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
537
|
+
"svg",
|
|
538
|
+
{
|
|
539
|
+
width: "21",
|
|
540
|
+
height: "21",
|
|
541
|
+
viewBox: "0 0 21 21",
|
|
542
|
+
fill: "none",
|
|
543
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
544
|
+
className,
|
|
545
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
546
|
+
"path",
|
|
547
|
+
{
|
|
548
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
549
|
+
stroke: "#5B5E62",
|
|
550
|
+
strokeWidth: "1.25",
|
|
551
|
+
strokeLinecap: "round",
|
|
552
|
+
strokeLinejoin: "round"
|
|
553
|
+
}
|
|
554
|
+
)
|
|
555
|
+
}
|
|
556
|
+
);
|
|
557
|
+
},
|
|
535
558
|
exclamation: ({ className, fill }) => {
|
|
536
559
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
537
560
|
"svg",
|
|
@@ -1377,6 +1400,29 @@ var template = {
|
|
|
1377
1400
|
}
|
|
1378
1401
|
);
|
|
1379
1402
|
},
|
|
1403
|
+
["chat-outline"]: ({ className }) => {
|
|
1404
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1405
|
+
"svg",
|
|
1406
|
+
{
|
|
1407
|
+
width: "21",
|
|
1408
|
+
height: "21",
|
|
1409
|
+
viewBox: "0 0 21 21",
|
|
1410
|
+
fill: "none",
|
|
1411
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1412
|
+
className,
|
|
1413
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1414
|
+
"path",
|
|
1415
|
+
{
|
|
1416
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1417
|
+
stroke: "#5B5E62",
|
|
1418
|
+
strokeWidth: "1.25",
|
|
1419
|
+
strokeLinecap: "round",
|
|
1420
|
+
strokeLinejoin: "round"
|
|
1421
|
+
}
|
|
1422
|
+
)
|
|
1423
|
+
}
|
|
1424
|
+
);
|
|
1425
|
+
},
|
|
1380
1426
|
calendar: ({ className, fill }) => {
|
|
1381
1427
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1382
1428
|
"svg",
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import "../../chunk-2GCSFWHD.mjs";
|
|
3
3
|
import {
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-47MQPUEY.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
8
8
|
import "../../chunk-E3G5QXSH.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
10
10
|
import "../../chunk-CDXBML6O.mjs";
|
|
11
11
|
import "../../chunk-27Y6K5NK.mjs";
|
|
12
12
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -531,6 +531,29 @@ var template = {
|
|
|
531
531
|
}
|
|
532
532
|
);
|
|
533
533
|
},
|
|
534
|
+
["home-outline"]: ({ className }) => {
|
|
535
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
536
|
+
"svg",
|
|
537
|
+
{
|
|
538
|
+
width: "21",
|
|
539
|
+
height: "21",
|
|
540
|
+
viewBox: "0 0 21 21",
|
|
541
|
+
fill: "none",
|
|
542
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
543
|
+
className,
|
|
544
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
545
|
+
"path",
|
|
546
|
+
{
|
|
547
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
548
|
+
stroke: "#5B5E62",
|
|
549
|
+
strokeWidth: "1.25",
|
|
550
|
+
strokeLinecap: "round",
|
|
551
|
+
strokeLinejoin: "round"
|
|
552
|
+
}
|
|
553
|
+
)
|
|
554
|
+
}
|
|
555
|
+
);
|
|
556
|
+
},
|
|
534
557
|
exclamation: ({ className, fill }) => {
|
|
535
558
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
536
559
|
"svg",
|
|
@@ -1376,6 +1399,29 @@ var template = {
|
|
|
1376
1399
|
}
|
|
1377
1400
|
);
|
|
1378
1401
|
},
|
|
1402
|
+
["chat-outline"]: ({ className }) => {
|
|
1403
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1404
|
+
"svg",
|
|
1405
|
+
{
|
|
1406
|
+
width: "21",
|
|
1407
|
+
height: "21",
|
|
1408
|
+
viewBox: "0 0 21 21",
|
|
1409
|
+
fill: "none",
|
|
1410
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1411
|
+
className,
|
|
1412
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1413
|
+
"path",
|
|
1414
|
+
{
|
|
1415
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1416
|
+
stroke: "#5B5E62",
|
|
1417
|
+
strokeWidth: "1.25",
|
|
1418
|
+
strokeLinecap: "round",
|
|
1419
|
+
strokeLinejoin: "round"
|
|
1420
|
+
}
|
|
1421
|
+
)
|
|
1422
|
+
}
|
|
1423
|
+
);
|
|
1424
|
+
},
|
|
1379
1425
|
calendar: ({ className, fill }) => {
|
|
1380
1426
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1381
1427
|
"svg",
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import {
|
|
3
3
|
inputStyle,
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-47MQPUEY.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
8
8
|
import "../../chunk-E3G5QXSH.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
10
10
|
import "../../chunk-CDXBML6O.mjs";
|
|
11
11
|
import "../../chunk-27Y6K5NK.mjs";
|
|
12
12
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -843,6 +843,29 @@ var template = {
|
|
|
843
843
|
}
|
|
844
844
|
);
|
|
845
845
|
},
|
|
846
|
+
["home-outline"]: ({ className }) => {
|
|
847
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
848
|
+
"svg",
|
|
849
|
+
{
|
|
850
|
+
width: "21",
|
|
851
|
+
height: "21",
|
|
852
|
+
viewBox: "0 0 21 21",
|
|
853
|
+
fill: "none",
|
|
854
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
855
|
+
className,
|
|
856
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
857
|
+
"path",
|
|
858
|
+
{
|
|
859
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
860
|
+
stroke: "#5B5E62",
|
|
861
|
+
strokeWidth: "1.25",
|
|
862
|
+
strokeLinecap: "round",
|
|
863
|
+
strokeLinejoin: "round"
|
|
864
|
+
}
|
|
865
|
+
)
|
|
866
|
+
}
|
|
867
|
+
);
|
|
868
|
+
},
|
|
846
869
|
exclamation: ({ className, fill }) => {
|
|
847
870
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
848
871
|
"svg",
|
|
@@ -1688,6 +1711,29 @@ var template = {
|
|
|
1688
1711
|
}
|
|
1689
1712
|
);
|
|
1690
1713
|
},
|
|
1714
|
+
["chat-outline"]: ({ className }) => {
|
|
1715
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1716
|
+
"svg",
|
|
1717
|
+
{
|
|
1718
|
+
width: "21",
|
|
1719
|
+
height: "21",
|
|
1720
|
+
viewBox: "0 0 21 21",
|
|
1721
|
+
fill: "none",
|
|
1722
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1723
|
+
className,
|
|
1724
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1725
|
+
"path",
|
|
1726
|
+
{
|
|
1727
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1728
|
+
stroke: "#5B5E62",
|
|
1729
|
+
strokeWidth: "1.25",
|
|
1730
|
+
strokeLinecap: "round",
|
|
1731
|
+
strokeLinejoin: "round"
|
|
1732
|
+
}
|
|
1733
|
+
)
|
|
1734
|
+
}
|
|
1735
|
+
);
|
|
1736
|
+
},
|
|
1691
1737
|
calendar: ({ className, fill }) => {
|
|
1692
1738
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1693
1739
|
"svg",
|
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
} from "../../chunk-3IILPVRA.mjs";
|
|
6
6
|
import {
|
|
7
7
|
listItem_default
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-2DAIOZ7N.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-HP4ARKW3.mjs";
|
|
13
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
14
14
|
import "../../chunk-CDXBML6O.mjs";
|
|
15
15
|
import "../../chunk-AC6TWLRT.mjs";
|
|
16
16
|
export {
|
|
@@ -793,6 +793,29 @@ var template = {
|
|
|
793
793
|
}
|
|
794
794
|
);
|
|
795
795
|
},
|
|
796
|
+
["home-outline"]: ({ className }) => {
|
|
797
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
798
|
+
"svg",
|
|
799
|
+
{
|
|
800
|
+
width: "21",
|
|
801
|
+
height: "21",
|
|
802
|
+
viewBox: "0 0 21 21",
|
|
803
|
+
fill: "none",
|
|
804
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
805
|
+
className,
|
|
806
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
807
|
+
"path",
|
|
808
|
+
{
|
|
809
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
810
|
+
stroke: "#5B5E62",
|
|
811
|
+
strokeWidth: "1.25",
|
|
812
|
+
strokeLinecap: "round",
|
|
813
|
+
strokeLinejoin: "round"
|
|
814
|
+
}
|
|
815
|
+
)
|
|
816
|
+
}
|
|
817
|
+
);
|
|
818
|
+
},
|
|
796
819
|
exclamation: ({ className, fill }) => {
|
|
797
820
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
798
821
|
"svg",
|
|
@@ -1638,6 +1661,29 @@ var template = {
|
|
|
1638
1661
|
}
|
|
1639
1662
|
);
|
|
1640
1663
|
},
|
|
1664
|
+
["chat-outline"]: ({ className }) => {
|
|
1665
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1666
|
+
"svg",
|
|
1667
|
+
{
|
|
1668
|
+
width: "21",
|
|
1669
|
+
height: "21",
|
|
1670
|
+
viewBox: "0 0 21 21",
|
|
1671
|
+
fill: "none",
|
|
1672
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1673
|
+
className,
|
|
1674
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1675
|
+
"path",
|
|
1676
|
+
{
|
|
1677
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1678
|
+
stroke: "#5B5E62",
|
|
1679
|
+
strokeWidth: "1.25",
|
|
1680
|
+
strokeLinecap: "round",
|
|
1681
|
+
strokeLinejoin: "round"
|
|
1682
|
+
}
|
|
1683
|
+
)
|
|
1684
|
+
}
|
|
1685
|
+
);
|
|
1686
|
+
},
|
|
1641
1687
|
calendar: ({ className, fill }) => {
|
|
1642
1688
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1643
1689
|
"svg",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
listItem_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-2DAIOZ7N.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
7
7
|
import "../../chunk-E3G5QXSH.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-HP4ARKW3.mjs";
|
|
9
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
10
10
|
import "../../chunk-CDXBML6O.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
12
12
|
export {
|
|
@@ -793,6 +793,29 @@ var template = {
|
|
|
793
793
|
}
|
|
794
794
|
);
|
|
795
795
|
},
|
|
796
|
+
["home-outline"]: ({ className }) => {
|
|
797
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
798
|
+
"svg",
|
|
799
|
+
{
|
|
800
|
+
width: "21",
|
|
801
|
+
height: "21",
|
|
802
|
+
viewBox: "0 0 21 21",
|
|
803
|
+
fill: "none",
|
|
804
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
805
|
+
className,
|
|
806
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
807
|
+
"path",
|
|
808
|
+
{
|
|
809
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
810
|
+
stroke: "#5B5E62",
|
|
811
|
+
strokeWidth: "1.25",
|
|
812
|
+
strokeLinecap: "round",
|
|
813
|
+
strokeLinejoin: "round"
|
|
814
|
+
}
|
|
815
|
+
)
|
|
816
|
+
}
|
|
817
|
+
);
|
|
818
|
+
},
|
|
796
819
|
exclamation: ({ className, fill }) => {
|
|
797
820
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
798
821
|
"svg",
|
|
@@ -1638,6 +1661,29 @@ var template = {
|
|
|
1638
1661
|
}
|
|
1639
1662
|
);
|
|
1640
1663
|
},
|
|
1664
|
+
["chat-outline"]: ({ className }) => {
|
|
1665
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1666
|
+
"svg",
|
|
1667
|
+
{
|
|
1668
|
+
width: "21",
|
|
1669
|
+
height: "21",
|
|
1670
|
+
viewBox: "0 0 21 21",
|
|
1671
|
+
fill: "none",
|
|
1672
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1673
|
+
className,
|
|
1674
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1675
|
+
"path",
|
|
1676
|
+
{
|
|
1677
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1678
|
+
stroke: "#5B5E62",
|
|
1679
|
+
strokeWidth: "1.25",
|
|
1680
|
+
strokeLinecap: "round",
|
|
1681
|
+
strokeLinejoin: "round"
|
|
1682
|
+
}
|
|
1683
|
+
)
|
|
1684
|
+
}
|
|
1685
|
+
);
|
|
1686
|
+
},
|
|
1641
1687
|
calendar: ({ className, fill }) => {
|
|
1642
1688
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1643
1689
|
"svg",
|
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
import "../../chunk-DJOG6Z35.mjs";
|
|
3
3
|
import {
|
|
4
4
|
modal_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-URJA4W4R.mjs";
|
|
6
6
|
import "../../chunk-SE5TU755.mjs";
|
|
7
7
|
import "../../chunk-AF4I7ZQS.mjs";
|
|
8
8
|
import "../../chunk-MY5U63QO.mjs";
|
|
9
9
|
import "../../chunk-Q364C3FI.mjs";
|
|
10
10
|
import "../../chunk-ITWKPTSD.mjs";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-UIRHCS6B.mjs";
|
|
12
|
+
import "../../chunk-7RG7CQQM.mjs";
|
|
13
13
|
import "../../chunk-6WSACUIB.mjs";
|
|
14
14
|
import "../../chunk-LXHUO6VM.mjs";
|
|
15
15
|
import "../../chunk-SZL743JC.mjs";
|
|
16
16
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.mjs";
|
|
19
|
-
import "../../chunk-
|
|
19
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
20
20
|
import "../../chunk-CDXBML6O.mjs";
|
|
21
21
|
import "../../chunk-27Y6K5NK.mjs";
|
|
22
22
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -791,6 +791,29 @@ var template = {
|
|
|
791
791
|
}
|
|
792
792
|
);
|
|
793
793
|
},
|
|
794
|
+
["home-outline"]: ({ className }) => {
|
|
795
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
796
|
+
"svg",
|
|
797
|
+
{
|
|
798
|
+
width: "21",
|
|
799
|
+
height: "21",
|
|
800
|
+
viewBox: "0 0 21 21",
|
|
801
|
+
fill: "none",
|
|
802
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
803
|
+
className,
|
|
804
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
805
|
+
"path",
|
|
806
|
+
{
|
|
807
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
808
|
+
stroke: "#5B5E62",
|
|
809
|
+
strokeWidth: "1.25",
|
|
810
|
+
strokeLinecap: "round",
|
|
811
|
+
strokeLinejoin: "round"
|
|
812
|
+
}
|
|
813
|
+
)
|
|
814
|
+
}
|
|
815
|
+
);
|
|
816
|
+
},
|
|
794
817
|
exclamation: ({ className, fill }) => {
|
|
795
818
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
796
819
|
"svg",
|
|
@@ -1636,6 +1659,29 @@ var template = {
|
|
|
1636
1659
|
}
|
|
1637
1660
|
);
|
|
1638
1661
|
},
|
|
1662
|
+
["chat-outline"]: ({ className }) => {
|
|
1663
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1664
|
+
"svg",
|
|
1665
|
+
{
|
|
1666
|
+
width: "21",
|
|
1667
|
+
height: "21",
|
|
1668
|
+
viewBox: "0 0 21 21",
|
|
1669
|
+
fill: "none",
|
|
1670
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1671
|
+
className,
|
|
1672
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1673
|
+
"path",
|
|
1674
|
+
{
|
|
1675
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1676
|
+
stroke: "#5B5E62",
|
|
1677
|
+
strokeWidth: "1.25",
|
|
1678
|
+
strokeLinecap: "round",
|
|
1679
|
+
strokeLinejoin: "round"
|
|
1680
|
+
}
|
|
1681
|
+
)
|
|
1682
|
+
}
|
|
1683
|
+
);
|
|
1684
|
+
},
|
|
1639
1685
|
calendar: ({ className, fill }) => {
|
|
1640
1686
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1641
1687
|
"svg",
|