@deepnoid/ui 0.1.155 → 0.1.157
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 +175 -175
- package/dist/{chunk-6EMUORXZ.mjs → chunk-5KOTQEFC.mjs} +1 -1
- package/dist/{chunk-6F4GD2PP.mjs → chunk-73NBUI4Y.mjs} +1 -1
- package/dist/{chunk-7HWPWDYW.mjs → chunk-ACFDUCPL.mjs} +2 -2
- package/dist/{chunk-WWSQIDWW.mjs → chunk-BFC4VP3B.mjs} +1 -1
- package/dist/{chunk-EOP4227J.mjs → chunk-DQ3ZRNX4.mjs} +1 -1
- package/dist/{chunk-WYEUAXY7.mjs → chunk-DSEF7GGB.mjs} +1 -1
- package/dist/{chunk-UOVPR2VJ.mjs → chunk-HLWNJLRZ.mjs} +1 -1
- package/dist/{chunk-J64OQUOI.mjs → chunk-IN6M25YL.mjs} +2 -2
- package/dist/{chunk-63IEPEKU.mjs → chunk-JJAPJQUD.mjs} +1 -1
- package/dist/{chunk-Q6BXFXQM.mjs → chunk-LBJN5TAP.mjs} +1 -1
- package/dist/{chunk-67A5TV7C.mjs → chunk-MGGBCCZL.mjs} +2 -2
- package/dist/{chunk-H3UI2ZNK.mjs → chunk-NB45YSED.mjs} +1 -1
- package/dist/{chunk-LWSGRTWO.mjs → chunk-PO4H65C3.mjs} +1 -1
- package/dist/{chunk-UMMZ7NI5.mjs → chunk-QJUPHJN6.mjs} +1 -1
- package/dist/{chunk-5HMTKXVV.mjs → chunk-SHI7P4DQ.mjs} +1 -1
- package/dist/{chunk-CSZQLOP5.mjs → chunk-T6V6BJOT.mjs} +2 -2
- package/dist/chunk-T7IJB3N4.mjs +449 -0
- package/dist/{chunk-NX4FTFY3.mjs → chunk-VUMESK5D.mjs} +66 -0
- package/dist/{chunk-ZF25F457.mjs → chunk-ZUAOUHWS.mjs} +3 -3
- package/dist/components/avatar/avatar.js +66 -0
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +66 -0
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +66 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
- package/dist/components/breadcrumb/index.js +66 -0
- package/dist/components/breadcrumb/index.mjs +5 -5
- package/dist/components/button/button.js +66 -0
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +66 -0
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +66 -0
- package/dist/components/button/index.mjs +4 -4
- package/dist/components/chip/chip.js +66 -0
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +66 -0
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/fileUpload/fileUpload.js +66 -0
- package/dist/components/fileUpload/fileUpload.mjs +6 -6
- package/dist/components/fileUpload/index.js +66 -0
- package/dist/components/fileUpload/index.mjs +6 -6
- package/dist/components/icon/Icon.d.mts +12 -0
- package/dist/components/icon/Icon.d.ts +12 -0
- package/dist/components/icon/Icon.js +66 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +66 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +3 -0
- package/dist/components/icon/template.d.ts +3 -0
- package/dist/components/icon/template.js +66 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +66 -0
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +66 -0
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +66 -0
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +66 -0
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +66 -0
- package/dist/components/modal/index.mjs +5 -5
- package/dist/components/modal/modal.js +66 -0
- package/dist/components/modal/modal.mjs +5 -5
- package/dist/components/pagination/index.js +66 -0
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +66 -0
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/picker/datePicker.d.mts +35 -4
- package/dist/components/picker/datePicker.d.ts +35 -4
- package/dist/components/picker/datePicker.js +247 -47
- package/dist/components/picker/datePicker.mjs +6 -6
- package/dist/components/picker/index.d.mts +1 -1
- package/dist/components/picker/index.d.ts +1 -1
- package/dist/components/picker/index.js +247 -47
- package/dist/components/picker/index.mjs +8 -8
- package/dist/components/picker/timePicker.js +66 -0
- package/dist/components/picker/timePicker.mjs +4 -4
- package/dist/components/radio/index.d.mts +1 -1
- package/dist/components/radio/index.d.ts +1 -1
- package/dist/components/select/index.js +66 -0
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.js +66 -0
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/index.js +66 -0
- package/dist/components/table/index.mjs +5 -5
- package/dist/components/table/table-body.js +66 -0
- package/dist/components/table/table-body.mjs +5 -5
- package/dist/components/table/table-head.js +66 -0
- package/dist/components/table/table-head.mjs +5 -5
- package/dist/components/table/table.js +66 -0
- package/dist/components/table/table.mjs +5 -5
- package/dist/components/timePicker/calendar.js +66 -0
- package/dist/components/timePicker/calendar.mjs +2 -2
- package/dist/components/toast/index.js +66 -0
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +66 -0
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +66 -0
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +66 -0
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +66 -0
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +247 -47
- package/dist/index.mjs +19 -19
- package/package.json +1 -1
- package/dist/chunk-5MQZ7SDK.mjs +0 -315
|
@@ -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",
|
|
@@ -1904,6 +1950,26 @@ var template = {
|
|
|
1904
1950
|
}
|
|
1905
1951
|
);
|
|
1906
1952
|
},
|
|
1953
|
+
question: ({ className = "text-white" }) => {
|
|
1954
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1955
|
+
"svg",
|
|
1956
|
+
{
|
|
1957
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1958
|
+
width: "24",
|
|
1959
|
+
height: "24",
|
|
1960
|
+
viewBox: "0 0 24 24",
|
|
1961
|
+
fill: "none",
|
|
1962
|
+
className,
|
|
1963
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
1964
|
+
"path",
|
|
1965
|
+
{
|
|
1966
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1967
|
+
fill: "currentColor"
|
|
1968
|
+
}
|
|
1969
|
+
)
|
|
1970
|
+
}
|
|
1971
|
+
);
|
|
1972
|
+
},
|
|
1907
1973
|
// ----------------------------------- old ---------------------------------
|
|
1908
1974
|
// ** Status **
|
|
1909
1975
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
} from "../../chunk-3IILPVRA.mjs";
|
|
6
6
|
import {
|
|
7
7
|
listItem_default
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-ACFDUCPL.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-NB45YSED.mjs";
|
|
13
|
+
import "../../chunk-VUMESK5D.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",
|
|
@@ -1854,6 +1900,26 @@ var template = {
|
|
|
1854
1900
|
}
|
|
1855
1901
|
);
|
|
1856
1902
|
},
|
|
1903
|
+
question: ({ className = "text-white" }) => {
|
|
1904
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1905
|
+
"svg",
|
|
1906
|
+
{
|
|
1907
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1908
|
+
width: "24",
|
|
1909
|
+
height: "24",
|
|
1910
|
+
viewBox: "0 0 24 24",
|
|
1911
|
+
fill: "none",
|
|
1912
|
+
className,
|
|
1913
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1914
|
+
"path",
|
|
1915
|
+
{
|
|
1916
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1917
|
+
fill: "currentColor"
|
|
1918
|
+
}
|
|
1919
|
+
)
|
|
1920
|
+
}
|
|
1921
|
+
);
|
|
1922
|
+
},
|
|
1857
1923
|
// ----------------------------------- old ---------------------------------
|
|
1858
1924
|
// ** Status **
|
|
1859
1925
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
listItem_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-ACFDUCPL.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
7
7
|
import "../../chunk-E3G5QXSH.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-NB45YSED.mjs";
|
|
9
|
+
import "../../chunk-VUMESK5D.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",
|
|
@@ -1854,6 +1900,26 @@ var template = {
|
|
|
1854
1900
|
}
|
|
1855
1901
|
);
|
|
1856
1902
|
},
|
|
1903
|
+
question: ({ className = "text-white" }) => {
|
|
1904
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1905
|
+
"svg",
|
|
1906
|
+
{
|
|
1907
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1908
|
+
width: "24",
|
|
1909
|
+
height: "24",
|
|
1910
|
+
viewBox: "0 0 24 24",
|
|
1911
|
+
fill: "none",
|
|
1912
|
+
className,
|
|
1913
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1914
|
+
"path",
|
|
1915
|
+
{
|
|
1916
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1917
|
+
fill: "currentColor"
|
|
1918
|
+
}
|
|
1919
|
+
)
|
|
1920
|
+
}
|
|
1921
|
+
);
|
|
1922
|
+
},
|
|
1857
1923
|
// ----------------------------------- old ---------------------------------
|
|
1858
1924
|
// ** Status **
|
|
1859
1925
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
import "../../chunk-DJOG6Z35.mjs";
|
|
3
3
|
import {
|
|
4
4
|
modal_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-IN6M25YL.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-73NBUI4Y.mjs";
|
|
12
|
+
import "../../chunk-DSEF7GGB.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-LBJN5TAP.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.mjs";
|
|
19
|
-
import "../../chunk-
|
|
19
|
+
import "../../chunk-VUMESK5D.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",
|
|
@@ -1852,6 +1898,26 @@ var template = {
|
|
|
1852
1898
|
}
|
|
1853
1899
|
);
|
|
1854
1900
|
},
|
|
1901
|
+
question: ({ className = "text-white" }) => {
|
|
1902
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1903
|
+
"svg",
|
|
1904
|
+
{
|
|
1905
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1906
|
+
width: "24",
|
|
1907
|
+
height: "24",
|
|
1908
|
+
viewBox: "0 0 24 24",
|
|
1909
|
+
fill: "none",
|
|
1910
|
+
className,
|
|
1911
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1912
|
+
"path",
|
|
1913
|
+
{
|
|
1914
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1915
|
+
fill: "currentColor"
|
|
1916
|
+
}
|
|
1917
|
+
)
|
|
1918
|
+
}
|
|
1919
|
+
);
|
|
1920
|
+
},
|
|
1855
1921
|
// ----------------------------------- old ---------------------------------
|
|
1856
1922
|
// ** Status **
|
|
1857
1923
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
modal_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-IN6M25YL.mjs";
|
|
5
5
|
import "../../chunk-SE5TU755.mjs";
|
|
6
6
|
import "../../chunk-AF4I7ZQS.mjs";
|
|
7
7
|
import "../../chunk-MY5U63QO.mjs";
|
|
8
8
|
import "../../chunk-Q364C3FI.mjs";
|
|
9
9
|
import "../../chunk-ITWKPTSD.mjs";
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-73NBUI4Y.mjs";
|
|
11
|
+
import "../../chunk-DSEF7GGB.mjs";
|
|
12
12
|
import "../../chunk-6WSACUIB.mjs";
|
|
13
13
|
import "../../chunk-LXHUO6VM.mjs";
|
|
14
14
|
import "../../chunk-SZL743JC.mjs";
|
|
15
15
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
17
17
|
import "../../chunk-E3G5QXSH.mjs";
|
|
18
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
19
19
|
import "../../chunk-CDXBML6O.mjs";
|
|
20
20
|
import "../../chunk-27Y6K5NK.mjs";
|
|
21
21
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -820,6 +820,29 @@ var template = {
|
|
|
820
820
|
}
|
|
821
821
|
);
|
|
822
822
|
},
|
|
823
|
+
["home-outline"]: ({ className }) => {
|
|
824
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
825
|
+
"svg",
|
|
826
|
+
{
|
|
827
|
+
width: "21",
|
|
828
|
+
height: "21",
|
|
829
|
+
viewBox: "0 0 21 21",
|
|
830
|
+
fill: "none",
|
|
831
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
832
|
+
className,
|
|
833
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
834
|
+
"path",
|
|
835
|
+
{
|
|
836
|
+
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",
|
|
837
|
+
stroke: "#5B5E62",
|
|
838
|
+
strokeWidth: "1.25",
|
|
839
|
+
strokeLinecap: "round",
|
|
840
|
+
strokeLinejoin: "round"
|
|
841
|
+
}
|
|
842
|
+
)
|
|
843
|
+
}
|
|
844
|
+
);
|
|
845
|
+
},
|
|
823
846
|
exclamation: ({ className, fill }) => {
|
|
824
847
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
825
848
|
"svg",
|
|
@@ -1665,6 +1688,29 @@ var template = {
|
|
|
1665
1688
|
}
|
|
1666
1689
|
);
|
|
1667
1690
|
},
|
|
1691
|
+
["chat-outline"]: ({ className }) => {
|
|
1692
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1693
|
+
"svg",
|
|
1694
|
+
{
|
|
1695
|
+
width: "21",
|
|
1696
|
+
height: "21",
|
|
1697
|
+
viewBox: "0 0 21 21",
|
|
1698
|
+
fill: "none",
|
|
1699
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1700
|
+
className,
|
|
1701
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1702
|
+
"path",
|
|
1703
|
+
{
|
|
1704
|
+
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",
|
|
1705
|
+
stroke: "#5B5E62",
|
|
1706
|
+
strokeWidth: "1.25",
|
|
1707
|
+
strokeLinecap: "round",
|
|
1708
|
+
strokeLinejoin: "round"
|
|
1709
|
+
}
|
|
1710
|
+
)
|
|
1711
|
+
}
|
|
1712
|
+
);
|
|
1713
|
+
},
|
|
1668
1714
|
calendar: ({ className, fill }) => {
|
|
1669
1715
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1670
1716
|
"svg",
|
|
@@ -1881,6 +1927,26 @@ var template = {
|
|
|
1881
1927
|
}
|
|
1882
1928
|
);
|
|
1883
1929
|
},
|
|
1930
|
+
question: ({ className = "text-white" }) => {
|
|
1931
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1932
|
+
"svg",
|
|
1933
|
+
{
|
|
1934
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1935
|
+
width: "24",
|
|
1936
|
+
height: "24",
|
|
1937
|
+
viewBox: "0 0 24 24",
|
|
1938
|
+
fill: "none",
|
|
1939
|
+
className,
|
|
1940
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1941
|
+
"path",
|
|
1942
|
+
{
|
|
1943
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1944
|
+
fill: "currentColor"
|
|
1945
|
+
}
|
|
1946
|
+
)
|
|
1947
|
+
}
|
|
1948
|
+
);
|
|
1949
|
+
},
|
|
1884
1950
|
// ----------------------------------- old ---------------------------------
|
|
1885
1951
|
// ** Status **
|
|
1886
1952
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import "../../chunk-7B7LRG5J.mjs";
|
|
3
3
|
import {
|
|
4
4
|
pagination_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-MGGBCCZL.mjs";
|
|
6
6
|
import "../../chunk-F3HENRVM.mjs";
|
|
7
7
|
import "../../chunk-2GCSFWHD.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-BFC4VP3B.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
13
13
|
import "../../chunk-CDXBML6O.mjs";
|
|
14
14
|
import "../../chunk-27Y6K5NK.mjs";
|
|
15
15
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -818,6 +818,29 @@ var template = {
|
|
|
818
818
|
}
|
|
819
819
|
);
|
|
820
820
|
},
|
|
821
|
+
["home-outline"]: ({ className }) => {
|
|
822
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
823
|
+
"svg",
|
|
824
|
+
{
|
|
825
|
+
width: "21",
|
|
826
|
+
height: "21",
|
|
827
|
+
viewBox: "0 0 21 21",
|
|
828
|
+
fill: "none",
|
|
829
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
830
|
+
className,
|
|
831
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
832
|
+
"path",
|
|
833
|
+
{
|
|
834
|
+
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",
|
|
835
|
+
stroke: "#5B5E62",
|
|
836
|
+
strokeWidth: "1.25",
|
|
837
|
+
strokeLinecap: "round",
|
|
838
|
+
strokeLinejoin: "round"
|
|
839
|
+
}
|
|
840
|
+
)
|
|
841
|
+
}
|
|
842
|
+
);
|
|
843
|
+
},
|
|
821
844
|
exclamation: ({ className, fill }) => {
|
|
822
845
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
823
846
|
"svg",
|
|
@@ -1663,6 +1686,29 @@ var template = {
|
|
|
1663
1686
|
}
|
|
1664
1687
|
);
|
|
1665
1688
|
},
|
|
1689
|
+
["chat-outline"]: ({ className }) => {
|
|
1690
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1691
|
+
"svg",
|
|
1692
|
+
{
|
|
1693
|
+
width: "21",
|
|
1694
|
+
height: "21",
|
|
1695
|
+
viewBox: "0 0 21 21",
|
|
1696
|
+
fill: "none",
|
|
1697
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1698
|
+
className,
|
|
1699
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1700
|
+
"path",
|
|
1701
|
+
{
|
|
1702
|
+
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",
|
|
1703
|
+
stroke: "#5B5E62",
|
|
1704
|
+
strokeWidth: "1.25",
|
|
1705
|
+
strokeLinecap: "round",
|
|
1706
|
+
strokeLinejoin: "round"
|
|
1707
|
+
}
|
|
1708
|
+
)
|
|
1709
|
+
}
|
|
1710
|
+
);
|
|
1711
|
+
},
|
|
1666
1712
|
calendar: ({ className, fill }) => {
|
|
1667
1713
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1668
1714
|
"svg",
|
|
@@ -1879,6 +1925,26 @@ var template = {
|
|
|
1879
1925
|
}
|
|
1880
1926
|
);
|
|
1881
1927
|
},
|
|
1928
|
+
question: ({ className = "text-white" }) => {
|
|
1929
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1930
|
+
"svg",
|
|
1931
|
+
{
|
|
1932
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1933
|
+
width: "24",
|
|
1934
|
+
height: "24",
|
|
1935
|
+
viewBox: "0 0 24 24",
|
|
1936
|
+
fill: "none",
|
|
1937
|
+
className,
|
|
1938
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1939
|
+
"path",
|
|
1940
|
+
{
|
|
1941
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1942
|
+
fill: "currentColor"
|
|
1943
|
+
}
|
|
1944
|
+
)
|
|
1945
|
+
}
|
|
1946
|
+
);
|
|
1947
|
+
},
|
|
1882
1948
|
// ----------------------------------- old ---------------------------------
|
|
1883
1949
|
// ** Status **
|
|
1884
1950
|
"plus-circle": ({ className, fill }) => {
|