@ssa-ui-kit/core 2.10.1 → 2.12.0
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/dist/components/Icon/icons/Assessment.d.ts +3 -0
- package/dist/components/Icon/icons/Company.d.ts +3 -0
- package/dist/components/Icon/icons/Expertise.d.ts +3 -0
- package/dist/components/Icon/icons/Geography.d.ts +3 -0
- package/dist/components/Icon/icons/TimeTracking.d.ts +3 -0
- package/dist/components/Icon/icons/all.d.ts +55 -50
- package/dist/components/Icon/icons/iconsList.d.ts +1 -1
- package/dist/components/Radio/Radio.d.ts +1 -1
- package/dist/components/Radio/RadioBase.d.ts +2 -0
- package/dist/components/Radio/types.d.ts +6 -0
- package/dist/index.js +1511 -1312
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -286,124 +286,116 @@ __webpack_require__.d(safari_focus_outline_namespaceObject, {
|
|
|
286
286
|
outlineStyles: () => (outlineStyles)
|
|
287
287
|
});
|
|
288
288
|
|
|
289
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
290
|
-
var
|
|
291
|
-
__webpack_require__.r(
|
|
292
|
-
__webpack_require__.d(
|
|
293
|
-
|
|
289
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Archive.tsx
|
|
290
|
+
var Archive_namespaceObject = {};
|
|
291
|
+
__webpack_require__.r(Archive_namespaceObject);
|
|
292
|
+
__webpack_require__.d(Archive_namespaceObject, {
|
|
293
|
+
Archive: () => (Archive),
|
|
294
294
|
ICON_NAME: () => (ICON_NAME)
|
|
295
295
|
});
|
|
296
296
|
|
|
297
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
298
|
-
var
|
|
299
|
-
__webpack_require__.r(
|
|
300
|
-
__webpack_require__.d(
|
|
301
|
-
|
|
302
|
-
ICON_NAME: () => (
|
|
303
|
-
});
|
|
304
|
-
|
|
305
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/Home.tsx
|
|
306
|
-
var Home_namespaceObject = {};
|
|
307
|
-
__webpack_require__.r(Home_namespaceObject);
|
|
308
|
-
__webpack_require__.d(Home_namespaceObject, {
|
|
309
|
-
Home: () => (Home),
|
|
310
|
-
ICON_NAME: () => (Home_ICON_NAME)
|
|
297
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/ArrowDown.tsx
|
|
298
|
+
var ArrowDown_namespaceObject = {};
|
|
299
|
+
__webpack_require__.r(ArrowDown_namespaceObject);
|
|
300
|
+
__webpack_require__.d(ArrowDown_namespaceObject, {
|
|
301
|
+
ArrowDown: () => (ArrowDown),
|
|
302
|
+
ICON_NAME: () => (ArrowDown_ICON_NAME)
|
|
311
303
|
});
|
|
312
304
|
|
|
313
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
314
|
-
var
|
|
315
|
-
__webpack_require__.r(
|
|
316
|
-
__webpack_require__.d(
|
|
317
|
-
|
|
318
|
-
|
|
305
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/ArrowUp.tsx
|
|
306
|
+
var ArrowUp_namespaceObject = {};
|
|
307
|
+
__webpack_require__.r(ArrowUp_namespaceObject);
|
|
308
|
+
__webpack_require__.d(ArrowUp_namespaceObject, {
|
|
309
|
+
ArrowUp: () => (ArrowUp),
|
|
310
|
+
ICON_NAME: () => (ArrowUp_ICON_NAME)
|
|
319
311
|
});
|
|
320
312
|
|
|
321
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
322
|
-
var
|
|
323
|
-
__webpack_require__.r(
|
|
324
|
-
__webpack_require__.d(
|
|
325
|
-
|
|
326
|
-
|
|
313
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Assessment.tsx
|
|
314
|
+
var Assessment_namespaceObject = {};
|
|
315
|
+
__webpack_require__.r(Assessment_namespaceObject);
|
|
316
|
+
__webpack_require__.d(Assessment_namespaceObject, {
|
|
317
|
+
Assessment: () => (Assessment),
|
|
318
|
+
ICON_NAME: () => (Assessment_ICON_NAME)
|
|
327
319
|
});
|
|
328
320
|
|
|
329
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
330
|
-
var
|
|
331
|
-
__webpack_require__.r(
|
|
332
|
-
__webpack_require__.d(
|
|
333
|
-
|
|
334
|
-
|
|
321
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Attention.tsx
|
|
322
|
+
var Attention_namespaceObject = {};
|
|
323
|
+
__webpack_require__.r(Attention_namespaceObject);
|
|
324
|
+
__webpack_require__.d(Attention_namespaceObject, {
|
|
325
|
+
Attention: () => (Attention),
|
|
326
|
+
ICON_NAME: () => (Attention_ICON_NAME)
|
|
335
327
|
});
|
|
336
328
|
|
|
337
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
338
|
-
var
|
|
339
|
-
__webpack_require__.r(
|
|
340
|
-
__webpack_require__.d(
|
|
341
|
-
|
|
342
|
-
|
|
329
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/BanUser.tsx
|
|
330
|
+
var BanUser_namespaceObject = {};
|
|
331
|
+
__webpack_require__.r(BanUser_namespaceObject);
|
|
332
|
+
__webpack_require__.d(BanUser_namespaceObject, {
|
|
333
|
+
BanUser: () => (BanUser),
|
|
334
|
+
ICON_NAME: () => (BanUser_ICON_NAME)
|
|
343
335
|
});
|
|
344
336
|
|
|
345
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
346
|
-
var
|
|
347
|
-
__webpack_require__.r(
|
|
348
|
-
__webpack_require__.d(
|
|
349
|
-
|
|
350
|
-
|
|
337
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Bin.tsx
|
|
338
|
+
var Bin_namespaceObject = {};
|
|
339
|
+
__webpack_require__.r(Bin_namespaceObject);
|
|
340
|
+
__webpack_require__.d(Bin_namespaceObject, {
|
|
341
|
+
Bin: () => (Bin),
|
|
342
|
+
ICON_NAME: () => (Bin_ICON_NAME)
|
|
351
343
|
});
|
|
352
344
|
|
|
353
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
354
|
-
var
|
|
355
|
-
__webpack_require__.r(
|
|
356
|
-
__webpack_require__.d(
|
|
357
|
-
|
|
358
|
-
|
|
345
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Calendar.tsx
|
|
346
|
+
var Calendar_namespaceObject = {};
|
|
347
|
+
__webpack_require__.r(Calendar_namespaceObject);
|
|
348
|
+
__webpack_require__.d(Calendar_namespaceObject, {
|
|
349
|
+
Calendar: () => (Calendar),
|
|
350
|
+
ICON_NAME: () => (Calendar_ICON_NAME)
|
|
359
351
|
});
|
|
360
352
|
|
|
361
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
362
|
-
var
|
|
363
|
-
__webpack_require__.r(
|
|
364
|
-
__webpack_require__.d(
|
|
365
|
-
|
|
366
|
-
|
|
353
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CarrotDown.tsx
|
|
354
|
+
var CarrotDown_namespaceObject = {};
|
|
355
|
+
__webpack_require__.r(CarrotDown_namespaceObject);
|
|
356
|
+
__webpack_require__.d(CarrotDown_namespaceObject, {
|
|
357
|
+
CarrotDown: () => (CarrotDown),
|
|
358
|
+
ICON_NAME: () => (CarrotDown_ICON_NAME)
|
|
367
359
|
});
|
|
368
360
|
|
|
369
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
370
|
-
var
|
|
371
|
-
__webpack_require__.r(
|
|
372
|
-
__webpack_require__.d(
|
|
373
|
-
|
|
374
|
-
|
|
361
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CarrotLeft.tsx
|
|
362
|
+
var CarrotLeft_namespaceObject = {};
|
|
363
|
+
__webpack_require__.r(CarrotLeft_namespaceObject);
|
|
364
|
+
__webpack_require__.d(CarrotLeft_namespaceObject, {
|
|
365
|
+
CarrotLeft: () => (CarrotLeft),
|
|
366
|
+
ICON_NAME: () => (CarrotLeft_ICON_NAME)
|
|
375
367
|
});
|
|
376
368
|
|
|
377
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
378
|
-
var
|
|
379
|
-
__webpack_require__.r(
|
|
380
|
-
__webpack_require__.d(
|
|
381
|
-
|
|
382
|
-
|
|
369
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CarrotRight.tsx
|
|
370
|
+
var CarrotRight_namespaceObject = {};
|
|
371
|
+
__webpack_require__.r(CarrotRight_namespaceObject);
|
|
372
|
+
__webpack_require__.d(CarrotRight_namespaceObject, {
|
|
373
|
+
CarrotRight: () => (CarrotRight),
|
|
374
|
+
ICON_NAME: () => (CarrotRight_ICON_NAME)
|
|
383
375
|
});
|
|
384
376
|
|
|
385
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
386
|
-
var
|
|
387
|
-
__webpack_require__.r(
|
|
388
|
-
__webpack_require__.d(
|
|
389
|
-
|
|
390
|
-
|
|
377
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CarrotUp.tsx
|
|
378
|
+
var CarrotUp_namespaceObject = {};
|
|
379
|
+
__webpack_require__.r(CarrotUp_namespaceObject);
|
|
380
|
+
__webpack_require__.d(CarrotUp_namespaceObject, {
|
|
381
|
+
CarrotUp: () => (CarrotUp),
|
|
382
|
+
ICON_NAME: () => (CarrotUp_ICON_NAME)
|
|
391
383
|
});
|
|
392
384
|
|
|
393
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
394
|
-
var
|
|
395
|
-
__webpack_require__.r(
|
|
396
|
-
__webpack_require__.d(
|
|
397
|
-
|
|
398
|
-
|
|
385
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Change.tsx
|
|
386
|
+
var Change_namespaceObject = {};
|
|
387
|
+
__webpack_require__.r(Change_namespaceObject);
|
|
388
|
+
__webpack_require__.d(Change_namespaceObject, {
|
|
389
|
+
Change: () => (Change),
|
|
390
|
+
ICON_NAME: () => (Change_ICON_NAME)
|
|
399
391
|
});
|
|
400
392
|
|
|
401
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
402
|
-
var
|
|
403
|
-
__webpack_require__.r(
|
|
404
|
-
__webpack_require__.d(
|
|
405
|
-
|
|
406
|
-
ICON_NAME: () => (
|
|
393
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Chart.tsx
|
|
394
|
+
var Chart_namespaceObject = {};
|
|
395
|
+
__webpack_require__.r(Chart_namespaceObject);
|
|
396
|
+
__webpack_require__.d(Chart_namespaceObject, {
|
|
397
|
+
Chart: () => (Chart),
|
|
398
|
+
ICON_NAME: () => (Chart_ICON_NAME)
|
|
407
399
|
});
|
|
408
400
|
|
|
409
401
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Check.tsx
|
|
@@ -430,76 +422,84 @@ __webpack_require__.d(CheckCircleInverted_namespaceObject, {
|
|
|
430
422
|
ICON_NAME: () => (CheckCircleInverted_ICON_NAME)
|
|
431
423
|
});
|
|
432
424
|
|
|
433
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
434
|
-
var
|
|
435
|
-
__webpack_require__.r(
|
|
436
|
-
__webpack_require__.d(
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
});
|
|
440
|
-
|
|
441
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/MoreVertical.tsx
|
|
442
|
-
var MoreVertical_namespaceObject = {};
|
|
443
|
-
__webpack_require__.r(MoreVertical_namespaceObject);
|
|
444
|
-
__webpack_require__.d(MoreVertical_namespaceObject, {
|
|
445
|
-
ICON_NAME: () => (MoreVertical_ICON_NAME),
|
|
446
|
-
MoreVertical: () => (MoreVertical)
|
|
425
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Circle.tsx
|
|
426
|
+
var Circle_namespaceObject = {};
|
|
427
|
+
__webpack_require__.r(Circle_namespaceObject);
|
|
428
|
+
__webpack_require__.d(Circle_namespaceObject, {
|
|
429
|
+
Circle: () => (Circle),
|
|
430
|
+
ICON_NAME: () => (Circle_ICON_NAME)
|
|
447
431
|
});
|
|
448
432
|
|
|
449
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
450
|
-
var
|
|
451
|
-
__webpack_require__.r(
|
|
452
|
-
__webpack_require__.d(
|
|
453
|
-
|
|
454
|
-
|
|
433
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Circular.tsx
|
|
434
|
+
var Circular_namespaceObject = {};
|
|
435
|
+
__webpack_require__.r(Circular_namespaceObject);
|
|
436
|
+
__webpack_require__.d(Circular_namespaceObject, {
|
|
437
|
+
Circular: () => (Circular),
|
|
438
|
+
ICON_NAME: () => (Circular_ICON_NAME)
|
|
455
439
|
});
|
|
456
440
|
|
|
457
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
458
|
-
var
|
|
459
|
-
__webpack_require__.r(
|
|
460
|
-
__webpack_require__.d(
|
|
461
|
-
|
|
462
|
-
|
|
441
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Clock.tsx
|
|
442
|
+
var Clock_namespaceObject = {};
|
|
443
|
+
__webpack_require__.r(Clock_namespaceObject);
|
|
444
|
+
__webpack_require__.d(Clock_namespaceObject, {
|
|
445
|
+
Clock: () => (Clock),
|
|
446
|
+
ICON_NAME: () => (Clock_ICON_NAME)
|
|
463
447
|
});
|
|
464
448
|
|
|
465
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
466
|
-
var
|
|
467
|
-
__webpack_require__.r(
|
|
468
|
-
__webpack_require__.d(
|
|
469
|
-
|
|
470
|
-
|
|
449
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Cogwheel.tsx
|
|
450
|
+
var Cogwheel_namespaceObject = {};
|
|
451
|
+
__webpack_require__.r(Cogwheel_namespaceObject);
|
|
452
|
+
__webpack_require__.d(Cogwheel_namespaceObject, {
|
|
453
|
+
Cogwheel: () => (Cogwheel),
|
|
454
|
+
ICON_NAME: () => (Cogwheel_ICON_NAME)
|
|
471
455
|
});
|
|
472
456
|
|
|
473
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
474
|
-
var
|
|
475
|
-
__webpack_require__.r(
|
|
476
|
-
__webpack_require__.d(
|
|
477
|
-
|
|
478
|
-
|
|
457
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Company.tsx
|
|
458
|
+
var Company_namespaceObject = {};
|
|
459
|
+
__webpack_require__.r(Company_namespaceObject);
|
|
460
|
+
__webpack_require__.d(Company_namespaceObject, {
|
|
461
|
+
Company: () => (Company),
|
|
462
|
+
ICON_NAME: () => (Company_ICON_NAME)
|
|
479
463
|
});
|
|
480
464
|
|
|
481
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
482
|
-
var
|
|
483
|
-
__webpack_require__.r(
|
|
484
|
-
__webpack_require__.d(
|
|
485
|
-
|
|
486
|
-
|
|
465
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/ConfirmEmail.tsx
|
|
466
|
+
var ConfirmEmail_namespaceObject = {};
|
|
467
|
+
__webpack_require__.r(ConfirmEmail_namespaceObject);
|
|
468
|
+
__webpack_require__.d(ConfirmEmail_namespaceObject, {
|
|
469
|
+
ConfirmEmail: () => (ConfirmEmail),
|
|
470
|
+
ICON_NAME: () => (ConfirmEmail_ICON_NAME)
|
|
487
471
|
});
|
|
488
472
|
|
|
489
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
490
|
-
var
|
|
491
|
-
__webpack_require__.r(
|
|
492
|
-
__webpack_require__.d(
|
|
493
|
-
|
|
494
|
-
|
|
473
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Copy.tsx
|
|
474
|
+
var Copy_namespaceObject = {};
|
|
475
|
+
__webpack_require__.r(Copy_namespaceObject);
|
|
476
|
+
__webpack_require__.d(Copy_namespaceObject, {
|
|
477
|
+
Copy: () => (Copy),
|
|
478
|
+
ICON_NAME: () => (Copy_ICON_NAME)
|
|
495
479
|
});
|
|
496
480
|
|
|
497
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
498
|
-
var
|
|
499
|
-
__webpack_require__.r(
|
|
500
|
-
__webpack_require__.d(
|
|
501
|
-
|
|
502
|
-
|
|
481
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Cross.tsx
|
|
482
|
+
var Cross_namespaceObject = {};
|
|
483
|
+
__webpack_require__.r(Cross_namespaceObject);
|
|
484
|
+
__webpack_require__.d(Cross_namespaceObject, {
|
|
485
|
+
Cross: () => (Cross),
|
|
486
|
+
ICON_NAME: () => (Cross_ICON_NAME)
|
|
487
|
+
});
|
|
488
|
+
|
|
489
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Diet.tsx
|
|
490
|
+
var Diet_namespaceObject = {};
|
|
491
|
+
__webpack_require__.r(Diet_namespaceObject);
|
|
492
|
+
__webpack_require__.d(Diet_namespaceObject, {
|
|
493
|
+
Diet: () => (Diet),
|
|
494
|
+
ICON_NAME: () => (Diet_ICON_NAME)
|
|
495
|
+
});
|
|
496
|
+
|
|
497
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Edit.tsx
|
|
498
|
+
var Edit_namespaceObject = {};
|
|
499
|
+
__webpack_require__.r(Edit_namespaceObject);
|
|
500
|
+
__webpack_require__.d(Edit_namespaceObject, {
|
|
501
|
+
Edit: () => (Edit),
|
|
502
|
+
ICON_NAME: () => (Edit_ICON_NAME)
|
|
503
503
|
});
|
|
504
504
|
|
|
505
505
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Email.tsx
|
|
@@ -510,12 +510,52 @@ __webpack_require__.d(Email_namespaceObject, {
|
|
|
510
510
|
ICON_NAME: () => (Email_ICON_NAME)
|
|
511
511
|
});
|
|
512
512
|
|
|
513
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
514
|
-
var
|
|
515
|
-
__webpack_require__.r(
|
|
516
|
-
__webpack_require__.d(
|
|
517
|
-
|
|
518
|
-
|
|
513
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Employee.tsx
|
|
514
|
+
var Employee_namespaceObject = {};
|
|
515
|
+
__webpack_require__.r(Employee_namespaceObject);
|
|
516
|
+
__webpack_require__.d(Employee_namespaceObject, {
|
|
517
|
+
Employee: () => (Employee),
|
|
518
|
+
ICON_NAME: () => (Employee_ICON_NAME)
|
|
519
|
+
});
|
|
520
|
+
|
|
521
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Expertise.tsx
|
|
522
|
+
var Expertise_namespaceObject = {};
|
|
523
|
+
__webpack_require__.r(Expertise_namespaceObject);
|
|
524
|
+
__webpack_require__.d(Expertise_namespaceObject, {
|
|
525
|
+
Expertise: () => (Expertise),
|
|
526
|
+
ICON_NAME: () => (Expertise_ICON_NAME)
|
|
527
|
+
});
|
|
528
|
+
|
|
529
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Filter.tsx
|
|
530
|
+
var Filter_namespaceObject = {};
|
|
531
|
+
__webpack_require__.r(Filter_namespaceObject);
|
|
532
|
+
__webpack_require__.d(Filter_namespaceObject, {
|
|
533
|
+
Filter: () => (Filter),
|
|
534
|
+
ICON_NAME: () => (Filter_ICON_NAME)
|
|
535
|
+
});
|
|
536
|
+
|
|
537
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Geography.tsx
|
|
538
|
+
var Geography_namespaceObject = {};
|
|
539
|
+
__webpack_require__.r(Geography_namespaceObject);
|
|
540
|
+
__webpack_require__.d(Geography_namespaceObject, {
|
|
541
|
+
Geography: () => (Geography),
|
|
542
|
+
ICON_NAME: () => (Geography_ICON_NAME)
|
|
543
|
+
});
|
|
544
|
+
|
|
545
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Home.tsx
|
|
546
|
+
var Home_namespaceObject = {};
|
|
547
|
+
__webpack_require__.r(Home_namespaceObject);
|
|
548
|
+
__webpack_require__.d(Home_namespaceObject, {
|
|
549
|
+
Home: () => (Home),
|
|
550
|
+
ICON_NAME: () => (Home_ICON_NAME)
|
|
551
|
+
});
|
|
552
|
+
|
|
553
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Import.tsx
|
|
554
|
+
var Import_namespaceObject = {};
|
|
555
|
+
__webpack_require__.r(Import_namespaceObject);
|
|
556
|
+
__webpack_require__.d(Import_namespaceObject, {
|
|
557
|
+
ICON_NAME: () => (Import_ICON_NAME),
|
|
558
|
+
Import: () => (Import)
|
|
519
559
|
});
|
|
520
560
|
|
|
521
561
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Information.tsx
|
|
@@ -526,276 +566,276 @@ __webpack_require__.d(Information_namespaceObject, {
|
|
|
526
566
|
Information: () => (Information)
|
|
527
567
|
});
|
|
528
568
|
|
|
529
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
530
|
-
var
|
|
531
|
-
__webpack_require__.r(
|
|
532
|
-
__webpack_require__.d(
|
|
533
|
-
ICON_NAME: () => (
|
|
534
|
-
|
|
535
|
-
});
|
|
536
|
-
|
|
537
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/Attention.tsx
|
|
538
|
-
var Attention_namespaceObject = {};
|
|
539
|
-
__webpack_require__.r(Attention_namespaceObject);
|
|
540
|
-
__webpack_require__.d(Attention_namespaceObject, {
|
|
541
|
-
Attention: () => (Attention),
|
|
542
|
-
ICON_NAME: () => (Attention_ICON_NAME)
|
|
569
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Invisible.tsx
|
|
570
|
+
var Invisible_namespaceObject = {};
|
|
571
|
+
__webpack_require__.r(Invisible_namespaceObject);
|
|
572
|
+
__webpack_require__.d(Invisible_namespaceObject, {
|
|
573
|
+
ICON_NAME: () => (Invisible_ICON_NAME),
|
|
574
|
+
Invisible: () => (Invisible)
|
|
543
575
|
});
|
|
544
576
|
|
|
545
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
546
|
-
var
|
|
547
|
-
__webpack_require__.r(
|
|
548
|
-
__webpack_require__.d(
|
|
549
|
-
|
|
550
|
-
|
|
577
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Language.tsx
|
|
578
|
+
var Language_namespaceObject = {};
|
|
579
|
+
__webpack_require__.r(Language_namespaceObject);
|
|
580
|
+
__webpack_require__.d(Language_namespaceObject, {
|
|
581
|
+
ICON_NAME: () => (Language_ICON_NAME),
|
|
582
|
+
Language: () => (Language)
|
|
551
583
|
});
|
|
552
584
|
|
|
553
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
554
|
-
var
|
|
555
|
-
__webpack_require__.r(
|
|
556
|
-
__webpack_require__.d(
|
|
557
|
-
|
|
558
|
-
|
|
585
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Lock.tsx
|
|
586
|
+
var Lock_namespaceObject = {};
|
|
587
|
+
__webpack_require__.r(Lock_namespaceObject);
|
|
588
|
+
__webpack_require__.d(Lock_namespaceObject, {
|
|
589
|
+
ICON_NAME: () => (Lock_ICON_NAME),
|
|
590
|
+
Lock: () => (Lock)
|
|
559
591
|
});
|
|
560
592
|
|
|
561
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
562
|
-
var
|
|
563
|
-
__webpack_require__.r(
|
|
564
|
-
__webpack_require__.d(
|
|
565
|
-
|
|
566
|
-
|
|
593
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/LogIn.tsx
|
|
594
|
+
var LogIn_namespaceObject = {};
|
|
595
|
+
__webpack_require__.r(LogIn_namespaceObject);
|
|
596
|
+
__webpack_require__.d(LogIn_namespaceObject, {
|
|
597
|
+
ICON_NAME: () => (LogIn_ICON_NAME),
|
|
598
|
+
LogIn: () => (LogIn)
|
|
567
599
|
});
|
|
568
600
|
|
|
569
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
570
|
-
var
|
|
571
|
-
__webpack_require__.r(
|
|
572
|
-
__webpack_require__.d(
|
|
573
|
-
|
|
574
|
-
|
|
601
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/LogOut.tsx
|
|
602
|
+
var LogOut_namespaceObject = {};
|
|
603
|
+
__webpack_require__.r(LogOut_namespaceObject);
|
|
604
|
+
__webpack_require__.d(LogOut_namespaceObject, {
|
|
605
|
+
ICON_NAME: () => (LogOut_ICON_NAME),
|
|
606
|
+
LogOut: () => (LogOut)
|
|
575
607
|
});
|
|
576
608
|
|
|
577
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
578
|
-
var
|
|
579
|
-
__webpack_require__.r(
|
|
580
|
-
__webpack_require__.d(
|
|
581
|
-
ICON_NAME: () => (
|
|
582
|
-
|
|
609
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Maximize.tsx
|
|
610
|
+
var Maximize_namespaceObject = {};
|
|
611
|
+
__webpack_require__.r(Maximize_namespaceObject);
|
|
612
|
+
__webpack_require__.d(Maximize_namespaceObject, {
|
|
613
|
+
ICON_NAME: () => (Maximize_ICON_NAME),
|
|
614
|
+
Maximize: () => (Maximize)
|
|
583
615
|
});
|
|
584
616
|
|
|
585
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
586
|
-
var
|
|
587
|
-
__webpack_require__.r(
|
|
588
|
-
__webpack_require__.d(
|
|
589
|
-
|
|
590
|
-
|
|
617
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Measurements.tsx
|
|
618
|
+
var Measurements_namespaceObject = {};
|
|
619
|
+
__webpack_require__.r(Measurements_namespaceObject);
|
|
620
|
+
__webpack_require__.d(Measurements_namespaceObject, {
|
|
621
|
+
ICON_NAME: () => (Measurements_ICON_NAME),
|
|
622
|
+
Measurements: () => (Measurements)
|
|
591
623
|
});
|
|
592
624
|
|
|
593
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
594
|
-
var
|
|
595
|
-
__webpack_require__.r(
|
|
596
|
-
__webpack_require__.d(
|
|
597
|
-
|
|
598
|
-
|
|
625
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Message.tsx
|
|
626
|
+
var Message_namespaceObject = {};
|
|
627
|
+
__webpack_require__.r(Message_namespaceObject);
|
|
628
|
+
__webpack_require__.d(Message_namespaceObject, {
|
|
629
|
+
ICON_NAME: () => (Message_ICON_NAME),
|
|
630
|
+
Message: () => (Message)
|
|
599
631
|
});
|
|
600
632
|
|
|
601
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
602
|
-
var
|
|
603
|
-
__webpack_require__.r(
|
|
604
|
-
__webpack_require__.d(
|
|
605
|
-
|
|
606
|
-
|
|
633
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Minus.tsx
|
|
634
|
+
var Minus_namespaceObject = {};
|
|
635
|
+
__webpack_require__.r(Minus_namespaceObject);
|
|
636
|
+
__webpack_require__.d(Minus_namespaceObject, {
|
|
637
|
+
ICON_NAME: () => (Minus_ICON_NAME),
|
|
638
|
+
Minus: () => (Minus)
|
|
607
639
|
});
|
|
608
640
|
|
|
609
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
610
|
-
var
|
|
611
|
-
__webpack_require__.r(
|
|
612
|
-
__webpack_require__.d(
|
|
613
|
-
|
|
614
|
-
|
|
641
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/MinusCircle.tsx
|
|
642
|
+
var MinusCircle_namespaceObject = {};
|
|
643
|
+
__webpack_require__.r(MinusCircle_namespaceObject);
|
|
644
|
+
__webpack_require__.d(MinusCircle_namespaceObject, {
|
|
645
|
+
ICON_NAME: () => (MinusCircle_ICON_NAME),
|
|
646
|
+
MinusCircle: () => (MinusCircle)
|
|
615
647
|
});
|
|
616
648
|
|
|
617
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
618
|
-
var
|
|
619
|
-
__webpack_require__.r(
|
|
620
|
-
__webpack_require__.d(
|
|
621
|
-
ICON_NAME: () => (
|
|
622
|
-
|
|
649
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/MinusCircleInverted.tsx
|
|
650
|
+
var MinusCircleInverted_namespaceObject = {};
|
|
651
|
+
__webpack_require__.r(MinusCircleInverted_namespaceObject);
|
|
652
|
+
__webpack_require__.d(MinusCircleInverted_namespaceObject, {
|
|
653
|
+
ICON_NAME: () => (MinusCircleInverted_ICON_NAME),
|
|
654
|
+
MinusCircleInverted: () => (MinusCircleInverted)
|
|
623
655
|
});
|
|
624
656
|
|
|
625
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
626
|
-
var
|
|
627
|
-
__webpack_require__.r(
|
|
628
|
-
__webpack_require__.d(
|
|
629
|
-
|
|
630
|
-
|
|
657
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/More.tsx
|
|
658
|
+
var More_namespaceObject = {};
|
|
659
|
+
__webpack_require__.r(More_namespaceObject);
|
|
660
|
+
__webpack_require__.d(More_namespaceObject, {
|
|
661
|
+
ICON_NAME: () => (More_ICON_NAME),
|
|
662
|
+
More: () => (More)
|
|
631
663
|
});
|
|
632
664
|
|
|
633
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
634
|
-
var
|
|
635
|
-
__webpack_require__.r(
|
|
636
|
-
__webpack_require__.d(
|
|
637
|
-
ICON_NAME: () => (
|
|
638
|
-
|
|
665
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/MoreVertical.tsx
|
|
666
|
+
var MoreVertical_namespaceObject = {};
|
|
667
|
+
__webpack_require__.r(MoreVertical_namespaceObject);
|
|
668
|
+
__webpack_require__.d(MoreVertical_namespaceObject, {
|
|
669
|
+
ICON_NAME: () => (MoreVertical_ICON_NAME),
|
|
670
|
+
MoreVertical: () => (MoreVertical)
|
|
639
671
|
});
|
|
640
672
|
|
|
641
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
642
|
-
var
|
|
643
|
-
__webpack_require__.r(
|
|
644
|
-
__webpack_require__.d(
|
|
645
|
-
|
|
646
|
-
|
|
673
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Notification.tsx
|
|
674
|
+
var Notification_namespaceObject = {};
|
|
675
|
+
__webpack_require__.r(Notification_namespaceObject);
|
|
676
|
+
__webpack_require__.d(Notification_namespaceObject, {
|
|
677
|
+
ICON_NAME: () => (Notification_ICON_NAME),
|
|
678
|
+
Notification: () => (Notification)
|
|
647
679
|
});
|
|
648
680
|
|
|
649
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
650
|
-
var
|
|
651
|
-
__webpack_require__.r(
|
|
652
|
-
__webpack_require__.d(
|
|
653
|
-
|
|
654
|
-
|
|
681
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Pages.tsx
|
|
682
|
+
var Pages_namespaceObject = {};
|
|
683
|
+
__webpack_require__.r(Pages_namespaceObject);
|
|
684
|
+
__webpack_require__.d(Pages_namespaceObject, {
|
|
685
|
+
ICON_NAME: () => (Pages_ICON_NAME),
|
|
686
|
+
Pages: () => (Pages)
|
|
655
687
|
});
|
|
656
688
|
|
|
657
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
658
|
-
var
|
|
659
|
-
__webpack_require__.r(
|
|
660
|
-
__webpack_require__.d(
|
|
661
|
-
|
|
662
|
-
|
|
689
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Plus.tsx
|
|
690
|
+
var Plus_namespaceObject = {};
|
|
691
|
+
__webpack_require__.r(Plus_namespaceObject);
|
|
692
|
+
__webpack_require__.d(Plus_namespaceObject, {
|
|
693
|
+
ICON_NAME: () => (Plus_ICON_NAME),
|
|
694
|
+
Plus: () => (Plus)
|
|
663
695
|
});
|
|
664
696
|
|
|
665
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
666
|
-
var
|
|
667
|
-
__webpack_require__.r(
|
|
668
|
-
__webpack_require__.d(
|
|
669
|
-
ICON_NAME: () => (
|
|
670
|
-
|
|
697
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/PlusCircle.tsx
|
|
698
|
+
var PlusCircle_namespaceObject = {};
|
|
699
|
+
__webpack_require__.r(PlusCircle_namespaceObject);
|
|
700
|
+
__webpack_require__.d(PlusCircle_namespaceObject, {
|
|
701
|
+
ICON_NAME: () => (PlusCircle_ICON_NAME),
|
|
702
|
+
PlusCircle: () => (PlusCircle)
|
|
671
703
|
});
|
|
672
704
|
|
|
673
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
674
|
-
var
|
|
675
|
-
__webpack_require__.r(
|
|
676
|
-
__webpack_require__.d(
|
|
677
|
-
|
|
678
|
-
|
|
705
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/PlusCircleInverted.tsx
|
|
706
|
+
var PlusCircleInverted_namespaceObject = {};
|
|
707
|
+
__webpack_require__.r(PlusCircleInverted_namespaceObject);
|
|
708
|
+
__webpack_require__.d(PlusCircleInverted_namespaceObject, {
|
|
709
|
+
ICON_NAME: () => (PlusCircleInverted_ICON_NAME),
|
|
710
|
+
PlusCircleInverted: () => (PlusCircleInverted)
|
|
679
711
|
});
|
|
680
712
|
|
|
681
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
682
|
-
var
|
|
683
|
-
__webpack_require__.r(
|
|
684
|
-
__webpack_require__.d(
|
|
685
|
-
|
|
686
|
-
|
|
713
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/RadioOn.tsx
|
|
714
|
+
var RadioOn_namespaceObject = {};
|
|
715
|
+
__webpack_require__.r(RadioOn_namespaceObject);
|
|
716
|
+
__webpack_require__.d(RadioOn_namespaceObject, {
|
|
717
|
+
ICON_NAME: () => (RadioOn_ICON_NAME),
|
|
718
|
+
RadioOn: () => (RadioOn)
|
|
687
719
|
});
|
|
688
720
|
|
|
689
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
690
|
-
var
|
|
691
|
-
__webpack_require__.r(
|
|
692
|
-
__webpack_require__.d(
|
|
693
|
-
|
|
694
|
-
|
|
721
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Report.tsx
|
|
722
|
+
var Report_namespaceObject = {};
|
|
723
|
+
__webpack_require__.r(Report_namespaceObject);
|
|
724
|
+
__webpack_require__.d(Report_namespaceObject, {
|
|
725
|
+
ICON_NAME: () => (Report_ICON_NAME),
|
|
726
|
+
Report: () => (Report)
|
|
695
727
|
});
|
|
696
728
|
|
|
697
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
698
|
-
var
|
|
699
|
-
__webpack_require__.r(
|
|
700
|
-
__webpack_require__.d(
|
|
701
|
-
|
|
702
|
-
|
|
729
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Robot.tsx
|
|
730
|
+
var Robot_namespaceObject = {};
|
|
731
|
+
__webpack_require__.r(Robot_namespaceObject);
|
|
732
|
+
__webpack_require__.d(Robot_namespaceObject, {
|
|
733
|
+
ICON_NAME: () => (Robot_ICON_NAME),
|
|
734
|
+
Robot: () => (Robot)
|
|
703
735
|
});
|
|
704
736
|
|
|
705
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
706
|
-
var
|
|
707
|
-
__webpack_require__.r(
|
|
708
|
-
__webpack_require__.d(
|
|
709
|
-
|
|
710
|
-
|
|
737
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Roles.tsx
|
|
738
|
+
var Roles_namespaceObject = {};
|
|
739
|
+
__webpack_require__.r(Roles_namespaceObject);
|
|
740
|
+
__webpack_require__.d(Roles_namespaceObject, {
|
|
741
|
+
ICON_NAME: () => (Roles_ICON_NAME),
|
|
742
|
+
Roles: () => (Roles)
|
|
711
743
|
});
|
|
712
744
|
|
|
713
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
714
|
-
var
|
|
715
|
-
__webpack_require__.r(
|
|
716
|
-
__webpack_require__.d(
|
|
717
|
-
|
|
718
|
-
|
|
745
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Search.tsx
|
|
746
|
+
var Search_namespaceObject = {};
|
|
747
|
+
__webpack_require__.r(Search_namespaceObject);
|
|
748
|
+
__webpack_require__.d(Search_namespaceObject, {
|
|
749
|
+
ICON_NAME: () => (Search_ICON_NAME),
|
|
750
|
+
Search: () => (Search)
|
|
719
751
|
});
|
|
720
752
|
|
|
721
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
722
|
-
var
|
|
723
|
-
__webpack_require__.r(
|
|
724
|
-
__webpack_require__.d(
|
|
725
|
-
ICON_NAME: () => (
|
|
726
|
-
|
|
753
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Settings.tsx
|
|
754
|
+
var Settings_namespaceObject = {};
|
|
755
|
+
__webpack_require__.r(Settings_namespaceObject);
|
|
756
|
+
__webpack_require__.d(Settings_namespaceObject, {
|
|
757
|
+
ICON_NAME: () => (Settings_ICON_NAME),
|
|
758
|
+
Settings: () => (Settings)
|
|
727
759
|
});
|
|
728
760
|
|
|
729
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
730
|
-
var
|
|
731
|
-
__webpack_require__.r(
|
|
732
|
-
__webpack_require__.d(
|
|
733
|
-
|
|
734
|
-
|
|
761
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Sleep.tsx
|
|
762
|
+
var Sleep_namespaceObject = {};
|
|
763
|
+
__webpack_require__.r(Sleep_namespaceObject);
|
|
764
|
+
__webpack_require__.d(Sleep_namespaceObject, {
|
|
765
|
+
ICON_NAME: () => (Sleep_ICON_NAME),
|
|
766
|
+
Sleep: () => (Sleep)
|
|
735
767
|
});
|
|
736
768
|
|
|
737
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
738
|
-
var
|
|
739
|
-
__webpack_require__.r(
|
|
740
|
-
__webpack_require__.d(
|
|
741
|
-
ICON_NAME: () => (
|
|
742
|
-
|
|
769
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Stats.tsx
|
|
770
|
+
var Stats_namespaceObject = {};
|
|
771
|
+
__webpack_require__.r(Stats_namespaceObject);
|
|
772
|
+
__webpack_require__.d(Stats_namespaceObject, {
|
|
773
|
+
ICON_NAME: () => (Stats_ICON_NAME),
|
|
774
|
+
Stats: () => (Stats)
|
|
743
775
|
});
|
|
744
776
|
|
|
745
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
746
|
-
var
|
|
747
|
-
__webpack_require__.r(
|
|
748
|
-
__webpack_require__.d(
|
|
749
|
-
ICON_NAME: () => (
|
|
750
|
-
|
|
777
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/TimeTracking.tsx
|
|
778
|
+
var TimeTracking_namespaceObject = {};
|
|
779
|
+
__webpack_require__.r(TimeTracking_namespaceObject);
|
|
780
|
+
__webpack_require__.d(TimeTracking_namespaceObject, {
|
|
781
|
+
ICON_NAME: () => (TimeTracking_ICON_NAME),
|
|
782
|
+
TimeTracking: () => (TimeTracking)
|
|
751
783
|
});
|
|
752
784
|
|
|
753
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
754
|
-
var
|
|
755
|
-
__webpack_require__.r(
|
|
756
|
-
__webpack_require__.d(
|
|
757
|
-
ICON_NAME: () => (
|
|
758
|
-
|
|
785
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Trainings.tsx
|
|
786
|
+
var Trainings_namespaceObject = {};
|
|
787
|
+
__webpack_require__.r(Trainings_namespaceObject);
|
|
788
|
+
__webpack_require__.d(Trainings_namespaceObject, {
|
|
789
|
+
ICON_NAME: () => (Trainings_ICON_NAME),
|
|
790
|
+
Trainings: () => (Trainings)
|
|
759
791
|
});
|
|
760
792
|
|
|
761
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
762
|
-
var
|
|
763
|
-
__webpack_require__.r(
|
|
764
|
-
__webpack_require__.d(
|
|
765
|
-
ICON_NAME: () => (
|
|
766
|
-
|
|
793
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/UnArchive.tsx
|
|
794
|
+
var UnArchive_namespaceObject = {};
|
|
795
|
+
__webpack_require__.r(UnArchive_namespaceObject);
|
|
796
|
+
__webpack_require__.d(UnArchive_namespaceObject, {
|
|
797
|
+
ICON_NAME: () => (UnArchive_ICON_NAME),
|
|
798
|
+
UnArchive: () => (UnArchive)
|
|
767
799
|
});
|
|
768
800
|
|
|
769
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
770
|
-
var
|
|
771
|
-
__webpack_require__.r(
|
|
772
|
-
__webpack_require__.d(
|
|
773
|
-
|
|
774
|
-
|
|
801
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Union.tsx
|
|
802
|
+
var Union_namespaceObject = {};
|
|
803
|
+
__webpack_require__.r(Union_namespaceObject);
|
|
804
|
+
__webpack_require__.d(Union_namespaceObject, {
|
|
805
|
+
ICON_NAME: () => (Union_ICON_NAME),
|
|
806
|
+
Union: () => (Union)
|
|
775
807
|
});
|
|
776
808
|
|
|
777
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
778
|
-
var
|
|
779
|
-
__webpack_require__.r(
|
|
780
|
-
__webpack_require__.d(
|
|
781
|
-
ICON_NAME: () => (
|
|
782
|
-
|
|
809
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Unlock.tsx
|
|
810
|
+
var Unlock_namespaceObject = {};
|
|
811
|
+
__webpack_require__.r(Unlock_namespaceObject);
|
|
812
|
+
__webpack_require__.d(Unlock_namespaceObject, {
|
|
813
|
+
ICON_NAME: () => (Unlock_ICON_NAME),
|
|
814
|
+
Unlock: () => (Unlock)
|
|
783
815
|
});
|
|
784
816
|
|
|
785
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
786
|
-
var
|
|
787
|
-
__webpack_require__.r(
|
|
788
|
-
__webpack_require__.d(
|
|
789
|
-
ICON_NAME: () => (
|
|
790
|
-
|
|
817
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/User.tsx
|
|
818
|
+
var User_namespaceObject = {};
|
|
819
|
+
__webpack_require__.r(User_namespaceObject);
|
|
820
|
+
__webpack_require__.d(User_namespaceObject, {
|
|
821
|
+
ICON_NAME: () => (User_ICON_NAME),
|
|
822
|
+
User: () => (User)
|
|
791
823
|
});
|
|
792
824
|
|
|
793
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
794
|
-
var
|
|
795
|
-
__webpack_require__.r(
|
|
796
|
-
__webpack_require__.d(
|
|
797
|
-
ICON_NAME: () => (
|
|
798
|
-
|
|
825
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Visible.tsx
|
|
826
|
+
var Visible_namespaceObject = {};
|
|
827
|
+
__webpack_require__.r(Visible_namespaceObject);
|
|
828
|
+
__webpack_require__.d(Visible_namespaceObject, {
|
|
829
|
+
ICON_NAME: () => (Visible_ICON_NAME),
|
|
830
|
+
Visible: () => (Visible)
|
|
831
|
+
});
|
|
832
|
+
|
|
833
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Warning.tsx
|
|
834
|
+
var Warning_namespaceObject = {};
|
|
835
|
+
__webpack_require__.r(Warning_namespaceObject);
|
|
836
|
+
__webpack_require__.d(Warning_namespaceObject, {
|
|
837
|
+
ICON_NAME: () => (Warning_ICON_NAME),
|
|
838
|
+
Warning: () => (Warning)
|
|
799
839
|
});
|
|
800
840
|
|
|
801
841
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/all.ts
|
|
@@ -805,6 +845,7 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
805
845
|
Archive: () => (Archive_namespaceObject),
|
|
806
846
|
ArrowDown: () => (ArrowDown_namespaceObject),
|
|
807
847
|
ArrowUp: () => (ArrowUp_namespaceObject),
|
|
848
|
+
Assessment: () => (Assessment_namespaceObject),
|
|
808
849
|
Attention: () => (Attention_namespaceObject),
|
|
809
850
|
BanUser: () => (BanUser_namespaceObject),
|
|
810
851
|
Bin: () => (Bin_namespaceObject),
|
|
@@ -822,6 +863,7 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
822
863
|
Circular: () => (Circular_namespaceObject),
|
|
823
864
|
Clock: () => (Clock_namespaceObject),
|
|
824
865
|
Cogwheel: () => (Cogwheel_namespaceObject),
|
|
866
|
+
Company: () => (Company_namespaceObject),
|
|
825
867
|
ConfirmEmail: () => (ConfirmEmail_namespaceObject),
|
|
826
868
|
Copy: () => (Copy_namespaceObject),
|
|
827
869
|
Cross: () => (Cross_namespaceObject),
|
|
@@ -829,7 +871,9 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
829
871
|
Edit: () => (Edit_namespaceObject),
|
|
830
872
|
Email: () => (Email_namespaceObject),
|
|
831
873
|
Employee: () => (Employee_namespaceObject),
|
|
874
|
+
Expertise: () => (Expertise_namespaceObject),
|
|
832
875
|
Filter: () => (Filter_namespaceObject),
|
|
876
|
+
Geography: () => (Geography_namespaceObject),
|
|
833
877
|
Home: () => (Home_namespaceObject),
|
|
834
878
|
Import: () => (Import_namespaceObject),
|
|
835
879
|
Information: () => (Information_namespaceObject),
|
|
@@ -859,6 +903,7 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
859
903
|
Settings: () => (Settings_namespaceObject),
|
|
860
904
|
Sleep: () => (Sleep_namespaceObject),
|
|
861
905
|
Stats: () => (Stats_namespaceObject),
|
|
906
|
+
TimeTracking: () => (TimeTracking_namespaceObject),
|
|
862
907
|
Trainings: () => (Trainings_namespaceObject),
|
|
863
908
|
UnArchive: () => (UnArchive_namespaceObject),
|
|
864
909
|
Union: () => (Union_namespaceObject),
|
|
@@ -1651,393 +1696,432 @@ const CheckboxBase = /*#__PURE__*/base_default()(Label_Label, true ? {
|
|
|
1651
1696
|
}, " input{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}span{margin-left:10px;font-size:14px;font-weight:100;}" + ( true ? "" : 0));
|
|
1652
1697
|
;// external "@ssa-ui-kit/utils"
|
|
1653
1698
|
const utils_namespaceObject = require("@ssa-ui-kit/utils");
|
|
1654
|
-
;// ./src/components/Icon/icons/
|
|
1699
|
+
;// ./src/components/Icon/icons/Archive.tsx
|
|
1655
1700
|
|
|
1656
|
-
const
|
|
1701
|
+
const Archive = ({
|
|
1657
1702
|
fill = '#000',
|
|
1658
|
-
size =
|
|
1659
|
-
tooltip = '
|
|
1703
|
+
size = 15,
|
|
1704
|
+
tooltip = 'Archive',
|
|
1660
1705
|
...props
|
|
1661
1706
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1662
|
-
width: `${size}px`,
|
|
1663
|
-
height: `${size}px`,
|
|
1664
|
-
viewBox: "0 0 20 20",
|
|
1665
1707
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1666
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1667
|
-
...props,
|
|
1668
|
-
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1669
|
-
children: tooltip
|
|
1670
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1671
|
-
d: "M3.61111 0C1.6267 0 0 1.6267 0 3.61111V16.3889C0 18.3733 1.6267 20 3.61111 20H16.3889C18.3733 20 20 18.3733 20 16.3889V3.61111C20 1.6267 18.3733 0 16.3889 0H3.61111ZM3.61111 1.66667H16.3889C17.4723 1.66667 18.3333 2.52774 18.3333 3.61111V4.44444H1.66667V3.61111C1.66667 2.52774 2.52774 1.66667 3.61111 1.66667ZM1.66667 6.11111H18.3333V16.3889C18.3333 17.4723 17.4723 18.3333 16.3889 18.3333H3.61111C2.52774 18.3333 1.66667 17.4723 1.66667 16.3889V6.11111ZM5.27778 8.33333C4.90942 8.33333 4.55615 8.47966 4.29569 8.74013C4.03522 9.0006 3.88889 9.35387 3.88889 9.72222C3.88889 10.0906 4.03522 10.4438 4.29569 10.7043C4.55615 10.9648 4.90942 11.1111 5.27778 11.1111C5.64613 11.1111 5.9994 10.9648 6.25987 10.7043C6.52034 10.4438 6.66667 10.0906 6.66667 9.72222C6.66667 9.35387 6.52034 9.0006 6.25987 8.74013C5.9994 8.47966 5.64613 8.33333 5.27778 8.33333ZM10 8.33333C9.63164 8.33333 9.27837 8.47966 9.01791 8.74013C8.75744 9.0006 8.61111 9.35387 8.61111 9.72222C8.61111 10.0906 8.75744 10.4438 9.01791 10.7043C9.27837 10.9648 9.63164 11.1111 10 11.1111C10.3684 11.1111 10.7216 10.9648 10.9821 10.7043C11.2426 10.4438 11.3889 10.0906 11.3889 9.72222C11.3889 9.35387 11.2426 9.0006 10.9821 8.74013C10.7216 8.47966 10.3684 8.33333 10 8.33333ZM14.7222 8.33333C14.3539 8.33333 14.0006 8.47966 13.7401 8.74013C13.4797 9.0006 13.3333 9.35387 13.3333 9.72222C13.3333 10.0906 13.4797 10.4438 13.7401 10.7043C14.0006 10.9648 14.3539 11.1111 14.7222 11.1111C15.0906 11.1111 15.4438 10.9648 15.7043 10.7043C15.9648 10.4438 16.1111 10.0906 16.1111 9.72222C16.1111 9.35387 15.9648 9.0006 15.7043 8.74013C15.4438 8.47966 15.0906 8.33333 14.7222 8.33333ZM5.27778 13.3333C4.90942 13.3333 4.55615 13.4797 4.29569 13.7401C4.03522 14.0006 3.88889 14.3539 3.88889 14.7222C3.88889 15.0906 4.03522 15.4438 4.29569 15.7043C4.55615 15.9648 4.90942 16.1111 5.27778 16.1111C5.64613 16.1111 5.9994 15.9648 6.25987 15.7043C6.52034 15.4438 6.66667 15.0906 6.66667 14.7222C6.66667 14.3539 6.52034 14.0006 6.25987 13.7401C5.9994 13.4797 5.64613 13.3333 5.27778 13.3333ZM10 13.3333C9.63164 13.3333 9.27837 13.4797 9.01791 13.7401C8.75744 14.0006 8.61111 14.3539 8.61111 14.7222C8.61111 15.0906 8.75744 15.4438 9.01791 15.7043C9.27837 15.9648 9.63164 16.1111 10 16.1111C10.3684 16.1111 10.7216 15.9648 10.9821 15.7043C11.2426 15.4438 11.3889 15.0906 11.3889 14.7222C11.3889 14.3539 11.2426 14.0006 10.9821 13.7401C10.7216 13.4797 10.3684 13.3333 10 13.3333Z",
|
|
1672
|
-
fill: fill
|
|
1673
|
-
})]
|
|
1674
|
-
});
|
|
1675
|
-
const ICON_NAME = 'calendar';
|
|
1676
|
-
;// ./src/components/Icon/icons/Diet.tsx
|
|
1677
|
-
|
|
1678
|
-
const Diet = ({
|
|
1679
|
-
fill = '#000',
|
|
1680
|
-
size = 24,
|
|
1681
|
-
tooltip = 'Diet',
|
|
1682
|
-
...props
|
|
1683
|
-
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1684
1708
|
width: `${size}px`,
|
|
1685
1709
|
height: `${size}px`,
|
|
1686
|
-
viewBox: "0 0
|
|
1687
|
-
|
|
1688
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1710
|
+
viewBox: "0 0 15 15",
|
|
1711
|
+
fill: "none",
|
|
1689
1712
|
...props,
|
|
1690
1713
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1691
1714
|
children: tooltip
|
|
1692
|
-
}), (0,jsx_runtime_namespaceObject.
|
|
1693
|
-
|
|
1694
|
-
|
|
1715
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
1716
|
+
clipPath: "url(#clip0_532_12720)",
|
|
1717
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1718
|
+
d: "M12.5 14.2188H2.5C2.04426 14.2184 1.60728 14.0372 1.28503 13.715C0.96277 13.3927 0.781581 12.9557 0.78125 12.5V5C0.78125 4.87568 0.830636 4.75645 0.918544 4.66854C1.00645 4.58064 1.12568 4.53125 1.25 4.53125H13.75C13.8743 4.53125 13.9936 4.58064 14.0815 4.66854C14.1694 4.75645 14.2188 4.87568 14.2188 5V12.5C14.2184 12.9557 14.0372 13.3927 13.715 13.715C13.3927 14.0372 12.9557 14.2184 12.5 14.2188ZM1.71875 5.46875V12.5C1.71908 12.7071 1.8015 12.9056 1.94794 13.0521C2.09438 13.1985 2.2929 13.2809 2.5 13.2813H12.5C12.7071 13.2809 12.9056 13.1985 13.0521 13.0521C13.1985 12.9056 13.2809 12.7071 13.2813 12.5V5.46875H1.71875Z",
|
|
1719
|
+
fill: fill
|
|
1720
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1721
|
+
d: "M13.75 5.46876H1.24998C1.17011 5.46875 1.09156 5.44834 1.02179 5.40945C0.952017 5.37056 0.893342 5.31449 0.851329 5.24656C0.809316 5.17862 0.78536 5.10108 0.781733 5.02129C0.778107 4.94149 0.794931 4.8621 0.830609 4.79063L2.53311 1.38563C2.62339 1.20356 2.76288 1.05043 2.93577 0.943609C3.10865 0.836785 3.30801 0.780542 3.51123 0.781257H11.4887C11.692 0.780526 11.8915 0.836833 12.0644 0.943779C12.2373 1.05073 12.3767 1.20402 12.4669 1.38626L14.1694 4.79063C14.205 4.8621 14.2219 4.94149 14.2182 5.02129C14.2146 5.10108 14.1907 5.17862 14.1486 5.24656C14.1066 5.31449 14.048 5.37056 13.9782 5.40945C13.9084 5.44834 13.8299 5.46875 13.75 5.46876ZM2.00873 4.53126H12.9912L11.6281 1.80501C11.6153 1.779 11.5955 1.75711 11.5708 1.74186C11.5462 1.7266 11.5177 1.7186 11.4887 1.71876H3.51123C3.48234 1.71869 3.45401 1.72666 3.42939 1.74178C3.40477 1.7569 3.38485 1.77858 3.37186 1.80438L2.00873 4.53126Z",
|
|
1722
|
+
fill: fill
|
|
1723
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1724
|
+
d: "M7.5 11.7188C7.37568 11.7188 7.25645 11.6694 7.16854 11.5815C7.08064 11.4935 7.03125 11.3743 7.03125 11.25V7.5C7.03125 7.37568 7.08064 7.25645 7.16854 7.16854C7.25645 7.08064 7.37568 7.03125 7.5 7.03125C7.62432 7.03125 7.74355 7.08064 7.83146 7.16854C7.91936 7.25645 7.96875 7.37568 7.96875 7.5V11.25C7.96875 11.3743 7.91936 11.4935 7.83146 11.5815C7.74355 11.6694 7.62432 11.7188 7.5 11.7188Z",
|
|
1725
|
+
fill: fill
|
|
1726
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1727
|
+
d: "M7.50003 11.7188C7.43846 11.7189 7.37747 11.7069 7.32061 11.6832C7.26375 11.6596 7.21214 11.625 7.16878 11.5813L5.29378 9.70628C5.21098 9.61742 5.1659 9.49989 5.16804 9.37845C5.17018 9.25701 5.21938 9.14115 5.30526 9.05526C5.39115 8.96938 5.50701 8.92018 5.62845 8.91804C5.74989 8.9159 5.86742 8.96098 5.95628 9.04378L7.50003 10.5869L9.04378 9.04378C9.13264 8.96098 9.25016 8.9159 9.3716 8.91804C9.49304 8.92018 9.60891 8.96938 9.69479 9.05526C9.78067 9.14115 9.82987 9.25701 9.83201 9.37845C9.83415 9.49989 9.78908 9.61742 9.70628 9.70628L7.83128 11.5813C7.78791 11.625 7.7363 11.6596 7.67944 11.6832C7.62258 11.7069 7.56159 11.7189 7.50003 11.7188Z",
|
|
1728
|
+
fill: fill
|
|
1729
|
+
})]
|
|
1730
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("defs", {
|
|
1731
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("clipPath", {
|
|
1732
|
+
id: "clip0_532_12720",
|
|
1733
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
1734
|
+
width: size,
|
|
1735
|
+
height: size,
|
|
1736
|
+
fill: "white"
|
|
1737
|
+
})
|
|
1738
|
+
})
|
|
1695
1739
|
})]
|
|
1696
1740
|
});
|
|
1697
|
-
const
|
|
1698
|
-
;// ./src/components/Icon/icons/
|
|
1741
|
+
const ICON_NAME = 'archive';
|
|
1742
|
+
;// ./src/components/Icon/icons/ArrowDown.tsx
|
|
1699
1743
|
|
|
1700
|
-
const
|
|
1744
|
+
const ArrowDown = ({
|
|
1701
1745
|
fill = '#000',
|
|
1702
1746
|
size = 24,
|
|
1703
|
-
tooltip = '
|
|
1747
|
+
tooltip = 'Arrow Down',
|
|
1704
1748
|
...props
|
|
1705
1749
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1706
1750
|
width: `${size}px`,
|
|
1707
1751
|
height: `${size}px`,
|
|
1708
|
-
viewBox: "0 0
|
|
1752
|
+
viewBox: "0 0 7 8",
|
|
1753
|
+
fill: "none",
|
|
1709
1754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1710
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1711
1755
|
...props,
|
|
1712
1756
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1713
1757
|
children: tooltip
|
|
1714
1758
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1715
|
-
d: "
|
|
1716
|
-
|
|
1759
|
+
d: "M3.1779 7.07707L3.1779 0.922729",
|
|
1760
|
+
stroke: fill,
|
|
1761
|
+
strokeWidth: "0.8",
|
|
1762
|
+
strokeLinecap: "round",
|
|
1763
|
+
strokeLinejoin: "round"
|
|
1764
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1765
|
+
d: "M5.93896 4.59485L3.17796 7.0771L0.416504 4.59485",
|
|
1766
|
+
stroke: fill,
|
|
1767
|
+
strokeWidth: "0.8",
|
|
1768
|
+
strokeLinecap: "round",
|
|
1769
|
+
strokeLinejoin: "round"
|
|
1717
1770
|
})]
|
|
1718
1771
|
});
|
|
1719
|
-
const
|
|
1720
|
-
;// ./src/components/Icon/icons/
|
|
1772
|
+
const ArrowDown_ICON_NAME = 'arrow-down';
|
|
1773
|
+
;// ./src/components/Icon/icons/ArrowUp.tsx
|
|
1721
1774
|
|
|
1722
|
-
const
|
|
1775
|
+
const ArrowUp = ({
|
|
1723
1776
|
fill = '#000',
|
|
1724
1777
|
size = 24,
|
|
1725
|
-
tooltip = '
|
|
1778
|
+
tooltip = 'Arrow Up',
|
|
1726
1779
|
...props
|
|
1727
1780
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1728
1781
|
width: `${size}px`,
|
|
1729
1782
|
height: `${size}px`,
|
|
1730
|
-
viewBox: "0 0
|
|
1783
|
+
viewBox: "0 0 7 8",
|
|
1784
|
+
fill: "none",
|
|
1731
1785
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1732
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1733
1786
|
...props,
|
|
1734
1787
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1735
1788
|
children: tooltip
|
|
1736
1789
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1737
|
-
d: "
|
|
1738
|
-
fill: fill,
|
|
1790
|
+
d: "M3.17757 0.92293L3.17757 7.07727",
|
|
1739
1791
|
stroke: fill,
|
|
1740
|
-
strokeWidth: "0.
|
|
1792
|
+
strokeWidth: "0.8",
|
|
1793
|
+
strokeLinecap: "round",
|
|
1794
|
+
strokeLinejoin: "round"
|
|
1795
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1796
|
+
d: "M0.416507 3.40515L3.17751 0.922901L5.93896 3.40515",
|
|
1797
|
+
stroke: fill,
|
|
1798
|
+
strokeWidth: "0.8",
|
|
1799
|
+
strokeLinecap: "round",
|
|
1800
|
+
strokeLinejoin: "round"
|
|
1741
1801
|
})]
|
|
1742
1802
|
});
|
|
1743
|
-
const
|
|
1744
|
-
;// ./src/components/Icon/icons/
|
|
1803
|
+
const ArrowUp_ICON_NAME = 'arrow-up';
|
|
1804
|
+
;// ./src/components/Icon/icons/Assessment.tsx
|
|
1745
1805
|
|
|
1746
|
-
const
|
|
1806
|
+
const Assessment = ({
|
|
1747
1807
|
fill = '#000',
|
|
1748
1808
|
size = 24,
|
|
1749
|
-
tooltip = '
|
|
1809
|
+
tooltip = 'Assessment',
|
|
1750
1810
|
...props
|
|
1751
1811
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1812
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1752
1813
|
width: `${size}px`,
|
|
1753
1814
|
height: `${size}px`,
|
|
1754
1815
|
viewBox: "0 0 24 24",
|
|
1755
|
-
|
|
1756
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1816
|
+
fill: "none",
|
|
1757
1817
|
...props,
|
|
1758
1818
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1759
1819
|
children: tooltip
|
|
1820
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1821
|
+
d: "M13.4282 10.7175C13.0519 10.7175 12.7992 11.0454 12.7992 11.3834C12.7992 11.7215 13.0519 12.0494 13.4282 12.0494H14.4017L12.0958 14.6104L10.7247 13.0858C10.5043 12.841 10.2028 12.6993 9.8765 12.6993C9.55018 12.6993 9.24861 12.841 9.02825 13.0859L7.20142 15.1168C6.97025 15.3737 6.97025 15.7789 7.20142 16.0357C7.32157 16.1692 7.48519 16.2422 7.6567 16.2422C7.82624 16.2422 7.99203 16.1706 8.11265 16.035L9.87704 14.0758L11.2492 15.6004C11.4696 15.8452 11.7711 15.9869 12.0974 15.9869C12.4237 15.9869 12.7253 15.8451 12.9457 15.6003L15.241 13.048V14.0964C15.241 14.4345 15.4937 14.7624 15.87 14.7624C16.2462 14.7624 16.4989 14.4345 16.4989 14.0964V11.3834C16.4989 11.0454 16.2462 10.7175 15.87 10.7175H13.4282Z",
|
|
1822
|
+
fill: fill
|
|
1760
1823
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1761
1824
|
fillRule: "evenodd",
|
|
1762
1825
|
clipRule: "evenodd",
|
|
1763
|
-
d: "M11.
|
|
1826
|
+
d: "M11.8482 1.00217C11.7031 0.995196 11.5548 1.00499 11.4057 1.03215C10.6445 1.17021 10.0365 1.76009 9.87857 2.51911C9.83527 2.72746 9.83042 2.93226 9.85367 3.12802H8.92463L6.26339 3.12294C5.00287 3.16717 4 4.19482 4 5.46404V20.6574C4 21.955 5.04815 23 6.348 23H17.1789C18.4787 23 19.5269 21.955 19.5269 20.6574L19.5269 5.46404C19.5269 4.1665 18.4787 3.12146 17.1789 3.12146H13.6806C13.6871 3.05722 13.6905 2.99215 13.6905 2.92644C13.6905 1.89371 12.8596 1.05074 11.8482 1.00217ZM6.34811 4.43031L7.70786 4.4293V5.05504C7.70786 5.87913 8.38507 6.55634 9.20915 6.55634H14.3178C15.1419 6.55634 15.8191 5.87913 15.8191 5.05504V4.43032H17.1789C17.7575 4.43032 18.2155 4.88773 18.2155 5.46404L18.2155 20.6574C18.2155 21.2337 17.7575 21.6911 17.1789 21.6911H6.348C5.76938 21.6911 5.31136 21.2337 5.31136 20.6574L5.31136 5.46404C5.31136 4.88773 5.76949 4.43031 6.34811 4.43031ZM12.0635 3.79295L12.0634 3.79512L12.0626 3.80977L12.0648 3.82426L12.0651 3.82643L12.0659 3.83144L12.0688 3.84883C12.0713 3.86325 12.0749 3.88323 12.0795 3.90543C12.0878 3.945 12.1025 4.00833 12.125 4.05577C12.1615 4.13295 12.2128 4.20217 12.276 4.25951C12.3393 4.31684 12.4132 4.36115 12.4936 4.38991C12.568 4.41653 12.6465 4.42934 12.7254 4.4278L14.6717 4.42909V5.05504C14.6717 5.05504 14.6717 5.16356 14.5455 5.25204C14.4193 5.34052 14.3178 5.32368 14.3178 5.32368H9.20915C9.20915 5.32368 9.06807 5.34849 8.93207 5.23231C8.85526 5.16669 8.85526 5.05504 8.85526 5.05504V4.42909L10.8137 4.42774C10.9396 4.42788 11.0628 4.39147 11.1684 4.32293C11.274 4.25436 11.3574 4.1566 11.4085 4.04153C11.4596 3.92645 11.4761 3.79902 11.4561 3.67471C11.4362 3.55046 11.3806 3.43468 11.2961 3.34143C11.1683 3.20034 11.1035 3.01376 11.1514 2.78351C11.1989 2.55661 11.4088 2.35204 11.6382 2.31047C12.0629 2.23313 12.3908 2.5314 12.3908 2.92644C12.3908 3.08933 12.3317 3.23012 12.231 3.34131C12.1737 3.40456 12.1294 3.47848 12.1006 3.55885C12.0829 3.60826 12.0745 3.67272 12.0701 3.71292C12.0676 3.73547 12.066 3.7557 12.0649 3.77029L12.0638 3.78788L12.0635 3.79295Z",
|
|
1764
1827
|
fill: fill
|
|
1765
1828
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1766
1829
|
fillRule: "evenodd",
|
|
1767
1830
|
clipRule: "evenodd",
|
|
1768
|
-
d: "
|
|
1831
|
+
d: "M13.4282 10.7175C13.0519 10.7175 12.7992 11.0454 12.7992 11.3834C12.7992 11.7215 13.0519 12.0494 13.4282 12.0494H14.4017L12.0958 14.6104L10.7247 13.0858C10.5043 12.841 10.2028 12.6993 9.8765 12.6993C9.55018 12.6993 9.24861 12.841 9.02825 13.0859L7.20142 15.1168C6.97025 15.3737 6.97025 15.7789 7.20142 16.0357C7.32157 16.1692 7.48519 16.2422 7.6567 16.2422C7.82624 16.2422 7.99203 16.1706 8.11265 16.035L9.87704 14.0758L11.2492 15.6004C11.4696 15.8452 11.7711 15.9869 12.0974 15.9869C12.4237 15.9869 12.7253 15.8451 12.9457 15.6003L15.241 13.048V14.0964C15.241 14.4345 15.4937 14.7624 15.87 14.7624C16.2462 14.7624 16.4989 14.4345 16.4989 14.0964V11.3834C16.4989 11.0454 16.2462 10.7175 15.87 10.7175H13.4282Z",
|
|
1769
1832
|
fill: fill
|
|
1770
1833
|
})]
|
|
1771
1834
|
});
|
|
1772
|
-
const
|
|
1773
|
-
;// ./src/components/Icon/icons/
|
|
1835
|
+
const Assessment_ICON_NAME = 'assessment';
|
|
1836
|
+
;// ./src/components/Icon/icons/Attention.tsx
|
|
1774
1837
|
|
|
1775
|
-
const
|
|
1838
|
+
const Attention = ({
|
|
1776
1839
|
fill = '#000',
|
|
1777
1840
|
size = 24,
|
|
1778
|
-
tooltip = '
|
|
1841
|
+
tooltip = 'Attention',
|
|
1779
1842
|
...props
|
|
1780
1843
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1781
1844
|
width: `${size}px`,
|
|
1782
1845
|
height: `${size}px`,
|
|
1783
|
-
|
|
1846
|
+
fill: "none",
|
|
1847
|
+
viewBox: "0 0 20 20",
|
|
1784
1848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1785
1849
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1786
1850
|
...props,
|
|
1787
1851
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1788
1852
|
children: tooltip
|
|
1789
1853
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1790
|
-
d: "
|
|
1791
|
-
|
|
1854
|
+
d: "M10 1.90479L2.85718 6.1905V13.8095L10 18.5715L17.1429 13.8095V6.1905L10 1.90479Z",
|
|
1855
|
+
stroke: fill,
|
|
1856
|
+
strokeWidth: "1.2"
|
|
1792
1857
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1793
|
-
d: "M5.60557 2.12402L5.63249 2.16616L5.63313 2.16574L5.60557 2.12402ZM6.00833 2.0001L6.00777 1.95011L6.00767 1.95011L6.00833 2.0001ZM1.63258 6.0992L1.67376 6.1276L1.67472 6.12609L1.63258 6.0992ZM1.51529 6.37424L1.46631 6.36419L1.51529 6.37424ZM1.51482 6.67327L1.56383 6.66337H1.56383L1.51482 6.67327ZM1.63124 6.94868L1.58999 6.97694H1.58999L1.63124 6.94868ZM2.12495 7.264L2.13323 7.21469H2.13323L2.12495 7.264ZM2.42363 7.25371L2.43529 7.30233H2.4353L2.42363 7.25371ZM2.69453 7.12739L2.66478 7.0872H2.66478L2.69453 7.12739ZM2.89449 6.90516L2.85232 6.87824L2.8514 6.8798L2.89449 6.90516ZM6.41109 3.38663L6.38475 3.34413L6.38417 3.3445L6.41109 3.38663ZM6.71591 3.01821L6.76259 3.03612L6.71591 3.01821ZM6.73595 2.54034L6.78396 2.52639V2.52639L6.73595 2.54034ZM6.46304 2.14766L6.43323 2.18781V2.18781L6.46304 2.14766ZM17.5235 2.15772L17.5542 2.19719L17.5235 2.15772ZM17.9692 2.0001L17.9684 1.95011L17.9683 1.95011L17.9692 2.0001ZM17.2609 2.55107L17.2126 2.53784V2.53784L17.2609 2.55107ZM17.5889 3.38663L17.6158 3.34449L17.6152 3.34413L17.5889 3.38663ZM21.1055 6.90516L21.1486 6.87978L21.1477 6.87826L21.1055 6.90516ZM21.3055 7.12739L21.3352 7.0872L21.3055 7.12739ZM21.5764 7.25371L21.588 7.20508L21.5764 7.25371ZM21.8751 7.26399L21.8668 7.21469L21.8751 7.26399ZM22.154 7.15662L22.1809 7.19876V7.19876L22.154 7.15662ZM22.3688 6.94868L22.3275 6.92041V6.92041L22.3688 6.94868ZM22.4852 6.67327L22.4362 6.66337V6.66337L22.4852 6.67327ZM22.3674 6.0992L22.3253 6.12611L22.3263 6.12759L22.3674 6.0992ZM18.3944 2.12402L18.3669 2.16575L18.3675 2.16616L18.3944 2.12402ZM5.80939 19.6298L5.84475 19.6652L5.88263 19.6273L5.84221 19.5921L5.80939 19.6298ZM4.72983 20.71L4.76448 20.746L4.7652 20.7453L4.72983 20.71ZM4.56104 20.9532L4.60694 20.9731L4.56104 20.9532ZM4.55514 21.5338L4.60143 21.5149L4.55514 21.5338ZM4.71896 21.7805L4.68359 21.8158L4.71896 21.7805ZM4.96548 21.9444L4.94657 21.9907H4.94657L4.96548 21.9444ZM5.25622 22L5.25571 21.95H5.25571L5.25622 22ZM5.54576 21.9385L5.52592 21.8926H5.52592L5.54576 21.9385ZM5.78891 21.7696L5.75354 21.7343L5.75283 21.735L5.78891 21.7696ZM7.01864 20.5392L7.04507 20.4967L7.01135 20.4758L6.98328 20.5039L7.01864 20.5392ZM16.9814 20.5392L17.0167 20.5039L16.9886 20.4758L16.9549 20.4967L16.9814 20.5392ZM18.2111 21.7696L18.2472 21.735L18.2465 21.7343L18.2111 21.7696ZM18.4542 21.9385L18.4741 21.8926L18.4542 21.9385ZM18.7438 22L18.7433 22.05L18.7438 22ZM19.0345 21.9444L19.0534 21.9907H19.0534L19.0345 21.9444ZM19.281 21.7805L19.3164 21.8158L19.281 21.7805ZM19.439 20.9532L19.3931 20.9731L19.439 20.9532ZM19.2702 20.71L19.2348 20.7453L19.2355 20.746L19.2702 20.71ZM18.1906 19.6298L18.1578 19.5921L18.1174 19.6273L18.1552 19.6652L18.1906 19.6298ZM10.7992 7.7003L10.8492 7.70029V7.70029L10.7992 7.7003ZM10.8 13.3439L10.85 13.3438L10.8 13.3439ZM11.4991 7.0002L11.4991 7.0502L11.4991 7.0002ZM12.1992 7.70009L12.1492 7.7001L12.1992 7.70009ZM12.1999 12.6035L12.1499 12.6035L12.1499 12.6675L12.2121 12.652L12.1999 12.6035ZM17.3302 11.3209L17.3181 11.2724L17.3302 11.3209ZM18.1791 11.8302L18.2276 11.8181L18.1791 11.8302ZM11.6698 14.1791L11.6819 14.2276H11.6819L11.6698 14.1791ZM10.8209 13.6698L10.8694 13.6576L10.8209 13.6698ZM10.8043 13.4211L10.8552 13.4269L10.854 13.4156L10.8043 13.4211ZM5.63313 2.16574C5.74477 2.092 5.87523 2.05187 6.00899 2.0501L6.00767 1.95011C5.85476 1.95213 5.70564 1.99801 5.57801 2.0823L5.63313 2.16574ZM1.67472 6.12609C2.69017 4.53503 4.0423 3.18216 5.63249 2.16616L5.57865 2.08189C3.97621 3.10571 2.61369 4.46898 1.59043 6.0723L1.67472 6.12609ZM1.56427 6.38428C1.58316 6.29223 1.62038 6.20493 1.67373 6.12759L1.59142 6.0708C1.53044 6.1592 1.48789 6.25898 1.46631 6.36419L1.56427 6.38428ZM1.56383 6.66337C1.54524 6.57126 1.54539 6.47634 1.56427 6.38428L1.46631 6.36419C1.44473 6.4694 1.44456 6.57788 1.46581 6.68316L1.56383 6.66337ZM1.67249 6.92041C1.61938 6.84291 1.58243 6.75549 1.56383 6.66337L1.46581 6.68316C1.48706 6.78844 1.5293 6.88835 1.58999 6.97694L1.67249 6.92041ZM1.87293 7.11448C1.79376 7.06392 1.72559 6.99792 1.67249 6.92041L1.58999 6.97694C1.65069 7.06552 1.72861 7.14097 1.8191 7.19876L1.87293 7.11448ZM2.13323 7.21469C2.04062 7.19912 1.95209 7.16504 1.87293 7.11448L1.8191 7.19876C1.90959 7.25655 2.01079 7.29551 2.11666 7.3133L2.13323 7.21469ZM2.41197 7.20509C2.32065 7.22699 2.22585 7.23025 2.13323 7.21469L2.11666 7.3133C2.22253 7.3311 2.3309 7.32737 2.43529 7.30233L2.41197 7.20509ZM2.66478 7.0872C2.58928 7.14309 2.5033 7.18318 2.41197 7.20509L2.4353 7.30233C2.53969 7.27729 2.63797 7.23146 2.72427 7.16758L2.66478 7.0872ZM2.8514 6.8798C2.80375 6.96078 2.74028 7.03132 2.66478 7.0872L2.72427 7.16758C2.81057 7.1037 2.88312 7.02307 2.93759 6.93052L2.8514 6.8798ZM6.38417 3.3445C4.96554 4.25088 3.75823 5.45886 2.85235 6.87826L2.93664 6.93206C3.83471 5.5249 5.03163 4.32733 6.43801 3.42877L6.38417 3.3445ZM6.66923 3.00029C6.61448 3.14292 6.51456 3.26369 6.38475 3.34413L6.43743 3.42913C6.58581 3.33718 6.70002 3.19914 6.76259 3.03612L6.66923 3.00029ZM6.68793 2.55429C6.73055 2.70101 6.72399 2.85765 6.66923 3.00029L6.76259 3.03612C6.82517 2.87311 6.83267 2.69408 6.78396 2.52639L6.68793 2.55429ZM6.43323 2.18781C6.55585 2.27885 6.64531 2.40757 6.68793 2.55429L6.78396 2.52639C6.73525 2.3587 6.63301 2.21158 6.49284 2.10752L6.43323 2.18781ZM6.00889 2.0501C6.16157 2.0484 6.31061 2.09676 6.43323 2.18781L6.49284 2.10752C6.35268 2.00345 6.18231 1.94816 6.00777 1.95011L6.00889 2.0501ZM17.5542 2.19719C17.6733 2.10451 17.8193 2.05291 17.9702 2.0501L17.9683 1.95011C17.7958 1.95333 17.629 2.01231 17.4928 2.11825L17.5542 2.19719ZM17.3091 2.56429C17.349 2.41865 17.435 2.28987 17.5542 2.19719L17.4928 2.11825C17.3566 2.22419 17.2583 2.37139 17.2126 2.53784L17.3091 2.56429ZM17.3326 3.00516C17.2774 2.86459 17.2691 2.70993 17.3091 2.56429L17.2126 2.53784C17.167 2.70429 17.1764 2.88105 17.2395 3.0417L17.3326 3.00516ZM17.6152 3.34413C17.4869 3.26464 17.3877 3.14572 17.3326 3.00516L17.2395 3.0417C17.3025 3.20236 17.4159 3.33828 17.5626 3.42914L17.6152 3.34413ZM21.1477 6.87826C20.2418 5.45886 19.0345 4.25088 17.6158 3.3445L17.562 3.42877C18.9684 4.32733 20.1653 5.5249 21.0634 6.93206L21.1477 6.87826ZM21.3352 7.0872C21.2597 7.03132 21.1963 6.96078 21.1486 6.8798L21.0624 6.93052C21.1169 7.02307 21.1894 7.1037 21.2757 7.16758L21.3352 7.0872ZM21.588 7.20508C21.4967 7.18318 21.4107 7.14309 21.3352 7.0872L21.2757 7.16758C21.362 7.23146 21.4603 7.27729 21.5647 7.30233L21.588 7.20508ZM21.8668 7.21469C21.7742 7.23025 21.6794 7.22699 21.588 7.20508L21.5647 7.30233C21.6691 7.32736 21.7775 7.3311 21.8833 7.3133L21.8668 7.21469ZM22.1271 7.11448C22.0479 7.16504 21.9594 7.19912 21.8668 7.21469L21.8833 7.3133C21.9892 7.29551 22.0904 7.25655 22.1809 7.19876L22.1271 7.11448ZM22.3275 6.92041C22.2744 6.99792 22.2062 7.06392 22.1271 7.11448L22.1809 7.19876C22.2714 7.14097 22.3493 7.06552 22.41 6.97694L22.3275 6.92041ZM22.4362 6.66337C22.4176 6.75549 22.3806 6.84291 22.3275 6.92041L22.41 6.97694C22.4707 6.88835 22.5129 6.78843 22.5342 6.68316L22.4362 6.66337ZM22.4357 6.38428C22.4546 6.47634 22.4548 6.57126 22.4362 6.66337L22.5342 6.68316C22.5554 6.57788 22.5553 6.4694 22.5337 6.36419L22.4357 6.38428ZM22.3263 6.12759C22.3796 6.20493 22.4168 6.29223 22.4357 6.38428L22.5337 6.36419C22.5121 6.25898 22.4696 6.1592 22.4086 6.0708L22.3263 6.12759ZM18.3675 2.16616C19.9577 3.18216 21.3098 4.53503 22.3253 6.12609L22.4096 6.0723C21.3863 4.46898 20.0238 3.10571 18.4214 2.08189L18.3675 2.16616ZM17.9701 2.0501C18.111 2.04775 18.2493 2.08806 18.3669 2.16574L18.422 2.0823C18.2876 1.99351 18.1295 1.94743 17.9684 1.95011L17.9701 2.0501ZM2.56319 12.4971C2.56319 7.2913 6.79709 3.05512 12 3.05512V2.95512C6.74181 2.95512 2.46319 7.23613 2.46319 12.4971H2.56319ZM5.84221 19.5921C3.85037 17.8591 2.56319 15.3376 2.56319 12.4971H2.46319C2.46319 15.3688 3.76469 17.9171 5.77657 19.6675L5.84221 19.5921ZM4.7652 20.7453L5.84475 19.6652L5.77402 19.5945L4.69447 20.6746L4.7652 20.7453ZM4.60694 20.9731C4.64383 20.8876 4.69739 20.8105 4.76447 20.746L4.69519 20.6739C4.61852 20.7476 4.55731 20.8358 4.51514 20.9334L4.60694 20.9731ZM4.5496 21.2434C4.55055 21.1504 4.57004 21.0585 4.60694 20.9731L4.51514 20.9334C4.47297 21.031 4.45069 21.1361 4.44961 21.2424L4.5496 21.2434ZM4.60143 21.5149C4.56628 21.4288 4.54866 21.3365 4.5496 21.2434L4.44961 21.2424C4.44853 21.3488 4.46867 21.4543 4.50884 21.5527L4.60143 21.5149ZM4.75432 21.7451C4.68856 21.6794 4.63658 21.6011 4.60143 21.5149L4.50884 21.5527C4.54902 21.6512 4.60843 21.7406 4.68359 21.8158L4.75432 21.7451ZM4.98439 21.8981C4.89829 21.8629 4.82008 21.8109 4.75432 21.7451L4.68359 21.8158C4.75875 21.891 4.84816 21.9505 4.94657 21.9907L4.98439 21.8981ZM5.25571 21.95C5.16272 21.9509 5.07048 21.9333 4.98439 21.8981L4.94657 21.9907C5.04499 22.0309 5.15043 22.051 5.25673 22.05L5.25571 21.95ZM5.52592 21.8926C5.44056 21.9295 5.34869 21.949 5.25571 21.95L5.25673 22.05C5.36302 22.0489 5.46803 22.0266 5.56561 21.9844L5.52592 21.8926ZM5.75283 21.735C5.68842 21.8021 5.61128 21.8557 5.52592 21.8926L5.56561 21.9844C5.66319 21.9422 5.75137 21.8809 5.82498 21.8042L5.75283 21.735ZM6.98328 20.5039L5.75354 21.7343L5.82427 21.805L7.05401 20.5745L6.98328 20.5039ZM12 21.9392C10.1782 21.9392 8.4898 21.396 7.04507 20.4967L6.99222 20.5816C8.45137 21.4899 10.1578 22.0392 12 22.0392V21.9392ZM16.9549 20.4967C15.5102 21.396 13.8218 21.9392 12 21.9392V22.0392C13.8422 22.0392 15.5486 21.4899 17.0078 20.5816L16.9549 20.4967ZM18.2465 21.7343L17.0167 20.5039L16.946 20.5745L18.1757 21.805L18.2465 21.7343ZM18.4741 21.8926C18.3887 21.8557 18.3116 21.8021 18.2472 21.735L18.175 21.8042C18.2486 21.8809 18.3368 21.9422 18.4344 21.9844L18.4741 21.8926ZM18.7443 21.95C18.6513 21.949 18.5594 21.9295 18.4741 21.8926L18.4344 21.9844C18.532 22.0266 18.637 22.0489 18.7433 22.05L18.7443 21.95ZM19.0156 21.8981C18.9295 21.9333 18.8373 21.9509 18.7443 21.95L18.7433 22.05C18.8496 22.051 18.955 22.0309 19.0534 21.9907L19.0156 21.8981ZM19.2457 21.7451C19.1799 21.8109 19.1017 21.8629 19.0156 21.8981L19.0534 21.9907C19.1518 21.9505 19.2412 21.891 19.3164 21.8158L19.2457 21.7451ZM19.3986 21.5149C19.3634 21.6011 19.3114 21.6794 19.2457 21.7451L19.3164 21.8158C19.3916 21.7406 19.451 21.6512 19.4912 21.5527L19.3986 21.5149ZM19.4504 21.2434C19.4513 21.3365 19.4337 21.4288 19.3986 21.5149L19.4912 21.5527C19.5313 21.4543 19.5515 21.3488 19.5504 21.2424L19.4504 21.2434ZM19.3931 20.9731C19.43 21.0585 19.4495 21.1504 19.4504 21.2434L19.5504 21.2424C19.5493 21.1361 19.527 21.031 19.4849 20.9334L19.3931 20.9731ZM19.2355 20.746C19.3026 20.8105 19.3562 20.8876 19.3931 20.9731L19.4849 20.9334C19.4427 20.8358 19.3815 20.7476 19.3048 20.6739L19.2355 20.746ZM18.1552 19.6652L19.2348 20.7453L19.3055 20.6746L18.226 19.5945L18.1552 19.6652ZM21.4368 12.4971C21.4368 15.3376 20.1496 17.8591 18.1578 19.5921L18.2234 19.6675C20.2353 17.9171 21.5368 15.3688 21.5368 12.4971H21.4368ZM12 3.05512C17.2029 3.05512 21.4368 7.2913 21.4368 12.4971H21.5368C21.5368 7.23613 17.2582 2.95512 12 2.95512V3.05512ZM20.0389 12.4971C20.0389 8.0461 16.4487 4.45386 12 4.45386V4.55386C16.3934 4.55386 19.9389 8.10128 19.9389 12.4971H20.0389ZM12 20.5404C16.4487 20.5404 20.0389 16.9482 20.0389 12.4971H19.9389C19.9389 16.893 16.3934 20.4404 12 20.4404V20.5404ZM3.96111 12.4971C3.96111 16.9482 7.55134 20.5404 12 20.5404V20.4404C7.60662 20.4404 4.06111 16.893 4.06111 12.4971H3.96111ZM12 4.45386C7.55134 4.45386 3.96111 8.0461 3.96111 12.4971H4.06111C4.06111 8.10128 7.60662 4.55386 12 4.55386V4.45386ZM10.7492 7.70031L10.75 13.3439L10.85 13.3438L10.8492 7.70029L10.7492 7.70031ZM11.4991 6.9502C11.0849 6.95026 10.7492 7.28609 10.7492 7.70031L10.8492 7.70029C10.8492 7.34131 11.1401 7.05025 11.4991 7.0502L11.4991 6.9502ZM12.2492 7.70009C12.2492 7.28587 11.9133 6.95013 11.4991 6.9502L11.4991 7.0502C11.8581 7.05014 12.1492 7.34111 12.1492 7.7001L12.2492 7.70009ZM12.2499 12.6035L12.2492 7.70009L12.1492 7.7001L12.1499 12.6035L12.2499 12.6035ZM12.2121 12.652L17.3424 11.3694L17.3181 11.2724L12.1878 12.555L12.2121 12.652ZM17.3424 11.3694C17.6906 11.2823 18.0435 11.4941 18.1306 11.8424L18.2276 11.8181C18.1271 11.4163 17.7199 11.1719 17.3181 11.2724L17.3424 11.3694ZM18.1306 11.8424C18.2177 12.1906 18.0059 12.5435 17.6576 12.6306L17.6819 12.7276C18.0837 12.6271 18.3281 12.2199 18.2276 11.8181L18.1306 11.8424ZM17.6576 12.6306L11.6576 14.1306L11.6819 14.2276L17.6819 12.7276L17.6576 12.6306ZM11.6576 14.1306C11.3094 14.2177 10.9565 14.0059 10.8694 13.6576L10.7724 13.6819C10.8729 14.0837 11.2801 14.3281 11.6819 14.2276L11.6576 14.1306ZM10.8694 13.6576C10.8499 13.5798 10.8454 13.5019 10.854 13.4267L10.7546 13.4154C10.7447 13.5023 10.75 13.5923 10.7724 13.6819L10.8694 13.6576ZM10.75 13.3439C10.7501 13.3718 10.7516 13.3994 10.7546 13.4265L10.854 13.4156C10.8514 13.3921 10.8501 13.3681 10.85 13.3438L10.75 13.3439Z",
|
|
1858
|
+
d: "M10.7004 6.19048C10.7004 5.80388 10.387 5.49048 10.0004 5.49048C9.6138 5.49048 9.3004 5.80388 9.3004 6.19048V10.1587C9.3004 10.5453 9.6138 10.8587 10.0004 10.8587C10.387 10.8587 10.7004 10.5453 10.7004 10.1587V6.19048ZM9.99622 12.1746C9.44393 12.1746 8.99622 12.6224 8.99622 13.1746C8.99622 13.7269 9.44393 14.1746 9.99622 14.1746H10.0033C10.5556 14.1746 11.0033 13.7269 11.0033 13.1746C11.0033 12.6224 10.5556 12.1746 10.0033 12.1746H9.99622Z",
|
|
1794
1859
|
fill: fill
|
|
1795
1860
|
})]
|
|
1796
1861
|
});
|
|
1797
|
-
const
|
|
1798
|
-
;// ./src/components/Icon/icons/
|
|
1862
|
+
const Attention_ICON_NAME = 'attention';
|
|
1863
|
+
;// ./src/components/Icon/icons/BanUser.tsx
|
|
1799
1864
|
|
|
1800
|
-
const
|
|
1865
|
+
const BanUser = ({
|
|
1801
1866
|
fill = '#000',
|
|
1802
1867
|
size = 24,
|
|
1803
|
-
tooltip = '
|
|
1868
|
+
tooltip = 'Ban User',
|
|
1804
1869
|
...props
|
|
1805
1870
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1871
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1806
1872
|
width: `${size}px`,
|
|
1807
1873
|
height: `${size}px`,
|
|
1808
|
-
viewBox: "0 0
|
|
1809
|
-
|
|
1810
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1874
|
+
viewBox: "0 0 15 15",
|
|
1875
|
+
fill: "none",
|
|
1811
1876
|
...props,
|
|
1812
1877
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1813
1878
|
children: tooltip
|
|
1814
1879
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1815
|
-
|
|
1880
|
+
fillRule: "evenodd",
|
|
1881
|
+
clipRule: "evenodd",
|
|
1882
|
+
d: "M6.32475 6.84657C7.1623 6.84657 7.88756 6.54617 8.48015 5.95349C9.07273 5.36091 9.37313 4.63584 9.37313 3.79819C9.37313 2.96082 9.07273 2.23566 8.48005 1.64289C7.88737 1.0504 7.16221 0.75 6.32475 0.75C5.4871 0.75 4.76203 1.0504 4.16945 1.64298C3.57686 2.23557 3.27637 2.96073 3.27637 3.79819C3.27637 4.63584 3.57686 5.361 4.16954 5.95359C4.76222 6.54608 5.48739 6.84657 6.32475 6.84657ZM6.32475 5.94322C6.92265 5.94322 7.41813 5.73806 7.84133 5.31478C8.26459 4.89153 8.46978 4.39615 8.46978 3.79819C8.46978 3.20064 8.26472 2.70522 7.84139 2.28175C7.41803 1.8586 6.92244 1.65335 6.32475 1.65335C5.72679 1.65335 5.23146 1.85849 4.80821 2.28174C4.3849 2.70505 4.17971 3.2005 4.17971 3.79819C4.17971 4.39607 4.3849 4.89146 4.8082 5.31472C5.23165 5.73801 5.7272 5.94322 6.32475 5.94322Z",
|
|
1816
1883
|
fill: fill
|
|
1817
1884
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1818
|
-
|
|
1885
|
+
fillRule: "evenodd",
|
|
1886
|
+
clipRule: "evenodd",
|
|
1887
|
+
d: "M8.40491 7.07368C8.64621 6.91658 8.77116 6.86356 8.90035 6.86356C9.22933 6.86356 9.53687 6.91918 9.81438 7.02897C10.0929 7.13934 10.3337 7.29065 10.5304 7.47884C10.7185 7.65873 10.8861 7.87734 11.0288 8.1284C11.0678 8.1969 11.1046 8.26625 11.1392 8.33627C11.0663 8.33083 10.9926 8.32806 10.9183 8.32806C10.6539 8.32806 10.3974 8.3631 10.1531 8.42877C10.0742 8.31154 9.99081 8.21279 9.90601 8.13169C9.80175 8.03193 9.66283 7.94068 9.48207 7.86897C9.34396 7.81433 9.18229 7.77844 8.9962 7.76925C8.97133 7.78386 8.93928 7.8037 8.89778 7.83072C8.74653 7.92935 8.57059 8.04279 8.37518 8.16765L8.37421 8.16827C8.12063 8.32984 7.81769 8.4572 7.49865 8.56025C7.14272 8.67538 6.77433 8.73598 6.40429 8.73598C6.03408 8.73598 5.6658 8.67533 5.30974 8.56026C4.99111 8.45733 4.68724 8.32948 4.43366 8.16772C4.23995 8.04394 4.06384 7.93045 3.91037 7.83047C3.86914 7.80359 3.83709 7.78371 3.81234 7.76916C3.62639 7.77837 3.46492 7.81428 3.32696 7.86893C3.14647 7.94039 3.00743 8.0315 2.90291 8.13146C2.78463 8.24474 2.66913 8.39197 2.56542 8.57459C2.45769 8.76425 2.37195 8.95964 2.30978 9.15379C2.24417 9.35897 2.18714 9.59032 2.142 9.84182C2.09594 10.0986 2.06597 10.3352 2.05148 10.5448C2.03619 10.7652 2.02835 10.9957 2.02835 11.2297C2.02835 11.6847 2.16507 11.9681 2.37189 12.1652C2.5854 12.3684 2.89015 12.503 3.35755 12.503H8.21879C8.37265 12.8428 8.5889 13.1489 8.85275 13.4063H3.35755C2.6994 13.4063 2.15819 13.2089 1.74916 12.8196C1.33502 12.4252 1.125 11.8904 1.125 11.2297C1.125 10.9758 1.1335 10.7245 1.1503 10.4823C1.16739 10.2351 1.20196 9.96602 1.25284 9.68233C1.30421 9.39613 1.37036 9.12566 1.44944 8.87837C1.53132 8.62259 1.64256 8.37028 1.77996 8.1284C1.92248 7.87744 2.09021 7.65892 2.27821 7.47894C2.47509 7.29055 2.71601 7.13924 2.99429 7.02907C3.27171 6.91918 3.57915 6.86347 3.90823 6.86347C4.03743 6.86347 4.16247 6.91648 4.40348 7.07358C4.55421 7.17178 4.72802 7.28379 4.92008 7.40652C5.08568 7.51216 5.31027 7.61113 5.5874 7.70064C5.85834 7.78822 6.13306 7.83264 6.40429 7.83264C6.67553 7.83264 6.95034 7.78822 7.22099 7.70064C7.49841 7.61103 7.723 7.51206 7.8888 7.40642C8.08269 7.28254 8.2564 7.17053 8.40491 7.07368Z",
|
|
1888
|
+
fill: fill
|
|
1889
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1890
|
+
d: "M12.1119 10.0904C12.2736 10.2521 12.2736 10.5143 12.1119 10.6759L11.5013 11.2865L12.1119 11.8971C12.2736 12.0588 12.2736 12.3209 12.1119 12.4826C11.9502 12.6443 11.688 12.6443 11.5263 12.4826L10.9158 11.8721L10.3052 12.4826C10.1435 12.6443 9.88134 12.6443 9.71965 12.4826C9.55796 12.3209 9.55796 12.0588 9.71965 11.8971L10.3302 11.2865L9.71965 10.6759C9.55796 10.5143 9.55796 10.2521 9.71965 10.0904C9.88134 9.92872 10.1435 9.92872 10.3052 10.0904L10.9158 10.701L11.5263 10.0904C11.688 9.92872 11.9502 9.92872 12.1119 10.0904Z",
|
|
1891
|
+
fill: fill
|
|
1892
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1893
|
+
fillRule: "evenodd",
|
|
1894
|
+
clipRule: "evenodd",
|
|
1895
|
+
d: "M7.9573 11.289C7.9573 9.65946 9.28871 8.32806 10.9183 8.32806C12.5478 8.32806 13.8792 9.65946 13.8792 11.289C13.8792 12.9186 12.5478 14.25 10.9183 14.25C9.28871 14.25 7.9573 12.9186 7.9573 11.289ZM10.9183 9.23141C9.78761 9.23141 8.86065 10.1584 8.86065 11.289C8.86065 12.4197 9.78761 13.3467 10.9183 13.3467C12.0489 13.3467 12.9759 12.4197 12.9759 11.289C12.9759 10.1584 12.0489 9.23141 10.9183 9.23141Z",
|
|
1819
1896
|
fill: fill
|
|
1820
1897
|
})]
|
|
1821
1898
|
});
|
|
1822
|
-
const
|
|
1823
|
-
;// ./src/components/Icon/icons/
|
|
1899
|
+
const BanUser_ICON_NAME = 'ban-user';
|
|
1900
|
+
;// ./src/components/Icon/icons/Bin.tsx
|
|
1824
1901
|
|
|
1825
|
-
const
|
|
1902
|
+
const Bin = ({
|
|
1826
1903
|
fill = '#000',
|
|
1827
|
-
size =
|
|
1828
|
-
tooltip = '
|
|
1904
|
+
size = 15,
|
|
1905
|
+
tooltip = 'Bin',
|
|
1829
1906
|
...props
|
|
1830
1907
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1908
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1831
1909
|
width: `${size}px`,
|
|
1832
1910
|
height: `${size}px`,
|
|
1833
|
-
viewBox: "0 0
|
|
1834
|
-
|
|
1835
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1911
|
+
viewBox: "0 0 15 15",
|
|
1912
|
+
fill: "none",
|
|
1836
1913
|
...props,
|
|
1837
1914
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1838
1915
|
children: tooltip
|
|
1839
1916
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1840
|
-
d: "
|
|
1917
|
+
d: "M9.14062 11.1328C9.39947 11.1328 9.60938 10.9229 9.60938 10.6641V5.97656C9.60938 5.71772 9.39947 5.50781 9.14062 5.50781C8.88178 5.50781 8.67188 5.71772 8.67188 5.97656V10.6641C8.67188 10.9229 8.88178 11.1328 9.14062 11.1328Z",
|
|
1918
|
+
fill: fill
|
|
1919
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1920
|
+
d: "M5.85938 11.1328C6.11822 11.1328 6.32812 10.9229 6.32812 10.6641V5.97656C6.32812 5.71772 6.11822 5.50781 5.85938 5.50781C5.60053 5.50781 5.39062 5.71772 5.39062 5.97656V10.6641C5.39062 10.9229 5.60053 11.1328 5.85938 11.1328Z",
|
|
1921
|
+
fill: fill
|
|
1922
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1923
|
+
d: "M9.375 1.99219C9.63384 1.99219 9.84375 1.78228 9.84375 1.52344C9.84375 1.26459 9.63384 1.05469 9.375 1.05469H5.625C5.36616 1.05469 5.15625 1.26459 5.15625 1.52344C5.15625 1.78228 5.36616 1.99219 5.625 1.99219H9.375Z",
|
|
1924
|
+
fill: fill
|
|
1925
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1926
|
+
d: "M2.34375 2.46094C2.08491 2.46094 1.875 2.67084 1.875 2.92969C1.875 3.18853 2.08491 3.39844 2.34375 3.39844H2.8125V12.0234C2.8125 13.0828 3.675 13.9453 4.73438 13.9453H10.2656C11.325 13.9453 12.1875 13.0828 12.1875 12.0234V3.39844H12.6562C12.9151 3.39844 13.125 3.18853 13.125 2.92969C13.125 2.67084 12.9151 2.46094 12.6562 2.46094H11.7188H3.28125H2.34375ZM11.25 3.39844V12.0234C11.25 12.5672 10.8094 13.0078 10.2656 13.0078H4.73438C4.19063 13.0078 3.75 12.5672 3.75 12.0234V3.39844H11.25Z",
|
|
1841
1927
|
fill: fill
|
|
1842
1928
|
})]
|
|
1843
1929
|
});
|
|
1844
|
-
const
|
|
1845
|
-
;// ./src/components/Icon/icons/
|
|
1930
|
+
const Bin_ICON_NAME = 'bin';
|
|
1931
|
+
;// ./src/components/Icon/icons/Calendar.tsx
|
|
1846
1932
|
|
|
1847
|
-
const
|
|
1933
|
+
const Calendar = ({
|
|
1848
1934
|
fill = '#000',
|
|
1849
1935
|
size = 24,
|
|
1850
|
-
tooltip = '
|
|
1936
|
+
tooltip = 'Calendar',
|
|
1851
1937
|
...props
|
|
1852
1938
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1853
1939
|
width: `${size}px`,
|
|
1854
1940
|
height: `${size}px`,
|
|
1855
|
-
viewBox: "0 0
|
|
1856
|
-
fill: "none",
|
|
1941
|
+
viewBox: "0 0 20 20",
|
|
1857
1942
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1858
1943
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1859
|
-
...props,
|
|
1860
|
-
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1861
|
-
children: tooltip
|
|
1862
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1863
|
-
d: "
|
|
1864
|
-
|
|
1865
|
-
strokeWidth: "1.4",
|
|
1866
|
-
strokeLinecap: "round",
|
|
1867
|
-
strokeLinejoin: "round"
|
|
1868
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1869
|
-
d: "M5 9V1",
|
|
1870
|
-
stroke: fill,
|
|
1871
|
-
strokeWidth: "1.4",
|
|
1872
|
-
strokeLinecap: "round",
|
|
1873
|
-
strokeLinejoin: "round"
|
|
1944
|
+
...props,
|
|
1945
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1946
|
+
children: tooltip
|
|
1947
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1948
|
+
d: "M3.61111 0C1.6267 0 0 1.6267 0 3.61111V16.3889C0 18.3733 1.6267 20 3.61111 20H16.3889C18.3733 20 20 18.3733 20 16.3889V3.61111C20 1.6267 18.3733 0 16.3889 0H3.61111ZM3.61111 1.66667H16.3889C17.4723 1.66667 18.3333 2.52774 18.3333 3.61111V4.44444H1.66667V3.61111C1.66667 2.52774 2.52774 1.66667 3.61111 1.66667ZM1.66667 6.11111H18.3333V16.3889C18.3333 17.4723 17.4723 18.3333 16.3889 18.3333H3.61111C2.52774 18.3333 1.66667 17.4723 1.66667 16.3889V6.11111ZM5.27778 8.33333C4.90942 8.33333 4.55615 8.47966 4.29569 8.74013C4.03522 9.0006 3.88889 9.35387 3.88889 9.72222C3.88889 10.0906 4.03522 10.4438 4.29569 10.7043C4.55615 10.9648 4.90942 11.1111 5.27778 11.1111C5.64613 11.1111 5.9994 10.9648 6.25987 10.7043C6.52034 10.4438 6.66667 10.0906 6.66667 9.72222C6.66667 9.35387 6.52034 9.0006 6.25987 8.74013C5.9994 8.47966 5.64613 8.33333 5.27778 8.33333ZM10 8.33333C9.63164 8.33333 9.27837 8.47966 9.01791 8.74013C8.75744 9.0006 8.61111 9.35387 8.61111 9.72222C8.61111 10.0906 8.75744 10.4438 9.01791 10.7043C9.27837 10.9648 9.63164 11.1111 10 11.1111C10.3684 11.1111 10.7216 10.9648 10.9821 10.7043C11.2426 10.4438 11.3889 10.0906 11.3889 9.72222C11.3889 9.35387 11.2426 9.0006 10.9821 8.74013C10.7216 8.47966 10.3684 8.33333 10 8.33333ZM14.7222 8.33333C14.3539 8.33333 14.0006 8.47966 13.7401 8.74013C13.4797 9.0006 13.3333 9.35387 13.3333 9.72222C13.3333 10.0906 13.4797 10.4438 13.7401 10.7043C14.0006 10.9648 14.3539 11.1111 14.7222 11.1111C15.0906 11.1111 15.4438 10.9648 15.7043 10.7043C15.9648 10.4438 16.1111 10.0906 16.1111 9.72222C16.1111 9.35387 15.9648 9.0006 15.7043 8.74013C15.4438 8.47966 15.0906 8.33333 14.7222 8.33333ZM5.27778 13.3333C4.90942 13.3333 4.55615 13.4797 4.29569 13.7401C4.03522 14.0006 3.88889 14.3539 3.88889 14.7222C3.88889 15.0906 4.03522 15.4438 4.29569 15.7043C4.55615 15.9648 4.90942 16.1111 5.27778 16.1111C5.64613 16.1111 5.9994 15.9648 6.25987 15.7043C6.52034 15.4438 6.66667 15.0906 6.66667 14.7222C6.66667 14.3539 6.52034 14.0006 6.25987 13.7401C5.9994 13.4797 5.64613 13.3333 5.27778 13.3333ZM10 13.3333C9.63164 13.3333 9.27837 13.4797 9.01791 13.7401C8.75744 14.0006 8.61111 14.3539 8.61111 14.7222C8.61111 15.0906 8.75744 15.4438 9.01791 15.7043C9.27837 15.9648 9.63164 16.1111 10 16.1111C10.3684 16.1111 10.7216 15.9648 10.9821 15.7043C11.2426 15.4438 11.3889 15.0906 11.3889 14.7222C11.3889 14.3539 11.2426 14.0006 10.9821 13.7401C10.7216 13.4797 10.3684 13.3333 10 13.3333Z",
|
|
1949
|
+
fill: fill
|
|
1874
1950
|
})]
|
|
1875
1951
|
});
|
|
1876
|
-
const
|
|
1877
|
-
;// ./src/components/Icon/icons/
|
|
1952
|
+
const Calendar_ICON_NAME = 'calendar';
|
|
1953
|
+
;// ./src/components/Icon/icons/CarrotDown.tsx
|
|
1878
1954
|
|
|
1879
|
-
const
|
|
1955
|
+
const CarrotDown = ({
|
|
1880
1956
|
fill = '#000',
|
|
1881
1957
|
size = 24,
|
|
1882
|
-
tooltip = '
|
|
1958
|
+
tooltip = 'Carrot down',
|
|
1883
1959
|
...props
|
|
1884
1960
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1885
1961
|
width: `${size}px`,
|
|
1886
1962
|
height: `${size}px`,
|
|
1887
|
-
viewBox: "0 0
|
|
1888
|
-
fill: "none",
|
|
1963
|
+
viewBox: "0 0 18 10",
|
|
1889
1964
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1890
1965
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1891
1966
|
...props,
|
|
1892
1967
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1893
1968
|
children: tooltip
|
|
1894
1969
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1895
|
-
d: "
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
fill: fill
|
|
1970
|
+
d: "M17 1L9 9L1 1",
|
|
1971
|
+
stroke: fill,
|
|
1972
|
+
strokeWidth: "1.8",
|
|
1973
|
+
strokeLinecap: "round",
|
|
1974
|
+
strokeLinejoin: "round",
|
|
1975
|
+
fill: "none"
|
|
1902
1976
|
})]
|
|
1903
1977
|
});
|
|
1904
|
-
const
|
|
1905
|
-
;// ./src/components/Icon/icons/
|
|
1978
|
+
const CarrotDown_ICON_NAME = 'carrot-down';
|
|
1979
|
+
;// ./src/components/Icon/icons/CarrotLeft.tsx
|
|
1906
1980
|
|
|
1907
|
-
const
|
|
1981
|
+
const CarrotLeft = ({
|
|
1908
1982
|
fill = '#000',
|
|
1909
1983
|
size = 24,
|
|
1910
|
-
tooltip = '
|
|
1984
|
+
tooltip = 'Carrot left',
|
|
1911
1985
|
...props
|
|
1912
1986
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1913
1987
|
width: `${size}px`,
|
|
1914
1988
|
height: `${size}px`,
|
|
1915
|
-
viewBox: "0 0
|
|
1916
|
-
fill: "none",
|
|
1989
|
+
viewBox: "0 0 11 18",
|
|
1917
1990
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1918
1991
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1919
1992
|
...props,
|
|
1920
1993
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1921
1994
|
children: tooltip
|
|
1922
1995
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1923
|
-
d: "
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1996
|
+
d: "M9.5 0.999999L1.5 9L9.5 17",
|
|
1997
|
+
stroke: fill,
|
|
1998
|
+
strokeWidth: "1.8",
|
|
1999
|
+
strokeLinecap: "round",
|
|
2000
|
+
strokeLinejoin: "round",
|
|
2001
|
+
fill: "none"
|
|
1927
2002
|
})]
|
|
1928
2003
|
});
|
|
1929
|
-
const
|
|
1930
|
-
;// ./src/components/Icon/icons/
|
|
2004
|
+
const CarrotLeft_ICON_NAME = 'carrot-left';
|
|
2005
|
+
;// ./src/components/Icon/icons/CarrotRight.tsx
|
|
1931
2006
|
|
|
1932
|
-
const
|
|
2007
|
+
const CarrotRight = ({
|
|
1933
2008
|
fill = '#000',
|
|
1934
2009
|
size = 24,
|
|
1935
|
-
tooltip = '
|
|
2010
|
+
tooltip = 'Carrot right',
|
|
1936
2011
|
...props
|
|
1937
2012
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1938
2013
|
width: `${size}px`,
|
|
1939
2014
|
height: `${size}px`,
|
|
1940
|
-
|
|
1941
|
-
viewBox: "0 0 10 2",
|
|
2015
|
+
viewBox: "0 0 11 18",
|
|
1942
2016
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1943
2017
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1944
2018
|
...props,
|
|
1945
2019
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1946
2020
|
children: tooltip
|
|
1947
2021
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1948
|
-
d: "M1
|
|
2022
|
+
d: "M1.5 0.999999L9.5 9L1.5 17",
|
|
1949
2023
|
stroke: fill,
|
|
1950
|
-
strokeWidth: "1.
|
|
2024
|
+
strokeWidth: "1.8",
|
|
1951
2025
|
strokeLinecap: "round",
|
|
1952
|
-
strokeLinejoin: "round"
|
|
2026
|
+
strokeLinejoin: "round",
|
|
2027
|
+
fill: "none"
|
|
1953
2028
|
})]
|
|
1954
2029
|
});
|
|
1955
|
-
const
|
|
1956
|
-
;// ./src/components/Icon/icons/
|
|
2030
|
+
const CarrotRight_ICON_NAME = 'carrot-right';
|
|
2031
|
+
;// ./src/components/Icon/icons/CarrotUp.tsx
|
|
1957
2032
|
|
|
1958
|
-
const
|
|
2033
|
+
const CarrotUp = ({
|
|
1959
2034
|
fill = '#000',
|
|
1960
2035
|
size = 24,
|
|
1961
|
-
tooltip = '
|
|
2036
|
+
tooltip = 'Carrot up',
|
|
1962
2037
|
...props
|
|
1963
2038
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
1964
2039
|
width: `${size}px`,
|
|
1965
2040
|
height: `${size}px`,
|
|
1966
|
-
viewBox: "0 0
|
|
1967
|
-
fill: "none",
|
|
2041
|
+
viewBox: "0 0 18 10",
|
|
1968
2042
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1969
2043
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1970
2044
|
...props,
|
|
1971
2045
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
1972
2046
|
children: tooltip
|
|
1973
2047
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
1974
|
-
d: "
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
fill: fill
|
|
2048
|
+
d: "M17 9.5L9 1.5L1 9.5",
|
|
2049
|
+
stroke: fill,
|
|
2050
|
+
strokeWidth: "1.8",
|
|
2051
|
+
strokeLinecap: "round",
|
|
2052
|
+
strokeLinejoin: "round",
|
|
2053
|
+
fill: "none"
|
|
1981
2054
|
})]
|
|
1982
2055
|
});
|
|
1983
|
-
const
|
|
1984
|
-
;// ./src/components/Icon/icons/
|
|
2056
|
+
const CarrotUp_ICON_NAME = 'carrot-up';
|
|
2057
|
+
;// ./src/components/Icon/icons/Change.tsx
|
|
1985
2058
|
|
|
1986
|
-
const
|
|
2059
|
+
const Change = ({
|
|
1987
2060
|
fill = '#000',
|
|
1988
|
-
size =
|
|
1989
|
-
tooltip = '
|
|
2061
|
+
size = 15,
|
|
2062
|
+
tooltip = 'Change',
|
|
1990
2063
|
...props
|
|
1991
2064
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2065
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1992
2066
|
width: `${size}px`,
|
|
1993
2067
|
height: `${size}px`,
|
|
1994
|
-
viewBox: "0 0
|
|
2068
|
+
viewBox: "0 0 15 15",
|
|
1995
2069
|
fill: "none",
|
|
1996
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1997
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1998
2070
|
...props,
|
|
1999
2071
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2000
2072
|
children: tooltip
|
|
2001
2073
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2002
|
-
d: "
|
|
2003
|
-
fillRule: "evenodd",
|
|
2004
|
-
clipRule: "evenodd",
|
|
2074
|
+
d: "M4.3628 1.24246C4.20043 1.2473 4.04632 1.31518 3.93312 1.43169L1.43311 3.93289C1.37491 3.99095 1.32874 4.05988 1.29723 4.13582C1.26573 4.21175 1.24951 4.29316 1.24951 4.37537C1.24951 4.45758 1.26573 4.53898 1.29723 4.61492C1.32874 4.69085 1.37491 4.75979 1.43311 4.81785L3.93312 7.31911C3.99087 7.37893 4.05998 7.42662 4.1364 7.4594C4.21283 7.49217 4.29502 7.50939 4.37817 7.51C4.46132 7.51062 4.54376 7.49464 4.62066 7.463C4.69755 7.43136 4.76736 7.38463 4.826 7.32567C4.88463 7.26671 4.93092 7.19671 4.96213 7.11964C4.99335 7.04257 5.00888 6.95999 5.0078 6.87685C5.00673 6.7937 4.98907 6.71159 4.95588 6.63535C4.92268 6.55911 4.8746 6.49028 4.81446 6.43285L3.38258 4.99857H13.1238C13.2897 4.99857 13.4488 4.93265 13.5662 4.81532C13.6835 4.698 13.7494 4.53884 13.7494 4.37292C13.7494 4.20699 13.6835 4.04791 13.5662 3.93058C13.4488 3.81325 13.2897 3.74733 13.1238 3.74733H3.38868L4.81446 2.31788C4.90548 2.23039 4.96787 2.11734 4.99342 1.9937C5.01897 1.87006 5.00647 1.74158 4.95759 1.62518C4.9087 1.50878 4.82571 1.4099 4.71954 1.34158C4.61337 1.27326 4.489 1.23873 4.3628 1.24246ZM10.6189 7.49364C10.4953 7.49464 10.3747 7.53226 10.2725 7.60177C10.1703 7.67128 10.091 7.76955 10.0446 7.88414C9.99819 7.99873 9.98683 8.12455 10.0119 8.2456C10.037 8.36665 10.0974 8.47752 10.1856 8.56423L11.6199 9.99973H1.87623C1.71284 10.0033 1.55734 10.0708 1.44306 10.1876C1.32877 10.3044 1.26477 10.4613 1.26477 10.6247C1.26477 10.7882 1.32877 10.9451 1.44306 11.062C1.55734 11.1788 1.71284 11.2462 1.87623 11.2498H11.6162L10.1856 12.6841C10.1201 12.7401 10.067 12.8091 10.0295 12.8866C9.99196 12.9641 9.97088 13.0486 9.96756 13.1347C9.96424 13.2208 9.97874 13.3066 10.0102 13.3868C10.0416 13.467 10.0893 13.5399 10.1502 13.6009C10.2111 13.6618 10.2839 13.7094 10.3641 13.7409C10.4444 13.7723 10.5302 13.7868 10.6163 13.7835C10.7024 13.7801 10.7868 13.759 10.8644 13.7215C10.9419 13.684 11.0109 13.6309 11.0669 13.5655L13.5669 11.0654C13.6833 10.9483 13.7487 10.7899 13.7487 10.6247C13.7487 10.4596 13.6833 10.3012 13.5669 10.1841L11.0669 7.68287C11.0087 7.623 10.939 7.57537 10.8621 7.54287C10.7851 7.51038 10.7024 7.49364 10.6189 7.49364Z",
|
|
2005
2075
|
fill: fill
|
|
2006
2076
|
})]
|
|
2007
2077
|
});
|
|
2008
|
-
const
|
|
2009
|
-
;// ./src/components/Icon/icons/
|
|
2078
|
+
const Change_ICON_NAME = 'change';
|
|
2079
|
+
;// ./src/components/Icon/icons/Chart.tsx
|
|
2010
2080
|
|
|
2011
|
-
const
|
|
2081
|
+
const Chart = ({
|
|
2012
2082
|
fill = '#000',
|
|
2013
|
-
size =
|
|
2014
|
-
tooltip = '
|
|
2083
|
+
size = 15,
|
|
2084
|
+
tooltip = 'Chart',
|
|
2015
2085
|
...props
|
|
2016
2086
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2087
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2017
2088
|
width: `${size}px`,
|
|
2018
2089
|
height: `${size}px`,
|
|
2090
|
+
viewBox: "0 0 22 22",
|
|
2019
2091
|
fill: "none",
|
|
2020
|
-
viewBox: "0 0 8 8",
|
|
2021
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2022
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2023
2092
|
...props,
|
|
2024
2093
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2025
2094
|
children: tooltip
|
|
2026
|
-
}), (0,jsx_runtime_namespaceObject.
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2095
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
2096
|
+
clipPath: "url(#clip0_2353_10249)",
|
|
2097
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2098
|
+
d: "M15.9118 19.3153L15.9119 19.3152C16.1279 19.1374 16.1629 18.8202 15.9915 18.5992L15.9914 18.5991L10.2667 11.2396V2.24969C10.2667 1.96446 10.0352 1.73301 9.75 1.73301C4.8614 1.73301 0.9 6.08572 0.9 11.4163C0.9 16.7557 5.24395 21.0997 10.5833 21.0997C11.771 21.0997 12.6938 20.9922 13.526 20.7137C14.359 20.4349 15.0948 19.987 15.9118 19.3153ZM10.5833 20.0664C5.81355 20.0664 1.93332 16.1861 1.93332 11.4164C1.93332 6.83058 5.17123 3.0801 9.23332 2.78478V11.4164C9.23332 11.531 9.27152 11.6427 9.34279 11.7337C9.34284 11.7338 9.3429 11.7338 9.34295 11.7339L14.8604 18.8277C14.2411 19.2904 13.6698 19.5955 13.0225 19.7874C12.346 19.9879 11.5811 20.0664 10.5833 20.0664Z",
|
|
2099
|
+
fill: fill,
|
|
2100
|
+
stroke: fill,
|
|
2101
|
+
strokeWidth: "0.2"
|
|
2102
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2103
|
+
d: "M11.4167 11.1H20.5834C20.8686 11.1 21.1 10.8685 21.1 10.5833C21.1 5.24395 16.756 0.9 11.4167 0.9C11.1315 0.9 10.9 1.13145 10.9 1.41668V10.5834C10.9 10.8686 11.1315 11.1 11.4167 11.1ZM11.9333 10.0666V1.94877C16.2925 2.20673 19.7933 5.70751 20.0512 10.0666H11.9333Z",
|
|
2104
|
+
fill: fill,
|
|
2105
|
+
stroke: fill,
|
|
2106
|
+
strokeWidth: "0.2"
|
|
2107
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2108
|
+
d: "M18.0192 19.3336L18.0189 19.3339C17.9231 19.4225 17.7972 19.4721 17.6668 19.4721L18.0192 19.3336ZM18.0192 19.3336C19.9769 17.5072 21.1001 14.9258 21.1001 12.2497C21.1001 11.9645 20.8687 11.733 20.5835 11.733H12.2501M18.0192 19.3336L12.2501 11.733M12.2501 11.733C12.0517 11.733 11.8691 11.8475 11.7832 12.0274M12.2501 11.733L11.7832 12.0274M11.7832 12.0274C11.6974 12.2073 11.7232 12.4202 11.8482 12.5743M11.7832 12.0274L11.8482 12.5743M11.8482 12.5743C11.8483 12.5743 11.8483 12.5743 11.8483 12.5744M11.8482 12.5743L11.8483 12.5744M11.8483 12.5744L17.2645 19.2795C17.2645 19.2796 17.2646 19.2797 17.2647 19.2797C17.3549 19.3926 17.4872 19.4606 17.63 19.471C17.6298 19.471 17.6296 19.471 17.6295 19.471L11.8483 12.5744ZM20.0512 12.7664C19.9288 14.7847 19.0958 16.7118 17.7089 18.185L13.332 12.7664H20.0512Z",
|
|
2109
|
+
fill: fill,
|
|
2110
|
+
stroke: fill,
|
|
2111
|
+
strokeWidth: "0.2"
|
|
2112
|
+
})]
|
|
2113
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("defs", {
|
|
2114
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("clipPath", {
|
|
2115
|
+
id: "clip0_2353_10249",
|
|
2116
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
2117
|
+
width: "22",
|
|
2118
|
+
height: "22",
|
|
2119
|
+
fill: "white"
|
|
2120
|
+
})
|
|
2121
|
+
})
|
|
2038
2122
|
})]
|
|
2039
2123
|
});
|
|
2040
|
-
const
|
|
2124
|
+
const Chart_ICON_NAME = 'chart';
|
|
2041
2125
|
;// ./src/components/Icon/icons/Check.tsx
|
|
2042
2126
|
|
|
2043
2127
|
const Check = ({
|
|
@@ -2124,295 +2208,340 @@ const CheckCircleInverted = ({
|
|
|
2124
2208
|
})]
|
|
2125
2209
|
});
|
|
2126
2210
|
const CheckCircleInverted_ICON_NAME = 'check-circle-inverted';
|
|
2127
|
-
;// ./src/components/Icon/icons/
|
|
2211
|
+
;// ./src/components/Icon/icons/Circle.tsx
|
|
2128
2212
|
|
|
2129
|
-
const
|
|
2213
|
+
const Circle = ({
|
|
2130
2214
|
fill = '#000',
|
|
2131
2215
|
size = 24,
|
|
2132
|
-
tooltip = '
|
|
2216
|
+
tooltip = 'Circle',
|
|
2133
2217
|
...props
|
|
2134
2218
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2219
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2135
2220
|
width: `${size}px`,
|
|
2136
2221
|
height: `${size}px`,
|
|
2137
|
-
viewBox: "0 0
|
|
2222
|
+
viewBox: "0 0 20 21",
|
|
2223
|
+
fill: "#fff",
|
|
2224
|
+
...props,
|
|
2225
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2226
|
+
children: tooltip
|
|
2227
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
2228
|
+
x: "0.7",
|
|
2229
|
+
y: "1.39995",
|
|
2230
|
+
width: "18.6",
|
|
2231
|
+
height: "18.6",
|
|
2232
|
+
rx: "9.3",
|
|
2233
|
+
fill: "none"
|
|
2234
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
2235
|
+
x: "0.7",
|
|
2236
|
+
y: "1.39995",
|
|
2237
|
+
width: "18.6",
|
|
2238
|
+
height: "18.6",
|
|
2239
|
+
rx: "9.3",
|
|
2240
|
+
stroke: fill,
|
|
2241
|
+
strokeWidth: "1.4"
|
|
2242
|
+
})]
|
|
2243
|
+
});
|
|
2244
|
+
const Circle_ICON_NAME = 'circle';
|
|
2245
|
+
;// ./src/components/Icon/icons/Circular.tsx
|
|
2246
|
+
|
|
2247
|
+
const Circular = ({
|
|
2248
|
+
fill = '#000',
|
|
2249
|
+
size = 15,
|
|
2250
|
+
tooltip = 'Circular',
|
|
2251
|
+
...props
|
|
2252
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2138
2253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2139
|
-
|
|
2254
|
+
width: `${size}px`,
|
|
2255
|
+
height: `${size}px`,
|
|
2256
|
+
viewBox: "0 0 13 13",
|
|
2257
|
+
fill: "none",
|
|
2140
2258
|
...props,
|
|
2141
2259
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2142
2260
|
children: tooltip
|
|
2143
2261
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2144
|
-
d: "
|
|
2145
|
-
fill: fill
|
|
2146
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2147
|
-
d: "M12.0002 10.2C11.0102 10.2 10.2002 11.01 10.2002 12C10.2002 12.99 11.0102 13.8 12.0002 13.8C12.9902 13.8 13.8002 12.99 13.8002 12C13.8002 11.01 12.9902 10.2 12.0002 10.2Z",
|
|
2262
|
+
d: "M1.7289 2.42862C2.85955 1.1478 4.51389 0.339844 6.35182 0.339844C9.63351 0.339844 12.3206 2.92225 12.4987 6.16175L12.4988 6.16265C12.5036 6.23476 12.494 6.3071 12.4707 6.37549C12.4473 6.44388 12.4106 6.50695 12.3627 6.56106C12.3148 6.61516 12.2566 6.65921 12.1915 6.69067C12.1264 6.72213 12.0558 6.74036 11.9836 6.74431C11.9115 6.74827 11.8392 6.73786 11.7711 6.7137C11.703 6.68953 11.6404 6.65209 11.5868 6.60355C11.5333 6.555 11.4899 6.49631 11.4592 6.43089C11.4285 6.36546 11.4111 6.29459 11.408 6.22239L11.408 6.22146C11.261 3.54808 9.06488 1.43217 6.35182 1.43217C4.89837 1.43217 3.59436 2.04214 2.67134 3.01702L2.54667 3.14869L3.54297 3.1487L3.54408 3.14868C3.61645 3.14766 3.68831 3.16103 3.75547 3.18802C3.82263 3.21501 3.88376 3.25507 3.9353 3.30589C3.98684 3.35671 4.02777 3.41726 4.05571 3.48404C4.08364 3.55081 4.09803 3.62247 4.09803 3.69485C4.09803 3.76723 4.08364 3.8389 4.05571 3.90567C4.02777 3.97244 3.98684 4.033 3.9353 4.08382C3.88376 4.13463 3.82263 4.1747 3.75547 4.20169C3.68831 4.22868 3.61645 4.24204 3.54408 4.24102H0.500058L0.500066 1.1981L0.500051 1.19703C0.498071 1.05227 0.553642 0.912645 0.654554 0.808833C0.755465 0.705021 0.893461 0.645517 1.03822 0.643395C1.11125 0.642326 1.18375 0.655912 1.25143 0.68335C1.31911 0.710788 1.38061 0.75152 1.43227 0.803137C1.48394 0.854755 1.52473 0.916209 1.55223 0.983866C1.57974 1.05152 1.59339 1.12401 1.59239 1.19703V2.58327L1.7289 2.42862Z",
|
|
2148
2263
|
fill: fill
|
|
2149
2264
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2150
|
-
d: "
|
|
2265
|
+
d: "M11.2711 10.5714C10.1405 11.8522 8.48611 12.6602 6.64818 12.6602C3.36649 12.6602 0.679442 10.0777 0.501275 6.83825L0.501221 6.83735C0.496425 6.76524 0.505984 6.6929 0.529348 6.62451C0.552712 6.55612 0.589417 6.49305 0.637332 6.43894C0.685246 6.38484 0.743422 6.34079 0.808486 6.30933C0.87355 6.27787 0.944211 6.25964 1.01637 6.25569C1.08853 6.25173 1.16076 6.26214 1.22887 6.2863C1.29698 6.31047 1.35962 6.34791 1.41316 6.39645C1.4667 6.445 1.51007 6.50369 1.54076 6.56911C1.57145 6.63454 1.58886 6.70541 1.59196 6.77761L1.59201 6.77854C1.73904 9.45192 3.93511 11.5678 6.64818 11.5678C8.10163 11.5678 9.40564 10.9579 10.3287 9.98298L10.4533 9.85131L9.45703 9.8513L9.45592 9.85132C9.38355 9.85234 9.31169 9.83897 9.24453 9.81198C9.17737 9.78499 9.11624 9.74493 9.0647 9.69411C9.01316 9.64329 8.97223 9.58274 8.94429 9.51596C8.91636 9.44919 8.90197 9.37753 8.90197 9.30515C8.90197 9.23277 8.91636 9.1611 8.94429 9.09433C8.97223 9.02756 9.01316 8.967 9.0647 8.91618C9.11624 8.86537 9.17737 8.8253 9.24453 8.79831C9.31169 8.77132 9.38355 8.75796 9.45592 8.75898H12.4999L12.4999 11.8019L12.4999 11.803C12.5019 11.9477 12.4464 12.0874 12.3454 12.1912C12.2445 12.295 12.1065 12.3545 11.9618 12.3566C11.8888 12.3577 11.8163 12.3441 11.7486 12.3167C11.6809 12.2892 11.6194 12.2485 11.5677 12.1969C11.5161 12.1452 11.4753 12.0838 11.4478 12.0161C11.4203 11.9485 11.4066 11.876 11.4076 11.803V10.4167L11.2711 10.5714Z",
|
|
2151
2266
|
fill: fill
|
|
2152
2267
|
})]
|
|
2153
2268
|
});
|
|
2154
|
-
const
|
|
2155
|
-
;// ./src/components/Icon/icons/
|
|
2269
|
+
const Circular_ICON_NAME = 'circular';
|
|
2270
|
+
;// ./src/components/Icon/icons/Clock.tsx
|
|
2156
2271
|
|
|
2157
|
-
const
|
|
2272
|
+
const Clock = ({
|
|
2158
2273
|
fill = '#000',
|
|
2159
|
-
size =
|
|
2160
|
-
tooltip = '
|
|
2274
|
+
size = 15,
|
|
2275
|
+
tooltip = 'Clock',
|
|
2161
2276
|
...props
|
|
2162
2277
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2163
|
-
|
|
2164
|
-
width: `${size / 4}px`,
|
|
2278
|
+
width: `${size}px`,
|
|
2165
2279
|
height: `${size}px`,
|
|
2166
|
-
viewBox: "0 0
|
|
2280
|
+
viewBox: "0 0 15 15",
|
|
2167
2281
|
fill: "none",
|
|
2282
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2168
2283
|
...props,
|
|
2169
2284
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2170
2285
|
children: tooltip
|
|
2171
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
2172
|
-
|
|
2173
|
-
cy: "2",
|
|
2174
|
-
r: "1.5",
|
|
2175
|
-
fill: fill
|
|
2176
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("circle", {
|
|
2177
|
-
cx: "1.66016",
|
|
2178
|
-
cy: "8",
|
|
2179
|
-
r: "1.5",
|
|
2286
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2287
|
+
d: "M6.73865 8.0244L6.73805 3.9485C6.73803 3.77453 6.87904 3.63348 7.05301 3.63345C7.22698 3.63343 7.36803 3.77444 7.36805 3.94841L7.36861 7.73391L11.311 6.74833C11.4797 6.70613 11.6508 6.80875 11.6929 6.97752C11.7351 7.1463 11.6325 7.31732 11.4637 7.35952L7.13042 8.44285C6.96164 8.48504 6.79062 8.38243 6.74842 8.21365C6.73727 8.16903 6.73623 8.12426 6.74387 8.08175C6.74045 8.06315 6.73866 8.04398 6.73865 8.0244Z",
|
|
2180
2288
|
fill: fill
|
|
2181
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2289
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2290
|
+
fillRule: "evenodd",
|
|
2291
|
+
clipRule: "evenodd",
|
|
2292
|
+
d: "M0.600006 7.41501C0.600006 3.65119 3.65119 0.600006 7.41501 0.600006C11.1788 0.600006 14.23 3.65119 14.23 7.41501C14.23 11.1788 11.1788 14.23 7.41501 14.23C3.65119 14.23 0.600006 11.1788 0.600006 7.41501ZM7.41501 1.23001C3.99913 1.23001 1.23001 3.99913 1.23001 7.41501C1.23001 10.8309 3.99913 13.6 7.41501 13.6C10.8309 13.6 13.6 10.8309 13.6 7.41501C13.6 3.99913 10.8309 1.23001 7.41501 1.23001Z",
|
|
2185
2293
|
fill: fill
|
|
2186
2294
|
})]
|
|
2187
2295
|
});
|
|
2188
|
-
const
|
|
2189
|
-
;// ./src/components/Icon/icons/
|
|
2296
|
+
const Clock_ICON_NAME = 'clock';
|
|
2297
|
+
;// ./src/components/Icon/icons/Cogwheel.tsx
|
|
2190
2298
|
|
|
2191
|
-
const
|
|
2299
|
+
const Cogwheel = ({
|
|
2192
2300
|
fill = '#000',
|
|
2193
2301
|
size = 24,
|
|
2194
|
-
tooltip = '
|
|
2302
|
+
tooltip = 'Cogwheel',
|
|
2195
2303
|
...props
|
|
2196
2304
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2305
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2197
2306
|
width: `${size}px`,
|
|
2198
2307
|
height: `${size}px`,
|
|
2199
|
-
viewBox: "0 0
|
|
2200
|
-
|
|
2201
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2308
|
+
viewBox: "0 0 24 24",
|
|
2309
|
+
fill: "none",
|
|
2202
2310
|
...props,
|
|
2203
2311
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2204
2312
|
children: tooltip
|
|
2205
2313
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2206
|
-
d: "
|
|
2207
|
-
fill: fill
|
|
2314
|
+
d: "M10.353 1.11378C10.4393 1.04038 10.549 1.00006 10.6624 1H13.2928C13.4055 0.999874 13.5146 1.03954 13.6009 1.11199C13.6872 1.18445 13.7451 1.28505 13.7645 1.39606L14.2652 4.25815C14.8255 4.42339 15.358 4.64665 15.8597 4.9223L18.2146 3.22877C18.3067 3.16244 18.4193 3.13101 18.5324 3.14008C18.6455 3.14915 18.7517 3.19813 18.832 3.27828L19.0161 3.46223L17.7061 4.77221L16.2053 5.8508C16.1292 5.90547 16.0387 5.93656 15.945 5.94022C15.8513 5.94387 15.7587 5.91992 15.6785 5.87135C15.0789 5.50835 14.422 5.23205 13.7225 5.05775C13.6327 5.03524 13.5514 4.98717 13.4884 4.91935C13.4254 4.85154 13.3834 4.7669 13.3675 4.6757L12.8911 1.95652H11.0696L10.6278 4.65982C10.6128 4.75239 10.5708 4.8385 10.5072 4.90742C10.4436 4.97635 10.3611 5.02505 10.27 5.04747C9.56944 5.21926 8.90803 5.49292 8.30749 5.8536C8.22764 5.90158 8.1355 5.9252 8.04241 5.92155C7.94932 5.9179 7.85932 5.88714 7.78346 5.83305L5.55376 4.23947L4.26376 5.52853L5.83492 7.77412C5.88805 7.85015 5.91793 7.93999 5.92092 8.0327C5.9239 8.12541 5.89987 8.21699 5.85174 8.29628C5.48675 8.90026 5.20981 9.55998 5.03346 10.2654C5.01085 10.3558 4.96229 10.4377 4.89375 10.501C4.8252 10.5642 4.73967 10.606 4.64768 10.6213L1.95653 11.0687V12.893L4.64955 13.3713C4.74041 13.3874 4.82464 13.4296 4.8921 13.4925C4.95956 13.5555 5.00735 13.6367 5.02973 13.7262C5.20457 14.4292 5.48164 15.089 5.848 15.6944C5.89651 15.7744 5.92051 15.8668 5.91702 15.9603C5.91353 16.0537 5.88272 16.1441 5.82838 16.2203L4.74825 17.7301L3.46083 19.0175L3.27548 18.832C3.19567 18.7519 3.14681 18.6462 3.13758 18.5335C3.12835 18.4208 3.15933 18.3085 3.22504 18.2165L4.89895 15.8747C4.62081 15.3684 4.39781 14.8317 4.232 14.268L1.39419 13.7655C1.28353 13.7457 1.18337 13.6876 1.11128 13.6013C1.0392 13.515 0.999799 13.4061 1 13.2937V10.6633C0.99999 10.5502 1.04005 10.4408 1.11307 10.3544C1.18609 10.2681 1.28734 10.2104 1.39887 10.1916L4.2348 9.71986C4.40152 9.15522 4.62594 8.61883 4.90362 8.1132L3.25026 5.74805C3.18566 5.65596 3.15558 5.54404 3.16532 5.43197C3.17506 5.3199 3.22399 5.21485 3.3035 5.13528L5.16424 3.27641C5.24433 3.1966 5.3501 3.14775 5.46279 3.13851C5.57548 3.12928 5.68779 3.16026 5.77981 3.22597L8.13001 4.90455C8.63271 4.63109 9.16609 4.41153 9.72546 4.24881L10.1906 1.40073C10.209 1.28887 10.2666 1.18717 10.353 1.11378Z",
|
|
2315
|
+
fill: fill
|
|
2316
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2317
|
+
d: "M19.1199 6.40206L20.5383 4.98366L20.6928 5.13808C20.7723 5.21765 20.8212 5.3227 20.8309 5.43477C20.8407 5.54684 20.8106 5.65876 20.746 5.75085L19.0684 8.14122C19.3405 8.64009 19.5602 9.16814 19.7241 9.72266L22.5974 10.1925C22.7093 10.2109 22.811 10.2684 22.8844 10.3548C22.9578 10.4412 22.9981 10.5509 22.9981 10.6642V13.2947C22.9983 13.4072 22.9588 13.5162 22.8865 13.6025C22.8142 13.6888 22.7138 13.7468 22.603 13.7664L19.725 14.2708C19.5622 14.826 19.3431 15.355 19.0712 15.8541L20.7722 18.2155C20.8385 18.3076 20.8699 18.4202 20.8609 18.5333C20.8518 18.6464 20.8028 18.7526 20.7227 18.833L18.8629 20.6946C18.7833 20.7741 18.6782 20.8231 18.5662 20.8328C18.4541 20.8426 18.3422 20.8125 18.2501 20.7479L15.8644 19.074C15.3629 19.3507 14.8307 19.5752 14.2717 19.7418L13.7645 22.6049C13.745 22.7157 13.6869 22.8161 13.6006 22.8884C13.5144 22.9606 13.4054 23.0002 13.2928 23H10.6624C10.5491 23 10.4396 22.9598 10.3532 22.8866C10.2668 22.8134 10.2092 22.7119 10.1906 22.6002L9.71706 19.7484C9.15581 19.5842 8.62111 19.3631 8.11694 19.088L5.74712 20.7469C5.655 20.8112 5.54322 20.8409 5.43135 20.831C5.31949 20.8211 5.21468 20.7722 5.13528 20.6928L4.98226 20.5397L6.39894 19.123L7.77692 18.1576C7.85258 18.1046 7.94197 18.0746 8.03431 18.0713C8.12664 18.068 8.21795 18.0915 8.29722 18.1389C8.90094 18.5013 9.56083 18.7772 10.2607 18.9497C10.3513 18.9722 10.4334 19.0207 10.4968 19.0892C10.5603 19.1578 10.6022 19.2434 10.6175 19.3355L11.0678 22.0435H12.8921L13.375 19.3234C13.3911 19.2326 13.4331 19.1485 13.4959 19.081C13.5587 19.0136 13.6397 18.9657 13.729 18.9432C14.4261 18.7664 15.0837 18.4888 15.6804 18.1258C15.7598 18.0775 15.8515 18.0534 15.9444 18.0564C16.0373 18.0594 16.1273 18.0893 16.2035 18.1427L18.4705 19.7334L19.7587 18.4444L18.1427 16.2016C18.0881 16.1256 18.0569 16.0353 18.0531 15.9419C18.0493 15.8484 18.0729 15.7559 18.1212 15.6757C18.4806 15.0775 18.7533 14.4247 18.9254 13.73C18.9476 13.64 18.9954 13.5583 19.063 13.495C19.1307 13.4316 19.2153 13.3893 19.3066 13.3731L22.0416 12.893V11.0715L19.3122 10.625C19.22 10.6099 19.1343 10.5682 19.0655 10.5049C18.9968 10.4417 18.9481 10.3597 18.9254 10.2691C18.7513 9.57349 18.4787 8.92071 18.1193 8.32244C18.0717 8.24307 18.048 8.15157 18.0514 8.05905C18.0547 7.96653 18.0848 7.87696 18.138 7.80121L19.1199 6.40206Z",
|
|
2318
|
+
fill: fill
|
|
2319
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2320
|
+
d: "M8.73597 16.786C9.25339 17.1353 9.83633 17.4059 10.4723 17.5763C13.5545 18.4022 16.734 16.5665 17.5599 13.4844C18.01 11.8044 17.6695 10.0955 16.7673 8.75462L16.0598 9.46219C16.731 10.5504 16.9708 11.9017 16.6146 13.2311C15.9285 15.7918 13.2864 17.3173 10.7256 16.6311C10.262 16.5069 9.83241 16.3186 9.44368 16.0783L8.73597 16.786Z",
|
|
2321
|
+
fill: fill
|
|
2322
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2323
|
+
d: "M15.2559 7.22244L14.5499 7.92839C14.1473 7.67204 13.6995 7.47198 13.2146 7.34206C12.2996 7.09689 11.342 7.12719 10.446 7.42926C10.1898 7.51603 9.91224 7.3787 9.82583 7.12259C9.73917 6.86726 9.87681 6.58877 10.1325 6.50227C11.2123 6.13763 12.3659 6.10152 13.4679 6.39681C14.1251 6.57292 14.7257 6.85605 15.2559 7.22244Z",
|
|
2324
|
+
fill: fill
|
|
2325
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2326
|
+
d: "M7.91391 14.5644L7.20809 15.2702C6.27968 13.9217 5.92439 12.1904 6.38034 10.4888C6.42269 10.3308 6.47478 10.179 6.52849 10.0298C6.61948 9.77555 6.89961 9.6435 7.15378 9.73439C7.40739 9.82612 7.54108 10.1003 7.44936 10.3596C7.40414 10.4857 7.36047 10.6119 7.32559 10.7421C6.96353 12.0933 7.21723 13.4672 7.91391 14.5644Z",
|
|
2327
|
+
fill: fill
|
|
2328
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2329
|
+
d: "M7.42536 8.46778C7.37033 8.65037 7.42528 8.85617 7.58143 8.98547C7.78934 9.15868 8.09848 9.12987 8.2712 8.9219C8.46367 8.68955 8.68645 8.46995 8.93232 8.26906C9.0147 8.20153 9.06907 8.11314 9.09465 8.01768C9.134 7.87084 9.10437 7.7071 9.00113 7.58017C8.83011 7.37118 8.5224 7.34076 8.31311 7.51151C8.01895 7.75145 7.75095 8.01614 7.51764 8.29666C7.47459 8.34866 7.44378 8.40665 7.42536 8.46778Z",
|
|
2330
|
+
fill: fill
|
|
2331
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2332
|
+
d: "M21.9372 2.80688C22.1427 2.60143 22.1427 2.26833 21.9372 2.06288C21.7318 1.85743 21.3987 1.85743 21.1932 2.06288L2.06281 21.1933C1.85736 21.3988 1.85736 21.7319 2.06281 21.9373C2.26826 22.1428 2.60136 22.1428 2.80681 21.9373L21.9372 2.80688Z",
|
|
2333
|
+
fill: fill
|
|
2334
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2335
|
+
d: "M10.353 1.11378C10.4393 1.04038 10.549 1.00006 10.6624 1H13.2928C13.4055 0.999874 13.5146 1.03954 13.6009 1.11199C13.6872 1.18445 13.7451 1.28505 13.7645 1.39606L14.2652 4.25815C14.8255 4.42339 15.358 4.64665 15.8597 4.9223L18.2146 3.22877C18.3067 3.16244 18.4193 3.13101 18.5324 3.14008C18.6455 3.14915 18.7517 3.19813 18.832 3.27828L19.0161 3.46223L17.7061 4.77221L16.2053 5.8508C16.1292 5.90547 16.0387 5.93656 15.945 5.94022C15.8513 5.94387 15.7587 5.91992 15.6785 5.87135C15.0789 5.50835 14.422 5.23205 13.7225 5.05775C13.6327 5.03524 13.5514 4.98717 13.4884 4.91935C13.4254 4.85154 13.3834 4.7669 13.3675 4.6757L12.8911 1.95652H11.0696L10.6278 4.65982C10.6128 4.75239 10.5708 4.8385 10.5072 4.90742C10.4436 4.97635 10.3611 5.02505 10.27 5.04747C9.56944 5.21926 8.90803 5.49292 8.30749 5.8536C8.22764 5.90158 8.1355 5.9252 8.04241 5.92155C7.94932 5.9179 7.85932 5.88714 7.78346 5.83305L5.55376 4.23947L4.26376 5.52853L5.83492 7.77412C5.88805 7.85015 5.91793 7.93999 5.92092 8.0327C5.9239 8.12541 5.89987 8.21699 5.85174 8.29628C5.48675 8.90026 5.20981 9.55998 5.03346 10.2654C5.01085 10.3558 4.96229 10.4377 4.89375 10.501C4.8252 10.5642 4.73967 10.606 4.64768 10.6213L1.95653 11.0687V12.893L4.64955 13.3713C4.74041 13.3874 4.82464 13.4296 4.8921 13.4925C4.95956 13.5555 5.00735 13.6367 5.02973 13.7262C5.20457 14.4292 5.48164 15.089 5.848 15.6944C5.89651 15.7744 5.92051 15.8668 5.91702 15.9603C5.91353 16.0537 5.88272 16.1441 5.82838 16.2203L4.74825 17.7301L3.46083 19.0175L3.27548 18.832C3.19567 18.7519 3.14681 18.6462 3.13758 18.5335C3.12835 18.4208 3.15933 18.3085 3.22504 18.2165L4.89895 15.8747C4.62081 15.3684 4.39781 14.8317 4.232 14.268L1.39419 13.7655C1.28353 13.7457 1.18337 13.6876 1.11128 13.6013C1.0392 13.515 0.999799 13.4061 1 13.2937V10.6633C0.99999 10.5502 1.04005 10.4408 1.11307 10.3544C1.18609 10.2681 1.28734 10.2104 1.39887 10.1916L4.2348 9.71986C4.40152 9.15522 4.62594 8.61883 4.90362 8.1132L3.25026 5.74805C3.18566 5.65596 3.15558 5.54404 3.16532 5.43197C3.17506 5.3199 3.22399 5.21485 3.3035 5.13528L5.16424 3.27641C5.24433 3.1966 5.3501 3.14775 5.46279 3.13851C5.57548 3.12928 5.68779 3.16026 5.77981 3.22597L8.13001 4.90455C8.63271 4.63109 9.16609 4.41153 9.72546 4.24881L10.1906 1.40073C10.209 1.28887 10.2666 1.18717 10.353 1.11378Z",
|
|
2208
2336
|
stroke: fill,
|
|
2209
|
-
strokeWidth: "0.3"
|
|
2337
|
+
strokeWidth: "0.3",
|
|
2338
|
+
strokeLinecap: "round"
|
|
2339
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2340
|
+
d: "M19.1199 6.40206L20.5383 4.98366L20.6928 5.13808C20.7723 5.21765 20.8212 5.3227 20.8309 5.43477C20.8407 5.54684 20.8106 5.65876 20.746 5.75085L19.0684 8.14122C19.3405 8.64009 19.5602 9.16814 19.7241 9.72266L22.5974 10.1925C22.7093 10.2109 22.811 10.2684 22.8844 10.3548C22.9578 10.4412 22.9981 10.5509 22.9981 10.6642V13.2947C22.9983 13.4072 22.9588 13.5162 22.8865 13.6025C22.8142 13.6888 22.7138 13.7468 22.603 13.7664L19.725 14.2708C19.5622 14.826 19.3431 15.355 19.0712 15.8541L20.7722 18.2155C20.8385 18.3076 20.8699 18.4202 20.8609 18.5333C20.8518 18.6464 20.8028 18.7526 20.7227 18.833L18.8629 20.6946C18.7833 20.7741 18.6782 20.8231 18.5662 20.8328C18.4541 20.8426 18.3422 20.8125 18.2501 20.7479L15.8644 19.074C15.3629 19.3507 14.8307 19.5752 14.2717 19.7418L13.7645 22.6049C13.745 22.7157 13.6869 22.8161 13.6006 22.8884C13.5144 22.9606 13.4054 23.0002 13.2928 23H10.6624C10.5491 23 10.4396 22.9598 10.3532 22.8866C10.2668 22.8134 10.2092 22.7119 10.1906 22.6002L9.71706 19.7484C9.15581 19.5842 8.62111 19.3631 8.11694 19.088L5.74712 20.7469C5.655 20.8112 5.54322 20.8409 5.43135 20.831C5.31949 20.8211 5.21468 20.7722 5.13528 20.6928L4.98226 20.5397L6.39894 19.123L7.77692 18.1576C7.85258 18.1046 7.94197 18.0746 8.03431 18.0713C8.12664 18.068 8.21795 18.0915 8.29722 18.1389C8.90094 18.5013 9.56083 18.7772 10.2607 18.9497C10.3513 18.9722 10.4334 19.0207 10.4968 19.0892C10.5603 19.1578 10.6022 19.2434 10.6175 19.3355L11.0678 22.0435H12.8921L13.375 19.3234C13.3911 19.2326 13.4331 19.1485 13.4959 19.081C13.5587 19.0136 13.6397 18.9657 13.729 18.9432C14.4261 18.7664 15.0837 18.4888 15.6804 18.1258C15.7598 18.0775 15.8515 18.0534 15.9444 18.0564C16.0373 18.0594 16.1273 18.0893 16.2035 18.1427L18.4705 19.7334L19.7587 18.4444L18.1427 16.2016C18.0881 16.1256 18.0569 16.0353 18.0531 15.9419C18.0493 15.8484 18.0729 15.7559 18.1212 15.6757C18.4806 15.0775 18.7533 14.4247 18.9254 13.73C18.9476 13.64 18.9954 13.5583 19.063 13.495C19.1307 13.4316 19.2153 13.3893 19.3066 13.3731L22.0416 12.893V11.0715L19.3122 10.625C19.22 10.6099 19.1343 10.5682 19.0655 10.5049C18.9968 10.4417 18.9481 10.3597 18.9254 10.2691C18.7513 9.57349 18.4787 8.92071 18.1193 8.32244C18.0717 8.24307 18.048 8.15157 18.0514 8.05905C18.0547 7.96653 18.0848 7.87696 18.138 7.80121L19.1199 6.40206Z",
|
|
2341
|
+
stroke: fill,
|
|
2342
|
+
strokeWidth: "0.3",
|
|
2343
|
+
strokeLinecap: "round"
|
|
2344
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2345
|
+
d: "M8.73597 16.786C9.25339 17.1353 9.83633 17.4059 10.4723 17.5763C13.5545 18.4022 16.734 16.5665 17.5599 13.4844C18.01 11.8044 17.6695 10.0955 16.7673 8.75462L16.0598 9.46219C16.731 10.5504 16.9708 11.9017 16.6146 13.2311C15.9285 15.7918 13.2864 17.3173 10.7256 16.6311C10.262 16.5069 9.83241 16.3186 9.44368 16.0783L8.73597 16.786Z",
|
|
2346
|
+
stroke: fill,
|
|
2347
|
+
strokeWidth: "0.3",
|
|
2348
|
+
strokeLinecap: "round"
|
|
2349
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2350
|
+
d: "M15.2559 7.22244L14.5499 7.92839C14.1473 7.67204 13.6995 7.47198 13.2146 7.34206C12.2996 7.09689 11.342 7.12719 10.446 7.42926C10.1898 7.51603 9.91224 7.3787 9.82583 7.12259C9.73917 6.86726 9.87681 6.58877 10.1325 6.50227C11.2123 6.13763 12.3659 6.10152 13.4679 6.39681C14.1251 6.57292 14.7257 6.85605 15.2559 7.22244Z",
|
|
2351
|
+
stroke: fill,
|
|
2352
|
+
strokeWidth: "0.3",
|
|
2353
|
+
strokeLinecap: "round"
|
|
2354
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2355
|
+
d: "M7.91391 14.5644L7.20809 15.2702C6.27968 13.9217 5.92439 12.1904 6.38034 10.4888C6.42269 10.3308 6.47478 10.179 6.52849 10.0298C6.61948 9.77555 6.89961 9.6435 7.15378 9.73439C7.40739 9.82612 7.54108 10.1003 7.44936 10.3596C7.40414 10.4857 7.36047 10.6119 7.32559 10.7421C6.96353 12.0933 7.21723 13.4672 7.91391 14.5644Z",
|
|
2356
|
+
stroke: fill,
|
|
2357
|
+
strokeWidth: "0.3",
|
|
2358
|
+
strokeLinecap: "round"
|
|
2359
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2360
|
+
d: "M7.42536 8.46778C7.37033 8.65037 7.42528 8.85617 7.58143 8.98547C7.78934 9.15868 8.09848 9.12987 8.2712 8.9219C8.46367 8.68955 8.68645 8.46995 8.93232 8.26906C9.0147 8.20153 9.06907 8.11314 9.09465 8.01768C9.134 7.87084 9.10437 7.7071 9.00113 7.58017C8.83011 7.37118 8.5224 7.34076 8.31311 7.51151C8.01895 7.75145 7.75095 8.01614 7.51764 8.29666C7.47459 8.34866 7.44378 8.40665 7.42536 8.46778Z",
|
|
2361
|
+
stroke: fill,
|
|
2362
|
+
strokeWidth: "0.3",
|
|
2363
|
+
strokeLinecap: "round"
|
|
2364
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2365
|
+
d: "M21.9372 2.80688C22.1427 2.60143 22.1427 2.26833 21.9372 2.06288C21.7318 1.85743 21.3987 1.85743 21.1932 2.06288L2.06281 21.1933C1.85736 21.3988 1.85736 21.7319 2.06281 21.9373C2.26826 22.1428 2.60136 22.1428 2.80681 21.9373L21.9372 2.80688Z",
|
|
2366
|
+
stroke: fill,
|
|
2367
|
+
strokeWidth: "0.3",
|
|
2368
|
+
strokeLinecap: "round"
|
|
2210
2369
|
})]
|
|
2211
2370
|
});
|
|
2212
|
-
const
|
|
2213
|
-
;// ./src/components/Icon/icons/
|
|
2371
|
+
const Cogwheel_ICON_NAME = 'cogwheel';
|
|
2372
|
+
;// ./src/components/Icon/icons/Company.tsx
|
|
2214
2373
|
|
|
2215
|
-
const
|
|
2374
|
+
const Company = ({
|
|
2216
2375
|
fill = '#000',
|
|
2217
2376
|
size = 24,
|
|
2218
|
-
tooltip = '
|
|
2377
|
+
tooltip = 'Company',
|
|
2219
2378
|
...props
|
|
2220
2379
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2380
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2221
2381
|
width: `${size}px`,
|
|
2222
2382
|
height: `${size}px`,
|
|
2223
|
-
fill: "none",
|
|
2224
2383
|
viewBox: "0 0 24 24",
|
|
2225
|
-
|
|
2226
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2384
|
+
fill: "none",
|
|
2227
2385
|
...props,
|
|
2228
2386
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2229
2387
|
children: tooltip
|
|
2230
2388
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2231
|
-
d: "
|
|
2232
|
-
|
|
2233
|
-
strokeWidth: "1.4",
|
|
2234
|
-
strokeLinecap: "round",
|
|
2235
|
-
strokeLinejoin: "round"
|
|
2236
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2237
|
-
d: "M18.7398 19.3801C16.9598 21.0101 14.5998 22.0001 11.9998 22.0001C9.39977 22.0001 7.03977 21.0101 5.25977 19.3801C5.35977 18.4401 5.95977 17.5201 7.02977 16.8001C9.76977 14.9801 14.2498 14.9801 16.9698 16.8001C18.0398 17.5201 18.6398 18.4401 18.7398 19.3801Z",
|
|
2238
|
-
stroke: fill,
|
|
2239
|
-
strokeWidth: "1.4",
|
|
2240
|
-
strokeLinecap: "round",
|
|
2241
|
-
strokeLinejoin: "round"
|
|
2242
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2243
|
-
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
2244
|
-
stroke: fill,
|
|
2245
|
-
strokeWidth: "1.4",
|
|
2246
|
-
strokeLinecap: "round",
|
|
2247
|
-
strokeLinejoin: "round"
|
|
2389
|
+
d: "M20.4678 1.9502C20.7692 1.9502 21.002 2.18048 21.002 2.48047V4.48047C21.0017 4.78023 20.769 5.00977 20.4678 5.00977H20.2432V20.9902H20.5166C20.8176 20.9905 21.0496 21.2199 21.0498 21.5195C21.0498 21.8194 20.8178 22.0496 20.5166 22.0498H3.51562C3.21438 22.0496 2.98242 21.8194 2.98242 21.5195C2.98266 21.2199 3.21454 20.9904 3.51562 20.9902H3.78906V5.00977H3.4834C3.18129 5.00951 2.95045 4.76303 2.9502 4.48047V2.48047C2.9502 2.18063 3.1822 1.95044 3.4834 1.9502H20.4678ZM4.85645 20.9902H6.50488V13.3213C6.50501 13.0214 6.73772 12.792 7.03906 12.792H10.748C11.0494 12.792 11.2821 13.0214 11.2822 13.3213V20.9902H19.1777V5.00977H4.85645V20.9902ZM7.57227 20.9902H10.2148V13.8516H7.57227V20.9902ZM17.0771 12.792C17.3785 12.792 17.6112 13.0214 17.6113 13.3213V16.6162C17.8058 16.6958 17.9336 16.8807 17.9336 17.0977C17.9335 17.3974 17.7016 17.6277 17.4004 17.6279H13.8838C13.5996 17.6279 13.3497 17.3986 13.3496 17.0977C13.3496 16.8805 13.4781 16.6957 13.6729 16.6162V13.3213C13.673 13.0215 13.9048 12.7921 14.2061 12.792H17.0771ZM14.7402 16.5674H16.5439V13.8516H14.7402V16.5674ZM10.3936 6.13574C10.6949 6.13583 10.9277 6.36608 10.9277 6.66602V9.96094C11.1218 10.0407 11.2499 10.2248 11.25 10.4414C11.25 10.7414 11.0172 10.9717 10.7158 10.9717H7.2002C6.89877 10.9717 6.66602 10.7414 6.66602 10.4414C6.66607 10.2248 6.79419 10.0407 6.98828 9.96094V6.66602C6.98828 6.36607 7.2211 6.13581 7.52246 6.13574H10.3936ZM17.0771 6.13574C17.3786 6.13574 17.6113 6.36602 17.6113 6.66602V9.95996C17.8058 10.0395 17.9335 10.2245 17.9336 10.4414C17.9336 10.7413 17.7016 10.9715 17.4004 10.9717H13.8838C13.5996 10.9717 13.3496 10.7425 13.3496 10.4414C13.3497 10.2244 13.4781 10.0394 13.6729 9.95996V6.66602C13.6729 6.3661 13.9047 6.13586 14.2061 6.13574H17.0771ZM8.05664 9.91113H9.85938V7.19531H8.05664V9.91113ZM14.7402 9.91113H16.5439V7.19531H14.7402V9.91113ZM4.01758 3.9502H19.918V3.00977H4.01758V3.9502Z",
|
|
2390
|
+
fill: fill
|
|
2248
2391
|
})]
|
|
2249
2392
|
});
|
|
2250
|
-
const
|
|
2251
|
-
;// ./src/components/Icon/icons/
|
|
2393
|
+
const Company_ICON_NAME = 'company';
|
|
2394
|
+
;// ./src/components/Icon/icons/ConfirmEmail.tsx
|
|
2252
2395
|
|
|
2253
|
-
const
|
|
2396
|
+
const ConfirmEmail = ({
|
|
2254
2397
|
fill = '#000',
|
|
2255
|
-
size =
|
|
2256
|
-
tooltip = '
|
|
2398
|
+
size = 15,
|
|
2399
|
+
tooltip = 'Confirm Email',
|
|
2257
2400
|
...props
|
|
2258
2401
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2402
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2403
|
+
viewBox: "0 0 15 15",
|
|
2404
|
+
fill: "none",
|
|
2259
2405
|
width: `${size}px`,
|
|
2260
2406
|
height: `${size}px`,
|
|
2261
|
-
fill: "none",
|
|
2262
|
-
viewBox: "0 0 3 10",
|
|
2263
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2264
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2265
2407
|
...props,
|
|
2266
2408
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2267
2409
|
children: tooltip
|
|
2410
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2411
|
+
d: "M12.5811 9.43434C12.7511 9.2647 13.0263 9.26494 13.196 9.43488C13.3656 9.60482 13.3654 9.8801 13.1954 10.0497L11.4771 11.7651C11.3073 11.9346 11.0322 11.9345 10.8625 11.7648L10.0048 10.9071C9.83505 10.7373 9.83505 10.4621 10.0048 10.2923C10.1746 10.1225 10.4499 10.1225 10.6197 10.2923L11.1437 10.8163C11.1583 10.8309 11.1821 10.8309 11.1967 10.8163L12.5811 9.43434Z",
|
|
2412
|
+
fill: fill
|
|
2268
2413
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2269
2414
|
fillRule: "evenodd",
|
|
2270
2415
|
clipRule: "evenodd",
|
|
2271
|
-
d: "M1.
|
|
2416
|
+
d: "M1.77194 1.875C1.21315 1.875 0.793286 2.03679 0.494547 2.34803C0.197556 2.65745 0.0375977 3.13579 0.0375977 3.80587V9.75896C0.0375977 10.427 0.207453 10.9037 0.524502 11.2134C0.842687 11.524 1.32702 11.6898 2.00122 11.6898H8.58728C8.60302 11.6898 8.61709 11.6997 8.6225 11.7145C9.08048 12.9681 10.2867 13.868 11.6942 13.868C13.4929 13.868 14.9626 12.3983 14.9626 10.5996C14.9626 9.48724 14.4005 8.50059 13.5458 7.90958C13.5357 7.90258 13.5296 7.89105 13.5296 7.87874V3.80587C13.5296 3.1377 13.3603 2.66051 13.0433 2.35089C12.7252 2.04042 12.2404 1.875 11.566 1.875H1.77194ZM1.79606 2.75237L1.81513 2.7504C1.85502 2.74625 1.90197 2.74136 1.95264 2.74136H11.6075C11.6642 2.74136 11.716 2.74693 11.7608 2.75174L11.9522 2.77213C11.9666 2.77366 11.9788 2.78335 11.9836 2.79701C11.9884 2.81068 11.9849 2.82588 11.9746 2.83607L7.64338 7.12451C7.49659 7.26579 7.35457 7.37535 7.2186 7.44783C7.08009 7.52166 6.93621 7.5606 6.78826 7.5606C6.63566 7.5606 6.4886 7.52214 6.34919 7.44783C6.21316 7.37532 6.07182 7.26611 5.92488 7.12496L5.92394 7.12405L1.59228 2.83459C1.58197 2.82438 1.57847 2.80913 1.58332 2.79544C1.58816 2.78176 1.60046 2.77209 1.61491 2.77064L1.79606 2.75237ZM0.970431 3.40442C0.983957 3.39965 0.999017 3.40301 1.00923 3.41308L4.39048 6.74694C4.3976 6.75396 4.40162 6.76354 4.40165 6.77355C4.40167 6.78355 4.3977 6.79315 4.39061 6.80021L1.01253 10.165C1.00241 10.1751 0.987428 10.1785 0.973908 10.1739C0.960388 10.1693 0.950679 10.1574 0.948871 10.1432L0.926789 9.97C0.918404 9.90423 0.912697 9.8347 0.912697 9.75896V3.79768C0.912697 3.72901 0.919037 3.66685 0.925515 3.61054L0.945646 3.4355C0.947285 3.42125 0.956906 3.40919 0.970431 3.40442ZM12.598 3.4106C12.6115 3.41538 12.6211 3.42744 12.6227 3.44168L12.6428 3.61655C12.6494 3.67387 12.6556 3.73637 12.6556 3.80587V7.42572C12.6556 7.43753 12.6501 7.44865 12.6406 7.45573C12.6312 7.46281 12.6189 7.46503 12.6076 7.46171C12.3175 7.3768 12.011 7.33123 11.6942 7.33123C11.1333 7.33123 10.6045 7.4741 10.1422 7.72528C10.1277 7.73321 10.1096 7.7306 10.0978 7.71888L9.1777 6.80062C9.17062 6.79356 9.16665 6.78395 9.16669 6.77395C9.16672 6.76395 9.17075 6.75437 9.17788 6.74735L12.5592 3.41924C12.5694 3.40918 12.5844 3.40583 12.598 3.4106ZM9.38122 10.5996C9.38122 9.32857 10.4232 8.28663 11.6942 8.28663C12.9653 8.28663 14.0072 9.32857 14.0072 10.5996C14.0072 11.8707 12.9653 12.9126 11.6942 12.9126C10.4232 12.9126 9.38122 11.8707 9.38122 10.5996ZM8.59372 7.3744C8.57915 7.35986 8.55558 7.35978 8.54092 7.37422L8.09287 7.81532C7.86549 8.03754 7.6468 8.19455 7.43679 8.29075C7.22555 8.38738 7.00992 8.43515 6.78826 8.43515C6.56653 8.43515 6.34888 8.38735 6.1349 8.29053C5.92212 8.19427 5.70183 8.03761 5.47479 7.81575L5.03075 7.37802C5.01608 7.36356 4.99251 7.36364 4.97793 7.37818L1.61408 10.7351C1.60374 10.7454 1.60033 10.7608 1.60535 10.7745C1.61038 10.7882 1.72276 10.8235 1.72276 10.8235C1.72276 10.8235 1.91571 10.8235 1.95264 10.8235H8.39353C8.40384 10.8235 8.4137 10.8192 8.42078 10.8117C8.42786 10.8042 8.43155 10.7942 8.43097 10.7839C8.42755 10.7229 8.42581 10.6614 8.42581 10.5996C8.42581 9.68196 8.8083 8.84992 9.42207 8.25489C9.42928 8.2479 9.43339 8.23829 9.43346 8.22824C9.43354 8.21819 9.42957 8.20853 9.42245 8.20143L8.59372 7.3744Z",
|
|
2272
2417
|
fill: fill
|
|
2273
2418
|
})]
|
|
2274
2419
|
});
|
|
2275
|
-
const
|
|
2276
|
-
;// ./src/components/Icon/icons/
|
|
2420
|
+
const ConfirmEmail_ICON_NAME = 'confirm-email';
|
|
2421
|
+
;// ./src/components/Icon/icons/Copy.tsx
|
|
2277
2422
|
|
|
2278
|
-
const
|
|
2423
|
+
const Copy = ({
|
|
2279
2424
|
fill = '#000',
|
|
2280
|
-
size =
|
|
2281
|
-
tooltip = '
|
|
2425
|
+
size = 15,
|
|
2426
|
+
tooltip = 'Copy',
|
|
2282
2427
|
...props
|
|
2283
2428
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2429
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2284
2430
|
width: `${size}px`,
|
|
2285
2431
|
height: `${size}px`,
|
|
2432
|
+
viewBox: "0 0 15 15",
|
|
2286
2433
|
fill: "none",
|
|
2287
|
-
viewBox: "0 0 24 24",
|
|
2288
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2289
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2290
2434
|
...props,
|
|
2291
2435
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2292
2436
|
children: tooltip
|
|
2293
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2437
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
2438
|
+
clipPath: "url(#clip0_532_12716)",
|
|
2439
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2440
|
+
d: "M12.8755 14.5239H5.40479C4.49601 14.5239 3.75684 13.7848 3.75684 12.876V5.40527C3.75684 4.4965 4.49601 3.75732 5.40479 3.75732H12.8755C13.7843 3.75732 14.5234 4.4965 14.5234 5.40527V12.876C14.5234 13.7848 13.7843 14.5239 12.8755 14.5239ZM5.40479 4.85596C5.10189 4.85596 4.85547 5.10238 4.85547 5.40527V12.876C4.85547 13.1789 5.10189 13.4253 5.40479 13.4253H12.8755C13.1784 13.4253 13.4248 13.1789 13.4248 12.876V5.40527C13.4248 5.10238 13.1784 4.85596 12.8755 4.85596H5.40479ZM2.6582 10.1294H2.10889C1.80599 10.1294 1.55957 9.88297 1.55957 9.58008V2.10938C1.55957 1.80648 1.80599 1.56006 2.10889 1.56006H9.57959C9.88249 1.56006 10.1289 1.80648 10.1289 2.10938V2.63123H11.2275V2.10938C11.2275 1.2006 10.4884 0.461426 9.57959 0.461426H2.10889C1.20011 0.461426 0.460938 1.2006 0.460938 2.10938V9.58008C0.460938 10.4889 1.20011 11.228 2.10889 11.228H2.6582V10.1294Z",
|
|
2441
|
+
fill: fill
|
|
2442
|
+
})
|
|
2443
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("defs", {
|
|
2444
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("clipPath", {
|
|
2445
|
+
id: "clip0_532_12716",
|
|
2446
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
2447
|
+
width: size,
|
|
2448
|
+
height: size,
|
|
2449
|
+
fill: "white"
|
|
2450
|
+
})
|
|
2451
|
+
})
|
|
2305
2452
|
})]
|
|
2306
2453
|
});
|
|
2307
|
-
const
|
|
2308
|
-
;// ./src/components/Icon/icons/
|
|
2454
|
+
const Copy_ICON_NAME = 'copy';
|
|
2455
|
+
;// ./src/components/Icon/icons/Cross.tsx
|
|
2309
2456
|
|
|
2310
|
-
const
|
|
2457
|
+
const Cross = ({
|
|
2311
2458
|
fill = '#000',
|
|
2312
2459
|
size = 24,
|
|
2313
|
-
tooltip = '
|
|
2460
|
+
tooltip = 'Cross',
|
|
2314
2461
|
...props
|
|
2315
2462
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2316
2463
|
width: `${size}px`,
|
|
2317
2464
|
height: `${size}px`,
|
|
2318
|
-
viewBox: "0 0 24 24",
|
|
2319
2465
|
fill: "none",
|
|
2466
|
+
viewBox: "0 0 8 8",
|
|
2320
2467
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2321
2468
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2322
2469
|
...props,
|
|
2323
2470
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2324
2471
|
children: tooltip
|
|
2325
2472
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2326
|
-
d: "
|
|
2327
|
-
stroke: fill,
|
|
2328
|
-
strokeWidth: "1.4",
|
|
2329
|
-
strokeLinecap: "round",
|
|
2330
|
-
strokeLinejoin: "round"
|
|
2331
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2332
|
-
d: "M17.8198 5.76998C16.0698 4.44998 14.0698 3.72998 11.9998 3.72998C8.46984 3.72998 5.17984 5.80998 2.88984 9.40998C1.98984 10.82 1.98984 13.19 2.88984 14.6C3.67984 15.84 4.59984 16.91 5.59984 17.77",
|
|
2333
|
-
stroke: fill,
|
|
2334
|
-
strokeWidth: "1.4",
|
|
2335
|
-
strokeLinecap: "round",
|
|
2336
|
-
strokeLinejoin: "round"
|
|
2337
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2338
|
-
d: "M8.41992 19.5299C9.55992 20.0099 10.7699 20.2699 11.9999 20.2699C15.5299 20.2699 18.8199 18.1899 21.1099 14.5899C22.0099 13.1799 22.0099 10.8099 21.1099 9.39993C20.7799 8.87993 20.4199 8.38993 20.0499 7.92993",
|
|
2339
|
-
stroke: fill,
|
|
2340
|
-
strokeWidth: "1.4",
|
|
2341
|
-
strokeLinecap: "round",
|
|
2342
|
-
strokeLinejoin: "round"
|
|
2343
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2344
|
-
d: "M15.5099 12.7C15.2499 14.11 14.0999 15.26 12.6899 15.52",
|
|
2345
|
-
stroke: fill,
|
|
2346
|
-
strokeWidth: "1.4",
|
|
2347
|
-
strokeLinecap: "round",
|
|
2348
|
-
strokeLinejoin: "round"
|
|
2349
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2350
|
-
d: "M9.47 14.53L2 22",
|
|
2473
|
+
d: "M1 6.66L6.66 1",
|
|
2351
2474
|
stroke: fill,
|
|
2352
2475
|
strokeWidth: "1.4",
|
|
2353
2476
|
strokeLinecap: "round",
|
|
2354
2477
|
strokeLinejoin: "round"
|
|
2355
2478
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2356
|
-
d: "
|
|
2479
|
+
d: "M6.66 6.66L1 1",
|
|
2357
2480
|
stroke: fill,
|
|
2358
2481
|
strokeWidth: "1.4",
|
|
2359
2482
|
strokeLinecap: "round",
|
|
2360
2483
|
strokeLinejoin: "round"
|
|
2361
2484
|
})]
|
|
2362
2485
|
});
|
|
2363
|
-
const
|
|
2364
|
-
;// ./src/components/Icon/icons/
|
|
2486
|
+
const Cross_ICON_NAME = 'cross';
|
|
2487
|
+
;// ./src/components/Icon/icons/Diet.tsx
|
|
2365
2488
|
|
|
2366
|
-
const
|
|
2489
|
+
const Diet = ({
|
|
2367
2490
|
fill = '#000',
|
|
2368
2491
|
size = 24,
|
|
2369
|
-
tooltip = '
|
|
2492
|
+
tooltip = 'Diet',
|
|
2370
2493
|
...props
|
|
2371
2494
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2372
2495
|
width: `${size}px`,
|
|
2373
2496
|
height: `${size}px`,
|
|
2374
|
-
|
|
2375
|
-
viewBox: "0 0 15 20",
|
|
2497
|
+
viewBox: "0 0 24 24",
|
|
2376
2498
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2377
2499
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2378
2500
|
...props,
|
|
2379
2501
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2380
2502
|
children: tooltip
|
|
2381
2503
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2382
|
-
d: "
|
|
2383
|
-
fill: fill
|
|
2384
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2385
|
-
d: "M14.9811 14.341C14.9568 13.9902 14.9076 13.6076 14.8352 13.2036C14.7622 12.7966 14.6681 12.4118 14.5555 12.0601C14.4392 11.6966 14.281 11.3376 14.0854 10.9936C13.8824 10.6365 13.644 10.3256 13.3765 10.0698C13.0968 9.80212 12.7543 9.58693 12.3582 9.42996C11.9635 9.27382 11.5261 9.19472 11.0583 9.19472C10.8745 9.19472 10.6968 9.27011 10.3536 9.49354C10.1424 9.63129 9.89537 9.79059 9.61961 9.96678C9.38382 10.117 9.06439 10.2578 8.66985 10.3852C8.28491 10.5098 7.89407 10.5729 7.50832 10.5729C7.12256 10.5729 6.73186 10.5098 6.34652 10.3852C5.95238 10.2579 5.63296 10.1172 5.39744 9.96692C5.12429 9.79237 4.8771 9.63307 4.66273 9.49341C4.31995 9.26997 4.14211 9.19458 3.95837 9.19458C3.49035 9.19458 3.0531 9.27382 2.65855 9.4301C2.26277 9.58679 1.92013 9.80199 1.64012 10.0699C1.37274 10.3259 1.1342 10.6367 0.931502 10.9936C0.736083 11.3376 0.57788 11.6964 0.461425 12.0602C0.348953 12.4119 0.254882 12.7966 0.181823 13.2036C0.109451 13.6071 0.0602874 13.9898 0.0359802 14.3414C0.0120849 14.6858 0 15.0433 0 15.4043C0 16.3439 0.29869 17.1046 0.887694 17.6656C1.46942 18.2191 2.23915 18.5 3.17518 18.5H11.8423C12.7783 18.5 13.5478 18.2193 14.1296 17.6656C14.7188 17.105 15.0175 16.3442 15.0175 15.4042C15.0173 15.0415 15.0051 14.6838 14.9811 14.341Z",
|
|
2504
|
+
d: "M15.3794 1.6875C15.3294 1.68734 15.2788 1.69189 15.2278 1.70215C14.1195 1.92375 13.0319 2.82406 12.4431 3.96241C8.37168 4.3361 5.25 9.29549 5.25 15.5625C5.25 19.2844 8.27812 22.3125 12 22.3125C15.7219 22.3125 18.75 19.2844 18.75 15.5625C18.75 13.7303 18.0635 12.4566 17.3994 11.2251C16.7443 10.009 16.125 8.86013 16.125 7.125C16.125 5.77573 15.2807 4.62307 14.094 4.1587C14.5181 3.61873 15.077 3.26196 15.5222 3.17286C15.9283 3.09186 16.1917 2.69641 16.1104 2.29029C16.0395 1.93493 15.7292 1.68864 15.3794 1.6875ZM12.9441 5.43824C13.8714 5.4419 14.625 6.19689 14.625 7.125C14.625 9.2385 15.3982 10.6714 16.0796 11.9363C16.7077 13.1018 17.25 14.1086 17.25 15.5625C17.25 18.4575 14.895 20.8125 12 20.8125C9.105 20.8125 6.75 18.4575 6.75 15.5625C6.75 10.0089 9.49693 5.4871 12.884 5.4397C12.9054 5.44185 12.9236 5.43802 12.9441 5.43824ZM12 11.4375C10.2319 11.4375 9 13.6247 9 15.5874C9 17.5599 10.2337 18.9375 12 18.9375C13.7662 18.9375 15 17.5599 15 15.5874C15 13.6247 13.7681 11.4375 12 11.4375ZM12 12.9375C12.6611 12.9375 13.5 14.1849 13.5 15.5874C13.5 16.7109 12.9113 17.4375 12 17.4375C11.0887 17.4375 10.5 16.7109 10.5 15.5874C10.5 14.1849 11.3389 12.9375 12 12.9375Z",
|
|
2386
2505
|
fill: fill
|
|
2387
2506
|
})]
|
|
2388
2507
|
});
|
|
2389
|
-
const
|
|
2390
|
-
;// ./src/components/Icon/icons/
|
|
2508
|
+
const Diet_ICON_NAME = 'diet';
|
|
2509
|
+
;// ./src/components/Icon/icons/Edit.tsx
|
|
2391
2510
|
|
|
2392
|
-
const
|
|
2511
|
+
const Edit = ({
|
|
2393
2512
|
fill = '#000',
|
|
2394
2513
|
size = 24,
|
|
2395
|
-
tooltip = '
|
|
2514
|
+
tooltip = 'Edit',
|
|
2396
2515
|
...props
|
|
2397
2516
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2398
2517
|
width: `${size}px`,
|
|
2399
2518
|
height: `${size}px`,
|
|
2400
2519
|
fill: "none",
|
|
2401
|
-
viewBox: "0 0
|
|
2520
|
+
viewBox: "0 0 24 24",
|
|
2402
2521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2403
2522
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2404
2523
|
...props,
|
|
2405
2524
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2406
2525
|
children: tooltip
|
|
2407
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2526
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
2527
|
+
id: "Edit",
|
|
2528
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
2529
|
+
id: "Union",
|
|
2530
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2531
|
+
fillRule: "evenodd",
|
|
2532
|
+
clipRule: "evenodd",
|
|
2533
|
+
d: "M5.14938 18.2227L5.11621 17.9296C5.13285 18.0146 5.1412 18.0894 5.14535 18.1426C5.14743 18.1693 5.14844 18.1902 5.14893 18.2041L5.14934 18.2192L5.14938 18.2227Z",
|
|
2534
|
+
fill: fill
|
|
2535
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2536
|
+
fillRule: "evenodd",
|
|
2537
|
+
clipRule: "evenodd",
|
|
2538
|
+
d: "M20.932 2.72331C20.4498 2.24108 19.8123 1.99826 19.1771 2.00001C18.5411 2.00008 17.9053 2.24096 17.4229 2.72331L17.1555 2.98899L14.6347 5.5098V5.51147L3.75484 16.3896L2.06103 20.7956C1.78597 21.5111 2.48891 22.214 3.20442 21.939L7.61159 20.2447L7.70366 20.1502L7.70546 20.1483L21.0114 6.84406L21.2769 6.57694C22.2429 5.6124 22.2426 4.03391 21.2767 3.06802L20.932 2.72331ZM18.3072 3.6093L18.1814 3.73589L20.2641 5.81861L20.3905 5.69303C20.874 5.20781 20.8739 4.43716 20.3907 3.95401L20.046 3.6093C19.8035 3.36677 19.4907 3.24792 19.177 3.24636C18.8628 3.24647 18.55 3.36656 18.3072 3.6093ZM16.3255 5.59102L18.409 7.67454L19.3777 6.70585L17.2942 4.62232L16.3255 5.59102ZM5.50725 16.4109C5.62383 16.4759 5.74008 16.559 5.84899 16.6679C6.16826 16.9872 6.28137 17.3754 6.33893 17.6615C6.62492 17.7192 7.0117 17.8325 7.33166 18.1506C7.44056 18.2595 7.52408 18.3762 7.5891 18.4927L17.5213 8.56054L15.4395 6.47869L5.50725 16.4109ZM5.14938 18.8489H5.77419L5.77714 18.849L5.79272 18.8496C5.80689 18.8502 5.82824 18.8514 5.85525 18.8537C5.90929 18.8583 5.98488 18.867 6.07017 18.8838C6.15088 18.9004 6.23563 18.9274 6.30795 18.9587C6.38498 18.9921 6.43009 19.0227 6.44607 19.0387L6.44748 19.0401C6.46232 19.0546 6.49262 19.0984 6.5257 19.1752C6.54264 19.2145 6.55822 19.2576 6.57146 19.3019L4.29595 20.1779L3.8221 19.704L4.69785 17.4277C4.7422 17.4412 4.78541 17.4569 4.82482 17.4739C4.90214 17.5072 4.94646 17.5374 4.96131 17.5522C4.97726 17.5682 5.00791 17.6133 5.04125 17.6904C5.07257 17.7629 5.09956 17.8481 5.11621 17.9296L5.14938 18.2227L5.14938 18.8489Z",
|
|
2539
|
+
fill: fill
|
|
2540
|
+
})]
|
|
2541
|
+
})
|
|
2413
2542
|
})]
|
|
2414
2543
|
});
|
|
2415
|
-
const
|
|
2544
|
+
const Edit_ICON_NAME = 'edit';
|
|
2416
2545
|
;// ./src/components/Icon/icons/Email.tsx
|
|
2417
2546
|
|
|
2418
2547
|
const Email = ({
|
|
@@ -2438,1061 +2567,1025 @@ const Email = ({
|
|
|
2438
2567
|
})]
|
|
2439
2568
|
});
|
|
2440
2569
|
const Email_ICON_NAME = 'email';
|
|
2441
|
-
;// ./src/components/Icon/icons/
|
|
2570
|
+
;// ./src/components/Icon/icons/Employee.tsx
|
|
2442
2571
|
|
|
2443
|
-
const
|
|
2572
|
+
const Employee = ({
|
|
2444
2573
|
fill = '#000',
|
|
2445
2574
|
size = 24,
|
|
2446
|
-
tooltip = '
|
|
2575
|
+
tooltip = 'Employee',
|
|
2447
2576
|
...props
|
|
2448
2577
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2449
2578
|
width: `${size}px`,
|
|
2450
|
-
height: `${size}px`,
|
|
2451
|
-
|
|
2452
|
-
viewBox: "0 0 16 21",
|
|
2579
|
+
height: `${size}px`,
|
|
2580
|
+
viewBox: "0 0 24 24",
|
|
2453
2581
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2454
2582
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2455
2583
|
...props,
|
|
2456
2584
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2457
2585
|
children: tooltip
|
|
2458
2586
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2459
|
-
|
|
2587
|
+
fillRule: "evenodd",
|
|
2588
|
+
clipRule: "evenodd",
|
|
2589
|
+
d: "M6.98107 3.16C6.45289 3.68331 6.10482 4.43055 6.01477 5.34087C5.90555 6.41121 6.00688 7.20565 6.06779 7.68317L6.06831 7.68726C6.08535 7.83086 6.10969 8.01098 6.10726 8.04992C6.10239 8.0767 6.09996 8.10104 6.09509 8.12781C6.07805 8.13268 6.06345 8.13511 6.04884 8.13998C5.24075 8.35661 4.89999 9.43244 5.23832 10.6981C5.46711 11.5476 5.92714 12.1804 6.45532 12.4287C6.67195 13.0616 6.9616 13.6895 7.31209 14.2786L2.47815 16.6809C1.41205 17.2115 0.75 18.2801 0.75 19.4703V20.9989C0.75 21.6853 1.30982 22.2451 1.99621 22.2451H23.1818L23.25 20.9989V19.4703C23.25 18.2801 22.5904 17.2115 21.5243 16.6809L16.6319 14.2518C16.9776 13.6701 17.2623 13.0518 17.4765 12.4287C18.0071 12.1804 18.4647 11.5476 18.6935 10.6981C19.0319 9.43244 18.6911 8.35661 17.883 8.13998C17.8684 8.13511 17.8538 8.13268 17.8368 8.12781C17.7881 7.81869 17.7078 7.51201 17.5861 7.15421C17.642 7.17125 17.6956 7.19072 17.7418 7.21019C17.9585 7.30025 18.2043 7.26374 18.382 7.11526C18.5597 6.96436 18.64 6.72826 18.5913 6.50189C17.9073 3.36932 15.5829 1.5 12.3748 1.5H11.9659C11.0751 1.5 9.77288 1.76044 8.89907 2.32513C8.66297 2.33973 8.44148 2.38355 8.22728 2.44196L6.98107 3.16ZM12.3748 2.74621H11.9659C11.0921 2.74621 9.99924 3.0529 9.47593 3.44234C9.36883 3.52266 9.2374 3.56648 9.10353 3.56648C8.04473 3.56648 7.37538 4.26017 7.25368 5.46744C7.16274 6.38396 7.24591 7.05581 7.30194 7.50841L7.30479 7.53148C7.34617 7.83816 7.37294 8.05966 7.33643 8.26655C7.30236 8.46614 7.28045 8.66816 7.27072 8.87262C7.25855 9.09655 7.12954 9.29614 6.93239 9.39837C6.76444 9.48356 6.56972 9.48843 6.39934 9.4154C6.35309 9.58579 6.32145 9.92168 6.44315 10.3768C6.60623 10.9853 6.90075 11.2701 6.9835 11.2993C7.26098 11.2993 7.46787 11.4746 7.54576 11.7399C8.19807 13.9329 9.9676 16.2647 11.9659 16.2647C13.9642 16.2647 15.7338 13.9329 16.3861 11.7399C16.464 11.4746 16.7025 11.2896 16.9849 11.2945C17.0311 11.2701 17.3256 10.9853 17.4887 10.3768C17.6104 9.91681 17.5788 9.57848 17.5325 9.41054C17.367 9.47139 17.1747 9.46895 17.0189 9.3862C16.8218 9.2864 16.6733 9.09655 16.6636 8.87262C16.6368 8.3201 16.5516 7.93066 16.3058 7.26374C16.0672 6.61873 16.3106 6.25362 16.4761 6.09541C16.649 5.92747 16.868 5.85201 17.0968 5.83254C16.3325 3.85856 14.6555 2.74621 12.3748 2.74621ZM20.9693 17.7957L15.9188 15.2838C15.2567 16.1089 14.4608 16.7783 13.5797 17.1604L14.3464 20.9989H22.0038V19.4703C22.0038 18.7571 21.607 18.1146 20.9693 17.7957ZM10.3522 17.1604C9.47836 16.7832 8.69218 16.1211 8.035 15.3106L3.0331 17.7957C2.39296 18.1146 1.99621 18.7571 1.99621 19.4703V20.9989H9.58546L10.3522 17.1604ZM12.4527 17.8833H11.4791L10.856 20.9989H13.0758L12.4527 17.8833Z",
|
|
2590
|
+
fill: fill
|
|
2591
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2592
|
+
d: "M9.55625 4.8346C9.252 4.86137 8.96479 5.02445 8.7871 5.29462L8.12992 6.29257C7.94007 6.57978 8.02039 6.96436 8.3076 7.15421C8.41227 7.22479 8.53153 7.25887 8.64837 7.25887C8.85282 7.25887 9.04998 7.15908 9.17168 6.97653L9.39561 6.63576L9.67795 6.14166L10.839 6.63576C11.8637 7.03738 12.9639 7.25887 14.0616 7.25887H15.1107C15.4563 7.25887 15.7338 6.97896 15.7338 6.63576C15.7338 6.29013 15.4563 6.01266 15.1107 6.01266H14.0616C12.9201 6.01266 11.7712 5.74735 10.7416 5.24594L10.1015 4.93439C9.92622 4.8492 9.7388 4.81756 9.55625 4.8346Z",
|
|
2460
2593
|
fill: fill
|
|
2461
2594
|
})]
|
|
2462
2595
|
});
|
|
2463
|
-
const
|
|
2464
|
-
;// ./src/components/Icon/icons/
|
|
2596
|
+
const Employee_ICON_NAME = 'employee';
|
|
2597
|
+
;// ./src/components/Icon/icons/Expertise.tsx
|
|
2465
2598
|
|
|
2466
|
-
const
|
|
2599
|
+
const Expertise = ({
|
|
2467
2600
|
fill = '#000',
|
|
2468
2601
|
size = 24,
|
|
2469
|
-
tooltip = '
|
|
2602
|
+
tooltip = 'Expertise',
|
|
2470
2603
|
...props
|
|
2471
2604
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2605
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2472
2606
|
width: `${size}px`,
|
|
2473
2607
|
height: `${size}px`,
|
|
2608
|
+
viewBox: "0 0 24 24",
|
|
2474
2609
|
fill: "none",
|
|
2475
|
-
viewBox: "0 0 20 20",
|
|
2476
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2477
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2478
2610
|
...props,
|
|
2479
2611
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2480
2612
|
children: tooltip
|
|
2481
2613
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2482
|
-
d: "
|
|
2483
|
-
|
|
2484
|
-
strokeWidth: "1.4",
|
|
2485
|
-
strokeLinecap: "round",
|
|
2486
|
-
strokeLinejoin: "round"
|
|
2614
|
+
d: "M10.1411 4.72975L10.2256 4.74044C10.3088 4.75524 10.3898 4.78215 10.4687 4.82016L10.9936 5.07583L11.3135 5.2197C12.0591 5.5315 12.8705 5.69407 13.6786 5.6941H14.5419L14.6527 5.70577L14.6576 5.70674L14.7567 5.73591C14.9797 5.82332 15.1387 6.03964 15.1388 6.29488L15.1271 6.4164C15.0707 6.69093 14.8265 6.89566 14.537 6.89566H13.6777L13.317 6.88691H13.3151C12.4687 6.84431 11.6283 6.6536 10.8468 6.32696L10.4696 6.15781L10.4677 6.15684L10.1518 6.0013L9.74249 6.62638C9.64023 6.77948 9.47995 6.87136 9.31086 6.89177L9.23795 6.89566C9.1526 6.89556 9.06662 6.87684 8.98714 6.84025L8.90937 6.79747C8.63352 6.61511 8.55484 6.24186 8.73827 5.96436L9.27683 5.14679L9.27878 5.14388L9.35363 5.04569L9.35558 5.04277C9.55394 4.81785 9.84912 4.70448 10.1411 4.72975Z",
|
|
2615
|
+
fill: fill
|
|
2487
2616
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2488
|
-
|
|
2617
|
+
fillRule: "evenodd",
|
|
2618
|
+
clipRule: "evenodd",
|
|
2619
|
+
d: "M12.7172 2.01361C13.5478 2.06771 14.3028 2.28196 14.9609 2.64064L15.2817 2.83215L15.2875 2.83603L16.3005 3.72165L16.3054 3.72651C16.726 4.21789 17.0577 4.80304 17.2862 5.46857L17.3776 5.75924L17.3786 5.76021L17.4816 6.16462L17.4836 6.17337L17.4943 6.32502L17.4952 6.33182C17.4862 6.4764 17.4195 6.61083 17.3144 6.71484L17.3212 6.72068L17.2794 6.75567C17.1153 6.89428 16.894 6.92523 16.7039 6.86358C16.7674 7.06879 16.8143 7.25674 16.8478 7.44589L16.982 7.49352L16.9858 7.49449L17.1083 7.56157C17.3403 7.71141 17.4993 7.95724 17.5866 8.25081L17.6245 8.40149L17.6255 8.40441L17.6634 8.69216V8.69605L17.6673 8.92742C17.6613 9.16098 17.6261 9.40374 17.5643 9.64193V9.65068L17.5147 9.63707L17.5623 9.65068C17.384 10.3018 17.0146 10.856 16.5464 11.0943C16.3572 11.6457 16.0971 12.1865 15.7843 12.6925L18.654 14.3519L18.655 14.3529L18.9126 14.5133L19.1469 14.6805C20.2818 15.5472 20.9675 16.9078 20.9677 18.3581V20.7359L20.9609 20.8652C20.8954 21.5049 20.3501 22.0084 19.6932 22.0084H14.3037L14.6158 23.4054L14.6265 23.4764C14.6556 23.829 14.3093 24.1013 13.9888 23.9634L13.9849 23.9614L13.9256 23.9294L13.9227 23.9274L11.9589 22.687L9.99524 23.9274L9.99232 23.9294L9.93302 23.9614L9.92913 23.9634C9.58731 24.1107 9.21616 23.7912 9.30211 23.4054L9.61416 22.0084H4.22466C3.56775 22.0084 3.02252 21.5049 2.957 20.8652L2.9502 20.7359V18.3581C2.95046 16.7081 3.83931 15.1745 5.26581 14.3519L8.13166 12.6925C7.81896 12.1866 7.55868 11.6456 7.36951 11.0943C6.90213 10.8555 6.53365 10.3011 6.35558 9.65068L6.35169 9.63707C6.2426 9.21419 6.21558 8.77712 6.29336 8.40149V8.39955L6.33516 8.23234L6.33613 8.22943L6.38766 8.08749C6.51917 7.77561 6.74599 7.53994 7.06426 7.44783V7.44297L7.05843 7.37006L7.0351 7.16883L6.99232 6.81692C6.95066 6.42128 6.92234 5.89542 6.98746 5.22942V5.22748L7.0244 4.95626L7.02537 4.95431L7.07204 4.72489C7.19857 4.20079 7.43547 3.75294 7.77003 3.40862L7.93723 3.25308C8.33778 2.91283 8.8419 2.71435 9.41585 2.67952C10.1322 2.22744 11.206 2 11.9589 2H12.2953L12.7172 2.01361ZM11.4116 19.443L11.4009 19.4712L11.3708 19.4741L9.84845 19.6082L11.0101 20.6611L11.0315 20.6805L11.0257 20.7087L10.6932 22.1912L11.4009 21.746L11.9327 21.4096L11.9589 21.3921L11.9852 21.4096L13.2227 22.1912L12.8922 20.7087L12.8864 20.6805L14.0675 19.6082L12.5471 19.4741L12.517 19.4712L12.5063 19.443L11.9589 18.0917L11.4116 19.443ZM15.0698 13.6636C14.2453 14.6064 13.1724 15.292 11.9589 15.292C10.745 15.292 9.67085 14.607 8.84618 13.6636L5.86854 15.3902C4.81087 15.9999 4.15396 17.1396 4.1537 18.3581V20.7359L4.15953 20.7631C4.1703 20.7886 4.1955 20.8069 4.22466 20.8069H9.54028L8.08792 19.4887C7.7816 19.211 7.94055 18.6797 8.35234 18.6429L10.6368 18.4388L11.5312 16.232L11.5652 16.163C11.7564 15.8397 12.2369 15.8626 12.3867 16.232L13.2801 18.4388L15.5656 18.6429L15.6394 18.6555C15.9712 18.7392 16.0998 19.1651 15.8825 19.4333L15.83 19.4887L14.3766 20.8069H19.6932C19.7224 20.8069 19.7476 20.7886 19.7584 20.7631L19.7642 20.7359V18.3581C19.764 17.2156 19.1873 16.1436 18.2448 15.5117L18.0513 15.3911L15.0698 13.6636ZM11.9589 3.20156C11.6933 3.20156 11.4035 3.23575 11.1219 3.29585L10.8449 3.3639C10.4783 3.46706 10.1674 3.6071 9.97385 3.75275L9.97288 3.75373L9.96608 3.75859C9.89037 3.8115 9.80236 3.84975 9.70846 3.86552L9.61222 3.8733C9.25149 3.8733 8.95699 3.97905 8.73147 4.16494L8.63814 4.24951C8.43033 4.46051 8.27731 4.76711 8.2104 5.16818L8.18707 5.34608C8.11089 6.09127 8.17828 6.6365 8.22499 7.00843L8.2279 7.01815L8.2629 7.34478V7.3477L8.26582 7.50033V7.50324L8.25221 7.6442V7.64809C8.22409 7.80439 8.20483 7.96709 8.19874 8.12832V8.13513C8.1851 8.34396 8.06764 8.5354 7.87696 8.63772L7.87307 8.63967L7.86821 8.64064L7.86919 8.64161C7.74448 8.70308 7.60109 8.71707 7.46478 8.68536L7.45311 8.7884C7.44569 8.94699 7.46517 9.13918 7.5163 9.33377L7.57949 9.52819L7.63004 9.64971C7.68236 9.76279 7.7379 9.84926 7.78753 9.91219L7.8478 9.98121C7.86567 9.9992 7.88078 10.0124 7.89252 10.0211L7.89641 10.023C8.08116 10.0385 8.24669 10.1372 8.34747 10.2884L8.38733 10.3584L8.38928 10.3623L8.42038 10.443L8.4233 10.4488L8.58662 10.93L8.68189 11.1682C8.78244 11.406 8.89752 11.6401 9.02505 11.8652L9.2953 12.3017L9.29725 12.3036L9.48293 12.5681L9.68513 12.8169L9.68805 12.8198L9.93886 13.0979C10.5387 13.7131 11.2357 14.0904 11.9589 14.0904C12.7829 14.0904 13.5739 13.5999 14.225 12.8266L14.226 12.8247L14.2318 12.8179L14.435 12.5681C14.4987 12.4831 14.5602 12.3947 14.6197 12.3046L14.6216 12.3017L14.8928 11.8652L15.0746 11.522C15.2459 11.1738 15.387 10.8112 15.4946 10.4507L15.4975 10.443L15.5286 10.3623L15.5306 10.3574C15.6227 10.1691 15.8069 10.0422 16.0166 10.023C16.0189 10.022 16.0215 10.022 16.0215 10.022L16.0244 10.0211L16.0691 9.98121C16.0857 9.96476 16.1037 9.9438 16.1236 9.91899L16.1245 9.91802L16.1284 9.91219L16.2004 9.81206C16.2704 9.70037 16.3431 9.54287 16.3996 9.33571L16.4415 9.14031C16.4688 8.97047 16.4696 8.81186 16.4521 8.68536C16.3161 8.71678 16.1731 8.70294 16.0487 8.64161L16.0409 8.63772C15.8503 8.5354 15.7328 8.34396 15.7192 8.13513V8.13027L15.6929 7.8221C15.6558 7.52668 15.5809 7.25212 15.4324 6.84316L15.3779 6.66624C15.3363 6.49453 15.333 6.33869 15.3624 6.20058L15.4013 6.07129C15.4469 5.95657 15.5138 5.86734 15.5811 5.80007L15.584 5.79326L15.5957 5.78451L15.689 5.71063L15.6919 5.70869L15.7911 5.65036C15.871 5.611 15.9542 5.5862 16.037 5.57064C15.7804 4.94997 15.4141 4.4446 14.9512 4.06384L14.7412 3.90344C14.1746 3.50617 13.4732 3.26686 12.654 3.21322L12.2953 3.20156H11.9589Z",
|
|
2489
2620
|
fill: fill
|
|
2490
2621
|
})]
|
|
2491
2622
|
});
|
|
2492
|
-
const
|
|
2493
|
-
;// ./src/components/Icon/icons/
|
|
2623
|
+
const Expertise_ICON_NAME = 'expertise';
|
|
2624
|
+
;// ./src/components/Icon/icons/Filter.tsx
|
|
2494
2625
|
|
|
2495
|
-
const
|
|
2626
|
+
const Filter = ({
|
|
2496
2627
|
fill = '#000',
|
|
2497
2628
|
size = 24,
|
|
2498
|
-
tooltip = '
|
|
2629
|
+
tooltip = 'Filter',
|
|
2499
2630
|
...props
|
|
2500
2631
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2632
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2501
2633
|
width: `${size}px`,
|
|
2502
2634
|
height: `${size}px`,
|
|
2635
|
+
viewBox: "0 0 21 20",
|
|
2503
2636
|
fill: "none",
|
|
2504
|
-
viewBox: "0 0 20 20",
|
|
2505
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2506
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2507
2637
|
...props,
|
|
2508
2638
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2509
2639
|
children: tooltip
|
|
2510
2640
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2515
|
-
d: "M10.7003 6.19072C10.7003 5.80412 10.3869 5.49072 10.0003 5.49072C9.61368 5.49072 9.30028 5.80412 9.30028 6.19072V10.159C9.30028 10.5456 9.61368 10.859 10.0003 10.859C10.3869 10.859 10.7003 10.5456 10.7003 10.159V6.19072ZM9.99609 12.1749C9.44381 12.1749 8.99609 12.6226 8.99609 13.1749C8.99609 13.7272 9.44381 14.1749 9.99609 14.1749H10.0032C10.5555 14.1749 11.0032 13.7272 11.0032 13.1749C11.0032 12.6226 10.5555 12.1749 10.0032 12.1749H9.99609Z",
|
|
2641
|
+
fillRule: "evenodd",
|
|
2642
|
+
clipRule: "evenodd",
|
|
2643
|
+
d: "M15.0189 10.0002C16.8598 10.0002 18.3522 8.50775 18.3522 6.66683C18.3522 4.82588 16.8598 3.3335 15.0189 3.3335C13.4657 3.3335 12.1606 4.3958 11.7905 5.8335H2.51888C2.05865 5.8335 1.68555 6.2066 1.68555 6.66683C1.68555 7.12707 2.05865 7.50016 2.51888 7.50016H11.7905C12.1606 8.93783 13.4657 10.0002 15.0189 10.0002ZM13.3522 6.66683C13.3522 7.5873 14.0984 8.3335 15.0189 8.3335C15.9394 8.3335 16.6855 7.5873 16.6855 6.66683C16.6855 5.74635 15.9394 5.00016 15.0189 5.00016C14.0984 5.00016 13.3522 5.74635 13.3522 6.66683ZM1.68555 13.3335C1.68555 11.4926 3.17793 10.0002 5.01888 10.0002C6.57208 10.0002 7.87716 11.0625 8.2472 12.5002H17.5189C17.9791 12.5002 18.3522 12.8732 18.3522 13.3335C18.3522 13.7937 17.9791 14.1668 17.5189 14.1668H8.2472C7.87716 15.6045 6.57208 16.6668 5.01888 16.6668C3.17793 16.6668 1.68555 15.1744 1.68555 13.3335ZM6.68555 13.3335C6.68555 12.413 5.93936 11.6668 5.01888 11.6668C4.09841 11.6668 3.35221 12.413 3.35221 13.3335C3.35221 14.254 4.09841 15.0002 5.01888 15.0002C5.93936 15.0002 6.68555 14.254 6.68555 13.3335Z",
|
|
2516
2644
|
fill: fill
|
|
2517
2645
|
})]
|
|
2518
2646
|
});
|
|
2519
|
-
const
|
|
2520
|
-
;// ./src/components/Icon/icons/
|
|
2647
|
+
const Filter_ICON_NAME = 'filter';
|
|
2648
|
+
;// ./src/components/Icon/icons/Geography.tsx
|
|
2521
2649
|
|
|
2522
|
-
const
|
|
2650
|
+
const Geography = ({
|
|
2523
2651
|
fill = '#000',
|
|
2524
|
-
size =
|
|
2525
|
-
tooltip = '
|
|
2652
|
+
size = 21,
|
|
2653
|
+
tooltip = 'Geography',
|
|
2526
2654
|
...props
|
|
2527
2655
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2656
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2528
2657
|
width: `${size}px`,
|
|
2529
2658
|
height: `${size}px`,
|
|
2659
|
+
viewBox: "0 0 21 21",
|
|
2530
2660
|
fill: "none",
|
|
2531
|
-
viewBox: "0 0 20 20",
|
|
2532
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2533
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2534
2661
|
...props,
|
|
2535
2662
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2536
2663
|
children: tooltip
|
|
2537
2664
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2542
|
-
d: "M10.7004 6.19048C10.7004 5.80388 10.387 5.49048 10.0004 5.49048C9.6138 5.49048 9.3004 5.80388 9.3004 6.19048V10.1587C9.3004 10.5453 9.6138 10.8587 10.0004 10.8587C10.387 10.8587 10.7004 10.5453 10.7004 10.1587V6.19048ZM9.99622 12.1746C9.44393 12.1746 8.99622 12.6224 8.99622 13.1746C8.99622 13.7269 9.44393 14.1746 9.99622 14.1746H10.0033C10.5556 14.1746 11.0033 13.7269 11.0033 13.1746C11.0033 12.6224 10.5556 12.1746 10.0033 12.1746H9.99622Z",
|
|
2665
|
+
fillRule: "evenodd",
|
|
2666
|
+
clipRule: "evenodd",
|
|
2667
|
+
d: "M10.9004 0.900391C14.4989 0.900529 17.658 2.81121 19.4189 5.66992L19.4219 5.67383L19.4346 5.68848L19.4355 5.69141L19.4863 5.78418C20.3831 7.28258 20.9004 9.03224 20.9004 10.9004C20.9002 16.4145 16.4145 20.9002 10.9004 20.9004C5.38615 20.9004 0.900603 16.4146 0.900391 10.9004C0.900391 9.14885 1.35365 7.50007 2.14941 6.06738L2.3125 5.78418C2.32684 5.75236 2.34309 5.72219 2.3623 5.69336L2.36523 5.68848L2.37598 5.67578C2.37774 5.67389 2.37956 5.67221 2.38086 5.6709C4.14192 2.8107 7.30191 0.900391 10.9004 0.900391ZM14.9287 14.4385C14.4344 16.3326 13.5412 18.1004 12.2939 19.6406C14.7232 19.2556 16.8249 17.8821 18.1738 15.9424C17.1565 15.2945 16.0674 14.7921 14.9287 14.4385ZM6.85645 14.4414C5.72402 14.795 4.63861 15.2976 3.62598 15.9424C4.9714 17.877 7.06637 19.2473 9.4873 19.6367C8.24333 18.0983 7.3506 16.3321 6.85645 14.4414ZM10.9004 13.8281C9.90133 13.8281 8.91658 13.9363 7.96094 14.1475C8.47893 16.1353 9.47669 17.9718 10.8916 19.5186C12.3082 17.9717 13.3061 16.1341 13.8242 14.1445C12.872 13.9364 11.8928 13.8282 10.9004 13.8281ZM3.03418 6.83496C2.40161 8.05362 2.04297 9.43577 2.04297 10.9004C2.04303 12.3645 2.40197 13.7455 3.03418 14.9639C4.15522 14.2525 5.3575 13.7045 6.61328 13.3232C6.47453 12.5299 6.40041 11.7204 6.40039 10.9004C6.40039 10.0786 6.47449 9.27003 6.61328 8.47656C5.35876 8.09527 4.15543 7.54644 3.03418 6.83496ZM18.7646 6.83496C17.6386 7.54947 16.4307 8.10012 15.1699 8.48145C15.3087 9.27345 15.3848 10.0817 15.3848 10.9004C15.3847 11.7203 15.3086 12.528 15.1699 13.3184C16.4305 13.6996 17.6388 14.2495 18.7646 14.9639C19.397 13.7454 19.7568 12.3647 19.7568 10.9004C19.7568 9.43558 19.3974 8.05373 18.7646 6.83496ZM7.72461 8.76855C7.60652 9.46621 7.54297 10.1792 7.54297 10.9004C7.54299 11.6211 7.60666 12.3331 7.72461 13.0303C8.75827 12.8035 9.82132 12.6855 10.9004 12.6855C11.9729 12.6856 13.0304 12.8022 14.0605 13.0273C14.1772 12.3303 14.2412 11.6211 14.2412 10.9004C14.2412 10.1808 14.1755 9.46932 14.0586 8.77148C13.03 8.99659 11.9728 9.11423 10.9004 9.11426C9.82123 9.11426 8.75834 8.99541 7.72461 8.76855ZM10.8906 2.28027C9.47559 3.82693 8.47859 5.66343 7.95898 7.65137C8.9163 7.86261 9.90108 7.97168 10.9004 7.97168C11.8929 7.97165 12.872 7.86248 13.8242 7.6543C13.3045 5.66501 12.3071 3.82689 10.8906 2.28027ZM12.293 2.15918C13.5399 3.699 14.4324 5.46675 14.9268 7.36035C16.0657 7.00798 17.1562 6.50459 18.1738 5.85645C16.825 3.91587 14.7219 2.54415 12.293 2.15918ZM9.4873 2.16016C7.06657 2.55091 4.97145 3.92219 3.62598 5.85645C4.63864 6.50137 5.7227 7.00324 6.85645 7.35547C7.35078 5.46349 8.24326 3.69826 9.4873 2.16016Z",
|
|
2543
2668
|
fill: fill
|
|
2544
2669
|
})]
|
|
2545
2670
|
});
|
|
2546
|
-
const
|
|
2547
|
-
;// ./src/components/Icon/icons/
|
|
2671
|
+
const Geography_ICON_NAME = 'geography';
|
|
2672
|
+
;// ./src/components/Icon/icons/Home.tsx
|
|
2548
2673
|
|
|
2549
|
-
const
|
|
2674
|
+
const Home = ({
|
|
2550
2675
|
fill = '#000',
|
|
2551
2676
|
size = 24,
|
|
2552
|
-
tooltip = '
|
|
2677
|
+
tooltip = 'Home',
|
|
2553
2678
|
...props
|
|
2554
2679
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2555
2680
|
width: `${size}px`,
|
|
2556
2681
|
height: `${size}px`,
|
|
2557
|
-
viewBox: "0 0 18
|
|
2682
|
+
viewBox: "0 0 18 20",
|
|
2558
2683
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2559
2684
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2560
2685
|
...props,
|
|
2561
2686
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2562
2687
|
children: tooltip
|
|
2563
2688
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2564
|
-
d: "
|
|
2565
|
-
|
|
2566
|
-
strokeWidth: "1.8",
|
|
2567
|
-
strokeLinecap: "round",
|
|
2568
|
-
strokeLinejoin: "round",
|
|
2569
|
-
fill: "none"
|
|
2689
|
+
d: "M8.97559 0.250119C8.81566 0.25558 8.66168 0.312041 8.53613 0.411252L1.42969 6.00988C0.527739 6.7207 0 7.80687 0 8.9552V18.5001C0 19.1819 0.568203 19.7501 1.25 19.7501H6.25C6.9318 19.7501 7.5 19.1819 7.5 18.5001V13.5001C7.5 13.3526 7.60248 13.2501 7.75 13.2501H10.25C10.3975 13.2501 10.5 13.3526 10.5 13.5001V18.5001C10.5 19.1819 11.0682 19.7501 11.75 19.7501H16.75C17.4318 19.7501 18 19.1819 18 18.5001V8.9552C18 7.80687 17.4723 6.7207 16.5703 6.00988L9.46387 0.411252C9.32518 0.301689 9.15225 0.244623 8.97559 0.250119ZM9 1.9552L15.6426 7.1886C16.1846 7.61578 16.5 8.26552 16.5 8.9552V18.2501H12V13.5001C12 12.5426 11.2075 11.7501 10.25 11.7501H7.75C6.79252 11.7501 6 12.5426 6 13.5001V18.2501H1.5V8.9552C1.5 8.26552 1.81537 7.61578 2.35742 7.1886L9 1.9552Z",
|
|
2690
|
+
fill: fill
|
|
2570
2691
|
})]
|
|
2571
2692
|
});
|
|
2572
|
-
const
|
|
2573
|
-
;// ./src/components/Icon/icons/
|
|
2693
|
+
const Home_ICON_NAME = 'home';
|
|
2694
|
+
;// ./src/components/Icon/icons/Import.tsx
|
|
2574
2695
|
|
|
2575
|
-
const
|
|
2696
|
+
const Import = ({
|
|
2576
2697
|
fill = '#000',
|
|
2577
2698
|
size = 24,
|
|
2578
|
-
tooltip = '
|
|
2699
|
+
tooltip = 'Import',
|
|
2579
2700
|
...props
|
|
2580
2701
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2581
2702
|
width: `${size}px`,
|
|
2582
2703
|
height: `${size}px`,
|
|
2583
|
-
viewBox: "0 0
|
|
2704
|
+
viewBox: "0 0 24 24",
|
|
2705
|
+
fill: "none",
|
|
2584
2706
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2585
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2586
2707
|
...props,
|
|
2587
2708
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2588
2709
|
children: tooltip
|
|
2589
2710
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2711
|
+
fillRule: "evenodd",
|
|
2712
|
+
clipRule: "evenodd",
|
|
2713
|
+
d: "M3.99999 13.3C4.38659 13.3 4.69999 13.6134 4.69999 14V19.5C4.69999 19.6657 4.8343 19.8 4.99999 19.8H19C19.1657 19.8 19.3 19.6657 19.3 19.5V14C19.3 13.6134 19.6134 13.3 20 13.3C20.3866 13.3 20.7 13.6134 20.7 14V19.5C20.7 20.4389 19.9389 21.2 19 21.2H4.99999C4.0611 21.2 3.29999 20.4389 3.29999 19.5V14C3.29999 13.6134 3.61339 13.3 3.99999 13.3Z",
|
|
2714
|
+
fill: fill
|
|
2715
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2716
|
+
fillRule: "evenodd",
|
|
2717
|
+
clipRule: "evenodd",
|
|
2718
|
+
d: "M12.7338 3.99999C12.7338 3.61339 12.4204 3.29999 12.0338 3.29999C11.6472 3.29999 11.3338 3.61339 11.3338 3.99999L11.3338 14.4157L8.44983 11.997C8.15362 11.7485 7.7121 11.7873 7.46367 12.0835C7.21524 12.3797 7.25397 12.8212 7.55018 13.0697L11.5743 16.4447C11.6617 16.5208 11.7683 16.5756 11.8857 16.6009C12.0935 16.6459 12.3174 16.5952 12.4885 16.4493L16.4543 13.0658C16.7484 12.8149 16.7835 12.3731 16.5325 12.079C16.2816 11.7849 15.8398 11.7499 15.5457 12.0008L12.7338 14.3997L12.7338 3.99999Z",
|
|
2719
|
+
fill: fill
|
|
2596
2720
|
})]
|
|
2597
2721
|
});
|
|
2598
|
-
const
|
|
2599
|
-
;// ./src/components/Icon/icons/
|
|
2722
|
+
const Import_ICON_NAME = 'import';
|
|
2723
|
+
;// ./src/components/Icon/icons/Information.tsx
|
|
2600
2724
|
|
|
2601
|
-
const
|
|
2725
|
+
const Information = ({
|
|
2602
2726
|
fill = '#000',
|
|
2603
2727
|
size = 24,
|
|
2604
|
-
tooltip = '
|
|
2728
|
+
tooltip = 'Information',
|
|
2605
2729
|
...props
|
|
2606
2730
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2607
2731
|
width: `${size}px`,
|
|
2608
2732
|
height: `${size}px`,
|
|
2609
|
-
|
|
2733
|
+
fill: "none",
|
|
2734
|
+
viewBox: "0 0 20 20",
|
|
2610
2735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2611
2736
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2612
2737
|
...props,
|
|
2613
2738
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2614
2739
|
children: tooltip
|
|
2615
2740
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2616
|
-
d: "M9.5
|
|
2741
|
+
d: "M9.99998 17.8889C14.3651 17.8889 17.9365 14.3175 17.9365 9.95238C17.9365 5.5873 14.3651 2.01587 9.99998 2.01587C5.6349 2.01587 2.06348 5.5873 2.06348 9.95238C2.06348 14.3175 5.6349 17.8889 9.99998 17.8889Z",
|
|
2617
2742
|
stroke: fill,
|
|
2618
|
-
strokeWidth: "1.
|
|
2743
|
+
strokeWidth: "1.4",
|
|
2619
2744
|
strokeLinecap: "round",
|
|
2620
|
-
strokeLinejoin: "round"
|
|
2621
|
-
|
|
2745
|
+
strokeLinejoin: "round"
|
|
2746
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2747
|
+
d: "M9.99573 7.77759C9.44344 7.77759 8.99573 7.32987 8.99573 6.77759C8.99573 6.2253 9.44344 5.77759 9.99573 5.77759H10.0029C10.5551 5.77759 11.0029 6.2253 11.0029 6.77759C11.0029 7.32987 10.5551 7.77759 10.0029 7.77759H9.99573ZM10.7 13.1268C10.7 13.5134 10.3866 13.8268 9.99999 13.8268C9.61339 13.8268 9.29999 13.5134 9.29999 13.1268V9.15854C9.29999 8.77194 9.61339 8.45854 9.99999 8.45854C10.3866 8.45854 10.7 8.77194 10.7 9.15854V13.1268Z",
|
|
2748
|
+
fill: fill
|
|
2622
2749
|
})]
|
|
2623
2750
|
});
|
|
2624
|
-
const
|
|
2625
|
-
;// ./src/components/Icon/icons/
|
|
2751
|
+
const Information_ICON_NAME = 'information';
|
|
2752
|
+
;// ./src/components/Icon/icons/Invisible.tsx
|
|
2626
2753
|
|
|
2627
|
-
const
|
|
2754
|
+
const Invisible = ({
|
|
2628
2755
|
fill = '#000',
|
|
2629
2756
|
size = 24,
|
|
2630
|
-
tooltip = '
|
|
2757
|
+
tooltip = 'Invisible',
|
|
2631
2758
|
...props
|
|
2632
2759
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2633
2760
|
width: `${size}px`,
|
|
2634
2761
|
height: `${size}px`,
|
|
2635
|
-
viewBox: "0 0
|
|
2762
|
+
viewBox: "0 0 24 24",
|
|
2763
|
+
fill: "none",
|
|
2636
2764
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2637
2765
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2638
2766
|
...props,
|
|
2639
2767
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2640
2768
|
children: tooltip
|
|
2641
2769
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2642
|
-
d: "
|
|
2770
|
+
d: "M14.5299 9.46992L9.46992 14.5299C8.81992 13.8799 8.41992 12.9899 8.41992 11.9999C8.41992 10.0199 10.0199 8.41992 11.9999 8.41992C12.9899 8.41992 13.8799 8.81992 14.5299 9.46992Z",
|
|
2643
2771
|
stroke: fill,
|
|
2644
|
-
strokeWidth: "1.
|
|
2772
|
+
strokeWidth: "1.4",
|
|
2645
2773
|
strokeLinecap: "round",
|
|
2646
|
-
strokeLinejoin: "round"
|
|
2647
|
-
|
|
2774
|
+
strokeLinejoin: "round"
|
|
2775
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2776
|
+
d: "M17.8198 5.76998C16.0698 4.44998 14.0698 3.72998 11.9998 3.72998C8.46984 3.72998 5.17984 5.80998 2.88984 9.40998C1.98984 10.82 1.98984 13.19 2.88984 14.6C3.67984 15.84 4.59984 16.91 5.59984 17.77",
|
|
2777
|
+
stroke: fill,
|
|
2778
|
+
strokeWidth: "1.4",
|
|
2779
|
+
strokeLinecap: "round",
|
|
2780
|
+
strokeLinejoin: "round"
|
|
2781
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2782
|
+
d: "M8.41992 19.5299C9.55992 20.0099 10.7699 20.2699 11.9999 20.2699C15.5299 20.2699 18.8199 18.1899 21.1099 14.5899C22.0099 13.1799 22.0099 10.8099 21.1099 9.39993C20.7799 8.87993 20.4199 8.38993 20.0499 7.92993",
|
|
2783
|
+
stroke: fill,
|
|
2784
|
+
strokeWidth: "1.4",
|
|
2785
|
+
strokeLinecap: "round",
|
|
2786
|
+
strokeLinejoin: "round"
|
|
2787
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2788
|
+
d: "M15.5099 12.7C15.2499 14.11 14.0999 15.26 12.6899 15.52",
|
|
2789
|
+
stroke: fill,
|
|
2790
|
+
strokeWidth: "1.4",
|
|
2791
|
+
strokeLinecap: "round",
|
|
2792
|
+
strokeLinejoin: "round"
|
|
2793
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2794
|
+
d: "M9.47 14.53L2 22",
|
|
2795
|
+
stroke: fill,
|
|
2796
|
+
strokeWidth: "1.4",
|
|
2797
|
+
strokeLinecap: "round",
|
|
2798
|
+
strokeLinejoin: "round"
|
|
2799
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2800
|
+
d: "M21.9998 2L14.5298 9.47",
|
|
2801
|
+
stroke: fill,
|
|
2802
|
+
strokeWidth: "1.4",
|
|
2803
|
+
strokeLinecap: "round",
|
|
2804
|
+
strokeLinejoin: "round"
|
|
2648
2805
|
})]
|
|
2649
2806
|
});
|
|
2650
|
-
const
|
|
2651
|
-
;// ./src/components/Icon/icons/
|
|
2807
|
+
const Invisible_ICON_NAME = 'invisible';
|
|
2808
|
+
;// ./src/components/Icon/icons/Language.tsx
|
|
2652
2809
|
|
|
2653
|
-
const
|
|
2810
|
+
const Language = ({
|
|
2654
2811
|
fill = '#000',
|
|
2655
2812
|
size = 24,
|
|
2656
|
-
tooltip = '
|
|
2813
|
+
tooltip = 'Language',
|
|
2657
2814
|
...props
|
|
2658
2815
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2659
2816
|
width: `${size}px`,
|
|
2660
2817
|
height: `${size}px`,
|
|
2661
|
-
viewBox: "0 0
|
|
2662
|
-
fill: "#fff",
|
|
2818
|
+
viewBox: "0 0 24 24",
|
|
2663
2819
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2820
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2664
2821
|
...props,
|
|
2665
2822
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2666
2823
|
children: tooltip
|
|
2667
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
height: "18.6",
|
|
2672
|
-
rx: "9.3",
|
|
2824
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2825
|
+
fillRule: "evenodd",
|
|
2826
|
+
clipRule: "evenodd",
|
|
2827
|
+
d: "M7.24923 10.2324L6.65116 12.0002H5.12524L7.6852 5.12524H9.45146L12.0002 12.0002H10.3961L9.79801 10.2324H7.24923ZM9.49618 9.22002L8.56274 6.4398H8.49567L7.56224 9.22002H9.49618Z",
|
|
2673
2828
|
fill: fill
|
|
2674
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
height: "18.6",
|
|
2679
|
-
rx: "9.3",
|
|
2680
|
-
stroke: fill,
|
|
2681
|
-
strokeWidth: "1.4"
|
|
2682
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("circle", {
|
|
2683
|
-
cx: "10",
|
|
2684
|
-
cy: "10.7",
|
|
2685
|
-
r: "5",
|
|
2829
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2830
|
+
fillRule: "evenodd",
|
|
2831
|
+
clipRule: "evenodd",
|
|
2832
|
+
d: "M3.20024 1.00024C1.98522 1.00024 1.00024 1.98522 1.00024 3.20024V13.9252C1.00024 15.1403 1.98522 16.1252 3.20024 16.1252H7.87524V20.2502C7.87524 21.769 9.10646 23.0002 10.6252 23.0002H20.2502C21.769 23.0002 23.0002 21.769 23.0002 20.2502V10.6252C23.0002 9.10646 21.769 7.87524 20.2502 7.87524H16.1252V3.20024C16.1252 1.98522 15.1403 1.00024 13.9252 1.00024H3.20024ZM13.9252 2.10024H3.20024C2.59273 2.10024 2.10024 2.59273 2.10024 3.20024V13.9252C2.10024 14.5328 2.59273 15.0252 3.20024 15.0252H13.9252C14.5328 15.0252 15.0252 14.5328 15.0252 13.9252V3.20024C15.0252 2.59273 14.5328 2.10024 13.9252 2.10024ZM9.25024 20.2502V16.1252H13.7513C13.9636 16.4346 14.1897 16.7284 14.4305 17.0067C13.4029 17.7976 12.1311 18.3831 10.6252 18.7837C10.8694 19.0816 11.2459 19.6569 11.3883 19.9753C12.9348 19.4822 14.2473 18.8146 15.3563 17.9209C16.4247 18.8351 17.7473 19.5233 19.3854 19.9445C19.5686 19.5952 19.9552 19.02 20.2502 18.7221C18.7037 18.3729 17.4218 17.7668 16.3738 16.9553C17.3098 15.9281 18.0526 14.6852 18.602 13.1649H20.2502V11.7253H16.1252V9.25024H20.2502C21.0096 9.25024 21.6252 9.86585 21.6252 10.6252V20.2502C21.6252 21.0096 21.0096 21.6252 20.2502 21.6252H10.6252C9.86585 21.6252 9.25024 21.0096 9.25024 20.2502ZM15.4276 16.0924C15.3267 15.9854 15.229 15.8757 15.1342 15.7636C15.7312 15.3702 16.1252 14.6937 16.1252 13.9252V13.1649H17.1776C16.7401 14.3256 16.1601 15.2912 15.4276 16.0924Z",
|
|
2686
2833
|
fill: fill
|
|
2687
2834
|
})]
|
|
2688
2835
|
});
|
|
2689
|
-
const
|
|
2690
|
-
;// ./src/components/Icon/icons/
|
|
2836
|
+
const Language_ICON_NAME = 'language';
|
|
2837
|
+
;// ./src/components/Icon/icons/Lock.tsx
|
|
2691
2838
|
|
|
2692
|
-
const
|
|
2839
|
+
const Lock = ({
|
|
2693
2840
|
fill = '#000',
|
|
2694
2841
|
size = 24,
|
|
2695
|
-
tooltip = '
|
|
2842
|
+
tooltip = 'Lock',
|
|
2696
2843
|
...props
|
|
2697
2844
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2698
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2699
2845
|
width: `${size}px`,
|
|
2700
2846
|
height: `${size}px`,
|
|
2701
|
-
|
|
2702
|
-
|
|
2847
|
+
fill: "none",
|
|
2848
|
+
viewBox: "0 0 16 21",
|
|
2849
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2850
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2703
2851
|
...props,
|
|
2704
2852
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2705
2853
|
children: tooltip
|
|
2706
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
width: "18.6",
|
|
2710
|
-
height: "18.6",
|
|
2711
|
-
rx: "9.3",
|
|
2712
|
-
fill: "none"
|
|
2713
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
2714
|
-
x: "0.7",
|
|
2715
|
-
y: "1.39995",
|
|
2716
|
-
width: "18.6",
|
|
2717
|
-
height: "18.6",
|
|
2718
|
-
rx: "9.3",
|
|
2719
|
-
stroke: fill,
|
|
2720
|
-
strokeWidth: "1.4"
|
|
2854
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2855
|
+
d: "M13.625 8.41602H13V5.91602C13 3.15852 10.7575 0.916016 8 0.916016C5.2425 0.916016 3 3.15852 3 5.91602V8.41602H2.375C1.34167 8.41602 0.5 9.25685 0.5 10.291V19.041C0.5 20.0752 1.34167 20.916 2.375 20.916H13.625C14.6583 20.916 15.5 20.0752 15.5 19.041V10.291C15.5 9.25685 14.6583 8.41602 13.625 8.41602ZM4.66667 5.91602C4.66667 4.07768 6.16167 2.58268 8 2.58268C9.83833 2.58268 11.3333 4.07768 11.3333 5.91602V8.41602H4.66667V5.91602ZM8.83333 14.851V16.7493C8.83333 17.2093 8.46083 17.5827 8 17.5827C7.53917 17.5827 7.16667 17.2093 7.16667 16.7493V14.851C6.67083 14.5618 6.33333 14.0302 6.33333 13.416C6.33333 12.4968 7.08083 11.7493 8 11.7493C8.91917 11.7493 9.66667 12.4968 9.66667 13.416C9.66667 14.0302 9.32917 14.5618 8.83333 14.851Z",
|
|
2856
|
+
fill: fill
|
|
2721
2857
|
})]
|
|
2722
2858
|
});
|
|
2723
|
-
const
|
|
2724
|
-
;// ./src/components/Icon/icons/
|
|
2859
|
+
const Lock_ICON_NAME = 'lock';
|
|
2860
|
+
;// ./src/components/Icon/icons/LogIn.tsx
|
|
2725
2861
|
|
|
2726
|
-
const
|
|
2862
|
+
const LogIn = ({
|
|
2727
2863
|
fill = '#000',
|
|
2728
2864
|
size = 24,
|
|
2729
|
-
tooltip = '
|
|
2865
|
+
tooltip = 'Log in',
|
|
2730
2866
|
...props
|
|
2731
2867
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2732
2868
|
width: `${size}px`,
|
|
2733
2869
|
height: `${size}px`,
|
|
2734
|
-
viewBox: "0 0 7 8",
|
|
2735
2870
|
fill: "none",
|
|
2871
|
+
viewBox: "0 0 15 20",
|
|
2736
2872
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2873
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2737
2874
|
...props,
|
|
2738
2875
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2739
2876
|
children: tooltip
|
|
2740
2877
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2741
|
-
d: "
|
|
2742
|
-
|
|
2743
|
-
strokeWidth: "0.8",
|
|
2744
|
-
strokeLinecap: "round",
|
|
2745
|
-
strokeLinejoin: "round"
|
|
2878
|
+
d: "M7.39504 9.17067C8.58623 9.17067 9.61771 8.74344 10.4605 7.90051C11.3033 7.05773 11.7305 6.02652 11.7305 4.8352C11.7305 3.64428 11.3033 2.61294 10.4604 1.76988C9.61743 0.92723 8.58609 0.5 7.39504 0.5C6.20371 0.5 5.17251 0.92723 4.32972 1.77002C3.48694 2.6128 3.05957 3.64414 3.05957 4.8352C3.05957 6.02652 3.48694 7.05786 4.32986 7.90065C5.17279 8.7433 6.20413 9.17067 7.39504 9.17067Z",
|
|
2879
|
+
fill: fill
|
|
2746
2880
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2747
|
-
d: "
|
|
2748
|
-
|
|
2749
|
-
strokeWidth: "0.8",
|
|
2750
|
-
strokeLinecap: "round",
|
|
2751
|
-
strokeLinejoin: "round"
|
|
2881
|
+
d: "M14.9811 14.341C14.9568 13.9902 14.9076 13.6076 14.8352 13.2036C14.7622 12.7966 14.6681 12.4118 14.5555 12.0601C14.4392 11.6966 14.281 11.3376 14.0854 10.9936C13.8824 10.6365 13.644 10.3256 13.3765 10.0698C13.0968 9.80212 12.7543 9.58693 12.3582 9.42996C11.9635 9.27382 11.5261 9.19472 11.0583 9.19472C10.8745 9.19472 10.6968 9.27011 10.3536 9.49354C10.1424 9.63129 9.89537 9.79059 9.61961 9.96678C9.38382 10.117 9.06439 10.2578 8.66985 10.3852C8.28491 10.5098 7.89407 10.5729 7.50832 10.5729C7.12256 10.5729 6.73186 10.5098 6.34652 10.3852C5.95238 10.2579 5.63296 10.1172 5.39744 9.96692C5.12429 9.79237 4.8771 9.63307 4.66273 9.49341C4.31995 9.26997 4.14211 9.19458 3.95837 9.19458C3.49035 9.19458 3.0531 9.27382 2.65855 9.4301C2.26277 9.58679 1.92013 9.80199 1.64012 10.0699C1.37274 10.3259 1.1342 10.6367 0.931502 10.9936C0.736083 11.3376 0.57788 11.6964 0.461425 12.0602C0.348953 12.4119 0.254882 12.7966 0.181823 13.2036C0.109451 13.6071 0.0602874 13.9898 0.0359802 14.3414C0.0120849 14.6858 0 15.0433 0 15.4043C0 16.3439 0.29869 17.1046 0.887694 17.6656C1.46942 18.2191 2.23915 18.5 3.17518 18.5H11.8423C12.7783 18.5 13.5478 18.2193 14.1296 17.6656C14.7188 17.105 15.0175 16.3442 15.0175 15.4042C15.0173 15.0415 15.0051 14.6838 14.9811 14.341Z",
|
|
2882
|
+
fill: fill
|
|
2752
2883
|
})]
|
|
2753
2884
|
});
|
|
2754
|
-
const
|
|
2755
|
-
;// ./src/components/Icon/icons/
|
|
2885
|
+
const LogIn_ICON_NAME = 'log-in';
|
|
2886
|
+
;// ./src/components/Icon/icons/LogOut.tsx
|
|
2756
2887
|
|
|
2757
|
-
const
|
|
2888
|
+
const LogOut = ({
|
|
2758
2889
|
fill = '#000',
|
|
2759
2890
|
size = 24,
|
|
2760
|
-
tooltip = '
|
|
2891
|
+
tooltip = 'Log out',
|
|
2761
2892
|
...props
|
|
2762
2893
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2763
2894
|
width: `${size}px`,
|
|
2764
2895
|
height: `${size}px`,
|
|
2765
|
-
viewBox: "0 0 7 8",
|
|
2766
2896
|
fill: "none",
|
|
2897
|
+
viewBox: "0 0 16 15",
|
|
2767
2898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2899
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2768
2900
|
...props,
|
|
2769
2901
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2770
2902
|
children: tooltip
|
|
2771
2903
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2772
|
-
d: "
|
|
2773
|
-
|
|
2774
|
-
strokeWidth: "0.8",
|
|
2775
|
-
strokeLinecap: "round",
|
|
2776
|
-
strokeLinejoin: "round"
|
|
2904
|
+
d: "M7.9751 13.7292H2.36876C2.0249 13.7292 1.74585 13.4502 1.74585 13.1063V1.89369C1.74585 1.54983 2.02493 1.27078 2.36876 1.27078H7.9751C8.31957 1.27078 8.59801 0.992344 8.59801 0.647871C8.59801 0.303398 8.31957 0.0249023 7.9751 0.0249023H2.36876C1.33845 0.0249023 0.5 0.863379 0.5 1.89369V13.1063C0.5 14.1366 1.33845 14.9751 2.36876 14.9751H7.9751C8.31957 14.9751 8.59801 14.6966 8.59801 14.3522C8.59801 14.0077 8.31957 13.7292 7.9751 13.7292Z",
|
|
2905
|
+
fill: fill
|
|
2777
2906
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2778
|
-
d: "
|
|
2779
|
-
|
|
2780
|
-
strokeWidth: "0.8",
|
|
2781
|
-
strokeLinecap: "round",
|
|
2782
|
-
strokeLinejoin: "round"
|
|
2907
|
+
d: "M15.3144 7.05653L11.527 3.31898C11.2828 3.07729 10.8879 3.08042 10.6462 3.32522C10.4045 3.57003 10.407 3.96434 10.6524 4.20604L13.359 6.87712H6.10631C5.76184 6.87712 5.4834 7.15556 5.4834 7.50003C5.4834 7.8445 5.76184 8.12297 6.10631 8.12297H13.359L10.6524 10.7941C10.407 11.0358 10.4051 11.4301 10.6462 11.6749C10.7683 11.7982 10.929 11.8605 11.0897 11.8605C11.2479 11.8605 11.4061 11.8007 11.527 11.6811L15.3144 7.94353C15.4327 7.82643 15.5 7.66693 15.5 7.5C15.5 7.33313 15.4333 7.17428 15.3144 7.05653Z",
|
|
2908
|
+
fill: fill
|
|
2783
2909
|
})]
|
|
2784
2910
|
});
|
|
2785
|
-
const
|
|
2786
|
-
;// ./src/components/Icon/icons/
|
|
2911
|
+
const LogOut_ICON_NAME = 'log-out';
|
|
2912
|
+
;// ./src/components/Icon/icons/Maximize.tsx
|
|
2787
2913
|
|
|
2788
|
-
const
|
|
2914
|
+
const Maximize = ({
|
|
2789
2915
|
fill = '#000',
|
|
2790
2916
|
size = 24,
|
|
2791
|
-
tooltip = '
|
|
2917
|
+
tooltip = 'Maximize',
|
|
2792
2918
|
...props
|
|
2793
2919
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2794
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2795
2920
|
width: `${size}px`,
|
|
2796
2921
|
height: `${size}px`,
|
|
2797
|
-
viewBox: "0 0
|
|
2798
|
-
|
|
2922
|
+
viewBox: "0 0 24 24",
|
|
2923
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2924
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2799
2925
|
...props,
|
|
2800
2926
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2801
2927
|
children: tooltip
|
|
2802
2928
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2803
2929
|
fillRule: "evenodd",
|
|
2804
2930
|
clipRule: "evenodd",
|
|
2805
|
-
d: "
|
|
2931
|
+
d: "M2.30005 4.00005C2.30005 3.06116 3.06116 2.30005 4.00005 2.30005H8.00005C8.38665 2.30005 8.70005 2.61345 8.70005 3.00005C8.70005 3.38665 8.38665 3.70005 8.00005 3.70005H4.00005C3.83436 3.70005 3.70005 3.83436 3.70005 4.00005V8.00005C3.70005 8.38665 3.38665 8.70005 3.00005 8.70005C2.61345 8.70005 2.30005 8.38665 2.30005 8.00005V4.00005ZM15.3 3.00005C15.3 2.61345 15.6134 2.30005 16 2.30005H20C20.9389 2.30005 21.7001 3.06116 21.7001 4.00005V8.00005C21.7001 8.38665 21.3866 8.70005 21 8.70005C20.6135 8.70005 20.3 8.38665 20.3 8.00005V4.00005C20.3 3.83436 20.1657 3.70005 20 3.70005H16C15.6134 3.70005 15.3 3.38665 15.3 3.00005ZM3.00005 15.3C3.38665 15.3 3.70005 15.6134 3.70005 16V20C3.70005 20.1657 3.83436 20.3 4.00005 20.3H8.00005C8.38665 20.3 8.70005 20.6135 8.70005 21C8.70005 21.3866 8.38665 21.7001 8.00005 21.7001H4.00005C3.06116 21.7001 2.30005 20.9389 2.30005 20V16C2.30005 15.6134 2.61345 15.3 3.00005 15.3ZM21 15.3C21.3866 15.3 21.7001 15.6134 21.7001 16V20C21.7001 20.9389 20.9389 21.7001 20 21.7001H16C15.6134 21.7001 15.3 21.3866 15.3 21C15.3 20.6135 15.6134 20.3 16 20.3H20C20.1657 20.3 20.3 20.1657 20.3 20V16C20.3 15.6134 20.6135 15.3 21 15.3Z",
|
|
2806
2932
|
fill: fill
|
|
2807
2933
|
})]
|
|
2808
2934
|
});
|
|
2809
|
-
const
|
|
2810
|
-
;// ./src/components/Icon/icons/
|
|
2935
|
+
const Maximize_ICON_NAME = 'maximize';
|
|
2936
|
+
;// ./src/components/Icon/icons/Measurements.tsx
|
|
2811
2937
|
|
|
2812
|
-
const
|
|
2813
|
-
fill = '#
|
|
2938
|
+
const Measurements = ({
|
|
2939
|
+
fill = '#000',
|
|
2814
2940
|
size = 24,
|
|
2815
|
-
tooltip = '
|
|
2941
|
+
tooltip = 'Measurements',
|
|
2816
2942
|
...props
|
|
2817
2943
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2944
|
+
width: `${size}px`,
|
|
2945
|
+
height: `${size}px`,
|
|
2946
|
+
viewBox: "0 0 24 24",
|
|
2818
2947
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2948
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2949
|
+
...props,
|
|
2950
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2951
|
+
children: tooltip
|
|
2952
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2953
|
+
d: "M8.8254 2C5 2 2 3.60317 2 5.65079V13.5873C2 15.2222 3.95238 16.6349 6.84127 17.0794H6.92064C7.15873 17.0794 7.34921 16.9048 7.39683 16.6825C7.44444 16.4286 7.25397 16.1745 7 16.1428C4.65079 15.7777 2.95238 14.6984 2.95238 13.5873V7.53974C4.12698 8.60324 6.30159 9.30159 8.8254 9.30159H19.1429C20.1905 9.30159 21.0476 10.1587 21.0476 11.2063C21.0476 12.254 20.1905 13.1111 19.1429 13.1111H10.4127C9.26984 13.1111 8.34921 14.0317 8.34921 15.1746V19.9365C8.34921 21.0794 9.26984 22 10.4127 22H19.1429C20.7143 22 22 20.7143 22 19.1429V11.2063C22 9.63492 20.7143 8.34921 19.1429 8.34921H8.8254C5.31746 8.34921 2.95238 6.95238 2.95238 5.65079C2.95238 4.34921 5.31746 2.95238 8.8254 2.95238C12.3333 2.95238 14.6984 4.34921 14.6984 5.65079V6.92064C14.6984 7.19048 14.9048 7.39683 15.1746 7.39683C15.4444 7.39683 15.6508 7.19048 15.6508 6.92064V5.65079C15.6508 3.60317 12.6508 2 8.8254 2ZM8.8254 4.85714C8.40442 4.85714 8.00068 4.94076 7.70301 5.0896C7.40533 5.23844 7.2381 5.4403 7.2381 5.65079C7.2381 5.86128 7.40533 6.06315 7.70301 6.21199C8.00068 6.36083 8.40442 6.44444 8.8254 6.44444C9.24638 6.44444 9.65011 6.36083 9.94779 6.21199C10.2455 6.06315 10.4127 5.86128 10.4127 5.65079C10.4127 5.4403 10.2455 5.23844 9.94779 5.0896C9.65011 4.94076 9.24638 4.85714 8.8254 4.85714ZM21.0476 13.3334V19.1429C21.0476 20.1905 20.1905 21.0476 19.1429 21.0476H10.4127C9.79365 21.0476 9.30159 20.5556 9.30159 19.9365V15.1746C9.30159 14.5556 9.79365 14.0635 10.4127 14.0635H13.1111V15.9683C13.1111 16.2381 13.3175 16.4444 13.5873 16.4444C13.8571 16.4444 14.0635 16.2381 14.0635 15.9683V14.0635H17.873V15.9683C17.873 16.2381 18.0794 16.4444 18.3492 16.4444C18.619 16.4444 18.8254 16.2381 18.8254 15.9683V14.0635H19.1429C19.873 14.0635 20.5397 13.7937 21.0476 13.3334Z",
|
|
2954
|
+
fill: fill,
|
|
2955
|
+
stroke: fill,
|
|
2956
|
+
strokeWidth: "0.4"
|
|
2957
|
+
})]
|
|
2958
|
+
});
|
|
2959
|
+
const Measurements_ICON_NAME = 'measurements';
|
|
2960
|
+
;// ./src/components/Icon/icons/Message.tsx
|
|
2961
|
+
|
|
2962
|
+
const Message = ({
|
|
2963
|
+
fill = '#000',
|
|
2964
|
+
size = 24,
|
|
2965
|
+
tooltip = 'Message',
|
|
2966
|
+
...props
|
|
2967
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2819
2968
|
width: `${size}px`,
|
|
2820
2969
|
height: `${size}px`,
|
|
2821
|
-
viewBox: "0 0
|
|
2822
|
-
|
|
2970
|
+
viewBox: "0 0 24 24",
|
|
2971
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2972
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2823
2973
|
...props,
|
|
2824
2974
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2825
2975
|
children: tooltip
|
|
2826
2976
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2827
2977
|
fillRule: "evenodd",
|
|
2828
2978
|
clipRule: "evenodd",
|
|
2829
|
-
d: "
|
|
2979
|
+
d: "M2.85897 3.34244C1.83229 3.34244 1 4.17473 1 5.20141V15.7404C1 16.7671 1.83229 17.5994 2.85897 17.5994H18.082C19.1087 17.5994 19.941 16.7671 19.941 15.7404V5.20141C19.941 4.17473 19.1087 3.34244 18.082 3.34244H2.85897ZM2.37593 5.20141C2.37593 4.93463 2.59219 4.71837 2.85897 4.71837H18.082C18.3488 4.71837 18.565 4.93463 18.565 5.20141V15.7404C18.565 16.0072 18.3488 16.2235 18.082 16.2235H2.85897C2.59219 16.2235 2.37593 16.0072 2.37593 15.7404V5.20141ZM7.61959 6.47145C7.35093 6.20278 6.91533 6.20278 6.64667 6.47145L5.37663 7.74149L5.27759 7.64245C5.00892 7.37378 4.57333 7.37378 4.30466 7.64245C4.03599 7.91111 4.03599 8.34671 4.30466 8.61538L4.89016 9.20088C5.15883 9.46954 5.59442 9.46954 5.86309 9.20088L7.61959 7.44437C7.88826 7.17571 7.88826 6.74011 7.61959 6.47145ZM9.88499 6.85545C9.50503 6.85545 9.19702 7.16346 9.19702 7.54341C9.19702 7.92336 9.50503 8.23138 9.88499 8.23138H15.74C16.12 8.23138 16.428 7.92336 16.428 7.54341C16.428 7.16346 16.12 6.85545 15.74 6.85545H9.88499ZM7.61959 11.1555C7.35093 10.8868 6.91533 10.8868 6.64667 11.1555L5.37663 12.4255L5.27759 12.3265C5.00892 12.0578 4.57333 12.0578 4.30466 12.3265C4.03599 12.5951 4.03599 13.0307 4.30466 13.2994L4.89016 13.8849C5.15883 14.1536 5.59442 14.1536 5.86309 13.8849L7.61959 12.1284C7.88826 11.8597 7.88826 11.4241 7.61959 11.1555ZM9.88499 11.5395C9.50503 11.5395 9.19702 11.8475 9.19702 12.2274C9.19702 12.6074 9.50503 12.9154 9.88499 12.9154H15.74C16.12 12.9154 16.428 12.6074 16.428 12.2274C16.428 11.8475 16.12 11.5395 15.74 11.5395H9.88499ZM22.312 7.57315C21.9321 7.57315 21.6241 7.88117 21.6241 8.26112V17.0436C21.6241 18.2805 20.6214 19.2832 19.3845 19.2832H5.91799C5.53804 19.2832 5.23003 19.5912 5.23003 19.9711C5.23003 20.3511 5.53804 20.6591 5.91799 20.6591H19.3845C21.3813 20.6591 23 19.0404 23 17.0436V8.26112C23 7.88117 22.692 7.57315 22.312 7.57315Z",
|
|
2830
2980
|
fill: fill
|
|
2831
2981
|
})]
|
|
2832
2982
|
});
|
|
2833
|
-
const
|
|
2834
|
-
;// ./src/components/Icon/icons/
|
|
2983
|
+
const Message_ICON_NAME = 'message';
|
|
2984
|
+
;// ./src/components/Icon/icons/Minus.tsx
|
|
2835
2985
|
|
|
2836
|
-
const
|
|
2986
|
+
const Minus = ({
|
|
2837
2987
|
fill = '#000',
|
|
2838
|
-
size =
|
|
2839
|
-
tooltip = '
|
|
2988
|
+
size = 24,
|
|
2989
|
+
tooltip = 'Minus',
|
|
2840
2990
|
...props
|
|
2841
2991
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2842
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2843
2992
|
width: `${size}px`,
|
|
2844
2993
|
height: `${size}px`,
|
|
2845
|
-
viewBox: "0 0 15 15",
|
|
2846
2994
|
fill: "none",
|
|
2995
|
+
viewBox: "0 0 10 2",
|
|
2996
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2997
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2847
2998
|
...props,
|
|
2848
2999
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2849
3000
|
children: tooltip
|
|
2850
|
-
}), (0,jsx_runtime_namespaceObject.
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
d: "M13.75 5.46876H1.24998C1.17011 5.46875 1.09156 5.44834 1.02179 5.40945C0.952017 5.37056 0.893342 5.31449 0.851329 5.24656C0.809316 5.17862 0.78536 5.10108 0.781733 5.02129C0.778107 4.94149 0.794931 4.8621 0.830609 4.79063L2.53311 1.38563C2.62339 1.20356 2.76288 1.05043 2.93577 0.943609C3.10865 0.836785 3.30801 0.780542 3.51123 0.781257H11.4887C11.692 0.780526 11.8915 0.836833 12.0644 0.943779C12.2373 1.05073 12.3767 1.20402 12.4669 1.38626L14.1694 4.79063C14.205 4.8621 14.2219 4.94149 14.2182 5.02129C14.2146 5.10108 14.1907 5.17862 14.1486 5.24656C14.1066 5.31449 14.048 5.37056 13.9782 5.40945C13.9084 5.44834 13.8299 5.46875 13.75 5.46876ZM2.00873 4.53126H12.9912L11.6281 1.80501C11.6153 1.779 11.5955 1.75711 11.5708 1.74186C11.5462 1.7266 11.5177 1.7186 11.4887 1.71876H3.51123C3.48234 1.71869 3.45401 1.72666 3.42939 1.74178C3.40477 1.7569 3.38485 1.77858 3.37186 1.80438L2.00873 4.53126Z",
|
|
2857
|
-
fill: fill
|
|
2858
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2859
|
-
d: "M7.5 11.7188C7.37568 11.7188 7.25645 11.6694 7.16854 11.5815C7.08064 11.4935 7.03125 11.3743 7.03125 11.25V7.5C7.03125 7.37568 7.08064 7.25645 7.16854 7.16854C7.25645 7.08064 7.37568 7.03125 7.5 7.03125C7.62432 7.03125 7.74355 7.08064 7.83146 7.16854C7.91936 7.25645 7.96875 7.37568 7.96875 7.5V11.25C7.96875 11.3743 7.91936 11.4935 7.83146 11.5815C7.74355 11.6694 7.62432 11.7188 7.5 11.7188Z",
|
|
2860
|
-
fill: fill
|
|
2861
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2862
|
-
d: "M7.50003 11.7188C7.43846 11.7189 7.37747 11.7069 7.32061 11.6832C7.26375 11.6596 7.21214 11.625 7.16878 11.5813L5.29378 9.70628C5.21098 9.61742 5.1659 9.49989 5.16804 9.37845C5.17018 9.25701 5.21938 9.14115 5.30526 9.05526C5.39115 8.96938 5.50701 8.92018 5.62845 8.91804C5.74989 8.9159 5.86742 8.96098 5.95628 9.04378L7.50003 10.5869L9.04378 9.04378C9.13264 8.96098 9.25016 8.9159 9.3716 8.91804C9.49304 8.92018 9.60891 8.96938 9.69479 9.05526C9.78067 9.14115 9.82987 9.25701 9.83201 9.37845C9.83415 9.49989 9.78908 9.61742 9.70628 9.70628L7.83128 11.5813C7.78791 11.625 7.7363 11.6596 7.67944 11.6832C7.62258 11.7069 7.56159 11.7189 7.50003 11.7188Z",
|
|
2863
|
-
fill: fill
|
|
2864
|
-
})]
|
|
2865
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("defs", {
|
|
2866
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("clipPath", {
|
|
2867
|
-
id: "clip0_532_12720",
|
|
2868
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
2869
|
-
width: size,
|
|
2870
|
-
height: size,
|
|
2871
|
-
fill: "white"
|
|
2872
|
-
})
|
|
2873
|
-
})
|
|
3001
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3002
|
+
d: "M1 1H9",
|
|
3003
|
+
stroke: fill,
|
|
3004
|
+
strokeWidth: "1.4",
|
|
3005
|
+
strokeLinecap: "round",
|
|
3006
|
+
strokeLinejoin: "round"
|
|
2874
3007
|
})]
|
|
2875
3008
|
});
|
|
2876
|
-
const
|
|
2877
|
-
;// ./src/components/Icon/icons/
|
|
3009
|
+
const Minus_ICON_NAME = 'minus';
|
|
3010
|
+
;// ./src/components/Icon/icons/MinusCircle.tsx
|
|
2878
3011
|
|
|
2879
|
-
const
|
|
3012
|
+
const MinusCircle = ({
|
|
2880
3013
|
fill = '#000',
|
|
2881
|
-
size =
|
|
2882
|
-
tooltip = '
|
|
3014
|
+
size = 24,
|
|
3015
|
+
tooltip = 'Minus circle',
|
|
2883
3016
|
...props
|
|
2884
3017
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2885
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2886
3018
|
width: `${size}px`,
|
|
2887
3019
|
height: `${size}px`,
|
|
2888
|
-
viewBox: "0 0
|
|
3020
|
+
viewBox: "0 0 20 20",
|
|
2889
3021
|
fill: "none",
|
|
3022
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3023
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2890
3024
|
...props,
|
|
2891
3025
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2892
3026
|
children: tooltip
|
|
2893
|
-
}), (0,jsx_runtime_namespaceObject.
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2902
|
-
d: "M10.1601 8.89059C10.2422 8.89039 10.3235 8.90649 10.3993 8.93796C10.4752 8.96943 10.544 9.01565 10.6018 9.07392L13.1018 11.5739C13.2122 11.6924 13.2723 11.8491 13.2694 12.011C13.2666 12.1729 13.201 12.3274 13.0865 12.4419C12.972 12.5565 12.8175 12.622 12.6556 12.6249C12.4936 12.6278 12.3369 12.5677 12.2185 12.4573L10.1601 10.3998L8.10179 12.4573C7.98331 12.5677 7.8266 12.6278 7.66469 12.6249C7.50277 12.622 7.34828 12.5565 7.23377 12.4419C7.11926 12.3274 7.05366 12.1729 7.05081 12.011C7.04795 11.8491 7.10805 11.6924 7.21845 11.5739L9.71845 9.07392C9.77627 9.01565 9.84508 8.96943 9.9209 8.93796C9.99672 8.90649 10.078 8.89039 10.1601 8.89059Z",
|
|
2903
|
-
fill: fill
|
|
2904
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2905
|
-
d: "M1.25056 0.447437C1.21048 0.17422 0.956494 -0.0147705 0.683277 0.0253158C0.410059 0.0654021 0.221069 0.319385 0.261156 0.592602L1.25056 0.447437ZM2.23794 7.17712L1.25056 0.447437L0.261156 0.592602L1.24853 7.32229L2.23794 7.17712Z",
|
|
2906
|
-
fill: fill
|
|
2907
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2908
|
-
d: "M19.0102 0.447437C19.0503 0.17422 19.3042 -0.0147705 19.5775 0.0253158C19.8507 0.0654021 20.0397 0.319385 19.9996 0.592602L19.0102 0.447437ZM18.0228 7.17712L19.0102 0.447437L19.9996 0.592602L19.0122 7.32229L18.0228 7.17712Z",
|
|
2909
|
-
fill: fill
|
|
2910
|
-
})]
|
|
2911
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("defs", {
|
|
2912
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("clipPath", {
|
|
2913
|
-
id: "clip0_1141_12546",
|
|
2914
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
2915
|
-
width: "20",
|
|
2916
|
-
height: "20",
|
|
2917
|
-
fill: "white",
|
|
2918
|
-
transform: "translate(0.160156)"
|
|
2919
|
-
})
|
|
2920
|
-
})
|
|
3027
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3028
|
+
d: "M5.8999 10C5.8999 9.61341 6.2133 9.30001 6.5999 9.30001H13.2666C13.6532 9.30001 13.9666 9.61341 13.9666 10C13.9666 10.3866 13.6532 10.7 13.2666 10.7H6.5999C6.2133 10.7 5.8999 10.3866 5.8999 10Z",
|
|
3029
|
+
fill: fill
|
|
3030
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3031
|
+
d: "M0.899902 10C0.899902 5.03008 4.9633 0.966675 9.93324 0.966675C14.9032 0.966675 18.9666 5.03008 18.9666 10C18.9666 14.9699 14.9032 19.0333 9.93324 19.0333C4.9633 19.0333 0.899902 14.9699 0.899902 10ZM9.93324 2.36667C5.7365 2.36667 2.2999 5.80327 2.2999 10C2.2999 14.1967 5.7365 17.6333 9.93324 17.6333C14.13 17.6333 17.5666 14.1967 17.5666 10C17.5666 5.80327 14.13 2.36667 9.93324 2.36667Z",
|
|
3032
|
+
fillRule: "evenodd",
|
|
3033
|
+
clipRule: "evenodd",
|
|
3034
|
+
fill: fill
|
|
2921
3035
|
})]
|
|
2922
3036
|
});
|
|
2923
|
-
const
|
|
2924
|
-
;// ./src/components/Icon/icons/
|
|
3037
|
+
const MinusCircle_ICON_NAME = 'minus-circle';
|
|
3038
|
+
;// ./src/components/Icon/icons/MinusCircleInverted.tsx
|
|
2925
3039
|
|
|
2926
|
-
const
|
|
3040
|
+
const MinusCircleInverted = ({
|
|
2927
3041
|
fill = '#000',
|
|
2928
|
-
size =
|
|
2929
|
-
tooltip = '
|
|
3042
|
+
size = 24,
|
|
3043
|
+
tooltip = 'Minus circle inverted',
|
|
2930
3044
|
...props
|
|
2931
3045
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2932
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2933
3046
|
width: `${size}px`,
|
|
2934
3047
|
height: `${size}px`,
|
|
2935
|
-
viewBox: "0 0
|
|
3048
|
+
viewBox: "0 0 20 20",
|
|
2936
3049
|
fill: "none",
|
|
3050
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3051
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2937
3052
|
...props,
|
|
2938
3053
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2939
3054
|
children: tooltip
|
|
2940
3055
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2941
|
-
d: "
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
d: "M5.85938 11.1328C6.11822 11.1328 6.32812 10.9229 6.32812 10.6641V5.97656C6.32812 5.71772 6.11822 5.50781 5.85938 5.50781C5.60053 5.50781 5.39062 5.71772 5.39062 5.97656V10.6641C5.39062 10.9229 5.60053 11.1328 5.85938 11.1328Z",
|
|
2945
|
-
fill: fill
|
|
2946
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2947
|
-
d: "M9.375 1.99219C9.63384 1.99219 9.84375 1.78228 9.84375 1.52344C9.84375 1.26459 9.63384 1.05469 9.375 1.05469H5.625C5.36616 1.05469 5.15625 1.26459 5.15625 1.52344C5.15625 1.78228 5.36616 1.99219 5.625 1.99219H9.375Z",
|
|
2948
|
-
fill: fill
|
|
2949
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2950
|
-
d: "M2.34375 2.46094C2.08491 2.46094 1.875 2.67084 1.875 2.92969C1.875 3.18853 2.08491 3.39844 2.34375 3.39844H2.8125V12.0234C2.8125 13.0828 3.675 13.9453 4.73438 13.9453H10.2656C11.325 13.9453 12.1875 13.0828 12.1875 12.0234V3.39844H12.6562C12.9151 3.39844 13.125 3.18853 13.125 2.92969C13.125 2.67084 12.9151 2.46094 12.6562 2.46094H11.7188H3.28125H2.34375ZM11.25 3.39844V12.0234C11.25 12.5672 10.8094 13.0078 10.2656 13.0078H4.73438C4.19063 13.0078 3.75 12.5672 3.75 12.0234V3.39844H11.25Z",
|
|
3056
|
+
d: "M1.66663 10C1.66663 5.40835 5.40829 1.66669 9.99996 1.66669C14.5916 1.66669 18.3333 5.40835 18.3333 10C18.3333 14.5917 14.5916 18.3334 9.99996 18.3334C5.40829 18.3334 1.66663 14.5917 1.66663 10ZM5.97496 10C5.97496 10.3417 6.25829 10.625 6.59996 10.625H13.2666C13.6166 10.625 13.8916 10.3417 13.8916 10C13.8916 9.65835 13.6083 9.37502 13.2666 9.37502H6.59996C6.25829 9.37502 5.97496 9.65835 5.97496 10Z",
|
|
3057
|
+
fillRule: "evenodd",
|
|
3058
|
+
clipRule: "evenodd",
|
|
2951
3059
|
fill: fill
|
|
2952
3060
|
})]
|
|
2953
3061
|
});
|
|
2954
|
-
const
|
|
2955
|
-
;// ./src/components/Icon/icons/
|
|
3062
|
+
const MinusCircleInverted_ICON_NAME = 'minus-circle-inverted';
|
|
3063
|
+
;// ./src/components/Icon/icons/More.tsx
|
|
2956
3064
|
|
|
2957
|
-
const
|
|
3065
|
+
const More = ({
|
|
2958
3066
|
fill = '#000',
|
|
2959
|
-
size =
|
|
2960
|
-
tooltip = '
|
|
3067
|
+
size = 24,
|
|
3068
|
+
tooltip = 'More',
|
|
2961
3069
|
...props
|
|
2962
3070
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2963
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2964
3071
|
width: `${size}px`,
|
|
2965
3072
|
height: `${size}px`,
|
|
2966
|
-
viewBox: "0 0
|
|
2967
|
-
|
|
3073
|
+
viewBox: "0 0 24 24",
|
|
3074
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3075
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
2968
3076
|
...props,
|
|
2969
3077
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2970
3078
|
children: tooltip
|
|
2971
3079
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
2972
|
-
d: "
|
|
3080
|
+
d: "M5.4001 10.2C4.4101 10.2 3.6001 11.01 3.6001 12C3.6001 12.99 4.4101 13.8 5.4001 13.8C6.3901 13.8 7.2001 12.99 7.2001 12C7.2001 11.01 6.3901 10.2 5.4001 10.2Z",
|
|
3081
|
+
fill: fill
|
|
3082
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3083
|
+
d: "M12.0002 10.2C11.0102 10.2 10.2002 11.01 10.2002 12C10.2002 12.99 11.0102 13.8 12.0002 13.8C12.9902 13.8 13.8002 12.99 13.8002 12C13.8002 11.01 12.9902 10.2 12.0002 10.2Z",
|
|
3084
|
+
fill: fill
|
|
3085
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3086
|
+
d: "M18.6003 10.2C17.6103 10.2 16.8003 11.01 16.8003 12C16.8003 12.99 17.6103 13.8 18.6003 13.8C19.5903 13.8 20.4003 12.99 20.4003 12C20.4003 11.01 19.5903 10.2 18.6003 10.2Z",
|
|
2973
3087
|
fill: fill
|
|
2974
3088
|
})]
|
|
2975
3089
|
});
|
|
2976
|
-
const
|
|
2977
|
-
;// ./src/components/Icon/icons/
|
|
3090
|
+
const More_ICON_NAME = 'more';
|
|
3091
|
+
;// ./src/components/Icon/icons/MoreVertical.tsx
|
|
2978
3092
|
|
|
2979
|
-
const
|
|
3093
|
+
const MoreVertical = ({
|
|
2980
3094
|
fill = '#000',
|
|
2981
|
-
size =
|
|
2982
|
-
tooltip = '
|
|
3095
|
+
size = 24,
|
|
3096
|
+
tooltip = 'More vertical',
|
|
2983
3097
|
...props
|
|
2984
3098
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
2985
3099
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2986
|
-
width: `${size}px`,
|
|
3100
|
+
width: `${size / 4}px`,
|
|
2987
3101
|
height: `${size}px`,
|
|
2988
|
-
viewBox: "0 0
|
|
3102
|
+
viewBox: "0 0 4 16",
|
|
2989
3103
|
fill: "none",
|
|
2990
3104
|
...props,
|
|
2991
3105
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
2992
3106
|
children: tooltip
|
|
2993
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3107
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("circle", {
|
|
3108
|
+
cx: "1.66016",
|
|
3109
|
+
cy: "2",
|
|
3110
|
+
r: "1.5",
|
|
3111
|
+
fill: fill
|
|
3112
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("circle", {
|
|
3113
|
+
cx: "1.66016",
|
|
3114
|
+
cy: "8",
|
|
3115
|
+
r: "1.5",
|
|
3116
|
+
fill: fill
|
|
3117
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("circle", {
|
|
3118
|
+
cx: "1.66016",
|
|
3119
|
+
cy: "14",
|
|
3120
|
+
r: "1.5",
|
|
3121
|
+
fill: fill
|
|
3008
3122
|
})]
|
|
3009
3123
|
});
|
|
3010
|
-
const
|
|
3011
|
-
;// ./src/components/Icon/icons/
|
|
3124
|
+
const MoreVertical_ICON_NAME = 'more-vertical';
|
|
3125
|
+
;// ./src/components/Icon/icons/Notification.tsx
|
|
3012
3126
|
|
|
3013
|
-
const
|
|
3127
|
+
const Notification = ({
|
|
3014
3128
|
fill = '#000',
|
|
3015
|
-
size =
|
|
3016
|
-
tooltip = '
|
|
3129
|
+
size = 24,
|
|
3130
|
+
tooltip = 'Notification',
|
|
3017
3131
|
...props
|
|
3018
3132
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3019
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3020
3133
|
width: `${size}px`,
|
|
3021
3134
|
height: `${size}px`,
|
|
3022
|
-
viewBox: "0 0
|
|
3023
|
-
|
|
3135
|
+
viewBox: "0 0 20 22",
|
|
3136
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3137
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3024
3138
|
...props,
|
|
3025
3139
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3026
3140
|
children: tooltip
|
|
3027
3141
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3028
|
-
d: "
|
|
3142
|
+
d: "M0.776752 7.36345C0.819992 7.37426 0.865032 7.37966 0.908271 7.37966C1.14969 7.37966 1.37129 7.21572 1.43255 6.97069C1.9334 4.96728 3.12608 3.19267 4.78899 1.97837C5.0304 1.80181 5.08265 1.46491 4.90609 1.22349C4.72953 0.98207 4.39263 0.929823 4.15121 1.10638C2.28472 2.47022 0.946106 4.45922 0.383997 6.70946C0.31013 6.99772 0.48669 7.29138 0.776752 7.36345ZM15.2114 1.97837C16.8743 3.19267 18.0652 4.96548 18.5679 6.97069C18.6291 7.21572 18.8489 7.37966 19.0921 7.37966C19.1354 7.37966 19.1804 7.37426 19.2237 7.36345C19.5137 7.29138 19.6885 6.99772 19.6164 6.70765C19.0543 4.45922 17.7157 2.46842 15.8492 1.10458C15.6078 0.928021 15.2709 0.980269 15.0943 1.22169C14.9178 1.46491 14.97 1.80181 15.2114 1.97837ZM1.92799 15.3879C1.75144 16.0924 1.90638 16.8256 2.35498 17.3967C2.80179 17.9697 3.4756 18.2976 4.20165 18.2976H6.80681C7.06445 19.8289 8.39765 21 10.0011 21C11.6046 21 12.936 19.8289 13.1954 18.2976H15.8006C16.5266 18.2976 17.2004 17.9697 17.6472 17.3967C18.094 16.8238 18.249 16.0924 18.0742 15.3879L16.1194 7.58325C15.4168 4.7691 12.8999 2.80352 9.9993 2.80352C7.09868 2.80352 4.5818 4.7691 3.87916 7.58325L1.92799 15.3879ZM9.9993 19.919C8.99399 19.919 8.14903 19.229 7.90761 18.2976H12.0892C11.8496 19.229 11.0046 19.919 9.9993 19.919ZM9.9993 3.8845C12.4027 3.8845 14.489 5.51317 15.0709 7.84448L17.0221 15.6492C17.1176 16.0293 17.0329 16.4221 16.7933 16.7319C16.5518 17.04 16.1897 17.2166 15.7988 17.2166H4.19985C3.8089 17.2166 3.44677 17.04 3.20535 16.7319C2.96393 16.4239 2.88106 16.0293 2.97654 15.6492L4.92771 7.84448C5.50964 5.51317 7.59593 3.8845 9.9993 3.8845Z",
|
|
3029
3143
|
fill: fill,
|
|
3030
3144
|
stroke: fill,
|
|
3031
|
-
strokeWidth: "0.
|
|
3145
|
+
strokeWidth: "0.3"
|
|
3032
3146
|
})]
|
|
3033
3147
|
});
|
|
3034
|
-
const
|
|
3035
|
-
;// ./src/components/Icon/icons/
|
|
3148
|
+
const Notification_ICON_NAME = 'notification';
|
|
3149
|
+
;// ./src/components/Icon/icons/Pages.tsx
|
|
3036
3150
|
|
|
3037
|
-
const
|
|
3151
|
+
const Pages = ({
|
|
3038
3152
|
fill = '#000',
|
|
3039
|
-
size =
|
|
3040
|
-
tooltip = '
|
|
3153
|
+
size = 24,
|
|
3154
|
+
tooltip = 'Pages',
|
|
3041
3155
|
...props
|
|
3042
3156
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3043
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3044
3157
|
width: `${size}px`,
|
|
3045
3158
|
height: `${size}px`,
|
|
3046
|
-
viewBox: "0 0
|
|
3159
|
+
viewBox: "0 0 24 24",
|
|
3047
3160
|
fill: "none",
|
|
3161
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3162
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3048
3163
|
...props,
|
|
3049
3164
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3050
3165
|
children: tooltip
|
|
3051
|
-
}), (0,jsx_runtime_namespaceObject.
|
|
3052
|
-
|
|
3053
|
-
children:
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3166
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
3167
|
+
id: "Side Menu Icons",
|
|
3168
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
3169
|
+
id: "Union",
|
|
3170
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3171
|
+
d: "M4.22222 4.69841C4.22222 4.42857 4.42857 4.22222 4.69841 4.22222H5.33333C5.60317 4.22222 5.80952 4.42857 5.80952 4.69841C5.80952 4.96825 5.60317 5.1746 5.33333 5.1746H4.69841C4.42857 5.1746 4.22222 4.96825 4.22222 4.69841Z",
|
|
3172
|
+
fill: fill
|
|
3173
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3174
|
+
d: "M6.7619 4.69841C6.7619 4.42857 6.96825 4.22222 7.2381 4.22222H7.87302C8.14286 4.22222 8.34921 4.42857 8.34921 4.69841C8.34921 4.96825 8.14286 5.1746 7.87302 5.1746H7.2381C6.96825 5.1746 6.7619 4.96825 6.7619 4.69841Z",
|
|
3175
|
+
fill: fill
|
|
3176
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3177
|
+
d: "M19.3016 4.23876H13.9048C13.6349 4.23876 13.4286 4.44511 13.4286 4.71495C13.4286 4.98479 13.6349 5.19114 13.9048 5.19114H19.3016C19.5714 5.19114 19.7778 4.98479 19.7778 4.71495C19.7778 4.44511 19.5714 4.23876 19.3016 4.23876Z",
|
|
3178
|
+
fill: fill
|
|
3179
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3180
|
+
d: "M8.34921 10.0952C8.34921 9.8254 8.55556 9.61905 8.8254 9.61905C9.09524 9.61905 9.30159 9.8254 9.30159 10.0952V18.3492C9.30159 18.619 9.09524 18.8254 8.8254 18.8254C8.55556 18.8254 8.34921 18.619 8.34921 18.3492V10.0952Z",
|
|
3181
|
+
fill: fill
|
|
3182
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3183
|
+
d: "M14.6984 10.0952C14.6984 9.8254 14.9048 9.61905 15.1746 9.61905C15.4444 9.61905 15.6508 9.8254 15.6508 10.0952V18.3492C15.6508 18.619 15.4444 18.8254 15.1746 18.8254C14.9048 18.8254 14.6984 18.619 14.6984 18.3492V10.0952Z",
|
|
3184
|
+
fill: fill
|
|
3185
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3186
|
+
fillRule: "evenodd",
|
|
3187
|
+
clipRule: "evenodd",
|
|
3188
|
+
d: "M2 4.06349C2 2.92063 2.92063 2 4.06349 2H19.9365C21.0794 2 22 2.92063 22 4.06349V19.9365C22 21.0794 21.0794 22 19.9365 22H4.06349C2.92063 22 2 21.0794 2 19.9365V4.06349ZM19.9365 2.95238H4.06349C3.44444 2.95238 2.95238 3.44444 2.95238 4.06349V6.44444H21.0476V4.06349C21.0476 3.44444 20.5556 2.95238 19.9365 2.95238ZM21.0476 7.39683H2.95238V19.9365C2.95238 20.5556 3.44444 21.0476 4.06349 21.0476H19.9365C20.5556 21.0476 21.0476 20.5556 21.0476 19.9365V7.39683Z",
|
|
3189
|
+
fill: fill
|
|
3190
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3191
|
+
d: "M4.22222 4.69841C4.22222 4.42857 4.42857 4.22222 4.69841 4.22222H5.33333C5.60317 4.22222 5.80952 4.42857 5.80952 4.69841C5.80952 4.96825 5.60317 5.1746 5.33333 5.1746H4.69841C4.42857 5.1746 4.22222 4.96825 4.22222 4.69841Z",
|
|
3192
|
+
stroke: fill,
|
|
3193
|
+
strokeWidth: "0.2"
|
|
3194
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3195
|
+
d: "M6.7619 4.69841C6.7619 4.42857 6.96825 4.22222 7.2381 4.22222H7.87302C8.14286 4.22222 8.34921 4.42857 8.34921 4.69841C8.34921 4.96825 8.14286 5.1746 7.87302 5.1746H7.2381C6.96825 5.1746 6.7619 4.96825 6.7619 4.69841Z",
|
|
3196
|
+
stroke: fill,
|
|
3197
|
+
strokeWidth: "0.2"
|
|
3198
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3199
|
+
d: "M19.3016 4.23876H13.9048C13.6349 4.23876 13.4286 4.44511 13.4286 4.71495C13.4286 4.98479 13.6349 5.19114 13.9048 5.19114H19.3016C19.5714 5.19114 19.7778 4.98479 19.7778 4.71495C19.7778 4.44511 19.5714 4.23876 19.3016 4.23876Z",
|
|
3200
|
+
stroke: fill,
|
|
3201
|
+
strokeWidth: "0.2"
|
|
3202
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3203
|
+
d: "M8.34921 10.0952C8.34921 9.8254 8.55556 9.61905 8.8254 9.61905C9.09524 9.61905 9.30159 9.8254 9.30159 10.0952V18.3492C9.30159 18.619 9.09524 18.8254 8.8254 18.8254C8.55556 18.8254 8.34921 18.619 8.34921 18.3492V10.0952Z",
|
|
3204
|
+
stroke: fill,
|
|
3205
|
+
strokeWidth: "0.2"
|
|
3206
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3207
|
+
d: "M14.6984 10.0952C14.6984 9.8254 14.9048 9.61905 15.1746 9.61905C15.4444 9.61905 15.6508 9.8254 15.6508 10.0952V18.3492C15.6508 18.619 15.4444 18.8254 15.1746 18.8254C14.9048 18.8254 14.6984 18.619 14.6984 18.3492V10.0952Z",
|
|
3208
|
+
stroke: fill,
|
|
3209
|
+
strokeWidth: "0.2"
|
|
3210
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3211
|
+
fillRule: "evenodd",
|
|
3212
|
+
clipRule: "evenodd",
|
|
3213
|
+
d: "M2 4.06349C2 2.92063 2.92063 2 4.06349 2H19.9365C21.0794 2 22 2.92063 22 4.06349V19.9365C22 21.0794 21.0794 22 19.9365 22H4.06349C2.92063 22 2 21.0794 2 19.9365V4.06349ZM19.9365 2.95238H4.06349C3.44444 2.95238 2.95238 3.44444 2.95238 4.06349V6.44444H21.0476V4.06349C21.0476 3.44444 20.5556 2.95238 19.9365 2.95238ZM21.0476 7.39683H2.95238V19.9365C2.95238 20.5556 3.44444 21.0476 4.06349 21.0476H19.9365C20.5556 21.0476 21.0476 20.5556 21.0476 19.9365V7.39683Z",
|
|
3214
|
+
stroke: fill,
|
|
3215
|
+
strokeWidth: "0.2"
|
|
3216
|
+
})]
|
|
3077
3217
|
})
|
|
3078
3218
|
})]
|
|
3079
3219
|
});
|
|
3080
|
-
const
|
|
3081
|
-
;// ./src/components/Icon/icons/
|
|
3220
|
+
const Pages_ICON_NAME = 'pages';
|
|
3221
|
+
;// ./src/components/Icon/icons/Plus.tsx
|
|
3082
3222
|
|
|
3083
|
-
const
|
|
3223
|
+
const Plus = ({
|
|
3084
3224
|
fill = '#000',
|
|
3085
|
-
size =
|
|
3086
|
-
tooltip = '
|
|
3225
|
+
size = 24,
|
|
3226
|
+
tooltip = 'Plus',
|
|
3087
3227
|
...props
|
|
3088
3228
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3089
3229
|
width: `${size}px`,
|
|
3090
3230
|
height: `${size}px`,
|
|
3091
|
-
viewBox: "0 0
|
|
3231
|
+
viewBox: "0 0 10 10",
|
|
3092
3232
|
fill: "none",
|
|
3093
3233
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3234
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3094
3235
|
...props,
|
|
3095
3236
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3096
3237
|
children: tooltip
|
|
3097
3238
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3098
|
-
d: "
|
|
3099
|
-
|
|
3239
|
+
d: "M1 5H9",
|
|
3240
|
+
stroke: fill,
|
|
3241
|
+
strokeWidth: "1.4",
|
|
3242
|
+
strokeLinecap: "round",
|
|
3243
|
+
strokeLinejoin: "round"
|
|
3100
3244
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3245
|
+
d: "M5 9V1",
|
|
3246
|
+
stroke: fill,
|
|
3247
|
+
strokeWidth: "1.4",
|
|
3248
|
+
strokeLinecap: "round",
|
|
3249
|
+
strokeLinejoin: "round"
|
|
3105
3250
|
})]
|
|
3106
3251
|
});
|
|
3107
|
-
const
|
|
3108
|
-
;// ./src/components/Icon/icons/
|
|
3252
|
+
const Plus_ICON_NAME = 'plus';
|
|
3253
|
+
;// ./src/components/Icon/icons/PlusCircle.tsx
|
|
3109
3254
|
|
|
3110
|
-
const
|
|
3255
|
+
const PlusCircle = ({
|
|
3111
3256
|
fill = '#000',
|
|
3112
3257
|
size = 24,
|
|
3113
|
-
tooltip = '
|
|
3258
|
+
tooltip = 'Plus circle',
|
|
3114
3259
|
...props
|
|
3115
3260
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3116
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3117
3261
|
width: `${size}px`,
|
|
3118
3262
|
height: `${size}px`,
|
|
3119
|
-
viewBox: "0 0
|
|
3263
|
+
viewBox: "0 0 20 20",
|
|
3120
3264
|
fill: "none",
|
|
3265
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3266
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3121
3267
|
...props,
|
|
3122
3268
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3123
3269
|
children: tooltip
|
|
3124
3270
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3125
|
-
d: "
|
|
3126
|
-
fill: fill
|
|
3127
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3128
|
-
d: "M19.1199 6.40206L20.5383 4.98366L20.6928 5.13808C20.7723 5.21765 20.8212 5.3227 20.8309 5.43477C20.8407 5.54684 20.8106 5.65876 20.746 5.75085L19.0684 8.14122C19.3405 8.64009 19.5602 9.16814 19.7241 9.72266L22.5974 10.1925C22.7093 10.2109 22.811 10.2684 22.8844 10.3548C22.9578 10.4412 22.9981 10.5509 22.9981 10.6642V13.2947C22.9983 13.4072 22.9588 13.5162 22.8865 13.6025C22.8142 13.6888 22.7138 13.7468 22.603 13.7664L19.725 14.2708C19.5622 14.826 19.3431 15.355 19.0712 15.8541L20.7722 18.2155C20.8385 18.3076 20.8699 18.4202 20.8609 18.5333C20.8518 18.6464 20.8028 18.7526 20.7227 18.833L18.8629 20.6946C18.7833 20.7741 18.6782 20.8231 18.5662 20.8328C18.4541 20.8426 18.3422 20.8125 18.2501 20.7479L15.8644 19.074C15.3629 19.3507 14.8307 19.5752 14.2717 19.7418L13.7645 22.6049C13.745 22.7157 13.6869 22.8161 13.6006 22.8884C13.5144 22.9606 13.4054 23.0002 13.2928 23H10.6624C10.5491 23 10.4396 22.9598 10.3532 22.8866C10.2668 22.8134 10.2092 22.7119 10.1906 22.6002L9.71706 19.7484C9.15581 19.5842 8.62111 19.3631 8.11694 19.088L5.74712 20.7469C5.655 20.8112 5.54322 20.8409 5.43135 20.831C5.31949 20.8211 5.21468 20.7722 5.13528 20.6928L4.98226 20.5397L6.39894 19.123L7.77692 18.1576C7.85258 18.1046 7.94197 18.0746 8.03431 18.0713C8.12664 18.068 8.21795 18.0915 8.29722 18.1389C8.90094 18.5013 9.56083 18.7772 10.2607 18.9497C10.3513 18.9722 10.4334 19.0207 10.4968 19.0892C10.5603 19.1578 10.6022 19.2434 10.6175 19.3355L11.0678 22.0435H12.8921L13.375 19.3234C13.3911 19.2326 13.4331 19.1485 13.4959 19.081C13.5587 19.0136 13.6397 18.9657 13.729 18.9432C14.4261 18.7664 15.0837 18.4888 15.6804 18.1258C15.7598 18.0775 15.8515 18.0534 15.9444 18.0564C16.0373 18.0594 16.1273 18.0893 16.2035 18.1427L18.4705 19.7334L19.7587 18.4444L18.1427 16.2016C18.0881 16.1256 18.0569 16.0353 18.0531 15.9419C18.0493 15.8484 18.0729 15.7559 18.1212 15.6757C18.4806 15.0775 18.7533 14.4247 18.9254 13.73C18.9476 13.64 18.9954 13.5583 19.063 13.495C19.1307 13.4316 19.2153 13.3893 19.3066 13.3731L22.0416 12.893V11.0715L19.3122 10.625C19.22 10.6099 19.1343 10.5682 19.0655 10.5049C18.9968 10.4417 18.9481 10.3597 18.9254 10.2691C18.7513 9.57349 18.4787 8.92071 18.1193 8.32244C18.0717 8.24307 18.048 8.15157 18.0514 8.05905C18.0547 7.96653 18.0848 7.87696 18.138 7.80121L19.1199 6.40206Z",
|
|
3129
|
-
fill: fill
|
|
3130
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3131
|
-
d: "M8.73597 16.786C9.25339 17.1353 9.83633 17.4059 10.4723 17.5763C13.5545 18.4022 16.734 16.5665 17.5599 13.4844C18.01 11.8044 17.6695 10.0955 16.7673 8.75462L16.0598 9.46219C16.731 10.5504 16.9708 11.9017 16.6146 13.2311C15.9285 15.7918 13.2864 17.3173 10.7256 16.6311C10.262 16.5069 9.83241 16.3186 9.44368 16.0783L8.73597 16.786Z",
|
|
3132
|
-
fill: fill
|
|
3133
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3134
|
-
d: "M15.2559 7.22244L14.5499 7.92839C14.1473 7.67204 13.6995 7.47198 13.2146 7.34206C12.2996 7.09689 11.342 7.12719 10.446 7.42926C10.1898 7.51603 9.91224 7.3787 9.82583 7.12259C9.73917 6.86726 9.87681 6.58877 10.1325 6.50227C11.2123 6.13763 12.3659 6.10152 13.4679 6.39681C14.1251 6.57292 14.7257 6.85605 15.2559 7.22244Z",
|
|
3135
|
-
fill: fill
|
|
3136
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3137
|
-
d: "M7.91391 14.5644L7.20809 15.2702C6.27968 13.9217 5.92439 12.1904 6.38034 10.4888C6.42269 10.3308 6.47478 10.179 6.52849 10.0298C6.61948 9.77555 6.89961 9.6435 7.15378 9.73439C7.40739 9.82612 7.54108 10.1003 7.44936 10.3596C7.40414 10.4857 7.36047 10.6119 7.32559 10.7421C6.96353 12.0933 7.21723 13.4672 7.91391 14.5644Z",
|
|
3138
|
-
fill: fill
|
|
3139
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3140
|
-
d: "M7.42536 8.46778C7.37033 8.65037 7.42528 8.85617 7.58143 8.98547C7.78934 9.15868 8.09848 9.12987 8.2712 8.9219C8.46367 8.68955 8.68645 8.46995 8.93232 8.26906C9.0147 8.20153 9.06907 8.11314 9.09465 8.01768C9.134 7.87084 9.10437 7.7071 9.00113 7.58017C8.83011 7.37118 8.5224 7.34076 8.31311 7.51151C8.01895 7.75145 7.75095 8.01614 7.51764 8.29666C7.47459 8.34866 7.44378 8.40665 7.42536 8.46778Z",
|
|
3271
|
+
d: "M5.96667 9.99999C5.96667 9.61339 6.28008 9.29999 6.66667 9.29999H9.30005V6.66667C9.30005 6.28008 9.61345 5.96667 10 5.96667C10.3866 5.96667 10.7 6.28008 10.7 6.66667V9.29999H13.3333C13.7199 9.29999 14.0333 9.61339 14.0333 9.99999C14.0333 10.3866 13.7199 10.7 13.3333 10.7H10.7V13.3333C10.7 13.7199 10.3866 14.0333 10 14.0333C9.61345 14.0333 9.30005 13.7199 9.30005 13.3333V10.7H6.66667C6.28008 10.7 5.96667 10.3866 5.96667 9.99999Z",
|
|
3141
3272
|
fill: fill
|
|
3142
3273
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3143
|
-
d: "
|
|
3274
|
+
d: "M0.966675 10C0.966675 5.03008 5.03008 0.966675 10 0.966675C14.9699 0.966675 19.0333 5.03008 19.0333 10C19.0333 14.9699 14.9699 19.0333 10 19.0333C5.03008 19.0333 0.966675 14.9699 0.966675 10ZM10 2.36667C5.80327 2.36667 2.36667 5.80327 2.36667 10C2.36667 14.1967 5.80327 17.6333 10 17.6333C14.1967 17.6333 17.6333 14.1967 17.6333 10C17.6333 5.80327 14.1967 2.36667 10 2.36667Z",
|
|
3275
|
+
fillRule: "evenodd",
|
|
3276
|
+
clipRule: "evenodd",
|
|
3144
3277
|
fill: fill
|
|
3145
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3146
|
-
d: "M10.353 1.11378C10.4393 1.04038 10.549 1.00006 10.6624 1H13.2928C13.4055 0.999874 13.5146 1.03954 13.6009 1.11199C13.6872 1.18445 13.7451 1.28505 13.7645 1.39606L14.2652 4.25815C14.8255 4.42339 15.358 4.64665 15.8597 4.9223L18.2146 3.22877C18.3067 3.16244 18.4193 3.13101 18.5324 3.14008C18.6455 3.14915 18.7517 3.19813 18.832 3.27828L19.0161 3.46223L17.7061 4.77221L16.2053 5.8508C16.1292 5.90547 16.0387 5.93656 15.945 5.94022C15.8513 5.94387 15.7587 5.91992 15.6785 5.87135C15.0789 5.50835 14.422 5.23205 13.7225 5.05775C13.6327 5.03524 13.5514 4.98717 13.4884 4.91935C13.4254 4.85154 13.3834 4.7669 13.3675 4.6757L12.8911 1.95652H11.0696L10.6278 4.65982C10.6128 4.75239 10.5708 4.8385 10.5072 4.90742C10.4436 4.97635 10.3611 5.02505 10.27 5.04747C9.56944 5.21926 8.90803 5.49292 8.30749 5.8536C8.22764 5.90158 8.1355 5.9252 8.04241 5.92155C7.94932 5.9179 7.85932 5.88714 7.78346 5.83305L5.55376 4.23947L4.26376 5.52853L5.83492 7.77412C5.88805 7.85015 5.91793 7.93999 5.92092 8.0327C5.9239 8.12541 5.89987 8.21699 5.85174 8.29628C5.48675 8.90026 5.20981 9.55998 5.03346 10.2654C5.01085 10.3558 4.96229 10.4377 4.89375 10.501C4.8252 10.5642 4.73967 10.606 4.64768 10.6213L1.95653 11.0687V12.893L4.64955 13.3713C4.74041 13.3874 4.82464 13.4296 4.8921 13.4925C4.95956 13.5555 5.00735 13.6367 5.02973 13.7262C5.20457 14.4292 5.48164 15.089 5.848 15.6944C5.89651 15.7744 5.92051 15.8668 5.91702 15.9603C5.91353 16.0537 5.88272 16.1441 5.82838 16.2203L4.74825 17.7301L3.46083 19.0175L3.27548 18.832C3.19567 18.7519 3.14681 18.6462 3.13758 18.5335C3.12835 18.4208 3.15933 18.3085 3.22504 18.2165L4.89895 15.8747C4.62081 15.3684 4.39781 14.8317 4.232 14.268L1.39419 13.7655C1.28353 13.7457 1.18337 13.6876 1.11128 13.6013C1.0392 13.515 0.999799 13.4061 1 13.2937V10.6633C0.99999 10.5502 1.04005 10.4408 1.11307 10.3544C1.18609 10.2681 1.28734 10.2104 1.39887 10.1916L4.2348 9.71986C4.40152 9.15522 4.62594 8.61883 4.90362 8.1132L3.25026 5.74805C3.18566 5.65596 3.15558 5.54404 3.16532 5.43197C3.17506 5.3199 3.22399 5.21485 3.3035 5.13528L5.16424 3.27641C5.24433 3.1966 5.3501 3.14775 5.46279 3.13851C5.57548 3.12928 5.68779 3.16026 5.77981 3.22597L8.13001 4.90455C8.63271 4.63109 9.16609 4.41153 9.72546 4.24881L10.1906 1.40073C10.209 1.28887 10.2666 1.18717 10.353 1.11378Z",
|
|
3147
|
-
stroke: fill,
|
|
3148
|
-
strokeWidth: "0.3",
|
|
3149
|
-
strokeLinecap: "round"
|
|
3150
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3151
|
-
d: "M19.1199 6.40206L20.5383 4.98366L20.6928 5.13808C20.7723 5.21765 20.8212 5.3227 20.8309 5.43477C20.8407 5.54684 20.8106 5.65876 20.746 5.75085L19.0684 8.14122C19.3405 8.64009 19.5602 9.16814 19.7241 9.72266L22.5974 10.1925C22.7093 10.2109 22.811 10.2684 22.8844 10.3548C22.9578 10.4412 22.9981 10.5509 22.9981 10.6642V13.2947C22.9983 13.4072 22.9588 13.5162 22.8865 13.6025C22.8142 13.6888 22.7138 13.7468 22.603 13.7664L19.725 14.2708C19.5622 14.826 19.3431 15.355 19.0712 15.8541L20.7722 18.2155C20.8385 18.3076 20.8699 18.4202 20.8609 18.5333C20.8518 18.6464 20.8028 18.7526 20.7227 18.833L18.8629 20.6946C18.7833 20.7741 18.6782 20.8231 18.5662 20.8328C18.4541 20.8426 18.3422 20.8125 18.2501 20.7479L15.8644 19.074C15.3629 19.3507 14.8307 19.5752 14.2717 19.7418L13.7645 22.6049C13.745 22.7157 13.6869 22.8161 13.6006 22.8884C13.5144 22.9606 13.4054 23.0002 13.2928 23H10.6624C10.5491 23 10.4396 22.9598 10.3532 22.8866C10.2668 22.8134 10.2092 22.7119 10.1906 22.6002L9.71706 19.7484C9.15581 19.5842 8.62111 19.3631 8.11694 19.088L5.74712 20.7469C5.655 20.8112 5.54322 20.8409 5.43135 20.831C5.31949 20.8211 5.21468 20.7722 5.13528 20.6928L4.98226 20.5397L6.39894 19.123L7.77692 18.1576C7.85258 18.1046 7.94197 18.0746 8.03431 18.0713C8.12664 18.068 8.21795 18.0915 8.29722 18.1389C8.90094 18.5013 9.56083 18.7772 10.2607 18.9497C10.3513 18.9722 10.4334 19.0207 10.4968 19.0892C10.5603 19.1578 10.6022 19.2434 10.6175 19.3355L11.0678 22.0435H12.8921L13.375 19.3234C13.3911 19.2326 13.4331 19.1485 13.4959 19.081C13.5587 19.0136 13.6397 18.9657 13.729 18.9432C14.4261 18.7664 15.0837 18.4888 15.6804 18.1258C15.7598 18.0775 15.8515 18.0534 15.9444 18.0564C16.0373 18.0594 16.1273 18.0893 16.2035 18.1427L18.4705 19.7334L19.7587 18.4444L18.1427 16.2016C18.0881 16.1256 18.0569 16.0353 18.0531 15.9419C18.0493 15.8484 18.0729 15.7559 18.1212 15.6757C18.4806 15.0775 18.7533 14.4247 18.9254 13.73C18.9476 13.64 18.9954 13.5583 19.063 13.495C19.1307 13.4316 19.2153 13.3893 19.3066 13.3731L22.0416 12.893V11.0715L19.3122 10.625C19.22 10.6099 19.1343 10.5682 19.0655 10.5049C18.9968 10.4417 18.9481 10.3597 18.9254 10.2691C18.7513 9.57349 18.4787 8.92071 18.1193 8.32244C18.0717 8.24307 18.048 8.15157 18.0514 8.05905C18.0547 7.96653 18.0848 7.87696 18.138 7.80121L19.1199 6.40206Z",
|
|
3152
|
-
stroke: fill,
|
|
3153
|
-
strokeWidth: "0.3",
|
|
3154
|
-
strokeLinecap: "round"
|
|
3155
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3156
|
-
d: "M8.73597 16.786C9.25339 17.1353 9.83633 17.4059 10.4723 17.5763C13.5545 18.4022 16.734 16.5665 17.5599 13.4844C18.01 11.8044 17.6695 10.0955 16.7673 8.75462L16.0598 9.46219C16.731 10.5504 16.9708 11.9017 16.6146 13.2311C15.9285 15.7918 13.2864 17.3173 10.7256 16.6311C10.262 16.5069 9.83241 16.3186 9.44368 16.0783L8.73597 16.786Z",
|
|
3157
|
-
stroke: fill,
|
|
3158
|
-
strokeWidth: "0.3",
|
|
3159
|
-
strokeLinecap: "round"
|
|
3160
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3161
|
-
d: "M15.2559 7.22244L14.5499 7.92839C14.1473 7.67204 13.6995 7.47198 13.2146 7.34206C12.2996 7.09689 11.342 7.12719 10.446 7.42926C10.1898 7.51603 9.91224 7.3787 9.82583 7.12259C9.73917 6.86726 9.87681 6.58877 10.1325 6.50227C11.2123 6.13763 12.3659 6.10152 13.4679 6.39681C14.1251 6.57292 14.7257 6.85605 15.2559 7.22244Z",
|
|
3162
|
-
stroke: fill,
|
|
3163
|
-
strokeWidth: "0.3",
|
|
3164
|
-
strokeLinecap: "round"
|
|
3165
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3166
|
-
d: "M7.91391 14.5644L7.20809 15.2702C6.27968 13.9217 5.92439 12.1904 6.38034 10.4888C6.42269 10.3308 6.47478 10.179 6.52849 10.0298C6.61948 9.77555 6.89961 9.6435 7.15378 9.73439C7.40739 9.82612 7.54108 10.1003 7.44936 10.3596C7.40414 10.4857 7.36047 10.6119 7.32559 10.7421C6.96353 12.0933 7.21723 13.4672 7.91391 14.5644Z",
|
|
3167
|
-
stroke: fill,
|
|
3168
|
-
strokeWidth: "0.3",
|
|
3169
|
-
strokeLinecap: "round"
|
|
3170
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3171
|
-
d: "M7.42536 8.46778C7.37033 8.65037 7.42528 8.85617 7.58143 8.98547C7.78934 9.15868 8.09848 9.12987 8.2712 8.9219C8.46367 8.68955 8.68645 8.46995 8.93232 8.26906C9.0147 8.20153 9.06907 8.11314 9.09465 8.01768C9.134 7.87084 9.10437 7.7071 9.00113 7.58017C8.83011 7.37118 8.5224 7.34076 8.31311 7.51151C8.01895 7.75145 7.75095 8.01614 7.51764 8.29666C7.47459 8.34866 7.44378 8.40665 7.42536 8.46778Z",
|
|
3172
|
-
stroke: fill,
|
|
3173
|
-
strokeWidth: "0.3",
|
|
3174
|
-
strokeLinecap: "round"
|
|
3175
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3176
|
-
d: "M21.9372 2.80688C22.1427 2.60143 22.1427 2.26833 21.9372 2.06288C21.7318 1.85743 21.3987 1.85743 21.1932 2.06288L2.06281 21.1933C1.85736 21.3988 1.85736 21.7319 2.06281 21.9373C2.26826 22.1428 2.60136 22.1428 2.80681 21.9373L21.9372 2.80688Z",
|
|
3177
|
-
stroke: fill,
|
|
3178
|
-
strokeWidth: "0.3",
|
|
3179
|
-
strokeLinecap: "round"
|
|
3180
3278
|
})]
|
|
3181
3279
|
});
|
|
3182
|
-
const
|
|
3183
|
-
;// ./src/components/Icon/icons/
|
|
3280
|
+
const PlusCircle_ICON_NAME = 'plus-circle';
|
|
3281
|
+
;// ./src/components/Icon/icons/PlusCircleInverted.tsx
|
|
3184
3282
|
|
|
3185
|
-
const
|
|
3283
|
+
const PlusCircleInverted = ({
|
|
3186
3284
|
fill = '#000',
|
|
3187
|
-
size =
|
|
3188
|
-
tooltip = '
|
|
3285
|
+
size = 24,
|
|
3286
|
+
tooltip = 'Plus circle inverted',
|
|
3189
3287
|
...props
|
|
3190
3288
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3191
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3192
3289
|
width: `${size}px`,
|
|
3193
3290
|
height: `${size}px`,
|
|
3194
|
-
viewBox: "0 0
|
|
3291
|
+
viewBox: "0 0 20 20",
|
|
3195
3292
|
fill: "none",
|
|
3293
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3294
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3196
3295
|
...props,
|
|
3197
3296
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3198
3297
|
children: tooltip
|
|
3199
3298
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3200
|
-
d: "M1.
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
d: "M11.2711 10.5714C10.1405 11.8522 8.48611 12.6602 6.64818 12.6602C3.36649 12.6602 0.679442 10.0777 0.501275 6.83825L0.501221 6.83735C0.496425 6.76524 0.505984 6.6929 0.529348 6.62451C0.552712 6.55612 0.589417 6.49305 0.637332 6.43894C0.685246 6.38484 0.743422 6.34079 0.808486 6.30933C0.87355 6.27787 0.944211 6.25964 1.01637 6.25569C1.08853 6.25173 1.16076 6.26214 1.22887 6.2863C1.29698 6.31047 1.35962 6.34791 1.41316 6.39645C1.4667 6.445 1.51007 6.50369 1.54076 6.56911C1.57145 6.63454 1.58886 6.70541 1.59196 6.77761L1.59201 6.77854C1.73904 9.45192 3.93511 11.5678 6.64818 11.5678C8.10163 11.5678 9.40564 10.9579 10.3287 9.98298L10.4533 9.85131L9.45703 9.8513L9.45592 9.85132C9.38355 9.85234 9.31169 9.83897 9.24453 9.81198C9.17737 9.78499 9.11624 9.74493 9.0647 9.69411C9.01316 9.64329 8.97223 9.58274 8.94429 9.51596C8.91636 9.44919 8.90197 9.37753 8.90197 9.30515C8.90197 9.23277 8.91636 9.1611 8.94429 9.09433C8.97223 9.02756 9.01316 8.967 9.0647 8.91618C9.11624 8.86537 9.17737 8.8253 9.24453 8.79831C9.31169 8.77132 9.38355 8.75796 9.45592 8.75898H12.4999L12.4999 11.8019L12.4999 11.803C12.5019 11.9477 12.4464 12.0874 12.3454 12.1912C12.2445 12.295 12.1065 12.3545 11.9618 12.3566C11.8888 12.3577 11.8163 12.3441 11.7486 12.3167C11.6809 12.2892 11.6194 12.2485 11.5677 12.1969C11.5161 12.1452 11.4753 12.0838 11.4478 12.0161C11.4203 11.9485 11.4066 11.876 11.4076 11.803V10.4167L11.2711 10.5714Z",
|
|
3299
|
+
d: "M1.66663 10C1.66663 5.40835 5.40829 1.66669 9.99996 1.66669C14.5916 1.66669 18.3333 5.40835 18.3333 10C18.3333 14.5917 14.5916 18.3334 9.99996 18.3334C5.40829 18.3334 1.66663 14.5917 1.66663 10ZM9.99996 13.9584C10.3416 13.9584 10.625 13.675 10.625 13.3334V10.625H13.3333C13.675 10.625 13.9583 10.3417 13.9583 10C13.9583 9.65835 13.675 9.37502 13.3333 9.37502H10.625V6.66669C10.625 6.32502 10.3416 6.04169 9.99996 6.04169C9.65829 6.04169 9.37496 6.32502 9.37496 6.66669V9.37502H6.66663C6.32496 9.37502 6.04163 9.65835 6.04163 10C6.04163 10.3417 6.32496 10.625 6.66663 10.625H9.37496V13.3334C9.37496 13.675 9.65829 13.9584 9.99996 13.9584Z",
|
|
3300
|
+
fillRule: "evenodd",
|
|
3301
|
+
clipRule: "evenodd",
|
|
3204
3302
|
fill: fill
|
|
3205
3303
|
})]
|
|
3206
3304
|
});
|
|
3207
|
-
const
|
|
3208
|
-
;// ./src/components/Icon/icons/
|
|
3305
|
+
const PlusCircleInverted_ICON_NAME = 'plus-circle-inverted';
|
|
3306
|
+
;// ./src/components/Icon/icons/RadioOn.tsx
|
|
3209
3307
|
|
|
3210
|
-
const
|
|
3308
|
+
const RadioOn = ({
|
|
3211
3309
|
fill = '#000',
|
|
3212
3310
|
size = 24,
|
|
3213
|
-
tooltip = '
|
|
3311
|
+
tooltip = 'Radio on',
|
|
3214
3312
|
...props
|
|
3215
3313
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3216
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3217
3314
|
width: `${size}px`,
|
|
3218
3315
|
height: `${size}px`,
|
|
3219
|
-
viewBox: "0 0
|
|
3220
|
-
fill: "
|
|
3316
|
+
viewBox: "0 0 20 21",
|
|
3317
|
+
fill: "#fff",
|
|
3318
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3221
3319
|
...props,
|
|
3222
3320
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3223
3321
|
children: tooltip
|
|
3224
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
fillRule: "evenodd",
|
|
3231
|
-
clipRule: "evenodd",
|
|
3232
|
-
d: "M8.40491 7.07368C8.64621 6.91658 8.77116 6.86356 8.90035 6.86356C9.22933 6.86356 9.53687 6.91918 9.81438 7.02897C10.0929 7.13934 10.3337 7.29065 10.5304 7.47884C10.7185 7.65873 10.8861 7.87734 11.0288 8.1284C11.0678 8.1969 11.1046 8.26625 11.1392 8.33627C11.0663 8.33083 10.9926 8.32806 10.9183 8.32806C10.6539 8.32806 10.3974 8.3631 10.1531 8.42877C10.0742 8.31154 9.99081 8.21279 9.90601 8.13169C9.80175 8.03193 9.66283 7.94068 9.48207 7.86897C9.34396 7.81433 9.18229 7.77844 8.9962 7.76925C8.97133 7.78386 8.93928 7.8037 8.89778 7.83072C8.74653 7.92935 8.57059 8.04279 8.37518 8.16765L8.37421 8.16827C8.12063 8.32984 7.81769 8.4572 7.49865 8.56025C7.14272 8.67538 6.77433 8.73598 6.40429 8.73598C6.03408 8.73598 5.6658 8.67533 5.30974 8.56026C4.99111 8.45733 4.68724 8.32948 4.43366 8.16772C4.23995 8.04394 4.06384 7.93045 3.91037 7.83047C3.86914 7.80359 3.83709 7.78371 3.81234 7.76916C3.62639 7.77837 3.46492 7.81428 3.32696 7.86893C3.14647 7.94039 3.00743 8.0315 2.90291 8.13146C2.78463 8.24474 2.66913 8.39197 2.56542 8.57459C2.45769 8.76425 2.37195 8.95964 2.30978 9.15379C2.24417 9.35897 2.18714 9.59032 2.142 9.84182C2.09594 10.0986 2.06597 10.3352 2.05148 10.5448C2.03619 10.7652 2.02835 10.9957 2.02835 11.2297C2.02835 11.6847 2.16507 11.9681 2.37189 12.1652C2.5854 12.3684 2.89015 12.503 3.35755 12.503H8.21879C8.37265 12.8428 8.5889 13.1489 8.85275 13.4063H3.35755C2.6994 13.4063 2.15819 13.2089 1.74916 12.8196C1.33502 12.4252 1.125 11.8904 1.125 11.2297C1.125 10.9758 1.1335 10.7245 1.1503 10.4823C1.16739 10.2351 1.20196 9.96602 1.25284 9.68233C1.30421 9.39613 1.37036 9.12566 1.44944 8.87837C1.53132 8.62259 1.64256 8.37028 1.77996 8.1284C1.92248 7.87744 2.09021 7.65892 2.27821 7.47894C2.47509 7.29055 2.71601 7.13924 2.99429 7.02907C3.27171 6.91918 3.57915 6.86347 3.90823 6.86347C4.03743 6.86347 4.16247 6.91648 4.40348 7.07358C4.55421 7.17178 4.72802 7.28379 4.92008 7.40652C5.08568 7.51216 5.31027 7.61113 5.5874 7.70064C5.85834 7.78822 6.13306 7.83264 6.40429 7.83264C6.67553 7.83264 6.95034 7.78822 7.22099 7.70064C7.49841 7.61103 7.723 7.51206 7.8888 7.40642C8.08269 7.28254 8.2564 7.17053 8.40491 7.07368Z",
|
|
3233
|
-
fill: fill
|
|
3234
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3235
|
-
d: "M12.1119 10.0904C12.2736 10.2521 12.2736 10.5143 12.1119 10.6759L11.5013 11.2865L12.1119 11.8971C12.2736 12.0588 12.2736 12.3209 12.1119 12.4826C11.9502 12.6443 11.688 12.6443 11.5263 12.4826L10.9158 11.8721L10.3052 12.4826C10.1435 12.6443 9.88134 12.6443 9.71965 12.4826C9.55796 12.3209 9.55796 12.0588 9.71965 11.8971L10.3302 11.2865L9.71965 10.6759C9.55796 10.5143 9.55796 10.2521 9.71965 10.0904C9.88134 9.92872 10.1435 9.92872 10.3052 10.0904L10.9158 10.701L11.5263 10.0904C11.688 9.92872 11.9502 9.92872 12.1119 10.0904Z",
|
|
3322
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
3323
|
+
x: "0.7",
|
|
3324
|
+
y: "1.39995",
|
|
3325
|
+
width: "18.6",
|
|
3326
|
+
height: "18.6",
|
|
3327
|
+
rx: "9.3",
|
|
3236
3328
|
fill: fill
|
|
3237
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3329
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
3330
|
+
x: "0.7",
|
|
3331
|
+
y: "1.39995",
|
|
3332
|
+
width: "18.6",
|
|
3333
|
+
height: "18.6",
|
|
3334
|
+
rx: "9.3",
|
|
3335
|
+
stroke: fill,
|
|
3336
|
+
strokeWidth: "1.4"
|
|
3337
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("circle", {
|
|
3338
|
+
cx: "10",
|
|
3339
|
+
cy: "10.7",
|
|
3340
|
+
r: "5",
|
|
3241
3341
|
fill: fill
|
|
3242
3342
|
})]
|
|
3243
3343
|
});
|
|
3244
|
-
const
|
|
3245
|
-
;// ./src/components/Icon/icons/
|
|
3344
|
+
const RadioOn_ICON_NAME = 'radio-on';
|
|
3345
|
+
;// ./src/components/Icon/icons/Report.tsx
|
|
3246
3346
|
|
|
3247
|
-
const
|
|
3347
|
+
const Report = ({
|
|
3248
3348
|
fill = '#000',
|
|
3249
|
-
size =
|
|
3250
|
-
tooltip = '
|
|
3349
|
+
size = 24,
|
|
3350
|
+
tooltip = 'Report',
|
|
3251
3351
|
...props
|
|
3252
3352
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3253
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3254
|
-
viewBox: "0 0 15 15",
|
|
3255
|
-
fill: "none",
|
|
3256
3353
|
width: `${size}px`,
|
|
3257
3354
|
height: `${size}px`,
|
|
3355
|
+
viewBox: "0 0 24 24",
|
|
3356
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3357
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3258
3358
|
...props,
|
|
3259
3359
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3260
3360
|
children: tooltip
|
|
3261
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3262
|
-
d: "M12.5811 9.43434C12.7511 9.2647 13.0263 9.26494 13.196 9.43488C13.3656 9.60482 13.3654 9.8801 13.1954 10.0497L11.4771 11.7651C11.3073 11.9346 11.0322 11.9345 10.8625 11.7648L10.0048 10.9071C9.83505 10.7373 9.83505 10.4621 10.0048 10.2923C10.1746 10.1225 10.4499 10.1225 10.6197 10.2923L11.1437 10.8163C11.1583 10.8309 11.1821 10.8309 11.1967 10.8163L12.5811 9.43434Z",
|
|
3263
|
-
fill: fill
|
|
3264
3361
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3265
3362
|
fillRule: "evenodd",
|
|
3266
3363
|
clipRule: "evenodd",
|
|
3267
|
-
d: "
|
|
3364
|
+
d: "M11.6373 0.882559C11.7884 0.855037 11.9387 0.845107 12.0859 0.852174C13.111 0.901409 13.9533 1.75588 13.9533 2.80268C13.9533 2.86929 13.9499 2.93525 13.9432 3.00036H17.4892C18.8068 3.00036 19.8692 4.05965 19.8692 5.37489L19.8692 20.7754C19.8692 22.0907 18.8068 23.15 17.4892 23.15H6.51063C5.19305 23.15 4.13062 22.0907 4.13062 20.7754V5.37489C4.13062 4.08836 5.14716 3.0467 6.42487 3.00187L6.43042 3.00167L9.1224 3.00702H10.0641C10.0405 2.80858 10.0455 2.601 10.0893 2.3898C10.2495 1.62043 10.8657 1.02251 11.6373 0.882559ZM6.51075 4.32707L7.88903 4.32604V4.96031C7.88903 5.79563 8.57548 6.48208 9.4108 6.48208H14.5891C15.4244 6.48208 16.1109 5.79563 16.1109 4.96031V4.32707H17.4892C18.0757 4.32707 18.54 4.79072 18.54 5.37489L18.54 20.7754C18.54 21.3596 18.0757 21.8233 17.4892 21.8233H6.51063C5.92412 21.8233 5.45986 21.3596 5.45986 20.7754L5.45985 5.37489C5.45985 4.79072 5.92423 4.32707 6.51075 4.32707ZM12.3041 3.68101L12.3039 3.68321L12.3032 3.69806L12.3054 3.71274L12.3057 3.71495L12.3065 3.72003L12.3094 3.73766C12.3119 3.75227 12.3156 3.77252 12.3203 3.79502C12.3287 3.83514 12.3436 3.89933 12.3664 3.94742C12.4034 4.02564 12.4554 4.09582 12.5195 4.15393C12.5836 4.21204 12.6586 4.25696 12.74 4.28611C12.8154 4.31309 12.895 4.32608 12.975 4.32451L14.9478 4.32583V4.96031C14.9478 4.96031 14.9478 5.07031 14.8199 5.16C14.692 5.24969 14.5891 5.23261 14.5891 5.23261H9.4108C9.4108 5.23261 9.26779 5.25777 9.12994 5.14C9.05208 5.07349 9.05208 4.96031 9.05208 4.96031V4.32582L11.0373 4.32445C11.1649 4.3246 11.2897 4.28769 11.3967 4.21821C11.5038 4.14872 11.5883 4.04962 11.6401 3.93298C11.6919 3.81633 11.7087 3.68716 11.6884 3.56115C11.6682 3.43521 11.6118 3.31786 11.5262 3.22334C11.3967 3.08032 11.331 2.89119 11.3795 2.6578C11.4277 2.42781 11.6405 2.22046 11.8729 2.17832C12.3034 2.09992 12.6358 2.40226 12.6358 2.80268C12.6358 2.9678 12.5759 3.11051 12.4739 3.22321C12.4158 3.28732 12.3708 3.36225 12.3417 3.44372C12.3238 3.4938 12.3152 3.55915 12.3108 3.59989C12.3083 3.62274 12.3066 3.64326 12.3055 3.65804L12.3043 3.67588L12.3041 3.68101ZM9.9401 12.8547C9.73457 12.6485 9.40133 12.6485 9.1958 12.8547L8.22421 13.8296L8.14845 13.7536C7.94291 13.5474 7.60968 13.5474 7.40415 13.7536C7.19862 13.9598 7.19862 14.2942 7.40415 14.5004L7.85206 14.9499C8.05759 15.1561 8.39083 15.1561 8.59636 14.9499L9.9401 13.6015C10.1456 13.3953 10.1456 13.0609 9.9401 12.8547ZM11.6731 13.1495C11.3825 13.1495 11.1468 13.3859 11.1468 13.6776C11.1468 13.9692 11.3825 14.2057 11.6731 14.2057H16.1523C16.4429 14.2057 16.6786 13.9692 16.6786 13.6776C16.6786 13.3859 16.4429 13.1495 16.1523 13.1495H11.6731ZM9.1958 16.4502C9.40133 16.244 9.73457 16.244 9.9401 16.4502C10.1456 16.6565 10.1456 16.9908 9.9401 17.1971L8.59636 18.5454C8.39083 18.7516 8.05759 18.7516 7.85206 18.5454L7.40415 18.0959C7.19862 17.8897 7.19862 17.5553 7.40415 17.3491C7.60968 17.1429 7.94291 17.1429 8.14845 17.3491L8.22421 17.4251L9.1958 16.4502ZM11.6731 16.745C11.3825 16.745 11.1468 16.9814 11.1468 17.2731C11.1468 17.5647 11.3825 17.8012 11.6731 17.8012H16.1523C16.4429 17.8012 16.6786 17.5647 16.6786 17.2731C16.6786 16.9814 16.4429 16.745 16.1523 16.745H11.6731ZM9.1958 9.35469C9.40133 9.14845 9.73457 9.14845 9.9401 9.35469C10.1456 9.56092 10.1456 9.89529 9.9401 10.1015L8.59636 11.4498C8.39083 11.6561 8.05759 11.6561 7.85206 11.4498L7.40415 11.0004C7.19862 10.7942 7.19862 10.4598 7.40415 10.2536C7.60968 10.0473 7.94291 10.0473 8.14845 10.2536L8.22421 10.3296L9.1958 9.35469ZM11.1468 10.1775C11.1468 9.88588 11.3825 9.64945 11.6731 9.64945H16.1523C16.4429 9.64945 16.6786 9.88588 16.6786 10.1775C16.6786 10.4692 16.4429 10.7056 16.1523 10.7056H11.6731C11.3825 10.7056 11.1468 10.4692 11.1468 10.1775Z",
|
|
3268
3365
|
fill: fill
|
|
3269
3366
|
})]
|
|
3270
3367
|
});
|
|
3271
|
-
const
|
|
3272
|
-
;// ./src/components/Icon/icons/
|
|
3368
|
+
const Report_ICON_NAME = 'report';
|
|
3369
|
+
;// ./src/components/Icon/icons/Robot.tsx
|
|
3273
3370
|
|
|
3274
|
-
const
|
|
3371
|
+
const Robot = ({
|
|
3275
3372
|
fill = '#000',
|
|
3276
|
-
size =
|
|
3277
|
-
tooltip = '
|
|
3373
|
+
size = 50,
|
|
3374
|
+
tooltip = 'Robot',
|
|
3278
3375
|
...props
|
|
3279
3376
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3280
3377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3281
3378
|
width: `${size}px`,
|
|
3282
3379
|
height: `${size}px`,
|
|
3283
|
-
viewBox: "0 0
|
|
3380
|
+
viewBox: "0 0 54 50",
|
|
3284
3381
|
fill: "none",
|
|
3285
3382
|
...props,
|
|
3286
3383
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3287
3384
|
children: tooltip
|
|
3288
3385
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3289
|
-
d: "
|
|
3290
|
-
fill: fill
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
clipRule: "evenodd",
|
|
3294
|
-
d: "M5.83532 0.155603C6.18303 0.0480855 6.53419 -0.00110042 6.87832 1.86603e-05C6.9938 2.86739e-05 7.10506 0.00696763 7.2172 0.0182945C8.58196 0.158886 9.80554 1.10042 10.2356 2.48784L10.2423 2.50954V2.51968C10.2737 2.62671 10.3587 2.90395 10.4389 3.1641C10.4816 3.3028 10.5228 3.43589 10.5532 3.53432L10.6022 3.69236C10.6572 3.84181 10.6239 4.00725 10.5205 4.1254L10.5198 4.12618C10.4137 4.24582 10.2505 4.29597 10.0952 4.25777C9.94024 4.22049 9.821 4.09922 9.78152 3.94804L9.73402 3.79382C9.70448 3.69783 9.66443 3.56751 9.62239 3.43024C9.53858 3.15656 9.44609 2.8527 9.41386 2.73987L9.40808 2.71967V2.71315C8.96217 1.32972 7.47234 0.553255 6.08177 0.985168C4.68006 1.42061 3.88983 2.91025 4.3238 4.30953L4.38411 4.50397H4.38227C4.49217 4.83056 4.65126 5.33061 4.73747 5.60528H11.9841C12.5279 5.60528 12.9749 6.05233 12.9749 6.59607V13.3224C12.9749 13.8661 12.5279 14.3132 11.9841 14.3132H3.01569C2.47195 14.3132 2.0249 13.8661 2.0249 13.3224V6.59607C2.0249 6.05233 2.47195 5.60528 3.01569 5.60528H3.82849C3.71189 5.22705 3.56504 4.75383 3.50527 4.58903L3.49628 4.56425V4.54284C2.93702 2.69678 3.99409 0.727215 5.83532 0.155603ZM3.01569 6.46581C2.94308 6.46581 2.88543 6.52346 2.88543 6.59607V13.3224C2.88543 13.395 2.94308 13.4527 3.01569 13.4527H11.9841C12.0567 13.4527 12.1144 13.395 12.1144 13.3224V6.59607C12.1144 6.52346 12.0567 6.46581 11.9841 6.46581H3.01569Z",
|
|
3295
|
-
fill: fill
|
|
3386
|
+
d: "M32.7144 16.6105H32.7143H27.6714V15.0526C27.6714 14.8784 27.5998 14.7121 27.4736 14.59L27.4043 14.6617L27.4736 14.59C27.3474 14.468 27.177 14.4 27 14.4C26.823 14.4 26.6526 14.468 26.5264 14.59C26.4002 14.7121 26.3286 14.8784 26.3286 15.0526V16.6105L21.2857 16.6105L21.2856 16.6105C20.5026 16.6112 19.7513 16.9123 19.1967 17.4487C18.6419 17.9852 18.3293 18.7134 18.3286 19.4736V19.4737L18.3286 29.4211L18.3286 29.4212C18.3293 30.1814 18.6419 30.9096 19.1967 31.4461C19.7513 31.9825 20.5026 32.2836 21.2856 32.2843H21.2857H24.356L26.4422 35.3107L26.5246 35.254L26.4422 35.3107C26.5039 35.4001 26.5872 35.4731 26.6844 35.5234C26.7817 35.5738 26.8901 35.6 27 35.6C27.1099 35.6 27.2183 35.5738 27.3156 35.5234C27.4128 35.4731 27.4961 35.4001 27.5578 35.3107L27.4754 35.254L27.5578 35.3107L29.644 32.2843H32.7143H32.7144C33.4974 32.2836 34.2487 31.9825 34.8033 31.4461C35.3581 30.9096 35.6707 30.1814 35.6714 29.4212V29.4211V19.4737V19.4736C35.6707 18.7134 35.3581 17.9852 34.8033 17.4487C34.2487 16.9123 33.4974 16.6112 32.7144 16.6105ZM28.728 31.2683L27 33.775L25.272 31.2683L25.272 31.2682C25.2102 31.1789 25.127 31.106 25.0298 31.0557C24.9326 31.0054 24.8243 30.9791 24.7144 30.979H24.7143H21.2858C20.8567 30.9785 20.446 30.8135 20.1436 30.521C19.8413 30.2286 19.6719 29.833 19.6714 29.421V27.8632H34.3286V29.421C34.3281 29.833 34.1587 30.2286 33.8564 30.521C33.554 30.8135 33.1433 30.9785 32.7142 30.979H29.2857H29.2856C29.1757 30.9791 29.0674 31.0055 28.9702 31.0558C28.873 31.1061 28.7898 31.1789 28.728 31.2682L28.728 31.2683ZM34.3286 26.5579H19.6714V19.4738C19.6719 19.0618 19.8413 18.6662 20.1436 18.3738C20.446 18.0813 20.8567 17.9163 21.2858 17.9158H32.7142C33.1433 17.9163 33.554 18.0813 33.8564 18.3738C34.1587 18.6662 34.3281 19.0618 34.3286 19.4738V26.5579ZM24.604 23.4604C24.7409 23.2621 24.8143 23.0286 24.8143 22.7895C24.8143 22.4687 24.6825 22.1618 24.4491 21.9361C24.2158 21.7104 23.9 21.5842 23.5714 21.5842C23.3263 21.5842 23.0865 21.6545 22.8822 21.7865C22.6779 21.9185 22.5181 22.1066 22.4236 22.3272C22.3291 22.5478 22.3044 22.7908 22.3526 23.0253C22.4008 23.2597 22.5197 23.4746 22.6938 23.6429C22.8678 23.8112 23.0891 23.9255 23.3296 23.9717C23.57 24.018 23.8193 23.9943 24.046 23.9035C24.2727 23.8126 24.467 23.6586 24.604 23.4604ZM31.4611 23.4604C31.5981 23.2621 31.6714 23.0286 31.6714 22.7895C31.6714 22.4687 31.5396 22.1618 31.3062 21.9361C31.0729 21.7104 30.7571 21.5842 30.4286 21.5842C30.1835 21.5842 29.9436 21.6545 29.7394 21.7865C29.535 21.9185 29.3753 22.1066 29.2808 22.3272C29.1863 22.5478 29.1615 22.7908 29.2097 23.0253C29.2579 23.2597 29.3769 23.4746 29.5509 23.6429C29.725 23.8112 29.9463 23.9255 30.1867 23.9717C30.4272 24.018 30.6764 23.9943 30.9031 23.9035C31.1298 23.8126 31.3241 23.6586 31.4611 23.4604ZM16.2429 25V20.579C16.2429 20.4048 16.1713 20.2384 16.045 20.1163C15.9189 19.9943 15.7484 19.9263 15.5714 19.9263C15.3944 19.9263 15.224 19.9943 15.0978 20.1163C14.9716 20.2384 14.9 20.4048 14.9 20.579V25C14.9 25.1742 14.9716 25.3406 15.0978 25.4627C15.224 25.5847 15.3944 25.6527 15.5714 25.6527C15.7484 25.6527 15.9189 25.5847 16.045 25.4627C16.1713 25.3406 16.2429 25.1742 16.2429 25ZM39.1 25V20.579C39.1 20.4048 39.0284 20.2384 38.9022 20.1163C38.776 19.9943 38.6056 19.9263 38.4286 19.9263C38.2516 19.9263 38.0811 19.9943 37.955 20.1163C37.8287 20.2384 37.7571 20.4048 37.7571 20.579V25C37.7571 25.1742 37.8287 25.3406 37.955 25.4627C38.0811 25.5847 38.2516 25.6527 38.4286 25.6527C38.6056 25.6527 38.776 25.5847 38.9022 25.4627C39.0284 25.3406 39.1 25.1742 39.1 25Z",
|
|
3387
|
+
fill: fill,
|
|
3388
|
+
stroke: fill,
|
|
3389
|
+
strokeWidth: "0.2"
|
|
3296
3390
|
})]
|
|
3297
3391
|
});
|
|
3298
|
-
const
|
|
3299
|
-
;// ./src/components/Icon/icons/
|
|
3392
|
+
const Robot_ICON_NAME = 'robot';
|
|
3393
|
+
;// ./src/components/Icon/icons/Roles.tsx
|
|
3300
3394
|
|
|
3301
|
-
const
|
|
3395
|
+
const Roles = ({
|
|
3302
3396
|
fill = '#000',
|
|
3303
3397
|
size = 24,
|
|
3304
|
-
tooltip = '
|
|
3398
|
+
tooltip = 'Roles',
|
|
3305
3399
|
...props
|
|
3306
3400
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3307
3401
|
width: `${size}px`,
|
|
3308
3402
|
height: `${size}px`,
|
|
3309
|
-
fill: "none",
|
|
3310
3403
|
viewBox: "0 0 24 24",
|
|
3404
|
+
fill: "none",
|
|
3311
3405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3312
3406
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3313
3407
|
...props,
|
|
3314
3408
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3315
3409
|
children: tooltip
|
|
3316
3410
|
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
3317
|
-
id: "
|
|
3411
|
+
id: "Contacts",
|
|
3318
3412
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
3319
|
-
id: "
|
|
3413
|
+
id: "Vector",
|
|
3320
3414
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3321
3415
|
fillRule: "evenodd",
|
|
3322
3416
|
clipRule: "evenodd",
|
|
3323
|
-
d: "
|
|
3417
|
+
d: "M10.5255 10.5201C13.0178 10.5201 15.0383 8.5009 15.0383 6.01011C15.0383 3.51931 13.0178 1.50012 10.5255 1.50012C8.03316 1.50012 6.01273 3.51931 6.01273 6.01011C6.01273 8.5009 8.03316 10.5201 10.5255 10.5201ZM13.534 6.01011C13.534 7.67064 12.187 9.01676 10.5255 9.01676C8.86394 9.01676 7.51698 7.67064 7.51698 6.01011C7.51698 4.34958 8.86394 3.00345 10.5255 3.00345C12.187 3.00345 13.534 4.34958 13.534 6.01011Z",
|
|
3324
3418
|
fill: fill
|
|
3325
3419
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3326
3420
|
fillRule: "evenodd",
|
|
3327
3421
|
clipRule: "evenodd",
|
|
3328
|
-
d: "
|
|
3422
|
+
d: "M17.3588 15.6494C16.1395 15.6494 15.1391 16.6368 15.1231 17.856C15.1072 19.0777 16.0856 20.0691 17.3075 20.0691C18.5267 20.0691 19.5271 19.0817 19.5431 17.8625C19.5591 16.6408 18.5806 15.6494 17.3588 15.6494ZM17.3492 16.8827C16.8085 16.8827 16.3635 17.3219 16.3564 17.8625C16.3494 18.4006 16.7789 18.8358 17.3171 18.8358C17.8578 18.8358 18.3028 18.3966 18.3098 17.856C18.3169 17.3179 17.8873 16.8827 17.3492 16.8827Z",
|
|
3423
|
+
fill: fill
|
|
3424
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3425
|
+
fillRule: "evenodd",
|
|
3426
|
+
clipRule: "evenodd",
|
|
3427
|
+
d: "M15.1231 17.856C15.1391 16.6368 16.1395 15.6494 17.3588 15.6494C18.5806 15.6494 19.5591 16.6408 19.5431 17.8625C19.5271 19.0817 18.5267 20.0691 17.3075 20.0691C16.0856 20.0691 15.1072 19.0777 15.1231 17.856ZM17.3492 16.8827C16.8085 16.8827 16.3635 17.3219 16.3564 17.8625C16.3494 18.4006 16.7789 18.8358 17.3171 18.8358C17.8578 18.8358 18.3028 18.3966 18.3098 17.856C18.3169 17.3179 17.8873 16.8827 17.3492 16.8827Z",
|
|
3428
|
+
fill: fill
|
|
3429
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3430
|
+
fillRule: "evenodd",
|
|
3431
|
+
clipRule: "evenodd",
|
|
3432
|
+
d: "M10.5249 12.0233C3.00365 12.0233 1.49939 16.5333 1.49939 18.0366C1.49939 18.4743 1.49996 19.7768 2.62815 19.7768L12.1056 19.7768C12.0989 19.9947 12.15 20.2151 12.2622 20.4139L12.5597 20.9411C12.8196 21.4017 13.3466 21.6389 13.8658 21.533L14.4565 21.4124C14.6601 21.3709 14.8806 21.4211 15.0801 21.5419C15.1198 21.5658 15.1599 21.5892 15.2004 21.6119C15.4038 21.726 15.5547 21.8919 15.6171 22.0868L15.7996 22.6568C15.961 23.1607 16.4284 23.5001 16.9581 23.5001H17.5669C18.0956 23.5001 18.5678 23.1623 18.7411 22.6623L18.9385 22.0924C19.0068 21.8953 19.1639 21.7277 19.3719 21.6127C19.4129 21.59 19.4535 21.5667 19.4938 21.5427C19.6983 21.4209 19.921 21.371 20.1228 21.4124L20.7103 21.5329C21.228 21.6391 21.7573 21.4013 22.0265 20.9453L22.3378 20.4181C22.6073 19.9618 22.5581 19.385 22.2104 18.9871L21.8167 18.5366C21.6827 18.3832 21.6178 18.1677 21.6246 17.9328C21.6259 17.8859 21.6266 17.8389 21.6264 17.792C21.6258 17.5575 21.6962 17.3401 21.8363 17.1844L22.2418 16.7339C22.5962 16.34 22.6636 15.7645 22.404 15.3044L22.1065 14.7772C21.8465 14.3166 21.3195 14.0794 20.8004 14.1853L20.2097 14.3059C20.006 14.3474 19.7855 14.2971 19.586 14.1764C19.5464 14.1525 19.5063 14.1291 19.4658 14.1064C19.2624 13.9923 19.1115 13.8264 19.0491 13.6315L18.8666 13.0616C18.7052 12.5576 18.2378 12.2182 17.7081 12.2182H17.0993C16.5706 12.2182 16.0984 12.556 15.9251 13.056L15.9114 13.0956C14.6026 12.4549 12.8517 12.0233 10.5249 12.0233ZM4.25536 15.5292C5.23653 14.5487 7.08154 13.5267 10.5249 13.5267C12.4365 13.5267 13.8557 13.8416 14.9079 14.2896C14.7844 14.3232 14.6604 14.3299 14.5434 14.3059L13.9559 14.1854C13.4382 14.0792 12.9089 14.317 12.6397 14.7729L12.3283 15.3002C12.0589 15.7565 12.1081 16.3332 12.4558 16.7312L12.8495 17.1817C12.9835 17.3351 13.0484 17.5506 13.0416 17.7855C13.0403 17.8324 13.0396 17.8794 13.0398 17.9263C13.0403 18.1098 12.9973 18.2827 12.9115 18.4238H3.76203L3.75579 18.4238C3.19169 18.4238 3.00141 18.4238 3.00368 18.0314C3.00582 17.6604 3.23496 16.549 4.25536 15.5292ZM17.0901 13.4515L16.8927 14.0214C16.7016 14.5731 16.2958 14.9565 15.8845 15.1838C15.8552 15.2 15.8262 15.2166 15.7975 15.2337C15.3929 15.4747 14.8569 15.631 14.2865 15.514L13.7004 15.3938L13.3902 15.919L13.781 16.3663C14.1619 16.8023 14.288 17.3423 14.2744 17.8116C14.2734 17.8454 14.273 17.8794 14.2731 17.9133C14.2744 18.3828 14.1341 18.921 13.7438 19.3547L13.3391 19.8044L13.6323 20.3239L14.2189 20.2042C14.7916 20.0874 15.3245 20.2434 15.7246 20.4854C15.7528 20.5025 15.7813 20.5191 15.8101 20.5353C16.217 20.7635 16.6146 21.1486 16.7919 21.7025L16.9727 22.2669H17.5764L17.7735 21.6969C17.9646 21.1452 18.3704 20.7618 18.7817 20.5345C18.811 20.5183 18.84 20.5017 18.8687 20.4846C19.2733 20.2436 19.8093 20.0873 20.3797 20.2043L20.9658 20.3245L21.276 19.7992L20.8852 19.352C20.5043 18.916 20.3782 18.376 20.3918 17.9068C20.3928 17.8729 20.3932 17.8389 20.3931 17.805C20.3918 17.3355 20.5321 16.7972 20.9224 16.3635L21.3271 15.9139L21.0339 15.3943L20.4472 15.5141C19.8745 15.6309 19.3417 15.4749 18.9416 15.2329C18.9134 15.2158 18.8849 15.1992 18.8561 15.1831C18.4492 14.9548 18.0516 14.5697 17.8743 14.0159L17.6935 13.4514L17.0901 13.4515Z",
|
|
3433
|
+
fill: fill
|
|
3434
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3435
|
+
fillRule: "evenodd",
|
|
3436
|
+
clipRule: "evenodd",
|
|
3437
|
+
d: "M15.1231 17.856C15.1391 16.6368 16.1395 15.6494 17.3588 15.6494C18.5806 15.6494 19.5591 16.6408 19.5431 17.8625C19.5271 19.0817 18.5267 20.0691 17.3075 20.0691C16.0856 20.0691 15.1072 19.0777 15.1231 17.856ZM17.3492 16.8827C16.8085 16.8827 16.3635 17.3219 16.3564 17.8625C16.3494 18.4006 16.7789 18.8358 17.3171 18.8358C17.8578 18.8358 18.3028 18.3966 18.3098 17.856C18.3169 17.3179 17.8873 16.8827 17.3492 16.8827Z",
|
|
3438
|
+
fill: fill
|
|
3439
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3440
|
+
d: "M4.25536 15.5292L4.22002 15.4939L4.25536 15.5292ZM3.00368 18.0314L3.05368 18.0317L3.00368 18.0314ZM3.75579 18.4238L3.75623 18.3738H3.75579V18.4238ZM3.76203 18.4238L3.76159 18.4738H3.76203V18.4238ZM2.62815 19.7768V19.8268H2.62815L2.62815 19.7768ZM15.9251 13.056L15.8779 13.0396L15.9251 13.056ZM18.8666 13.0616L18.9142 13.0463L18.8666 13.0616ZM19.0491 13.6315L19.0015 13.6467L19.0491 13.6315ZM19.4658 14.1064L19.4903 14.0628L19.4658 14.1064ZM19.586 14.1764L19.6119 14.1337L19.586 14.1764ZM20.2097 14.3059L20.2197 14.3549L20.2097 14.3059ZM20.8004 14.1853L20.7904 14.1363L20.8004 14.1853ZM22.1065 14.7772L22.0629 14.8018V14.8018L22.1065 14.7772ZM22.404 15.3044L22.4475 15.2798V15.2798L22.404 15.3044ZM22.2418 16.7339L22.2046 16.7005L22.2418 16.7339ZM21.8363 17.1844L21.7992 17.151L21.8363 17.1844ZM21.6264 17.792L21.6764 17.7919L21.6264 17.792ZM21.6246 17.9328L21.5746 17.9314V17.9314L21.6246 17.9328ZM21.8167 18.5366L21.7791 18.5695L21.8167 18.5366ZM22.2104 18.9871L22.248 18.9542L22.2104 18.9871ZM22.3378 20.4181L22.2948 20.3927L22.3378 20.4181ZM22.0265 20.9453L22.0696 20.9708L22.0265 20.9453ZM20.7103 21.5329L20.7003 21.5819V21.5819L20.7103 21.5329ZM20.1228 21.4124L20.1329 21.3634V21.3634L20.1228 21.4124ZM19.4938 21.5427L19.5193 21.5857L19.4938 21.5427ZM19.3719 21.6127L19.3477 21.5689L19.3719 21.6127ZM18.9385 22.0924L18.8913 22.076L18.9385 22.0924ZM18.7411 22.6623L18.7883 22.6787L18.7411 22.6623ZM15.7996 22.6568L15.752 22.672L15.7996 22.6568ZM15.6171 22.0868L15.5695 22.1021L15.6171 22.0868ZM15.2004 21.6119L15.2249 21.5683H15.2249L15.2004 21.6119ZM15.0801 21.5419L15.0542 21.5846L15.0801 21.5419ZM14.4565 21.4124L14.4465 21.3634L14.4565 21.4124ZM13.8658 21.533L13.8758 21.582L13.8658 21.533ZM12.5597 20.9411L12.5162 20.9657L12.5597 20.9411ZM12.2622 20.4139L12.3057 20.3893L12.2622 20.4139ZM13.0398 17.9263L13.0898 17.9261L13.0398 17.9263ZM13.0416 17.7855L13.0916 17.7869L13.0416 17.7855ZM12.8495 17.1817L12.8118 17.2146L12.8495 17.1817ZM12.4558 16.7312L12.4935 16.6983L12.4558 16.7312ZM12.3283 15.3002L12.3714 15.3256L12.3283 15.3002ZM12.6397 14.7729L12.6827 14.7984L12.6397 14.7729ZM13.9559 14.1854L13.9458 14.2344L13.9559 14.1854ZM14.5434 14.3059L14.5535 14.2569L14.5434 14.3059ZM17.0901 13.4515L17.0901 13.4015C17.0688 13.4015 17.0499 13.415 17.0429 13.4351L17.0901 13.4515ZM16.8927 14.0214L16.8455 14.0051L16.8927 14.0214ZM15.8845 15.1838L15.8603 15.14L15.8845 15.1838ZM15.7975 15.2337L15.8231 15.2767L15.7975 15.2337ZM14.2865 15.514L14.2966 15.465L14.2865 15.514ZM13.7004 15.3938L13.7104 15.3448C13.6895 15.3405 13.6682 15.35 13.6573 15.3683L13.7004 15.3938ZM13.3902 15.919L13.3472 15.8936C13.3362 15.9122 13.3384 15.9357 13.3526 15.9519L13.3902 15.919ZM13.781 16.3663L13.8186 16.3334L13.781 16.3663ZM14.2744 17.8116L14.3244 17.813L14.2744 17.8116ZM14.2731 17.9133L14.3231 17.9131L14.2731 17.9133ZM13.7438 19.3547L13.7809 19.3882L13.7438 19.3547ZM13.3391 19.8044L13.3019 19.771C13.2876 19.7869 13.285 19.8103 13.2955 19.829L13.3391 19.8044ZM13.6323 20.3239L13.5887 20.3485C13.5994 20.3674 13.621 20.3773 13.6423 20.3729L13.6323 20.3239ZM14.2189 20.2042L14.2289 20.2532L14.2189 20.2042ZM15.7246 20.4854L15.7505 20.4427L15.7505 20.4427L15.7246 20.4854ZM15.8101 20.5353L15.7856 20.5789H15.7856L15.8101 20.5353ZM16.7919 21.7025L16.7443 21.7177H16.7443L16.7919 21.7025ZM16.9727 22.2669L16.9251 22.2822C16.9317 22.3029 16.951 22.3169 16.9727 22.3169V22.2669ZM17.5764 22.2669V22.3169C17.5977 22.3169 17.6167 22.3034 17.6237 22.2833L17.5764 22.2669ZM17.7735 21.6969L17.7263 21.6805L17.7262 21.6806L17.7735 21.6969ZM18.7817 20.5345L18.8059 20.5783H18.8059L18.7817 20.5345ZM18.8687 20.4846L18.8431 20.4416L18.8687 20.4846ZM20.3797 20.2043L20.3898 20.1553L20.3797 20.2043ZM20.9658 20.3245L20.9557 20.3735C20.9766 20.3778 20.998 20.3683 21.0088 20.3499L20.9658 20.3245ZM21.276 19.7992L21.319 19.8247C21.33 19.8061 21.3278 19.7826 21.3136 19.7663L21.276 19.7992ZM20.8852 19.352L20.9229 19.3191L20.8852 19.352ZM20.3918 17.9068L20.4418 17.9082L20.3918 17.9068ZM20.3931 17.805L20.3431 17.8052V17.8052L20.3931 17.805ZM20.9224 16.3635L20.9596 16.397L20.9224 16.3635ZM21.3271 15.9139L21.3643 15.9473C21.3786 15.9314 21.3812 15.908 21.3706 15.8893L21.3271 15.9139ZM21.0339 15.3943L21.0775 15.3698C21.0668 15.3509 21.0452 15.341 21.0239 15.3453L21.0339 15.3943ZM20.4472 15.5141L20.4372 15.4651L20.4472 15.5141ZM18.9416 15.2329L18.9674 15.1901L18.9416 15.2329ZM18.8561 15.1831L18.8806 15.1394L18.8561 15.1831ZM17.8743 14.0159L17.9219 14.0006L17.8743 14.0159ZM17.6935 13.4514L17.7411 13.4361C17.7345 13.4154 17.7152 13.4014 17.6935 13.4014L17.6935 13.4514ZM15.1231 17.856L15.0732 17.8553L15.1231 17.856ZM19.5431 17.8625L19.4931 17.8619L19.5431 17.8625ZM16.3564 17.8625L16.4064 17.8632L16.3564 17.8625ZM18.3098 17.856L18.2598 17.8553L18.3098 17.856ZM14.9079 14.2896L14.921 14.3379C14.9416 14.3323 14.9563 14.3143 14.9578 14.293C14.9592 14.2718 14.9471 14.252 14.9275 14.2436L14.9079 14.2896ZM15.9114 13.0956L15.8894 13.1405C15.9023 13.1468 15.9172 13.1473 15.9305 13.1418C15.9437 13.1364 15.954 13.1255 15.9586 13.112L15.9114 13.0956ZM12.1056 19.7768L12.1556 19.7783C12.156 19.7648 12.1509 19.7517 12.1415 19.742C12.1321 19.7323 12.1191 19.7268 12.1056 19.7268V19.7768ZM12.9115 18.4238V18.4738C12.9289 18.4738 12.9451 18.4647 12.9542 18.4498L12.9115 18.4238ZM14.9883 6.01011C14.9883 8.47326 12.9902 10.4701 10.5255 10.4701V10.5701C13.0454 10.5701 15.0883 8.52854 15.0883 6.01011H14.9883ZM10.5255 1.55012C12.9902 1.55012 14.9883 3.54695 14.9883 6.01011H15.0883C15.0883 3.49167 13.0454 1.45012 10.5255 1.45012V1.55012ZM6.06273 6.01011C6.06273 3.54695 8.06075 1.55012 10.5255 1.55012V1.45012C8.00558 1.45012 5.96273 3.49167 5.96273 6.01011H6.06273ZM10.5255 10.4701C8.06075 10.4701 6.06273 8.47326 6.06273 6.01011H5.96273C5.96273 8.52854 8.00558 10.5701 10.5255 10.5701V10.4701ZM10.5255 9.06676C12.2146 9.06676 13.584 7.69828 13.584 6.01011H13.484C13.484 7.64299 12.1595 8.96676 10.5255 8.96676V9.06676ZM7.46698 6.01011C7.46698 7.69828 8.83635 9.06676 10.5255 9.06676V8.96676C8.89152 8.96676 7.56698 7.64299 7.56698 6.01011H7.46698ZM10.5255 2.95345C8.83635 2.95345 7.46698 4.32193 7.46698 6.01011H7.56698C7.56698 4.37722 8.89152 3.05345 10.5255 3.05345V2.95345ZM13.584 6.01011C13.584 4.32193 12.2146 2.95345 10.5255 2.95345V3.05345C12.1595 3.05345 13.484 4.37722 13.484 6.01011H13.584ZM10.5249 11.9733C6.75375 11.9733 4.4837 13.1043 3.15633 14.4309C1.83043 15.7559 1.44939 17.2721 1.44939 18.0366H1.54939C1.54939 17.2978 1.92047 15.8073 3.22702 14.5016C4.53211 13.1973 6.77482 12.0733 10.5249 12.0733V11.9733ZM10.5249 13.4767C7.07097 13.4767 5.2123 14.5022 4.22002 15.4939L4.29071 15.5646C5.26075 14.5952 7.0921 13.5767 10.5249 13.5767V13.4767ZM4.22002 15.4939C3.18996 16.5233 2.95589 17.6474 2.95368 18.0311L3.05368 18.0317C3.05575 17.6734 3.27997 16.5747 4.29071 15.5646L4.22002 15.4939ZM2.95368 18.0311C2.95309 18.1322 2.96469 18.2146 2.99579 18.2798C3.02801 18.3473 3.07916 18.3922 3.14813 18.4209C3.21489 18.4487 3.29824 18.4613 3.39683 18.4676C3.49588 18.4738 3.61532 18.4738 3.75579 18.4738V18.3738C3.61421 18.3738 3.49833 18.3738 3.40312 18.3678C3.30745 18.3617 3.23761 18.3498 3.18657 18.3286C3.13773 18.3083 3.10648 18.2796 3.08604 18.2367C3.06447 18.1915 3.05313 18.1268 3.05368 18.0317L2.95368 18.0311ZM3.75535 18.4738L3.76159 18.4738L3.76247 18.3738L3.75623 18.3738L3.75535 18.4738ZM1.44939 18.0366C1.44939 18.2546 1.4491 18.6984 1.59382 19.0883C1.66645 19.2839 1.77661 19.469 1.94429 19.6053C2.11274 19.7422 2.33573 19.8268 2.62815 19.8268V19.7268C2.35647 19.7268 2.15632 19.6487 2.00735 19.5277C1.85763 19.406 1.75611 19.2381 1.68757 19.0535C1.54996 18.6827 1.54939 18.2563 1.54939 18.0366H1.44939ZM17.0993 12.1682C16.5492 12.1682 16.058 12.5196 15.8779 13.0396L15.9724 13.0724C16.1387 12.5924 16.592 12.2682 17.0993 12.2682V12.1682ZM17.7081 12.1682H17.0993V12.2682H17.7081V12.1682ZM18.9142 13.0463C18.7461 12.5215 18.2594 12.1682 17.7081 12.1682V12.2682C18.2162 12.2682 18.6642 12.5937 18.8189 13.0768L18.9142 13.0463ZM19.0967 13.6162L18.9142 13.0463L18.8189 13.0768L19.0015 13.6467L19.0967 13.6162ZM19.4903 14.0628C19.2952 13.9534 19.1544 13.7965 19.0967 13.6162L19.0015 13.6467C19.0686 13.8563 19.2295 14.0312 19.4413 14.15L19.4903 14.0628ZM19.6119 14.1337C19.5718 14.1094 19.5312 14.0858 19.4903 14.0628L19.4413 14.15C19.4814 14.1724 19.521 14.1955 19.5602 14.2192L19.6119 14.1337ZM20.1997 14.2569C20.0109 14.2954 19.8031 14.2494 19.6119 14.1337L19.5602 14.2192C19.768 14.3449 20.0012 14.3994 20.2197 14.3549L20.1997 14.2569ZM20.7904 14.1363L20.1997 14.2569L20.2197 14.3549L20.8104 14.2343L20.7904 14.1363ZM22.15 14.7526C21.8793 14.2729 21.3305 14.0261 20.7904 14.1363L20.8104 14.2343C21.3085 14.1326 21.8138 14.3603 22.0629 14.8018L22.15 14.7526ZM22.4475 15.2798L22.15 14.7526L22.0629 14.8018L22.3604 15.329L22.4475 15.2798ZM22.2789 16.7674C22.6475 16.3578 22.7179 15.759 22.4475 15.2798L22.3604 15.329C22.6093 15.7701 22.5449 16.3223 22.2046 16.7005L22.2789 16.7674ZM21.8735 17.2179L22.2789 16.7674L22.2046 16.7005L21.7992 17.151L21.8735 17.2179ZM21.6764 17.7919C21.6758 17.5669 21.7434 17.3625 21.8735 17.2179L21.7992 17.151C21.6491 17.3178 21.5758 17.548 21.5764 17.7921L21.6764 17.7919ZM21.6746 17.9343C21.6759 17.8868 21.6766 17.8393 21.6764 17.7919L21.5764 17.7921C21.5766 17.8385 21.576 17.885 21.5746 17.9314L21.6746 17.9343ZM21.8544 18.5037C21.7304 18.3618 21.668 18.1596 21.6746 17.9343L21.5746 17.9314C21.5675 18.1758 21.6349 18.4045 21.7791 18.5695L21.8544 18.5037ZM22.248 18.9542L21.8544 18.5037L21.7791 18.5695L22.1727 19.02L22.248 18.9542ZM22.3809 20.4435C22.6611 19.9689 22.6101 19.3687 22.248 18.9542L22.1727 19.02C22.506 19.4014 22.5535 19.9546 22.2948 20.3927L22.3809 20.4435ZM22.0696 20.9708L22.3809 20.4435L22.2948 20.3927L21.9835 20.9199L22.0696 20.9708ZM20.7003 21.5819C21.2391 21.6924 21.7896 21.4449 22.0696 20.9708L21.9835 20.9199C21.725 21.3577 21.2168 21.5858 20.7204 21.4839L20.7003 21.5819ZM20.1128 21.4614L20.7003 21.5819L20.7204 21.4839L20.1329 21.3634L20.1128 21.4614ZM19.5193 21.5857C19.7158 21.4687 19.9259 21.423 20.1128 21.4614L20.1329 21.3634C19.9161 21.3189 19.6807 21.3732 19.4682 21.4998L19.5193 21.5857ZM19.3961 21.6565C19.4376 21.6335 19.4787 21.6099 19.5193 21.5857L19.4682 21.4998C19.4284 21.5235 19.3883 21.5465 19.3477 21.5689L19.3961 21.6565ZM18.9858 22.1088C19.0491 21.9259 19.1962 21.7669 19.3961 21.6565L19.3477 21.5689C19.1315 21.6884 18.9645 21.8647 18.8913 22.076L18.9858 22.1088ZM18.7883 22.6787L18.9858 22.1088L18.8913 22.076L18.6938 22.646L18.7883 22.6787ZM17.5669 23.5501C18.117 23.5501 18.6082 23.1987 18.7883 22.6787L18.6938 22.646C18.5275 23.126 18.0742 23.4501 17.5669 23.4501V23.5501ZM16.9581 23.5501H17.5669V23.4501H16.9581V23.5501ZM15.752 22.672C15.9201 23.1968 16.4068 23.5501 16.9581 23.5501V23.4501C16.45 23.4501 16.002 23.1247 15.8473 22.6415L15.752 22.672ZM15.5695 22.1021L15.752 22.672L15.8473 22.6415L15.6647 22.0716L15.5695 22.1021ZM15.1759 21.6555C15.371 21.7649 15.5117 21.9218 15.5695 22.1021L15.6647 22.0716C15.5976 21.862 15.4367 21.6871 15.2249 21.5683L15.1759 21.6555ZM15.0542 21.5846C15.0944 21.6089 15.1349 21.6326 15.1759 21.6555L15.2249 21.5683C15.1848 21.5459 15.1452 21.5228 15.106 21.4991L15.0542 21.5846ZM14.4665 21.4614C14.6553 21.4229 14.863 21.4689 15.0542 21.5846L15.106 21.4991C14.8982 21.3733 14.665 21.3188 14.4465 21.3634L14.4665 21.4614ZM13.8758 21.582L14.4665 21.4614L14.4465 21.3634L13.8558 21.484L13.8758 21.582ZM12.5162 20.9657C12.7869 21.4454 13.3356 21.6922 13.8758 21.582L13.8558 21.484C13.3576 21.5856 12.8524 21.358 12.6033 20.9165L12.5162 20.9657ZM12.2187 20.4385L12.5162 20.9657L12.6033 20.9165L12.3057 20.3893L12.2187 20.4385ZM12.9916 17.7841C12.9903 17.8315 12.9896 17.879 12.9898 17.9264L13.0898 17.9261C13.0896 17.8798 13.0903 17.8333 13.0916 17.7869L12.9916 17.7841ZM12.8118 17.2146C12.9358 17.3565 12.9982 17.5587 12.9916 17.7841L13.0916 17.7869C13.0987 17.5425 13.0313 17.3138 12.8871 17.1488L12.8118 17.2146ZM12.4182 16.7641L12.8118 17.2146L12.8871 17.1488L12.4935 16.6983L12.4182 16.7641ZM12.2853 15.2747C12.005 15.7493 12.056 16.3496 12.4182 16.7641L12.4935 16.6983C12.1602 16.3169 12.1127 15.7637 12.3714 15.3256L12.2853 15.2747ZM12.5966 14.7475L12.2853 15.2747L12.3714 15.3256L12.6827 14.7984L12.5966 14.7475ZM13.9659 14.1364C13.4271 14.0258 12.8766 14.2734 12.5966 14.7475L12.6827 14.7984C12.9412 14.3606 13.4493 14.1325 13.9458 14.2344L13.9659 14.1364ZM14.5535 14.2569L13.9659 14.1364L13.9458 14.2344L14.5334 14.3549L14.5535 14.2569ZM16.9399 14.0378L17.1374 13.4679L17.0429 13.4351L16.8455 14.0051L16.9399 14.0378ZM15.9087 15.2276C16.328 14.9958 16.7439 14.6038 16.9399 14.0378L16.8455 14.0051C16.6593 14.5424 16.2635 14.9172 15.8603 15.14L15.9087 15.2276ZM15.8231 15.2767C15.8513 15.2599 15.8799 15.2435 15.9087 15.2276L15.8603 15.14C15.8306 15.1565 15.8011 15.1734 15.7719 15.1908L15.8231 15.2767ZM14.2765 15.563C14.8619 15.6831 15.4106 15.5224 15.8231 15.2767L15.7719 15.1908C15.3753 15.427 14.8519 15.579 14.2966 15.465L14.2765 15.563ZM13.6903 15.4427L14.2765 15.563L14.2966 15.465L13.7104 15.3448L13.6903 15.4427ZM13.4333 15.9445L13.7434 15.4192L13.6573 15.3683L13.3472 15.8936L13.4333 15.9445ZM13.8186 16.3334L13.4279 15.8861L13.3526 15.9519L13.7433 16.3992L13.8186 16.3334ZM14.3244 17.813C14.3382 17.3344 14.2098 16.781 13.8186 16.3334L13.7433 16.3992C14.1141 16.8236 14.2377 17.3503 14.2244 17.8101L14.3244 17.813ZM14.3231 17.9131C14.323 17.8798 14.3234 17.8464 14.3244 17.813L14.2244 17.8101C14.2234 17.8445 14.223 17.879 14.2231 17.9134L14.3231 17.9131ZM13.7809 19.3882C14.1813 18.9433 14.3244 18.3922 14.3231 17.9131L14.2231 17.9134C14.2243 18.3735 14.0869 18.8988 13.7066 19.3213L13.7809 19.3882ZM13.3763 19.8379L13.7809 19.3882L13.7066 19.3213L13.3019 19.771L13.3763 19.8379ZM13.6758 20.2994L13.3826 19.7798L13.2955 19.829L13.5887 20.3485L13.6758 20.2994ZM14.2089 20.1552L13.6223 20.275L13.6423 20.3729L14.2289 20.2532L14.2089 20.1552ZM15.7505 20.4427C15.3422 20.1956 14.7966 20.0353 14.2089 20.1552L14.2289 20.2532C14.7867 20.1394 15.3068 20.2911 15.6987 20.5282L15.7505 20.4427ZM15.8346 20.4917C15.8062 20.4758 15.7782 20.4594 15.7505 20.4427L15.6987 20.5282C15.7274 20.5456 15.7564 20.5625 15.7856 20.5789L15.8346 20.4917ZM16.8396 21.6872C16.6575 21.1186 16.2497 20.7245 15.8346 20.4917L15.7856 20.5789C16.1842 20.8024 16.5717 21.1786 16.7443 21.7177L16.8396 21.6872ZM17.0203 22.2517L16.8396 21.6872L16.7443 21.7177L16.9251 22.2822L17.0203 22.2517ZM17.7262 21.6806L17.5292 22.2506L17.6237 22.2833L17.8208 21.7132L17.7262 21.6806ZM18.7575 20.4908C18.3381 20.7226 17.9223 21.1146 17.7263 21.6805L17.8207 21.7133C18.0069 21.1759 18.4027 20.8011 18.8059 20.5783L18.7575 20.4908ZM18.8431 20.4416C18.8149 20.4584 18.7863 20.4748 18.7575 20.4908L18.8059 20.5783C18.8357 20.5618 18.8651 20.5449 18.8943 20.5275L18.8431 20.4416ZM20.3898 20.1553C19.8043 20.0352 19.2557 20.1959 18.8431 20.4416L18.8943 20.5275C19.291 20.2913 19.8143 20.1393 20.3697 20.2533L20.3898 20.1553ZM20.9758 20.2755L20.3898 20.1553L20.3697 20.2533L20.9557 20.3735L20.9758 20.2755ZM21.2329 19.7738L20.9227 20.2991L21.0088 20.3499L21.319 19.8247L21.2329 19.7738ZM20.8476 19.3849L21.2383 19.8321L21.3136 19.7663L20.9229 19.3191L20.8476 19.3849ZM20.3418 17.9053C20.328 18.384 20.4564 18.9373 20.8476 19.3849L20.9229 19.3191C20.5521 18.8948 20.4285 18.368 20.4418 17.9082L20.3418 17.9053ZM20.3431 17.8052C20.3432 17.8385 20.3428 17.8719 20.3418 17.9053L20.4418 17.9082C20.4428 17.8738 20.4432 17.8393 20.4431 17.8049L20.3431 17.8052ZM20.8853 16.3301C20.4849 16.775 20.3418 17.3261 20.3431 17.8052L20.4431 17.8049C20.4419 17.3448 20.5793 16.8195 20.9596 16.397L20.8853 16.3301ZM21.2899 15.8804L20.8853 16.3301L20.9596 16.397L21.3643 15.9473L21.2899 15.8804ZM20.9904 15.4189L21.2835 15.9384L21.3706 15.8893L21.0775 15.3698L20.9904 15.4189ZM20.4572 15.5631L21.0439 15.4433L21.0239 15.3453L20.4372 15.4651L20.4572 15.5631ZM18.9157 15.2756C19.324 15.5227 19.8695 15.683 20.4572 15.5631L20.4372 15.4651C19.8795 15.5789 19.3594 15.4272 18.9674 15.1901L18.9157 15.2756ZM18.8316 15.2267C18.8599 15.2425 18.888 15.2589 18.9157 15.2756L18.9674 15.1901C18.9388 15.1727 18.9098 15.1559 18.8806 15.1394L18.8316 15.2267ZM17.8266 14.0311C18.0087 14.5997 18.4165 14.9938 18.8316 15.2267L18.8806 15.1394C18.482 14.9159 18.0945 14.5397 17.9219 14.0006L17.8266 14.0311ZM17.6459 13.4666L17.8266 14.0311L17.9219 14.0006L17.7411 13.4361L17.6459 13.4666ZM17.3588 15.5994C16.1122 15.5994 15.0895 16.6088 15.0732 17.8553L15.1731 17.8567C15.1887 16.6648 16.1669 15.6994 17.3588 15.6994V15.5994ZM19.5931 17.8632C19.6095 16.6136 18.6085 15.5994 17.3588 15.5994V15.6994C18.5527 15.6994 19.5087 16.668 19.4931 17.8619L19.5931 17.8632ZM17.3075 20.1191C18.5541 20.1191 19.5768 19.1097 19.5931 17.8632L19.4931 17.8619C19.4775 19.0537 18.4994 20.0191 17.3075 20.0191V20.1191ZM15.0732 17.8553C15.0568 19.1049 16.0578 20.1191 17.3075 20.1191V20.0191C16.1135 20.0191 15.1575 19.0505 15.1731 17.8567L15.0732 17.8553ZM16.4064 17.8632C16.4131 17.3499 16.8358 16.9327 17.3492 16.9327V16.8327C16.7811 16.8327 16.3138 17.2939 16.3064 17.8619L16.4064 17.8632ZM17.3171 18.7859C16.8068 18.7859 16.3997 18.3734 16.4064 17.8632L16.3064 17.8619C16.299 18.4278 16.7511 18.8858 17.3171 18.8858V18.7859ZM18.2598 17.8553C18.2531 18.3686 17.8304 18.7859 17.3171 18.7859V18.8858C17.8851 18.8858 18.3524 18.4247 18.3598 17.8567L18.2598 17.8553ZM17.3492 16.9327C17.8594 16.9327 18.2665 17.3451 18.2598 17.8553L18.3598 17.8567C18.3672 17.2907 17.9152 16.8327 17.3492 16.8327V16.9327ZM17.5764 22.2169H16.9727V22.3169H17.5764V22.2169ZM17.0902 13.5015L17.6935 13.5014L17.6935 13.4014L17.0901 13.4015L17.0902 13.5015ZM14.8947 14.2414C14.7778 14.2732 14.6618 14.2792 14.5535 14.2569L14.5334 14.3549C14.659 14.3807 14.7911 14.3732 14.921 14.3379L14.8947 14.2414ZM14.9275 14.2436C13.868 13.7925 12.442 13.4767 10.5249 13.4767V13.5767C12.431 13.5767 13.8433 13.8907 14.8883 14.3356L14.9275 14.2436ZM15.8779 13.0396L15.8641 13.0792L15.9586 13.112L15.9724 13.0724L15.8779 13.0396ZM15.9334 13.0507C14.6166 12.4061 12.8579 11.9733 10.5249 11.9733V12.0733C12.8455 12.0733 14.5887 12.5038 15.8894 13.1405L15.9334 13.0507ZM2.62815 19.8268L12.1056 19.8268V19.7268L2.62815 19.7268L2.62815 19.8268ZM12.9115 18.3738H3.76203V18.4738H12.9115V18.3738ZM12.9898 17.9264C12.9903 18.1022 12.949 18.2658 12.8687 18.3979L12.9542 18.4498C13.0455 18.2996 13.0903 18.1173 13.0898 17.9261L12.9898 17.9264ZM12.0556 19.7753C12.0486 20.0021 12.1019 20.2315 12.2187 20.4385L12.3057 20.3893C12.1982 20.1987 12.1491 19.9874 12.1556 19.7783L12.0556 19.7753Z",
|
|
3329
3441
|
fill: fill
|
|
3330
3442
|
})]
|
|
3331
3443
|
})
|
|
3332
3444
|
})]
|
|
3333
3445
|
});
|
|
3334
|
-
const
|
|
3335
|
-
;// ./src/components/Icon/icons/
|
|
3446
|
+
const Roles_ICON_NAME = 'roles';
|
|
3447
|
+
;// ./src/components/Icon/icons/Search.tsx
|
|
3336
3448
|
|
|
3337
|
-
const
|
|
3449
|
+
const Search = ({
|
|
3450
|
+
fill = '#55575A',
|
|
3451
|
+
size = 24,
|
|
3452
|
+
tooltip = 'Search',
|
|
3453
|
+
...props
|
|
3454
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3455
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3456
|
+
width: `${size}px`,
|
|
3457
|
+
height: `${size}px`,
|
|
3458
|
+
viewBox: "0 0 20 20",
|
|
3459
|
+
fill: "none",
|
|
3460
|
+
...props,
|
|
3461
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3462
|
+
children: tooltip
|
|
3463
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3464
|
+
fillRule: "evenodd",
|
|
3465
|
+
clipRule: "evenodd",
|
|
3466
|
+
d: "M12.8292 4.47028C15.1756 6.5284 15.5224 10.0541 13.6219 12.53L18 16.9081L16.9081 18L12.53 13.6219C10.0541 15.5224 6.5284 15.1756 4.47028 12.8292C2.41216 10.4828 2.52792 6.94189 4.73491 4.73491C6.94189 2.52792 10.4828 2.41216 12.8292 4.47028ZM4.5 9C4.5 11.4853 6.51472 13.5 9 13.5C11.4853 13.5 13.5 11.4853 13.5 9C13.5 6.51472 11.4853 4.5 9 4.5C6.51472 4.5 4.5 6.51472 4.5 9Z",
|
|
3467
|
+
fill: fill
|
|
3468
|
+
})]
|
|
3469
|
+
});
|
|
3470
|
+
const Search_ICON_NAME = 'search';
|
|
3471
|
+
;// ./src/components/Icon/icons/Settings.tsx
|
|
3472
|
+
|
|
3473
|
+
const Settings = ({
|
|
3338
3474
|
fill = '#000',
|
|
3339
3475
|
size = 24,
|
|
3340
|
-
tooltip = '
|
|
3476
|
+
tooltip = 'Settings',
|
|
3341
3477
|
...props
|
|
3342
3478
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3343
3479
|
width: `${size}px`,
|
|
3344
3480
|
height: `${size}px`,
|
|
3345
3481
|
viewBox: "0 0 24 24",
|
|
3346
|
-
fill: "none",
|
|
3347
3482
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3483
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3348
3484
|
...props,
|
|
3349
3485
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3350
3486
|
children: tooltip
|
|
3351
3487
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3352
3488
|
fillRule: "evenodd",
|
|
3353
3489
|
clipRule: "evenodd",
|
|
3354
|
-
d: "
|
|
3490
|
+
d: "M11.9673 14.5016C13.349 14.5016 14.4837 13.3816 14.5017 12.0001C14.5198 10.6186 13.4145 9.49868 12.0328 9.49868C10.6512 9.49868 9.5165 10.6186 9.49841 12.0001C9.48033 13.3816 10.5857 14.5016 11.9673 14.5016ZM16.0028 12.0001C15.9738 14.2106 14.1583 16.0025 11.9477 16.0025C9.73707 16.0025 7.96848 14.2106 7.99741 12.0001C8.02635 9.78971 9.84186 7.9978 12.0525 7.9978C14.2631 7.9978 16.0317 9.78971 16.0028 12.0001Z",
|
|
3355
3491
|
fill: fill
|
|
3356
3492
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3357
3493
|
fillRule: "evenodd",
|
|
3358
3494
|
clipRule: "evenodd",
|
|
3359
|
-
d: "
|
|
3495
|
+
d: "M11.0239 2.83721L10.6209 4.00046C10.281 4.98131 9.55444 5.67613 8.79735 6.0946C8.73279 6.13028 8.66885 6.16698 8.60556 6.20468C7.86065 6.64834 6.89517 6.92307 5.88366 6.71555L4.68439 6.4695C4.47399 6.42633 4.25779 6.52299 4.14768 6.70947L3.51224 7.78559C3.40213 7.97206 3.42281 8.20651 3.56357 8.36762L4.36704 9.2872C5.0414 10.059 5.27384 11.0262 5.2489 11.8881C5.24674 11.9626 5.24576 12.0373 5.24597 12.1118C5.24834 12.9737 4.99057 13.9409 4.29602 14.7127L3.46847 15.6323C3.32349 15.7934 3.29668 16.0278 3.40191 16.2143L4.00917 17.2904C4.1144 17.4769 4.32806 17.5736 4.5396 17.5304L5.74522 17.2844C6.76218 17.0768 7.72048 17.3516 8.45378 17.7952C8.5161 17.8329 8.5791 17.8697 8.64274 17.9053C9.38887 18.3238 10.0973 19.0186 10.4114 19.9995L10.784 21.1627C10.8494 21.367 11.0388 21.5048 11.2541 21.5048H12.4968C12.7122 21.5048 12.9052 21.367 12.9759 21.1627L13.3789 19.9995C13.7188 19.0186 14.4454 18.3238 15.2025 17.9053C15.267 17.8697 15.331 17.8329 15.3943 17.7952C16.1392 17.3516 17.1047 17.0768 18.1162 17.2844L19.3154 17.5304C19.5258 17.5736 19.742 17.4769 19.8521 17.2904L20.4875 16.2143C20.5976 16.0278 20.5769 15.7934 20.4362 15.6323L19.6328 14.7127C18.9584 13.9409 18.726 12.9737 18.7509 12.1118C18.7531 12.0373 18.754 11.9626 18.7538 11.8881C18.7515 11.0262 19.0092 10.059 19.7038 9.28714L20.5313 8.36762C20.6763 8.20651 20.7031 7.97206 20.5979 7.78559L19.9906 6.70947C19.8854 6.52299 19.6717 6.42633 19.4602 6.4695L18.2545 6.71554C17.2375 6.92307 16.2793 6.64834 15.546 6.20468C15.4837 6.16698 15.4207 6.13028 15.3571 6.0946C14.6109 5.67613 13.9025 4.98131 13.5884 4.00046L13.2158 2.83721C13.1504 2.63293 12.961 2.49515 12.7457 2.49515L11.503 2.49515C11.2876 2.49515 11.0946 2.63293 11.0239 2.83721ZM9.20321 3.52588C9.01369 4.07288 8.59184 4.50289 8.08436 4.7834C8.00543 4.82702 7.92726 4.87189 7.84989 4.91797C7.35101 5.2151 6.7679 5.36099 6.20381 5.24525L5.00454 4.9992C4.16291 4.82653 3.29814 5.21318 2.85769 5.95909L2.22226 7.0352C1.78181 7.78111 1.86451 8.7189 2.42756 9.36333L3.23104 10.2829C3.60754 10.7138 3.76517 11.2885 3.74851 11.8643C3.74589 11.9547 3.74471 12.0452 3.74495 12.1356C3.74654 12.7114 3.57386 13.2861 3.18608 13.717L2.35854 14.6366C1.7786 15.281 1.67135 16.2188 2.09227 16.9647L2.69954 18.0408C3.12046 18.7867 3.9751 19.1733 4.82125 19.0007L6.02688 18.7546C6.59401 18.6389 7.17331 18.7848 7.66441 19.0819C7.7406 19.128 7.81761 19.1729 7.89542 19.2166C8.39556 19.4971 8.80615 19.9271 8.98134 20.4741L9.3539 21.6373C9.61559 22.4544 10.3731 23.0056 11.2345 23.0056H12.4772C13.3386 23.0056 14.1105 22.4544 14.3936 21.6373L14.7966 20.4741C14.9861 19.9271 15.408 19.4971 15.9154 19.2166C15.9944 19.1729 16.0726 19.128 16.15 19.0819C16.6488 18.7848 17.232 18.6389 17.7961 18.7546L18.9952 19.0007C19.8368 19.1733 20.7016 18.7867 21.1421 18.0408L21.7775 16.9647C22.2179 16.2188 22.1352 15.281 21.5722 14.6366L20.7688 13.717C20.3923 13.2861 20.2346 12.7115 20.2513 12.1356C20.2539 12.0452 20.2551 11.9547 20.2549 11.8643C20.2533 11.2884 20.4259 10.7138 20.8137 10.2829L21.6412 9.36333C22.2212 8.7189 22.3284 7.78111 21.9075 7.03521L21.3002 5.95909C20.8793 5.21318 20.0247 4.82653 19.1785 4.9992L17.9728 5.24525C17.4057 5.36098 16.8264 5.21509 16.3353 4.91797C16.2592 4.87189 16.1822 4.82702 16.1044 4.7834C15.6042 4.50289 15.1937 4.07288 15.0185 3.52588L14.6459 2.36262C14.3842 1.54552 13.6267 0.994385 12.7653 0.994385H11.5226C10.6613 0.994385 9.8893 1.54552 9.60622 2.36262L9.20321 3.52588Z",
|
|
3360
3496
|
fill: fill
|
|
3361
3497
|
})]
|
|
3362
3498
|
});
|
|
3363
|
-
const
|
|
3364
|
-
;// ./src/components/Icon/icons/
|
|
3499
|
+
const Settings_ICON_NAME = 'settings';
|
|
3500
|
+
;// ./src/components/Icon/icons/Sleep.tsx
|
|
3365
3501
|
|
|
3366
|
-
const
|
|
3502
|
+
const Sleep = ({
|
|
3367
3503
|
fill = '#000',
|
|
3368
3504
|
size = 24,
|
|
3369
|
-
tooltip = '
|
|
3505
|
+
tooltip = 'Sleep',
|
|
3370
3506
|
...props
|
|
3371
3507
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3372
3508
|
width: `${size}px`,
|
|
3373
3509
|
height: `${size}px`,
|
|
3374
3510
|
viewBox: "0 0 24 24",
|
|
3375
|
-
fill: "none",
|
|
3376
3511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3377
3512
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3378
3513
|
...props,
|
|
3379
3514
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3380
3515
|
children: tooltip
|
|
3381
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
strokeWidth: "0.2"
|
|
3413
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3414
|
-
d: "M19.3016 4.23876H13.9048C13.6349 4.23876 13.4286 4.44511 13.4286 4.71495C13.4286 4.98479 13.6349 5.19114 13.9048 5.19114H19.3016C19.5714 5.19114 19.7778 4.98479 19.7778 4.71495C19.7778 4.44511 19.5714 4.23876 19.3016 4.23876Z",
|
|
3415
|
-
stroke: fill,
|
|
3416
|
-
strokeWidth: "0.2"
|
|
3417
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3418
|
-
d: "M8.34921 10.0952C8.34921 9.8254 8.55556 9.61905 8.8254 9.61905C9.09524 9.61905 9.30159 9.8254 9.30159 10.0952V18.3492C9.30159 18.619 9.09524 18.8254 8.8254 18.8254C8.55556 18.8254 8.34921 18.619 8.34921 18.3492V10.0952Z",
|
|
3419
|
-
stroke: fill,
|
|
3420
|
-
strokeWidth: "0.2"
|
|
3421
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3422
|
-
d: "M14.6984 10.0952C14.6984 9.8254 14.9048 9.61905 15.1746 9.61905C15.4444 9.61905 15.6508 9.8254 15.6508 10.0952V18.3492C15.6508 18.619 15.4444 18.8254 15.1746 18.8254C14.9048 18.8254 14.6984 18.619 14.6984 18.3492V10.0952Z",
|
|
3423
|
-
stroke: fill,
|
|
3424
|
-
strokeWidth: "0.2"
|
|
3425
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3426
|
-
fillRule: "evenodd",
|
|
3427
|
-
clipRule: "evenodd",
|
|
3428
|
-
d: "M2 4.06349C2 2.92063 2.92063 2 4.06349 2H19.9365C21.0794 2 22 2.92063 22 4.06349V19.9365C22 21.0794 21.0794 22 19.9365 22H4.06349C2.92063 22 2 21.0794 2 19.9365V4.06349ZM19.9365 2.95238H4.06349C3.44444 2.95238 2.95238 3.44444 2.95238 4.06349V6.44444H21.0476V4.06349C21.0476 3.44444 20.5556 2.95238 19.9365 2.95238ZM21.0476 7.39683H2.95238V19.9365C2.95238 20.5556 3.44444 21.0476 4.06349 21.0476H19.9365C20.5556 21.0476 21.0476 20.5556 21.0476 19.9365V7.39683Z",
|
|
3429
|
-
stroke: fill,
|
|
3430
|
-
strokeWidth: "0.2"
|
|
3431
|
-
})]
|
|
3432
|
-
})
|
|
3516
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3517
|
+
d: "M6.00833 2.0001C5.86499 2.002 5.7252 2.04501 5.60557 2.12402C4.00925 3.14394 2.65193 4.502 1.63258 6.0992C1.57541 6.18206 1.53552 6.2756 1.51529 6.37424C1.49506 6.47287 1.4949 6.57457 1.51482 6.67327C1.53474 6.77196 1.57434 6.86563 1.63124 6.94868C1.68814 7.03172 1.76119 7.10245 1.84601 7.15662C1.93084 7.2108 2.0257 7.24732 2.12495 7.264C2.22419 7.28068 2.32577 7.27718 2.42363 7.25371C2.52149 7.23024 2.61363 7.18728 2.69453 7.12739C2.77543 7.06751 2.84343 6.99192 2.89449 6.90516C3.79647 5.49188 4.99859 4.2891 6.41109 3.38663C6.55019 3.30043 6.65725 3.17103 6.71591 3.01821C6.77458 2.86538 6.78161 2.69754 6.73595 2.54034C6.69028 2.38314 6.59443 2.24522 6.46304 2.14766C6.33164 2.05011 6.17194 1.99828 6.00833 2.0001ZM17.9692 2.0001C17.8075 2.00312 17.6512 2.05841 17.5235 2.15772C17.3958 2.25703 17.3037 2.39502 17.2609 2.55107C17.2181 2.70711 17.2269 2.87282 17.286 3.02343C17.3451 3.17404 17.4514 3.30146 17.5889 3.38663C19.0014 4.2891 20.2035 5.49188 21.1055 6.90516C21.1566 6.99192 21.2246 7.06751 21.3055 7.12739C21.3864 7.18727 21.4785 7.23024 21.5764 7.25371C21.6742 7.27718 21.7758 7.28068 21.8751 7.26399C21.9743 7.24731 22.0692 7.2108 22.154 7.15662C22.2388 7.10244 22.3119 7.03172 22.3688 6.94868C22.4257 6.86563 22.4653 6.77196 22.4852 6.67327C22.5051 6.57457 22.5049 6.47287 22.4847 6.37424C22.4645 6.2756 22.4246 6.18206 22.3674 6.0992C21.3481 4.502 19.9907 3.14394 18.3944 2.12402C18.2684 2.04078 18.1202 1.99759 17.9692 2.0001ZM12 3.00512C6.76945 3.00512 2.51319 7.26371 2.51319 12.4971C2.51319 15.3532 3.80753 17.8881 5.80939 19.6298L4.72983 20.71C4.65795 20.779 4.60057 20.8617 4.56104 20.9532C4.5215 21.0448 4.50062 21.1432 4.49961 21.2429C4.49859 21.3426 4.51747 21.4415 4.55514 21.5338C4.5928 21.6261 4.6485 21.71 4.71896 21.7805C4.78942 21.851 4.87323 21.9067 4.96548 21.9444C5.05773 21.9821 5.15658 22.001 5.25622 22C5.35586 21.9989 5.4543 21.9781 5.54576 21.9385C5.63723 21.8989 5.71989 21.8415 5.78891 21.7696L7.01864 20.5392C8.47058 21.4429 10.168 21.9892 12 21.9892C13.832 21.9892 15.5294 21.4429 16.9814 20.5392L18.2111 21.7696C18.2801 21.8415 18.3628 21.8989 18.4542 21.9385C18.5457 21.9781 18.6441 21.9989 18.7438 22C18.8434 22.001 18.9423 21.9821 19.0345 21.9444C19.1268 21.9067 19.2106 21.851 19.281 21.7805C19.3515 21.71 19.4072 21.6261 19.4449 21.5338C19.4825 21.4415 19.5014 21.3426 19.5004 21.2429C19.4994 21.1432 19.4785 21.0448 19.439 20.9532C19.3994 20.8617 19.342 20.779 19.2702 20.71L18.1906 19.6298C20.1925 17.8881 21.4868 15.3532 21.4868 12.4971C21.4868 7.26371 17.2306 3.00512 12 3.00512ZM12 4.50386C16.421 4.50386 19.9889 8.07369 19.9889 12.4971C19.9889 16.9206 16.421 20.4904 12 20.4904C7.57898 20.4904 4.01111 16.9206 4.01111 12.4971C4.01111 8.07369 7.57898 4.50386 12 4.50386ZM10.8 13.3439L10.7992 7.7003C10.7992 7.3137 11.1125 7.00025 11.4991 7.0002C11.8857 7.00014 12.1992 7.31349 12.1992 7.70009L12.1999 12.6035L17.3302 11.3209C17.7053 11.2271 18.0853 11.4552 18.1791 11.8302C18.2729 12.2053 18.0448 12.5853 17.6698 12.6791L11.6698 14.1791C11.2947 14.2729 10.9147 14.0448 10.8209 13.6698C10.8 13.586 10.7951 13.5021 10.8043 13.4211C10.8015 13.3957 10.8001 13.37 10.8 13.3439Z",
|
|
3518
|
+
fill: fill
|
|
3519
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3520
|
+
d: "M5.60557 2.12402L5.63249 2.16616L5.63313 2.16574L5.60557 2.12402ZM6.00833 2.0001L6.00777 1.95011L6.00767 1.95011L6.00833 2.0001ZM1.63258 6.0992L1.67376 6.1276L1.67472 6.12609L1.63258 6.0992ZM1.51529 6.37424L1.46631 6.36419L1.51529 6.37424ZM1.51482 6.67327L1.56383 6.66337H1.56383L1.51482 6.67327ZM1.63124 6.94868L1.58999 6.97694H1.58999L1.63124 6.94868ZM2.12495 7.264L2.13323 7.21469H2.13323L2.12495 7.264ZM2.42363 7.25371L2.43529 7.30233H2.4353L2.42363 7.25371ZM2.69453 7.12739L2.66478 7.0872H2.66478L2.69453 7.12739ZM2.89449 6.90516L2.85232 6.87824L2.8514 6.8798L2.89449 6.90516ZM6.41109 3.38663L6.38475 3.34413L6.38417 3.3445L6.41109 3.38663ZM6.71591 3.01821L6.76259 3.03612L6.71591 3.01821ZM6.73595 2.54034L6.78396 2.52639V2.52639L6.73595 2.54034ZM6.46304 2.14766L6.43323 2.18781V2.18781L6.46304 2.14766ZM17.5235 2.15772L17.5542 2.19719L17.5235 2.15772ZM17.9692 2.0001L17.9684 1.95011L17.9683 1.95011L17.9692 2.0001ZM17.2609 2.55107L17.2126 2.53784V2.53784L17.2609 2.55107ZM17.5889 3.38663L17.6158 3.34449L17.6152 3.34413L17.5889 3.38663ZM21.1055 6.90516L21.1486 6.87978L21.1477 6.87826L21.1055 6.90516ZM21.3055 7.12739L21.3352 7.0872L21.3055 7.12739ZM21.5764 7.25371L21.588 7.20508L21.5764 7.25371ZM21.8751 7.26399L21.8668 7.21469L21.8751 7.26399ZM22.154 7.15662L22.1809 7.19876V7.19876L22.154 7.15662ZM22.3688 6.94868L22.3275 6.92041V6.92041L22.3688 6.94868ZM22.4852 6.67327L22.4362 6.66337V6.66337L22.4852 6.67327ZM22.3674 6.0992L22.3253 6.12611L22.3263 6.12759L22.3674 6.0992ZM18.3944 2.12402L18.3669 2.16575L18.3675 2.16616L18.3944 2.12402ZM5.80939 19.6298L5.84475 19.6652L5.88263 19.6273L5.84221 19.5921L5.80939 19.6298ZM4.72983 20.71L4.76448 20.746L4.7652 20.7453L4.72983 20.71ZM4.56104 20.9532L4.60694 20.9731L4.56104 20.9532ZM4.55514 21.5338L4.60143 21.5149L4.55514 21.5338ZM4.71896 21.7805L4.68359 21.8158L4.71896 21.7805ZM4.96548 21.9444L4.94657 21.9907H4.94657L4.96548 21.9444ZM5.25622 22L5.25571 21.95H5.25571L5.25622 22ZM5.54576 21.9385L5.52592 21.8926H5.52592L5.54576 21.9385ZM5.78891 21.7696L5.75354 21.7343L5.75283 21.735L5.78891 21.7696ZM7.01864 20.5392L7.04507 20.4967L7.01135 20.4758L6.98328 20.5039L7.01864 20.5392ZM16.9814 20.5392L17.0167 20.5039L16.9886 20.4758L16.9549 20.4967L16.9814 20.5392ZM18.2111 21.7696L18.2472 21.735L18.2465 21.7343L18.2111 21.7696ZM18.4542 21.9385L18.4741 21.8926L18.4542 21.9385ZM18.7438 22L18.7433 22.05L18.7438 22ZM19.0345 21.9444L19.0534 21.9907H19.0534L19.0345 21.9444ZM19.281 21.7805L19.3164 21.8158L19.281 21.7805ZM19.439 20.9532L19.3931 20.9731L19.439 20.9532ZM19.2702 20.71L19.2348 20.7453L19.2355 20.746L19.2702 20.71ZM18.1906 19.6298L18.1578 19.5921L18.1174 19.6273L18.1552 19.6652L18.1906 19.6298ZM10.7992 7.7003L10.8492 7.70029V7.70029L10.7992 7.7003ZM10.8 13.3439L10.85 13.3438L10.8 13.3439ZM11.4991 7.0002L11.4991 7.0502L11.4991 7.0002ZM12.1992 7.70009L12.1492 7.7001L12.1992 7.70009ZM12.1999 12.6035L12.1499 12.6035L12.1499 12.6675L12.2121 12.652L12.1999 12.6035ZM17.3302 11.3209L17.3181 11.2724L17.3302 11.3209ZM18.1791 11.8302L18.2276 11.8181L18.1791 11.8302ZM11.6698 14.1791L11.6819 14.2276H11.6819L11.6698 14.1791ZM10.8209 13.6698L10.8694 13.6576L10.8209 13.6698ZM10.8043 13.4211L10.8552 13.4269L10.854 13.4156L10.8043 13.4211ZM5.63313 2.16574C5.74477 2.092 5.87523 2.05187 6.00899 2.0501L6.00767 1.95011C5.85476 1.95213 5.70564 1.99801 5.57801 2.0823L5.63313 2.16574ZM1.67472 6.12609C2.69017 4.53503 4.0423 3.18216 5.63249 2.16616L5.57865 2.08189C3.97621 3.10571 2.61369 4.46898 1.59043 6.0723L1.67472 6.12609ZM1.56427 6.38428C1.58316 6.29223 1.62038 6.20493 1.67373 6.12759L1.59142 6.0708C1.53044 6.1592 1.48789 6.25898 1.46631 6.36419L1.56427 6.38428ZM1.56383 6.66337C1.54524 6.57126 1.54539 6.47634 1.56427 6.38428L1.46631 6.36419C1.44473 6.4694 1.44456 6.57788 1.46581 6.68316L1.56383 6.66337ZM1.67249 6.92041C1.61938 6.84291 1.58243 6.75549 1.56383 6.66337L1.46581 6.68316C1.48706 6.78844 1.5293 6.88835 1.58999 6.97694L1.67249 6.92041ZM1.87293 7.11448C1.79376 7.06392 1.72559 6.99792 1.67249 6.92041L1.58999 6.97694C1.65069 7.06552 1.72861 7.14097 1.8191 7.19876L1.87293 7.11448ZM2.13323 7.21469C2.04062 7.19912 1.95209 7.16504 1.87293 7.11448L1.8191 7.19876C1.90959 7.25655 2.01079 7.29551 2.11666 7.3133L2.13323 7.21469ZM2.41197 7.20509C2.32065 7.22699 2.22585 7.23025 2.13323 7.21469L2.11666 7.3133C2.22253 7.3311 2.3309 7.32737 2.43529 7.30233L2.41197 7.20509ZM2.66478 7.0872C2.58928 7.14309 2.5033 7.18318 2.41197 7.20509L2.4353 7.30233C2.53969 7.27729 2.63797 7.23146 2.72427 7.16758L2.66478 7.0872ZM2.8514 6.8798C2.80375 6.96078 2.74028 7.03132 2.66478 7.0872L2.72427 7.16758C2.81057 7.1037 2.88312 7.02307 2.93759 6.93052L2.8514 6.8798ZM6.38417 3.3445C4.96554 4.25088 3.75823 5.45886 2.85235 6.87826L2.93664 6.93206C3.83471 5.5249 5.03163 4.32733 6.43801 3.42877L6.38417 3.3445ZM6.66923 3.00029C6.61448 3.14292 6.51456 3.26369 6.38475 3.34413L6.43743 3.42913C6.58581 3.33718 6.70002 3.19914 6.76259 3.03612L6.66923 3.00029ZM6.68793 2.55429C6.73055 2.70101 6.72399 2.85765 6.66923 3.00029L6.76259 3.03612C6.82517 2.87311 6.83267 2.69408 6.78396 2.52639L6.68793 2.55429ZM6.43323 2.18781C6.55585 2.27885 6.64531 2.40757 6.68793 2.55429L6.78396 2.52639C6.73525 2.3587 6.63301 2.21158 6.49284 2.10752L6.43323 2.18781ZM6.00889 2.0501C6.16157 2.0484 6.31061 2.09676 6.43323 2.18781L6.49284 2.10752C6.35268 2.00345 6.18231 1.94816 6.00777 1.95011L6.00889 2.0501ZM17.5542 2.19719C17.6733 2.10451 17.8193 2.05291 17.9702 2.0501L17.9683 1.95011C17.7958 1.95333 17.629 2.01231 17.4928 2.11825L17.5542 2.19719ZM17.3091 2.56429C17.349 2.41865 17.435 2.28987 17.5542 2.19719L17.4928 2.11825C17.3566 2.22419 17.2583 2.37139 17.2126 2.53784L17.3091 2.56429ZM17.3326 3.00516C17.2774 2.86459 17.2691 2.70993 17.3091 2.56429L17.2126 2.53784C17.167 2.70429 17.1764 2.88105 17.2395 3.0417L17.3326 3.00516ZM17.6152 3.34413C17.4869 3.26464 17.3877 3.14572 17.3326 3.00516L17.2395 3.0417C17.3025 3.20236 17.4159 3.33828 17.5626 3.42914L17.6152 3.34413ZM21.1477 6.87826C20.2418 5.45886 19.0345 4.25088 17.6158 3.3445L17.562 3.42877C18.9684 4.32733 20.1653 5.5249 21.0634 6.93206L21.1477 6.87826ZM21.3352 7.0872C21.2597 7.03132 21.1963 6.96078 21.1486 6.8798L21.0624 6.93052C21.1169 7.02307 21.1894 7.1037 21.2757 7.16758L21.3352 7.0872ZM21.588 7.20508C21.4967 7.18318 21.4107 7.14309 21.3352 7.0872L21.2757 7.16758C21.362 7.23146 21.4603 7.27729 21.5647 7.30233L21.588 7.20508ZM21.8668 7.21469C21.7742 7.23025 21.6794 7.22699 21.588 7.20508L21.5647 7.30233C21.6691 7.32736 21.7775 7.3311 21.8833 7.3133L21.8668 7.21469ZM22.1271 7.11448C22.0479 7.16504 21.9594 7.19912 21.8668 7.21469L21.8833 7.3133C21.9892 7.29551 22.0904 7.25655 22.1809 7.19876L22.1271 7.11448ZM22.3275 6.92041C22.2744 6.99792 22.2062 7.06392 22.1271 7.11448L22.1809 7.19876C22.2714 7.14097 22.3493 7.06552 22.41 6.97694L22.3275 6.92041ZM22.4362 6.66337C22.4176 6.75549 22.3806 6.84291 22.3275 6.92041L22.41 6.97694C22.4707 6.88835 22.5129 6.78843 22.5342 6.68316L22.4362 6.66337ZM22.4357 6.38428C22.4546 6.47634 22.4548 6.57126 22.4362 6.66337L22.5342 6.68316C22.5554 6.57788 22.5553 6.4694 22.5337 6.36419L22.4357 6.38428ZM22.3263 6.12759C22.3796 6.20493 22.4168 6.29223 22.4357 6.38428L22.5337 6.36419C22.5121 6.25898 22.4696 6.1592 22.4086 6.0708L22.3263 6.12759ZM18.3675 2.16616C19.9577 3.18216 21.3098 4.53503 22.3253 6.12609L22.4096 6.0723C21.3863 4.46898 20.0238 3.10571 18.4214 2.08189L18.3675 2.16616ZM17.9701 2.0501C18.111 2.04775 18.2493 2.08806 18.3669 2.16574L18.422 2.0823C18.2876 1.99351 18.1295 1.94743 17.9684 1.95011L17.9701 2.0501ZM2.56319 12.4971C2.56319 7.2913 6.79709 3.05512 12 3.05512V2.95512C6.74181 2.95512 2.46319 7.23613 2.46319 12.4971H2.56319ZM5.84221 19.5921C3.85037 17.8591 2.56319 15.3376 2.56319 12.4971H2.46319C2.46319 15.3688 3.76469 17.9171 5.77657 19.6675L5.84221 19.5921ZM4.7652 20.7453L5.84475 19.6652L5.77402 19.5945L4.69447 20.6746L4.7652 20.7453ZM4.60694 20.9731C4.64383 20.8876 4.69739 20.8105 4.76447 20.746L4.69519 20.6739C4.61852 20.7476 4.55731 20.8358 4.51514 20.9334L4.60694 20.9731ZM4.5496 21.2434C4.55055 21.1504 4.57004 21.0585 4.60694 20.9731L4.51514 20.9334C4.47297 21.031 4.45069 21.1361 4.44961 21.2424L4.5496 21.2434ZM4.60143 21.5149C4.56628 21.4288 4.54866 21.3365 4.5496 21.2434L4.44961 21.2424C4.44853 21.3488 4.46867 21.4543 4.50884 21.5527L4.60143 21.5149ZM4.75432 21.7451C4.68856 21.6794 4.63658 21.6011 4.60143 21.5149L4.50884 21.5527C4.54902 21.6512 4.60843 21.7406 4.68359 21.8158L4.75432 21.7451ZM4.98439 21.8981C4.89829 21.8629 4.82008 21.8109 4.75432 21.7451L4.68359 21.8158C4.75875 21.891 4.84816 21.9505 4.94657 21.9907L4.98439 21.8981ZM5.25571 21.95C5.16272 21.9509 5.07048 21.9333 4.98439 21.8981L4.94657 21.9907C5.04499 22.0309 5.15043 22.051 5.25673 22.05L5.25571 21.95ZM5.52592 21.8926C5.44056 21.9295 5.34869 21.949 5.25571 21.95L5.25673 22.05C5.36302 22.0489 5.46803 22.0266 5.56561 21.9844L5.52592 21.8926ZM5.75283 21.735C5.68842 21.8021 5.61128 21.8557 5.52592 21.8926L5.56561 21.9844C5.66319 21.9422 5.75137 21.8809 5.82498 21.8042L5.75283 21.735ZM6.98328 20.5039L5.75354 21.7343L5.82427 21.805L7.05401 20.5745L6.98328 20.5039ZM12 21.9392C10.1782 21.9392 8.4898 21.396 7.04507 20.4967L6.99222 20.5816C8.45137 21.4899 10.1578 22.0392 12 22.0392V21.9392ZM16.9549 20.4967C15.5102 21.396 13.8218 21.9392 12 21.9392V22.0392C13.8422 22.0392 15.5486 21.4899 17.0078 20.5816L16.9549 20.4967ZM18.2465 21.7343L17.0167 20.5039L16.946 20.5745L18.1757 21.805L18.2465 21.7343ZM18.4741 21.8926C18.3887 21.8557 18.3116 21.8021 18.2472 21.735L18.175 21.8042C18.2486 21.8809 18.3368 21.9422 18.4344 21.9844L18.4741 21.8926ZM18.7443 21.95C18.6513 21.949 18.5594 21.9295 18.4741 21.8926L18.4344 21.9844C18.532 22.0266 18.637 22.0489 18.7433 22.05L18.7443 21.95ZM19.0156 21.8981C18.9295 21.9333 18.8373 21.9509 18.7443 21.95L18.7433 22.05C18.8496 22.051 18.955 22.0309 19.0534 21.9907L19.0156 21.8981ZM19.2457 21.7451C19.1799 21.8109 19.1017 21.8629 19.0156 21.8981L19.0534 21.9907C19.1518 21.9505 19.2412 21.891 19.3164 21.8158L19.2457 21.7451ZM19.3986 21.5149C19.3634 21.6011 19.3114 21.6794 19.2457 21.7451L19.3164 21.8158C19.3916 21.7406 19.451 21.6512 19.4912 21.5527L19.3986 21.5149ZM19.4504 21.2434C19.4513 21.3365 19.4337 21.4288 19.3986 21.5149L19.4912 21.5527C19.5313 21.4543 19.5515 21.3488 19.5504 21.2424L19.4504 21.2434ZM19.3931 20.9731C19.43 21.0585 19.4495 21.1504 19.4504 21.2434L19.5504 21.2424C19.5493 21.1361 19.527 21.031 19.4849 20.9334L19.3931 20.9731ZM19.2355 20.746C19.3026 20.8105 19.3562 20.8876 19.3931 20.9731L19.4849 20.9334C19.4427 20.8358 19.3815 20.7476 19.3048 20.6739L19.2355 20.746ZM18.1552 19.6652L19.2348 20.7453L19.3055 20.6746L18.226 19.5945L18.1552 19.6652ZM21.4368 12.4971C21.4368 15.3376 20.1496 17.8591 18.1578 19.5921L18.2234 19.6675C20.2353 17.9171 21.5368 15.3688 21.5368 12.4971H21.4368ZM12 3.05512C17.2029 3.05512 21.4368 7.2913 21.4368 12.4971H21.5368C21.5368 7.23613 17.2582 2.95512 12 2.95512V3.05512ZM20.0389 12.4971C20.0389 8.0461 16.4487 4.45386 12 4.45386V4.55386C16.3934 4.55386 19.9389 8.10128 19.9389 12.4971H20.0389ZM12 20.5404C16.4487 20.5404 20.0389 16.9482 20.0389 12.4971H19.9389C19.9389 16.893 16.3934 20.4404 12 20.4404V20.5404ZM3.96111 12.4971C3.96111 16.9482 7.55134 20.5404 12 20.5404V20.4404C7.60662 20.4404 4.06111 16.893 4.06111 12.4971H3.96111ZM12 4.45386C7.55134 4.45386 3.96111 8.0461 3.96111 12.4971H4.06111C4.06111 8.10128 7.60662 4.55386 12 4.55386V4.45386ZM10.7492 7.70031L10.75 13.3439L10.85 13.3438L10.8492 7.70029L10.7492 7.70031ZM11.4991 6.9502C11.0849 6.95026 10.7492 7.28609 10.7492 7.70031L10.8492 7.70029C10.8492 7.34131 11.1401 7.05025 11.4991 7.0502L11.4991 6.9502ZM12.2492 7.70009C12.2492 7.28587 11.9133 6.95013 11.4991 6.9502L11.4991 7.0502C11.8581 7.05014 12.1492 7.34111 12.1492 7.7001L12.2492 7.70009ZM12.2499 12.6035L12.2492 7.70009L12.1492 7.7001L12.1499 12.6035L12.2499 12.6035ZM12.2121 12.652L17.3424 11.3694L17.3181 11.2724L12.1878 12.555L12.2121 12.652ZM17.3424 11.3694C17.6906 11.2823 18.0435 11.4941 18.1306 11.8424L18.2276 11.8181C18.1271 11.4163 17.7199 11.1719 17.3181 11.2724L17.3424 11.3694ZM18.1306 11.8424C18.2177 12.1906 18.0059 12.5435 17.6576 12.6306L17.6819 12.7276C18.0837 12.6271 18.3281 12.2199 18.2276 11.8181L18.1306 11.8424ZM17.6576 12.6306L11.6576 14.1306L11.6819 14.2276L17.6819 12.7276L17.6576 12.6306ZM11.6576 14.1306C11.3094 14.2177 10.9565 14.0059 10.8694 13.6576L10.7724 13.6819C10.8729 14.0837 11.2801 14.3281 11.6819 14.2276L11.6576 14.1306ZM10.8694 13.6576C10.8499 13.5798 10.8454 13.5019 10.854 13.4267L10.7546 13.4154C10.7447 13.5023 10.75 13.5923 10.7724 13.6819L10.8694 13.6576ZM10.75 13.3439C10.7501 13.3718 10.7516 13.3994 10.7546 13.4265L10.854 13.4156C10.8514 13.3921 10.8501 13.3681 10.85 13.3438L10.75 13.3439Z",
|
|
3521
|
+
fill: fill
|
|
3522
|
+
})]
|
|
3523
|
+
});
|
|
3524
|
+
const Sleep_ICON_NAME = 'sleep';
|
|
3525
|
+
;// ./src/components/Icon/icons/Stats.tsx
|
|
3526
|
+
|
|
3527
|
+
const Stats = ({
|
|
3528
|
+
fill = '#000',
|
|
3529
|
+
size = 24,
|
|
3530
|
+
tooltip = 'Stats',
|
|
3531
|
+
...props
|
|
3532
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3533
|
+
width: `${size}px`,
|
|
3534
|
+
height: `${size}px`,
|
|
3535
|
+
viewBox: "0 0 22 20",
|
|
3536
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3537
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3538
|
+
...props,
|
|
3539
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3540
|
+
children: tooltip
|
|
3541
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3542
|
+
d: "M8.60653 3.62364C7.65543 3.81726 6.74357 4.19357 5.9236 4.73666C4.6787 5.56119 3.7015 6.73312 3.11555 8.10427C2.52961 9.47541 2.36125 10.9842 2.63175 12.4398C2.90226 13.8954 3.59949 15.2324 4.63526 16.2818C5.67104 17.3313 6.99885 18.0459 8.45078 18.3355C9.90272 18.625 11.4136 18.4764 12.7923 17.9085C14.1709 17.3405 15.3556 16.3787 16.1963 15.1447C16.7501 14.332 17.1383 13.4251 17.3444 12.4766L14.2451 12.4766C14.116 12.8294 13.943 13.1672 13.7288 13.4816C13.2234 14.2233 12.5114 14.8014 11.6827 15.1427C10.8541 15.4841 9.94598 15.5734 9.0733 15.3994C8.20061 15.2253 7.40253 14.7958 6.77997 14.165C6.15741 13.5343 5.73834 12.7306 5.57575 11.8557C5.41317 10.9809 5.51436 10.074 5.86654 9.24988C6.21873 8.42575 6.80608 7.72135 7.55433 7.22577C7.87147 7.01572 8.21151 6.84716 8.56596 6.72268L8.60653 3.62364ZM9.12977 2.0268C9.67978 1.96553 10.1232 2.41922 10.116 2.97178L10.0637 6.96592C10.0564 7.51848 9.59085 7.95088 9.06614 8.13122C8.82267 8.2149 8.58921 8.32964 8.37184 8.47361C7.87257 8.80429 7.48066 9.27429 7.24567 9.82419C7.01067 10.3741 6.94315 10.9792 7.05164 11.563C7.16013 12.1467 7.43975 12.683 7.85515 13.1038C8.27055 13.5247 8.80308 13.8113 9.38538 13.9274C9.96768 14.0436 10.5736 13.984 11.1265 13.7562C11.6795 13.5284 12.1546 13.1427 12.4917 12.6478C12.6385 12.4323 12.7563 12.2004 12.8432 11.958C13.0304 11.4357 13.4688 10.9759 14.0214 10.9759L18.0159 10.9759C18.5685 10.9759 19.0164 11.4252 18.9479 11.9743C18.7699 13.402 18.2526 14.776 17.4334 15.9785C16.4245 17.4593 15.0029 18.6135 13.3485 19.295C11.694 19.9765 9.88102 20.1548 8.13871 19.8074C6.39639 19.46 4.80302 18.6024 3.56008 17.343C2.31715 16.0837 1.48047 14.4793 1.15587 12.7326C0.83126 10.9858 1.0333 9.17532 1.73643 7.52995C2.43956 5.88458 3.61221 4.47826 5.10608 3.48882C6.31919 2.68535 7.69987 2.18609 9.12977 2.0268Z",
|
|
3543
|
+
fill: fill
|
|
3544
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3545
|
+
d: "M19.4116 7.47417C19.3221 7.00597 19.1878 6.54685 19.0098 6.10324C18.6446 5.19277 18.1026 4.3655 17.4148 3.66865C16.7271 2.97181 15.9069 2.41904 15.0013 2.04191C14.5601 1.85816 14.1028 1.71786 13.6358 1.62229L13.5952 4.72155C13.6706 4.74828 13.7454 4.77706 13.8193 4.80786C14.3637 5.03454 14.8566 5.36678 15.27 5.78562C15.6834 6.20446 16.0091 6.7017 16.2287 7.24894C16.2585 7.32331 16.2863 7.39842 16.312 7.47417H19.4116ZM21.0021 7.97651C21.0562 8.52571 20.5965 8.97504 20.0439 8.97504H16.0491C15.4964 8.97504 15.07 8.51513 14.8965 7.99278C14.8775 7.93573 14.8568 7.8792 14.8344 7.8233C14.6879 7.45815 14.4705 7.12637 14.1947 6.8469C13.9189 6.56743 13.59 6.34574 13.2268 6.19449C13.1712 6.17133 13.1149 6.1499 13.0581 6.1302C12.5381 5.94984 12.0838 5.51742 12.091 4.96481L12.1433 0.970385C12.1506 0.417779 12.6059 -0.0359408 13.1543 0.0253343C13.9929 0.119031 14.8143 0.330651 15.5939 0.655286C16.6806 1.10784 17.6648 1.77116 18.4901 2.60738C19.3154 3.44359 19.9658 4.43632 20.4041 5.52888C20.7185 6.31262 20.9194 7.13672 21.0021 7.97651Z",
|
|
3546
|
+
fill: fill
|
|
3433
3547
|
})]
|
|
3434
3548
|
});
|
|
3435
|
-
const
|
|
3436
|
-
;// ./src/components/Icon/icons/
|
|
3549
|
+
const Stats_ICON_NAME = 'stats';
|
|
3550
|
+
;// ./src/components/Icon/icons/TimeTracking.tsx
|
|
3437
3551
|
|
|
3438
|
-
const
|
|
3552
|
+
const TimeTracking = ({
|
|
3439
3553
|
fill = '#000',
|
|
3440
3554
|
size = 24,
|
|
3441
|
-
tooltip = '
|
|
3555
|
+
tooltip = 'Time tracking',
|
|
3442
3556
|
...props
|
|
3443
3557
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3558
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3444
3559
|
width: `${size}px`,
|
|
3445
3560
|
height: `${size}px`,
|
|
3446
3561
|
viewBox: "0 0 24 24",
|
|
3447
3562
|
fill: "none",
|
|
3448
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3449
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3450
3563
|
...props,
|
|
3451
3564
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3452
3565
|
children: tooltip
|
|
3453
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3468
|
-
fillRule: "evenodd",
|
|
3469
|
-
clipRule: "evenodd",
|
|
3470
|
-
d: "M15.1231 17.856C15.1391 16.6368 16.1395 15.6494 17.3588 15.6494C18.5806 15.6494 19.5591 16.6408 19.5431 17.8625C19.5271 19.0817 18.5267 20.0691 17.3075 20.0691C16.0856 20.0691 15.1072 19.0777 15.1231 17.856ZM17.3492 16.8827C16.8085 16.8827 16.3635 17.3219 16.3564 17.8625C16.3494 18.4006 16.7789 18.8358 17.3171 18.8358C17.8578 18.8358 18.3028 18.3966 18.3098 17.856C18.3169 17.3179 17.8873 16.8827 17.3492 16.8827Z",
|
|
3471
|
-
fill: fill
|
|
3472
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3473
|
-
fillRule: "evenodd",
|
|
3474
|
-
clipRule: "evenodd",
|
|
3475
|
-
d: "M10.5249 12.0233C3.00365 12.0233 1.49939 16.5333 1.49939 18.0366C1.49939 18.4743 1.49996 19.7768 2.62815 19.7768L12.1056 19.7768C12.0989 19.9947 12.15 20.2151 12.2622 20.4139L12.5597 20.9411C12.8196 21.4017 13.3466 21.6389 13.8658 21.533L14.4565 21.4124C14.6601 21.3709 14.8806 21.4211 15.0801 21.5419C15.1198 21.5658 15.1599 21.5892 15.2004 21.6119C15.4038 21.726 15.5547 21.8919 15.6171 22.0868L15.7996 22.6568C15.961 23.1607 16.4284 23.5001 16.9581 23.5001H17.5669C18.0956 23.5001 18.5678 23.1623 18.7411 22.6623L18.9385 22.0924C19.0068 21.8953 19.1639 21.7277 19.3719 21.6127C19.4129 21.59 19.4535 21.5667 19.4938 21.5427C19.6983 21.4209 19.921 21.371 20.1228 21.4124L20.7103 21.5329C21.228 21.6391 21.7573 21.4013 22.0265 20.9453L22.3378 20.4181C22.6073 19.9618 22.5581 19.385 22.2104 18.9871L21.8167 18.5366C21.6827 18.3832 21.6178 18.1677 21.6246 17.9328C21.6259 17.8859 21.6266 17.8389 21.6264 17.792C21.6258 17.5575 21.6962 17.3401 21.8363 17.1844L22.2418 16.7339C22.5962 16.34 22.6636 15.7645 22.404 15.3044L22.1065 14.7772C21.8465 14.3166 21.3195 14.0794 20.8004 14.1853L20.2097 14.3059C20.006 14.3474 19.7855 14.2971 19.586 14.1764C19.5464 14.1525 19.5063 14.1291 19.4658 14.1064C19.2624 13.9923 19.1115 13.8264 19.0491 13.6315L18.8666 13.0616C18.7052 12.5576 18.2378 12.2182 17.7081 12.2182H17.0993C16.5706 12.2182 16.0984 12.556 15.9251 13.056L15.9114 13.0956C14.6026 12.4549 12.8517 12.0233 10.5249 12.0233ZM4.25536 15.5292C5.23653 14.5487 7.08154 13.5267 10.5249 13.5267C12.4365 13.5267 13.8557 13.8416 14.9079 14.2896C14.7844 14.3232 14.6604 14.3299 14.5434 14.3059L13.9559 14.1854C13.4382 14.0792 12.9089 14.317 12.6397 14.7729L12.3283 15.3002C12.0589 15.7565 12.1081 16.3332 12.4558 16.7312L12.8495 17.1817C12.9835 17.3351 13.0484 17.5506 13.0416 17.7855C13.0403 17.8324 13.0396 17.8794 13.0398 17.9263C13.0403 18.1098 12.9973 18.2827 12.9115 18.4238H3.76203L3.75579 18.4238C3.19169 18.4238 3.00141 18.4238 3.00368 18.0314C3.00582 17.6604 3.23496 16.549 4.25536 15.5292ZM17.0901 13.4515L16.8927 14.0214C16.7016 14.5731 16.2958 14.9565 15.8845 15.1838C15.8552 15.2 15.8262 15.2166 15.7975 15.2337C15.3929 15.4747 14.8569 15.631 14.2865 15.514L13.7004 15.3938L13.3902 15.919L13.781 16.3663C14.1619 16.8023 14.288 17.3423 14.2744 17.8116C14.2734 17.8454 14.273 17.8794 14.2731 17.9133C14.2744 18.3828 14.1341 18.921 13.7438 19.3547L13.3391 19.8044L13.6323 20.3239L14.2189 20.2042C14.7916 20.0874 15.3245 20.2434 15.7246 20.4854C15.7528 20.5025 15.7813 20.5191 15.8101 20.5353C16.217 20.7635 16.6146 21.1486 16.7919 21.7025L16.9727 22.2669H17.5764L17.7735 21.6969C17.9646 21.1452 18.3704 20.7618 18.7817 20.5345C18.811 20.5183 18.84 20.5017 18.8687 20.4846C19.2733 20.2436 19.8093 20.0873 20.3797 20.2043L20.9658 20.3245L21.276 19.7992L20.8852 19.352C20.5043 18.916 20.3782 18.376 20.3918 17.9068C20.3928 17.8729 20.3932 17.8389 20.3931 17.805C20.3918 17.3355 20.5321 16.7972 20.9224 16.3635L21.3271 15.9139L21.0339 15.3943L20.4472 15.5141C19.8745 15.6309 19.3417 15.4749 18.9416 15.2329C18.9134 15.2158 18.8849 15.1992 18.8561 15.1831C18.4492 14.9548 18.0516 14.5697 17.8743 14.0159L17.6935 13.4514L17.0901 13.4515Z",
|
|
3476
|
-
fill: fill
|
|
3477
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3478
|
-
fillRule: "evenodd",
|
|
3479
|
-
clipRule: "evenodd",
|
|
3480
|
-
d: "M15.1231 17.856C15.1391 16.6368 16.1395 15.6494 17.3588 15.6494C18.5806 15.6494 19.5591 16.6408 19.5431 17.8625C19.5271 19.0817 18.5267 20.0691 17.3075 20.0691C16.0856 20.0691 15.1072 19.0777 15.1231 17.856ZM17.3492 16.8827C16.8085 16.8827 16.3635 17.3219 16.3564 17.8625C16.3494 18.4006 16.7789 18.8358 17.3171 18.8358C17.8578 18.8358 18.3028 18.3966 18.3098 17.856C18.3169 17.3179 17.8873 16.8827 17.3492 16.8827Z",
|
|
3481
|
-
fill: fill
|
|
3482
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3483
|
-
d: "M4.25536 15.5292L4.22002 15.4939L4.25536 15.5292ZM3.00368 18.0314L3.05368 18.0317L3.00368 18.0314ZM3.75579 18.4238L3.75623 18.3738H3.75579V18.4238ZM3.76203 18.4238L3.76159 18.4738H3.76203V18.4238ZM2.62815 19.7768V19.8268H2.62815L2.62815 19.7768ZM15.9251 13.056L15.8779 13.0396L15.9251 13.056ZM18.8666 13.0616L18.9142 13.0463L18.8666 13.0616ZM19.0491 13.6315L19.0015 13.6467L19.0491 13.6315ZM19.4658 14.1064L19.4903 14.0628L19.4658 14.1064ZM19.586 14.1764L19.6119 14.1337L19.586 14.1764ZM20.2097 14.3059L20.2197 14.3549L20.2097 14.3059ZM20.8004 14.1853L20.7904 14.1363L20.8004 14.1853ZM22.1065 14.7772L22.0629 14.8018V14.8018L22.1065 14.7772ZM22.404 15.3044L22.4475 15.2798V15.2798L22.404 15.3044ZM22.2418 16.7339L22.2046 16.7005L22.2418 16.7339ZM21.8363 17.1844L21.7992 17.151L21.8363 17.1844ZM21.6264 17.792L21.6764 17.7919L21.6264 17.792ZM21.6246 17.9328L21.5746 17.9314V17.9314L21.6246 17.9328ZM21.8167 18.5366L21.7791 18.5695L21.8167 18.5366ZM22.2104 18.9871L22.248 18.9542L22.2104 18.9871ZM22.3378 20.4181L22.2948 20.3927L22.3378 20.4181ZM22.0265 20.9453L22.0696 20.9708L22.0265 20.9453ZM20.7103 21.5329L20.7003 21.5819V21.5819L20.7103 21.5329ZM20.1228 21.4124L20.1329 21.3634V21.3634L20.1228 21.4124ZM19.4938 21.5427L19.5193 21.5857L19.4938 21.5427ZM19.3719 21.6127L19.3477 21.5689L19.3719 21.6127ZM18.9385 22.0924L18.8913 22.076L18.9385 22.0924ZM18.7411 22.6623L18.7883 22.6787L18.7411 22.6623ZM15.7996 22.6568L15.752 22.672L15.7996 22.6568ZM15.6171 22.0868L15.5695 22.1021L15.6171 22.0868ZM15.2004 21.6119L15.2249 21.5683H15.2249L15.2004 21.6119ZM15.0801 21.5419L15.0542 21.5846L15.0801 21.5419ZM14.4565 21.4124L14.4465 21.3634L14.4565 21.4124ZM13.8658 21.533L13.8758 21.582L13.8658 21.533ZM12.5597 20.9411L12.5162 20.9657L12.5597 20.9411ZM12.2622 20.4139L12.3057 20.3893L12.2622 20.4139ZM13.0398 17.9263L13.0898 17.9261L13.0398 17.9263ZM13.0416 17.7855L13.0916 17.7869L13.0416 17.7855ZM12.8495 17.1817L12.8118 17.2146L12.8495 17.1817ZM12.4558 16.7312L12.4935 16.6983L12.4558 16.7312ZM12.3283 15.3002L12.3714 15.3256L12.3283 15.3002ZM12.6397 14.7729L12.6827 14.7984L12.6397 14.7729ZM13.9559 14.1854L13.9458 14.2344L13.9559 14.1854ZM14.5434 14.3059L14.5535 14.2569L14.5434 14.3059ZM17.0901 13.4515L17.0901 13.4015C17.0688 13.4015 17.0499 13.415 17.0429 13.4351L17.0901 13.4515ZM16.8927 14.0214L16.8455 14.0051L16.8927 14.0214ZM15.8845 15.1838L15.8603 15.14L15.8845 15.1838ZM15.7975 15.2337L15.8231 15.2767L15.7975 15.2337ZM14.2865 15.514L14.2966 15.465L14.2865 15.514ZM13.7004 15.3938L13.7104 15.3448C13.6895 15.3405 13.6682 15.35 13.6573 15.3683L13.7004 15.3938ZM13.3902 15.919L13.3472 15.8936C13.3362 15.9122 13.3384 15.9357 13.3526 15.9519L13.3902 15.919ZM13.781 16.3663L13.8186 16.3334L13.781 16.3663ZM14.2744 17.8116L14.3244 17.813L14.2744 17.8116ZM14.2731 17.9133L14.3231 17.9131L14.2731 17.9133ZM13.7438 19.3547L13.7809 19.3882L13.7438 19.3547ZM13.3391 19.8044L13.3019 19.771C13.2876 19.7869 13.285 19.8103 13.2955 19.829L13.3391 19.8044ZM13.6323 20.3239L13.5887 20.3485C13.5994 20.3674 13.621 20.3773 13.6423 20.3729L13.6323 20.3239ZM14.2189 20.2042L14.2289 20.2532L14.2189 20.2042ZM15.7246 20.4854L15.7505 20.4427L15.7505 20.4427L15.7246 20.4854ZM15.8101 20.5353L15.7856 20.5789H15.7856L15.8101 20.5353ZM16.7919 21.7025L16.7443 21.7177H16.7443L16.7919 21.7025ZM16.9727 22.2669L16.9251 22.2822C16.9317 22.3029 16.951 22.3169 16.9727 22.3169V22.2669ZM17.5764 22.2669V22.3169C17.5977 22.3169 17.6167 22.3034 17.6237 22.2833L17.5764 22.2669ZM17.7735 21.6969L17.7263 21.6805L17.7262 21.6806L17.7735 21.6969ZM18.7817 20.5345L18.8059 20.5783H18.8059L18.7817 20.5345ZM18.8687 20.4846L18.8431 20.4416L18.8687 20.4846ZM20.3797 20.2043L20.3898 20.1553L20.3797 20.2043ZM20.9658 20.3245L20.9557 20.3735C20.9766 20.3778 20.998 20.3683 21.0088 20.3499L20.9658 20.3245ZM21.276 19.7992L21.319 19.8247C21.33 19.8061 21.3278 19.7826 21.3136 19.7663L21.276 19.7992ZM20.8852 19.352L20.9229 19.3191L20.8852 19.352ZM20.3918 17.9068L20.4418 17.9082L20.3918 17.9068ZM20.3931 17.805L20.3431 17.8052V17.8052L20.3931 17.805ZM20.9224 16.3635L20.9596 16.397L20.9224 16.3635ZM21.3271 15.9139L21.3643 15.9473C21.3786 15.9314 21.3812 15.908 21.3706 15.8893L21.3271 15.9139ZM21.0339 15.3943L21.0775 15.3698C21.0668 15.3509 21.0452 15.341 21.0239 15.3453L21.0339 15.3943ZM20.4472 15.5141L20.4372 15.4651L20.4472 15.5141ZM18.9416 15.2329L18.9674 15.1901L18.9416 15.2329ZM18.8561 15.1831L18.8806 15.1394L18.8561 15.1831ZM17.8743 14.0159L17.9219 14.0006L17.8743 14.0159ZM17.6935 13.4514L17.7411 13.4361C17.7345 13.4154 17.7152 13.4014 17.6935 13.4014L17.6935 13.4514ZM15.1231 17.856L15.0732 17.8553L15.1231 17.856ZM19.5431 17.8625L19.4931 17.8619L19.5431 17.8625ZM16.3564 17.8625L16.4064 17.8632L16.3564 17.8625ZM18.3098 17.856L18.2598 17.8553L18.3098 17.856ZM14.9079 14.2896L14.921 14.3379C14.9416 14.3323 14.9563 14.3143 14.9578 14.293C14.9592 14.2718 14.9471 14.252 14.9275 14.2436L14.9079 14.2896ZM15.9114 13.0956L15.8894 13.1405C15.9023 13.1468 15.9172 13.1473 15.9305 13.1418C15.9437 13.1364 15.954 13.1255 15.9586 13.112L15.9114 13.0956ZM12.1056 19.7768L12.1556 19.7783C12.156 19.7648 12.1509 19.7517 12.1415 19.742C12.1321 19.7323 12.1191 19.7268 12.1056 19.7268V19.7768ZM12.9115 18.4238V18.4738C12.9289 18.4738 12.9451 18.4647 12.9542 18.4498L12.9115 18.4238ZM14.9883 6.01011C14.9883 8.47326 12.9902 10.4701 10.5255 10.4701V10.5701C13.0454 10.5701 15.0883 8.52854 15.0883 6.01011H14.9883ZM10.5255 1.55012C12.9902 1.55012 14.9883 3.54695 14.9883 6.01011H15.0883C15.0883 3.49167 13.0454 1.45012 10.5255 1.45012V1.55012ZM6.06273 6.01011C6.06273 3.54695 8.06075 1.55012 10.5255 1.55012V1.45012C8.00558 1.45012 5.96273 3.49167 5.96273 6.01011H6.06273ZM10.5255 10.4701C8.06075 10.4701 6.06273 8.47326 6.06273 6.01011H5.96273C5.96273 8.52854 8.00558 10.5701 10.5255 10.5701V10.4701ZM10.5255 9.06676C12.2146 9.06676 13.584 7.69828 13.584 6.01011H13.484C13.484 7.64299 12.1595 8.96676 10.5255 8.96676V9.06676ZM7.46698 6.01011C7.46698 7.69828 8.83635 9.06676 10.5255 9.06676V8.96676C8.89152 8.96676 7.56698 7.64299 7.56698 6.01011H7.46698ZM10.5255 2.95345C8.83635 2.95345 7.46698 4.32193 7.46698 6.01011H7.56698C7.56698 4.37722 8.89152 3.05345 10.5255 3.05345V2.95345ZM13.584 6.01011C13.584 4.32193 12.2146 2.95345 10.5255 2.95345V3.05345C12.1595 3.05345 13.484 4.37722 13.484 6.01011H13.584ZM10.5249 11.9733C6.75375 11.9733 4.4837 13.1043 3.15633 14.4309C1.83043 15.7559 1.44939 17.2721 1.44939 18.0366H1.54939C1.54939 17.2978 1.92047 15.8073 3.22702 14.5016C4.53211 13.1973 6.77482 12.0733 10.5249 12.0733V11.9733ZM10.5249 13.4767C7.07097 13.4767 5.2123 14.5022 4.22002 15.4939L4.29071 15.5646C5.26075 14.5952 7.0921 13.5767 10.5249 13.5767V13.4767ZM4.22002 15.4939C3.18996 16.5233 2.95589 17.6474 2.95368 18.0311L3.05368 18.0317C3.05575 17.6734 3.27997 16.5747 4.29071 15.5646L4.22002 15.4939ZM2.95368 18.0311C2.95309 18.1322 2.96469 18.2146 2.99579 18.2798C3.02801 18.3473 3.07916 18.3922 3.14813 18.4209C3.21489 18.4487 3.29824 18.4613 3.39683 18.4676C3.49588 18.4738 3.61532 18.4738 3.75579 18.4738V18.3738C3.61421 18.3738 3.49833 18.3738 3.40312 18.3678C3.30745 18.3617 3.23761 18.3498 3.18657 18.3286C3.13773 18.3083 3.10648 18.2796 3.08604 18.2367C3.06447 18.1915 3.05313 18.1268 3.05368 18.0317L2.95368 18.0311ZM3.75535 18.4738L3.76159 18.4738L3.76247 18.3738L3.75623 18.3738L3.75535 18.4738ZM1.44939 18.0366C1.44939 18.2546 1.4491 18.6984 1.59382 19.0883C1.66645 19.2839 1.77661 19.469 1.94429 19.6053C2.11274 19.7422 2.33573 19.8268 2.62815 19.8268V19.7268C2.35647 19.7268 2.15632 19.6487 2.00735 19.5277C1.85763 19.406 1.75611 19.2381 1.68757 19.0535C1.54996 18.6827 1.54939 18.2563 1.54939 18.0366H1.44939ZM17.0993 12.1682C16.5492 12.1682 16.058 12.5196 15.8779 13.0396L15.9724 13.0724C16.1387 12.5924 16.592 12.2682 17.0993 12.2682V12.1682ZM17.7081 12.1682H17.0993V12.2682H17.7081V12.1682ZM18.9142 13.0463C18.7461 12.5215 18.2594 12.1682 17.7081 12.1682V12.2682C18.2162 12.2682 18.6642 12.5937 18.8189 13.0768L18.9142 13.0463ZM19.0967 13.6162L18.9142 13.0463L18.8189 13.0768L19.0015 13.6467L19.0967 13.6162ZM19.4903 14.0628C19.2952 13.9534 19.1544 13.7965 19.0967 13.6162L19.0015 13.6467C19.0686 13.8563 19.2295 14.0312 19.4413 14.15L19.4903 14.0628ZM19.6119 14.1337C19.5718 14.1094 19.5312 14.0858 19.4903 14.0628L19.4413 14.15C19.4814 14.1724 19.521 14.1955 19.5602 14.2192L19.6119 14.1337ZM20.1997 14.2569C20.0109 14.2954 19.8031 14.2494 19.6119 14.1337L19.5602 14.2192C19.768 14.3449 20.0012 14.3994 20.2197 14.3549L20.1997 14.2569ZM20.7904 14.1363L20.1997 14.2569L20.2197 14.3549L20.8104 14.2343L20.7904 14.1363ZM22.15 14.7526C21.8793 14.2729 21.3305 14.0261 20.7904 14.1363L20.8104 14.2343C21.3085 14.1326 21.8138 14.3603 22.0629 14.8018L22.15 14.7526ZM22.4475 15.2798L22.15 14.7526L22.0629 14.8018L22.3604 15.329L22.4475 15.2798ZM22.2789 16.7674C22.6475 16.3578 22.7179 15.759 22.4475 15.2798L22.3604 15.329C22.6093 15.7701 22.5449 16.3223 22.2046 16.7005L22.2789 16.7674ZM21.8735 17.2179L22.2789 16.7674L22.2046 16.7005L21.7992 17.151L21.8735 17.2179ZM21.6764 17.7919C21.6758 17.5669 21.7434 17.3625 21.8735 17.2179L21.7992 17.151C21.6491 17.3178 21.5758 17.548 21.5764 17.7921L21.6764 17.7919ZM21.6746 17.9343C21.6759 17.8868 21.6766 17.8393 21.6764 17.7919L21.5764 17.7921C21.5766 17.8385 21.576 17.885 21.5746 17.9314L21.6746 17.9343ZM21.8544 18.5037C21.7304 18.3618 21.668 18.1596 21.6746 17.9343L21.5746 17.9314C21.5675 18.1758 21.6349 18.4045 21.7791 18.5695L21.8544 18.5037ZM22.248 18.9542L21.8544 18.5037L21.7791 18.5695L22.1727 19.02L22.248 18.9542ZM22.3809 20.4435C22.6611 19.9689 22.6101 19.3687 22.248 18.9542L22.1727 19.02C22.506 19.4014 22.5535 19.9546 22.2948 20.3927L22.3809 20.4435ZM22.0696 20.9708L22.3809 20.4435L22.2948 20.3927L21.9835 20.9199L22.0696 20.9708ZM20.7003 21.5819C21.2391 21.6924 21.7896 21.4449 22.0696 20.9708L21.9835 20.9199C21.725 21.3577 21.2168 21.5858 20.7204 21.4839L20.7003 21.5819ZM20.1128 21.4614L20.7003 21.5819L20.7204 21.4839L20.1329 21.3634L20.1128 21.4614ZM19.5193 21.5857C19.7158 21.4687 19.9259 21.423 20.1128 21.4614L20.1329 21.3634C19.9161 21.3189 19.6807 21.3732 19.4682 21.4998L19.5193 21.5857ZM19.3961 21.6565C19.4376 21.6335 19.4787 21.6099 19.5193 21.5857L19.4682 21.4998C19.4284 21.5235 19.3883 21.5465 19.3477 21.5689L19.3961 21.6565ZM18.9858 22.1088C19.0491 21.9259 19.1962 21.7669 19.3961 21.6565L19.3477 21.5689C19.1315 21.6884 18.9645 21.8647 18.8913 22.076L18.9858 22.1088ZM18.7883 22.6787L18.9858 22.1088L18.8913 22.076L18.6938 22.646L18.7883 22.6787ZM17.5669 23.5501C18.117 23.5501 18.6082 23.1987 18.7883 22.6787L18.6938 22.646C18.5275 23.126 18.0742 23.4501 17.5669 23.4501V23.5501ZM16.9581 23.5501H17.5669V23.4501H16.9581V23.5501ZM15.752 22.672C15.9201 23.1968 16.4068 23.5501 16.9581 23.5501V23.4501C16.45 23.4501 16.002 23.1247 15.8473 22.6415L15.752 22.672ZM15.5695 22.1021L15.752 22.672L15.8473 22.6415L15.6647 22.0716L15.5695 22.1021ZM15.1759 21.6555C15.371 21.7649 15.5117 21.9218 15.5695 22.1021L15.6647 22.0716C15.5976 21.862 15.4367 21.6871 15.2249 21.5683L15.1759 21.6555ZM15.0542 21.5846C15.0944 21.6089 15.1349 21.6326 15.1759 21.6555L15.2249 21.5683C15.1848 21.5459 15.1452 21.5228 15.106 21.4991L15.0542 21.5846ZM14.4665 21.4614C14.6553 21.4229 14.863 21.4689 15.0542 21.5846L15.106 21.4991C14.8982 21.3733 14.665 21.3188 14.4465 21.3634L14.4665 21.4614ZM13.8758 21.582L14.4665 21.4614L14.4465 21.3634L13.8558 21.484L13.8758 21.582ZM12.5162 20.9657C12.7869 21.4454 13.3356 21.6922 13.8758 21.582L13.8558 21.484C13.3576 21.5856 12.8524 21.358 12.6033 20.9165L12.5162 20.9657ZM12.2187 20.4385L12.5162 20.9657L12.6033 20.9165L12.3057 20.3893L12.2187 20.4385ZM12.9916 17.7841C12.9903 17.8315 12.9896 17.879 12.9898 17.9264L13.0898 17.9261C13.0896 17.8798 13.0903 17.8333 13.0916 17.7869L12.9916 17.7841ZM12.8118 17.2146C12.9358 17.3565 12.9982 17.5587 12.9916 17.7841L13.0916 17.7869C13.0987 17.5425 13.0313 17.3138 12.8871 17.1488L12.8118 17.2146ZM12.4182 16.7641L12.8118 17.2146L12.8871 17.1488L12.4935 16.6983L12.4182 16.7641ZM12.2853 15.2747C12.005 15.7493 12.056 16.3496 12.4182 16.7641L12.4935 16.6983C12.1602 16.3169 12.1127 15.7637 12.3714 15.3256L12.2853 15.2747ZM12.5966 14.7475L12.2853 15.2747L12.3714 15.3256L12.6827 14.7984L12.5966 14.7475ZM13.9659 14.1364C13.4271 14.0258 12.8766 14.2734 12.5966 14.7475L12.6827 14.7984C12.9412 14.3606 13.4493 14.1325 13.9458 14.2344L13.9659 14.1364ZM14.5535 14.2569L13.9659 14.1364L13.9458 14.2344L14.5334 14.3549L14.5535 14.2569ZM16.9399 14.0378L17.1374 13.4679L17.0429 13.4351L16.8455 14.0051L16.9399 14.0378ZM15.9087 15.2276C16.328 14.9958 16.7439 14.6038 16.9399 14.0378L16.8455 14.0051C16.6593 14.5424 16.2635 14.9172 15.8603 15.14L15.9087 15.2276ZM15.8231 15.2767C15.8513 15.2599 15.8799 15.2435 15.9087 15.2276L15.8603 15.14C15.8306 15.1565 15.8011 15.1734 15.7719 15.1908L15.8231 15.2767ZM14.2765 15.563C14.8619 15.6831 15.4106 15.5224 15.8231 15.2767L15.7719 15.1908C15.3753 15.427 14.8519 15.579 14.2966 15.465L14.2765 15.563ZM13.6903 15.4427L14.2765 15.563L14.2966 15.465L13.7104 15.3448L13.6903 15.4427ZM13.4333 15.9445L13.7434 15.4192L13.6573 15.3683L13.3472 15.8936L13.4333 15.9445ZM13.8186 16.3334L13.4279 15.8861L13.3526 15.9519L13.7433 16.3992L13.8186 16.3334ZM14.3244 17.813C14.3382 17.3344 14.2098 16.781 13.8186 16.3334L13.7433 16.3992C14.1141 16.8236 14.2377 17.3503 14.2244 17.8101L14.3244 17.813ZM14.3231 17.9131C14.323 17.8798 14.3234 17.8464 14.3244 17.813L14.2244 17.8101C14.2234 17.8445 14.223 17.879 14.2231 17.9134L14.3231 17.9131ZM13.7809 19.3882C14.1813 18.9433 14.3244 18.3922 14.3231 17.9131L14.2231 17.9134C14.2243 18.3735 14.0869 18.8988 13.7066 19.3213L13.7809 19.3882ZM13.3763 19.8379L13.7809 19.3882L13.7066 19.3213L13.3019 19.771L13.3763 19.8379ZM13.6758 20.2994L13.3826 19.7798L13.2955 19.829L13.5887 20.3485L13.6758 20.2994ZM14.2089 20.1552L13.6223 20.275L13.6423 20.3729L14.2289 20.2532L14.2089 20.1552ZM15.7505 20.4427C15.3422 20.1956 14.7966 20.0353 14.2089 20.1552L14.2289 20.2532C14.7867 20.1394 15.3068 20.2911 15.6987 20.5282L15.7505 20.4427ZM15.8346 20.4917C15.8062 20.4758 15.7782 20.4594 15.7505 20.4427L15.6987 20.5282C15.7274 20.5456 15.7564 20.5625 15.7856 20.5789L15.8346 20.4917ZM16.8396 21.6872C16.6575 21.1186 16.2497 20.7245 15.8346 20.4917L15.7856 20.5789C16.1842 20.8024 16.5717 21.1786 16.7443 21.7177L16.8396 21.6872ZM17.0203 22.2517L16.8396 21.6872L16.7443 21.7177L16.9251 22.2822L17.0203 22.2517ZM17.7262 21.6806L17.5292 22.2506L17.6237 22.2833L17.8208 21.7132L17.7262 21.6806ZM18.7575 20.4908C18.3381 20.7226 17.9223 21.1146 17.7263 21.6805L17.8207 21.7133C18.0069 21.1759 18.4027 20.8011 18.8059 20.5783L18.7575 20.4908ZM18.8431 20.4416C18.8149 20.4584 18.7863 20.4748 18.7575 20.4908L18.8059 20.5783C18.8357 20.5618 18.8651 20.5449 18.8943 20.5275L18.8431 20.4416ZM20.3898 20.1553C19.8043 20.0352 19.2557 20.1959 18.8431 20.4416L18.8943 20.5275C19.291 20.2913 19.8143 20.1393 20.3697 20.2533L20.3898 20.1553ZM20.9758 20.2755L20.3898 20.1553L20.3697 20.2533L20.9557 20.3735L20.9758 20.2755ZM21.2329 19.7738L20.9227 20.2991L21.0088 20.3499L21.319 19.8247L21.2329 19.7738ZM20.8476 19.3849L21.2383 19.8321L21.3136 19.7663L20.9229 19.3191L20.8476 19.3849ZM20.3418 17.9053C20.328 18.384 20.4564 18.9373 20.8476 19.3849L20.9229 19.3191C20.5521 18.8948 20.4285 18.368 20.4418 17.9082L20.3418 17.9053ZM20.3431 17.8052C20.3432 17.8385 20.3428 17.8719 20.3418 17.9053L20.4418 17.9082C20.4428 17.8738 20.4432 17.8393 20.4431 17.8049L20.3431 17.8052ZM20.8853 16.3301C20.4849 16.775 20.3418 17.3261 20.3431 17.8052L20.4431 17.8049C20.4419 17.3448 20.5793 16.8195 20.9596 16.397L20.8853 16.3301ZM21.2899 15.8804L20.8853 16.3301L20.9596 16.397L21.3643 15.9473L21.2899 15.8804ZM20.9904 15.4189L21.2835 15.9384L21.3706 15.8893L21.0775 15.3698L20.9904 15.4189ZM20.4572 15.5631L21.0439 15.4433L21.0239 15.3453L20.4372 15.4651L20.4572 15.5631ZM18.9157 15.2756C19.324 15.5227 19.8695 15.683 20.4572 15.5631L20.4372 15.4651C19.8795 15.5789 19.3594 15.4272 18.9674 15.1901L18.9157 15.2756ZM18.8316 15.2267C18.8599 15.2425 18.888 15.2589 18.9157 15.2756L18.9674 15.1901C18.9388 15.1727 18.9098 15.1559 18.8806 15.1394L18.8316 15.2267ZM17.8266 14.0311C18.0087 14.5997 18.4165 14.9938 18.8316 15.2267L18.8806 15.1394C18.482 14.9159 18.0945 14.5397 17.9219 14.0006L17.8266 14.0311ZM17.6459 13.4666L17.8266 14.0311L17.9219 14.0006L17.7411 13.4361L17.6459 13.4666ZM17.3588 15.5994C16.1122 15.5994 15.0895 16.6088 15.0732 17.8553L15.1731 17.8567C15.1887 16.6648 16.1669 15.6994 17.3588 15.6994V15.5994ZM19.5931 17.8632C19.6095 16.6136 18.6085 15.5994 17.3588 15.5994V15.6994C18.5527 15.6994 19.5087 16.668 19.4931 17.8619L19.5931 17.8632ZM17.3075 20.1191C18.5541 20.1191 19.5768 19.1097 19.5931 17.8632L19.4931 17.8619C19.4775 19.0537 18.4994 20.0191 17.3075 20.0191V20.1191ZM15.0732 17.8553C15.0568 19.1049 16.0578 20.1191 17.3075 20.1191V20.0191C16.1135 20.0191 15.1575 19.0505 15.1731 17.8567L15.0732 17.8553ZM16.4064 17.8632C16.4131 17.3499 16.8358 16.9327 17.3492 16.9327V16.8327C16.7811 16.8327 16.3138 17.2939 16.3064 17.8619L16.4064 17.8632ZM17.3171 18.7859C16.8068 18.7859 16.3997 18.3734 16.4064 17.8632L16.3064 17.8619C16.299 18.4278 16.7511 18.8858 17.3171 18.8858V18.7859ZM18.2598 17.8553C18.2531 18.3686 17.8304 18.7859 17.3171 18.7859V18.8858C17.8851 18.8858 18.3524 18.4247 18.3598 17.8567L18.2598 17.8553ZM17.3492 16.9327C17.8594 16.9327 18.2665 17.3451 18.2598 17.8553L18.3598 17.8567C18.3672 17.2907 17.9152 16.8327 17.3492 16.8327V16.9327ZM17.5764 22.2169H16.9727V22.3169H17.5764V22.2169ZM17.0902 13.5015L17.6935 13.5014L17.6935 13.4014L17.0901 13.4015L17.0902 13.5015ZM14.8947 14.2414C14.7778 14.2732 14.6618 14.2792 14.5535 14.2569L14.5334 14.3549C14.659 14.3807 14.7911 14.3732 14.921 14.3379L14.8947 14.2414ZM14.9275 14.2436C13.868 13.7925 12.442 13.4767 10.5249 13.4767V13.5767C12.431 13.5767 13.8433 13.8907 14.8883 14.3356L14.9275 14.2436ZM15.8779 13.0396L15.8641 13.0792L15.9586 13.112L15.9724 13.0724L15.8779 13.0396ZM15.9334 13.0507C14.6166 12.4061 12.8579 11.9733 10.5249 11.9733V12.0733C12.8455 12.0733 14.5887 12.5038 15.8894 13.1405L15.9334 13.0507ZM2.62815 19.8268L12.1056 19.8268V19.7268L2.62815 19.7268L2.62815 19.8268ZM12.9115 18.3738H3.76203V18.4738H12.9115V18.3738ZM12.9898 17.9264C12.9903 18.1022 12.949 18.2658 12.8687 18.3979L12.9542 18.4498C13.0455 18.2996 13.0903 18.1173 13.0898 17.9261L12.9898 17.9264ZM12.0556 19.7753C12.0486 20.0021 12.1019 20.2315 12.2187 20.4385L12.3057 20.3893C12.1982 20.1987 12.1491 19.9874 12.1556 19.7783L12.0556 19.7753Z",
|
|
3484
|
-
fill: fill
|
|
3485
|
-
})]
|
|
3486
|
-
})
|
|
3566
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3567
|
+
d: "M11.6772 14.2247L14.6941 16.5465C14.9163 16.7175 15.2313 16.6713 15.398 16.4433C15.5647 16.2152 15.5197 15.892 15.2974 15.721L12.5043 13.5514V9.16572C12.5043 8.88065 12.2793 8.64976 12.0015 8.64976C11.7237 8.64976 11.4987 8.88065 11.4987 9.16572V13.8093C11.4987 13.9806 11.5685 14.1349 11.6772 14.2247Z",
|
|
3568
|
+
fill: fill
|
|
3569
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3570
|
+
d: "M12.3043 9.16539C12.3041 8.98609 12.164 8.85002 12.0016 8.84996C11.8392 8.84996 11.699 8.98605 11.6989 9.16539V13.8089C11.6989 13.9256 11.7454 14.0178 11.7994 14.0658L14.816 16.388L14.8678 16.4203C14.9935 16.4815 15.1484 16.4467 15.2369 16.3255C15.3403 16.184 15.3106 15.9833 15.1754 15.8793L12.3815 13.7093L12.3043 13.6488V9.16539ZM12.7047 13.4535L15.4205 15.5628C15.7295 15.8009 15.789 16.2464 15.5592 16.5609C15.3561 16.8388 14.9922 16.9246 14.6949 16.7806L14.5719 16.7054L11.5553 14.3832L11.5494 14.3793C11.3885 14.2462 11.2985 14.0311 11.2985 13.8089V9.16539C11.2986 8.77491 11.6086 8.44957 12.0016 8.44957C12.3945 8.44963 12.7045 8.77494 12.7047 9.16539V13.4535Z",
|
|
3571
|
+
fill: fill
|
|
3572
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3573
|
+
fillRule: "evenodd",
|
|
3574
|
+
clipRule: "evenodd",
|
|
3575
|
+
d: "M13.6025 1.20003C13.8316 1.19509 14.0504 1.32182 14.167 1.51937C14.2725 1.69525 14.2861 1.91001 14.207 2.09554L14.167 2.17269V2.17464C14.065 2.34742 13.8851 2.46462 13.6885 2.48812L13.6025 2.49203H12.5527V4.60628L12.7344 4.62386C17.3657 5.051 21.0135 8.95185 21.0137 13.6922C21.0137 18.7115 16.9255 22.7996 11.9062 22.7996C6.887 22.7996 2.79883 18.7115 2.79883 13.6922C2.79896 8.95183 6.44672 5.05097 11.0781 4.62386L11.2598 4.60628V2.49203H10.21C10.0094 2.49638 9.8173 2.40126 9.69434 2.24495L9.64551 2.17464V2.17269L9.60547 2.09554C9.52637 1.91 9.53997 1.69429 9.64551 1.51839C9.76215 1.32085 9.98085 1.19505 10.21 1.20003H13.6025ZM11.9062 5.87679C7.57842 5.87679 4.09096 9.36441 4.09082 13.6922C4.09082 18.0202 7.57833 21.5077 11.9062 21.5077C16.2341 21.5076 19.7217 18.0201 19.7217 13.6922C19.7215 9.36444 16.234 5.87684 11.9062 5.87679Z",
|
|
3576
|
+
fill: fill
|
|
3577
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3578
|
+
d: "M18.6699 4.57113C18.8351 4.5715 19.0038 4.64525 19.1357 4.77718L20.9355 6.57699C21.1002 6.73661 21.1677 6.97281 21.1133 7.20199C21.0525 7.42987 20.8752 7.60665 20.6475 7.66781C20.4479 7.71558 20.2424 7.6717 20.082 7.54476L20.0156 7.48421L18.2129 5.68245L18.1494 5.61019C18.014 5.43205 17.9792 5.19395 18.0664 4.98421L18.0684 4.97933C18.1625 4.73691 18.3967 4.57727 18.6699 4.57113Z",
|
|
3579
|
+
fill: fill
|
|
3487
3580
|
})]
|
|
3488
3581
|
});
|
|
3489
|
-
const
|
|
3490
|
-
;// ./src/components/Icon/icons/
|
|
3582
|
+
const TimeTracking_ICON_NAME = 'time-tracking';
|
|
3583
|
+
;// ./src/components/Icon/icons/Trainings.tsx
|
|
3491
3584
|
|
|
3492
|
-
const
|
|
3585
|
+
const Trainings = ({
|
|
3493
3586
|
fill = '#000',
|
|
3494
3587
|
size = 24,
|
|
3495
|
-
tooltip = '
|
|
3588
|
+
tooltip = 'Trainings',
|
|
3496
3589
|
...props
|
|
3497
3590
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3498
3591
|
width: `${size}px`,
|
|
@@ -3504,24 +3597,70 @@ const Maximize = ({
|
|
|
3504
3597
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3505
3598
|
children: tooltip
|
|
3506
3599
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3507
|
-
|
|
3508
|
-
clipRule: "evenodd",
|
|
3509
|
-
d: "M2.30005 4.00005C2.30005 3.06116 3.06116 2.30005 4.00005 2.30005H8.00005C8.38665 2.30005 8.70005 2.61345 8.70005 3.00005C8.70005 3.38665 8.38665 3.70005 8.00005 3.70005H4.00005C3.83436 3.70005 3.70005 3.83436 3.70005 4.00005V8.00005C3.70005 8.38665 3.38665 8.70005 3.00005 8.70005C2.61345 8.70005 2.30005 8.38665 2.30005 8.00005V4.00005ZM15.3 3.00005C15.3 2.61345 15.6134 2.30005 16 2.30005H20C20.9389 2.30005 21.7001 3.06116 21.7001 4.00005V8.00005C21.7001 8.38665 21.3866 8.70005 21 8.70005C20.6135 8.70005 20.3 8.38665 20.3 8.00005V4.00005C20.3 3.83436 20.1657 3.70005 20 3.70005H16C15.6134 3.70005 15.3 3.38665 15.3 3.00005ZM3.00005 15.3C3.38665 15.3 3.70005 15.6134 3.70005 16V20C3.70005 20.1657 3.83436 20.3 4.00005 20.3H8.00005C8.38665 20.3 8.70005 20.6135 8.70005 21C8.70005 21.3866 8.38665 21.7001 8.00005 21.7001H4.00005C3.06116 21.7001 2.30005 20.9389 2.30005 20V16C2.30005 15.6134 2.61345 15.3 3.00005 15.3ZM21 15.3C21.3866 15.3 21.7001 15.6134 21.7001 16V20C21.7001 20.9389 20.9389 21.7001 20 21.7001H16C15.6134 21.7001 15.3 21.3866 15.3 21C15.3 20.6135 15.6134 20.3 16 20.3H20C20.1657 20.3 20.3 20.1657 20.3 20V16C20.3 15.6134 20.6135 15.3 21 15.3Z",
|
|
3600
|
+
d: "M6.75 3.75C5.51634 3.75 4.5 4.76634 4.5 6V6.89062C4.26408 6.80564 4.01367 6.75 3.75 6.75C2.51634 6.75 1.5 7.76634 1.5 9V11.25H0V12.75H1.5V15C1.5 16.2329 2.51544 17.25 3.75 17.25C4.01342 17.25 4.26327 17.1968 4.5 17.1123V18C4.5 19.2329 5.51544 20.25 6.75 20.25C7.3669 20.25 7.93454 19.9971 8.34082 19.5908C8.7471 19.1845 9 18.6169 9 18V12.75H15V18C15 18.6169 15.2529 19.1845 15.6592 19.5908C16.0655 19.9971 16.6331 20.25 17.25 20.25C18.4846 20.25 19.5 19.2329 19.5 18V17.1123C19.7367 17.1968 19.9866 17.25 20.25 17.25C21.4846 17.25 22.5 16.2329 22.5 15V12.75H24V11.25H22.5V9C22.5 7.76634 21.4837 6.75 20.25 6.75C19.9863 6.75 19.7359 6.80564 19.5 6.89062V6C19.5 4.76634 18.4837 3.75 17.25 3.75C16.0154 3.75 15 4.76711 15 6V11.25H9V6C9 4.76711 7.98456 3.75 6.75 3.75ZM6.75 5.25C7.17444 5.25 7.5 5.57689 7.5 6V18C7.5 18.2111 7.41699 18.3936 7.28027 18.5303C7.14355 18.667 6.9611 18.75 6.75 18.75C6.32556 18.75 6 18.4231 6 18V6C6 5.57466 6.32466 5.25 6.75 5.25ZM17.25 5.25C17.6753 5.25 18 5.57466 18 6V9V11.4785V15V18C18 18.4231 17.6744 18.75 17.25 18.75C17.0389 18.75 16.8564 18.667 16.7197 18.5303C16.583 18.3936 16.5 18.2111 16.5 18V6C16.5 5.57689 16.8256 5.25 17.25 5.25ZM3.75 8.25C4.17444 8.25 4.5 8.57689 4.5 9V11.4785V15C4.5 15.2111 4.41699 15.3936 4.28027 15.5303C4.14355 15.667 3.9611 15.75 3.75 15.75C3.32556 15.75 3 15.4231 3 15V9C3 8.57466 3.32466 8.25 3.75 8.25ZM20.25 8.25C20.6753 8.25 21 8.57466 21 9V15C21 15.4231 20.6744 15.75 20.25 15.75C20.0389 15.75 19.8564 15.667 19.7197 15.5303C19.583 15.3936 19.5 15.2111 19.5 15V9C19.5 8.57689 19.8256 8.25 20.25 8.25Z",
|
|
3510
3601
|
fill: fill
|
|
3511
3602
|
})]
|
|
3512
3603
|
});
|
|
3513
|
-
const
|
|
3514
|
-
;// ./src/components/Icon/icons/
|
|
3604
|
+
const Trainings_ICON_NAME = 'trainings';
|
|
3605
|
+
;// ./src/components/Icon/icons/UnArchive.tsx
|
|
3515
3606
|
|
|
3516
|
-
const
|
|
3607
|
+
const UnArchive = ({
|
|
3608
|
+
fill = '#000',
|
|
3609
|
+
size = 20,
|
|
3610
|
+
tooltip = 'Unarchive',
|
|
3611
|
+
...props
|
|
3612
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3613
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3614
|
+
width: `${size}px`,
|
|
3615
|
+
height: `${size}px`,
|
|
3616
|
+
viewBox: "0 0 21 20",
|
|
3617
|
+
fill: "none",
|
|
3618
|
+
...props,
|
|
3619
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3620
|
+
children: tooltip
|
|
3621
|
+
}), (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
3622
|
+
clipPath: "url(#clip0_1141_12546)",
|
|
3623
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3624
|
+
d: "M16.8271 18.9582H3.49382C2.88616 18.9577 2.30352 18.7161 1.87385 18.2865C1.44417 17.8568 1.20259 17.2742 1.20215 16.6665V6.6665C1.20215 6.50074 1.268 6.34177 1.38521 6.22456C1.50242 6.10735 1.66139 6.0415 1.82715 6.0415H18.4938C18.6596 6.0415 18.8185 6.10735 18.9358 6.22456C19.053 6.34177 19.1188 6.50074 19.1188 6.6665V16.6665C19.1184 17.2742 18.8768 17.8568 18.4471 18.2865C18.0174 18.7161 17.4348 18.9577 16.8271 18.9582ZM2.45215 7.2915V16.6665C2.45259 16.9426 2.56248 17.2073 2.75773 17.4026C2.95299 17.5978 3.21768 17.7077 3.49382 17.7082H16.8271C17.1033 17.7077 17.368 17.5978 17.5632 17.4026C17.7585 17.2073 17.8684 16.9426 17.8688 16.6665V7.2915H2.45215Z",
|
|
3625
|
+
fill: fill
|
|
3626
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3627
|
+
d: "M10.1602 15.625C9.9944 15.625 9.83543 15.5592 9.71821 15.4419C9.601 15.3247 9.53516 15.1658 9.53516 15V10C9.53516 9.83424 9.601 9.67527 9.71821 9.55806C9.83543 9.44085 9.9944 9.375 10.1602 9.375C10.3259 9.375 10.4849 9.44085 10.6021 9.55806C10.7193 9.67527 10.7852 9.83424 10.7852 10V15C10.7852 15.1658 10.7193 15.3247 10.6021 15.4419C10.4849 15.5592 10.3259 15.625 10.1602 15.625Z",
|
|
3628
|
+
fill: fill
|
|
3629
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3630
|
+
d: "M10.1601 8.89059C10.2422 8.89039 10.3235 8.90649 10.3993 8.93796C10.4752 8.96943 10.544 9.01565 10.6018 9.07392L13.1018 11.5739C13.2122 11.6924 13.2723 11.8491 13.2694 12.011C13.2666 12.1729 13.201 12.3274 13.0865 12.4419C12.972 12.5565 12.8175 12.622 12.6556 12.6249C12.4936 12.6278 12.3369 12.5677 12.2185 12.4573L10.1601 10.3998L8.10179 12.4573C7.98331 12.5677 7.8266 12.6278 7.66469 12.6249C7.50277 12.622 7.34828 12.5565 7.23377 12.4419C7.11926 12.3274 7.05366 12.1729 7.05081 12.011C7.04795 11.8491 7.10805 11.6924 7.21845 11.5739L9.71845 9.07392C9.77627 9.01565 9.84508 8.96943 9.9209 8.93796C9.99672 8.90649 10.078 8.89039 10.1601 8.89059Z",
|
|
3631
|
+
fill: fill
|
|
3632
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3633
|
+
d: "M1.25056 0.447437C1.21048 0.17422 0.956494 -0.0147705 0.683277 0.0253158C0.410059 0.0654021 0.221069 0.319385 0.261156 0.592602L1.25056 0.447437ZM2.23794 7.17712L1.25056 0.447437L0.261156 0.592602L1.24853 7.32229L2.23794 7.17712Z",
|
|
3634
|
+
fill: fill
|
|
3635
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3636
|
+
d: "M19.0102 0.447437C19.0503 0.17422 19.3042 -0.0147705 19.5775 0.0253158C19.8507 0.0654021 20.0397 0.319385 19.9996 0.592602L19.0102 0.447437ZM18.0228 7.17712L19.0102 0.447437L19.9996 0.592602L19.0122 7.32229L18.0228 7.17712Z",
|
|
3637
|
+
fill: fill
|
|
3638
|
+
})]
|
|
3639
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("defs", {
|
|
3640
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("clipPath", {
|
|
3641
|
+
id: "clip0_1141_12546",
|
|
3642
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
3643
|
+
width: "20",
|
|
3644
|
+
height: "20",
|
|
3645
|
+
fill: "white",
|
|
3646
|
+
transform: "translate(0.160156)"
|
|
3647
|
+
})
|
|
3648
|
+
})
|
|
3649
|
+
})]
|
|
3650
|
+
});
|
|
3651
|
+
const UnArchive_ICON_NAME = 'unarchive';
|
|
3652
|
+
;// ./src/components/Icon/icons/Union.tsx
|
|
3653
|
+
|
|
3654
|
+
const Union = ({
|
|
3517
3655
|
fill = '#000',
|
|
3518
3656
|
size = 24,
|
|
3519
|
-
tooltip = '
|
|
3657
|
+
tooltip = 'Union',
|
|
3520
3658
|
...props
|
|
3521
3659
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3522
3660
|
width: `${size}px`,
|
|
3523
3661
|
height: `${size}px`,
|
|
3524
|
-
|
|
3662
|
+
fill: "none",
|
|
3663
|
+
viewBox: "0 0 3 10",
|
|
3525
3664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3526
3665
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3527
3666
|
...props,
|
|
@@ -3530,53 +3669,49 @@ const Employee = ({
|
|
|
3530
3669
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3531
3670
|
fillRule: "evenodd",
|
|
3532
3671
|
clipRule: "evenodd",
|
|
3533
|
-
d: "
|
|
3534
|
-
fill: fill
|
|
3535
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3536
|
-
d: "M9.55625 4.8346C9.252 4.86137 8.96479 5.02445 8.7871 5.29462L8.12992 6.29257C7.94007 6.57978 8.02039 6.96436 8.3076 7.15421C8.41227 7.22479 8.53153 7.25887 8.64837 7.25887C8.85282 7.25887 9.04998 7.15908 9.17168 6.97653L9.39561 6.63576L9.67795 6.14166L10.839 6.63576C11.8637 7.03738 12.9639 7.25887 14.0616 7.25887H15.1107C15.4563 7.25887 15.7338 6.97896 15.7338 6.63576C15.7338 6.29013 15.4563 6.01266 15.1107 6.01266H14.0616C12.9201 6.01266 11.7712 5.74735 10.7416 5.24594L10.1015 4.93439C9.92622 4.8492 9.7388 4.81756 9.55625 4.8346Z",
|
|
3672
|
+
d: "M1.50879 2C0.956504 2 0.508789 1.55228 0.508789 1C0.508789 0.447715 0.956504 0 1.50879 0H1.51777C2.07006 0 2.51777 0.447715 2.51777 1C2.51777 1.55228 2.07006 2 1.51777 2H1.50879ZM2.21416 9C2.21416 9.3866 1.90076 9.7 1.51416 9.7C1.12756 9.7 0.81416 9.3866 0.81416 9V4C0.81416 3.6134 1.12756 3.3 1.51416 3.3C1.90076 3.3 2.21416 3.6134 2.21416 4V9Z",
|
|
3537
3673
|
fill: fill
|
|
3538
3674
|
})]
|
|
3539
3675
|
});
|
|
3540
|
-
const
|
|
3541
|
-
;// ./src/components/Icon/icons/
|
|
3676
|
+
const Union_ICON_NAME = 'union';
|
|
3677
|
+
;// ./src/components/Icon/icons/Unlock.tsx
|
|
3542
3678
|
|
|
3543
|
-
const
|
|
3679
|
+
const Unlock = ({
|
|
3544
3680
|
fill = '#000',
|
|
3545
3681
|
size = 24,
|
|
3546
|
-
tooltip = '
|
|
3682
|
+
tooltip = 'Unlock',
|
|
3547
3683
|
...props
|
|
3548
3684
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3685
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3549
3686
|
width: `${size}px`,
|
|
3550
3687
|
height: `${size}px`,
|
|
3551
|
-
viewBox: "0 0
|
|
3552
|
-
|
|
3553
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3688
|
+
viewBox: "0 0 15 15",
|
|
3689
|
+
fill: "none",
|
|
3554
3690
|
...props,
|
|
3555
3691
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3556
3692
|
children: tooltip
|
|
3557
3693
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3558
|
-
|
|
3559
|
-
clipRule: "evenodd",
|
|
3560
|
-
d: "M7.24923 10.2324L6.65116 12.0002H5.12524L7.6852 5.12524H9.45146L12.0002 12.0002H10.3961L9.79801 10.2324H7.24923ZM9.49618 9.22002L8.56274 6.4398H8.49567L7.56224 9.22002H9.49618Z",
|
|
3694
|
+
d: "M6.65912 9.39867C6.65912 8.92244 7.02368 8.55788 7.49991 8.55788C7.97614 8.55788 8.3407 8.92244 8.3407 9.39867C8.3407 9.65047 8.22903 9.87161 8.06044 10.0117V10.8C8.06044 11.1087 7.80864 11.3605 7.49991 11.3605C7.19118 11.3605 6.93939 11.1087 6.93939 10.8V10.0117C6.77079 9.87161 6.65912 9.65047 6.65912 9.39867Z",
|
|
3561
3695
|
fill: fill
|
|
3562
3696
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3563
3697
|
fillRule: "evenodd",
|
|
3564
3698
|
clipRule: "evenodd",
|
|
3565
|
-
d: "
|
|
3699
|
+
d: "M5.83532 0.155603C6.18303 0.0480855 6.53419 -0.00110042 6.87832 1.86603e-05C6.9938 2.86739e-05 7.10506 0.00696763 7.2172 0.0182945C8.58196 0.158886 9.80554 1.10042 10.2356 2.48784L10.2423 2.50954V2.51968C10.2737 2.62671 10.3587 2.90395 10.4389 3.1641C10.4816 3.3028 10.5228 3.43589 10.5532 3.53432L10.6022 3.69236C10.6572 3.84181 10.6239 4.00725 10.5205 4.1254L10.5198 4.12618C10.4137 4.24582 10.2505 4.29597 10.0952 4.25777C9.94024 4.22049 9.821 4.09922 9.78152 3.94804L9.73402 3.79382C9.70448 3.69783 9.66443 3.56751 9.62239 3.43024C9.53858 3.15656 9.44609 2.8527 9.41386 2.73987L9.40808 2.71967V2.71315C8.96217 1.32972 7.47234 0.553255 6.08177 0.985168C4.68006 1.42061 3.88983 2.91025 4.3238 4.30953L4.38411 4.50397H4.38227C4.49217 4.83056 4.65126 5.33061 4.73747 5.60528H11.9841C12.5279 5.60528 12.9749 6.05233 12.9749 6.59607V13.3224C12.9749 13.8661 12.5279 14.3132 11.9841 14.3132H3.01569C2.47195 14.3132 2.0249 13.8661 2.0249 13.3224V6.59607C2.0249 6.05233 2.47195 5.60528 3.01569 5.60528H3.82849C3.71189 5.22705 3.56504 4.75383 3.50527 4.58903L3.49628 4.56425V4.54284C2.93702 2.69678 3.99409 0.727215 5.83532 0.155603ZM3.01569 6.46581C2.94308 6.46581 2.88543 6.52346 2.88543 6.59607V13.3224C2.88543 13.395 2.94308 13.4527 3.01569 13.4527H11.9841C12.0567 13.4527 12.1144 13.395 12.1144 13.3224V6.59607C12.1144 6.52346 12.0567 6.46581 11.9841 6.46581H3.01569Z",
|
|
3566
3700
|
fill: fill
|
|
3567
3701
|
})]
|
|
3568
3702
|
});
|
|
3569
|
-
const
|
|
3570
|
-
;// ./src/components/Icon/icons/
|
|
3703
|
+
const Unlock_ICON_NAME = 'unlock';
|
|
3704
|
+
;// ./src/components/Icon/icons/User.tsx
|
|
3571
3705
|
|
|
3572
|
-
const
|
|
3706
|
+
const User = ({
|
|
3573
3707
|
fill = '#000',
|
|
3574
3708
|
size = 24,
|
|
3575
|
-
tooltip = '
|
|
3709
|
+
tooltip = 'User',
|
|
3576
3710
|
...props
|
|
3577
3711
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3578
3712
|
width: `${size}px`,
|
|
3579
3713
|
height: `${size}px`,
|
|
3714
|
+
fill: "none",
|
|
3580
3715
|
viewBox: "0 0 24 24",
|
|
3581
3716
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3582
3717
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -3584,23 +3719,37 @@ const Message = ({
|
|
|
3584
3719
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3585
3720
|
children: tooltip
|
|
3586
3721
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3722
|
+
d: "M12.1202 12.78C12.0502 12.77 11.9602 12.77 11.8802 12.78C10.1202 12.72 8.72021 11.28 8.72021 9.50998C8.72021 7.69998 10.1802 6.22998 12.0002 6.22998C13.8102 6.22998 15.2802 7.69998 15.2802 9.50998C15.2702 11.28 13.8802 12.72 12.1202 12.78Z",
|
|
3723
|
+
stroke: fill,
|
|
3724
|
+
strokeWidth: "1.4",
|
|
3725
|
+
strokeLinecap: "round",
|
|
3726
|
+
strokeLinejoin: "round"
|
|
3727
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3728
|
+
d: "M18.7398 19.3801C16.9598 21.0101 14.5998 22.0001 11.9998 22.0001C9.39977 22.0001 7.03977 21.0101 5.25977 19.3801C5.35977 18.4401 5.95977 17.5201 7.02977 16.8001C9.76977 14.9801 14.2498 14.9801 16.9698 16.8001C18.0398 17.5201 18.6398 18.4401 18.7398 19.3801Z",
|
|
3729
|
+
stroke: fill,
|
|
3730
|
+
strokeWidth: "1.4",
|
|
3731
|
+
strokeLinecap: "round",
|
|
3732
|
+
strokeLinejoin: "round"
|
|
3733
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3734
|
+
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
3735
|
+
stroke: fill,
|
|
3736
|
+
strokeWidth: "1.4",
|
|
3737
|
+
strokeLinecap: "round",
|
|
3738
|
+
strokeLinejoin: "round"
|
|
3591
3739
|
})]
|
|
3592
3740
|
});
|
|
3593
|
-
const
|
|
3594
|
-
;// ./src/components/Icon/icons/
|
|
3741
|
+
const User_ICON_NAME = 'user';
|
|
3742
|
+
;// ./src/components/Icon/icons/Visible.tsx
|
|
3595
3743
|
|
|
3596
|
-
const
|
|
3744
|
+
const Visible = ({
|
|
3597
3745
|
fill = '#000',
|
|
3598
3746
|
size = 24,
|
|
3599
|
-
tooltip = '
|
|
3747
|
+
tooltip = 'Visible',
|
|
3600
3748
|
...props
|
|
3601
3749
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3602
3750
|
width: `${size}px`,
|
|
3603
3751
|
height: `${size}px`,
|
|
3752
|
+
fill: "none",
|
|
3604
3753
|
viewBox: "0 0 24 24",
|
|
3605
3754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3606
3755
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
@@ -3608,13 +3757,47 @@ const Report = ({
|
|
|
3608
3757
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3609
3758
|
children: tooltip
|
|
3610
3759
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3760
|
+
d: "M15.5799 11.9999C15.5799 13.9799 13.9799 15.5799 11.9999 15.5799C10.0199 15.5799 8.41992 13.9799 8.41992 11.9999C8.41992 10.0199 10.0199 8.41992 11.9999 8.41992C13.9799 8.41992 15.5799 10.0199 15.5799 11.9999Z",
|
|
3761
|
+
stroke: fill,
|
|
3762
|
+
strokeWidth: "1.4",
|
|
3763
|
+
strokeLinecap: "round",
|
|
3764
|
+
strokeLinejoin: "round"
|
|
3765
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3766
|
+
d: "M11.9998 20.27C15.5298 20.27 18.8198 18.19 21.1098 14.59C22.0098 13.18 22.0098 10.81 21.1098 9.39997C18.8198 5.79997 15.5298 3.71997 11.9998 3.71997C8.46984 3.71997 5.17984 5.79997 2.88984 9.39997C1.98984 10.81 1.98984 13.18 2.88984 14.59C5.17984 18.19 8.46984 20.27 11.9998 20.27Z",
|
|
3767
|
+
stroke: fill,
|
|
3768
|
+
strokeWidth: "1.4",
|
|
3769
|
+
strokeLinecap: "round",
|
|
3770
|
+
strokeLinejoin: "round"
|
|
3771
|
+
})]
|
|
3772
|
+
});
|
|
3773
|
+
const Visible_ICON_NAME = 'visible';
|
|
3774
|
+
;// ./src/components/Icon/icons/Warning.tsx
|
|
3775
|
+
|
|
3776
|
+
const Warning = ({
|
|
3777
|
+
fill = '#000',
|
|
3778
|
+
size = 24,
|
|
3779
|
+
tooltip = 'Warning',
|
|
3780
|
+
...props
|
|
3781
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
3782
|
+
width: `${size}px`,
|
|
3783
|
+
height: `${size}px`,
|
|
3784
|
+
fill: "none",
|
|
3785
|
+
viewBox: "0 0 20 20",
|
|
3786
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3787
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
3788
|
+
...props,
|
|
3789
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
3790
|
+
children: tooltip
|
|
3791
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3792
|
+
d: "M9.65357 1.32393C9.80753 1.05726 10.1924 1.05726 10.3464 1.32393L18.5118 15.4668C18.6657 15.7334 18.4733 16.0668 18.1654 16.0668H1.8346C1.52668 16.0668 1.33423 15.7334 1.48819 15.4668L9.65357 1.32393Z",
|
|
3793
|
+
stroke: fill,
|
|
3794
|
+
strokeWidth: "1.2"
|
|
3795
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
3796
|
+
d: "M10.7003 6.19072C10.7003 5.80412 10.3869 5.49072 10.0003 5.49072C9.61368 5.49072 9.30028 5.80412 9.30028 6.19072V10.159C9.30028 10.5456 9.61368 10.859 10.0003 10.859C10.3869 10.859 10.7003 10.5456 10.7003 10.159V6.19072ZM9.99609 12.1749C9.44381 12.1749 8.99609 12.6226 8.99609 13.1749C8.99609 13.7272 9.44381 14.1749 9.99609 14.1749H10.0032C10.5555 14.1749 11.0032 13.7272 11.0032 13.1749C11.0032 12.6226 10.5555 12.1749 10.0032 12.1749H9.99609Z",
|
|
3614
3797
|
fill: fill
|
|
3615
3798
|
})]
|
|
3616
3799
|
});
|
|
3617
|
-
const
|
|
3800
|
+
const Warning_ICON_NAME = 'warning';
|
|
3618
3801
|
;// ./src/components/Icon/icons/all.ts
|
|
3619
3802
|
|
|
3620
3803
|
|
|
@@ -3733,6 +3916,16 @@ const Report_ICON_NAME = 'report';
|
|
|
3733
3916
|
|
|
3734
3917
|
|
|
3735
3918
|
|
|
3919
|
+
|
|
3920
|
+
|
|
3921
|
+
|
|
3922
|
+
|
|
3923
|
+
|
|
3924
|
+
|
|
3925
|
+
|
|
3926
|
+
|
|
3927
|
+
|
|
3928
|
+
|
|
3736
3929
|
|
|
3737
3930
|
|
|
3738
3931
|
|
|
@@ -4363,8 +4556,9 @@ const FormHelperText = ({
|
|
|
4363
4556
|
const RadioBase = /*#__PURE__*/base_default()(Label_Label, true ? {
|
|
4364
4557
|
target: "efp6u1p0"
|
|
4365
4558
|
} : 0)("display:inline-flex;flex-grow:0;align-items:center;cursor:pointer;gap:5px;&:has(input:disabled){cursor:default;}input:focus+svg{filter:drop-shadow(\n ", ({
|
|
4366
|
-
theme
|
|
4367
|
-
|
|
4559
|
+
theme,
|
|
4560
|
+
focusShadowColor
|
|
4561
|
+
}) => `-4px 4px 10px ${focusShadowColor || theme.colors.green40}`, "\n );}input{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}span{font-size:14px;font-weight:100;}" + ( true ? "" : 0));
|
|
4368
4562
|
;// ./src/components/Radio/Radio.tsx
|
|
4369
4563
|
|
|
4370
4564
|
|
|
@@ -4378,17 +4572,22 @@ const Radio = ({
|
|
|
4378
4572
|
isChecked,
|
|
4379
4573
|
isDisabled,
|
|
4380
4574
|
isRequired,
|
|
4381
|
-
onChange,
|
|
4382
4575
|
text,
|
|
4383
|
-
|
|
4576
|
+
colors,
|
|
4577
|
+
className,
|
|
4578
|
+
onChange
|
|
4384
4579
|
}) => {
|
|
4385
4580
|
const theme = (0,react_namespaceObject.useTheme)();
|
|
4386
4581
|
const autoGenId = (0,external_react_namespaceObject.useId)();
|
|
4387
4582
|
const [isHovered, setIsHovered] = (0,external_react_namespaceObject.useState)(false);
|
|
4388
4583
|
const radioId = id || autoGenId;
|
|
4584
|
+
const disabledColor = colors?.disabled || theme.colors.greyFocused40;
|
|
4585
|
+
const hoveredColor = colors?.hovered || theme.colors.green60;
|
|
4586
|
+
const defaultColor = colors?.default || theme.colors.green;
|
|
4389
4587
|
return (0,jsx_runtime_namespaceObject.jsxs)(RadioBase, {
|
|
4390
4588
|
htmlFor: radioId,
|
|
4391
4589
|
className: className,
|
|
4590
|
+
focusShadowColor: colors?.focusShadow,
|
|
4392
4591
|
onMouseEnter: () => setIsHovered(true),
|
|
4393
4592
|
onMouseLeave: () => setIsHovered(false),
|
|
4394
4593
|
children: [(0,jsx_runtime_namespaceObject.jsx)("input", {
|
|
@@ -4403,7 +4602,7 @@ const Radio = ({
|
|
|
4403
4602
|
}), (0,jsx_runtime_namespaceObject.jsx)(Icon_Icon, {
|
|
4404
4603
|
name: isChecked ? 'radio-on' : 'circle',
|
|
4405
4604
|
size: 20,
|
|
4406
|
-
color:
|
|
4605
|
+
color: isDisabled ? disabledColor : isHovered ? hoveredColor : defaultColor
|
|
4407
4606
|
}), text ? (0,jsx_runtime_namespaceObject.jsx)("span", {
|
|
4408
4607
|
"data-testid": id,
|
|
4409
4608
|
children: text
|