@liner-fe/prism 1.6.18 → 1.7.1
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-turn.d.ts +8 -0
- package/lib/assets/bolt.d.ts +8 -0
- package/lib/assets/book.d.ts +8 -0
- package/lib/assets/bookmark.d.ts +8 -0
- package/lib/assets/camera.d.ts +8 -0
- package/lib/assets/description.d.ts +8 -0
- package/lib/assets/desktop-on-cursor.d.ts +8 -0
- package/lib/assets/desktop.d.ts +8 -0
- package/lib/assets/index.d.ts +12 -0
- package/lib/assets/list.d.ts +8 -0
- package/lib/assets/photo.d.ts +8 -0
- package/lib/assets/power.d.ts +8 -0
- package/lib/assets/view-list.d.ts +8 -0
- package/lib/components/Button/index.d.ts +3 -3
- package/lib/index.css +57 -55
- package/lib/index.css.map +2 -2
- package/lib/index.mjs +1084 -637
- package/lib/index.mjs.map +4 -4
- package/lib/utils/icon.d.ts +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -203,20 +203,52 @@ var ICPersonFill = /* @__PURE__ */ __name((props) => {
|
|
|
203
203
|
] });
|
|
204
204
|
}, "ICPersonFill");
|
|
205
205
|
|
|
206
|
-
// src/assets/
|
|
206
|
+
// src/assets/list.tsx
|
|
207
207
|
import { jsx as jsx6, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
208
|
+
var ICList = /* @__PURE__ */ __name((props) => {
|
|
209
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
210
|
+
return /* @__PURE__ */ jsxs5("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
211
|
+
/* @__PURE__ */ jsx6(
|
|
212
|
+
"path",
|
|
213
|
+
{
|
|
214
|
+
d: "M8 8C6.89543 8 6 8.89543 6 10V12C6 13.1046 6.89543 14 8 14H10C11.1046 14 12 13.1046 12 12V10C12 8.89543 11.1046 8 10 8H8Z",
|
|
215
|
+
fill: color
|
|
216
|
+
}
|
|
217
|
+
),
|
|
218
|
+
/* @__PURE__ */ jsx6("path", { d: "M39 9.5H18V12.5H39V9.5Z", fill: color }),
|
|
219
|
+
/* @__PURE__ */ jsx6("path", { d: "M39 22.5H18V25.5H39V22.5Z", fill: color }),
|
|
220
|
+
/* @__PURE__ */ jsx6("path", { d: "M18 35.5H39V38.5H18V35.5Z", fill: color }),
|
|
221
|
+
/* @__PURE__ */ jsx6(
|
|
222
|
+
"path",
|
|
223
|
+
{
|
|
224
|
+
d: "M6 23C6 21.8954 6.89543 21 8 21H10C11.1046 21 12 21.8954 12 23V25C12 26.1046 11.1046 27 10 27H8C6.89543 27 6 26.1046 6 25V23Z",
|
|
225
|
+
fill: color
|
|
226
|
+
}
|
|
227
|
+
),
|
|
228
|
+
/* @__PURE__ */ jsx6(
|
|
229
|
+
"path",
|
|
230
|
+
{
|
|
231
|
+
d: "M8 34C6.89543 34 6 34.8954 6 36V38C6 39.1046 6.89543 40 8 40H10C11.1046 40 12 39.1046 12 38V36C12 34.8954 11.1046 34 10 34H8Z",
|
|
232
|
+
fill: color
|
|
233
|
+
}
|
|
234
|
+
)
|
|
235
|
+
] });
|
|
236
|
+
}, "ICList");
|
|
237
|
+
|
|
238
|
+
// src/assets/history.tsx
|
|
239
|
+
import { jsx as jsx7, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
208
240
|
var ICHistory = /* @__PURE__ */ __name((props) => {
|
|
209
241
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
210
242
|
if (thick) {
|
|
211
|
-
return /* @__PURE__ */
|
|
212
|
-
/* @__PURE__ */
|
|
243
|
+
return /* @__PURE__ */ jsxs6("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
244
|
+
/* @__PURE__ */ jsx7(
|
|
213
245
|
"path",
|
|
214
246
|
{
|
|
215
247
|
d: "M33.8995 14.1005C28.4322 8.63316 19.5678 8.63316 14.1005 14.1005C13.5039 14.6971 12.9731 15.3332 12.5076 16H18V20H9C6.79086 20 5 18.2092 5 16V7.00003H9L9 14.0445C9.65195 13.0642 10.4095 12.1346 11.2721 11.2721C18.3015 4.24264 29.6985 4.24264 36.7279 11.2721C43.7574 18.3015 43.7574 29.6985 36.7279 36.7279C29.6985 43.7574 18.3015 43.7574 11.2721 36.7279C9.51115 34.967 8.18872 32.9277 7.30892 30.7495C6.86587 29.6527 6.53544 28.5215 6.31741 27.3738L10.2471 26.6273C10.4168 27.5204 10.6738 28.3997 11.0178 29.2515C11.7001 30.9406 12.7263 32.5253 14.1005 33.8995C19.5678 39.3668 28.4322 39.3668 33.8995 33.8995C39.3668 28.4322 39.3668 19.5678 33.8995 14.1005Z",
|
|
216
248
|
fill: "black"
|
|
217
249
|
}
|
|
218
250
|
),
|
|
219
|
-
/* @__PURE__ */
|
|
251
|
+
/* @__PURE__ */ jsx7(
|
|
220
252
|
"path",
|
|
221
253
|
{
|
|
222
254
|
d: "M26 23.672V14.7613H22V23.672C22 24.7328 22.4214 25.7502 23.1715 26.5004L29.0858 32.4147L31.9142 29.5863L26 23.672Z",
|
|
@@ -225,15 +257,15 @@ var ICHistory = /* @__PURE__ */ __name((props) => {
|
|
|
225
257
|
)
|
|
226
258
|
] });
|
|
227
259
|
}
|
|
228
|
-
return /* @__PURE__ */
|
|
229
|
-
/* @__PURE__ */
|
|
260
|
+
return /* @__PURE__ */ jsxs6("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
261
|
+
/* @__PURE__ */ jsx7(
|
|
230
262
|
"path",
|
|
231
263
|
{
|
|
232
264
|
d: "M34.253 13.747C28.5904 8.08435 19.4096 8.08435 13.747 13.747C12.899 14.595 12.1789 15.5204 11.5859 16.5H19V19.5H10C8.067 19.5 6.5 17.933 6.5 16V7.00003H9.5L9.5 14.1967C10.1147 13.2896 10.8234 12.4279 11.6256 11.6256C18.4598 4.79146 29.5402 4.79146 36.3744 11.6256C43.2085 18.4598 43.2085 29.5402 36.3744 36.3744C29.5402 43.2085 18.4598 43.2085 11.6256 36.3744C9.91304 34.6618 8.62764 32.6793 7.77253 30.5623C7.34186 29.496 7.02061 28.3964 6.80863 27.2805L9.75592 26.7206C9.93164 27.6456 10.1978 28.5563 10.5542 29.4387C11.2612 31.189 12.3244 32.8305 13.747 34.253C19.4096 39.9157 28.5904 39.9157 34.253 34.253C39.9156 28.5904 39.9157 19.4096 34.253 13.747Z",
|
|
233
265
|
fill: "black"
|
|
234
266
|
}
|
|
235
267
|
),
|
|
236
|
-
/* @__PURE__ */
|
|
268
|
+
/* @__PURE__ */ jsx7(
|
|
237
269
|
"path",
|
|
238
270
|
{
|
|
239
271
|
d: "M25.5 23.672V14.7613H22.5V23.672C22.5 24.6002 22.8687 25.4905 23.5251 26.1468L29.4393 32.0612L31.5607 29.9399L25.6464 24.0255C25.5527 23.9318 25.5 23.8046 25.5 23.672Z",
|
|
@@ -244,13 +276,13 @@ var ICHistory = /* @__PURE__ */ __name((props) => {
|
|
|
244
276
|
}, "ICHistory");
|
|
245
277
|
|
|
246
278
|
// src/assets/start.tsx
|
|
247
|
-
import { jsx as
|
|
279
|
+
import { jsx as jsx8, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
248
280
|
var ICStart = /* @__PURE__ */ __name((props) => {
|
|
249
281
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
250
282
|
if (thick) {
|
|
251
|
-
return /* @__PURE__ */
|
|
252
|
-
/* @__PURE__ */
|
|
253
|
-
/* @__PURE__ */
|
|
283
|
+
return /* @__PURE__ */ jsxs7("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
284
|
+
/* @__PURE__ */ jsx8("path", { d: "M5 40.0006V8H9V40.0006H5Z", fill: color }),
|
|
285
|
+
/* @__PURE__ */ jsx8(
|
|
254
286
|
"path",
|
|
255
287
|
{
|
|
256
288
|
d: "M37.7288 26L27.7716 35.9572L30.6 38.7857L42.3715 27.0142C43.9336 25.4521 43.9336 22.9194 42.3715 21.3573L30.6 9.58578L27.7716 12.4142L37.3574 22L14 22V26L37.7288 26Z",
|
|
@@ -259,9 +291,9 @@ var ICStart = /* @__PURE__ */ __name((props) => {
|
|
|
259
291
|
)
|
|
260
292
|
] });
|
|
261
293
|
}
|
|
262
|
-
return /* @__PURE__ */
|
|
263
|
-
/* @__PURE__ */
|
|
264
|
-
/* @__PURE__ */
|
|
294
|
+
return /* @__PURE__ */ jsxs7("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
295
|
+
/* @__PURE__ */ jsx8("path", { d: "M5.5 40.0006V8H8.5V40.0006H5.5Z", fill: color }),
|
|
296
|
+
/* @__PURE__ */ jsx8(
|
|
265
297
|
"path",
|
|
266
298
|
{
|
|
267
299
|
d: "M38.9359 25.5L28.1251 36.3108L30.2465 38.4321L42.018 26.6606C43.3848 25.2938 43.3848 23.0777 42.018 21.7109L30.2465 9.93933L28.1251 12.0607L38.5645 22.5L14 22.5V25.5L38.9359 25.5Z",
|
|
@@ -272,13 +304,13 @@ var ICStart = /* @__PURE__ */ __name((props) => {
|
|
|
272
304
|
}, "ICStart");
|
|
273
305
|
|
|
274
306
|
// src/assets/end.tsx
|
|
275
|
-
import { jsx as
|
|
307
|
+
import { jsx as jsx9, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
276
308
|
var ICEnd = /* @__PURE__ */ __name((props) => {
|
|
277
309
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
278
310
|
if (thick) {
|
|
279
|
-
return /* @__PURE__ */
|
|
280
|
-
/* @__PURE__ */
|
|
281
|
-
/* @__PURE__ */
|
|
311
|
+
return /* @__PURE__ */ jsxs8("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
312
|
+
/* @__PURE__ */ jsx9("path", { d: "M43.5431 7.99996L43.5431 40.0006L39.5431 40.0006L39.5431 7.99996L43.5431 7.99996Z", fill: color }),
|
|
313
|
+
/* @__PURE__ */ jsx9(
|
|
282
314
|
"path",
|
|
283
315
|
{
|
|
284
316
|
d: "M10.8144 22.0006L20.7716 12.0434L17.9431 9.21496L6.17163 20.9865C4.60953 22.5486 4.60953 25.0812 6.17162 26.6433L17.9431 38.4149L20.7716 35.5864L11.1858 26.0006L34.5431 26.0006L34.5431 22.0006L10.8144 22.0006Z",
|
|
@@ -287,9 +319,9 @@ var ICEnd = /* @__PURE__ */ __name((props) => {
|
|
|
287
319
|
)
|
|
288
320
|
] });
|
|
289
321
|
}
|
|
290
|
-
return /* @__PURE__ */
|
|
291
|
-
/* @__PURE__ */
|
|
292
|
-
/* @__PURE__ */
|
|
322
|
+
return /* @__PURE__ */ jsxs8("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
323
|
+
/* @__PURE__ */ jsx9("path", { d: "M43.043 7.99996L43.043 40.0006L40.043 40.0006L40.043 7.99996L43.043 7.99996Z", fill: color }),
|
|
324
|
+
/* @__PURE__ */ jsx9(
|
|
293
325
|
"path",
|
|
294
326
|
{
|
|
295
327
|
"fill-rule": "evenodd",
|
|
@@ -302,12 +334,12 @@ var ICEnd = /* @__PURE__ */ __name((props) => {
|
|
|
302
334
|
}, "ICEnd");
|
|
303
335
|
|
|
304
336
|
// src/assets/paperclip.tsx
|
|
305
|
-
import { jsx as
|
|
337
|
+
import { jsx as jsx10, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
306
338
|
var ICPaperclip = /* @__PURE__ */ __name((props) => {
|
|
307
339
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
308
340
|
if (thick) {
|
|
309
|
-
return /* @__PURE__ */
|
|
310
|
-
/* @__PURE__ */
|
|
341
|
+
return /* @__PURE__ */ jsxs9("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
342
|
+
/* @__PURE__ */ jsx10("g", { "clip-path": "url(#clip0_978_3263)", children: /* @__PURE__ */ jsx10(
|
|
311
343
|
"path",
|
|
312
344
|
{
|
|
313
345
|
"fill-rule": "evenodd",
|
|
@@ -316,10 +348,10 @@ var ICPaperclip = /* @__PURE__ */ __name((props) => {
|
|
|
316
348
|
fill: color
|
|
317
349
|
}
|
|
318
350
|
) }),
|
|
319
|
-
/* @__PURE__ */
|
|
351
|
+
/* @__PURE__ */ jsx10("defs", { children: /* @__PURE__ */ jsx10("clipPath", { id: "clip0_978_3263", children: /* @__PURE__ */ jsx10("rect", { width: size, height: size, fill: "white" }) }) })
|
|
320
352
|
] });
|
|
321
353
|
}
|
|
322
|
-
return /* @__PURE__ */
|
|
354
|
+
return /* @__PURE__ */ jsx10("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx10(
|
|
323
355
|
"path",
|
|
324
356
|
{
|
|
325
357
|
"fill-rule": "evenodd",
|
|
@@ -331,19 +363,19 @@ var ICPaperclip = /* @__PURE__ */ __name((props) => {
|
|
|
331
363
|
}, "ICPaperclip");
|
|
332
364
|
|
|
333
365
|
// src/assets/share.tsx
|
|
334
|
-
import { jsx as
|
|
366
|
+
import { jsx as jsx11, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
335
367
|
var ICShare = /* @__PURE__ */ __name((props) => {
|
|
336
368
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
337
369
|
if (thick) {
|
|
338
|
-
return /* @__PURE__ */
|
|
339
|
-
/* @__PURE__ */
|
|
370
|
+
return /* @__PURE__ */ jsxs10("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
371
|
+
/* @__PURE__ */ jsx11(
|
|
340
372
|
"path",
|
|
341
373
|
{
|
|
342
374
|
d: "M25.999 10.8271L34.2725 19.1006L37.1009 16.2722L26.8284 5.9997C25.2663 4.4376 22.7337 4.4376 21.1716 5.9997L10.8991 16.2722L13.7275 19.1006L21.999 10.8291V32.9999H25.999V10.8271Z",
|
|
343
375
|
fill: color
|
|
344
376
|
}
|
|
345
377
|
),
|
|
346
|
-
/* @__PURE__ */
|
|
378
|
+
/* @__PURE__ */ jsx11(
|
|
347
379
|
"path",
|
|
348
380
|
{
|
|
349
381
|
d: "M39 38.9999V23.9999H43V38.9999C43 41.2091 41.2091 42.9999 39 42.9999H9C6.79086 42.9999 5 41.2091 5 38.9999V24H9V38.9999H39Z",
|
|
@@ -352,15 +384,15 @@ var ICShare = /* @__PURE__ */ __name((props) => {
|
|
|
352
384
|
)
|
|
353
385
|
] });
|
|
354
386
|
}
|
|
355
|
-
return /* @__PURE__ */
|
|
356
|
-
/* @__PURE__ */
|
|
387
|
+
return /* @__PURE__ */ jsxs10("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
388
|
+
/* @__PURE__ */ jsx11(
|
|
357
389
|
"path",
|
|
358
390
|
{
|
|
359
391
|
d: "M25.499 9.62004L34.6261 18.7471L36.7474 16.6257L26.4749 6.35325C25.108 4.98642 22.892 4.98642 21.5251 6.35325L11.2526 16.6257L13.374 18.7471L22.499 9.622V32.9999H25.499V9.62004Z",
|
|
360
392
|
fill: color
|
|
361
393
|
}
|
|
362
394
|
),
|
|
363
|
-
/* @__PURE__ */
|
|
395
|
+
/* @__PURE__ */ jsx11(
|
|
364
396
|
"path",
|
|
365
397
|
{
|
|
366
398
|
d: "M39.5 38.9999V23.9999H42.5V38.9999C42.5 40.9329 40.933 42.4999 39 42.4999H9C7.067 42.4999 5.5 40.9329 5.5 38.9999V24H8.5V38.9999C8.5 39.2761 8.72386 39.4999 9 39.4999H39C39.2761 39.4999 39.5 39.2761 39.5 38.9999Z",
|
|
@@ -371,19 +403,19 @@ var ICShare = /* @__PURE__ */ __name((props) => {
|
|
|
371
403
|
}, "ICShare");
|
|
372
404
|
|
|
373
405
|
// src/assets/sign-out.tsx
|
|
374
|
-
import { jsx as
|
|
406
|
+
import { jsx as jsx12, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
375
407
|
var ICSignOut = /* @__PURE__ */ __name((props) => {
|
|
376
408
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
377
409
|
if (thick) {
|
|
378
|
-
return /* @__PURE__ */
|
|
379
|
-
/* @__PURE__ */
|
|
410
|
+
return /* @__PURE__ */ jsxs11("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
411
|
+
/* @__PURE__ */ jsx12(
|
|
380
412
|
"path",
|
|
381
413
|
{
|
|
382
414
|
d: "M37.0869 25.9131L28.8134 34.1866L31.6418 37.015L41.9143 26.7425C43.4764 25.1804 43.4764 22.6477 41.9143 21.0856L31.6418 10.8131L28.8134 13.6416L37.0849 21.9131L14.9141 21.9131V25.9131L37.0869 25.9131Z",
|
|
383
415
|
fill: color
|
|
384
416
|
}
|
|
385
417
|
),
|
|
386
|
-
/* @__PURE__ */
|
|
418
|
+
/* @__PURE__ */ jsx12(
|
|
387
419
|
"path",
|
|
388
420
|
{
|
|
389
421
|
d: "M8.91406 38.9141H23.9141V42.9141H8.91406C6.70492 42.9141 4.91406 41.1232 4.91406 38.9141L4.91406 8.91406C4.91406 6.70492 6.70492 4.91406 8.91406 4.91406L23.914 4.91406V8.91406L8.91406 8.91406L8.91406 38.9141Z",
|
|
@@ -392,15 +424,15 @@ var ICSignOut = /* @__PURE__ */ __name((props) => {
|
|
|
392
424
|
)
|
|
393
425
|
] });
|
|
394
426
|
}
|
|
395
|
-
return /* @__PURE__ */
|
|
396
|
-
/* @__PURE__ */
|
|
427
|
+
return /* @__PURE__ */ jsxs11("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
428
|
+
/* @__PURE__ */ jsx12(
|
|
397
429
|
"path",
|
|
398
430
|
{
|
|
399
431
|
d: "M38.294 25.4131L29.1669 34.5401L31.2883 36.6614L41.5608 26.3889C42.9276 25.0221 42.9276 22.806 41.5608 21.4392L31.2883 11.1667L29.1669 13.288L38.292 22.4131L14.9141 22.4131V25.4131L38.294 25.4131Z",
|
|
400
432
|
fill: color
|
|
401
433
|
}
|
|
402
434
|
),
|
|
403
|
-
/* @__PURE__ */
|
|
435
|
+
/* @__PURE__ */ jsx12(
|
|
404
436
|
"path",
|
|
405
437
|
{
|
|
406
438
|
d: "M8.91406 39.4141H23.9141V42.4141H8.91406C6.98106 42.4141 5.41406 40.8471 5.41406 38.9141L5.41406 8.91406C5.41406 6.98107 6.98107 5.41406 8.91406 5.41406L23.914 5.41406V8.41406L8.91406 8.41406C8.63792 8.41406 8.41406 8.63792 8.41406 8.91406L8.41406 38.9141C8.41406 39.1902 8.63792 39.4141 8.91406 39.4141Z",
|
|
@@ -411,19 +443,19 @@ var ICSignOut = /* @__PURE__ */ __name((props) => {
|
|
|
411
443
|
}, "ICSignOut");
|
|
412
444
|
|
|
413
445
|
// src/assets/check-mark-fill.tsx
|
|
414
|
-
import { jsx as
|
|
446
|
+
import { jsx as jsx13, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
415
447
|
var ICCheckMarkFill = /* @__PURE__ */ __name((props) => {
|
|
416
448
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
417
449
|
if (fill && thick) {
|
|
418
|
-
return /* @__PURE__ */
|
|
419
|
-
/* @__PURE__ */
|
|
450
|
+
return /* @__PURE__ */ jsxs12("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
451
|
+
/* @__PURE__ */ jsx13(
|
|
420
452
|
"path",
|
|
421
453
|
{
|
|
422
454
|
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",
|
|
423
455
|
fill: color
|
|
424
456
|
}
|
|
425
457
|
),
|
|
426
|
-
/* @__PURE__ */
|
|
458
|
+
/* @__PURE__ */ jsx13(
|
|
427
459
|
"path",
|
|
428
460
|
{
|
|
429
461
|
"fill-rule": "evenodd",
|
|
@@ -435,9 +467,9 @@ var ICCheckMarkFill = /* @__PURE__ */ __name((props) => {
|
|
|
435
467
|
] });
|
|
436
468
|
}
|
|
437
469
|
if (fill) {
|
|
438
|
-
return /* @__PURE__ */
|
|
439
|
-
/* @__PURE__ */
|
|
440
|
-
/* @__PURE__ */
|
|
470
|
+
return /* @__PURE__ */ jsxs12("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
471
|
+
/* @__PURE__ */ jsx13("circle", { cx: "24", cy: "24", r: "20", fill: color }),
|
|
472
|
+
/* @__PURE__ */ jsx13(
|
|
441
473
|
"path",
|
|
442
474
|
{
|
|
443
475
|
"fill-rule": "evenodd",
|
|
@@ -448,9 +480,9 @@ var ICCheckMarkFill = /* @__PURE__ */ __name((props) => {
|
|
|
448
480
|
)
|
|
449
481
|
] });
|
|
450
482
|
}
|
|
451
|
-
return /* @__PURE__ */
|
|
452
|
-
/* @__PURE__ */
|
|
453
|
-
/* @__PURE__ */
|
|
483
|
+
return /* @__PURE__ */ jsxs12("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
484
|
+
/* @__PURE__ */ jsx13("circle", { cx: "24", cy: "24", r: "20", fill: color }),
|
|
485
|
+
/* @__PURE__ */ jsx13(
|
|
454
486
|
"path",
|
|
455
487
|
{
|
|
456
488
|
"fill-rule": "evenodd",
|
|
@@ -463,14 +495,14 @@ var ICCheckMarkFill = /* @__PURE__ */ __name((props) => {
|
|
|
463
495
|
}, "ICCheckMarkFill");
|
|
464
496
|
|
|
465
497
|
// src/assets/exclamationmark-fill.tsx
|
|
466
|
-
import { jsx as
|
|
498
|
+
import { jsx as jsx14, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
467
499
|
var ICExclamationmarkFill = /* @__PURE__ */ __name((props) => {
|
|
468
500
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
469
501
|
if (fill && thick) {
|
|
470
|
-
return /* @__PURE__ */
|
|
471
|
-
/* @__PURE__ */
|
|
472
|
-
/* @__PURE__ */
|
|
473
|
-
/* @__PURE__ */
|
|
502
|
+
return /* @__PURE__ */ jsxs13("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
503
|
+
/* @__PURE__ */ jsx14("circle", { cx: "24", cy: "24", r: "20", fill: color }),
|
|
504
|
+
/* @__PURE__ */ jsx14("path", { d: "M22 14L22 26H26L26 14H22Z", fill: "white" }),
|
|
505
|
+
/* @__PURE__ */ jsx14(
|
|
474
506
|
"path",
|
|
475
507
|
{
|
|
476
508
|
d: "M22.3312 30.6855C22.7852 30.2302 23.3591 30 23.9999 30C24.6406 30 25.2145 30.2302 25.6686 30.6855C26.1225 31.1406 26.3513 31.715 26.3513 32.3555C26.3513 32.996 26.1225 33.5704 25.6686 34.0255C25.2145 34.4808 24.6406 34.711 23.9999 34.711C23.3591 34.711 22.7852 34.4808 22.3312 34.0255C21.8772 33.5704 21.6484 32.996 21.6484 32.3555C21.6484 31.715 21.8772 31.1406 22.3312 30.6855Z",
|
|
@@ -480,16 +512,16 @@ var ICExclamationmarkFill = /* @__PURE__ */ __name((props) => {
|
|
|
480
512
|
] });
|
|
481
513
|
}
|
|
482
514
|
if (fill) {
|
|
483
|
-
return /* @__PURE__ */
|
|
484
|
-
/* @__PURE__ */
|
|
515
|
+
return /* @__PURE__ */ jsxs13("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
516
|
+
/* @__PURE__ */ jsx14(
|
|
485
517
|
"path",
|
|
486
518
|
{
|
|
487
519
|
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",
|
|
488
520
|
fill: color
|
|
489
521
|
}
|
|
490
522
|
),
|
|
491
|
-
/* @__PURE__ */
|
|
492
|
-
/* @__PURE__ */
|
|
523
|
+
/* @__PURE__ */ jsx14("path", { d: "M22.5 14V26H25.5V14H22.5Z", fill: "white" }),
|
|
524
|
+
/* @__PURE__ */ jsx14(
|
|
493
525
|
"path",
|
|
494
526
|
{
|
|
495
527
|
d: "M22.5807 30.582C22.9669 30.1955 23.455 30 24 30C24.545 30 25.0331 30.1955 25.4193 30.582C25.8054 30.9685 26 31.4562 26 32C26 32.5438 25.8054 33.0315 25.4193 33.418C25.0331 33.8045 24.545 34 24 34C23.455 34 22.9669 33.8045 22.5807 33.418C22.1946 33.0315 22 32.5438 22 32C22 31.4562 22.1946 30.9685 22.5807 30.582Z",
|
|
@@ -498,16 +530,16 @@ var ICExclamationmarkFill = /* @__PURE__ */ __name((props) => {
|
|
|
498
530
|
)
|
|
499
531
|
] });
|
|
500
532
|
}
|
|
501
|
-
return /* @__PURE__ */
|
|
502
|
-
/* @__PURE__ */
|
|
533
|
+
return /* @__PURE__ */ jsxs13("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
534
|
+
/* @__PURE__ */ jsx14(
|
|
503
535
|
"path",
|
|
504
536
|
{
|
|
505
537
|
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",
|
|
506
538
|
fill: color
|
|
507
539
|
}
|
|
508
540
|
),
|
|
509
|
-
/* @__PURE__ */
|
|
510
|
-
/* @__PURE__ */
|
|
541
|
+
/* @__PURE__ */ jsx14("path", { d: "M22.5 14V26H25.5V14H22.5Z", fill: "white" }),
|
|
542
|
+
/* @__PURE__ */ jsx14(
|
|
511
543
|
"path",
|
|
512
544
|
{
|
|
513
545
|
d: "M22.5807 30.582C22.9669 30.1955 23.455 30 24 30C24.545 30 25.0331 30.1955 25.4193 30.582C25.8054 30.9685 26 31.4562 26 32C26 32.5438 25.8054 33.0315 25.4193 33.418C25.0331 33.8045 24.545 34 24 34C23.455 34 22.9669 33.8045 22.5807 33.418C22.1946 33.0315 22 32.5438 22 32C22 31.4562 22.1946 30.9685 22.5807 30.582Z",
|
|
@@ -518,23 +550,23 @@ var ICExclamationmarkFill = /* @__PURE__ */ __name((props) => {
|
|
|
518
550
|
}, "ICExclamationmarkFill");
|
|
519
551
|
|
|
520
552
|
// src/assets/plus.tsx
|
|
521
|
-
import { jsx as
|
|
553
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
522
554
|
var ICPlus = /* @__PURE__ */ __name((props) => {
|
|
523
555
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
524
556
|
if (thick) {
|
|
525
|
-
return /* @__PURE__ */
|
|
557
|
+
return /* @__PURE__ */ jsx15("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx15("path", { d: "M22 26V39.9993H26V26H40V22H26V8H22V22H8.00061V26H22Z", fill: color }) });
|
|
526
558
|
}
|
|
527
|
-
return /* @__PURE__ */
|
|
559
|
+
return /* @__PURE__ */ jsx15("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx15("path", { d: "M22.5 25.5V39.9993H25.5V25.5H40V22.5H25.5V8H22.5V22.5H8.00061V25.5H22.5Z", fill: color }) });
|
|
528
560
|
}, "ICPlus");
|
|
529
561
|
|
|
530
562
|
// src/assets/minus.tsx
|
|
531
|
-
import { jsx as
|
|
563
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
532
564
|
var ICMinus = /* @__PURE__ */ __name((props) => {
|
|
533
565
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
534
566
|
if (thick) {
|
|
535
|
-
return /* @__PURE__ */
|
|
567
|
+
return /* @__PURE__ */ jsx16("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx16("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.00065 22L40 22L40 26L8.00065 26L8.00065 22Z", fill: color }) });
|
|
536
568
|
}
|
|
537
|
-
return /* @__PURE__ */
|
|
569
|
+
return /* @__PURE__ */ jsx16("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx16(
|
|
538
570
|
"path",
|
|
539
571
|
{
|
|
540
572
|
"fill-rule": "evenodd",
|
|
@@ -546,19 +578,19 @@ var ICMinus = /* @__PURE__ */ __name((props) => {
|
|
|
546
578
|
}, "ICMinus");
|
|
547
579
|
|
|
548
580
|
// src/assets/new-thread.tsx
|
|
549
|
-
import { jsx as
|
|
581
|
+
import { jsx as jsx17, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
550
582
|
var ICNewThread = /* @__PURE__ */ __name((props) => {
|
|
551
583
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
552
584
|
if (thick) {
|
|
553
|
-
return /* @__PURE__ */
|
|
554
|
-
/* @__PURE__ */
|
|
585
|
+
return /* @__PURE__ */ jsxs14("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
586
|
+
/* @__PURE__ */ jsx17(
|
|
555
587
|
"path",
|
|
556
588
|
{
|
|
557
589
|
d: "M21.9998 20.001V15H25.9998V20.001H31.0006V24.001H25.9998V29.0007H21.9998V24.001H17V20.001H21.9998Z",
|
|
558
590
|
fill: color
|
|
559
591
|
}
|
|
560
592
|
),
|
|
561
|
-
/* @__PURE__ */
|
|
593
|
+
/* @__PURE__ */ jsx17(
|
|
562
594
|
"path",
|
|
563
595
|
{
|
|
564
596
|
"fill-rule": "evenodd",
|
|
@@ -569,15 +601,15 @@ var ICNewThread = /* @__PURE__ */ __name((props) => {
|
|
|
569
601
|
)
|
|
570
602
|
] });
|
|
571
603
|
}
|
|
572
|
-
return /* @__PURE__ */
|
|
573
|
-
/* @__PURE__ */
|
|
604
|
+
return /* @__PURE__ */ jsxs14("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
605
|
+
/* @__PURE__ */ jsx17(
|
|
574
606
|
"path",
|
|
575
607
|
{
|
|
576
608
|
d: "M22.4998 20.501V15H25.4998V20.501H31.0006V23.501H25.4998V29.0007H22.4998V23.501H17V20.501H22.4998Z",
|
|
577
609
|
fill: color
|
|
578
610
|
}
|
|
579
611
|
),
|
|
580
|
-
/* @__PURE__ */
|
|
612
|
+
/* @__PURE__ */ jsx17(
|
|
581
613
|
"path",
|
|
582
614
|
{
|
|
583
615
|
"fill-rule": "evenodd",
|
|
@@ -590,11 +622,11 @@ var ICNewThread = /* @__PURE__ */ __name((props) => {
|
|
|
590
622
|
}, "ICNewThread");
|
|
591
623
|
|
|
592
624
|
// src/assets/move.tsx
|
|
593
|
-
import { jsx as
|
|
625
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
594
626
|
var ICMove = /* @__PURE__ */ __name((props) => {
|
|
595
627
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
596
628
|
if (thick) {
|
|
597
|
-
return /* @__PURE__ */
|
|
629
|
+
return /* @__PURE__ */ jsx18("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx18(
|
|
598
630
|
"path",
|
|
599
631
|
{
|
|
600
632
|
d: "M36.2224 21.0002L27.4022 29.8203L30.2306 32.6487L41 21.8794C42.5621 20.3173 42.5621 17.7846 41 16.2225L30.2306 5.45312L27.4022 8.28155L36.1208 17.0002H10C7.79086 17.0002 6 18.791 6 21.0002V42.5002H10V21.0002H36.2224Z",
|
|
@@ -602,7 +634,7 @@ var ICMove = /* @__PURE__ */ __name((props) => {
|
|
|
602
634
|
}
|
|
603
635
|
) });
|
|
604
636
|
}
|
|
605
|
-
return /* @__PURE__ */
|
|
637
|
+
return /* @__PURE__ */ jsx18("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx18(
|
|
606
638
|
"path",
|
|
607
639
|
{
|
|
608
640
|
d: "M37.4295 20.5001L27.7557 30.1738L29.8771 32.2951L40.6464 21.5258C42.0133 20.1589 42.0133 17.9429 40.6464 16.576L29.8771 5.80664L27.7557 7.92796L37.3279 17.5001H10C8.067 17.5001 6.5 19.0671 6.5 21.0001V42.0001H9.5V21.0001C9.5 20.724 9.72386 20.5001 10 20.5001H37.4295Z",
|
|
@@ -612,11 +644,11 @@ var ICMove = /* @__PURE__ */ __name((props) => {
|
|
|
612
644
|
}, "ICMove");
|
|
613
645
|
|
|
614
646
|
// src/assets/search.tsx
|
|
615
|
-
import { jsx as
|
|
647
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
616
648
|
var ICSearch = /* @__PURE__ */ __name((props) => {
|
|
617
649
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
618
650
|
if (thick) {
|
|
619
|
-
return /* @__PURE__ */
|
|
651
|
+
return /* @__PURE__ */ jsx19("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx19(
|
|
620
652
|
"path",
|
|
621
653
|
{
|
|
622
654
|
"fill-rule": "evenodd",
|
|
@@ -626,7 +658,7 @@ var ICSearch = /* @__PURE__ */ __name((props) => {
|
|
|
626
658
|
}
|
|
627
659
|
) });
|
|
628
660
|
}
|
|
629
|
-
return /* @__PURE__ */
|
|
661
|
+
return /* @__PURE__ */ jsx19("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx19(
|
|
630
662
|
"path",
|
|
631
663
|
{
|
|
632
664
|
"fill-rule": "evenodd",
|
|
@@ -638,11 +670,11 @@ var ICSearch = /* @__PURE__ */ __name((props) => {
|
|
|
638
670
|
}, "ICSearch");
|
|
639
671
|
|
|
640
672
|
// src/assets/globe.tsx
|
|
641
|
-
import { jsx as
|
|
673
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
642
674
|
var ICGlobe = /* @__PURE__ */ __name((props) => {
|
|
643
675
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
644
676
|
if (thick) {
|
|
645
|
-
return /* @__PURE__ */
|
|
677
|
+
return /* @__PURE__ */ jsx20("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx20(
|
|
646
678
|
"path",
|
|
647
679
|
{
|
|
648
680
|
"fill-rule": "evenodd",
|
|
@@ -652,7 +684,7 @@ var ICGlobe = /* @__PURE__ */ __name((props) => {
|
|
|
652
684
|
}
|
|
653
685
|
) });
|
|
654
686
|
}
|
|
655
|
-
return /* @__PURE__ */
|
|
687
|
+
return /* @__PURE__ */ jsx20("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx20(
|
|
656
688
|
"path",
|
|
657
689
|
{
|
|
658
690
|
"fill-rule": "evenodd",
|
|
@@ -664,11 +696,11 @@ var ICGlobe = /* @__PURE__ */ __name((props) => {
|
|
|
664
696
|
}, "ICGlobe");
|
|
665
697
|
|
|
666
698
|
// src/assets/graduationcap.tsx
|
|
667
|
-
import { jsx as
|
|
699
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
668
700
|
var ICGraduationcap = /* @__PURE__ */ __name((props) => {
|
|
669
701
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
670
702
|
if (thick) {
|
|
671
|
-
return /* @__PURE__ */
|
|
703
|
+
return /* @__PURE__ */ jsx21("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx21(
|
|
672
704
|
"path",
|
|
673
705
|
{
|
|
674
706
|
"fill-rule": "evenodd",
|
|
@@ -678,7 +710,7 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
|
|
|
678
710
|
}
|
|
679
711
|
) });
|
|
680
712
|
}
|
|
681
|
-
return /* @__PURE__ */
|
|
713
|
+
return /* @__PURE__ */ jsx21("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx21(
|
|
682
714
|
"path",
|
|
683
715
|
{
|
|
684
716
|
"fill-rule": "evenodd",
|
|
@@ -690,40 +722,40 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
|
|
|
690
722
|
}, "ICGraduationcap");
|
|
691
723
|
|
|
692
724
|
// src/assets/palette.tsx
|
|
693
|
-
import { jsx as
|
|
725
|
+
import { jsx as jsx22, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
694
726
|
var ICPalette = /* @__PURE__ */ __name((props) => {
|
|
695
727
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
696
728
|
if (thick) {
|
|
697
|
-
return /* @__PURE__ */
|
|
698
|
-
/* @__PURE__ */
|
|
729
|
+
return /* @__PURE__ */ jsxs15("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
730
|
+
/* @__PURE__ */ jsx22(
|
|
699
731
|
"path",
|
|
700
732
|
{
|
|
701
733
|
d: "M28 17.5C29.3807 17.5 30.5 16.3807 30.5 15C30.5 13.6193 29.3807 12.5 28 12.5C26.6193 12.5 25.5 13.6193 25.5 15C25.5 16.3807 26.6193 17.5 28 17.5Z",
|
|
702
734
|
fill: color
|
|
703
735
|
}
|
|
704
736
|
),
|
|
705
|
-
/* @__PURE__ */
|
|
737
|
+
/* @__PURE__ */ jsx22(
|
|
706
738
|
"path",
|
|
707
739
|
{
|
|
708
740
|
d: "M22.5 15.5C22.5 16.8807 21.3807 18 20 18C18.6193 18 17.5 16.8807 17.5 15.5C17.5 14.1193 18.6193 13 20 13C21.3807 13 22.5 14.1193 22.5 15.5Z",
|
|
709
741
|
fill: color
|
|
710
742
|
}
|
|
711
743
|
),
|
|
712
|
-
/* @__PURE__ */
|
|
744
|
+
/* @__PURE__ */ jsx22(
|
|
713
745
|
"path",
|
|
714
746
|
{
|
|
715
747
|
d: "M17.5 21.5C17.5 22.8807 16.3807 24 15 24C13.6193 24 12.5 22.8807 12.5 21.5C12.5 20.1193 13.6193 19 15 19C16.3807 19 17.5 20.1193 17.5 21.5Z",
|
|
716
748
|
fill: color
|
|
717
749
|
}
|
|
718
750
|
),
|
|
719
|
-
/* @__PURE__ */
|
|
751
|
+
/* @__PURE__ */ jsx22(
|
|
720
752
|
"path",
|
|
721
753
|
{
|
|
722
754
|
d: "M36 20.5C36 21.8807 34.8807 23 33.5 23C32.1193 23 31 21.8807 31 20.5C31 19.1193 32.1193 18 33.5 18C34.8807 18 36 19.1193 36 20.5Z",
|
|
723
755
|
fill: color
|
|
724
756
|
}
|
|
725
757
|
),
|
|
726
|
-
/* @__PURE__ */
|
|
758
|
+
/* @__PURE__ */ jsx22(
|
|
727
759
|
"path",
|
|
728
760
|
{
|
|
729
761
|
"fill-rule": "evenodd",
|
|
@@ -734,36 +766,36 @@ var ICPalette = /* @__PURE__ */ __name((props) => {
|
|
|
734
766
|
)
|
|
735
767
|
] });
|
|
736
768
|
}
|
|
737
|
-
return /* @__PURE__ */
|
|
738
|
-
/* @__PURE__ */
|
|
769
|
+
return /* @__PURE__ */ jsxs15("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
770
|
+
/* @__PURE__ */ jsx22(
|
|
739
771
|
"path",
|
|
740
772
|
{
|
|
741
773
|
d: "M27.5 16.5C28.6046 16.5 29.5 15.6046 29.5 14.5C29.5 13.3954 28.6046 12.5 27.5 12.5C26.3954 12.5 25.5 13.3954 25.5 14.5C25.5 15.6046 26.3954 16.5 27.5 16.5Z",
|
|
742
774
|
fill: color
|
|
743
775
|
}
|
|
744
776
|
),
|
|
745
|
-
/* @__PURE__ */
|
|
777
|
+
/* @__PURE__ */ jsx22(
|
|
746
778
|
"path",
|
|
747
779
|
{
|
|
748
780
|
d: "M21.5 15C21.5 16.1046 20.6046 17 19.5 17C18.3954 17 17.5 16.1046 17.5 15C17.5 13.8954 18.3954 13 19.5 13C20.6046 13 21.5 13.8954 21.5 15Z",
|
|
749
781
|
fill: color
|
|
750
782
|
}
|
|
751
783
|
),
|
|
752
|
-
/* @__PURE__ */
|
|
784
|
+
/* @__PURE__ */ jsx22(
|
|
753
785
|
"path",
|
|
754
786
|
{
|
|
755
787
|
d: "M16.5 21C16.5 22.1046 15.6046 23 14.5 23C13.3954 23 12.5 22.1046 12.5 21C12.5 19.8954 13.3954 19 14.5 19C15.6046 19 16.5 19.8954 16.5 21Z",
|
|
756
788
|
fill: color
|
|
757
789
|
}
|
|
758
790
|
),
|
|
759
|
-
/* @__PURE__ */
|
|
791
|
+
/* @__PURE__ */ jsx22(
|
|
760
792
|
"path",
|
|
761
793
|
{
|
|
762
794
|
d: "M35 20C35 21.1046 34.1046 22 33 22C31.8954 22 31 21.1046 31 20C31 18.8954 31.8954 18 33 18C34.1046 18 35 18.8954 35 20Z",
|
|
763
795
|
fill: color
|
|
764
796
|
}
|
|
765
797
|
),
|
|
766
|
-
/* @__PURE__ */
|
|
798
|
+
/* @__PURE__ */ jsx22(
|
|
767
799
|
"path",
|
|
768
800
|
{
|
|
769
801
|
"fill-rule": "evenodd",
|
|
@@ -776,47 +808,47 @@ var ICPalette = /* @__PURE__ */ __name((props) => {
|
|
|
776
808
|
}, "ICPalette");
|
|
777
809
|
|
|
778
810
|
// src/assets/download.tsx
|
|
779
|
-
import { jsx as
|
|
811
|
+
import { jsx as jsx23, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
780
812
|
var ICDownload = /* @__PURE__ */ __name((props) => {
|
|
781
813
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
782
814
|
if (thick) {
|
|
783
|
-
return /* @__PURE__ */
|
|
784
|
-
/* @__PURE__ */
|
|
815
|
+
return /* @__PURE__ */ jsxs16("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
816
|
+
/* @__PURE__ */ jsx23(
|
|
785
817
|
"path",
|
|
786
818
|
{
|
|
787
819
|
d: "M26 5V28.1719L34.2727 19.8993L37.1011 22.7277L26.8286 33.0002C25.2665 34.5623 22.7339 34.5623 21.1718 33.0002L10.8993 22.7277L13.7277 19.8993L22 28.1716V5H26Z",
|
|
788
820
|
fill: color
|
|
789
821
|
}
|
|
790
822
|
),
|
|
791
|
-
/* @__PURE__ */
|
|
823
|
+
/* @__PURE__ */ jsx23("path", { d: "M41 39H7V43H41V39Z", fill: color })
|
|
792
824
|
] });
|
|
793
825
|
}
|
|
794
|
-
return /* @__PURE__ */
|
|
795
|
-
/* @__PURE__ */
|
|
826
|
+
return /* @__PURE__ */ jsxs16("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
827
|
+
/* @__PURE__ */ jsx23(
|
|
796
828
|
"path",
|
|
797
829
|
{
|
|
798
830
|
d: "M25.5 5V29.3791L34.6262 20.2528L36.7476 22.3741L26.4751 32.6466C25.1082 34.0135 22.8921 34.0135 21.5253 32.6466L11.2528 22.3741L13.3741 20.2528L22.5 29.3787V5H25.5Z",
|
|
799
831
|
fill: color
|
|
800
832
|
}
|
|
801
833
|
),
|
|
802
|
-
/* @__PURE__ */
|
|
834
|
+
/* @__PURE__ */ jsx23("path", { d: "M41 39.5H7V42.5H41V39.5Z", fill: color })
|
|
803
835
|
] });
|
|
804
836
|
}, "ICDownload");
|
|
805
837
|
|
|
806
838
|
// src/assets/regenerate.tsx
|
|
807
|
-
import { jsx as
|
|
839
|
+
import { jsx as jsx24, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
808
840
|
var ICRegenerate = /* @__PURE__ */ __name((props) => {
|
|
809
841
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
810
842
|
if (thick) {
|
|
811
|
-
return /* @__PURE__ */
|
|
812
|
-
/* @__PURE__ */
|
|
843
|
+
return /* @__PURE__ */ jsxs17("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
844
|
+
/* @__PURE__ */ jsx24(
|
|
813
845
|
"path",
|
|
814
846
|
{
|
|
815
847
|
d: "M18 20V16H12.5088C15.0397 12.3718 19.2444 10 24 10C30.0926 10 35.281 13.8929 37.2039 19.3332C37.2816 19.5529 37.3539 19.7753 37.4208 20H41.5535C41.3987 19.3182 41.2052 18.6507 40.9753 18.0002C38.5052 11.0117 31.8404 6 24 6C17.7367 6 12.2237 9.19823 9 14.0475L9 7H5V16C5 18.2091 6.79086 20 9 20H18Z",
|
|
816
848
|
fill: color
|
|
817
849
|
}
|
|
818
850
|
),
|
|
819
|
-
/* @__PURE__ */
|
|
851
|
+
/* @__PURE__ */ jsx24(
|
|
820
852
|
"path",
|
|
821
853
|
{
|
|
822
854
|
d: "M10.5798 28H6.44604C8.26496 36.016 15.4337 42 24 42C29.9806 42 35.28 39.0833 38.5532 34.5948V41H42.5532V32C42.5532 29.7909 40.7624 28 38.5532 28L29.5532 28L29.5532 32L35.4906 32C32.9607 35.627 28.7575 38 24 38C17.658 38 12.3009 33.783 10.5798 28Z",
|
|
@@ -825,15 +857,15 @@ var ICRegenerate = /* @__PURE__ */ __name((props) => {
|
|
|
825
857
|
)
|
|
826
858
|
] });
|
|
827
859
|
}
|
|
828
|
-
return /* @__PURE__ */
|
|
829
|
-
/* @__PURE__ */
|
|
860
|
+
return /* @__PURE__ */ jsxs17("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
861
|
+
/* @__PURE__ */ jsx24(
|
|
830
862
|
"path",
|
|
831
863
|
{
|
|
832
864
|
d: "M8.5 15.8692L8.5 7H5.5V16C5.5 17.933 7.067 19.5 9 19.5H18V16.5H11.5874C14.1288 12.303 18.7384 9.5 24 9.5C30.311 9.5 35.684 13.5327 37.6753 19.1665C37.7722 19.4406 37.861 19.7185 37.9416 20H41.0404C40.8944 19.3756 40.7148 18.7638 40.5038 18.1668C38.1022 11.3719 31.6219 6.5 24 6.5C17.2683 6.5 11.4273 10.3002 8.5 15.8692Z",
|
|
833
865
|
fill: color
|
|
834
866
|
}
|
|
835
867
|
),
|
|
836
|
-
/* @__PURE__ */
|
|
868
|
+
/* @__PURE__ */ jsx24(
|
|
837
869
|
"path",
|
|
838
870
|
{
|
|
839
871
|
d: "M6.95923 28H10.0587C11.795 34.0628 17.3793 38.5 24 38.5C29.2632 38.5 33.8714 35.6958 36.4122 31.5L29.5532 31.5L29.5532 28.5L38.5532 28.5C40.4862 28.5 42.0532 30.067 42.0532 32V41H39.0532V32.93C36.0026 38.0613 30.4029 41.5 24 41.5C15.7112 41.5 8.76838 35.7374 6.95923 28Z",
|
|
@@ -844,26 +876,26 @@ var ICRegenerate = /* @__PURE__ */ __name((props) => {
|
|
|
844
876
|
}, "ICRegenerate");
|
|
845
877
|
|
|
846
878
|
// src/assets/credit.tsx
|
|
847
|
-
import { jsx as
|
|
879
|
+
import { jsx as jsx25, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
848
880
|
var ICCredit = /* @__PURE__ */ __name((props) => {
|
|
849
881
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
850
882
|
if (thick) {
|
|
851
|
-
return /* @__PURE__ */
|
|
852
|
-
/* @__PURE__ */
|
|
883
|
+
return /* @__PURE__ */ jsxs18("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
884
|
+
/* @__PURE__ */ jsx25(
|
|
853
885
|
"path",
|
|
854
886
|
{
|
|
855
887
|
d: "M35.7487 12.75V18.4996H39.7486V12.75H45.4996V8.75H39.7486V3H35.7487V8.75H30V12.75H35.7487Z",
|
|
856
888
|
fill: color
|
|
857
889
|
}
|
|
858
890
|
),
|
|
859
|
-
/* @__PURE__ */
|
|
891
|
+
/* @__PURE__ */ jsx25(
|
|
860
892
|
"path",
|
|
861
893
|
{
|
|
862
894
|
d: "M43.4142 19.1772C43.7971 20.7233 44 22.3391 44 24C44 35.0457 35.0457 44 24 44C12.9543 44 4 35.0457 4 24C4 21.666 4.40064 19.4213 5.13855 17.3335C7.88318 9.56825 15.2888 4 24 4C25.6631 4 27.2786 4.20295 28.8231 4.58538C28.0637 5.69726 27.5125 6.9626 27.2255 8.32529C26.1835 8.112 25.1048 8 24 8C17.0366 8 11.1073 12.4494 8.90991 18.6665C8.32121 20.3321 8 22.1264 8 24C8 32.8366 15.1634 40 24 40C32.8366 40 40 32.8366 40 24C40 22.8938 39.888 21.8152 39.6751 20.7744C41.0375 20.4874 42.3025 19.9364 43.4142 19.1772Z",
|
|
863
895
|
fill: color
|
|
864
896
|
}
|
|
865
897
|
),
|
|
866
|
-
/* @__PURE__ */
|
|
898
|
+
/* @__PURE__ */ jsx25(
|
|
867
899
|
"path",
|
|
868
900
|
{
|
|
869
901
|
d: "M28.1062 15.5895C27.4742 15.2738 26.8127 15.0364 26.1234 14.8771V12.1113H22.3461V14.8817C21.2125 15.1613 20.2355 15.692 19.4446 16.4898C18.4766 17.4584 17.9821 18.6506 17.9821 20.0189C17.9821 20.7418 18.094 21.4179 18.3364 22.0333L18.3393 22.0407L18.3424 22.048C18.5871 22.6372 18.9264 23.1475 19.3728 23.5543L19.3798 23.5606C19.7813 23.9184 20.2308 24.2287 20.7249 24.4928L20.7302 24.4956C21.2187 24.7523 21.7275 24.9673 22.2559 25.1407L22.2635 25.1431L22.2711 25.1455C22.7687 25.2986 23.2628 25.4442 23.7533 25.5821L23.7609 25.5842L23.7685 25.5862C24.2406 25.7097 24.6843 25.8433 25.1002 25.9867L25.1085 25.9896L25.1168 25.9923C25.5198 26.122 25.8597 26.2675 26.1422 26.4244L26.152 26.4299L26.1619 26.435C26.3905 26.5543 26.5468 26.6998 26.6559 26.8677L26.66 26.8739L26.6641 26.8801C26.7632 27.0269 26.8235 27.2076 26.8235 27.4547C26.8235 27.9509 26.6399 28.3362 26.2139 28.6708C25.771 29.0113 25.1613 29.216 24.3141 29.216C22.8474 29.216 21.4472 28.6323 20.0947 27.3626L19.4383 26.7463L16.9321 29.6935L17.4778 30.2525C18.1706 30.9622 19.005 31.5595 19.9696 32.05L19.9774 32.0539C20.7348 32.4295 21.5249 32.7046 22.3461 32.8791V35.6457H26.1234V32.8831C27.3833 32.6096 28.4574 32.0459 29.306 31.1673C30.3163 30.1215 30.8388 28.8635 30.8388 27.4321C30.8388 26.7131 30.7219 26.0416 30.4662 25.4347C30.2212 24.8457 29.8783 24.3365 29.426 23.9311C29.028 23.5609 28.5745 23.2445 28.0706 22.9794C27.9379 22.9086 27.8033 22.841 27.6667 22.7766C27.3045 22.6059 26.9283 22.4577 26.5386 22.3318C26.0373 22.1698 25.5322 22.0194 25.0233 21.8805C24.5486 21.7416 24.0969 21.5995 23.6682 21.4543C23.2756 21.3117 22.9332 21.1562 22.6377 20.99C22.4063 20.8496 22.2348 20.6833 22.1082 20.4924C22.0034 20.3278 21.9407 20.1267 21.9407 19.8602C21.9407 19.5106 22.0702 19.233 22.4208 18.9737C22.7908 18.7 23.3053 18.5297 24.0307 18.5297C24.6858 18.5297 25.3283 18.6657 25.9646 18.9449L25.9743 18.949C26.3752 19.1191 26.7289 19.3249 27.0393 19.5654C27.2284 19.7119 27.4015 19.8712 27.5592 20.0431L28.2527 20.7987L30.6037 17.7043L30.1862 17.1824C29.6666 16.5329 28.9597 16.0083 28.1062 15.5895Z",
|
|
@@ -872,16 +904,16 @@ var ICCredit = /* @__PURE__ */ __name((props) => {
|
|
|
872
904
|
)
|
|
873
905
|
] });
|
|
874
906
|
}
|
|
875
|
-
return /* @__PURE__ */
|
|
876
|
-
/* @__PURE__ */
|
|
877
|
-
/* @__PURE__ */
|
|
907
|
+
return /* @__PURE__ */ jsxs18("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
908
|
+
/* @__PURE__ */ jsx25("path", { d: "M36.249 12.25V18.4996H39.249V12.25H45.5V9.25H39.249V3H36.249V9.25H30.0004V12.25H36.249Z", fill: color }),
|
|
909
|
+
/* @__PURE__ */ jsx25(
|
|
878
910
|
"path",
|
|
879
911
|
{
|
|
880
912
|
d: "M42.9695 19.4647C43.3165 20.9211 43.5 22.4399 43.5 24C43.5 34.7696 34.7696 43.5 24 43.5C13.2304 43.5 4.5 34.7696 4.5 24C4.5 21.7236 4.89071 19.5351 5.60997 17.5001C8.2862 9.9284 15.5072 4.5 24 4.5C25.5616 4.5 27.0802 4.68354 28.5355 5.03018C28.0084 5.89216 27.6022 6.83606 27.3403 7.83832C26.2615 7.61651 25.1443 7.5 24 7.5C16.8181 7.5 10.7043 12.0893 8.43849 18.4999C7.83114 20.2182 7.5 22.0688 7.5 24C7.5 33.1127 14.8873 40.5 24 40.5C33.1127 40.5 40.5 33.1127 40.5 24C40.5 22.8546 40.3835 21.7375 40.162 20.6596C41.164 20.3978 42.1077 19.9916 42.9695 19.4647Z",
|
|
881
913
|
fill: color
|
|
882
914
|
}
|
|
883
915
|
),
|
|
884
|
-
/* @__PURE__ */
|
|
916
|
+
/* @__PURE__ */ jsx25(
|
|
885
917
|
"path",
|
|
886
918
|
{
|
|
887
919
|
d: "M25.2301 15.1661C25.9932 15.3168 26.7208 15.5646 27.4116 15.9098C28.2307 16.3116 28.8917 16.8065 29.3712 17.4058L29.6147 17.7102L27.6907 20.2426L27.2862 19.8019C26.9265 19.4099 26.4961 19.0807 25.9906 18.8156C25.8581 18.7462 25.7205 18.6811 25.5777 18.6205L25.572 18.6181C24.8923 18.3199 24.201 18.1728 23.4946 18.1728C22.7125 18.1728 22.118 18.3572 21.6723 18.6869C21.2379 19.0082 21.0474 19.3889 21.0474 19.8605C21.0474 20.1892 21.1266 20.4592 21.2726 20.6873C21.4314 20.9277 21.6447 21.1317 21.9215 21.2988C22.2386 21.4775 22.6021 21.6423 23.0139 21.7917C23.4497 21.9393 23.9084 22.0836 24.39 22.2244C24.8947 22.3621 25.3956 22.5113 25.8926 22.6719C26.2307 22.7811 26.5576 22.9075 26.8733 23.0513C27.0412 23.1277 27.2059 23.2091 27.3673 23.2953C27.847 23.5475 28.2752 23.847 28.649 24.1952C29.0578 24.5608 29.3728 25.0248 29.6007 25.573C29.8348 26.1286 29.9455 26.7516 29.9455 27.4323C29.9455 28.768 29.4612 29.9379 28.5129 30.9195C27.659 31.8037 26.555 32.3545 25.2301 32.5899V35.2888H22.1671V32.5858C21.2732 32.4233 20.417 32.1394 19.5999 31.7342L19.5954 31.732C18.6611 31.2569 17.8595 30.6818 17.1972 30.0033L16.8789 29.6772L18.9312 27.2638L19.3141 27.6232C20.7202 28.9432 22.2045 29.5734 23.778 29.5734C24.6847 29.5734 25.3772 29.3532 25.8969 28.9532C26.4068 28.5533 26.6445 28.0656 26.6445 27.455C26.6445 27.144 26.5668 26.8921 26.424 26.6806L26.4192 26.6733C26.2737 26.4495 26.0692 26.2638 25.791 26.1187L25.7795 26.1125C25.473 25.9422 25.111 25.7881 24.6902 25.6526L24.6805 25.6493C24.2552 25.5027 23.8028 25.3665 23.3227 25.241L23.3139 25.2386C22.8262 25.1014 22.3349 24.9567 21.84 24.8044L21.8311 24.8016C21.3214 24.6343 20.8309 24.427 20.3602 24.1797L20.3571 24.1781C19.8862 23.9264 19.4603 23.6321 19.0813 23.2942L19.0772 23.2906C18.6751 22.9242 18.3638 22.4596 18.1361 21.9113L18.1326 21.9027C17.9093 21.3359 17.8031 20.7054 17.8031 20.0192C17.8031 18.7456 18.26 17.644 19.1616 16.742C19.9627 15.9337 20.9718 15.4128 22.1671 15.1674V12.4688H25.2301V15.1661Z",
|
|
@@ -892,12 +924,12 @@ var ICCredit = /* @__PURE__ */ __name((props) => {
|
|
|
892
924
|
}, "ICCredit");
|
|
893
925
|
|
|
894
926
|
// src/assets/feedback.tsx
|
|
895
|
-
import { jsx as
|
|
927
|
+
import { jsx as jsx26, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
896
928
|
var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
897
929
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
898
930
|
if (thick) {
|
|
899
|
-
return /* @__PURE__ */
|
|
900
|
-
/* @__PURE__ */
|
|
931
|
+
return /* @__PURE__ */ jsxs19("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
932
|
+
/* @__PURE__ */ jsx26(
|
|
901
933
|
"path",
|
|
902
934
|
{
|
|
903
935
|
"fill-rule": "evenodd",
|
|
@@ -906,7 +938,7 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
|
906
938
|
fill: color
|
|
907
939
|
}
|
|
908
940
|
),
|
|
909
|
-
/* @__PURE__ */
|
|
941
|
+
/* @__PURE__ */ jsx26(
|
|
910
942
|
"path",
|
|
911
943
|
{
|
|
912
944
|
d: "M12 27.0002H4V23.0002H12C16.8379 23.0002 20.8734 26.4357 21.8 31.0002H24.6C29.2392 31.0002 33 34.761 33 39.4002C33 41.3884 31.3882 43.0002 29.4 43.0002H4V39.0002H28.9821C28.78 36.7576 26.8952 35.0002 24.6 35.0002H9.41176V31.0002H17.6586C16.8349 28.6698 14.6124 27.0002 12 27.0002Z",
|
|
@@ -915,8 +947,8 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
|
915
947
|
)
|
|
916
948
|
] });
|
|
917
949
|
}
|
|
918
|
-
return /* @__PURE__ */
|
|
919
|
-
/* @__PURE__ */
|
|
950
|
+
return /* @__PURE__ */ jsxs19("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
951
|
+
/* @__PURE__ */ jsx26(
|
|
920
952
|
"path",
|
|
921
953
|
{
|
|
922
954
|
"fill-rule": "evenodd",
|
|
@@ -925,7 +957,7 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
|
925
957
|
fill: color
|
|
926
958
|
}
|
|
927
959
|
),
|
|
928
|
-
/* @__PURE__ */
|
|
960
|
+
/* @__PURE__ */ jsx26(
|
|
929
961
|
"path",
|
|
930
962
|
{
|
|
931
963
|
d: "M12 26.5002H4V23.5002H12C16.7363 23.5002 20.6631 26.9662 21.3822 31.5002H24.6C28.9631 31.5002 32.5 35.0371 32.5 39.4002C32.5 41.1123 31.1121 42.5002 29.4 42.5002H4V39.5002H29.4C29.4552 39.5002 29.5 39.4554 29.5 39.4002C29.5 36.694 27.3062 34.5002 24.6 34.5002H9.41176V31.5002H18.3261C17.6489 28.6335 15.0736 26.5002 12 26.5002Z",
|
|
@@ -936,35 +968,35 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
|
|
|
936
968
|
}, "ICFeedback");
|
|
937
969
|
|
|
938
970
|
// src/assets/tune.tsx
|
|
939
|
-
import { jsx as
|
|
971
|
+
import { jsx as jsx27, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
940
972
|
var ICTune = /* @__PURE__ */ __name((props) => {
|
|
941
973
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
942
974
|
if (thick) {
|
|
943
|
-
return /* @__PURE__ */
|
|
944
|
-
/* @__PURE__ */
|
|
945
|
-
/* @__PURE__ */
|
|
946
|
-
/* @__PURE__ */
|
|
947
|
-
/* @__PURE__ */
|
|
948
|
-
/* @__PURE__ */
|
|
949
|
-
/* @__PURE__ */
|
|
975
|
+
return /* @__PURE__ */ jsxs20("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
976
|
+
/* @__PURE__ */ jsx27("path", { d: "M35 9V5H31V17H35V13H41V9H35Z", fill: color }),
|
|
977
|
+
/* @__PURE__ */ jsx27("path", { d: "M7 9H27V13H7V9Z", fill: color }),
|
|
978
|
+
/* @__PURE__ */ jsx27("path", { d: "M18 18L18 30H14V26H7V22H14V18H18Z", fill: color }),
|
|
979
|
+
/* @__PURE__ */ jsx27("path", { d: "M26 43V39H41V35H26V31H22L22 43H26Z", fill: color }),
|
|
980
|
+
/* @__PURE__ */ jsx27("path", { d: "M41 22H22V26H41V22Z", fill: color }),
|
|
981
|
+
/* @__PURE__ */ jsx27("path", { d: "M18 35H7V39H18V35Z", fill: color })
|
|
950
982
|
] });
|
|
951
983
|
}
|
|
952
|
-
return /* @__PURE__ */
|
|
953
|
-
/* @__PURE__ */
|
|
954
|
-
/* @__PURE__ */
|
|
955
|
-
/* @__PURE__ */
|
|
956
|
-
/* @__PURE__ */
|
|
957
|
-
/* @__PURE__ */
|
|
958
|
-
/* @__PURE__ */
|
|
984
|
+
return /* @__PURE__ */ jsxs20("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
985
|
+
/* @__PURE__ */ jsx27("path", { d: "M34.5 9.5V5H31.5V17H34.5V12.5H41V9.5H34.5Z", fill: color }),
|
|
986
|
+
/* @__PURE__ */ jsx27("path", { d: "M7 9.5H27V12.5H7V9.5Z", fill: color }),
|
|
987
|
+
/* @__PURE__ */ jsx27("path", { d: "M17.5 18L17.5 30H14.5V25.5H7V22.5H14.5V18H17.5Z", fill: color }),
|
|
988
|
+
/* @__PURE__ */ jsx27("path", { d: "M25.5 43V38.5H41V35.5H25.5V31H22.5L22.5 43H25.5Z", fill: color }),
|
|
989
|
+
/* @__PURE__ */ jsx27("path", { d: "M41 25.5V22.5H22V25.5H41Z", fill: color }),
|
|
990
|
+
/* @__PURE__ */ jsx27("path", { d: "M18 35.5H7V38.5H18V35.5Z", fill: color })
|
|
959
991
|
] });
|
|
960
992
|
}, "ICTune");
|
|
961
993
|
|
|
962
994
|
// src/assets/arrow-back.tsx
|
|
963
|
-
import { jsx as
|
|
995
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
964
996
|
var ICArrowBack = /* @__PURE__ */ __name((props) => {
|
|
965
997
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
966
998
|
if (thick) {
|
|
967
|
-
return /* @__PURE__ */
|
|
999
|
+
return /* @__PURE__ */ jsx28("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx28(
|
|
968
1000
|
"path",
|
|
969
1001
|
{
|
|
970
1002
|
"fill-rule": "evenodd",
|
|
@@ -974,7 +1006,7 @@ var ICArrowBack = /* @__PURE__ */ __name((props) => {
|
|
|
974
1006
|
}
|
|
975
1007
|
) });
|
|
976
1008
|
}
|
|
977
|
-
return /* @__PURE__ */
|
|
1009
|
+
return /* @__PURE__ */ jsx28("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx28(
|
|
978
1010
|
"path",
|
|
979
1011
|
{
|
|
980
1012
|
"fill-rule": "evenodd",
|
|
@@ -986,11 +1018,11 @@ var ICArrowBack = /* @__PURE__ */ __name((props) => {
|
|
|
986
1018
|
}, "ICArrowBack");
|
|
987
1019
|
|
|
988
1020
|
// src/assets/arrow-forward.tsx
|
|
989
|
-
import { jsx as
|
|
1021
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
990
1022
|
var ICArrowForward = /* @__PURE__ */ __name((props) => {
|
|
991
1023
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
992
1024
|
if (thick) {
|
|
993
|
-
return /* @__PURE__ */
|
|
1025
|
+
return /* @__PURE__ */ jsx29("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx29(
|
|
994
1026
|
"path",
|
|
995
1027
|
{
|
|
996
1028
|
"fill-rule": "evenodd",
|
|
@@ -1000,7 +1032,7 @@ var ICArrowForward = /* @__PURE__ */ __name((props) => {
|
|
|
1000
1032
|
}
|
|
1001
1033
|
) });
|
|
1002
1034
|
}
|
|
1003
|
-
return /* @__PURE__ */
|
|
1035
|
+
return /* @__PURE__ */ jsx29("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx29(
|
|
1004
1036
|
"path",
|
|
1005
1037
|
{
|
|
1006
1038
|
"fill-rule": "evenodd",
|
|
@@ -1012,11 +1044,11 @@ var ICArrowForward = /* @__PURE__ */ __name((props) => {
|
|
|
1012
1044
|
}, "ICArrowForward");
|
|
1013
1045
|
|
|
1014
1046
|
// src/assets/arrow-up.tsx
|
|
1015
|
-
import { jsx as
|
|
1047
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
1016
1048
|
var ICArrowUp = /* @__PURE__ */ __name((props) => {
|
|
1017
1049
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1018
1050
|
if (thick) {
|
|
1019
|
-
return /* @__PURE__ */
|
|
1051
|
+
return /* @__PURE__ */ jsx30("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx30(
|
|
1020
1052
|
"path",
|
|
1021
1053
|
{
|
|
1022
1054
|
d: "M26 12.8278L36.1639 22.9917L38.9923 20.1633L26.8287 7.9997C25.2666 6.4376 22.734 6.4376 21.1719 7.9997L9.0083 20.1633L11.8367 22.9917L22 12.8285V41.0003H26V12.8278Z",
|
|
@@ -1024,7 +1056,7 @@ var ICArrowUp = /* @__PURE__ */ __name((props) => {
|
|
|
1024
1056
|
}
|
|
1025
1057
|
) });
|
|
1026
1058
|
}
|
|
1027
|
-
return /* @__PURE__ */
|
|
1059
|
+
return /* @__PURE__ */ jsx30("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx30(
|
|
1028
1060
|
"path",
|
|
1029
1061
|
{
|
|
1030
1062
|
d: "M25.4999 11.6207L36.5174 22.6382L38.6387 20.5168L26.4751 8.35325C25.1083 6.98642 22.8922 6.98642 21.5254 8.35325L9.36182 20.5168L11.4831 22.6382L22.4999 11.6213V41.0003H25.4999V11.6207Z",
|
|
@@ -1034,11 +1066,11 @@ var ICArrowUp = /* @__PURE__ */ __name((props) => {
|
|
|
1034
1066
|
}, "ICArrowUp");
|
|
1035
1067
|
|
|
1036
1068
|
// src/assets/arrow-down.tsx
|
|
1037
|
-
import { jsx as
|
|
1069
|
+
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
1038
1070
|
var ICArrowDown = /* @__PURE__ */ __name((props) => {
|
|
1039
1071
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1040
1072
|
if (thick) {
|
|
1041
|
-
return /* @__PURE__ */
|
|
1073
|
+
return /* @__PURE__ */ jsx31("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx31(
|
|
1042
1074
|
"path",
|
|
1043
1075
|
{
|
|
1044
1076
|
d: "M26.001 35.1719L26.001 7H22.001L22.001 35.1726L11.8371 25.0086L9.00867 27.8371L21.1723 40.0006C22.7343 41.5627 25.267 41.5627 26.8291 40.0006L38.9927 27.8371L36.1643 25.0086L26.001 35.1719Z",
|
|
@@ -1046,7 +1078,7 @@ var ICArrowDown = /* @__PURE__ */ __name((props) => {
|
|
|
1046
1078
|
}
|
|
1047
1079
|
) });
|
|
1048
1080
|
}
|
|
1049
|
-
return /* @__PURE__ */
|
|
1081
|
+
return /* @__PURE__ */ jsx31("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx31(
|
|
1050
1082
|
"path",
|
|
1051
1083
|
{
|
|
1052
1084
|
d: "M25.501 36.379L25.501 7H22.501L22.501 36.3797L11.4835 25.3622L9.36218 27.4835L21.5258 39.6471C22.8926 41.0139 25.1087 41.0139 26.4755 39.6471L38.6391 27.4835L36.5178 25.3622L25.501 36.379Z",
|
|
@@ -1056,30 +1088,30 @@ var ICArrowDown = /* @__PURE__ */ __name((props) => {
|
|
|
1056
1088
|
}, "ICArrowDown");
|
|
1057
1089
|
|
|
1058
1090
|
// src/assets/menu.tsx
|
|
1059
|
-
import { jsx as
|
|
1091
|
+
import { jsx as jsx32, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
1060
1092
|
var ICMenu = /* @__PURE__ */ __name((props) => {
|
|
1061
1093
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1062
1094
|
if (thick) {
|
|
1063
|
-
return /* @__PURE__ */
|
|
1064
|
-
/* @__PURE__ */
|
|
1065
|
-
/* @__PURE__ */
|
|
1066
|
-
/* @__PURE__ */
|
|
1095
|
+
return /* @__PURE__ */ jsxs21("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1096
|
+
/* @__PURE__ */ jsx32("path", { d: "M9 9H39V13H9V9Z", fill: color }),
|
|
1097
|
+
/* @__PURE__ */ jsx32("path", { d: "M9 22H39V26H9V22Z", fill: color }),
|
|
1098
|
+
/* @__PURE__ */ jsx32("path", { d: "M39 35H9V39H39V35Z", fill: color })
|
|
1067
1099
|
] });
|
|
1068
1100
|
}
|
|
1069
|
-
return /* @__PURE__ */
|
|
1070
|
-
/* @__PURE__ */
|
|
1071
|
-
/* @__PURE__ */
|
|
1072
|
-
/* @__PURE__ */
|
|
1101
|
+
return /* @__PURE__ */ jsxs21("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1102
|
+
/* @__PURE__ */ jsx32("path", { d: "M9 9.5H39V12.5H9V9.5Z", fill: color }),
|
|
1103
|
+
/* @__PURE__ */ jsx32("path", { d: "M9 22.5H39V25.5H9V22.5Z", fill: color }),
|
|
1104
|
+
/* @__PURE__ */ jsx32("path", { d: "M39 35.5H9V38.5H39V35.5Z", fill: color })
|
|
1073
1105
|
] });
|
|
1074
1106
|
}, "ICMenu");
|
|
1075
1107
|
|
|
1076
1108
|
// src/assets/document-warning.tsx
|
|
1077
|
-
import { jsx as
|
|
1109
|
+
import { jsx as jsx33, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1078
1110
|
var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
|
|
1079
1111
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1080
1112
|
if (thick) {
|
|
1081
|
-
return /* @__PURE__ */
|
|
1082
|
-
/* @__PURE__ */
|
|
1113
|
+
return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1114
|
+
/* @__PURE__ */ jsx33(
|
|
1083
1115
|
"path",
|
|
1084
1116
|
{
|
|
1085
1117
|
"fill-rule": "evenodd",
|
|
@@ -1088,7 +1120,7 @@ var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
|
|
|
1088
1120
|
fill: color
|
|
1089
1121
|
}
|
|
1090
1122
|
),
|
|
1091
|
-
/* @__PURE__ */
|
|
1123
|
+
/* @__PURE__ */ jsx33(
|
|
1092
1124
|
"path",
|
|
1093
1125
|
{
|
|
1094
1126
|
"fill-rule": "evenodd",
|
|
@@ -1099,8 +1131,8 @@ var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
|
|
|
1099
1131
|
)
|
|
1100
1132
|
] });
|
|
1101
1133
|
}
|
|
1102
|
-
return /* @__PURE__ */
|
|
1103
|
-
/* @__PURE__ */
|
|
1134
|
+
return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1135
|
+
/* @__PURE__ */ jsx33(
|
|
1104
1136
|
"path",
|
|
1105
1137
|
{
|
|
1106
1138
|
"fill-rule": "evenodd",
|
|
@@ -1109,7 +1141,7 @@ var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
|
|
|
1109
1141
|
fill: color
|
|
1110
1142
|
}
|
|
1111
1143
|
),
|
|
1112
|
-
/* @__PURE__ */
|
|
1144
|
+
/* @__PURE__ */ jsx33(
|
|
1113
1145
|
"path",
|
|
1114
1146
|
{
|
|
1115
1147
|
"fill-rule": "evenodd",
|
|
@@ -1122,11 +1154,11 @@ var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
|
|
|
1122
1154
|
}, "ICDocumentWarning");
|
|
1123
1155
|
|
|
1124
1156
|
// src/assets/arrow-right.tsx
|
|
1125
|
-
import { jsx as
|
|
1157
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
1126
1158
|
var ICArrowRight = /* @__PURE__ */ __name((props) => {
|
|
1127
1159
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1128
1160
|
if (thick) {
|
|
1129
|
-
return /* @__PURE__ */
|
|
1161
|
+
return /* @__PURE__ */ jsx34("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx34(
|
|
1130
1162
|
"path",
|
|
1131
1163
|
{
|
|
1132
1164
|
d: "M12.8289 21.9992L22.9923 11.8358L20.1639 9.00732L8.00031 21.1709C6.43821 22.733 6.43821 25.2657 8.00031 26.8278L20.1639 38.9913L22.9923 36.1629L12.8286 25.9992L41 25.9992L41 21.9992L12.8289 21.9992Z",
|
|
@@ -1134,7 +1166,7 @@ var ICArrowRight = /* @__PURE__ */ __name((props) => {
|
|
|
1134
1166
|
}
|
|
1135
1167
|
) });
|
|
1136
1168
|
}
|
|
1137
|
-
return /* @__PURE__ */
|
|
1169
|
+
return /* @__PURE__ */ jsx34("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx34(
|
|
1138
1170
|
"path",
|
|
1139
1171
|
{
|
|
1140
1172
|
d: "M11.6218 22.4991L22.6388 11.4822L20.5174 9.36084L8.35386 21.5244C6.98703 22.8913 6.98703 25.1073 8.35386 26.4742L20.5174 38.6378L22.6388 36.5164L11.6215 25.4991L41 25.4991L41 22.4991L11.6218 22.4991Z",
|
|
@@ -1144,12 +1176,12 @@ var ICArrowRight = /* @__PURE__ */ __name((props) => {
|
|
|
1144
1176
|
}, "ICArrowRight");
|
|
1145
1177
|
|
|
1146
1178
|
// src/assets/step.tsx
|
|
1147
|
-
import { jsx as
|
|
1179
|
+
import { jsx as jsx35, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
1148
1180
|
var ICStep = /* @__PURE__ */ __name((props) => {
|
|
1149
1181
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1150
1182
|
if (thick) {
|
|
1151
|
-
return /* @__PURE__ */
|
|
1152
|
-
/* @__PURE__ */
|
|
1183
|
+
return /* @__PURE__ */ jsxs23("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1184
|
+
/* @__PURE__ */ jsx35(
|
|
1153
1185
|
"path",
|
|
1154
1186
|
{
|
|
1155
1187
|
"fill-rule": "evenodd",
|
|
@@ -1158,7 +1190,7 @@ var ICStep = /* @__PURE__ */ __name((props) => {
|
|
|
1158
1190
|
fill: color
|
|
1159
1191
|
}
|
|
1160
1192
|
),
|
|
1161
|
-
/* @__PURE__ */
|
|
1193
|
+
/* @__PURE__ */ jsx35(
|
|
1162
1194
|
"path",
|
|
1163
1195
|
{
|
|
1164
1196
|
"fill-rule": "evenodd",
|
|
@@ -1169,8 +1201,8 @@ var ICStep = /* @__PURE__ */ __name((props) => {
|
|
|
1169
1201
|
)
|
|
1170
1202
|
] });
|
|
1171
1203
|
}
|
|
1172
|
-
return /* @__PURE__ */
|
|
1173
|
-
/* @__PURE__ */
|
|
1204
|
+
return /* @__PURE__ */ jsxs23("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1205
|
+
/* @__PURE__ */ jsx35(
|
|
1174
1206
|
"path",
|
|
1175
1207
|
{
|
|
1176
1208
|
"fill-rule": "evenodd",
|
|
@@ -1179,7 +1211,7 @@ var ICStep = /* @__PURE__ */ __name((props) => {
|
|
|
1179
1211
|
fill: color
|
|
1180
1212
|
}
|
|
1181
1213
|
),
|
|
1182
|
-
/* @__PURE__ */
|
|
1214
|
+
/* @__PURE__ */ jsx35(
|
|
1183
1215
|
"path",
|
|
1184
1216
|
{
|
|
1185
1217
|
"fill-rule": "evenodd",
|
|
@@ -1191,31 +1223,175 @@ var ICStep = /* @__PURE__ */ __name((props) => {
|
|
|
1191
1223
|
] });
|
|
1192
1224
|
}, "ICStep");
|
|
1193
1225
|
|
|
1194
|
-
// src/assets/
|
|
1195
|
-
import { jsx as
|
|
1196
|
-
var
|
|
1226
|
+
// src/assets/arrow-turn.tsx
|
|
1227
|
+
import { jsx as jsx36 } from "react/jsx-runtime";
|
|
1228
|
+
var ICArrowTurn = /* @__PURE__ */ __name((props) => {
|
|
1197
1229
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1198
1230
|
if (thick) {
|
|
1199
|
-
return /* @__PURE__ */
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1231
|
+
return /* @__PURE__ */ jsx36("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx36(
|
|
1232
|
+
"path",
|
|
1233
|
+
{
|
|
1234
|
+
d: "M10 31C7.79086 31 6 29.2091 6 27V5.5H10V27H36.1716L27.4022 18.2306L30.2306 15.4022L41 26.1716C42.5621 27.7337 42.5621 30.2663 41 31.8284L30.2306 42.5978L27.4022 39.7694L36.1716 31H10Z",
|
|
1235
|
+
fill: color
|
|
1236
|
+
}
|
|
1237
|
+
) });
|
|
1238
|
+
}
|
|
1239
|
+
return /* @__PURE__ */ jsx36("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx36(
|
|
1240
|
+
"path",
|
|
1241
|
+
{
|
|
1242
|
+
d: "M10 30.5C8.067 30.5 6.5 28.933 6.5 27V6H9.5V27C9.5 27.2761 9.72386 27.5 10 27.5H37.3787L27.7557 17.8771L29.8771 15.7557L40.6464 26.5251C42.0133 27.892 42.0133 30.108 40.6464 31.4749L29.8771 42.2443L27.7557 40.1229L37.3787 30.5H10Z",
|
|
1243
|
+
fill: color
|
|
1244
|
+
}
|
|
1245
|
+
) });
|
|
1246
|
+
}, "ICArrowTurn");
|
|
1247
|
+
|
|
1248
|
+
// src/assets/power.tsx
|
|
1249
|
+
import { jsx as jsx37, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
1250
|
+
var ICPower = /* @__PURE__ */ __name((props) => {
|
|
1251
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1252
|
+
if (thick) {
|
|
1253
|
+
return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1254
|
+
/* @__PURE__ */ jsx37("path", { d: "M26 24V6H22V24H26Z", fill: color }),
|
|
1255
|
+
/* @__PURE__ */ jsx37(
|
|
1256
|
+
"path",
|
|
1257
|
+
{
|
|
1258
|
+
d: "M6 24.0001C6 18.6335 8.34861 13.8154 12.0741 10.5176L14.9093 13.3528C11.9047 15.9206 10 19.7379 10 24.0001C10 31.7321 16.268 38.0001 24 38.0001C31.732 38.0001 38 31.7321 38 24.0001C38 19.7379 36.0953 15.9206 33.0907 13.3528L35.9259 10.5176C39.6514 13.8154 42 18.6335 42 24.0001C42 33.9413 33.9411 42.0001 24 42.0001C14.0589 42.0001 6 33.9413 6 24.0001Z",
|
|
1259
|
+
fill: color
|
|
1260
|
+
}
|
|
1261
|
+
)
|
|
1262
|
+
] });
|
|
1263
|
+
}
|
|
1264
|
+
return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1265
|
+
/* @__PURE__ */ jsx37("path", { d: "M25.5 24V6H22.5V24H25.5Z", fill: color }),
|
|
1266
|
+
/* @__PURE__ */ jsx37(
|
|
1267
|
+
"path",
|
|
1268
|
+
{
|
|
1269
|
+
d: "M6 24.0001C6 18.6335 8.34861 13.8154 12.0741 10.5176L14.2001 12.6436C11.0155 15.3943 9 19.4618 9 24.0001C9 32.2844 15.7157 39.0001 24 39.0001C32.2843 39.0001 39 32.2844 39 24.0001C39 19.4618 36.9845 15.3943 33.7999 12.6436L35.9259 10.5176C39.6514 13.8154 42 18.6335 42 24.0001C42 33.9413 33.9411 42.0001 24 42.0001C14.0589 42.0001 6 33.9413 6 24.0001Z",
|
|
1270
|
+
fill: color
|
|
1271
|
+
}
|
|
1272
|
+
)
|
|
1273
|
+
] });
|
|
1274
|
+
}, "ICPower");
|
|
1275
|
+
|
|
1276
|
+
// src/assets/desktop.tsx
|
|
1277
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
1278
|
+
var ICDesktop = /* @__PURE__ */ __name((props) => {
|
|
1279
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1280
|
+
if (thick) {
|
|
1281
|
+
return /* @__PURE__ */ jsx38("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx38(
|
|
1282
|
+
"path",
|
|
1283
|
+
{
|
|
1284
|
+
"fill-rule": "evenodd",
|
|
1285
|
+
"clip-rule": "evenodd",
|
|
1286
|
+
d: "M8 9C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H22V38H14V42H34V38H26V36H40C41.1046 36 42 35.1046 42 34V11C42 9.89543 41.1046 9 40 9H8ZM10 13V32H38V13H10Z",
|
|
1287
|
+
fill: color
|
|
1288
|
+
}
|
|
1289
|
+
) });
|
|
1290
|
+
}
|
|
1291
|
+
return /* @__PURE__ */ jsx38("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx38(
|
|
1292
|
+
"path",
|
|
1293
|
+
{
|
|
1294
|
+
"fill-rule": "evenodd",
|
|
1295
|
+
"clip-rule": "evenodd",
|
|
1296
|
+
d: "M8 9C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H22.5V38.5H14V41.5H34V38.5H25.5V36H40C41.1046 36 42 35.1046 42 34V11C42 9.89543 41.1046 9 40 9H8ZM9 12V33H39V12H9Z",
|
|
1297
|
+
fill: color
|
|
1298
|
+
}
|
|
1299
|
+
) });
|
|
1300
|
+
}, "ICDesktop");
|
|
1301
|
+
|
|
1302
|
+
// src/assets/desktop-on-cursor.tsx
|
|
1303
|
+
import { jsx as jsx39, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
1304
|
+
var ICDesktopOnCursor = /* @__PURE__ */ __name((props) => {
|
|
1305
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1306
|
+
if (thick) {
|
|
1307
|
+
return /* @__PURE__ */ jsxs25("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1308
|
+
/* @__PURE__ */ jsx39(
|
|
1309
|
+
"path",
|
|
1310
|
+
{
|
|
1311
|
+
d: "M10 32V13H38V21H42V11C42 9.89543 41.1046 9 40 9H8C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H28V32H10Z",
|
|
1312
|
+
fill: color
|
|
1313
|
+
}
|
|
1314
|
+
),
|
|
1315
|
+
/* @__PURE__ */ jsx39("path", { d: "M14 38H34V42H14V38Z", fill: color }),
|
|
1316
|
+
/* @__PURE__ */ jsx39(
|
|
1317
|
+
"path",
|
|
1318
|
+
{
|
|
1319
|
+
d: "M28.216 20.6461C27.9913 19.7961 28.8941 19.0908 29.6645 19.5144L41.3975 25.965C42.1742 26.392 42.0526 27.5434 41.2039 27.7989L38.183 28.708L42.5693 34.2598L39.4307 36.7395L35.0446 31.1881L33.4628 33.847C33.0096 34.6087 31.8629 34.448 31.6365 33.5912L28.216 20.6461Z",
|
|
1320
|
+
fill: color
|
|
1321
|
+
}
|
|
1322
|
+
)
|
|
1323
|
+
] });
|
|
1324
|
+
}
|
|
1325
|
+
return /* @__PURE__ */ jsxs25("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1326
|
+
/* @__PURE__ */ jsx39(
|
|
1327
|
+
"path",
|
|
1328
|
+
{
|
|
1329
|
+
d: "M9 33V12H39V21H42V11C42 9.89543 41.1046 9 40 9H8C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H28V33H9Z",
|
|
1330
|
+
fill: color
|
|
1331
|
+
}
|
|
1332
|
+
),
|
|
1333
|
+
/* @__PURE__ */ jsx39("path", { d: "M14 38.5H34V41.5H14V38.5Z", fill: color }),
|
|
1334
|
+
/* @__PURE__ */ jsx39(
|
|
1335
|
+
"path",
|
|
1336
|
+
{
|
|
1337
|
+
d: "M28.216 20.6461C27.9913 19.7961 28.8941 19.0908 29.6645 19.5144L41.3975 25.965C42.1742 26.392 42.0526 27.5434 41.2039 27.7989L37.6682 28.8629L42.177 34.5698L39.823 36.4296L35.3184 30.728L33.4628 33.847C33.0096 34.6087 31.8629 34.448 31.6365 33.5912L28.216 20.6461Z",
|
|
1338
|
+
fill: color
|
|
1339
|
+
}
|
|
1340
|
+
)
|
|
1341
|
+
] });
|
|
1342
|
+
}, "ICDesktopOnCursor");
|
|
1343
|
+
|
|
1344
|
+
// src/assets/view-list.tsx
|
|
1345
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
1346
|
+
var ICViewList = /* @__PURE__ */ __name((props) => {
|
|
1347
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1348
|
+
if (thick) {
|
|
1349
|
+
return /* @__PURE__ */ jsx40("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx40(
|
|
1350
|
+
"path",
|
|
1351
|
+
{
|
|
1352
|
+
"fill-rule": "evenodd",
|
|
1353
|
+
"clip-rule": "evenodd",
|
|
1354
|
+
d: "M4 10.5C4 9.39543 4.89543 8.5 6 8.5H42C43.1046 8.5 44 9.39543 44 10.5V37.5C44 38.6046 43.1046 39.5 42 39.5H6C4.89543 39.5 4 38.6046 4 37.5V10.5ZM8 17.5V12.5H14V17.5L8 17.5ZM8 21.5V26.5H14V21.5L8 21.5ZM8 30.5V35.5H14V30.5H8ZM18 35.5H40V30.5L18 30.5V35.5ZM40 26.5V21.5L18 21.5V26.5L40 26.5ZM40 17.5V12.5H18V17.5L40 17.5Z",
|
|
1355
|
+
fill: color
|
|
1356
|
+
}
|
|
1357
|
+
) });
|
|
1358
|
+
}
|
|
1359
|
+
return /* @__PURE__ */ jsx40("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx40(
|
|
1360
|
+
"path",
|
|
1361
|
+
{
|
|
1362
|
+
"fill-rule": "evenodd",
|
|
1363
|
+
"clip-rule": "evenodd",
|
|
1364
|
+
d: "M4 10.5C4 9.39543 4.89543 8.5 6 8.5H42C43.1046 8.5 44 9.39543 44 10.5V37.5C44 38.6046 43.1046 39.5 42 39.5H6C4.89543 39.5 4 38.6046 4 37.5V10.5ZM7 18L7 11.5H14.5V18L7 18ZM7 21L7 27H14.5V21L7 21ZM7 30L7 36.5H14.5V30H7ZM17.5 36.5H41V30L17.5 30V36.5ZM41 27V21L17.5 21V27L41 27ZM41 18V11.5H17.5V18L41 18Z",
|
|
1365
|
+
fill: color
|
|
1366
|
+
}
|
|
1367
|
+
) });
|
|
1368
|
+
}, "ICViewList");
|
|
1369
|
+
|
|
1370
|
+
// src/assets/chart-bar.tsx
|
|
1371
|
+
import { jsx as jsx41, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
1372
|
+
var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
1373
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1374
|
+
if (thick) {
|
|
1375
|
+
return /* @__PURE__ */ jsxs26("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1376
|
+
/* @__PURE__ */ jsx41(
|
|
1377
|
+
"path",
|
|
1378
|
+
{
|
|
1379
|
+
"fill-rule": "evenodd",
|
|
1380
|
+
"clip-rule": "evenodd",
|
|
1381
|
+
d: "M32 8C32 6.89543 32.8954 6 34 6H40C41.1046 6 42 6.89543 42 8V36C42 37.1046 41.1046 38 40 38H34C32.8954 38 32 37.1046 32 36V8ZM36 34V10H38V34H36Z",
|
|
1382
|
+
fill: color
|
|
1383
|
+
}
|
|
1384
|
+
),
|
|
1385
|
+
/* @__PURE__ */ jsx41(
|
|
1386
|
+
"path",
|
|
1387
|
+
{
|
|
1388
|
+
"fill-rule": "evenodd",
|
|
1213
1389
|
"clip-rule": "evenodd",
|
|
1214
1390
|
d: "M21 17.5859C19.8954 17.5859 19 18.4814 19 19.5859V35.9997C19 37.1043 19.8954 37.9997 21 37.9997H27C28.1046 37.9997 29 37.1043 29 35.9997V19.5859C29 18.4814 28.1046 17.5859 27 17.5859H21ZM23 21.5859V33.9997H25V21.5859H23Z",
|
|
1215
1391
|
fill: color
|
|
1216
1392
|
}
|
|
1217
1393
|
),
|
|
1218
|
-
/* @__PURE__ */
|
|
1394
|
+
/* @__PURE__ */ jsx41(
|
|
1219
1395
|
"path",
|
|
1220
1396
|
{
|
|
1221
1397
|
"fill-rule": "evenodd",
|
|
@@ -1224,11 +1400,11 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
1224
1400
|
fill: color
|
|
1225
1401
|
}
|
|
1226
1402
|
),
|
|
1227
|
-
/* @__PURE__ */
|
|
1403
|
+
/* @__PURE__ */ jsx41("path", { d: "M6 44H42.5V40H6V44Z", fill: color })
|
|
1228
1404
|
] });
|
|
1229
1405
|
}
|
|
1230
1406
|
if (fill) {
|
|
1231
|
-
return /* @__PURE__ */
|
|
1407
|
+
return /* @__PURE__ */ jsx41("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx41(
|
|
1232
1408
|
"path",
|
|
1233
1409
|
{
|
|
1234
1410
|
"fill-rule": "evenodd",
|
|
@@ -1238,8 +1414,8 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
1238
1414
|
}
|
|
1239
1415
|
) });
|
|
1240
1416
|
}
|
|
1241
|
-
return /* @__PURE__ */
|
|
1242
|
-
/* @__PURE__ */
|
|
1417
|
+
return /* @__PURE__ */ jsxs26("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1418
|
+
/* @__PURE__ */ jsx41(
|
|
1243
1419
|
"path",
|
|
1244
1420
|
{
|
|
1245
1421
|
"fill-rule": "evenodd",
|
|
@@ -1248,7 +1424,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
1248
1424
|
fill: color
|
|
1249
1425
|
}
|
|
1250
1426
|
),
|
|
1251
|
-
/* @__PURE__ */
|
|
1427
|
+
/* @__PURE__ */ jsx41(
|
|
1252
1428
|
"path",
|
|
1253
1429
|
{
|
|
1254
1430
|
"fill-rule": "evenodd",
|
|
@@ -1257,7 +1433,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
1257
1433
|
fill: color
|
|
1258
1434
|
}
|
|
1259
1435
|
),
|
|
1260
|
-
/* @__PURE__ */
|
|
1436
|
+
/* @__PURE__ */ jsx41(
|
|
1261
1437
|
"path",
|
|
1262
1438
|
{
|
|
1263
1439
|
"fill-rule": "evenodd",
|
|
@@ -1266,18 +1442,18 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
|
|
|
1266
1442
|
fill: color
|
|
1267
1443
|
}
|
|
1268
1444
|
),
|
|
1269
|
-
/* @__PURE__ */
|
|
1445
|
+
/* @__PURE__ */ jsx41("path", { d: "M6.00024 43.5H42.0002V40.5H6.00024V43.5Z", fill: color })
|
|
1270
1446
|
] });
|
|
1271
1447
|
}, "ICChartBar");
|
|
1272
1448
|
|
|
1273
1449
|
// src/assets/chart-line-uptrend.tsx
|
|
1274
|
-
import { jsx as
|
|
1450
|
+
import { jsx as jsx42, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
1275
1451
|
var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
|
|
1276
1452
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1277
1453
|
if (thick) {
|
|
1278
|
-
return /* @__PURE__ */
|
|
1279
|
-
/* @__PURE__ */
|
|
1280
|
-
/* @__PURE__ */
|
|
1454
|
+
return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1455
|
+
/* @__PURE__ */ jsx42("path", { d: "M5 6V39C5 41.2091 6.79086 43 9 43H42V39H9V6H5Z", fill: color }),
|
|
1456
|
+
/* @__PURE__ */ jsx42(
|
|
1281
1457
|
"path",
|
|
1282
1458
|
{
|
|
1283
1459
|
d: "M35.2173 23.7995L41.0231 11.0268L37.3816 9.37158L31.5758 22.1443L25.9927 16.5611C23.9459 14.5143 20.47 15.2519 19.4309 17.9536L13.5356 33.2812L17.269 34.7171L23.1643 19.3895L28.7474 24.9727C30.7222 26.9475 34.0616 26.342 35.2173 23.7995Z",
|
|
@@ -1287,7 +1463,7 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
|
|
|
1287
1463
|
] });
|
|
1288
1464
|
}
|
|
1289
1465
|
if (fill) {
|
|
1290
|
-
return /* @__PURE__ */
|
|
1466
|
+
return /* @__PURE__ */ jsx42("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx42(
|
|
1291
1467
|
"path",
|
|
1292
1468
|
{
|
|
1293
1469
|
"fill-rule": "evenodd",
|
|
@@ -1297,9 +1473,9 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
|
|
|
1297
1473
|
}
|
|
1298
1474
|
) });
|
|
1299
1475
|
}
|
|
1300
|
-
return /* @__PURE__ */
|
|
1301
|
-
/* @__PURE__ */
|
|
1302
|
-
/* @__PURE__ */
|
|
1476
|
+
return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1477
|
+
/* @__PURE__ */ jsx42("path", { d: "M5.5 6V39C5.5 40.933 7.067 42.5 9 42.5H42V39.5H9C8.72386 39.5 8.5 39.2761 8.5 39V6H5.5Z", fill: color }),
|
|
1478
|
+
/* @__PURE__ */ jsx42(
|
|
1303
1479
|
"path",
|
|
1304
1480
|
{
|
|
1305
1481
|
d: "M34.7621 23.5926L40.5679 10.8199L37.8368 9.57851L32.031 22.3512C31.8866 22.669 31.4691 22.7447 31.2223 22.4978L25.6391 16.9147C23.8482 15.1237 20.8068 15.7692 19.8976 18.1331L14.0023 33.4608L16.8024 34.5377L22.6976 19.2101C22.8275 18.8724 23.262 18.7802 23.5178 19.036L29.101 24.6192C30.8289 26.3471 33.7509 25.8173 34.7621 23.5926Z",
|
|
@@ -1310,11 +1486,11 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
|
|
|
1310
1486
|
}, "ICChartLineUptrend");
|
|
1311
1487
|
|
|
1312
1488
|
// src/assets/folder.tsx
|
|
1313
|
-
import { jsx as
|
|
1489
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
1314
1490
|
var ICFolder = /* @__PURE__ */ __name((props) => {
|
|
1315
1491
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1316
1492
|
if (thick) {
|
|
1317
|
-
return /* @__PURE__ */
|
|
1493
|
+
return /* @__PURE__ */ jsx43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx43(
|
|
1318
1494
|
"path",
|
|
1319
1495
|
{
|
|
1320
1496
|
"fill-rule": "evenodd",
|
|
@@ -1325,7 +1501,7 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
|
|
|
1325
1501
|
) });
|
|
1326
1502
|
}
|
|
1327
1503
|
if (fill) {
|
|
1328
|
-
return /* @__PURE__ */
|
|
1504
|
+
return /* @__PURE__ */ jsx43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx43(
|
|
1329
1505
|
"path",
|
|
1330
1506
|
{
|
|
1331
1507
|
d: "M22.4 11.7L23 12.5H24H41.5V39H6.5L6.5 8.5L20 8.5L22.4 11.7Z",
|
|
@@ -1335,7 +1511,7 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
|
|
|
1335
1511
|
}
|
|
1336
1512
|
) });
|
|
1337
1513
|
}
|
|
1338
|
-
return /* @__PURE__ */
|
|
1514
|
+
return /* @__PURE__ */ jsx43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx43(
|
|
1339
1515
|
"path",
|
|
1340
1516
|
{
|
|
1341
1517
|
"fill-rule": "evenodd",
|
|
@@ -1347,12 +1523,12 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
|
|
|
1347
1523
|
}, "ICFolder");
|
|
1348
1524
|
|
|
1349
1525
|
// src/assets/person.tsx
|
|
1350
|
-
import { jsx as
|
|
1526
|
+
import { jsx as jsx44, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1351
1527
|
var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
1352
1528
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1353
1529
|
if (thick) {
|
|
1354
|
-
return /* @__PURE__ */
|
|
1355
|
-
/* @__PURE__ */
|
|
1530
|
+
return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1531
|
+
/* @__PURE__ */ jsx44(
|
|
1356
1532
|
"path",
|
|
1357
1533
|
{
|
|
1358
1534
|
"fill-rule": "evenodd",
|
|
@@ -1361,7 +1537,7 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1361
1537
|
fill: color
|
|
1362
1538
|
}
|
|
1363
1539
|
),
|
|
1364
|
-
/* @__PURE__ */
|
|
1540
|
+
/* @__PURE__ */ jsx44(
|
|
1365
1541
|
"path",
|
|
1366
1542
|
{
|
|
1367
1543
|
"fill-rule": "evenodd",
|
|
@@ -1373,15 +1549,15 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1373
1549
|
] });
|
|
1374
1550
|
}
|
|
1375
1551
|
if (fill) {
|
|
1376
|
-
return /* @__PURE__ */
|
|
1377
|
-
/* @__PURE__ */
|
|
1552
|
+
return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1553
|
+
/* @__PURE__ */ jsx44(
|
|
1378
1554
|
"path",
|
|
1379
1555
|
{
|
|
1380
1556
|
d: "M24 20C28.1422 20 31.5 16.6422 31.5 12.5C31.5 8.35787 28.1422 5 24 5C19.8579 5 16.5 8.35787 16.5 12.5C16.5 16.6422 19.8579 20 24 20Z",
|
|
1381
1557
|
fill: color
|
|
1382
1558
|
}
|
|
1383
1559
|
),
|
|
1384
|
-
/* @__PURE__ */
|
|
1560
|
+
/* @__PURE__ */ jsx44(
|
|
1385
1561
|
"path",
|
|
1386
1562
|
{
|
|
1387
1563
|
d: "M22 22C14.8203 22 9 27.8203 9 35V41C9 42.1046 9.89543 43 11 43H37C38.1046 43 39 42.1046 39 41V35C39 27.8203 33.1797 22 26 22H22Z",
|
|
@@ -1390,8 +1566,8 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1390
1566
|
)
|
|
1391
1567
|
] });
|
|
1392
1568
|
}
|
|
1393
|
-
return /* @__PURE__ */
|
|
1394
|
-
/* @__PURE__ */
|
|
1569
|
+
return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1570
|
+
/* @__PURE__ */ jsx44(
|
|
1395
1571
|
"path",
|
|
1396
1572
|
{
|
|
1397
1573
|
"fill-rule": "evenodd",
|
|
@@ -1400,7 +1576,7 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1400
1576
|
fill: color
|
|
1401
1577
|
}
|
|
1402
1578
|
),
|
|
1403
|
-
/* @__PURE__ */
|
|
1579
|
+
/* @__PURE__ */ jsx44(
|
|
1404
1580
|
"path",
|
|
1405
1581
|
{
|
|
1406
1582
|
"fill-rule": "evenodd",
|
|
@@ -1413,14 +1589,14 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
|
|
|
1413
1589
|
}, "ICPerson");
|
|
1414
1590
|
|
|
1415
1591
|
// src/assets/trash.tsx
|
|
1416
|
-
import { jsx as
|
|
1592
|
+
import { jsx as jsx45, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1417
1593
|
var ICTrash = /* @__PURE__ */ __name((props) => {
|
|
1418
1594
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1419
1595
|
if (thick) {
|
|
1420
|
-
return /* @__PURE__ */
|
|
1421
|
-
/* @__PURE__ */
|
|
1422
|
-
/* @__PURE__ */
|
|
1423
|
-
/* @__PURE__ */
|
|
1596
|
+
return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1597
|
+
/* @__PURE__ */ jsx45("path", { d: "M22 18V37H18L18 18H22Z", fill: color }),
|
|
1598
|
+
/* @__PURE__ */ jsx45("path", { d: "M30 37V18H26V37H30Z", fill: color }),
|
|
1599
|
+
/* @__PURE__ */ jsx45(
|
|
1424
1600
|
"path",
|
|
1425
1601
|
{
|
|
1426
1602
|
"fill-rule": "evenodd",
|
|
@@ -1432,7 +1608,7 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
|
|
|
1432
1608
|
] });
|
|
1433
1609
|
}
|
|
1434
1610
|
if (fill) {
|
|
1435
|
-
return /* @__PURE__ */
|
|
1611
|
+
return /* @__PURE__ */ jsx45("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx45(
|
|
1436
1612
|
"path",
|
|
1437
1613
|
{
|
|
1438
1614
|
"fill-rule": "evenodd",
|
|
@@ -1442,10 +1618,10 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
|
|
|
1442
1618
|
}
|
|
1443
1619
|
) });
|
|
1444
1620
|
}
|
|
1445
|
-
return /* @__PURE__ */
|
|
1446
|
-
/* @__PURE__ */
|
|
1447
|
-
/* @__PURE__ */
|
|
1448
|
-
/* @__PURE__ */
|
|
1621
|
+
return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1622
|
+
/* @__PURE__ */ jsx45("path", { d: "M21.5 18.5L21.5 36.5H18.5L18.5 18.5H21.5Z", fill: color }),
|
|
1623
|
+
/* @__PURE__ */ jsx45("path", { d: "M29.5 36.5V18.5H26.5V36.5H29.5Z", fill: color }),
|
|
1624
|
+
/* @__PURE__ */ jsx45(
|
|
1449
1625
|
"path",
|
|
1450
1626
|
{
|
|
1451
1627
|
"fill-rule": "evenodd",
|
|
@@ -1458,11 +1634,11 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
|
|
|
1458
1634
|
}, "ICTrash");
|
|
1459
1635
|
|
|
1460
1636
|
// src/assets/pencil.tsx
|
|
1461
|
-
import { jsx as
|
|
1637
|
+
import { jsx as jsx46, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1462
1638
|
var ICPencil = /* @__PURE__ */ __name((props) => {
|
|
1463
1639
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1464
1640
|
if (thick) {
|
|
1465
|
-
return /* @__PURE__ */
|
|
1641
|
+
return /* @__PURE__ */ jsx46("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx46(
|
|
1466
1642
|
"path",
|
|
1467
1643
|
{
|
|
1468
1644
|
"fill-rule": "evenodd",
|
|
@@ -1473,15 +1649,15 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
|
|
|
1473
1649
|
) });
|
|
1474
1650
|
}
|
|
1475
1651
|
if (fill) {
|
|
1476
|
-
return /* @__PURE__ */
|
|
1477
|
-
/* @__PURE__ */
|
|
1652
|
+
return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1653
|
+
/* @__PURE__ */ jsx46(
|
|
1478
1654
|
"path",
|
|
1479
1655
|
{
|
|
1480
1656
|
d: "M31.7618 7.19491C33.1284 5.82728 35.3452 5.82691 36.7123 7.19407L40.9531 11.4348C42.3196 12.8014 42.32 15.0168 40.954 16.3838L37.9379 19.3997L28.747 10.2096L31.7618 7.19491Z",
|
|
1481
1657
|
fill: color
|
|
1482
1658
|
}
|
|
1483
1659
|
),
|
|
1484
|
-
/* @__PURE__ */
|
|
1660
|
+
/* @__PURE__ */ jsx46(
|
|
1485
1661
|
"path",
|
|
1486
1662
|
{
|
|
1487
1663
|
d: "M26.6256 12.3308L10.6376 28.3182C10.2483 28.7074 9.95626 29.183 9.78528 29.7062L7.7728 35.8649C6.89133 38.5624 9.418 41.1324 12.1301 40.2969L18.3956 38.3668C18.9407 38.1988 19.4365 37.9003 19.8398 37.497L35.8165 21.5209L26.6256 12.3308Z",
|
|
@@ -1490,7 +1666,7 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
|
|
|
1490
1666
|
)
|
|
1491
1667
|
] });
|
|
1492
1668
|
}
|
|
1493
|
-
return /* @__PURE__ */
|
|
1669
|
+
return /* @__PURE__ */ jsx46("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx46(
|
|
1494
1670
|
"path",
|
|
1495
1671
|
{
|
|
1496
1672
|
"fill-rule": "evenodd",
|
|
@@ -1502,11 +1678,11 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
|
|
|
1502
1678
|
}, "ICPencil");
|
|
1503
1679
|
|
|
1504
1680
|
// src/assets/copy.tsx
|
|
1505
|
-
import { jsx as
|
|
1681
|
+
import { jsx as jsx47, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1506
1682
|
var ICCopy = /* @__PURE__ */ __name((props) => {
|
|
1507
1683
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1508
1684
|
if (thick) {
|
|
1509
|
-
return /* @__PURE__ */
|
|
1685
|
+
return /* @__PURE__ */ jsx47("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx47(
|
|
1510
1686
|
"path",
|
|
1511
1687
|
{
|
|
1512
1688
|
"fill-rule": "evenodd",
|
|
@@ -1517,15 +1693,15 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
|
|
|
1517
1693
|
) });
|
|
1518
1694
|
}
|
|
1519
1695
|
if (fill) {
|
|
1520
|
-
return /* @__PURE__ */
|
|
1521
|
-
/* @__PURE__ */
|
|
1696
|
+
return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1697
|
+
/* @__PURE__ */ jsx47(
|
|
1522
1698
|
"path",
|
|
1523
1699
|
{
|
|
1524
1700
|
d: "M7 12C5.89543 12 5 12.8954 5 14V41C5 42.1046 5.89543 43 7 43H34C35.1046 43 36 42.1046 36 41V14C36 12.8954 35.1046 12 34 12H7Z",
|
|
1525
1701
|
fill: color
|
|
1526
1702
|
}
|
|
1527
1703
|
),
|
|
1528
|
-
/* @__PURE__ */
|
|
1704
|
+
/* @__PURE__ */ jsx47(
|
|
1529
1705
|
"path",
|
|
1530
1706
|
{
|
|
1531
1707
|
d: "M11 9L39 9V37H40C41.1046 37 42 36.1046 42 35V8C42 6.89543 41.1046 6 40 6H13C11.8954 6 11 6.89543 11 8V9Z",
|
|
@@ -1534,7 +1710,7 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
|
|
|
1534
1710
|
)
|
|
1535
1711
|
] });
|
|
1536
1712
|
}
|
|
1537
|
-
return /* @__PURE__ */
|
|
1713
|
+
return /* @__PURE__ */ jsx47("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx47(
|
|
1538
1714
|
"path",
|
|
1539
1715
|
{
|
|
1540
1716
|
"fill-rule": "evenodd",
|
|
@@ -1545,12 +1721,287 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
|
|
|
1545
1721
|
) });
|
|
1546
1722
|
}, "ICCopy");
|
|
1547
1723
|
|
|
1724
|
+
// src/assets/book.tsx
|
|
1725
|
+
import { jsx as jsx48, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1726
|
+
var ICBook = /* @__PURE__ */ __name((props) => {
|
|
1727
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1728
|
+
if (thick) {
|
|
1729
|
+
return /* @__PURE__ */ jsx48("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx48(
|
|
1730
|
+
"path",
|
|
1731
|
+
{
|
|
1732
|
+
"fill-rule": "evenodd",
|
|
1733
|
+
"clip-rule": "evenodd",
|
|
1734
|
+
d: "M25.9081 39.0992C25.9391 39.0844 25.9698 39.0691 26 39.0531C27.8465 38.0765 30.2434 37.2286 33 37.2286C35.919 37.2286 38.4346 37.9891 40.3205 38.8272C41.8725 39.5168 44 38.4126 44 36.7143V13.4975C44 12.3959 43.5446 11.3365 42.6194 10.7386C40.8913 9.62196 37.5908 7.9997 33 8C28.9085 8.00026 25.842 9.61078 24 10.9491C22.158 9.61078 19.0915 8.00026 15 8C10.0659 7.99968 6.62236 9.87361 5.01952 10.9797C4.33953 11.449 4 12.2398 4 13.066V36.7143C4 38.4126 6.12751 39.5168 7.67948 38.8272C9.56539 37.9891 12.081 37.2286 15 37.2286C17.8141 37.2286 20.2532 38.1122 22.1147 39.1143C22.13 39.1225 22.1471 39.1306 22.1658 39.1386C22.8631 39.5126 23.4781 39.9023 24 40.2671C24.5403 39.8894 25.1803 39.4851 25.9081 39.0992ZM8 34.4096C9.96647 33.7392 12.3367 33.2286 15 33.2286C17.6678 33.2286 20.0359 33.8388 22 34.6418V14.4503C20.6965 13.4225 18.2911 12.0002 14.9997 12C11.7633 11.9998 9.37645 13.0204 8 13.8229V34.4096ZM26 14.4506V34.6418C27.9635 33.839 30.3318 33.2286 33 33.2286C35.6633 33.2286 38.0335 33.7392 40 34.4096V13.8231C38.6206 13.0189 36.2357 11.9998 33.0003 12C29.7155 12.0002 27.3139 13.4148 26 14.4506Z",
|
|
1735
|
+
fill: color
|
|
1736
|
+
}
|
|
1737
|
+
) });
|
|
1738
|
+
}
|
|
1739
|
+
if (fill) {
|
|
1740
|
+
return /* @__PURE__ */ jsxs32("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1741
|
+
/* @__PURE__ */ jsx48(
|
|
1742
|
+
"path",
|
|
1743
|
+
{
|
|
1744
|
+
d: "M4 13.066C4 12.2398 4.33953 11.449 5.01952 10.9797C6.62236 9.87361 10.0659 7.99968 15 8C18.1293 8.0002 20.6591 8.94238 22.5 9.98428V39.2278C22.3308 39.1998 22.1971 39.1587 22.1147 39.1143C20.2532 38.1122 17.8141 37.2286 15 37.2286C12.081 37.2286 9.56539 37.9891 7.67948 38.8272C6.12751 39.5168 4 38.4126 4 36.7143V13.066Z",
|
|
1745
|
+
fill: color
|
|
1746
|
+
}
|
|
1747
|
+
),
|
|
1748
|
+
/* @__PURE__ */ jsx48(
|
|
1749
|
+
"path",
|
|
1750
|
+
{
|
|
1751
|
+
d: "M25.5 39.2504C25.6749 39.2025 25.843 39.1361 26 39.0531C27.8465 38.0765 30.2434 37.2286 33 37.2286C35.919 37.2286 38.4346 37.9891 40.3205 38.8272C41.8725 39.5168 44 38.4126 44 36.7143V13.4975C44 12.3959 43.5446 11.3365 42.6194 10.7386C40.8913 9.62196 37.5908 7.9997 33 8C29.8707 8.0002 27.3409 8.94238 25.5 9.98429V39.2504Z",
|
|
1752
|
+
fill: color
|
|
1753
|
+
}
|
|
1754
|
+
)
|
|
1755
|
+
] });
|
|
1756
|
+
}
|
|
1757
|
+
return /* @__PURE__ */ jsx48("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx48(
|
|
1758
|
+
"path",
|
|
1759
|
+
{
|
|
1760
|
+
"fill-rule": "evenodd",
|
|
1761
|
+
"clip-rule": "evenodd",
|
|
1762
|
+
d: "M25.5814 39.0531C27.4473 38.0387 29.9235 37.2286 32.7442 37.2286C35.7959 37.2286 38.4167 38.0225 40.3597 38.8818C41.9032 39.5645 44 38.4644 44 36.7767V13.5247C44 12.4072 43.531 11.3345 42.5861 10.7379C40.8175 9.62124 37.4408 7.9997 32.7442 8C28.4002 8.00027 25.5573 9.73415 23.9926 11.0988C22.416 9.73415 19.5603 8.00027 15.2273 8C10.1925 7.99968 6.67825 9.87271 5.04178 10.9789C4.34848 11.4476 4 12.2473 4 13.0842V36.7699C4 38.4588 6.1001 39.5594 7.64452 38.8759C9.5812 38.0189 12.1904 37.2286 15.2273 37.2286C18.0995 37.2286 20.5891 38.1122 22.4891 39.1143C22.4926 39.1162 22.4962 39.118 22.4998 39.1199C22.8743 39.3281 23.4487 39.6493 23.9951 39.9548C24.5188 39.6611 25.049 39.3425 25.5814 39.0531ZM7 35.8896C9.15192 35.0053 11.9669 34.2286 15.2273 34.2286C18.0296 34.2286 20.4976 34.9198 22.4998 35.7925V13.8067C21.5194 12.812 19.2032 11.0003 15.2271 11C11.2402 10.9997 8.41494 12.3833 7 13.2821V35.8896ZM25.5008 35.7554C25.4702 28.4724 25.5 21.1887 25.5 13.9057C25.5 13.8569 25.5034 13.8182 25.5075 13.7898C26.4753 12.8026 28.7627 11.0003 32.7444 11C36.7004 10.9998 39.5151 12.353 40.9527 13.2546C40.9701 13.2918 41 13.3822 41 13.5247V35.8939C38.842 35.0078 36.017 34.2286 32.7442 34.2286C29.9962 34.2286 27.5289 34.8663 25.5008 35.7554Z",
|
|
1763
|
+
fill: color
|
|
1764
|
+
}
|
|
1765
|
+
) });
|
|
1766
|
+
}, "ICBook");
|
|
1767
|
+
|
|
1768
|
+
// src/assets/description.tsx
|
|
1769
|
+
import { jsx as jsx49, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1770
|
+
var ICDescription = /* @__PURE__ */ __name((props) => {
|
|
1771
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1772
|
+
if (thick) {
|
|
1773
|
+
return /* @__PURE__ */ jsxs33("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1774
|
+
/* @__PURE__ */ jsx49("path", { d: "M20 22H16V18H20V22Z", fill: color }),
|
|
1775
|
+
/* @__PURE__ */ jsx49("path", { d: "M32 29.5H16V25.5H32V29.5Z", fill: color }),
|
|
1776
|
+
/* @__PURE__ */ jsx49("path", { d: "M16 37H32V33H16V37Z", fill: color }),
|
|
1777
|
+
/* @__PURE__ */ jsx49(
|
|
1778
|
+
"path",
|
|
1779
|
+
{
|
|
1780
|
+
"fill-rule": "evenodd",
|
|
1781
|
+
"clip-rule": "evenodd",
|
|
1782
|
+
d: "M37 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H23.1314C23.6859 4 24.2155 4.23021 24.5938 4.63565L38.4623 19.5007C38.8078 19.871 39 20.3586 39 20.865V42C39 43.1046 38.1045 44 37 44ZM35 22.0769V40H13V8H22.001V18.0769C22.001 20.2861 23.7918 22.0769 26.001 22.0769H35ZM26.001 12.0076L31.6635 18.0769L26.001 18.0769V12.0076Z",
|
|
1783
|
+
fill: color
|
|
1784
|
+
}
|
|
1785
|
+
)
|
|
1786
|
+
] });
|
|
1787
|
+
}
|
|
1788
|
+
if (fill) {
|
|
1789
|
+
return /* @__PURE__ */ jsx49("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx49(
|
|
1790
|
+
"path",
|
|
1791
|
+
{
|
|
1792
|
+
d: "M13.5 29.5V31H15H33H34.5V29.5V26.5V25H33H15H13.5V26.5V29.5ZM20 23H21.5V21.5V20.257C22.31 21.9261 24.0211 23.0769 26.001 23.0769H37.5V42C37.5 42.2761 37.2761 42.5 37 42.5H11C10.7239 42.5 10.5 42.2761 10.5 42V6C10.5 5.72386 10.7239 5.5 11 5.5H21.001V17H20H15H13.5V18.5V21.5V23H15H20ZM13.5 36.5V38H15H33H34.5V36.5V33.5V32H33H15H13.5V33.5V36.5ZM27.001 17.0769V9.41465L34.1496 17.0769H27.001Z",
|
|
1793
|
+
fill: color,
|
|
1794
|
+
stroke: "#1E1E1F",
|
|
1795
|
+
"stroke-width": "3"
|
|
1796
|
+
}
|
|
1797
|
+
) });
|
|
1798
|
+
}
|
|
1799
|
+
return /* @__PURE__ */ jsxs33("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1800
|
+
/* @__PURE__ */ jsx49("path", { d: "M20 21.5H16V18.5H20V21.5Z", fill: color }),
|
|
1801
|
+
/* @__PURE__ */ jsx49("path", { d: "M32 29H16V26H32V29Z", fill: color }),
|
|
1802
|
+
/* @__PURE__ */ jsx49("path", { d: "M16 36.5H32V33.5H16V36.5Z", fill: color }),
|
|
1803
|
+
/* @__PURE__ */ jsx49(
|
|
1804
|
+
"path",
|
|
1805
|
+
{
|
|
1806
|
+
"fill-rule": "evenodd",
|
|
1807
|
+
"clip-rule": "evenodd",
|
|
1808
|
+
d: "M37 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H23.1314C23.6859 4 24.2155 4.23021 24.5938 4.63565L38.4623 19.5007C38.8078 19.871 39 20.3586 39 20.865V42C39 43.1046 38.1045 44 37 44ZM36 21.5769V41H12V7H22.501V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H36ZM25.501 10.0057L33.4976 18.5769H26.001C25.7248 18.5769 25.501 18.3531 25.501 18.0769V10.0057Z",
|
|
1809
|
+
fill: color
|
|
1810
|
+
}
|
|
1811
|
+
)
|
|
1812
|
+
] });
|
|
1813
|
+
}, "ICDescription");
|
|
1814
|
+
|
|
1815
|
+
// src/assets/bookmark.tsx
|
|
1816
|
+
import { jsx as jsx50 } from "react/jsx-runtime";
|
|
1817
|
+
var ICBookmark = /* @__PURE__ */ __name((props) => {
|
|
1818
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1819
|
+
if (thick) {
|
|
1820
|
+
return /* @__PURE__ */ jsx50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx50(
|
|
1821
|
+
"path",
|
|
1822
|
+
{
|
|
1823
|
+
"fill-rule": "evenodd",
|
|
1824
|
+
"clip-rule": "evenodd",
|
|
1825
|
+
d: "M24 27.3851L37 37.0445V9H11V37.0445L24 27.3851ZM24 32.3684L37.8072 42.6276C39.1267 43.6081 41 42.6662 41 41.0223V7C41 5.89543 40.1046 5 39 5H9C7.89543 5 7 5.89543 7 7V41.0223C7 42.6662 8.87326 43.6081 10.1928 42.6276L24 32.3684Z",
|
|
1826
|
+
fill: "black"
|
|
1827
|
+
}
|
|
1828
|
+
) });
|
|
1829
|
+
}
|
|
1830
|
+
if (fill) {
|
|
1831
|
+
return /* @__PURE__ */ jsx50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx50(
|
|
1832
|
+
"path",
|
|
1833
|
+
{
|
|
1834
|
+
d: "M7 7C7 5.89543 7.89543 5 9 5H39C40.1046 5 41 5.89543 41 7V41.0223C41 42.6662 39.1267 43.6081 37.8072 42.6276L24 32.3684L10.1928 42.6276C8.87326 43.6081 7 42.6662 7 41.0223L7 7Z",
|
|
1835
|
+
fill: "black"
|
|
1836
|
+
}
|
|
1837
|
+
) });
|
|
1838
|
+
}
|
|
1839
|
+
return /* @__PURE__ */ jsx50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx50(
|
|
1840
|
+
"path",
|
|
1841
|
+
{
|
|
1842
|
+
"fill-rule": "evenodd",
|
|
1843
|
+
"clip-rule": "evenodd",
|
|
1844
|
+
d: "M24 28.6309L38 39.0334V8H10V39.0334L24 28.6309ZM24 32.3684L37.8072 42.6276C39.1267 43.6081 41 42.6662 41 41.0223V7C41 5.89543 40.1046 5 39 5H9C7.89543 5 7 5.89543 7 7V41.0223C7 42.6662 8.87326 43.6081 10.1928 42.6276L24 32.3684Z",
|
|
1845
|
+
fill: "black"
|
|
1846
|
+
}
|
|
1847
|
+
) });
|
|
1848
|
+
}, "ICBookmark");
|
|
1849
|
+
|
|
1850
|
+
// src/assets/photo.tsx
|
|
1851
|
+
import { jsx as jsx51, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1852
|
+
var ICPhoto = /* @__PURE__ */ __name((props) => {
|
|
1853
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1854
|
+
if (thick) {
|
|
1855
|
+
return /* @__PURE__ */ jsxs34("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1856
|
+
/* @__PURE__ */ jsx51(
|
|
1857
|
+
"path",
|
|
1858
|
+
{
|
|
1859
|
+
d: "M23 18C23 20.2091 21.2091 22 19 22C16.7909 22 15 20.2091 15 18C15 15.7909 16.7909 14 19 14C21.2091 14 23 15.7909 23 18Z",
|
|
1860
|
+
fill: color
|
|
1861
|
+
}
|
|
1862
|
+
),
|
|
1863
|
+
/* @__PURE__ */ jsx51(
|
|
1864
|
+
"path",
|
|
1865
|
+
{
|
|
1866
|
+
"fill-rule": "evenodd",
|
|
1867
|
+
"clip-rule": "evenodd",
|
|
1868
|
+
d: "M43 7C43 5.89543 42.1046 5 41 5H7C5.89543 5 5 5.89543 5 7V41.25C5 42.3546 5.89543 43.25 7 43.25H41C42.1046 43.25 43 42.3546 43 41.25V7ZM39 39V31.9355L32.5002 25.5901L21.6025 36.2289L17.0002 31.6454L9.61549 39H39ZM39 26.3454L33.8973 21.3639C33.1203 20.6054 31.8801 20.6054 31.1031 21.3639L21.6305 30.6115L18.4115 27.4056C17.6311 26.6284 16.3693 26.6284 15.5889 27.4056L9 33.9676V9H39V26.3454Z",
|
|
1869
|
+
fill: color
|
|
1870
|
+
}
|
|
1871
|
+
)
|
|
1872
|
+
] });
|
|
1873
|
+
}
|
|
1874
|
+
if (fill) {
|
|
1875
|
+
return /* @__PURE__ */ jsx51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx51(
|
|
1876
|
+
"path",
|
|
1877
|
+
{
|
|
1878
|
+
"fill-rule": "evenodd",
|
|
1879
|
+
"clip-rule": "evenodd",
|
|
1880
|
+
d: "M7 5C5.89543 5 5 5.89543 5 7V40.9999C5 42.1045 5.89543 42.9999 7 42.9999H41C42.1046 42.9999 43 42.1045 43 40.9999V7C43 5.89543 42.1046 5 41 5H7ZM21.6095 34.5744L17.0002 29.9839L8 38.9475V39.9999H40V31.2641L32.5002 23.9424L21.6095 34.5744ZM19 22C21.2091 22 23 20.2091 23 18C23 15.7909 21.2091 14 19 14C16.7909 14 15 15.7909 15 18C15 20.2091 16.7909 22 19 22Z",
|
|
1881
|
+
fill: color
|
|
1882
|
+
}
|
|
1883
|
+
) });
|
|
1884
|
+
}
|
|
1885
|
+
return /* @__PURE__ */ jsxs34("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1886
|
+
/* @__PURE__ */ jsx51(
|
|
1887
|
+
"path",
|
|
1888
|
+
{
|
|
1889
|
+
d: "M23 18C23 20.2091 21.2091 22 19 22C16.7909 22 15 20.2091 15 18C15 15.7909 16.7909 14 19 14C21.2091 14 23 15.7909 23 18Z",
|
|
1890
|
+
fill: color
|
|
1891
|
+
}
|
|
1892
|
+
),
|
|
1893
|
+
/* @__PURE__ */ jsx51(
|
|
1894
|
+
"path",
|
|
1895
|
+
{
|
|
1896
|
+
"fill-rule": "evenodd",
|
|
1897
|
+
"clip-rule": "evenodd",
|
|
1898
|
+
d: "M43 7C43 5.89543 42.1046 5 41 5H7C5.89543 5 5 5.89543 5 7V41.25C5 42.3546 5.89543 43.25 7 43.25H41C42.1046 43.25 43 42.3546 43 41.25V7ZM8 39.1976V40H40V31.5142L32.5002 24.1926L21.6095 34.8246L17.0002 30.234L8 39.1976ZM40 27.3217L33.8973 21.3639C33.1203 20.6054 31.8801 20.6054 31.1031 21.3639L21.6305 30.6115L18.4115 27.4056C17.6311 26.6284 16.3693 26.6284 15.5889 27.4056L8 34.9636V8H40V27.3217Z",
|
|
1899
|
+
fill: color
|
|
1900
|
+
}
|
|
1901
|
+
)
|
|
1902
|
+
] });
|
|
1903
|
+
}, "ICPhoto");
|
|
1904
|
+
|
|
1905
|
+
// src/assets/camera.tsx
|
|
1906
|
+
import { jsx as jsx52, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1907
|
+
var ICCamera = /* @__PURE__ */ __name((props) => {
|
|
1908
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1909
|
+
if (thick) {
|
|
1910
|
+
return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1911
|
+
/* @__PURE__ */ jsx52(
|
|
1912
|
+
"path",
|
|
1913
|
+
{
|
|
1914
|
+
"fill-rule": "evenodd",
|
|
1915
|
+
"clip-rule": "evenodd",
|
|
1916
|
+
d: "M33 26C33 30.9706 28.9706 35 24 35C19.0294 35 15 30.9706 15 26C15 21.0294 19.0294 17 24 17C28.9706 17 33 21.0294 33 26ZM29 26C29 28.7614 26.7614 31 24 31C21.2386 31 19 28.7614 19 26C19 23.2386 21.2386 21 24 21C26.7614 21 29 23.2386 29 26Z",
|
|
1917
|
+
fill: color
|
|
1918
|
+
}
|
|
1919
|
+
),
|
|
1920
|
+
/* @__PURE__ */ jsx52(
|
|
1921
|
+
"path",
|
|
1922
|
+
{
|
|
1923
|
+
"fill-rule": "evenodd",
|
|
1924
|
+
"clip-rule": "evenodd",
|
|
1925
|
+
d: "M6 12H14L16.4315 7.5423C16.7819 6.89977 17.4554 6.5 18.1873 6.5H29.8127C30.5446 6.5 31.2181 6.89977 31.5685 7.5423L34 12H42C43.1046 12 44 12.8954 44 14V39C44 40.1046 43.1046 41 42 41H6C4.89543 41 4 40.1046 4 39V14C4 12.8954 4.89543 12 6 12ZM16.3745 16L19.3745 10.5H28.6255L31.6255 16H40V37H8V16H16.3745Z",
|
|
1926
|
+
fill: color
|
|
1927
|
+
}
|
|
1928
|
+
)
|
|
1929
|
+
] });
|
|
1930
|
+
}
|
|
1931
|
+
if (fill) {
|
|
1932
|
+
return /* @__PURE__ */ jsx52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx52(
|
|
1933
|
+
"path",
|
|
1934
|
+
{
|
|
1935
|
+
d: "M32.6832 12.7183L33.1096 13.5H34H42C42.2761 13.5 42.5 13.7239 42.5 14V39C42.5 39.2761 42.2761 39.5 42 39.5H6C5.72386 39.5 5.5 39.2761 5.5 39V14C5.5 13.7239 5.72386 13.5 6 13.5H14H14.8904L15.3168 12.7183L17.7483 8.26057L16.4315 7.5423L17.7483 8.26057C17.8359 8.09994 18.0043 8 18.1873 8H29.8127C29.9957 8 30.1641 8.09994 30.2517 8.26057L32.6832 12.7183ZM28.5 26C28.5 28.4853 26.4853 30.5 24 30.5C21.5147 30.5 19.5 28.4853 19.5 26C19.5 23.5147 21.5147 21.5 24 21.5C26.4853 21.5 28.5 23.5147 28.5 26ZM24 36.5C29.799 36.5 34.5 31.799 34.5 26C34.5 20.201 29.799 15.5 24 15.5C18.201 15.5 13.5 20.201 13.5 26C13.5 31.799 18.201 36.5 24 36.5Z",
|
|
1936
|
+
fill: color,
|
|
1937
|
+
stroke: "#1E1E1F",
|
|
1938
|
+
"stroke-width": "3"
|
|
1939
|
+
}
|
|
1940
|
+
) });
|
|
1941
|
+
}
|
|
1942
|
+
return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1943
|
+
/* @__PURE__ */ jsx52(
|
|
1944
|
+
"path",
|
|
1945
|
+
{
|
|
1946
|
+
"fill-rule": "evenodd",
|
|
1947
|
+
"clip-rule": "evenodd",
|
|
1948
|
+
d: "M33 26C33 30.9706 28.9706 35 24 35C19.0294 35 15 30.9706 15 26C15 21.0294 19.0294 17 24 17C28.9706 17 33 21.0294 33 26ZM30 26C30 29.3137 27.3137 32 24 32C20.6863 32 18 29.3137 18 26C18 22.6863 20.6863 20 24 20C27.3137 20 30 22.6863 30 26Z",
|
|
1949
|
+
fill: color
|
|
1950
|
+
}
|
|
1951
|
+
),
|
|
1952
|
+
/* @__PURE__ */ jsx52(
|
|
1953
|
+
"path",
|
|
1954
|
+
{
|
|
1955
|
+
"fill-rule": "evenodd",
|
|
1956
|
+
"clip-rule": "evenodd",
|
|
1957
|
+
d: "M6 12H14L16.4315 7.5423C16.7819 6.89977 17.4554 6.5 18.1873 6.5H29.8127C30.5446 6.5 31.2181 6.89977 31.5685 7.5423L34 12H42C43.1046 12 44 12.8954 44 14V39C44 40.1046 43.1046 41 42 41H6C4.89543 41 4 40.1046 4 39V14C4 12.8954 4.89543 12 6 12ZM15.7809 15L18.7809 9.5H29.2191L32.2191 15H41V38H7V15H15.7809Z",
|
|
1958
|
+
fill: color
|
|
1959
|
+
}
|
|
1960
|
+
)
|
|
1961
|
+
] });
|
|
1962
|
+
}, "ICCamera");
|
|
1963
|
+
|
|
1964
|
+
// src/assets/bolt.tsx
|
|
1965
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
1966
|
+
var ICBolt = /* @__PURE__ */ __name((props) => {
|
|
1967
|
+
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1968
|
+
if (thick) {
|
|
1969
|
+
return /* @__PURE__ */ jsx53("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx53(
|
|
1970
|
+
"path",
|
|
1971
|
+
{
|
|
1972
|
+
"fill-rule": "evenodd",
|
|
1973
|
+
"clip-rule": "evenodd",
|
|
1974
|
+
d: "M24.4869 25.5002L23.2896 35.3118L34.2338 22.5002L23.825 22.5002L25.0222 12.6884L14.0781 25.5002H24.4869ZM29.7963 6.58652C30.0363 4.61973 27.5773 3.53872 26.2904 5.04527L8.21862 26.2012C7.10983 27.4992 8.03222 29.5002 9.73934 29.5002H19.9691L18.5153 41.4137C18.2752 43.3805 20.7343 44.4616 22.0212 42.955L40.0933 21.7992C41.2021 20.5012 40.2798 18.5002 38.5726 18.5002L28.3427 18.5002L29.7963 6.58652Z",
|
|
1975
|
+
fill: color
|
|
1976
|
+
}
|
|
1977
|
+
) });
|
|
1978
|
+
}
|
|
1979
|
+
if (fill) {
|
|
1980
|
+
return /* @__PURE__ */ jsx53("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx53(
|
|
1981
|
+
"path",
|
|
1982
|
+
{
|
|
1983
|
+
d: "M26.2904 5.04527C27.5773 3.53872 30.0363 4.61973 29.7963 6.58652L28.3427 18.5002L38.5726 18.5002C40.2798 18.5002 41.2021 20.5012 40.0933 21.7992L22.0212 42.955C20.7343 44.4616 18.2752 43.3805 18.5153 41.4137L19.9691 29.5002H9.73934C8.03222 29.5002 7.10983 27.4992 8.21862 26.2012L26.2904 5.04527Z",
|
|
1984
|
+
fill: color
|
|
1985
|
+
}
|
|
1986
|
+
) });
|
|
1987
|
+
}
|
|
1988
|
+
return /* @__PURE__ */ jsx53("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx53(
|
|
1989
|
+
"path",
|
|
1990
|
+
{
|
|
1991
|
+
"fill-rule": "evenodd",
|
|
1992
|
+
"clip-rule": "evenodd",
|
|
1993
|
+
d: "M23.3575 26.5002L21.8951 38.4839L36.4032 21.5002L24.9544 21.5002L26.4166 9.51635L11.9087 26.5002H23.3575ZM29.7963 6.58652C30.0363 4.61973 27.5773 3.53872 26.2904 5.04527L8.21862 26.2012C7.10983 27.4992 8.03222 29.5002 9.73934 29.5002H19.9691L18.5153 41.4137C18.2752 43.3805 20.7343 44.4616 22.0212 42.955L40.0933 21.7992C41.2021 20.5012 40.2798 18.5002 38.5726 18.5002L28.3427 18.5002L29.7963 6.58652Z",
|
|
1994
|
+
fill: color
|
|
1995
|
+
}
|
|
1996
|
+
) });
|
|
1997
|
+
}, "ICBolt");
|
|
1998
|
+
|
|
1548
1999
|
// src/assets/question-message.tsx
|
|
1549
|
-
import { jsx as
|
|
2000
|
+
import { jsx as jsx54, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1550
2001
|
var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
1551
2002
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1552
2003
|
if (fill && thick) {
|
|
1553
|
-
return /* @__PURE__ */
|
|
2004
|
+
return /* @__PURE__ */ jsx54("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx54(
|
|
1554
2005
|
"path",
|
|
1555
2006
|
{
|
|
1556
2007
|
"fill-rule": "evenodd",
|
|
@@ -1561,22 +2012,22 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
|
1561
2012
|
) });
|
|
1562
2013
|
}
|
|
1563
2014
|
if (thick) {
|
|
1564
|
-
return /* @__PURE__ */
|
|
1565
|
-
/* @__PURE__ */
|
|
2015
|
+
return /* @__PURE__ */ jsxs36("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2016
|
+
/* @__PURE__ */ jsx54(
|
|
1566
2017
|
"path",
|
|
1567
2018
|
{
|
|
1568
2019
|
d: "M17.8922 18.0469C18.4059 16.7441 19.2401 15.7037 20.3881 14.9516C21.5351 14.2002 22.8489 13.834 24.3004 13.834C25.9824 13.834 27.4192 14.312 28.5234 15.3389C29.6343 16.3722 30.1675 17.7399 30.1675 19.354C30.1675 20.2797 29.9663 21.1469 29.5545 21.9408C29.141 22.7382 28.4693 23.5012 27.5933 24.2379L27.5876 24.2427C26.7073 24.9696 26.3351 25.4978 26.2369 25.8235C26.0906 26.3084 26.0127 26.8602 26.0127 27.4856V28.319H21.9889V27.4856C21.9889 26.2786 22.1952 25.2197 22.6767 24.3707C23.1227 23.5842 23.7858 22.8257 24.6327 22.0898L24.6424 22.0814C25.2696 21.5531 25.7144 21.0699 26.0035 20.6351C26.2649 20.2418 26.3834 19.8467 26.3834 19.4341C26.3834 18.8884 26.1988 18.4852 25.8261 18.156C25.4499 17.8237 24.9282 17.6237 24.1806 17.6237C23.5334 17.6237 23.0135 17.7885 22.584 18.0919C22.1466 18.4008 21.8016 18.843 21.5607 19.4577L21.2603 20.2246L17.5823 18.833L17.8922 18.0469Z",
|
|
1569
2020
|
fill: color
|
|
1570
2021
|
}
|
|
1571
2022
|
),
|
|
1572
|
-
/* @__PURE__ */
|
|
2023
|
+
/* @__PURE__ */ jsx54(
|
|
1573
2024
|
"path",
|
|
1574
2025
|
{
|
|
1575
2026
|
d: "M22.5518 30.1418C23.0059 29.6866 23.5798 29.4563 24.2205 29.4563C24.8613 29.4563 25.4352 29.6866 25.8892 30.1418C26.3431 30.5969 26.572 31.1713 26.572 31.8118C26.572 32.4523 26.3431 33.0267 25.8892 33.4818C25.4352 33.9371 24.8613 34.1673 24.2205 34.1673C23.5798 34.1673 23.0059 33.9371 22.5518 33.4818C22.0979 33.0267 21.8691 32.4523 21.8691 31.8118C21.8691 31.1713 22.0979 30.5969 22.5518 30.1418Z",
|
|
1576
2027
|
fill: color
|
|
1577
2028
|
}
|
|
1578
2029
|
),
|
|
1579
|
-
/* @__PURE__ */
|
|
2030
|
+
/* @__PURE__ */ jsx54(
|
|
1580
2031
|
"path",
|
|
1581
2032
|
{
|
|
1582
2033
|
"fill-rule": "evenodd",
|
|
@@ -1588,7 +2039,7 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
|
1588
2039
|
] });
|
|
1589
2040
|
}
|
|
1590
2041
|
if (fill) {
|
|
1591
|
-
return /* @__PURE__ */
|
|
2042
|
+
return /* @__PURE__ */ jsx54("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx54(
|
|
1592
2043
|
"path",
|
|
1593
2044
|
{
|
|
1594
2045
|
"fill-rule": "evenodd",
|
|
@@ -1598,22 +2049,22 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
|
1598
2049
|
}
|
|
1599
2050
|
) });
|
|
1600
2051
|
}
|
|
1601
|
-
return /* @__PURE__ */
|
|
1602
|
-
/* @__PURE__ */
|
|
2052
|
+
return /* @__PURE__ */ jsxs36("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2053
|
+
/* @__PURE__ */ jsx54(
|
|
1603
2054
|
"path",
|
|
1604
2055
|
{
|
|
1605
2056
|
d: "M24.3004 14.144C22.9034 14.144 21.6498 14.4957 20.558 15.211C19.4655 15.9266 18.6716 16.9153 18.1806 18.1606L17.986 18.6543L21.0834 19.8262L21.2721 19.3446C21.5323 18.6804 21.9125 18.1867 22.4051 17.8387C22.8928 17.4942 23.4769 17.3137 24.1806 17.3137C24.987 17.3137 25.5871 17.5312 26.0314 17.9236C26.4735 18.3142 26.6934 18.8033 26.6934 19.4341C26.6934 19.9118 26.5546 20.3661 26.2616 20.8067C25.9513 21.2735 25.4837 21.7781 24.8421 22.3185L24.836 22.3238C24.007 23.0443 23.3701 23.7764 22.9463 24.5236C22.5003 25.3101 22.2989 26.3104 22.2989 27.4856V28.009H25.7027V27.4856C25.7027 26.8346 25.7838 26.2521 25.94 25.734C26.0661 25.3158 26.5005 24.7383 27.3902 24.0036L27.3938 24.0006C28.251 23.2797 28.8908 22.5472 29.2794 21.7981C29.6667 21.0512 29.8575 20.2334 29.8575 19.354C29.8575 17.8138 29.3517 16.5327 28.3122 15.5659C27.277 14.6032 25.9214 14.144 24.3004 14.144Z",
|
|
1606
2057
|
fill: color
|
|
1607
2058
|
}
|
|
1608
2059
|
),
|
|
1609
|
-
/* @__PURE__ */
|
|
2060
|
+
/* @__PURE__ */ jsx54(
|
|
1610
2061
|
"path",
|
|
1611
2062
|
{
|
|
1612
2063
|
d: "M24.2205 29.7663C23.6596 29.7663 23.1654 29.9655 22.7713 30.3607C22.3773 30.7558 22.1791 31.2506 22.1791 31.8118C22.1791 32.373 22.3773 32.8678 22.7713 33.2629C23.1654 33.6581 23.6596 33.8573 24.2205 33.8573C24.7814 33.8573 25.2756 33.6581 25.6697 33.2629C26.0638 32.8678 26.262 32.373 26.262 31.8118C26.262 31.2506 26.0638 30.7558 25.6697 30.3607C25.2756 29.9655 24.7814 29.7663 24.2205 29.7663Z",
|
|
1613
2064
|
fill: color
|
|
1614
2065
|
}
|
|
1615
2066
|
),
|
|
1616
|
-
/* @__PURE__ */
|
|
2067
|
+
/* @__PURE__ */ jsx54(
|
|
1617
2068
|
"path",
|
|
1618
2069
|
{
|
|
1619
2070
|
"fill-rule": "evenodd",
|
|
@@ -1626,12 +2077,12 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
|
|
|
1626
2077
|
}, "ICQuestionMessage");
|
|
1627
2078
|
|
|
1628
2079
|
// src/assets/books.tsx
|
|
1629
|
-
import { jsx as
|
|
2080
|
+
import { jsx as jsx55, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1630
2081
|
var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
1631
2082
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1632
2083
|
if (fill && thick) {
|
|
1633
|
-
return /* @__PURE__ */
|
|
1634
|
-
/* @__PURE__ */
|
|
2084
|
+
return /* @__PURE__ */ jsxs37("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2085
|
+
/* @__PURE__ */ jsx55(
|
|
1635
2086
|
"path",
|
|
1636
2087
|
{
|
|
1637
2088
|
"fill-rule": "evenodd",
|
|
@@ -1640,7 +2091,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1640
2091
|
fill: color
|
|
1641
2092
|
}
|
|
1642
2093
|
),
|
|
1643
|
-
/* @__PURE__ */
|
|
2094
|
+
/* @__PURE__ */ jsx55(
|
|
1644
2095
|
"path",
|
|
1645
2096
|
{
|
|
1646
2097
|
"fill-rule": "evenodd",
|
|
@@ -1649,7 +2100,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1649
2100
|
fill: color
|
|
1650
2101
|
}
|
|
1651
2102
|
),
|
|
1652
|
-
/* @__PURE__ */
|
|
2103
|
+
/* @__PURE__ */ jsx55(
|
|
1653
2104
|
"path",
|
|
1654
2105
|
{
|
|
1655
2106
|
"fill-rule": "evenodd",
|
|
@@ -1661,10 +2112,10 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1661
2112
|
] });
|
|
1662
2113
|
}
|
|
1663
2114
|
if (thick) {
|
|
1664
|
-
return /* @__PURE__ */
|
|
1665
|
-
/* @__PURE__ */
|
|
1666
|
-
/* @__PURE__ */
|
|
1667
|
-
/* @__PURE__ */
|
|
2115
|
+
return /* @__PURE__ */ jsxs37("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2116
|
+
/* @__PURE__ */ jsx55("path", { d: "M20.3906 24H17.6406V26H20.3906V24Z", fill: color }),
|
|
2117
|
+
/* @__PURE__ */ jsx55("path", { d: "M20.3906 34H17.6406V36H20.3906V34Z", fill: color }),
|
|
2118
|
+
/* @__PURE__ */ jsx55(
|
|
1668
2119
|
"path",
|
|
1669
2120
|
{
|
|
1670
2121
|
"fill-rule": "evenodd",
|
|
@@ -1676,22 +2127,22 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1676
2127
|
] });
|
|
1677
2128
|
}
|
|
1678
2129
|
if (fill) {
|
|
1679
|
-
return /* @__PURE__ */
|
|
1680
|
-
/* @__PURE__ */
|
|
2130
|
+
return /* @__PURE__ */ jsxs37("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2131
|
+
/* @__PURE__ */ jsx55(
|
|
1681
2132
|
"path",
|
|
1682
2133
|
{
|
|
1683
2134
|
d: "M33.3875 5.52562L24.6061 8.10452C24.0779 8.25964 23.7744 8.8125 23.9271 9.3414L33.125 41.1966C33.2787 41.729 33.8359 42.0348 34.3675 41.8787L43.1489 39.2998C43.6771 39.1447 43.9806 38.5918 43.8279 38.0629L34.63 6.20769C34.4763 5.67537 33.9191 5.3695 33.3875 5.52562Z",
|
|
1684
2135
|
fill: color
|
|
1685
2136
|
}
|
|
1686
2137
|
),
|
|
1687
|
-
/* @__PURE__ */
|
|
2138
|
+
/* @__PURE__ */ jsx55(
|
|
1688
2139
|
"path",
|
|
1689
2140
|
{
|
|
1690
2141
|
d: "M12.9999 10.2846H5.42566C4.87337 10.2846 4.42566 10.7324 4.42566 11.2846V40.9552C4.42566 41.5075 4.87337 41.9552 5.42566 41.9552H12.9999C13.5522 41.9552 13.9999 41.5075 13.9999 40.9552V11.2846C13.9999 10.7324 13.5522 10.2846 12.9999 10.2846Z",
|
|
1691
2142
|
fill: color
|
|
1692
2143
|
}
|
|
1693
2144
|
),
|
|
1694
|
-
/* @__PURE__ */
|
|
2145
|
+
/* @__PURE__ */ jsx55(
|
|
1695
2146
|
"path",
|
|
1696
2147
|
{
|
|
1697
2148
|
"fill-rule": "evenodd",
|
|
@@ -1702,10 +2153,10 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1702
2153
|
)
|
|
1703
2154
|
] });
|
|
1704
2155
|
}
|
|
1705
|
-
return /* @__PURE__ */
|
|
1706
|
-
/* @__PURE__ */
|
|
1707
|
-
/* @__PURE__ */
|
|
1708
|
-
/* @__PURE__ */
|
|
2156
|
+
return /* @__PURE__ */ jsxs37("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2157
|
+
/* @__PURE__ */ jsx55("path", { d: "M17.4532 23.4649H21.2734V26.0117H17.4532V23.4649Z", fill: color }),
|
|
2158
|
+
/* @__PURE__ */ jsx55("path", { d: "M21.2734 33.7266H17.4532V36.2734H21.2734V33.7266Z", fill: color }),
|
|
2159
|
+
/* @__PURE__ */ jsx55(
|
|
1709
2160
|
"path",
|
|
1710
2161
|
{
|
|
1711
2162
|
"fill-rule": "evenodd",
|
|
@@ -1718,26 +2169,26 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
|
|
|
1718
2169
|
}, "ICBooks");
|
|
1719
2170
|
|
|
1720
2171
|
// src/assets/balance.tsx
|
|
1721
|
-
import { jsx as
|
|
2172
|
+
import { jsx as jsx56, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1722
2173
|
var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
1723
2174
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1724
2175
|
if (fill && thick) {
|
|
1725
|
-
return /* @__PURE__ */
|
|
1726
|
-
/* @__PURE__ */
|
|
2176
|
+
return /* @__PURE__ */ jsxs38("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2177
|
+
/* @__PURE__ */ jsx56(
|
|
1727
2178
|
"path",
|
|
1728
2179
|
{
|
|
1729
2180
|
d: "M25.2842 11.165L39.312 7.95006L38.4184 4.05115L5.98584 11.4841L6.8794 15.383L21.2842 12.0817L21.2842 39.001H11.5469V43.001H34.8807V39.001H25.2842L25.2842 11.165Z",
|
|
1730
2181
|
fill: color
|
|
1731
2182
|
}
|
|
1732
2183
|
),
|
|
1733
|
-
/* @__PURE__ */
|
|
2184
|
+
/* @__PURE__ */ jsx56(
|
|
1734
2185
|
"path",
|
|
1735
2186
|
{
|
|
1736
2187
|
d: "M39.1225 22.3675C39.5542 23.6626 38.5903 25 37.2251 25H30.7748C29.4097 25 28.4458 23.6626 28.8775 22.3675L32.1026 12.6921C32.7104 10.8687 35.2896 10.8687 35.8974 12.6921L39.1225 22.3675Z",
|
|
1737
2188
|
fill: color
|
|
1738
2189
|
}
|
|
1739
2190
|
),
|
|
1740
|
-
/* @__PURE__ */
|
|
2191
|
+
/* @__PURE__ */ jsx56(
|
|
1741
2192
|
"path",
|
|
1742
2193
|
{
|
|
1743
2194
|
d: "M18.1225 27.3675C18.5542 28.6626 17.5903 30 16.2251 30H9.77485C8.40973 30 7.44579 28.6626 7.87748 27.3675L11.1026 17.6921C11.7104 15.8687 14.2896 15.8687 14.8974 17.6921L18.1225 27.3675Z",
|
|
@@ -1747,15 +2198,15 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
|
1747
2198
|
] });
|
|
1748
2199
|
}
|
|
1749
2200
|
if (thick) {
|
|
1750
|
-
return /* @__PURE__ */
|
|
1751
|
-
/* @__PURE__ */
|
|
2201
|
+
return /* @__PURE__ */ jsxs38("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2202
|
+
/* @__PURE__ */ jsx56(
|
|
1752
2203
|
"path",
|
|
1753
2204
|
{
|
|
1754
2205
|
d: "M25.2842 11.1649L39.3122 7.94988L38.4187 4.05096L5.98608 11.484L6.87965 15.3829L21.2842 12.0816L21.2842 39.0011H11.5471V43.0011H34.8809V39.0011H25.2842L25.2842 11.1649Z",
|
|
1755
2206
|
fill: color
|
|
1756
2207
|
}
|
|
1757
2208
|
),
|
|
1758
|
-
/* @__PURE__ */
|
|
2209
|
+
/* @__PURE__ */ jsx56(
|
|
1759
2210
|
"path",
|
|
1760
2211
|
{
|
|
1761
2212
|
"fill-rule": "evenodd",
|
|
@@ -1764,7 +2215,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
|
1764
2215
|
fill: color
|
|
1765
2216
|
}
|
|
1766
2217
|
),
|
|
1767
|
-
/* @__PURE__ */
|
|
2218
|
+
/* @__PURE__ */ jsx56(
|
|
1768
2219
|
"path",
|
|
1769
2220
|
{
|
|
1770
2221
|
"fill-rule": "evenodd",
|
|
@@ -1776,22 +2227,22 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
|
1776
2227
|
] });
|
|
1777
2228
|
}
|
|
1778
2229
|
if (fill) {
|
|
1779
|
-
return /* @__PURE__ */
|
|
1780
|
-
/* @__PURE__ */
|
|
2230
|
+
return /* @__PURE__ */ jsxs38("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2231
|
+
/* @__PURE__ */ jsx56(
|
|
1781
2232
|
"path",
|
|
1782
2233
|
{
|
|
1783
2234
|
d: "M24.7842 10.7665L39.2005 7.46252L38.5304 4.53833L6.09778 11.9713L6.76795 14.8955L21.7842 11.454L21.7842 39.5011H11.5471V42.5011H34.8809V39.5011H24.7842L24.7842 10.7665Z",
|
|
1784
2235
|
fill: color
|
|
1785
2236
|
}
|
|
1786
2237
|
),
|
|
1787
|
-
/* @__PURE__ */
|
|
2238
|
+
/* @__PURE__ */ jsx56(
|
|
1788
2239
|
"path",
|
|
1789
2240
|
{
|
|
1790
2241
|
d: "M39.1225 22.3675C39.5542 23.6626 38.5903 25 37.2252 25H30.7749C29.4098 25 28.4458 23.6626 28.8775 22.3675L32.1027 12.6921C32.7105 10.8687 35.2896 10.8687 35.8974 12.6921L39.1225 22.3675Z",
|
|
1791
2242
|
fill: color
|
|
1792
2243
|
}
|
|
1793
2244
|
),
|
|
1794
|
-
/* @__PURE__ */
|
|
2245
|
+
/* @__PURE__ */ jsx56(
|
|
1795
2246
|
"path",
|
|
1796
2247
|
{
|
|
1797
2248
|
d: "M18.1225 27.3675C18.5542 28.6626 17.5903 30 16.2252 30H9.77488C8.40976 30 7.44583 28.6626 7.87751 27.3675L11.1027 17.6921C11.7105 15.8687 14.2896 15.8687 14.8974 17.6921L18.1225 27.3675Z",
|
|
@@ -1800,15 +2251,15 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
|
1800
2251
|
)
|
|
1801
2252
|
] });
|
|
1802
2253
|
}
|
|
1803
|
-
return /* @__PURE__ */
|
|
1804
|
-
/* @__PURE__ */
|
|
2254
|
+
return /* @__PURE__ */ jsxs38("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2255
|
+
/* @__PURE__ */ jsx56(
|
|
1805
2256
|
"path",
|
|
1806
2257
|
{
|
|
1807
2258
|
d: "M24.7842 10.7665L39.2005 7.46252L38.5304 4.53833L6.09778 11.9713L6.76795 14.8955L21.7842 11.454L21.7842 39.5011H11.5471V42.5011H34.8809V39.5011H24.7842L24.7842 10.7665Z",
|
|
1808
2259
|
fill: color
|
|
1809
2260
|
}
|
|
1810
2261
|
),
|
|
1811
|
-
/* @__PURE__ */
|
|
2262
|
+
/* @__PURE__ */ jsx56(
|
|
1812
2263
|
"path",
|
|
1813
2264
|
{
|
|
1814
2265
|
"fill-rule": "evenodd",
|
|
@@ -1817,7 +2268,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
|
1817
2268
|
fill: color
|
|
1818
2269
|
}
|
|
1819
2270
|
),
|
|
1820
|
-
/* @__PURE__ */
|
|
2271
|
+
/* @__PURE__ */ jsx56(
|
|
1821
2272
|
"path",
|
|
1822
2273
|
{
|
|
1823
2274
|
"fill-rule": "evenodd",
|
|
@@ -1830,11 +2281,11 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
|
|
|
1830
2281
|
}, "ICBalance");
|
|
1831
2282
|
|
|
1832
2283
|
// src/assets/folder-add.tsx
|
|
1833
|
-
import { jsx as
|
|
2284
|
+
import { jsx as jsx57, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1834
2285
|
var ICFolderAdd = /* @__PURE__ */ __name((props) => {
|
|
1835
2286
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1836
2287
|
if (fill && thick) {
|
|
1837
|
-
return /* @__PURE__ */
|
|
2288
|
+
return /* @__PURE__ */ jsx57("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx57(
|
|
1838
2289
|
"path",
|
|
1839
2290
|
{
|
|
1840
2291
|
d: "M22.4 11.7L23 12.5H24H41.5V39H6.5L6.5 8.5L20 8.5L22.4 11.7ZM20 15.9998V17.9998V21.5H16.25H14.25V23.5V27.5V29.5H16.25H20V33.4998V35.4998H22H26H28V33.4998V29.5H31.75H33.75V27.5V23.5V21.5H31.75H28V17.9998V15.9998H26H22H20Z",
|
|
@@ -1845,9 +2296,9 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
|
|
|
1845
2296
|
) });
|
|
1846
2297
|
}
|
|
1847
2298
|
if (thick) {
|
|
1848
|
-
return /* @__PURE__ */
|
|
1849
|
-
/* @__PURE__ */
|
|
1850
|
-
/* @__PURE__ */
|
|
2299
|
+
return /* @__PURE__ */ jsxs39("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2300
|
+
/* @__PURE__ */ jsx57("path", { d: "M22 23.5V17.9998H26V23.5H31.75V27.5H26V33.4998H22V27.5H16.25V23.5H22Z", fill: color }),
|
|
2301
|
+
/* @__PURE__ */ jsx57(
|
|
1851
2302
|
"path",
|
|
1852
2303
|
{
|
|
1853
2304
|
"fill-rule": "evenodd",
|
|
@@ -1859,7 +2310,7 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
|
|
|
1859
2310
|
] });
|
|
1860
2311
|
}
|
|
1861
2312
|
if (fill) {
|
|
1862
|
-
return /* @__PURE__ */
|
|
2313
|
+
return /* @__PURE__ */ jsx57("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx57(
|
|
1863
2314
|
"path",
|
|
1864
2315
|
{
|
|
1865
2316
|
d: "M22.4 11.7L23 12.5H24H41.5V39H6.5L6.5 8.5L20 8.5L22.4 11.7ZM22.5 15.9998H20.5V17.9998V22H16.25H14.25V24V27V29H16.25H20.5V33.4998V35.4998H22.5H25.5H27.5V33.4998V29H31.75H33.75V27V24V22H31.75H27.5V17.9998V15.9998H25.5H22.5Z",
|
|
@@ -1869,9 +2320,9 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
|
|
|
1869
2320
|
}
|
|
1870
2321
|
) });
|
|
1871
2322
|
}
|
|
1872
|
-
return /* @__PURE__ */
|
|
1873
|
-
/* @__PURE__ */
|
|
1874
|
-
/* @__PURE__ */
|
|
2323
|
+
return /* @__PURE__ */ jsxs39("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2324
|
+
/* @__PURE__ */ jsx57("path", { d: "M22.5 24V17.9998H25.5V24H31.75V27H25.5V33.4998H22.5V27H16.25V24H22.5Z", fill: color }),
|
|
2325
|
+
/* @__PURE__ */ jsx57(
|
|
1875
2326
|
"path",
|
|
1876
2327
|
{
|
|
1877
2328
|
"fill-rule": "evenodd",
|
|
@@ -1884,23 +2335,23 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
|
|
|
1884
2335
|
}, "ICFolderAdd");
|
|
1885
2336
|
|
|
1886
2337
|
// src/assets/document.tsx
|
|
1887
|
-
import { jsx as
|
|
2338
|
+
import { jsx as jsx58, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1888
2339
|
var ICDocument = /* @__PURE__ */ __name((props) => {
|
|
1889
2340
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1890
2341
|
if (fill && thick) {
|
|
1891
|
-
return /* @__PURE__ */
|
|
1892
|
-
/* @__PURE__ */
|
|
2342
|
+
return /* @__PURE__ */ jsxs40("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2343
|
+
/* @__PURE__ */ jsx58(
|
|
1893
2344
|
"path",
|
|
1894
2345
|
{
|
|
1895
2346
|
d: "M37 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H22.001V18.0769C22.001 20.2861 23.7918 22.0769 26.001 22.0769H39V42C39 43.1046 38.1045 44 37 44Z",
|
|
1896
2347
|
fill: color
|
|
1897
2348
|
}
|
|
1898
2349
|
),
|
|
1899
|
-
/* @__PURE__ */
|
|
2350
|
+
/* @__PURE__ */ jsx58("path", { d: "M37.134 18.0769L26.001 6.14395V18.0769L37.134 18.0769Z", fill: color })
|
|
1900
2351
|
] });
|
|
1901
2352
|
}
|
|
1902
2353
|
if (thick) {
|
|
1903
|
-
return /* @__PURE__ */
|
|
2354
|
+
return /* @__PURE__ */ jsx58("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx58(
|
|
1904
2355
|
"path",
|
|
1905
2356
|
{
|
|
1906
2357
|
"fill-rule": "evenodd",
|
|
@@ -1911,15 +2362,15 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
|
|
|
1911
2362
|
) });
|
|
1912
2363
|
}
|
|
1913
2364
|
if (fill) {
|
|
1914
|
-
return /* @__PURE__ */
|
|
1915
|
-
/* @__PURE__ */
|
|
2365
|
+
return /* @__PURE__ */ jsxs40("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2366
|
+
/* @__PURE__ */ jsx58(
|
|
1916
2367
|
"path",
|
|
1917
2368
|
{
|
|
1918
2369
|
d: "M37 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H22.501V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H39V42C39 43.1046 38.1045 44 37 44Z",
|
|
1919
2370
|
fill: color
|
|
1920
2371
|
}
|
|
1921
2372
|
),
|
|
1922
|
-
/* @__PURE__ */
|
|
2373
|
+
/* @__PURE__ */ jsx58(
|
|
1923
2374
|
"path",
|
|
1924
2375
|
{
|
|
1925
2376
|
d: "M37.6005 18.5769L25.501 5.60803V18.0769C25.501 18.3531 25.7248 18.5769 26.001 18.5769H37.6005Z",
|
|
@@ -1928,7 +2379,7 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
|
|
|
1928
2379
|
)
|
|
1929
2380
|
] });
|
|
1930
2381
|
}
|
|
1931
|
-
return /* @__PURE__ */
|
|
2382
|
+
return /* @__PURE__ */ jsx58("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx58(
|
|
1932
2383
|
"path",
|
|
1933
2384
|
{
|
|
1934
2385
|
"fill-rule": "evenodd",
|
|
@@ -1940,31 +2391,31 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
|
|
|
1940
2391
|
}, "ICDocument");
|
|
1941
2392
|
|
|
1942
2393
|
// src/assets/person-add.tsx
|
|
1943
|
-
import { jsx as
|
|
2394
|
+
import { jsx as jsx59, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1944
2395
|
var ICPersonAdd = /* @__PURE__ */ __name((props) => {
|
|
1945
2396
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
1946
2397
|
if (fill && thick) {
|
|
1947
|
-
return /* @__PURE__ */
|
|
1948
|
-
/* @__PURE__ */
|
|
2398
|
+
return /* @__PURE__ */ jsxs41("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2399
|
+
/* @__PURE__ */ jsx59(
|
|
1949
2400
|
"path",
|
|
1950
2401
|
{
|
|
1951
2402
|
d: "M24 20C28.1421 20 31.5 16.6422 31.5 12.5C31.5 8.35787 28.1421 5 24 5C19.8578 5 16.5 8.35787 16.5 12.5C16.5 16.6422 19.8578 20 24 20Z",
|
|
1952
2403
|
fill: color
|
|
1953
2404
|
}
|
|
1954
2405
|
),
|
|
1955
|
-
/* @__PURE__ */
|
|
2406
|
+
/* @__PURE__ */ jsx59(
|
|
1956
2407
|
"path",
|
|
1957
2408
|
{
|
|
1958
2409
|
d: "M9 35C9 27.8203 14.8203 22 22 22H26C28.6485 22 31.112 22.792 33.1666 24.1521C27.9642 25.025 24 29.5495 24 35C24 38.1521 25.3258 40.9945 27.4501 43H11C9.89543 43 9 42.1046 9 41V35Z",
|
|
1959
2410
|
fill: color
|
|
1960
2411
|
}
|
|
1961
2412
|
),
|
|
1962
|
-
/* @__PURE__ */
|
|
2413
|
+
/* @__PURE__ */ jsx59("path", { d: "M32.9996 33V26.9999H36.9996V33H43V37H36.9996V43H32.9996V37H27.0004V33H32.9996Z", fill: color })
|
|
1963
2414
|
] });
|
|
1964
2415
|
}
|
|
1965
2416
|
if (thick) {
|
|
1966
|
-
return /* @__PURE__ */
|
|
1967
|
-
/* @__PURE__ */
|
|
2417
|
+
return /* @__PURE__ */ jsxs41("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2418
|
+
/* @__PURE__ */ jsx59(
|
|
1968
2419
|
"path",
|
|
1969
2420
|
{
|
|
1970
2421
|
"fill-rule": "evenodd",
|
|
@@ -1973,33 +2424,33 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
|
|
|
1973
2424
|
fill: color
|
|
1974
2425
|
}
|
|
1975
2426
|
),
|
|
1976
|
-
/* @__PURE__ */
|
|
2427
|
+
/* @__PURE__ */ jsx59(
|
|
1977
2428
|
"path",
|
|
1978
2429
|
{
|
|
1979
2430
|
d: "M22 26C17.0294 26 13 30.0294 13 35V39H24.7499C25.3472 40.5294 26.2768 41.8923 27.4501 43H11C9.89543 43 9 42.1046 9 41V35C9 27.8203 14.8203 22 22 22H26C28.6485 22 31.112 22.792 33.1666 24.1521C31.3472 24.4574 29.6792 25.2092 28.2793 26.2911C27.5514 26.1011 26.7875 26 26 26H22Z",
|
|
1980
2431
|
fill: color
|
|
1981
2432
|
}
|
|
1982
2433
|
),
|
|
1983
|
-
/* @__PURE__ */
|
|
2434
|
+
/* @__PURE__ */ jsx59("path", { d: "M32.9996 33V26.9999H36.9996V33H43V37H36.9996V43H32.9996V37H27.0004V33H32.9996Z", fill: color })
|
|
1984
2435
|
] });
|
|
1985
2436
|
}
|
|
1986
2437
|
if (fill) {
|
|
1987
|
-
return /* @__PURE__ */
|
|
1988
|
-
/* @__PURE__ */
|
|
2438
|
+
return /* @__PURE__ */ jsxs41("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2439
|
+
/* @__PURE__ */ jsx59(
|
|
1989
2440
|
"path",
|
|
1990
2441
|
{
|
|
1991
2442
|
d: "M24 20C28.1421 20 31.5 16.6422 31.5 12.5C31.5 8.35787 28.1421 5 24 5C19.8578 5 16.5 8.35787 16.5 12.5C16.5 16.6422 19.8578 20 24 20Z",
|
|
1992
2443
|
fill: color
|
|
1993
2444
|
}
|
|
1994
2445
|
),
|
|
1995
|
-
/* @__PURE__ */
|
|
2446
|
+
/* @__PURE__ */ jsx59(
|
|
1996
2447
|
"path",
|
|
1997
2448
|
{
|
|
1998
2449
|
d: "M9 35C9 27.8203 14.8203 22 22 22H26C28.6485 22 31.112 22.792 33.1666 24.1521C27.9642 25.025 24 29.5495 24 35C24 38.1521 25.3258 40.9945 27.4501 43H11C9.89543 43 9 42.1046 9 41V35Z",
|
|
1999
2450
|
fill: color
|
|
2000
2451
|
}
|
|
2001
2452
|
),
|
|
2002
|
-
/* @__PURE__ */
|
|
2453
|
+
/* @__PURE__ */ jsx59(
|
|
2003
2454
|
"path",
|
|
2004
2455
|
{
|
|
2005
2456
|
d: "M33.4996 33.5V26.9999H36.4996V33.5H43V36.5H36.4996V43H33.4996V36.5H27.0004V33.5H33.4996Z",
|
|
@@ -2008,8 +2459,8 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
|
|
|
2008
2459
|
)
|
|
2009
2460
|
] });
|
|
2010
2461
|
}
|
|
2011
|
-
return /* @__PURE__ */
|
|
2012
|
-
/* @__PURE__ */
|
|
2462
|
+
return /* @__PURE__ */ jsxs41("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2463
|
+
/* @__PURE__ */ jsx59(
|
|
2013
2464
|
"path",
|
|
2014
2465
|
{
|
|
2015
2466
|
"fill-rule": "evenodd",
|
|
@@ -2018,23 +2469,23 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
|
|
|
2018
2469
|
fill: color
|
|
2019
2470
|
}
|
|
2020
2471
|
),
|
|
2021
|
-
/* @__PURE__ */
|
|
2472
|
+
/* @__PURE__ */ jsx59(
|
|
2022
2473
|
"path",
|
|
2023
2474
|
{
|
|
2024
2475
|
d: "M22 25C16.4772 25 12 29.4772 12 35V40H25.1994C25.7751 41.1262 26.5392 42.14 27.4501 43H11C9.89543 43 9 42.1046 9 41V35C9 27.8203 14.8203 22 22 22H26C28.6485 22 31.112 22.792 33.1666 24.1521C31.7848 24.3839 30.4904 24.8734 29.3343 25.5694C28.2915 25.2006 27.1692 25 26 25H22Z",
|
|
2025
2476
|
fill: color
|
|
2026
2477
|
}
|
|
2027
2478
|
),
|
|
2028
|
-
/* @__PURE__ */
|
|
2479
|
+
/* @__PURE__ */ jsx59("path", { d: "M33.4996 33.5V26.9999H36.4996V33.5H43V36.5H36.4996V43H33.4996V36.5H27.0004V33.5H33.4996Z", fill: color })
|
|
2029
2480
|
] });
|
|
2030
2481
|
}, "ICPersonAdd");
|
|
2031
2482
|
|
|
2032
2483
|
// src/assets/send.tsx
|
|
2033
|
-
import { jsx as
|
|
2484
|
+
import { jsx as jsx60 } from "react/jsx-runtime";
|
|
2034
2485
|
var ICSend = /* @__PURE__ */ __name((props) => {
|
|
2035
2486
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2036
2487
|
if (fill && thick) {
|
|
2037
|
-
return /* @__PURE__ */
|
|
2488
|
+
return /* @__PURE__ */ jsx60("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx60(
|
|
2038
2489
|
"path",
|
|
2039
2490
|
{
|
|
2040
2491
|
d: "M32.3035 25.9403C32.303 25.9402 32.3024 25.9402 32.3019 25.9401L32.3035 25.9403L32.3915 25.0608L32.3035 25.9403ZM32.3035 23.0597L32.3019 23.0598C32.3024 23.0598 32.303 23.0597 32.3035 23.0597L32.3915 23.9391L32.3035 23.0597ZM7.46525 7.96555L40.1212 24.4627L7.46529 40.9599L11.3535 29.1746L32.7015 27.0398C34.0064 26.9093 35.0001 25.8113 35.0001 24.5C35.0001 23.1886 34.0064 22.0906 32.7015 21.9601L11.3787 19.8279L7.46525 7.96555Z",
|
|
@@ -2046,7 +2497,7 @@ var ICSend = /* @__PURE__ */ __name((props) => {
|
|
|
2046
2497
|
) });
|
|
2047
2498
|
}
|
|
2048
2499
|
if (thick) {
|
|
2049
|
-
return /* @__PURE__ */
|
|
2500
|
+
return /* @__PURE__ */ jsx60("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx60(
|
|
2050
2501
|
"path",
|
|
2051
2502
|
{
|
|
2052
2503
|
"fill-rule": "evenodd",
|
|
@@ -2057,7 +2508,7 @@ var ICSend = /* @__PURE__ */ __name((props) => {
|
|
|
2057
2508
|
) });
|
|
2058
2509
|
}
|
|
2059
2510
|
if (fill) {
|
|
2060
|
-
return /* @__PURE__ */
|
|
2511
|
+
return /* @__PURE__ */ jsx60("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx60(
|
|
2061
2512
|
"path",
|
|
2062
2513
|
{
|
|
2063
2514
|
d: "M7.46537 7.96555L40.1213 24.4627L7.46542 40.9599L11.6472 28.2848L32.6209 27.0263C33.9574 26.9461 35.0002 25.8389 35.0002 24.5C35.0002 23.1611 33.9574 22.0538 32.6209 21.9736L11.6721 20.7167L7.46537 7.96555Z",
|
|
@@ -2068,7 +2519,7 @@ var ICSend = /* @__PURE__ */ __name((props) => {
|
|
|
2068
2519
|
}
|
|
2069
2520
|
) });
|
|
2070
2521
|
}
|
|
2071
|
-
return /* @__PURE__ */
|
|
2522
|
+
return /* @__PURE__ */ jsx60("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx60(
|
|
2072
2523
|
"path",
|
|
2073
2524
|
{
|
|
2074
2525
|
"fill-rule": "evenodd",
|
|
@@ -2080,11 +2531,11 @@ var ICSend = /* @__PURE__ */ __name((props) => {
|
|
|
2080
2531
|
}, "ICSend");
|
|
2081
2532
|
|
|
2082
2533
|
// src/assets/check-mark.tsx
|
|
2083
|
-
import { jsx as
|
|
2534
|
+
import { jsx as jsx61 } from "react/jsx-runtime";
|
|
2084
2535
|
var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
2085
2536
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2086
2537
|
if (fill && thick) {
|
|
2087
|
-
return /* @__PURE__ */
|
|
2538
|
+
return /* @__PURE__ */ jsx61("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx61(
|
|
2088
2539
|
"path",
|
|
2089
2540
|
{
|
|
2090
2541
|
"fill-rule": "evenodd",
|
|
@@ -2095,7 +2546,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
|
2095
2546
|
) });
|
|
2096
2547
|
}
|
|
2097
2548
|
if (thick) {
|
|
2098
|
-
return /* @__PURE__ */
|
|
2549
|
+
return /* @__PURE__ */ jsx61("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx61(
|
|
2099
2550
|
"path",
|
|
2100
2551
|
{
|
|
2101
2552
|
"fill-rule": "evenodd",
|
|
@@ -2106,7 +2557,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
|
2106
2557
|
) });
|
|
2107
2558
|
}
|
|
2108
2559
|
if (fill) {
|
|
2109
|
-
return /* @__PURE__ */
|
|
2560
|
+
return /* @__PURE__ */ jsx61("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx61(
|
|
2110
2561
|
"path",
|
|
2111
2562
|
{
|
|
2112
2563
|
"fill-rule": "evenodd",
|
|
@@ -2116,7 +2567,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
|
2116
2567
|
}
|
|
2117
2568
|
) });
|
|
2118
2569
|
}
|
|
2119
|
-
return /* @__PURE__ */
|
|
2570
|
+
return /* @__PURE__ */ jsx61("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx61(
|
|
2120
2571
|
"path",
|
|
2121
2572
|
{
|
|
2122
2573
|
"fill-rule": "evenodd",
|
|
@@ -2128,11 +2579,11 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
|
|
|
2128
2579
|
}, "ICCheckMark");
|
|
2129
2580
|
|
|
2130
2581
|
// src/assets/exclamationmark.tsx
|
|
2131
|
-
import { jsx as
|
|
2582
|
+
import { jsx as jsx62, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
2132
2583
|
var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
2133
2584
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2134
2585
|
if (fill && thick) {
|
|
2135
|
-
return /* @__PURE__ */
|
|
2586
|
+
return /* @__PURE__ */ jsx62("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx62(
|
|
2136
2587
|
"path",
|
|
2137
2588
|
{
|
|
2138
2589
|
"fill-rule": "evenodd",
|
|
@@ -2143,9 +2594,9 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
|
2143
2594
|
) });
|
|
2144
2595
|
}
|
|
2145
2596
|
if (thick) {
|
|
2146
|
-
return /* @__PURE__ */
|
|
2147
|
-
/* @__PURE__ */
|
|
2148
|
-
/* @__PURE__ */
|
|
2597
|
+
return /* @__PURE__ */ jsxs42("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2598
|
+
/* @__PURE__ */ jsx62("path", { d: "M22 10V29H26V10H22Z", fill: color }),
|
|
2599
|
+
/* @__PURE__ */ jsx62(
|
|
2149
2600
|
"path",
|
|
2150
2601
|
{
|
|
2151
2602
|
d: "M22.3312 33.9746C22.7852 33.5193 23.3591 33.2891 23.9999 33.2891C24.6406 33.2891 25.2145 33.5193 25.6686 33.9746C26.1225 34.4297 26.3513 35.0041 26.3513 35.6446C26.3513 36.285 26.1225 36.8594 25.6686 37.3146C25.2145 37.7698 24.6406 38.0001 23.9999 38.0001C23.3591 38.0001 22.7852 37.7698 22.3312 37.3146C21.8772 36.8594 21.6484 36.285 21.6484 35.6446C21.6484 35.0041 21.8772 34.4297 22.3312 33.9746Z",
|
|
@@ -2155,7 +2606,7 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
|
2155
2606
|
] });
|
|
2156
2607
|
}
|
|
2157
2608
|
if (fill) {
|
|
2158
|
-
return /* @__PURE__ */
|
|
2609
|
+
return /* @__PURE__ */ jsx62("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx62(
|
|
2159
2610
|
"path",
|
|
2160
2611
|
{
|
|
2161
2612
|
"fill-rule": "evenodd",
|
|
@@ -2165,9 +2616,9 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
|
2165
2616
|
}
|
|
2166
2617
|
) });
|
|
2167
2618
|
}
|
|
2168
|
-
return /* @__PURE__ */
|
|
2169
|
-
/* @__PURE__ */
|
|
2170
|
-
/* @__PURE__ */
|
|
2619
|
+
return /* @__PURE__ */ jsxs42("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2620
|
+
/* @__PURE__ */ jsx62("path", { d: "M22.5 10V29H25.5V10H22.5Z", fill: color }),
|
|
2621
|
+
/* @__PURE__ */ jsx62(
|
|
2171
2622
|
"path",
|
|
2172
2623
|
{
|
|
2173
2624
|
d: "M22.5807 34.582C22.9669 34.1955 23.455 34 24 34C24.545 34 25.0331 34.1955 25.4193 34.582C25.8054 34.9685 26 35.4562 26 36C26 36.5438 25.8054 37.0315 25.4193 37.418C25.0331 37.8045 24.545 38 24 38C23.455 38 22.9669 37.8045 22.5807 37.418C22.1946 37.0315 22 36.5438 22 36C22 35.4562 22.1946 34.9685 22.5807 34.582Z",
|
|
@@ -2178,11 +2629,11 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
|
|
|
2178
2629
|
}, "ICExclamationmark");
|
|
2179
2630
|
|
|
2180
2631
|
// src/assets/close.tsx
|
|
2181
|
-
import { jsx as
|
|
2632
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
2182
2633
|
var ICClose = /* @__PURE__ */ __name((props) => {
|
|
2183
2634
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2184
2635
|
if (fill && thick) {
|
|
2185
|
-
return /* @__PURE__ */
|
|
2636
|
+
return /* @__PURE__ */ jsx63("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx63(
|
|
2186
2637
|
"path",
|
|
2187
2638
|
{
|
|
2188
2639
|
"fill-rule": "evenodd",
|
|
@@ -2193,7 +2644,7 @@ var ICClose = /* @__PURE__ */ __name((props) => {
|
|
|
2193
2644
|
) });
|
|
2194
2645
|
}
|
|
2195
2646
|
if (thick) {
|
|
2196
|
-
return /* @__PURE__ */
|
|
2647
|
+
return /* @__PURE__ */ jsx63("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx63(
|
|
2197
2648
|
"path",
|
|
2198
2649
|
{
|
|
2199
2650
|
d: "M24.0005 21.171L12.4152 9.58569L9.58679 12.4141L21.1721 23.9994L9.58679 35.5847L12.4152 38.4131L24.0005 26.8278L35.5858 38.4131L38.4142 35.5847L26.8289 23.9994L38.4142 12.4141L35.5858 9.5857L24.0005 21.171Z",
|
|
@@ -2202,7 +2653,7 @@ var ICClose = /* @__PURE__ */ __name((props) => {
|
|
|
2202
2653
|
) });
|
|
2203
2654
|
}
|
|
2204
2655
|
if (fill) {
|
|
2205
|
-
return /* @__PURE__ */
|
|
2656
|
+
return /* @__PURE__ */ jsx63("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx63(
|
|
2206
2657
|
"path",
|
|
2207
2658
|
{
|
|
2208
2659
|
"fill-rule": "evenodd",
|
|
@@ -2212,7 +2663,7 @@ var ICClose = /* @__PURE__ */ __name((props) => {
|
|
|
2212
2663
|
}
|
|
2213
2664
|
) });
|
|
2214
2665
|
}
|
|
2215
|
-
return /* @__PURE__ */
|
|
2666
|
+
return /* @__PURE__ */ jsx63("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx63(
|
|
2216
2667
|
"path",
|
|
2217
2668
|
{
|
|
2218
2669
|
d: "M24.0005 21.8783L12.0616 9.93945L9.94031 12.0608L21.8792 23.9996L9.94031 35.9385L12.0616 38.0598L24.0005 26.1209L35.9393 38.0598L38.0607 35.9385L26.1218 23.9996L38.0607 12.0608L35.9393 9.93946L24.0005 21.8783Z",
|
|
@@ -2222,19 +2673,19 @@ var ICClose = /* @__PURE__ */ __name((props) => {
|
|
|
2222
2673
|
}, "ICClose");
|
|
2223
2674
|
|
|
2224
2675
|
// src/assets/lock.tsx
|
|
2225
|
-
import { jsx as
|
|
2676
|
+
import { jsx as jsx64, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
2226
2677
|
var ICLock = /* @__PURE__ */ __name((props) => {
|
|
2227
2678
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2228
2679
|
if (fill && thick) {
|
|
2229
|
-
return /* @__PURE__ */
|
|
2230
|
-
/* @__PURE__ */
|
|
2680
|
+
return /* @__PURE__ */ jsxs43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2681
|
+
/* @__PURE__ */ jsx64(
|
|
2231
2682
|
"path",
|
|
2232
2683
|
{
|
|
2233
2684
|
d: "M24.0001 30C24.5524 30 25.0001 29.5523 25.0001 29C25.0001 28.4477 24.5524 28 24.0001 28C23.4478 28 23.0001 28.4477 23.0001 29C23.0001 29.5523 23.4478 30 24.0001 30Z",
|
|
2234
2685
|
fill: color
|
|
2235
2686
|
}
|
|
2236
2687
|
),
|
|
2237
|
-
/* @__PURE__ */
|
|
2688
|
+
/* @__PURE__ */ jsx64(
|
|
2238
2689
|
"path",
|
|
2239
2690
|
{
|
|
2240
2691
|
"fill-rule": "evenodd",
|
|
@@ -2246,8 +2697,8 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
2246
2697
|
] });
|
|
2247
2698
|
}
|
|
2248
2699
|
if (thick) {
|
|
2249
|
-
return /* @__PURE__ */
|
|
2250
|
-
/* @__PURE__ */
|
|
2700
|
+
return /* @__PURE__ */ jsxs43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2701
|
+
/* @__PURE__ */ jsx64(
|
|
2251
2702
|
"path",
|
|
2252
2703
|
{
|
|
2253
2704
|
"fill-rule": "evenodd",
|
|
@@ -2256,7 +2707,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
2256
2707
|
fill: color
|
|
2257
2708
|
}
|
|
2258
2709
|
),
|
|
2259
|
-
/* @__PURE__ */
|
|
2710
|
+
/* @__PURE__ */ jsx64(
|
|
2260
2711
|
"path",
|
|
2261
2712
|
{
|
|
2262
2713
|
"fill-rule": "evenodd",
|
|
@@ -2268,15 +2719,15 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
2268
2719
|
] });
|
|
2269
2720
|
}
|
|
2270
2721
|
if (fill) {
|
|
2271
|
-
return /* @__PURE__ */
|
|
2272
|
-
/* @__PURE__ */
|
|
2722
|
+
return /* @__PURE__ */ jsxs43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2723
|
+
/* @__PURE__ */ jsx64(
|
|
2273
2724
|
"path",
|
|
2274
2725
|
{
|
|
2275
2726
|
d: "M24 30.5C24.8284 30.5 25.5 29.8284 25.5 29C25.5 28.1716 24.8284 27.5 24 27.5C23.1716 27.5 22.5 28.1716 22.5 29C22.5 29.8284 23.1716 30.5 24 30.5Z",
|
|
2276
2727
|
fill: color
|
|
2277
2728
|
}
|
|
2278
2729
|
),
|
|
2279
|
-
/* @__PURE__ */
|
|
2730
|
+
/* @__PURE__ */ jsx64(
|
|
2280
2731
|
"path",
|
|
2281
2732
|
{
|
|
2282
2733
|
"fill-rule": "evenodd",
|
|
@@ -2287,8 +2738,8 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
2287
2738
|
)
|
|
2288
2739
|
] });
|
|
2289
2740
|
}
|
|
2290
|
-
return /* @__PURE__ */
|
|
2291
|
-
/* @__PURE__ */
|
|
2741
|
+
return /* @__PURE__ */ jsxs43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2742
|
+
/* @__PURE__ */ jsx64(
|
|
2292
2743
|
"path",
|
|
2293
2744
|
{
|
|
2294
2745
|
"fill-rule": "evenodd",
|
|
@@ -2297,7 +2748,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
2297
2748
|
fill: color
|
|
2298
2749
|
}
|
|
2299
2750
|
),
|
|
2300
|
-
/* @__PURE__ */
|
|
2751
|
+
/* @__PURE__ */ jsx64(
|
|
2301
2752
|
"path",
|
|
2302
2753
|
{
|
|
2303
2754
|
"fill-rule": "evenodd",
|
|
@@ -2310,20 +2761,20 @@ var ICLock = /* @__PURE__ */ __name((props) => {
|
|
|
2310
2761
|
}, "ICLock");
|
|
2311
2762
|
|
|
2312
2763
|
// src/assets/ai.tsx
|
|
2313
|
-
import { jsx as
|
|
2764
|
+
import { jsx as jsx65, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
2314
2765
|
var ICAi = /* @__PURE__ */ __name((props) => {
|
|
2315
2766
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2316
2767
|
if (fill && thick) {
|
|
2317
|
-
return /* @__PURE__ */
|
|
2318
|
-
/* @__PURE__ */
|
|
2768
|
+
return /* @__PURE__ */ jsxs44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2769
|
+
/* @__PURE__ */ jsx65(
|
|
2319
2770
|
"path",
|
|
2320
2771
|
{
|
|
2321
2772
|
d: "M38.077 2.99975C38.2995 2.38322 39.1714 2.38322 39.3939 2.99975L40.8326 6.98677C40.8629 7.07072 40.929 7.13683 41.013 7.16713L45 8.60584C45.6165 8.82832 45.6165 9.70025 45 9.92273L41.013 11.3614C40.929 11.3917 40.8629 11.4578 40.8326 11.5418L39.3939 15.5288C39.1714 16.1453 38.2995 16.1453 38.077 15.5288L36.6383 11.5418C36.608 11.4578 36.5419 11.3917 36.4579 11.3614L32.4709 9.92273C31.8544 9.70025 31.8544 8.82832 32.4709 8.60584L36.4579 7.16713C36.5419 7.13683 36.608 7.07072 36.6383 6.98677L38.077 2.99975Z",
|
|
2322
2773
|
fill: color
|
|
2323
2774
|
}
|
|
2324
2775
|
),
|
|
2325
|
-
/* @__PURE__ */
|
|
2326
|
-
/* @__PURE__ */
|
|
2776
|
+
/* @__PURE__ */ jsx65("path", { d: "M20.0378 26.4808H22.6067L21.3405 23.1478L20.0378 26.4808Z", fill: color }),
|
|
2777
|
+
/* @__PURE__ */ jsx65(
|
|
2327
2778
|
"path",
|
|
2328
2779
|
{
|
|
2329
2780
|
"fill-rule": "evenodd",
|
|
@@ -2335,15 +2786,15 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2335
2786
|
] });
|
|
2336
2787
|
}
|
|
2337
2788
|
if (thick) {
|
|
2338
|
-
return /* @__PURE__ */
|
|
2339
|
-
/* @__PURE__ */
|
|
2789
|
+
return /* @__PURE__ */ jsxs44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2790
|
+
/* @__PURE__ */ jsx65(
|
|
2340
2791
|
"path",
|
|
2341
2792
|
{
|
|
2342
2793
|
d: "M39.3854 3.4624C39.1629 2.84587 38.291 2.84587 38.0685 3.4624L36.6298 7.44941C36.5995 7.53337 36.5334 7.59948 36.4494 7.62977L32.4624 9.06849C31.8459 9.29096 31.8459 10.1629 32.4624 10.3854L36.4494 11.8241C36.5334 11.8544 36.5995 11.9205 36.6298 12.0044L38.0685 15.9915C38.291 16.608 39.1629 16.608 39.3854 15.9915L40.8241 12.0044C40.8544 11.9205 40.9205 11.8544 41.0044 11.8241L44.9915 10.3854C45.608 10.1629 45.608 9.29096 44.9915 9.06849L41.0044 7.62977C40.9205 7.59948 40.8544 7.53337 40.8241 7.44941L39.3854 3.4624Z",
|
|
2343
2794
|
fill: color
|
|
2344
2795
|
}
|
|
2345
2796
|
),
|
|
2346
|
-
/* @__PURE__ */
|
|
2797
|
+
/* @__PURE__ */ jsx65(
|
|
2347
2798
|
"path",
|
|
2348
2799
|
{
|
|
2349
2800
|
"fill-rule": "evenodd",
|
|
@@ -2352,8 +2803,8 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2352
2803
|
fill: color
|
|
2353
2804
|
}
|
|
2354
2805
|
),
|
|
2355
|
-
/* @__PURE__ */
|
|
2356
|
-
/* @__PURE__ */
|
|
2806
|
+
/* @__PURE__ */ jsx65("path", { d: "M34.0001 16.5994H29.9945V32.5702H34.0001V16.5994Z", fill: color }),
|
|
2807
|
+
/* @__PURE__ */ jsx65(
|
|
2357
2808
|
"path",
|
|
2358
2809
|
{
|
|
2359
2810
|
d: "M9 5C6.79086 5 5 6.79086 5 9V39C5 41.2091 6.79086 43 9 43H39C41.2091 43 43 41.2091 43 39V18.3333H39V39L9 39V9H29.6667V5H9Z",
|
|
@@ -2363,16 +2814,16 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2363
2814
|
] });
|
|
2364
2815
|
}
|
|
2365
2816
|
if (fill) {
|
|
2366
|
-
return /* @__PURE__ */
|
|
2367
|
-
/* @__PURE__ */
|
|
2817
|
+
return /* @__PURE__ */ jsxs44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2818
|
+
/* @__PURE__ */ jsx65(
|
|
2368
2819
|
"path",
|
|
2369
2820
|
{
|
|
2370
2821
|
d: "M37.9703 4.30343C37.8114 3.86305 37.1886 3.86305 37.0297 4.30343L35.591 8.29044C35.5405 8.43037 35.4303 8.54055 35.2904 8.59105L31.3034 10.0298C30.863 10.1887 30.863 10.8115 31.3034 10.9704L35.2904 12.4091C35.4303 12.4596 35.5405 12.5698 35.591 12.7097L37.0297 16.6967C37.1886 17.1371 37.8114 17.1371 37.9703 16.6967L39.409 12.7097C39.4595 12.5698 39.5697 12.4596 39.7096 12.4091L43.6967 10.9704C44.137 10.8115 44.137 10.1887 43.6967 10.0298L39.7096 8.59105C39.5697 8.54055 39.4595 8.43037 39.409 8.29044L37.9703 4.30343Z",
|
|
2371
2822
|
fill: color
|
|
2372
2823
|
}
|
|
2373
2824
|
),
|
|
2374
|
-
/* @__PURE__ */
|
|
2375
|
-
/* @__PURE__ */
|
|
2825
|
+
/* @__PURE__ */ jsx65("path", { d: "M23.1723 26.8812H19.4378L21.3315 22.0358L23.1723 26.8812Z", fill: color }),
|
|
2826
|
+
/* @__PURE__ */ jsx65(
|
|
2376
2827
|
"path",
|
|
2377
2828
|
{
|
|
2378
2829
|
"fill-rule": "evenodd",
|
|
@@ -2381,7 +2832,7 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2381
2832
|
fill: color
|
|
2382
2833
|
}
|
|
2383
2834
|
),
|
|
2384
|
-
/* @__PURE__ */
|
|
2835
|
+
/* @__PURE__ */ jsx65(
|
|
2385
2836
|
"path",
|
|
2386
2837
|
{
|
|
2387
2838
|
d: "M41.5425 6.59465C41.4981 6.54771 41.4524 6.502 41.4054 6.45757L41.4418 6.5583L41.5425 6.59465Z",
|
|
@@ -2390,15 +2841,15 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2390
2841
|
)
|
|
2391
2842
|
] });
|
|
2392
2843
|
}
|
|
2393
|
-
return /* @__PURE__ */
|
|
2394
|
-
/* @__PURE__ */
|
|
2844
|
+
return /* @__PURE__ */ jsxs44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2845
|
+
/* @__PURE__ */ jsx65(
|
|
2395
2846
|
"path",
|
|
2396
2847
|
{
|
|
2397
2848
|
d: "M37.0297 4.30343C37.1886 3.86305 37.8114 3.86305 37.9703 4.30343L39.409 8.29044C39.4595 8.43037 39.5697 8.54055 39.7096 8.59104L43.6966 10.0298C44.137 10.1887 44.137 10.8115 43.6966 10.9704L39.7096 12.4091C39.5697 12.4596 39.4595 12.5698 39.409 12.7097L37.9703 16.6967C37.8114 17.1371 37.1886 17.1371 37.0297 16.6967L35.591 12.7097C35.5405 12.5698 35.4303 12.4596 35.2904 12.4091L31.3034 10.9704C30.863 10.8115 30.863 10.1887 31.3034 10.0298L35.2904 8.59105C35.4303 8.54055 35.5405 8.43037 35.591 8.29044L37.0297 4.30343Z",
|
|
2398
2849
|
fill: color
|
|
2399
2850
|
}
|
|
2400
2851
|
),
|
|
2401
|
-
/* @__PURE__ */
|
|
2852
|
+
/* @__PURE__ */ jsx65(
|
|
2402
2853
|
"path",
|
|
2403
2854
|
{
|
|
2404
2855
|
"fill-rule": "evenodd",
|
|
@@ -2407,8 +2858,8 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2407
2858
|
fill: color
|
|
2408
2859
|
}
|
|
2409
2860
|
),
|
|
2410
|
-
/* @__PURE__ */
|
|
2411
|
-
/* @__PURE__ */
|
|
2861
|
+
/* @__PURE__ */ jsx65("path", { d: "M33.3218 17.0001H30.1162V32.1709H33.3218V17.0001Z", fill: color }),
|
|
2862
|
+
/* @__PURE__ */ jsx65(
|
|
2412
2863
|
"path",
|
|
2413
2864
|
{
|
|
2414
2865
|
d: "M8.5 9.00007C8.5 8.72393 8.72386 8.50007 9 8.50007H30V5.50007H9C7.067 5.50007 5.5 7.06708 5.5 9.00007V39.0001C5.5 40.9331 7.067 42.5001 9 42.5001H39C40.933 42.5001 42.5 40.9331 42.5 39.0001V18.0001H39.5V39.0001C39.5 39.2762 39.2761 39.5001 39 39.5001H9C8.72386 39.5001 8.5 39.2762 8.5 39.0001V9.00007Z",
|
|
@@ -2419,26 +2870,26 @@ var ICAi = /* @__PURE__ */ __name((props) => {
|
|
|
2419
2870
|
}, "ICAi");
|
|
2420
2871
|
|
|
2421
2872
|
// src/assets/stack.tsx
|
|
2422
|
-
import { jsx as
|
|
2873
|
+
import { jsx as jsx66, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
2423
2874
|
var ICStack = /* @__PURE__ */ __name((props) => {
|
|
2424
2875
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2425
2876
|
if (fill && thick) {
|
|
2426
|
-
return /* @__PURE__ */
|
|
2427
|
-
/* @__PURE__ */
|
|
2877
|
+
return /* @__PURE__ */ jsxs45("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2878
|
+
/* @__PURE__ */ jsx66(
|
|
2428
2879
|
"path",
|
|
2429
2880
|
{
|
|
2430
2881
|
d: "M24 5L42.4223 14.2111C43.8964 14.9482 43.8964 17.0518 42.4223 17.7889L24 27L5.57774 17.7889C4.10364 17.0518 4.10364 14.9482 5.57774 14.2111L24 5Z",
|
|
2431
2882
|
fill: color
|
|
2432
2883
|
}
|
|
2433
2884
|
),
|
|
2434
|
-
/* @__PURE__ */
|
|
2885
|
+
/* @__PURE__ */ jsx66(
|
|
2435
2886
|
"path",
|
|
2436
2887
|
{
|
|
2437
2888
|
d: "M4.71965 21.5339C3.57182 23.0848 3.96633 25.4831 5.90317 26.4515L24 35.4999L42.0967 26.4515C44.0336 25.4831 44.4281 23.0848 43.2803 21.534L24 31.0277L4.71965 21.5339Z",
|
|
2438
2889
|
fill: color
|
|
2439
2890
|
}
|
|
2440
2891
|
),
|
|
2441
|
-
/* @__PURE__ */
|
|
2892
|
+
/* @__PURE__ */ jsx66(
|
|
2442
2893
|
"path",
|
|
2443
2894
|
{
|
|
2444
2895
|
d: "M4.71965 30.0339C3.57182 31.5848 3.96633 33.9831 5.90317 34.9515L24 43.9999L42.0967 34.9515C44.0336 33.9831 44.4281 31.5848 43.2803 30.034L24 39.5277L4.71965 30.0339Z",
|
|
@@ -2448,8 +2899,8 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2448
2899
|
] });
|
|
2449
2900
|
}
|
|
2450
2901
|
if (thick) {
|
|
2451
|
-
return /* @__PURE__ */
|
|
2452
|
-
/* @__PURE__ */
|
|
2902
|
+
return /* @__PURE__ */ jsxs45("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2903
|
+
/* @__PURE__ */ jsx66(
|
|
2453
2904
|
"path",
|
|
2454
2905
|
{
|
|
2455
2906
|
"fill-rule": "evenodd",
|
|
@@ -2458,14 +2909,14 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2458
2909
|
fill: color
|
|
2459
2910
|
}
|
|
2460
2911
|
),
|
|
2461
|
-
/* @__PURE__ */
|
|
2912
|
+
/* @__PURE__ */ jsx66(
|
|
2462
2913
|
"path",
|
|
2463
2914
|
{
|
|
2464
2915
|
d: "M4.64067 21.5339C3.49284 23.0848 3.88735 25.4831 5.82419 26.4515L23.921 35.4999L42.0178 26.4515C43.9546 25.4831 44.3491 23.0848 43.2013 21.534L23.921 31.0277L4.64067 21.5339Z",
|
|
2465
2916
|
fill: color
|
|
2466
2917
|
}
|
|
2467
2918
|
),
|
|
2468
|
-
/* @__PURE__ */
|
|
2919
|
+
/* @__PURE__ */ jsx66(
|
|
2469
2920
|
"path",
|
|
2470
2921
|
{
|
|
2471
2922
|
d: "M4.64067 30.0339C3.49284 31.5848 3.88735 33.9831 5.82419 34.9515L23.921 43.9999L42.0178 34.9515C43.9546 33.9831 44.3491 31.5848 43.2013 30.034L23.921 39.5277L4.64067 30.0339Z",
|
|
@@ -2475,22 +2926,22 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2475
2926
|
] });
|
|
2476
2927
|
}
|
|
2477
2928
|
if (fill) {
|
|
2478
|
-
return /* @__PURE__ */
|
|
2479
|
-
/* @__PURE__ */
|
|
2929
|
+
return /* @__PURE__ */ jsxs45("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2930
|
+
/* @__PURE__ */ jsx66(
|
|
2480
2931
|
"path",
|
|
2481
2932
|
{
|
|
2482
2933
|
d: "M42.4223 17.7889L24 27L5.57774 17.7889C4.10364 17.0518 4.10364 14.9482 5.57774 14.2111L24 5L42.4223 14.2111C43.8964 14.9482 43.8964 17.0518 42.4223 17.7889Z",
|
|
2483
2934
|
fill: color
|
|
2484
2935
|
}
|
|
2485
2936
|
),
|
|
2486
|
-
/* @__PURE__ */
|
|
2937
|
+
/* @__PURE__ */ jsx66(
|
|
2487
2938
|
"path",
|
|
2488
2939
|
{
|
|
2489
2940
|
d: "M4.27234 22.375C3.74749 23.8491 4.2911 25.6456 5.90317 26.4516L24 35.5L42.0967 26.4516C43.7088 25.6456 44.2524 23.8491 43.7276 22.375L24 32.1459L4.27234 22.375Z",
|
|
2490
2941
|
fill: color
|
|
2491
2942
|
}
|
|
2492
2943
|
),
|
|
2493
|
-
/* @__PURE__ */
|
|
2944
|
+
/* @__PURE__ */ jsx66(
|
|
2494
2945
|
"path",
|
|
2495
2946
|
{
|
|
2496
2947
|
d: "M5.90317 34.9515C4.30785 34.1538 3.7589 32.3861 4.25633 30.9209L24 40.6458L43.7436 30.9209C44.241 32.3861 43.6921 34.1538 42.0967 34.9515L24 43.9999L5.90317 34.9515Z",
|
|
@@ -2499,8 +2950,8 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2499
2950
|
)
|
|
2500
2951
|
] });
|
|
2501
2952
|
}
|
|
2502
|
-
return /* @__PURE__ */
|
|
2503
|
-
/* @__PURE__ */
|
|
2953
|
+
return /* @__PURE__ */ jsxs45("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2954
|
+
/* @__PURE__ */ jsx66(
|
|
2504
2955
|
"path",
|
|
2505
2956
|
{
|
|
2506
2957
|
"fill-rule": "evenodd",
|
|
@@ -2509,14 +2960,14 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2509
2960
|
fill: color
|
|
2510
2961
|
}
|
|
2511
2962
|
),
|
|
2512
|
-
/* @__PURE__ */
|
|
2963
|
+
/* @__PURE__ */ jsx66(
|
|
2513
2964
|
"path",
|
|
2514
2965
|
{
|
|
2515
2966
|
d: "M4.27234 22.375C3.74749 23.8491 4.2911 25.6456 5.90317 26.4516L24 35.5L42.0967 26.4516C43.7088 25.6456 44.2524 23.8491 43.7276 22.375L24 32.1459L4.27234 22.375Z",
|
|
2516
2967
|
fill: color
|
|
2517
2968
|
}
|
|
2518
2969
|
),
|
|
2519
|
-
/* @__PURE__ */
|
|
2970
|
+
/* @__PURE__ */ jsx66(
|
|
2520
2971
|
"path",
|
|
2521
2972
|
{
|
|
2522
2973
|
d: "M4.25633 30.9209C3.7589 32.3861 4.30785 34.1538 5.90317 34.9515L24 43.9999L42.0967 34.9515C43.6921 34.1538 44.241 32.3861 43.7436 30.9209L24 40.6458L4.25633 30.9209Z",
|
|
@@ -2527,97 +2978,79 @@ var ICStack = /* @__PURE__ */ __name((props) => {
|
|
|
2527
2978
|
}, "ICStack");
|
|
2528
2979
|
|
|
2529
2980
|
// src/assets/summarize.tsx
|
|
2530
|
-
import { jsx as
|
|
2981
|
+
import { jsx as jsx67, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
2531
2982
|
var ICSummarize = /* @__PURE__ */ __name((props) => {
|
|
2532
2983
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2533
2984
|
if (fill && thick) {
|
|
2534
|
-
return /* @__PURE__ */
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
),
|
|
2544
|
-
/* @__PURE__ */ jsx55(
|
|
2545
|
-
"path",
|
|
2546
|
-
{
|
|
2547
|
-
d: "M33.8003 43.9467V37.9999C33.8003 37.7238 33.5764 37.4999 33.3003 37.4999H29.9302C29.5317 37.4999 29.2933 37.0565 29.5131 36.7241L35.2832 27.9985C35.5566 27.585 36.2003 27.7786 36.2003 28.2743L36.2 34.2058C36.2 34.4819 36.4238 34.7058 36.7 34.7058H40.0709C40.4692 34.7058 40.7076 35.1488 40.4882 35.4813L34.7176 44.2222C34.4444 44.636 33.8003 44.4426 33.8003 43.9467Z",
|
|
2548
|
-
fill: color
|
|
2549
|
-
}
|
|
2550
|
-
)
|
|
2551
|
-
] });
|
|
2985
|
+
return /* @__PURE__ */ jsx67("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx67(
|
|
2986
|
+
"path",
|
|
2987
|
+
{
|
|
2988
|
+
d: "M36 23.0379V22V20V18V14V12H34H14H12V14V18V20V22V26V28V30V34V36H14H22C22 37.7707 22.3548 39.4603 22.9969 41H7L7 7L41 7V24.465C39.4841 23.675 37.7926 23.1745 36 23.0379ZM33.3002 35.4997H32.7203L34.1999 33.2622L34.1999 34.2054C34.1998 35.5862 35.3191 36.7055 36.6999 36.7055H37.2831L35.8002 38.9518V37.9997C35.8002 36.6189 34.6809 35.4997 33.3002 35.4997Z",
|
|
2989
|
+
fill: "black",
|
|
2990
|
+
stroke: "black",
|
|
2991
|
+
"stroke-width": "4"
|
|
2992
|
+
}
|
|
2993
|
+
) });
|
|
2552
2994
|
}
|
|
2553
2995
|
if (thick) {
|
|
2554
|
-
return /* @__PURE__ */
|
|
2555
|
-
/* @__PURE__ */
|
|
2996
|
+
return /* @__PURE__ */ jsxs46("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
2997
|
+
/* @__PURE__ */ jsx67(
|
|
2556
2998
|
"path",
|
|
2557
2999
|
{
|
|
2558
|
-
d: "
|
|
3000
|
+
d: "M39 25.7499V9H9V39H24.4141C24.834 40.4848 25.5579 41.8419 26.5143 43H7C5.89543 43 5 42.1046 5 41V7C5 5.89543 5.89543 5 7 5H41C42.1046 5 43 5.89543 43 7V28.4501C41.8923 27.2768 40.5294 26.3472 39 25.7499Z",
|
|
2559
3001
|
fill: color
|
|
2560
3002
|
}
|
|
2561
3003
|
),
|
|
2562
|
-
/* @__PURE__ */
|
|
2563
|
-
/* @__PURE__ */
|
|
2564
|
-
/* @__PURE__ */
|
|
2565
|
-
/* @__PURE__ */
|
|
3004
|
+
/* @__PURE__ */ jsx67("path", { d: "M34 14H14V18H34V14Z", fill: color }),
|
|
3005
|
+
/* @__PURE__ */ jsx67("path", { d: "M34 22H14V26H30.411C31.5203 25.4901 32.729 25.1594 34 25.0448V22Z", fill: color }),
|
|
3006
|
+
/* @__PURE__ */ jsx67("path", { d: "M25.7789 30H14V34H24.1814C24.4483 32.5466 25.001 31.1931 25.7789 30Z", fill: color }),
|
|
3007
|
+
/* @__PURE__ */ jsx67(
|
|
2566
3008
|
"path",
|
|
2567
3009
|
{
|
|
2568
|
-
d: "M33.
|
|
3010
|
+
d: "M33.8002 43.9464V37.9997C33.8002 37.7235 33.5763 37.4997 33.3002 37.4997H29.9301C29.5316 37.4997 29.2932 37.0563 29.513 36.7239L35.2831 27.9982C35.5565 27.5848 36.2002 27.7784 36.2002 28.2741L36.1999 34.2055C36.1998 34.4817 36.4237 34.7055 36.6999 34.7055H40.0708C40.4691 34.7055 40.7075 35.1486 40.488 35.481L34.7174 44.2219C34.4442 44.6357 33.8002 44.4423 33.8002 43.9464Z",
|
|
2569
3011
|
fill: color
|
|
2570
3012
|
}
|
|
2571
3013
|
)
|
|
2572
3014
|
] });
|
|
2573
3015
|
}
|
|
2574
3016
|
if (fill) {
|
|
2575
|
-
return /* @__PURE__ */
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
),
|
|
2585
|
-
/* @__PURE__ */ jsx55(
|
|
2586
|
-
"path",
|
|
2587
|
-
{
|
|
2588
|
-
d: "M33.8003 43.9467V37.9999C33.8003 37.7238 33.5764 37.4999 33.3003 37.4999H29.9302C29.5317 37.4999 29.2933 37.0565 29.5131 36.7241L35.2832 27.9985C35.5566 27.585 36.2003 27.7786 36.2003 28.2743L36.2 34.2058C36.2 34.4819 36.4238 34.7058 36.7 34.7058H40.0709C40.4692 34.7058 40.7076 35.1488 40.4882 35.4813L34.7176 44.2222C34.4444 44.636 33.8003 44.4426 33.8003 43.9467Z",
|
|
2589
|
-
fill: color
|
|
2590
|
-
}
|
|
2591
|
-
)
|
|
2592
|
-
] });
|
|
3017
|
+
return /* @__PURE__ */ jsx67("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx67(
|
|
3018
|
+
"path",
|
|
3019
|
+
{
|
|
3020
|
+
d: "M14.5 35.5H22.0095C22.0032 35.666 22 35.8326 22 36C22 37.7707 22.3548 39.4603 22.9969 41H7L7 7L41 7V24.465C39.3439 23.6019 37.4782 23.0844 35.5 23.0095V22.5V20.5H33.5H14.5H12.5V22.5V25.5V27.5H14.5H25.1636C24.8868 27.8201 24.6254 28.1538 24.3805 28.5H14.5H12.5V30.5V33.5V35.5H14.5ZM12.5 17.5V19.5H14.5H33.5H35.5V17.5V14.5V12.5H33.5H14.5H12.5V14.5V17.5ZM33.3002 35.4997H32.7203L34.1999 33.2622L34.1999 34.2054C34.1998 35.5862 35.3191 36.7055 36.6999 36.7055H37.2831L35.8002 38.9518V37.9997C35.8002 36.6189 34.6809 35.4997 33.3002 35.4997Z",
|
|
3021
|
+
fill: "black",
|
|
3022
|
+
stroke: "black",
|
|
3023
|
+
"stroke-width": "4"
|
|
3024
|
+
}
|
|
3025
|
+
) });
|
|
2593
3026
|
}
|
|
2594
|
-
return /* @__PURE__ */
|
|
2595
|
-
/* @__PURE__ */
|
|
3027
|
+
return /* @__PURE__ */ jsxs46("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3028
|
+
/* @__PURE__ */ jsx67(
|
|
2596
3029
|
"path",
|
|
2597
3030
|
{
|
|
2598
|
-
d: "
|
|
2599
|
-
fill:
|
|
3031
|
+
d: "M40 26.1994V8H8V40H24.7499C25.1781 41.0965 25.7771 42.1074 26.5143 43H7C5.89543 43 5 42.1046 5 41V7C5 5.89543 5.89543 5 7 5H41C42.1046 5 43 5.89543 43 7V28.4501C42.14 27.5392 41.1262 26.7751 40 26.1994Z",
|
|
3032
|
+
fill: "black"
|
|
2600
3033
|
}
|
|
2601
3034
|
),
|
|
2602
|
-
/* @__PURE__ */
|
|
2603
|
-
/* @__PURE__ */
|
|
2604
|
-
/* @__PURE__ */
|
|
2605
|
-
/* @__PURE__ */
|
|
3035
|
+
/* @__PURE__ */ jsx67("path", { d: "M14.5 14.5H33.5V17.5H14.5V14.5Z", fill: "black" }),
|
|
3036
|
+
/* @__PURE__ */ jsx67("path", { d: "M14.5 22.5H33.5V25.1014C32.8863 25.1851 32.2886 25.3194 31.7114 25.5H14.5V22.5Z", fill: "black" }),
|
|
3037
|
+
/* @__PURE__ */ jsx67("path", { d: "M25.4716 30.5H14.5V33.5H24.2853C24.5336 32.4319 24.9374 31.4235 25.4716 30.5Z", fill: "black" }),
|
|
3038
|
+
/* @__PURE__ */ jsx67(
|
|
2606
3039
|
"path",
|
|
2607
3040
|
{
|
|
2608
|
-
d: "M33.
|
|
2609
|
-
fill:
|
|
3041
|
+
d: "M33.8002 37.9997V43.9464C33.8002 44.4423 34.4442 44.6357 34.7174 44.2219L40.488 35.481C40.7075 35.1486 40.4691 34.7055 40.0708 34.7055H36.6999C36.4237 34.7055 36.1998 34.4817 36.1999 34.2055L36.2002 28.2741C36.2002 27.7784 35.5565 27.5848 35.2831 27.9982L29.513 36.7239C29.2932 37.0563 29.5316 37.4997 29.9301 37.4997H33.3002C33.5763 37.4997 33.8002 37.7235 33.8002 37.9997Z",
|
|
3042
|
+
fill: "black"
|
|
2610
3043
|
}
|
|
2611
3044
|
)
|
|
2612
3045
|
] });
|
|
2613
3046
|
}, "ICSummarize");
|
|
2614
3047
|
|
|
2615
3048
|
// src/assets/memo.tsx
|
|
2616
|
-
import { jsx as
|
|
3049
|
+
import { jsx as jsx68, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
2617
3050
|
var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
2618
3051
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2619
3052
|
if (fill && thick) {
|
|
2620
|
-
return /* @__PURE__ */
|
|
3053
|
+
return /* @__PURE__ */ jsx68("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx68(
|
|
2621
3054
|
"path",
|
|
2622
3055
|
{
|
|
2623
3056
|
d: "M14 12H12V14V18V20V22V26V28V30V34V36H14H27H29V34V30V28H34H36V26V22V20V18V14V12H34H14ZM41 41H7L7 7L41 7V41Z",
|
|
@@ -2628,11 +3061,11 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2628
3061
|
) });
|
|
2629
3062
|
}
|
|
2630
3063
|
if (thick) {
|
|
2631
|
-
return /* @__PURE__ */
|
|
2632
|
-
/* @__PURE__ */
|
|
2633
|
-
/* @__PURE__ */
|
|
2634
|
-
/* @__PURE__ */
|
|
2635
|
-
/* @__PURE__ */
|
|
3064
|
+
return /* @__PURE__ */ jsxs47("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3065
|
+
/* @__PURE__ */ jsx68("path", { d: "M14 14V18H34V14H14Z", fill: color }),
|
|
3066
|
+
/* @__PURE__ */ jsx68("path", { d: "M14 22H34V26H14V22Z", fill: color }),
|
|
3067
|
+
/* @__PURE__ */ jsx68("path", { d: "M14 30V34H27V30H14Z", fill: color }),
|
|
3068
|
+
/* @__PURE__ */ jsx68(
|
|
2636
3069
|
"path",
|
|
2637
3070
|
{
|
|
2638
3071
|
"fill-rule": "evenodd",
|
|
@@ -2644,7 +3077,7 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2644
3077
|
] });
|
|
2645
3078
|
}
|
|
2646
3079
|
if (fill) {
|
|
2647
|
-
return /* @__PURE__ */
|
|
3080
|
+
return /* @__PURE__ */ jsx68("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx68(
|
|
2648
3081
|
"path",
|
|
2649
3082
|
{
|
|
2650
3083
|
d: "M14.5 13H13V14.5V17.5V19H14.5H33.5H35V17.5V14.5V13H33.5H14.5ZM14.5 21H13V22.5V25.5V27H14.5H33.5H35V25.5V22.5V21H33.5H14.5ZM14.5 29H13V30.5V33.5V35H14.5H26.5H28V33.5V30.5V29H26.5H14.5ZM41 41.5H7C6.72386 41.5 6.5 41.2761 6.5 41V7C6.5 6.72386 6.72386 6.5 7 6.5H41C41.2761 6.5 41.5 6.72386 41.5 7V41C41.5 41.2761 41.2761 41.5 41 41.5Z",
|
|
@@ -2654,11 +3087,11 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2654
3087
|
}
|
|
2655
3088
|
) });
|
|
2656
3089
|
}
|
|
2657
|
-
return /* @__PURE__ */
|
|
2658
|
-
/* @__PURE__ */
|
|
2659
|
-
/* @__PURE__ */
|
|
2660
|
-
/* @__PURE__ */
|
|
2661
|
-
/* @__PURE__ */
|
|
3090
|
+
return /* @__PURE__ */ jsxs47("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3091
|
+
/* @__PURE__ */ jsx68("path", { d: "M14.5 14.5V17.5H33.5V14.5H14.5Z", fill: color }),
|
|
3092
|
+
/* @__PURE__ */ jsx68("path", { d: "M14.5 22.5H33.5V25.5H14.5V22.5Z", fill: color }),
|
|
3093
|
+
/* @__PURE__ */ jsx68("path", { d: "M14.5 30.5V33.5H26.5V30.5H14.5Z", fill: color }),
|
|
3094
|
+
/* @__PURE__ */ jsx68(
|
|
2662
3095
|
"path",
|
|
2663
3096
|
{
|
|
2664
3097
|
"fill-rule": "evenodd",
|
|
@@ -2671,31 +3104,31 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
|
|
|
2671
3104
|
}, "ICMemo");
|
|
2672
3105
|
|
|
2673
3106
|
// src/assets/highlighter.tsx
|
|
2674
|
-
import { jsx as
|
|
3107
|
+
import { jsx as jsx69, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
2675
3108
|
var ICHighlighter = /* @__PURE__ */ __name((props) => {
|
|
2676
3109
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2677
3110
|
if (fill && thick) {
|
|
2678
|
-
return /* @__PURE__ */
|
|
2679
|
-
/* @__PURE__ */
|
|
3111
|
+
return /* @__PURE__ */ jsxs48("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3112
|
+
/* @__PURE__ */ jsx69(
|
|
2680
3113
|
"path",
|
|
2681
3114
|
{
|
|
2682
3115
|
d: "M38.5573 6.00019C36.9949 4.43771 34.4615 4.43814 32.8995 6.00115L30.4343 8.46625L39.6246 17.6574L42.0921 15.1899C43.6533 13.6277 43.6529 11.0958 42.0912 9.53404L38.5573 6.00019Z",
|
|
2683
3116
|
fill: color
|
|
2684
3117
|
}
|
|
2685
3118
|
),
|
|
2686
|
-
/* @__PURE__ */
|
|
3119
|
+
/* @__PURE__ */ jsx69(
|
|
2687
3120
|
"path",
|
|
2688
3121
|
{
|
|
2689
3122
|
d: "M14.0632 24.8366L28.3129 10.5875L37.5032 19.7786L23.2656 34.0156C22.8047 34.4764 22.2381 34.8177 21.6151 35.0096L16.3925 36.6184C13.2929 37.5733 10.4053 34.6361 11.4127 31.5533L13.0892 26.4229C13.2846 25.8249 13.6183 25.2814 14.0632 24.8366Z",
|
|
2690
3123
|
fill: color
|
|
2691
3124
|
}
|
|
2692
3125
|
),
|
|
2693
|
-
/* @__PURE__ */
|
|
3126
|
+
/* @__PURE__ */ jsx69("path", { d: "M41 39H7V43H41V39Z", fill: color })
|
|
2694
3127
|
] });
|
|
2695
3128
|
}
|
|
2696
3129
|
if (thick) {
|
|
2697
|
-
return /* @__PURE__ */
|
|
2698
|
-
/* @__PURE__ */
|
|
3130
|
+
return /* @__PURE__ */ jsxs48("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3131
|
+
/* @__PURE__ */ jsx69(
|
|
2699
3132
|
"path",
|
|
2700
3133
|
{
|
|
2701
3134
|
"fill-rule": "evenodd",
|
|
@@ -2704,30 +3137,30 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
|
|
|
2704
3137
|
fill: color
|
|
2705
3138
|
}
|
|
2706
3139
|
),
|
|
2707
|
-
/* @__PURE__ */
|
|
3140
|
+
/* @__PURE__ */ jsx69("path", { d: "M41 39.0002H7V43.0002H41V39.0002Z", fill: color })
|
|
2708
3141
|
] });
|
|
2709
3142
|
}
|
|
2710
3143
|
if (fill) {
|
|
2711
|
-
return /* @__PURE__ */
|
|
2712
|
-
/* @__PURE__ */
|
|
3144
|
+
return /* @__PURE__ */ jsxs48("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3145
|
+
/* @__PURE__ */ jsx69(
|
|
2713
3146
|
"path",
|
|
2714
3147
|
{
|
|
2715
3148
|
d: "M38.2038 6.35423C36.8367 4.98706 34.6199 4.98744 33.2533 6.35507L30.7881 8.82009L39.2713 17.3041L41.7385 14.837C43.1046 13.47 43.1042 11.2546 41.7377 9.88808L38.2038 6.35423Z",
|
|
2716
3149
|
fill: color
|
|
2717
3150
|
}
|
|
2718
3151
|
),
|
|
2719
|
-
/* @__PURE__ */
|
|
3152
|
+
/* @__PURE__ */ jsx69(
|
|
2720
3153
|
"path",
|
|
2721
3154
|
{
|
|
2722
3155
|
d: "M14.4168 25.1906L28.6667 10.9414L37.15 19.4253L22.9122 33.6625C22.5088 34.0657 22.0131 34.3643 21.468 34.5322L16.2453 36.1411C13.5332 36.9765 11.0066 34.4066 11.888 31.709L13.5645 26.5786C13.7355 26.0554 14.0275 25.5799 14.4168 25.1906Z",
|
|
2723
3156
|
fill: color
|
|
2724
3157
|
}
|
|
2725
3158
|
),
|
|
2726
|
-
/* @__PURE__ */
|
|
3159
|
+
/* @__PURE__ */ jsx69("path", { d: "M41 39.5H7V42.5H41V39.5Z", fill: color })
|
|
2727
3160
|
] });
|
|
2728
3161
|
}
|
|
2729
|
-
return /* @__PURE__ */
|
|
2730
|
-
/* @__PURE__ */
|
|
3162
|
+
return /* @__PURE__ */ jsxs48("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3163
|
+
/* @__PURE__ */ jsx69(
|
|
2731
3164
|
"path",
|
|
2732
3165
|
{
|
|
2733
3166
|
"fill-rule": "evenodd",
|
|
@@ -2736,18 +3169,18 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
|
|
|
2736
3169
|
fill: color
|
|
2737
3170
|
}
|
|
2738
3171
|
),
|
|
2739
|
-
/* @__PURE__ */
|
|
3172
|
+
/* @__PURE__ */ jsx69("path", { d: "M41 39.5002H7V42.5002H41V39.5002Z", fill: color })
|
|
2740
3173
|
] });
|
|
2741
3174
|
}, "ICHighlighter");
|
|
2742
3175
|
|
|
2743
3176
|
// src/assets/creditcard.tsx
|
|
2744
|
-
import { jsx as
|
|
3177
|
+
import { jsx as jsx70, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
2745
3178
|
var ICCreditcard = /* @__PURE__ */ __name((props) => {
|
|
2746
3179
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2747
3180
|
if (fill && thick) {
|
|
2748
|
-
return /* @__PURE__ */
|
|
2749
|
-
/* @__PURE__ */
|
|
2750
|
-
/* @__PURE__ */
|
|
3181
|
+
return /* @__PURE__ */ jsxs49("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3182
|
+
/* @__PURE__ */ jsx70("path", { d: "M6 9C4.89543 9 4 9.89543 4 11V17H44V11C44 9.89543 43.1046 9 42 9H6Z", fill: color }),
|
|
3183
|
+
/* @__PURE__ */ jsx70(
|
|
2751
3184
|
"path",
|
|
2752
3185
|
{
|
|
2753
3186
|
"fill-rule": "evenodd",
|
|
@@ -2759,9 +3192,9 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
|
|
|
2759
3192
|
] });
|
|
2760
3193
|
}
|
|
2761
3194
|
if (thick) {
|
|
2762
|
-
return /* @__PURE__ */
|
|
2763
|
-
/* @__PURE__ */
|
|
2764
|
-
/* @__PURE__ */
|
|
3195
|
+
return /* @__PURE__ */ jsxs49("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3196
|
+
/* @__PURE__ */ jsx70("path", { d: "M18 27H11V32H18V27Z", fill: color }),
|
|
3197
|
+
/* @__PURE__ */ jsx70(
|
|
2765
3198
|
"path",
|
|
2766
3199
|
{
|
|
2767
3200
|
"fill-rule": "evenodd",
|
|
@@ -2773,9 +3206,9 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
|
|
|
2773
3206
|
] });
|
|
2774
3207
|
}
|
|
2775
3208
|
if (fill) {
|
|
2776
|
-
return /* @__PURE__ */
|
|
2777
|
-
/* @__PURE__ */
|
|
2778
|
-
/* @__PURE__ */
|
|
3209
|
+
return /* @__PURE__ */ jsxs49("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3210
|
+
/* @__PURE__ */ jsx70("path", { d: "M6 9C4.89543 9 4 9.89543 4 11V17.5H44V11C44 9.89543 43.1046 9 42 9H6Z", fill: color }),
|
|
3211
|
+
/* @__PURE__ */ jsx70(
|
|
2779
3212
|
"path",
|
|
2780
3213
|
{
|
|
2781
3214
|
"fill-rule": "evenodd",
|
|
@@ -2786,9 +3219,9 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
|
|
|
2786
3219
|
)
|
|
2787
3220
|
] });
|
|
2788
3221
|
}
|
|
2789
|
-
return /* @__PURE__ */
|
|
2790
|
-
/* @__PURE__ */
|
|
2791
|
-
/* @__PURE__ */
|
|
3222
|
+
return /* @__PURE__ */ jsxs49("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3223
|
+
/* @__PURE__ */ jsx70("path", { d: "M18 27H11V32H18V27Z", fill: color }),
|
|
3224
|
+
/* @__PURE__ */ jsx70(
|
|
2792
3225
|
"path",
|
|
2793
3226
|
{
|
|
2794
3227
|
"fill-rule": "evenodd",
|
|
@@ -2801,19 +3234,19 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
|
|
|
2801
3234
|
}, "ICCreditcard");
|
|
2802
3235
|
|
|
2803
3236
|
// src/assets/speaker.tsx
|
|
2804
|
-
import { jsx as
|
|
3237
|
+
import { jsx as jsx71, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2805
3238
|
var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
2806
3239
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2807
3240
|
if (fill && thick) {
|
|
2808
|
-
return /* @__PURE__ */
|
|
2809
|
-
/* @__PURE__ */
|
|
3241
|
+
return /* @__PURE__ */ jsxs50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3242
|
+
/* @__PURE__ */ jsx71(
|
|
2810
3243
|
"path",
|
|
2811
3244
|
{
|
|
2812
3245
|
d: "M19.7016 31.9847C19.9136 32.0369 20.1173 32.1219 20.3049 32.2376L33.4578 40.3485C34.8622 41.2145 36.6721 40.2043 36.6721 38.5544V7.11121C36.6721 5.46129 34.8622 4.45103 33.4578 5.31705L19.6295 13.8445C19.2969 14.0496 18.9138 14.1583 18.5231 14.1583H6.10788C4.94373 14.1583 4 15.102 4 16.2661V29.816C4 30.9801 4.94373 31.9238 6.10788 31.9238H9.37793V39.4019C9.37793 41.6111 11.1688 43.4019 13.3779 43.4019H15.7016C17.9107 43.4019 19.7016 41.6111 19.7016 39.4019V31.9847Z",
|
|
2813
3246
|
fill: color
|
|
2814
3247
|
}
|
|
2815
3248
|
),
|
|
2816
|
-
/* @__PURE__ */
|
|
3249
|
+
/* @__PURE__ */ jsx71(
|
|
2817
3250
|
"path",
|
|
2818
3251
|
{
|
|
2819
3252
|
d: "M43.0779 23.5265C43.0779 26.9183 41.482 29.9374 39 31.8737V15.1792C41.482 17.1155 43.0779 20.1346 43.0779 23.5265Z",
|
|
@@ -2823,8 +3256,8 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2823
3256
|
] });
|
|
2824
3257
|
}
|
|
2825
3258
|
if (thick) {
|
|
2826
|
-
return /* @__PURE__ */
|
|
2827
|
-
/* @__PURE__ */
|
|
3259
|
+
return /* @__PURE__ */ jsxs50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3260
|
+
/* @__PURE__ */ jsx71(
|
|
2828
3261
|
"path",
|
|
2829
3262
|
{
|
|
2830
3263
|
"fill-rule": "evenodd",
|
|
@@ -2833,7 +3266,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2833
3266
|
fill: color
|
|
2834
3267
|
}
|
|
2835
3268
|
),
|
|
2836
|
-
/* @__PURE__ */
|
|
3269
|
+
/* @__PURE__ */ jsx71(
|
|
2837
3270
|
"path",
|
|
2838
3271
|
{
|
|
2839
3272
|
d: "M39 31.8737C41.482 29.9374 43.0779 26.9183 43.0779 23.5265C43.0779 20.1346 41.482 17.1155 39 15.1792V31.8737Z",
|
|
@@ -2843,15 +3276,15 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2843
3276
|
] });
|
|
2844
3277
|
}
|
|
2845
3278
|
if (fill) {
|
|
2846
|
-
return /* @__PURE__ */
|
|
2847
|
-
/* @__PURE__ */
|
|
3279
|
+
return /* @__PURE__ */ jsxs50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3280
|
+
/* @__PURE__ */ jsx71(
|
|
2848
3281
|
"path",
|
|
2849
3282
|
{
|
|
2850
3283
|
d: "M19.2016 31.9238C19.5913 31.9244 19.9732 32.033 20.3049 32.2376L33.4578 40.3485C34.8622 41.2145 36.6721 40.2043 36.6721 38.5544V7.11121C36.6721 5.46129 34.8622 4.45103 33.4578 5.31705L19.6295 13.8445C19.2969 14.0496 18.9138 14.1583 18.5231 14.1583H6.10788C4.94373 14.1583 4 15.102 4 16.2661V29.816C4 30.9801 4.94373 31.9238 6.10788 31.9238H9.87793V39.4022C9.87793 41.3352 11.4449 42.9022 13.3779 42.9022H15.7016C17.6346 42.9022 19.2016 41.3352 19.2016 39.4022V31.9238Z",
|
|
2851
3284
|
fill: color
|
|
2852
3285
|
}
|
|
2853
3286
|
),
|
|
2854
|
-
/* @__PURE__ */
|
|
3287
|
+
/* @__PURE__ */ jsx71(
|
|
2855
3288
|
"path",
|
|
2856
3289
|
{
|
|
2857
3290
|
d: "M43.0779 23.5265C43.0779 26.9183 41.482 29.9374 39 31.8737V15.1792C41.482 17.1155 43.0779 20.1346 43.0779 23.5265Z",
|
|
@@ -2860,8 +3293,8 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2860
3293
|
)
|
|
2861
3294
|
] });
|
|
2862
3295
|
}
|
|
2863
|
-
return /* @__PURE__ */
|
|
2864
|
-
/* @__PURE__ */
|
|
3296
|
+
return /* @__PURE__ */ jsxs50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3297
|
+
/* @__PURE__ */ jsx71(
|
|
2865
3298
|
"path",
|
|
2866
3299
|
{
|
|
2867
3300
|
"fill-rule": "evenodd",
|
|
@@ -2870,7 +3303,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2870
3303
|
fill: color
|
|
2871
3304
|
}
|
|
2872
3305
|
),
|
|
2873
|
-
/* @__PURE__ */
|
|
3306
|
+
/* @__PURE__ */ jsx71(
|
|
2874
3307
|
"path",
|
|
2875
3308
|
{
|
|
2876
3309
|
d: "M39 31.8737C41.482 29.9374 43.0779 26.9183 43.0779 23.5265C43.0779 20.1346 41.482 17.1155 39 15.1792V31.8737Z",
|
|
@@ -2881,19 +3314,19 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
|
|
|
2881
3314
|
}, "ICSpeaker");
|
|
2882
3315
|
|
|
2883
3316
|
// src/assets/light.tsx
|
|
2884
|
-
import { jsx as
|
|
3317
|
+
import { jsx as jsx72, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
2885
3318
|
var ICLight = /* @__PURE__ */ __name((props) => {
|
|
2886
3319
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2887
3320
|
if (fill && thick) {
|
|
2888
|
-
return /* @__PURE__ */
|
|
2889
|
-
/* @__PURE__ */
|
|
3321
|
+
return /* @__PURE__ */ jsxs51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3322
|
+
/* @__PURE__ */ jsx72(
|
|
2890
3323
|
"path",
|
|
2891
3324
|
{
|
|
2892
3325
|
d: "M24.9621 11.0802C23.9613 8.3066 20.0387 8.3066 19.0379 11.0802L15.8671 19.8671L7.0802 23.0379C4.3066 24.0387 4.3066 27.9613 7.0802 28.9621L15.8671 32.1329L19.0379 40.9198C20.0387 43.6934 23.9613 43.6934 24.9621 40.9198L28.1329 32.1329L36.9198 28.9621C39.6934 27.9613 39.6934 24.0387 36.9198 23.0379L28.1329 19.8671L24.9621 11.0802Z",
|
|
2893
3326
|
fill: color
|
|
2894
3327
|
}
|
|
2895
3328
|
),
|
|
2896
|
-
/* @__PURE__ */
|
|
3329
|
+
/* @__PURE__ */ jsx72(
|
|
2897
3330
|
"path",
|
|
2898
3331
|
{
|
|
2899
3332
|
d: "M36.6852 5.48117C36.4537 4.83961 35.5463 4.83961 35.3148 5.48117L33.8177 9.63003C33.7862 9.7174 33.7174 9.78619 33.63 9.81771L29.4812 11.3148C28.8396 11.5463 28.8396 12.4537 29.4812 12.6852L33.63 14.1823C33.7174 14.2138 33.7862 14.2826 33.8177 14.37L35.3148 18.5188C35.5463 19.1604 36.4537 19.1604 36.6852 18.5188L38.1823 14.37C38.2138 14.2826 38.2826 14.2138 38.37 14.1823L42.5188 12.6852C43.1604 12.4537 43.1604 11.5463 42.5188 11.3148L38.37 9.81771C38.2826 9.78619 38.2138 9.7174 38.1823 9.63003L36.6852 5.48117Z",
|
|
@@ -2903,8 +3336,8 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2903
3336
|
] });
|
|
2904
3337
|
}
|
|
2905
3338
|
if (thick) {
|
|
2906
|
-
return /* @__PURE__ */
|
|
2907
|
-
/* @__PURE__ */
|
|
3339
|
+
return /* @__PURE__ */ jsxs51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3340
|
+
/* @__PURE__ */ jsx72(
|
|
2908
3341
|
"path",
|
|
2909
3342
|
{
|
|
2910
3343
|
"fill-rule": "evenodd",
|
|
@@ -2913,7 +3346,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2913
3346
|
fill: color
|
|
2914
3347
|
}
|
|
2915
3348
|
),
|
|
2916
|
-
/* @__PURE__ */
|
|
3349
|
+
/* @__PURE__ */ jsx72(
|
|
2917
3350
|
"path",
|
|
2918
3351
|
{
|
|
2919
3352
|
d: "M36.6852 5.48117C36.4537 4.83961 35.5463 4.83961 35.3148 5.48117L33.8177 9.63003C33.7862 9.7174 33.7174 9.78619 33.63 9.81771L29.4812 11.3148C28.8396 11.5463 28.8396 12.4537 29.4812 12.6852L33.63 14.1823C33.7174 14.2138 33.7862 14.2826 33.8177 14.37L35.3148 18.5188C35.5463 19.1604 36.4537 19.1604 36.6852 18.5188L38.1823 14.37C38.2138 14.2826 38.2826 14.2138 38.37 14.1823L42.5188 12.6852C43.1604 12.4537 43.1604 11.5463 42.5188 11.3148L38.37 9.81771C38.2826 9.78619 38.2138 9.7174 38.1823 9.63003L36.6852 5.48117Z",
|
|
@@ -2923,15 +3356,15 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2923
3356
|
] });
|
|
2924
3357
|
}
|
|
2925
3358
|
if (fill) {
|
|
2926
|
-
return /* @__PURE__ */
|
|
2927
|
-
/* @__PURE__ */
|
|
3359
|
+
return /* @__PURE__ */ jsxs51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3360
|
+
/* @__PURE__ */ jsx72(
|
|
2928
3361
|
"path",
|
|
2929
3362
|
{
|
|
2930
3363
|
d: "M24.4918 11.2499C23.6499 8.91669 20.3501 8.9167 19.5082 11.2499L16.2577 20.2577L7.24991 23.5082C4.91669 24.3501 4.9167 27.6499 7.24991 28.4918L16.2577 31.7423L19.5082 40.7501C20.3501 43.0833 23.6499 43.0833 24.4918 40.7501L27.7423 31.7423L36.7501 28.4918C39.0833 27.6499 39.0833 24.3501 36.7501 23.5082L27.7423 20.2577L24.4918 11.2499Z",
|
|
2931
3364
|
fill: color
|
|
2932
3365
|
}
|
|
2933
3366
|
),
|
|
2934
|
-
/* @__PURE__ */
|
|
3367
|
+
/* @__PURE__ */ jsx72(
|
|
2935
3368
|
"path",
|
|
2936
3369
|
{
|
|
2937
3370
|
d: "M36.6852 5.48117C36.4537 4.83961 35.5463 4.83961 35.3148 5.48117L33.8177 9.63003C33.7862 9.7174 33.7174 9.78619 33.63 9.81771L29.4812 11.3148C28.8396 11.5463 28.8396 12.4537 29.4812 12.6852L33.63 14.1823C33.7174 14.2138 33.7862 14.2826 33.8177 14.37L35.3148 18.5188C35.5463 19.1604 36.4537 19.1604 36.6852 18.5188L38.1823 14.37C38.2138 14.2826 38.2826 14.2138 38.37 14.1823L42.5188 12.6852C43.1604 12.4537 43.1604 11.5463 42.5188 11.3148L38.37 9.81771C38.2826 9.78619 38.2138 9.7174 38.1823 9.63003L36.6852 5.48117Z",
|
|
@@ -2940,8 +3373,8 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2940
3373
|
)
|
|
2941
3374
|
] });
|
|
2942
3375
|
}
|
|
2943
|
-
return /* @__PURE__ */
|
|
2944
|
-
/* @__PURE__ */
|
|
3376
|
+
return /* @__PURE__ */ jsxs51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3377
|
+
/* @__PURE__ */ jsx72(
|
|
2945
3378
|
"path",
|
|
2946
3379
|
{
|
|
2947
3380
|
"fill-rule": "evenodd",
|
|
@@ -2950,7 +3383,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2950
3383
|
fill: color
|
|
2951
3384
|
}
|
|
2952
3385
|
),
|
|
2953
|
-
/* @__PURE__ */
|
|
3386
|
+
/* @__PURE__ */ jsx72(
|
|
2954
3387
|
"path",
|
|
2955
3388
|
{
|
|
2956
3389
|
d: "M36.6852 5.48117C36.4537 4.83961 35.5463 4.83961 35.3148 5.48117L33.8177 9.63003C33.7862 9.7174 33.7174 9.78619 33.63 9.81771L29.4812 11.3148C28.8396 11.5463 28.8396 12.4537 29.4812 12.6852L33.63 14.1823C33.7174 14.2138 33.7862 14.2826 33.8177 14.37L35.3148 18.5188C35.5463 19.1604 36.4537 19.1604 36.6852 18.5188L38.1823 14.37C38.2138 14.2826 38.2826 14.2138 38.37 14.1823L42.5188 12.6852C43.1604 12.4537 43.1604 11.5463 42.5188 11.3148L38.37 9.81771C38.2826 9.78619 38.2138 9.7174 38.1823 9.63003L36.6852 5.48117Z",
|
|
@@ -2961,25 +3394,25 @@ var ICLight = /* @__PURE__ */ __name((props) => {
|
|
|
2961
3394
|
}, "ICLight");
|
|
2962
3395
|
|
|
2963
3396
|
// src/assets/document-add.tsx
|
|
2964
|
-
import { jsx as
|
|
3397
|
+
import { jsx as jsx73, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2965
3398
|
var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
|
|
2966
3399
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
2967
3400
|
if (fill && thick) {
|
|
2968
|
-
return /* @__PURE__ */
|
|
2969
|
-
/* @__PURE__ */
|
|
3401
|
+
return /* @__PURE__ */ jsxs52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3402
|
+
/* @__PURE__ */ jsx73(
|
|
2970
3403
|
"path",
|
|
2971
3404
|
{
|
|
2972
3405
|
d: "M22.001 4V18.0769C22.001 20.2861 23.7918 22.0769 26.001 22.0769H39V25.6902C38.3525 25.5654 37.6839 25.5 37 25.5C31.201 25.5 26.5 30.201 26.5 36C26.5 39.2047 27.9357 42.074 30.1989 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H22.001Z",
|
|
2973
3406
|
fill: color
|
|
2974
3407
|
}
|
|
2975
3408
|
),
|
|
2976
|
-
/* @__PURE__ */
|
|
2977
|
-
/* @__PURE__ */
|
|
3409
|
+
/* @__PURE__ */ jsx73("path", { d: "M26.001 6.14395V18.0769L37.134 18.0769L26.001 6.14395Z", fill: color }),
|
|
3410
|
+
/* @__PURE__ */ jsx73("path", { d: "M34.9996 43.4996V38H29.5V34H34.9996V28.5H38.9996V34H44.5V38H38.9996V43.4996H34.9996Z", fill: color })
|
|
2978
3411
|
] });
|
|
2979
3412
|
}
|
|
2980
3413
|
if (thick) {
|
|
2981
|
-
return /* @__PURE__ */
|
|
2982
|
-
/* @__PURE__ */
|
|
3414
|
+
return /* @__PURE__ */ jsxs52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3415
|
+
/* @__PURE__ */ jsx73(
|
|
2983
3416
|
"path",
|
|
2984
3417
|
{
|
|
2985
3418
|
"fill-rule": "evenodd",
|
|
@@ -2988,30 +3421,30 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
|
|
|
2988
3421
|
fill: color
|
|
2989
3422
|
}
|
|
2990
3423
|
),
|
|
2991
|
-
/* @__PURE__ */
|
|
3424
|
+
/* @__PURE__ */ jsx73("path", { d: "M34.9996 43.4996V38H29.5V34H34.9996V28.5H38.9996V34H44.5V38H38.9996V43.4996H34.9996Z", fill: color })
|
|
2992
3425
|
] });
|
|
2993
3426
|
}
|
|
2994
3427
|
if (fill) {
|
|
2995
|
-
return /* @__PURE__ */
|
|
2996
|
-
/* @__PURE__ */
|
|
3428
|
+
return /* @__PURE__ */ jsxs52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3429
|
+
/* @__PURE__ */ jsx73(
|
|
2997
3430
|
"path",
|
|
2998
3431
|
{
|
|
2999
3432
|
d: "M22.501 4V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H39V26.1063C38.5101 26.0363 38.0093 26 37.5 26C31.701 26 27 30.701 27 36.5C27 39.438 28.2067 42.0942 30.1515 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H22.501Z",
|
|
3000
3433
|
fill: color
|
|
3001
3434
|
}
|
|
3002
3435
|
),
|
|
3003
|
-
/* @__PURE__ */
|
|
3436
|
+
/* @__PURE__ */ jsx73(
|
|
3004
3437
|
"path",
|
|
3005
3438
|
{
|
|
3006
3439
|
d: "M25.501 5.60803V18.0769C25.501 18.3531 25.7248 18.5769 26.001 18.5769H37.6005L25.501 5.60803Z",
|
|
3007
3440
|
fill: color
|
|
3008
3441
|
}
|
|
3009
3442
|
),
|
|
3010
|
-
/* @__PURE__ */
|
|
3443
|
+
/* @__PURE__ */ jsx73("path", { d: "M35.9996 43.9996V38H30V35H35.9996V29H38.9996V35H45V38H38.9996V43.9996H35.9996Z", fill: color })
|
|
3011
3444
|
] });
|
|
3012
3445
|
}
|
|
3013
|
-
return /* @__PURE__ */
|
|
3014
|
-
/* @__PURE__ */
|
|
3446
|
+
return /* @__PURE__ */ jsxs52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3447
|
+
/* @__PURE__ */ jsx73(
|
|
3015
3448
|
"path",
|
|
3016
3449
|
{
|
|
3017
3450
|
"fill-rule": "evenodd",
|
|
@@ -3020,16 +3453,16 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
|
|
|
3020
3453
|
fill: color
|
|
3021
3454
|
}
|
|
3022
3455
|
),
|
|
3023
|
-
/* @__PURE__ */
|
|
3456
|
+
/* @__PURE__ */ jsx73("path", { d: "M35.9996 43.9996V38H30V35H35.9996V29H38.9996V35H45V38H38.9996V43.9996H35.9996Z", fill: color })
|
|
3024
3457
|
] });
|
|
3025
3458
|
}, "ICDocumentAdd");
|
|
3026
3459
|
|
|
3027
3460
|
// src/assets/thumb-up.tsx
|
|
3028
|
-
import { jsx as
|
|
3461
|
+
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
3029
3462
|
var ICThumbUp = /* @__PURE__ */ __name((props) => {
|
|
3030
3463
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
3031
3464
|
if (fill && thick) {
|
|
3032
|
-
return /* @__PURE__ */
|
|
3465
|
+
return /* @__PURE__ */ jsx74("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx74(
|
|
3033
3466
|
"path",
|
|
3034
3467
|
{
|
|
3035
3468
|
d: "M38.8057 42L18 42L18 15.6153L26.5358 6.36817C26.7525 6.13348 27.0573 6 27.3767 6C28.319 6 29.0396 6.8399 28.8963 7.77122L27.5233 16.6959L27.1688 19H29.5H40.2782C41.514 19 42.4541 20.1097 42.2509 21.3288L38.8057 42ZM6 19H10L10 42H6L6 19Z",
|
|
@@ -3040,7 +3473,7 @@ var ICThumbUp = /* @__PURE__ */ __name((props) => {
|
|
|
3040
3473
|
) });
|
|
3041
3474
|
}
|
|
3042
3475
|
if (thick) {
|
|
3043
|
-
return /* @__PURE__ */
|
|
3476
|
+
return /* @__PURE__ */ jsx74("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx74(
|
|
3044
3477
|
"path",
|
|
3045
3478
|
{
|
|
3046
3479
|
"fill-rule": "evenodd",
|
|
@@ -3051,7 +3484,7 @@ var ICThumbUp = /* @__PURE__ */ __name((props) => {
|
|
|
3051
3484
|
) });
|
|
3052
3485
|
}
|
|
3053
3486
|
if (fill) {
|
|
3054
|
-
return /* @__PURE__ */
|
|
3487
|
+
return /* @__PURE__ */ jsx74("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx74(
|
|
3055
3488
|
"path",
|
|
3056
3489
|
{
|
|
3057
3490
|
d: "M38.8057 42L17.5 42L17.5 16.157L26.5358 6.36817C26.7525 6.13348 27.0573 6 27.3767 6C28.319 6 29.0396 6.8399 28.8963 7.77122L27.5233 16.6959L27.1688 19H29.5H40.2782C41.514 19 42.4541 20.1097 42.2509 21.3288L38.8057 42ZM6 19H10.5L10.5 42H6L6 19Z",
|
|
@@ -3061,7 +3494,7 @@ var ICThumbUp = /* @__PURE__ */ __name((props) => {
|
|
|
3061
3494
|
}
|
|
3062
3495
|
) });
|
|
3063
3496
|
}
|
|
3064
|
-
return /* @__PURE__ */
|
|
3497
|
+
return /* @__PURE__ */ jsx74("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx74(
|
|
3065
3498
|
"path",
|
|
3066
3499
|
{
|
|
3067
3500
|
"fill-rule": "evenodd",
|
|
@@ -3073,11 +3506,11 @@ var ICThumbUp = /* @__PURE__ */ __name((props) => {
|
|
|
3073
3506
|
}, "ICThumbUp");
|
|
3074
3507
|
|
|
3075
3508
|
// src/assets/thumb-down.tsx
|
|
3076
|
-
import { jsx as
|
|
3509
|
+
import { jsx as jsx75 } from "react/jsx-runtime";
|
|
3077
3510
|
var ICThumbDown = /* @__PURE__ */ __name((props) => {
|
|
3078
3511
|
const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
|
|
3079
3512
|
if (fill && thick) {
|
|
3080
|
-
return /* @__PURE__ */
|
|
3513
|
+
return /* @__PURE__ */ jsx75("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx75(
|
|
3081
3514
|
"path",
|
|
3082
3515
|
{
|
|
3083
3516
|
d: "M9.19423 6L30 6L30 32.3847L21.4642 41.6318C21.2475 41.8665 20.9427 42 20.6233 42C19.681 42 18.9604 41.1601 19.1037 40.2288L20.4767 31.3041L20.8312 29H18.5H7.72181C6.48594 29 5.54585 27.8903 5.74903 26.6712L9.19423 6ZM42 29L38 29V6L42 6.00001L42 29Z",
|
|
@@ -3088,7 +3521,7 @@ var ICThumbDown = /* @__PURE__ */ __name((props) => {
|
|
|
3088
3521
|
) });
|
|
3089
3522
|
}
|
|
3090
3523
|
if (thick) {
|
|
3091
|
-
return /* @__PURE__ */
|
|
3524
|
+
return /* @__PURE__ */ jsx75("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx75(
|
|
3092
3525
|
"path",
|
|
3093
3526
|
{
|
|
3094
3527
|
"fill-rule": "evenodd",
|
|
@@ -3099,7 +3532,7 @@ var ICThumbDown = /* @__PURE__ */ __name((props) => {
|
|
|
3099
3532
|
) });
|
|
3100
3533
|
}
|
|
3101
3534
|
if (fill) {
|
|
3102
|
-
return /* @__PURE__ */
|
|
3535
|
+
return /* @__PURE__ */ jsx75("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx75(
|
|
3103
3536
|
"path",
|
|
3104
3537
|
{
|
|
3105
3538
|
d: "M9.19423 6L30.5 6L30.5 31.843L21.4642 41.6318C21.2475 41.8665 20.9427 42 20.6233 42C19.681 42 18.9604 41.1601 19.1037 40.2288L20.4767 31.3041L20.8312 29H18.5H7.72181C6.48594 29 5.54585 27.8903 5.74903 26.6712L9.19423 6ZM42 29L37.5 29V6L42 6.00001L42 29Z",
|
|
@@ -3109,7 +3542,7 @@ var ICThumbDown = /* @__PURE__ */ __name((props) => {
|
|
|
3109
3542
|
}
|
|
3110
3543
|
) });
|
|
3111
3544
|
}
|
|
3112
|
-
return /* @__PURE__ */
|
|
3545
|
+
return /* @__PURE__ */ jsx75("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx75(
|
|
3113
3546
|
"path",
|
|
3114
3547
|
{
|
|
3115
3548
|
"fill-rule": "evenodd",
|
|
@@ -3127,6 +3560,7 @@ var iconMap = {
|
|
|
3127
3560
|
liner: ICLiner,
|
|
3128
3561
|
"liner-variation": ICLinerVariation,
|
|
3129
3562
|
"person-fill": ICPersonFill,
|
|
3563
|
+
list: ICList,
|
|
3130
3564
|
history: ICHistory,
|
|
3131
3565
|
start: ICStart,
|
|
3132
3566
|
end: ICEnd,
|
|
@@ -3156,6 +3590,11 @@ var iconMap = {
|
|
|
3156
3590
|
"document-warning": ICDocumentWarning,
|
|
3157
3591
|
"arrow-right": ICArrowRight,
|
|
3158
3592
|
step: ICStep,
|
|
3593
|
+
"arrow-turn": ICArrowTurn,
|
|
3594
|
+
power: ICPower,
|
|
3595
|
+
desktop: ICDesktop,
|
|
3596
|
+
"desktop-on-cursor": ICDesktopOnCursor,
|
|
3597
|
+
"view-list": ICViewList,
|
|
3159
3598
|
"chart-bar": ICChartBar,
|
|
3160
3599
|
"chart-line-uptrend": ICChartLineUptrend,
|
|
3161
3600
|
folder: ICFolder,
|
|
@@ -3163,6 +3602,12 @@ var iconMap = {
|
|
|
3163
3602
|
trash: ICTrash,
|
|
3164
3603
|
pencil: ICPencil,
|
|
3165
3604
|
copy: ICCopy,
|
|
3605
|
+
book: ICBook,
|
|
3606
|
+
description: ICDescription,
|
|
3607
|
+
bookmark: ICBookmark,
|
|
3608
|
+
photo: ICPhoto,
|
|
3609
|
+
camera: ICCamera,
|
|
3610
|
+
bolt: ICBolt,
|
|
3166
3611
|
"question-message": ICQuestionMessage,
|
|
3167
3612
|
books: ICBooks,
|
|
3168
3613
|
balance: ICBalance,
|
|
@@ -3197,33 +3642,33 @@ import { forwardRef } from "react";
|
|
|
3197
3642
|
|
|
3198
3643
|
// src/components/Button/style.module.scss
|
|
3199
3644
|
var style_module_default = {
|
|
3200
|
-
"button": "
|
|
3201
|
-
"default": "
|
|
3202
|
-
"text": "
|
|
3203
|
-
"primary": "
|
|
3204
|
-
"secondary": "
|
|
3205
|
-
"tertiary": "
|
|
3206
|
-
"quaternary": "
|
|
3207
|
-
"error": "
|
|
3208
|
-
"inverse": "
|
|
3209
|
-
"ghost": "
|
|
3210
|
-
"cta": "
|
|
3211
|
-
"l": "
|
|
3212
|
-
"m": "
|
|
3213
|
-
"s": "
|
|
3214
|
-
"align-center": "_align-
|
|
3215
|
-
"align-space-between": "_align-space-
|
|
3216
|
-
"neutral-primary": "_neutral-
|
|
3217
|
-
"inverse-primary": "_inverse-
|
|
3218
|
-
"inverse-static-primary": "_inverse-static-
|
|
3219
|
-
"content": "
|
|
3220
|
-
"full": "
|
|
3221
|
-
"fit-content": "_fit-
|
|
3222
|
-
"children": "
|
|
3223
|
-
"cta-children": "_cta-
|
|
3224
|
-
"l-children": "_l-
|
|
3225
|
-
"m-children": "_m-
|
|
3226
|
-
"s-children": "_s-
|
|
3645
|
+
"button": "_button_tijuc_1",
|
|
3646
|
+
"default": "_default_tijuc_22",
|
|
3647
|
+
"text": "_text_tijuc_30",
|
|
3648
|
+
"primary": "_primary_tijuc_39",
|
|
3649
|
+
"secondary": "_secondary_tijuc_46",
|
|
3650
|
+
"tertiary": "_tertiary_tijuc_53",
|
|
3651
|
+
"quaternary": "_quaternary_tijuc_64",
|
|
3652
|
+
"error": "_error_tijuc_84",
|
|
3653
|
+
"inverse": "_inverse_tijuc_91",
|
|
3654
|
+
"ghost": "_ghost_tijuc_110",
|
|
3655
|
+
"cta": "_cta_tijuc_145",
|
|
3656
|
+
"l": "_l_tijuc_152",
|
|
3657
|
+
"m": "_m_tijuc_158",
|
|
3658
|
+
"s": "_s_tijuc_46",
|
|
3659
|
+
"align-center": "_align-center_tijuc_170",
|
|
3660
|
+
"align-space-between": "_align-space-between_tijuc_174",
|
|
3661
|
+
"neutral-primary": "_neutral-primary_tijuc_178",
|
|
3662
|
+
"inverse-primary": "_inverse-primary_tijuc_183",
|
|
3663
|
+
"inverse-static-primary": "_inverse-static-primary_tijuc_187",
|
|
3664
|
+
"content": "_content_tijuc_191",
|
|
3665
|
+
"full": "_full_tijuc_196",
|
|
3666
|
+
"fit-content": "_fit-content_tijuc_200",
|
|
3667
|
+
"children": "_children_tijuc_204",
|
|
3668
|
+
"cta-children": "_cta-children_tijuc_210",
|
|
3669
|
+
"l-children": "_l-children_tijuc_215",
|
|
3670
|
+
"m-children": "_m-children_tijuc_220",
|
|
3671
|
+
"s-children": "_s-children_tijuc_225"
|
|
3227
3672
|
};
|
|
3228
3673
|
|
|
3229
3674
|
// src/components/Button/index.tsx
|
|
@@ -3253,7 +3698,7 @@ var style_module_default2 = {
|
|
|
3253
3698
|
};
|
|
3254
3699
|
|
|
3255
3700
|
// src/components/Icon/index.tsx
|
|
3256
|
-
import { jsx as
|
|
3701
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
3257
3702
|
var iconSizeMap = {
|
|
3258
3703
|
xs: 16,
|
|
3259
3704
|
s: 20,
|
|
@@ -3293,7 +3738,7 @@ var Icon = /* @__PURE__ */ __name((props) => {
|
|
|
3293
3738
|
} = props;
|
|
3294
3739
|
const IconComponent = getIconComponent(name, iconMap);
|
|
3295
3740
|
const iconSize = iconSizeMap[size];
|
|
3296
|
-
return color ? /* @__PURE__ */
|
|
3741
|
+
return color ? /* @__PURE__ */ jsx76(IconComponent, { ...rest, color, size: iconSize, thick, fill }) : /* @__PURE__ */ jsx76(
|
|
3297
3742
|
IconComponent,
|
|
3298
3743
|
{
|
|
3299
3744
|
...rest,
|
|
@@ -3306,7 +3751,7 @@ var Icon = /* @__PURE__ */ __name((props) => {
|
|
|
3306
3751
|
}, "Icon");
|
|
3307
3752
|
|
|
3308
3753
|
// src/components/Button/index.tsx
|
|
3309
|
-
import { jsx as
|
|
3754
|
+
import { jsx as jsx77, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
3310
3755
|
var buttonIconSizeMap = {
|
|
3311
3756
|
cta: "m",
|
|
3312
3757
|
l: "s",
|
|
@@ -3378,18 +3823,20 @@ var DefaultButton = forwardRef(
|
|
|
3378
3823
|
size = "cta",
|
|
3379
3824
|
width = "fit-content",
|
|
3380
3825
|
className,
|
|
3826
|
+
leftIcon,
|
|
3827
|
+
rightIcon,
|
|
3381
3828
|
...rest
|
|
3382
3829
|
}, ref) => {
|
|
3383
|
-
return /* @__PURE__ */
|
|
3830
|
+
return /* @__PURE__ */ jsx77(
|
|
3384
3831
|
"button",
|
|
3385
3832
|
{
|
|
3386
3833
|
...rest,
|
|
3387
3834
|
className: clsx2(defaultButtonVariants({ level, fill, align, size, width }), className),
|
|
3388
3835
|
ref,
|
|
3389
|
-
children: /* @__PURE__ */
|
|
3390
|
-
|
|
3391
|
-
/* @__PURE__ */
|
|
3392
|
-
|
|
3836
|
+
children: /* @__PURE__ */ jsxs53("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
|
|
3837
|
+
!!leftIcon && /* @__PURE__ */ jsx77(Icon, { name: leftIcon.name, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] }),
|
|
3838
|
+
/* @__PURE__ */ jsx77("p", { className: style_module_default.content, children: rest.children }),
|
|
3839
|
+
!!rightIcon && /* @__PURE__ */ jsx77(Icon, { name: rightIcon.name, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] })
|
|
3393
3840
|
] })
|
|
3394
3841
|
}
|
|
3395
3842
|
);
|
|
@@ -3397,7 +3844,7 @@ var DefaultButton = forwardRef(
|
|
|
3397
3844
|
);
|
|
3398
3845
|
var TextButton = forwardRef(
|
|
3399
3846
|
({ level = "inversePrimary", className, ...rest }, ref) => {
|
|
3400
|
-
return /* @__PURE__ */
|
|
3847
|
+
return /* @__PURE__ */ jsx77("button", { ...rest, className: clsx2(textButtonVariants({ level }), className), ref });
|
|
3401
3848
|
}
|
|
3402
3849
|
);
|
|
3403
3850
|
var Button = forwardRef((props, ref) => {
|
|
@@ -3405,10 +3852,10 @@ var Button = forwardRef((props, ref) => {
|
|
|
3405
3852
|
case "default":
|
|
3406
3853
|
case void 0:
|
|
3407
3854
|
const DefaultComp = props.asChild ? Slot : DefaultButton;
|
|
3408
|
-
return /* @__PURE__ */
|
|
3855
|
+
return /* @__PURE__ */ jsx77(DefaultComp, { ...props, ref });
|
|
3409
3856
|
case "text":
|
|
3410
3857
|
const TextComp = props.asChild ? Slot : TextButton;
|
|
3411
|
-
return /* @__PURE__ */
|
|
3858
|
+
return /* @__PURE__ */ jsx77(TextComp, { ...props, ref });
|
|
3412
3859
|
}
|
|
3413
3860
|
});
|
|
3414
3861
|
|
|
@@ -3453,9 +3900,9 @@ import { useEffect, useRef, useState } from "react";
|
|
|
3453
3900
|
|
|
3454
3901
|
// src/components/Typography/Paragraph.tsx
|
|
3455
3902
|
import clsx3 from "clsx";
|
|
3456
|
-
import { jsx as
|
|
3903
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
3457
3904
|
var Paragraph = /* @__PURE__ */ __name((props) => {
|
|
3458
|
-
return /* @__PURE__ */
|
|
3905
|
+
return /* @__PURE__ */ jsx78(
|
|
3459
3906
|
"div",
|
|
3460
3907
|
{
|
|
3461
3908
|
...props,
|
|
@@ -3467,13 +3914,13 @@ var Paragraph = /* @__PURE__ */ __name((props) => {
|
|
|
3467
3914
|
|
|
3468
3915
|
// src/components/Toast/index.tsx
|
|
3469
3916
|
import { useRecoilValue, useSetRecoilState as useSetRecoilState2 } from "recoil";
|
|
3470
|
-
import { Fragment, jsx as
|
|
3917
|
+
import { Fragment, jsx as jsx79, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
3471
3918
|
import { createElement } from "react";
|
|
3472
3919
|
var Toaster = /* @__PURE__ */ __name(() => {
|
|
3473
3920
|
const { list } = useRecoilValue(toastAtom);
|
|
3474
|
-
return /* @__PURE__ */
|
|
3921
|
+
return /* @__PURE__ */ jsxs54(Provider, { children: [
|
|
3475
3922
|
list.map((props) => /* @__PURE__ */ createElement(SingleToast, { ...props, key: props.toastId })),
|
|
3476
|
-
/* @__PURE__ */
|
|
3923
|
+
/* @__PURE__ */ jsx79(Viewport, { className: style_module_default3.ToastViewport })
|
|
3477
3924
|
] });
|
|
3478
3925
|
}, "Toaster");
|
|
3479
3926
|
var SingleToast = /* @__PURE__ */ __name((props) => {
|
|
@@ -3503,51 +3950,51 @@ var SingleToast = /* @__PURE__ */ __name((props) => {
|
|
|
3503
3950
|
};
|
|
3504
3951
|
}, []);
|
|
3505
3952
|
const IconComponent = (() => {
|
|
3506
|
-
if (!icon) return /* @__PURE__ */
|
|
3953
|
+
if (!icon) return /* @__PURE__ */ jsx79(Fragment, {});
|
|
3507
3954
|
switch (icon) {
|
|
3508
3955
|
case "negative":
|
|
3509
|
-
return /* @__PURE__ */
|
|
3956
|
+
return /* @__PURE__ */ jsx79(Icon, { name: "exclamationmark", type: "functionLabelNegative", fill: true, size: "s" });
|
|
3510
3957
|
case "positive":
|
|
3511
|
-
return /* @__PURE__ */
|
|
3958
|
+
return /* @__PURE__ */ jsx79(Icon, { name: "check-mark", type: "functionLabelPositive", fill: true, size: "s" });
|
|
3512
3959
|
default:
|
|
3513
|
-
return /* @__PURE__ */
|
|
3960
|
+
return /* @__PURE__ */ jsx79(Fragment, {});
|
|
3514
3961
|
}
|
|
3515
3962
|
})();
|
|
3516
|
-
return /* @__PURE__ */
|
|
3517
|
-
/* @__PURE__ */
|
|
3518
|
-
/* @__PURE__ */
|
|
3519
|
-
/* @__PURE__ */
|
|
3520
|
-
button && /* @__PURE__ */
|
|
3963
|
+
return /* @__PURE__ */ jsxs54(Root, { className: style_module_default3.ToastRoot, open: isOpen, ...props, children: [
|
|
3964
|
+
/* @__PURE__ */ jsx79("i", { className: style_module_default3.Icon, children: IconComponent }),
|
|
3965
|
+
/* @__PURE__ */ jsxs54(Title, { className: style_module_default3.ToastTitle, children: [
|
|
3966
|
+
/* @__PURE__ */ jsx79(Paragraph, { className: style_module_default3.TitleText, type: "normal", weight: "medium", size: 3, children: message }),
|
|
3967
|
+
button && /* @__PURE__ */ jsx79(Button, { onClick: button.onClick, level: "inverse", size: "s", align: "center", children: button.label })
|
|
3521
3968
|
] })
|
|
3522
3969
|
] });
|
|
3523
3970
|
}, "SingleToast");
|
|
3524
3971
|
|
|
3525
3972
|
// src/components/Typography/Heading.tsx
|
|
3526
3973
|
import clsx4 from "clsx";
|
|
3527
|
-
import { jsx as
|
|
3974
|
+
import { jsx as jsx80 } from "react/jsx-runtime";
|
|
3528
3975
|
var Heading = /* @__PURE__ */ __name((props) => {
|
|
3529
|
-
return /* @__PURE__ */
|
|
3976
|
+
return /* @__PURE__ */ jsx80("div", { ...props, className: clsx4(`lp-sys-typo-heading${props.size}-${props.type}`, props.className), children: props.children });
|
|
3530
3977
|
}, "Heading");
|
|
3531
3978
|
|
|
3532
3979
|
// src/components/Typography/Display.tsx
|
|
3533
3980
|
import clsx5 from "clsx";
|
|
3534
|
-
import { jsx as
|
|
3981
|
+
import { jsx as jsx81 } from "react/jsx-runtime";
|
|
3535
3982
|
var Display = /* @__PURE__ */ __name((props) => {
|
|
3536
|
-
return /* @__PURE__ */
|
|
3983
|
+
return /* @__PURE__ */ jsx81("div", { ...props, className: clsx5(`lp-sys-typo-display${props.size}-${props.type}-${props.weight}`, props.className), children: props.children });
|
|
3537
3984
|
}, "Display");
|
|
3538
3985
|
|
|
3539
3986
|
// src/components/Typography/Title.tsx
|
|
3540
3987
|
import clsx6 from "clsx";
|
|
3541
|
-
import { jsx as
|
|
3988
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
3542
3989
|
var Title2 = /* @__PURE__ */ __name((props) => {
|
|
3543
|
-
return /* @__PURE__ */
|
|
3990
|
+
return /* @__PURE__ */ jsx82("div", { ...props, className: clsx6(`lp-sys-typo-title${props.size}-${props.type}-${props.weight}`, props.className), children: props.children });
|
|
3544
3991
|
}, "Title");
|
|
3545
3992
|
|
|
3546
3993
|
// src/components/Typography/Caption.tsx
|
|
3547
3994
|
import clsx7 from "clsx";
|
|
3548
|
-
import { jsx as
|
|
3995
|
+
import { jsx as jsx83 } from "react/jsx-runtime";
|
|
3549
3996
|
var Caption = /* @__PURE__ */ __name(({ children, size, weight, type, className, ...rest }) => {
|
|
3550
|
-
return /* @__PURE__ */
|
|
3997
|
+
return /* @__PURE__ */ jsx83("div", { ...rest, className: clsx7(`lp-sys-typo-caption${size}-${type}-${weight}`, className), children });
|
|
3551
3998
|
}, "Caption");
|
|
3552
3999
|
|
|
3553
4000
|
// src/components/Popover/index.tsx
|
|
@@ -3573,7 +4020,7 @@ var style_module_default4 = {
|
|
|
3573
4020
|
// src/components/Popover/index.tsx
|
|
3574
4021
|
import { cva as cva3 } from "class-variance-authority";
|
|
3575
4022
|
import { clsx as clsx8 } from "clsx";
|
|
3576
|
-
import { jsx as
|
|
4023
|
+
import { jsx as jsx84, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
3577
4024
|
var DEFAULT_OFFSET = -6;
|
|
3578
4025
|
var popoverVariants = cva3(style_module_default4.content, {
|
|
3579
4026
|
variants: {
|
|
@@ -3595,9 +4042,9 @@ var popoverTagVariants = cva3([style_module_default4.tag, "lp-sys-typo-caption3-
|
|
|
3595
4042
|
var popoverTitleVariants = cva3([style_module_default4.title, "lp-sys-typo-paragraph3-normal-bold"]);
|
|
3596
4043
|
var popoverSubtitleVariants = cva3([style_module_default4.subTitle, "lp-sys-typo-caption1-normal-regular"]);
|
|
3597
4044
|
var popoverFooterVariants = cva3([style_module_default4.footer, "lp-sys-typo-caption1-normal-medium"]);
|
|
3598
|
-
var PopoverRoot = /* @__PURE__ */ __name(({ isOpen, children, onChange }) => /* @__PURE__ */
|
|
3599
|
-
var PopoverTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */
|
|
3600
|
-
var PopoverAnchor = /* @__PURE__ */ __name(({ className }) => /* @__PURE__ */
|
|
4045
|
+
var PopoverRoot = /* @__PURE__ */ __name(({ isOpen, children, onChange }) => /* @__PURE__ */ jsx84(PopoverPrimitive.Root, { open: isOpen, onOpenChange: onChange, children }), "PopoverRoot");
|
|
4046
|
+
var PopoverTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */ jsx84(PopoverPrimitive.Trigger, { asChild: true, children: by }), "PopoverTrigger");
|
|
4047
|
+
var PopoverAnchor = /* @__PURE__ */ __name(({ className }) => /* @__PURE__ */ jsx84(
|
|
3601
4048
|
"svg",
|
|
3602
4049
|
{
|
|
3603
4050
|
className,
|
|
@@ -3607,7 +4054,7 @@ var PopoverAnchor = /* @__PURE__ */ __name(({ className }) => /* @__PURE__ */ js
|
|
|
3607
4054
|
height: "10",
|
|
3608
4055
|
viewBox: "0 0 30 10",
|
|
3609
4056
|
fill: "none",
|
|
3610
|
-
children: /* @__PURE__ */
|
|
4057
|
+
children: /* @__PURE__ */ jsx84(
|
|
3611
4058
|
"path",
|
|
3612
4059
|
{
|
|
3613
4060
|
"fill-rule": "evenodd",
|
|
@@ -3632,7 +4079,7 @@ var PopoverContent = React.forwardRef(
|
|
|
3632
4079
|
onClose,
|
|
3633
4080
|
className,
|
|
3634
4081
|
...props
|
|
3635
|
-
}, ref) => /* @__PURE__ */
|
|
4082
|
+
}, ref) => /* @__PURE__ */ jsx84(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsxs55(
|
|
3636
4083
|
PopoverPrimitive.Content,
|
|
3637
4084
|
{
|
|
3638
4085
|
ref,
|
|
@@ -3642,24 +4089,24 @@ var PopoverContent = React.forwardRef(
|
|
|
3642
4089
|
className: clsx8(popoverVariants({ level }), className),
|
|
3643
4090
|
...props,
|
|
3644
4091
|
children: [
|
|
3645
|
-
/* @__PURE__ */
|
|
3646
|
-
/* @__PURE__ */
|
|
3647
|
-
tag && /* @__PURE__ */
|
|
3648
|
-
icon && /* @__PURE__ */
|
|
3649
|
-
/* @__PURE__ */
|
|
3650
|
-
/* @__PURE__ */
|
|
4092
|
+
/* @__PURE__ */ jsxs55("div", { className: style_module_default4.contentContainer, children: [
|
|
4093
|
+
/* @__PURE__ */ jsxs55("div", { className: style_module_default4.heading, children: [
|
|
4094
|
+
tag && /* @__PURE__ */ jsx84("span", { className: popoverTagVariants(), children: tag }),
|
|
4095
|
+
icon && /* @__PURE__ */ jsx84(Icon, { name: icon.name, size: "xs", thick: icon.thick, fill: icon.fill }),
|
|
4096
|
+
/* @__PURE__ */ jsx84("p", { className: popoverTitleVariants(), children: title }),
|
|
4097
|
+
/* @__PURE__ */ jsx84(
|
|
3651
4098
|
PopoverPrimitive.PopoverClose,
|
|
3652
4099
|
{
|
|
3653
4100
|
className: style_module_default4.closeButton,
|
|
3654
4101
|
onClick: () => {
|
|
3655
4102
|
onClose?.();
|
|
3656
4103
|
},
|
|
3657
|
-
children: /* @__PURE__ */
|
|
4104
|
+
children: /* @__PURE__ */ jsx84(Icon, { name: "close-fill", size: "s", color: "#1E1E1F", fill: true, thick: true })
|
|
3658
4105
|
}
|
|
3659
4106
|
)
|
|
3660
4107
|
] }),
|
|
3661
|
-
/* @__PURE__ */
|
|
3662
|
-
onConfirm && /* @__PURE__ */
|
|
4108
|
+
/* @__PURE__ */ jsx84("p", { className: popoverSubtitleVariants(), children: subTitle }),
|
|
4109
|
+
onConfirm && /* @__PURE__ */ jsx84("div", { className: popoverFooterVariants(), children: /* @__PURE__ */ jsx84(
|
|
3663
4110
|
Button,
|
|
3664
4111
|
{
|
|
3665
4112
|
as: "text",
|
|
@@ -3671,7 +4118,7 @@ var PopoverContent = React.forwardRef(
|
|
|
3671
4118
|
}
|
|
3672
4119
|
) })
|
|
3673
4120
|
] }),
|
|
3674
|
-
/* @__PURE__ */
|
|
4121
|
+
/* @__PURE__ */ jsx84(PopoverPrimitive.Arrow, { asChild: true, children: /* @__PURE__ */ jsx84(PopoverAnchor, { className: clsx8(popoverAnchorVariants({ level })) }) })
|
|
3675
4122
|
]
|
|
3676
4123
|
}
|
|
3677
4124
|
) })
|
|
@@ -3696,14 +4143,14 @@ var style_module_default5 = {
|
|
|
3696
4143
|
// src/components/Tooltip/index.tsx
|
|
3697
4144
|
import { cva as cva4 } from "class-variance-authority";
|
|
3698
4145
|
import clsx9 from "clsx";
|
|
3699
|
-
import { jsx as
|
|
4146
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
3700
4147
|
var DEFAULT_OFFSET2 = 4;
|
|
3701
4148
|
var tooltipVariants = cva4([style_module_default5.tooltip, "lp-sys-typo-caption1-normal-medium"]);
|
|
3702
4149
|
var TooltipProvider = TooltipPrimitive.Provider;
|
|
3703
|
-
var TooltipRoot = /* @__PURE__ */ __name(({ children }) => /* @__PURE__ */
|
|
3704
|
-
var TooltipTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */
|
|
4150
|
+
var TooltipRoot = /* @__PURE__ */ __name(({ children }) => /* @__PURE__ */ jsx85(TooltipPrimitive.Root, { delayDuration: 0, children }), "TooltipRoot");
|
|
4151
|
+
var TooltipTrigger = /* @__PURE__ */ __name(({ by }) => /* @__PURE__ */ jsx85(TooltipPrimitive.Trigger, { asChild: true, children: by }), "TooltipTrigger");
|
|
3705
4152
|
var TooltipContent = forwardRef3(
|
|
3706
|
-
({ description, position = "top", className, ...props }, ref) => /* @__PURE__ */
|
|
4153
|
+
({ description, position = "top", className, ...props }, ref) => /* @__PURE__ */ jsx85(
|
|
3707
4154
|
TooltipPrimitive.Content,
|
|
3708
4155
|
{
|
|
3709
4156
|
ref,
|
|
@@ -3711,7 +4158,7 @@ var TooltipContent = forwardRef3(
|
|
|
3711
4158
|
sideOffset: DEFAULT_OFFSET2,
|
|
3712
4159
|
className: clsx9(tooltipVariants(), className),
|
|
3713
4160
|
...props,
|
|
3714
|
-
children: /* @__PURE__ */
|
|
4161
|
+
children: /* @__PURE__ */ jsx85("p", { className: style_module_default5.tooltipContent, children: description })
|
|
3715
4162
|
}
|
|
3716
4163
|
)
|
|
3717
4164
|
);
|
|
@@ -3743,7 +4190,7 @@ var style_module_default6 = {
|
|
|
3743
4190
|
|
|
3744
4191
|
// src/components/IconButton/index.tsx
|
|
3745
4192
|
import { Slot as Slot2 } from "@radix-ui/react-slot";
|
|
3746
|
-
import { jsx as
|
|
4193
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
3747
4194
|
var iconButtonSizeIconSizeMap = {
|
|
3748
4195
|
l: "m",
|
|
3749
4196
|
m: "s",
|
|
@@ -3771,7 +4218,7 @@ var iconButtonVariants = cva5([style_module_default6.iconButton], {
|
|
|
3771
4218
|
var IconButton = forwardRef4(
|
|
3772
4219
|
({ asChild, level = "primary", name, thick = false, fill = false, size = "m", className, ...rest }, ref) => {
|
|
3773
4220
|
const Comp = asChild ? Slot2 : "button";
|
|
3774
|
-
return /* @__PURE__ */
|
|
4221
|
+
return /* @__PURE__ */ jsx86(Comp, { ...rest, className: clsx10(iconButtonVariants({ level, size }), className), ref, children: /* @__PURE__ */ jsx86(Icon, { name, thick, fill, size: iconButtonSizeIconSizeMap[size] }) });
|
|
3775
4222
|
}
|
|
3776
4223
|
);
|
|
3777
4224
|
export {
|