@liner-fe/prism 1.6.4 → 1.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/assets/arrow-right.d.ts +8 -0
- package/lib/assets/check-mark-fill.d.ts +8 -0
- package/lib/assets/close-fill.d.ts +2 -2
- package/lib/assets/document-warning.d.ts +8 -0
- package/lib/assets/exclamationmark-fill.d.ts +8 -0
- package/lib/assets/folder-add.d.ts +8 -0
- package/lib/assets/history.d.ts +1 -2
- package/lib/assets/index.d.ts +11 -1
- package/lib/assets/liner-variation.d.ts +8 -0
- package/lib/assets/liner.d.ts +8 -0
- package/lib/assets/more.d.ts +8 -0
- package/lib/assets/thumb-down.d.ts +8 -0
- package/lib/assets/thumb-up.d.ts +8 -0
- package/lib/components/Button/index.d.ts +2 -2
- package/lib/components/Toast/export.d.ts +2 -0
- package/lib/components/Toast/hooks/useToast.d.ts +6 -2
- package/lib/components/Toast/index.d.ts +21 -0
- package/lib/index.css +164 -66
- package/lib/index.css.map +3 -3
- package/lib/index.d.ts +1 -0
- package/lib/index.mjs +1204 -674
- package/lib/index.mjs.map +4 -4
- package/lib/type/index.d.ts +1 -1
- package/package.json +3 -3
- package/lib/components/Toast/inedx.d.ts +0 -12
package/lib/index.mjs
CHANGED
|
@@ -11,29 +11,33 @@ import { forwardRef } from "react";
|
|
|
11
11
|
|
|
12
12
|
// src/components/Button/style.module.scss
|
|
13
13
|
var style_module_default = {
|
|
14
|
-
"button": "
|
|
15
|
-
"default": "
|
|
16
|
-
"text": "
|
|
17
|
-
"primary": "
|
|
18
|
-
"secondary": "
|
|
19
|
-
"tertiary": "
|
|
20
|
-
"quaternary": "
|
|
21
|
-
"error": "
|
|
22
|
-
"inverse": "
|
|
23
|
-
"ghost": "
|
|
24
|
-
"cta": "
|
|
25
|
-
"l": "
|
|
26
|
-
"m": "
|
|
27
|
-
"s": "
|
|
28
|
-
"
|
|
29
|
-
"align-
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"inverse-primary": "_inverse-
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
14
|
+
"button": "_button_1qgmc_1",
|
|
15
|
+
"default": "_default_1qgmc_22",
|
|
16
|
+
"text": "_text_1qgmc_30",
|
|
17
|
+
"primary": "_primary_1qgmc_39",
|
|
18
|
+
"secondary": "_secondary_1qgmc_46",
|
|
19
|
+
"tertiary": "_tertiary_1qgmc_53",
|
|
20
|
+
"quaternary": "_quaternary_1qgmc_64",
|
|
21
|
+
"error": "_error_1qgmc_83",
|
|
22
|
+
"inverse": "_inverse_1qgmc_90",
|
|
23
|
+
"ghost": "_ghost_1qgmc_108",
|
|
24
|
+
"cta": "_cta_1qgmc_143",
|
|
25
|
+
"l": "_l_1qgmc_150",
|
|
26
|
+
"m": "_m_1qgmc_156",
|
|
27
|
+
"s": "_s_1qgmc_46",
|
|
28
|
+
"align-center": "_align-center_1qgmc_168",
|
|
29
|
+
"align-space-between": "_align-space-between_1qgmc_172",
|
|
30
|
+
"neutral-primary": "_neutral-primary_1qgmc_176",
|
|
31
|
+
"inverse-primary": "_inverse-primary_1qgmc_181",
|
|
32
|
+
"inverse-static-primary": "_inverse-static-primary_1qgmc_185",
|
|
33
|
+
"content": "_content_1qgmc_189",
|
|
34
|
+
"full": "_full_1qgmc_194",
|
|
35
|
+
"fit-content": "_fit-content_1qgmc_198",
|
|
36
|
+
"children": "_children_1qgmc_202",
|
|
37
|
+
"cta-children": "_cta-children_1qgmc_208",
|
|
38
|
+
"l-children": "_l-children_1qgmc_213",
|
|
39
|
+
"m-children": "_m-children_1qgmc_218",
|
|
40
|
+
"s-children": "_s-children_1qgmc_223"
|
|
37
41
|
};
|
|
38
42
|
|
|
39
43
|
// src/components/Button/index.tsx
|
|
@@ -62,22 +66,109 @@ var style_module_default2 = {
|
|
|
62
66
|
"function-label-caution": "_function-label-caution_uzk33_49"
|
|
63
67
|
};
|
|
64
68
|
|
|
65
|
-
// src/assets/
|
|
66
|
-
import { useState } from "react";
|
|
69
|
+
// src/assets/close-fill.tsx
|
|
67
70
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
71
|
+
var ICCloseFill = /* @__PURE__ */ __name((props) => {
|
|
72
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
73
|
+
if (fill && thick) {
|
|
74
|
+
return /* @__PURE__ */ jsx("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsxs("g", { id: "fill=true, thick=true, color=true", children: [
|
|
75
|
+
/* @__PURE__ */ jsx(
|
|
76
|
+
"path",
|
|
77
|
+
{
|
|
78
|
+
id: "Vector",
|
|
79
|
+
d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z",
|
|
80
|
+
fill: color
|
|
81
|
+
}
|
|
82
|
+
),
|
|
83
|
+
/* @__PURE__ */ jsx(
|
|
84
|
+
"path",
|
|
85
|
+
{
|
|
86
|
+
id: "Vector_2",
|
|
87
|
+
"fill-rule": "evenodd",
|
|
88
|
+
"clip-rule": "evenodd",
|
|
89
|
+
d: "M21.2019 24.0526L15.6575 29.5971L18.4859 32.4255L24.0304 26.8811L29.622 32.4727L32.4504 29.6443L26.8588 24.0526L32.4973 18.4141L29.6689 15.5857L24.0304 21.2242L18.439 15.6329L15.6106 18.4613L21.2019 24.0526Z",
|
|
90
|
+
fill: "white"
|
|
91
|
+
}
|
|
92
|
+
)
|
|
93
|
+
] }) });
|
|
94
|
+
}
|
|
95
|
+
}, "ICCloseFill");
|
|
96
|
+
|
|
97
|
+
// src/assets/more.tsx
|
|
98
|
+
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
99
|
+
var ICMore = /* @__PURE__ */ __name((props) => {
|
|
100
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
101
|
+
if (fill) {
|
|
102
|
+
return /* @__PURE__ */ jsxs2("svg", { ...props, width: size, height: "8", viewBox: "0 0 36 8", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
103
|
+
/* @__PURE__ */ jsx2(
|
|
104
|
+
"path",
|
|
105
|
+
{
|
|
106
|
+
d: "M0 2C0 0.895431 0.895431 0 2 0H6C7.10457 0 8 0.895431 8 2V6C8 7.10457 7.10457 8 6 8H2C0.895431 8 0 7.10457 0 6V2Z",
|
|
107
|
+
fill: color
|
|
108
|
+
}
|
|
109
|
+
),
|
|
110
|
+
/* @__PURE__ */ jsx2(
|
|
111
|
+
"path",
|
|
112
|
+
{
|
|
113
|
+
d: "M14 2C14 0.895431 14.8954 0 16 0H20C21.1046 0 22 0.895431 22 2V6C22 7.10457 21.1046 8 20 8H16C14.8954 8 14 7.10457 14 6V2Z",
|
|
114
|
+
fill: color
|
|
115
|
+
}
|
|
116
|
+
),
|
|
117
|
+
/* @__PURE__ */ jsx2(
|
|
118
|
+
"path",
|
|
119
|
+
{
|
|
120
|
+
d: "M30 0C28.8954 0 28 0.895431 28 2V6C28 7.10457 28.8954 8 30 8H34C35.1046 8 36 7.10457 36 6V2C36 0.895431 35.1046 0 34 0H30Z",
|
|
121
|
+
fill: color
|
|
122
|
+
}
|
|
123
|
+
)
|
|
124
|
+
] });
|
|
125
|
+
}
|
|
126
|
+
}, "ICMore");
|
|
127
|
+
|
|
128
|
+
// src/assets/liner.tsx
|
|
129
|
+
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
130
|
+
var ICLiner = /* @__PURE__ */ __name((props) => {
|
|
131
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
132
|
+
if (fill) {
|
|
133
|
+
return /* @__PURE__ */ jsx3("svg", { ...props, width: size, height: size, viewBox: "0 0 35 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx3(
|
|
134
|
+
"path",
|
|
135
|
+
{
|
|
136
|
+
d: "M32.9187 0H24.1307C23.5738 0 23.0538 0.215367 22.6599 0.609331L16.4983 6.77093C16.2934 6.97579 16.0202 7.09136 15.7261 7.09136H6.0083C5.45149 7.09136 4.93146 7.30672 4.5375 7.70069L0.613612 11.6246C0.0095335 12.2286 -0.163811 13.1006 0.161866 13.8886C0.487543 14.6817 1.2282 15.1702 2.08441 15.1702H7.70497C8.30379 15.1702 8.79756 15.6588 8.79756 16.2628V23.9058C8.79756 25.1717 9.82712 26.2012 11.0931 26.2012H18.736C19.3348 26.2012 19.8286 26.6898 19.8286 27.2938V32.9144C19.8286 33.7706 20.3223 34.506 21.1103 34.8369C21.3782 34.9473 21.6513 34.9998 21.9192 34.9998C22.455 34.9998 22.975 34.7897 23.3742 34.3852L27.2981 30.4613C27.6921 30.0674 27.9075 29.5473 27.9075 28.9905V19.1887C27.9075 18.9523 27.9968 18.7264 28.1648 18.5583L34.3842 12.339C34.7729 11.9502 34.9936 11.4145 34.9936 10.8682V2.08013C34.9936 0.935008 34.0586 0 32.9134 0H32.9187ZM16.8817 9.17149C16.8817 8.57266 17.3702 8.08415 17.9743 8.08415H25.8326C26.4314 8.08415 26.9252 8.57266 26.9252 9.17149V17.0298C26.9252 17.6286 26.4367 18.1224 25.8326 18.1224H17.9743C17.3755 18.1224 16.8817 17.6338 16.8817 17.0298V9.17149Z",
|
|
137
|
+
fill: color
|
|
138
|
+
}
|
|
139
|
+
) });
|
|
140
|
+
}
|
|
141
|
+
}, "ICLiner");
|
|
142
|
+
|
|
143
|
+
// src/assets/liner-variation.tsx
|
|
144
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
145
|
+
var ICLinerVariation = /* @__PURE__ */ __name((props) => {
|
|
146
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
147
|
+
if (fill) {
|
|
148
|
+
return /* @__PURE__ */ jsx4("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx4(
|
|
149
|
+
"path",
|
|
150
|
+
{
|
|
151
|
+
d: "M45.1539 0H33.0996C32.3358 0 31.6225 0.295362 31.0821 0.83566L22.6303 9.28591C22.3493 9.56686 21.9747 9.72535 21.5712 9.72535H8.24147C7.47771 9.72535 6.76439 10.0207 6.224 10.561L0.84168 15.9424C0.013077 16.7708 -0.224696 17.9667 0.222029 19.0473C0.668754 20.1351 1.68469 20.805 2.85915 20.805H10.5688C11.3902 20.805 12.0675 21.475 12.0675 22.3035V32.7852C12.0675 34.5214 13.4797 35.9334 15.2161 35.9334H25.6998C26.5212 35.9334 27.1985 36.6033 27.1985 37.4318V45.14C27.1985 46.3143 27.8758 47.3228 28.9565 47.7767C29.324 47.928 29.6987 48 30.0661 48C30.8011 48 31.5144 47.7118 32.062 47.1571L37.4443 41.7758C37.9847 41.2355 38.2801 40.5223 38.2801 39.7587V26.3161C38.2801 25.9919 38.4026 25.6821 38.6332 25.4516L47.1642 16.9221C47.6974 16.389 48 15.6542 48 14.905V2.85277C48 1.28231 46.7175 0 45.1467 0H45.1539ZM23.1563 12.5781C23.1563 11.7569 23.8264 11.0869 24.655 11.0869H35.4341C36.2555 11.0869 36.9327 11.7569 36.9327 12.5781V23.3552C36.9327 24.1765 36.2627 24.8537 35.4341 24.8537H24.655C23.8336 24.8537 23.1563 24.1837 23.1563 23.3552V12.5781Z",
|
|
152
|
+
fill: color
|
|
153
|
+
}
|
|
154
|
+
) });
|
|
155
|
+
}
|
|
156
|
+
}, "ICLinerVariation");
|
|
157
|
+
|
|
158
|
+
// src/assets/history.tsx
|
|
159
|
+
import { jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
68
160
|
var ICHistory = /* @__PURE__ */ __name((props) => {
|
|
69
|
-
const [isDarkMode, setIsDarkMode] = useState(false);
|
|
70
161
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
71
162
|
if (thick) {
|
|
72
|
-
return /* @__PURE__ */
|
|
73
|
-
/* @__PURE__ */
|
|
163
|
+
return /* @__PURE__ */ jsxs3("svg", { ...props, width: size, height: size, viewBox: "0 0 37 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
164
|
+
/* @__PURE__ */ jsx5(
|
|
74
165
|
"path",
|
|
75
166
|
{
|
|
76
167
|
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",
|
|
77
168
|
fill: "black"
|
|
78
169
|
}
|
|
79
170
|
),
|
|
80
|
-
/* @__PURE__ */
|
|
171
|
+
/* @__PURE__ */ jsx5(
|
|
81
172
|
"path",
|
|
82
173
|
{
|
|
83
174
|
d: "M21 17.672V8.76126H17V17.672C17 18.7328 17.4214 19.7502 18.1715 20.5004L24.0858 26.4147L26.9142 23.5863L21 17.672Z",
|
|
@@ -86,15 +177,15 @@ var ICHistory = /* @__PURE__ */ __name((props) => {
|
|
|
86
177
|
)
|
|
87
178
|
] });
|
|
88
179
|
}
|
|
89
|
-
return /* @__PURE__ */
|
|
90
|
-
/* @__PURE__ */
|
|
180
|
+
return /* @__PURE__ */ jsxs3("svg", { ...props, width: size, height: size, viewBox: "0 0 35 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
181
|
+
/* @__PURE__ */ jsx5(
|
|
91
182
|
"path",
|
|
92
183
|
{
|
|
93
184
|
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",
|
|
94
185
|
fill: "black"
|
|
95
186
|
}
|
|
96
187
|
),
|
|
97
|
-
/* @__PURE__ */
|
|
188
|
+
/* @__PURE__ */ jsx5(
|
|
98
189
|
"path",
|
|
99
190
|
{
|
|
100
191
|
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",
|
|
@@ -105,15 +196,13 @@ var ICHistory = /* @__PURE__ */ __name((props) => {
|
|
|
105
196
|
}, "ICHistory");
|
|
106
197
|
|
|
107
198
|
// src/assets/start.tsx
|
|
108
|
-
import {
|
|
109
|
-
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
199
|
+
import { jsx as jsx6, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
110
200
|
var ICStart = /* @__PURE__ */ __name((props) => {
|
|
111
|
-
const [isDarkMode, setIsDarkMode] = useState2(false);
|
|
112
201
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
113
202
|
if (thick) {
|
|
114
|
-
return /* @__PURE__ */
|
|
115
|
-
/* @__PURE__ */
|
|
116
|
-
/* @__PURE__ */
|
|
203
|
+
return /* @__PURE__ */ jsxs4("svg", { ...props, width: size, height: size, viewBox: "0 0 39 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
204
|
+
/* @__PURE__ */ jsx6("path", { d: "M0 32V0H3.99992V32H0Z", fill: color }),
|
|
205
|
+
/* @__PURE__ */ jsx6(
|
|
117
206
|
"path",
|
|
118
207
|
{
|
|
119
208
|
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",
|
|
@@ -122,9 +211,9 @@ var ICStart = /* @__PURE__ */ __name((props) => {
|
|
|
122
211
|
)
|
|
123
212
|
] });
|
|
124
213
|
}
|
|
125
|
-
return /* @__PURE__ */
|
|
126
|
-
/* @__PURE__ */
|
|
127
|
-
/* @__PURE__ */
|
|
214
|
+
return /* @__PURE__ */ jsxs4("svg", { ...props, width: size, height: size, viewBox: "0 0 38 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
215
|
+
/* @__PURE__ */ jsx6("path", { d: "M0 32V0H2.99994V32H0Z", fill: color }),
|
|
216
|
+
/* @__PURE__ */ jsx6(
|
|
128
217
|
"path",
|
|
129
218
|
{
|
|
130
219
|
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",
|
|
@@ -135,15 +224,13 @@ var ICStart = /* @__PURE__ */ __name((props) => {
|
|
|
135
224
|
}, "ICStart");
|
|
136
225
|
|
|
137
226
|
// src/assets/end.tsx
|
|
138
|
-
import {
|
|
139
|
-
import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
227
|
+
import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
140
228
|
var ICEnd = /* @__PURE__ */ __name((props) => {
|
|
141
|
-
const [isDarkMode, setIsDarkMode] = useState3(false);
|
|
142
229
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
143
230
|
if (thick) {
|
|
144
|
-
return /* @__PURE__ */
|
|
145
|
-
/* @__PURE__ */
|
|
146
|
-
/* @__PURE__ */
|
|
231
|
+
return /* @__PURE__ */ jsxs5("svg", { ...props, width: size, height: size, viewBox: "0 0 39 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
232
|
+
/* @__PURE__ */ jsx7("path", { d: "M38.5424 -3.81462e-05L38.5424 32L34.5424 32L34.5424 -3.84959e-05L38.5424 -3.81462e-05Z", fill: color }),
|
|
233
|
+
/* @__PURE__ */ jsx7(
|
|
147
234
|
"path",
|
|
148
235
|
{
|
|
149
236
|
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",
|
|
@@ -152,9 +239,9 @@ var ICEnd = /* @__PURE__ */ __name((props) => {
|
|
|
152
239
|
)
|
|
153
240
|
] });
|
|
154
241
|
}
|
|
155
|
-
return /* @__PURE__ */
|
|
156
|
-
/* @__PURE__ */
|
|
157
|
-
/* @__PURE__ */
|
|
242
|
+
return /* @__PURE__ */ jsxs5("svg", { ...props, width: size, height: size, viewBox: "0 0 38 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
243
|
+
/* @__PURE__ */ jsx7("path", { d: "M37.5424 -3.81462e-05L37.5424 32L34.5424 32L34.5424 -3.7884e-05L37.5424 -3.81462e-05Z", fill: color }),
|
|
244
|
+
/* @__PURE__ */ jsx7(
|
|
158
245
|
"path",
|
|
159
246
|
{
|
|
160
247
|
"fill-rule": "evenodd",
|
|
@@ -167,13 +254,11 @@ var ICEnd = /* @__PURE__ */ __name((props) => {
|
|
|
167
254
|
}, "ICEnd");
|
|
168
255
|
|
|
169
256
|
// src/assets/paperclip.tsx
|
|
170
|
-
import {
|
|
171
|
-
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
257
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
172
258
|
var ICPaperclip = /* @__PURE__ */ __name((props) => {
|
|
173
|
-
const [isDarkMode, setIsDarkMode] = useState4(false);
|
|
174
259
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
175
260
|
if (thick) {
|
|
176
|
-
return /* @__PURE__ */
|
|
261
|
+
return /* @__PURE__ */ jsx8("svg", { ...props, width: size, height: size, viewBox: "0 0 36 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx8(
|
|
177
262
|
"path",
|
|
178
263
|
{
|
|
179
264
|
"fill-rule": "evenodd",
|
|
@@ -183,7 +268,7 @@ var ICPaperclip = /* @__PURE__ */ __name((props) => {
|
|
|
183
268
|
}
|
|
184
269
|
) });
|
|
185
270
|
}
|
|
186
|
-
return /* @__PURE__ */
|
|
271
|
+
return /* @__PURE__ */ jsx8("svg", { ...props, width: size, height: size, viewBox: "0 0 35 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx8(
|
|
187
272
|
"path",
|
|
188
273
|
{
|
|
189
274
|
"fill-rule": "evenodd",
|
|
@@ -195,21 +280,19 @@ var ICPaperclip = /* @__PURE__ */ __name((props) => {
|
|
|
195
280
|
}, "ICPaperclip");
|
|
196
281
|
|
|
197
282
|
// src/assets/share.tsx
|
|
198
|
-
import {
|
|
199
|
-
import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
283
|
+
import { jsx as jsx9, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
200
284
|
var ICShare = /* @__PURE__ */ __name((props) => {
|
|
201
|
-
const [isDarkMode, setIsDarkMode] = useState5(false);
|
|
202
285
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
203
286
|
if (thick) {
|
|
204
|
-
return /* @__PURE__ */
|
|
205
|
-
/* @__PURE__ */
|
|
287
|
+
return /* @__PURE__ */ jsxs6("svg", { ...props, width: size, height: size, viewBox: "0 0 38 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
288
|
+
/* @__PURE__ */ jsx9(
|
|
206
289
|
"path",
|
|
207
290
|
{
|
|
208
291
|
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",
|
|
209
292
|
fill: color
|
|
210
293
|
}
|
|
211
294
|
),
|
|
212
|
-
/* @__PURE__ */
|
|
295
|
+
/* @__PURE__ */ jsx9(
|
|
213
296
|
"path",
|
|
214
297
|
{
|
|
215
298
|
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",
|
|
@@ -218,15 +301,15 @@ var ICShare = /* @__PURE__ */ __name((props) => {
|
|
|
218
301
|
)
|
|
219
302
|
] });
|
|
220
303
|
}
|
|
221
|
-
return /* @__PURE__ */
|
|
222
|
-
/* @__PURE__ */
|
|
304
|
+
return /* @__PURE__ */ jsxs6("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
305
|
+
/* @__PURE__ */ jsx9(
|
|
223
306
|
"path",
|
|
224
307
|
{
|
|
225
308
|
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",
|
|
226
309
|
fill: color
|
|
227
310
|
}
|
|
228
311
|
),
|
|
229
|
-
/* @__PURE__ */
|
|
312
|
+
/* @__PURE__ */ jsx9(
|
|
230
313
|
"path",
|
|
231
314
|
{
|
|
232
315
|
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",
|
|
@@ -237,21 +320,19 @@ var ICShare = /* @__PURE__ */ __name((props) => {
|
|
|
237
320
|
}, "ICShare");
|
|
238
321
|
|
|
239
322
|
// src/assets/sign-out.tsx
|
|
240
|
-
import {
|
|
241
|
-
import { jsx as jsx6, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
323
|
+
import { jsx as jsx10, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
242
324
|
var ICSignOut = /* @__PURE__ */ __name((props) => {
|
|
243
|
-
const [isDarkMode, setIsDarkMode] = useState6(false);
|
|
244
325
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
245
326
|
if (thick) {
|
|
246
|
-
return /* @__PURE__ */
|
|
247
|
-
/* @__PURE__ */
|
|
327
|
+
return /* @__PURE__ */ jsxs7("svg", { ...props, width: size, height: size, viewBox: "0 0 39 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
328
|
+
/* @__PURE__ */ jsx10(
|
|
248
329
|
"path",
|
|
249
330
|
{
|
|
250
331
|
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",
|
|
251
332
|
fill: color
|
|
252
333
|
}
|
|
253
334
|
),
|
|
254
|
-
/* @__PURE__ */
|
|
335
|
+
/* @__PURE__ */ jsx10(
|
|
255
336
|
"path",
|
|
256
337
|
{
|
|
257
338
|
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",
|
|
@@ -260,15 +341,15 @@ var ICSignOut = /* @__PURE__ */ __name((props) => {
|
|
|
260
341
|
)
|
|
261
342
|
] });
|
|
262
343
|
}
|
|
263
|
-
return /* @__PURE__ */
|
|
264
|
-
/* @__PURE__ */
|
|
344
|
+
return /* @__PURE__ */ jsxs7("svg", { ...props, width: size, height: size, viewBox: "0 0 38 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
345
|
+
/* @__PURE__ */ jsx10(
|
|
265
346
|
"path",
|
|
266
347
|
{
|
|
267
348
|
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",
|
|
268
349
|
fill: color
|
|
269
350
|
}
|
|
270
351
|
),
|
|
271
|
-
/* @__PURE__ */
|
|
352
|
+
/* @__PURE__ */ jsx10(
|
|
272
353
|
"path",
|
|
273
354
|
{
|
|
274
355
|
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",
|
|
@@ -278,14 +359,48 @@ var ICSignOut = /* @__PURE__ */ __name((props) => {
|
|
|
278
359
|
] });
|
|
279
360
|
}, "ICSignOut");
|
|
280
361
|
|
|
362
|
+
// src/assets/check-mark-fill.tsx
|
|
363
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
364
|
+
var ICCheckMarkFill = /* @__PURE__ */ __name((props) => {
|
|
365
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
366
|
+
if (fill && thick) {
|
|
367
|
+
return /* @__PURE__ */ jsx11("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx11(
|
|
368
|
+
"path",
|
|
369
|
+
{
|
|
370
|
+
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 20Z",
|
|
371
|
+
fill: color
|
|
372
|
+
}
|
|
373
|
+
) });
|
|
374
|
+
}
|
|
375
|
+
if (fill) {
|
|
376
|
+
return /* @__PURE__ */ jsx11("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx11("circle", { cx: "20", cy: "20", r: "20", fill: color }) });
|
|
377
|
+
}
|
|
378
|
+
}, "ICCheckMarkFill");
|
|
379
|
+
|
|
380
|
+
// src/assets/exclamationmark-fill.tsx
|
|
381
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
382
|
+
var ICExclamationmarkFill = /* @__PURE__ */ __name((props) => {
|
|
383
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
384
|
+
if (fill && thick) {
|
|
385
|
+
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("circle", { cx: "20", cy: "20", r: "20", fill: color }) });
|
|
386
|
+
}
|
|
387
|
+
if (fill) {
|
|
388
|
+
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(
|
|
389
|
+
"path",
|
|
390
|
+
{
|
|
391
|
+
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 20Z",
|
|
392
|
+
fill: color
|
|
393
|
+
}
|
|
394
|
+
) });
|
|
395
|
+
}
|
|
396
|
+
}, "ICExclamationmarkFill");
|
|
397
|
+
|
|
281
398
|
// src/assets/plus.tsx
|
|
282
|
-
import {
|
|
283
|
-
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
399
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
284
400
|
var ICPlus = /* @__PURE__ */ __name((props) => {
|
|
285
|
-
const [isDarkMode, setIsDarkMode] = useState7(false);
|
|
286
401
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
287
402
|
if (thick) {
|
|
288
|
-
return /* @__PURE__ */
|
|
403
|
+
return /* @__PURE__ */ jsx13("svg", { ...props, width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx13(
|
|
289
404
|
"path",
|
|
290
405
|
{
|
|
291
406
|
d: "M13.9996 18.0003V32H17.9997V18.0003H32V14.0003H17.9997V0H13.9996V14.0003H0V18.0003H13.9996Z",
|
|
@@ -293,7 +408,7 @@ var ICPlus = /* @__PURE__ */ __name((props) => {
|
|
|
293
408
|
}
|
|
294
409
|
) });
|
|
295
410
|
}
|
|
296
|
-
return /* @__PURE__ */
|
|
411
|
+
return /* @__PURE__ */ jsx13("svg", { ...props, width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx13(
|
|
297
412
|
"path",
|
|
298
413
|
{
|
|
299
414
|
d: "M14.4996 17.5003V32H17.4997V17.5003H32V14.5003H17.4997V0H14.4996V14.5003H0V17.5003H14.4996Z",
|
|
@@ -303,13 +418,11 @@ var ICPlus = /* @__PURE__ */ __name((props) => {
|
|
|
303
418
|
}, "ICPlus");
|
|
304
419
|
|
|
305
420
|
// src/assets/minus.tsx
|
|
306
|
-
import {
|
|
307
|
-
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
421
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
308
422
|
var ICMinus = /* @__PURE__ */ __name((props) => {
|
|
309
|
-
const [isDarkMode, setIsDarkMode] = useState8(false);
|
|
310
423
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
311
424
|
if (thick) {
|
|
312
|
-
return /* @__PURE__ */
|
|
425
|
+
return /* @__PURE__ */ jsx14("svg", { ...props, width: size, height: "4", viewBox: "0 0 32 4", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx14(
|
|
313
426
|
"path",
|
|
314
427
|
{
|
|
315
428
|
"fill-rule": "evenodd",
|
|
@@ -319,7 +432,7 @@ var ICMinus = /* @__PURE__ */ __name((props) => {
|
|
|
319
432
|
}
|
|
320
433
|
) });
|
|
321
434
|
}
|
|
322
|
-
return /* @__PURE__ */
|
|
435
|
+
return /* @__PURE__ */ jsx14("svg", { ...props, width: size, height: "3", viewBox: "0 0 32 3", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx14(
|
|
323
436
|
"path",
|
|
324
437
|
{
|
|
325
438
|
"fill-rule": "evenodd",
|
|
@@ -331,21 +444,19 @@ var ICMinus = /* @__PURE__ */ __name((props) => {
|
|
|
331
444
|
}, "ICMinus");
|
|
332
445
|
|
|
333
446
|
// src/assets/new-thread.tsx
|
|
334
|
-
import {
|
|
335
|
-
import { jsx as jsx9, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
447
|
+
import { jsx as jsx15, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
336
448
|
var ICNewThread = /* @__PURE__ */ __name((props) => {
|
|
337
|
-
const [isDarkMode, setIsDarkMode] = useState9(false);
|
|
338
449
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
339
450
|
if (thick) {
|
|
340
|
-
return /* @__PURE__ */
|
|
341
|
-
/* @__PURE__ */
|
|
451
|
+
return /* @__PURE__ */ jsxs8("svg", { ...props, width: size, height: size, viewBox: "0 0 38 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
452
|
+
/* @__PURE__ */ jsx15(
|
|
342
453
|
"path",
|
|
343
454
|
{
|
|
344
455
|
d: "M16.9998 13.001V8H20.9998V13.001H26.0006V17.001H20.9998V22.0007H16.9998V17.001H12V13.001H16.9998Z",
|
|
345
456
|
fill: color
|
|
346
457
|
}
|
|
347
458
|
),
|
|
348
|
-
/* @__PURE__ */
|
|
459
|
+
/* @__PURE__ */ jsx15(
|
|
349
460
|
"path",
|
|
350
461
|
{
|
|
351
462
|
"fill-rule": "evenodd",
|
|
@@ -356,15 +467,15 @@ var ICNewThread = /* @__PURE__ */ __name((props) => {
|
|
|
356
467
|
)
|
|
357
468
|
] });
|
|
358
469
|
}
|
|
359
|
-
return /* @__PURE__ */
|
|
360
|
-
/* @__PURE__ */
|
|
470
|
+
return /* @__PURE__ */ jsxs8("svg", { ...props, width: size, height: size, viewBox: "0 0 38 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
471
|
+
/* @__PURE__ */ jsx15(
|
|
361
472
|
"path",
|
|
362
473
|
{
|
|
363
474
|
d: "M17.4998 13.501V8H20.4998V13.501H26.0006V16.501H20.4998V22.0007H17.4998V16.501H12V13.501H17.4998Z",
|
|
364
475
|
fill: color
|
|
365
476
|
}
|
|
366
477
|
),
|
|
367
|
-
/* @__PURE__ */
|
|
478
|
+
/* @__PURE__ */ jsx15(
|
|
368
479
|
"path",
|
|
369
480
|
{
|
|
370
481
|
"fill-rule": "evenodd",
|
|
@@ -377,13 +488,11 @@ var ICNewThread = /* @__PURE__ */ __name((props) => {
|
|
|
377
488
|
}, "ICNewThread");
|
|
378
489
|
|
|
379
490
|
// src/assets/move.tsx
|
|
380
|
-
import {
|
|
381
|
-
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
491
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
382
492
|
var ICMove = /* @__PURE__ */ __name((props) => {
|
|
383
|
-
const [isDarkMode, setIsDarkMode] = useState10(false);
|
|
384
493
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
385
494
|
if (thick) {
|
|
386
|
-
return /* @__PURE__ */
|
|
495
|
+
return /* @__PURE__ */ jsx16("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx16(
|
|
387
496
|
"path",
|
|
388
497
|
{
|
|
389
498
|
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",
|
|
@@ -391,7 +500,7 @@ var ICMove = /* @__PURE__ */ __name((props) => {
|
|
|
391
500
|
}
|
|
392
501
|
) });
|
|
393
502
|
}
|
|
394
|
-
return /* @__PURE__ */
|
|
503
|
+
return /* @__PURE__ */ jsx16("svg", { ...props, width: size, height: size, viewBox: "0 0 36 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx16(
|
|
395
504
|
"path",
|
|
396
505
|
{
|
|
397
506
|
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",
|
|
@@ -401,13 +510,11 @@ var ICMove = /* @__PURE__ */ __name((props) => {
|
|
|
401
510
|
}, "ICMove");
|
|
402
511
|
|
|
403
512
|
// src/assets/search.tsx
|
|
404
|
-
import {
|
|
405
|
-
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
513
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
406
514
|
var ICSearch = /* @__PURE__ */ __name((props) => {
|
|
407
|
-
const [isDarkMode, setIsDarkMode] = useState11(false);
|
|
408
515
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
409
516
|
if (thick) {
|
|
410
|
-
return /* @__PURE__ */
|
|
517
|
+
return /* @__PURE__ */ jsx17("svg", { ...props, width: size, height: size, viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx17(
|
|
411
518
|
"path",
|
|
412
519
|
{
|
|
413
520
|
"fill-rule": "evenodd",
|
|
@@ -417,7 +524,7 @@ var ICSearch = /* @__PURE__ */ __name((props) => {
|
|
|
417
524
|
}
|
|
418
525
|
) });
|
|
419
526
|
}
|
|
420
|
-
return /* @__PURE__ */
|
|
527
|
+
return /* @__PURE__ */ jsx17("svg", { ...props, width: size, height: size, viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx17(
|
|
421
528
|
"path",
|
|
422
529
|
{
|
|
423
530
|
"fill-rule": "evenodd",
|
|
@@ -429,13 +536,11 @@ var ICSearch = /* @__PURE__ */ __name((props) => {
|
|
|
429
536
|
}, "ICSearch");
|
|
430
537
|
|
|
431
538
|
// src/assets/globe.tsx
|
|
432
|
-
import {
|
|
433
|
-
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
539
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
434
540
|
var ICGlobe = /* @__PURE__ */ __name((props) => {
|
|
435
|
-
const [isDarkMode, setIsDarkMode] = useState12(false);
|
|
436
541
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
437
542
|
if (thick) {
|
|
438
|
-
return /* @__PURE__ */
|
|
543
|
+
return /* @__PURE__ */ jsx18("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx18(
|
|
439
544
|
"path",
|
|
440
545
|
{
|
|
441
546
|
"fill-rule": "evenodd",
|
|
@@ -445,7 +550,7 @@ var ICGlobe = /* @__PURE__ */ __name((props) => {
|
|
|
445
550
|
}
|
|
446
551
|
) });
|
|
447
552
|
}
|
|
448
|
-
return /* @__PURE__ */
|
|
553
|
+
return /* @__PURE__ */ jsx18("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx18(
|
|
449
554
|
"path",
|
|
450
555
|
{
|
|
451
556
|
"fill-rule": "evenodd",
|
|
@@ -457,13 +562,11 @@ var ICGlobe = /* @__PURE__ */ __name((props) => {
|
|
|
457
562
|
}, "ICGlobe");
|
|
458
563
|
|
|
459
564
|
// src/assets/graduationcap.tsx
|
|
460
|
-
import {
|
|
461
|
-
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
565
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
462
566
|
var ICGraduationcap = /* @__PURE__ */ __name((props) => {
|
|
463
|
-
const [isDarkMode, setIsDarkMode] = useState13(false);
|
|
464
567
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
465
568
|
if (thick) {
|
|
466
|
-
return /* @__PURE__ */
|
|
569
|
+
return /* @__PURE__ */ jsx19("svg", { ...props, width: size, height: size, viewBox: "0 0 45 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx19(
|
|
467
570
|
"path",
|
|
468
571
|
{
|
|
469
572
|
"fill-rule": "evenodd",
|
|
@@ -473,7 +576,7 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
|
|
|
473
576
|
}
|
|
474
577
|
) });
|
|
475
578
|
}
|
|
476
|
-
return /* @__PURE__ */
|
|
579
|
+
return /* @__PURE__ */ jsx19("svg", { ...props, width: size, height: size, viewBox: "0 0 45 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx19(
|
|
477
580
|
"path",
|
|
478
581
|
{
|
|
479
582
|
"fill-rule": "evenodd",
|
|
@@ -485,42 +588,40 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
|
|
|
485
588
|
}, "ICGraduationcap");
|
|
486
589
|
|
|
487
590
|
// src/assets/palette.tsx
|
|
488
|
-
import {
|
|
489
|
-
import { jsx as jsx14, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
591
|
+
import { jsx as jsx20, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
490
592
|
var ICPalette = /* @__PURE__ */ __name((props) => {
|
|
491
|
-
const [isDarkMode, setIsDarkMode] = useState14(false);
|
|
492
593
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
493
594
|
if (thick) {
|
|
494
|
-
return /* @__PURE__ */
|
|
495
|
-
/* @__PURE__ */
|
|
595
|
+
return /* @__PURE__ */ jsxs9("svg", { ...props, width: size, height: size, viewBox: "0 0 41 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
596
|
+
/* @__PURE__ */ jsx20(
|
|
496
597
|
"path",
|
|
497
598
|
{
|
|
498
599
|
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",
|
|
499
600
|
fill: color
|
|
500
601
|
}
|
|
501
602
|
),
|
|
502
|
-
/* @__PURE__ */
|
|
603
|
+
/* @__PURE__ */ jsx20(
|
|
503
604
|
"path",
|
|
504
605
|
{
|
|
505
606
|
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",
|
|
506
607
|
fill: color
|
|
507
608
|
}
|
|
508
609
|
),
|
|
509
|
-
/* @__PURE__ */
|
|
610
|
+
/* @__PURE__ */ jsx20(
|
|
510
611
|
"path",
|
|
511
612
|
{
|
|
512
613
|
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",
|
|
513
614
|
fill: color
|
|
514
615
|
}
|
|
515
616
|
),
|
|
516
|
-
/* @__PURE__ */
|
|
617
|
+
/* @__PURE__ */ jsx20(
|
|
517
618
|
"path",
|
|
518
619
|
{
|
|
519
620
|
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",
|
|
520
621
|
fill: color
|
|
521
622
|
}
|
|
522
623
|
),
|
|
523
|
-
/* @__PURE__ */
|
|
624
|
+
/* @__PURE__ */ jsx20(
|
|
524
625
|
"path",
|
|
525
626
|
{
|
|
526
627
|
"fill-rule": "evenodd",
|
|
@@ -531,36 +632,36 @@ var ICPalette = /* @__PURE__ */ __name((props) => {
|
|
|
531
632
|
)
|
|
532
633
|
] });
|
|
533
634
|
}
|
|
534
|
-
return /* @__PURE__ */
|
|
535
|
-
/* @__PURE__ */
|
|
635
|
+
return /* @__PURE__ */ jsxs9("svg", { ...props, width: size, height: size, viewBox: "0 0 41 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
636
|
+
/* @__PURE__ */ jsx20(
|
|
536
637
|
"path",
|
|
537
638
|
{
|
|
538
639
|
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",
|
|
539
640
|
fill: color
|
|
540
641
|
}
|
|
541
642
|
),
|
|
542
|
-
/* @__PURE__ */
|
|
643
|
+
/* @__PURE__ */ jsx20(
|
|
543
644
|
"path",
|
|
544
645
|
{
|
|
545
646
|
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",
|
|
546
647
|
fill: color
|
|
547
648
|
}
|
|
548
649
|
),
|
|
549
|
-
/* @__PURE__ */
|
|
650
|
+
/* @__PURE__ */ jsx20(
|
|
550
651
|
"path",
|
|
551
652
|
{
|
|
552
653
|
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",
|
|
553
654
|
fill: color
|
|
554
655
|
}
|
|
555
656
|
),
|
|
556
|
-
/* @__PURE__ */
|
|
657
|
+
/* @__PURE__ */ jsx20(
|
|
557
658
|
"path",
|
|
558
659
|
{
|
|
559
660
|
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",
|
|
560
661
|
fill: color
|
|
561
662
|
}
|
|
562
663
|
),
|
|
563
|
-
/* @__PURE__ */
|
|
664
|
+
/* @__PURE__ */ jsx20(
|
|
564
665
|
"path",
|
|
565
666
|
{
|
|
566
667
|
"fill-rule": "evenodd",
|
|
@@ -573,51 +674,47 @@ var ICPalette = /* @__PURE__ */ __name((props) => {
|
|
|
573
674
|
}, "ICPalette");
|
|
574
675
|
|
|
575
676
|
// src/assets/download.tsx
|
|
576
|
-
import {
|
|
577
|
-
import { jsx as jsx15, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
677
|
+
import { jsx as jsx21, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
578
678
|
var ICDownload = /* @__PURE__ */ __name((props) => {
|
|
579
|
-
const [isDarkMode, setIsDarkMode] = useState15(false);
|
|
580
679
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
581
680
|
if (thick) {
|
|
582
|
-
return /* @__PURE__ */
|
|
583
|
-
/* @__PURE__ */
|
|
681
|
+
return /* @__PURE__ */ jsxs10("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
682
|
+
/* @__PURE__ */ jsx21(
|
|
584
683
|
"path",
|
|
585
684
|
{
|
|
586
685
|
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",
|
|
587
686
|
fill: color
|
|
588
687
|
}
|
|
589
688
|
),
|
|
590
|
-
/* @__PURE__ */
|
|
689
|
+
/* @__PURE__ */ jsx21("path", { d: "M34 34H0V38H34V34Z", fill: color })
|
|
591
690
|
] });
|
|
592
691
|
}
|
|
593
|
-
return /* @__PURE__ */
|
|
594
|
-
/* @__PURE__ */
|
|
692
|
+
return /* @__PURE__ */ jsxs10("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
693
|
+
/* @__PURE__ */ jsx21(
|
|
595
694
|
"path",
|
|
596
695
|
{
|
|
597
696
|
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",
|
|
598
697
|
fill: color
|
|
599
698
|
}
|
|
600
699
|
),
|
|
601
|
-
/* @__PURE__ */
|
|
700
|
+
/* @__PURE__ */ jsx21("path", { d: "M34 34.5H0V37.5H34V34.5Z", fill: color })
|
|
602
701
|
] });
|
|
603
702
|
}, "ICDownload");
|
|
604
703
|
|
|
605
704
|
// src/assets/regenerate.tsx
|
|
606
|
-
import {
|
|
607
|
-
import { jsx as jsx16, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
705
|
+
import { jsx as jsx22, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
608
706
|
var ICRegenerate = /* @__PURE__ */ __name((props) => {
|
|
609
|
-
const [isDarkMode, setIsDarkMode] = useState16(false);
|
|
610
707
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
611
708
|
if (thick) {
|
|
612
|
-
return /* @__PURE__ */
|
|
613
|
-
/* @__PURE__ */
|
|
709
|
+
return /* @__PURE__ */ jsxs11("svg", { ...props, width: size, height: size, viewBox: "0 0 38 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
710
|
+
/* @__PURE__ */ jsx22(
|
|
614
711
|
"path",
|
|
615
712
|
{
|
|
616
713
|
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",
|
|
617
714
|
fill: color
|
|
618
715
|
}
|
|
619
716
|
),
|
|
620
|
-
/* @__PURE__ */
|
|
717
|
+
/* @__PURE__ */ jsx22(
|
|
621
718
|
"path",
|
|
622
719
|
{
|
|
623
720
|
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",
|
|
@@ -626,15 +723,15 @@ var ICRegenerate = /* @__PURE__ */ __name((props) => {
|
|
|
626
723
|
)
|
|
627
724
|
] });
|
|
628
725
|
}
|
|
629
|
-
return /* @__PURE__ */
|
|
630
|
-
/* @__PURE__ */
|
|
726
|
+
return /* @__PURE__ */ jsxs11("svg", { ...props, width: size, height: size, viewBox: "0 0 37 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
727
|
+
/* @__PURE__ */ jsx22(
|
|
631
728
|
"path",
|
|
632
729
|
{
|
|
633
730
|
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",
|
|
634
731
|
fill: color
|
|
635
732
|
}
|
|
636
733
|
),
|
|
637
|
-
/* @__PURE__ */
|
|
734
|
+
/* @__PURE__ */ jsx22(
|
|
638
735
|
"path",
|
|
639
736
|
{
|
|
640
737
|
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",
|
|
@@ -645,28 +742,26 @@ var ICRegenerate = /* @__PURE__ */ __name((props) => {
|
|
|
645
742
|
}, "ICRegenerate");
|
|
646
743
|
|
|
647
744
|
// src/assets/credit.tsx
|
|
648
|
-
import {
|
|
649
|
-
import { jsx as jsx17, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
745
|
+
import { jsx as jsx23, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
650
746
|
var ICCredit = /* @__PURE__ */ __name((props) => {
|
|
651
|
-
const [isDarkMode, setIsDarkMode] = useState17(false);
|
|
652
747
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
653
748
|
if (thick) {
|
|
654
|
-
return /* @__PURE__ */
|
|
655
|
-
/* @__PURE__ */
|
|
749
|
+
return /* @__PURE__ */ jsxs12("svg", { ...props, width: size, height: size, viewBox: "0 0 42 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
750
|
+
/* @__PURE__ */ jsx23(
|
|
656
751
|
"path",
|
|
657
752
|
{
|
|
658
753
|
d: "M31.7487 9.75V15.4996H35.7486V9.75H41.4996V5.75H35.7486V0H31.7487V5.75H26V9.75H31.7487Z",
|
|
659
754
|
fill: color
|
|
660
755
|
}
|
|
661
756
|
),
|
|
662
|
-
/* @__PURE__ */
|
|
757
|
+
/* @__PURE__ */ jsx23(
|
|
663
758
|
"path",
|
|
664
759
|
{
|
|
665
760
|
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",
|
|
666
761
|
fill: color
|
|
667
762
|
}
|
|
668
763
|
),
|
|
669
|
-
/* @__PURE__ */
|
|
764
|
+
/* @__PURE__ */ jsx23(
|
|
670
765
|
"path",
|
|
671
766
|
{
|
|
672
767
|
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",
|
|
@@ -675,16 +770,16 @@ var ICCredit = /* @__PURE__ */ __name((props) => {
|
|
|
675
770
|
)
|
|
676
771
|
] });
|
|
677
772
|
}
|
|
678
|
-
return /* @__PURE__ */
|
|
679
|
-
/* @__PURE__ */
|
|
680
|
-
/* @__PURE__ */
|
|
773
|
+
return /* @__PURE__ */ jsxs12("svg", { ...props, width: size, height: size, viewBox: "0 0 41 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
774
|
+
/* @__PURE__ */ jsx23("path", { d: "M31.749 9.25V15.4996H34.749V9.25H41V6.25H34.749V0H31.749V6.25H25.5004V9.25H31.749Z", fill: color }),
|
|
775
|
+
/* @__PURE__ */ jsx23(
|
|
681
776
|
"path",
|
|
682
777
|
{
|
|
683
778
|
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",
|
|
684
779
|
fill: color
|
|
685
780
|
}
|
|
686
781
|
),
|
|
687
|
-
/* @__PURE__ */
|
|
782
|
+
/* @__PURE__ */ jsx23(
|
|
688
783
|
"path",
|
|
689
784
|
{
|
|
690
785
|
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",
|
|
@@ -695,14 +790,12 @@ var ICCredit = /* @__PURE__ */ __name((props) => {
|
|
|
695
790
|
}, "ICCredit");
|
|
696
791
|
|
|
697
792
|
// src/assets/feedback.tsx
|
|
698
|
-
import {
|
|
699
|
-
import { jsx as jsx18, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
793
|
+
import { jsx as jsx24, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
700
794
|
var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
701
|
-
const [isDarkMode, setIsDarkMode] = useState18(false);
|
|
702
795
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
703
796
|
if (thick) {
|
|
704
|
-
return /* @__PURE__ */
|
|
705
|
-
/* @__PURE__ */
|
|
797
|
+
return /* @__PURE__ */ jsxs13("svg", { ...props, width: size, height: size, viewBox: "0 0 42 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
798
|
+
/* @__PURE__ */ jsx24(
|
|
706
799
|
"path",
|
|
707
800
|
{
|
|
708
801
|
"fill-rule": "evenodd",
|
|
@@ -711,7 +804,7 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
|
711
804
|
fill: color
|
|
712
805
|
}
|
|
713
806
|
),
|
|
714
|
-
/* @__PURE__ */
|
|
807
|
+
/* @__PURE__ */ jsx24(
|
|
715
808
|
"path",
|
|
716
809
|
{
|
|
717
810
|
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",
|
|
@@ -720,8 +813,8 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
|
720
813
|
)
|
|
721
814
|
] });
|
|
722
815
|
}
|
|
723
|
-
return /* @__PURE__ */
|
|
724
|
-
/* @__PURE__ */
|
|
816
|
+
return /* @__PURE__ */ jsxs13("svg", { ...props, width: size, height: size, viewBox: "0 0 42 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
817
|
+
/* @__PURE__ */ jsx24(
|
|
725
818
|
"path",
|
|
726
819
|
{
|
|
727
820
|
"fill-rule": "evenodd",
|
|
@@ -730,7 +823,7 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
|
730
823
|
fill: color
|
|
731
824
|
}
|
|
732
825
|
),
|
|
733
|
-
/* @__PURE__ */
|
|
826
|
+
/* @__PURE__ */ jsx24(
|
|
734
827
|
"path",
|
|
735
828
|
{
|
|
736
829
|
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",
|
|
@@ -741,39 +834,35 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
|
741
834
|
}, "ICFeedback");
|
|
742
835
|
|
|
743
836
|
// src/assets/tune.tsx
|
|
744
|
-
import {
|
|
745
|
-
import { jsx as jsx19, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
837
|
+
import { jsx as jsx25, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
746
838
|
var ICTune = /* @__PURE__ */ __name((props) => {
|
|
747
|
-
const [isDarkMode, setIsDarkMode] = useState19(false);
|
|
748
839
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
749
840
|
if (thick) {
|
|
750
|
-
return /* @__PURE__ */
|
|
751
|
-
/* @__PURE__ */
|
|
752
|
-
/* @__PURE__ */
|
|
753
|
-
/* @__PURE__ */
|
|
754
|
-
/* @__PURE__ */
|
|
755
|
-
/* @__PURE__ */
|
|
756
|
-
/* @__PURE__ */
|
|
757
|
-
] });
|
|
758
|
-
}
|
|
759
|
-
return /* @__PURE__ */
|
|
760
|
-
/* @__PURE__ */
|
|
761
|
-
/* @__PURE__ */
|
|
762
|
-
/* @__PURE__ */
|
|
763
|
-
/* @__PURE__ */
|
|
764
|
-
/* @__PURE__ */
|
|
765
|
-
/* @__PURE__ */
|
|
841
|
+
return /* @__PURE__ */ jsxs14("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
842
|
+
/* @__PURE__ */ jsx25("path", { d: "M28 4V0H24V12H28V8H34V4H28Z", fill: color }),
|
|
843
|
+
/* @__PURE__ */ jsx25("path", { d: "M0 4H20V8H0V4Z", fill: color }),
|
|
844
|
+
/* @__PURE__ */ jsx25("path", { d: "M11 13L11 25H7V21H0V17H7V13H11Z", fill: color }),
|
|
845
|
+
/* @__PURE__ */ jsx25("path", { d: "M19 38V34H34V30H19V26H15L15 38H19Z", fill: color }),
|
|
846
|
+
/* @__PURE__ */ jsx25("path", { d: "M34 17H15V21H34V17Z", fill: color }),
|
|
847
|
+
/* @__PURE__ */ jsx25("path", { d: "M11 30H0V34H11V30Z", fill: color })
|
|
848
|
+
] });
|
|
849
|
+
}
|
|
850
|
+
return /* @__PURE__ */ jsxs14("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
851
|
+
/* @__PURE__ */ jsx25("path", { d: "M27.5 4.5V0H24.5V12H27.5V7.5H34V4.5H27.5Z", fill: color }),
|
|
852
|
+
/* @__PURE__ */ jsx25("path", { d: "M0 4.5H20V7.5H0V4.5Z", fill: color }),
|
|
853
|
+
/* @__PURE__ */ jsx25("path", { d: "M10.5 13L10.5 25H7.5V20.5H0V17.5H7.5V13H10.5Z", fill: color }),
|
|
854
|
+
/* @__PURE__ */ jsx25("path", { d: "M18.5 38V33.5H34V30.5H18.5V26H15.5L15.5 38H18.5Z", fill: color }),
|
|
855
|
+
/* @__PURE__ */ jsx25("path", { d: "M34 20.5V17.5H15V20.5H34Z", fill: color }),
|
|
856
|
+
/* @__PURE__ */ jsx25("path", { d: "M11 30.5H0V33.5H11V30.5Z", fill: color })
|
|
766
857
|
] });
|
|
767
858
|
}, "ICTune");
|
|
768
859
|
|
|
769
860
|
// src/assets/arrow-back.tsx
|
|
770
|
-
import {
|
|
771
|
-
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
861
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
772
862
|
var ICArrowBack = /* @__PURE__ */ __name((props) => {
|
|
773
|
-
const [isDarkMode, setIsDarkMode] = useState20(false);
|
|
774
863
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
775
864
|
if (thick) {
|
|
776
|
-
return /* @__PURE__ */
|
|
865
|
+
return /* @__PURE__ */ jsx26("svg", { ...props, width: size, height: size, viewBox: "0 0 18 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx26(
|
|
777
866
|
"path",
|
|
778
867
|
{
|
|
779
868
|
"fill-rule": "evenodd",
|
|
@@ -783,7 +872,7 @@ var ICArrowBack = /* @__PURE__ */ __name((props) => {
|
|
|
783
872
|
}
|
|
784
873
|
) });
|
|
785
874
|
}
|
|
786
|
-
return /* @__PURE__ */
|
|
875
|
+
return /* @__PURE__ */ jsx26("svg", { ...props, width: size, height: size, viewBox: "0 0 17 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx26(
|
|
787
876
|
"path",
|
|
788
877
|
{
|
|
789
878
|
"fill-rule": "evenodd",
|
|
@@ -795,13 +884,11 @@ var ICArrowBack = /* @__PURE__ */ __name((props) => {
|
|
|
795
884
|
}, "ICArrowBack");
|
|
796
885
|
|
|
797
886
|
// src/assets/arrow-forward.tsx
|
|
798
|
-
import {
|
|
799
|
-
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
887
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
800
888
|
var ICArrowForward = /* @__PURE__ */ __name((props) => {
|
|
801
|
-
const [isDarkMode, setIsDarkMode] = useState21(false);
|
|
802
889
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
803
890
|
if (thick) {
|
|
804
|
-
return /* @__PURE__ */
|
|
891
|
+
return /* @__PURE__ */ jsx27("svg", { ...props, width: size, height: size, viewBox: "0 0 18 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx27(
|
|
805
892
|
"path",
|
|
806
893
|
{
|
|
807
894
|
"fill-rule": "evenodd",
|
|
@@ -811,7 +898,7 @@ var ICArrowForward = /* @__PURE__ */ __name((props) => {
|
|
|
811
898
|
}
|
|
812
899
|
) });
|
|
813
900
|
}
|
|
814
|
-
return /* @__PURE__ */
|
|
901
|
+
return /* @__PURE__ */ jsx27("svg", { ...props, width: size, height: size, viewBox: "0 0 17 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx27(
|
|
815
902
|
"path",
|
|
816
903
|
{
|
|
817
904
|
"fill-rule": "evenodd",
|
|
@@ -823,104 +910,144 @@ var ICArrowForward = /* @__PURE__ */ __name((props) => {
|
|
|
823
910
|
}, "ICArrowForward");
|
|
824
911
|
|
|
825
912
|
// src/assets/arrow-up.tsx
|
|
826
|
-
import {
|
|
827
|
-
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
913
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
828
914
|
var ICArrowUp = /* @__PURE__ */ __name((props) => {
|
|
829
|
-
const [isDarkMode, setIsDarkMode] = useState22(false);
|
|
830
915
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
831
916
|
if (thick) {
|
|
832
|
-
return /* @__PURE__ */
|
|
917
|
+
return /* @__PURE__ */ jsx28("svg", { ...props, width: size, height: size, viewBox: "0 0 30 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx28(
|
|
833
918
|
"path",
|
|
834
919
|
{
|
|
835
|
-
"
|
|
836
|
-
"clip-rule": "evenodd",
|
|
837
|
-
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",
|
|
920
|
+
d: "M17.0007 6.00287L27.1701 16.1722L30 13.3423L17.8299 1.1722C16.267 -0.390733 13.733 -0.390732 12.1701 1.1722L0 13.3423L2.82994 16.1722L12.9986 6.00353V34.1904H17.0007V6.00287Z",
|
|
838
921
|
fill: color
|
|
839
922
|
}
|
|
840
923
|
) });
|
|
841
924
|
}
|
|
842
|
-
return /* @__PURE__ */
|
|
925
|
+
return /* @__PURE__ */ jsx28("svg", { ...props, width: size, height: size, viewBox: "0 0 30 34", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx28(
|
|
843
926
|
"path",
|
|
844
927
|
{
|
|
845
|
-
"
|
|
846
|
-
"clip-rule": "evenodd",
|
|
847
|
-
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",
|
|
928
|
+
d: "M16.2952 4.33433L27.4198 15.459L29.5618 13.317L17.2798 1.0351C15.8997 -0.345035 13.6621 -0.345033 12.2819 1.0351L0 13.317L2.14196 15.459L13.266 4.33499V33.9999H16.2952V4.33433Z",
|
|
848
929
|
fill: color
|
|
849
930
|
}
|
|
850
931
|
) });
|
|
851
932
|
}, "ICArrowUp");
|
|
852
933
|
|
|
853
934
|
// src/assets/arrow-down.tsx
|
|
854
|
-
import {
|
|
855
|
-
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
935
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
856
936
|
var ICArrowDown = /* @__PURE__ */ __name((props) => {
|
|
857
|
-
const [isDarkMode, setIsDarkMode] = useState23(false);
|
|
858
937
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
859
938
|
if (thick) {
|
|
860
|
-
return /* @__PURE__ */
|
|
939
|
+
return /* @__PURE__ */ jsx29("svg", { ...props, width: size, height: size, viewBox: "0 0 30 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx29(
|
|
861
940
|
"path",
|
|
862
941
|
{
|
|
863
|
-
|
|
864
|
-
"clip-rule": "evenodd",
|
|
865
|
-
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",
|
|
942
|
+
d: "M17.0014 28.1869L17.0014 0H12.9993L12.9993 28.1876L2.82994 18.0182L0 20.8482L12.1701 33.0182C13.733 34.5812 16.267 34.5812 17.8299 33.0182L30 20.8482L27.1701 18.0182L17.0014 28.1869Z",
|
|
866
943
|
fill: color
|
|
867
944
|
}
|
|
868
945
|
) });
|
|
869
946
|
}
|
|
870
|
-
return /* @__PURE__ */
|
|
947
|
+
return /* @__PURE__ */ jsx29("svg", { ...props, width: size, height: size, viewBox: "0 0 30 34", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx29(
|
|
871
948
|
"path",
|
|
872
949
|
{
|
|
873
|
-
|
|
874
|
-
"clip-rule": "evenodd",
|
|
875
|
-
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",
|
|
950
|
+
d: "M16.2961 29.6653L16.2961 0H13.2668L13.2668 29.666L2.14199 18.5411L0 20.6831L12.2821 32.9652C13.6623 34.3454 15.8999 34.3454 17.2801 32.9652L29.5622 20.6831L27.4202 18.5411L16.2961 29.6653Z",
|
|
876
951
|
fill: color
|
|
877
952
|
}
|
|
878
953
|
) });
|
|
879
954
|
}, "ICArrowDown");
|
|
880
955
|
|
|
881
956
|
// src/assets/menu.tsx
|
|
882
|
-
import {
|
|
883
|
-
import { jsx as jsx24, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
957
|
+
import { jsx as jsx30, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
884
958
|
var ICMenu = /* @__PURE__ */ __name((props) => {
|
|
885
|
-
const [isDarkMode, setIsDarkMode] = useState24(false);
|
|
886
959
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
887
960
|
if (thick) {
|
|
888
|
-
return /* @__PURE__ */
|
|
889
|
-
/* @__PURE__ */
|
|
890
|
-
/* @__PURE__ */
|
|
891
|
-
/* @__PURE__ */
|
|
961
|
+
return /* @__PURE__ */ jsxs15("svg", { ...props, width: size, height: size, viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
962
|
+
/* @__PURE__ */ jsx30("path", { d: "M0 0H30V4H0V0Z", fill: color }),
|
|
963
|
+
/* @__PURE__ */ jsx30("path", { d: "M0 13H30V17H0V13Z", fill: color }),
|
|
964
|
+
/* @__PURE__ */ jsx30("path", { d: "M30 26H0V30H30V26Z", fill: color })
|
|
892
965
|
] });
|
|
893
966
|
}
|
|
894
|
-
return /* @__PURE__ */
|
|
895
|
-
/* @__PURE__ */
|
|
896
|
-
/* @__PURE__ */
|
|
897
|
-
/* @__PURE__ */
|
|
967
|
+
return /* @__PURE__ */ jsxs15("svg", { ...props, width: size, height: size, viewBox: "0 0 30 29", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
968
|
+
/* @__PURE__ */ jsx30("path", { d: "M0 0H30V3H0V0Z", fill: color }),
|
|
969
|
+
/* @__PURE__ */ jsx30("path", { d: "M0 13H30V16H0V13Z", fill: color }),
|
|
970
|
+
/* @__PURE__ */ jsx30("path", { d: "M30 26H0V29H30V26Z", fill: color })
|
|
898
971
|
] });
|
|
899
972
|
}, "ICMenu");
|
|
900
973
|
|
|
901
|
-
// src/assets/
|
|
902
|
-
import {
|
|
903
|
-
|
|
904
|
-
var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
905
|
-
const [isDarkMode, setIsDarkMode] = useState25(false);
|
|
974
|
+
// src/assets/document-warning.tsx
|
|
975
|
+
import { jsx as jsx31, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
976
|
+
var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
|
|
906
977
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
907
|
-
if (thick
|
|
908
|
-
return /* @__PURE__ */
|
|
909
|
-
/* @__PURE__ */
|
|
910
|
-
|
|
978
|
+
if (thick) {
|
|
979
|
+
return /* @__PURE__ */ jsxs16("svg", { ...props, width: size, height: size, viewBox: "0 0 38 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
980
|
+
/* @__PURE__ */ jsx31(
|
|
981
|
+
"path",
|
|
982
|
+
{
|
|
983
|
+
"fill-rule": "evenodd",
|
|
984
|
+
"clip-rule": "evenodd",
|
|
985
|
+
d: "M2 40H15.8857C15.3504 38.7806 15.2908 37.3445 15.8847 36H4V4H13.001V14.0769C13.001 16.2861 14.7918 18.0769 17.001 18.0769H26V20.4027C27.2692 19.8547 28.7307 19.8547 30 20.4026V16.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 40ZM22.6635 14.0769L17.001 8.00755V14.0769L22.6635 14.0769Z",
|
|
986
|
+
fill: color
|
|
987
|
+
}
|
|
988
|
+
),
|
|
989
|
+
/* @__PURE__ */ jsx31(
|
|
911
990
|
"path",
|
|
912
991
|
{
|
|
913
992
|
"fill-rule": "evenodd",
|
|
914
993
|
"clip-rule": "evenodd",
|
|
915
|
-
d: "
|
|
994
|
+
d: "M26.2692 23.9896C27.0395 22.6591 28.9606 22.6591 29.7309 23.9896L37.262 36.9979C38.0339 38.3312 37.0718 40 35.5311 40H20.4689C18.9283 40 17.9662 38.3312 18.7381 36.9979L26.2692 23.9896ZM27 28V33.5H29V28H27ZM27.291 35.791C27.484 35.5977 27.7281 35.5 28.0006 35.5C28.2731 35.5 28.5172 35.5977 28.7103 35.791C28.9033 35.9842 29.0006 36.2281 29.0006 36.5C29.0006 36.7719 28.9033 37.0158 28.7103 37.209C28.5172 37.4023 28.2731 37.5 28.0006 37.5C27.7281 37.5 27.484 37.4023 27.291 37.209C27.0979 37.0158 27.0006 36.7719 27.0006 36.5C27.0006 36.2281 27.0979 35.9842 27.291 35.791Z",
|
|
916
995
|
fill: color
|
|
917
996
|
}
|
|
918
997
|
)
|
|
919
998
|
] });
|
|
920
999
|
}
|
|
1000
|
+
return /* @__PURE__ */ jsxs16("svg", { ...props, width: size, height: size, viewBox: "0 0 38 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1001
|
+
/* @__PURE__ */ jsx31(
|
|
1002
|
+
"path",
|
|
1003
|
+
{
|
|
1004
|
+
"fill-rule": "evenodd",
|
|
1005
|
+
"clip-rule": "evenodd",
|
|
1006
|
+
d: "M2 40H17.0048C16.4958 39.1184 16.3165 38.0464 16.5913 37H3V3H13.501V14.0769C13.501 16.0099 15.068 17.5769 17.001 17.5769H27V21.1164C28.0016 20.862 29.0874 20.9968 30 21.5208V16.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 40ZM24.4976 14.5769L16.501 6.00573V14.0769C16.501 14.3531 16.7248 14.5769 17.001 14.5769H24.4976Z",
|
|
1007
|
+
fill: color
|
|
1008
|
+
}
|
|
1009
|
+
),
|
|
1010
|
+
/* @__PURE__ */ jsx31(
|
|
1011
|
+
"path",
|
|
1012
|
+
{
|
|
1013
|
+
"fill-rule": "evenodd",
|
|
1014
|
+
"clip-rule": "evenodd",
|
|
1015
|
+
d: "M26.2692 23.9896C27.0395 22.6591 28.9606 22.6591 29.7309 23.9896L37.262 36.9979C38.0339 38.3312 37.0718 40 35.5311 40H20.4689C18.9283 40 17.9662 38.3312 18.7381 36.9979L26.2692 23.9896ZM27 28V33.5H29V28H27ZM27.291 35.791C27.484 35.5977 27.7281 35.5 28.0006 35.5C28.2731 35.5 28.5172 35.5977 28.7103 35.791C28.9033 35.9842 29.0006 36.2281 29.0006 36.5C29.0006 36.7719 28.9033 37.0158 28.7103 37.209C28.5172 37.4023 28.2731 37.5 28.0006 37.5C27.7281 37.5 27.484 37.4023 27.291 37.209C27.0979 37.0158 27.0006 36.7719 27.0006 36.5C27.0006 36.2281 27.0979 35.9842 27.291 35.791Z",
|
|
1016
|
+
fill: color
|
|
1017
|
+
}
|
|
1018
|
+
)
|
|
1019
|
+
] });
|
|
1020
|
+
}, "ICDocumentWarning");
|
|
1021
|
+
|
|
1022
|
+
// src/assets/arrow-right.tsx
|
|
1023
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
1024
|
+
var ICArrowRight = /* @__PURE__ */ __name((props) => {
|
|
1025
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1026
|
+
if (thick) {
|
|
1027
|
+
return /* @__PURE__ */ jsx32("svg", { ...props, width: size, height: size, viewBox: "0 0 35 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx32(
|
|
1028
|
+
"path",
|
|
1029
|
+
{
|
|
1030
|
+
d: "M6.00338 12.9988L16.1723 2.82995L13.3423 0L1.1722 12.1701C-0.390735 13.7331 -0.390734 16.2671 1.1722 17.83L13.3423 30.0001L16.1723 27.1702L6.00306 17.001L34.1896 17.001L34.1896 12.9988L6.00338 12.9988Z",
|
|
1031
|
+
fill: color
|
|
1032
|
+
}
|
|
1033
|
+
) });
|
|
1034
|
+
}
|
|
1035
|
+
return /* @__PURE__ */ jsx32("svg", { ...props, width: size, height: size, viewBox: "0 0 34 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx32(
|
|
1036
|
+
"path",
|
|
1037
|
+
{
|
|
1038
|
+
d: "M4.33497 13.2666L15.4595 2.14203L13.3175 0L1.03514 12.2823C-0.345046 13.6625 -0.345044 15.9002 1.03513 17.2804L13.3175 29.5627L15.4595 27.4207L4.33465 16.2959L34 16.2959L34 13.2666L4.33497 13.2666Z",
|
|
1039
|
+
fill: color
|
|
1040
|
+
}
|
|
1041
|
+
) });
|
|
1042
|
+
}, "ICArrowRight");
|
|
1043
|
+
|
|
1044
|
+
// src/assets/chart-bar.tsx
|
|
1045
|
+
import { jsx as jsx33, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
1046
|
+
var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
1047
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
921
1048
|
if (thick) {
|
|
922
|
-
return /* @__PURE__ */
|
|
923
|
-
/* @__PURE__ */
|
|
1049
|
+
return /* @__PURE__ */ jsxs17("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1050
|
+
/* @__PURE__ */ jsx33(
|
|
924
1051
|
"path",
|
|
925
1052
|
{
|
|
926
1053
|
"fill-rule": "evenodd",
|
|
@@ -929,7 +1056,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
929
1056
|
fill: color
|
|
930
1057
|
}
|
|
931
1058
|
),
|
|
932
|
-
/* @__PURE__ */
|
|
1059
|
+
/* @__PURE__ */ jsx33(
|
|
933
1060
|
"path",
|
|
934
1061
|
{
|
|
935
1062
|
"fill-rule": "evenodd",
|
|
@@ -938,7 +1065,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
938
1065
|
fill: color
|
|
939
1066
|
}
|
|
940
1067
|
),
|
|
941
|
-
/* @__PURE__ */
|
|
1068
|
+
/* @__PURE__ */ jsx33(
|
|
942
1069
|
"path",
|
|
943
1070
|
{
|
|
944
1071
|
"fill-rule": "evenodd",
|
|
@@ -947,11 +1074,11 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
947
1074
|
fill: color
|
|
948
1075
|
}
|
|
949
1076
|
),
|
|
950
|
-
/* @__PURE__ */
|
|
1077
|
+
/* @__PURE__ */ jsx33("path", { d: "M0 38H36.5V34H0V38Z", fill: color })
|
|
951
1078
|
] });
|
|
952
1079
|
}
|
|
953
1080
|
if (fill) {
|
|
954
|
-
return /* @__PURE__ */
|
|
1081
|
+
return /* @__PURE__ */ jsx33("svg", { ...props, width: size, height: size, viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx33(
|
|
955
1082
|
"path",
|
|
956
1083
|
{
|
|
957
1084
|
"fill-rule": "evenodd",
|
|
@@ -961,8 +1088,8 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
961
1088
|
}
|
|
962
1089
|
) });
|
|
963
1090
|
}
|
|
964
|
-
return /* @__PURE__ */
|
|
965
|
-
/* @__PURE__ */
|
|
1091
|
+
return /* @__PURE__ */ jsxs17("svg", { ...props, width: size, height: size, viewBox: "0 0 36 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1092
|
+
/* @__PURE__ */ jsx33(
|
|
966
1093
|
"path",
|
|
967
1094
|
{
|
|
968
1095
|
"fill-rule": "evenodd",
|
|
@@ -971,7 +1098,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
971
1098
|
fill: color
|
|
972
1099
|
}
|
|
973
1100
|
),
|
|
974
|
-
/* @__PURE__ */
|
|
1101
|
+
/* @__PURE__ */ jsx33(
|
|
975
1102
|
"path",
|
|
976
1103
|
{
|
|
977
1104
|
"fill-rule": "evenodd",
|
|
@@ -980,7 +1107,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
980
1107
|
fill: color
|
|
981
1108
|
}
|
|
982
1109
|
),
|
|
983
|
-
/* @__PURE__ */
|
|
1110
|
+
/* @__PURE__ */ jsx33(
|
|
984
1111
|
"path",
|
|
985
1112
|
{
|
|
986
1113
|
"fill-rule": "evenodd",
|
|
@@ -989,20 +1116,18 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
989
1116
|
fill: color
|
|
990
1117
|
}
|
|
991
1118
|
),
|
|
992
|
-
/* @__PURE__ */
|
|
1119
|
+
/* @__PURE__ */ jsx33("path", { d: "M0.000244136 37.4994H35.9996V34.4994H0.000244136V37.4994Z", fill: color })
|
|
993
1120
|
] });
|
|
994
1121
|
}, "ICChartBar");
|
|
995
1122
|
|
|
996
1123
|
// src/assets/chart-line-uptrend.tsx
|
|
997
|
-
import {
|
|
998
|
-
import { jsx as jsx26, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
1124
|
+
import { jsx as jsx34, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
999
1125
|
var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
|
|
1000
|
-
const [isDarkMode, setIsDarkMode] = useState26(false);
|
|
1001
1126
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1002
1127
|
if (thick) {
|
|
1003
|
-
return /* @__PURE__ */
|
|
1004
|
-
/* @__PURE__ */
|
|
1005
|
-
/* @__PURE__ */
|
|
1128
|
+
return /* @__PURE__ */ jsxs18("svg", { ...props, width: size, height: size, viewBox: "0 0 37 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1129
|
+
/* @__PURE__ */ jsx34("path", { d: "M0 0V33C0 35.2091 1.79086 37 4 37H37V33H4V0H0Z", fill: color }),
|
|
1130
|
+
/* @__PURE__ */ jsx34(
|
|
1006
1131
|
"path",
|
|
1007
1132
|
{
|
|
1008
1133
|
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",
|
|
@@ -1012,7 +1137,7 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
|
|
|
1012
1137
|
] });
|
|
1013
1138
|
}
|
|
1014
1139
|
if (fill) {
|
|
1015
|
-
return /* @__PURE__ */
|
|
1140
|
+
return /* @__PURE__ */ jsx34("svg", { ...props, width: size, height: size, viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx34(
|
|
1016
1141
|
"path",
|
|
1017
1142
|
{
|
|
1018
1143
|
"fill-rule": "evenodd",
|
|
@@ -1022,15 +1147,15 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
|
|
|
1022
1147
|
}
|
|
1023
1148
|
) });
|
|
1024
1149
|
}
|
|
1025
|
-
return /* @__PURE__ */
|
|
1026
|
-
/* @__PURE__ */
|
|
1150
|
+
return /* @__PURE__ */ jsxs18("svg", { ...props, width: size, height: size, viewBox: "0 0 37 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1151
|
+
/* @__PURE__ */ jsx34(
|
|
1027
1152
|
"path",
|
|
1028
1153
|
{
|
|
1029
1154
|
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",
|
|
1030
1155
|
fill: color
|
|
1031
1156
|
}
|
|
1032
1157
|
),
|
|
1033
|
-
/* @__PURE__ */
|
|
1158
|
+
/* @__PURE__ */ jsx34(
|
|
1034
1159
|
"path",
|
|
1035
1160
|
{
|
|
1036
1161
|
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",
|
|
@@ -1041,13 +1166,11 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
|
|
|
1041
1166
|
}, "ICChartLineUptrend");
|
|
1042
1167
|
|
|
1043
1168
|
// src/assets/folder.tsx
|
|
1044
|
-
import {
|
|
1045
|
-
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
1169
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
1046
1170
|
var ICFolder = /* @__PURE__ */ __name((props) => {
|
|
1047
|
-
const [isDarkMode, setIsDarkMode] = useState27(false);
|
|
1048
1171
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1049
1172
|
if (thick) {
|
|
1050
|
-
return /* @__PURE__ */
|
|
1173
|
+
return /* @__PURE__ */ jsx35("svg", { ...props, width: size, height: size, viewBox: "0 0 39 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx35(
|
|
1051
1174
|
"path",
|
|
1052
1175
|
{
|
|
1053
1176
|
"fill-rule": "evenodd",
|
|
@@ -1058,9 +1181,9 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
|
|
|
1058
1181
|
) });
|
|
1059
1182
|
}
|
|
1060
1183
|
if (fill) {
|
|
1061
|
-
return /* @__PURE__ */
|
|
1184
|
+
return /* @__PURE__ */ jsx35("svg", { ...props, width: size, height: size, viewBox: "0 0 39 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx35("path", { d: "M17.9 5.2L18.5 6H19.5H37V32.5H2L2 2L15.5 2L17.9 5.2Z", fill: color, stroke: "#1E1E1F", "stroke-width": "4" }) });
|
|
1062
1185
|
}
|
|
1063
|
-
return /* @__PURE__ */
|
|
1186
|
+
return /* @__PURE__ */ jsx35("svg", { ...props, width: size, height: size, viewBox: "0 0 39 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx35(
|
|
1064
1187
|
"path",
|
|
1065
1188
|
{
|
|
1066
1189
|
"fill-rule": "evenodd",
|
|
@@ -1072,14 +1195,12 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
|
|
|
1072
1195
|
}, "ICFolder");
|
|
1073
1196
|
|
|
1074
1197
|
// src/assets/person.tsx
|
|
1075
|
-
import {
|
|
1076
|
-
import { jsx as jsx28, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
1198
|
+
import { jsx as jsx36, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1077
1199
|
var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
1078
|
-
const [isDarkMode, setIsDarkMode] = useState28(false);
|
|
1079
1200
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1080
1201
|
if (thick) {
|
|
1081
|
-
return /* @__PURE__ */
|
|
1082
|
-
/* @__PURE__ */
|
|
1202
|
+
return /* @__PURE__ */ jsxs19("svg", { ...props, width: size, height: size, viewBox: "0 0 30 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1203
|
+
/* @__PURE__ */ jsx36(
|
|
1083
1204
|
"path",
|
|
1084
1205
|
{
|
|
1085
1206
|
"fill-rule": "evenodd",
|
|
@@ -1088,7 +1209,7 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1088
1209
|
fill: color
|
|
1089
1210
|
}
|
|
1090
1211
|
),
|
|
1091
|
-
/* @__PURE__ */
|
|
1212
|
+
/* @__PURE__ */ jsx36(
|
|
1092
1213
|
"path",
|
|
1093
1214
|
{
|
|
1094
1215
|
"fill-rule": "evenodd",
|
|
@@ -1100,15 +1221,15 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1100
1221
|
] });
|
|
1101
1222
|
}
|
|
1102
1223
|
if (fill) {
|
|
1103
|
-
return /* @__PURE__ */
|
|
1104
|
-
/* @__PURE__ */
|
|
1224
|
+
return /* @__PURE__ */ jsxs19("svg", { ...props, width: size, height: size, viewBox: "0 0 30 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1225
|
+
/* @__PURE__ */ jsx36(
|
|
1105
1226
|
"path",
|
|
1106
1227
|
{
|
|
1107
1228
|
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",
|
|
1108
1229
|
fill: color
|
|
1109
1230
|
}
|
|
1110
1231
|
),
|
|
1111
|
-
/* @__PURE__ */
|
|
1232
|
+
/* @__PURE__ */ jsx36(
|
|
1112
1233
|
"path",
|
|
1113
1234
|
{
|
|
1114
1235
|
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",
|
|
@@ -1117,8 +1238,8 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1117
1238
|
)
|
|
1118
1239
|
] });
|
|
1119
1240
|
}
|
|
1120
|
-
return /* @__PURE__ */
|
|
1121
|
-
/* @__PURE__ */
|
|
1241
|
+
return /* @__PURE__ */ jsxs19("svg", { ...props, width: size, height: size, viewBox: "0 0 30 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1242
|
+
/* @__PURE__ */ jsx36(
|
|
1122
1243
|
"path",
|
|
1123
1244
|
{
|
|
1124
1245
|
"fill-rule": "evenodd",
|
|
@@ -1127,7 +1248,7 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1127
1248
|
fill: color
|
|
1128
1249
|
}
|
|
1129
1250
|
),
|
|
1130
|
-
/* @__PURE__ */
|
|
1251
|
+
/* @__PURE__ */ jsx36(
|
|
1131
1252
|
"path",
|
|
1132
1253
|
{
|
|
1133
1254
|
"fill-rule": "evenodd",
|
|
@@ -1140,16 +1261,14 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1140
1261
|
}, "ICPerson");
|
|
1141
1262
|
|
|
1142
1263
|
// src/assets/trash.tsx
|
|
1143
|
-
import {
|
|
1144
|
-
import { jsx as jsx29, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
1264
|
+
import { jsx as jsx37, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
1145
1265
|
var ICTrash = /* @__PURE__ */ __name((props) => {
|
|
1146
|
-
const [isDarkMode, setIsDarkMode] = useState29(false);
|
|
1147
1266
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1148
1267
|
if (thick) {
|
|
1149
|
-
return /* @__PURE__ */
|
|
1150
|
-
/* @__PURE__ */
|
|
1151
|
-
/* @__PURE__ */
|
|
1152
|
-
/* @__PURE__ */
|
|
1268
|
+
return /* @__PURE__ */ jsxs20("svg", { ...props, width: size, height: size, viewBox: "0 0 36 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1269
|
+
/* @__PURE__ */ jsx37("path", { d: "M16 14V33H12L12 14H16Z", fill: color }),
|
|
1270
|
+
/* @__PURE__ */ jsx37("path", { d: "M24 33V14H20V33H24Z", fill: color }),
|
|
1271
|
+
/* @__PURE__ */ jsx37(
|
|
1153
1272
|
"path",
|
|
1154
1273
|
{
|
|
1155
1274
|
"fill-rule": "evenodd",
|
|
@@ -1161,7 +1280,7 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
|
|
|
1161
1280
|
] });
|
|
1162
1281
|
}
|
|
1163
1282
|
if (fill) {
|
|
1164
|
-
return /* @__PURE__ */
|
|
1283
|
+
return /* @__PURE__ */ jsx37("svg", { ...props, width: size, height: size, viewBox: "0 0 36 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx37(
|
|
1165
1284
|
"path",
|
|
1166
1285
|
{
|
|
1167
1286
|
"fill-rule": "evenodd",
|
|
@@ -1171,10 +1290,10 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
|
|
|
1171
1290
|
}
|
|
1172
1291
|
) });
|
|
1173
1292
|
}
|
|
1174
|
-
return /* @__PURE__ */
|
|
1175
|
-
/* @__PURE__ */
|
|
1176
|
-
/* @__PURE__ */
|
|
1177
|
-
/* @__PURE__ */
|
|
1293
|
+
return /* @__PURE__ */ jsxs20("svg", { ...props, width: size, height: size, viewBox: "0 0 35 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1294
|
+
/* @__PURE__ */ jsx37("path", { d: "M15 14.5L15 32.5H12L12 14.5H15Z", fill: color }),
|
|
1295
|
+
/* @__PURE__ */ jsx37("path", { d: "M23 32.5V14.5H20V32.5H23Z", fill: color }),
|
|
1296
|
+
/* @__PURE__ */ jsx37(
|
|
1178
1297
|
"path",
|
|
1179
1298
|
{
|
|
1180
1299
|
"fill-rule": "evenodd",
|
|
@@ -1187,13 +1306,11 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
|
|
|
1187
1306
|
}, "ICTrash");
|
|
1188
1307
|
|
|
1189
1308
|
// src/assets/pencil.tsx
|
|
1190
|
-
import {
|
|
1191
|
-
import { jsx as jsx30, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
1309
|
+
import { jsx as jsx38, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
1192
1310
|
var ICPencil = /* @__PURE__ */ __name((props) => {
|
|
1193
|
-
const [isDarkMode, setIsDarkMode] = useState30(false);
|
|
1194
1311
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1195
1312
|
if (thick) {
|
|
1196
|
-
return /* @__PURE__ */
|
|
1313
|
+
return /* @__PURE__ */ jsx38("svg", { ...props, width: size, height: size, viewBox: "0 0 36 36", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx38(
|
|
1197
1314
|
"path",
|
|
1198
1315
|
{
|
|
1199
1316
|
"fill-rule": "evenodd",
|
|
@@ -1204,15 +1321,15 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
|
|
|
1204
1321
|
) });
|
|
1205
1322
|
}
|
|
1206
1323
|
if (fill) {
|
|
1207
|
-
return /* @__PURE__ */
|
|
1208
|
-
/* @__PURE__ */
|
|
1324
|
+
return /* @__PURE__ */ jsxs21("svg", { ...props, width: size, height: size, viewBox: "0 0 35 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1325
|
+
/* @__PURE__ */ jsx38(
|
|
1209
1326
|
"path",
|
|
1210
1327
|
{
|
|
1211
1328
|
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",
|
|
1212
1329
|
fill: color
|
|
1213
1330
|
}
|
|
1214
1331
|
),
|
|
1215
|
-
/* @__PURE__ */
|
|
1332
|
+
/* @__PURE__ */ jsx38(
|
|
1216
1333
|
"path",
|
|
1217
1334
|
{
|
|
1218
1335
|
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",
|
|
@@ -1221,7 +1338,7 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
|
|
|
1221
1338
|
)
|
|
1222
1339
|
] });
|
|
1223
1340
|
}
|
|
1224
|
-
return /* @__PURE__ */
|
|
1341
|
+
return /* @__PURE__ */ jsx38("svg", { ...props, width: size, height: size, viewBox: "0 0 35 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx38(
|
|
1225
1342
|
"path",
|
|
1226
1343
|
{
|
|
1227
1344
|
"fill-rule": "evenodd",
|
|
@@ -1233,13 +1350,11 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
|
|
|
1233
1350
|
}, "ICPencil");
|
|
1234
1351
|
|
|
1235
1352
|
// src/assets/copy.tsx
|
|
1236
|
-
import {
|
|
1237
|
-
import { jsx as jsx31, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1353
|
+
import { jsx as jsx39, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1238
1354
|
var ICCopy = /* @__PURE__ */ __name((props) => {
|
|
1239
|
-
const [isDarkMode, setIsDarkMode] = useState31(false);
|
|
1240
1355
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1241
1356
|
if (thick) {
|
|
1242
|
-
return /* @__PURE__ */
|
|
1357
|
+
return /* @__PURE__ */ jsx39("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx39(
|
|
1243
1358
|
"path",
|
|
1244
1359
|
{
|
|
1245
1360
|
"fill-rule": "evenodd",
|
|
@@ -1250,15 +1365,15 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
|
|
|
1250
1365
|
) });
|
|
1251
1366
|
}
|
|
1252
1367
|
if (fill) {
|
|
1253
|
-
return /* @__PURE__ */
|
|
1254
|
-
/* @__PURE__ */
|
|
1368
|
+
return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 37 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1369
|
+
/* @__PURE__ */ jsx39(
|
|
1255
1370
|
"path",
|
|
1256
1371
|
{
|
|
1257
1372
|
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",
|
|
1258
1373
|
fill: color
|
|
1259
1374
|
}
|
|
1260
1375
|
),
|
|
1261
|
-
/* @__PURE__ */
|
|
1376
|
+
/* @__PURE__ */ jsx39(
|
|
1262
1377
|
"path",
|
|
1263
1378
|
{
|
|
1264
1379
|
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",
|
|
@@ -1267,7 +1382,7 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
|
|
|
1267
1382
|
)
|
|
1268
1383
|
] });
|
|
1269
1384
|
}
|
|
1270
|
-
return /* @__PURE__ */
|
|
1385
|
+
return /* @__PURE__ */ jsx39("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx39(
|
|
1271
1386
|
"path",
|
|
1272
1387
|
{
|
|
1273
1388
|
"fill-rule": "evenodd",
|
|
@@ -1279,28 +1394,37 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
|
|
|
1279
1394
|
}, "ICCopy");
|
|
1280
1395
|
|
|
1281
1396
|
// src/assets/question-message.tsx
|
|
1282
|
-
import {
|
|
1283
|
-
import { jsx as jsx32, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
1397
|
+
import { jsx as jsx40, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
1284
1398
|
var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
1285
|
-
const [isDarkMode, setIsDarkMode] = useState32(false);
|
|
1286
1399
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1400
|
+
if (fill && thick) {
|
|
1401
|
+
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(
|
|
1402
|
+
"path",
|
|
1403
|
+
{
|
|
1404
|
+
"fill-rule": "evenodd",
|
|
1405
|
+
"clip-rule": "evenodd",
|
|
1406
|
+
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",
|
|
1407
|
+
fill: color
|
|
1408
|
+
}
|
|
1409
|
+
) });
|
|
1410
|
+
}
|
|
1287
1411
|
if (thick) {
|
|
1288
|
-
return /* @__PURE__ */
|
|
1289
|
-
/* @__PURE__ */
|
|
1412
|
+
return /* @__PURE__ */ jsxs23("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1413
|
+
/* @__PURE__ */ jsx40(
|
|
1290
1414
|
"path",
|
|
1291
1415
|
{
|
|
1292
1416
|
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",
|
|
1293
1417
|
fill: color
|
|
1294
1418
|
}
|
|
1295
1419
|
),
|
|
1296
|
-
/* @__PURE__ */
|
|
1420
|
+
/* @__PURE__ */ jsx40(
|
|
1297
1421
|
"path",
|
|
1298
1422
|
{
|
|
1299
1423
|
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",
|
|
1300
1424
|
fill: color
|
|
1301
1425
|
}
|
|
1302
1426
|
),
|
|
1303
|
-
/* @__PURE__ */
|
|
1427
|
+
/* @__PURE__ */ jsx40(
|
|
1304
1428
|
"path",
|
|
1305
1429
|
{
|
|
1306
1430
|
"fill-rule": "evenodd",
|
|
@@ -1311,19 +1435,8 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
|
1311
1435
|
)
|
|
1312
1436
|
] });
|
|
1313
1437
|
}
|
|
1314
|
-
if (fill && thick) {
|
|
1315
|
-
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(
|
|
1316
|
-
"path",
|
|
1317
|
-
{
|
|
1318
|
-
"fill-rule": "evenodd",
|
|
1319
|
-
"clip-rule": "evenodd",
|
|
1320
|
-
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",
|
|
1321
|
-
fill: color
|
|
1322
|
-
}
|
|
1323
|
-
) });
|
|
1324
|
-
}
|
|
1325
1438
|
if (fill) {
|
|
1326
|
-
return /* @__PURE__ */
|
|
1439
|
+
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(
|
|
1327
1440
|
"path",
|
|
1328
1441
|
{
|
|
1329
1442
|
"fill-rule": "evenodd",
|
|
@@ -1333,22 +1446,22 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
|
1333
1446
|
}
|
|
1334
1447
|
) });
|
|
1335
1448
|
}
|
|
1336
|
-
return /* @__PURE__ */
|
|
1337
|
-
/* @__PURE__ */
|
|
1449
|
+
return /* @__PURE__ */ jsxs23("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1450
|
+
/* @__PURE__ */ jsx40(
|
|
1338
1451
|
"path",
|
|
1339
1452
|
{
|
|
1340
1453
|
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",
|
|
1341
1454
|
fill: color
|
|
1342
1455
|
}
|
|
1343
1456
|
),
|
|
1344
|
-
/* @__PURE__ */
|
|
1457
|
+
/* @__PURE__ */ jsx40(
|
|
1345
1458
|
"path",
|
|
1346
1459
|
{
|
|
1347
1460
|
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",
|
|
1348
1461
|
fill: color
|
|
1349
1462
|
}
|
|
1350
1463
|
),
|
|
1351
|
-
/* @__PURE__ */
|
|
1464
|
+
/* @__PURE__ */ jsx40(
|
|
1352
1465
|
"path",
|
|
1353
1466
|
{
|
|
1354
1467
|
"fill-rule": "evenodd",
|
|
@@ -1361,14 +1474,12 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
|
1361
1474
|
}, "ICQuestionMessage");
|
|
1362
1475
|
|
|
1363
1476
|
// src/assets/books.tsx
|
|
1364
|
-
import {
|
|
1365
|
-
import { jsx as jsx33, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
1477
|
+
import { jsx as jsx41, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
1366
1478
|
var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
1367
|
-
const [isDarkMode, setIsDarkMode] = useState33(false);
|
|
1368
1479
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1369
1480
|
if (fill && thick) {
|
|
1370
|
-
return /* @__PURE__ */
|
|
1371
|
-
/* @__PURE__ */
|
|
1481
|
+
return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 40 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1482
|
+
/* @__PURE__ */ jsx41(
|
|
1372
1483
|
"path",
|
|
1373
1484
|
{
|
|
1374
1485
|
"fill-rule": "evenodd",
|
|
@@ -1377,7 +1488,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1377
1488
|
fill: color
|
|
1378
1489
|
}
|
|
1379
1490
|
),
|
|
1380
|
-
/* @__PURE__ */
|
|
1491
|
+
/* @__PURE__ */ jsx41(
|
|
1381
1492
|
"path",
|
|
1382
1493
|
{
|
|
1383
1494
|
"fill-rule": "evenodd",
|
|
@@ -1386,7 +1497,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1386
1497
|
fill: color
|
|
1387
1498
|
}
|
|
1388
1499
|
),
|
|
1389
|
-
/* @__PURE__ */
|
|
1500
|
+
/* @__PURE__ */ jsx41(
|
|
1390
1501
|
"path",
|
|
1391
1502
|
{
|
|
1392
1503
|
"fill-rule": "evenodd",
|
|
@@ -1398,10 +1509,10 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1398
1509
|
] });
|
|
1399
1510
|
}
|
|
1400
1511
|
if (thick) {
|
|
1401
|
-
return /* @__PURE__ */
|
|
1402
|
-
/* @__PURE__ */
|
|
1403
|
-
/* @__PURE__ */
|
|
1404
|
-
/* @__PURE__ */
|
|
1512
|
+
return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 40 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1513
|
+
/* @__PURE__ */ jsx41("path", { d: "M16.4664 18.6232H13.7036V20.6325H16.4664V18.6232Z", fill: color }),
|
|
1514
|
+
/* @__PURE__ */ jsx41("path", { d: "M16.4664 28.6694H13.7036V30.6787H16.4664V28.6694Z", fill: color }),
|
|
1515
|
+
/* @__PURE__ */ jsx41(
|
|
1405
1516
|
"path",
|
|
1406
1517
|
{
|
|
1407
1518
|
"fill-rule": "evenodd",
|
|
@@ -1413,22 +1524,22 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1413
1524
|
] });
|
|
1414
1525
|
}
|
|
1415
1526
|
if (fill) {
|
|
1416
|
-
return /* @__PURE__ */
|
|
1417
|
-
/* @__PURE__ */
|
|
1527
|
+
return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 40 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1528
|
+
/* @__PURE__ */ jsx41(
|
|
1418
1529
|
"path",
|
|
1419
1530
|
{
|
|
1420
1531
|
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",
|
|
1421
1532
|
fill: color
|
|
1422
1533
|
}
|
|
1423
1534
|
),
|
|
1424
|
-
/* @__PURE__ */
|
|
1535
|
+
/* @__PURE__ */ jsx41(
|
|
1425
1536
|
"path",
|
|
1426
1537
|
{
|
|
1427
1538
|
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",
|
|
1428
1539
|
fill: color
|
|
1429
1540
|
}
|
|
1430
1541
|
),
|
|
1431
|
-
/* @__PURE__ */
|
|
1542
|
+
/* @__PURE__ */ jsx41(
|
|
1432
1543
|
"path",
|
|
1433
1544
|
{
|
|
1434
1545
|
"fill-rule": "evenodd",
|
|
@@ -1439,10 +1550,10 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1439
1550
|
)
|
|
1440
1551
|
] });
|
|
1441
1552
|
}
|
|
1442
|
-
return /* @__PURE__ */
|
|
1443
|
-
/* @__PURE__ */
|
|
1444
|
-
/* @__PURE__ */
|
|
1445
|
-
/* @__PURE__ */
|
|
1553
|
+
return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 40 37", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1554
|
+
/* @__PURE__ */ jsx41("path", { d: "M13.5153 18.0856H17.3532V20.6442H13.5153V18.0856Z", fill: color }),
|
|
1555
|
+
/* @__PURE__ */ jsx41("path", { d: "M17.3532 28.3948H13.5153V30.9533H17.3532V28.3948Z", fill: color }),
|
|
1556
|
+
/* @__PURE__ */ jsx41(
|
|
1446
1557
|
"path",
|
|
1447
1558
|
{
|
|
1448
1559
|
"fill-rule": "evenodd",
|
|
@@ -1455,82 +1566,80 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1455
1566
|
}, "ICBooks");
|
|
1456
1567
|
|
|
1457
1568
|
// src/assets/balance.tsx
|
|
1458
|
-
import {
|
|
1459
|
-
import { jsx as jsx34, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1569
|
+
import { jsx as jsx42, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
1460
1570
|
var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
1461
|
-
const [isDarkMode, setIsDarkMode] = useState34(false);
|
|
1462
1571
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1463
|
-
if (thick) {
|
|
1464
|
-
return /* @__PURE__ */
|
|
1465
|
-
/* @__PURE__ */
|
|
1572
|
+
if (fill && thick) {
|
|
1573
|
+
return /* @__PURE__ */ jsxs25("svg", { ...props, width: size, height: size, viewBox: "0 0 34 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1574
|
+
/* @__PURE__ */ jsx42(
|
|
1466
1575
|
"path",
|
|
1467
1576
|
{
|
|
1468
|
-
d: "M19.
|
|
1577
|
+
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",
|
|
1469
1578
|
fill: color
|
|
1470
1579
|
}
|
|
1471
1580
|
),
|
|
1472
|
-
/* @__PURE__ */
|
|
1581
|
+
/* @__PURE__ */ jsx42(
|
|
1473
1582
|
"path",
|
|
1474
1583
|
{
|
|
1475
|
-
|
|
1476
|
-
"clip-rule": "evenodd",
|
|
1477
|
-
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",
|
|
1584
|
+
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",
|
|
1478
1585
|
fill: color
|
|
1479
1586
|
}
|
|
1480
1587
|
),
|
|
1481
|
-
/* @__PURE__ */
|
|
1588
|
+
/* @__PURE__ */ jsx42(
|
|
1482
1589
|
"path",
|
|
1483
1590
|
{
|
|
1484
|
-
|
|
1485
|
-
"clip-rule": "evenodd",
|
|
1486
|
-
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",
|
|
1591
|
+
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",
|
|
1487
1592
|
fill: color
|
|
1488
1593
|
}
|
|
1489
1594
|
)
|
|
1490
1595
|
] });
|
|
1491
1596
|
}
|
|
1492
|
-
if (
|
|
1493
|
-
return /* @__PURE__ */
|
|
1494
|
-
/* @__PURE__ */
|
|
1597
|
+
if (thick) {
|
|
1598
|
+
return /* @__PURE__ */ jsxs25("svg", { ...props, width: size, height: size, viewBox: "0 0 35 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1599
|
+
/* @__PURE__ */ jsx42(
|
|
1495
1600
|
"path",
|
|
1496
1601
|
{
|
|
1497
|
-
d: "M19.
|
|
1602
|
+
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",
|
|
1498
1603
|
fill: color
|
|
1499
1604
|
}
|
|
1500
1605
|
),
|
|
1501
|
-
/* @__PURE__ */
|
|
1606
|
+
/* @__PURE__ */ jsx42(
|
|
1502
1607
|
"path",
|
|
1503
1608
|
{
|
|
1504
|
-
|
|
1609
|
+
"fill-rule": "evenodd",
|
|
1610
|
+
"clip-rule": "evenodd",
|
|
1611
|
+
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",
|
|
1505
1612
|
fill: color
|
|
1506
1613
|
}
|
|
1507
1614
|
),
|
|
1508
|
-
/* @__PURE__ */
|
|
1615
|
+
/* @__PURE__ */ jsx42(
|
|
1509
1616
|
"path",
|
|
1510
1617
|
{
|
|
1511
|
-
|
|
1618
|
+
"fill-rule": "evenodd",
|
|
1619
|
+
"clip-rule": "evenodd",
|
|
1620
|
+
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",
|
|
1512
1621
|
fill: color
|
|
1513
1622
|
}
|
|
1514
1623
|
)
|
|
1515
1624
|
] });
|
|
1516
1625
|
}
|
|
1517
1626
|
if (fill) {
|
|
1518
|
-
return /* @__PURE__ */
|
|
1519
|
-
/* @__PURE__ */
|
|
1627
|
+
return /* @__PURE__ */ jsxs25("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1628
|
+
/* @__PURE__ */ jsx42(
|
|
1520
1629
|
"path",
|
|
1521
1630
|
{
|
|
1522
1631
|
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",
|
|
1523
1632
|
fill: color
|
|
1524
1633
|
}
|
|
1525
1634
|
),
|
|
1526
|
-
/* @__PURE__ */
|
|
1635
|
+
/* @__PURE__ */ jsx42(
|
|
1527
1636
|
"path",
|
|
1528
1637
|
{
|
|
1529
1638
|
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",
|
|
1530
1639
|
fill: color
|
|
1531
1640
|
}
|
|
1532
1641
|
),
|
|
1533
|
-
/* @__PURE__ */
|
|
1642
|
+
/* @__PURE__ */ jsx42(
|
|
1534
1643
|
"path",
|
|
1535
1644
|
{
|
|
1536
1645
|
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",
|
|
@@ -1539,15 +1648,15 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
|
1539
1648
|
)
|
|
1540
1649
|
] });
|
|
1541
1650
|
}
|
|
1542
|
-
return /* @__PURE__ */
|
|
1543
|
-
/* @__PURE__ */
|
|
1651
|
+
return /* @__PURE__ */ jsxs25("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1652
|
+
/* @__PURE__ */ jsx42(
|
|
1544
1653
|
"path",
|
|
1545
1654
|
{
|
|
1546
1655
|
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",
|
|
1547
1656
|
fill: color
|
|
1548
1657
|
}
|
|
1549
1658
|
),
|
|
1550
|
-
/* @__PURE__ */
|
|
1659
|
+
/* @__PURE__ */ jsx42(
|
|
1551
1660
|
"path",
|
|
1552
1661
|
{
|
|
1553
1662
|
"fill-rule": "evenodd",
|
|
@@ -1556,7 +1665,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
|
1556
1665
|
fill: color
|
|
1557
1666
|
}
|
|
1558
1667
|
),
|
|
1559
|
-
/* @__PURE__ */
|
|
1668
|
+
/* @__PURE__ */ jsx42(
|
|
1560
1669
|
"path",
|
|
1561
1670
|
{
|
|
1562
1671
|
"fill-rule": "evenodd",
|
|
@@ -1568,45 +1677,97 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
|
1568
1677
|
] });
|
|
1569
1678
|
}, "ICBalance");
|
|
1570
1679
|
|
|
1571
|
-
// src/assets/
|
|
1572
|
-
import {
|
|
1573
|
-
|
|
1574
|
-
var ICDocument = /* @__PURE__ */ __name((props) => {
|
|
1575
|
-
const [isDarkMode, setIsDarkMode] = useState35(false);
|
|
1680
|
+
// src/assets/folder-add.tsx
|
|
1681
|
+
import { jsx as jsx43, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
1682
|
+
var ICFolderAdd = /* @__PURE__ */ __name((props) => {
|
|
1576
1683
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1684
|
+
if (fill && thick) {
|
|
1685
|
+
return /* @__PURE__ */ jsx43("svg", { ...props, width: size, height: size, viewBox: "0 0 39 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx43(
|
|
1686
|
+
"path",
|
|
1687
|
+
{
|
|
1688
|
+
d: "M17.9 5.2L18.5 6H19.5H37V32.5H2L2 2L15.5 2L17.9 5.2ZM15.5 9.49976V11.4998V15H11.75H9.75V17V21V23H11.75H15.5V26.9998V28.9998H17.5H21.5H23.5V26.9998V23H27.25H29.25V21V17V15H27.25H23.5V11.4998V9.49976H21.5H17.5H15.5Z",
|
|
1689
|
+
fill: color,
|
|
1690
|
+
stroke: "#1E1E1F",
|
|
1691
|
+
"stroke-width": "4"
|
|
1692
|
+
}
|
|
1693
|
+
) });
|
|
1694
|
+
}
|
|
1577
1695
|
if (thick) {
|
|
1578
|
-
return /* @__PURE__ */
|
|
1696
|
+
return /* @__PURE__ */ jsxs26("svg", { ...props, width: size, height: size, viewBox: "0 0 39 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1697
|
+
/* @__PURE__ */ jsx43("path", { d: "M17.5 17V11.4998H21.5V17H27.25V21H21.5V26.9998H17.5V21H11.75V17H17.5Z", fill: color }),
|
|
1698
|
+
/* @__PURE__ */ jsx43(
|
|
1699
|
+
"path",
|
|
1700
|
+
{
|
|
1701
|
+
"fill-rule": "evenodd",
|
|
1702
|
+
"clip-rule": "evenodd",
|
|
1703
|
+
d: "M16.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.5L16.5 0ZM14.5 4H4V30.5H35V8H17.5L14.5 4Z",
|
|
1704
|
+
fill: color
|
|
1705
|
+
}
|
|
1706
|
+
)
|
|
1707
|
+
] });
|
|
1708
|
+
}
|
|
1709
|
+
if (fill) {
|
|
1710
|
+
return /* @__PURE__ */ jsx43("svg", { ...props, width: size, height: size, viewBox: "0 0 39 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx43(
|
|
1711
|
+
"path",
|
|
1712
|
+
{
|
|
1713
|
+
d: "M17.9 5.2L18.5 6H19.5H37V32.5H2L2 2L15.5 2L17.9 5.2ZM18 9.49976H16V11.4998V15.5H11.75H9.75V17.5V20.5V22.5H11.75H16V26.9998V28.9998H18H21H23V26.9998V22.5H27.25H29.25V20.5V17.5V15.5H27.25H23V11.4998V9.49976H21H18Z",
|
|
1714
|
+
fill: color,
|
|
1715
|
+
stroke: "#1E1E1F",
|
|
1716
|
+
"stroke-width": "4"
|
|
1717
|
+
}
|
|
1718
|
+
) });
|
|
1719
|
+
}
|
|
1720
|
+
return /* @__PURE__ */ jsxs26("svg", { ...props, width: size, height: size, viewBox: "0 0 39 35", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1721
|
+
/* @__PURE__ */ jsx43("path", { d: "M18 17.5V11.4998H21V17.5H27.25V20.5H21V26.9998H18V20.5H11.75V17.5H18Z", fill: color }),
|
|
1722
|
+
/* @__PURE__ */ jsx43(
|
|
1579
1723
|
"path",
|
|
1580
1724
|
{
|
|
1581
1725
|
"fill-rule": "evenodd",
|
|
1582
1726
|
"clip-rule": "evenodd",
|
|
1583
|
-
d: "
|
|
1727
|
+
d: "M16.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.5L16.5 0ZM15 3H3V31.5H36V7H18L15 3Z",
|
|
1584
1728
|
fill: color
|
|
1585
1729
|
}
|
|
1586
|
-
)
|
|
1587
|
-
}
|
|
1730
|
+
)
|
|
1731
|
+
] });
|
|
1732
|
+
}, "ICFolderAdd");
|
|
1733
|
+
|
|
1734
|
+
// src/assets/document.tsx
|
|
1735
|
+
import { jsx as jsx44, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
1736
|
+
var ICDocument = /* @__PURE__ */ __name((props) => {
|
|
1737
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1588
1738
|
if (fill && thick) {
|
|
1589
|
-
return /* @__PURE__ */
|
|
1590
|
-
/* @__PURE__ */
|
|
1739
|
+
return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, viewBox: "0 0 30 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1740
|
+
/* @__PURE__ */ jsx44(
|
|
1591
1741
|
"path",
|
|
1592
1742
|
{
|
|
1593
1743
|
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",
|
|
1594
1744
|
fill: color
|
|
1595
1745
|
}
|
|
1596
1746
|
),
|
|
1597
|
-
/* @__PURE__ */
|
|
1747
|
+
/* @__PURE__ */ jsx44("path", { d: "M28.134 14.0769L17.001 2.14395V14.0769L28.134 14.0769Z", fill: color })
|
|
1598
1748
|
] });
|
|
1599
1749
|
}
|
|
1750
|
+
if (thick) {
|
|
1751
|
+
return /* @__PURE__ */ jsx44("svg", { ...props, width: size, height: size, viewBox: "0 0 30 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx44(
|
|
1752
|
+
"path",
|
|
1753
|
+
{
|
|
1754
|
+
"fill-rule": "evenodd",
|
|
1755
|
+
"clip-rule": "evenodd",
|
|
1756
|
+
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",
|
|
1757
|
+
fill: color
|
|
1758
|
+
}
|
|
1759
|
+
) });
|
|
1760
|
+
}
|
|
1600
1761
|
if (fill) {
|
|
1601
|
-
return /* @__PURE__ */
|
|
1602
|
-
/* @__PURE__ */
|
|
1762
|
+
return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, viewBox: "0 0 30 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1763
|
+
/* @__PURE__ */ jsx44(
|
|
1603
1764
|
"path",
|
|
1604
1765
|
{
|
|
1605
1766
|
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",
|
|
1606
1767
|
fill: color
|
|
1607
1768
|
}
|
|
1608
1769
|
),
|
|
1609
|
-
/* @__PURE__ */
|
|
1770
|
+
/* @__PURE__ */ jsx44(
|
|
1610
1771
|
"path",
|
|
1611
1772
|
{
|
|
1612
1773
|
d: "M28.6005 14.5769L16.501 1.60803V14.0769C16.501 14.3531 16.7248 14.5769 17.001 14.5769H28.6005Z",
|
|
@@ -1615,7 +1776,7 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
|
|
|
1615
1776
|
)
|
|
1616
1777
|
] });
|
|
1617
1778
|
}
|
|
1618
|
-
return /* @__PURE__ */
|
|
1779
|
+
return /* @__PURE__ */ jsx44("svg", { ...props, width: size, height: size, viewBox: "0 0 30 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx44(
|
|
1619
1780
|
"path",
|
|
1620
1781
|
{
|
|
1621
1782
|
"fill-rule": "evenodd",
|
|
@@ -1627,68 +1788,66 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
|
|
|
1627
1788
|
}, "ICDocument");
|
|
1628
1789
|
|
|
1629
1790
|
// src/assets/person-add.tsx
|
|
1630
|
-
import {
|
|
1631
|
-
import { jsx as jsx36, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
1791
|
+
import { jsx as jsx45, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1632
1792
|
var ICPersonAdd = /* @__PURE__ */ __name((props) => {
|
|
1633
|
-
const [isDarkMode, setIsDarkMode] = useState36(false);
|
|
1634
1793
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1635
|
-
if (thick) {
|
|
1636
|
-
return /* @__PURE__ */
|
|
1637
|
-
/* @__PURE__ */
|
|
1794
|
+
if (fill && thick) {
|
|
1795
|
+
return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1796
|
+
/* @__PURE__ */ jsx45(
|
|
1638
1797
|
"path",
|
|
1639
1798
|
{
|
|
1640
|
-
|
|
1641
|
-
"clip-rule": "evenodd",
|
|
1642
|
-
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",
|
|
1799
|
+
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",
|
|
1643
1800
|
fill: color
|
|
1644
1801
|
}
|
|
1645
1802
|
),
|
|
1646
|
-
/* @__PURE__ */
|
|
1803
|
+
/* @__PURE__ */ jsx45(
|
|
1647
1804
|
"path",
|
|
1648
1805
|
{
|
|
1649
|
-
d: "
|
|
1806
|
+
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",
|
|
1650
1807
|
fill: color
|
|
1651
1808
|
}
|
|
1652
1809
|
),
|
|
1653
|
-
/* @__PURE__ */
|
|
1810
|
+
/* @__PURE__ */ jsx45("path", { d: "M23.9996 28V21.9999H27.9996V28H34V32H27.9996V38H23.9996V32H18.0004V28H23.9996Z", fill: color })
|
|
1654
1811
|
] });
|
|
1655
1812
|
}
|
|
1656
|
-
if (
|
|
1657
|
-
return /* @__PURE__ */
|
|
1658
|
-
/* @__PURE__ */
|
|
1813
|
+
if (thick) {
|
|
1814
|
+
return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1815
|
+
/* @__PURE__ */ jsx45(
|
|
1659
1816
|
"path",
|
|
1660
1817
|
{
|
|
1661
|
-
|
|
1818
|
+
"fill-rule": "evenodd",
|
|
1819
|
+
"clip-rule": "evenodd",
|
|
1820
|
+
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",
|
|
1662
1821
|
fill: color
|
|
1663
1822
|
}
|
|
1664
1823
|
),
|
|
1665
|
-
/* @__PURE__ */
|
|
1824
|
+
/* @__PURE__ */ jsx45(
|
|
1666
1825
|
"path",
|
|
1667
1826
|
{
|
|
1668
|
-
d: "
|
|
1827
|
+
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",
|
|
1669
1828
|
fill: color
|
|
1670
1829
|
}
|
|
1671
1830
|
),
|
|
1672
|
-
/* @__PURE__ */
|
|
1831
|
+
/* @__PURE__ */ jsx45("path", { d: "M23.9996 28V21.9999H27.9996V28H34V32H27.9996V38H23.9996V32H18.0004V28H23.9996Z", fill: color })
|
|
1673
1832
|
] });
|
|
1674
1833
|
}
|
|
1675
1834
|
if (fill) {
|
|
1676
|
-
return /* @__PURE__ */
|
|
1677
|
-
/* @__PURE__ */
|
|
1835
|
+
return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1836
|
+
/* @__PURE__ */ jsx45(
|
|
1678
1837
|
"path",
|
|
1679
1838
|
{
|
|
1680
1839
|
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",
|
|
1681
1840
|
fill: color
|
|
1682
1841
|
}
|
|
1683
1842
|
),
|
|
1684
|
-
/* @__PURE__ */
|
|
1843
|
+
/* @__PURE__ */ jsx45(
|
|
1685
1844
|
"path",
|
|
1686
1845
|
{
|
|
1687
1846
|
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",
|
|
1688
1847
|
fill: color
|
|
1689
1848
|
}
|
|
1690
1849
|
),
|
|
1691
|
-
/* @__PURE__ */
|
|
1850
|
+
/* @__PURE__ */ jsx45(
|
|
1692
1851
|
"path",
|
|
1693
1852
|
{
|
|
1694
1853
|
d: "M24.4996 28.5V21.9999H27.4996V28.5H34V31.5H27.4996V38H24.4996V31.5H18.0004V28.5H24.4996Z",
|
|
@@ -1697,8 +1856,8 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
|
|
|
1697
1856
|
)
|
|
1698
1857
|
] });
|
|
1699
1858
|
}
|
|
1700
|
-
return /* @__PURE__ */
|
|
1701
|
-
/* @__PURE__ */
|
|
1859
|
+
return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 34 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1860
|
+
/* @__PURE__ */ jsx45(
|
|
1702
1861
|
"path",
|
|
1703
1862
|
{
|
|
1704
1863
|
"fill-rule": "evenodd",
|
|
@@ -1707,36 +1866,23 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
|
|
|
1707
1866
|
fill: color
|
|
1708
1867
|
}
|
|
1709
1868
|
),
|
|
1710
|
-
/* @__PURE__ */
|
|
1869
|
+
/* @__PURE__ */ jsx45(
|
|
1711
1870
|
"path",
|
|
1712
1871
|
{
|
|
1713
1872
|
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",
|
|
1714
1873
|
fill: color
|
|
1715
1874
|
}
|
|
1716
1875
|
),
|
|
1717
|
-
/* @__PURE__ */
|
|
1876
|
+
/* @__PURE__ */ jsx45("path", { d: "M24.4996 28.5V21.9999H27.4996V28.5H34V31.5H27.4996V38H24.4996V31.5H18.0004V28.5H24.4996Z", fill: color })
|
|
1718
1877
|
] });
|
|
1719
1878
|
}, "ICPersonAdd");
|
|
1720
1879
|
|
|
1721
1880
|
// src/assets/send.tsx
|
|
1722
|
-
import {
|
|
1723
|
-
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
1881
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
1724
1882
|
var ICSend = /* @__PURE__ */ __name((props) => {
|
|
1725
|
-
const [isDarkMode, setIsDarkMode] = useState37(false);
|
|
1726
1883
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1727
|
-
if (thick) {
|
|
1728
|
-
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(
|
|
1729
|
-
"path",
|
|
1730
|
-
{
|
|
1731
|
-
"fill-rule": "evenodd",
|
|
1732
|
-
"clip-rule": "evenodd",
|
|
1733
|
-
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",
|
|
1734
|
-
fill: color
|
|
1735
|
-
}
|
|
1736
|
-
) });
|
|
1737
|
-
}
|
|
1738
1884
|
if (fill && thick) {
|
|
1739
|
-
return /* @__PURE__ */
|
|
1885
|
+
return /* @__PURE__ */ jsx46("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx46(
|
|
1740
1886
|
"path",
|
|
1741
1887
|
{
|
|
1742
1888
|
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",
|
|
@@ -1747,8 +1893,19 @@ var ICSend = /* @__PURE__ */ __name((props) => {
|
|
|
1747
1893
|
}
|
|
1748
1894
|
) });
|
|
1749
1895
|
}
|
|
1896
|
+
if (thick) {
|
|
1897
|
+
return /* @__PURE__ */ jsx46("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx46(
|
|
1898
|
+
"path",
|
|
1899
|
+
{
|
|
1900
|
+
"fill-rule": "evenodd",
|
|
1901
|
+
"clip-rule": "evenodd",
|
|
1902
|
+
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",
|
|
1903
|
+
fill: color
|
|
1904
|
+
}
|
|
1905
|
+
) });
|
|
1906
|
+
}
|
|
1750
1907
|
if (fill) {
|
|
1751
|
-
return /* @__PURE__ */
|
|
1908
|
+
return /* @__PURE__ */ jsx46("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx46(
|
|
1752
1909
|
"path",
|
|
1753
1910
|
{
|
|
1754
1911
|
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",
|
|
@@ -1759,7 +1916,7 @@ var ICSend = /* @__PURE__ */ __name((props) => {
|
|
|
1759
1916
|
}
|
|
1760
1917
|
) });
|
|
1761
1918
|
}
|
|
1762
|
-
return /* @__PURE__ */
|
|
1919
|
+
return /* @__PURE__ */ jsx46("svg", { ...props, width: size, height: size, viewBox: "0 0 37 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx46(
|
|
1763
1920
|
"path",
|
|
1764
1921
|
{
|
|
1765
1922
|
"fill-rule": "evenodd",
|
|
@@ -1771,13 +1928,11 @@ var ICSend = /* @__PURE__ */ __name((props) => {
|
|
|
1771
1928
|
}, "ICSend");
|
|
1772
1929
|
|
|
1773
1930
|
// src/assets/check-mark.tsx
|
|
1774
|
-
import {
|
|
1775
|
-
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
1931
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
1776
1932
|
var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
1777
|
-
const [isDarkMode, setIsDarkMode] = useState38(false);
|
|
1778
1933
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1779
1934
|
if (fill && thick) {
|
|
1780
|
-
return /* @__PURE__ */
|
|
1935
|
+
return /* @__PURE__ */ jsx47("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx47(
|
|
1781
1936
|
"path",
|
|
1782
1937
|
{
|
|
1783
1938
|
"fill-rule": "evenodd",
|
|
@@ -1788,7 +1943,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
|
1788
1943
|
) });
|
|
1789
1944
|
}
|
|
1790
1945
|
if (thick) {
|
|
1791
|
-
return /* @__PURE__ */
|
|
1946
|
+
return /* @__PURE__ */ jsx47("svg", { ...props, width: size, height: size, viewBox: "0 0 34 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx47(
|
|
1792
1947
|
"path",
|
|
1793
1948
|
{
|
|
1794
1949
|
"fill-rule": "evenodd",
|
|
@@ -1799,7 +1954,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
|
1799
1954
|
) });
|
|
1800
1955
|
}
|
|
1801
1956
|
if (fill) {
|
|
1802
|
-
return /* @__PURE__ */
|
|
1957
|
+
return /* @__PURE__ */ jsx47("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx47(
|
|
1803
1958
|
"path",
|
|
1804
1959
|
{
|
|
1805
1960
|
"fill-rule": "evenodd",
|
|
@@ -1809,7 +1964,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
|
1809
1964
|
}
|
|
1810
1965
|
) });
|
|
1811
1966
|
}
|
|
1812
|
-
return /* @__PURE__ */
|
|
1967
|
+
return /* @__PURE__ */ jsx47("svg", { ...props, width: size, height: size, viewBox: "0 0 34 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx47(
|
|
1813
1968
|
"path",
|
|
1814
1969
|
{
|
|
1815
1970
|
"fill-rule": "evenodd",
|
|
@@ -1821,25 +1976,11 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
|
1821
1976
|
}, "ICCheckMark");
|
|
1822
1977
|
|
|
1823
1978
|
// src/assets/exclamationmark.tsx
|
|
1824
|
-
import {
|
|
1825
|
-
import { jsx as jsx39, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
1979
|
+
import { jsx as jsx48, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1826
1980
|
var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
1827
|
-
const [isDarkMode, setIsDarkMode] = useState39(false);
|
|
1828
1981
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1829
|
-
if (thick) {
|
|
1830
|
-
return /* @__PURE__ */ jsxs25("svg", { ...props, width: "5", height: size, viewBox: "0 0 5 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1831
|
-
/* @__PURE__ */ jsx39("path", { d: "M0.351562 0V19H4.35156V0H0.351562Z", fill: color }),
|
|
1832
|
-
/* @__PURE__ */ jsx39(
|
|
1833
|
-
"path",
|
|
1834
|
-
{
|
|
1835
|
-
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",
|
|
1836
|
-
fill: color
|
|
1837
|
-
}
|
|
1838
|
-
)
|
|
1839
|
-
] });
|
|
1840
|
-
}
|
|
1841
1982
|
if (fill && thick) {
|
|
1842
|
-
return /* @__PURE__ */
|
|
1983
|
+
return /* @__PURE__ */ jsx48("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx48(
|
|
1843
1984
|
"path",
|
|
1844
1985
|
{
|
|
1845
1986
|
"fill-rule": "evenodd",
|
|
@@ -1849,8 +1990,20 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
|
1849
1990
|
}
|
|
1850
1991
|
) });
|
|
1851
1992
|
}
|
|
1993
|
+
if (thick) {
|
|
1994
|
+
return /* @__PURE__ */ jsxs29("svg", { ...props, width: "5", height: size, viewBox: "0 0 5 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1995
|
+
/* @__PURE__ */ jsx48("path", { d: "M0.351562 0V19H4.35156V0H0.351562Z", fill: color }),
|
|
1996
|
+
/* @__PURE__ */ jsx48(
|
|
1997
|
+
"path",
|
|
1998
|
+
{
|
|
1999
|
+
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",
|
|
2000
|
+
fill: color
|
|
2001
|
+
}
|
|
2002
|
+
)
|
|
2003
|
+
] });
|
|
2004
|
+
}
|
|
1852
2005
|
if (fill) {
|
|
1853
|
-
return /* @__PURE__ */
|
|
2006
|
+
return /* @__PURE__ */ jsx48("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx48(
|
|
1854
2007
|
"path",
|
|
1855
2008
|
{
|
|
1856
2009
|
"fill-rule": "evenodd",
|
|
@@ -1860,9 +2013,9 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
|
1860
2013
|
}
|
|
1861
2014
|
) });
|
|
1862
2015
|
}
|
|
1863
|
-
return /* @__PURE__ */
|
|
1864
|
-
/* @__PURE__ */
|
|
1865
|
-
/* @__PURE__ */
|
|
2016
|
+
return /* @__PURE__ */ jsxs29("svg", { ...props, width: "4", height: size, viewBox: "0 0 4 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2017
|
+
/* @__PURE__ */ jsx48("path", { d: "M0.5 0V19H3.5V0H0.5Z", fill: color }),
|
|
2018
|
+
/* @__PURE__ */ jsx48(
|
|
1866
2019
|
"path",
|
|
1867
2020
|
{
|
|
1868
2021
|
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",
|
|
@@ -1873,13 +2026,11 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
|
1873
2026
|
}, "ICExclamationmark");
|
|
1874
2027
|
|
|
1875
2028
|
// src/assets/close.tsx
|
|
1876
|
-
import {
|
|
1877
|
-
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
2029
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
1878
2030
|
var ICClose = /* @__PURE__ */ __name((props) => {
|
|
1879
|
-
const [isDarkMode, setIsDarkMode] = useState40(false);
|
|
1880
2031
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1881
|
-
if (
|
|
1882
|
-
return /* @__PURE__ */
|
|
2032
|
+
if (fill && thick) {
|
|
2033
|
+
return /* @__PURE__ */ jsx49("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx49(
|
|
1883
2034
|
"path",
|
|
1884
2035
|
{
|
|
1885
2036
|
"fill-rule": "evenodd",
|
|
@@ -1890,16 +2041,16 @@ var ICClose = /* @__PURE__ */ __name((props) => {
|
|
|
1890
2041
|
) });
|
|
1891
2042
|
}
|
|
1892
2043
|
if (thick) {
|
|
1893
|
-
return /* @__PURE__ */
|
|
2044
|
+
return /* @__PURE__ */ jsx49("svg", { ...props, width: size, height: size, viewBox: "0 0 29 29", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx49(
|
|
1894
2045
|
"path",
|
|
1895
2046
|
{
|
|
1896
|
-
d: "
|
|
2047
|
+
d: "M14.5 11.6547L2.84537 0L2.9077e-06 2.84536L11.6547 14.5L0 26.1547L2.84536 29.0001L14.5 17.3454L26.1547 29.0001L29.0001 26.1547L17.3454 14.5L29.0001 2.84537L26.1547 2.51838e-06L14.5 11.6547Z",
|
|
1897
2048
|
fill: color
|
|
1898
2049
|
}
|
|
1899
2050
|
) });
|
|
1900
2051
|
}
|
|
1901
2052
|
if (fill) {
|
|
1902
|
-
return /* @__PURE__ */
|
|
2053
|
+
return /* @__PURE__ */ jsx49("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx49(
|
|
1903
2054
|
"path",
|
|
1904
2055
|
{
|
|
1905
2056
|
"fill-rule": "evenodd",
|
|
@@ -1909,7 +2060,7 @@ var ICClose = /* @__PURE__ */ __name((props) => {
|
|
|
1909
2060
|
}
|
|
1910
2061
|
) });
|
|
1911
2062
|
}
|
|
1912
|
-
return /* @__PURE__ */
|
|
2063
|
+
return /* @__PURE__ */ jsx49("svg", { ...props, width: size, height: size, viewBox: "0 0 29 29", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx49(
|
|
1913
2064
|
"path",
|
|
1914
2065
|
{
|
|
1915
2066
|
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",
|
|
@@ -1918,50 +2069,20 @@ var ICClose = /* @__PURE__ */ __name((props) => {
|
|
|
1918
2069
|
) });
|
|
1919
2070
|
}, "ICClose");
|
|
1920
2071
|
|
|
1921
|
-
// src/assets/close-fill.tsx
|
|
1922
|
-
import { useState as useState41 } from "react";
|
|
1923
|
-
import { jsx as jsx41, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
1924
|
-
var ICCloseFill = /* @__PURE__ */ __name((props) => {
|
|
1925
|
-
const [isDarkMode, setIsDarkMode] = useState41(false);
|
|
1926
|
-
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1927
|
-
return /* @__PURE__ */ jsx41("svg", { width: size, height: size, viewBox: "4 4 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsxs26("g", { id: "fill=true, thick=true, color=true", children: [
|
|
1928
|
-
/* @__PURE__ */ jsx41(
|
|
1929
|
-
"path",
|
|
1930
|
-
{
|
|
1931
|
-
id: "Vector",
|
|
1932
|
-
d: "M44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 12.9543 12.9543 4 24 4C35.0457 4 44 12.9543 44 24Z",
|
|
1933
|
-
fill: "#1E1E1F"
|
|
1934
|
-
}
|
|
1935
|
-
),
|
|
1936
|
-
/* @__PURE__ */ jsx41(
|
|
1937
|
-
"path",
|
|
1938
|
-
{
|
|
1939
|
-
id: "Vector_2",
|
|
1940
|
-
"fill-rule": "evenodd",
|
|
1941
|
-
"clip-rule": "evenodd",
|
|
1942
|
-
d: "M21.2019 24.0526L15.6575 29.5971L18.4859 32.4255L24.0304 26.8811L29.622 32.4727L32.4504 29.6443L26.8588 24.0526L32.4973 18.4141L29.6689 15.5857L24.0304 21.2242L18.439 15.6329L15.6106 18.4613L21.2019 24.0526Z",
|
|
1943
|
-
fill: "white"
|
|
1944
|
-
}
|
|
1945
|
-
)
|
|
1946
|
-
] }) });
|
|
1947
|
-
}, "ICCloseFill");
|
|
1948
|
-
|
|
1949
2072
|
// src/assets/lock.tsx
|
|
1950
|
-
import {
|
|
1951
|
-
import { jsx as jsx42, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
2073
|
+
import { jsx as jsx50, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1952
2074
|
var ICLock = /* @__PURE__ */ __name((props) => {
|
|
1953
|
-
const [isDarkMode, setIsDarkMode] = useState42(false);
|
|
1954
2075
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1955
|
-
if (thick) {
|
|
1956
|
-
return /* @__PURE__ */
|
|
1957
|
-
/* @__PURE__ */
|
|
2076
|
+
if (fill && thick) {
|
|
2077
|
+
return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 32 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2078
|
+
/* @__PURE__ */ jsx50(
|
|
1958
2079
|
"path",
|
|
1959
2080
|
{
|
|
1960
2081
|
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",
|
|
1961
2082
|
fill: color
|
|
1962
2083
|
}
|
|
1963
2084
|
),
|
|
1964
|
-
/* @__PURE__ */
|
|
2085
|
+
/* @__PURE__ */ jsx50(
|
|
1965
2086
|
"path",
|
|
1966
2087
|
{
|
|
1967
2088
|
"fill-rule": "evenodd",
|
|
@@ -1972,16 +2093,38 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
1972
2093
|
)
|
|
1973
2094
|
] });
|
|
1974
2095
|
}
|
|
2096
|
+
if (thick) {
|
|
2097
|
+
return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 32 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2098
|
+
/* @__PURE__ */ jsx50(
|
|
2099
|
+
"path",
|
|
2100
|
+
{
|
|
2101
|
+
"fill-rule": "evenodd",
|
|
2102
|
+
"clip-rule": "evenodd",
|
|
2103
|
+
d: "M17.8708 29.3763C19.0301 28.6836 19.8065 27.4164 19.8065 25.9677C19.8065 23.7764 18.03 22 15.8387 22C13.6474 22 11.871 23.7764 11.871 25.9677C11.871 27.443 12.6761 28.7301 13.8708 29.4139V34H17.8708V29.3763ZM15.871 27C16.4233 27 16.871 26.5523 16.871 26C16.871 25.4477 16.4233 25 15.871 25C15.3187 25 14.871 25.4477 14.871 26C14.871 26.5523 15.3187 27 15.871 27Z",
|
|
2104
|
+
fill: color
|
|
2105
|
+
}
|
|
2106
|
+
),
|
|
2107
|
+
/* @__PURE__ */ jsx50(
|
|
2108
|
+
"path",
|
|
2109
|
+
{
|
|
2110
|
+
"fill-rule": "evenodd",
|
|
2111
|
+
"clip-rule": "evenodd",
|
|
2112
|
+
d: "M26.4512 15.8708H29.7419C30.8465 15.8708 31.7419 16.7663 31.7419 17.8708V38.9999C31.7419 40.1045 30.8465 40.9999 29.7419 40.9999H2C0.895431 40.9999 0 40.1045 0 38.9999V17.8708C0 16.7663 0.895431 15.8708 2 15.8708H5.28992V10.5806C5.28992 4.73712 10.027 0 15.8706 0C21.7141 0 26.4512 4.73712 26.4512 10.5806V15.8708ZM22.4512 15.8708V10.5806C22.4512 6.94626 19.505 4 15.8706 4C12.2362 4 9.28992 6.94625 9.28992 10.5806V15.8708H22.4512ZM27.7419 19.8708V36.9999H4V19.8708H27.7419Z",
|
|
2113
|
+
fill: color
|
|
2114
|
+
}
|
|
2115
|
+
)
|
|
2116
|
+
] });
|
|
2117
|
+
}
|
|
1975
2118
|
if (fill) {
|
|
1976
|
-
return /* @__PURE__ */
|
|
1977
|
-
/* @__PURE__ */
|
|
2119
|
+
return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 32 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2120
|
+
/* @__PURE__ */ jsx50(
|
|
1978
2121
|
"path",
|
|
1979
2122
|
{
|
|
1980
2123
|
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",
|
|
1981
2124
|
fill: color
|
|
1982
2125
|
}
|
|
1983
2126
|
),
|
|
1984
|
-
/* @__PURE__ */
|
|
2127
|
+
/* @__PURE__ */ jsx50(
|
|
1985
2128
|
"path",
|
|
1986
2129
|
{
|
|
1987
2130
|
"fill-rule": "evenodd",
|
|
@@ -1992,8 +2135,8 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
1992
2135
|
)
|
|
1993
2136
|
] });
|
|
1994
2137
|
}
|
|
1995
|
-
return /* @__PURE__ */
|
|
1996
|
-
/* @__PURE__ */
|
|
2138
|
+
return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 32 41", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2139
|
+
/* @__PURE__ */ jsx50(
|
|
1997
2140
|
"path",
|
|
1998
2141
|
{
|
|
1999
2142
|
"fill-rule": "evenodd",
|
|
@@ -2002,7 +2145,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
2002
2145
|
fill: color
|
|
2003
2146
|
}
|
|
2004
2147
|
),
|
|
2005
|
-
/* @__PURE__ */
|
|
2148
|
+
/* @__PURE__ */ jsx50(
|
|
2006
2149
|
"path",
|
|
2007
2150
|
{
|
|
2008
2151
|
"fill-rule": "evenodd",
|
|
@@ -2015,110 +2158,108 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
2015
2158
|
}, "ICLock");
|
|
2016
2159
|
|
|
2017
2160
|
// src/assets/ai.tsx
|
|
2018
|
-
import {
|
|
2019
|
-
import { jsx as jsx43, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
2161
|
+
import { jsx as jsx51, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
2020
2162
|
var ICAi = /* @__PURE__ */ __name((props) => {
|
|
2021
|
-
const [isDarkMode, setIsDarkMode] = useState43(false);
|
|
2022
2163
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2023
2164
|
if (fill && thick) {
|
|
2024
|
-
return /* @__PURE__ */
|
|
2025
|
-
/* @__PURE__ */
|
|
2165
|
+
return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2166
|
+
/* @__PURE__ */ jsx51(
|
|
2026
2167
|
"path",
|
|
2027
2168
|
{
|
|
2028
|
-
d: "
|
|
2169
|
+
d: "M32.6074 0.462833C32.8301 -0.154277 33.7029 -0.154278 33.9256 0.462833L35.3656 4.45357C35.396 4.53761 35.4621 4.60378 35.5462 4.6341L39.5369 6.07416C40.154 6.29684 40.154 7.16959 39.5369 7.39227L35.5462 8.83233C35.4621 8.86266 35.396 8.92883 35.3656 9.01286L33.9256 13.0036C33.7029 13.6207 32.8301 13.6207 32.6074 13.0036L31.1674 9.01286C31.1371 8.92883 31.0709 8.86266 30.9869 8.83233L26.9961 7.39227C26.379 7.16959 26.379 6.29684 26.9961 6.07416L30.9869 4.6341C31.0709 4.60378 31.1371 4.53761 31.1674 4.45357L32.6074 0.462833Z",
|
|
2029
2170
|
fill: color
|
|
2030
2171
|
}
|
|
2031
2172
|
),
|
|
2032
|
-
/* @__PURE__ */
|
|
2033
|
-
/* @__PURE__ */
|
|
2173
|
+
/* @__PURE__ */ jsx51("path", { d: "M14.5514 23.9658H17.1227L15.8553 20.6297L14.5514 23.9658Z", fill: color }),
|
|
2174
|
+
/* @__PURE__ */ jsx51(
|
|
2034
2175
|
"path",
|
|
2035
2176
|
{
|
|
2036
2177
|
"fill-rule": "evenodd",
|
|
2037
2178
|
"clip-rule": "evenodd",
|
|
2038
|
-
d: "
|
|
2179
|
+
d: "M36.7501 14.0228L37.0346 13.2345V36.4967C37.0346 38.4315 35.4661 40 33.5313 40H3.50327C1.56847 40 0 38.4315 0 36.4967V6.46869C0 4.53388 1.56847 2.96542 3.50327 2.96542H26.7645L25.9769 3.24962C22.715 4.42667 22.715 9.03977 25.9769 10.2168L28.7737 11.226L29.7829 14.0228C30.96 17.2847 35.5731 17.2847 36.7501 14.0228ZM19.4376 30.0612L18.4846 27.5197H13.1815L12.2073 30.0612H7.93221L14.2864 14.0754H17.4238L23.8003 30.0612H19.4376ZM24.517 14.0754H28.5262V30.0612H24.517V14.0754Z",
|
|
2039
2180
|
fill: color
|
|
2040
2181
|
}
|
|
2041
2182
|
)
|
|
2042
2183
|
] });
|
|
2043
2184
|
}
|
|
2044
2185
|
if (thick) {
|
|
2045
|
-
return /* @__PURE__ */
|
|
2046
|
-
/* @__PURE__ */
|
|
2186
|
+
return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 41 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2187
|
+
/* @__PURE__ */ jsx51(
|
|
2047
2188
|
"path",
|
|
2048
2189
|
{
|
|
2049
|
-
d: "
|
|
2190
|
+
d: "M34.3854 0.462401C34.1629 -0.154134 33.291 -0.154133 33.0685 0.462401L31.6298 4.44941C31.5995 4.53337 31.5334 4.59948 31.4494 4.62977L27.4624 6.06849C26.8459 6.29096 26.8459 7.1629 27.4624 7.38537L31.4494 8.82409C31.5334 8.85438 31.5995 8.92049 31.6298 9.00445L33.0685 12.9915C33.291 13.608 34.1629 13.608 34.3854 12.9915L35.8241 9.00445C35.8544 8.92049 35.9205 8.85438 36.0044 8.82408L39.9915 7.38537C40.608 7.1629 40.608 6.29096 39.9915 6.06849L36.0044 4.62977C35.9205 4.59948 35.8544 4.53337 35.8241 4.44941L34.3854 0.462401Z",
|
|
2050
2191
|
fill: color
|
|
2051
2192
|
}
|
|
2052
2193
|
),
|
|
2053
|
-
/* @__PURE__ */
|
|
2194
|
+
/* @__PURE__ */ jsx51(
|
|
2054
2195
|
"path",
|
|
2055
2196
|
{
|
|
2056
2197
|
"fill-rule": "evenodd",
|
|
2057
2198
|
"clip-rule": "evenodd",
|
|
2058
|
-
d: "
|
|
2199
|
+
d: "M18.9678 27.0312L19.9199 29.5702H24.2785L17.908 13.5994H14.7735L8.42526 29.5702H12.6963L13.6696 27.0312H18.9678ZM17.6072 23.4805H15.0383L16.3409 20.1475L17.6072 23.4805Z",
|
|
2059
2200
|
fill: color
|
|
2060
2201
|
}
|
|
2061
2202
|
),
|
|
2062
|
-
/* @__PURE__ */
|
|
2063
|
-
/* @__PURE__ */
|
|
2203
|
+
/* @__PURE__ */ jsx51("path", { d: "M29.0001 13.5994H24.9945V29.5702H29.0001V13.5994Z", fill: color }),
|
|
2204
|
+
/* @__PURE__ */ jsx51(
|
|
2064
2205
|
"path",
|
|
2065
2206
|
{
|
|
2066
|
-
d: "
|
|
2207
|
+
d: "M4 2C1.79086 2 0 3.79086 0 6V36C0 38.2091 1.79086 40 4 40H34C36.2091 40 38 38.2091 38 36V15.3333H34V36L4 36V6H24.6667V2H4Z",
|
|
2067
2208
|
fill: color
|
|
2068
2209
|
}
|
|
2069
2210
|
)
|
|
2070
2211
|
] });
|
|
2071
2212
|
}
|
|
2072
2213
|
if (fill) {
|
|
2073
|
-
return /* @__PURE__ */
|
|
2074
|
-
/* @__PURE__ */
|
|
2214
|
+
return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 39 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2215
|
+
/* @__PURE__ */ jsx51(
|
|
2075
2216
|
"path",
|
|
2076
2217
|
{
|
|
2077
|
-
d: "
|
|
2218
|
+
d: "M32.869 0.334341C32.7081 -0.111447 32.0777 -0.111447 31.9168 0.334342L30.4604 4.3703C30.4093 4.51195 30.2978 4.62348 30.1561 4.6746L26.1202 6.13097C25.6744 6.29184 25.6744 6.92229 26.1202 7.08316L30.1561 8.53953C30.2978 8.59065 30.4093 8.70218 30.4604 8.84383L31.9168 12.8798C32.0777 13.3256 32.7081 13.3256 32.869 12.8798L34.3254 8.84382C34.3765 8.70218 34.488 8.59065 34.6297 8.53953L38.6656 7.08316C39.1114 6.92229 39.1114 6.29184 38.6656 6.13097L34.6297 4.6746C34.488 4.62348 34.3765 4.51195 34.3254 4.3703L32.869 0.334341Z",
|
|
2078
2219
|
fill: color
|
|
2079
2220
|
}
|
|
2080
2221
|
),
|
|
2081
|
-
/* @__PURE__ */
|
|
2082
|
-
/* @__PURE__ */
|
|
2222
|
+
/* @__PURE__ */ jsx51("path", { d: "M17.8893 23.1893H14.1089L16.0259 18.2844L17.8893 23.1893Z", fill: color }),
|
|
2223
|
+
/* @__PURE__ */ jsx51(
|
|
2083
2224
|
"path",
|
|
2084
2225
|
{
|
|
2085
2226
|
"fill-rule": "evenodd",
|
|
2086
2227
|
"clip-rule": "evenodd",
|
|
2087
|
-
d: "
|
|
2228
|
+
d: "M36.3831 10.5972L37.4543 10.2107V35.4569C37.4543 37.4136 35.868 38.9999 33.9113 38.9999H3.54297C1.58624 38.9999 0 37.4136 0 35.4569V5.08857C0 3.13184 1.58624 1.5456 3.54297 1.5456H28.7893L28.4027 2.6169L25.2612 3.75052C22.5865 4.7157 22.5865 8.49843 25.2612 9.46361L28.4027 10.5972L29.5364 13.7388C30.5015 16.4135 34.2843 16.4135 35.2494 13.7388L36.3831 10.5972ZM18.9602 25.9737L19.9241 28.5439H23.4581L17.3324 13.1868H14.7087L8.60436 28.5439H12.0527L13.038 25.9737H18.9602ZM28.1634 13.1868H24.9184V28.5439H28.1634V13.1868Z",
|
|
2088
2229
|
fill: color
|
|
2089
2230
|
}
|
|
2090
2231
|
),
|
|
2091
|
-
/* @__PURE__ */
|
|
2232
|
+
/* @__PURE__ */ jsx51(
|
|
2092
2233
|
"path",
|
|
2093
2234
|
{
|
|
2094
|
-
d: "
|
|
2235
|
+
d: "M36.485 2.65369C36.4401 2.60617 36.3938 2.5599 36.3463 2.51493L36.3831 2.6169L36.485 2.65369Z",
|
|
2095
2236
|
fill: color
|
|
2096
2237
|
}
|
|
2097
2238
|
)
|
|
2098
2239
|
] });
|
|
2099
2240
|
}
|
|
2100
|
-
return /* @__PURE__ */
|
|
2101
|
-
/* @__PURE__ */
|
|
2241
|
+
return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 39 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2242
|
+
/* @__PURE__ */ jsx51(
|
|
2102
2243
|
"path",
|
|
2103
2244
|
{
|
|
2104
|
-
d: "
|
|
2245
|
+
d: "M31.9168 0.334342C32.0777 -0.111447 32.7081 -0.111447 32.869 0.334341L34.3254 4.3703C34.3765 4.51195 34.488 4.62348 34.6296 4.6746L38.6656 6.13097C39.1114 6.29184 39.1114 6.92229 38.6656 7.08316L34.6296 8.53953C34.488 8.59065 34.3765 8.70218 34.3254 8.84383L32.869 12.8798C32.7081 13.3256 32.0777 13.3256 31.9168 12.8798L30.4604 8.84383C30.4093 8.70218 30.2978 8.59065 30.1561 8.53953L26.1202 7.08316C25.6744 6.92229 25.6744 6.29184 26.1202 6.13097L30.1561 4.6746C30.2978 4.62348 30.4093 4.51195 30.4604 4.3703L31.9168 0.334342Z",
|
|
2105
2246
|
fill: color
|
|
2106
2247
|
}
|
|
2107
2248
|
),
|
|
2108
|
-
/* @__PURE__ */
|
|
2249
|
+
/* @__PURE__ */ jsx51(
|
|
2109
2250
|
"path",
|
|
2110
2251
|
{
|
|
2111
2252
|
"fill-rule": "evenodd",
|
|
2112
2253
|
"clip-rule": "evenodd",
|
|
2113
|
-
d: "
|
|
2254
|
+
d: "M18.9602 25.9738L19.9241 28.544H23.4581L17.3324 13.1869H14.7087L8.60436 28.544H12.0527L13.038 25.9738H18.9602ZM17.8893 23.1893H14.1089L16.0259 18.2845L17.8893 23.1893Z",
|
|
2114
2255
|
fill: color
|
|
2115
2256
|
}
|
|
2116
2257
|
),
|
|
2117
|
-
/* @__PURE__ */
|
|
2118
|
-
/* @__PURE__ */
|
|
2258
|
+
/* @__PURE__ */ jsx51("path", { d: "M28.1634 13.1869H24.9184V28.544H28.1634V13.1869Z", fill: color }),
|
|
2259
|
+
/* @__PURE__ */ jsx51(
|
|
2119
2260
|
"path",
|
|
2120
2261
|
{
|
|
2121
|
-
d: "
|
|
2262
|
+
d: "M3.03683 5.08865C3.03683 4.80912 3.26344 4.58251 3.54297 4.58251H24.8008V1.54568H3.54297C1.58624 1.54568 0 3.13192 0 5.08865V35.457C0 37.4137 1.58624 38.9999 3.54297 38.9999H33.9113C35.868 38.9999 37.4543 37.4137 37.4543 35.457V14.1991H34.4174V35.457C34.4174 35.7365 34.1908 35.9631 33.9113 35.9631H3.54297C3.26344 35.9631 3.03683 35.7365 3.03683 35.457V5.08865Z",
|
|
2122
2263
|
fill: color
|
|
2123
2264
|
}
|
|
2124
2265
|
)
|
|
@@ -2126,30 +2267,26 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2126
2267
|
}, "ICAi");
|
|
2127
2268
|
|
|
2128
2269
|
// src/assets/stack.tsx
|
|
2129
|
-
import {
|
|
2130
|
-
import { jsx as jsx44, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
2270
|
+
import { jsx as jsx52, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
2131
2271
|
var ICStack = /* @__PURE__ */ __name((props) => {
|
|
2132
|
-
const [isDarkMode, setIsDarkMode] = useState44(false);
|
|
2133
2272
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2134
|
-
if (thick) {
|
|
2135
|
-
return /* @__PURE__ */
|
|
2136
|
-
/* @__PURE__ */
|
|
2273
|
+
if (fill && thick) {
|
|
2274
|
+
return /* @__PURE__ */ jsxs32("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2275
|
+
/* @__PURE__ */ jsx52(
|
|
2137
2276
|
"path",
|
|
2138
2277
|
{
|
|
2139
|
-
|
|
2140
|
-
"clip-rule": "evenodd",
|
|
2141
|
-
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",
|
|
2278
|
+
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",
|
|
2142
2279
|
fill: color
|
|
2143
2280
|
}
|
|
2144
2281
|
),
|
|
2145
|
-
/* @__PURE__ */
|
|
2282
|
+
/* @__PURE__ */ jsx52(
|
|
2146
2283
|
"path",
|
|
2147
2284
|
{
|
|
2148
2285
|
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",
|
|
2149
2286
|
fill: color
|
|
2150
2287
|
}
|
|
2151
2288
|
),
|
|
2152
|
-
/* @__PURE__ */
|
|
2289
|
+
/* @__PURE__ */ jsx52(
|
|
2153
2290
|
"path",
|
|
2154
2291
|
{
|
|
2155
2292
|
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",
|
|
@@ -2158,23 +2295,25 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2158
2295
|
)
|
|
2159
2296
|
] });
|
|
2160
2297
|
}
|
|
2161
|
-
if (
|
|
2162
|
-
return /* @__PURE__ */
|
|
2163
|
-
/* @__PURE__ */
|
|
2298
|
+
if (thick) {
|
|
2299
|
+
return /* @__PURE__ */ jsxs32("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2300
|
+
/* @__PURE__ */ jsx52(
|
|
2164
2301
|
"path",
|
|
2165
2302
|
{
|
|
2166
|
-
|
|
2303
|
+
"fill-rule": "evenodd",
|
|
2304
|
+
"clip-rule": "evenodd",
|
|
2305
|
+
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",
|
|
2167
2306
|
fill: color
|
|
2168
2307
|
}
|
|
2169
2308
|
),
|
|
2170
|
-
/* @__PURE__ */
|
|
2309
|
+
/* @__PURE__ */ jsx52(
|
|
2171
2310
|
"path",
|
|
2172
2311
|
{
|
|
2173
2312
|
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",
|
|
2174
2313
|
fill: color
|
|
2175
2314
|
}
|
|
2176
2315
|
),
|
|
2177
|
-
/* @__PURE__ */
|
|
2316
|
+
/* @__PURE__ */ jsx52(
|
|
2178
2317
|
"path",
|
|
2179
2318
|
{
|
|
2180
2319
|
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",
|
|
@@ -2184,22 +2323,22 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2184
2323
|
] });
|
|
2185
2324
|
}
|
|
2186
2325
|
if (fill) {
|
|
2187
|
-
return /* @__PURE__ */
|
|
2188
|
-
/* @__PURE__ */
|
|
2326
|
+
return /* @__PURE__ */ jsxs32("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2327
|
+
/* @__PURE__ */ jsx52(
|
|
2189
2328
|
"path",
|
|
2190
2329
|
{
|
|
2191
2330
|
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",
|
|
2192
2331
|
fill: color
|
|
2193
2332
|
}
|
|
2194
2333
|
),
|
|
2195
|
-
/* @__PURE__ */
|
|
2334
|
+
/* @__PURE__ */ jsx52(
|
|
2196
2335
|
"path",
|
|
2197
2336
|
{
|
|
2198
2337
|
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",
|
|
2199
2338
|
fill: color
|
|
2200
2339
|
}
|
|
2201
2340
|
),
|
|
2202
|
-
/* @__PURE__ */
|
|
2341
|
+
/* @__PURE__ */ jsx52(
|
|
2203
2342
|
"path",
|
|
2204
2343
|
{
|
|
2205
2344
|
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",
|
|
@@ -2208,8 +2347,8 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2208
2347
|
)
|
|
2209
2348
|
] });
|
|
2210
2349
|
}
|
|
2211
|
-
return /* @__PURE__ */
|
|
2212
|
-
/* @__PURE__ */
|
|
2350
|
+
return /* @__PURE__ */ jsxs32("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2351
|
+
/* @__PURE__ */ jsx52(
|
|
2213
2352
|
"path",
|
|
2214
2353
|
{
|
|
2215
2354
|
"fill-rule": "evenodd",
|
|
@@ -2218,14 +2357,14 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2218
2357
|
fill: color
|
|
2219
2358
|
}
|
|
2220
2359
|
),
|
|
2221
|
-
/* @__PURE__ */
|
|
2360
|
+
/* @__PURE__ */ jsx52(
|
|
2222
2361
|
"path",
|
|
2223
2362
|
{
|
|
2224
2363
|
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",
|
|
2225
2364
|
fill: color
|
|
2226
2365
|
}
|
|
2227
2366
|
),
|
|
2228
|
-
/* @__PURE__ */
|
|
2367
|
+
/* @__PURE__ */ jsx52(
|
|
2229
2368
|
"path",
|
|
2230
2369
|
{
|
|
2231
2370
|
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",
|
|
@@ -2236,14 +2375,12 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2236
2375
|
}, "ICStack");
|
|
2237
2376
|
|
|
2238
2377
|
// src/assets/summarize.tsx
|
|
2239
|
-
import {
|
|
2240
|
-
import { jsx as jsx45, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
2378
|
+
import { jsx as jsx53, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
2241
2379
|
var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
2242
|
-
const [isDarkMode, setIsDarkMode] = useState45(false);
|
|
2243
2380
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2244
|
-
if (thick) {
|
|
2245
|
-
return /* @__PURE__ */
|
|
2246
|
-
/* @__PURE__ */
|
|
2381
|
+
if (fill && thick) {
|
|
2382
|
+
return /* @__PURE__ */ jsxs33("svg", { ...props, width: size, height: size, viewBox: "0 0 32 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2383
|
+
/* @__PURE__ */ jsx53(
|
|
2247
2384
|
"path",
|
|
2248
2385
|
{
|
|
2249
2386
|
"fill-rule": "evenodd",
|
|
@@ -2252,7 +2389,40 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2252
2389
|
fill: color
|
|
2253
2390
|
}
|
|
2254
2391
|
),
|
|
2255
|
-
/* @__PURE__ */
|
|
2392
|
+
/* @__PURE__ */ jsx53(
|
|
2393
|
+
"path",
|
|
2394
|
+
{
|
|
2395
|
+
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",
|
|
2396
|
+
fill: color
|
|
2397
|
+
}
|
|
2398
|
+
)
|
|
2399
|
+
] });
|
|
2400
|
+
}
|
|
2401
|
+
if (thick) {
|
|
2402
|
+
return /* @__PURE__ */ jsxs33("svg", { ...props, width: size, height: size, viewBox: "0 0 32 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2403
|
+
/* @__PURE__ */ jsx53(
|
|
2404
|
+
"path",
|
|
2405
|
+
{
|
|
2406
|
+
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.0065C16.218 35.279 15.6579 33.9071 15.3873 32.434H4.05425V4.05425H26.3527V19.2577Z",
|
|
2407
|
+
fill: color
|
|
2408
|
+
}
|
|
2409
|
+
),
|
|
2410
|
+
/* @__PURE__ */ jsx53("path", { d: "M23.312 8.61529H7.09494V12.6695H23.312V8.61529Z", fill: color }),
|
|
2411
|
+
/* @__PURE__ */ jsx53(
|
|
2412
|
+
"path",
|
|
2413
|
+
{
|
|
2414
|
+
d: "M17.3572 23.8187C16.482 25.0117 15.8384 26.3852 15.4927 27.873H7.09494V23.8187H17.3572Z",
|
|
2415
|
+
fill: color
|
|
2416
|
+
}
|
|
2417
|
+
),
|
|
2418
|
+
/* @__PURE__ */ jsx53(
|
|
2419
|
+
"path",
|
|
2420
|
+
{
|
|
2421
|
+
d: "M7.09494 20.2713V16.217H23.312V19.6774C22.7563 19.8346 22.2182 20.0337 21.7014 20.2713H7.09494Z",
|
|
2422
|
+
fill: color
|
|
2423
|
+
}
|
|
2424
|
+
),
|
|
2425
|
+
/* @__PURE__ */ jsx53(
|
|
2256
2426
|
"path",
|
|
2257
2427
|
{
|
|
2258
2428
|
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",
|
|
@@ -2262,8 +2432,8 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2262
2432
|
] });
|
|
2263
2433
|
}
|
|
2264
2434
|
if (fill) {
|
|
2265
|
-
return /* @__PURE__ */
|
|
2266
|
-
/* @__PURE__ */
|
|
2435
|
+
return /* @__PURE__ */ jsxs33("svg", { ...props, width: size, height: size, viewBox: "0 0 32 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2436
|
+
/* @__PURE__ */ jsx53(
|
|
2267
2437
|
"path",
|
|
2268
2438
|
{
|
|
2269
2439
|
"fill-rule": "evenodd",
|
|
@@ -2272,7 +2442,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2272
2442
|
fill: color
|
|
2273
2443
|
}
|
|
2274
2444
|
),
|
|
2275
|
-
/* @__PURE__ */
|
|
2445
|
+
/* @__PURE__ */ jsx53(
|
|
2276
2446
|
"path",
|
|
2277
2447
|
{
|
|
2278
2448
|
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",
|
|
@@ -2281,24 +2451,24 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2281
2451
|
)
|
|
2282
2452
|
] });
|
|
2283
2453
|
}
|
|
2284
|
-
return /* @__PURE__ */
|
|
2285
|
-
/* @__PURE__ */
|
|
2454
|
+
return /* @__PURE__ */ jsxs33("svg", { ...props, width: size, height: size, viewBox: "0 0 32 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2455
|
+
/* @__PURE__ */ jsx53(
|
|
2286
2456
|
"path",
|
|
2287
2457
|
{
|
|
2288
2458
|
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",
|
|
2289
2459
|
fill: color
|
|
2290
2460
|
}
|
|
2291
2461
|
),
|
|
2292
|
-
/* @__PURE__ */
|
|
2293
|
-
/* @__PURE__ */
|
|
2462
|
+
/* @__PURE__ */ jsx53("path", { d: "M22.8052 9.12207H7.60173V12.1628H22.8052V9.12207Z", fill: color }),
|
|
2463
|
+
/* @__PURE__ */ jsx53(
|
|
2294
2464
|
"path",
|
|
2295
2465
|
{
|
|
2296
2466
|
d: "M7.60173 24.3255H17.0065C16.4019 25.2528 15.9316 26.2755 15.6231 27.3662H7.60173V24.3255Z",
|
|
2297
2467
|
fill: color
|
|
2298
2468
|
}
|
|
2299
2469
|
),
|
|
2300
|
-
/* @__PURE__ */
|
|
2301
|
-
/* @__PURE__ */
|
|
2470
|
+
/* @__PURE__ */ jsx53("path", { d: "M7.60173 19.7645V16.7238H22.8052V19.7645H7.60173Z", fill: color }),
|
|
2471
|
+
/* @__PURE__ */ jsx53(
|
|
2302
2472
|
"path",
|
|
2303
2473
|
{
|
|
2304
2474
|
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",
|
|
@@ -2309,13 +2479,11 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2309
2479
|
}, "ICSummarize");
|
|
2310
2480
|
|
|
2311
2481
|
// src/assets/memo.tsx
|
|
2312
|
-
import {
|
|
2313
|
-
import { jsx as jsx46, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
2482
|
+
import { jsx as jsx54, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
2314
2483
|
var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
2315
|
-
const [isDarkMode, setIsDarkMode] = useState46(false);
|
|
2316
2484
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2317
|
-
if (thick) {
|
|
2318
|
-
return /* @__PURE__ */
|
|
2485
|
+
if (fill && thick) {
|
|
2486
|
+
return /* @__PURE__ */ jsx54("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx54(
|
|
2319
2487
|
"path",
|
|
2320
2488
|
{
|
|
2321
2489
|
d: "M9 7H7V9V13V15V17V21V23V25V29V31H9H22H24V29V25V23H29H31V21V17V15V13V9V7H29H9ZM36 36H2L2 2L36 2V36Z",
|
|
@@ -2325,8 +2493,24 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2325
2493
|
}
|
|
2326
2494
|
) });
|
|
2327
2495
|
}
|
|
2496
|
+
if (thick) {
|
|
2497
|
+
return /* @__PURE__ */ jsxs34("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2498
|
+
/* @__PURE__ */ jsx54("path", { d: "M9 9V13H29V9H9Z", fill: color }),
|
|
2499
|
+
/* @__PURE__ */ jsx54("path", { d: "M9 17H29V21H9V17Z", fill: color }),
|
|
2500
|
+
/* @__PURE__ */ jsx54("path", { d: "M9 25V29H22V25H9Z", fill: color }),
|
|
2501
|
+
/* @__PURE__ */ jsx54(
|
|
2502
|
+
"path",
|
|
2503
|
+
{
|
|
2504
|
+
"fill-rule": "evenodd",
|
|
2505
|
+
"clip-rule": "evenodd",
|
|
2506
|
+
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 38ZM34 4V34H4V4H34Z",
|
|
2507
|
+
fill: color
|
|
2508
|
+
}
|
|
2509
|
+
)
|
|
2510
|
+
] });
|
|
2511
|
+
}
|
|
2328
2512
|
if (fill) {
|
|
2329
|
-
return /* @__PURE__ */
|
|
2513
|
+
return /* @__PURE__ */ jsx54("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx54(
|
|
2330
2514
|
"path",
|
|
2331
2515
|
{
|
|
2332
2516
|
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",
|
|
@@ -2336,11 +2520,11 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2336
2520
|
}
|
|
2337
2521
|
) });
|
|
2338
2522
|
}
|
|
2339
|
-
return /* @__PURE__ */
|
|
2340
|
-
/* @__PURE__ */
|
|
2341
|
-
/* @__PURE__ */
|
|
2342
|
-
/* @__PURE__ */
|
|
2343
|
-
/* @__PURE__ */
|
|
2523
|
+
return /* @__PURE__ */ jsxs34("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2524
|
+
/* @__PURE__ */ jsx54("path", { d: "M9.5 9.5V12.5H28.5V9.5H9.5Z", fill: color }),
|
|
2525
|
+
/* @__PURE__ */ jsx54("path", { d: "M9.5 17.5H28.5V20.5H9.5V17.5Z", fill: color }),
|
|
2526
|
+
/* @__PURE__ */ jsx54("path", { d: "M9.5 25.5V28.5H21.5V25.5H9.5Z", fill: color }),
|
|
2527
|
+
/* @__PURE__ */ jsx54(
|
|
2344
2528
|
"path",
|
|
2345
2529
|
{
|
|
2346
2530
|
"fill-rule": "evenodd",
|
|
@@ -2353,51 +2537,63 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2353
2537
|
}, "ICMemo");
|
|
2354
2538
|
|
|
2355
2539
|
// src/assets/highlighter.tsx
|
|
2356
|
-
import {
|
|
2357
|
-
import { jsx as jsx47, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
2540
|
+
import { jsx as jsx55, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
2358
2541
|
var ICHighlighter = /* @__PURE__ */ __name((props) => {
|
|
2359
|
-
const [isDarkMode, setIsDarkMode] = useState47(false);
|
|
2360
2542
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2361
|
-
if (thick) {
|
|
2362
|
-
return /* @__PURE__ */
|
|
2363
|
-
/* @__PURE__ */
|
|
2543
|
+
if (fill && thick) {
|
|
2544
|
+
return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 37 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2545
|
+
/* @__PURE__ */ jsx55(
|
|
2364
2546
|
"path",
|
|
2365
2547
|
{
|
|
2366
2548
|
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",
|
|
2367
2549
|
fill: color
|
|
2368
2550
|
}
|
|
2369
2551
|
),
|
|
2370
|
-
/* @__PURE__ */
|
|
2552
|
+
/* @__PURE__ */ jsx55(
|
|
2371
2553
|
"path",
|
|
2372
2554
|
{
|
|
2373
2555
|
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",
|
|
2374
2556
|
fill: color
|
|
2375
2557
|
}
|
|
2376
2558
|
),
|
|
2377
|
-
/* @__PURE__ */
|
|
2559
|
+
/* @__PURE__ */ jsx55("path", { d: "M34.6912 34.8661H0V38.9474H34.6912V34.8661Z", fill: color })
|
|
2560
|
+
] });
|
|
2561
|
+
}
|
|
2562
|
+
if (thick) {
|
|
2563
|
+
return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 37 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2564
|
+
/* @__PURE__ */ jsx55(
|
|
2565
|
+
"path",
|
|
2566
|
+
{
|
|
2567
|
+
"fill-rule": "evenodd",
|
|
2568
|
+
"clip-rule": "evenodd",
|
|
2569
|
+
d: "M32.1989 1.19539C30.6047 -0.398846 28.0198 -0.398407 26.4261 1.19637L7.20689 20.4147C6.75294 20.8685 6.41245 21.4231 6.21306 22.0332L4.50251 27.2679C3.47463 30.4135 6.42095 33.4103 9.5835 32.4361L14.9123 30.7945C15.5479 30.5987 16.1261 30.2505 16.5964 29.7803L35.8056 10.572C37.3986 8.97794 37.3981 6.39455 35.8046 4.80108L32.1989 1.19539ZM10.0925 23.3009L24.2724 9.12408L27.8779 12.7299L13.7108 26.894L8.38195 28.5356L10.0925 23.3009ZM32.9187 7.68701L30.7635 9.84367L27.158 6.23782L29.313 4.08132L32.9187 7.68701Z",
|
|
2570
|
+
fill: color
|
|
2571
|
+
}
|
|
2572
|
+
),
|
|
2573
|
+
/* @__PURE__ */ jsx55("path", { d: "M34.6912 34.8658H0V38.9471H34.6912V34.8658Z", fill: color })
|
|
2378
2574
|
] });
|
|
2379
2575
|
}
|
|
2380
2576
|
if (fill) {
|
|
2381
|
-
return /* @__PURE__ */
|
|
2382
|
-
/* @__PURE__ */
|
|
2577
|
+
return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 36 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2578
|
+
/* @__PURE__ */ jsx55(
|
|
2383
2579
|
"path",
|
|
2384
2580
|
{
|
|
2385
2581
|
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",
|
|
2386
2582
|
fill: color
|
|
2387
2583
|
}
|
|
2388
2584
|
),
|
|
2389
|
-
/* @__PURE__ */
|
|
2585
|
+
/* @__PURE__ */ jsx55(
|
|
2390
2586
|
"path",
|
|
2391
2587
|
{
|
|
2392
2588
|
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",
|
|
2393
2589
|
fill: color
|
|
2394
2590
|
}
|
|
2395
2591
|
),
|
|
2396
|
-
/* @__PURE__ */
|
|
2592
|
+
/* @__PURE__ */ jsx55("path", { d: "M34.2255 34.3975H0V37.4174H34.2255V34.3975Z", fill: color })
|
|
2397
2593
|
] });
|
|
2398
2594
|
}
|
|
2399
|
-
return /* @__PURE__ */
|
|
2400
|
-
/* @__PURE__ */
|
|
2595
|
+
return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 36 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2596
|
+
/* @__PURE__ */ jsx55(
|
|
2401
2597
|
"path",
|
|
2402
2598
|
{
|
|
2403
2599
|
"fill-rule": "evenodd",
|
|
@@ -2406,30 +2602,76 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
|
|
|
2406
2602
|
fill: color
|
|
2407
2603
|
}
|
|
2408
2604
|
),
|
|
2409
|
-
/* @__PURE__ */
|
|
2605
|
+
/* @__PURE__ */ jsx55("path", { d: "M34.2255 34.3977H0V37.4176H34.2255V34.3977Z", fill: color })
|
|
2410
2606
|
] });
|
|
2411
2607
|
}, "ICHighlighter");
|
|
2412
2608
|
|
|
2413
2609
|
// src/assets/creditcard.tsx
|
|
2414
|
-
import {
|
|
2415
|
-
|
|
2610
|
+
import { jsx as jsx56, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
2611
|
+
var ICCreditcard = /* @__PURE__ */ __name((props) => {
|
|
2612
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2613
|
+
if (fill && thick) {
|
|
2614
|
+
return /* @__PURE__ */ jsxs36("svg", { ...props, width: size, height: size, viewBox: "0 0 40 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2615
|
+
/* @__PURE__ */ jsx56("path", { d: "M2 0C0.895431 0 0 0.89543 0 2V8H40V2C40 0.895431 39.1046 0 38 0H2Z", fill: color }),
|
|
2616
|
+
/* @__PURE__ */ jsx56(
|
|
2617
|
+
"path",
|
|
2618
|
+
{
|
|
2619
|
+
"fill-rule": "evenodd",
|
|
2620
|
+
"clip-rule": "evenodd",
|
|
2621
|
+
d: "M38 30C39.1046 30 40 29.1046 40 28V12H0V28C0 29.1046 0.895431 30 2 30H38ZM14 23V18H7V23H14Z",
|
|
2622
|
+
fill: color
|
|
2623
|
+
}
|
|
2624
|
+
)
|
|
2625
|
+
] });
|
|
2626
|
+
}
|
|
2627
|
+
if (thick) {
|
|
2628
|
+
return /* @__PURE__ */ jsxs36("svg", { ...props, width: size, height: size, viewBox: "0 0 40 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2629
|
+
/* @__PURE__ */ jsx56("path", { d: "M14 18H7V23H14V18Z", fill: color }),
|
|
2630
|
+
/* @__PURE__ */ jsx56(
|
|
2631
|
+
"path",
|
|
2632
|
+
{
|
|
2633
|
+
"fill-rule": "evenodd",
|
|
2634
|
+
"clip-rule": "evenodd",
|
|
2635
|
+
d: "M0 0V30H40V0H0ZM36 4H4V7.5H36V4ZM4 26V11.5H36V26H4Z",
|
|
2636
|
+
fill: color
|
|
2637
|
+
}
|
|
2638
|
+
)
|
|
2639
|
+
] });
|
|
2640
|
+
}
|
|
2641
|
+
if (fill) {
|
|
2642
|
+
return /* @__PURE__ */ jsxs36("svg", { ...props, width: size, height: size, viewBox: "0 0 40 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2643
|
+
/* @__PURE__ */ jsx56("path", { d: "M2 0C0.895431 0 0 0.89543 0 2V8.5H40V2C40 0.895431 39.1046 0 38 0H2Z", fill: color }),
|
|
2644
|
+
/* @__PURE__ */ jsx56(
|
|
2645
|
+
"path",
|
|
2646
|
+
{
|
|
2647
|
+
"fill-rule": "evenodd",
|
|
2648
|
+
"clip-rule": "evenodd",
|
|
2649
|
+
d: "M38 30C39.1046 30 40 29.1046 40 28V11.5H0V28C0 29.1046 0.895431 30 2 30H38ZM14 23V18H7V23H14Z",
|
|
2650
|
+
fill: color
|
|
2651
|
+
}
|
|
2652
|
+
)
|
|
2653
|
+
] });
|
|
2654
|
+
}
|
|
2655
|
+
return /* @__PURE__ */ jsxs36("svg", { ...props, width: size, height: size, viewBox: "0 0 40 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2656
|
+
/* @__PURE__ */ jsx56("path", { d: "M14 18H7V23H14V18Z", fill: color }),
|
|
2657
|
+
/* @__PURE__ */ jsx56("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 0V30H40V0H0ZM37 3H3V8H37V3ZM3 27V11H37V27H3Z", fill: color })
|
|
2658
|
+
] });
|
|
2659
|
+
}, "ICCreditcard");
|
|
2416
2660
|
|
|
2417
2661
|
// src/assets/speaker.tsx
|
|
2418
|
-
import {
|
|
2419
|
-
import { jsx as jsx49, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
2662
|
+
import { jsx as jsx57, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
2420
2663
|
var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
2421
|
-
const [isDarkMode, setIsDarkMode] = useState49(false);
|
|
2422
2664
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2423
|
-
if (thick) {
|
|
2424
|
-
return /* @__PURE__ */
|
|
2425
|
-
/* @__PURE__ */
|
|
2665
|
+
if (fill && thick) {
|
|
2666
|
+
return /* @__PURE__ */ jsxs37("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2667
|
+
/* @__PURE__ */ jsx57(
|
|
2426
2668
|
"path",
|
|
2427
2669
|
{
|
|
2428
2670
|
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",
|
|
2429
2671
|
fill: color
|
|
2430
2672
|
}
|
|
2431
2673
|
),
|
|
2432
|
-
/* @__PURE__ */
|
|
2674
|
+
/* @__PURE__ */ jsx57(
|
|
2433
2675
|
"path",
|
|
2434
2676
|
{
|
|
2435
2677
|
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",
|
|
@@ -2438,16 +2680,36 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2438
2680
|
)
|
|
2439
2681
|
] });
|
|
2440
2682
|
}
|
|
2683
|
+
if (thick) {
|
|
2684
|
+
return /* @__PURE__ */ jsxs37("svg", { ...props, width: size, height: size, viewBox: "0 0 40 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2685
|
+
/* @__PURE__ */ jsx57(
|
|
2686
|
+
"path",
|
|
2687
|
+
{
|
|
2688
|
+
"fill-rule": "evenodd",
|
|
2689
|
+
"clip-rule": "evenodd",
|
|
2690
|
+
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.4051ZM4.0623 23.2809H15.4352C16.5851 23.2809 17.7124 23.6005 18.6911 24.2041L29.1187 30.6344V5.58666L18.0052 12.44C17.0264 13.0436 15.8991 13.3632 14.7493 13.3632H4.0623V23.2809ZM9.524 34.9378V27.421H11.8838V34.9378H9.524Z",
|
|
2691
|
+
fill: color
|
|
2692
|
+
}
|
|
2693
|
+
),
|
|
2694
|
+
/* @__PURE__ */ jsx57(
|
|
2695
|
+
"path",
|
|
2696
|
+
{
|
|
2697
|
+
d: "M35.5452 27.2923C38.0658 25.3258 39.6866 22.2597 39.6866 18.815C39.6866 15.3703 38.0658 12.3042 35.5452 10.3377V27.2923Z",
|
|
2698
|
+
fill: color
|
|
2699
|
+
}
|
|
2700
|
+
)
|
|
2701
|
+
] });
|
|
2702
|
+
}
|
|
2441
2703
|
if (fill) {
|
|
2442
|
-
return /* @__PURE__ */
|
|
2443
|
-
/* @__PURE__ */
|
|
2704
|
+
return /* @__PURE__ */ jsxs37("svg", { ...props, width: size, height: size, viewBox: "0 0 40 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2705
|
+
/* @__PURE__ */ jsx57(
|
|
2444
2706
|
"path",
|
|
2445
2707
|
{
|
|
2446
2708
|
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",
|
|
2447
2709
|
fill: color
|
|
2448
2710
|
}
|
|
2449
2711
|
),
|
|
2450
|
-
/* @__PURE__ */
|
|
2712
|
+
/* @__PURE__ */ jsx57(
|
|
2451
2713
|
"path",
|
|
2452
2714
|
{
|
|
2453
2715
|
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",
|
|
@@ -2456,8 +2718,8 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2456
2718
|
)
|
|
2457
2719
|
] });
|
|
2458
2720
|
}
|
|
2459
|
-
return /* @__PURE__ */
|
|
2460
|
-
/* @__PURE__ */
|
|
2721
|
+
return /* @__PURE__ */ jsxs37("svg", { ...props, width: size, height: size, viewBox: "0 0 40 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2722
|
+
/* @__PURE__ */ jsx57(
|
|
2461
2723
|
"path",
|
|
2462
2724
|
{
|
|
2463
2725
|
"fill-rule": "evenodd",
|
|
@@ -2466,7 +2728,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2466
2728
|
fill: color
|
|
2467
2729
|
}
|
|
2468
2730
|
),
|
|
2469
|
-
/* @__PURE__ */
|
|
2731
|
+
/* @__PURE__ */ jsx57(
|
|
2470
2732
|
"path",
|
|
2471
2733
|
{
|
|
2472
2734
|
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",
|
|
@@ -2477,21 +2739,39 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2477
2739
|
}, "ICSpeaker");
|
|
2478
2740
|
|
|
2479
2741
|
// src/assets/light.tsx
|
|
2480
|
-
import {
|
|
2481
|
-
import { jsx as jsx50, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
2742
|
+
import { jsx as jsx58, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
2482
2743
|
var ICLight = /* @__PURE__ */ __name((props) => {
|
|
2483
|
-
const [isDarkMode, setIsDarkMode] = useState50(false);
|
|
2484
2744
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2485
|
-
if (thick) {
|
|
2486
|
-
return /* @__PURE__ */
|
|
2487
|
-
/* @__PURE__ */
|
|
2745
|
+
if (fill && thick) {
|
|
2746
|
+
return /* @__PURE__ */ jsxs38("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2747
|
+
/* @__PURE__ */ jsx58(
|
|
2488
2748
|
"path",
|
|
2489
2749
|
{
|
|
2490
2750
|
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",
|
|
2491
2751
|
fill: color
|
|
2492
2752
|
}
|
|
2493
2753
|
),
|
|
2494
|
-
/* @__PURE__ */
|
|
2754
|
+
/* @__PURE__ */ jsx58(
|
|
2755
|
+
"path",
|
|
2756
|
+
{
|
|
2757
|
+
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",
|
|
2758
|
+
fill: color
|
|
2759
|
+
}
|
|
2760
|
+
)
|
|
2761
|
+
] });
|
|
2762
|
+
}
|
|
2763
|
+
if (thick) {
|
|
2764
|
+
return /* @__PURE__ */ jsxs38("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2765
|
+
/* @__PURE__ */ jsx58(
|
|
2766
|
+
"path",
|
|
2767
|
+
{
|
|
2768
|
+
"fill-rule": "evenodd",
|
|
2769
|
+
"clip-rule": "evenodd",
|
|
2770
|
+
d: "M14.0379 6.0802C15.0387 3.3066 18.9613 3.3066 19.9621 6.0802L23.1329 14.8671L31.9198 18.0379C34.6934 19.0387 34.6934 22.9613 31.9198 23.9621L23.1329 27.1329L19.9621 35.9198C18.9613 38.6934 15.0387 38.6934 14.0379 35.9198L10.8671 27.1329L2.0802 23.9621C-0.693396 22.9613 -0.693404 19.0387 2.0802 18.0379L10.8671 14.8671L14.0379 6.0802ZM17 9.656L14.494 16.6007C14.176 17.482 13.482 18.176 12.6007 18.494L5.656 21L12.6007 23.506C13.482 23.824 14.176 24.518 14.494 25.3993L17 32.344L19.506 25.3993C19.824 24.5179 20.518 23.824 21.3993 23.506L28.344 21L21.3993 18.494C20.5179 18.176 19.824 17.482 19.506 16.6007L17 9.656Z",
|
|
2771
|
+
fill: color
|
|
2772
|
+
}
|
|
2773
|
+
),
|
|
2774
|
+
/* @__PURE__ */ jsx58(
|
|
2495
2775
|
"path",
|
|
2496
2776
|
{
|
|
2497
2777
|
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",
|
|
@@ -2501,15 +2781,15 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2501
2781
|
] });
|
|
2502
2782
|
}
|
|
2503
2783
|
if (fill) {
|
|
2504
|
-
return /* @__PURE__ */
|
|
2505
|
-
/* @__PURE__ */
|
|
2784
|
+
return /* @__PURE__ */ jsxs38("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2785
|
+
/* @__PURE__ */ jsx58(
|
|
2506
2786
|
"path",
|
|
2507
2787
|
{
|
|
2508
2788
|
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",
|
|
2509
2789
|
fill: color
|
|
2510
2790
|
}
|
|
2511
2791
|
),
|
|
2512
|
-
/* @__PURE__ */
|
|
2792
|
+
/* @__PURE__ */ jsx58(
|
|
2513
2793
|
"path",
|
|
2514
2794
|
{
|
|
2515
2795
|
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",
|
|
@@ -2518,8 +2798,8 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2518
2798
|
)
|
|
2519
2799
|
] });
|
|
2520
2800
|
}
|
|
2521
|
-
return /* @__PURE__ */
|
|
2522
|
-
/* @__PURE__ */
|
|
2801
|
+
return /* @__PURE__ */ jsxs38("svg", { ...props, width: size, height: size, viewBox: "0 0 38 38", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2802
|
+
/* @__PURE__ */ jsx58(
|
|
2523
2803
|
"path",
|
|
2524
2804
|
{
|
|
2525
2805
|
"fill-rule": "evenodd",
|
|
@@ -2528,7 +2808,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2528
2808
|
fill: color
|
|
2529
2809
|
}
|
|
2530
2810
|
),
|
|
2531
|
-
/* @__PURE__ */
|
|
2811
|
+
/* @__PURE__ */ jsx58(
|
|
2532
2812
|
"path",
|
|
2533
2813
|
{
|
|
2534
2814
|
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",
|
|
@@ -2539,51 +2819,179 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2539
2819
|
}, "ICLight");
|
|
2540
2820
|
|
|
2541
2821
|
// src/assets/document-add.tsx
|
|
2542
|
-
import {
|
|
2543
|
-
import { jsx as jsx51, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
2822
|
+
import { jsx as jsx59, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
2544
2823
|
var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
|
|
2545
|
-
const [isDarkMode, setIsDarkMode] = useState51(false);
|
|
2546
2824
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2825
|
+
if (fill && thick) {
|
|
2826
|
+
return /* @__PURE__ */ jsxs39("svg", { ...props, width: size, height: size, viewBox: "0 0 36 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2827
|
+
/* @__PURE__ */ jsx59(
|
|
2828
|
+
"path",
|
|
2829
|
+
{
|
|
2830
|
+
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",
|
|
2831
|
+
fill: color
|
|
2832
|
+
}
|
|
2833
|
+
),
|
|
2834
|
+
/* @__PURE__ */ jsx59("path", { d: "M17.001 2.14395V14.0769L28.134 14.0769L17.001 2.14395Z", fill: color }),
|
|
2835
|
+
/* @__PURE__ */ jsx59("path", { d: "M25.9996 39.4996V34H20.5V30H25.9996V24.5H29.9996V30H35.5V34H29.9996V39.4996H25.9996Z", fill: color })
|
|
2836
|
+
] });
|
|
2837
|
+
}
|
|
2547
2838
|
if (thick) {
|
|
2548
|
-
return /* @__PURE__ */
|
|
2549
|
-
/* @__PURE__ */
|
|
2839
|
+
return /* @__PURE__ */ jsxs39("svg", { ...props, width: size, height: size, viewBox: "0 0 36 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2840
|
+
/* @__PURE__ */ jsx59(
|
|
2841
|
+
"path",
|
|
2842
|
+
{
|
|
2843
|
+
"fill-rule": "evenodd",
|
|
2844
|
+
"clip-rule": "evenodd",
|
|
2845
|
+
d: "M26 21.6903V18.0769H17.001C14.7918 18.0769 13.001 16.2861 13.001 14.0769V4H4V36H18.2888C18.9307 37.5567 19.9359 38.9252 21.1989 40H2C0.895431 40 0 39.1046 0 38V2C0 0.895431 0.895431 0 2 0H14.1314C14.6859 0 15.2155 0.230207 15.5938 0.635652L29.4623 15.5007C29.8078 15.871 30 16.3586 30 16.865V21.6902C29.3525 21.5654 28.6839 21.5 28 21.5C27.3161 21.5 26.6474 21.5654 26 21.6903ZM17.001 8.00755L22.6635 14.0769L17.001 14.0769V8.00755Z",
|
|
2846
|
+
fill: color
|
|
2847
|
+
}
|
|
2848
|
+
),
|
|
2849
|
+
/* @__PURE__ */ jsx59("path", { d: "M25.9996 39.4996V34H20.5V30H25.9996V24.5H29.9996V30H35.5V34H29.9996V39.4996H25.9996Z", fill: color })
|
|
2850
|
+
] });
|
|
2851
|
+
}
|
|
2852
|
+
if (fill) {
|
|
2853
|
+
return /* @__PURE__ */ jsxs39("svg", { ...props, width: size, height: size, viewBox: "0 0 36 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2854
|
+
/* @__PURE__ */ jsx59(
|
|
2550
2855
|
"path",
|
|
2551
2856
|
{
|
|
2552
2857
|
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",
|
|
2553
2858
|
fill: color
|
|
2554
2859
|
}
|
|
2555
2860
|
),
|
|
2556
|
-
/* @__PURE__ */
|
|
2861
|
+
/* @__PURE__ */ jsx59(
|
|
2557
2862
|
"path",
|
|
2558
2863
|
{
|
|
2559
2864
|
d: "M16.501 1.60803V14.0769C16.501 14.3531 16.7248 14.5769 17.001 14.5769H28.6005L16.501 1.60803Z",
|
|
2560
2865
|
fill: color
|
|
2561
2866
|
}
|
|
2562
2867
|
),
|
|
2563
|
-
/* @__PURE__ */
|
|
2868
|
+
/* @__PURE__ */ jsx59("path", { d: "M26.9996 39.9996V34H21V31H26.9996V25H29.9996V31H36V34H29.9996V39.9996H26.9996Z", fill: color })
|
|
2564
2869
|
] });
|
|
2565
2870
|
}
|
|
2566
|
-
return /* @__PURE__ */
|
|
2567
|
-
/* @__PURE__ */
|
|
2871
|
+
return /* @__PURE__ */ jsxs39("svg", { ...props, width: size, height: size, viewBox: "0 0 36 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2872
|
+
/* @__PURE__ */ jsx59(
|
|
2568
2873
|
"path",
|
|
2569
2874
|
{
|
|
2570
|
-
|
|
2875
|
+
"fill-rule": "evenodd",
|
|
2876
|
+
"clip-rule": "evenodd",
|
|
2877
|
+
d: "M27 22.1063V17.5769H17.001C15.068 17.5769 13.501 16.0099 13.501 14.0769V3H3V37H19.0104C19.5446 38.1244 20.2727 39.1388 21.1515 40H2C0.895431 40 0 39.1046 0 38V2C0 0.895431 0.895431 0 2 0H14.1314C14.6859 0 15.2155 0.230207 15.5938 0.635652L29.4623 15.5007C29.8078 15.871 30 16.3586 30 16.865V22.1063C29.5101 22.0363 29.0093 22 28.5 22C27.9907 22 27.4899 22.0363 27 22.1063ZM16.501 6.00573L24.4976 14.5769H17.001C16.7248 14.5769 16.501 14.3531 16.501 14.0769V6.00573Z",
|
|
2571
2878
|
fill: color
|
|
2572
2879
|
}
|
|
2573
2880
|
),
|
|
2574
|
-
/* @__PURE__ */
|
|
2575
|
-
/* @__PURE__ */ jsx51("path", { d: "M25.9996 39.4996V34H20.5V30H25.9996V24.5H29.9996V30H35.5V34H29.9996V39.4996H25.9996Z", fill: color })
|
|
2881
|
+
/* @__PURE__ */ jsx59("path", { d: "M26.9996 39.9996V34H21V31H26.9996V25H29.9996V31H36V34H29.9996V39.9996H26.9996Z", fill: color })
|
|
2576
2882
|
] });
|
|
2577
2883
|
}, "ICDocumentAdd");
|
|
2578
2884
|
|
|
2885
|
+
// src/assets/thumb-up.tsx
|
|
2886
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
2887
|
+
var ICThumbUp = /* @__PURE__ */ __name((props) => {
|
|
2888
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2889
|
+
if (fill && thick) {
|
|
2890
|
+
return /* @__PURE__ */ jsx60("svg", { ...props, width: size, height: size, viewBox: "0 0 41 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx60(
|
|
2891
|
+
"path",
|
|
2892
|
+
{
|
|
2893
|
+
d: "M34.8057 38L14 38L14 11.6153L22.5358 2.36817C22.7525 2.13348 23.0573 2 23.3767 2C24.319 2 25.0396 2.8399 24.8963 3.77122L23.5233 12.6959L23.1688 15H25.5H36.2782C37.514 15 38.4541 16.1097 38.2509 17.3288L34.8057 38ZM2 15H6L6 38H2L2 15Z",
|
|
2894
|
+
fill: color,
|
|
2895
|
+
stroke: "#1E1E1F",
|
|
2896
|
+
"stroke-width": "4"
|
|
2897
|
+
}
|
|
2898
|
+
) });
|
|
2899
|
+
}
|
|
2900
|
+
if (thick) {
|
|
2901
|
+
return /* @__PURE__ */ jsx60("svg", { ...props, width: size, height: size, viewBox: "0 0 41 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx60(
|
|
2902
|
+
"path",
|
|
2903
|
+
{
|
|
2904
|
+
"fill-rule": "evenodd",
|
|
2905
|
+
"clip-rule": "evenodd",
|
|
2906
|
+
d: "M29.531 6.29825L28.5 13H36.2782C38.7499 13 40.6301 15.2195 40.2237 17.6576L36.7785 38.3288C36.6178 39.2932 35.7834 40 34.8057 40L2 40C0.89543 40 0 39.1046 0 38V15C0 13.8954 0.895431 13 2 13H10L20.5569 1.5634C21.4768 0.566801 22.7714 0 24.1276 0C27.4783 0 30.0405 2.98659 29.531 6.29825ZM14 14.5639L23.4961 4.27652C23.6588 4.10025 23.8878 4 24.1276 4C25.0267 4 25.7143 4.8014 25.5776 5.69002L23.8376 17H36.2782L33.1115 36L14 36V14.5639ZM10 17H4V36H10V17Z",
|
|
2907
|
+
fill: color
|
|
2908
|
+
}
|
|
2909
|
+
) });
|
|
2910
|
+
}
|
|
2911
|
+
if (fill) {
|
|
2912
|
+
return /* @__PURE__ */ jsx60("svg", { ...props, width: size, height: size, viewBox: "0 0 41 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx60(
|
|
2913
|
+
"path",
|
|
2914
|
+
{
|
|
2915
|
+
d: "M34.8057 38L13.5 38L13.5 12.157L22.5358 2.36817C22.7525 2.13348 23.0573 2 23.3767 2C24.319 2 25.0396 2.8399 24.8963 3.77122L23.5233 12.6959L23.1688 15H25.5H36.2782C37.514 15 38.4541 16.1097 38.2509 17.3288L34.8057 38ZM2 15H6.5L6.5 38H2L2 15Z",
|
|
2916
|
+
fill: color,
|
|
2917
|
+
stroke: "#1E1E1F",
|
|
2918
|
+
"stroke-width": "4"
|
|
2919
|
+
}
|
|
2920
|
+
) });
|
|
2921
|
+
}
|
|
2922
|
+
return /* @__PURE__ */ jsx60("svg", { ...props, width: size, height: size, viewBox: "0 0 41 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx60(
|
|
2923
|
+
"path",
|
|
2924
|
+
{
|
|
2925
|
+
"fill-rule": "evenodd",
|
|
2926
|
+
"clip-rule": "evenodd",
|
|
2927
|
+
d: "M29.531 6.29825L28.5 13H36.2782C38.7499 13 40.6301 15.2195 40.2237 17.6576L36.7785 38.3288C36.6178 39.2932 35.7834 40 34.8057 40L2 40C0.89543 40 0 39.1046 0 38V15C0 13.8954 0.895431 13 2 13H10L20.5569 1.5634C21.4768 0.566801 22.7714 0 24.1276 0C27.4783 0 30.0405 2.98659 29.531 6.29825ZM13 14.173L22.7613 3.59824C23.1133 3.21689 23.6087 3 24.1276 3C25.6396 3 26.7958 4.3477 26.5659 5.84208L25.0032 16H36.2782C36.8961 16 37.3661 16.5549 37.2646 17.1644L33.9586 37L13 37V14.173ZM10 16L3 16V37H10V16Z",
|
|
2928
|
+
fill: color
|
|
2929
|
+
}
|
|
2930
|
+
) });
|
|
2931
|
+
}, "ICThumbUp");
|
|
2932
|
+
|
|
2933
|
+
// src/assets/thumb-down.tsx
|
|
2934
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
2935
|
+
var ICThumbDown = /* @__PURE__ */ __name((props) => {
|
|
2936
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2937
|
+
if (fill && thick) {
|
|
2938
|
+
return /* @__PURE__ */ jsx61("svg", { ...props, width: size, height: size, viewBox: "0 0 41 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx61(
|
|
2939
|
+
"path",
|
|
2940
|
+
{
|
|
2941
|
+
d: "M5.4734 2L26.2792 2L26.2792 28.3847L17.7433 37.6318C17.5267 37.8665 17.2218 38 16.9024 38C15.9602 38 15.2396 37.1601 15.3829 36.2288L16.7559 27.3041L17.1104 25H14.7791H4.00099C2.76511 25 1.82502 23.8903 2.0282 22.6712L5.4734 2ZM38.2791 25L34.2792 25V2L38.2792 2.00001L38.2791 25Z",
|
|
2942
|
+
fill: color,
|
|
2943
|
+
stroke: "#1E1E1F",
|
|
2944
|
+
"stroke-width": "4"
|
|
2945
|
+
}
|
|
2946
|
+
) });
|
|
2947
|
+
}
|
|
2948
|
+
if (thick) {
|
|
2949
|
+
return /* @__PURE__ */ jsx61("svg", { ...props, width: size, height: size, viewBox: "0 0 41 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx61(
|
|
2950
|
+
"path",
|
|
2951
|
+
{
|
|
2952
|
+
"fill-rule": "evenodd",
|
|
2953
|
+
"clip-rule": "evenodd",
|
|
2954
|
+
d: "M10.7481 33.7018L11.7791 27H4.00099C1.52923 27 -0.350941 24.7805 0.0554143 22.3424L3.50062 1.6712C3.66135 0.706827 4.49573 0 5.4734 0L38.2792 5.5472e-06C39.3837 5.64377e-06 40.2792 0.895435 40.2792 2.00001L40.2791 25C40.2791 26.1046 39.3837 27 38.2791 27L30.2791 27L19.7223 38.4366C18.8023 39.4332 17.5078 40 16.1515 40C12.8009 40 10.2386 37.0134 10.7481 33.7018ZM26.2791 25.4361L26.2792 4.00001L7.16766 4L4.00099 23H16.4416L14.7016 34.31C14.5649 35.1986 15.2524 36 16.1515 36C16.3914 36 16.6204 35.8998 16.7831 35.7235L26.2791 25.4361ZM30.2791 23L36.2791 23L36.2792 4.00001L30.2792 4.00001L30.2791 23Z",
|
|
2955
|
+
fill: color
|
|
2956
|
+
}
|
|
2957
|
+
) });
|
|
2958
|
+
}
|
|
2959
|
+
if (fill) {
|
|
2960
|
+
return /* @__PURE__ */ jsx61("svg", { ...props, width: size, height: size, viewBox: "0 0 41 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx61(
|
|
2961
|
+
"path",
|
|
2962
|
+
{
|
|
2963
|
+
d: "M5.4734 2L26.7792 2L26.7792 27.843L17.7433 37.6318C17.5267 37.8665 17.2218 38 16.9024 38C15.9602 38 15.2396 37.1601 15.3829 36.2288L16.7559 27.3041L17.1104 25H14.7791H4.00099C2.76511 25 1.82502 23.8903 2.0282 22.6712L5.4734 2ZM38.2791 25L33.7792 25V2L38.2792 2.00001L38.2791 25Z",
|
|
2964
|
+
fill: color,
|
|
2965
|
+
stroke: "#1E1E1F",
|
|
2966
|
+
"stroke-width": "4"
|
|
2967
|
+
}
|
|
2968
|
+
) });
|
|
2969
|
+
}
|
|
2970
|
+
return /* @__PURE__ */ jsx61("svg", { ...props, width: size, height: size, viewBox: "0 0 41 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx61(
|
|
2971
|
+
"path",
|
|
2972
|
+
{
|
|
2973
|
+
"fill-rule": "evenodd",
|
|
2974
|
+
"clip-rule": "evenodd",
|
|
2975
|
+
d: "M10.7481 33.7018L11.7791 27H4.00099C1.52923 27 -0.350941 24.7805 0.0554143 22.3424L3.50062 1.6712C3.66135 0.706827 4.49573 0 5.4734 0L38.2792 5.5472e-06C39.3837 5.64377e-06 40.2792 0.895435 40.2792 2.00001L40.2791 25C40.2791 26.1046 39.3837 27 38.2791 27L30.2791 27L19.7223 38.4366C18.8023 39.4332 17.5078 40 16.1515 40C12.8009 40 10.2386 37.0134 10.7481 33.7018ZM27.2791 25.8271L27.2792 3.00001L6.32053 3L3.0146 22.8356C2.91301 23.4451 3.38305 24 4.00099 24H15.276L13.7132 34.1579C13.4833 35.6523 14.6395 37 16.1515 37C16.6705 37 17.1659 36.7831 17.5179 36.4018L27.2791 25.8271ZM30.2791 24L37.2791 24L37.2792 3.00001L30.2792 3.00001L30.2791 24Z",
|
|
2976
|
+
fill: color
|
|
2977
|
+
}
|
|
2978
|
+
) });
|
|
2979
|
+
}, "ICThumbDown");
|
|
2980
|
+
|
|
2579
2981
|
// src/utils/icon.tsx
|
|
2580
2982
|
var iconMap = {
|
|
2983
|
+
"close-fill": ICCloseFill,
|
|
2984
|
+
more: ICMore,
|
|
2985
|
+
liner: ICLiner,
|
|
2986
|
+
"liner-variation": ICLinerVariation,
|
|
2581
2987
|
history: ICHistory,
|
|
2582
2988
|
start: ICStart,
|
|
2583
2989
|
end: ICEnd,
|
|
2584
2990
|
paperclip: ICPaperclip,
|
|
2585
2991
|
share: ICShare,
|
|
2586
2992
|
"sign-out": ICSignOut,
|
|
2993
|
+
"check-mark-fill": ICCheckMarkFill,
|
|
2994
|
+
"exclamationmark-fill": ICExclamationmarkFill,
|
|
2587
2995
|
plus: ICPlus,
|
|
2588
2996
|
minus: ICMinus,
|
|
2589
2997
|
"new-thread": ICNewThread,
|
|
@@ -2602,6 +3010,8 @@ var iconMap = {
|
|
|
2602
3010
|
"arrow-up": ICArrowUp,
|
|
2603
3011
|
"arrow-down": ICArrowDown,
|
|
2604
3012
|
menu: ICMenu,
|
|
3013
|
+
"document-warning": ICDocumentWarning,
|
|
3014
|
+
"arrow-right": ICArrowRight,
|
|
2605
3015
|
"chart-bar": ICChartBar,
|
|
2606
3016
|
"chart-line-uptrend": ICChartLineUptrend,
|
|
2607
3017
|
folder: ICFolder,
|
|
@@ -2612,27 +3022,29 @@ var iconMap = {
|
|
|
2612
3022
|
"question-message": ICQuestionMessage,
|
|
2613
3023
|
books: ICBooks,
|
|
2614
3024
|
balance: ICBalance,
|
|
3025
|
+
"folder-add": ICFolderAdd,
|
|
2615
3026
|
document: ICDocument,
|
|
2616
3027
|
"person-add": ICPersonAdd,
|
|
2617
3028
|
send: ICSend,
|
|
2618
3029
|
"check-mark": ICCheckMark,
|
|
2619
3030
|
exclamationmark: ICExclamationmark,
|
|
2620
3031
|
close: ICClose,
|
|
2621
|
-
"close-fill": ICCloseFill,
|
|
2622
3032
|
lock: ICLock,
|
|
2623
3033
|
ai: ICAi,
|
|
2624
3034
|
stack: ICStack,
|
|
2625
3035
|
summarize: ICSummarize,
|
|
2626
3036
|
memo: ICMemo,
|
|
2627
3037
|
highlighter: ICHighlighter,
|
|
2628
|
-
creditcard:
|
|
3038
|
+
creditcard: ICCreditcard,
|
|
2629
3039
|
speaker: ICSpeaker,
|
|
2630
3040
|
light: ICLight,
|
|
2631
|
-
"document-add": ICDocumentAdd
|
|
3041
|
+
"document-add": ICDocumentAdd,
|
|
3042
|
+
"thumb-up": ICThumbUp,
|
|
3043
|
+
"thumb-down": ICThumbDown
|
|
2632
3044
|
};
|
|
2633
3045
|
|
|
2634
3046
|
// src/components/Icon/index.tsx
|
|
2635
|
-
import { jsx as
|
|
3047
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
2636
3048
|
var iconSizeMap = {
|
|
2637
3049
|
xs: 16,
|
|
2638
3050
|
s: 20,
|
|
@@ -2663,24 +3075,22 @@ var Icon = /* @__PURE__ */ __name((props) => {
|
|
|
2663
3075
|
const { name, type = "neutralLabelPrimary", size = "m", color, thick = false, fill = false, ...rest } = props;
|
|
2664
3076
|
const IconComponent = getIconComponent(name, iconMap);
|
|
2665
3077
|
const iconSize = iconSizeMap[size];
|
|
2666
|
-
return color ? /* @__PURE__ */
|
|
3078
|
+
return color ? /* @__PURE__ */ jsx62(IconComponent, { ...rest, color, size: iconSize, thick, fill }) : /* @__PURE__ */ jsx62(IconComponent, { ...rest, className: clsx(iconVariants({ type })), size: iconSize, thick, fill });
|
|
2667
3079
|
}, "Icon");
|
|
2668
3080
|
|
|
2669
3081
|
// src/components/Button/index.tsx
|
|
2670
|
-
import {
|
|
3082
|
+
import { jsx as jsx63, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
2671
3083
|
var buttonIconSizeMap = {
|
|
2672
3084
|
cta: "m",
|
|
2673
3085
|
l: "s",
|
|
2674
3086
|
m: "xs",
|
|
2675
|
-
s: "xs"
|
|
2676
|
-
xs: "xs"
|
|
3087
|
+
s: "xs"
|
|
2677
3088
|
};
|
|
2678
3089
|
var buttonSizeIconThickMap = {
|
|
2679
3090
|
cta: true,
|
|
2680
3091
|
l: false,
|
|
2681
3092
|
m: false,
|
|
2682
|
-
s: false
|
|
2683
|
-
xs: false
|
|
3093
|
+
s: false
|
|
2684
3094
|
};
|
|
2685
3095
|
var defaultButtonVariants = cva2([style_module_default.button, style_module_default.default], {
|
|
2686
3096
|
variants: {
|
|
@@ -2704,8 +3114,7 @@ var defaultButtonVariants = cva2([style_module_default.button, style_module_defa
|
|
|
2704
3114
|
cta: [style_module_default.cta, "lp-sys-typo-paragraph2-normal-bold"],
|
|
2705
3115
|
l: [style_module_default.l, "lp-sys-typo-paragraph3-normal-medium"],
|
|
2706
3116
|
m: [style_module_default.m, "lp-sys-typo-paragraph4-normal-regular"],
|
|
2707
|
-
s: [style_module_default.s, "lp-sys-typo-caption1-normal-regular"]
|
|
2708
|
-
xs: [style_module_default.xs, "lp-sys-typo-caption1-normal-regular"]
|
|
3117
|
+
s: [style_module_default.s, "lp-sys-typo-caption1-normal-regular"]
|
|
2709
3118
|
},
|
|
2710
3119
|
width: {
|
|
2711
3120
|
full: style_module_default.full,
|
|
@@ -2713,6 +3122,16 @@ var defaultButtonVariants = cva2([style_module_default.button, style_module_defa
|
|
|
2713
3122
|
}
|
|
2714
3123
|
}
|
|
2715
3124
|
});
|
|
3125
|
+
var defaultButtonChildrenVariants = cva2(style_module_default.children, {
|
|
3126
|
+
variants: {
|
|
3127
|
+
size: {
|
|
3128
|
+
cta: style_module_default["cta-children"],
|
|
3129
|
+
l: style_module_default["l-children"],
|
|
3130
|
+
m: style_module_default["m-children"],
|
|
3131
|
+
s: style_module_default["s-children"]
|
|
3132
|
+
}
|
|
3133
|
+
}
|
|
3134
|
+
});
|
|
2716
3135
|
var textButtonVariants = cva2([style_module_default.button, style_module_default.text], {
|
|
2717
3136
|
variants: {
|
|
2718
3137
|
level: {
|
|
@@ -2733,16 +3152,16 @@ var DefaultButton = forwardRef(
|
|
|
2733
3152
|
width = "fit-content",
|
|
2734
3153
|
...rest
|
|
2735
3154
|
}, ref) => {
|
|
2736
|
-
return /* @__PURE__ */
|
|
2737
|
-
rest.leftIcon && /* @__PURE__ */
|
|
2738
|
-
/* @__PURE__ */
|
|
2739
|
-
rest.rightIcon && /* @__PURE__ */
|
|
3155
|
+
return /* @__PURE__ */ jsx63("button", { ...rest, className: clsx2(defaultButtonVariants({ level, fill, align, size, width })), ref, children: /* @__PURE__ */ jsxs40("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
|
|
3156
|
+
rest.leftIcon && /* @__PURE__ */ jsx63(Icon, { name: rest.leftIcon, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] }),
|
|
3157
|
+
/* @__PURE__ */ jsx63("p", { className: style_module_default.content, children: rest.children }),
|
|
3158
|
+
rest.rightIcon && /* @__PURE__ */ jsx63(Icon, { name: rest.rightIcon, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] })
|
|
2740
3159
|
] }) });
|
|
2741
3160
|
}
|
|
2742
3161
|
);
|
|
2743
3162
|
var TextButton = forwardRef(
|
|
2744
3163
|
({ level = "inversePrimary", ...rest }, ref) => {
|
|
2745
|
-
return /* @__PURE__ */
|
|
3164
|
+
return /* @__PURE__ */ jsx63("button", { ...rest, className: clsx2(textButtonVariants({ level })), ref });
|
|
2746
3165
|
}
|
|
2747
3166
|
);
|
|
2748
3167
|
var Button = forwardRef((props, ref) => {
|
|
@@ -2750,17 +3169,128 @@ var Button = forwardRef((props, ref) => {
|
|
|
2750
3169
|
case "default":
|
|
2751
3170
|
case void 0:
|
|
2752
3171
|
const DefaultComp = props.asChild ? Slot : DefaultButton;
|
|
2753
|
-
return /* @__PURE__ */
|
|
3172
|
+
return /* @__PURE__ */ jsx63(DefaultComp, { ...props, ref });
|
|
2754
3173
|
case "text":
|
|
2755
3174
|
const TextComp = props.asChild ? Slot : TextButton;
|
|
2756
|
-
return /* @__PURE__ */
|
|
3175
|
+
return /* @__PURE__ */ jsx63(TextComp, { ...props, ref });
|
|
2757
3176
|
}
|
|
2758
3177
|
});
|
|
3178
|
+
|
|
3179
|
+
// src/components/Toast/hooks/useToast.ts
|
|
3180
|
+
import { atom, useRecoilState } from "recoil";
|
|
3181
|
+
var toastAtom = atom({
|
|
3182
|
+
default: { list: [] },
|
|
3183
|
+
key: "toastAtoms"
|
|
3184
|
+
});
|
|
3185
|
+
var ONE_SECOND = 1e3;
|
|
3186
|
+
var useToast = /* @__PURE__ */ __name(() => {
|
|
3187
|
+
const [toasts, setToasts] = useRecoilState(toastAtom);
|
|
3188
|
+
return {
|
|
3189
|
+
open: /* @__PURE__ */ __name((toast) => {
|
|
3190
|
+
const toastId = Date.now() + Math.random();
|
|
3191
|
+
const timer = toast.button ? ONE_SECOND * 3 : ONE_SECOND + 800;
|
|
3192
|
+
const list = { toastId, timer, ...toast };
|
|
3193
|
+
setToasts({
|
|
3194
|
+
list: [...toasts.list, list]
|
|
3195
|
+
});
|
|
3196
|
+
}, "open")
|
|
3197
|
+
};
|
|
3198
|
+
}, "useToast");
|
|
3199
|
+
|
|
3200
|
+
// src/components/Toast/index.tsx
|
|
3201
|
+
import { Provider, Root, Title, Viewport } from "@radix-ui/react-toast";
|
|
3202
|
+
|
|
3203
|
+
// src/components/Toast/style.module.scss
|
|
3204
|
+
var style_module_default3 = {
|
|
3205
|
+
"Icon": "_Icon_l47c6_25",
|
|
3206
|
+
"ToastViewport": "_ToastViewport_l47c6_30",
|
|
3207
|
+
"ToastRoot": "_ToastRoot_l47c6_54",
|
|
3208
|
+
"ToastTitle": "_ToastTitle_l47c6_70",
|
|
3209
|
+
"slideIn": "_slideIn_l47c6_1",
|
|
3210
|
+
"hide": "_hide_l47c6_1",
|
|
3211
|
+
"swipeOut": "_swipeOut_l47c6_1"
|
|
3212
|
+
};
|
|
3213
|
+
|
|
3214
|
+
// src/components/Toast/index.tsx
|
|
3215
|
+
import { useEffect, useRef, useState } from "react";
|
|
3216
|
+
|
|
3217
|
+
// src/components/Typography/Paragraph.tsx
|
|
3218
|
+
import clsx3 from "clsx";
|
|
3219
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
3220
|
+
var Paragraph = /* @__PURE__ */ __name((props) => {
|
|
3221
|
+
return /* @__PURE__ */ jsx64(
|
|
3222
|
+
"div",
|
|
3223
|
+
{
|
|
3224
|
+
...props,
|
|
3225
|
+
className: clsx3(`lp-sys-typo-paragraph${props.size}-${props.type}-${props.weight}`, props.className),
|
|
3226
|
+
children: props.children
|
|
3227
|
+
}
|
|
3228
|
+
);
|
|
3229
|
+
}, "Paragraph");
|
|
3230
|
+
|
|
3231
|
+
// src/components/Toast/index.tsx
|
|
3232
|
+
import { useRecoilValue, useSetRecoilState as useSetRecoilState2 } from "recoil";
|
|
3233
|
+
import { Fragment, jsx as jsx65, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
3234
|
+
import { createElement } from "react";
|
|
3235
|
+
var Toaster = /* @__PURE__ */ __name(() => {
|
|
3236
|
+
const { list } = useRecoilValue(toastAtom);
|
|
3237
|
+
return /* @__PURE__ */ jsxs41(Provider, { children: [
|
|
3238
|
+
list.map((props) => /* @__PURE__ */ createElement(SingleToast, { ...props, key: props.toastId })),
|
|
3239
|
+
/* @__PURE__ */ jsx65(Viewport, { className: style_module_default3.ToastViewport })
|
|
3240
|
+
] });
|
|
3241
|
+
}, "Toaster");
|
|
3242
|
+
var SingleToast = /* @__PURE__ */ __name((props) => {
|
|
3243
|
+
const setToast = useSetRecoilState2(toastAtom);
|
|
3244
|
+
const timerRef = useRef();
|
|
3245
|
+
const { message, icon, button, timer, toastId } = props;
|
|
3246
|
+
const [isOpen, setIsOpen] = useState(true);
|
|
3247
|
+
const removeToast = /* @__PURE__ */ __name(() => {
|
|
3248
|
+
setToast((prev) => {
|
|
3249
|
+
return {
|
|
3250
|
+
list: prev.list.filter((toast) => toast.toastId !== toastId)
|
|
3251
|
+
};
|
|
3252
|
+
});
|
|
3253
|
+
timerRef.current && clearTimeout(timerRef.current);
|
|
3254
|
+
}, "removeToast");
|
|
3255
|
+
useEffect(() => {
|
|
3256
|
+
timerRef.current = setTimeout(() => {
|
|
3257
|
+
removeToast();
|
|
3258
|
+
clearTimeout(timerRef.current);
|
|
3259
|
+
}, timer + ONE_SECOND);
|
|
3260
|
+
const preCloseTimeout = setTimeout(() => {
|
|
3261
|
+
setIsOpen(false);
|
|
3262
|
+
}, timer);
|
|
3263
|
+
return () => {
|
|
3264
|
+
clearTimeout(preCloseTimeout);
|
|
3265
|
+
clearTimeout(timerRef.current);
|
|
3266
|
+
};
|
|
3267
|
+
}, []);
|
|
3268
|
+
const IconComponent = (() => {
|
|
3269
|
+
if (!icon) return /* @__PURE__ */ jsx65(Fragment, {});
|
|
3270
|
+
switch (icon) {
|
|
3271
|
+
case "negative":
|
|
3272
|
+
return /* @__PURE__ */ jsx65(Icon, { name: "exclamationmark", type: "functionLabelNegative", fill: true, size: "s" });
|
|
3273
|
+
case "positive":
|
|
3274
|
+
return /* @__PURE__ */ jsx65(Icon, { name: "check-mark", type: "functionLabelPositive", fill: true, size: "s" });
|
|
3275
|
+
default:
|
|
3276
|
+
return /* @__PURE__ */ jsx65(Fragment, {});
|
|
3277
|
+
}
|
|
3278
|
+
})();
|
|
3279
|
+
return /* @__PURE__ */ jsxs41(Root, { className: style_module_default3.ToastRoot, open: isOpen, ...props, children: [
|
|
3280
|
+
/* @__PURE__ */ jsx65("i", { className: style_module_default3.Icon, children: IconComponent }),
|
|
3281
|
+
/* @__PURE__ */ jsxs41(Title, { className: style_module_default3.ToastTitle, children: [
|
|
3282
|
+
/* @__PURE__ */ jsx65(Paragraph, { type: "normal", weight: "medium", size: 3, children: message }),
|
|
3283
|
+
button && /* @__PURE__ */ jsx65(Button, { onClick: button.onClick, level: "inverse", size: "m", align: "center", children: button.label })
|
|
3284
|
+
] })
|
|
3285
|
+
] });
|
|
3286
|
+
}, "SingleToast");
|
|
2759
3287
|
export {
|
|
2760
3288
|
Button,
|
|
2761
3289
|
DefaultButton,
|
|
2762
3290
|
TextButton,
|
|
2763
|
-
|
|
3291
|
+
Toaster,
|
|
3292
|
+
objectToArray,
|
|
3293
|
+
useToast
|
|
2764
3294
|
};
|
|
2765
3295
|
/*! For license information please see index.mjs.LEGAL.txt */
|
|
2766
3296
|
//# sourceMappingURL=index.mjs.map
|