@liner-fe/prism 1.6.5 → 1.6.7
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/index.mjs +1069 -661
- package/lib/index.mjs.map +4 -4
- package/lib/type/index.d.ts +1 -1
- package/package.json +1 -2
package/lib/index.mjs
CHANGED
|
@@ -66,22 +66,109 @@ var style_module_default2 = {
|
|
|
66
66
|
"function-label-caution": "_function-label-caution_uzk33_49"
|
|
67
67
|
};
|
|
68
68
|
|
|
69
|
-
// src/assets/
|
|
70
|
-
import { useState } from "react";
|
|
69
|
+
// src/assets/close-fill.tsx
|
|
71
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";
|
|
72
160
|
var ICHistory = /* @__PURE__ */ __name((props) => {
|
|
73
|
-
const [isDarkMode, setIsDarkMode] = useState(false);
|
|
74
161
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
75
162
|
if (thick) {
|
|
76
|
-
return /* @__PURE__ */
|
|
77
|
-
/* @__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(
|
|
78
165
|
"path",
|
|
79
166
|
{
|
|
80
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",
|
|
81
168
|
fill: "black"
|
|
82
169
|
}
|
|
83
170
|
),
|
|
84
|
-
/* @__PURE__ */
|
|
171
|
+
/* @__PURE__ */ jsx5(
|
|
85
172
|
"path",
|
|
86
173
|
{
|
|
87
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",
|
|
@@ -90,15 +177,15 @@ var ICHistory = /* @__PURE__ */ __name((props) => {
|
|
|
90
177
|
)
|
|
91
178
|
] });
|
|
92
179
|
}
|
|
93
|
-
return /* @__PURE__ */
|
|
94
|
-
/* @__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(
|
|
95
182
|
"path",
|
|
96
183
|
{
|
|
97
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",
|
|
98
185
|
fill: "black"
|
|
99
186
|
}
|
|
100
187
|
),
|
|
101
|
-
/* @__PURE__ */
|
|
188
|
+
/* @__PURE__ */ jsx5(
|
|
102
189
|
"path",
|
|
103
190
|
{
|
|
104
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",
|
|
@@ -109,15 +196,13 @@ var ICHistory = /* @__PURE__ */ __name((props) => {
|
|
|
109
196
|
}, "ICHistory");
|
|
110
197
|
|
|
111
198
|
// src/assets/start.tsx
|
|
112
|
-
import {
|
|
113
|
-
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
199
|
+
import { jsx as jsx6, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
114
200
|
var ICStart = /* @__PURE__ */ __name((props) => {
|
|
115
|
-
const [isDarkMode, setIsDarkMode] = useState2(false);
|
|
116
201
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
117
202
|
if (thick) {
|
|
118
|
-
return /* @__PURE__ */
|
|
119
|
-
/* @__PURE__ */
|
|
120
|
-
/* @__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(
|
|
121
206
|
"path",
|
|
122
207
|
{
|
|
123
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",
|
|
@@ -126,9 +211,9 @@ var ICStart = /* @__PURE__ */ __name((props) => {
|
|
|
126
211
|
)
|
|
127
212
|
] });
|
|
128
213
|
}
|
|
129
|
-
return /* @__PURE__ */
|
|
130
|
-
/* @__PURE__ */
|
|
131
|
-
/* @__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(
|
|
132
217
|
"path",
|
|
133
218
|
{
|
|
134
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",
|
|
@@ -139,15 +224,13 @@ var ICStart = /* @__PURE__ */ __name((props) => {
|
|
|
139
224
|
}, "ICStart");
|
|
140
225
|
|
|
141
226
|
// src/assets/end.tsx
|
|
142
|
-
import {
|
|
143
|
-
import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
227
|
+
import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
144
228
|
var ICEnd = /* @__PURE__ */ __name((props) => {
|
|
145
|
-
const [isDarkMode, setIsDarkMode] = useState3(false);
|
|
146
229
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
147
230
|
if (thick) {
|
|
148
|
-
return /* @__PURE__ */
|
|
149
|
-
/* @__PURE__ */
|
|
150
|
-
/* @__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(
|
|
151
234
|
"path",
|
|
152
235
|
{
|
|
153
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",
|
|
@@ -156,9 +239,9 @@ var ICEnd = /* @__PURE__ */ __name((props) => {
|
|
|
156
239
|
)
|
|
157
240
|
] });
|
|
158
241
|
}
|
|
159
|
-
return /* @__PURE__ */
|
|
160
|
-
/* @__PURE__ */
|
|
161
|
-
/* @__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(
|
|
162
245
|
"path",
|
|
163
246
|
{
|
|
164
247
|
"fill-rule": "evenodd",
|
|
@@ -171,13 +254,11 @@ var ICEnd = /* @__PURE__ */ __name((props) => {
|
|
|
171
254
|
}, "ICEnd");
|
|
172
255
|
|
|
173
256
|
// src/assets/paperclip.tsx
|
|
174
|
-
import {
|
|
175
|
-
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
257
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
176
258
|
var ICPaperclip = /* @__PURE__ */ __name((props) => {
|
|
177
|
-
const [isDarkMode, setIsDarkMode] = useState4(false);
|
|
178
259
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
179
260
|
if (thick) {
|
|
180
|
-
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(
|
|
181
262
|
"path",
|
|
182
263
|
{
|
|
183
264
|
"fill-rule": "evenodd",
|
|
@@ -187,7 +268,7 @@ var ICPaperclip = /* @__PURE__ */ __name((props) => {
|
|
|
187
268
|
}
|
|
188
269
|
) });
|
|
189
270
|
}
|
|
190
|
-
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(
|
|
191
272
|
"path",
|
|
192
273
|
{
|
|
193
274
|
"fill-rule": "evenodd",
|
|
@@ -199,21 +280,19 @@ var ICPaperclip = /* @__PURE__ */ __name((props) => {
|
|
|
199
280
|
}, "ICPaperclip");
|
|
200
281
|
|
|
201
282
|
// src/assets/share.tsx
|
|
202
|
-
import {
|
|
203
|
-
import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
283
|
+
import { jsx as jsx9, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
204
284
|
var ICShare = /* @__PURE__ */ __name((props) => {
|
|
205
|
-
const [isDarkMode, setIsDarkMode] = useState5(false);
|
|
206
285
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
207
286
|
if (thick) {
|
|
208
|
-
return /* @__PURE__ */
|
|
209
|
-
/* @__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(
|
|
210
289
|
"path",
|
|
211
290
|
{
|
|
212
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",
|
|
213
292
|
fill: color
|
|
214
293
|
}
|
|
215
294
|
),
|
|
216
|
-
/* @__PURE__ */
|
|
295
|
+
/* @__PURE__ */ jsx9(
|
|
217
296
|
"path",
|
|
218
297
|
{
|
|
219
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",
|
|
@@ -222,15 +301,15 @@ var ICShare = /* @__PURE__ */ __name((props) => {
|
|
|
222
301
|
)
|
|
223
302
|
] });
|
|
224
303
|
}
|
|
225
|
-
return /* @__PURE__ */
|
|
226
|
-
/* @__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(
|
|
227
306
|
"path",
|
|
228
307
|
{
|
|
229
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",
|
|
230
309
|
fill: color
|
|
231
310
|
}
|
|
232
311
|
),
|
|
233
|
-
/* @__PURE__ */
|
|
312
|
+
/* @__PURE__ */ jsx9(
|
|
234
313
|
"path",
|
|
235
314
|
{
|
|
236
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",
|
|
@@ -241,21 +320,19 @@ var ICShare = /* @__PURE__ */ __name((props) => {
|
|
|
241
320
|
}, "ICShare");
|
|
242
321
|
|
|
243
322
|
// src/assets/sign-out.tsx
|
|
244
|
-
import {
|
|
245
|
-
import { jsx as jsx6, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
323
|
+
import { jsx as jsx10, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
246
324
|
var ICSignOut = /* @__PURE__ */ __name((props) => {
|
|
247
|
-
const [isDarkMode, setIsDarkMode] = useState6(false);
|
|
248
325
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
249
326
|
if (thick) {
|
|
250
|
-
return /* @__PURE__ */
|
|
251
|
-
/* @__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(
|
|
252
329
|
"path",
|
|
253
330
|
{
|
|
254
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",
|
|
255
332
|
fill: color
|
|
256
333
|
}
|
|
257
334
|
),
|
|
258
|
-
/* @__PURE__ */
|
|
335
|
+
/* @__PURE__ */ jsx10(
|
|
259
336
|
"path",
|
|
260
337
|
{
|
|
261
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",
|
|
@@ -264,15 +341,15 @@ var ICSignOut = /* @__PURE__ */ __name((props) => {
|
|
|
264
341
|
)
|
|
265
342
|
] });
|
|
266
343
|
}
|
|
267
|
-
return /* @__PURE__ */
|
|
268
|
-
/* @__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(
|
|
269
346
|
"path",
|
|
270
347
|
{
|
|
271
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",
|
|
272
349
|
fill: color
|
|
273
350
|
}
|
|
274
351
|
),
|
|
275
|
-
/* @__PURE__ */
|
|
352
|
+
/* @__PURE__ */ jsx10(
|
|
276
353
|
"path",
|
|
277
354
|
{
|
|
278
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",
|
|
@@ -282,14 +359,48 @@ var ICSignOut = /* @__PURE__ */ __name((props) => {
|
|
|
282
359
|
] });
|
|
283
360
|
}, "ICSignOut");
|
|
284
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
|
+
|
|
285
398
|
// src/assets/plus.tsx
|
|
286
|
-
import {
|
|
287
|
-
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
399
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
288
400
|
var ICPlus = /* @__PURE__ */ __name((props) => {
|
|
289
|
-
const [isDarkMode, setIsDarkMode] = useState7(false);
|
|
290
401
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
291
402
|
if (thick) {
|
|
292
|
-
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(
|
|
293
404
|
"path",
|
|
294
405
|
{
|
|
295
406
|
d: "M13.9996 18.0003V32H17.9997V18.0003H32V14.0003H17.9997V0H13.9996V14.0003H0V18.0003H13.9996Z",
|
|
@@ -297,7 +408,7 @@ var ICPlus = /* @__PURE__ */ __name((props) => {
|
|
|
297
408
|
}
|
|
298
409
|
) });
|
|
299
410
|
}
|
|
300
|
-
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(
|
|
301
412
|
"path",
|
|
302
413
|
{
|
|
303
414
|
d: "M14.4996 17.5003V32H17.4997V17.5003H32V14.5003H17.4997V0H14.4996V14.5003H0V17.5003H14.4996Z",
|
|
@@ -307,13 +418,11 @@ var ICPlus = /* @__PURE__ */ __name((props) => {
|
|
|
307
418
|
}, "ICPlus");
|
|
308
419
|
|
|
309
420
|
// src/assets/minus.tsx
|
|
310
|
-
import {
|
|
311
|
-
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
421
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
312
422
|
var ICMinus = /* @__PURE__ */ __name((props) => {
|
|
313
|
-
const [isDarkMode, setIsDarkMode] = useState8(false);
|
|
314
423
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
315
424
|
if (thick) {
|
|
316
|
-
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(
|
|
317
426
|
"path",
|
|
318
427
|
{
|
|
319
428
|
"fill-rule": "evenodd",
|
|
@@ -323,7 +432,7 @@ var ICMinus = /* @__PURE__ */ __name((props) => {
|
|
|
323
432
|
}
|
|
324
433
|
) });
|
|
325
434
|
}
|
|
326
|
-
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(
|
|
327
436
|
"path",
|
|
328
437
|
{
|
|
329
438
|
"fill-rule": "evenodd",
|
|
@@ -335,21 +444,19 @@ var ICMinus = /* @__PURE__ */ __name((props) => {
|
|
|
335
444
|
}, "ICMinus");
|
|
336
445
|
|
|
337
446
|
// src/assets/new-thread.tsx
|
|
338
|
-
import {
|
|
339
|
-
import { jsx as jsx9, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
447
|
+
import { jsx as jsx15, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
340
448
|
var ICNewThread = /* @__PURE__ */ __name((props) => {
|
|
341
|
-
const [isDarkMode, setIsDarkMode] = useState9(false);
|
|
342
449
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
343
450
|
if (thick) {
|
|
344
|
-
return /* @__PURE__ */
|
|
345
|
-
/* @__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(
|
|
346
453
|
"path",
|
|
347
454
|
{
|
|
348
455
|
d: "M16.9998 13.001V8H20.9998V13.001H26.0006V17.001H20.9998V22.0007H16.9998V17.001H12V13.001H16.9998Z",
|
|
349
456
|
fill: color
|
|
350
457
|
}
|
|
351
458
|
),
|
|
352
|
-
/* @__PURE__ */
|
|
459
|
+
/* @__PURE__ */ jsx15(
|
|
353
460
|
"path",
|
|
354
461
|
{
|
|
355
462
|
"fill-rule": "evenodd",
|
|
@@ -360,15 +467,15 @@ var ICNewThread = /* @__PURE__ */ __name((props) => {
|
|
|
360
467
|
)
|
|
361
468
|
] });
|
|
362
469
|
}
|
|
363
|
-
return /* @__PURE__ */
|
|
364
|
-
/* @__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(
|
|
365
472
|
"path",
|
|
366
473
|
{
|
|
367
474
|
d: "M17.4998 13.501V8H20.4998V13.501H26.0006V16.501H20.4998V22.0007H17.4998V16.501H12V13.501H17.4998Z",
|
|
368
475
|
fill: color
|
|
369
476
|
}
|
|
370
477
|
),
|
|
371
|
-
/* @__PURE__ */
|
|
478
|
+
/* @__PURE__ */ jsx15(
|
|
372
479
|
"path",
|
|
373
480
|
{
|
|
374
481
|
"fill-rule": "evenodd",
|
|
@@ -381,13 +488,11 @@ var ICNewThread = /* @__PURE__ */ __name((props) => {
|
|
|
381
488
|
}, "ICNewThread");
|
|
382
489
|
|
|
383
490
|
// src/assets/move.tsx
|
|
384
|
-
import {
|
|
385
|
-
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
491
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
386
492
|
var ICMove = /* @__PURE__ */ __name((props) => {
|
|
387
|
-
const [isDarkMode, setIsDarkMode] = useState10(false);
|
|
388
493
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
389
494
|
if (thick) {
|
|
390
|
-
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(
|
|
391
496
|
"path",
|
|
392
497
|
{
|
|
393
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",
|
|
@@ -395,7 +500,7 @@ var ICMove = /* @__PURE__ */ __name((props) => {
|
|
|
395
500
|
}
|
|
396
501
|
) });
|
|
397
502
|
}
|
|
398
|
-
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(
|
|
399
504
|
"path",
|
|
400
505
|
{
|
|
401
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",
|
|
@@ -405,13 +510,11 @@ var ICMove = /* @__PURE__ */ __name((props) => {
|
|
|
405
510
|
}, "ICMove");
|
|
406
511
|
|
|
407
512
|
// src/assets/search.tsx
|
|
408
|
-
import {
|
|
409
|
-
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
513
|
+
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
410
514
|
var ICSearch = /* @__PURE__ */ __name((props) => {
|
|
411
|
-
const [isDarkMode, setIsDarkMode] = useState11(false);
|
|
412
515
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
413
516
|
if (thick) {
|
|
414
|
-
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(
|
|
415
518
|
"path",
|
|
416
519
|
{
|
|
417
520
|
"fill-rule": "evenodd",
|
|
@@ -421,7 +524,7 @@ var ICSearch = /* @__PURE__ */ __name((props) => {
|
|
|
421
524
|
}
|
|
422
525
|
) });
|
|
423
526
|
}
|
|
424
|
-
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(
|
|
425
528
|
"path",
|
|
426
529
|
{
|
|
427
530
|
"fill-rule": "evenodd",
|
|
@@ -433,13 +536,11 @@ var ICSearch = /* @__PURE__ */ __name((props) => {
|
|
|
433
536
|
}, "ICSearch");
|
|
434
537
|
|
|
435
538
|
// src/assets/globe.tsx
|
|
436
|
-
import {
|
|
437
|
-
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
539
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
438
540
|
var ICGlobe = /* @__PURE__ */ __name((props) => {
|
|
439
|
-
const [isDarkMode, setIsDarkMode] = useState12(false);
|
|
440
541
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
441
542
|
if (thick) {
|
|
442
|
-
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(
|
|
443
544
|
"path",
|
|
444
545
|
{
|
|
445
546
|
"fill-rule": "evenodd",
|
|
@@ -449,7 +550,7 @@ var ICGlobe = /* @__PURE__ */ __name((props) => {
|
|
|
449
550
|
}
|
|
450
551
|
) });
|
|
451
552
|
}
|
|
452
|
-
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(
|
|
453
554
|
"path",
|
|
454
555
|
{
|
|
455
556
|
"fill-rule": "evenodd",
|
|
@@ -461,13 +562,11 @@ var ICGlobe = /* @__PURE__ */ __name((props) => {
|
|
|
461
562
|
}, "ICGlobe");
|
|
462
563
|
|
|
463
564
|
// src/assets/graduationcap.tsx
|
|
464
|
-
import {
|
|
465
|
-
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
565
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
466
566
|
var ICGraduationcap = /* @__PURE__ */ __name((props) => {
|
|
467
|
-
const [isDarkMode, setIsDarkMode] = useState13(false);
|
|
468
567
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
469
568
|
if (thick) {
|
|
470
|
-
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(
|
|
471
570
|
"path",
|
|
472
571
|
{
|
|
473
572
|
"fill-rule": "evenodd",
|
|
@@ -477,7 +576,7 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
|
|
|
477
576
|
}
|
|
478
577
|
) });
|
|
479
578
|
}
|
|
480
|
-
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(
|
|
481
580
|
"path",
|
|
482
581
|
{
|
|
483
582
|
"fill-rule": "evenodd",
|
|
@@ -489,42 +588,40 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
|
|
|
489
588
|
}, "ICGraduationcap");
|
|
490
589
|
|
|
491
590
|
// src/assets/palette.tsx
|
|
492
|
-
import {
|
|
493
|
-
import { jsx as jsx14, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
591
|
+
import { jsx as jsx20, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
494
592
|
var ICPalette = /* @__PURE__ */ __name((props) => {
|
|
495
|
-
const [isDarkMode, setIsDarkMode] = useState14(false);
|
|
496
593
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
497
594
|
if (thick) {
|
|
498
|
-
return /* @__PURE__ */
|
|
499
|
-
/* @__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(
|
|
500
597
|
"path",
|
|
501
598
|
{
|
|
502
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",
|
|
503
600
|
fill: color
|
|
504
601
|
}
|
|
505
602
|
),
|
|
506
|
-
/* @__PURE__ */
|
|
603
|
+
/* @__PURE__ */ jsx20(
|
|
507
604
|
"path",
|
|
508
605
|
{
|
|
509
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",
|
|
510
607
|
fill: color
|
|
511
608
|
}
|
|
512
609
|
),
|
|
513
|
-
/* @__PURE__ */
|
|
610
|
+
/* @__PURE__ */ jsx20(
|
|
514
611
|
"path",
|
|
515
612
|
{
|
|
516
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",
|
|
517
614
|
fill: color
|
|
518
615
|
}
|
|
519
616
|
),
|
|
520
|
-
/* @__PURE__ */
|
|
617
|
+
/* @__PURE__ */ jsx20(
|
|
521
618
|
"path",
|
|
522
619
|
{
|
|
523
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",
|
|
524
621
|
fill: color
|
|
525
622
|
}
|
|
526
623
|
),
|
|
527
|
-
/* @__PURE__ */
|
|
624
|
+
/* @__PURE__ */ jsx20(
|
|
528
625
|
"path",
|
|
529
626
|
{
|
|
530
627
|
"fill-rule": "evenodd",
|
|
@@ -535,36 +632,36 @@ var ICPalette = /* @__PURE__ */ __name((props) => {
|
|
|
535
632
|
)
|
|
536
633
|
] });
|
|
537
634
|
}
|
|
538
|
-
return /* @__PURE__ */
|
|
539
|
-
/* @__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(
|
|
540
637
|
"path",
|
|
541
638
|
{
|
|
542
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",
|
|
543
640
|
fill: color
|
|
544
641
|
}
|
|
545
642
|
),
|
|
546
|
-
/* @__PURE__ */
|
|
643
|
+
/* @__PURE__ */ jsx20(
|
|
547
644
|
"path",
|
|
548
645
|
{
|
|
549
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",
|
|
550
647
|
fill: color
|
|
551
648
|
}
|
|
552
649
|
),
|
|
553
|
-
/* @__PURE__ */
|
|
650
|
+
/* @__PURE__ */ jsx20(
|
|
554
651
|
"path",
|
|
555
652
|
{
|
|
556
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",
|
|
557
654
|
fill: color
|
|
558
655
|
}
|
|
559
656
|
),
|
|
560
|
-
/* @__PURE__ */
|
|
657
|
+
/* @__PURE__ */ jsx20(
|
|
561
658
|
"path",
|
|
562
659
|
{
|
|
563
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",
|
|
564
661
|
fill: color
|
|
565
662
|
}
|
|
566
663
|
),
|
|
567
|
-
/* @__PURE__ */
|
|
664
|
+
/* @__PURE__ */ jsx20(
|
|
568
665
|
"path",
|
|
569
666
|
{
|
|
570
667
|
"fill-rule": "evenodd",
|
|
@@ -577,51 +674,47 @@ var ICPalette = /* @__PURE__ */ __name((props) => {
|
|
|
577
674
|
}, "ICPalette");
|
|
578
675
|
|
|
579
676
|
// src/assets/download.tsx
|
|
580
|
-
import {
|
|
581
|
-
import { jsx as jsx15, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
677
|
+
import { jsx as jsx21, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
582
678
|
var ICDownload = /* @__PURE__ */ __name((props) => {
|
|
583
|
-
const [isDarkMode, setIsDarkMode] = useState15(false);
|
|
584
679
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
585
680
|
if (thick) {
|
|
586
|
-
return /* @__PURE__ */
|
|
587
|
-
/* @__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(
|
|
588
683
|
"path",
|
|
589
684
|
{
|
|
590
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",
|
|
591
686
|
fill: color
|
|
592
687
|
}
|
|
593
688
|
),
|
|
594
|
-
/* @__PURE__ */
|
|
689
|
+
/* @__PURE__ */ jsx21("path", { d: "M34 34H0V38H34V34Z", fill: color })
|
|
595
690
|
] });
|
|
596
691
|
}
|
|
597
|
-
return /* @__PURE__ */
|
|
598
|
-
/* @__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(
|
|
599
694
|
"path",
|
|
600
695
|
{
|
|
601
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",
|
|
602
697
|
fill: color
|
|
603
698
|
}
|
|
604
699
|
),
|
|
605
|
-
/* @__PURE__ */
|
|
700
|
+
/* @__PURE__ */ jsx21("path", { d: "M34 34.5H0V37.5H34V34.5Z", fill: color })
|
|
606
701
|
] });
|
|
607
702
|
}, "ICDownload");
|
|
608
703
|
|
|
609
704
|
// src/assets/regenerate.tsx
|
|
610
|
-
import {
|
|
611
|
-
import { jsx as jsx16, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
705
|
+
import { jsx as jsx22, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
612
706
|
var ICRegenerate = /* @__PURE__ */ __name((props) => {
|
|
613
|
-
const [isDarkMode, setIsDarkMode] = useState16(false);
|
|
614
707
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
615
708
|
if (thick) {
|
|
616
|
-
return /* @__PURE__ */
|
|
617
|
-
/* @__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(
|
|
618
711
|
"path",
|
|
619
712
|
{
|
|
620
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",
|
|
621
714
|
fill: color
|
|
622
715
|
}
|
|
623
716
|
),
|
|
624
|
-
/* @__PURE__ */
|
|
717
|
+
/* @__PURE__ */ jsx22(
|
|
625
718
|
"path",
|
|
626
719
|
{
|
|
627
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",
|
|
@@ -630,15 +723,15 @@ var ICRegenerate = /* @__PURE__ */ __name((props) => {
|
|
|
630
723
|
)
|
|
631
724
|
] });
|
|
632
725
|
}
|
|
633
|
-
return /* @__PURE__ */
|
|
634
|
-
/* @__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(
|
|
635
728
|
"path",
|
|
636
729
|
{
|
|
637
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",
|
|
638
731
|
fill: color
|
|
639
732
|
}
|
|
640
733
|
),
|
|
641
|
-
/* @__PURE__ */
|
|
734
|
+
/* @__PURE__ */ jsx22(
|
|
642
735
|
"path",
|
|
643
736
|
{
|
|
644
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",
|
|
@@ -649,28 +742,26 @@ var ICRegenerate = /* @__PURE__ */ __name((props) => {
|
|
|
649
742
|
}, "ICRegenerate");
|
|
650
743
|
|
|
651
744
|
// src/assets/credit.tsx
|
|
652
|
-
import {
|
|
653
|
-
import { jsx as jsx17, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
745
|
+
import { jsx as jsx23, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
654
746
|
var ICCredit = /* @__PURE__ */ __name((props) => {
|
|
655
|
-
const [isDarkMode, setIsDarkMode] = useState17(false);
|
|
656
747
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
657
748
|
if (thick) {
|
|
658
|
-
return /* @__PURE__ */
|
|
659
|
-
/* @__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(
|
|
660
751
|
"path",
|
|
661
752
|
{
|
|
662
753
|
d: "M31.7487 9.75V15.4996H35.7486V9.75H41.4996V5.75H35.7486V0H31.7487V5.75H26V9.75H31.7487Z",
|
|
663
754
|
fill: color
|
|
664
755
|
}
|
|
665
756
|
),
|
|
666
|
-
/* @__PURE__ */
|
|
757
|
+
/* @__PURE__ */ jsx23(
|
|
667
758
|
"path",
|
|
668
759
|
{
|
|
669
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",
|
|
670
761
|
fill: color
|
|
671
762
|
}
|
|
672
763
|
),
|
|
673
|
-
/* @__PURE__ */
|
|
764
|
+
/* @__PURE__ */ jsx23(
|
|
674
765
|
"path",
|
|
675
766
|
{
|
|
676
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",
|
|
@@ -679,16 +770,16 @@ var ICCredit = /* @__PURE__ */ __name((props) => {
|
|
|
679
770
|
)
|
|
680
771
|
] });
|
|
681
772
|
}
|
|
682
|
-
return /* @__PURE__ */
|
|
683
|
-
/* @__PURE__ */
|
|
684
|
-
/* @__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(
|
|
685
776
|
"path",
|
|
686
777
|
{
|
|
687
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",
|
|
688
779
|
fill: color
|
|
689
780
|
}
|
|
690
781
|
),
|
|
691
|
-
/* @__PURE__ */
|
|
782
|
+
/* @__PURE__ */ jsx23(
|
|
692
783
|
"path",
|
|
693
784
|
{
|
|
694
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",
|
|
@@ -699,14 +790,12 @@ var ICCredit = /* @__PURE__ */ __name((props) => {
|
|
|
699
790
|
}, "ICCredit");
|
|
700
791
|
|
|
701
792
|
// src/assets/feedback.tsx
|
|
702
|
-
import {
|
|
703
|
-
import { jsx as jsx18, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
793
|
+
import { jsx as jsx24, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
704
794
|
var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
705
|
-
const [isDarkMode, setIsDarkMode] = useState18(false);
|
|
706
795
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
707
796
|
if (thick) {
|
|
708
|
-
return /* @__PURE__ */
|
|
709
|
-
/* @__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(
|
|
710
799
|
"path",
|
|
711
800
|
{
|
|
712
801
|
"fill-rule": "evenodd",
|
|
@@ -715,7 +804,7 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
|
715
804
|
fill: color
|
|
716
805
|
}
|
|
717
806
|
),
|
|
718
|
-
/* @__PURE__ */
|
|
807
|
+
/* @__PURE__ */ jsx24(
|
|
719
808
|
"path",
|
|
720
809
|
{
|
|
721
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",
|
|
@@ -724,8 +813,8 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
|
724
813
|
)
|
|
725
814
|
] });
|
|
726
815
|
}
|
|
727
|
-
return /* @__PURE__ */
|
|
728
|
-
/* @__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(
|
|
729
818
|
"path",
|
|
730
819
|
{
|
|
731
820
|
"fill-rule": "evenodd",
|
|
@@ -734,7 +823,7 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
|
734
823
|
fill: color
|
|
735
824
|
}
|
|
736
825
|
),
|
|
737
|
-
/* @__PURE__ */
|
|
826
|
+
/* @__PURE__ */ jsx24(
|
|
738
827
|
"path",
|
|
739
828
|
{
|
|
740
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",
|
|
@@ -745,39 +834,35 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
|
745
834
|
}, "ICFeedback");
|
|
746
835
|
|
|
747
836
|
// src/assets/tune.tsx
|
|
748
|
-
import {
|
|
749
|
-
import { jsx as jsx19, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
837
|
+
import { jsx as jsx25, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
750
838
|
var ICTune = /* @__PURE__ */ __name((props) => {
|
|
751
|
-
const [isDarkMode, setIsDarkMode] = useState19(false);
|
|
752
839
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
753
840
|
if (thick) {
|
|
754
|
-
return /* @__PURE__ */
|
|
755
|
-
/* @__PURE__ */
|
|
756
|
-
/* @__PURE__ */
|
|
757
|
-
/* @__PURE__ */
|
|
758
|
-
/* @__PURE__ */
|
|
759
|
-
/* @__PURE__ */
|
|
760
|
-
/* @__PURE__ */
|
|
761
|
-
] });
|
|
762
|
-
}
|
|
763
|
-
return /* @__PURE__ */
|
|
764
|
-
/* @__PURE__ */
|
|
765
|
-
/* @__PURE__ */
|
|
766
|
-
/* @__PURE__ */
|
|
767
|
-
/* @__PURE__ */
|
|
768
|
-
/* @__PURE__ */
|
|
769
|
-
/* @__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 })
|
|
770
857
|
] });
|
|
771
858
|
}, "ICTune");
|
|
772
859
|
|
|
773
860
|
// src/assets/arrow-back.tsx
|
|
774
|
-
import {
|
|
775
|
-
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
861
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
776
862
|
var ICArrowBack = /* @__PURE__ */ __name((props) => {
|
|
777
|
-
const [isDarkMode, setIsDarkMode] = useState20(false);
|
|
778
863
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
779
864
|
if (thick) {
|
|
780
|
-
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(
|
|
781
866
|
"path",
|
|
782
867
|
{
|
|
783
868
|
"fill-rule": "evenodd",
|
|
@@ -787,7 +872,7 @@ var ICArrowBack = /* @__PURE__ */ __name((props) => {
|
|
|
787
872
|
}
|
|
788
873
|
) });
|
|
789
874
|
}
|
|
790
|
-
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(
|
|
791
876
|
"path",
|
|
792
877
|
{
|
|
793
878
|
"fill-rule": "evenodd",
|
|
@@ -799,13 +884,11 @@ var ICArrowBack = /* @__PURE__ */ __name((props) => {
|
|
|
799
884
|
}, "ICArrowBack");
|
|
800
885
|
|
|
801
886
|
// src/assets/arrow-forward.tsx
|
|
802
|
-
import {
|
|
803
|
-
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
887
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
804
888
|
var ICArrowForward = /* @__PURE__ */ __name((props) => {
|
|
805
|
-
const [isDarkMode, setIsDarkMode] = useState21(false);
|
|
806
889
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
807
890
|
if (thick) {
|
|
808
|
-
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(
|
|
809
892
|
"path",
|
|
810
893
|
{
|
|
811
894
|
"fill-rule": "evenodd",
|
|
@@ -815,7 +898,7 @@ var ICArrowForward = /* @__PURE__ */ __name((props) => {
|
|
|
815
898
|
}
|
|
816
899
|
) });
|
|
817
900
|
}
|
|
818
|
-
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(
|
|
819
902
|
"path",
|
|
820
903
|
{
|
|
821
904
|
"fill-rule": "evenodd",
|
|
@@ -827,104 +910,144 @@ var ICArrowForward = /* @__PURE__ */ __name((props) => {
|
|
|
827
910
|
}, "ICArrowForward");
|
|
828
911
|
|
|
829
912
|
// src/assets/arrow-up.tsx
|
|
830
|
-
import {
|
|
831
|
-
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
913
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
832
914
|
var ICArrowUp = /* @__PURE__ */ __name((props) => {
|
|
833
|
-
const [isDarkMode, setIsDarkMode] = useState22(false);
|
|
834
915
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
835
916
|
if (thick) {
|
|
836
|
-
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(
|
|
837
918
|
"path",
|
|
838
919
|
{
|
|
839
|
-
"
|
|
840
|
-
"clip-rule": "evenodd",
|
|
841
|
-
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",
|
|
842
921
|
fill: color
|
|
843
922
|
}
|
|
844
923
|
) });
|
|
845
924
|
}
|
|
846
|
-
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(
|
|
847
926
|
"path",
|
|
848
927
|
{
|
|
849
|
-
"
|
|
850
|
-
"clip-rule": "evenodd",
|
|
851
|
-
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",
|
|
852
929
|
fill: color
|
|
853
930
|
}
|
|
854
931
|
) });
|
|
855
932
|
}, "ICArrowUp");
|
|
856
933
|
|
|
857
934
|
// src/assets/arrow-down.tsx
|
|
858
|
-
import {
|
|
859
|
-
import { jsx as jsx23 } from "react/jsx-runtime";
|
|
935
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
860
936
|
var ICArrowDown = /* @__PURE__ */ __name((props) => {
|
|
861
|
-
const [isDarkMode, setIsDarkMode] = useState23(false);
|
|
862
937
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
863
938
|
if (thick) {
|
|
864
|
-
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(
|
|
865
940
|
"path",
|
|
866
941
|
{
|
|
867
|
-
|
|
868
|
-
"clip-rule": "evenodd",
|
|
869
|
-
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",
|
|
870
943
|
fill: color
|
|
871
944
|
}
|
|
872
945
|
) });
|
|
873
946
|
}
|
|
874
|
-
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(
|
|
875
948
|
"path",
|
|
876
949
|
{
|
|
877
|
-
|
|
878
|
-
"clip-rule": "evenodd",
|
|
879
|
-
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",
|
|
880
951
|
fill: color
|
|
881
952
|
}
|
|
882
953
|
) });
|
|
883
954
|
}, "ICArrowDown");
|
|
884
955
|
|
|
885
956
|
// src/assets/menu.tsx
|
|
886
|
-
import {
|
|
887
|
-
import { jsx as jsx24, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
957
|
+
import { jsx as jsx30, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
888
958
|
var ICMenu = /* @__PURE__ */ __name((props) => {
|
|
889
|
-
const [isDarkMode, setIsDarkMode] = useState24(false);
|
|
890
959
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
891
960
|
if (thick) {
|
|
892
|
-
return /* @__PURE__ */
|
|
893
|
-
/* @__PURE__ */
|
|
894
|
-
/* @__PURE__ */
|
|
895
|
-
/* @__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 })
|
|
896
965
|
] });
|
|
897
966
|
}
|
|
898
|
-
return /* @__PURE__ */
|
|
899
|
-
/* @__PURE__ */
|
|
900
|
-
/* @__PURE__ */
|
|
901
|
-
/* @__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 })
|
|
902
971
|
] });
|
|
903
972
|
}, "ICMenu");
|
|
904
973
|
|
|
905
|
-
// src/assets/
|
|
906
|
-
import {
|
|
907
|
-
|
|
908
|
-
var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
909
|
-
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) => {
|
|
910
977
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
911
|
-
if (thick
|
|
912
|
-
return /* @__PURE__ */
|
|
913
|
-
/* @__PURE__ */
|
|
914
|
-
|
|
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(
|
|
915
990
|
"path",
|
|
916
991
|
{
|
|
917
992
|
"fill-rule": "evenodd",
|
|
918
993
|
"clip-rule": "evenodd",
|
|
919
|
-
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",
|
|
920
995
|
fill: color
|
|
921
996
|
}
|
|
922
997
|
)
|
|
923
998
|
] });
|
|
924
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;
|
|
925
1048
|
if (thick) {
|
|
926
|
-
return /* @__PURE__ */
|
|
927
|
-
/* @__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(
|
|
928
1051
|
"path",
|
|
929
1052
|
{
|
|
930
1053
|
"fill-rule": "evenodd",
|
|
@@ -933,7 +1056,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
933
1056
|
fill: color
|
|
934
1057
|
}
|
|
935
1058
|
),
|
|
936
|
-
/* @__PURE__ */
|
|
1059
|
+
/* @__PURE__ */ jsx33(
|
|
937
1060
|
"path",
|
|
938
1061
|
{
|
|
939
1062
|
"fill-rule": "evenodd",
|
|
@@ -942,7 +1065,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
942
1065
|
fill: color
|
|
943
1066
|
}
|
|
944
1067
|
),
|
|
945
|
-
/* @__PURE__ */
|
|
1068
|
+
/* @__PURE__ */ jsx33(
|
|
946
1069
|
"path",
|
|
947
1070
|
{
|
|
948
1071
|
"fill-rule": "evenodd",
|
|
@@ -951,11 +1074,11 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
951
1074
|
fill: color
|
|
952
1075
|
}
|
|
953
1076
|
),
|
|
954
|
-
/* @__PURE__ */
|
|
1077
|
+
/* @__PURE__ */ jsx33("path", { d: "M0 38H36.5V34H0V38Z", fill: color })
|
|
955
1078
|
] });
|
|
956
1079
|
}
|
|
957
1080
|
if (fill) {
|
|
958
|
-
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(
|
|
959
1082
|
"path",
|
|
960
1083
|
{
|
|
961
1084
|
"fill-rule": "evenodd",
|
|
@@ -965,8 +1088,8 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
965
1088
|
}
|
|
966
1089
|
) });
|
|
967
1090
|
}
|
|
968
|
-
return /* @__PURE__ */
|
|
969
|
-
/* @__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(
|
|
970
1093
|
"path",
|
|
971
1094
|
{
|
|
972
1095
|
"fill-rule": "evenodd",
|
|
@@ -975,7 +1098,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
975
1098
|
fill: color
|
|
976
1099
|
}
|
|
977
1100
|
),
|
|
978
|
-
/* @__PURE__ */
|
|
1101
|
+
/* @__PURE__ */ jsx33(
|
|
979
1102
|
"path",
|
|
980
1103
|
{
|
|
981
1104
|
"fill-rule": "evenodd",
|
|
@@ -984,7 +1107,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
984
1107
|
fill: color
|
|
985
1108
|
}
|
|
986
1109
|
),
|
|
987
|
-
/* @__PURE__ */
|
|
1110
|
+
/* @__PURE__ */ jsx33(
|
|
988
1111
|
"path",
|
|
989
1112
|
{
|
|
990
1113
|
"fill-rule": "evenodd",
|
|
@@ -993,20 +1116,18 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
993
1116
|
fill: color
|
|
994
1117
|
}
|
|
995
1118
|
),
|
|
996
|
-
/* @__PURE__ */
|
|
1119
|
+
/* @__PURE__ */ jsx33("path", { d: "M0.000244136 37.4994H35.9996V34.4994H0.000244136V37.4994Z", fill: color })
|
|
997
1120
|
] });
|
|
998
1121
|
}, "ICChartBar");
|
|
999
1122
|
|
|
1000
1123
|
// src/assets/chart-line-uptrend.tsx
|
|
1001
|
-
import {
|
|
1002
|
-
import { jsx as jsx26, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
1124
|
+
import { jsx as jsx34, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
1003
1125
|
var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
|
|
1004
|
-
const [isDarkMode, setIsDarkMode] = useState26(false);
|
|
1005
1126
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1006
1127
|
if (thick) {
|
|
1007
|
-
return /* @__PURE__ */
|
|
1008
|
-
/* @__PURE__ */
|
|
1009
|
-
/* @__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(
|
|
1010
1131
|
"path",
|
|
1011
1132
|
{
|
|
1012
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",
|
|
@@ -1016,7 +1137,7 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
|
|
|
1016
1137
|
] });
|
|
1017
1138
|
}
|
|
1018
1139
|
if (fill) {
|
|
1019
|
-
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(
|
|
1020
1141
|
"path",
|
|
1021
1142
|
{
|
|
1022
1143
|
"fill-rule": "evenodd",
|
|
@@ -1026,15 +1147,15 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
|
|
|
1026
1147
|
}
|
|
1027
1148
|
) });
|
|
1028
1149
|
}
|
|
1029
|
-
return /* @__PURE__ */
|
|
1030
|
-
/* @__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(
|
|
1031
1152
|
"path",
|
|
1032
1153
|
{
|
|
1033
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",
|
|
1034
1155
|
fill: color
|
|
1035
1156
|
}
|
|
1036
1157
|
),
|
|
1037
|
-
/* @__PURE__ */
|
|
1158
|
+
/* @__PURE__ */ jsx34(
|
|
1038
1159
|
"path",
|
|
1039
1160
|
{
|
|
1040
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",
|
|
@@ -1045,13 +1166,11 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
|
|
|
1045
1166
|
}, "ICChartLineUptrend");
|
|
1046
1167
|
|
|
1047
1168
|
// src/assets/folder.tsx
|
|
1048
|
-
import {
|
|
1049
|
-
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
1169
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
1050
1170
|
var ICFolder = /* @__PURE__ */ __name((props) => {
|
|
1051
|
-
const [isDarkMode, setIsDarkMode] = useState27(false);
|
|
1052
1171
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1053
1172
|
if (thick) {
|
|
1054
|
-
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(
|
|
1055
1174
|
"path",
|
|
1056
1175
|
{
|
|
1057
1176
|
"fill-rule": "evenodd",
|
|
@@ -1062,9 +1181,9 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
|
|
|
1062
1181
|
) });
|
|
1063
1182
|
}
|
|
1064
1183
|
if (fill) {
|
|
1065
|
-
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" }) });
|
|
1066
1185
|
}
|
|
1067
|
-
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(
|
|
1068
1187
|
"path",
|
|
1069
1188
|
{
|
|
1070
1189
|
"fill-rule": "evenodd",
|
|
@@ -1076,14 +1195,12 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
|
|
|
1076
1195
|
}, "ICFolder");
|
|
1077
1196
|
|
|
1078
1197
|
// src/assets/person.tsx
|
|
1079
|
-
import {
|
|
1080
|
-
import { jsx as jsx28, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
1198
|
+
import { jsx as jsx36, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1081
1199
|
var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
1082
|
-
const [isDarkMode, setIsDarkMode] = useState28(false);
|
|
1083
1200
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1084
1201
|
if (thick) {
|
|
1085
|
-
return /* @__PURE__ */
|
|
1086
|
-
/* @__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(
|
|
1087
1204
|
"path",
|
|
1088
1205
|
{
|
|
1089
1206
|
"fill-rule": "evenodd",
|
|
@@ -1092,7 +1209,7 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1092
1209
|
fill: color
|
|
1093
1210
|
}
|
|
1094
1211
|
),
|
|
1095
|
-
/* @__PURE__ */
|
|
1212
|
+
/* @__PURE__ */ jsx36(
|
|
1096
1213
|
"path",
|
|
1097
1214
|
{
|
|
1098
1215
|
"fill-rule": "evenodd",
|
|
@@ -1104,15 +1221,15 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1104
1221
|
] });
|
|
1105
1222
|
}
|
|
1106
1223
|
if (fill) {
|
|
1107
|
-
return /* @__PURE__ */
|
|
1108
|
-
/* @__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(
|
|
1109
1226
|
"path",
|
|
1110
1227
|
{
|
|
1111
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",
|
|
1112
1229
|
fill: color
|
|
1113
1230
|
}
|
|
1114
1231
|
),
|
|
1115
|
-
/* @__PURE__ */
|
|
1232
|
+
/* @__PURE__ */ jsx36(
|
|
1116
1233
|
"path",
|
|
1117
1234
|
{
|
|
1118
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",
|
|
@@ -1121,8 +1238,8 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1121
1238
|
)
|
|
1122
1239
|
] });
|
|
1123
1240
|
}
|
|
1124
|
-
return /* @__PURE__ */
|
|
1125
|
-
/* @__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(
|
|
1126
1243
|
"path",
|
|
1127
1244
|
{
|
|
1128
1245
|
"fill-rule": "evenodd",
|
|
@@ -1131,7 +1248,7 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1131
1248
|
fill: color
|
|
1132
1249
|
}
|
|
1133
1250
|
),
|
|
1134
|
-
/* @__PURE__ */
|
|
1251
|
+
/* @__PURE__ */ jsx36(
|
|
1135
1252
|
"path",
|
|
1136
1253
|
{
|
|
1137
1254
|
"fill-rule": "evenodd",
|
|
@@ -1144,16 +1261,14 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1144
1261
|
}, "ICPerson");
|
|
1145
1262
|
|
|
1146
1263
|
// src/assets/trash.tsx
|
|
1147
|
-
import {
|
|
1148
|
-
import { jsx as jsx29, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
1264
|
+
import { jsx as jsx37, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
1149
1265
|
var ICTrash = /* @__PURE__ */ __name((props) => {
|
|
1150
|
-
const [isDarkMode, setIsDarkMode] = useState29(false);
|
|
1151
1266
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1152
1267
|
if (thick) {
|
|
1153
|
-
return /* @__PURE__ */
|
|
1154
|
-
/* @__PURE__ */
|
|
1155
|
-
/* @__PURE__ */
|
|
1156
|
-
/* @__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(
|
|
1157
1272
|
"path",
|
|
1158
1273
|
{
|
|
1159
1274
|
"fill-rule": "evenodd",
|
|
@@ -1165,7 +1280,7 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
|
|
|
1165
1280
|
] });
|
|
1166
1281
|
}
|
|
1167
1282
|
if (fill) {
|
|
1168
|
-
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(
|
|
1169
1284
|
"path",
|
|
1170
1285
|
{
|
|
1171
1286
|
"fill-rule": "evenodd",
|
|
@@ -1175,10 +1290,10 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
|
|
|
1175
1290
|
}
|
|
1176
1291
|
) });
|
|
1177
1292
|
}
|
|
1178
|
-
return /* @__PURE__ */
|
|
1179
|
-
/* @__PURE__ */
|
|
1180
|
-
/* @__PURE__ */
|
|
1181
|
-
/* @__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(
|
|
1182
1297
|
"path",
|
|
1183
1298
|
{
|
|
1184
1299
|
"fill-rule": "evenodd",
|
|
@@ -1191,13 +1306,11 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
|
|
|
1191
1306
|
}, "ICTrash");
|
|
1192
1307
|
|
|
1193
1308
|
// src/assets/pencil.tsx
|
|
1194
|
-
import {
|
|
1195
|
-
import { jsx as jsx30, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
1309
|
+
import { jsx as jsx38, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
1196
1310
|
var ICPencil = /* @__PURE__ */ __name((props) => {
|
|
1197
|
-
const [isDarkMode, setIsDarkMode] = useState30(false);
|
|
1198
1311
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1199
1312
|
if (thick) {
|
|
1200
|
-
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(
|
|
1201
1314
|
"path",
|
|
1202
1315
|
{
|
|
1203
1316
|
"fill-rule": "evenodd",
|
|
@@ -1208,15 +1321,15 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
|
|
|
1208
1321
|
) });
|
|
1209
1322
|
}
|
|
1210
1323
|
if (fill) {
|
|
1211
|
-
return /* @__PURE__ */
|
|
1212
|
-
/* @__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(
|
|
1213
1326
|
"path",
|
|
1214
1327
|
{
|
|
1215
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",
|
|
1216
1329
|
fill: color
|
|
1217
1330
|
}
|
|
1218
1331
|
),
|
|
1219
|
-
/* @__PURE__ */
|
|
1332
|
+
/* @__PURE__ */ jsx38(
|
|
1220
1333
|
"path",
|
|
1221
1334
|
{
|
|
1222
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",
|
|
@@ -1225,7 +1338,7 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
|
|
|
1225
1338
|
)
|
|
1226
1339
|
] });
|
|
1227
1340
|
}
|
|
1228
|
-
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(
|
|
1229
1342
|
"path",
|
|
1230
1343
|
{
|
|
1231
1344
|
"fill-rule": "evenodd",
|
|
@@ -1237,13 +1350,11 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
|
|
|
1237
1350
|
}, "ICPencil");
|
|
1238
1351
|
|
|
1239
1352
|
// src/assets/copy.tsx
|
|
1240
|
-
import {
|
|
1241
|
-
import { jsx as jsx31, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1353
|
+
import { jsx as jsx39, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1242
1354
|
var ICCopy = /* @__PURE__ */ __name((props) => {
|
|
1243
|
-
const [isDarkMode, setIsDarkMode] = useState31(false);
|
|
1244
1355
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1245
1356
|
if (thick) {
|
|
1246
|
-
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(
|
|
1247
1358
|
"path",
|
|
1248
1359
|
{
|
|
1249
1360
|
"fill-rule": "evenodd",
|
|
@@ -1254,15 +1365,15 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
|
|
|
1254
1365
|
) });
|
|
1255
1366
|
}
|
|
1256
1367
|
if (fill) {
|
|
1257
|
-
return /* @__PURE__ */
|
|
1258
|
-
/* @__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(
|
|
1259
1370
|
"path",
|
|
1260
1371
|
{
|
|
1261
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",
|
|
1262
1373
|
fill: color
|
|
1263
1374
|
}
|
|
1264
1375
|
),
|
|
1265
|
-
/* @__PURE__ */
|
|
1376
|
+
/* @__PURE__ */ jsx39(
|
|
1266
1377
|
"path",
|
|
1267
1378
|
{
|
|
1268
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",
|
|
@@ -1271,7 +1382,7 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
|
|
|
1271
1382
|
)
|
|
1272
1383
|
] });
|
|
1273
1384
|
}
|
|
1274
|
-
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(
|
|
1275
1386
|
"path",
|
|
1276
1387
|
{
|
|
1277
1388
|
"fill-rule": "evenodd",
|
|
@@ -1283,28 +1394,37 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
|
|
|
1283
1394
|
}, "ICCopy");
|
|
1284
1395
|
|
|
1285
1396
|
// src/assets/question-message.tsx
|
|
1286
|
-
import {
|
|
1287
|
-
import { jsx as jsx32, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
1397
|
+
import { jsx as jsx40, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
1288
1398
|
var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
1289
|
-
const [isDarkMode, setIsDarkMode] = useState32(false);
|
|
1290
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
|
+
}
|
|
1291
1411
|
if (thick) {
|
|
1292
|
-
return /* @__PURE__ */
|
|
1293
|
-
/* @__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(
|
|
1294
1414
|
"path",
|
|
1295
1415
|
{
|
|
1296
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",
|
|
1297
1417
|
fill: color
|
|
1298
1418
|
}
|
|
1299
1419
|
),
|
|
1300
|
-
/* @__PURE__ */
|
|
1420
|
+
/* @__PURE__ */ jsx40(
|
|
1301
1421
|
"path",
|
|
1302
1422
|
{
|
|
1303
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",
|
|
1304
1424
|
fill: color
|
|
1305
1425
|
}
|
|
1306
1426
|
),
|
|
1307
|
-
/* @__PURE__ */
|
|
1427
|
+
/* @__PURE__ */ jsx40(
|
|
1308
1428
|
"path",
|
|
1309
1429
|
{
|
|
1310
1430
|
"fill-rule": "evenodd",
|
|
@@ -1315,19 +1435,8 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
|
1315
1435
|
)
|
|
1316
1436
|
] });
|
|
1317
1437
|
}
|
|
1318
|
-
if (fill && thick) {
|
|
1319
|
-
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(
|
|
1320
|
-
"path",
|
|
1321
|
-
{
|
|
1322
|
-
"fill-rule": "evenodd",
|
|
1323
|
-
"clip-rule": "evenodd",
|
|
1324
|
-
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",
|
|
1325
|
-
fill: color
|
|
1326
|
-
}
|
|
1327
|
-
) });
|
|
1328
|
-
}
|
|
1329
1438
|
if (fill) {
|
|
1330
|
-
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(
|
|
1331
1440
|
"path",
|
|
1332
1441
|
{
|
|
1333
1442
|
"fill-rule": "evenodd",
|
|
@@ -1337,22 +1446,22 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
|
1337
1446
|
}
|
|
1338
1447
|
) });
|
|
1339
1448
|
}
|
|
1340
|
-
return /* @__PURE__ */
|
|
1341
|
-
/* @__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(
|
|
1342
1451
|
"path",
|
|
1343
1452
|
{
|
|
1344
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",
|
|
1345
1454
|
fill: color
|
|
1346
1455
|
}
|
|
1347
1456
|
),
|
|
1348
|
-
/* @__PURE__ */
|
|
1457
|
+
/* @__PURE__ */ jsx40(
|
|
1349
1458
|
"path",
|
|
1350
1459
|
{
|
|
1351
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",
|
|
1352
1461
|
fill: color
|
|
1353
1462
|
}
|
|
1354
1463
|
),
|
|
1355
|
-
/* @__PURE__ */
|
|
1464
|
+
/* @__PURE__ */ jsx40(
|
|
1356
1465
|
"path",
|
|
1357
1466
|
{
|
|
1358
1467
|
"fill-rule": "evenodd",
|
|
@@ -1365,14 +1474,12 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
|
1365
1474
|
}, "ICQuestionMessage");
|
|
1366
1475
|
|
|
1367
1476
|
// src/assets/books.tsx
|
|
1368
|
-
import {
|
|
1369
|
-
import { jsx as jsx33, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
1477
|
+
import { jsx as jsx41, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
1370
1478
|
var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
1371
|
-
const [isDarkMode, setIsDarkMode] = useState33(false);
|
|
1372
1479
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1373
1480
|
if (fill && thick) {
|
|
1374
|
-
return /* @__PURE__ */
|
|
1375
|
-
/* @__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(
|
|
1376
1483
|
"path",
|
|
1377
1484
|
{
|
|
1378
1485
|
"fill-rule": "evenodd",
|
|
@@ -1381,7 +1488,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1381
1488
|
fill: color
|
|
1382
1489
|
}
|
|
1383
1490
|
),
|
|
1384
|
-
/* @__PURE__ */
|
|
1491
|
+
/* @__PURE__ */ jsx41(
|
|
1385
1492
|
"path",
|
|
1386
1493
|
{
|
|
1387
1494
|
"fill-rule": "evenodd",
|
|
@@ -1390,7 +1497,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1390
1497
|
fill: color
|
|
1391
1498
|
}
|
|
1392
1499
|
),
|
|
1393
|
-
/* @__PURE__ */
|
|
1500
|
+
/* @__PURE__ */ jsx41(
|
|
1394
1501
|
"path",
|
|
1395
1502
|
{
|
|
1396
1503
|
"fill-rule": "evenodd",
|
|
@@ -1402,10 +1509,10 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1402
1509
|
] });
|
|
1403
1510
|
}
|
|
1404
1511
|
if (thick) {
|
|
1405
|
-
return /* @__PURE__ */
|
|
1406
|
-
/* @__PURE__ */
|
|
1407
|
-
/* @__PURE__ */
|
|
1408
|
-
/* @__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(
|
|
1409
1516
|
"path",
|
|
1410
1517
|
{
|
|
1411
1518
|
"fill-rule": "evenodd",
|
|
@@ -1417,22 +1524,22 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1417
1524
|
] });
|
|
1418
1525
|
}
|
|
1419
1526
|
if (fill) {
|
|
1420
|
-
return /* @__PURE__ */
|
|
1421
|
-
/* @__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(
|
|
1422
1529
|
"path",
|
|
1423
1530
|
{
|
|
1424
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",
|
|
1425
1532
|
fill: color
|
|
1426
1533
|
}
|
|
1427
1534
|
),
|
|
1428
|
-
/* @__PURE__ */
|
|
1535
|
+
/* @__PURE__ */ jsx41(
|
|
1429
1536
|
"path",
|
|
1430
1537
|
{
|
|
1431
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",
|
|
1432
1539
|
fill: color
|
|
1433
1540
|
}
|
|
1434
1541
|
),
|
|
1435
|
-
/* @__PURE__ */
|
|
1542
|
+
/* @__PURE__ */ jsx41(
|
|
1436
1543
|
"path",
|
|
1437
1544
|
{
|
|
1438
1545
|
"fill-rule": "evenodd",
|
|
@@ -1443,10 +1550,10 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1443
1550
|
)
|
|
1444
1551
|
] });
|
|
1445
1552
|
}
|
|
1446
|
-
return /* @__PURE__ */
|
|
1447
|
-
/* @__PURE__ */
|
|
1448
|
-
/* @__PURE__ */
|
|
1449
|
-
/* @__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(
|
|
1450
1557
|
"path",
|
|
1451
1558
|
{
|
|
1452
1559
|
"fill-rule": "evenodd",
|
|
@@ -1459,82 +1566,80 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1459
1566
|
}, "ICBooks");
|
|
1460
1567
|
|
|
1461
1568
|
// src/assets/balance.tsx
|
|
1462
|
-
import {
|
|
1463
|
-
import { jsx as jsx34, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1569
|
+
import { jsx as jsx42, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
1464
1570
|
var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
1465
|
-
const [isDarkMode, setIsDarkMode] = useState34(false);
|
|
1466
1571
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1467
|
-
if (thick) {
|
|
1468
|
-
return /* @__PURE__ */
|
|
1469
|
-
/* @__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(
|
|
1470
1575
|
"path",
|
|
1471
1576
|
{
|
|
1472
|
-
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",
|
|
1473
1578
|
fill: color
|
|
1474
1579
|
}
|
|
1475
1580
|
),
|
|
1476
|
-
/* @__PURE__ */
|
|
1581
|
+
/* @__PURE__ */ jsx42(
|
|
1477
1582
|
"path",
|
|
1478
1583
|
{
|
|
1479
|
-
|
|
1480
|
-
"clip-rule": "evenodd",
|
|
1481
|
-
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",
|
|
1482
1585
|
fill: color
|
|
1483
1586
|
}
|
|
1484
1587
|
),
|
|
1485
|
-
/* @__PURE__ */
|
|
1588
|
+
/* @__PURE__ */ jsx42(
|
|
1486
1589
|
"path",
|
|
1487
1590
|
{
|
|
1488
|
-
|
|
1489
|
-
"clip-rule": "evenodd",
|
|
1490
|
-
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",
|
|
1491
1592
|
fill: color
|
|
1492
1593
|
}
|
|
1493
1594
|
)
|
|
1494
1595
|
] });
|
|
1495
1596
|
}
|
|
1496
|
-
if (
|
|
1497
|
-
return /* @__PURE__ */
|
|
1498
|
-
/* @__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(
|
|
1499
1600
|
"path",
|
|
1500
1601
|
{
|
|
1501
|
-
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",
|
|
1502
1603
|
fill: color
|
|
1503
1604
|
}
|
|
1504
1605
|
),
|
|
1505
|
-
/* @__PURE__ */
|
|
1606
|
+
/* @__PURE__ */ jsx42(
|
|
1506
1607
|
"path",
|
|
1507
1608
|
{
|
|
1508
|
-
|
|
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",
|
|
1509
1612
|
fill: color
|
|
1510
1613
|
}
|
|
1511
1614
|
),
|
|
1512
|
-
/* @__PURE__ */
|
|
1615
|
+
/* @__PURE__ */ jsx42(
|
|
1513
1616
|
"path",
|
|
1514
1617
|
{
|
|
1515
|
-
|
|
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",
|
|
1516
1621
|
fill: color
|
|
1517
1622
|
}
|
|
1518
1623
|
)
|
|
1519
1624
|
] });
|
|
1520
1625
|
}
|
|
1521
1626
|
if (fill) {
|
|
1522
|
-
return /* @__PURE__ */
|
|
1523
|
-
/* @__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(
|
|
1524
1629
|
"path",
|
|
1525
1630
|
{
|
|
1526
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",
|
|
1527
1632
|
fill: color
|
|
1528
1633
|
}
|
|
1529
1634
|
),
|
|
1530
|
-
/* @__PURE__ */
|
|
1635
|
+
/* @__PURE__ */ jsx42(
|
|
1531
1636
|
"path",
|
|
1532
1637
|
{
|
|
1533
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",
|
|
1534
1639
|
fill: color
|
|
1535
1640
|
}
|
|
1536
1641
|
),
|
|
1537
|
-
/* @__PURE__ */
|
|
1642
|
+
/* @__PURE__ */ jsx42(
|
|
1538
1643
|
"path",
|
|
1539
1644
|
{
|
|
1540
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",
|
|
@@ -1543,15 +1648,15 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
|
1543
1648
|
)
|
|
1544
1649
|
] });
|
|
1545
1650
|
}
|
|
1546
|
-
return /* @__PURE__ */
|
|
1547
|
-
/* @__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(
|
|
1548
1653
|
"path",
|
|
1549
1654
|
{
|
|
1550
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",
|
|
1551
1656
|
fill: color
|
|
1552
1657
|
}
|
|
1553
1658
|
),
|
|
1554
|
-
/* @__PURE__ */
|
|
1659
|
+
/* @__PURE__ */ jsx42(
|
|
1555
1660
|
"path",
|
|
1556
1661
|
{
|
|
1557
1662
|
"fill-rule": "evenodd",
|
|
@@ -1560,7 +1665,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
|
1560
1665
|
fill: color
|
|
1561
1666
|
}
|
|
1562
1667
|
),
|
|
1563
|
-
/* @__PURE__ */
|
|
1668
|
+
/* @__PURE__ */ jsx42(
|
|
1564
1669
|
"path",
|
|
1565
1670
|
{
|
|
1566
1671
|
"fill-rule": "evenodd",
|
|
@@ -1572,45 +1677,97 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
|
1572
1677
|
] });
|
|
1573
1678
|
}, "ICBalance");
|
|
1574
1679
|
|
|
1575
|
-
// src/assets/
|
|
1576
|
-
import {
|
|
1577
|
-
|
|
1578
|
-
var ICDocument = /* @__PURE__ */ __name((props) => {
|
|
1579
|
-
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) => {
|
|
1580
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
|
+
}
|
|
1581
1695
|
if (thick) {
|
|
1582
|
-
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(
|
|
1583
1723
|
"path",
|
|
1584
1724
|
{
|
|
1585
1725
|
"fill-rule": "evenodd",
|
|
1586
1726
|
"clip-rule": "evenodd",
|
|
1587
|
-
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",
|
|
1588
1728
|
fill: color
|
|
1589
1729
|
}
|
|
1590
|
-
)
|
|
1591
|
-
}
|
|
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;
|
|
1592
1738
|
if (fill && thick) {
|
|
1593
|
-
return /* @__PURE__ */
|
|
1594
|
-
/* @__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(
|
|
1595
1741
|
"path",
|
|
1596
1742
|
{
|
|
1597
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",
|
|
1598
1744
|
fill: color
|
|
1599
1745
|
}
|
|
1600
1746
|
),
|
|
1601
|
-
/* @__PURE__ */
|
|
1747
|
+
/* @__PURE__ */ jsx44("path", { d: "M28.134 14.0769L17.001 2.14395V14.0769L28.134 14.0769Z", fill: color })
|
|
1602
1748
|
] });
|
|
1603
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
|
+
}
|
|
1604
1761
|
if (fill) {
|
|
1605
|
-
return /* @__PURE__ */
|
|
1606
|
-
/* @__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(
|
|
1607
1764
|
"path",
|
|
1608
1765
|
{
|
|
1609
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",
|
|
1610
1767
|
fill: color
|
|
1611
1768
|
}
|
|
1612
1769
|
),
|
|
1613
|
-
/* @__PURE__ */
|
|
1770
|
+
/* @__PURE__ */ jsx44(
|
|
1614
1771
|
"path",
|
|
1615
1772
|
{
|
|
1616
1773
|
d: "M28.6005 14.5769L16.501 1.60803V14.0769C16.501 14.3531 16.7248 14.5769 17.001 14.5769H28.6005Z",
|
|
@@ -1619,7 +1776,7 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
|
|
|
1619
1776
|
)
|
|
1620
1777
|
] });
|
|
1621
1778
|
}
|
|
1622
|
-
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(
|
|
1623
1780
|
"path",
|
|
1624
1781
|
{
|
|
1625
1782
|
"fill-rule": "evenodd",
|
|
@@ -1631,68 +1788,66 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
|
|
|
1631
1788
|
}, "ICDocument");
|
|
1632
1789
|
|
|
1633
1790
|
// src/assets/person-add.tsx
|
|
1634
|
-
import {
|
|
1635
|
-
import { jsx as jsx36, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
1791
|
+
import { jsx as jsx45, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1636
1792
|
var ICPersonAdd = /* @__PURE__ */ __name((props) => {
|
|
1637
|
-
const [isDarkMode, setIsDarkMode] = useState36(false);
|
|
1638
1793
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1639
|
-
if (thick) {
|
|
1640
|
-
return /* @__PURE__ */
|
|
1641
|
-
/* @__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(
|
|
1642
1797
|
"path",
|
|
1643
1798
|
{
|
|
1644
|
-
|
|
1645
|
-
"clip-rule": "evenodd",
|
|
1646
|
-
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",
|
|
1647
1800
|
fill: color
|
|
1648
1801
|
}
|
|
1649
1802
|
),
|
|
1650
|
-
/* @__PURE__ */
|
|
1803
|
+
/* @__PURE__ */ jsx45(
|
|
1651
1804
|
"path",
|
|
1652
1805
|
{
|
|
1653
|
-
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",
|
|
1654
1807
|
fill: color
|
|
1655
1808
|
}
|
|
1656
1809
|
),
|
|
1657
|
-
/* @__PURE__ */
|
|
1810
|
+
/* @__PURE__ */ jsx45("path", { d: "M23.9996 28V21.9999H27.9996V28H34V32H27.9996V38H23.9996V32H18.0004V28H23.9996Z", fill: color })
|
|
1658
1811
|
] });
|
|
1659
1812
|
}
|
|
1660
|
-
if (
|
|
1661
|
-
return /* @__PURE__ */
|
|
1662
|
-
/* @__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(
|
|
1663
1816
|
"path",
|
|
1664
1817
|
{
|
|
1665
|
-
|
|
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",
|
|
1666
1821
|
fill: color
|
|
1667
1822
|
}
|
|
1668
1823
|
),
|
|
1669
|
-
/* @__PURE__ */
|
|
1824
|
+
/* @__PURE__ */ jsx45(
|
|
1670
1825
|
"path",
|
|
1671
1826
|
{
|
|
1672
|
-
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",
|
|
1673
1828
|
fill: color
|
|
1674
1829
|
}
|
|
1675
1830
|
),
|
|
1676
|
-
/* @__PURE__ */
|
|
1831
|
+
/* @__PURE__ */ jsx45("path", { d: "M23.9996 28V21.9999H27.9996V28H34V32H27.9996V38H23.9996V32H18.0004V28H23.9996Z", fill: color })
|
|
1677
1832
|
] });
|
|
1678
1833
|
}
|
|
1679
1834
|
if (fill) {
|
|
1680
|
-
return /* @__PURE__ */
|
|
1681
|
-
/* @__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(
|
|
1682
1837
|
"path",
|
|
1683
1838
|
{
|
|
1684
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",
|
|
1685
1840
|
fill: color
|
|
1686
1841
|
}
|
|
1687
1842
|
),
|
|
1688
|
-
/* @__PURE__ */
|
|
1843
|
+
/* @__PURE__ */ jsx45(
|
|
1689
1844
|
"path",
|
|
1690
1845
|
{
|
|
1691
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",
|
|
1692
1847
|
fill: color
|
|
1693
1848
|
}
|
|
1694
1849
|
),
|
|
1695
|
-
/* @__PURE__ */
|
|
1850
|
+
/* @__PURE__ */ jsx45(
|
|
1696
1851
|
"path",
|
|
1697
1852
|
{
|
|
1698
1853
|
d: "M24.4996 28.5V21.9999H27.4996V28.5H34V31.5H27.4996V38H24.4996V31.5H18.0004V28.5H24.4996Z",
|
|
@@ -1701,8 +1856,8 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
|
|
|
1701
1856
|
)
|
|
1702
1857
|
] });
|
|
1703
1858
|
}
|
|
1704
|
-
return /* @__PURE__ */
|
|
1705
|
-
/* @__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(
|
|
1706
1861
|
"path",
|
|
1707
1862
|
{
|
|
1708
1863
|
"fill-rule": "evenodd",
|
|
@@ -1711,36 +1866,23 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
|
|
|
1711
1866
|
fill: color
|
|
1712
1867
|
}
|
|
1713
1868
|
),
|
|
1714
|
-
/* @__PURE__ */
|
|
1869
|
+
/* @__PURE__ */ jsx45(
|
|
1715
1870
|
"path",
|
|
1716
1871
|
{
|
|
1717
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",
|
|
1718
1873
|
fill: color
|
|
1719
1874
|
}
|
|
1720
1875
|
),
|
|
1721
|
-
/* @__PURE__ */
|
|
1876
|
+
/* @__PURE__ */ jsx45("path", { d: "M24.4996 28.5V21.9999H27.4996V28.5H34V31.5H27.4996V38H24.4996V31.5H18.0004V28.5H24.4996Z", fill: color })
|
|
1722
1877
|
] });
|
|
1723
1878
|
}, "ICPersonAdd");
|
|
1724
1879
|
|
|
1725
1880
|
// src/assets/send.tsx
|
|
1726
|
-
import {
|
|
1727
|
-
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
1881
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
1728
1882
|
var ICSend = /* @__PURE__ */ __name((props) => {
|
|
1729
|
-
const [isDarkMode, setIsDarkMode] = useState37(false);
|
|
1730
1883
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1731
|
-
if (thick) {
|
|
1732
|
-
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(
|
|
1733
|
-
"path",
|
|
1734
|
-
{
|
|
1735
|
-
"fill-rule": "evenodd",
|
|
1736
|
-
"clip-rule": "evenodd",
|
|
1737
|
-
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",
|
|
1738
|
-
fill: color
|
|
1739
|
-
}
|
|
1740
|
-
) });
|
|
1741
|
-
}
|
|
1742
1884
|
if (fill && thick) {
|
|
1743
|
-
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(
|
|
1744
1886
|
"path",
|
|
1745
1887
|
{
|
|
1746
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",
|
|
@@ -1751,8 +1893,19 @@ var ICSend = /* @__PURE__ */ __name((props) => {
|
|
|
1751
1893
|
}
|
|
1752
1894
|
) });
|
|
1753
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
|
+
}
|
|
1754
1907
|
if (fill) {
|
|
1755
|
-
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(
|
|
1756
1909
|
"path",
|
|
1757
1910
|
{
|
|
1758
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",
|
|
@@ -1763,7 +1916,7 @@ var ICSend = /* @__PURE__ */ __name((props) => {
|
|
|
1763
1916
|
}
|
|
1764
1917
|
) });
|
|
1765
1918
|
}
|
|
1766
|
-
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(
|
|
1767
1920
|
"path",
|
|
1768
1921
|
{
|
|
1769
1922
|
"fill-rule": "evenodd",
|
|
@@ -1775,13 +1928,11 @@ var ICSend = /* @__PURE__ */ __name((props) => {
|
|
|
1775
1928
|
}, "ICSend");
|
|
1776
1929
|
|
|
1777
1930
|
// src/assets/check-mark.tsx
|
|
1778
|
-
import {
|
|
1779
|
-
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
1931
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
1780
1932
|
var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
1781
|
-
const [isDarkMode, setIsDarkMode] = useState38(false);
|
|
1782
1933
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1783
1934
|
if (fill && thick) {
|
|
1784
|
-
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(
|
|
1785
1936
|
"path",
|
|
1786
1937
|
{
|
|
1787
1938
|
"fill-rule": "evenodd",
|
|
@@ -1792,7 +1943,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
|
1792
1943
|
) });
|
|
1793
1944
|
}
|
|
1794
1945
|
if (thick) {
|
|
1795
|
-
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(
|
|
1796
1947
|
"path",
|
|
1797
1948
|
{
|
|
1798
1949
|
"fill-rule": "evenodd",
|
|
@@ -1803,7 +1954,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
|
1803
1954
|
) });
|
|
1804
1955
|
}
|
|
1805
1956
|
if (fill) {
|
|
1806
|
-
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(
|
|
1807
1958
|
"path",
|
|
1808
1959
|
{
|
|
1809
1960
|
"fill-rule": "evenodd",
|
|
@@ -1813,7 +1964,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
|
1813
1964
|
}
|
|
1814
1965
|
) });
|
|
1815
1966
|
}
|
|
1816
|
-
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(
|
|
1817
1968
|
"path",
|
|
1818
1969
|
{
|
|
1819
1970
|
"fill-rule": "evenodd",
|
|
@@ -1825,25 +1976,11 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
|
1825
1976
|
}, "ICCheckMark");
|
|
1826
1977
|
|
|
1827
1978
|
// src/assets/exclamationmark.tsx
|
|
1828
|
-
import {
|
|
1829
|
-
import { jsx as jsx39, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
1979
|
+
import { jsx as jsx48, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1830
1980
|
var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
1831
|
-
const [isDarkMode, setIsDarkMode] = useState39(false);
|
|
1832
1981
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1833
|
-
if (thick) {
|
|
1834
|
-
return /* @__PURE__ */ jsxs25("svg", { ...props, width: "5", height: size, viewBox: "0 0 5 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1835
|
-
/* @__PURE__ */ jsx39("path", { d: "M0.351562 0V19H4.35156V0H0.351562Z", fill: color }),
|
|
1836
|
-
/* @__PURE__ */ jsx39(
|
|
1837
|
-
"path",
|
|
1838
|
-
{
|
|
1839
|
-
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",
|
|
1840
|
-
fill: color
|
|
1841
|
-
}
|
|
1842
|
-
)
|
|
1843
|
-
] });
|
|
1844
|
-
}
|
|
1845
1982
|
if (fill && thick) {
|
|
1846
|
-
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(
|
|
1847
1984
|
"path",
|
|
1848
1985
|
{
|
|
1849
1986
|
"fill-rule": "evenodd",
|
|
@@ -1853,8 +1990,20 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
|
1853
1990
|
}
|
|
1854
1991
|
) });
|
|
1855
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
|
+
}
|
|
1856
2005
|
if (fill) {
|
|
1857
|
-
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(
|
|
1858
2007
|
"path",
|
|
1859
2008
|
{
|
|
1860
2009
|
"fill-rule": "evenodd",
|
|
@@ -1864,9 +2013,9 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
|
1864
2013
|
}
|
|
1865
2014
|
) });
|
|
1866
2015
|
}
|
|
1867
|
-
return /* @__PURE__ */
|
|
1868
|
-
/* @__PURE__ */
|
|
1869
|
-
/* @__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(
|
|
1870
2019
|
"path",
|
|
1871
2020
|
{
|
|
1872
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",
|
|
@@ -1877,13 +2026,11 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
|
1877
2026
|
}, "ICExclamationmark");
|
|
1878
2027
|
|
|
1879
2028
|
// src/assets/close.tsx
|
|
1880
|
-
import {
|
|
1881
|
-
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
2029
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
1882
2030
|
var ICClose = /* @__PURE__ */ __name((props) => {
|
|
1883
|
-
const [isDarkMode, setIsDarkMode] = useState40(false);
|
|
1884
2031
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1885
|
-
if (
|
|
1886
|
-
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(
|
|
1887
2034
|
"path",
|
|
1888
2035
|
{
|
|
1889
2036
|
"fill-rule": "evenodd",
|
|
@@ -1894,16 +2041,16 @@ var ICClose = /* @__PURE__ */ __name((props) => {
|
|
|
1894
2041
|
) });
|
|
1895
2042
|
}
|
|
1896
2043
|
if (thick) {
|
|
1897
|
-
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(
|
|
1898
2045
|
"path",
|
|
1899
2046
|
{
|
|
1900
|
-
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",
|
|
1901
2048
|
fill: color
|
|
1902
2049
|
}
|
|
1903
2050
|
) });
|
|
1904
2051
|
}
|
|
1905
2052
|
if (fill) {
|
|
1906
|
-
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(
|
|
1907
2054
|
"path",
|
|
1908
2055
|
{
|
|
1909
2056
|
"fill-rule": "evenodd",
|
|
@@ -1913,7 +2060,7 @@ var ICClose = /* @__PURE__ */ __name((props) => {
|
|
|
1913
2060
|
}
|
|
1914
2061
|
) });
|
|
1915
2062
|
}
|
|
1916
|
-
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(
|
|
1917
2064
|
"path",
|
|
1918
2065
|
{
|
|
1919
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",
|
|
@@ -1922,50 +2069,20 @@ var ICClose = /* @__PURE__ */ __name((props) => {
|
|
|
1922
2069
|
) });
|
|
1923
2070
|
}, "ICClose");
|
|
1924
2071
|
|
|
1925
|
-
// src/assets/close-fill.tsx
|
|
1926
|
-
import { useState as useState41 } from "react";
|
|
1927
|
-
import { jsx as jsx41, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
1928
|
-
var ICCloseFill = /* @__PURE__ */ __name((props) => {
|
|
1929
|
-
const [isDarkMode, setIsDarkMode] = useState41(false);
|
|
1930
|
-
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1931
|
-
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: [
|
|
1932
|
-
/* @__PURE__ */ jsx41(
|
|
1933
|
-
"path",
|
|
1934
|
-
{
|
|
1935
|
-
id: "Vector",
|
|
1936
|
-
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",
|
|
1937
|
-
fill: "#1E1E1F"
|
|
1938
|
-
}
|
|
1939
|
-
),
|
|
1940
|
-
/* @__PURE__ */ jsx41(
|
|
1941
|
-
"path",
|
|
1942
|
-
{
|
|
1943
|
-
id: "Vector_2",
|
|
1944
|
-
"fill-rule": "evenodd",
|
|
1945
|
-
"clip-rule": "evenodd",
|
|
1946
|
-
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",
|
|
1947
|
-
fill: "white"
|
|
1948
|
-
}
|
|
1949
|
-
)
|
|
1950
|
-
] }) });
|
|
1951
|
-
}, "ICCloseFill");
|
|
1952
|
-
|
|
1953
2072
|
// src/assets/lock.tsx
|
|
1954
|
-
import {
|
|
1955
|
-
import { jsx as jsx42, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
2073
|
+
import { jsx as jsx50, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1956
2074
|
var ICLock = /* @__PURE__ */ __name((props) => {
|
|
1957
|
-
const [isDarkMode, setIsDarkMode] = useState42(false);
|
|
1958
2075
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1959
|
-
if (thick) {
|
|
1960
|
-
return /* @__PURE__ */
|
|
1961
|
-
/* @__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(
|
|
1962
2079
|
"path",
|
|
1963
2080
|
{
|
|
1964
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",
|
|
1965
2082
|
fill: color
|
|
1966
2083
|
}
|
|
1967
2084
|
),
|
|
1968
|
-
/* @__PURE__ */
|
|
2085
|
+
/* @__PURE__ */ jsx50(
|
|
1969
2086
|
"path",
|
|
1970
2087
|
{
|
|
1971
2088
|
"fill-rule": "evenodd",
|
|
@@ -1976,16 +2093,38 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
1976
2093
|
)
|
|
1977
2094
|
] });
|
|
1978
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
|
+
}
|
|
1979
2118
|
if (fill) {
|
|
1980
|
-
return /* @__PURE__ */
|
|
1981
|
-
/* @__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(
|
|
1982
2121
|
"path",
|
|
1983
2122
|
{
|
|
1984
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",
|
|
1985
2124
|
fill: color
|
|
1986
2125
|
}
|
|
1987
2126
|
),
|
|
1988
|
-
/* @__PURE__ */
|
|
2127
|
+
/* @__PURE__ */ jsx50(
|
|
1989
2128
|
"path",
|
|
1990
2129
|
{
|
|
1991
2130
|
"fill-rule": "evenodd",
|
|
@@ -1996,8 +2135,8 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
1996
2135
|
)
|
|
1997
2136
|
] });
|
|
1998
2137
|
}
|
|
1999
|
-
return /* @__PURE__ */
|
|
2000
|
-
/* @__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(
|
|
2001
2140
|
"path",
|
|
2002
2141
|
{
|
|
2003
2142
|
"fill-rule": "evenodd",
|
|
@@ -2006,7 +2145,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
2006
2145
|
fill: color
|
|
2007
2146
|
}
|
|
2008
2147
|
),
|
|
2009
|
-
/* @__PURE__ */
|
|
2148
|
+
/* @__PURE__ */ jsx50(
|
|
2010
2149
|
"path",
|
|
2011
2150
|
{
|
|
2012
2151
|
"fill-rule": "evenodd",
|
|
@@ -2019,110 +2158,108 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
2019
2158
|
}, "ICLock");
|
|
2020
2159
|
|
|
2021
2160
|
// src/assets/ai.tsx
|
|
2022
|
-
import {
|
|
2023
|
-
import { jsx as jsx43, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
2161
|
+
import { jsx as jsx51, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
2024
2162
|
var ICAi = /* @__PURE__ */ __name((props) => {
|
|
2025
|
-
const [isDarkMode, setIsDarkMode] = useState43(false);
|
|
2026
2163
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2027
2164
|
if (fill && thick) {
|
|
2028
|
-
return /* @__PURE__ */
|
|
2029
|
-
/* @__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(
|
|
2030
2167
|
"path",
|
|
2031
2168
|
{
|
|
2032
|
-
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",
|
|
2033
2170
|
fill: color
|
|
2034
2171
|
}
|
|
2035
2172
|
),
|
|
2036
|
-
/* @__PURE__ */
|
|
2037
|
-
/* @__PURE__ */
|
|
2173
|
+
/* @__PURE__ */ jsx51("path", { d: "M14.5514 23.9658H17.1227L15.8553 20.6297L14.5514 23.9658Z", fill: color }),
|
|
2174
|
+
/* @__PURE__ */ jsx51(
|
|
2038
2175
|
"path",
|
|
2039
2176
|
{
|
|
2040
2177
|
"fill-rule": "evenodd",
|
|
2041
2178
|
"clip-rule": "evenodd",
|
|
2042
|
-
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",
|
|
2043
2180
|
fill: color
|
|
2044
2181
|
}
|
|
2045
2182
|
)
|
|
2046
2183
|
] });
|
|
2047
2184
|
}
|
|
2048
2185
|
if (thick) {
|
|
2049
|
-
return /* @__PURE__ */
|
|
2050
|
-
/* @__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(
|
|
2051
2188
|
"path",
|
|
2052
2189
|
{
|
|
2053
|
-
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",
|
|
2054
2191
|
fill: color
|
|
2055
2192
|
}
|
|
2056
2193
|
),
|
|
2057
|
-
/* @__PURE__ */
|
|
2194
|
+
/* @__PURE__ */ jsx51(
|
|
2058
2195
|
"path",
|
|
2059
2196
|
{
|
|
2060
2197
|
"fill-rule": "evenodd",
|
|
2061
2198
|
"clip-rule": "evenodd",
|
|
2062
|
-
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",
|
|
2063
2200
|
fill: color
|
|
2064
2201
|
}
|
|
2065
2202
|
),
|
|
2066
|
-
/* @__PURE__ */
|
|
2067
|
-
/* @__PURE__ */
|
|
2203
|
+
/* @__PURE__ */ jsx51("path", { d: "M29.0001 13.5994H24.9945V29.5702H29.0001V13.5994Z", fill: color }),
|
|
2204
|
+
/* @__PURE__ */ jsx51(
|
|
2068
2205
|
"path",
|
|
2069
2206
|
{
|
|
2070
|
-
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",
|
|
2071
2208
|
fill: color
|
|
2072
2209
|
}
|
|
2073
2210
|
)
|
|
2074
2211
|
] });
|
|
2075
2212
|
}
|
|
2076
2213
|
if (fill) {
|
|
2077
|
-
return /* @__PURE__ */
|
|
2078
|
-
/* @__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(
|
|
2079
2216
|
"path",
|
|
2080
2217
|
{
|
|
2081
|
-
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",
|
|
2082
2219
|
fill: color
|
|
2083
2220
|
}
|
|
2084
2221
|
),
|
|
2085
|
-
/* @__PURE__ */
|
|
2086
|
-
/* @__PURE__ */
|
|
2222
|
+
/* @__PURE__ */ jsx51("path", { d: "M17.8893 23.1893H14.1089L16.0259 18.2844L17.8893 23.1893Z", fill: color }),
|
|
2223
|
+
/* @__PURE__ */ jsx51(
|
|
2087
2224
|
"path",
|
|
2088
2225
|
{
|
|
2089
2226
|
"fill-rule": "evenodd",
|
|
2090
2227
|
"clip-rule": "evenodd",
|
|
2091
|
-
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",
|
|
2092
2229
|
fill: color
|
|
2093
2230
|
}
|
|
2094
2231
|
),
|
|
2095
|
-
/* @__PURE__ */
|
|
2232
|
+
/* @__PURE__ */ jsx51(
|
|
2096
2233
|
"path",
|
|
2097
2234
|
{
|
|
2098
|
-
d: "
|
|
2235
|
+
d: "M36.485 2.65369C36.4401 2.60617 36.3938 2.5599 36.3463 2.51493L36.3831 2.6169L36.485 2.65369Z",
|
|
2099
2236
|
fill: color
|
|
2100
2237
|
}
|
|
2101
2238
|
)
|
|
2102
2239
|
] });
|
|
2103
2240
|
}
|
|
2104
|
-
return /* @__PURE__ */
|
|
2105
|
-
/* @__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(
|
|
2106
2243
|
"path",
|
|
2107
2244
|
{
|
|
2108
|
-
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",
|
|
2109
2246
|
fill: color
|
|
2110
2247
|
}
|
|
2111
2248
|
),
|
|
2112
|
-
/* @__PURE__ */
|
|
2249
|
+
/* @__PURE__ */ jsx51(
|
|
2113
2250
|
"path",
|
|
2114
2251
|
{
|
|
2115
2252
|
"fill-rule": "evenodd",
|
|
2116
2253
|
"clip-rule": "evenodd",
|
|
2117
|
-
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",
|
|
2118
2255
|
fill: color
|
|
2119
2256
|
}
|
|
2120
2257
|
),
|
|
2121
|
-
/* @__PURE__ */
|
|
2122
|
-
/* @__PURE__ */
|
|
2258
|
+
/* @__PURE__ */ jsx51("path", { d: "M28.1634 13.1869H24.9184V28.544H28.1634V13.1869Z", fill: color }),
|
|
2259
|
+
/* @__PURE__ */ jsx51(
|
|
2123
2260
|
"path",
|
|
2124
2261
|
{
|
|
2125
|
-
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",
|
|
2126
2263
|
fill: color
|
|
2127
2264
|
}
|
|
2128
2265
|
)
|
|
@@ -2130,30 +2267,26 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2130
2267
|
}, "ICAi");
|
|
2131
2268
|
|
|
2132
2269
|
// src/assets/stack.tsx
|
|
2133
|
-
import {
|
|
2134
|
-
import { jsx as jsx44, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
2270
|
+
import { jsx as jsx52, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
2135
2271
|
var ICStack = /* @__PURE__ */ __name((props) => {
|
|
2136
|
-
const [isDarkMode, setIsDarkMode] = useState44(false);
|
|
2137
2272
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2138
|
-
if (thick) {
|
|
2139
|
-
return /* @__PURE__ */
|
|
2140
|
-
/* @__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(
|
|
2141
2276
|
"path",
|
|
2142
2277
|
{
|
|
2143
|
-
|
|
2144
|
-
"clip-rule": "evenodd",
|
|
2145
|
-
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",
|
|
2146
2279
|
fill: color
|
|
2147
2280
|
}
|
|
2148
2281
|
),
|
|
2149
|
-
/* @__PURE__ */
|
|
2282
|
+
/* @__PURE__ */ jsx52(
|
|
2150
2283
|
"path",
|
|
2151
2284
|
{
|
|
2152
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",
|
|
2153
2286
|
fill: color
|
|
2154
2287
|
}
|
|
2155
2288
|
),
|
|
2156
|
-
/* @__PURE__ */
|
|
2289
|
+
/* @__PURE__ */ jsx52(
|
|
2157
2290
|
"path",
|
|
2158
2291
|
{
|
|
2159
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",
|
|
@@ -2162,23 +2295,25 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2162
2295
|
)
|
|
2163
2296
|
] });
|
|
2164
2297
|
}
|
|
2165
|
-
if (
|
|
2166
|
-
return /* @__PURE__ */
|
|
2167
|
-
/* @__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(
|
|
2168
2301
|
"path",
|
|
2169
2302
|
{
|
|
2170
|
-
|
|
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",
|
|
2171
2306
|
fill: color
|
|
2172
2307
|
}
|
|
2173
2308
|
),
|
|
2174
|
-
/* @__PURE__ */
|
|
2309
|
+
/* @__PURE__ */ jsx52(
|
|
2175
2310
|
"path",
|
|
2176
2311
|
{
|
|
2177
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",
|
|
2178
2313
|
fill: color
|
|
2179
2314
|
}
|
|
2180
2315
|
),
|
|
2181
|
-
/* @__PURE__ */
|
|
2316
|
+
/* @__PURE__ */ jsx52(
|
|
2182
2317
|
"path",
|
|
2183
2318
|
{
|
|
2184
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",
|
|
@@ -2188,22 +2323,22 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2188
2323
|
] });
|
|
2189
2324
|
}
|
|
2190
2325
|
if (fill) {
|
|
2191
|
-
return /* @__PURE__ */
|
|
2192
|
-
/* @__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(
|
|
2193
2328
|
"path",
|
|
2194
2329
|
{
|
|
2195
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",
|
|
2196
2331
|
fill: color
|
|
2197
2332
|
}
|
|
2198
2333
|
),
|
|
2199
|
-
/* @__PURE__ */
|
|
2334
|
+
/* @__PURE__ */ jsx52(
|
|
2200
2335
|
"path",
|
|
2201
2336
|
{
|
|
2202
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",
|
|
2203
2338
|
fill: color
|
|
2204
2339
|
}
|
|
2205
2340
|
),
|
|
2206
|
-
/* @__PURE__ */
|
|
2341
|
+
/* @__PURE__ */ jsx52(
|
|
2207
2342
|
"path",
|
|
2208
2343
|
{
|
|
2209
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",
|
|
@@ -2212,8 +2347,8 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2212
2347
|
)
|
|
2213
2348
|
] });
|
|
2214
2349
|
}
|
|
2215
|
-
return /* @__PURE__ */
|
|
2216
|
-
/* @__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(
|
|
2217
2352
|
"path",
|
|
2218
2353
|
{
|
|
2219
2354
|
"fill-rule": "evenodd",
|
|
@@ -2222,14 +2357,14 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2222
2357
|
fill: color
|
|
2223
2358
|
}
|
|
2224
2359
|
),
|
|
2225
|
-
/* @__PURE__ */
|
|
2360
|
+
/* @__PURE__ */ jsx52(
|
|
2226
2361
|
"path",
|
|
2227
2362
|
{
|
|
2228
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",
|
|
2229
2364
|
fill: color
|
|
2230
2365
|
}
|
|
2231
2366
|
),
|
|
2232
|
-
/* @__PURE__ */
|
|
2367
|
+
/* @__PURE__ */ jsx52(
|
|
2233
2368
|
"path",
|
|
2234
2369
|
{
|
|
2235
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",
|
|
@@ -2240,14 +2375,12 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2240
2375
|
}, "ICStack");
|
|
2241
2376
|
|
|
2242
2377
|
// src/assets/summarize.tsx
|
|
2243
|
-
import {
|
|
2244
|
-
import { jsx as jsx45, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
2378
|
+
import { jsx as jsx53, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
2245
2379
|
var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
2246
|
-
const [isDarkMode, setIsDarkMode] = useState45(false);
|
|
2247
2380
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2248
|
-
if (thick) {
|
|
2249
|
-
return /* @__PURE__ */
|
|
2250
|
-
/* @__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(
|
|
2251
2384
|
"path",
|
|
2252
2385
|
{
|
|
2253
2386
|
"fill-rule": "evenodd",
|
|
@@ -2256,7 +2389,40 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2256
2389
|
fill: color
|
|
2257
2390
|
}
|
|
2258
2391
|
),
|
|
2259
|
-
/* @__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(
|
|
2260
2426
|
"path",
|
|
2261
2427
|
{
|
|
2262
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",
|
|
@@ -2266,8 +2432,8 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2266
2432
|
] });
|
|
2267
2433
|
}
|
|
2268
2434
|
if (fill) {
|
|
2269
|
-
return /* @__PURE__ */
|
|
2270
|
-
/* @__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(
|
|
2271
2437
|
"path",
|
|
2272
2438
|
{
|
|
2273
2439
|
"fill-rule": "evenodd",
|
|
@@ -2276,7 +2442,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2276
2442
|
fill: color
|
|
2277
2443
|
}
|
|
2278
2444
|
),
|
|
2279
|
-
/* @__PURE__ */
|
|
2445
|
+
/* @__PURE__ */ jsx53(
|
|
2280
2446
|
"path",
|
|
2281
2447
|
{
|
|
2282
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",
|
|
@@ -2285,24 +2451,24 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2285
2451
|
)
|
|
2286
2452
|
] });
|
|
2287
2453
|
}
|
|
2288
|
-
return /* @__PURE__ */
|
|
2289
|
-
/* @__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(
|
|
2290
2456
|
"path",
|
|
2291
2457
|
{
|
|
2292
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",
|
|
2293
2459
|
fill: color
|
|
2294
2460
|
}
|
|
2295
2461
|
),
|
|
2296
|
-
/* @__PURE__ */
|
|
2297
|
-
/* @__PURE__ */
|
|
2462
|
+
/* @__PURE__ */ jsx53("path", { d: "M22.8052 9.12207H7.60173V12.1628H22.8052V9.12207Z", fill: color }),
|
|
2463
|
+
/* @__PURE__ */ jsx53(
|
|
2298
2464
|
"path",
|
|
2299
2465
|
{
|
|
2300
2466
|
d: "M7.60173 24.3255H17.0065C16.4019 25.2528 15.9316 26.2755 15.6231 27.3662H7.60173V24.3255Z",
|
|
2301
2467
|
fill: color
|
|
2302
2468
|
}
|
|
2303
2469
|
),
|
|
2304
|
-
/* @__PURE__ */
|
|
2305
|
-
/* @__PURE__ */
|
|
2470
|
+
/* @__PURE__ */ jsx53("path", { d: "M7.60173 19.7645V16.7238H22.8052V19.7645H7.60173Z", fill: color }),
|
|
2471
|
+
/* @__PURE__ */ jsx53(
|
|
2306
2472
|
"path",
|
|
2307
2473
|
{
|
|
2308
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",
|
|
@@ -2313,13 +2479,11 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
|
2313
2479
|
}, "ICSummarize");
|
|
2314
2480
|
|
|
2315
2481
|
// src/assets/memo.tsx
|
|
2316
|
-
import {
|
|
2317
|
-
import { jsx as jsx46, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
2482
|
+
import { jsx as jsx54, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
2318
2483
|
var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
2319
|
-
const [isDarkMode, setIsDarkMode] = useState46(false);
|
|
2320
2484
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2321
|
-
if (thick) {
|
|
2322
|
-
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(
|
|
2323
2487
|
"path",
|
|
2324
2488
|
{
|
|
2325
2489
|
d: "M9 7H7V9V13V15V17V21V23V25V29V31H9H22H24V29V25V23H29H31V21V17V15V13V9V7H29H9ZM36 36H2L2 2L36 2V36Z",
|
|
@@ -2329,8 +2493,24 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2329
2493
|
}
|
|
2330
2494
|
) });
|
|
2331
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
|
+
}
|
|
2332
2512
|
if (fill) {
|
|
2333
|
-
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(
|
|
2334
2514
|
"path",
|
|
2335
2515
|
{
|
|
2336
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",
|
|
@@ -2340,11 +2520,11 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2340
2520
|
}
|
|
2341
2521
|
) });
|
|
2342
2522
|
}
|
|
2343
|
-
return /* @__PURE__ */
|
|
2344
|
-
/* @__PURE__ */
|
|
2345
|
-
/* @__PURE__ */
|
|
2346
|
-
/* @__PURE__ */
|
|
2347
|
-
/* @__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(
|
|
2348
2528
|
"path",
|
|
2349
2529
|
{
|
|
2350
2530
|
"fill-rule": "evenodd",
|
|
@@ -2357,51 +2537,63 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2357
2537
|
}, "ICMemo");
|
|
2358
2538
|
|
|
2359
2539
|
// src/assets/highlighter.tsx
|
|
2360
|
-
import {
|
|
2361
|
-
import { jsx as jsx47, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
2540
|
+
import { jsx as jsx55, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
2362
2541
|
var ICHighlighter = /* @__PURE__ */ __name((props) => {
|
|
2363
|
-
const [isDarkMode, setIsDarkMode] = useState47(false);
|
|
2364
2542
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2365
|
-
if (thick) {
|
|
2366
|
-
return /* @__PURE__ */
|
|
2367
|
-
/* @__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(
|
|
2368
2546
|
"path",
|
|
2369
2547
|
{
|
|
2370
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",
|
|
2371
2549
|
fill: color
|
|
2372
2550
|
}
|
|
2373
2551
|
),
|
|
2374
|
-
/* @__PURE__ */
|
|
2552
|
+
/* @__PURE__ */ jsx55(
|
|
2375
2553
|
"path",
|
|
2376
2554
|
{
|
|
2377
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",
|
|
2378
2556
|
fill: color
|
|
2379
2557
|
}
|
|
2380
2558
|
),
|
|
2381
|
-
/* @__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 })
|
|
2382
2574
|
] });
|
|
2383
2575
|
}
|
|
2384
2576
|
if (fill) {
|
|
2385
|
-
return /* @__PURE__ */
|
|
2386
|
-
/* @__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(
|
|
2387
2579
|
"path",
|
|
2388
2580
|
{
|
|
2389
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",
|
|
2390
2582
|
fill: color
|
|
2391
2583
|
}
|
|
2392
2584
|
),
|
|
2393
|
-
/* @__PURE__ */
|
|
2585
|
+
/* @__PURE__ */ jsx55(
|
|
2394
2586
|
"path",
|
|
2395
2587
|
{
|
|
2396
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",
|
|
2397
2589
|
fill: color
|
|
2398
2590
|
}
|
|
2399
2591
|
),
|
|
2400
|
-
/* @__PURE__ */
|
|
2592
|
+
/* @__PURE__ */ jsx55("path", { d: "M34.2255 34.3975H0V37.4174H34.2255V34.3975Z", fill: color })
|
|
2401
2593
|
] });
|
|
2402
2594
|
}
|
|
2403
|
-
return /* @__PURE__ */
|
|
2404
|
-
/* @__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(
|
|
2405
2597
|
"path",
|
|
2406
2598
|
{
|
|
2407
2599
|
"fill-rule": "evenodd",
|
|
@@ -2410,30 +2602,76 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
|
|
|
2410
2602
|
fill: color
|
|
2411
2603
|
}
|
|
2412
2604
|
),
|
|
2413
|
-
/* @__PURE__ */
|
|
2605
|
+
/* @__PURE__ */ jsx55("path", { d: "M34.2255 34.3977H0V37.4176H34.2255V34.3977Z", fill: color })
|
|
2414
2606
|
] });
|
|
2415
2607
|
}, "ICHighlighter");
|
|
2416
2608
|
|
|
2417
2609
|
// src/assets/creditcard.tsx
|
|
2418
|
-
import {
|
|
2419
|
-
|
|
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");
|
|
2420
2660
|
|
|
2421
2661
|
// src/assets/speaker.tsx
|
|
2422
|
-
import {
|
|
2423
|
-
import { jsx as jsx49, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
2662
|
+
import { jsx as jsx57, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
2424
2663
|
var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
2425
|
-
const [isDarkMode, setIsDarkMode] = useState49(false);
|
|
2426
2664
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2427
|
-
if (thick) {
|
|
2428
|
-
return /* @__PURE__ */
|
|
2429
|
-
/* @__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(
|
|
2430
2668
|
"path",
|
|
2431
2669
|
{
|
|
2432
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",
|
|
2433
2671
|
fill: color
|
|
2434
2672
|
}
|
|
2435
2673
|
),
|
|
2436
|
-
/* @__PURE__ */
|
|
2674
|
+
/* @__PURE__ */ jsx57(
|
|
2437
2675
|
"path",
|
|
2438
2676
|
{
|
|
2439
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",
|
|
@@ -2442,16 +2680,36 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2442
2680
|
)
|
|
2443
2681
|
] });
|
|
2444
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
|
+
}
|
|
2445
2703
|
if (fill) {
|
|
2446
|
-
return /* @__PURE__ */
|
|
2447
|
-
/* @__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(
|
|
2448
2706
|
"path",
|
|
2449
2707
|
{
|
|
2450
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",
|
|
2451
2709
|
fill: color
|
|
2452
2710
|
}
|
|
2453
2711
|
),
|
|
2454
|
-
/* @__PURE__ */
|
|
2712
|
+
/* @__PURE__ */ jsx57(
|
|
2455
2713
|
"path",
|
|
2456
2714
|
{
|
|
2457
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",
|
|
@@ -2460,8 +2718,8 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2460
2718
|
)
|
|
2461
2719
|
] });
|
|
2462
2720
|
}
|
|
2463
|
-
return /* @__PURE__ */
|
|
2464
|
-
/* @__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(
|
|
2465
2723
|
"path",
|
|
2466
2724
|
{
|
|
2467
2725
|
"fill-rule": "evenodd",
|
|
@@ -2470,7 +2728,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2470
2728
|
fill: color
|
|
2471
2729
|
}
|
|
2472
2730
|
),
|
|
2473
|
-
/* @__PURE__ */
|
|
2731
|
+
/* @__PURE__ */ jsx57(
|
|
2474
2732
|
"path",
|
|
2475
2733
|
{
|
|
2476
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",
|
|
@@ -2481,21 +2739,39 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2481
2739
|
}, "ICSpeaker");
|
|
2482
2740
|
|
|
2483
2741
|
// src/assets/light.tsx
|
|
2484
|
-
import {
|
|
2485
|
-
import { jsx as jsx50, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
2742
|
+
import { jsx as jsx58, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
2486
2743
|
var ICLight = /* @__PURE__ */ __name((props) => {
|
|
2487
|
-
const [isDarkMode, setIsDarkMode] = useState50(false);
|
|
2488
2744
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2489
|
-
if (thick) {
|
|
2490
|
-
return /* @__PURE__ */
|
|
2491
|
-
/* @__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(
|
|
2492
2748
|
"path",
|
|
2493
2749
|
{
|
|
2494
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",
|
|
2495
2751
|
fill: color
|
|
2496
2752
|
}
|
|
2497
2753
|
),
|
|
2498
|
-
/* @__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(
|
|
2499
2775
|
"path",
|
|
2500
2776
|
{
|
|
2501
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",
|
|
@@ -2505,15 +2781,15 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2505
2781
|
] });
|
|
2506
2782
|
}
|
|
2507
2783
|
if (fill) {
|
|
2508
|
-
return /* @__PURE__ */
|
|
2509
|
-
/* @__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(
|
|
2510
2786
|
"path",
|
|
2511
2787
|
{
|
|
2512
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",
|
|
2513
2789
|
fill: color
|
|
2514
2790
|
}
|
|
2515
2791
|
),
|
|
2516
|
-
/* @__PURE__ */
|
|
2792
|
+
/* @__PURE__ */ jsx58(
|
|
2517
2793
|
"path",
|
|
2518
2794
|
{
|
|
2519
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",
|
|
@@ -2522,8 +2798,8 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2522
2798
|
)
|
|
2523
2799
|
] });
|
|
2524
2800
|
}
|
|
2525
|
-
return /* @__PURE__ */
|
|
2526
|
-
/* @__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(
|
|
2527
2803
|
"path",
|
|
2528
2804
|
{
|
|
2529
2805
|
"fill-rule": "evenodd",
|
|
@@ -2532,7 +2808,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2532
2808
|
fill: color
|
|
2533
2809
|
}
|
|
2534
2810
|
),
|
|
2535
|
-
/* @__PURE__ */
|
|
2811
|
+
/* @__PURE__ */ jsx58(
|
|
2536
2812
|
"path",
|
|
2537
2813
|
{
|
|
2538
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",
|
|
@@ -2543,51 +2819,179 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2543
2819
|
}, "ICLight");
|
|
2544
2820
|
|
|
2545
2821
|
// src/assets/document-add.tsx
|
|
2546
|
-
import {
|
|
2547
|
-
import { jsx as jsx51, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
2822
|
+
import { jsx as jsx59, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
2548
2823
|
var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
|
|
2549
|
-
const [isDarkMode, setIsDarkMode] = useState51(false);
|
|
2550
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
|
+
}
|
|
2551
2838
|
if (thick) {
|
|
2552
|
-
return /* @__PURE__ */
|
|
2553
|
-
/* @__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(
|
|
2554
2855
|
"path",
|
|
2555
2856
|
{
|
|
2556
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",
|
|
2557
2858
|
fill: color
|
|
2558
2859
|
}
|
|
2559
2860
|
),
|
|
2560
|
-
/* @__PURE__ */
|
|
2861
|
+
/* @__PURE__ */ jsx59(
|
|
2561
2862
|
"path",
|
|
2562
2863
|
{
|
|
2563
2864
|
d: "M16.501 1.60803V14.0769C16.501 14.3531 16.7248 14.5769 17.001 14.5769H28.6005L16.501 1.60803Z",
|
|
2564
2865
|
fill: color
|
|
2565
2866
|
}
|
|
2566
2867
|
),
|
|
2567
|
-
/* @__PURE__ */
|
|
2868
|
+
/* @__PURE__ */ jsx59("path", { d: "M26.9996 39.9996V34H21V31H26.9996V25H29.9996V31H36V34H29.9996V39.9996H26.9996Z", fill: color })
|
|
2568
2869
|
] });
|
|
2569
2870
|
}
|
|
2570
|
-
return /* @__PURE__ */
|
|
2571
|
-
/* @__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(
|
|
2572
2873
|
"path",
|
|
2573
2874
|
{
|
|
2574
|
-
|
|
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",
|
|
2575
2878
|
fill: color
|
|
2576
2879
|
}
|
|
2577
2880
|
),
|
|
2578
|
-
/* @__PURE__ */
|
|
2579
|
-
/* @__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 })
|
|
2580
2882
|
] });
|
|
2581
2883
|
}, "ICDocumentAdd");
|
|
2582
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
|
+
|
|
2583
2981
|
// src/utils/icon.tsx
|
|
2584
2982
|
var iconMap = {
|
|
2983
|
+
"close-fill": ICCloseFill,
|
|
2984
|
+
more: ICMore,
|
|
2985
|
+
liner: ICLiner,
|
|
2986
|
+
"liner-variation": ICLinerVariation,
|
|
2585
2987
|
history: ICHistory,
|
|
2586
2988
|
start: ICStart,
|
|
2587
2989
|
end: ICEnd,
|
|
2588
2990
|
paperclip: ICPaperclip,
|
|
2589
2991
|
share: ICShare,
|
|
2590
2992
|
"sign-out": ICSignOut,
|
|
2993
|
+
"check-mark-fill": ICCheckMarkFill,
|
|
2994
|
+
"exclamationmark-fill": ICExclamationmarkFill,
|
|
2591
2995
|
plus: ICPlus,
|
|
2592
2996
|
minus: ICMinus,
|
|
2593
2997
|
"new-thread": ICNewThread,
|
|
@@ -2606,6 +3010,8 @@ var iconMap = {
|
|
|
2606
3010
|
"arrow-up": ICArrowUp,
|
|
2607
3011
|
"arrow-down": ICArrowDown,
|
|
2608
3012
|
menu: ICMenu,
|
|
3013
|
+
"document-warning": ICDocumentWarning,
|
|
3014
|
+
"arrow-right": ICArrowRight,
|
|
2609
3015
|
"chart-bar": ICChartBar,
|
|
2610
3016
|
"chart-line-uptrend": ICChartLineUptrend,
|
|
2611
3017
|
folder: ICFolder,
|
|
@@ -2616,27 +3022,29 @@ var iconMap = {
|
|
|
2616
3022
|
"question-message": ICQuestionMessage,
|
|
2617
3023
|
books: ICBooks,
|
|
2618
3024
|
balance: ICBalance,
|
|
3025
|
+
"folder-add": ICFolderAdd,
|
|
2619
3026
|
document: ICDocument,
|
|
2620
3027
|
"person-add": ICPersonAdd,
|
|
2621
3028
|
send: ICSend,
|
|
2622
3029
|
"check-mark": ICCheckMark,
|
|
2623
3030
|
exclamationmark: ICExclamationmark,
|
|
2624
3031
|
close: ICClose,
|
|
2625
|
-
"close-fill": ICCloseFill,
|
|
2626
3032
|
lock: ICLock,
|
|
2627
3033
|
ai: ICAi,
|
|
2628
3034
|
stack: ICStack,
|
|
2629
3035
|
summarize: ICSummarize,
|
|
2630
3036
|
memo: ICMemo,
|
|
2631
3037
|
highlighter: ICHighlighter,
|
|
2632
|
-
creditcard:
|
|
3038
|
+
creditcard: ICCreditcard,
|
|
2633
3039
|
speaker: ICSpeaker,
|
|
2634
3040
|
light: ICLight,
|
|
2635
|
-
"document-add": ICDocumentAdd
|
|
3041
|
+
"document-add": ICDocumentAdd,
|
|
3042
|
+
"thumb-up": ICThumbUp,
|
|
3043
|
+
"thumb-down": ICThumbDown
|
|
2636
3044
|
};
|
|
2637
3045
|
|
|
2638
3046
|
// src/components/Icon/index.tsx
|
|
2639
|
-
import { jsx as
|
|
3047
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
2640
3048
|
var iconSizeMap = {
|
|
2641
3049
|
xs: 16,
|
|
2642
3050
|
s: 20,
|
|
@@ -2667,11 +3075,11 @@ var Icon = /* @__PURE__ */ __name((props) => {
|
|
|
2667
3075
|
const { name, type = "neutralLabelPrimary", size = "m", color, thick = false, fill = false, ...rest } = props;
|
|
2668
3076
|
const IconComponent = getIconComponent(name, iconMap);
|
|
2669
3077
|
const iconSize = iconSizeMap[size];
|
|
2670
|
-
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 });
|
|
2671
3079
|
}, "Icon");
|
|
2672
3080
|
|
|
2673
3081
|
// src/components/Button/index.tsx
|
|
2674
|
-
import { jsx as
|
|
3082
|
+
import { jsx as jsx63, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
2675
3083
|
var buttonIconSizeMap = {
|
|
2676
3084
|
cta: "m",
|
|
2677
3085
|
l: "s",
|
|
@@ -2744,16 +3152,16 @@ var DefaultButton = forwardRef(
|
|
|
2744
3152
|
width = "fit-content",
|
|
2745
3153
|
...rest
|
|
2746
3154
|
}, ref) => {
|
|
2747
|
-
return /* @__PURE__ */
|
|
2748
|
-
rest.leftIcon && /* @__PURE__ */
|
|
2749
|
-
/* @__PURE__ */
|
|
2750
|
-
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] })
|
|
2751
3159
|
] }) });
|
|
2752
3160
|
}
|
|
2753
3161
|
);
|
|
2754
3162
|
var TextButton = forwardRef(
|
|
2755
3163
|
({ level = "inversePrimary", ...rest }, ref) => {
|
|
2756
|
-
return /* @__PURE__ */
|
|
3164
|
+
return /* @__PURE__ */ jsx63("button", { ...rest, className: clsx2(textButtonVariants({ level })), ref });
|
|
2757
3165
|
}
|
|
2758
3166
|
);
|
|
2759
3167
|
var Button = forwardRef((props, ref) => {
|
|
@@ -2761,10 +3169,10 @@ var Button = forwardRef((props, ref) => {
|
|
|
2761
3169
|
case "default":
|
|
2762
3170
|
case void 0:
|
|
2763
3171
|
const DefaultComp = props.asChild ? Slot : DefaultButton;
|
|
2764
|
-
return /* @__PURE__ */
|
|
3172
|
+
return /* @__PURE__ */ jsx63(DefaultComp, { ...props, ref });
|
|
2765
3173
|
case "text":
|
|
2766
3174
|
const TextComp = props.asChild ? Slot : TextButton;
|
|
2767
|
-
return /* @__PURE__ */
|
|
3175
|
+
return /* @__PURE__ */ jsx63(TextComp, { ...props, ref });
|
|
2768
3176
|
}
|
|
2769
3177
|
});
|
|
2770
3178
|
|
|
@@ -2804,13 +3212,13 @@ var style_module_default3 = {
|
|
|
2804
3212
|
};
|
|
2805
3213
|
|
|
2806
3214
|
// src/components/Toast/index.tsx
|
|
2807
|
-
import { useEffect
|
|
3215
|
+
import { useEffect, useRef, useState } from "react";
|
|
2808
3216
|
|
|
2809
3217
|
// src/components/Typography/Paragraph.tsx
|
|
2810
3218
|
import clsx3 from "clsx";
|
|
2811
|
-
import { jsx as
|
|
3219
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
2812
3220
|
var Paragraph = /* @__PURE__ */ __name((props) => {
|
|
2813
|
-
return /* @__PURE__ */
|
|
3221
|
+
return /* @__PURE__ */ jsx64(
|
|
2814
3222
|
"div",
|
|
2815
3223
|
{
|
|
2816
3224
|
...props,
|
|
@@ -2822,20 +3230,20 @@ var Paragraph = /* @__PURE__ */ __name((props) => {
|
|
|
2822
3230
|
|
|
2823
3231
|
// src/components/Toast/index.tsx
|
|
2824
3232
|
import { useRecoilValue, useSetRecoilState as useSetRecoilState2 } from "recoil";
|
|
2825
|
-
import { Fragment, jsx as
|
|
3233
|
+
import { Fragment, jsx as jsx65, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
2826
3234
|
import { createElement } from "react";
|
|
2827
3235
|
var Toaster = /* @__PURE__ */ __name(() => {
|
|
2828
3236
|
const { list } = useRecoilValue(toastAtom);
|
|
2829
|
-
return /* @__PURE__ */
|
|
3237
|
+
return /* @__PURE__ */ jsxs41(Provider, { children: [
|
|
2830
3238
|
list.map((props) => /* @__PURE__ */ createElement(SingleToast, { ...props, key: props.toastId })),
|
|
2831
|
-
/* @__PURE__ */
|
|
3239
|
+
/* @__PURE__ */ jsx65(Viewport, { className: style_module_default3.ToastViewport })
|
|
2832
3240
|
] });
|
|
2833
3241
|
}, "Toaster");
|
|
2834
3242
|
var SingleToast = /* @__PURE__ */ __name((props) => {
|
|
2835
3243
|
const setToast = useSetRecoilState2(toastAtom);
|
|
2836
3244
|
const timerRef = useRef();
|
|
2837
3245
|
const { message, icon, button, timer, toastId } = props;
|
|
2838
|
-
const [isOpen, setIsOpen] =
|
|
3246
|
+
const [isOpen, setIsOpen] = useState(true);
|
|
2839
3247
|
const removeToast = /* @__PURE__ */ __name(() => {
|
|
2840
3248
|
setToast((prev) => {
|
|
2841
3249
|
return {
|
|
@@ -2844,7 +3252,7 @@ var SingleToast = /* @__PURE__ */ __name((props) => {
|
|
|
2844
3252
|
});
|
|
2845
3253
|
timerRef.current && clearTimeout(timerRef.current);
|
|
2846
3254
|
}, "removeToast");
|
|
2847
|
-
|
|
3255
|
+
useEffect(() => {
|
|
2848
3256
|
timerRef.current = setTimeout(() => {
|
|
2849
3257
|
removeToast();
|
|
2850
3258
|
clearTimeout(timerRef.current);
|
|
@@ -2858,21 +3266,21 @@ var SingleToast = /* @__PURE__ */ __name((props) => {
|
|
|
2858
3266
|
};
|
|
2859
3267
|
}, []);
|
|
2860
3268
|
const IconComponent = (() => {
|
|
2861
|
-
if (!icon) return /* @__PURE__ */
|
|
3269
|
+
if (!icon) return /* @__PURE__ */ jsx65(Fragment, {});
|
|
2862
3270
|
switch (icon) {
|
|
2863
3271
|
case "negative":
|
|
2864
|
-
return /* @__PURE__ */
|
|
3272
|
+
return /* @__PURE__ */ jsx65(Icon, { name: "exclamationmark", type: "functionLabelNegative", fill: true, size: "s" });
|
|
2865
3273
|
case "positive":
|
|
2866
|
-
return /* @__PURE__ */
|
|
3274
|
+
return /* @__PURE__ */ jsx65(Icon, { name: "check-mark", type: "functionLabelPositive", fill: true, size: "s" });
|
|
2867
3275
|
default:
|
|
2868
|
-
return /* @__PURE__ */
|
|
3276
|
+
return /* @__PURE__ */ jsx65(Fragment, {});
|
|
2869
3277
|
}
|
|
2870
3278
|
})();
|
|
2871
|
-
return /* @__PURE__ */
|
|
2872
|
-
/* @__PURE__ */
|
|
2873
|
-
/* @__PURE__ */
|
|
2874
|
-
/* @__PURE__ */
|
|
2875
|
-
button && /* @__PURE__ */
|
|
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 })
|
|
2876
3284
|
] })
|
|
2877
3285
|
] });
|
|
2878
3286
|
}, "SingleToast");
|