@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
|
@@ -1189,6 +1189,29 @@ var template = {
|
|
|
1189
1189
|
}
|
|
1190
1190
|
);
|
|
1191
1191
|
},
|
|
1192
|
+
["home-outline"]: ({ className }) => {
|
|
1193
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1194
|
+
"svg",
|
|
1195
|
+
{
|
|
1196
|
+
width: "21",
|
|
1197
|
+
height: "21",
|
|
1198
|
+
viewBox: "0 0 21 21",
|
|
1199
|
+
fill: "none",
|
|
1200
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1201
|
+
className,
|
|
1202
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1203
|
+
"path",
|
|
1204
|
+
{
|
|
1205
|
+
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",
|
|
1206
|
+
stroke: "#5B5E62",
|
|
1207
|
+
strokeWidth: "1.25",
|
|
1208
|
+
strokeLinecap: "round",
|
|
1209
|
+
strokeLinejoin: "round"
|
|
1210
|
+
}
|
|
1211
|
+
)
|
|
1212
|
+
}
|
|
1213
|
+
);
|
|
1214
|
+
},
|
|
1192
1215
|
exclamation: ({ className, fill }) => {
|
|
1193
1216
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1194
1217
|
"svg",
|
|
@@ -2034,6 +2057,29 @@ var template = {
|
|
|
2034
2057
|
}
|
|
2035
2058
|
);
|
|
2036
2059
|
},
|
|
2060
|
+
["chat-outline"]: ({ className }) => {
|
|
2061
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2062
|
+
"svg",
|
|
2063
|
+
{
|
|
2064
|
+
width: "21",
|
|
2065
|
+
height: "21",
|
|
2066
|
+
viewBox: "0 0 21 21",
|
|
2067
|
+
fill: "none",
|
|
2068
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2069
|
+
className,
|
|
2070
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2071
|
+
"path",
|
|
2072
|
+
{
|
|
2073
|
+
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",
|
|
2074
|
+
stroke: "#5B5E62",
|
|
2075
|
+
strokeWidth: "1.25",
|
|
2076
|
+
strokeLinecap: "round",
|
|
2077
|
+
strokeLinejoin: "round"
|
|
2078
|
+
}
|
|
2079
|
+
)
|
|
2080
|
+
}
|
|
2081
|
+
);
|
|
2082
|
+
},
|
|
2037
2083
|
calendar: ({ className, fill }) => {
|
|
2038
2084
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2039
2085
|
"svg",
|
|
@@ -2,23 +2,23 @@
|
|
|
2
2
|
import "../../chunk-DX3KXNP6.mjs";
|
|
3
3
|
import {
|
|
4
4
|
table_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-ZY3HNPPG.mjs";
|
|
6
6
|
import {
|
|
7
7
|
definition_table_default
|
|
8
8
|
} from "../../chunk-JZMJ5UMR.mjs";
|
|
9
9
|
import "../../chunk-7B7LRG5J.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-ZNQML73F.mjs";
|
|
11
11
|
import "../../chunk-F3HENRVM.mjs";
|
|
12
12
|
import "../../chunk-2GCSFWHD.mjs";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-47MQPUEY.mjs";
|
|
14
14
|
import "../../chunk-DQRAFUDA.mjs";
|
|
15
15
|
import "../../chunk-EWS3FESG.mjs";
|
|
16
16
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
17
17
|
import "../../chunk-H6JGLPPF.mjs";
|
|
18
18
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
19
|
-
import "../../chunk-
|
|
19
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
20
20
|
import "../../chunk-E3G5QXSH.mjs";
|
|
21
|
-
import "../../chunk-
|
|
21
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
22
22
|
import "../../chunk-CDXBML6O.mjs";
|
|
23
23
|
import "../../chunk-27Y6K5NK.mjs";
|
|
24
24
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -1120,6 +1120,29 @@ var template = {
|
|
|
1120
1120
|
}
|
|
1121
1121
|
);
|
|
1122
1122
|
},
|
|
1123
|
+
["home-outline"]: ({ className }) => {
|
|
1124
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1125
|
+
"svg",
|
|
1126
|
+
{
|
|
1127
|
+
width: "21",
|
|
1128
|
+
height: "21",
|
|
1129
|
+
viewBox: "0 0 21 21",
|
|
1130
|
+
fill: "none",
|
|
1131
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1132
|
+
className,
|
|
1133
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1134
|
+
"path",
|
|
1135
|
+
{
|
|
1136
|
+
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",
|
|
1137
|
+
stroke: "#5B5E62",
|
|
1138
|
+
strokeWidth: "1.25",
|
|
1139
|
+
strokeLinecap: "round",
|
|
1140
|
+
strokeLinejoin: "round"
|
|
1141
|
+
}
|
|
1142
|
+
)
|
|
1143
|
+
}
|
|
1144
|
+
);
|
|
1145
|
+
},
|
|
1123
1146
|
exclamation: ({ className, fill }) => {
|
|
1124
1147
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1125
1148
|
"svg",
|
|
@@ -1965,6 +1988,29 @@ var template = {
|
|
|
1965
1988
|
}
|
|
1966
1989
|
);
|
|
1967
1990
|
},
|
|
1991
|
+
["chat-outline"]: ({ className }) => {
|
|
1992
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1993
|
+
"svg",
|
|
1994
|
+
{
|
|
1995
|
+
width: "21",
|
|
1996
|
+
height: "21",
|
|
1997
|
+
viewBox: "0 0 21 21",
|
|
1998
|
+
fill: "none",
|
|
1999
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2000
|
+
className,
|
|
2001
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2002
|
+
"path",
|
|
2003
|
+
{
|
|
2004
|
+
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",
|
|
2005
|
+
stroke: "#5B5E62",
|
|
2006
|
+
strokeWidth: "1.25",
|
|
2007
|
+
strokeLinecap: "round",
|
|
2008
|
+
strokeLinejoin: "round"
|
|
2009
|
+
}
|
|
2010
|
+
)
|
|
2011
|
+
}
|
|
2012
|
+
);
|
|
2013
|
+
},
|
|
1968
2014
|
calendar: ({ className, fill }) => {
|
|
1969
2015
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1970
2016
|
"svg",
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_body_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-ZY3HNPPG.mjs";
|
|
5
5
|
import "../../chunk-7B7LRG5J.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-ZNQML73F.mjs";
|
|
7
7
|
import "../../chunk-F3HENRVM.mjs";
|
|
8
8
|
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-47MQPUEY.mjs";
|
|
10
10
|
import "../../chunk-DQRAFUDA.mjs";
|
|
11
11
|
import "../../chunk-EWS3FESG.mjs";
|
|
12
12
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
13
13
|
import "../../chunk-H6JGLPPF.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
16
16
|
import "../../chunk-E3G5QXSH.mjs";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
18
18
|
import "../../chunk-CDXBML6O.mjs";
|
|
19
19
|
import "../../chunk-27Y6K5NK.mjs";
|
|
20
20
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -1141,6 +1141,29 @@ var template = {
|
|
|
1141
1141
|
}
|
|
1142
1142
|
);
|
|
1143
1143
|
},
|
|
1144
|
+
["home-outline"]: ({ className }) => {
|
|
1145
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1146
|
+
"svg",
|
|
1147
|
+
{
|
|
1148
|
+
width: "21",
|
|
1149
|
+
height: "21",
|
|
1150
|
+
viewBox: "0 0 21 21",
|
|
1151
|
+
fill: "none",
|
|
1152
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1153
|
+
className,
|
|
1154
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1155
|
+
"path",
|
|
1156
|
+
{
|
|
1157
|
+
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",
|
|
1158
|
+
stroke: "#5B5E62",
|
|
1159
|
+
strokeWidth: "1.25",
|
|
1160
|
+
strokeLinecap: "round",
|
|
1161
|
+
strokeLinejoin: "round"
|
|
1162
|
+
}
|
|
1163
|
+
)
|
|
1164
|
+
}
|
|
1165
|
+
);
|
|
1166
|
+
},
|
|
1144
1167
|
exclamation: ({ className, fill }) => {
|
|
1145
1168
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1146
1169
|
"svg",
|
|
@@ -1986,6 +2009,29 @@ var template = {
|
|
|
1986
2009
|
}
|
|
1987
2010
|
);
|
|
1988
2011
|
},
|
|
2012
|
+
["chat-outline"]: ({ className }) => {
|
|
2013
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2014
|
+
"svg",
|
|
2015
|
+
{
|
|
2016
|
+
width: "21",
|
|
2017
|
+
height: "21",
|
|
2018
|
+
viewBox: "0 0 21 21",
|
|
2019
|
+
fill: "none",
|
|
2020
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2021
|
+
className,
|
|
2022
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2023
|
+
"path",
|
|
2024
|
+
{
|
|
2025
|
+
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",
|
|
2026
|
+
stroke: "#5B5E62",
|
|
2027
|
+
strokeWidth: "1.25",
|
|
2028
|
+
strokeLinecap: "round",
|
|
2029
|
+
strokeLinejoin: "round"
|
|
2030
|
+
}
|
|
2031
|
+
)
|
|
2032
|
+
}
|
|
2033
|
+
);
|
|
2034
|
+
},
|
|
1989
2035
|
calendar: ({ className, fill }) => {
|
|
1990
2036
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
1991
2037
|
"svg",
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_head_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-ZY3HNPPG.mjs";
|
|
5
5
|
import "../../chunk-7B7LRG5J.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-ZNQML73F.mjs";
|
|
7
7
|
import "../../chunk-F3HENRVM.mjs";
|
|
8
8
|
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-47MQPUEY.mjs";
|
|
10
10
|
import "../../chunk-DQRAFUDA.mjs";
|
|
11
11
|
import "../../chunk-EWS3FESG.mjs";
|
|
12
12
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
13
13
|
import "../../chunk-H6JGLPPF.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
16
16
|
import "../../chunk-E3G5QXSH.mjs";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
18
18
|
import "../../chunk-CDXBML6O.mjs";
|
|
19
19
|
import "../../chunk-27Y6K5NK.mjs";
|
|
20
20
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -1187,6 +1187,29 @@ var template = {
|
|
|
1187
1187
|
}
|
|
1188
1188
|
);
|
|
1189
1189
|
},
|
|
1190
|
+
["home-outline"]: ({ className }) => {
|
|
1191
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1192
|
+
"svg",
|
|
1193
|
+
{
|
|
1194
|
+
width: "21",
|
|
1195
|
+
height: "21",
|
|
1196
|
+
viewBox: "0 0 21 21",
|
|
1197
|
+
fill: "none",
|
|
1198
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1199
|
+
className,
|
|
1200
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1201
|
+
"path",
|
|
1202
|
+
{
|
|
1203
|
+
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",
|
|
1204
|
+
stroke: "#5B5E62",
|
|
1205
|
+
strokeWidth: "1.25",
|
|
1206
|
+
strokeLinecap: "round",
|
|
1207
|
+
strokeLinejoin: "round"
|
|
1208
|
+
}
|
|
1209
|
+
)
|
|
1210
|
+
}
|
|
1211
|
+
);
|
|
1212
|
+
},
|
|
1190
1213
|
exclamation: ({ className, fill }) => {
|
|
1191
1214
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
1192
1215
|
"svg",
|
|
@@ -2032,6 +2055,29 @@ var template = {
|
|
|
2032
2055
|
}
|
|
2033
2056
|
);
|
|
2034
2057
|
},
|
|
2058
|
+
["chat-outline"]: ({ className }) => {
|
|
2059
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2060
|
+
"svg",
|
|
2061
|
+
{
|
|
2062
|
+
width: "21",
|
|
2063
|
+
height: "21",
|
|
2064
|
+
viewBox: "0 0 21 21",
|
|
2065
|
+
fill: "none",
|
|
2066
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2067
|
+
className,
|
|
2068
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2069
|
+
"path",
|
|
2070
|
+
{
|
|
2071
|
+
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",
|
|
2072
|
+
stroke: "#5B5E62",
|
|
2073
|
+
strokeWidth: "1.25",
|
|
2074
|
+
strokeLinecap: "round",
|
|
2075
|
+
strokeLinejoin: "round"
|
|
2076
|
+
}
|
|
2077
|
+
)
|
|
2078
|
+
}
|
|
2079
|
+
);
|
|
2080
|
+
},
|
|
2035
2081
|
calendar: ({ className, fill }) => {
|
|
2036
2082
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2037
2083
|
"svg",
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
import {
|
|
3
3
|
getCellStyle,
|
|
4
4
|
table_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-ZY3HNPPG.mjs";
|
|
6
6
|
import "../../chunk-7B7LRG5J.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-ZNQML73F.mjs";
|
|
8
8
|
import "../../chunk-F3HENRVM.mjs";
|
|
9
9
|
import "../../chunk-2GCSFWHD.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-47MQPUEY.mjs";
|
|
11
11
|
import "../../chunk-DQRAFUDA.mjs";
|
|
12
12
|
import "../../chunk-EWS3FESG.mjs";
|
|
13
13
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
14
14
|
import "../../chunk-H6JGLPPF.mjs";
|
|
15
15
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
17
17
|
import "../../chunk-E3G5QXSH.mjs";
|
|
18
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
19
19
|
import "../../chunk-CDXBML6O.mjs";
|
|
20
20
|
import "../../chunk-27Y6K5NK.mjs";
|
|
21
21
|
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",
|
|
@@ -6,11 +6,11 @@ import {
|
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
7
|
import {
|
|
8
8
|
Icon_default
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-Q2YLULZH.mjs";
|
|
10
10
|
import {
|
|
11
11
|
mapPropsVariants
|
|
12
12
|
} from "../../chunk-E3G5QXSH.mjs";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
14
14
|
import {
|
|
15
15
|
tv
|
|
16
16
|
} from "../../chunk-CDXBML6O.mjs";
|
|
@@ -794,6 +794,29 @@ var template = {
|
|
|
794
794
|
}
|
|
795
795
|
);
|
|
796
796
|
},
|
|
797
|
+
["home-outline"]: ({ className }) => {
|
|
798
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
799
|
+
"svg",
|
|
800
|
+
{
|
|
801
|
+
width: "21",
|
|
802
|
+
height: "21",
|
|
803
|
+
viewBox: "0 0 21 21",
|
|
804
|
+
fill: "none",
|
|
805
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
806
|
+
className,
|
|
807
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
808
|
+
"path",
|
|
809
|
+
{
|
|
810
|
+
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",
|
|
811
|
+
stroke: "#5B5E62",
|
|
812
|
+
strokeWidth: "1.25",
|
|
813
|
+
strokeLinecap: "round",
|
|
814
|
+
strokeLinejoin: "round"
|
|
815
|
+
}
|
|
816
|
+
)
|
|
817
|
+
}
|
|
818
|
+
);
|
|
819
|
+
},
|
|
797
820
|
exclamation: ({ className, fill }) => {
|
|
798
821
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
799
822
|
"svg",
|
|
@@ -1639,6 +1662,29 @@ var template = {
|
|
|
1639
1662
|
}
|
|
1640
1663
|
);
|
|
1641
1664
|
},
|
|
1665
|
+
["chat-outline"]: ({ className }) => {
|
|
1666
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1667
|
+
"svg",
|
|
1668
|
+
{
|
|
1669
|
+
width: "21",
|
|
1670
|
+
height: "21",
|
|
1671
|
+
viewBox: "0 0 21 21",
|
|
1672
|
+
fill: "none",
|
|
1673
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1674
|
+
className,
|
|
1675
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1676
|
+
"path",
|
|
1677
|
+
{
|
|
1678
|
+
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",
|
|
1679
|
+
stroke: "#5B5E62",
|
|
1680
|
+
strokeWidth: "1.25",
|
|
1681
|
+
strokeLinecap: "round",
|
|
1682
|
+
strokeLinejoin: "round"
|
|
1683
|
+
}
|
|
1684
|
+
)
|
|
1685
|
+
}
|
|
1686
|
+
);
|
|
1687
|
+
},
|
|
1642
1688
|
calendar: ({ className, fill }) => {
|
|
1643
1689
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1644
1690
|
"svg",
|
|
@@ -3,15 +3,15 @@ import "../../chunk-LUWGOKLG.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
ToastProvider,
|
|
5
5
|
useToast
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-KX6WG4VG.mjs";
|
|
7
7
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
8
8
|
import {
|
|
9
9
|
toast_default
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-6YTT5ACI.mjs";
|
|
11
11
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
13
13
|
import "../../chunk-E3G5QXSH.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
15
15
|
import "../../chunk-CDXBML6O.mjs";
|
|
16
16
|
import "../../chunk-27Y6K5NK.mjs";
|
|
17
17
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -790,6 +790,29 @@ var template = {
|
|
|
790
790
|
}
|
|
791
791
|
);
|
|
792
792
|
},
|
|
793
|
+
["home-outline"]: ({ className }) => {
|
|
794
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
795
|
+
"svg",
|
|
796
|
+
{
|
|
797
|
+
width: "21",
|
|
798
|
+
height: "21",
|
|
799
|
+
viewBox: "0 0 21 21",
|
|
800
|
+
fill: "none",
|
|
801
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
802
|
+
className,
|
|
803
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
804
|
+
"path",
|
|
805
|
+
{
|
|
806
|
+
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",
|
|
807
|
+
stroke: "#5B5E62",
|
|
808
|
+
strokeWidth: "1.25",
|
|
809
|
+
strokeLinecap: "round",
|
|
810
|
+
strokeLinejoin: "round"
|
|
811
|
+
}
|
|
812
|
+
)
|
|
813
|
+
}
|
|
814
|
+
);
|
|
815
|
+
},
|
|
793
816
|
exclamation: ({ className, fill }) => {
|
|
794
817
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
795
818
|
"svg",
|
|
@@ -1635,6 +1658,29 @@ var template = {
|
|
|
1635
1658
|
}
|
|
1636
1659
|
);
|
|
1637
1660
|
},
|
|
1661
|
+
["chat-outline"]: ({ className }) => {
|
|
1662
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1663
|
+
"svg",
|
|
1664
|
+
{
|
|
1665
|
+
width: "21",
|
|
1666
|
+
height: "21",
|
|
1667
|
+
viewBox: "0 0 21 21",
|
|
1668
|
+
fill: "none",
|
|
1669
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1670
|
+
className,
|
|
1671
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1672
|
+
"path",
|
|
1673
|
+
{
|
|
1674
|
+
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",
|
|
1675
|
+
stroke: "#5B5E62",
|
|
1676
|
+
strokeWidth: "1.25",
|
|
1677
|
+
strokeLinecap: "round",
|
|
1678
|
+
strokeLinejoin: "round"
|
|
1679
|
+
}
|
|
1680
|
+
)
|
|
1681
|
+
}
|
|
1682
|
+
);
|
|
1683
|
+
},
|
|
1638
1684
|
calendar: ({ className, fill }) => {
|
|
1639
1685
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1640
1686
|
"svg",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
toast_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-6YTT5ACI.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-Q2YLULZH.mjs";
|
|
7
7
|
import "../../chunk-E3G5QXSH.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-WHU5VP5G.mjs";
|
|
9
9
|
import "../../chunk-CDXBML6O.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -830,6 +830,29 @@ var template = {
|
|
|
830
830
|
}
|
|
831
831
|
);
|
|
832
832
|
},
|
|
833
|
+
["home-outline"]: ({ className }) => {
|
|
834
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
835
|
+
"svg",
|
|
836
|
+
{
|
|
837
|
+
width: "21",
|
|
838
|
+
height: "21",
|
|
839
|
+
viewBox: "0 0 21 21",
|
|
840
|
+
fill: "none",
|
|
841
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
842
|
+
className,
|
|
843
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
844
|
+
"path",
|
|
845
|
+
{
|
|
846
|
+
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",
|
|
847
|
+
stroke: "#5B5E62",
|
|
848
|
+
strokeWidth: "1.25",
|
|
849
|
+
strokeLinecap: "round",
|
|
850
|
+
strokeLinejoin: "round"
|
|
851
|
+
}
|
|
852
|
+
)
|
|
853
|
+
}
|
|
854
|
+
);
|
|
855
|
+
},
|
|
833
856
|
exclamation: ({ className, fill }) => {
|
|
834
857
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
835
858
|
"svg",
|
|
@@ -1675,6 +1698,29 @@ var template = {
|
|
|
1675
1698
|
}
|
|
1676
1699
|
);
|
|
1677
1700
|
},
|
|
1701
|
+
["chat-outline"]: ({ className }) => {
|
|
1702
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1703
|
+
"svg",
|
|
1704
|
+
{
|
|
1705
|
+
width: "21",
|
|
1706
|
+
height: "21",
|
|
1707
|
+
viewBox: "0 0 21 21",
|
|
1708
|
+
fill: "none",
|
|
1709
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1710
|
+
className,
|
|
1711
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1712
|
+
"path",
|
|
1713
|
+
{
|
|
1714
|
+
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",
|
|
1715
|
+
stroke: "#5B5E62",
|
|
1716
|
+
strokeWidth: "1.25",
|
|
1717
|
+
strokeLinecap: "round",
|
|
1718
|
+
strokeLinejoin: "round"
|
|
1719
|
+
}
|
|
1720
|
+
)
|
|
1721
|
+
}
|
|
1722
|
+
);
|
|
1723
|
+
},
|
|
1678
1724
|
calendar: ({ className, fill }) => {
|
|
1679
1725
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1680
1726
|
"svg",
|