@liner-fe/prism 1.3.7 → 1.6.2

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.
Files changed (80) hide show
  1. package/lib/assets/ai.d.ts +4 -3
  2. package/lib/assets/arrow-back.d.ts +8 -0
  3. package/lib/assets/arrow-down.d.ts +8 -0
  4. package/lib/assets/arrow-forward.d.ts +8 -0
  5. package/lib/assets/arrow-up.d.ts +8 -0
  6. package/lib/assets/balance.d.ts +4 -3
  7. package/lib/assets/books.d.ts +5 -3
  8. package/lib/assets/chart-bar.d.ts +5 -3
  9. package/lib/assets/chart-line-uptrend.d.ts +4 -3
  10. package/lib/assets/check-mark.d.ts +5 -3
  11. package/lib/assets/close.d.ts +4 -3
  12. package/lib/assets/copy.d.ts +8 -0
  13. package/lib/assets/credit.d.ts +8 -0
  14. package/lib/assets/creditcard.d.ts +8 -0
  15. package/lib/assets/document-add.d.ts +8 -0
  16. package/lib/assets/document.d.ts +4 -3
  17. package/lib/assets/download.d.ts +8 -0
  18. package/lib/assets/end.d.ts +8 -0
  19. package/lib/assets/exclamationmark.d.ts +4 -3
  20. package/lib/assets/feedback.d.ts +8 -0
  21. package/lib/assets/folder.d.ts +5 -3
  22. package/lib/assets/globe.d.ts +4 -3
  23. package/lib/assets/graduationcap.d.ts +5 -3
  24. package/lib/assets/highlighter.d.ts +8 -0
  25. package/lib/assets/history.d.ts +4 -2
  26. package/lib/assets/index.d.ts +43 -21
  27. package/lib/assets/light.d.ts +8 -0
  28. package/lib/assets/lock.d.ts +5 -3
  29. package/lib/assets/memo.d.ts +4 -3
  30. package/lib/assets/menu.d.ts +8 -0
  31. package/lib/assets/minus.d.ts +8 -0
  32. package/lib/assets/move.d.ts +4 -3
  33. package/lib/assets/new-thread.d.ts +4 -3
  34. package/lib/assets/palette.d.ts +4 -3
  35. package/lib/assets/paperclip.d.ts +5 -3
  36. package/lib/assets/pencil.d.ts +8 -0
  37. package/lib/assets/person-add.d.ts +4 -3
  38. package/lib/assets/person.d.ts +4 -3
  39. package/lib/assets/plus.d.ts +4 -3
  40. package/lib/assets/question-message.d.ts +8 -0
  41. package/lib/assets/regenerate.d.ts +8 -0
  42. package/lib/assets/search.d.ts +4 -3
  43. package/lib/assets/send.d.ts +4 -3
  44. package/lib/assets/share.d.ts +4 -3
  45. package/lib/assets/sign-out.d.ts +8 -0
  46. package/lib/assets/speaker.d.ts +8 -0
  47. package/lib/assets/stack.d.ts +4 -3
  48. package/lib/assets/start.d.ts +4 -3
  49. package/lib/assets/summarize.d.ts +8 -0
  50. package/lib/assets/trash.d.ts +5 -3
  51. package/lib/assets/tune.d.ts +8 -0
  52. package/lib/components/Button/index.d.ts +10 -16
  53. package/lib/components/Icon/index.d.ts +27 -0
  54. package/lib/components/IconButton/index.d.ts +18 -0
  55. package/lib/components/Popover/index.d.ts +3 -0
  56. package/lib/index.css +123 -58
  57. package/lib/index.css.map +3 -3
  58. package/lib/index.mjs +2652 -57
  59. package/lib/index.mjs.map +4 -4
  60. package/lib/token/color/index.d.ts +4 -0
  61. package/lib/token/typography/Display.d.ts +7 -0
  62. package/lib/token/typography/Heading.d.ts +6 -0
  63. package/lib/token/typography/Paragraph.d.ts +19 -0
  64. package/lib/token/typography/Title.d.ts +8 -0
  65. package/lib/token/typography/index.d.ts +1 -0
  66. package/lib/token/typography/types.d.ts +8 -0
  67. package/lib/type/index.d.ts +11 -0
  68. package/lib/utils/icon.d.ts +2 -0
  69. package/package.json +4 -1
  70. package/lib/components/Button/index.stories.d.ts +0 -33
  71. package/lib/components/Popover/index.stories.d.ts +0 -36
  72. package/lib/components/Toast/index.stories.d.ts +0 -6
  73. package/lib/components/Tooltip/index.stories.d.ts +0 -13
  74. package/lib/design-token/color/index.d.ts +0 -5
  75. package/lib/design-token/typography/index.d.ts +0 -1
  76. package/lib/index.cjs +0 -155
  77. package/lib/index.cjs.map +0 -7
  78. /package/lib/{design-token → token}/border-radius/index.d.ts +0 -0
  79. /package/lib/{design-token → token}/opacity/index.d.ts +0 -0
  80. /package/lib/{design-token → token}/size/index.d.ts +0 -0
package/lib/index.mjs CHANGED
@@ -11,42 +11,2652 @@ import { forwardRef } from "react";
11
11
 
12
12
  // src/components/Button/style.module.scss
13
13
  var style_module_default = {
14
- "button": "_button_mxpu5_1",
15
- "default": "_default_mxpu5_20",
16
- "text": "_text_mxpu5_25",
17
- "icon": "_icon_mxpu5_36",
18
- "primary": "_primary_mxpu5_40",
19
- "secondary": "_secondary_mxpu5_47",
20
- "tertiary": "_tertiary_mxpu5_54",
21
- "quaternary": "_quaternary_mxpu5_62",
22
- "quinary": "_quinary_mxpu5_75",
23
- "negative": "_negative_mxpu5_87",
24
- "ghost": "_ghost_mxpu5_94",
25
- "cta": "_cta_mxpu5_117",
26
- "l": "_l_mxpu5_125",
27
- "m": "_m_mxpu5_133",
28
- "s": "_s_mxpu5_47",
29
- "align-center": "_align-center_mxpu5_151",
30
- "align-space-between": "_align-space-between_mxpu5_155",
31
- "neutral-primary": "_neutral-primary_mxpu5_159",
32
- "inverse-primary": "_inverse-primary_mxpu5_164",
33
- "inverse-static-primary": "_inverse-static-primary_mxpu5_168"
14
+ "button": "_button_f4b6e_1",
15
+ "default": "_default_f4b6e_21",
16
+ "text": "_text_f4b6e_29",
17
+ "primary": "_primary_f4b6e_38",
18
+ "secondary": "_secondary_f4b6e_45",
19
+ "tertiary": "_tertiary_f4b6e_52",
20
+ "quaternary": "_quaternary_f4b6e_63",
21
+ "error": "_error_f4b6e_82",
22
+ "inverse": "_inverse_f4b6e_89",
23
+ "ghost": "_ghost_f4b6e_107",
24
+ "cta": "_cta_f4b6e_142",
25
+ "l": "_l_f4b6e_150",
26
+ "m": "_m_f4b6e_157",
27
+ "s": "_s_f4b6e_45",
28
+ "align-center": "_align-center_f4b6e_171",
29
+ "align-space-between": "_align-space-between_f4b6e_175",
30
+ "neutral-primary": "_neutral-primary_f4b6e_179",
31
+ "inverse-primary": "_inverse-primary_f4b6e_184",
32
+ "inverse-static-primary": "_inverse-static-primary_f4b6e_188",
33
+ "content": "_content_f4b6e_192"
34
34
  };
35
35
 
36
36
  // src/components/Button/index.tsx
37
- import { cva } from "class-variance-authority";
37
+ import { cva as cva2 } from "class-variance-authority";
38
38
  import { Slot } from "@radix-ui/react-slot";
39
+ import clsx2 from "clsx";
40
+
41
+ // src/components/Icon/index.tsx
42
+ import { cva } from "class-variance-authority";
39
43
  import clsx from "clsx";
40
- import { jsx } from "react/jsx-runtime";
41
- var defaultButtonVariants = cva([style_module_default.button, style_module_default.default], {
44
+
45
+ // src/components/Icon/style.module.scss
46
+ var style_module_default2 = {
47
+ "icon": "_icon_uzk33_1",
48
+ "neutralLabelPrimary": "_neutralLabelPrimary_uzk33_5",
49
+ "neutral-label-primary": "_neutral-label-primary_uzk33_9",
50
+ "neutral-label-secondary": "_neutral-label-secondary_uzk33_13",
51
+ "neutral-label-tertiary": "_neutral-label-tertiary_uzk33_17",
52
+ "neutral-label-quaternary": "_neutral-label-quaternary_uzk33_21",
53
+ "neutral-label-static-primary": "_neutral-label-static-primary_uzk33_25",
54
+ "neutral-label-static-secondary": "_neutral-label-static-secondary_uzk33_29",
55
+ "brand-label-primary": "_brand-label-primary_uzk33_33",
56
+ "brand-label-secondary": "_brand-label-secondary_uzk33_37",
57
+ "function-label-positive": "_function-label-positive_uzk33_41",
58
+ "function-label-negative": "_function-label-negative_uzk33_45",
59
+ "function-label-caution": "_function-label-caution_uzk33_49"
60
+ };
61
+
62
+ // src/assets/history.tsx
63
+ import { useState } from "react";
64
+ import { jsx, jsxs } from "react/jsx-runtime";
65
+ var ICHistory = /* @__PURE__ */ __name((props) => {
66
+ const [isDarkMode, setIsDarkMode] = useState(false);
67
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
68
+ if (thick) {
69
+ return /* @__PURE__ */ jsxs("svg", { ...props, width: size, height: size, viewBox: "0 0 37 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
70
+ /* @__PURE__ */ jsx(
71
+ "path",
72
+ {
73
+ d: "M28.8995 8.10051C23.4322 2.63316 14.5678 2.63316 9.1005 8.10051C8.50388 8.69713 7.97305 9.3332 7.50755 10H13V14H4C1.79086 14 0 12.2092 0 10V1.00003H4L4 8.0445C4.65195 7.06421 5.40953 6.13462 6.27208 5.27208C13.3015 -1.75736 24.6985 -1.75736 31.7279 5.27208C38.7574 12.3015 38.7574 23.6985 31.7279 30.7279C24.6985 37.7574 13.3015 37.7574 6.27208 30.7279C4.51115 28.967 3.18872 26.9277 2.30892 24.7495C1.86587 23.6527 1.53544 22.5215 1.31741 21.3738L5.24714 20.6273C5.41681 21.5204 5.67376 22.3997 6.0178 23.2515C6.70008 24.9406 7.72626 26.5253 9.1005 27.8995C14.5678 33.3668 23.4322 33.3668 28.8995 27.8995C34.3668 22.4322 34.3668 13.5678 28.8995 8.10051Z",
74
+ fill: "black"
75
+ }
76
+ ),
77
+ /* @__PURE__ */ jsx(
78
+ "path",
79
+ {
80
+ d: "M21 17.672V8.76126H17V17.672C17 18.7328 17.4214 19.7502 18.1715 20.5004L24.0858 26.4147L26.9142 23.5863L21 17.672Z",
81
+ fill: "black"
82
+ }
83
+ )
84
+ ] });
85
+ }
86
+ return /* @__PURE__ */ jsxs("svg", { ...props, width: size, height: size, viewBox: "0 0 35 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
87
+ /* @__PURE__ */ jsx(
88
+ "path",
89
+ {
90
+ d: "M27.753 7.24695C22.0904 1.58435 12.9096 1.58435 7.24695 7.24695C6.39895 8.09495 5.67892 9.02043 5.08594 10H12.5V13H3.5C1.567 13 0 11.433 0 9.50003V0.500025H3L3 7.69675C3.61467 6.78956 4.32336 5.9279 5.12563 5.12563C11.9598 -1.70854 23.0402 -1.70854 29.8744 5.12563C36.7085 11.9598 36.7085 23.0402 29.8744 29.8744C23.0402 36.7085 11.9598 36.7085 5.12563 29.8744C3.41304 28.1618 2.12764 26.1793 1.27253 24.0623C0.84186 22.996 0.520611 21.8964 0.308628 20.7805L3.25592 20.2206C3.43164 21.1456 3.69778 22.0563 4.05419 22.9387C4.76116 24.689 5.82437 26.3305 7.24695 27.753C12.9096 33.4157 22.0904 33.4157 27.753 27.753C33.4156 22.0904 33.4157 12.9096 27.753 7.24695Z",
91
+ fill: "black"
92
+ }
93
+ ),
94
+ /* @__PURE__ */ jsx(
95
+ "path",
96
+ {
97
+ d: "M19 17.172V8.26126H16V17.172C16 18.1002 16.3687 18.9905 17.0251 19.6468L22.9393 25.5612L25.0607 23.4399L19.1464 17.5255C19.0527 17.4318 19 17.3046 19 17.172Z",
98
+ fill: "black"
99
+ }
100
+ )
101
+ ] });
102
+ }, "ICHistory");
103
+
104
+ // src/assets/start.tsx
105
+ import { useState as useState2 } from "react";
106
+ import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
107
+ var ICStart = /* @__PURE__ */ __name((props) => {
108
+ const [isDarkMode, setIsDarkMode] = useState2(false);
109
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
110
+ if (thick) {
111
+ return /* @__PURE__ */ jsxs2("svg", { ...props, width: size, height: size, viewBox: "0 0 39 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
112
+ /* @__PURE__ */ jsx2("path", { d: "M0 32V0H3.99992V32H0Z", fill: color }),
113
+ /* @__PURE__ */ jsx2(
114
+ "path",
115
+ {
116
+ d: "M32.7282 17.9997L22.7711 27.9567L25.5995 30.7851L37.3708 19.0138C38.9329 17.4517 38.9329 14.9191 37.3708 13.357L25.5995 1.58575L22.7711 4.41412L32.3568 13.9997L8.99983 13.9997V17.9997L32.7282 17.9997Z",
117
+ fill: color
118
+ }
119
+ )
120
+ ] });
121
+ }
122
+ return /* @__PURE__ */ jsxs2("svg", { ...props, width: size, height: size, viewBox: "0 0 38 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
123
+ /* @__PURE__ */ jsx2("path", { d: "M0 32V0H2.99994V32H0Z", fill: color }),
124
+ /* @__PURE__ */ jsx2(
125
+ "path",
126
+ {
127
+ d: "M33.4353 17.4997L22.6247 28.3103L24.746 30.4315L36.5173 18.6602C37.8841 17.2934 37.8841 15.0774 36.5173 13.7106L24.746 1.9393L22.6247 4.06058L33.0638 14.4997L8.49984 14.4997V17.4997L33.4353 17.4997Z",
128
+ fill: color
129
+ }
130
+ )
131
+ ] });
132
+ }, "ICStart");
133
+
134
+ // src/assets/end.tsx
135
+ import { useState as useState3 } from "react";
136
+ import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
137
+ var ICEnd = /* @__PURE__ */ __name((props) => {
138
+ const [isDarkMode, setIsDarkMode] = useState3(false);
139
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
140
+ if (thick) {
141
+ return /* @__PURE__ */ jsxs3("svg", { ...props, width: size, height: size, viewBox: "0 0 39 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
142
+ /* @__PURE__ */ jsx3("path", { d: "M38.5424 -3.81462e-05L38.5424 32L34.5424 32L34.5424 -3.84959e-05L38.5424 -3.81462e-05Z", fill: color }),
143
+ /* @__PURE__ */ jsx3(
144
+ "path",
145
+ {
146
+ d: "M5.81424 14.0003L15.7713 4.04331L12.9429 1.21494L1.17161 12.9862C-0.39046 14.5483 -0.390467 17.0809 1.1716 18.643L12.9429 30.4143L15.7713 27.5859L6.18563 18.0003L29.5425 18.0003L29.5425 14.0003L5.81424 14.0003Z",
147
+ fill: color
148
+ }
149
+ )
150
+ ] });
151
+ }
152
+ return /* @__PURE__ */ jsxs3("svg", { ...props, width: size, height: size, viewBox: "0 0 38 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
153
+ /* @__PURE__ */ jsx3("path", { d: "M37.5424 -3.81462e-05L37.5424 32L34.5424 32L34.5424 -3.7884e-05L37.5424 -3.81462e-05Z", fill: color }),
154
+ /* @__PURE__ */ jsx3(
155
+ "path",
156
+ {
157
+ "fill-rule": "evenodd",
158
+ "clip-rule": "evenodd",
159
+ d: "M4.47871 17.5003L14.9177 27.9393L12.7965 30.0606L1.02516 18.2893C-0.341651 16.9225 -0.341651 14.7064 1.02516 13.3396L12.7965 1.56834L14.9177 3.68962L4.10702 14.5003L29.0425 14.5003L29.0425 17.5003L4.47871 17.5003ZM3.04303 15.6112L3.04303 16.0177C2.98565 15.8887 2.98565 15.7403 3.04303 15.6112Z",
160
+ fill: color
161
+ }
162
+ )
163
+ ] });
164
+ }, "ICEnd");
165
+
166
+ // src/assets/paperclip.tsx
167
+ import { useState as useState4 } from "react";
168
+ import { jsx as jsx4 } from "react/jsx-runtime";
169
+ var ICPaperclip = /* @__PURE__ */ __name((props) => {
170
+ const [isDarkMode, setIsDarkMode] = useState4(false);
171
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
172
+ if (thick) {
173
+ return /* @__PURE__ */ jsx4("svg", { ...props, width: size, height: size, viewBox: "0 0 36 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx4(
174
+ "path",
175
+ {
176
+ "fill-rule": "evenodd",
177
+ "clip-rule": "evenodd",
178
+ d: "M6.66425 19.7154C3.20747 23.1722 3.20747 28.7767 6.66425 32.2335C10.121 35.6903 15.7256 35.6903 19.1824 32.2335L33.1209 18.295L36 21.1741L22.0614 35.1126C17.0146 40.1595 8.83201 40.1595 3.78515 35.1126C-1.26171 30.0657 -1.26171 21.8832 3.78515 16.8363L17.8993 2.7222C21.5288 -0.907388 27.4136 -0.907381 31.0431 2.7222C34.6727 6.35179 34.6727 12.2365 31.0431 15.8661L17.1961 29.7131C14.9332 31.976 11.2643 31.976 9.00134 29.7131C6.73841 27.4502 6.73842 23.7812 9.00135 21.5183L22.6728 7.84686L25.5519 10.726L11.8804 24.3974C11.2076 25.0703 11.2076 26.1612 11.8804 26.834C12.5533 27.5069 13.6442 27.5069 14.317 26.834L28.164 12.987C30.2036 10.9475 30.2036 7.6408 28.164 5.6013C26.1245 3.56179 22.8178 3.56179 20.7783 5.60129L6.66425 19.7154Z",
179
+ fill: color
180
+ }
181
+ ) });
182
+ }
183
+ return /* @__PURE__ */ jsx4("svg", { ...props, width: size, height: size, viewBox: "0 0 35 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx4(
184
+ "path",
185
+ {
186
+ "fill-rule": "evenodd",
187
+ "clip-rule": "evenodd",
188
+ d: "M5.77381 18.7762C2.13192 22.4181 2.13192 28.3227 5.77381 31.9646C9.4157 35.6065 15.3204 35.6065 18.9623 31.9646L32.8487 18.0781L35 20.2294L21.1135 34.1159C16.2835 38.9459 8.45255 38.9459 3.62255 34.1159C-1.20744 29.2859 -1.20744 21.4549 3.62255 16.6249L17.6839 2.56352C21.102 -0.854493 26.6437 -0.854488 30.0617 2.56352C33.4797 5.98154 33.4797 11.5232 30.0617 14.9412L16.2664 28.7365C14.2099 30.793 10.8757 30.793 8.81926 28.7365C6.7628 26.6801 6.7628 23.3459 8.81926 21.2894L22.4397 7.66904L24.5909 9.8203L10.9705 23.4407C10.1022 24.309 10.1022 25.7169 10.9705 26.5853C11.8389 27.4536 13.2468 27.4536 14.1151 26.5853L27.9104 12.79C30.1403 10.5601 30.1403 6.94469 27.9104 4.71478C25.6805 2.48487 22.0651 2.48487 19.8352 4.71478L5.77381 18.7762Z",
189
+ fill: color
190
+ }
191
+ ) });
192
+ }, "ICPaperclip");
193
+
194
+ // src/assets/share.tsx
195
+ import { useState as useState5 } from "react";
196
+ import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
197
+ var ICShare = /* @__PURE__ */ __name((props) => {
198
+ const [isDarkMode, setIsDarkMode] = useState5(false);
199
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
200
+ if (thick) {
201
+ return /* @__PURE__ */ jsxs4("svg", { ...props, width: size, height: size, viewBox: "0 0 38 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
202
+ /* @__PURE__ */ jsx5(
203
+ "path",
204
+ {
205
+ d: "M20.999 5.99902L29.2725 14.2725L32.1009 11.4441L21.8284 1.17157C20.2663 -0.390523 17.7337 -0.390526 16.1716 1.17157L5.89909 11.4441L8.72751 14.2725L16.999 6.00098V28.1718H20.999V5.99902Z",
206
+ fill: color
207
+ }
208
+ ),
209
+ /* @__PURE__ */ jsx5(
210
+ "path",
211
+ {
212
+ d: "M34 34.1718V19.1718H38V34.1718C38 36.381 36.2091 38.1718 34 38.1718H4C1.79086 38.1718 0 36.381 0 34.1718V19.1719H4V34.1718H34Z",
213
+ fill: color
214
+ }
215
+ )
216
+ ] });
217
+ }
218
+ return /* @__PURE__ */ jsxs4("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
219
+ /* @__PURE__ */ jsx5(
220
+ "path",
221
+ {
222
+ d: "M19.999 4.29192L29.1261 13.4189L31.2474 11.2976L20.9749 1.02513C19.608 -0.341708 17.392 -0.34171 16.0251 1.02513L5.75264 11.2976L7.87396 13.4189L16.999 4.29387V27.6718H19.999V4.29192Z",
223
+ fill: color
224
+ }
225
+ ),
226
+ /* @__PURE__ */ jsx5(
227
+ "path",
228
+ {
229
+ d: "M34 33.6718V18.6718H37V33.6718C37 35.6048 35.433 37.1718 33.5 37.1718H3.5C1.567 37.1718 0 35.6048 0 33.6718V18.6719H3V33.6718C3 33.948 3.22386 34.1718 3.5 34.1718H33.5C33.7761 34.1718 34 33.948 34 33.6718Z",
230
+ fill: color
231
+ }
232
+ )
233
+ ] });
234
+ }, "ICShare");
235
+
236
+ // src/assets/sign-out.tsx
237
+ import { useState as useState6 } from "react";
238
+ import { jsx as jsx6, jsxs as jsxs5 } from "react/jsx-runtime";
239
+ var ICSignOut = /* @__PURE__ */ __name((props) => {
240
+ const [isDarkMode, setIsDarkMode] = useState6(false);
241
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
242
+ if (thick) {
243
+ return /* @__PURE__ */ jsxs5("svg", { ...props, width: size, height: size, viewBox: "0 0 39 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
244
+ /* @__PURE__ */ jsx6(
245
+ "path",
246
+ {
247
+ d: "M32.1728 20.999L23.8993 29.2725L26.7277 32.1009L37.0002 21.8284C38.5623 20.2663 38.5623 17.7337 37.0002 16.1716L26.7277 5.89909L23.8993 8.72751L32.1708 16.999L10.0001 16.999V20.999L32.1728 20.999Z",
248
+ fill: color
249
+ }
250
+ ),
251
+ /* @__PURE__ */ jsx6(
252
+ "path",
253
+ {
254
+ d: "M4 34H19V38H4C1.79086 38 -9.65644e-08 36.2091 0 34L1.31134e-06 4C1.40791e-06 1.79086 1.79086 -9.65648e-08 4 0L18.9999 6.55667e-07V4L4 4L4 34Z",
255
+ fill: color
256
+ }
257
+ )
258
+ ] });
259
+ }
260
+ return /* @__PURE__ */ jsxs5("svg", { ...props, width: size, height: size, viewBox: "0 0 38 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
261
+ /* @__PURE__ */ jsx6(
262
+ "path",
263
+ {
264
+ d: "M32.8799 19.999L23.7529 29.1261L25.8742 31.2474L36.1467 20.9749C37.5135 19.608 37.5135 17.392 36.1467 16.0251L25.8742 5.75264L23.7529 7.87396L32.8779 16.999L9.50006 16.999V19.999L32.8799 19.999Z",
265
+ fill: color
266
+ }
267
+ ),
268
+ /* @__PURE__ */ jsx6(
269
+ "path",
270
+ {
271
+ d: "M3.5 34H18.5V37H3.5C1.567 37 -8.44939e-08 35.433 0 33.5L1.31134e-06 3.5C1.39584e-06 1.567 1.567 -8.44941e-08 3.5 0L18.4999 6.55667e-07V3L3.5 3C3.22386 3 3 3.22386 3 3.5L3 33.5C3 33.7761 3.22385 34 3.5 34Z",
272
+ fill: color
273
+ }
274
+ )
275
+ ] });
276
+ }, "ICSignOut");
277
+
278
+ // src/assets/plus.tsx
279
+ import { useState as useState7 } from "react";
280
+ import { jsx as jsx7 } from "react/jsx-runtime";
281
+ var ICPlus = /* @__PURE__ */ __name((props) => {
282
+ const [isDarkMode, setIsDarkMode] = useState7(false);
283
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
284
+ if (thick) {
285
+ return /* @__PURE__ */ jsx7("svg", { ...props, width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx7(
286
+ "path",
287
+ {
288
+ d: "M13.9996 18.0003V32H17.9997V18.0003H32V14.0003H17.9997V0H13.9996V14.0003H0V18.0003H13.9996Z",
289
+ fill: color
290
+ }
291
+ ) });
292
+ }
293
+ return /* @__PURE__ */ jsx7("svg", { ...props, width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx7(
294
+ "path",
295
+ {
296
+ d: "M14.4996 17.5003V32H17.4997V17.5003H32V14.5003H17.4997V0H14.4996V14.5003H0V17.5003H14.4996Z",
297
+ fill: color
298
+ }
299
+ ) });
300
+ }, "ICPlus");
301
+
302
+ // src/assets/minus.tsx
303
+ import { useState as useState8 } from "react";
304
+ import { jsx as jsx8 } from "react/jsx-runtime";
305
+ var ICMinus = /* @__PURE__ */ __name((props) => {
306
+ const [isDarkMode, setIsDarkMode] = useState8(false);
307
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
308
+ if (thick) {
309
+ return /* @__PURE__ */ jsx8("svg", { ...props, width: size, height: size, viewBox: "0 0 32 4", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx8(
310
+ "path",
311
+ {
312
+ "fill-rule": "evenodd",
313
+ "clip-rule": "evenodd",
314
+ d: "M4.19617e-05 -1.39874e-06L31.9994 0L31.9994 4L4.17868e-05 4L4.19617e-05 -1.39874e-06Z",
315
+ fill: color
316
+ }
317
+ ) });
318
+ }
319
+ return /* @__PURE__ */ jsx8("svg", { ...props, width: size, height: size, viewBox: "0 0 32 3", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx8(
320
+ "path",
321
+ {
322
+ "fill-rule": "evenodd",
323
+ "clip-rule": "evenodd",
324
+ d: "M4.19617e-05 -1.39874e-06L31.9994 0L31.9994 3L4.18305e-05 3L4.19617e-05 -1.39874e-06Z",
325
+ fill: color
326
+ }
327
+ ) });
328
+ }, "ICMinus");
329
+
330
+ // src/assets/new-thread.tsx
331
+ import { useState as useState9 } from "react";
332
+ import { jsx as jsx9, jsxs as jsxs6 } from "react/jsx-runtime";
333
+ var ICNewThread = /* @__PURE__ */ __name((props) => {
334
+ const [isDarkMode, setIsDarkMode] = useState9(false);
335
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
336
+ if (thick) {
337
+ return /* @__PURE__ */ jsxs6("svg", { ...props, width: size, height: size, viewBox: "0 0 38 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
338
+ /* @__PURE__ */ jsx9(
339
+ "path",
340
+ {
341
+ d: "M16.9998 13.001V8H20.9998V13.001H26.0006V17.001H20.9998V22.0007H16.9998V17.001H12V13.001H16.9998Z",
342
+ fill: color
343
+ }
344
+ ),
345
+ /* @__PURE__ */ jsx9(
346
+ "path",
347
+ {
348
+ "fill-rule": "evenodd",
349
+ "clip-rule": "evenodd",
350
+ d: "M2 0C0.895432 0 0 0.895431 0 2V28C0 29.1046 0.895432 30 2 30H19L28.5594 36.3553C29.8887 37.239 31.6667 36.286 31.6667 34.6898V30H36C37.1046 30 38 29.1046 38 28V2C38 0.89543 37.1046 0 36 0H2ZM27.6667 26V30.9585L20.2083 26H4V4H34V26H27.6667Z",
351
+ fill: color
352
+ }
353
+ )
354
+ ] });
355
+ }
356
+ return /* @__PURE__ */ jsxs6("svg", { ...props, width: size, height: size, viewBox: "0 0 38 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
357
+ /* @__PURE__ */ jsx9(
358
+ "path",
359
+ {
360
+ d: "M17.4998 13.501V8H20.4998V13.501H26.0006V16.501H20.4998V22.0007H17.4998V16.501H12V13.501H17.4998Z",
361
+ fill: color
362
+ }
363
+ ),
364
+ /* @__PURE__ */ jsx9(
365
+ "path",
366
+ {
367
+ "fill-rule": "evenodd",
368
+ "clip-rule": "evenodd",
369
+ d: "M2 0C0.895432 0 0 0.895431 0 2V28C0 29.1046 0.895432 30 2 30H19L28.5594 36.3553C29.8887 37.239 31.6667 36.286 31.6667 34.6898V30H36C37.1046 30 38 29.1046 38 28V2C38 0.89543 37.1046 0 36 0H2ZM28.6667 27V32.8241L19.9062 27H3V3H35V27H28.6667Z",
370
+ fill: color
371
+ }
372
+ )
373
+ ] });
374
+ }, "ICNewThread");
375
+
376
+ // src/assets/move.tsx
377
+ import { useState as useState10 } from "react";
378
+ import { jsx as jsx10 } from "react/jsx-runtime";
379
+ var ICMove = /* @__PURE__ */ __name((props) => {
380
+ const [isDarkMode, setIsDarkMode] = useState10(false);
381
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
382
+ if (thick) {
383
+ return /* @__PURE__ */ jsx10("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx10(
384
+ "path",
385
+ {
386
+ d: "M30.9145 15.9031L21.8923 24.9252L24.7855 27.8184L35.8015 16.8024C37.3994 15.2045 37.3994 12.6139 35.8015 11.016L24.7855 0L21.8923 2.8932L30.8106 11.8115H4.0916C1.83187 11.8115 0 13.6433 0 15.9031V37.8954H4.0916V15.9031H30.9145Z",
387
+ fill: color
388
+ }
389
+ ) });
390
+ }
391
+ return /* @__PURE__ */ jsx10("svg", { ...props, width: size, height: size, viewBox: "0 0 36 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx10(
392
+ "path",
393
+ {
394
+ d: "M31.6188 15.0209L21.7295 24.9103L23.8981 27.0789L34.9075 16.0695C36.3048 14.6722 36.3048 12.4067 34.9075 11.0094L23.8981 0L21.7295 2.1686L31.515 11.9541H3.578C1.60193 11.9541 0 13.556 0 15.5321V37.0001H3.06686V15.5321C3.06686 15.2498 3.29571 15.0209 3.578 15.0209H31.6188Z",
395
+ fill: color
396
+ }
397
+ ) });
398
+ }, "ICMove");
399
+
400
+ // src/assets/search.tsx
401
+ import { useState as useState11 } from "react";
402
+ import { jsx as jsx11 } from "react/jsx-runtime";
403
+ var ICSearch = /* @__PURE__ */ __name((props) => {
404
+ const [isDarkMode, setIsDarkMode] = useState11(false);
405
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
406
+ if (thick) {
407
+ return /* @__PURE__ */ jsx11("svg", { ...props, width: size, height: size, viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx11(
408
+ "path",
409
+ {
410
+ "fill-rule": "evenodd",
411
+ "clip-rule": "evenodd",
412
+ d: "M20.314 23.1492C18.2033 24.6846 15.605 25.5903 12.7952 25.5903C5.72859 25.5903 0 19.8617 0 12.7952C0 5.72859 5.72859 0 12.7952 0C19.8617 0 25.5903 5.72859 25.5903 12.7952C25.5903 15.605 24.6846 18.2033 23.1492 20.314L36 33.1648L33.1648 35.9999L20.314 23.1492ZM21.5808 12.7952C21.5808 17.6473 17.6473 21.5808 12.7952 21.5808C7.943 21.5808 4.00954 17.6473 4.00954 12.7952C4.00954 7.943 7.943 4.00954 12.7952 4.00954C17.6473 4.00954 21.5808 7.943 21.5808 12.7952Z",
413
+ fill: color
414
+ }
415
+ ) });
416
+ }
417
+ return /* @__PURE__ */ jsx11("svg", { ...props, width: size, height: size, viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx11(
418
+ "path",
419
+ {
420
+ "fill-rule": "evenodd",
421
+ "clip-rule": "evenodd",
422
+ d: "M20.9232 23.0707C18.7227 24.808 15.9437 25.8448 12.9224 25.8448C5.78556 25.8448 0 20.0593 0 12.9224C0 5.78556 5.78556 0 12.9224 0C20.0593 0 25.8448 5.78556 25.8448 12.9224C25.8448 15.9436 24.808 18.7227 23.0708 20.9232L36 33.8525L33.8525 36L20.9232 23.0707ZM22.8077 12.9224C22.8077 18.3819 18.3819 22.8077 12.9224 22.8077C7.46288 22.8077 3.03706 18.3819 3.03706 12.9224C3.03706 7.46288 7.46288 3.03706 12.9224 3.03706C18.3819 3.03706 22.8077 7.46288 22.8077 12.9224Z",
423
+ fill: color
424
+ }
425
+ ) });
426
+ }, "ICSearch");
427
+
428
+ // src/assets/globe.tsx
429
+ import { useState as useState12 } from "react";
430
+ import { jsx as jsx12 } from "react/jsx-runtime";
431
+ var ICGlobe = /* @__PURE__ */ __name((props) => {
432
+ const [isDarkMode, setIsDarkMode] = useState12(false);
433
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
434
+ if (thick) {
435
+ return /* @__PURE__ */ jsx12("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx12(
436
+ "path",
437
+ {
438
+ "fill-rule": "evenodd",
439
+ "clip-rule": "evenodd",
440
+ d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40ZM24.8211 35.2609C28.6625 34.0485 31.8778 31.4257 33.8595 28H27.9408C27.2254 30.6224 26.1663 33.0683 24.8211 35.2609ZM15.1789 35.2609C13.8337 33.0683 12.7746 30.6224 12.0592 28H6.14052C8.12217 31.4257 11.3375 34.0485 15.1789 35.2609ZM16.2302 28C17.0983 30.7094 18.3917 33.1495 20 35.2024C21.6083 33.1495 22.9017 30.7094 23.7698 28H16.2302ZM24.7026 24H15.2974C15.1023 22.7049 15 21.3683 15 20.0002C15 18.632 15.1023 17.2952 15.2975 16H24.7025C24.8977 17.2952 25 18.632 25 20.0002C25 21.3683 24.8977 22.7049 24.7026 24ZM28.7416 24H35.4959C35.825 22.7215 36 21.3812 36 20C36 18.6188 35.825 17.2785 35.4959 16H28.7415C28.9119 17.3055 29 18.6415 29 20.0002C29 21.3588 28.9119 22.6947 28.7416 24ZM27.9406 12H33.8595C31.8778 8.5742 28.6623 5.95136 24.8207 4.739C26.166 6.93156 27.2252 9.37752 27.9406 12ZM23.7697 12C22.9016 9.29083 21.6082 6.85087 20 4.79805C18.3918 6.85087 17.0984 9.29083 16.2303 12H23.7697ZM12.0594 12C12.7748 9.37752 13.834 6.93155 15.1793 4.739C11.3377 5.95136 8.12223 8.5742 6.14051 12H12.0594ZM11.2585 16C11.0881 17.3055 11 18.6415 11 20.0002C11 21.3588 11.0881 22.6947 11.2584 24H4.50407C4.17501 22.7215 4 21.3812 4 20C4 18.6188 4.17501 17.2785 4.50407 16H11.2585Z",
441
+ fill: color
442
+ }
443
+ ) });
444
+ }
445
+ return /* @__PURE__ */ jsx12("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx12(
446
+ "path",
447
+ {
448
+ "fill-rule": "evenodd",
449
+ "clip-rule": "evenodd",
450
+ d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40ZM23.265 36.6868C28.5447 35.6597 32.9514 32.1892 35.2604 27.5H27.5562C26.6722 30.9176 25.198 34.0376 23.265 36.6868ZM16.735 36.6868C14.802 34.0376 13.3278 30.9176 12.4438 27.5H4.73961C7.04859 32.1892 11.4553 35.6597 16.735 36.6868ZM15.5544 27.5C16.4996 30.7458 18.0385 33.6406 20 35.9982C21.9615 33.6406 23.5004 30.7458 24.4456 27.5H15.5544ZM25.1295 24.5H14.8705C14.6278 23.0481 14.5 21.5435 14.5 20.0002C14.5 18.4568 14.6278 16.9521 14.8706 15.5H25.1294C25.3722 16.9521 25.5 18.4568 25.5 20.0002C25.5 21.5435 25.3722 23.0481 25.1295 24.5ZM28.1666 24.5H36.398C36.7905 23.0667 37 21.5578 37 20C37 18.4422 36.7905 16.9333 36.398 15.5H28.1665C28.3858 16.9625 28.5 18.4665 28.5 20.0002C28.5 21.5338 28.3859 23.0377 28.1666 24.5ZM27.5561 12.5H35.2604C32.9513 7.81065 28.5445 4.34011 23.2646 3.31315C25.1977 5.96236 26.672 9.08235 27.5561 12.5ZM24.4454 12.5C23.5002 9.25436 21.9614 6.35977 20 4.00226C18.0386 6.35977 16.4998 9.25436 15.5546 12.5H24.4454ZM12.4439 12.5C13.328 9.08235 14.8023 5.96236 16.7354 3.31315C11.4555 4.34011 7.04865 7.81065 4.73961 12.5H12.4439ZM11.8335 15.5C11.6142 16.9625 11.5 18.4665 11.5 20.0002C11.5 21.5338 11.6141 23.0377 11.8334 24.5H3.60197C3.20954 23.0667 3 21.5578 3 20C3 18.4422 3.20954 16.9333 3.60197 15.5H11.8335Z",
451
+ fill: color
452
+ }
453
+ ) });
454
+ }, "ICGlobe");
455
+
456
+ // src/assets/graduationcap.tsx
457
+ import { useState as useState13 } from "react";
458
+ import { jsx as jsx13 } from "react/jsx-runtime";
459
+ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
460
+ const [isDarkMode, setIsDarkMode] = useState13(false);
461
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
462
+ if (thick) {
463
+ return /* @__PURE__ */ jsx13("svg", { ...props, width: size, height: size, viewBox: "0 0 45 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx13(
464
+ "path",
465
+ {
466
+ "fill-rule": "evenodd",
467
+ "clip-rule": "evenodd",
468
+ d: "M23.4187 0.222031C22.842 -0.0740101 22.158 -0.0740104 21.5813 0.222031L1.09289 10.74C-0.364294 11.488 -0.364296 13.571 1.09288 14.319L7.91265 17.82V28.3405C7.91265 29.849 8.75647 31.2307 10.0984 31.9196L20.5334 37.2765C21.6867 37.8685 23.0547 37.8685 24.2081 37.2765L34.643 31.9196C35.985 31.2307 36.8288 29.849 36.8288 28.3405V17.9528L39.1582 16.7569V30.0495H43.1813V14.6916L43.9071 14.319C45.3643 13.571 45.3643 11.488 43.9071 10.74L23.4187 0.222031ZM22.5 4.27269L6.41614 12.5295L22.5 20.7863L38.5839 12.5295L22.5 4.27269ZM11.9358 28.3405V19.8853L21.5813 24.837C22.158 25.133 22.842 25.133 23.4187 24.837L32.8057 20.0181V28.3405L22.3707 33.6974L11.9358 28.3405Z",
469
+ fill: color
470
+ }
471
+ ) });
472
+ }
473
+ return /* @__PURE__ */ jsx13("svg", { ...props, width: size, height: size, viewBox: "0 0 45 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx13(
474
+ "path",
475
+ {
476
+ "fill-rule": "evenodd",
477
+ "clip-rule": "evenodd",
478
+ d: "M23.4187 0.222031C22.842 -0.0740101 22.158 -0.0740104 21.5813 0.222031L1.09289 10.74C-0.364294 11.488 -0.364296 13.571 1.09288 14.319L8.41554 18.0782V28.3406C8.41554 29.6605 9.15388 30.8695 10.3281 31.4723L20.763 36.8292C21.7722 37.3472 22.9692 37.3472 23.9784 36.8292L34.4133 31.4723C35.5876 30.8695 36.3259 29.6605 36.3259 28.3406V18.2109L39.6611 16.4988V29.5467H42.6784V14.9498L43.9071 14.319C45.3643 13.571 45.3643 11.488 43.9071 10.74L23.4187 0.222031ZM22.5 3.14213L4.21385 12.5295L22.5 21.9169L40.7862 12.5295L22.5 3.14213ZM11.4329 28.3406V19.6272L21.5813 24.837C22.158 25.133 22.842 25.133 23.4187 24.837L33.3086 19.7599V28.3406C33.3086 28.5292 33.2031 28.7019 33.0353 28.788L22.6004 34.1449C22.4562 34.2189 22.2852 34.2189 22.141 34.1449L11.7061 28.788C11.5384 28.7019 11.4329 28.5292 11.4329 28.3406Z",
479
+ fill: color
480
+ }
481
+ ) });
482
+ }, "ICGraduationcap");
483
+
484
+ // src/assets/palette.tsx
485
+ import { useState as useState14 } from "react";
486
+ import { jsx as jsx14, jsxs as jsxs7 } from "react/jsx-runtime";
487
+ var ICPalette = /* @__PURE__ */ __name((props) => {
488
+ const [isDarkMode, setIsDarkMode] = useState14(false);
489
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
490
+ if (thick) {
491
+ return /* @__PURE__ */ jsxs7("svg", { ...props, width: size, height: size, viewBox: "0 0 41 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
492
+ /* @__PURE__ */ jsx14(
493
+ "path",
494
+ {
495
+ d: "M24.4545 13.7557C25.8614 13.7557 27.0019 12.6152 27.0019 11.2083C27.0019 9.80147 25.8614 8.66099 24.4545 8.66099C23.0477 8.66099 21.9072 9.80147 21.9072 11.2083C21.9072 12.6152 23.0477 13.7557 24.4545 13.7557Z",
496
+ fill: color
497
+ }
498
+ ),
499
+ /* @__PURE__ */ jsx14(
500
+ "path",
501
+ {
502
+ d: "M18.8504 11.7178C18.8504 13.1247 17.7099 14.2652 16.303 14.2652C14.8962 14.2652 13.7557 13.1247 13.7557 11.7178C13.7557 10.3109 14.8962 9.17046 16.303 9.17046C17.7099 9.17046 18.8504 10.3109 18.8504 11.7178Z",
503
+ fill: color
504
+ }
505
+ ),
506
+ /* @__PURE__ */ jsx14(
507
+ "path",
508
+ {
509
+ d: "M13.7557 17.8314C13.7557 19.2383 12.6152 20.3788 11.2083 20.3788C9.80147 20.3788 8.66099 19.2383 8.66099 17.8314C8.66099 16.4246 9.80147 15.2841 11.2083 15.2841C12.6152 15.2841 13.7557 16.4246 13.7557 17.8314Z",
510
+ fill: color
511
+ }
512
+ ),
513
+ /* @__PURE__ */ jsx14(
514
+ "path",
515
+ {
516
+ d: "M32.6061 16.8125C32.6061 18.2194 31.4656 19.3599 30.0587 19.3599C28.6519 19.3599 27.5114 18.2194 27.5114 16.8125C27.5114 15.4056 28.6519 14.2652 30.0587 14.2652C31.4656 14.2652 32.6061 15.4056 32.6061 16.8125Z",
517
+ fill: color
518
+ }
519
+ ),
520
+ /* @__PURE__ */ jsx14(
521
+ "path",
522
+ {
523
+ "fill-rule": "evenodd",
524
+ "clip-rule": "evenodd",
525
+ d: "M24.3734 33.0652C24.8688 35.141 25.6249 38.3094 20.3788 40.7576C10.1894 42.286 0 31.6337 0 20.3788C0 9.12389 9.12389 0 20.3788 0C31.6337 0 42.7955 8.15152 40.7576 20.3788C38.3621 30.7592 30.6478 30.8149 26.6864 30.8435C25.5928 30.8514 24.7852 30.8572 24.4545 31.0777C23.9754 31.3971 24.1472 32.1172 24.3734 33.0652ZM34.261 24.606C35.1645 23.7072 36.133 22.2083 36.7572 19.5862C37.4734 15.0481 35.8228 11.344 32.8188 8.62679C29.6901 5.79664 25.0863 4.07576 20.3788 4.07576C11.3749 4.07576 4.07576 11.3749 4.07576 20.3788C4.07576 24.8101 6.10891 29.2907 9.27194 32.5017C12.2734 35.5485 15.8823 37.0725 19.1928 36.7948C20.1931 36.2542 20.4953 35.8409 20.5669 35.7262C20.6185 35.6434 20.6647 35.5548 20.6432 35.2428C20.6196 34.901 20.5677 34.6863 20.4742 34.2994C20.4185 34.0691 20.3481 33.778 20.2602 33.3629C20.1813 32.99 20.0138 32.1753 20.0946 31.2753C20.1923 30.1878 20.6921 28.6875 22.1937 27.6864C22.9487 27.1831 23.7007 27.0075 24.0796 26.934C24.5144 26.8496 24.9306 26.8163 25.2458 26.799C25.6975 26.7743 26.26 26.7703 26.7487 26.7669C26.8974 26.7659 27.0393 26.7649 27.1692 26.7634C28.4655 26.7482 29.7672 26.6845 31.0275 26.3636C32.2451 26.0537 33.339 25.5233 34.261 24.606Z",
526
+ fill: color
527
+ }
528
+ )
529
+ ] });
530
+ }
531
+ return /* @__PURE__ */ jsxs7("svg", { ...props, width: size, height: size, viewBox: "0 0 41 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
532
+ /* @__PURE__ */ jsx14(
533
+ "path",
534
+ {
535
+ d: "M23.9451 12.7367C25.0706 12.7367 25.983 11.8244 25.983 10.6989C25.983 9.57338 25.0706 8.66099 23.9451 8.66099C22.8196 8.66099 21.9072 9.57338 21.9072 10.6989C21.9072 11.8244 22.8196 12.7367 23.9451 12.7367Z",
536
+ fill: color
537
+ }
538
+ ),
539
+ /* @__PURE__ */ jsx14(
540
+ "path",
541
+ {
542
+ d: "M17.8314 11.2083C17.8314 12.3338 16.9191 13.2462 15.7936 13.2462C14.6681 13.2462 13.7557 12.3338 13.7557 11.2083C13.7557 10.0828 14.6681 9.17046 15.7936 9.17046C16.9191 9.17046 17.8314 10.0828 17.8314 11.2083Z",
543
+ fill: color
544
+ }
545
+ ),
546
+ /* @__PURE__ */ jsx14(
547
+ "path",
548
+ {
549
+ d: "M12.7367 17.322C12.7367 18.4475 11.8244 19.3599 10.6989 19.3599C9.57338 19.3599 8.66099 18.4475 8.66099 17.322C8.66099 16.1965 9.57338 15.2841 10.6989 15.2841C11.8244 15.2841 12.7367 16.1965 12.7367 17.322Z",
550
+ fill: color
551
+ }
552
+ ),
553
+ /* @__PURE__ */ jsx14(
554
+ "path",
555
+ {
556
+ d: "M31.5871 16.303C31.5871 17.4285 30.6747 18.3409 29.5492 18.3409C28.4238 18.3409 27.5114 17.4285 27.5114 16.303C27.5114 15.1775 28.4238 14.2652 29.5492 14.2652C30.6747 14.2652 31.5871 15.1775 31.5871 16.303Z",
557
+ fill: color
558
+ }
559
+ ),
560
+ /* @__PURE__ */ jsx14(
561
+ "path",
562
+ {
563
+ "fill-rule": "evenodd",
564
+ "clip-rule": "evenodd",
565
+ d: "M24.3734 33.0652C24.8688 35.141 25.6249 38.3094 20.3788 40.7576C10.1894 42.286 0 31.6337 0 20.3788C0 9.12389 9.12389 0 20.3788 0C31.6337 0 42.7955 8.15152 40.7576 20.3788C38.3621 30.7592 30.6478 30.8149 26.6864 30.8435C25.5928 30.8514 24.7852 30.8572 24.4545 31.0777C23.9754 31.3971 24.1472 32.1172 24.3734 33.0652ZM34.9796 25.3284C36.0442 24.2693 37.0977 22.5807 37.7574 19.7841C38.5489 14.8519 36.7411 10.8007 33.5024 7.87114C30.1702 4.85695 25.3163 3.05682 20.3788 3.05682C10.8121 3.05682 3.05682 10.8121 3.05682 20.3788C3.05682 25.1091 5.21852 29.8388 8.54605 33.2167C11.7599 36.4792 15.7421 38.1851 19.4892 37.7902C20.7421 37.1461 21.2338 36.5822 21.4313 36.2656C21.6253 35.9548 21.6918 35.6376 21.6597 35.1727C21.6304 34.7483 21.5564 34.4393 21.4477 33.9864C21.3926 33.7566 21.3286 33.4896 21.2571 33.1518C21.1799 32.7876 21.0434 32.1024 21.1095 31.3665C21.1882 30.4899 21.5849 29.3169 22.7589 28.5342C23.3491 28.1408 23.9469 27.9977 24.2737 27.9343C24.6424 27.8627 25.006 27.8326 25.3014 27.8164C25.7262 27.7932 26.2498 27.7895 26.7343 27.7861C26.8884 27.785 27.0393 27.7839 27.1811 27.7822C28.4936 27.7669 29.8958 27.7032 31.2789 27.3511C32.6299 27.0072 33.9001 26.4024 34.9796 25.3284Z",
566
+ fill: color
567
+ }
568
+ )
569
+ ] });
570
+ }, "ICPalette");
571
+
572
+ // src/assets/download.tsx
573
+ import { useState as useState15 } from "react";
574
+ import { jsx as jsx15, jsxs as jsxs8 } from "react/jsx-runtime";
575
+ var ICDownload = /* @__PURE__ */ __name((props) => {
576
+ const [isDarkMode, setIsDarkMode] = useState15(false);
577
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
578
+ if (thick) {
579
+ return /* @__PURE__ */ jsxs8("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
580
+ /* @__PURE__ */ jsx15(
581
+ "path",
582
+ {
583
+ d: "M19 0V23.1719L27.2727 14.8993L30.1011 17.7277L19.8286 28.0002C18.2665 29.5623 15.7339 29.5623 14.1718 28.0002L3.89926 17.7277L6.72769 14.8993L15 23.1716V0H19Z",
584
+ fill: color
585
+ }
586
+ ),
587
+ /* @__PURE__ */ jsx15("path", { d: "M34 34H0V38H34V34Z", fill: color })
588
+ ] });
589
+ }
590
+ return /* @__PURE__ */ jsxs8("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
591
+ /* @__PURE__ */ jsx15(
592
+ "path",
593
+ {
594
+ d: "M18.5 0V24.3791L27.6262 15.2528L29.7476 17.3741L19.4751 27.6466C18.1082 29.0135 15.8921 29.0135 14.5253 27.6466L4.25282 17.3741L6.37414 15.2528L15.5 24.3787V0H18.5Z",
595
+ fill: color
596
+ }
597
+ ),
598
+ /* @__PURE__ */ jsx15("path", { d: "M34 34.5H0V37.5H34V34.5Z", fill: color })
599
+ ] });
600
+ }, "ICDownload");
601
+
602
+ // src/assets/regenerate.tsx
603
+ import { useState as useState16 } from "react";
604
+ import { jsx as jsx16, jsxs as jsxs9 } from "react/jsx-runtime";
605
+ var ICRegenerate = /* @__PURE__ */ __name((props) => {
606
+ const [isDarkMode, setIsDarkMode] = useState16(false);
607
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
608
+ if (thick) {
609
+ return /* @__PURE__ */ jsxs9("svg", { ...props, width: size, height: size, viewBox: "0 0 38 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
610
+ /* @__PURE__ */ jsx16(
611
+ "path",
612
+ {
613
+ d: "M13 14V10H7.50881C10.0397 6.37182 14.2444 4 19 4C25.0926 4 30.281 7.8929 32.2039 13.3332C32.2816 13.5529 32.3539 13.7753 32.4208 14H36.5535C36.3987 13.3182 36.2052 12.6507 35.9753 12.0002C33.5052 5.01172 26.8404 0 19 0C12.7367 0 7.22372 3.19823 4 8.04751L4 1H0V10C0 12.2091 1.79086 14 4 14H13Z",
614
+ fill: color
615
+ }
616
+ ),
617
+ /* @__PURE__ */ jsx16(
618
+ "path",
619
+ {
620
+ d: "M5.57977 22H1.44604C3.26496 30.016 10.4337 36 19 36C24.9806 36 30.28 33.0833 33.5532 28.5948V35H37.5532V26C37.5532 23.7909 35.7624 22 33.5532 22L24.5532 22L24.5532 26L30.4906 26C27.9607 29.627 23.7575 32 19 32C12.658 32 7.30087 27.783 5.57977 22Z",
621
+ fill: color
622
+ }
623
+ )
624
+ ] });
625
+ }
626
+ return /* @__PURE__ */ jsxs9("svg", { ...props, width: size, height: size, viewBox: "0 0 37 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
627
+ /* @__PURE__ */ jsx16(
628
+ "path",
629
+ {
630
+ d: "M3 9.36915L3 0.5H0V9.5C0 11.433 1.567 13 3.5 13H12.5V10H6.08737C8.62884 5.80305 13.2384 3 18.5 3C24.811 3 30.184 7.03275 32.1753 12.6665C32.2722 12.9406 32.361 13.2185 32.4416 13.5H35.5404C35.3944 12.8756 35.2148 12.2638 35.0038 11.6668C32.6022 4.87186 26.1219 0 18.5 0C11.7683 0 5.92725 3.80021 3 9.36915Z",
631
+ fill: color
632
+ }
633
+ ),
634
+ /* @__PURE__ */ jsx16(
635
+ "path",
636
+ {
637
+ d: "M1.45923 21.5H4.55874C6.29505 27.5628 11.8793 32 18.5 32C23.7632 32 28.3714 29.1958 30.9122 25L24.0532 25L24.0532 22L33.0532 22C34.9862 22 36.5532 23.567 36.5532 25.5V34.5H33.5532V26.43C30.5026 31.5613 24.9029 35 18.5 35C10.2112 35 3.26838 29.2374 1.45923 21.5Z",
638
+ fill: color
639
+ }
640
+ )
641
+ ] });
642
+ }, "ICRegenerate");
643
+
644
+ // src/assets/credit.tsx
645
+ import { useState as useState17 } from "react";
646
+ import { jsx as jsx17, jsxs as jsxs10 } from "react/jsx-runtime";
647
+ var ICCredit = /* @__PURE__ */ __name((props) => {
648
+ const [isDarkMode, setIsDarkMode] = useState17(false);
649
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
650
+ if (thick) {
651
+ return /* @__PURE__ */ jsxs10("svg", { ...props, width: size, height: size, viewBox: "0 0 42 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
652
+ /* @__PURE__ */ jsx17(
653
+ "path",
654
+ {
655
+ d: "M31.7487 9.75V15.4996H35.7486V9.75H41.4996V5.75H35.7486V0H31.7487V5.75H26V9.75H31.7487Z",
656
+ fill: color
657
+ }
658
+ ),
659
+ /* @__PURE__ */ jsx17(
660
+ "path",
661
+ {
662
+ d: "M39.4142 16.1772C39.7971 17.7233 40 19.3391 40 21C40 32.0457 31.0457 41 20 41C8.9543 41 0 32.0457 0 21C0 18.666 0.400637 16.4213 1.13855 14.3335C3.88318 6.56825 11.2888 1 20 1C21.6631 1 23.2786 1.20295 24.8231 1.58538C24.0637 2.69726 23.5125 3.9626 23.2255 5.32529C22.1835 5.112 21.1048 5 20 5C13.0366 5 7.10733 9.44944 4.90991 15.6665C4.32121 17.3321 4 19.1264 4 21C4 29.8366 11.1634 37 20 37C28.8366 37 36 29.8366 36 21C36 19.8938 35.888 18.8152 35.6751 17.7744C37.0375 17.4874 38.3025 16.9364 39.4142 16.1772Z",
663
+ fill: color
664
+ }
665
+ ),
666
+ /* @__PURE__ */ jsx17(
667
+ "path",
668
+ {
669
+ d: "M24.1062 12.5895C23.4742 12.2738 22.8127 12.0364 22.1234 11.8771V9.11133H18.3461V11.8817C17.2125 12.1613 16.2355 12.692 15.4446 13.4898C14.4766 14.4584 13.9821 15.6506 13.9821 17.0189C13.9821 17.7418 14.094 18.4179 14.3364 19.0333L14.3393 19.0407L14.3424 19.048C14.5871 19.6372 14.9264 20.1475 15.3728 20.5543L15.3798 20.5606C15.7813 20.9184 16.2308 21.2287 16.7249 21.4928L16.7302 21.4956C17.2187 21.7523 17.7275 21.9673 18.2559 22.1407L18.2635 22.1431L18.2711 22.1455C18.7687 22.2986 19.2628 22.4442 19.7533 22.5821L19.7609 22.5842L19.7685 22.5862C20.2406 22.7097 20.6843 22.8433 21.1002 22.9867L21.1085 22.9896L21.1168 22.9923C21.5198 23.122 21.8597 23.2675 22.1422 23.4244L22.152 23.4299L22.1619 23.435C22.3905 23.5543 22.5468 23.6998 22.6559 23.8677L22.66 23.8739L22.6641 23.8801C22.7632 24.0269 22.8235 24.2076 22.8235 24.4547C22.8235 24.9509 22.6399 25.3362 22.2139 25.6708C21.771 26.0113 21.1613 26.216 20.3141 26.216C18.8474 26.216 17.4472 25.6323 16.0947 24.3626L15.4383 23.7463L12.9321 26.6935L13.4778 27.2525C14.1706 27.9622 15.005 28.5595 15.9696 29.05L15.9774 29.0539C16.7348 29.4295 17.5249 29.7046 18.3461 29.8791V32.6457H22.1234V29.8831C23.3833 29.6096 24.4574 29.0459 25.306 28.1673C26.3163 27.1215 26.8388 25.8635 26.8388 24.4321C26.8388 23.7131 26.7219 23.0416 26.4662 22.4347C26.2212 21.8457 25.8783 21.3365 25.426 20.9311C25.028 20.5609 24.5745 20.2445 24.0706 19.9794C23.9379 19.9086 23.8033 19.841 23.6667 19.7766C23.3045 19.6059 22.9283 19.4577 22.5386 19.3318C22.0373 19.1698 21.5322 19.0194 21.0233 18.8805C20.5486 18.7416 20.0969 18.5995 19.6682 18.4543C19.2756 18.3117 18.9332 18.1562 18.6377 17.99C18.4063 17.8496 18.2348 17.6833 18.1082 17.4924C18.0034 17.3278 17.9407 17.1267 17.9407 16.8602C17.9407 16.5106 18.0702 16.233 18.4208 15.9737C18.7908 15.7 19.3053 15.5297 20.0307 15.5297C20.6858 15.5297 21.3283 15.6657 21.9646 15.9449L21.9743 15.949C22.3752 16.1191 22.7289 16.3249 23.0393 16.5654C23.2284 16.7119 23.4015 16.8712 23.5592 17.0431L24.2527 17.7987L26.6037 14.7043L26.1862 14.1824C25.6666 13.5329 24.9597 13.0083 24.1062 12.5895Z",
670
+ fill: color
671
+ }
672
+ )
673
+ ] });
674
+ }
675
+ return /* @__PURE__ */ jsxs10("svg", { ...props, width: size, height: size, viewBox: "0 0 41 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
676
+ /* @__PURE__ */ jsx17("path", { d: "M31.749 9.25V15.4996H34.749V9.25H41V6.25H34.749V0H31.749V6.25H25.5004V9.25H31.749Z", fill: color }),
677
+ /* @__PURE__ */ jsx17(
678
+ "path",
679
+ {
680
+ d: "M38.4695 16.4647C38.8165 17.9211 39 19.4399 39 21C39 31.7696 30.2696 40.5 19.5 40.5C8.73045 40.5 0 31.7696 0 21C0 18.7236 0.39071 16.5351 1.10997 14.5001C3.7862 6.9284 11.0072 1.5 19.5 1.5C21.0616 1.5 22.5802 1.68354 24.0355 2.03018C23.5084 2.89216 23.1022 3.83606 22.8403 4.83832C21.7615 4.61651 20.6443 4.5 19.5 4.5C12.3181 4.5 6.20431 9.08929 3.93849 15.4999C3.33114 17.2182 3 19.0688 3 21C3 30.1127 10.3873 37.5 19.5 37.5C28.6127 37.5 36 30.1127 36 21C36 19.8546 35.8835 18.7375 35.662 17.6596C36.664 17.3978 37.6077 16.9916 38.4695 16.4647Z",
681
+ fill: color
682
+ }
683
+ ),
684
+ /* @__PURE__ */ jsx17(
685
+ "path",
686
+ {
687
+ d: "M20.7301 12.1661C21.4932 12.3168 22.2208 12.5646 22.9116 12.9098C23.7307 13.3116 24.3917 13.8065 24.8712 14.4058L25.1147 14.7102L23.1907 17.2426L22.7862 16.8019C22.4265 16.4099 21.9961 16.0807 21.4906 15.8156C21.3581 15.7462 21.2205 15.6811 21.0777 15.6205L21.072 15.6181C20.3923 15.3199 19.701 15.1728 18.9946 15.1728C18.2125 15.1728 17.618 15.3572 17.1723 15.6869C16.7379 16.0082 16.5474 16.3889 16.5474 16.8605C16.5474 17.1892 16.6266 17.4592 16.7726 17.6873C16.9314 17.9277 17.1447 18.1317 17.4215 18.2988C17.7386 18.4775 18.1021 18.6423 18.5139 18.7917C18.9497 18.9393 19.4084 19.0836 19.89 19.2244C20.3947 19.3621 20.8956 19.5113 21.3926 19.6719C21.7307 19.7811 22.0576 19.9075 22.3733 20.0513C22.5412 20.1277 22.7059 20.2091 22.8673 20.2953C23.347 20.5475 23.7752 20.847 24.149 21.1952C24.5578 21.5608 24.8728 22.0248 25.1007 22.573C25.3348 23.1286 25.4455 23.7516 25.4455 24.4323C25.4455 25.768 24.9612 26.9379 24.0129 27.9195C23.159 28.8037 22.055 29.3545 20.7301 29.5899V32.2888H17.6671V29.5858C16.7732 29.4233 15.917 29.1394 15.0999 28.7342L15.0954 28.732C14.1611 28.2569 13.3595 27.6818 12.6972 27.0033L12.3789 26.6772L14.4312 24.2638L14.8141 24.6232C16.2202 25.9432 17.7045 26.5734 19.278 26.5734C20.1847 26.5734 20.8772 26.3532 21.3969 25.9532C21.9068 25.5533 22.1445 25.0656 22.1445 24.455C22.1445 24.144 22.0668 23.8921 21.924 23.6806L21.9192 23.6733C21.7737 23.4495 21.5692 23.2638 21.291 23.1187L21.2795 23.1125C20.973 22.9422 20.611 22.7881 20.1902 22.6526L20.1805 22.6493C19.7552 22.5027 19.3028 22.3665 18.8227 22.241L18.8139 22.2386C18.3262 22.1014 17.8349 21.9567 17.34 21.8044L17.3311 21.8016C16.8214 21.6343 16.3309 21.427 15.8602 21.1797L15.8571 21.1781C15.3862 20.9264 14.9603 20.6321 14.5813 20.2942L14.5772 20.2906C14.1751 19.9242 13.8638 19.4596 13.6361 18.9113L13.6326 18.9027C13.4093 18.3359 13.3031 17.7054 13.3031 17.0192C13.3031 15.7456 13.76 14.644 14.6616 13.742C15.4627 12.9337 16.4718 12.4128 17.6671 12.1674V9.46875H20.7301V12.1661Z",
688
+ fill: color
689
+ }
690
+ )
691
+ ] });
692
+ }, "ICCredit");
693
+
694
+ // src/assets/feedback.tsx
695
+ import { useState as useState18 } from "react";
696
+ import { jsx as jsx18, jsxs as jsxs11 } from "react/jsx-runtime";
697
+ var ICFeedback = /* @__PURE__ */ __name((props) => {
698
+ const [isDarkMode, setIsDarkMode] = useState18(false);
699
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
700
+ if (thick) {
701
+ return /* @__PURE__ */ jsxs11("svg", { ...props, width: size, height: size, viewBox: "0 0 42 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
702
+ /* @__PURE__ */ jsx18(
703
+ "path",
704
+ {
705
+ "fill-rule": "evenodd",
706
+ "clip-rule": "evenodd",
707
+ d: "M38.8872 2.44945C35.6213 -0.816485 30.3261 -0.816485 27.0602 2.44945L26.4031 3.10651L25.7461 2.44945C22.4801 -0.816485 17.185 -0.816485 13.9191 2.44945C10.6531 5.71539 10.6531 11.0105 13.9191 14.2765L25.0031 25.3336C25.7849 26.1136 27.0508 26.1129 27.8317 25.3319L38.8872 14.2765C42.1531 11.0105 42.1531 5.71539 38.8872 2.44945ZM16.7495 5.27985C15.0473 6.98199 15.0467 9.74131 16.7476 11.4442L16.7495 11.4461L26.4148 21.0881L36.0568 11.4461C37.7596 9.74332 37.7596 6.98261 36.0568 5.27985C34.3541 3.5771 31.5933 3.5771 29.8906 5.27985L26.4031 8.7673L22.9157 5.27985C21.2129 3.5771 18.4522 3.5771 16.7495 5.27985Z",
708
+ fill: color
709
+ }
710
+ ),
711
+ /* @__PURE__ */ jsx18(
712
+ "path",
713
+ {
714
+ d: "M8.00557 23.9891H0V19.9863H8.00557C12.8469 19.9863 16.8852 23.4242 17.8124 27.9918H20.6143C25.2568 27.9918 29.0202 31.7553 29.0202 36.3977C29.0202 38.3873 27.4073 40.0002 25.4177 40.0002H0V35.9974H24.9995C24.7972 33.7533 22.9112 31.9946 20.6143 31.9946H5.41553V27.9918H13.6681C12.8439 25.6598 10.6198 23.9891 8.00557 23.9891Z",
715
+ fill: color
716
+ }
717
+ )
718
+ ] });
719
+ }
720
+ return /* @__PURE__ */ jsxs11("svg", { ...props, width: size, height: size, viewBox: "0 0 42 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
721
+ /* @__PURE__ */ jsx18(
722
+ "path",
723
+ {
724
+ "fill-rule": "evenodd",
725
+ "clip-rule": "evenodd",
726
+ d: "M39.3798 2.48048C36.0725 -0.826827 30.7103 -0.826827 27.403 2.48048L26.7376 3.14586L26.0722 2.48048C22.7649 -0.826827 17.4027 -0.826827 14.0954 2.48048C10.7881 5.78779 10.7881 11.15 14.0954 14.4573L25.3198 25.6545C26.1116 26.4444 27.3935 26.4436 28.1843 25.6528L39.3798 14.4573C42.6871 11.15 42.6871 5.78779 39.3798 2.48048ZM23.9225 4.63017L26.7376 7.44524L29.5527 4.63017C31.6727 2.5101 35.11 2.5101 37.2301 4.63017C39.3502 6.75024 39.3502 10.1876 37.2301 12.3076L26.7503 22.7874L16.2451 12.3076L16.2438 12.3063C14.125 10.1862 14.1254 6.74981 16.2451 4.63017C18.3651 2.5101 21.8025 2.5101 23.9225 4.63017Z",
727
+ fill: color
728
+ }
729
+ ),
730
+ /* @__PURE__ */ jsx18(
731
+ "path",
732
+ {
733
+ d: "M8.10698 23.7862H0V20.7461H8.10698C12.9066 20.7461 16.8859 24.2585 17.6147 28.8531H20.8755C25.2969 28.8531 28.8811 32.4374 28.8811 36.8587C28.8811 38.5937 27.4746 40.0002 25.7397 40.0002H0V36.9601H25.7397C25.7956 36.9601 25.841 36.9147 25.841 36.8587C25.841 34.1164 23.6179 31.8932 20.8755 31.8932H5.48413V28.8531H14.5176C13.8314 25.9481 11.2217 23.7862 8.10698 23.7862Z",
734
+ fill: color
735
+ }
736
+ )
737
+ ] });
738
+ }, "ICFeedback");
739
+
740
+ // src/assets/tune.tsx
741
+ import { useState as useState19 } from "react";
742
+ import { jsx as jsx19, jsxs as jsxs12 } from "react/jsx-runtime";
743
+ var ICTune = /* @__PURE__ */ __name((props) => {
744
+ const [isDarkMode, setIsDarkMode] = useState19(false);
745
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
746
+ if (thick) {
747
+ return /* @__PURE__ */ jsxs12("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
748
+ /* @__PURE__ */ jsx19("path", { d: "M28 4V0H24V12H28V8H34V4H28Z", fill: color }),
749
+ /* @__PURE__ */ jsx19("path", { d: "M0 4H20V8H0V4Z", fill: color }),
750
+ /* @__PURE__ */ jsx19("path", { d: "M11 13L11 25H7V21H0V17H7V13H11Z", fill: color }),
751
+ /* @__PURE__ */ jsx19("path", { d: "M19 38V34H34V30H19V26H15L15 38H19Z", fill: color }),
752
+ /* @__PURE__ */ jsx19("path", { d: "M34 17H15V21H34V17Z", fill: color }),
753
+ /* @__PURE__ */ jsx19("path", { d: "M11 30H0V34H11V30Z", fill: color })
754
+ ] });
755
+ }
756
+ return /* @__PURE__ */ jsxs12("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
757
+ /* @__PURE__ */ jsx19("path", { d: "M27.5 4.5V0H24.5V12H27.5V7.5H34V4.5H27.5Z", fill: color }),
758
+ /* @__PURE__ */ jsx19("path", { d: "M0 4.5H20V7.5H0V4.5Z", fill: color }),
759
+ /* @__PURE__ */ jsx19("path", { d: "M10.5 13L10.5 25H7.5V20.5H0V17.5H7.5V13H10.5Z", fill: color }),
760
+ /* @__PURE__ */ jsx19("path", { d: "M18.5 38V33.5H34V30.5H18.5V26H15.5L15.5 38H18.5Z", fill: color }),
761
+ /* @__PURE__ */ jsx19("path", { d: "M34 20.5V17.5H15V20.5H34Z", fill: color }),
762
+ /* @__PURE__ */ jsx19("path", { d: "M11 30.5H0V33.5H11V30.5Z", fill: color })
763
+ ] });
764
+ }, "ICTune");
765
+
766
+ // src/assets/arrow-back.tsx
767
+ import { useState as useState20 } from "react";
768
+ import { jsx as jsx20 } from "react/jsx-runtime";
769
+ var ICArrowBack = /* @__PURE__ */ __name((props) => {
770
+ const [isDarkMode, setIsDarkMode] = useState20(false);
771
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
772
+ if (thick) {
773
+ return /* @__PURE__ */ jsx20("svg", { ...props, width: size, height: size, viewBox: "0 0 18 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx20(
774
+ "path",
775
+ {
776
+ "fill-rule": "evenodd",
777
+ "clip-rule": "evenodd",
778
+ d: "M17.6777 2.84324L4.02094 16.5L17.6777 30.1568L14.8345 33L1.17771 19.3432C-0.392569 17.773 -0.392568 15.2271 1.17771 13.6568L14.8345 0L17.6777 2.84324Z",
779
+ fill: color
780
+ }
781
+ ) });
782
+ }
783
+ return /* @__PURE__ */ jsx20("svg", { ...props, width: size, height: size, viewBox: "0 0 17 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx20(
784
+ "path",
785
+ {
786
+ "fill-rule": "evenodd",
787
+ "clip-rule": "evenodd",
788
+ d: "M17 30.4801L3.19683 16.6769C2.99844 16.4785 2.99844 16.1569 3.19683 15.9585L17 2.15529L14.8447 0L1.04154 13.8032C-0.347181 15.1919 -0.34718 17.4435 1.04154 18.8322L14.8447 32.6354L17 30.4801Z",
789
+ fill: color
790
+ }
791
+ ) });
792
+ }, "ICArrowBack");
793
+
794
+ // src/assets/arrow-forward.tsx
795
+ import { useState as useState21 } from "react";
796
+ import { jsx as jsx21 } from "react/jsx-runtime";
797
+ var ICArrowForward = /* @__PURE__ */ __name((props) => {
798
+ const [isDarkMode, setIsDarkMode] = useState21(false);
799
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
800
+ if (thick) {
801
+ return /* @__PURE__ */ jsx21("svg", { ...props, width: size, height: size, viewBox: "0 0 18 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx21(
802
+ "path",
803
+ {
804
+ "fill-rule": "evenodd",
805
+ "clip-rule": "evenodd",
806
+ d: "M2.30236e-06 30.1568L13.6568 16.5L0 2.84324L2.84324 0L16.5 13.6568C18.0703 15.2271 18.0703 17.773 16.5 19.3432L2.84324 33L2.30236e-06 30.1568Z",
807
+ fill: color
808
+ }
809
+ ) });
810
+ }
811
+ return /* @__PURE__ */ jsx21("svg", { ...props, width: size, height: size, viewBox: "0 0 17 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx21(
812
+ "path",
813
+ {
814
+ "fill-rule": "evenodd",
815
+ "clip-rule": "evenodd",
816
+ d: "M2.38761e-06 30.4801L13.8032 16.6769C14.0016 16.4785 14.0016 16.1569 13.8032 15.9585L0 2.15529L2.15529 0L15.9585 13.8032C17.3472 15.1919 17.3472 17.4435 15.9585 18.8322L2.15529 32.6354L2.38761e-06 30.4801Z",
817
+ fill: color
818
+ }
819
+ ) });
820
+ }, "ICArrowForward");
821
+
822
+ // src/assets/arrow-up.tsx
823
+ import { useState as useState22 } from "react";
824
+ import { jsx as jsx22 } from "react/jsx-runtime";
825
+ var ICArrowUp = /* @__PURE__ */ __name((props) => {
826
+ const [isDarkMode, setIsDarkMode] = useState22(false);
827
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
828
+ if (thick) {
829
+ return /* @__PURE__ */ jsx22("svg", { ...props, width: size, height: size, viewBox: "0 0 33 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx22(
830
+ "path",
831
+ {
832
+ "fill-rule": "evenodd",
833
+ "clip-rule": "evenodd",
834
+ d: "M30.1568 17.6777L16.5 4.02094L2.84324 17.6777L0 14.8345L13.6568 1.17771C15.2271 -0.39257 17.773 -0.392568 19.3432 1.17771L33 14.8345L30.1568 17.6777Z",
835
+ fill: color
836
+ }
837
+ ) });
838
+ }
839
+ return /* @__PURE__ */ jsx22("svg", { ...props, width: size, height: size, viewBox: "0 0 33 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx22(
840
+ "path",
841
+ {
842
+ "fill-rule": "evenodd",
843
+ "clip-rule": "evenodd",
844
+ d: "M30.4804 17.0002L16.677 3.19686C16.4787 2.99847 16.157 2.99847 15.9586 3.19686L2.15531 17.0002L0 14.8449L13.8033 1.04155C15.192 -0.347184 17.4436 -0.347183 18.8324 1.04155L32.6357 14.8449L30.4804 17.0002Z",
845
+ fill: color
846
+ }
847
+ ) });
848
+ }, "ICArrowUp");
849
+
850
+ // src/assets/arrow-down.tsx
851
+ import { useState as useState23 } from "react";
852
+ import { jsx as jsx23 } from "react/jsx-runtime";
853
+ var ICArrowDown = /* @__PURE__ */ __name((props) => {
854
+ const [isDarkMode, setIsDarkMode] = useState23(false);
855
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
856
+ if (thick) {
857
+ return /* @__PURE__ */ jsx23("svg", { ...props, width: size, height: size, viewBox: "0 0 33 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx23(
858
+ "path",
859
+ {
860
+ "fill-rule": "evenodd",
861
+ "clip-rule": "evenodd",
862
+ d: "M2.84324 4.60472e-06L16.5 13.6568L30.1568 0L33 2.84324L19.3432 16.5C17.773 18.0703 15.2271 18.0703 13.6568 16.5L0 2.84324L2.84324 4.60472e-06Z",
863
+ fill: color
864
+ }
865
+ ) });
866
+ }
867
+ return /* @__PURE__ */ jsx23("svg", { ...props, width: size, height: size, viewBox: "0 0 33 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx23(
868
+ "path",
869
+ {
870
+ "fill-rule": "evenodd",
871
+ "clip-rule": "evenodd",
872
+ d: "M2.15531 4.77525e-06L15.9586 13.8033C16.157 14.0017 16.4787 14.0017 16.677 13.8033L30.4804 0L32.6357 2.15531L18.8324 15.9586C17.4436 17.3473 15.192 17.3473 13.8033 15.9586L0 2.15531L2.15531 4.77525e-06Z",
873
+ fill: color
874
+ }
875
+ ) });
876
+ }, "ICArrowDown");
877
+
878
+ // src/assets/menu.tsx
879
+ import { useState as useState24 } from "react";
880
+ import { jsx as jsx24, jsxs as jsxs13 } from "react/jsx-runtime";
881
+ var ICMenu = /* @__PURE__ */ __name((props) => {
882
+ const [isDarkMode, setIsDarkMode] = useState24(false);
883
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
884
+ if (thick) {
885
+ return /* @__PURE__ */ jsxs13("svg", { ...props, width: size, height: size, viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
886
+ /* @__PURE__ */ jsx24("path", { d: "M0 0H30V4H0V0Z", fill: color }),
887
+ /* @__PURE__ */ jsx24("path", { d: "M0 13H30V17H0V13Z", fill: color }),
888
+ /* @__PURE__ */ jsx24("path", { d: "M30 26H0V30H30V26Z", fill: color })
889
+ ] });
890
+ }
891
+ return /* @__PURE__ */ jsxs13("svg", { ...props, width: size, height: size, viewBox: "0 0 30 29", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
892
+ /* @__PURE__ */ jsx24("path", { d: "M0 0H30V3H0V0Z", fill: color }),
893
+ /* @__PURE__ */ jsx24("path", { d: "M0 13H30V16H0V13Z", fill: color }),
894
+ /* @__PURE__ */ jsx24("path", { d: "M30 26H0V29H30V26Z", fill: color })
895
+ ] });
896
+ }, "ICMenu");
897
+
898
+ // src/assets/chart-bar.tsx
899
+ import { useState as useState25 } from "react";
900
+ import { jsx as jsx25, jsxs as jsxs14 } from "react/jsx-runtime";
901
+ var ICChartBar = /* @__PURE__ */ __name((props) => {
902
+ const [isDarkMode, setIsDarkMode] = useState25(false);
903
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
904
+ if (thick && fill) {
905
+ return /* @__PURE__ */ jsxs14("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
906
+ /* @__PURE__ */ jsx25("rect", { width: "48", height: "48", fill: "white" }),
907
+ /* @__PURE__ */ jsx25(
908
+ "path",
909
+ {
910
+ "fill-rule": "evenodd",
911
+ "clip-rule": "evenodd",
912
+ d: "M8 6C6.89543 6 6 6.89543 6 8V40C6 41.1046 6.89543 42 8 42H40C41.1046 42 42 41.1046 42 40V8C42 6.89543 41.1046 6 40 6H8ZM31.815 25.6003L37.6207 12.8276L33.9793 11.1724L28.1735 23.945L22.5903 18.3619C20.5435 16.3151 17.0676 17.0527 16.0285 19.7544L10.1333 35.082L13.8667 36.5179L19.7619 21.1903L25.3451 26.7735C27.3199 28.7483 30.6593 28.1428 31.815 25.6003Z",
913
+ fill: color
914
+ }
915
+ )
916
+ ] });
917
+ }
918
+ if (thick) {
919
+ return /* @__PURE__ */ jsxs14("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
920
+ /* @__PURE__ */ jsx25(
921
+ "path",
922
+ {
923
+ "fill-rule": "evenodd",
924
+ "clip-rule": "evenodd",
925
+ d: "M26 2C26 0.895431 26.8954 0 28 0H34C35.1046 0 36 0.895431 36 2V30C36 31.1046 35.1046 32 34 32H28C26.8954 32 26 31.1046 26 30V2ZM30 28V4H32V28H30Z",
926
+ fill: color
927
+ }
928
+ ),
929
+ /* @__PURE__ */ jsx25(
930
+ "path",
931
+ {
932
+ "fill-rule": "evenodd",
933
+ "clip-rule": "evenodd",
934
+ d: "M15 11.5859C13.8954 11.5859 13 12.4814 13 13.5859V29.9997C13 31.1043 13.8954 31.9997 15 31.9997H21C22.1046 31.9997 23 31.1043 23 29.9997V13.5859C23 12.4814 22.1046 11.5859 21 11.5859H15ZM17 15.5859V27.9997H19V15.5859H17Z",
935
+ fill: color
936
+ }
937
+ ),
938
+ /* @__PURE__ */ jsx25(
939
+ "path",
940
+ {
941
+ "fill-rule": "evenodd",
942
+ "clip-rule": "evenodd",
943
+ d: "M0 22.4141C0 21.3095 0.895431 20.4141 2 20.4141H8C9.10457 20.4141 10 21.3095 10 22.4141V30C10 31.1046 9.10457 32 8 32H2C0.89543 32 0 31.1046 0 30V22.4141ZM4 28V24.4141H6V28H4Z",
944
+ fill: color
945
+ }
946
+ ),
947
+ /* @__PURE__ */ jsx25("path", { d: "M0 38H36.5V34H0V38Z", fill: color })
948
+ ] });
949
+ }
950
+ if (fill) {
951
+ return /* @__PURE__ */ jsx25("svg", { ...props, width: size, height: size, viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx25(
952
+ "path",
953
+ {
954
+ "fill-rule": "evenodd",
955
+ "clip-rule": "evenodd",
956
+ d: "M2 0C0.895431 0 0 0.895432 0 2V34C0 35.1046 0.895432 36 2 36H34C35.1046 36 36 35.1046 36 34V2C36 0.895431 35.1046 0 34 0H2ZM16.374 15.3371C15.2694 15.3371 14.374 16.2325 14.374 17.3371V28.3215C14.374 29.4261 15.2695 30.3215 16.3741 30.3215L19.3669 30.3214C20.4714 30.3214 21.3668 29.4259 21.3668 28.3214V17.337C21.3668 16.2324 20.4714 15.3369 19.3668 15.337L16.374 15.3371ZM4 24.0802C4 22.9757 4.8954 22.0802 5.99994 22.0802L8.99276 22.0801C10.0974 22.0801 10.9928 22.9755 10.9928 24.0801L10.9928 28.3212C10.9928 29.4258 10.0974 30.3212 8.99288 30.3212L6.00006 30.3213C4.89547 30.3213 4.00001 29.4259 4.00001 28.3213L4 24.0802ZM26.7479 6.00014C25.6433 6.00017 24.7479 6.8956 24.7479 8.00014L24.7479 28.3213C24.7479 29.4259 25.6434 30.3213 26.748 30.3213L29.7408 30.3212C30.8454 30.3212 31.7407 29.4258 31.7407 28.3212L31.7407 8.00006C31.7407 6.89546 30.8453 6.00003 29.7407 6.00006L26.7479 6.00014Z",
957
+ fill: color
958
+ }
959
+ ) });
960
+ }
961
+ return /* @__PURE__ */ jsxs14("svg", { ...props, width: size, height: size, viewBox: "0 0 36 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
962
+ /* @__PURE__ */ jsx25(
963
+ "path",
964
+ {
965
+ "fill-rule": "evenodd",
966
+ "clip-rule": "evenodd",
967
+ d: "M26.0005 1.99997C26.0005 0.895415 26.896 0 28.0005 0H34C35.1046 0 36 0.895415 36 1.99997V29.9995C36 31.104 35.1046 31.9995 34 31.9995H28.0005C26.896 31.9995 26.0005 31.104 26.0005 29.9995V1.99997ZM29.0005 28.9995V2.99995H33V28.9995H29.0005Z",
968
+ fill: color
969
+ }
970
+ ),
971
+ /* @__PURE__ */ jsx25(
972
+ "path",
973
+ {
974
+ "fill-rule": "evenodd",
975
+ "clip-rule": "evenodd",
976
+ d: "M15.0007 11.586C13.8961 11.586 13.0008 12.4814 13.0008 13.5859V29.9994C13.0008 31.104 13.8962 31.9994 15.0008 31.9994L21.0005 31.9992C22.1051 31.9992 23.0005 31.1038 23.0005 29.9993V13.5858C23.0005 12.4812 22.105 11.5858 21.0004 11.5858L15.0007 11.586ZM16.0007 14.5859V28.9994L20.0005 28.9993V14.5858L16.0007 14.5859Z",
977
+ fill: color
978
+ }
979
+ ),
980
+ /* @__PURE__ */ jsx25(
981
+ "path",
982
+ {
983
+ "fill-rule": "evenodd",
984
+ "clip-rule": "evenodd",
985
+ d: "M0 22.4137C0 21.3091 0.895415 20.4137 1.99997 20.4137H7.99986C9.10442 20.4137 9.99983 21.3091 9.99983 22.4137V29.9995C9.99983 31.104 9.10442 31.9995 7.99986 31.9995H1.99997C0.895415 31.9995 0 31.104 0 29.9995V22.4137ZM2.99995 28.9995V23.4137H6.99988V28.9995H2.99995Z",
986
+ fill: color
987
+ }
988
+ ),
989
+ /* @__PURE__ */ jsx25("path", { d: "M0.000244136 37.4994H35.9996V34.4994H0.000244136V37.4994Z", fill: color })
990
+ ] });
991
+ }, "ICChartBar");
992
+
993
+ // src/assets/chart-line-uptrend.tsx
994
+ import { useState as useState26 } from "react";
995
+ import { jsx as jsx26, jsxs as jsxs15 } from "react/jsx-runtime";
996
+ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
997
+ const [isDarkMode, setIsDarkMode] = useState26(false);
998
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
999
+ if (thick) {
1000
+ return /* @__PURE__ */ jsxs15("svg", { ...props, width: size, height: size, viewBox: "0 0 37 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1001
+ /* @__PURE__ */ jsx26("path", { d: "M0 0V33C0 35.2091 1.79086 37 4 37H37V33H4V0H0Z", fill: color }),
1002
+ /* @__PURE__ */ jsx26(
1003
+ "path",
1004
+ {
1005
+ d: "M30.2173 17.7995L36.0231 5.02679L32.3816 3.37158L26.5758 16.1443L20.9927 10.5611C18.9459 8.5143 15.47 9.25193 14.4309 11.9536L8.53564 27.2812L12.269 28.7171L18.1643 13.3895L23.7474 18.9727C25.7222 20.9475 29.0616 20.342 30.2173 17.7995Z",
1006
+ fill: color
1007
+ }
1008
+ )
1009
+ ] });
1010
+ }
1011
+ if (fill) {
1012
+ return /* @__PURE__ */ jsx26("svg", { ...props, width: size, height: size, viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx26(
1013
+ "path",
1014
+ {
1015
+ "fill-rule": "evenodd",
1016
+ "clip-rule": "evenodd",
1017
+ d: "M2 0C0.895431 0 0 0.895432 0 2V34C0 35.1046 0.895432 36 2 36H34C35.1046 36 36 35.1046 36 34V2C36 0.895431 35.1046 0 34 0H2ZM25.3598 19.3934L31.1655 6.62068L28.4344 5.37927L22.6287 18.152C22.4842 18.4698 22.0668 18.5455 21.8199 18.2986L16.2368 12.7155C14.4458 10.9245 11.4044 11.5699 10.4952 13.9339L4.59998 29.2615L7.40001 30.3384L13.2952 15.0108C13.4251 14.6731 13.8596 14.5809 14.1155 14.8368L19.6986 20.4199C21.4266 22.1479 24.3486 21.618 25.3598 19.3934Z",
1018
+ fill: color
1019
+ }
1020
+ ) });
1021
+ }
1022
+ return /* @__PURE__ */ jsxs15("svg", { ...props, width: size, height: size, viewBox: "0 0 37 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1023
+ /* @__PURE__ */ jsx26(
1024
+ "path",
1025
+ {
1026
+ d: "M0 0V33.4521C0 35.4115 1.58847 37 3.54795 37H37V33.9589H3.54795C3.26802 33.9589 3.0411 33.732 3.0411 33.4521V0H0Z",
1027
+ fill: color
1028
+ }
1029
+ ),
1030
+ /* @__PURE__ */ jsx26(
1031
+ "path",
1032
+ {
1033
+ d: "M29.663 17.8336L35.5483 4.88595L32.7798 3.62754L26.8945 16.5752C26.748 16.8973 26.3249 16.9741 26.0747 16.7238L20.415 11.0642C18.5995 9.24872 15.5165 9.90298 14.5948 12.2993L8.6188 27.8369L11.4572 28.9286L17.4332 13.391C17.5648 13.0487 18.0053 12.9552 18.2646 13.2146L23.9243 18.8742C25.6759 20.6259 28.6379 20.0888 29.663 17.8336Z",
1034
+ fill: color
1035
+ }
1036
+ )
1037
+ ] });
1038
+ }, "ICChartLineUptrend");
1039
+
1040
+ // src/assets/folder.tsx
1041
+ import { useState as useState27 } from "react";
1042
+ import { jsx as jsx27 } from "react/jsx-runtime";
1043
+ var ICFolder = /* @__PURE__ */ __name((props) => {
1044
+ const [isDarkMode, setIsDarkMode] = useState27(false);
1045
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1046
+ if (thick) {
1047
+ return /* @__PURE__ */ jsx27("svg", { ...props, width: size, height: size, viewBox: "0 0 39 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx27(
1048
+ "path",
1049
+ {
1050
+ "fill-rule": "evenodd",
1051
+ "clip-rule": "evenodd",
1052
+ d: "M19.5 4L16.5 0H2C0.895431 0 0 0.89543 0 2V32.5C0 33.6046 0.89543 34.5 2 34.5H37C38.1046 34.5 39 33.6046 39 32.5V6C39 4.89543 38.1046 4 37 4H19.5ZM14.5 4H4V30.5H35V8H17.5L14.5 4Z",
1053
+ fill: color
1054
+ }
1055
+ ) });
1056
+ }
1057
+ if (fill) {
1058
+ return /* @__PURE__ */ jsx27("svg", { ...props, width: size, height: size, viewBox: "0 0 39 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx27("path", { d: "M17.9 5.2L18.5 6H19.5H37V32.5H2L2 2L15.5 2L17.9 5.2Z", fill: color, stroke: "#1E1E1F", "stroke-width": "4" }) });
1059
+ }
1060
+ return /* @__PURE__ */ jsx27("svg", { ...props, width: size, height: size, viewBox: "0 0 39 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx27(
1061
+ "path",
1062
+ {
1063
+ "fill-rule": "evenodd",
1064
+ "clip-rule": "evenodd",
1065
+ d: "M19.5 4L16.5 0H2C0.895431 0 0 0.89543 0 2V32.5C0 33.6046 0.89543 34.5 2 34.5H37C38.1046 34.5 39 33.6046 39 32.5V6C39 4.89543 38.1046 4 37 4H19.5ZM15 3H3V31.5H36V7H18L15 3Z",
1066
+ fill: color
1067
+ }
1068
+ ) });
1069
+ }, "ICFolder");
1070
+
1071
+ // src/assets/person.tsx
1072
+ import { useState as useState28 } from "react";
1073
+ import { jsx as jsx28, jsxs as jsxs16 } from "react/jsx-runtime";
1074
+ var ICPerson = /* @__PURE__ */ __name((props) => {
1075
+ const [isDarkMode, setIsDarkMode] = useState28(false);
1076
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1077
+ if (thick) {
1078
+ return /* @__PURE__ */ jsxs16("svg", { ...props, width: size, height: size, viewBox: "0 0 30 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1079
+ /* @__PURE__ */ jsx28(
1080
+ "path",
1081
+ {
1082
+ "fill-rule": "evenodd",
1083
+ "clip-rule": "evenodd",
1084
+ d: "M22.5 7.50002C22.5 11.6422 19.1422 15 15 15C10.8579 15 7.5 11.6422 7.5 7.50002C7.5 3.35787 10.8579 0 15 0C19.1422 0 22.5 3.35787 22.5 7.50002ZM18.5 7.50002C18.5 9.43302 16.933 11 15 11C13.067 11 11.5 9.43302 11.5 7.50002C11.5 5.56701 13.067 4 15 4C16.933 4 18.5 5.56701 18.5 7.50002Z",
1085
+ fill: color
1086
+ }
1087
+ ),
1088
+ /* @__PURE__ */ jsx28(
1089
+ "path",
1090
+ {
1091
+ "fill-rule": "evenodd",
1092
+ "clip-rule": "evenodd",
1093
+ d: "M0 30C0 22.8203 5.8203 17 13 17H17C24.1797 17 30 22.8203 30 30V36C30 37.1046 29.1046 38 28 38H2C0.89543 38 0 37.1046 0 36V30ZM13 21H17C21.9706 21 26 25.0294 26 30V34H4V30C4 25.0294 8.02944 21 13 21Z",
1094
+ fill: color
1095
+ }
1096
+ )
1097
+ ] });
1098
+ }
1099
+ if (fill) {
1100
+ return /* @__PURE__ */ jsxs16("svg", { ...props, width: size, height: size, viewBox: "0 0 30 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1101
+ /* @__PURE__ */ jsx28(
1102
+ "path",
1103
+ {
1104
+ d: "M15 15C19.1422 15 22.5 11.6422 22.5 7.50002C22.5 3.35787 19.1422 0 15 0C10.8579 0 7.5 3.35787 7.5 7.50002C7.5 11.6422 10.8579 15 15 15Z",
1105
+ fill: color
1106
+ }
1107
+ ),
1108
+ /* @__PURE__ */ jsx28(
1109
+ "path",
1110
+ {
1111
+ d: "M13 17C5.8203 17 0 22.8203 0 30V36C0 37.1046 0.89543 38 2 38H28C29.1046 38 30 37.1046 30 36V30C30 22.8203 24.1797 17 17 17H13Z",
1112
+ fill: color
1113
+ }
1114
+ )
1115
+ ] });
1116
+ }
1117
+ return /* @__PURE__ */ jsxs16("svg", { ...props, width: size, height: size, viewBox: "0 0 30 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1118
+ /* @__PURE__ */ jsx28(
1119
+ "path",
1120
+ {
1121
+ "fill-rule": "evenodd",
1122
+ "clip-rule": "evenodd",
1123
+ d: "M22.5 7.50002C22.5 11.6422 19.1422 15 15 15C10.8579 15 7.5 11.6422 7.5 7.50002C7.5 3.35787 10.8579 0 15 0C19.1422 0 22.5 3.35787 22.5 7.50002ZM19.5 7.50002C19.5 9.9853 17.4853 12 15 12C12.5147 12 10.5 9.9853 10.5 7.50002C10.5 5.01473 12.5147 3 15 3C17.4853 3 19.5 5.01473 19.5 7.50002Z",
1124
+ fill: color
1125
+ }
1126
+ ),
1127
+ /* @__PURE__ */ jsx28(
1128
+ "path",
1129
+ {
1130
+ "fill-rule": "evenodd",
1131
+ "clip-rule": "evenodd",
1132
+ d: "M0 30C0 22.8203 5.8203 17 13 17H17C24.1797 17 30 22.8203 30 30V36C30 37.1046 29.1046 38 28 38H2C0.89543 38 0 37.1046 0 36V30ZM13 20H17C22.5228 20 27 24.4772 27 30V35H3V30C3 24.4772 7.47715 20 13 20Z",
1133
+ fill: color
1134
+ }
1135
+ )
1136
+ ] });
1137
+ }, "ICPerson");
1138
+
1139
+ // src/assets/trash.tsx
1140
+ import { useState as useState29 } from "react";
1141
+ import { jsx as jsx29, jsxs as jsxs17 } from "react/jsx-runtime";
1142
+ var ICTrash = /* @__PURE__ */ __name((props) => {
1143
+ const [isDarkMode, setIsDarkMode] = useState29(false);
1144
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1145
+ if (thick) {
1146
+ return /* @__PURE__ */ jsxs17("svg", { ...props, width: size, height: size, viewBox: "0 0 36 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1147
+ /* @__PURE__ */ jsx29("path", { d: "M16 14V33H12L12 14H16Z", fill: color }),
1148
+ /* @__PURE__ */ jsx29("path", { d: "M24 33V14H20V33H24Z", fill: color }),
1149
+ /* @__PURE__ */ jsx29(
1150
+ "path",
1151
+ {
1152
+ "fill-rule": "evenodd",
1153
+ "clip-rule": "evenodd",
1154
+ d: "M25 7V2C25 0.895431 24.1046 0 23 0H13C11.8954 0 11 0.895431 11 2V7H0V11H3.36364L5.83465 38.1811C5.9283 39.2112 6.79203 40 7.82644 40H28.1736C29.208 40 30.0717 39.2112 30.1654 38.1811L32.6364 11H36V7H25ZM15 4V7H21V4H15ZM28.6199 11H7.38014L9.65287 36H26.3471L28.6199 11Z",
1155
+ fill: color
1156
+ }
1157
+ )
1158
+ ] });
1159
+ }
1160
+ if (fill) {
1161
+ return /* @__PURE__ */ jsx29("svg", { ...props, width: size, height: size, viewBox: "0 0 36 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx29(
1162
+ "path",
1163
+ {
1164
+ "fill-rule": "evenodd",
1165
+ "clip-rule": "evenodd",
1166
+ d: "M25 7V2C25 0.895431 24.1046 0 23 0H13C11.8954 0 11 0.895431 11 2V7H0V11H3.36364L5.83465 38.1811C5.9283 39.2112 6.79203 40 7.82644 40H28.1736C29.208 40 30.0717 39.2112 30.1654 38.1811L32.6364 11H36V7H25ZM15 4V7H21V4H15ZM15 32.5L15 14.5H12V32.5H15ZM24 32.5V14.5H21V32.5H24Z",
1167
+ fill: color
1168
+ }
1169
+ ) });
1170
+ }
1171
+ return /* @__PURE__ */ jsxs17("svg", { ...props, width: size, height: size, viewBox: "0 0 35 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1172
+ /* @__PURE__ */ jsx29("path", { d: "M15 14.5L15 32.5H12L12 14.5H15Z", fill: color }),
1173
+ /* @__PURE__ */ jsx29("path", { d: "M23 32.5V14.5H20V32.5H23Z", fill: color }),
1174
+ /* @__PURE__ */ jsx29(
1175
+ "path",
1176
+ {
1177
+ "fill-rule": "evenodd",
1178
+ "clip-rule": "evenodd",
1179
+ d: "M24.5 7V2C24.5 0.895431 23.6046 0 22.5 0H12.5C11.3954 0 10.5 0.89543 10.5 2V7H0V10H2.77274L5.33465 38.1811C5.4283 39.2112 6.29203 40 7.32644 40H27.6736C28.708 40 29.5717 39.2112 29.6654 38.1811L32.2273 10H35V7H24.5ZM13.5 3V7H21.5V3H13.5ZM29.2149 10H5.78511L8.23965 37H26.7604L29.2149 10Z",
1180
+ fill: color
1181
+ }
1182
+ )
1183
+ ] });
1184
+ }, "ICTrash");
1185
+
1186
+ // src/assets/pencil.tsx
1187
+ import { useState as useState30 } from "react";
1188
+ import { jsx as jsx30, jsxs as jsxs18 } from "react/jsx-runtime";
1189
+ var ICPencil = /* @__PURE__ */ __name((props) => {
1190
+ const [isDarkMode, setIsDarkMode] = useState30(false);
1191
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1192
+ if (thick) {
1193
+ return /* @__PURE__ */ jsx30("svg", { ...props, width: size, height: size, viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx30(
1194
+ "path",
1195
+ {
1196
+ "fill-rule": "evenodd",
1197
+ "clip-rule": "evenodd",
1198
+ d: "M24.7374 1.19292C26.3265 -0.397257 28.904 -0.397695 30.4936 1.19194L34.8081 5.50644C36.397 7.09531 36.3974 9.67124 34.8091 11.2606L13.3277 32.7411C12.8588 33.21 12.2823 33.5571 11.6485 33.7524L5.2741 35.716C2.12068 36.6875 -0.817146 33.6993 0.207763 30.5628L2.25523 24.2971C2.45403 23.6887 2.79355 23.1358 3.24618 22.6833L24.7374 1.19292ZM22.0316 9.6565L6.12347 25.5612L4.07601 31.8269L10.4504 29.8632L26.3459 13.9712L22.0316 9.6565ZM29.2231 11.0933L31.9305 8.38403L27.616 4.06953L24.9088 6.77857L29.2231 11.0933Z",
1199
+ fill: color
1200
+ }
1201
+ ) });
1202
+ }
1203
+ if (fill) {
1204
+ return /* @__PURE__ */ jsxs18("svg", { ...props, width: size, height: size, viewBox: "0 0 35 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1205
+ /* @__PURE__ */ jsx30(
1206
+ "path",
1207
+ {
1208
+ d: "M24.6005 1.04434C25.9917 -0.34778 28.2481 -0.348163 29.6397 1.04349L33.9565 5.36022C35.3475 6.7512 35.3478 9.00631 33.9573 10.3978L30.8873 13.4677L21.5317 4.11298L24.6005 1.04434Z",
1209
+ fill: color
1210
+ }
1211
+ ),
1212
+ /* @__PURE__ */ jsx30(
1213
+ "path",
1214
+ {
1215
+ d: "M19.3724 6.27224L3.09795 22.546C2.70169 22.9422 2.40446 23.4262 2.23041 23.9589L0.181887 30.2278C-0.715374 32.9736 1.85655 35.5896 4.61723 34.7392L10.995 32.7745C11.5498 32.6036 12.0545 32.2997 12.465 31.8892L28.7279 15.627L19.3724 6.27224Z",
1216
+ fill: color
1217
+ }
1218
+ )
1219
+ ] });
1220
+ }
1221
+ return /* @__PURE__ */ jsx30("svg", { ...props, width: size, height: size, viewBox: "0 0 35 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx30(
1222
+ "path",
1223
+ {
1224
+ "fill-rule": "evenodd",
1225
+ "clip-rule": "evenodd",
1226
+ d: "M24.6005 1.04434C25.9917 -0.34778 28.2481 -0.348163 29.6398 1.04349L33.9565 5.36022C35.3475 6.7512 35.3478 9.00631 33.9573 10.3978L12.465 31.8892C12.0545 32.2997 11.5498 32.6036 10.995 32.7745L4.61722 34.7392C1.85655 35.5896 -0.715374 32.9736 0.181887 30.2278L2.23041 23.9588C2.40446 23.4262 2.70169 22.9422 3.09795 22.546L24.6005 1.04434ZM21.5333 8.4328L5.25703 24.7055C5.20042 24.7621 5.15796 24.8313 5.1331 24.9074L3.08457 31.1763C2.95639 31.5686 3.32381 31.9423 3.7182 31.8208L10.0959 29.8561C10.1752 29.8317 10.2473 29.7883 10.3059 29.7296L26.5695 13.4695L21.5333 8.4328ZM28.7286 11.31L31.7973 8.23918C31.9959 8.0404 31.9959 7.71824 31.7972 7.51954L27.4804 3.2028C27.2816 3.00399 26.9593 3.00405 26.7605 3.20292L23.6923 6.27323L28.7286 11.31Z",
1227
+ fill: color
1228
+ }
1229
+ ) });
1230
+ }, "ICPencil");
1231
+
1232
+ // src/assets/copy.tsx
1233
+ import { useState as useState31 } from "react";
1234
+ import { jsx as jsx31, jsxs as jsxs19 } from "react/jsx-runtime";
1235
+ var ICCopy = /* @__PURE__ */ __name((props) => {
1236
+ const [isDarkMode, setIsDarkMode] = useState31(false);
1237
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1238
+ if (thick) {
1239
+ return /* @__PURE__ */ jsx31("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx31(
1240
+ "path",
1241
+ {
1242
+ "fill-rule": "evenodd",
1243
+ "clip-rule": "evenodd",
1244
+ d: "M31 31V36C31 37.1046 30.1046 38 29 38H2C0.89543 38 0 37.1046 0 36V9C0 7.89543 0.89543 7 2 7H7V2C7 0.895432 7.89543 0 9 0H36C37.1046 0 38 0.89543 38 2V29C38 30.1046 37.1046 31 36 31H31ZM11 4V7H29C30.1046 7 31 7.89543 31 9V27H34V4H11ZM4 34V11H27V34H4Z",
1245
+ fill: color
1246
+ }
1247
+ ) });
1248
+ }
1249
+ if (fill) {
1250
+ return /* @__PURE__ */ jsxs19("svg", { ...props, width: size, height: size, viewBox: "0 0 37 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1251
+ /* @__PURE__ */ jsx31(
1252
+ "path",
1253
+ {
1254
+ d: "M2 6C0.895431 6 0 6.89543 0 8V35C0 36.1046 0.895431 37 2 37H29C30.1046 37 31 36.1046 31 35V8C31 6.89543 30.1046 6 29 6H2Z",
1255
+ fill: color
1256
+ }
1257
+ ),
1258
+ /* @__PURE__ */ jsx31(
1259
+ "path",
1260
+ {
1261
+ d: "M6 3L34 3V31H35C36.1046 31 37 30.1046 37 29V2C37 0.89543 36.1046 0 35 0H8C6.89543 0 6 0.895432 6 2V3Z",
1262
+ fill: color
1263
+ }
1264
+ )
1265
+ ] });
1266
+ }
1267
+ return /* @__PURE__ */ jsx31("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx31(
1268
+ "path",
1269
+ {
1270
+ "fill-rule": "evenodd",
1271
+ "clip-rule": "evenodd",
1272
+ d: "M31 31V36C31 37.1046 30.1046 38 29 38H2C0.89543 38 0 37.1046 0 36V9C0 7.89543 0.89543 7 2 7H7V2C7 0.895432 7.89543 0 9 0H36C37.1046 0 38 0.89543 38 2V29C38 30.1046 37.1046 31 36 31H31ZM10 3V7H29C30.1046 7 31 7.89543 31 9V28H35V3H10ZM3 35V10H28V35H3Z",
1273
+ fill: color
1274
+ }
1275
+ ) });
1276
+ }, "ICCopy");
1277
+
1278
+ // src/assets/question-message.tsx
1279
+ import { useState as useState32 } from "react";
1280
+ import { jsx as jsx32, jsxs as jsxs20 } from "react/jsx-runtime";
1281
+ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
1282
+ const [isDarkMode, setIsDarkMode] = useState32(false);
1283
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1284
+ if (thick) {
1285
+ return /* @__PURE__ */ jsxs20("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1286
+ /* @__PURE__ */ jsx32(
1287
+ "path",
1288
+ {
1289
+ d: "M13.8922 14.0469C14.4059 12.7441 15.2401 11.7037 16.3881 10.9516C17.5351 10.2002 18.8489 9.83398 20.3004 9.83398C21.9824 9.83398 23.4192 10.312 24.5234 11.3389C25.6343 12.3722 26.1675 13.7399 26.1675 15.354C26.1675 16.2797 25.9663 17.1469 25.5545 17.9408C25.141 18.7382 24.4693 19.5012 23.5933 20.2379L23.5876 20.2427C22.7073 20.9696 22.3351 21.4978 22.2369 21.8235C22.0906 22.3084 22.0127 22.8602 22.0127 23.4856V24.319H17.9889V23.4856C17.9889 22.2786 18.1952 21.2197 18.6767 20.3707C19.1227 19.5842 19.7858 18.8257 20.6327 18.0898L20.6424 18.0814C21.2696 17.5531 21.7144 17.0699 22.0035 16.6351C22.2649 16.2418 22.3834 15.8467 22.3834 15.4341C22.3834 14.8884 22.1988 14.4852 21.8261 14.156C21.4499 13.8237 20.9282 13.6237 20.1806 13.6237C19.5334 13.6237 19.0135 13.7885 18.584 14.0919C18.1466 14.4008 17.8016 14.843 17.5607 15.4577L17.2603 16.2246L13.5823 14.833L13.8922 14.0469Z",
1290
+ fill: color
1291
+ }
1292
+ ),
1293
+ /* @__PURE__ */ jsx32(
1294
+ "path",
1295
+ {
1296
+ d: "M18.5518 26.1418C19.0059 25.6866 19.5798 25.4563 20.2205 25.4563C20.8613 25.4563 21.4352 25.6866 21.8892 26.1418C22.3431 26.5969 22.572 27.1713 22.572 27.8118C22.572 28.4523 22.3431 29.0267 21.8892 29.4818C21.4352 29.9371 20.8613 30.1673 20.2205 30.1673C19.5798 30.1673 19.0059 29.9371 18.5518 29.4818C18.0979 29.0267 17.8691 28.4523 17.8691 27.8118C17.8691 27.1713 18.0979 26.5969 18.5518 26.1418Z",
1297
+ fill: color
1298
+ }
1299
+ ),
1300
+ /* @__PURE__ */ jsx32(
1301
+ "path",
1302
+ {
1303
+ "fill-rule": "evenodd",
1304
+ "clip-rule": "evenodd",
1305
+ d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 24.1115 1.24062 27.9332 3.36794 31.1112L2.07988 35.9183C1.6814 37.4054 3.04222 38.7663 4.52936 38.3678L9.51196 37.0327C12.5612 38.9143 16.1538 40 20 40ZM7.70124 30.3939L6.69196 28.8861C4.9916 26.346 4 23.2948 4 20C4 11.1634 11.1634 4 20 4C28.8366 4 36 11.1634 36 20C36 28.8366 28.8366 36 20 36C16.9168 36 14.0486 35.1319 11.6125 33.6286L10.1438 32.7223L6.84016 33.6075L7.70124 30.3939Z",
1306
+ fill: color
1307
+ }
1308
+ )
1309
+ ] });
1310
+ }
1311
+ if (fill && thick) {
1312
+ return /* @__PURE__ */ jsx32("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx32(
1313
+ "path",
1314
+ {
1315
+ "fill-rule": "evenodd",
1316
+ "clip-rule": "evenodd",
1317
+ d: "M40 20C40 31.0457 31.0457 40 20 40C16.1538 40 12.5612 38.9143 9.51196 37.0327L4.52936 38.3678C3.04222 38.7663 1.6814 37.4054 2.07988 35.9183L3.36794 31.1112C1.24062 27.9332 0 24.1115 0 20C0 8.9543 8.9543 0 20 0C31.0457 0 40 8.9543 40 20ZM13.8922 14.0469C14.4059 12.7441 15.2401 11.7037 16.3881 10.9516C17.5351 10.2002 18.8489 9.83398 20.3004 9.83398C21.9824 9.83398 23.4192 10.312 24.5234 11.3389C25.6343 12.3722 26.1675 13.7399 26.1675 15.354C26.1675 16.2797 25.9663 17.1469 25.5545 17.9408C25.141 18.7382 24.4693 19.5012 23.5933 20.2379L23.5876 20.2427C22.7073 20.9696 22.3351 21.4978 22.2369 21.8235C22.0906 22.3084 22.0127 22.8602 22.0127 23.4856V24.319H17.9889V23.4856C17.9889 22.2786 18.1952 21.2197 18.6767 20.3707C19.1227 19.5842 19.7858 18.8257 20.6327 18.0898L20.6424 18.0814C21.2696 17.5531 21.7144 17.0699 22.0035 16.6351C22.2649 16.2418 22.3834 15.8467 22.3834 15.4341C22.3834 14.8884 22.1988 14.4852 21.8261 14.156C21.4499 13.8237 20.9282 13.6237 20.1806 13.6237C19.5334 13.6237 19.0135 13.7885 18.584 14.0919C18.1466 14.4008 17.8016 14.843 17.5607 15.4577L17.2603 16.2246L13.5823 14.833L13.8922 14.0469ZM18.5518 27.1418C19.0059 26.6866 19.5798 26.4563 20.2205 26.4563C20.8613 26.4563 21.4352 26.6866 21.8892 27.1418C22.3431 27.5969 22.572 28.1713 22.572 28.8118C22.572 29.4523 22.3431 30.0267 21.8892 30.4818C21.4352 30.9371 20.8613 31.1673 20.2205 31.1673C19.5798 31.1673 19.0059 30.9371 18.5518 30.4818C18.0979 30.0267 17.8691 29.4523 17.8691 28.8118C17.8691 28.1713 18.0979 27.5969 18.5518 27.1418Z",
1318
+ fill: color
1319
+ }
1320
+ ) });
1321
+ }
1322
+ if (fill) {
1323
+ return /* @__PURE__ */ jsx32("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx32(
1324
+ "path",
1325
+ {
1326
+ "fill-rule": "evenodd",
1327
+ "clip-rule": "evenodd",
1328
+ d: "M40 20C40 31.0457 31.0457 40 20 40C16.1538 40 12.5612 38.9143 9.51196 37.0327L4.52936 38.3678C3.04222 38.7663 1.6814 37.4054 2.07988 35.9183L3.36794 31.1112C1.24062 27.9332 0 24.1115 0 20C0 8.9543 8.9543 0 20 0C31.0457 0 40 8.9543 40 20ZM16.558 11.211C17.6498 10.4957 18.9034 10.144 20.3004 10.144C21.9214 10.144 23.277 10.6032 24.3122 11.5659C25.3517 12.5327 25.8575 13.8138 25.8575 15.354C25.8575 16.2334 25.6667 17.0512 25.2794 17.7981C24.8908 18.5472 24.251 19.2797 23.3938 20.0006L23.3902 20.0036C22.5005 20.7383 22.0661 21.3158 21.94 21.734C21.7838 22.2521 21.7027 22.8346 21.7027 23.4856V24.009H18.2989V23.4856C18.2989 22.3104 18.5003 21.3101 18.9463 20.5236C19.3701 19.7764 20.007 19.0443 20.836 18.3238L20.8421 18.3185C21.4837 17.7781 21.9513 17.2735 22.2616 16.8067C22.5546 16.3661 22.6934 15.9118 22.6934 15.4341C22.6934 14.8033 22.4735 14.3142 22.0314 13.9236C21.5871 13.5312 20.987 13.3137 20.1806 13.3137C19.4769 13.3137 18.8928 13.4942 18.4051 13.8387C17.9125 14.1867 17.5323 14.6804 17.2721 15.3446L17.0834 15.8262L13.986 14.6543L14.1806 14.1606C14.6716 12.9153 15.4655 11.9266 16.558 11.211ZM18.7713 26.3607C19.1654 25.9655 19.6596 25.7663 20.2205 25.7663C20.7814 25.7663 21.2756 25.9655 21.6697 26.3607C22.0638 26.7558 22.262 27.2506 22.262 27.8118C22.262 28.373 22.0638 28.8678 21.6697 29.2629C21.2756 29.6581 20.7814 29.8573 20.2205 29.8573C19.6596 29.8573 19.1654 29.6581 18.7713 29.2629C18.3773 28.8678 18.1791 28.373 18.1791 27.8118C18.1791 27.2506 18.3773 26.7558 18.7713 26.3607Z",
1329
+ fill: color
1330
+ }
1331
+ ) });
1332
+ }
1333
+ return /* @__PURE__ */ jsxs20("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1334
+ /* @__PURE__ */ jsx32(
1335
+ "path",
1336
+ {
1337
+ d: "M20.3004 10.144C18.9034 10.144 17.6498 10.4957 16.558 11.211C15.4655 11.9266 14.6716 12.9153 14.1806 14.1606L13.986 14.6543L17.0834 15.8262L17.2721 15.3446C17.5323 14.6804 17.9125 14.1867 18.4051 13.8387C18.8928 13.4942 19.4769 13.3137 20.1806 13.3137C20.987 13.3137 21.5871 13.5312 22.0314 13.9236C22.4735 14.3142 22.6934 14.8033 22.6934 15.4341C22.6934 15.9118 22.5546 16.3661 22.2616 16.8067C21.9513 17.2735 21.4837 17.7781 20.8421 18.3185L20.836 18.3238C20.007 19.0443 19.3701 19.7764 18.9463 20.5236C18.5003 21.3101 18.2989 22.3104 18.2989 23.4856V24.009H21.7027V23.4856C21.7027 22.8346 21.7838 22.2521 21.94 21.734C22.0661 21.3158 22.5005 20.7383 23.3902 20.0036L23.3938 20.0006C24.251 19.2797 24.8908 18.5472 25.2794 17.7981C25.6667 17.0512 25.8575 16.2334 25.8575 15.354C25.8575 13.8138 25.3517 12.5327 24.3122 11.5659C23.277 10.6032 21.9214 10.144 20.3004 10.144Z",
1338
+ fill: color
1339
+ }
1340
+ ),
1341
+ /* @__PURE__ */ jsx32(
1342
+ "path",
1343
+ {
1344
+ d: "M20.2205 25.7663C19.6596 25.7663 19.1654 25.9655 18.7713 26.3607C18.3773 26.7558 18.1791 27.2506 18.1791 27.8118C18.1791 28.373 18.3773 28.8678 18.7713 29.2629C19.1654 29.6581 19.6596 29.8573 20.2205 29.8573C20.7814 29.8573 21.2756 29.6581 21.6697 29.2629C22.0638 28.8678 22.262 28.373 22.262 27.8118C22.262 27.2506 22.0638 26.7558 21.6697 26.3607C21.2756 25.9655 20.7814 25.7663 20.2205 25.7663Z",
1345
+ fill: color
1346
+ }
1347
+ ),
1348
+ /* @__PURE__ */ jsx32(
1349
+ "path",
1350
+ {
1351
+ "fill-rule": "evenodd",
1352
+ "clip-rule": "evenodd",
1353
+ d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 24.1115 1.24062 27.9332 3.36794 31.1112L2.07988 35.9183C1.6814 37.4054 3.04222 38.7663 4.52936 38.3678L9.51196 37.0327C12.5612 38.9143 16.1538 40 20 40ZM6.61791 30.5732L5.86096 29.4424C4.05386 26.7428 3 23.499 3 20C3 10.6112 10.6112 3 20 3C29.3888 3 37 10.6112 37 20C37 29.3888 29.3888 37 20 37C16.7261 37 13.6768 36.0775 11.0874 34.4797L9.98581 33.7999L5.42594 35.0217L6.61791 30.5732Z",
1354
+ fill: color
1355
+ }
1356
+ )
1357
+ ] });
1358
+ }, "ICQuestionMessage");
1359
+
1360
+ // src/assets/books.tsx
1361
+ import { useState as useState33 } from "react";
1362
+ import { jsx as jsx33, jsxs as jsxs21 } from "react/jsx-runtime";
1363
+ var ICBooks = /* @__PURE__ */ __name((props) => {
1364
+ const [isDarkMode, setIsDarkMode] = useState33(false);
1365
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1366
+ if (fill && thick) {
1367
+ return /* @__PURE__ */ jsxs21("svg", { ...props, width: size, height: size, viewBox: "0 0 40 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1368
+ /* @__PURE__ */ jsx33(
1369
+ "path",
1370
+ {
1371
+ "fill-rule": "evenodd",
1372
+ "clip-rule": "evenodd",
1373
+ d: "M20.466 2.65677L29.3718 0.0413626C29.9109 -0.11697 30.476 0.193237 30.6319 0.73309L39.96 33.0393C40.1149 33.5757 39.8071 34.1364 39.2714 34.2937L30.3657 36.9091C29.8265 37.0674 29.2614 36.7572 29.1055 36.2174L19.7774 3.91117C19.6226 3.37478 19.9303 2.81408 20.466 2.65677Z",
1374
+ fill: color
1375
+ }
1376
+ ),
1377
+ /* @__PURE__ */ jsx33(
1378
+ "path",
1379
+ {
1380
+ "fill-rule": "evenodd",
1381
+ "clip-rule": "evenodd",
1382
+ d: "M1.01416 4.86705H8.69565C9.25575 4.86705 9.7098 5.3211 9.7098 5.88121V35.9718C9.7098 36.5319 9.25575 36.986 8.69565 36.986H1.01415C0.454052 36.986 0 36.5319 0 35.9718V5.8812C0 5.3211 0.454052 4.86705 1.01416 4.86705Z",
1383
+ fill: color
1384
+ }
1385
+ ),
1386
+ /* @__PURE__ */ jsx33(
1387
+ "path",
1388
+ {
1389
+ "fill-rule": "evenodd",
1390
+ "clip-rule": "evenodd",
1391
+ d: "M11.7381 13.4044H20.4867C21.0468 13.4044 21.5009 13.8585 21.5009 14.4186V35.9724C21.5009 36.5325 21.0468 36.9866 20.4867 36.9866H11.7381C11.178 36.9866 10.724 36.5325 10.724 35.9724V14.4186C10.724 13.8585 11.178 13.4044 11.7381 13.4044ZM13.7655 18.0593H18.1668V21.1017H13.7655V18.0593ZM18.1668 29.01H13.7655V32.0524H18.1668V29.01Z",
1392
+ fill: color
1393
+ }
1394
+ )
1395
+ ] });
1396
+ }
1397
+ if (thick) {
1398
+ return /* @__PURE__ */ jsxs21("svg", { ...props, width: size, height: size, viewBox: "0 0 40 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1399
+ /* @__PURE__ */ jsx33("path", { d: "M16.4664 18.6232H13.7036V20.6325H16.4664V18.6232Z", fill: color }),
1400
+ /* @__PURE__ */ jsx33("path", { d: "M16.4664 28.6694H13.7036V30.6787H16.4664V28.6694Z", fill: color }),
1401
+ /* @__PURE__ */ jsx33(
1402
+ "path",
1403
+ {
1404
+ "fill-rule": "evenodd",
1405
+ "clip-rule": "evenodd",
1406
+ d: "M19.1403 4.97324C18.8335 3.91055 19.4433 2.79971 20.5046 2.48803L28.6975 0.081947C29.7657 -0.23174 30.8852 0.382841 31.1941 1.45239L39.9207 31.6754C40.2275 32.7381 39.6177 33.849 38.5565 34.1606L30.3635 36.5667C29.2953 36.8804 28.1758 36.2658 27.8669 35.1963L22.1017 15.2294V34.6976C22.1017 35.8073 21.2021 36.7069 20.0924 36.7068L10.046 36.7065L10.0348 36.7065H2.00924C0.899568 36.7065 0 35.8069 0 34.6973V6.56778C0 5.4581 0.899568 4.55854 2.00924 4.55854H10.0462C11.1559 4.55854 12.0554 5.45811 12.0554 6.56778V12.5954L20.0925 12.5956C20.6459 12.5956 21.1469 12.8193 21.5103 13.1812L19.1403 4.97324ZM31.1678 32.1423L23.5559 5.7801L27.8932 4.50634L35.5051 30.8686L31.1678 32.1423ZM4.01848 32.688H8.03681V14.6046L8.03696 14.5795V8.57702H4.01848V32.688ZM18.0832 32.6883L12.0554 32.6881V16.6139L18.0832 16.6141V32.6883Z",
1407
+ fill: color
1408
+ }
1409
+ )
1410
+ ] });
1411
+ }
1412
+ if (fill) {
1413
+ return /* @__PURE__ */ jsxs21("svg", { ...props, width: size, height: size, viewBox: "0 0 40 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1414
+ /* @__PURE__ */ jsx33(
1415
+ "path",
1416
+ {
1417
+ d: "M29.3717 0.0413625L20.466 2.65676C19.9303 2.81408 19.6226 3.37476 19.7774 3.91115L29.1055 36.2172C29.2614 36.7571 29.8265 37.0673 30.3656 36.909L39.2713 34.2936C39.807 34.1363 40.1148 33.5756 39.9599 33.0392L30.6318 0.733088C30.476 0.193237 29.9109 -0.116969 29.3717 0.0413625Z",
1418
+ fill: color
1419
+ }
1420
+ ),
1421
+ /* @__PURE__ */ jsx33(
1422
+ "path",
1423
+ {
1424
+ d: "M8.69562 4.86775H1.01415C0.45405 4.86775 0 5.3218 0 5.8819V35.9724C0 36.5325 0.454051 36.9866 1.01415 36.9866H8.69562C9.25572 36.9866 9.70977 36.5325 9.70977 35.9724V5.8819C9.70977 5.3218 9.25572 4.86775 8.69562 4.86775Z",
1425
+ fill: color
1426
+ }
1427
+ ),
1428
+ /* @__PURE__ */ jsx33(
1429
+ "path",
1430
+ {
1431
+ "fill-rule": "evenodd",
1432
+ "clip-rule": "evenodd",
1433
+ d: "M11.7381 13.4044H20.4867C21.0468 13.4044 21.5008 13.8584 21.5008 14.4185V35.9723C21.5008 36.5324 21.0468 36.9864 20.4867 36.9864H11.7381C11.178 36.9864 10.724 36.5324 10.724 35.9723V14.4185C10.724 13.8584 11.178 13.4044 11.7381 13.4044ZM13.9953 18.289H17.937V20.8719H13.9953V18.289ZM17.937 29.2397H13.9953V31.8225H17.937V29.2397Z",
1434
+ fill: color
1435
+ }
1436
+ )
1437
+ ] });
1438
+ }
1439
+ return /* @__PURE__ */ jsxs21("svg", { ...props, width: size, height: size, viewBox: "0 0 40 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1440
+ /* @__PURE__ */ jsx33("path", { d: "M13.5153 18.0856H17.3532V20.6442H13.5153V18.0856Z", fill: color }),
1441
+ /* @__PURE__ */ jsx33("path", { d: "M17.3532 28.3948H13.5153V30.9533H17.3532V28.3948Z", fill: color }),
1442
+ /* @__PURE__ */ jsx33(
1443
+ "path",
1444
+ {
1445
+ "fill-rule": "evenodd",
1446
+ "clip-rule": "evenodd",
1447
+ d: "M20.5046 2.48803C19.4433 2.79971 18.8335 3.91055 19.1403 4.97324L21.5104 13.1814C21.147 12.8194 20.6458 12.5957 20.0924 12.5957H12.0554V6.56778C12.0554 5.45811 11.1559 4.55854 10.0462 4.55854H2.00924C0.899568 4.55854 0 5.4581 0 6.56778V34.6973C0 35.8069 0.899568 36.7065 2.00924 36.7065H10.0462C10.2194 36.7065 10.3875 36.6846 10.5479 36.6433C10.7087 36.6848 10.8772 36.7068 11.0509 36.7068H20.0924C21.2021 36.7068 22.1017 35.8072 22.1017 34.6976V15.2293L27.8669 35.1963C28.1758 36.2658 29.2953 36.8804 30.3635 36.5667L38.5565 34.1606C39.6177 33.849 40.2275 32.7381 39.9207 31.6754L31.1941 1.45239C30.8852 0.382841 29.7657 -0.23174 28.6975 0.081947L20.5046 2.48803ZM22.3133 5.09798L30.4826 33.3906L36.7477 31.5507L28.5785 3.25806L22.3133 5.09798ZM3.01386 7.5724V33.6926H9.04158V7.5724H3.01386ZM12.0555 33.6929V15.6096H19.0878V33.6929H12.0555Z",
1448
+ fill: color
1449
+ }
1450
+ )
1451
+ ] });
1452
+ }, "ICBooks");
1453
+
1454
+ // src/assets/balance.tsx
1455
+ import { useState as useState34 } from "react";
1456
+ import { jsx as jsx34, jsxs as jsxs22 } from "react/jsx-runtime";
1457
+ var ICBalance = /* @__PURE__ */ __name((props) => {
1458
+ const [isDarkMode, setIsDarkMode] = useState34(false);
1459
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1460
+ if (thick) {
1461
+ return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 35 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1462
+ /* @__PURE__ */ jsx34(
1463
+ "path",
1464
+ {
1465
+ d: "M19.3228 7.123L33.3688 3.90391L32.4741 0L0 7.4425L0.894708 11.3464L15.3177 8.04091L15.3177 34.9949H5.56819V39H28.9318V34.9949H19.3228L19.3228 7.123Z",
1466
+ fill: color
1467
+ }
1468
+ ),
1469
+ /* @__PURE__ */ jsx34(
1470
+ "path",
1471
+ {
1472
+ "fill-rule": "evenodd",
1473
+ "clip-rule": "evenodd",
1474
+ d: "M23.8193 23.72H32.1072C33.4741 23.72 34.4393 22.3809 34.007 21.0842L29.863 8.65223C29.2545 6.82651 26.672 6.8265 26.0634 8.65223L21.9195 21.0842C21.4872 22.3809 22.4524 23.72 23.8193 23.72ZM29.3288 19.7149L27.9632 15.6181L26.5977 19.7149H29.3288Z",
1475
+ fill: color
1476
+ }
1477
+ ),
1478
+ /* @__PURE__ */ jsx34(
1479
+ "path",
1480
+ {
1481
+ "fill-rule": "evenodd",
1482
+ "clip-rule": "evenodd",
1483
+ d: "M11.0803 28.9112H2.79237C1.4255 28.9112 0.46033 27.5721 0.89257 26.2754L5.03656 13.8434C5.64514 12.0177 8.22758 12.0177 8.83615 13.8434L12.9801 26.2754C13.4124 27.5721 12.4472 28.9112 11.0803 28.9112ZM6.93635 20.8094L8.30194 24.9061H5.57077L6.93635 20.8094Z",
1484
+ fill: color
1485
+ }
1486
+ )
1487
+ ] });
1488
+ }
1489
+ if (fill && thick) {
1490
+ return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 34 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1491
+ /* @__PURE__ */ jsx34(
1492
+ "path",
1493
+ {
1494
+ d: "M19.3232 7.12301L33.3691 3.90394L32.4744 0L0 7.44256L0.894715 11.3465L15.318 8.04092L15.318 34.9949H5.5682V39H28.932V34.9949H19.3232L19.3232 7.12301Z",
1495
+ fill: color
1496
+ }
1497
+ ),
1498
+ /* @__PURE__ */ jsx34(
1499
+ "path",
1500
+ {
1501
+ d: "M33.1794 18.34C33.6116 19.6367 32.6464 20.9758 31.2795 20.9758H24.8209C23.4541 20.9758 22.4889 19.6367 22.9211 18.34L26.1504 8.65205C26.759 6.82631 29.3415 6.82632 29.9501 8.65206L33.1794 18.34Z",
1502
+ fill: color
1503
+ }
1504
+ ),
1505
+ /* @__PURE__ */ jsx34(
1506
+ "path",
1507
+ {
1508
+ d: "M12.1523 23.3464C12.5846 24.6431 11.6194 25.9823 10.2525 25.9823H3.79389C2.42702 25.9823 1.46184 24.6431 1.89408 23.3464L5.12338 13.6585C5.73196 11.8328 8.31442 11.8328 8.923 13.6585L12.1523 23.3464Z",
1509
+ fill: color
1510
+ }
1511
+ )
1512
+ ] });
1513
+ }
1514
+ if (fill) {
1515
+ return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1516
+ /* @__PURE__ */ jsx34(
1517
+ "path",
1518
+ {
1519
+ d: "M18.7048 6.23427L33.1352 2.92705L32.4644 0L0 7.44028L0.67083 10.3673L15.7018 6.92249L15.7018 34.9971H5.45472V38H28.8114V34.9971H18.7048L18.7048 6.23427Z",
1520
+ fill: color
1521
+ }
1522
+ ),
1523
+ /* @__PURE__ */ jsx34(
1524
+ "path",
1525
+ {
1526
+ d: "M33.0572 17.8467C33.4893 19.143 32.5244 20.4817 31.1579 20.4817H24.7013C23.3348 20.4817 22.37 19.143 22.8021 17.8467L26.0304 8.16174C26.6388 6.33656 29.2204 6.33656 29.8288 8.16174L33.0572 17.8467Z",
1527
+ fill: color
1528
+ }
1529
+ ),
1530
+ /* @__PURE__ */ jsx34(
1531
+ "path",
1532
+ {
1533
+ d: "M12.0366 22.8516C12.4687 24.1479 11.5038 25.4866 10.1373 25.4866H3.68071C2.31425 25.4866 1.34937 24.1479 1.78148 22.8516L5.00979 13.1666C5.61819 11.3415 8.19985 11.3415 8.80825 13.1666L12.0366 22.8516Z",
1534
+ fill: color
1535
+ }
1536
+ )
1537
+ ] });
1538
+ }
1539
+ return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1540
+ /* @__PURE__ */ jsx34(
1541
+ "path",
1542
+ {
1543
+ d: "M18.7048 6.23427L33.1352 2.92705L32.4644 0L0 7.44028L0.67083 10.3673L15.7018 6.92249L15.7018 34.9971H5.45472V38H28.8114V34.9971H18.7048L18.7048 6.23427Z",
1544
+ fill: color
1545
+ }
1546
+ ),
1547
+ /* @__PURE__ */ jsx34(
1548
+ "path",
1549
+ {
1550
+ "fill-rule": "evenodd",
1551
+ "clip-rule": "evenodd",
1552
+ d: "M23.7003 23.2251H31.9858C33.3523 23.2251 34.3172 21.8864 33.885 20.5901L29.7423 8.1618C29.1339 6.33662 26.5522 6.33662 25.9438 8.1618L21.8011 20.59C21.369 21.8864 22.3339 23.2251 23.7003 23.2251ZM30.597 20.2221L27.8431 11.9603L25.0891 20.2221H30.597Z",
1553
+ fill: color
1554
+ }
1555
+ ),
1556
+ /* @__PURE__ */ jsx34(
1557
+ "path",
1558
+ {
1559
+ "fill-rule": "evenodd",
1560
+ "clip-rule": "evenodd",
1561
+ d: "M10.9652 28.4147H2.67973C1.31327 28.4147 0.348388 27.076 0.780499 25.7797L4.92325 13.3515C5.53164 11.5263 8.11331 11.5263 8.7217 13.3515L12.8645 25.7797C13.2966 27.076 12.3317 28.4147 10.9652 28.4147ZM6.82248 17.1499L9.57644 25.4118H4.06851L6.82248 17.1499Z",
1562
+ fill: color
1563
+ }
1564
+ )
1565
+ ] });
1566
+ }, "ICBalance");
1567
+
1568
+ // src/assets/document.tsx
1569
+ import { useState as useState35 } from "react";
1570
+ import { jsx as jsx35, jsxs as jsxs23 } from "react/jsx-runtime";
1571
+ var ICDocument = /* @__PURE__ */ __name((props) => {
1572
+ const [isDarkMode, setIsDarkMode] = useState35(false);
1573
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1574
+ if (thick) {
1575
+ return /* @__PURE__ */ jsx35("svg", { ...props, width: size, height: size, viewBox: "0 0 30 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx35(
1576
+ "path",
1577
+ {
1578
+ "fill-rule": "evenodd",
1579
+ "clip-rule": "evenodd",
1580
+ d: "M2 40H28C29.1045 40 30 39.1046 30 38V16.865C30 16.3586 29.8078 15.871 29.4623 15.5007L15.5938 0.635652C15.2155 0.230207 14.6859 0 14.1314 0H2C0.895431 0 0 0.895431 0 2V38C0 39.1046 0.895431 40 2 40ZM26 18.0769V36H4V4H13.001V14.0769C13.001 16.2861 14.7918 18.0769 17.001 18.0769H26ZM22.6635 14.0769L17.001 8.00755V14.0769L22.6635 14.0769Z",
1581
+ fill: color
1582
+ }
1583
+ ) });
1584
+ }
1585
+ if (fill && thick) {
1586
+ return /* @__PURE__ */ jsxs23("svg", { ...props, width: size, height: size, viewBox: "0 0 30 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1587
+ /* @__PURE__ */ jsx35(
1588
+ "path",
1589
+ {
1590
+ d: "M28 40H2C0.895431 40 0 39.1046 0 38V2C0 0.895431 0.895431 0 2 0H13.001V14.0769C13.001 16.2861 14.7918 18.0769 17.001 18.0769H30V38C30 39.1046 29.1045 40 28 40Z",
1591
+ fill: color
1592
+ }
1593
+ ),
1594
+ /* @__PURE__ */ jsx35("path", { d: "M28.134 14.0769L17.001 2.14395V14.0769L28.134 14.0769Z", fill: color })
1595
+ ] });
1596
+ }
1597
+ if (fill) {
1598
+ return /* @__PURE__ */ jsxs23("svg", { ...props, width: size, height: size, viewBox: "0 0 30 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1599
+ /* @__PURE__ */ jsx35(
1600
+ "path",
1601
+ {
1602
+ d: "M28 40H2C0.895431 40 0 39.1046 0 38V2C0 0.895431 0.895431 0 2 0H13.501V14.0769C13.501 16.0099 15.068 17.5769 17.001 17.5769H30V38C30 39.1046 29.1045 40 28 40Z",
1603
+ fill: color
1604
+ }
1605
+ ),
1606
+ /* @__PURE__ */ jsx35(
1607
+ "path",
1608
+ {
1609
+ d: "M28.6005 14.5769L16.501 1.60803V14.0769C16.501 14.3531 16.7248 14.5769 17.001 14.5769H28.6005Z",
1610
+ fill: color
1611
+ }
1612
+ )
1613
+ ] });
1614
+ }
1615
+ return /* @__PURE__ */ jsx35("svg", { ...props, width: size, height: size, viewBox: "0 0 30 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx35(
1616
+ "path",
1617
+ {
1618
+ "fill-rule": "evenodd",
1619
+ "clip-rule": "evenodd",
1620
+ d: "M2 40H28C29.1045 40 30 39.1046 30 38V16.865C30 16.3586 29.8078 15.871 29.4623 15.5007L15.5938 0.635652C15.2155 0.230207 14.6859 0 14.1314 0H2C0.895431 0 0 0.895431 0 2V38C0 39.1046 0.895431 40 2 40ZM27 17.5769V37H3V3H13.501V14.0769C13.501 16.0099 15.068 17.5769 17.001 17.5769H27ZM24.4976 14.5769L16.501 6.00573V14.0769C16.501 14.3531 16.7248 14.5769 17.001 14.5769H24.4976Z",
1621
+ fill: color
1622
+ }
1623
+ ) });
1624
+ }, "ICDocument");
1625
+
1626
+ // src/assets/person-add.tsx
1627
+ import { useState as useState36 } from "react";
1628
+ import { jsx as jsx36, jsxs as jsxs24 } from "react/jsx-runtime";
1629
+ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
1630
+ const [isDarkMode, setIsDarkMode] = useState36(false);
1631
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1632
+ if (thick) {
1633
+ return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1634
+ /* @__PURE__ */ jsx36(
1635
+ "path",
1636
+ {
1637
+ "fill-rule": "evenodd",
1638
+ "clip-rule": "evenodd",
1639
+ d: "M22.5 7.50002C22.5 11.6422 19.1422 15 15 15C10.8579 15 7.5 11.6422 7.5 7.50002C7.5 3.35787 10.8579 0 15 0C19.1422 0 22.5 3.35787 22.5 7.50002ZM18.5 7.50002C18.5 9.43302 16.933 11 15 11C13.067 11 11.5 9.43302 11.5 7.50002C11.5 5.56701 13.067 4 15 4C16.933 4 18.5 5.56701 18.5 7.50002Z",
1640
+ fill: color
1641
+ }
1642
+ ),
1643
+ /* @__PURE__ */ jsx36(
1644
+ "path",
1645
+ {
1646
+ d: "M13 21C8.02944 21 4 25.0294 4 30V34H15.7499C16.3472 35.5294 17.2768 36.8923 18.4501 38H2C0.89543 38 0 37.1046 0 36V30C0 22.8203 5.8203 17 13 17H17C19.6485 17 22.112 17.792 24.1666 19.1521C22.3472 19.4574 20.6792 20.2092 19.2793 21.2911C18.5514 21.1011 17.7875 21 17 21H13Z",
1647
+ fill: color
1648
+ }
1649
+ ),
1650
+ /* @__PURE__ */ jsx36("path", { d: "M23.9996 28V21.9999H27.9996V28H34V32H27.9996V38H23.9996V32H18.0004V28H23.9996Z", fill: color })
1651
+ ] });
1652
+ }
1653
+ if (fill && thick) {
1654
+ return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1655
+ /* @__PURE__ */ jsx36(
1656
+ "path",
1657
+ {
1658
+ d: "M15 15C19.1421 15 22.5 11.6422 22.5 7.50002C22.5 3.35787 19.1421 0 15 0C10.8578 0 7.49997 3.35787 7.49997 7.50002C7.49997 11.6422 10.8578 15 15 15Z",
1659
+ fill: color
1660
+ }
1661
+ ),
1662
+ /* @__PURE__ */ jsx36(
1663
+ "path",
1664
+ {
1665
+ d: "M0 30C0 22.8203 5.8203 17 13 17H17C19.6485 17 22.112 17.792 24.1666 19.1521C18.9642 20.025 15 24.5495 15 30C15 33.1521 16.3258 35.9945 18.4501 38H2C0.89543 38 0 37.1046 0 36V30Z",
1666
+ fill: color
1667
+ }
1668
+ ),
1669
+ /* @__PURE__ */ jsx36("path", { d: "M23.9996 28V21.9999H27.9996V28H34V32H27.9996V38H23.9996V32H18.0004V28H23.9996Z", fill: color })
1670
+ ] });
1671
+ }
1672
+ if (fill) {
1673
+ return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1674
+ /* @__PURE__ */ jsx36(
1675
+ "path",
1676
+ {
1677
+ d: "M15 15C19.1421 15 22.5 11.6422 22.5 7.50002C22.5 3.35787 19.1421 0 15 0C10.8578 0 7.49997 3.35787 7.49997 7.50002C7.49997 11.6422 10.8578 15 15 15Z",
1678
+ fill: color
1679
+ }
1680
+ ),
1681
+ /* @__PURE__ */ jsx36(
1682
+ "path",
1683
+ {
1684
+ d: "M0 30C0 22.8203 5.8203 17 13 17H17C19.6485 17 22.112 17.792 24.1666 19.1521C18.9642 20.025 15 24.5495 15 30C15 33.1521 16.3258 35.9945 18.4501 38H2C0.89543 38 0 37.1046 0 36V30Z",
1685
+ fill: color
1686
+ }
1687
+ ),
1688
+ /* @__PURE__ */ jsx36(
1689
+ "path",
1690
+ {
1691
+ d: "M24.4996 28.5V21.9999H27.4996V28.5H34V31.5H27.4996V38H24.4996V31.5H18.0004V28.5H24.4996Z",
1692
+ fill: color
1693
+ }
1694
+ )
1695
+ ] });
1696
+ }
1697
+ return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1698
+ /* @__PURE__ */ jsx36(
1699
+ "path",
1700
+ {
1701
+ "fill-rule": "evenodd",
1702
+ "clip-rule": "evenodd",
1703
+ d: "M22.5 7.50002C22.5 11.6422 19.1422 15 15 15C10.8579 15 7.5 11.6422 7.5 7.50002C7.5 3.35787 10.8579 0 15 0C19.1422 0 22.5 3.35787 22.5 7.50002ZM19.5 7.50002C19.5 9.9853 17.4853 12 15 12C12.5147 12 10.5 9.9853 10.5 7.50002C10.5 5.01473 12.5147 3 15 3C17.4853 3 19.5 5.01473 19.5 7.50002Z",
1704
+ fill: color
1705
+ }
1706
+ ),
1707
+ /* @__PURE__ */ jsx36(
1708
+ "path",
1709
+ {
1710
+ d: "M13 20C7.47715 20 3 24.4772 3 30V35H16.1994C16.7751 36.1262 17.5392 37.14 18.4501 38H2C0.89543 38 0 37.1046 0 36V30C0 22.8203 5.8203 17 13 17H17C19.6485 17 22.112 17.792 24.1666 19.1521C22.7848 19.3839 21.4904 19.8734 20.3343 20.5694C19.2915 20.2006 18.1692 20 17 20H13Z",
1711
+ fill: color
1712
+ }
1713
+ ),
1714
+ /* @__PURE__ */ jsx36("path", { d: "M24.4996 28.5V21.9999H27.4996V28.5H34V31.5H27.4996V38H24.4996V31.5H18.0004V28.5H24.4996Z", fill: color })
1715
+ ] });
1716
+ }, "ICPersonAdd");
1717
+
1718
+ // src/assets/send.tsx
1719
+ import { useState as useState37 } from "react";
1720
+ import { jsx as jsx37 } from "react/jsx-runtime";
1721
+ var ICSend = /* @__PURE__ */ __name((props) => {
1722
+ const [isDarkMode, setIsDarkMode] = useState37(false);
1723
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1724
+ if (thick) {
1725
+ return /* @__PURE__ */ jsx37("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx37(
1726
+ "path",
1727
+ {
1728
+ "fill-rule": "evenodd",
1729
+ "clip-rule": "evenodd",
1730
+ d: "M26.5074 16.6552L5.46915 6.02704L8.97549 16.6552H26.5074ZM8.97628 20.6922L5.46925 31.3222L26.5112 20.6922H8.97628ZM35.8917 16.873C37.3695 17.6196 37.3694 19.7298 35.8917 20.4763L2.93344 37.1262C1.32741 37.9375 -0.457352 36.4009 0.106397 34.6921L5.18212 19.3073C5.31763 18.8966 5.31763 18.4532 5.18213 18.0425L0.106345 2.65717C-0.457385 0.948428 1.32738 -0.588235 2.9334 0.223099L35.8917 16.873Z",
1731
+ fill: color
1732
+ }
1733
+ ) });
1734
+ }
1735
+ if (fill && thick) {
1736
+ return /* @__PURE__ */ jsx37("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx37(
1737
+ "path",
1738
+ {
1739
+ d: "M27.0914 20.1659C27.0909 20.1659 27.0903 20.1658 27.0898 20.1657L27.0914 20.1659L27.1802 19.2783L27.0914 20.1659ZM27.0914 17.2586L27.0898 17.2588C27.0903 17.2587 27.0909 17.2586 27.0914 17.2586L27.1802 18.1462L27.0914 17.2586ZM2.02323 2.02477L34.9815 18.6747L2.02328 35.3245L5.94746 23.4302L27.4931 21.2756C28.81 21.1439 29.8129 20.0357 29.8129 18.7122C29.8129 17.3888 28.81 16.2806 27.4931 16.1489L5.97296 13.9969L2.02323 2.02477Z",
1740
+ fill: color,
1741
+ stroke: "#1E1E1F",
1742
+ "stroke-width": "4",
1743
+ "stroke-linejoin": "bevel"
1744
+ }
1745
+ ) });
1746
+ }
1747
+ if (fill) {
1748
+ return /* @__PURE__ */ jsx37("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx37(
1749
+ "path",
1750
+ {
1751
+ d: "M2.02323 2.02477L34.9815 18.6747L2.02328 35.3245L6.24376 22.5321L27.4116 21.262C28.7605 21.1811 29.8129 20.0636 29.8129 18.7122C29.8129 17.3609 28.7605 16.2434 27.4116 16.1625L6.26891 14.8939L2.02323 2.02477Z",
1752
+ fill: color,
1753
+ stroke: "#1E1E1F",
1754
+ "stroke-width": "4",
1755
+ "stroke-linejoin": "bevel"
1756
+ }
1757
+ ) });
1758
+ }
1759
+ return /* @__PURE__ */ jsx37("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx37(
1760
+ "path",
1761
+ {
1762
+ "fill-rule": "evenodd",
1763
+ "clip-rule": "evenodd",
1764
+ d: "M35.8917 16.873C37.3695 17.6196 37.3694 19.7298 35.8917 20.4763L2.93344 37.1262C1.32741 37.9375 -0.457352 36.4009 0.106397 34.6921L5.18212 19.3073C5.31763 18.8966 5.31763 18.4532 5.18213 18.0425L0.106345 2.65717C-0.457385 0.948428 1.32738 -0.588235 2.9334 0.223099L35.8917 16.873ZM29.7446 17.1598L3.74619 4.0259L8.05746 17.0939C8.0647 17.1159 8.07178 17.1378 8.07871 17.1598H29.7446ZM8.07947 20.1876C8.07229 20.2104 8.06495 20.2332 8.05745 20.256L3.74626 33.3234L29.7484 20.1876H8.07947Z",
1765
+ fill: color
1766
+ }
1767
+ ) });
1768
+ }, "ICSend");
1769
+
1770
+ // src/assets/check-mark.tsx
1771
+ import { useState as useState38 } from "react";
1772
+ import { jsx as jsx38 } from "react/jsx-runtime";
1773
+ var ICCheckMark = /* @__PURE__ */ __name((props) => {
1774
+ const [isDarkMode, setIsDarkMode] = useState38(false);
1775
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1776
+ if (fill && thick) {
1777
+ return /* @__PURE__ */ jsx38("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx38(
1778
+ "path",
1779
+ {
1780
+ "fill-rule": "evenodd",
1781
+ "clip-rule": "evenodd",
1782
+ d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40ZM18.6155 23.5188L12.4292 17.3325L9.60077 20.1609L15.7871 26.3472C17.3472 27.9074 19.8761 27.9096 21.439 26.3522L32.1194 15.709L29.296 12.8756L18.6155 23.5188Z",
1783
+ fill: color
1784
+ }
1785
+ ) });
1786
+ }
1787
+ if (thick) {
1788
+ return /* @__PURE__ */ jsx38("svg", { ...props, width: size, height: size, viewBox: "0 0 34 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx38(
1789
+ "path",
1790
+ {
1791
+ "fill-rule": "evenodd",
1792
+ "clip-rule": "evenodd",
1793
+ d: "M2.84381 7.05054L13.4464 17.6531L31.1612 5.69802e-05L34 2.84883L16.2852 20.5019C14.7138 22.0678 12.1712 22.0656 10.6026 20.4969L0 9.89435L2.84381 7.05054Z",
1794
+ fill: color
1795
+ }
1796
+ ) });
1797
+ }
1798
+ if (fill) {
1799
+ return /* @__PURE__ */ jsx38("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx38(
1800
+ "path",
1801
+ {
1802
+ "fill-rule": "evenodd",
1803
+ "clip-rule": "evenodd",
1804
+ d: "M20 40C31.0457 40 40 31.0457 40 20C40 8.9543 31.0457 0 20 0C8.9543 0 0 8.9543 0 20C0 31.0457 8.9543 40 20 40ZM18.2619 23.8723L12.0756 17.686L9.95432 19.8074L16.1406 25.9937C17.5058 27.3588 19.7185 27.3608 21.0861 25.998L31.7665 15.3548L29.6489 13.2298L18.9684 23.873C18.7731 24.0676 18.457 24.0674 18.2619 23.8723Z",
1805
+ fill: color
1806
+ }
1807
+ ) });
1808
+ }
1809
+ return /* @__PURE__ */ jsx38("svg", { ...props, width: size, height: size, viewBox: "0 0 34 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx38(
1810
+ "path",
1811
+ {
1812
+ "fill-rule": "evenodd",
1813
+ "clip-rule": "evenodd",
1814
+ d: "M2.15171 7.1122L12.848 17.8085C13.0458 18.0063 13.3664 18.0066 13.5646 17.8091L31.436 1.70397e-05L33.584 2.15549L15.7126 19.9646C14.3254 21.3469 12.081 21.3449 10.6963 19.9602L0 9.26391L2.15171 7.1122Z",
1815
+ fill: color
1816
+ }
1817
+ ) });
1818
+ }, "ICCheckMark");
1819
+
1820
+ // src/assets/exclamationmark.tsx
1821
+ import { useState as useState39 } from "react";
1822
+ import { jsx as jsx39, jsxs as jsxs25 } from "react/jsx-runtime";
1823
+ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
1824
+ const [isDarkMode, setIsDarkMode] = useState39(false);
1825
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1826
+ if (thick) {
1827
+ return /* @__PURE__ */ jsxs25("svg", { ...props, width: "5", height: size, viewBox: "0 0 5 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1828
+ /* @__PURE__ */ jsx39("path", { d: "M0.351562 0V19H4.35156V0H0.351562Z", fill: color }),
1829
+ /* @__PURE__ */ jsx39(
1830
+ "path",
1831
+ {
1832
+ d: "M0.682738 23.9746C1.13677 23.5193 1.71068 23.2891 2.35144 23.2891C2.9922 23.2891 3.5661 23.5193 4.02013 23.9746C4.47406 24.4297 4.70287 25.0041 4.70287 25.6446C4.70287 26.285 4.47406 26.8594 4.02013 27.3146C3.5661 27.7698 2.9922 28.0001 2.35144 28.0001C1.71068 28.0001 1.13677 27.7698 0.68274 27.3146C0.228808 26.8594 0 26.285 0 25.6446C0 25.0041 0.228807 24.4297 0.682738 23.9746Z",
1833
+ fill: color
1834
+ }
1835
+ )
1836
+ ] });
1837
+ }
1838
+ if (fill && thick) {
1839
+ return /* @__PURE__ */ jsx39("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx39(
1840
+ "path",
1841
+ {
1842
+ "fill-rule": "evenodd",
1843
+ "clip-rule": "evenodd",
1844
+ d: "M40 20C40 31.0457 31.0457 40 20 40C8.9543 40 0 31.0457 0 20C0 8.9543 8.9543 0 20 0C31.0457 0 40 8.9543 40 20ZM19.9999 26C19.3591 26 18.7852 26.2302 18.3312 26.6855C17.8772 27.1406 17.6484 27.715 17.6484 28.3555C17.6484 28.996 17.8772 29.5704 18.3312 30.0255C18.7852 30.4808 19.3591 30.711 19.9999 30.711C20.6406 30.711 21.2145 30.4808 21.6686 30.0255C22.1225 29.5704 22.3513 28.996 22.3513 28.3555C22.3513 27.715 22.1225 27.1406 21.6686 26.6855C21.2145 26.2302 20.6406 26 19.9999 26ZM18 10V22H22V10H18Z",
1845
+ fill: color
1846
+ }
1847
+ ) });
1848
+ }
1849
+ if (fill) {
1850
+ return /* @__PURE__ */ jsx39("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx39(
1851
+ "path",
1852
+ {
1853
+ "fill-rule": "evenodd",
1854
+ "clip-rule": "evenodd",
1855
+ d: "M40 20C40 31.0457 31.0457 40 20 40C8.9543 40 0 31.0457 0 20C0 8.9543 8.9543 0 20 0C31.0457 0 40 8.9543 40 20ZM20 26C19.455 26 18.9669 26.1955 18.5807 26.582C18.1946 26.9685 18 27.4562 18 28C18 28.5438 18.1946 29.0315 18.5807 29.418C18.9669 29.8045 19.455 30 20 30C20.545 30 21.0331 29.8045 21.4193 29.418C21.8054 29.0315 22 28.5438 22 28C22 27.4562 21.8054 26.9685 21.4193 26.582C21.0331 26.1955 20.545 26 20 26ZM18.5 10V22H21.5V10H18.5Z",
1856
+ fill: color
1857
+ }
1858
+ ) });
1859
+ }
1860
+ return /* @__PURE__ */ jsxs25("svg", { ...props, width: "4", height: size, viewBox: "0 0 4 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1861
+ /* @__PURE__ */ jsx39("path", { d: "M0.5 0V19H3.5V0H0.5Z", fill: color }),
1862
+ /* @__PURE__ */ jsx39(
1863
+ "path",
1864
+ {
1865
+ d: "M0.580699 24.582C0.966873 24.1955 1.45501 24 2 24C2.54499 24 3.03313 24.1955 3.4193 24.582C3.80539 24.9685 4 25.4562 4 26C4 26.5438 3.80539 27.0315 3.4193 27.418C3.03313 27.8045 2.54499 28 2 28C1.45501 28 0.966873 27.8045 0.580701 27.418C0.194611 27.0315 0 26.5438 0 26C0 25.4562 0.19461 24.9685 0.580699 24.582Z",
1866
+ fill: color
1867
+ }
1868
+ )
1869
+ ] });
1870
+ }, "ICExclamationmark");
1871
+
1872
+ // src/assets/close.tsx
1873
+ import { useState as useState40 } from "react";
1874
+ import { jsx as jsx40 } from "react/jsx-runtime";
1875
+ var ICClose = /* @__PURE__ */ __name((props) => {
1876
+ const [isDarkMode, setIsDarkMode] = useState40(false);
1877
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1878
+ if (thick && fill) {
1879
+ return /* @__PURE__ */ jsx40("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx40(
1880
+ "path",
1881
+ {
1882
+ "fill-rule": "evenodd",
1883
+ "clip-rule": "evenodd",
1884
+ d: "M40 20C40 31.0457 31.0457 40 20 40C8.9543 40 0 31.0457 0 20C0 8.9543 8.9543 0 20 0C31.0457 0 40 8.9543 40 20ZM20.0304 17.2242L25.6689 11.5858L28.4973 14.4142L22.8588 20.0527L28.4504 25.6443L25.622 28.4727L20.0304 22.8811L14.4859 28.4256L11.6574 25.5972L17.202 20.0527L11.6106 14.4613L14.439 11.6329L20.0304 17.2242Z",
1885
+ fill: color
1886
+ }
1887
+ ) });
1888
+ }
1889
+ if (thick) {
1890
+ return /* @__PURE__ */ jsx40("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "10 10 28 28", fill: "none", children: /* @__PURE__ */ jsx40(
1891
+ "path",
1892
+ {
1893
+ d: "M24.0005 21.171L12.4152 9.58569L9.58679 12.4141L21.1721 23.9994L9.58679 35.5847L12.4152 38.4131L24.0005 26.8278L35.5858 38.4131L38.4142 35.5847L26.8289 23.9994L38.4142 12.4141L35.5858 9.5857L24.0005 21.171Z",
1894
+ fill: color
1895
+ }
1896
+ ) });
1897
+ }
1898
+ if (fill) {
1899
+ return /* @__PURE__ */ jsx40("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx40(
1900
+ "path",
1901
+ {
1902
+ "fill-rule": "evenodd",
1903
+ "clip-rule": "evenodd",
1904
+ d: "M40 20C40 31.0457 31.0457 40 20 40C8.9543 40 0 31.0457 0 20C0 8.9543 8.9543 0 20 0C31.0457 0 40 8.9543 40 20ZM20.0304 17.9314L26.0224 11.9393L28.1437 14.0607L22.1517 20.0527L28.0969 25.9978L25.9756 28.1192L20.0304 22.174L14.1323 28.0721L12.011 25.9508L17.9091 20.0527L11.9641 14.1077L14.0855 11.9864L20.0304 17.9314Z",
1905
+ fill: color
1906
+ }
1907
+ ) });
1908
+ }
1909
+ return /* @__PURE__ */ jsx40("svg", { ...props, width: size, height: size, viewBox: "0 0 29 29", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx40(
1910
+ "path",
1911
+ {
1912
+ d: "M14.5 12.3123L2.18768 0L2.61199e-06 2.18768L12.3123 14.5L0 26.8123L2.18768 29L14.5 16.6877L26.8123 29L29 26.8123L16.6877 14.5L29 2.18768L26.8123 3.16566e-06L14.5 12.3123Z",
1913
+ fill: color
1914
+ }
1915
+ ) });
1916
+ }, "ICClose");
1917
+
1918
+ // src/assets/lock.tsx
1919
+ import { useState as useState41 } from "react";
1920
+ import { jsx as jsx41, jsxs as jsxs26 } from "react/jsx-runtime";
1921
+ var ICLock = /* @__PURE__ */ __name((props) => {
1922
+ const [isDarkMode, setIsDarkMode] = useState41(false);
1923
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1924
+ if (thick) {
1925
+ return /* @__PURE__ */ jsxs26("svg", { ...props, width: size, height: size, viewBox: "0 0 32 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1926
+ /* @__PURE__ */ jsx41(
1927
+ "path",
1928
+ {
1929
+ d: "M15.8711 26.9998C16.4234 26.9998 16.8711 26.5521 16.8711 25.9998C16.8711 25.4476 16.4234 24.9999 15.8711 24.9999C15.3188 24.9999 14.8711 25.4476 14.8711 25.9998C14.8711 26.5521 15.3188 26.9998 15.8711 26.9998Z",
1930
+ fill: color
1931
+ }
1932
+ ),
1933
+ /* @__PURE__ */ jsx41(
1934
+ "path",
1935
+ {
1936
+ "fill-rule": "evenodd",
1937
+ "clip-rule": "evenodd",
1938
+ d: "M1.99999 15.871H5.29013V10.5806C5.29013 4.73709 10.0272 0 15.8707 0C21.7142 0 26.4513 4.73709 26.4513 10.5806V15.871H29.7418C30.8463 15.871 31.7417 16.7664 31.7417 17.871V38.9999C31.7417 40.1045 30.8463 40.9999 29.7418 40.9999H1.99999C0.895425 40.9999 0 40.1045 0 38.9999V17.871C0 16.7664 0.895425 15.871 1.99999 15.871ZM22.4513 10.5806V15.871H9.29011V10.5806C9.29011 6.94621 12.2363 3.99998 15.8707 3.99998C19.5051 3.99998 22.4513 6.94621 22.4513 10.5806ZM19.8066 25.9676C19.8066 27.4162 19.0303 28.6835 17.871 29.3761V33.9998H13.871V29.4137C12.6762 28.73 11.8711 27.4428 11.8711 25.9676C11.8711 23.7763 13.6476 21.9999 15.8389 21.9999C18.0302 21.9999 19.8066 23.7763 19.8066 25.9676Z",
1939
+ fill: color
1940
+ }
1941
+ )
1942
+ ] });
1943
+ }
1944
+ if (fill) {
1945
+ return /* @__PURE__ */ jsxs26("svg", { ...props, width: size, height: size, viewBox: "0 0 32 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1946
+ /* @__PURE__ */ jsx41(
1947
+ "path",
1948
+ {
1949
+ d: "M15.871 27.4998C16.6994 27.4998 17.371 26.8283 17.371 25.9998C17.371 25.1714 16.6994 24.4999 15.871 24.4999C15.0426 24.4999 14.371 25.1714 14.371 25.9998C14.371 26.8283 15.0426 27.4998 15.871 27.4998Z",
1950
+ fill: color
1951
+ }
1952
+ ),
1953
+ /* @__PURE__ */ jsx41(
1954
+ "path",
1955
+ {
1956
+ "fill-rule": "evenodd",
1957
+ "clip-rule": "evenodd",
1958
+ d: "M1.99999 15.871H5.29013V10.5806C5.29013 4.73709 10.0272 0 15.8707 0C21.7142 0 26.4513 4.73709 26.4513 10.5806V15.871H29.7418C30.8463 15.871 31.7417 16.7664 31.7417 17.871V38.9999C31.7417 40.1045 30.8463 40.9999 29.7418 40.9999H1.99999C0.895425 40.9999 0 40.1045 0 38.9999V17.871C0 16.7664 0.895425 15.871 1.99999 15.871ZM23.4513 10.5806V15.871H8.29011V10.5806C8.29011 6.39393 11.6841 2.99998 15.8707 2.99998C20.0574 2.99998 23.4513 6.39393 23.4513 10.5806ZM19.8066 25.9676C19.8066 27.6158 18.8016 29.0293 17.371 29.6287V33.9998H14.371V29.6549C12.9063 29.0714 11.8711 27.6404 11.8711 25.9676C11.8711 23.7763 13.6476 21.9999 15.8389 21.9999C18.0302 21.9999 19.8066 23.7763 19.8066 25.9676Z",
1959
+ fill: color
1960
+ }
1961
+ )
1962
+ ] });
1963
+ }
1964
+ return /* @__PURE__ */ jsxs26("svg", { ...props, width: size, height: size, viewBox: "0 0 32 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1965
+ /* @__PURE__ */ jsx41(
1966
+ "path",
1967
+ {
1968
+ "fill-rule": "evenodd",
1969
+ "clip-rule": "evenodd",
1970
+ d: "M14.371 30.1256V34H17.371V30.1255C18.8186 29.5339 19.8387 28.1117 19.8387 26.4511C19.8387 24.2598 18.0623 22.4834 15.8709 22.4834C13.6796 22.4834 11.9032 24.2598 11.9032 26.4511C11.9032 28.1117 12.9233 29.534 14.371 30.1256ZM16.8387 26.4511C16.8387 26.9856 16.4054 27.4189 15.8709 27.4189C15.3365 27.4189 14.9032 26.9856 14.9032 26.4511C14.9032 25.9167 15.3365 25.4834 15.8709 25.4834C16.4054 25.4834 16.8387 25.9167 16.8387 26.4511Z",
1971
+ fill: color
1972
+ }
1973
+ ),
1974
+ /* @__PURE__ */ jsx41(
1975
+ "path",
1976
+ {
1977
+ "fill-rule": "evenodd",
1978
+ "clip-rule": "evenodd",
1979
+ d: "M15.8706 0C10.027 0 5.28992 4.73712 5.28992 10.5806V15.8708H2C0.895431 15.8708 0 16.7663 0 17.8708V38.9999C0 40.1045 0.895431 40.9999 2 40.9999H29.7419C30.8465 40.9999 31.7419 40.1045 31.7419 38.9999V17.8708C31.7419 16.7663 30.8465 15.8708 29.7419 15.8708H26.4512V10.5806C26.4512 4.73712 21.7141 0 15.8706 0ZM23.4512 15.8672V10.5806C23.4512 6.39397 20.0572 3 15.8706 3C11.6839 3 8.28992 6.39397 8.28992 10.5806V15.8672H23.4512ZM3 37.9999V18.8708H28.7419V37.9999H3Z",
1980
+ fill: color
1981
+ }
1982
+ )
1983
+ ] });
1984
+ }, "ICLock");
1985
+
1986
+ // src/assets/ai.tsx
1987
+ import { useState as useState42 } from "react";
1988
+ import { jsx as jsx42, jsxs as jsxs27 } from "react/jsx-runtime";
1989
+ var ICAi = /* @__PURE__ */ __name((props) => {
1990
+ const [isDarkMode, setIsDarkMode] = useState42(false);
1991
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1992
+ if (fill && thick) {
1993
+ return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
1994
+ /* @__PURE__ */ jsx42(
1995
+ "path",
1996
+ {
1997
+ d: "M38.077 2.99975C38.2995 2.38322 39.1714 2.38322 39.3939 2.99975L40.8326 6.98677C40.8629 7.07072 40.929 7.13683 41.013 7.16713L45 8.60584C45.6165 8.82832 45.6165 9.70025 45 9.92273L41.013 11.3614C40.929 11.3917 40.8629 11.4578 40.8326 11.5418L39.3939 15.5288C39.1714 16.1453 38.2995 16.1453 38.077 15.5288L36.6383 11.5418C36.608 11.4578 36.5419 11.3917 36.4579 11.3614L32.4709 9.92273C31.8544 9.70025 31.8544 8.82832 32.4709 8.60584L36.4579 7.16713C36.5419 7.13683 36.608 7.07072 36.6383 6.98677L38.077 2.99975Z",
1998
+ fill: color
1999
+ }
2000
+ ),
2001
+ /* @__PURE__ */ jsx42("path", { d: "M20.0378 26.4808H22.6067L21.3405 23.1478L20.0378 26.4808Z", fill: color }),
2002
+ /* @__PURE__ */ jsx42(
2003
+ "path",
2004
+ {
2005
+ "fill-rule": "evenodd",
2006
+ "clip-rule": "evenodd",
2007
+ d: "M42.2158 16.5471L42.5 15.7595V39C42.5 40.933 40.933 42.5 39 42.5H9C7.067 42.5 5.5 40.933 5.5 39V9C5.5 7.067 7.067 5.5 9 5.5H32.2395L31.4526 5.78394C28.1938 6.95989 28.1938 11.5687 31.4526 12.7446L34.2468 13.7529L35.2551 16.5471C36.4311 19.8059 41.0398 19.8059 42.2158 16.5471ZM24.9195 32.5705L23.9673 30.0314H18.6692L17.6959 32.5705H13.4248L19.7731 16.5996H22.9075L29.2781 32.5705H24.9195ZM29.9941 16.5996H33.9996V32.5705H29.9941V16.5996Z",
2008
+ fill: color
2009
+ }
2010
+ )
2011
+ ] });
2012
+ }
2013
+ if (thick) {
2014
+ return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
2015
+ /* @__PURE__ */ jsx42(
2016
+ "path",
2017
+ {
2018
+ d: "M39.3854 3.4624C39.1629 2.84587 38.291 2.84587 38.0685 3.4624L36.6298 7.44941C36.5995 7.53337 36.5334 7.59948 36.4494 7.62977L32.4624 9.06849C31.8459 9.29096 31.8459 10.1629 32.4624 10.3854L36.4494 11.8241C36.5334 11.8544 36.5995 11.9205 36.6298 12.0044L38.0685 15.9915C38.291 16.608 39.1629 16.608 39.3854 15.9915L40.8241 12.0044C40.8544 11.9205 40.9205 11.8544 41.0044 11.8241L44.9915 10.3854C45.608 10.1629 45.608 9.29096 44.9915 9.06849L41.0044 7.62977C40.9205 7.59948 40.8544 7.53337 40.8241 7.44941L39.3854 3.4624Z",
2019
+ fill: color
2020
+ }
2021
+ ),
2022
+ /* @__PURE__ */ jsx42(
2023
+ "path",
2024
+ {
2025
+ "fill-rule": "evenodd",
2026
+ "clip-rule": "evenodd",
2027
+ d: "M23.9678 30.0312L24.9199 32.5702H29.2785L22.908 16.5994H19.7735L13.4253 32.5702H17.6963L18.6696 30.0312H23.9678ZM22.6072 26.4805H20.0383L21.3409 23.1475L22.6072 26.4805Z",
2028
+ fill: color
2029
+ }
2030
+ ),
2031
+ /* @__PURE__ */ jsx42("path", { d: "M34.0001 16.5994H29.9945V32.5702H34.0001V16.5994Z", fill: color }),
2032
+ /* @__PURE__ */ jsx42(
2033
+ "path",
2034
+ {
2035
+ d: "M9 5C6.79086 5 5 6.79086 5 9V39C5 41.2091 6.79086 43 9 43H39C41.2091 43 43 41.2091 43 39V18.3333H39V39L9 39V9H29.6667V5H9Z",
2036
+ fill: color
2037
+ }
2038
+ )
2039
+ ] });
2040
+ }
2041
+ if (fill) {
2042
+ return /* @__PURE__ */ jsxs27("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 48 48", fill: "none", children: [
2043
+ /* @__PURE__ */ jsx42(
2044
+ "path",
2045
+ {
2046
+ d: "M37.9703 4.30343C37.8114 3.86305 37.1886 3.86305 37.0297 4.30343L35.591 8.29044C35.5405 8.43037 35.4303 8.54055 35.2904 8.59105L31.3034 10.0298C30.863 10.1887 30.863 10.8115 31.3034 10.9704L35.2904 12.4091C35.4303 12.4596 35.5405 12.5698 35.591 12.7097L37.0297 16.6967C37.1886 17.1371 37.8114 17.1371 37.9703 16.6967L39.409 12.7097C39.4595 12.5698 39.5697 12.4596 39.7096 12.4091L43.6967 10.9704C44.137 10.8115 44.137 10.1887 43.6967 10.0298L39.7096 8.59105C39.5697 8.54055 39.4595 8.43037 39.409 8.29044L37.9703 4.30343Z",
2047
+ fill: color
2048
+ }
2049
+ ),
2050
+ /* @__PURE__ */ jsx42("path", { d: "M23.1723 26.8812H19.4378L21.3315 22.0358L23.1723 26.8812Z", fill: color }),
2051
+ /* @__PURE__ */ jsx42(
2052
+ "path",
2053
+ {
2054
+ "fill-rule": "evenodd",
2055
+ "clip-rule": "evenodd",
2056
+ d: "M41.4418 14.4418L42.5 14.06V39C42.5 40.933 40.933 42.5 39 42.5H9C7.067 42.5 5.5 40.933 5.5 39V9C5.5 7.067 7.067 5.5 9 5.5H33.9401L33.5582 6.5583L30.4548 7.67818C27.8125 8.63165 27.8125 12.3685 30.4548 13.322L33.5582 14.4418L34.6781 17.5453C35.6316 20.1876 39.3684 20.1876 40.3219 17.5453L41.4418 14.4418ZM24.2303 29.6318L25.1824 32.1708H28.6736L22.6222 17H20.0303L14 32.1708H17.4066L18.3799 29.6318H24.2303ZM33.3218 17H30.1162V32.1708H33.3218V17Z",
2057
+ fill: color
2058
+ }
2059
+ ),
2060
+ /* @__PURE__ */ jsx42(
2061
+ "path",
2062
+ {
2063
+ d: "M41.5425 6.59465C41.4981 6.54771 41.4524 6.502 41.4054 6.45757L41.4418 6.5583L41.5425 6.59465Z",
2064
+ fill: color
2065
+ }
2066
+ )
2067
+ ] });
2068
+ }
2069
+ return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2070
+ /* @__PURE__ */ jsx42(
2071
+ "path",
2072
+ {
2073
+ d: "M37.0297 4.30343C37.1886 3.86305 37.8114 3.86305 37.9703 4.30343L39.409 8.29044C39.4595 8.43037 39.5697 8.54055 39.7096 8.59104L43.6966 10.0298C44.137 10.1887 44.137 10.8115 43.6966 10.9704L39.7096 12.4091C39.5697 12.4596 39.4595 12.5698 39.409 12.7097L37.9703 16.6967C37.8114 17.1371 37.1886 17.1371 37.0297 16.6967L35.591 12.7097C35.5405 12.5698 35.4303 12.4596 35.2904 12.4091L31.3034 10.9704C30.863 10.8115 30.863 10.1887 31.3034 10.0298L35.2904 8.59105C35.4303 8.54055 35.5405 8.43037 35.591 8.29044L37.0297 4.30343Z",
2074
+ fill: color
2075
+ }
2076
+ ),
2077
+ /* @__PURE__ */ jsx42(
2078
+ "path",
2079
+ {
2080
+ "fill-rule": "evenodd",
2081
+ "clip-rule": "evenodd",
2082
+ d: "M24.2303 29.6319L25.1824 32.1709H28.6736L22.6222 17.0001H20.0303L14 32.1709H17.4066L18.3799 29.6319H24.2303ZM23.1723 26.8812H19.4378L21.3315 22.0359L23.1723 26.8812Z",
2083
+ fill: color
2084
+ }
2085
+ ),
2086
+ /* @__PURE__ */ jsx42("path", { d: "M33.3218 17.0001H30.1162V32.1709H33.3218V17.0001Z", fill: color }),
2087
+ /* @__PURE__ */ jsx42(
2088
+ "path",
2089
+ {
2090
+ d: "M8.5 9.00007C8.5 8.72393 8.72386 8.50007 9 8.50007H30V5.50007H9C7.067 5.50007 5.5 7.06708 5.5 9.00007V39.0001C5.5 40.9331 7.067 42.5001 9 42.5001H39C40.933 42.5001 42.5 40.9331 42.5 39.0001V18.0001H39.5V39.0001C39.5 39.2762 39.2761 39.5001 39 39.5001H9C8.72386 39.5001 8.5 39.2762 8.5 39.0001V9.00007Z",
2091
+ fill: color
2092
+ }
2093
+ )
2094
+ ] });
2095
+ }, "ICAi");
2096
+
2097
+ // src/assets/stack.tsx
2098
+ import { useState as useState43 } from "react";
2099
+ import { jsx as jsx43, jsxs as jsxs28 } from "react/jsx-runtime";
2100
+ var ICStack = /* @__PURE__ */ __name((props) => {
2101
+ const [isDarkMode, setIsDarkMode] = useState43(false);
2102
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2103
+ if (thick) {
2104
+ return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2105
+ /* @__PURE__ */ jsx43(
2106
+ "path",
2107
+ {
2108
+ "fill-rule": "evenodd",
2109
+ "clip-rule": "evenodd",
2110
+ d: "M38.3433 12.7889L19.9211 22L1.49876 12.7889C0.0246649 12.0518 0.0246639 9.94819 1.49876 9.21115L19.9211 0L38.3433 9.21115C39.8174 9.94819 39.8174 12.0518 38.3433 12.7889ZM6.86532 11L19.9211 4.47214L32.9768 11L19.9211 17.5279L6.86532 11Z",
2111
+ fill: color
2112
+ }
2113
+ ),
2114
+ /* @__PURE__ */ jsx43(
2115
+ "path",
2116
+ {
2117
+ d: "M0.640673 16.5339C-0.507155 18.0848 -0.112649 20.4831 1.82419 21.4515L19.921 30.4999L38.0178 21.4515C39.9546 20.4831 40.3491 18.0848 39.2013 16.534L19.921 26.0277L0.640673 16.5339Z",
2118
+ fill: color
2119
+ }
2120
+ ),
2121
+ /* @__PURE__ */ jsx43(
2122
+ "path",
2123
+ {
2124
+ d: "M0.640673 25.0339C-0.507155 26.5848 -0.112649 28.9831 1.82419 29.9515L19.921 38.9999L38.0178 29.9515C39.9546 28.9831 40.3491 26.5848 39.2013 25.034L19.921 34.5277L0.640673 25.0339Z",
2125
+ fill: color
2126
+ }
2127
+ )
2128
+ ] });
2129
+ }
2130
+ if (fill && thick) {
2131
+ return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2132
+ /* @__PURE__ */ jsx43(
2133
+ "path",
2134
+ {
2135
+ d: "M19.9211 0L38.3433 9.21115C39.8174 9.94819 39.8174 12.0518 38.3433 12.7889L19.9211 22L1.49876 12.7889C0.0246646 12.0518 0.0246637 9.94819 1.49876 9.21115L19.9211 0Z",
2136
+ fill: color
2137
+ }
2138
+ ),
2139
+ /* @__PURE__ */ jsx43(
2140
+ "path",
2141
+ {
2142
+ d: "M0.640673 16.5339C-0.507155 18.0848 -0.112649 20.4831 1.82419 21.4515L19.921 30.4999L38.0178 21.4515C39.9546 20.4831 40.3491 18.0848 39.2013 16.534L19.921 26.0277L0.640673 16.5339Z",
2143
+ fill: color
2144
+ }
2145
+ ),
2146
+ /* @__PURE__ */ jsx43(
2147
+ "path",
2148
+ {
2149
+ d: "M0.640673 25.0339C-0.507155 26.5848 -0.112649 28.9831 1.82419 29.9515L19.921 38.9999L38.0178 29.9515C39.9546 28.9831 40.3491 26.5848 39.2013 25.034L19.921 34.5277L0.640673 25.0339Z",
2150
+ fill: color
2151
+ }
2152
+ )
2153
+ ] });
2154
+ }
2155
+ if (fill) {
2156
+ return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2157
+ /* @__PURE__ */ jsx43(
2158
+ "path",
2159
+ {
2160
+ d: "M38.3433 12.7889L19.9211 22L1.49876 12.7889C0.0246648 12.0518 0.0246638 9.94819 1.49876 9.21115L19.9211 0L38.3433 9.21115C39.8174 9.94819 39.8174 12.0518 38.3433 12.7889Z",
2161
+ fill: color
2162
+ }
2163
+ ),
2164
+ /* @__PURE__ */ jsx43(
2165
+ "path",
2166
+ {
2167
+ d: "M0.193361 17.375C-0.331486 18.8491 0.212125 20.6456 1.82419 21.4516L19.921 30.5L38.0178 21.4516C39.6298 20.6456 40.1734 18.8491 39.6486 17.375L19.921 27.1459L0.193361 17.375Z",
2168
+ fill: color
2169
+ }
2170
+ ),
2171
+ /* @__PURE__ */ jsx43(
2172
+ "path",
2173
+ {
2174
+ d: "M1.82419 29.9515C0.228873 29.1538 -0.320075 27.3861 0.177349 25.9209L19.921 35.6458L39.6646 25.9209C40.162 27.3861 39.6131 29.1538 38.0178 29.9515L19.921 38.9999L1.82419 29.9515Z",
2175
+ fill: color
2176
+ }
2177
+ )
2178
+ ] });
2179
+ }
2180
+ return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2181
+ /* @__PURE__ */ jsx43(
2182
+ "path",
2183
+ {
2184
+ "fill-rule": "evenodd",
2185
+ "clip-rule": "evenodd",
2186
+ d: "M38.3433 12.7889L19.9211 22L1.49876 12.7889C0.0246648 12.0518 0.0246638 9.94819 1.49876 9.21115L19.9211 0L38.3433 9.21115C39.8174 9.94819 39.8174 12.0518 38.3433 12.7889ZM4.62926 11L19.9211 3.3541L35.2128 11L19.9211 18.6459L4.62926 11Z",
2187
+ fill: color
2188
+ }
2189
+ ),
2190
+ /* @__PURE__ */ jsx43(
2191
+ "path",
2192
+ {
2193
+ d: "M0.193361 17.375C-0.331486 18.8491 0.212125 20.6456 1.82419 21.4516L19.921 30.5L38.0178 21.4516C39.6298 20.6456 40.1734 18.8491 39.6486 17.375L19.921 27.1459L0.193361 17.375Z",
2194
+ fill: color
2195
+ }
2196
+ ),
2197
+ /* @__PURE__ */ jsx43(
2198
+ "path",
2199
+ {
2200
+ d: "M0.177349 25.9209C-0.320075 27.3861 0.228873 29.1538 1.82419 29.9515L19.921 38.9999L38.0178 29.9515C39.6131 29.1538 40.162 27.3861 39.6646 25.9209L19.921 35.6458L0.177349 25.9209Z",
2201
+ fill: color
2202
+ }
2203
+ )
2204
+ ] });
2205
+ }, "ICStack");
2206
+
2207
+ // src/assets/summarize.tsx
2208
+ import { useState as useState44 } from "react";
2209
+ import { jsx as jsx44, jsxs as jsxs29 } from "react/jsx-runtime";
2210
+ var ICSummarize = /* @__PURE__ */ __name((props) => {
2211
+ const [isDarkMode, setIsDarkMode] = useState44(false);
2212
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2213
+ if (thick) {
2214
+ return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 32 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2215
+ /* @__PURE__ */ jsx44(
2216
+ "path",
2217
+ {
2218
+ "fill-rule": "evenodd",
2219
+ "clip-rule": "evenodd",
2220
+ d: "M30.4069 2.02713V20.0178C29.1504 19.527 27.783 19.2577 26.3527 19.2577C25.2985 19.2577 24.2786 19.404 23.312 19.6774V16.217H7.09494V20.2713H21.7014C19.968 21.068 18.4741 22.2964 17.3572 23.8187H7.09494V27.873H15.4927C15.3035 28.687 15.2035 29.5353 15.2035 30.4069C15.2035 32.6505 15.8662 34.7393 17.0065 36.4883H2.02713C0.907576 36.4883 0 35.5807 0 34.4612V2.02713C0 0.907577 0.907576 0 2.02713 0H28.3798C29.4993 0 30.4069 0.907576 30.4069 2.02713ZM7.09494 8.61529V12.6695H23.312V8.61529H7.09494Z",
2221
+ fill: color
2222
+ }
2223
+ ),
2224
+ /* @__PURE__ */ jsx44(
2225
+ "path",
2226
+ {
2227
+ d: "M25.1367 38.4614V32.4339C25.1367 32.154 24.9098 31.9271 24.6299 31.9271H21.2141C20.8102 31.9271 20.5686 31.4777 20.7914 31.1408L26.6397 22.2969C26.9168 21.8778 27.5692 22.074 27.5692 22.5764L27.5689 28.5883C27.5689 28.8682 27.7958 29.0951 28.0757 29.0951H31.4923C31.8961 29.0951 32.1377 29.5442 31.9153 29.8811L26.0664 38.7406C25.7895 39.16 25.1367 38.964 25.1367 38.4614Z",
2228
+ fill: color
2229
+ }
2230
+ )
2231
+ ] });
2232
+ }
2233
+ if (fill) {
2234
+ return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 32 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2235
+ /* @__PURE__ */ jsx44(
2236
+ "path",
2237
+ {
2238
+ "fill-rule": "evenodd",
2239
+ "clip-rule": "evenodd",
2240
+ d: "M26.3527 19.2577C27.783 19.2577 29.1504 19.527 30.4069 20.0178V2.02713C30.4069 0.907576 29.4993 0 28.3798 0H2.02713C0.907576 0 0 0.907577 0 2.02713V34.4612C0 35.5807 0.907576 36.4883 2.02713 36.4883H17.0065C15.8662 34.7393 15.2035 32.6505 15.2035 30.4069C15.2035 29.3528 15.3497 28.3328 15.6231 27.3662H7.60173V24.3255H17.0065C18.9958 21.2745 22.4387 19.2577 26.3527 19.2577ZM22.8052 9.12207H7.60173V12.1628H22.8052V9.12207ZM7.60173 19.7645V16.7238H22.8052V19.7645H7.60173Z",
2241
+ fill: color
2242
+ }
2243
+ ),
2244
+ /* @__PURE__ */ jsx44(
2245
+ "path",
2246
+ {
2247
+ d: "M25.1367 38.4614V32.4339C25.1367 32.154 24.9098 31.9271 24.6299 31.9271H21.2141C20.8102 31.9271 20.5686 31.4777 20.7914 31.1408L26.6397 22.2969C26.9168 21.8778 27.5692 22.074 27.5692 22.5764L27.5689 28.5883C27.5689 28.8682 27.7958 29.0951 28.0757 29.0951H31.4923C31.8961 29.0951 32.1377 29.5442 31.9153 29.8811L26.0664 38.7406C25.7895 39.16 25.1367 38.964 25.1367 38.4614Z",
2248
+ fill: color
2249
+ }
2250
+ )
2251
+ ] });
2252
+ }
2253
+ return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 32 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2254
+ /* @__PURE__ */ jsx44(
2255
+ "path",
2256
+ {
2257
+ d: "M27.3662 19.3032V3.04069H3.04069V33.4476H15.6231C15.9316 34.5383 16.4019 35.5611 17.0065 36.4883H2.02713C0.907576 36.4883 0 35.5807 0 34.4612V2.02713C0 0.907577 0.907576 0 2.02713 0H28.3798C29.4993 0 30.4069 0.907576 30.4069 2.02713V20.0178C29.4505 19.6443 28.4299 19.399 27.3662 19.3032Z",
2258
+ fill: color
2259
+ }
2260
+ ),
2261
+ /* @__PURE__ */ jsx44("path", { d: "M22.8052 9.12207H7.60173V12.1628H22.8052V9.12207Z", fill: color }),
2262
+ /* @__PURE__ */ jsx44(
2263
+ "path",
2264
+ {
2265
+ d: "M7.60173 24.3255H17.0065C16.4019 25.2528 15.9316 26.2755 15.6231 27.3662H7.60173V24.3255Z",
2266
+ fill: color
2267
+ }
2268
+ ),
2269
+ /* @__PURE__ */ jsx44("path", { d: "M7.60173 19.7645V16.7238H22.8052V19.7645H7.60173Z", fill: color }),
2270
+ /* @__PURE__ */ jsx44(
2271
+ "path",
2272
+ {
2273
+ d: "M25.1367 38.4614V32.4339C25.1367 32.154 24.9098 31.9271 24.6299 31.9271H21.2141C20.8102 31.9271 20.5686 31.4777 20.7914 31.1408L26.6397 22.2969C26.9168 21.8778 27.5692 22.074 27.5692 22.5764L27.5689 28.5883C27.5689 28.8682 27.7958 29.0951 28.0757 29.0951H31.4923C31.8961 29.0951 32.1377 29.5442 31.9153 29.8811L26.0664 38.7406C25.7895 39.16 25.1367 38.964 25.1367 38.4614Z",
2274
+ fill: color
2275
+ }
2276
+ )
2277
+ ] });
2278
+ }, "ICSummarize");
2279
+
2280
+ // src/assets/memo.tsx
2281
+ import { useState as useState45 } from "react";
2282
+ import { jsx as jsx45, jsxs as jsxs30 } from "react/jsx-runtime";
2283
+ var ICMemo = /* @__PURE__ */ __name((props) => {
2284
+ const [isDarkMode, setIsDarkMode] = useState45(false);
2285
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2286
+ if (thick) {
2287
+ return /* @__PURE__ */ jsx45("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx45(
2288
+ "path",
2289
+ {
2290
+ d: "M9 7H7V9V13V15V17V21V23V25V29V31H9H22H24V29V25V23H29H31V21V17V15V13V9V7H29H9ZM36 36H2L2 2L36 2V36Z",
2291
+ fill: color,
2292
+ stroke: "#1E1E1F",
2293
+ "stroke-width": "4"
2294
+ }
2295
+ ) });
2296
+ }
2297
+ if (fill) {
2298
+ return /* @__PURE__ */ jsx45("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx45(
2299
+ "path",
2300
+ {
2301
+ d: "M9.5 8H8V9.5V12.5V14H9.5H28.5H30V12.5V9.5V8H28.5H9.5ZM9.5 16H8V17.5V20.5V22H9.5H28.5H30V20.5V17.5V16H28.5H9.5ZM9.5 24H8V25.5V28.5V30H9.5H21.5H23V28.5V25.5V24H21.5H9.5ZM36 36.5H2C1.72386 36.5 1.5 36.2761 1.5 36V2C1.5 1.72386 1.72386 1.5 2 1.5H36C36.2761 1.5 36.5 1.72386 36.5 2V36C36.5 36.2761 36.2761 36.5 36 36.5Z",
2302
+ fill: color,
2303
+ stroke: "#1E1E1F",
2304
+ "stroke-width": "3"
2305
+ }
2306
+ ) });
2307
+ }
2308
+ return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2309
+ /* @__PURE__ */ jsx45("path", { d: "M9.5 9.5V12.5H28.5V9.5H9.5Z", fill: color }),
2310
+ /* @__PURE__ */ jsx45("path", { d: "M9.5 17.5H28.5V20.5H9.5V17.5Z", fill: color }),
2311
+ /* @__PURE__ */ jsx45("path", { d: "M9.5 25.5V28.5H21.5V25.5H9.5Z", fill: color }),
2312
+ /* @__PURE__ */ jsx45(
2313
+ "path",
2314
+ {
2315
+ "fill-rule": "evenodd",
2316
+ "clip-rule": "evenodd",
2317
+ d: "M2 38H36C37.1046 38 38 37.1046 38 36V2C38 0.895431 37.1046 0 36 0H2C0.895431 0 0 0.89543 0 2V36C0 37.1046 0.89543 38 2 38ZM35 3V35H3V3H35Z",
2318
+ fill: color
2319
+ }
2320
+ )
2321
+ ] });
2322
+ }, "ICMemo");
2323
+
2324
+ // src/assets/highlighter.tsx
2325
+ import { useState as useState46 } from "react";
2326
+ import { jsx as jsx46, jsxs as jsxs31 } from "react/jsx-runtime";
2327
+ var ICHighlighter = /* @__PURE__ */ __name((props) => {
2328
+ const [isDarkMode, setIsDarkMode] = useState46(false);
2329
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2330
+ if (thick) {
2331
+ return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 37 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2332
+ /* @__PURE__ */ jsx46(
2333
+ "path",
2334
+ {
2335
+ d: "M32.1989 1.19539C30.6046 -0.398846 28.0197 -0.398407 26.426 1.19637L23.9107 3.71159L33.2878 13.0895L35.8055 10.572C37.3985 8.97794 37.398 6.39455 35.8046 4.80108L32.1989 1.19539Z",
2336
+ fill: color
2337
+ }
2338
+ ),
2339
+ /* @__PURE__ */ jsx46(
2340
+ "path",
2341
+ {
2342
+ d: "M7.2068 20.4147L21.7462 5.87598L31.1233 15.2539L16.5963 29.7803C16.126 30.2505 15.5478 30.5987 14.9122 30.7945L9.58341 32.4361C6.42086 33.4103 3.47454 30.4135 4.50241 27.2679L6.21297 22.0332C6.41235 21.4231 6.75285 20.8685 7.2068 20.4147Z",
2343
+ fill: color
2344
+ }
2345
+ ),
2346
+ /* @__PURE__ */ jsx46("path", { d: "M34.6912 34.8661H0V38.9474H34.6912V34.8661Z", fill: color })
2347
+ ] });
2348
+ }
2349
+ if (fill) {
2350
+ return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 36 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2351
+ /* @__PURE__ */ jsx46(
2352
+ "path",
2353
+ {
2354
+ d: "M31.4108 1.03193C30.0346 -0.344305 27.8031 -0.343927 26.4274 1.03277L23.9459 3.51414L32.4854 12.0544L34.9689 9.57095C36.344 8.19491 36.3436 5.96478 34.9681 4.58922L31.4108 1.03193Z",
2355
+ fill: color
2356
+ }
2357
+ ),
2358
+ /* @__PURE__ */ jsx46(
2359
+ "path",
2360
+ {
2361
+ d: "M7.46597 19.9933L21.8104 5.64948L30.3499 14.1897L16.0177 28.5213C15.6117 28.9272 15.1126 29.2278 14.5639 29.3968L9.30665 31.0163C6.57656 31.8573 4.03314 29.2703 4.92046 26.5549L6.60805 21.3905C6.78017 20.8638 7.0741 20.3851 7.46597 19.9933Z",
2362
+ fill: color
2363
+ }
2364
+ ),
2365
+ /* @__PURE__ */ jsx46("path", { d: "M34.2255 34.3975H0V37.4174H34.2255V34.3975Z", fill: color })
2366
+ ] });
2367
+ }
2368
+ return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 36 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2369
+ /* @__PURE__ */ jsx46(
2370
+ "path",
2371
+ {
2372
+ "fill-rule": "evenodd",
2373
+ "clip-rule": "evenodd",
2374
+ d: "M31.4108 1.03193C30.0346 -0.344305 27.8032 -0.343927 26.4274 1.03277L7.466 19.9933C7.07413 20.3851 6.7802 20.8638 6.60808 21.3905L4.92049 26.5549C4.03317 29.2703 6.57659 31.8573 9.30668 31.0163L14.564 29.3968C15.1127 29.2278 15.6117 28.9272 16.0177 28.5213L34.969 9.57095C36.3441 8.19491 36.3437 5.96478 34.9681 4.58922L31.4108 1.03193ZM9.60117 22.1289L23.9466 7.78651L28.2155 12.0558L13.8826 26.3856C13.8246 26.4436 13.7533 26.4866 13.6749 26.5107L8.41761 28.1303C8.0276 28.2504 7.66425 27.8808 7.79101 27.4929L9.47861 22.3285C9.50319 22.2532 9.54518 22.1849 9.60117 22.1289ZM32.8328 7.43628L30.3507 9.92015L26.0818 5.65087L28.5635 3.16744C28.76 2.97076 29.0788 2.97071 29.2754 3.16731L32.8327 6.72461C33.0292 6.92112 33.0293 7.23971 32.8328 7.43628Z",
2375
+ fill: color
2376
+ }
2377
+ ),
2378
+ /* @__PURE__ */ jsx46("path", { d: "M34.2255 34.3977H0V37.4176H34.2255V34.3977Z", fill: color })
2379
+ ] });
2380
+ }, "ICHighlighter");
2381
+
2382
+ // src/assets/creditcard.tsx
2383
+ import { useState as useState47 } from "react";
2384
+ import { jsx as jsx47, jsxs as jsxs32 } from "react/jsx-runtime";
2385
+
2386
+ // src/assets/speaker.tsx
2387
+ import { useState as useState48 } from "react";
2388
+ import { jsx as jsx48, jsxs as jsxs33 } from "react/jsx-runtime";
2389
+ var ICSpeaker = /* @__PURE__ */ __name((props) => {
2390
+ const [isDarkMode, setIsDarkMode] = useState48(false);
2391
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2392
+ if (thick) {
2393
+ return /* @__PURE__ */ jsxs33("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2394
+ /* @__PURE__ */ jsx48(
2395
+ "path",
2396
+ {
2397
+ d: "M15.9461 27.4051C16.1615 27.458 16.3683 27.5443 16.5589 27.6618L29.9167 35.8991C31.3429 36.7786 33.181 35.7526 33.181 34.077V2.14409C33.181 0.468479 31.3429 -0.557525 29.9167 0.321986L15.8729 8.98231C15.5351 9.1906 15.1461 9.30091 14.7493 9.30091H2.14071C0.958429 9.30091 0 10.2593 0 11.4416V25.2025C0 26.3848 0.958429 27.3432 2.14071 27.3432H5.4617V34.9378C5.4617 37.1813 7.28045 39.0001 9.524 39.0001H11.8838C14.1274 39.0001 15.9461 37.1813 15.9461 34.9378V27.4051Z",
2398
+ fill: color
2399
+ }
2400
+ ),
2401
+ /* @__PURE__ */ jsx48(
2402
+ "path",
2403
+ {
2404
+ d: "M39.6866 18.815C39.6866 22.2597 38.0658 25.3258 35.5452 27.2923V10.3377C38.0658 12.3042 39.6866 15.3703 39.6866 18.815Z",
2405
+ fill: color
2406
+ }
2407
+ )
2408
+ ] });
2409
+ }
2410
+ if (fill) {
2411
+ return /* @__PURE__ */ jsxs33("svg", { ...props, width: size, height: size, viewBox: "0 0 40 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2412
+ /* @__PURE__ */ jsx48(
2413
+ "path",
2414
+ {
2415
+ d: "M15.2407 26.9932C15.6314 26.9938 16.0143 27.1026 16.3469 27.3077L29.5337 35.4396C30.9417 36.3078 32.7563 35.295 32.7563 33.6408V2.11665C32.7563 0.462483 30.9417 -0.550389 29.5337 0.317864L15.6697 8.86734C15.3363 9.07296 14.9522 9.18186 14.5605 9.18186H2.11331C0.946161 9.18186 0 10.128 0 11.2952V24.8799C0 26.047 0.946161 26.9932 2.11331 26.9932H5.89307V34.4908C5.89307 36.4288 7.46412 37.9998 9.40209 37.9998H11.7317C13.6697 37.9998 15.2407 36.4288 15.2407 34.4908V26.9932Z",
2416
+ fill: color
2417
+ }
2418
+ ),
2419
+ /* @__PURE__ */ jsx48(
2420
+ "path",
2421
+ {
2422
+ d: "M39.1786 18.5742C39.1786 21.9748 37.5785 25.0016 35.0902 26.943V10.2054C37.5785 12.1467 39.1786 15.1736 39.1786 18.5742Z",
2423
+ fill: color
2424
+ }
2425
+ )
2426
+ ] });
2427
+ }
2428
+ return /* @__PURE__ */ jsxs33("svg", { ...props, width: size, height: size, viewBox: "0 0 40 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2429
+ /* @__PURE__ */ jsx48(
2430
+ "path",
2431
+ {
2432
+ "fill-rule": "evenodd",
2433
+ "clip-rule": "evenodd",
2434
+ d: "M15.2407 26.9932C15.6314 26.9938 16.0143 27.1026 16.3469 27.3077L29.5337 35.4396C30.9417 36.3079 32.7563 35.295 32.7563 33.6408V2.11665C32.7563 0.462483 30.9417 -0.550389 29.5337 0.317864L15.6697 8.86734C15.3363 9.07296 14.9522 9.18186 14.5605 9.18186H2.11331C0.946161 9.18186 0 10.128 0 11.2952V24.8799C0 26.0471 0.946161 26.9932 2.11331 26.9932H5.89307V34.4908C5.89307 36.4288 7.46412 37.9998 9.40209 37.9998H11.7317C13.6697 37.9998 15.2407 36.4288 15.2407 34.4908V26.9932ZM3.00773 23.9855H15.2377C16.187 23.9855 17.1176 24.2494 17.9257 24.7476L29.7486 32.0384L29.7486 3.71902L17.2484 11.4274C16.4404 11.9257 15.5098 12.1896 14.5605 12.1896H3.00773V23.9855ZM8.9008 34.4908V27.0696H12.233V34.4908C12.233 34.7676 12.0086 34.9921 11.7317 34.9921H9.40209C9.12524 34.9921 8.9008 34.7676 8.9008 34.4908Z",
2435
+ fill: color
2436
+ }
2437
+ ),
2438
+ /* @__PURE__ */ jsx48(
2439
+ "path",
2440
+ {
2441
+ d: "M35.0902 26.943C37.5785 25.0016 39.1786 21.9748 39.1786 18.5742C39.1786 15.1736 37.5785 12.1467 35.0902 10.2054V26.943Z",
2442
+ fill: color
2443
+ }
2444
+ )
2445
+ ] });
2446
+ }, "ICSpeaker");
2447
+
2448
+ // src/assets/light.tsx
2449
+ import { useState as useState49 } from "react";
2450
+ import { jsx as jsx49, jsxs as jsxs34 } from "react/jsx-runtime";
2451
+ var ICLight = /* @__PURE__ */ __name((props) => {
2452
+ const [isDarkMode, setIsDarkMode] = useState49(false);
2453
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2454
+ if (thick) {
2455
+ return /* @__PURE__ */ jsxs34("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2456
+ /* @__PURE__ */ jsx49(
2457
+ "path",
2458
+ {
2459
+ d: "M19.9621 6.0802C18.9613 3.3066 15.0387 3.3066 14.0379 6.0802L10.8671 14.8671L2.0802 18.0379C-0.693404 19.0387 -0.693396 22.9613 2.0802 23.9621L10.8671 27.1329L14.0379 35.9198C15.0387 38.6934 18.9613 38.6934 19.9621 35.9198L23.1329 27.1329L31.9198 23.9621C34.6934 22.9613 34.6934 19.0387 31.9198 18.0379L23.1329 14.8671L19.9621 6.0802Z",
2460
+ fill: color
2461
+ }
2462
+ ),
2463
+ /* @__PURE__ */ jsx49(
2464
+ "path",
2465
+ {
2466
+ d: "M31.6852 0.481171C31.4537 -0.160391 30.5463 -0.16039 30.3148 0.481172L28.8177 4.63003C28.7862 4.7174 28.7174 4.78619 28.63 4.81771L24.4812 6.31483C23.8396 6.54634 23.8396 7.45366 24.4812 7.68517L28.63 9.18229C28.7174 9.21381 28.7862 9.2826 28.8177 9.36997L30.3148 13.5188C30.5463 14.1604 31.4537 14.1604 31.6852 13.5188L33.1823 9.36997C33.2138 9.2826 33.2826 9.21381 33.37 9.18229L37.5188 7.68517C38.1604 7.45366 38.1604 6.54634 37.5188 6.31483L33.37 4.81771C33.2826 4.78619 33.2138 4.7174 33.1823 4.63003L31.6852 0.481171Z",
2467
+ fill: color
2468
+ }
2469
+ )
2470
+ ] });
2471
+ }
2472
+ if (fill) {
2473
+ return /* @__PURE__ */ jsxs34("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2474
+ /* @__PURE__ */ jsx49(
2475
+ "path",
2476
+ {
2477
+ d: "M19.245 6.33325C18.3919 3.96891 15.0481 3.96892 14.195 6.33325L10.9012 15.4612L1.77325 18.755C-0.591085 19.6081 -0.591079 22.9519 1.77325 23.805L10.9012 27.0988L14.195 36.2268C15.0481 38.5911 18.3919 38.5911 19.245 36.2268L22.5388 27.0988L31.6668 23.805C34.0311 22.9519 34.0311 19.6081 31.6668 18.755L22.5388 15.4612L19.245 6.33325Z",
2478
+ fill: color
2479
+ }
2480
+ ),
2481
+ /* @__PURE__ */ jsx49(
2482
+ "path",
2483
+ {
2484
+ d: "M31.601 0.487587C31.3664 -0.16253 30.447 -0.162528 30.2124 0.487587L28.6953 4.69176C28.6633 4.78029 28.5936 4.85 28.5051 4.88195L24.3009 6.39903C23.6508 6.63362 23.6508 7.55305 24.3009 7.78764L28.5051 9.30472C28.5936 9.33666 28.6633 9.40637 28.6953 9.4949L30.2124 13.6991C30.447 14.3492 31.3664 14.3492 31.601 13.6991L33.1181 9.4949C33.15 9.40637 33.2197 9.33666 33.3082 9.30472L37.5124 7.78764C38.1625 7.55305 38.1625 6.63362 37.5124 6.39903L33.3082 4.88195C33.2197 4.85 33.15 4.78029 33.118 4.69176L31.601 0.487587Z",
2485
+ fill: color
2486
+ }
2487
+ )
2488
+ ] });
2489
+ }
2490
+ return /* @__PURE__ */ jsxs34("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2491
+ /* @__PURE__ */ jsx49(
2492
+ "path",
2493
+ {
2494
+ "fill-rule": "evenodd",
2495
+ "clip-rule": "evenodd",
2496
+ d: "M14.195 6.33325C15.0481 3.96892 18.3919 3.96891 19.245 6.33325L22.5388 15.4612L31.6668 18.755C34.0311 19.6081 34.0311 22.9519 31.6668 23.805L22.5388 27.0989L19.245 36.2268C18.3919 38.5911 15.0481 38.5911 14.195 36.2268L10.9012 27.0988L1.77325 23.805C-0.591079 22.9519 -0.591085 19.6081 1.77325 18.755L10.9012 15.4612L14.195 6.33325ZM16.72 8.29203L13.704 16.6501C13.4329 17.4014 12.8414 17.9929 12.0901 18.264L3.73203 21.28L12.0901 24.296C12.8414 24.5671 13.4329 25.1586 13.704 25.9099L16.72 34.268L19.736 25.9099C20.0071 25.1586 20.5986 24.5671 21.3499 24.296L29.708 21.28L21.3499 18.264C20.5986 17.9929 20.0071 17.4014 19.736 16.6501L16.72 8.29203Z",
2497
+ fill: color
2498
+ }
2499
+ ),
2500
+ /* @__PURE__ */ jsx49(
2501
+ "path",
2502
+ {
2503
+ d: "M31.601 0.487587C31.3664 -0.16253 30.447 -0.162528 30.2124 0.487587L28.6953 4.69176C28.6633 4.78029 28.5936 4.85 28.5051 4.88195L24.3009 6.39903C23.6508 6.63362 23.6508 7.55305 24.3009 7.78764L28.5051 9.30472C28.5936 9.33666 28.6633 9.40637 28.6953 9.4949L30.2124 13.6991C30.447 14.3492 31.3664 14.3492 31.601 13.6991L33.118 9.4949C33.15 9.40637 33.2197 9.33666 33.3082 9.30472L37.5124 7.78764C38.1625 7.55305 38.1625 6.63362 37.5124 6.39903L33.3082 4.88195C33.2197 4.85 33.15 4.78029 33.118 4.69176L31.601 0.487587Z",
2504
+ fill: color
2505
+ }
2506
+ )
2507
+ ] });
2508
+ }, "ICLight");
2509
+
2510
+ // src/assets/document-add.tsx
2511
+ import { useState as useState50 } from "react";
2512
+ import { jsx as jsx50, jsxs as jsxs35 } from "react/jsx-runtime";
2513
+ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
2514
+ const [isDarkMode, setIsDarkMode] = useState50(false);
2515
+ const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2516
+ if (thick) {
2517
+ return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 36 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2518
+ /* @__PURE__ */ jsx50(
2519
+ "path",
2520
+ {
2521
+ d: "M13.501 0V14.0769C13.501 16.0099 15.068 17.5769 17.001 17.5769H30V22.1063C29.5101 22.0363 29.0093 22 28.5 22C22.701 22 18 26.701 18 32.5C18 35.438 19.2067 38.0942 21.1515 40H2C0.895431 40 0 39.1046 0 38V2C0 0.895431 0.895431 0 2 0H13.501Z",
2522
+ fill: color
2523
+ }
2524
+ ),
2525
+ /* @__PURE__ */ jsx50(
2526
+ "path",
2527
+ {
2528
+ d: "M16.501 1.60803V14.0769C16.501 14.3531 16.7248 14.5769 17.001 14.5769H28.6005L16.501 1.60803Z",
2529
+ fill: color
2530
+ }
2531
+ ),
2532
+ /* @__PURE__ */ jsx50("path", { d: "M26.9996 39.9996V34H21V31H26.9996V25H29.9996V31H36V34H29.9996V39.9996H26.9996Z", fill: color })
2533
+ ] });
2534
+ }
2535
+ return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 36 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2536
+ /* @__PURE__ */ jsx50(
2537
+ "path",
2538
+ {
2539
+ d: "M13.001 0V14.0769C13.001 16.2861 14.7918 18.0769 17.001 18.0769H30V21.6902C29.3525 21.5654 28.6839 21.5 28 21.5C22.201 21.5 17.5 26.201 17.5 32C17.5 35.2047 18.9357 38.074 21.1989 40H2C0.895431 40 0 39.1046 0 38V2C0 0.895431 0.895431 0 2 0H13.001Z",
2540
+ fill: color
2541
+ }
2542
+ ),
2543
+ /* @__PURE__ */ jsx50("path", { d: "M17.001 2.14395V14.0769L28.134 14.0769L17.001 2.14395Z", fill: color }),
2544
+ /* @__PURE__ */ jsx50("path", { d: "M25.9996 39.4996V34H20.5V30H25.9996V24.5H29.9996V30H35.5V34H29.9996V39.4996H25.9996Z", fill: color })
2545
+ ] });
2546
+ }, "ICDocumentAdd");
2547
+
2548
+ // src/utils/icon.tsx
2549
+ var iconMap = {
2550
+ history: ICHistory,
2551
+ start: ICStart,
2552
+ end: ICEnd,
2553
+ paperclip: ICPaperclip,
2554
+ share: ICShare,
2555
+ "sign-out": ICSignOut,
2556
+ plus: ICPlus,
2557
+ minus: ICMinus,
2558
+ "new-thread": ICNewThread,
2559
+ move: ICMove,
2560
+ search: ICSearch,
2561
+ globe: ICGlobe,
2562
+ graduationcap: ICGraduationcap,
2563
+ palette: ICPalette,
2564
+ download: ICDownload,
2565
+ regenerate: ICRegenerate,
2566
+ credit: ICCredit,
2567
+ feedback: ICFeedback,
2568
+ tune: ICTune,
2569
+ "arrow-back": ICArrowBack,
2570
+ "arrow-forward": ICArrowForward,
2571
+ "arrow-up": ICArrowUp,
2572
+ "arrow-down": ICArrowDown,
2573
+ menu: ICMenu,
2574
+ "chart-bar": ICChartBar,
2575
+ "chart-line-uptrend": ICChartLineUptrend,
2576
+ folder: ICFolder,
2577
+ person: ICPerson,
2578
+ trash: ICTrash,
2579
+ pencil: ICPencil,
2580
+ copy: ICCopy,
2581
+ "question-message": ICQuestionMessage,
2582
+ books: ICBooks,
2583
+ balance: ICBalance,
2584
+ document: ICDocument,
2585
+ "person-add": ICPersonAdd,
2586
+ send: ICSend,
2587
+ "check-mark": ICCheckMark,
2588
+ exclamationmark: ICExclamationmark,
2589
+ close: ICClose,
2590
+ lock: ICLock,
2591
+ ai: ICAi,
2592
+ stack: ICStack,
2593
+ summarize: ICSummarize,
2594
+ memo: ICMemo,
2595
+ highlighter: ICHighlighter,
2596
+ creditcard: ICCredit,
2597
+ speaker: ICSpeaker,
2598
+ light: ICLight,
2599
+ "document-add": ICDocumentAdd
2600
+ };
2601
+
2602
+ // src/components/Icon/index.tsx
2603
+ import { jsx as jsx51 } from "react/jsx-runtime";
2604
+ var iconSizeMap = {
2605
+ xs: 16,
2606
+ s: 20,
2607
+ m: 24,
2608
+ l: 32,
2609
+ xl: 40
2610
+ };
2611
+ var iconKeyOptions = Object.keys(iconMap).sort();
2612
+ var iconVariants = cva(style_module_default2.icon, {
2613
+ variants: {
2614
+ type: {
2615
+ neutralLabelPrimary: style_module_default2["neutral-label-primary"],
2616
+ neutralLabelSecondary: style_module_default2["neutral-label-secondary"],
2617
+ neutralLabelTertiary: style_module_default2["neutral-label-tertiary"],
2618
+ neutralLabelQuaternary: style_module_default2["neutral-label-quaternary"],
2619
+ neutralLabelStaticPrimary: style_module_default2["neutral-label-static-primary"],
2620
+ neutralLabelStaticSecondary: style_module_default2["neutral-label-static-secondary"],
2621
+ brandLabelPrimary: style_module_default2["brand-label-primary"],
2622
+ brandLabelSecondary: style_module_default2["brand-label-secondary"],
2623
+ functionLabelPositive: style_module_default2["function-label-positive"],
2624
+ functionLabelNegative: style_module_default2["function-label-negative"],
2625
+ functionLabelCaution: style_module_default2["function-label-caution"]
2626
+ }
2627
+ }
2628
+ });
2629
+ var getIconComponent = /* @__PURE__ */ __name((iconKey, map) => map[iconKey], "getIconComponent");
2630
+ var Icon = /* @__PURE__ */ __name((props) => {
2631
+ const { name, type = "neutralLabelPrimary", size = "m", color, thick = false, fill = false, ...rest } = props;
2632
+ const IconComponent = getIconComponent(name, iconMap);
2633
+ const iconSize = iconSizeMap[size];
2634
+ return color ? /* @__PURE__ */ jsx51(IconComponent, { ...rest, color, size: iconSize, thick, fill }) : /* @__PURE__ */ jsx51(IconComponent, { ...rest, className: clsx(iconVariants({ type })), size: iconSize, thick, fill });
2635
+ }, "Icon");
2636
+
2637
+ // src/components/Button/index.tsx
2638
+ import { Fragment, jsx as jsx52, jsxs as jsxs36 } from "react/jsx-runtime";
2639
+ var buttonIconSizeMap = {
2640
+ cta: "m",
2641
+ l: "s",
2642
+ m: "xs",
2643
+ s: "xs"
2644
+ };
2645
+ var buttonSizeIconThickMap = {
2646
+ cta: true,
2647
+ l: false,
2648
+ m: false,
2649
+ s: false
2650
+ };
2651
+ var defaultButtonVariants = cva2([style_module_default.button, style_module_default.default], {
42
2652
  variants: {
43
2653
  level: {
44
2654
  primary: style_module_default.primary,
45
2655
  secondary: style_module_default.secondary,
46
2656
  tertiary: style_module_default.tertiary,
47
2657
  quaternary: style_module_default.quaternary,
48
- quinary: style_module_default.quinary,
49
- negative: style_module_default.negative
2658
+ error: style_module_default.error,
2659
+ inverse: style_module_default.inverse
50
2660
  },
51
2661
  fill: {
52
2662
  solid: style_module_default.button,
@@ -57,65 +2667,50 @@ var defaultButtonVariants = cva([style_module_default.button, style_module_defau
57
2667
  spaceBetween: style_module_default["align-space-between"]
58
2668
  },
59
2669
  size: {
60
- cta: style_module_default.cta,
61
- l: style_module_default.l,
62
- m: style_module_default.m,
63
- s: style_module_default.s
2670
+ cta: [style_module_default.cta, "lp-sys-typo-paragraph2-normal-bold"],
2671
+ l: [style_module_default.l, "lp-sys-typo-paragraph3-normal-medium"],
2672
+ m: [style_module_default.m, "lp-sys-typo-paragraph4-normal-regular"],
2673
+ s: [style_module_default.s, "lp-sys-typo-caption1-normal-regular"]
64
2674
  }
65
2675
  }
66
2676
  });
67
- var textButtonVariants = cva([style_module_default.button, style_module_default.text], {
2677
+ var textButtonVariants = cva2([style_module_default.button, style_module_default.text], {
68
2678
  variants: {
69
2679
  level: {
70
- inversePrimary: style_module_default["inverse-primary"],
71
- neutralPrimary: style_module_default["neutral-primary"],
72
- inverseStaticPrimary: style_module_default["inverse-static-primary"]
73
- }
74
- }
75
- });
76
- var iconButtonVariants = cva([style_module_default.button, style_module_default.icon], {
77
- variants: {
78
- level: {
79
- primary: style_module_default.primary,
80
- secondary: style_module_default.secondary,
81
- tertiary: style_module_default.tertiary,
82
- quaternary: style_module_default.quaternary,
83
- quinary: style_module_default.quinary,
84
- negative: style_module_default.negative
85
- },
86
- weight: {
87
- //
2680
+ inversePrimary: [style_module_default["inverse-primary"], "lp-sys-typo-caption1-normal-medium"],
2681
+ neutralPrimary: [style_module_default["neutral-primary"], "lp-sys-typo-caption1-normal-medium"],
2682
+ inverseStaticPrimary: [style_module_default["inverse-static-primary"], "lp-sys-typo-caption1-normal-medium"]
88
2683
  }
89
2684
  }
90
2685
  });
91
2686
  var DefaultButton = forwardRef(
92
2687
  ({ as = "default", asChild = false, level = "primary", fill = "solid", align = "center", size = "cta", ...rest }, ref) => {
93
- return /* @__PURE__ */ jsx("button", { ...rest, className: clsx(defaultButtonVariants({ level, fill, align, size })), ref });
2688
+ return /* @__PURE__ */ jsx52("button", { ...rest, className: clsx2(defaultButtonVariants({ level, fill, align, size })), ref, children: /* @__PURE__ */ jsxs36(Fragment, { children: [
2689
+ rest.leftIcon && /* @__PURE__ */ jsx52(Icon, { name: rest.leftIcon, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] }),
2690
+ /* @__PURE__ */ jsx52("p", { className: style_module_default.content, children: rest.children }),
2691
+ rest.rightIcon && /* @__PURE__ */ jsx52(Icon, { name: rest.rightIcon, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] })
2692
+ ] }) });
94
2693
  }
95
2694
  );
96
2695
  var TextButton = forwardRef(
97
- ({ as = "text", asChild = false, level = "inversePrimary", ...rest }, ref) => {
98
- return /* @__PURE__ */ jsx("button", { ...rest, className: clsx(textButtonVariants({ level })), ref });
2696
+ ({ level = "inversePrimary", ...rest }, ref) => {
2697
+ return /* @__PURE__ */ jsx52("button", { ...rest, className: clsx2(textButtonVariants({ level })), ref });
99
2698
  }
100
2699
  );
101
- var IconButton = forwardRef((props, ref) => {
102
- return /* @__PURE__ */ jsx("button", { ...props, className: clsx(iconButtonVariants({ level: props.level })), ref });
103
- });
104
2700
  var Button = forwardRef((props, ref) => {
105
2701
  switch (props.as) {
106
2702
  case "default":
107
2703
  case void 0:
108
2704
  const DefaultComp = props.asChild ? Slot : DefaultButton;
109
- return /* @__PURE__ */ jsx(DefaultComp, { ...props, ref });
2705
+ return /* @__PURE__ */ jsx52(DefaultComp, { ...props, ref });
110
2706
  case "text":
111
2707
  const TextComp = props.asChild ? Slot : TextButton;
112
- return /* @__PURE__ */ jsx(TextComp, { ...props, ref });
2708
+ return /* @__PURE__ */ jsx52(TextComp, { ...props, ref });
113
2709
  }
114
2710
  });
115
2711
  export {
116
2712
  Button,
117
2713
  DefaultButton,
118
- IconButton,
119
2714
  TextButton,
120
2715
  objectToArray
121
2716
  };