diginet-core-ui 1.3.24 → 1.3.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. package/assets/fonts/SF-Pro-Display-Bold.otf +0 -0
  2. package/assets/fonts/SF-Pro-Display-Medium.otf +0 -0
  3. package/assets/fonts/SF-Pro-Display-Regular.otf +0 -0
  4. package/assets/images/icons/wifi.svg +3 -0
  5. package/assets/images/menu/dhr/MHRM09N0004.svg +14 -0
  6. package/assets/images/menu/dhr/MHRP09N0028.svg +6 -0
  7. package/assets/images/menu/dhr/MHRP09N0029.svg +14 -0
  8. package/assets/images/menu/dhr/MHRP09N0030.svg +4 -0
  9. package/assets/images/menu/dhr/MHRP09N0031.svg +5 -0
  10. package/assets/images/menu/dhr/MHRP29N0012.svg +7 -0
  11. package/assets/images/menu/dhr/MHRP29N0021.svg +8 -0
  12. package/assets/images/menu/dhr/MHRP29N0022.svg +9 -0
  13. package/assets/images/menu/dhr/MHRP29N0023.svg +22 -0
  14. package/assets/images/menu/dhr/MHRP39N0015.svg +5 -0
  15. package/assets/images/menu/dhr/TASK.svg +9 -0
  16. package/assets/images/menu/erp/D05.svg +8 -0
  17. package/assets/images/menu/erp/D06.svg +4 -0
  18. package/assets/images/menu/erp/D90R.svg +9 -0
  19. package/assets/images/menu/erp/DBC.svg +9 -0
  20. package/assets/images/menu/erp/{W05F0006.svg → W05F0006N0000.svg} +0 -0
  21. package/assets/images/menu/erp/{W05F0008.svg → W05F0008N0000.svg} +0 -0
  22. package/assets/images/menu/erp/{W05F4000.svg → W05F4000N0000.svg} +0 -0
  23. package/assets/images/menu/erp/{W06F0005.svg → W06F0005N0000.svg} +0 -0
  24. package/assets/images/menu/erp/{W06F0006.svg → W06F0006N0000.svg} +0 -0
  25. package/assets/images/menu/erp/{W06F0008.svg → W06F0008N0000.svg} +0 -0
  26. package/assets/images/menu/erp/W94F1000N0000.svg +9 -0
  27. package/assets/images/menu/erp/W94F1000N0001.svg +9 -0
  28. package/components/accordion/css.js +42 -33
  29. package/components/accordion/details.js +29 -17
  30. package/components/accordion/group.js +23 -23
  31. package/components/accordion/index.js +36 -27
  32. package/components/accordion/summary.js +10 -11
  33. package/components/alert/index.js +97 -91
  34. package/components/alert/notify.js +10 -8
  35. package/components/avatar/index.js +19 -17
  36. package/components/badge/index.js +122 -139
  37. package/components/button/icon.js +242 -334
  38. package/components/button/index.js +272 -427
  39. package/components/button/more.js +4 -5
  40. package/components/button/ripple-effect.js +4 -6
  41. package/components/card/body-card.js +4 -6
  42. package/components/card/card.js +4 -8
  43. package/components/card/index.js +4 -5
  44. package/components/chart/Pie/Sector.js +4 -5
  45. package/components/chart/Pie/Sectors.js +5 -5
  46. package/components/chart/Pie/index.js +8 -9
  47. package/components/chart/Pie-v2/Sector.js +4 -5
  48. package/components/chart/Pie-v2/Sectors.js +7 -8
  49. package/components/chart/Pie-v2/index.js +11 -16
  50. package/components/chart/bar/Bar.js +2 -3
  51. package/components/chart/bar/Labels.js +9 -11
  52. package/components/chart/bar/index.js +17 -9
  53. package/components/chart/bar-v2/Bar.js +2 -3
  54. package/components/chart/bar-v2/Labels.js +9 -11
  55. package/components/chart/bar-v2/index.js +17 -9
  56. package/components/chart/line/Labels.js +8 -10
  57. package/components/chart/line/Point.js +2 -3
  58. package/components/chart/line/index.js +17 -9
  59. package/components/chart/line-v2/Labels.js +8 -10
  60. package/components/chart/line-v2/Point.js +2 -3
  61. package/components/chart/line-v2/index.js +17 -9
  62. package/components/chip/attach.js +12 -16
  63. package/components/chip/index.js +8 -11
  64. package/components/collapse/index.js +4 -5
  65. package/components/divider/index.js +27 -14
  66. package/components/form-control/attachment/index.js +143 -87
  67. package/components/form-control/calendar/function.js +24 -23
  68. package/components/form-control/calendar/index.js +2 -4
  69. package/components/form-control/calendar/range.js +3 -4
  70. package/components/form-control/checkbox/index.js +85 -71
  71. package/components/form-control/control/index.js +4 -6
  72. package/components/form-control/date-picker/index-old.js +0 -2
  73. package/components/form-control/date-picker/index.js +39 -43
  74. package/components/form-control/date-range-picker/index.js +26 -28
  75. package/components/form-control/dropdown/index.js +173 -202
  76. package/components/form-control/dropdown-box/index.js +72 -49
  77. package/components/form-control/form-group/index.js +4 -5
  78. package/components/form-control/helper-text/index.js +4 -5
  79. package/components/form-control/input-base/index.js +28 -38
  80. package/components/form-control/label/index.js +23 -13
  81. package/components/form-control/money-input/index.js +6 -6
  82. package/components/form-control/number-input/index.js +12 -14
  83. package/components/form-control/phone-input/index.js +4 -5
  84. package/components/form-control/radio/index.js +7 -15
  85. package/components/form-control/text-input/index.js +14 -24
  86. package/components/form-control/time-picker/index.js +15 -26
  87. package/components/form-control/time-picker/swiper.js +2 -4
  88. package/components/form-control/toggle/index.js +22 -18
  89. package/components/form-view/helper-text.js +4 -5
  90. package/components/form-view/index.js +4 -5
  91. package/components/form-view/input.js +5 -7
  92. package/components/form-view/label.js +2 -6
  93. package/components/list/list-item-action.js +7 -8
  94. package/components/list/list-item-icon.js +4 -5
  95. package/components/list/list-item-text.js +4 -5
  96. package/components/list/list-item.js +4 -5
  97. package/components/list/list.js +4 -5
  98. package/components/list/sub-header.js +4 -5
  99. package/components/modal/body.js +4 -6
  100. package/components/modal/footer.js +4 -6
  101. package/components/modal/header.js +8 -14
  102. package/components/modal/index.js +4 -5
  103. package/components/modal/modal.js +6 -13
  104. package/components/others/extra/index.js +4 -8
  105. package/components/others/option-wrapper/index.js +57 -0
  106. package/components/others/scrollbar/index.js +4 -5
  107. package/components/paging/page-info.js +282 -231
  108. package/components/paging/page-selector.js +4 -7
  109. package/components/popover/index.js +6 -7
  110. package/components/popup/danger_popup.js +8 -18
  111. package/components/popup/index.js +26 -34
  112. package/components/popup/proposals_popup.js +9 -16
  113. package/components/popup/v2/danger-popup.js +4 -6
  114. package/components/popup/v2/index.js +116 -98
  115. package/components/popup/v2/info-popup.js +4 -6
  116. package/components/popup/v2/success-popup.js +4 -6
  117. package/components/popup/v2/warning-popup.js +4 -6
  118. package/components/popup/v2/yes-no-popup.js +4 -6
  119. package/components/progress/circular.js +17 -26
  120. package/components/progress/linear.js +11 -13
  121. package/components/rating/index.js +114 -233
  122. package/components/slider/slider-container.js +15 -10
  123. package/components/slider/slider-item.js +10 -12
  124. package/components/status/index.js +63 -57
  125. package/components/tab/tab-container.js +26 -24
  126. package/components/tab/tab-header.js +36 -27
  127. package/components/tab/tab-panel.js +32 -15
  128. package/components/tab/tab.js +79 -80
  129. package/components/tooltip/index.js +4 -4
  130. package/components/transfer/index.js +10 -11
  131. package/components/tree-view/css.js +2 -0
  132. package/components/tree-view/index.js +14 -13
  133. package/components/typography/index.js +6 -112
  134. package/css/styles.css +1 -1
  135. package/css/styles.css.map +1 -1
  136. package/global/index.js +2 -0
  137. package/icons/basic.js +1648 -959
  138. package/icons/effect.js +45 -103
  139. package/package.json +1 -1
  140. package/readme.md +66 -0
  141. package/styles/color-helper.js +7 -146
  142. package/styles/colors.js +6 -2
  143. package/styles/font.js +9 -0
  144. package/styles/general.js +100 -7
  145. package/styles/typography.js +25 -26
  146. package/theme/settings.js +9 -2
  147. package/theme/theme-provider.js +15 -7
  148. package/theme/with-styles.js +2 -4
  149. package/theme/with-theme.js +2 -4
  150. package/utils/isMobile.js +21 -0
  151. package/utils/renderHTML.js +4 -5
  152. package/utils/renderIcon.js +15 -11
  153. package/utils/updatePosition.js +2 -2
package/icons/basic.js CHANGED
@@ -369,56 +369,8 @@ export const Approval = /*#__PURE__*/memo(({
369
369
  width,
370
370
  height,
371
371
  color = '#7F828E',
372
- viewBox = false,
373
- outline = false,
374
- underline = false
372
+ viewBox = false
375
373
  }) => {
376
- if (underline) {
377
- return viewBox ? /*#__PURE__*/React.createElement("svg", {
378
- width: width || 24,
379
- height: height || 24,
380
- viewBox: "0 0 24 24",
381
- fill: "none"
382
- }, /*#__PURE__*/React.createElement("path", {
383
- fillRule: "evenodd",
384
- clipRule: "evenodd",
385
- d: "M5 10.7L9.6 15.3L19 6L17 4L9.6 11.4L7 8.8L5 10.7ZM19 18H5V20H19V18Z",
386
- fill: colors[color] || color
387
- })) : /*#__PURE__*/React.createElement("svg", {
388
- width: width || 14,
389
- height: height || 16,
390
- viewBox: "0 0 14 16",
391
- fill: "none"
392
- }, /*#__PURE__*/React.createElement("path", {
393
- fillRule: "evenodd",
394
- clipRule: "evenodd",
395
- d: "M0 6.7L4.6 11.3L14 2L12 0L4.6 7.4L2 4.8L0 6.7ZM14 14H0V16H14V14Z",
396
- fill: colors[color] || color
397
- }));
398
- } else if (outline) {
399
- return viewBox ? /*#__PURE__*/React.createElement("svg", {
400
- width: width || 24,
401
- height: height || 24,
402
- viewBox: "0 0 24 24",
403
- fill: "none"
404
- }, /*#__PURE__*/React.createElement("path", {
405
- fillRule: "evenodd",
406
- clipRule: "evenodd",
407
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM10 14.17L16.59 7.58L18 9L10 17L6 13L7.41 11.59L10 14.17Z",
408
- fill: colors[color] || color
409
- })) : /*#__PURE__*/React.createElement("svg", {
410
- width: width || 20,
411
- height: height || 20,
412
- viewBox: "0 0 20 20",
413
- fill: "none"
414
- }, /*#__PURE__*/React.createElement("path", {
415
- fillRule: "evenodd",
416
- clipRule: "evenodd",
417
- d: "M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18ZM8 12.17L14.59 5.58L16 7L8 15L4 11L5.41 9.59L8 12.17Z",
418
- fill: colors[color] || color
419
- }));
420
- }
421
-
422
374
  return viewBox ? /*#__PURE__*/React.createElement("svg", {
423
375
  width: width || 24,
424
376
  height: height || 24,
@@ -437,6 +389,92 @@ export const Approval = /*#__PURE__*/memo(({
437
389
  fill: colors[color] || color
438
390
  }));
439
391
  });
392
+ export const ApprovalCancel = /*#__PURE__*/memo(({
393
+ width,
394
+ height,
395
+ color = '#7F828E',
396
+ viewBox = false
397
+ }) => {
398
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
399
+ width: width || 24,
400
+ height: height || 24,
401
+ viewBox: "0 0 24 24",
402
+ fill: "none"
403
+ }, /*#__PURE__*/React.createElement("path", {
404
+ fillRule: "evenodd",
405
+ clipRule: "evenodd",
406
+ d: "M5.41415 3.36731L3.99994 4.78152L12.1957 12.9773L8.99991 16.17L4.82991 12L3.40991 13.41L8.99991 19L13.6092 14.3907L19.5563 20.3379L20.9705 18.9237L15.0234 12.9765L13.6106 11.5637L5.41415 3.36731ZM20.9999 6.99999L16.4376 11.5623L15.0254 10.1502L19.5899 5.58999L20.9999 6.99999Z",
407
+ fill: colors[color] || color
408
+ })) : /*#__PURE__*/React.createElement("svg", {
409
+ width: width || 18,
410
+ height: height || 18,
411
+ viewBox: "0 0 18 18",
412
+ fill: "none"
413
+ }, /*#__PURE__*/React.createElement("path", {
414
+ fillRule: "evenodd",
415
+ clipRule: "evenodd",
416
+ d: "M2.41415 0.367281L0.999939 1.78149L9.19567 9.97723L5.99991 13.17L1.82991 8.99997L0.409912 10.41L5.99991 16L10.6092 11.3907L16.5563 17.3378L17.9705 15.9236L12.0234 9.9765L10.6106 8.56368L2.41415 0.367281ZM17.9999 3.99997L13.4376 8.56229L12.0254 7.15013L16.5899 2.58997L17.9999 3.99997Z",
417
+ fill: colors[color] || color
418
+ }));
419
+ });
420
+ export const ApprovalOutline = /*#__PURE__*/memo(({
421
+ width,
422
+ height,
423
+ color = '#7F828E',
424
+ viewBox = false
425
+ }) => {
426
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
427
+ width: width || 24,
428
+ height: height || 24,
429
+ viewBox: "0 0 24 24",
430
+ fill: "none"
431
+ }, /*#__PURE__*/React.createElement("path", {
432
+ fillRule: "evenodd",
433
+ clipRule: "evenodd",
434
+ d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM10 14.17L16.59 7.58L18 9L10 17L6 13L7.41 11.59L10 14.17Z",
435
+ fill: colors[color] || color
436
+ })) : /*#__PURE__*/React.createElement("svg", {
437
+ width: width || 20,
438
+ height: height || 20,
439
+ viewBox: "0 0 20 20",
440
+ fill: "none"
441
+ }, /*#__PURE__*/React.createElement("path", {
442
+ fillRule: "evenodd",
443
+ clipRule: "evenodd",
444
+ d: "M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18ZM8 12.17L14.59 5.58L16 7L8 15L4 11L5.41 9.59L8 12.17Z",
445
+ fill: colors[color] || color
446
+ }));
447
+ });
448
+ export const ApprovalUnderline = /*#__PURE__*/memo(({
449
+ width,
450
+ height,
451
+ color = '#7F828E',
452
+ viewBox = false
453
+ }) => {
454
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
455
+ width: width || 24,
456
+ height: height || 24,
457
+ viewBox: "0 0 24 24",
458
+ fill: "none"
459
+ }, /*#__PURE__*/React.createElement("path", {
460
+ d: "M20.1301 5.41L18.7201 4L9.53012 13.19L5.28012 8.95L3.87012 10.36L9.53012 16.02L20.1301 5.41Z",
461
+ fill: colors[color] || color
462
+ }), /*#__PURE__*/React.createElement("path", {
463
+ d: "M19.0001 18H5.00012V20H19.0001V18Z",
464
+ fill: colors[color] || color
465
+ })) : /*#__PURE__*/React.createElement("svg", {
466
+ width: width || 18,
467
+ height: height || 16,
468
+ viewBox: "0 0 18 16",
469
+ fill: "none"
470
+ }, /*#__PURE__*/React.createElement("path", {
471
+ d: "M17.1301 1.41L15.7201 0L6.53012 9.19L2.28012 4.95L0.870117 6.36L6.53012 12.02L17.1301 1.41Z",
472
+ fill: colors[color] || color
473
+ }), /*#__PURE__*/React.createElement("path", {
474
+ d: "M16.0001 14H2.00012V16H16.0001V14Z",
475
+ fill: colors[color] || color
476
+ }));
477
+ });
440
478
  export const ArrowDown = /*#__PURE__*/memo(({
441
479
  width,
442
480
  height,
@@ -653,6 +691,54 @@ export const ArrowDoubleUp = /*#__PURE__*/memo(({
653
691
  fill: colors[color] || color
654
692
  }));
655
693
  });
694
+ export const Assessment = /*#__PURE__*/memo(({
695
+ width,
696
+ height,
697
+ color = '#7F828E',
698
+ viewBox = false
699
+ }) => {
700
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
701
+ width: width || 24,
702
+ height: height || 24,
703
+ viewBox: "0 0 24 24",
704
+ fill: "none"
705
+ }, /*#__PURE__*/React.createElement("path", {
706
+ fillRule: "evenodd",
707
+ clipRule: "evenodd",
708
+ d: "M19 3H14.82C14.4 1.84 13.3 1 12 1C10.7 1 9.6 1.84 9.18 3H5C3.9 3 3 3.9 3 5V21C3 22.1 3.9 23 5 23H19C20.1 23 21 22.1 21 21V5C21 3.9 20.1 3 19 3ZM12 3C12.55 3 13 3.45 13 4C13 4.55 12.55 5 12 5C11.45 5 11 4.55 11 4C11 3.45 11.45 3 12 3ZM5 5V21H19V5H17V8H7V5H5Z",
709
+ fill: colors[color] || color
710
+ }), /*#__PURE__*/React.createElement("path", {
711
+ fillRule: "evenodd",
712
+ clipRule: "evenodd",
713
+ d: "M6 19V16.53L12.88 9.65C13.08 9.45 13.39 9.45 13.59 9.65L15.36 11.42C15.56 11.62 15.56 11.93 15.36 12.13L8.47 19H6Z",
714
+ fill: colors[color] || color
715
+ }), /*#__PURE__*/React.createElement("path", {
716
+ fillRule: "evenodd",
717
+ clipRule: "evenodd",
718
+ d: "M10.5 19H18V17H12.5L10.5 19Z",
719
+ fill: colors[color] || color
720
+ })) : /*#__PURE__*/React.createElement("svg", {
721
+ width: width || 18,
722
+ height: height || 22,
723
+ viewBox: "0 0 18 22",
724
+ fill: "none"
725
+ }, /*#__PURE__*/React.createElement("path", {
726
+ fillRule: "evenodd",
727
+ clipRule: "evenodd",
728
+ d: "M16 2H11.82C11.4 0.84 10.3 0 9 0C7.7 0 6.6 0.84 6.18 2H2C0.9 2 0 2.9 0 4V20C0 21.1 0.9 22 2 22H16C17.1 22 18 21.1 18 20V4C18 2.9 17.1 2 16 2ZM9 2C9.55 2 10 2.45 10 3C10 3.55 9.55 4 9 4C8.45 4 8 3.55 8 3C8 2.45 8.45 2 9 2ZM2 4V20H16V4H14V7H4V4H2Z",
729
+ fill: colors[color] || color
730
+ }), /*#__PURE__*/React.createElement("path", {
731
+ fillRule: "evenodd",
732
+ clipRule: "evenodd",
733
+ d: "M3 18V15.53L9.88 8.65C10.08 8.45 10.39 8.45 10.59 8.65L12.36 10.42C12.56 10.62 12.56 10.93 12.36 11.13L5.47 18H3Z",
734
+ fill: colors[color] || color
735
+ }), /*#__PURE__*/React.createElement("path", {
736
+ fillRule: "evenodd",
737
+ clipRule: "evenodd",
738
+ d: "M7.5 18H15V16H9.5L7.5 18Z",
739
+ fill: colors[color] || color
740
+ }));
741
+ });
656
742
  export const Attachment = /*#__PURE__*/memo(({
657
743
  width,
658
744
  height,
@@ -715,25 +801,53 @@ export const Bag = /*#__PURE__*/memo(({
715
801
  color = '#7F828E',
716
802
  viewBox = false
717
803
  }) => {
718
- if (viewBox) {
719
- return /*#__PURE__*/React.createElement("svg", {
720
- width: width || 24,
721
- height: height || 24,
722
- viewBox: "0 0 24 24",
723
- fill: "none"
724
- }, /*#__PURE__*/React.createElement("path", {
725
- d: "M19 7H16V5.5C16 4.83696 15.7366 4.20107 15.2678 3.73223C14.7989 3.26339 14.163 3 13.5 3H10.5C9.83696 3 9.20107 3.26339 8.73223 3.73223C8.26339 4.20107 8 4.83696 8 5.5V7H5C4.20435 7 3.44129 7.31607 2.87868 7.87868C2.31607 8.44129 2 9.20435 2 10V18C2 18.7956 2.31607 19.5587 2.87868 20.1213C3.44129 20.6839 4.20435 21 5 21H19C19.7956 21 20.5587 20.6839 21.1213 20.1213C21.6839 19.5587 22 18.7956 22 18V10C22 9.20435 21.6839 8.44129 21.1213 7.87868C20.5587 7.31607 19.7956 7 19 7ZM15 9V19H9V9H15ZM10 5.5C10 5.36739 10.0527 5.24021 10.1464 5.14645C10.2402 5.05268 10.3674 5 10.5 5H13.5C13.6326 5 13.7598 5.05268 13.8536 5.14645C13.9473 5.24021 14 5.36739 14 5.5V7H10V5.5ZM4 18V10C4 9.73478 4.10536 9.48043 4.29289 9.29289C4.48043 9.10536 4.73478 9 5 9H7V19H5C4.73478 19 4.48043 18.8946 4.29289 18.7071C4.10536 18.5196 4 18.2652 4 18ZM20 18C20 18.2652 19.8946 18.5196 19.7071 18.7071C19.5196 18.8946 19.2652 19 19 19H17V9H19C19.2652 9 19.5196 9.10536 19.7071 9.29289C19.8946 9.48043 20 9.73478 20 10V18Z",
726
- fill: colors[color] || color
727
- }));
728
- }
729
-
730
- return /*#__PURE__*/React.createElement("svg", {
804
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
805
+ width: width || 24,
806
+ height: height || 24,
807
+ viewBox: "0 0 24 24",
808
+ fill: "none"
809
+ }, /*#__PURE__*/React.createElement("path", {
810
+ fillRule: "evenodd",
811
+ clipRule: "evenodd",
812
+ d: "M16 6H20C21.11 6 22 6.89 22 8V19C22 20.11 21.11 21 20 21H4C2.89 21 2 20.11 2 19L2.01 8C2.01 6.89 2.89 6 4 6H8V4C8 2.89 8.89 2 10 2H14C15.11 2 16 2.89 16 4V6ZM10 6H14V4H10V6Z",
813
+ fill: colors[color] || color
814
+ })) : /*#__PURE__*/React.createElement("svg", {
731
815
  width: width || 20,
816
+ height: height || 19,
817
+ viewBox: "0 0 20 19",
818
+ fill: "none"
819
+ }, /*#__PURE__*/React.createElement("path", {
820
+ fillRule: "evenodd",
821
+ clipRule: "evenodd",
822
+ d: "M14 4H18C19.11 4 20 4.89 20 6V17C20 18.11 19.11 19 18 19H2C0.89 19 0 18.11 0 17L0.01 6C0.01 4.89 0.89 4 2 4H6V2C6 0.89 6.89 0 8 0H12C13.11 0 14 0.89 14 2V4ZM8 4H12V2H8V4Z",
823
+ fill: colors[color] || color
824
+ }));
825
+ });
826
+ export const Bug = /*#__PURE__*/memo(({
827
+ width,
828
+ height,
829
+ color = '#7F828E',
830
+ viewBox = false
831
+ }) => {
832
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
833
+ width: width || 24,
834
+ height: height || 24,
835
+ viewBox: "0 0 24 24",
836
+ fill: "none"
837
+ }, /*#__PURE__*/React.createElement("path", {
838
+ fillRule: "evenodd",
839
+ clipRule: "evenodd",
840
+ d: "M20 8H17.19C16.74 7.22 16.12 6.55 15.37 6.04L17 4.41L15.59 3L13.42 5.17C12.96 5.06 12.49 5 12 5C11.51 5 11.04 5.06 10.59 5.17L8.41 3L7 4.41L8.62 6.04C7.88 6.55 7.26 7.22 6.81 8H4V10H6.09C6.04 10.33 6 10.66 6 11V12H4V14H6V15C6 15.34 6.04 15.67 6.09 16H4V18H6.81C7.85 19.79 9.78 21 12 21C14.22 21 16.15 19.79 17.19 18H20V16H17.91C17.96 15.67 18 15.34 18 15V14H20V12H18V11C18 10.66 17.96 10.33 17.91 10H20V8ZM14 16H10V14H14V16ZM10 12H14V10H10V12Z",
841
+ fill: colors[color] || color
842
+ })) : /*#__PURE__*/React.createElement("svg", {
843
+ width: width || 16,
732
844
  height: height || 18,
733
- viewBox: "0 0 20 18",
845
+ viewBox: "0 0 16 18",
734
846
  fill: "none"
735
847
  }, /*#__PURE__*/React.createElement("path", {
736
- d: "M17 4H14V2.5C14 1.83696 13.7366 1.20107 13.2678 0.732233C12.7989 0.263392 12.163 0 11.5 0H8.5C7.83696 0 7.20107 0.263392 6.73223 0.732233C6.26339 1.20107 6 1.83696 6 2.5V4H3C2.20435 4 1.44129 4.31607 0.87868 4.87868C0.316071 5.44129 0 6.20435 0 7V15C0 15.7956 0.316071 16.5587 0.87868 17.1213C1.44129 17.6839 2.20435 18 3 18H17C17.7956 18 18.5587 17.6839 19.1213 17.1213C19.6839 16.5587 20 15.7956 20 15V7C20 6.20435 19.6839 5.44129 19.1213 4.87868C18.5587 4.31607 17.7956 4 17 4ZM13 6V16H7V6H13ZM8 2.5C8 2.36739 8.05268 2.24021 8.14645 2.14645C8.24021 2.05268 8.36739 2 8.5 2H11.5C11.6326 2 11.7598 2.05268 11.8536 2.14645C11.9473 2.24021 12 2.36739 12 2.5V4H8V2.5ZM2 15V7C2 6.73478 2.10536 6.48043 2.29289 6.29289C2.48043 6.10536 2.73478 6 3 6H5V16H3C2.73478 16 2.48043 15.8946 2.29289 15.7071C2.10536 15.5196 2 15.2652 2 15ZM18 15C18 15.2652 17.8946 15.5196 17.7071 15.7071C17.5196 15.8946 17.2652 16 17 16H15V6H17C17.2652 6 17.5196 6.10536 17.7071 6.29289C17.8946 6.48043 18 6.73478 18 7V15Z",
848
+ fillRule: "evenodd",
849
+ clipRule: "evenodd",
850
+ d: "M16 5H13.19C12.74 4.22 12.12 3.55 11.37 3.04L13 1.41L11.59 0L9.42 2.17C8.96 2.06 8.49 2 8 2C7.51 2 7.04 2.06 6.59 2.17L4.41 0L3 1.41L4.62 3.04C3.88 3.55 3.26 4.22 2.81 5H0V7H2.09C2.04 7.33 2 7.66 2 8V9H0V11H2V12C2 12.34 2.04 12.67 2.09 13H0V15H2.81C3.85 16.79 5.78 18 8 18C10.22 18 12.15 16.79 13.19 15H16V13H13.91C13.96 12.67 14 12.34 14 12V11H16V9H14V8C14 7.66 13.96 7.33 13.91 7H16V5ZM10 13H6V11H10V13ZM6 9H10V7H6V9Z",
737
851
  fill: colors[color] || color
738
852
  }));
739
853
  });
@@ -947,29 +1061,25 @@ export const Calendar = /*#__PURE__*/memo(({
947
1061
  color = '#7F828E',
948
1062
  viewBox = false
949
1063
  }) => {
950
- if (viewBox) {
951
- return /*#__PURE__*/React.createElement("svg", {
952
- width: width || 24,
953
- height: height || 24,
954
- viewBox: "0 0 24 24",
955
- fill: "none"
956
- }, /*#__PURE__*/React.createElement("path", {
957
- fillRule: "evenodd",
958
- clipRule: "evenodd",
959
- d: "M12.2617 14.8625H15.9335C16.4384 14.8625 16.8515 15.2732 16.8515 15.775C16.8515 16.2769 16.4384 16.6875 15.9335 16.6875H12.2617C11.7568 16.6875 11.3437 16.2769 11.3437 15.775C11.3437 15.2732 11.7568 14.8625 12.2617 14.8625ZM7.6719 15.775C7.6719 15.2732 8.08499 14.8625 8.58987 14.8625C9.09475 14.8625 9.50783 15.2732 9.50783 15.775C9.50783 16.2769 9.09475 16.6875 8.58987 16.6875C8.08499 16.6875 7.6719 16.2769 7.6719 15.775ZM17.7695 19.4251H6.75392C6.24812 19.4251 5.83595 19.0153 5.83595 18.5126V13.0376H18.6874V18.5126C18.6874 19.0153 18.2753 19.4251 17.7695 19.4251ZM6.75392 6.64995H7.67188V7.56245C7.67188 8.06432 8.08496 8.47495 8.58984 8.47495C9.09472 8.47495 9.50781 8.06432 9.50781 7.56245V6.64995H15.0156V7.56245C15.0156 8.06432 15.4287 8.47495 15.9336 8.47495C16.4384 8.47495 16.8515 8.06432 16.8515 7.56245V6.64995H17.7695C18.2753 6.64995 18.6874 7.05966 18.6874 7.56245V11.2124H5.83595V7.56245C5.83595 7.05966 6.24812 6.64995 6.75392 6.64995ZM17.7695 4.825H16.8515V3.9125C16.8515 3.41063 16.4384 3 15.9335 3C15.4287 3 15.0156 3.41063 15.0156 3.9125V4.825H9.50778V3.9125C9.50778 3.41063 9.0947 3 8.58982 3C8.08494 3 7.67186 3.41063 7.67186 3.9125V4.825H6.75389C5.23558 4.825 4 6.05323 4 7.5625V18.5125C4 20.0218 5.23558 21.25 6.75389 21.25H17.7695C19.2878 21.25 20.5234 20.0218 20.5234 18.5125V7.5625C20.5234 6.05323 19.2878 4.825 17.7695 4.825Z",
960
- fill: colors[color] || color
961
- }));
962
- }
963
-
964
- return /*#__PURE__*/React.createElement("svg", {
965
- width: width || 17,
966
- height: height || 19,
967
- viewBox: "0 0 17 19",
1064
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
1065
+ width: width || 24,
1066
+ height: height || 24,
1067
+ viewBox: "0 0 24 24",
1068
+ fill: "none"
1069
+ }, /*#__PURE__*/React.createElement("path", {
1070
+ fillRule: "evenodd",
1071
+ clipRule: "evenodd",
1072
+ d: "M19 3H20C21.1 3 22 3.9 22 5V21C22 22.1 21.1 23 20 23H4C2.9 23 2 22.1 2 21V5C2 3.9 2.9 3 4 3H5V1H7V3H17V1H19V3ZM4 21H20V8H4V21Z",
1073
+ fill: colors[color] || color
1074
+ })) : /*#__PURE__*/React.createElement("svg", {
1075
+ width: width || 20,
1076
+ height: height || 22,
1077
+ viewBox: "0 0 20 22",
968
1078
  fill: "none"
969
1079
  }, /*#__PURE__*/React.createElement("path", {
970
1080
  fillRule: "evenodd",
971
1081
  clipRule: "evenodd",
972
- d: "M8.26168 11.8625H11.9335C12.4384 11.8625 12.8515 12.2732 12.8515 12.775C12.8515 13.2769 12.4384 13.6875 11.9335 13.6875H8.26168C7.7568 13.6875 7.34372 13.2769 7.34372 12.775C7.34372 12.2732 7.7568 11.8625 8.26168 11.8625ZM3.6719 12.775C3.6719 12.2732 4.08499 11.8625 4.58987 11.8625C5.09475 11.8625 5.50783 12.2732 5.50783 12.775C5.50783 13.2769 5.09475 13.6875 4.58987 13.6875C4.08499 13.6875 3.6719 13.2769 3.6719 12.775ZM13.7695 16.4251H2.75392C2.24812 16.4251 1.83595 16.0153 1.83595 15.5126V10.0376H14.6874V15.5126C14.6874 16.0153 14.2753 16.4251 13.7695 16.4251ZM2.75392 3.64995H3.67188V4.56245C3.67188 5.06432 4.08496 5.47495 4.58984 5.47495C5.09472 5.47495 5.50781 5.06432 5.50781 4.56245V3.64995H11.0156V4.56245C11.0156 5.06432 11.4287 5.47495 11.9336 5.47495C12.4384 5.47495 12.8515 5.06432 12.8515 4.56245V3.64995H13.7695C14.2753 3.64995 14.6874 4.05966 14.6874 4.56245V8.21245H1.83595V4.56245C1.83595 4.05966 2.24812 3.64995 2.75392 3.64995ZM13.7695 1.825H12.8515V0.9125C12.8515 0.410625 12.4384 0 11.9335 0C11.4287 0 11.0156 0.410625 11.0156 0.9125V1.825H5.50778V0.9125C5.50778 0.410625 5.0947 0 4.58982 0C4.08494 0 3.67186 0.410625 3.67186 0.9125V1.825H2.75389C1.23558 1.825 0 3.05323 0 4.5625V15.5125C0 17.0218 1.23558 18.25 2.75389 18.25H13.7695C15.2878 18.25 16.5234 17.0218 16.5234 15.5125V4.5625C16.5234 3.05323 15.2878 1.825 13.7695 1.825Z",
1082
+ d: "M17 2H18C19.1 2 20 2.9 20 4V20C20 21.1 19.1 22 18 22H2C0.9 22 0 21.1 0 20V4C0 2.9 0.9 2 2 2H3V0H5V2H15V0H17V2ZM2 20H18V7H2V20Z",
973
1083
  fill: colors[color] || color
974
1084
  }));
975
1085
  });
@@ -1051,62 +1161,8 @@ export const Cancel = /*#__PURE__*/memo(({
1051
1161
  width,
1052
1162
  height,
1053
1163
  color = '#7F828E',
1054
- viewBox = false,
1055
- outline = false,
1056
- underline = false
1164
+ viewBox = false
1057
1165
  }) => {
1058
- if (underline) {
1059
- return viewBox ? /*#__PURE__*/React.createElement("svg", {
1060
- width: width || 24,
1061
- height: height || 24,
1062
- viewBox: "0 0 24 24",
1063
- fill: "none"
1064
- }, /*#__PURE__*/React.createElement("path", {
1065
- d: "M19 18H5V20H19V18Z",
1066
- fill: colors[color] || color
1067
- }), /*#__PURE__*/React.createElement("path", {
1068
- fillRule: "evenodd",
1069
- clipRule: "evenodd",
1070
- d: "M17.67 6.03L15.67 4.03L12 7.7L8.29999 4L6.34999 5.95L10.03 9.67L6.32999 13.38L8.26999 15.32L11.99 11.65L15.65 15.35L17.65 13.35L13.98 9.68L17.67 6.03Z",
1071
- fill: colors[color] || color
1072
- })) : /*#__PURE__*/React.createElement("svg", {
1073
- width: width || 14,
1074
- height: height || 16,
1075
- viewBox: "0 0 14 16",
1076
- fill: "none"
1077
- }, /*#__PURE__*/React.createElement("path", {
1078
- d: "M14 14H0V16H14V14Z",
1079
- fill: colors[color] || color
1080
- }), /*#__PURE__*/React.createElement("path", {
1081
- fillRule: "evenodd",
1082
- clipRule: "evenodd",
1083
- d: "M12.67 2.03L10.67 0.03L6.99999 3.7L3.29999 0L1.34999 1.95L5.02999 5.67L1.32999 9.38L3.26999 11.32L6.98999 7.65L10.65 11.35L12.65 9.35L8.97999 5.68L12.67 2.03Z",
1084
- fill: colors[color] || color
1085
- }));
1086
- } else if (outline) {
1087
- return viewBox ? /*#__PURE__*/React.createElement("svg", {
1088
- width: width || 24,
1089
- height: height || 24,
1090
- viewBox: "0 0 24 24",
1091
- fill: "none"
1092
- }, /*#__PURE__*/React.createElement("path", {
1093
- fillRule: "evenodd",
1094
- clipRule: "evenodd",
1095
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM7.76 9.17L10.59 12L7.76 14.83L9.17 16.24L12 13.41L14.83 16.24L16.24 14.83L13.41 12L16.24 9.17L14.83 7.76L12 10.59L9.17 7.76L7.76 9.17ZM6.34 17.66C9.46 20.78 14.54 20.78 17.65 17.66C20.76 14.54 20.77 9.46 17.65 6.35C14.53 3.24 9.45 3.23 6.34 6.35C3.23 9.47 3.22 14.54 6.34 17.66Z",
1096
- fill: colors[color] || color
1097
- })) : /*#__PURE__*/React.createElement("svg", {
1098
- width: width || 20,
1099
- height: height || 20,
1100
- viewBox: "0 0 20 20",
1101
- fill: "none"
1102
- }, /*#__PURE__*/React.createElement("path", {
1103
- fillRule: "evenodd",
1104
- clipRule: "evenodd",
1105
- d: "M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM5.76 7.17L8.59 10L5.76 12.83L7.17 14.24L10 11.41L12.83 14.24L14.24 12.83L11.41 10L14.24 7.17L12.83 5.76L10 8.59L7.17 5.76L5.76 7.17ZM4.34 15.66C7.46 18.78 12.54 18.78 15.65 15.66C18.76 12.54 18.77 7.46 15.65 4.35C12.53 1.24 7.45 1.23 4.34 4.35C1.23 7.47 1.22 12.54 4.34 15.66Z",
1106
- fill: colors[color] || color
1107
- }));
1108
- }
1109
-
1110
1166
  return viewBox ? /*#__PURE__*/React.createElement("svg", {
1111
1167
  width: width || 24,
1112
1168
  height: height || 24,
@@ -1125,6 +1181,60 @@ export const Cancel = /*#__PURE__*/memo(({
1125
1181
  fill: colors[color] || color
1126
1182
  }));
1127
1183
  });
1184
+ export const CancelOutline = /*#__PURE__*/memo(({
1185
+ width,
1186
+ height,
1187
+ color = '#7F828E',
1188
+ viewBox = false
1189
+ }) => {
1190
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
1191
+ width: width || 24,
1192
+ height: height || 24,
1193
+ viewBox: "0 0 24 24",
1194
+ fill: "none"
1195
+ }, /*#__PURE__*/React.createElement("path", {
1196
+ d: "M12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM15.59 7L12 10.59L8.41 7L7 8.41L10.59 12L7 15.59L8.41 17L12 13.41L15.59 17L17 15.59L13.41 12L17 8.41L15.59 7Z",
1197
+ fill: colors[color] || color
1198
+ })) : /*#__PURE__*/React.createElement("svg", {
1199
+ width: width || 20,
1200
+ height: height || 20,
1201
+ viewBox: "0 0 20 20",
1202
+ fill: "none"
1203
+ }, /*#__PURE__*/React.createElement("path", {
1204
+ d: "M10 0C4.47 0 0 4.47 0 10C0 15.53 4.47 20 10 20C15.53 20 20 15.53 20 10C20 4.47 15.53 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18ZM13.59 5L10 8.59L6.41 5L5 6.41L8.59 10L5 13.59L6.41 15L10 11.41L13.59 15L15 13.59L11.41 10L15 6.41L13.59 5Z",
1205
+ fill: colors[color] || color
1206
+ }));
1207
+ });
1208
+ export const CancelUnderline = /*#__PURE__*/memo(({
1209
+ width,
1210
+ height,
1211
+ color = '#7F828E',
1212
+ viewBox = false
1213
+ }) => {
1214
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
1215
+ width: width || 24,
1216
+ height: height || 24,
1217
+ viewBox: "0 0 24 24",
1218
+ fill: "none"
1219
+ }, /*#__PURE__*/React.createElement("path", {
1220
+ d: "M19 18H5V20H19V18Z",
1221
+ fill: colors[color] || color
1222
+ }), /*#__PURE__*/React.createElement("path", {
1223
+ d: "M17.5563 5.65689L16.1421 4.24268L11.8995 8.48532L7.65683 4.24268L6.24262 5.65689L10.4853 9.89953L6.24262 14.1422L7.65683 15.5564L11.8995 11.3137L16.1421 15.5564L17.5563 14.1422L13.3137 9.89953L17.5563 5.65689Z",
1224
+ fill: colors[color] || color
1225
+ })) : /*#__PURE__*/React.createElement("svg", {
1226
+ width: width || 14,
1227
+ height: height || 16,
1228
+ viewBox: "0 0 14 16",
1229
+ fill: "none"
1230
+ }, /*#__PURE__*/React.createElement("path", {
1231
+ d: "M14 14H0V16H14V14Z",
1232
+ fill: colors[color] || color
1233
+ }), /*#__PURE__*/React.createElement("path", {
1234
+ d: "M12.5563 1.65689L11.1421 0.242676L6.89948 4.48532L2.65683 0.242676L1.24262 1.65689L5.48526 5.89953L1.24262 10.1422L2.65683 11.5564L6.89948 7.31374L11.1421 11.5564L12.5563 10.1422L8.31369 5.89953L12.5563 1.65689Z",
1235
+ fill: colors[color] || color
1236
+ }));
1237
+ });
1128
1238
  export const Chat = /*#__PURE__*/memo(({
1129
1239
  width,
1130
1240
  height,
@@ -1191,27 +1301,47 @@ export const ChatBubble = /*#__PURE__*/memo(({
1191
1301
  fill: colors[color] || color
1192
1302
  }));
1193
1303
  });
1304
+ export const CheckList = /*#__PURE__*/memo(({
1305
+ width,
1306
+ height,
1307
+ color = '#7F828E',
1308
+ viewBox = false
1309
+ }) => {
1310
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
1311
+ width: width || 24,
1312
+ height: height || 24,
1313
+ viewBox: "0 0 24 24",
1314
+ fill: "none"
1315
+ }, /*#__PURE__*/React.createElement("path", {
1316
+ d: "M16.54 11.0001L13 7.46005L14.41 6.05005L16.53 8.17005L20.77 3.93005L22.18 5.34005L16.54 11.0001ZM11 7.00005H2V9.00005H11V7.00005ZM21 13.4101L19.59 12.0001L17 14.5901L14.41 12.0001L13 13.4101L15.59 16.0001L13 18.5901L14.41 20.0001L17 17.4101L19.59 20.0001L21 18.5901L18.41 16.0001L21 13.4101ZM11 15.0001H2V17.0001H11V15.0001Z",
1317
+ fill: colors[color] || color
1318
+ })) : /*#__PURE__*/React.createElement("svg", {
1319
+ width: width || 21,
1320
+ height: height || 17,
1321
+ viewBox: "0 0 21 17",
1322
+ fill: "none"
1323
+ }, /*#__PURE__*/React.createElement("path", {
1324
+ d: "M14.54 8.00005L11 4.46005L12.41 3.05005L14.53 5.17005L18.77 0.930054L20.18 2.34005L14.54 8.00005ZM9 4.00005H0V6.00005H9V4.00005ZM19 10.4101L17.59 9.00005L15 11.5901L12.41 9.00005L11 10.4101L13.59 13.0001L11 15.5901L12.41 17.0001L15 14.4101L17.59 17.0001L19 15.5901L16.41 13.0001L19 10.4101ZM9 12.0001H0V14.0001H9V12.0001Z",
1325
+ fill: colors[color] || color
1326
+ }));
1327
+ });
1194
1328
  export const Clock = /*#__PURE__*/memo(({
1195
1329
  width,
1196
1330
  height,
1197
1331
  color = '#7F828E',
1198
1332
  viewBox = false
1199
1333
  }) => {
1200
- if (viewBox) {
1201
- return /*#__PURE__*/React.createElement("svg", {
1202
- width: width || 24,
1203
- height: height || 24,
1204
- viewBox: "0 0 24 24",
1205
- fill: "none"
1206
- }, /*#__PURE__*/React.createElement("path", {
1207
- fillRule: "evenodd",
1208
- clipRule: "evenodd",
1209
- d: "M15.4167 10.625H12.5417V7.75C12.5417 7.22004 12.1123 6.79167 11.5833 6.79167C11.0543 6.79167 10.625 7.22004 10.625 7.75V11.5833C10.625 12.1133 11.0543 12.5417 11.5833 12.5417H15.4167C15.9466 12.5417 16.375 12.1133 16.375 11.5833C16.375 11.0534 15.9466 10.625 15.4167 10.625ZM11.5833 19.25C7.35612 19.25 3.91667 15.8105 3.91667 11.5833C3.91667 7.35612 7.35612 3.91667 11.5833 3.91667C15.8105 3.91667 19.25 7.35612 19.25 11.5833C19.25 15.8105 15.8105 19.25 11.5833 19.25ZM11.5833 2C6.29908 2 2 6.29908 2 11.5833C2 16.8676 6.29908 21.1667 11.5833 21.1667C16.8676 21.1667 21.1667 16.8676 21.1667 11.5833C21.1667 6.29908 16.8676 2 11.5833 2Z",
1210
- fill: colors[color] || color
1211
- }));
1212
- }
1213
-
1214
- return /*#__PURE__*/React.createElement("svg", {
1334
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
1335
+ width: width || 24,
1336
+ height: height || 24,
1337
+ viewBox: "0 0 24 24",
1338
+ fill: "none"
1339
+ }, /*#__PURE__*/React.createElement("path", {
1340
+ fillRule: "evenodd",
1341
+ clipRule: "evenodd",
1342
+ d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20ZM11 7H12.5V12.25L17 14.92L16.25 16.15L11 13V7Z",
1343
+ fill: colors[color] || color
1344
+ })) : /*#__PURE__*/React.createElement("svg", {
1215
1345
  width: width || 20,
1216
1346
  height: height || 20,
1217
1347
  viewBox: "0 0 20 20",
@@ -1219,7 +1349,7 @@ export const Clock = /*#__PURE__*/memo(({
1219
1349
  }, /*#__PURE__*/React.createElement("path", {
1220
1350
  fillRule: "evenodd",
1221
1351
  clipRule: "evenodd",
1222
- d: "M13.4167 8.625H10.5417V5.75C10.5417 5.22004 10.1123 4.79167 9.58333 4.79167C9.05433 4.79167 8.625 5.22004 8.625 5.75V9.58333C8.625 10.1133 9.05433 10.5417 9.58333 10.5417H13.4167C13.9466 10.5417 14.375 10.1133 14.375 9.58333C14.375 9.05338 13.9466 8.625 13.4167 8.625ZM9.58333 17.25C5.35612 17.25 1.91667 13.8105 1.91667 9.58333C1.91667 5.35612 5.35612 1.91667 9.58333 1.91667C13.8105 1.91667 17.25 5.35612 17.25 9.58333C17.25 13.8105 13.8105 17.25 9.58333 17.25ZM9.58333 0C4.29908 0 0 4.29908 0 9.58333C0 14.8676 4.29908 19.1667 9.58333 19.1667C14.8676 19.1667 19.1667 14.8676 19.1667 9.58333C19.1667 4.29908 14.8676 0 9.58333 0Z",
1352
+ d: "M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM10 18C5.58 18 2 14.42 2 10C2 5.58 5.58 2 10 2C14.42 2 18 5.58 18 10C18 14.42 14.42 18 10 18ZM9 5H10.5V10.25L15 12.92L14.25 14.15L9 11V5Z",
1223
1353
  fill: colors[color] || color
1224
1354
  }));
1225
1355
  });
@@ -1227,62 +1357,8 @@ export const Close = /*#__PURE__*/memo(({
1227
1357
  width,
1228
1358
  height,
1229
1359
  color = '#7F828E',
1230
- viewBox = false,
1231
- outline = false,
1232
- underline = false
1360
+ viewBox = false
1233
1361
  }) => {
1234
- if (underline) {
1235
- return viewBox ? /*#__PURE__*/React.createElement("svg", {
1236
- width: width || 24,
1237
- height: height || 24,
1238
- viewBox: "0 0 24 24",
1239
- fill: "none"
1240
- }, /*#__PURE__*/React.createElement("path", {
1241
- d: "M19 18H5V20H19V18Z",
1242
- fill: colors[color] || color
1243
- }), /*#__PURE__*/React.createElement("path", {
1244
- fillRule: "evenodd",
1245
- clipRule: "evenodd",
1246
- d: "M17.67 6.03L15.67 4.03L12 7.7L8.29999 4L6.34999 5.95L10.03 9.67L6.32999 13.38L8.26999 15.32L11.99 11.65L15.65 15.35L17.65 13.35L13.98 9.68L17.67 6.03Z",
1247
- fill: colors[color] || color
1248
- })) : /*#__PURE__*/React.createElement("svg", {
1249
- width: width || 14,
1250
- height: height || 16,
1251
- viewBox: "0 0 14 16",
1252
- fill: "none"
1253
- }, /*#__PURE__*/React.createElement("path", {
1254
- d: "M14 14H0V16H14V14Z",
1255
- fill: colors[color] || color
1256
- }), /*#__PURE__*/React.createElement("path", {
1257
- fillRule: "evenodd",
1258
- clipRule: "evenodd",
1259
- d: "M12.67 2.03L10.67 0.03L6.99999 3.7L3.29999 0L1.34999 1.95L5.02999 5.67L1.32999 9.38L3.26999 11.32L6.98999 7.65L10.65 11.35L12.65 9.35L8.97999 5.68L12.67 2.03Z",
1260
- fill: colors[color] || color
1261
- }));
1262
- } else if (outline) {
1263
- return viewBox ? /*#__PURE__*/React.createElement("svg", {
1264
- width: width || 24,
1265
- height: height || 24,
1266
- viewBox: "0 0 24 24",
1267
- fill: "none"
1268
- }, /*#__PURE__*/React.createElement("path", {
1269
- fillRule: "evenodd",
1270
- clipRule: "evenodd",
1271
- d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM7.76 9.17L10.59 12L7.76 14.83L9.17 16.24L12 13.41L14.83 16.24L16.24 14.83L13.41 12L16.24 9.17L14.83 7.76L12 10.59L9.17 7.76L7.76 9.17ZM6.34 17.66C9.46 20.78 14.54 20.78 17.65 17.66C20.76 14.54 20.77 9.46 17.65 6.35C14.53 3.24 9.45 3.23 6.34 6.35C3.23 9.47 3.22 14.54 6.34 17.66Z",
1272
- fill: colors[color] || color
1273
- })) : /*#__PURE__*/React.createElement("svg", {
1274
- width: width || 20,
1275
- height: height || 20,
1276
- viewBox: "0 0 20 20",
1277
- fill: "none"
1278
- }, /*#__PURE__*/React.createElement("path", {
1279
- fillRule: "evenodd",
1280
- clipRule: "evenodd",
1281
- d: "M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM5.76 7.17L8.59 10L5.76 12.83L7.17 14.24L10 11.41L12.83 14.24L14.24 12.83L11.41 10L14.24 7.17L12.83 5.76L10 8.59L7.17 5.76L5.76 7.17ZM4.34 15.66C7.46 18.78 12.54 18.78 15.65 15.66C18.76 12.54 18.77 7.46 15.65 4.35C12.53 1.24 7.45 1.23 4.34 4.35C1.23 7.47 1.22 12.54 4.34 15.66Z",
1282
- fill: colors[color] || color
1283
- }));
1284
- }
1285
-
1286
1362
  return viewBox ? /*#__PURE__*/React.createElement("svg", {
1287
1363
  width: width || 24,
1288
1364
  height: height || 24,
@@ -1301,6 +1377,60 @@ export const Close = /*#__PURE__*/memo(({
1301
1377
  fill: colors[color] || color
1302
1378
  }));
1303
1379
  });
1380
+ export const CloseOutline = /*#__PURE__*/memo(({
1381
+ width,
1382
+ height,
1383
+ color = '#7F828E',
1384
+ viewBox = false
1385
+ }) => {
1386
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
1387
+ width: width || 24,
1388
+ height: height || 24,
1389
+ viewBox: "0 0 24 24",
1390
+ fill: "none"
1391
+ }, /*#__PURE__*/React.createElement("path", {
1392
+ d: "M12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM15.59 7L12 10.59L8.41 7L7 8.41L10.59 12L7 15.59L8.41 17L12 13.41L15.59 17L17 15.59L13.41 12L17 8.41L15.59 7Z",
1393
+ fill: colors[color] || color
1394
+ })) : /*#__PURE__*/React.createElement("svg", {
1395
+ width: width || 20,
1396
+ height: height || 20,
1397
+ viewBox: "0 0 20 20",
1398
+ fill: "none"
1399
+ }, /*#__PURE__*/React.createElement("path", {
1400
+ d: "M10 0C4.47 0 0 4.47 0 10C0 15.53 4.47 20 10 20C15.53 20 20 15.53 20 10C20 4.47 15.53 0 10 0ZM10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 14.41 14.41 18 10 18ZM13.59 5L10 8.59L6.41 5L5 6.41L8.59 10L5 13.59L6.41 15L10 11.41L13.59 15L15 13.59L11.41 10L15 6.41L13.59 5Z",
1401
+ fill: colors[color] || color
1402
+ }));
1403
+ });
1404
+ export const CloseUnderline = /*#__PURE__*/memo(({
1405
+ width,
1406
+ height,
1407
+ color = '#7F828E',
1408
+ viewBox = false
1409
+ }) => {
1410
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
1411
+ width: width || 24,
1412
+ height: height || 24,
1413
+ viewBox: "0 0 24 24",
1414
+ fill: "none"
1415
+ }, /*#__PURE__*/React.createElement("path", {
1416
+ d: "M19 18H5V20H19V18Z",
1417
+ fill: colors[color] || color
1418
+ }), /*#__PURE__*/React.createElement("path", {
1419
+ d: "M17.5563 5.65689L16.1421 4.24268L11.8995 8.48532L7.65683 4.24268L6.24262 5.65689L10.4853 9.89953L6.24262 14.1422L7.65683 15.5564L11.8995 11.3137L16.1421 15.5564L17.5563 14.1422L13.3137 9.89953L17.5563 5.65689Z",
1420
+ fill: colors[color] || color
1421
+ })) : /*#__PURE__*/React.createElement("svg", {
1422
+ width: width || 14,
1423
+ height: height || 16,
1424
+ viewBox: "0 0 14 16",
1425
+ fill: "none"
1426
+ }, /*#__PURE__*/React.createElement("path", {
1427
+ d: "M14 14H0V16H14V14Z",
1428
+ fill: colors[color] || color
1429
+ }), /*#__PURE__*/React.createElement("path", {
1430
+ d: "M12.5563 1.65689L11.1421 0.242676L6.89948 4.48532L2.65683 0.242676L1.24262 1.65689L5.48526 5.89953L1.24262 10.1422L2.65683 11.5564L6.89948 7.31374L11.1421 11.5564L12.5563 10.1422L8.31369 5.89953L12.5563 1.65689Z",
1431
+ fill: colors[color] || color
1432
+ }));
1433
+ });
1304
1434
  export const Colors = /*#__PURE__*/memo(({
1305
1435
  width,
1306
1436
  height,
@@ -1412,29 +1542,27 @@ export const Copy = /*#__PURE__*/memo(({
1412
1542
  color = '#7F828E',
1413
1543
  viewBox = false
1414
1544
  }) => {
1415
- if (viewBox) {
1416
- return /*#__PURE__*/React.createElement("svg", {
1417
- width: width || 24,
1418
- height: height || 24,
1419
- viewBox: "0 0 24 24",
1420
- fill: "none"
1421
- }, /*#__PURE__*/React.createElement("path", {
1422
- fillRule: "evenodd",
1423
- clipRule: "evenodd",
1424
- d: "M8.99995 12V13H5.66695C5.29895 13 4.99995 12.701 4.99995 12.333V5.66695C4.99995 5.29895 5.29895 4.99995 5.66695 4.99995H12.333C12.701 4.99995 13 5.29895 13 5.66695V8.99995H12C10.346 8.99995 8.99995 10.346 8.99995 12ZM18 9H15V5.667C15 4.196 13.804 3 12.333 3H5.667C4.196 3 3 4.196 3 5.667V12.333C3 13.804 4.196 15 5.667 15H9V18C9 19.654 10.346 21 12 21H18C19.654 21 21 19.654 21 18V12C21 10.346 19.654 9 18 9Z",
1425
- fill: colors[color] || color
1426
- }));
1427
- }
1428
-
1429
- return /*#__PURE__*/React.createElement("svg", {
1545
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
1546
+ width: width || 24,
1547
+ height: height || 24,
1548
+ viewBox: "0 0 24 24",
1549
+ fill: "none"
1550
+ }, /*#__PURE__*/React.createElement("path", {
1551
+ d: "M5 2C3.89551 2 3 2.89551 3 4V16C3 17.1045 3.89551 18 5 18V4H17C17 2.89551 16.1045 2 15 2H5Z",
1552
+ fill: colors[color] || color
1553
+ }), /*#__PURE__*/React.createElement("path", {
1554
+ d: "M7 8C7 6.89543 7.89543 6 9 6H19C20.1046 6 21 6.89543 21 8V20C21 21.1046 20.1046 22 19 22H9C7.89543 22 7 21.1046 7 20V8Z",
1555
+ fill: colors[color] || color
1556
+ })) : /*#__PURE__*/React.createElement("svg", {
1430
1557
  width: width || 18,
1431
- height: height || 18,
1432
- viewBox: "0 0 18 18",
1558
+ height: height || 20,
1559
+ viewBox: "0 0 18 20",
1433
1560
  fill: "none"
1434
1561
  }, /*#__PURE__*/React.createElement("path", {
1435
- fillRule: "evenodd",
1436
- clipRule: "evenodd",
1437
- d: "M5.99995 8.99995V9.99995H2.66695C2.29895 9.99995 1.99995 9.70095 1.99995 9.33295V2.66695C1.99995 2.29895 2.29895 1.99995 2.66695 1.99995H9.33295C9.70095 1.99995 9.99995 2.29895 9.99995 2.66695V5.99995H8.99995C7.34595 5.99995 5.99995 7.34595 5.99995 8.99995ZM15 6H12V2.667C12 1.196 10.804 0 9.333 0H2.667C1.196 0 0 1.196 0 2.667V9.333C0 10.804 1.196 12 2.667 12H6V15C6 16.654 7.346 18 9 18H15C16.654 18 18 16.654 18 15V9C18 7.346 16.654 6 15 6Z",
1562
+ d: "M2 0C0.895508 0 0 0.895508 0 2V14C0 15.1045 0.895508 16 2 16V2H14C14 0.895508 13.1045 0 12 0H2Z",
1563
+ fill: colors[color] || color
1564
+ }), /*#__PURE__*/React.createElement("path", {
1565
+ d: "M4 6C4 4.89543 4.89543 4 6 4H16C17.1046 4 18 4.89543 18 6V18C18 19.1046 17.1046 20 16 20H6C4.89543 20 4 19.1046 4 18V6Z",
1438
1566
  fill: colors[color] || color
1439
1567
  }));
1440
1568
  });
@@ -1722,29 +1850,25 @@ export const Edit = /*#__PURE__*/memo(({
1722
1850
  color = '#7F828E',
1723
1851
  viewBox = false
1724
1852
  }) => {
1725
- if (viewBox) {
1726
- return /*#__PURE__*/React.createElement("svg", {
1727
- width: width || 24,
1728
- height: height || 24,
1729
- viewBox: "0 0 24 24",
1730
- fill: "none"
1731
- }, /*#__PURE__*/React.createElement("path", {
1732
- fillRule: "evenodd",
1733
- clipRule: "evenodd",
1734
- d: "M16.0242 10.655L13.3242 7.96501L15.2742 6.015L17.9642 8.705L16.0242 10.655ZM9.0842 17.595L6.10421 17.865L6.3642 14.905L11.9842 9.28501L14.6842 11.985L9.0842 17.595ZM19.4142 7.315L16.6742 4.57501C16.315 4.2191 15.8336 4.01367 15.3281 4.00066C14.8226 3.98765 14.3312 4.16804 13.9542 4.50501L4.9542 13.505C4.62827 13.8291 4.42654 14.2573 4.38421 14.715L4.0042 18.885C3.99073 19.0315 4.00974 19.1791 4.05987 19.3174C4.10999 19.4557 4.19001 19.5812 4.29421 19.685C4.38732 19.7781 4.49807 19.8518 4.61999 19.9016C4.7419 19.9513 4.87252 19.9763 5.0042 19.975H5.09421L9.26421 19.595C9.72302 19.5569 10.1526 19.3545 10.4742 19.025L19.4742 10.025C19.8238 9.65679 20.0137 9.16528 20.0025 8.65764C19.9912 8.15 19.7798 7.66739 19.4142 7.315Z",
1735
- fill: colors[color] || color
1736
- }));
1737
- }
1738
-
1739
- return /*#__PURE__*/React.createElement("svg", {
1740
- width: width || 17,
1741
- height: height || 16,
1742
- viewBox: "0 0 17 16",
1853
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
1854
+ width: width || 24,
1855
+ height: height || 24,
1856
+ viewBox: "0 0 24 24",
1857
+ fill: "none"
1858
+ }, /*#__PURE__*/React.createElement("path", {
1859
+ fillRule: "evenodd",
1860
+ clipRule: "evenodd",
1861
+ d: "M20.71 5.63C21.1 6.02 21.1 6.65 20.71 7.04L18.88 8.87L15.13 5.12L16.96 3.29C17.35 2.9 17.98 2.9 18.37 3.29L20.71 5.63ZM3 21V17.25L14.06 6.19L17.81 9.94L6.75 21H3Z",
1862
+ fill: colors[color] || color
1863
+ })) : /*#__PURE__*/React.createElement("svg", {
1864
+ width: width || 19,
1865
+ height: height || 19,
1866
+ viewBox: "0 0 19 19",
1743
1867
  fill: "none"
1744
1868
  }, /*#__PURE__*/React.createElement("path", {
1745
1869
  fillRule: "evenodd",
1746
1870
  clipRule: "evenodd",
1747
- d: "M12.0242 6.655L9.32421 3.96501L11.2742 2.015L13.9642 4.705L12.0242 6.655ZM5.0842 13.595L2.10421 13.865L2.3642 10.905L7.98421 5.28501L10.6842 7.985L5.0842 13.595ZM15.4142 3.315L12.6742 0.575014C12.315 0.219101 11.8336 0.0136664 11.3281 0.000657665C10.8226 -0.0123511 10.3312 0.16804 9.9542 0.505006L0.9542 9.50501C0.62827 9.82908 0.426536 10.2573 0.384208 10.715L0.00420263 14.885C-0.00926841 15.0315 0.00973982 15.1791 0.0598667 15.3174C0.109994 15.4557 0.190013 15.5812 0.294211 15.685C0.38732 15.7781 0.498072 15.8518 0.619986 15.9016C0.7419 15.9513 0.872518 15.9763 1.0042 15.975H1.09421L5.26421 15.595C5.72302 15.5569 6.15265 15.3545 6.4742 15.025L15.4742 6.02501C15.8238 5.65679 16.0137 5.16528 16.0025 4.65764C15.9912 4.15 15.7798 3.66739 15.4142 3.315Z",
1871
+ d: "M17.71 3.63C18.1 4.02 18.1 4.65 17.71 5.04L15.88 6.87L12.13 3.12L13.96 1.29C14.35 0.899998 14.98 0.899998 15.37 1.29L17.71 3.63ZM0 19V15.25L11.06 4.19L14.81 7.94L3.75 19H0Z",
1748
1872
  fill: colors[color] || color
1749
1873
  }));
1750
1874
  });
@@ -1834,31 +1958,31 @@ export const Export = /*#__PURE__*/memo(({
1834
1958
  color = '#7F828E',
1835
1959
  viewBox = false
1836
1960
  }) => {
1837
- if (viewBox) {
1838
- return /*#__PURE__*/React.createElement("svg", {
1839
- width: width || 24,
1840
- height: height || 24,
1841
- viewBox: "0 0 24 24",
1842
- fill: "none"
1843
- }, /*#__PURE__*/React.createElement("path", {
1844
- d: "M18.355 4.28711H9.31201C10.2339 4.82798 11.0279 5.5543 11.6508 6.41437H18.3545C18.6614 6.41437 18.9113 6.66429 18.9113 6.97123V17.1455C18.9113 17.4525 18.6614 17.7024 18.3545 17.7024H8.18071C7.87377 17.7024 7.62384 17.4525 7.62384 17.1455V10.3668C7.367 10.2346 7.09842 10.1232 6.82026 10.0374C6.65773 10.5389 6.30443 10.9662 5.81844 11.2215C5.71666 11.2748 5.60582 11.3073 5.49658 11.343V17.1455C5.49658 18.6253 6.70089 19.8302 8.18124 19.8302H18.3555C19.8354 19.8302 21.0397 18.6259 21.0397 17.1455V6.97123C21.0391 5.49142 19.8348 4.28711 18.355 4.28711Z",
1845
- fill: colors[color] || color
1846
- }), /*#__PURE__*/React.createElement("path", {
1847
- d: "M5.50094 8.39809C7.69268 8.45031 9.60998 9.604 10.7125 11.3337C10.8138 11.4915 10.9864 11.5831 11.1665 11.5831C11.2156 11.5831 11.2656 11.5762 11.3141 11.5623C11.5433 11.4968 11.7026 11.289 11.7053 11.0508V10.9863C11.7053 7.52683 8.94068 4.71854 5.50147 4.63648V3.6304C5.50147 3.39646 5.37198 3.18225 5.16575 3.073C5.0741 3.02398 4.97285 3 4.87214 3C4.74691 3 4.62275 3.0373 4.51617 3.11031L0.245128 6.03369C0.0921908 6.13814 0.000535219 6.31132 2.33793e-06 6.4973C-0.000530543 6.68221 0.0900593 6.85593 0.242463 6.96197L4.51297 9.92266C4.62008 9.99726 4.74584 10.0346 4.8716 10.0346C4.97178 10.0346 5.07143 10.0106 5.16362 9.96316C5.37038 9.85445 5.50094 9.63917 5.50094 9.40523V8.39809Z",
1848
- fill: colors[color] || color
1849
- }));
1850
- }
1851
-
1852
- return /*#__PURE__*/React.createElement("svg", {
1853
- width: width || 22,
1854
- height: height || 17,
1855
- viewBox: "0 0 22 17",
1961
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
1962
+ width: width || 24,
1963
+ height: height || 24,
1964
+ viewBox: "0 0 24 24",
1965
+ fill: "none"
1966
+ }, /*#__PURE__*/React.createElement("path", {
1967
+ fillRule: "evenodd",
1968
+ clipRule: "evenodd",
1969
+ d: "M17 19H5V7H10.94C11.56 6.21 12.27 5.54 13.07 5H5C3.9 5 3 5.9 3 7V19C3 20.1 3.9 21 5 21H17C18.1 21 19 20.1 19 19V12.66L17 14.86V19Z",
1970
+ fill: colors[color] || color
1971
+ }), /*#__PURE__*/React.createElement("path", {
1972
+ d: "M22 7.13L17.33 12.27V9.23L17 9.25L16.53 9.28C15.19 9.36 14.05 9.65 13.04 10.17C12 10.7 11.11 11.46 10.35 12.49L10.12 12.4C10.53 10.55 11.35 8.5 12.95 7C13.9 6.1 15.14 5.39 16.74 5.04L16.92 5L17.33 4.91V2L22 7.13Z",
1973
+ fill: colors[color] || color
1974
+ })) : /*#__PURE__*/React.createElement("svg", {
1975
+ width: width || 19,
1976
+ height: height || 19,
1977
+ viewBox: "0 0 19 19",
1856
1978
  fill: "none"
1857
1979
  }, /*#__PURE__*/React.createElement("path", {
1858
- d: "M18.355 1.28711H9.31201C10.2339 1.82798 11.0279 2.5543 11.6508 3.41437H18.3545C18.6614 3.41437 18.9113 3.66429 18.9113 3.97123V14.1455C18.9113 14.4525 18.6614 14.7024 18.3545 14.7024H8.18071C7.87377 14.7024 7.62384 14.4525 7.62384 14.1455V7.36675C7.367 7.2346 7.09842 7.12322 6.82026 7.03743C6.65773 7.53887 6.30443 7.96624 5.81844 8.22149C5.71666 8.27478 5.60582 8.30729 5.49658 8.34299V14.1455C5.49658 15.6253 6.70089 16.8302 8.18124 16.8302H18.3555C19.8354 16.8302 21.0397 15.6259 21.0397 14.1455V3.97123C21.0391 2.49142 19.8348 1.28711 18.355 1.28711Z",
1980
+ fillRule: "evenodd",
1981
+ clipRule: "evenodd",
1982
+ d: "M14 17H2V5H7.94C8.56 4.21 9.27 3.54 10.07 3H2C0.9 3 0 3.9 0 5V17C0 18.1 0.9 19 2 19H14C15.1 19 16 18.1 16 17V10.66L14 12.86V17Z",
1859
1983
  fill: colors[color] || color
1860
1984
  }), /*#__PURE__*/React.createElement("path", {
1861
- d: "M5.50094 5.39809C7.69268 5.45031 9.60998 6.604 10.7125 8.33373C10.8138 8.49146 10.9864 8.58312 11.1665 8.58312C11.2156 8.58312 11.2656 8.57619 11.3141 8.56234C11.5433 8.49679 11.7026 8.28897 11.7053 8.05077V7.98629C11.7053 4.52683 8.94068 1.71854 5.50147 1.63648V0.630399C5.50147 0.396464 5.37198 0.182245 5.16575 0.0730047C5.0741 0.0239797 4.97285 0 4.87214 0C4.74691 0 4.62275 0.0373017 4.51617 0.110306L0.245128 3.03369C0.0921908 3.13814 0.000535219 3.31132 2.33793e-06 3.4973C-0.000530543 3.68221 0.0900593 3.85593 0.242463 3.96197L4.51297 6.92266C4.62008 6.99726 4.74584 7.03457 4.8716 7.03457C4.97178 7.03457 5.07143 7.01059 5.16362 6.96316C5.37038 6.85445 5.50094 6.63917 5.50094 6.40523V5.39809Z",
1985
+ d: "M19 5.13L14.33 10.27V7.23L14 7.25L13.53 7.28C12.19 7.36 11.05 7.65 10.04 8.17C9 8.7 8.10999 9.46 7.35 10.49L7.12 10.4C7.52999 8.55 8.34999 6.5 9.95 5C10.9 4.1 12.14 3.39 13.74 3.04L13.92 3L14.33 2.91V0L19 5.13Z",
1862
1986
  fill: colors[color] || color
1863
1987
  }));
1864
1988
  });
@@ -1895,10 +2019,10 @@ export const Earth = /*#__PURE__*/memo(({
1895
2019
  }));
1896
2020
  });
1897
2021
  export const Failed = /*#__PURE__*/memo(({
1898
- width = 24,
1899
- height = 24,
1900
- viewBox = false,
1901
- color = '#FF3D71'
2022
+ width,
2023
+ height,
2024
+ color = '#7F828E',
2025
+ viewBox = false
1902
2026
  }) => {
1903
2027
  return viewBox ? /*#__PURE__*/React.createElement("svg", {
1904
2028
  width: width || 24,
@@ -1908,7 +2032,7 @@ export const Failed = /*#__PURE__*/memo(({
1908
2032
  }, /*#__PURE__*/React.createElement("path", {
1909
2033
  fillRule: "evenodd",
1910
2034
  clipRule: "evenodd",
1911
- d: "M2 12C2 6.47 6.46997 2 12 2C17.53 2 22 6.47 22 12C22 17.53 17.53 22 12 22C6.46997 22 2 17.53 2 12ZM15.59 17L17 15.59L13.41 12L17 8.41L15.59 7L12 10.59L8.41003 7L7 8.41L10.59 12L7 15.59L8.41003 17L12 13.41L15.59 17Z",
2035
+ d: "M2 12C2 6.47 6.47 2 12 2C17.53 2 22 6.47 22 12C22 17.53 17.53 22 12 22C6.47 22 2 17.53 2 12ZM15.59 17L17 15.59L13.41 12L17 8.41L15.59 7L12 10.59L8.41 7L7 8.41L10.59 12L7 15.59L8.41 17L12 13.41L15.59 17Z",
1912
2036
  fill: colors[color] || color
1913
2037
  })) : /*#__PURE__*/React.createElement("svg", {
1914
2038
  width: width || 20,
@@ -1918,7 +2042,7 @@ export const Failed = /*#__PURE__*/memo(({
1918
2042
  }, /*#__PURE__*/React.createElement("path", {
1919
2043
  fillRule: "evenodd",
1920
2044
  clipRule: "evenodd",
1921
- d: "M0 10C0 4.47 4.46997 0 10 0C15.53 0 20 4.47 20 10C20 15.53 15.53 20 10 20C4.46997 20 0 15.53 0 10ZM13.59 15L15 13.59L11.41 10L15 6.41L13.59 5L10 8.59L6.41003 5L5 6.41L8.58997 10L5 13.59L6.41003 15L10 11.41L13.59 15Z",
2045
+ d: "M0 10C0 4.47 4.47 0 10 0C15.53 0 20 4.47 20 10C20 15.53 15.53 20 10 20C4.47 20 0 15.53 0 10ZM13.59 15L15 13.59L11.41 10L15 6.41L13.59 5L10 8.59L6.41 5L5 6.41L8.59 10L5 13.59L6.41 15L10 11.41L13.59 15Z",
1922
2046
  fill: colors[color] || color
1923
2047
  }));
1924
2048
  });
@@ -2006,6 +2130,30 @@ export const Filter = /*#__PURE__*/memo(({
2006
2130
  fill: colors[color] || color
2007
2131
  }));
2008
2132
  });
2133
+ export const FilterFilled = /*#__PURE__*/memo(({
2134
+ width,
2135
+ height,
2136
+ color = '#7F828E',
2137
+ viewBox = false
2138
+ }) => {
2139
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
2140
+ width: width || 24,
2141
+ height: height || 24,
2142
+ viewBox: "0 0 24 24",
2143
+ fill: "none"
2144
+ }, /*#__PURE__*/React.createElement("path", {
2145
+ d: "M12.4128 20.8C12.5862 20.9294 12.7967 20.9996 13.0131 21C13.1656 21.0015 13.3164 20.9672 13.4533 20.9C13.6198 20.8161 13.7595 20.6874 13.8567 20.5284C13.954 20.3694 14.0048 20.1864 14.0035 20V13.69L19.8786 4.48C19.9615 4.32744 20.0033 4.15593 19.9998 3.98235C19.9963 3.80876 19.9476 3.63907 19.8586 3.48999C19.7692 3.34151 19.6431 3.21847 19.4924 3.13268C19.3418 3.04688 19.1716 3.0012 18.9982 3H4.9925C4.82143 3.00135 4.65357 3.04653 4.50495 3.13123C4.35633 3.21592 4.23191 3.33729 4.1436 3.48375C4.05529 3.63021 4.00603 3.79686 4.00052 3.96777C3.99501 4.13869 4.03344 4.30816 4.11214 4.45999L10.0018 13.68V16.95C10.0018 17.1052 10.038 17.2584 10.1075 17.3972C10.1769 17.5361 10.5027 18 10.5027 18L12.4128 20.8Z",
2146
+ fill: colors[color] || color
2147
+ })) : /*#__PURE__*/React.createElement("svg", {
2148
+ width: width || 16,
2149
+ height: height || 18,
2150
+ viewBox: "0 0 16 18",
2151
+ fill: "none"
2152
+ }, /*#__PURE__*/React.createElement("path", {
2153
+ d: "M8.41284 17.8C8.58621 17.9294 8.7967 17.9996 9.01309 18C9.16562 18.0015 9.31638 17.9672 9.45327 17.9C9.61978 17.8161 9.75952 17.6874 9.85674 17.5284C9.95397 17.3694 10.0048 17.1864 10.0035 17V10.69L15.8786 1.48C15.9615 1.32744 16.0033 1.15593 15.9998 0.982346C15.9963 0.808759 15.9476 0.639072 15.8586 0.48999C15.7692 0.341509 15.6431 0.218474 15.4924 0.132675C15.3418 0.0468761 15.1716 0.00119844 14.9982 0H0.992502C0.821432 0.00135141 0.653573 0.0465335 0.504952 0.131226C0.356331 0.215918 0.231911 0.337291 0.143598 0.483749C0.0552854 0.630208 0.00602656 0.796857 0.000518773 0.967773C-0.00498901 1.13869 0.0334367 1.30816 0.112137 1.45999L6.00185 10.68V13.95C6.00185 14.1052 6.03801 14.2584 6.10747 14.3972C6.17692 14.5361 6.50266 15 6.50266 15L8.41284 17.8Z",
2154
+ fill: colors[color] || color
2155
+ }));
2156
+ });
2009
2157
  export const Filters = /*#__PURE__*/memo(({
2010
2158
  width,
2011
2159
  height,
@@ -2255,6 +2403,60 @@ export const Guide = /*#__PURE__*/memo(({
2255
2403
  fill: colors[color] || color
2256
2404
  }));
2257
2405
  });
2406
+ export const HalfClock = /*#__PURE__*/memo(({
2407
+ width,
2408
+ height,
2409
+ color = '#7F828E',
2410
+ viewBox = false
2411
+ }) => {
2412
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
2413
+ width: width || 24,
2414
+ height: height || 24,
2415
+ viewBox: "0 0 24 24",
2416
+ fill: "none"
2417
+ }, /*#__PURE__*/React.createElement("path", {
2418
+ d: "M10.95 4.02V2C8.94 2.2 7.11 3 5.63 4.21L7.05 5.64C8.16001 4.78 9.49 4.2 10.95 4.02Z",
2419
+ fill: colors[color] || color
2420
+ }), /*#__PURE__*/React.createElement("path", {
2421
+ d: "M5.64 7.05L4.21 5.63C3 7.11 2.2 8.94 2 10.95H4.02C4.2 9.49 4.78 8.16001 5.64 7.05Z",
2422
+ fill: colors[color] || color
2423
+ }), /*#__PURE__*/React.createElement("path", {
2424
+ d: "M4.02 12.95H2C2.2 14.96 3 16.79 4.21 18.27L5.64 16.84C4.78 15.74 4.2 14.41 4.02 12.95Z",
2425
+ fill: colors[color] || color
2426
+ }), /*#__PURE__*/React.createElement("path", {
2427
+ d: "M5.63 19.69C7.11 20.9 8.95 21.7 10.95 21.9V19.88C9.49 19.7 8.16001 19.12 7.05 18.26L5.63 19.69Z",
2428
+ fill: colors[color] || color
2429
+ }), /*#__PURE__*/React.createElement("path", {
2430
+ d: "M21.95 11.95C21.95 17.11 18.03 21.37 13 21.9V19.88C16.92 19.36 19.95 16 19.95 11.95C19.95 7.9 16.92 4.54 13 4.02V2C18.03 2.53 21.95 6.79 21.95 11.95Z",
2431
+ fill: colors[color] || color
2432
+ }), /*#__PURE__*/React.createElement("path", {
2433
+ d: "M12.45 6.95001H10.95V12.95L16.2 16.1L16.95 14.87L12.45 12.2V6.95001Z",
2434
+ fill: colors[color] || color
2435
+ })) : /*#__PURE__*/React.createElement("svg", {
2436
+ width: width || 20,
2437
+ height: height || 20,
2438
+ viewBox: "0 0 20 20",
2439
+ fill: "none"
2440
+ }, /*#__PURE__*/React.createElement("path", {
2441
+ d: "M8.95 2.02V0C6.94 0.2 5.11 1 3.63 2.21L5.05 3.64C6.16001 2.78 7.49 2.2 8.95 2.02Z",
2442
+ fill: colors[color] || color
2443
+ }), /*#__PURE__*/React.createElement("path", {
2444
+ d: "M3.64 5.05L2.21 3.63C1 5.11 0.2 6.94 0 8.95H2.02C2.2 7.49 2.78 6.16001 3.64 5.05Z",
2445
+ fill: colors[color] || color
2446
+ }), /*#__PURE__*/React.createElement("path", {
2447
+ d: "M2.02 10.95H0C0.2 12.96 1 14.79 2.21 16.27L3.64 14.84C2.78 13.74 2.2 12.41 2.02 10.95Z",
2448
+ fill: colors[color] || color
2449
+ }), /*#__PURE__*/React.createElement("path", {
2450
+ d: "M3.63 17.69C5.11 18.9 6.95 19.7 8.95 19.9V17.88C7.49 17.7 6.16001 17.12 5.05 16.26L3.63 17.69Z",
2451
+ fill: colors[color] || color
2452
+ }), /*#__PURE__*/React.createElement("path", {
2453
+ d: "M19.95 9.95C19.95 15.11 16.03 19.37 11 19.9V17.88C14.92 17.36 17.95 14 17.95 9.95C17.95 5.9 14.92 2.54 11 2.02V0C16.03 0.53 19.95 4.79 19.95 9.95Z",
2454
+ fill: colors[color] || color
2455
+ }), /*#__PURE__*/React.createElement("path", {
2456
+ d: "M10.45 4.95001H8.95V10.95L14.2 14.1L14.95 12.87L10.45 10.2V4.95001Z",
2457
+ fill: colors[color] || color
2458
+ }));
2459
+ });
2258
2460
  export const Help = /*#__PURE__*/memo(({
2259
2461
  width,
2260
2462
  height,
@@ -2469,6 +2671,50 @@ export const Input = /*#__PURE__*/memo(({
2469
2671
  fill: color
2470
2672
  }));
2471
2673
  });
2674
+ export const InsuranceHistory = /*#__PURE__*/memo(({
2675
+ width,
2676
+ height,
2677
+ color = '#7F828E',
2678
+ viewBox = false
2679
+ }) => {
2680
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
2681
+ width: width || 24,
2682
+ height: height || 24,
2683
+ viewBox: "0 0 24 24",
2684
+ fill: "none"
2685
+ }, /*#__PURE__*/React.createElement("path", {
2686
+ d: "M10 2L2 5V11.09C2 16.14 5.41 20.85 10 22C10.93 21.77 11.81 21.39 12.62 20.89C12.38 20.22 12.25 19.49 12.25 18.74C12.25 15.43 14.72 12.7 17.93 12.3C17.98 11.9 18 11.5 18 11.09V5L10 2ZM14 13H11.5V15.5H8.5V13H6V10H8.5V7.5H11.5V10H14V13Z",
2687
+ fill: colors[color] || color
2688
+ }), /*#__PURE__*/React.createElement("path", {
2689
+ fillRule: "evenodd",
2690
+ clipRule: "evenodd",
2691
+ d: "M19.4399 14.61C19.2199 14.57 18.9999 14.55 18.7699 14.55C16.8199 14.55 15.1899 15.88 14.7199 17.68C14.6299 18.02 14.5799 18.37 14.5799 18.74H13.1899L15.0399 20.6L16.8999 18.74H15.5099C15.5099 18.37 15.5699 18.02 15.6899 17.68C16.1199 16.4 17.3299 15.48 18.7699 15.48C19.0799 15.48 19.3899 15.52 19.6799 15.61C21.0299 16.01 22.0299 17.25 22.0299 18.74C22.0299 20.54 20.5699 22 18.7699 22C17.8699 22 17.0499 21.63 16.4699 21.05L15.8099 21.71C16.5699 22.46 17.6099 22.94 18.7699 22.94C21.0799 22.94 22.9599 21.07 22.9599 18.75C22.9599 16.65 21.4399 14.92 19.4399 14.61Z",
2692
+ fill: colors[color] || color
2693
+ }), /*#__PURE__*/React.createElement("path", {
2694
+ fillRule: "evenodd",
2695
+ clipRule: "evenodd",
2696
+ d: "M19.15 18.51V16.34H18.36V18.96L20.6 20.29L21.01 19.62L19.15 18.51Z",
2697
+ fill: colors[color] || color
2698
+ })) : /*#__PURE__*/React.createElement("svg", {
2699
+ width: width || 21,
2700
+ height: height || 21,
2701
+ viewBox: "0 0 21 21",
2702
+ fill: "none"
2703
+ }, /*#__PURE__*/React.createElement("path", {
2704
+ d: "M8 0L0 3V9.09C0 14.14 3.41 18.85 8 20C8.93 19.77 9.81 19.39 10.62 18.89C10.38 18.22 10.25 17.49 10.25 16.74C10.25 13.43 12.72 10.7 15.93 10.3C15.98 9.9 16 9.5 16 9.09V3L8 0ZM12 11H9.5V13.5H6.5V11H4V8H6.5V5.5H9.5V8H12V11Z",
2705
+ fill: colors[color] || color
2706
+ }), /*#__PURE__*/React.createElement("path", {
2707
+ fillRule: "evenodd",
2708
+ clipRule: "evenodd",
2709
+ d: "M17.4399 12.61C17.2199 12.57 16.9999 12.55 16.7699 12.55C14.8199 12.55 13.1899 13.88 12.7199 15.68C12.6299 16.02 12.5799 16.37 12.5799 16.74H11.1899L13.0399 18.6L14.8999 16.74H13.5099C13.5099 16.37 13.5699 16.02 13.6899 15.68C14.1199 14.4 15.3299 13.48 16.7699 13.48C17.0799 13.48 17.3899 13.52 17.6799 13.61C19.0299 14.01 20.0299 15.25 20.0299 16.74C20.0299 18.54 18.5699 20 16.7699 20C15.8699 20 15.0499 19.63 14.4699 19.05L13.8099 19.71C14.5699 20.46 15.6099 20.94 16.7699 20.94C19.0799 20.94 20.9599 19.07 20.9599 16.75C20.9599 14.65 19.4399 12.92 17.4399 12.61Z",
2710
+ fill: colors[color] || color
2711
+ }), /*#__PURE__*/React.createElement("path", {
2712
+ fillRule: "evenodd",
2713
+ clipRule: "evenodd",
2714
+ d: "M17.15 16.51V14.34H16.36V16.96L18.6 18.29L19.01 17.62L17.15 16.51Z",
2715
+ fill: colors[color] || color
2716
+ }));
2717
+ });
2472
2718
  export const Key = /*#__PURE__*/memo(({
2473
2719
  width,
2474
2720
  height,
@@ -2577,7 +2823,7 @@ export const LibraryBooks = /*#__PURE__*/memo(({
2577
2823
  fill: colors[color] || color
2578
2824
  }));
2579
2825
  });
2580
- export const ListApproval = /*#__PURE__*/memo(({
2826
+ export const List = /*#__PURE__*/memo(({
2581
2827
  width,
2582
2828
  height,
2583
2829
  color = '#7F828E',
@@ -2589,43 +2835,47 @@ export const ListApproval = /*#__PURE__*/memo(({
2589
2835
  viewBox: "0 0 24 24",
2590
2836
  fill: "none"
2591
2837
  }, /*#__PURE__*/React.createElement("path", {
2592
- d: "M16 12H18V5C18 3.9 17.1 3 16 3H4C2.9 3 2 3.9 2 5V17C2 18.1 2.9 19 4 19H11V17H4V4.78H16V12Z",
2593
- fill: colors[color] || color
2594
- }), /*#__PURE__*/React.createElement("path", {
2595
- d: "M14 13H6V15H14V13Z",
2596
- fill: colors[color] || color
2597
- }), /*#__PURE__*/React.createElement("path", {
2598
- d: "M11 12H14V10H6V12H11Z",
2599
- fill: colors[color] || color
2600
- }), /*#__PURE__*/React.createElement("path", {
2601
- d: "M14 7H6V9H14V7Z",
2602
- fill: colors[color] || color
2603
- }), /*#__PURE__*/React.createElement("path", {
2604
2838
  fillRule: "evenodd",
2605
2839
  clipRule: "evenodd",
2606
- d: "M15.31 21.92L11.84 18.42L13.24 17.01L15.31 19.09L20.44 13.92L21.84 15.33L15.31 21.92Z",
2840
+ d: "M4 7V5H20V7H4ZM4 9H20V11H4V9ZM4 17H14V19H4V17ZM4 15H20V13H4V15Z",
2607
2841
  fill: colors[color] || color
2608
2842
  })) : /*#__PURE__*/React.createElement("svg", {
2609
- width: width || 20,
2610
- height: height || 19,
2611
- viewBox: "0 0 20 19",
2843
+ width: width || 16,
2844
+ height: height || 14,
2845
+ viewBox: "0 0 16 14",
2612
2846
  fill: "none"
2613
2847
  }, /*#__PURE__*/React.createElement("path", {
2614
- d: "M14 9H16V2C16 0.9 15.1 0 14 0H2C0.9 0 0 0.9 0 2V14C0 15.1 0.9 16 2 16H9V14H2V1.78H14V9Z",
2615
- fill: colors[color] || color
2616
- }), /*#__PURE__*/React.createElement("path", {
2617
- d: "M12 10H4V12H12V10Z",
2618
- fill: colors[color] || color
2619
- }), /*#__PURE__*/React.createElement("path", {
2620
- d: "M9 9H12V7H4V9H9Z",
2848
+ fillRule: "evenodd",
2849
+ clipRule: "evenodd",
2850
+ d: "M0 2V0H16V2H0ZM0 4H16V6H0V4ZM0 12H10V14H0V12ZM0 10H16V8H0V10Z",
2621
2851
  fill: colors[color] || color
2622
- }), /*#__PURE__*/React.createElement("path", {
2623
- d: "M12 4H4V6H12V4Z",
2852
+ }));
2853
+ });
2854
+ export const ListApproval = /*#__PURE__*/memo(({
2855
+ width,
2856
+ height,
2857
+ color = '#7F828E',
2858
+ viewBox = false
2859
+ }) => {
2860
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
2861
+ width: width || 24,
2862
+ height: height || 24,
2863
+ viewBox: "0 0 24 24",
2864
+ fill: "none"
2865
+ }, /*#__PURE__*/React.createElement("path", {
2866
+ fillRule: "evenodd",
2867
+ clipRule: "evenodd",
2868
+ d: "M2 6H14V8H2V6ZM2 10H14V12H2V10ZM2 16H10V14H2V16ZM23 13L21.5 11.5L16.01 17L13 14L11.5 15.5L16.01 20L23 13Z",
2624
2869
  fill: colors[color] || color
2625
- }), /*#__PURE__*/React.createElement("path", {
2870
+ })) : /*#__PURE__*/React.createElement("svg", {
2871
+ width: width || 21,
2872
+ height: height || 14,
2873
+ viewBox: "0 0 21 14",
2874
+ fill: "none"
2875
+ }, /*#__PURE__*/React.createElement("path", {
2626
2876
  fillRule: "evenodd",
2627
2877
  clipRule: "evenodd",
2628
- d: "M13.31 18.92L9.83997 15.42L11.24 14.01L13.31 16.09L18.44 10.92L19.84 12.33L13.31 18.92Z",
2878
+ d: "M0 0H12V2H0V0ZM0 4H12V6H0V4ZM0 10H8V8H0V10ZM21 7L19.5 5.5L14.01 11L11 8L9.5 9.5L14.01 14L21 7Z",
2629
2879
  fill: colors[color] || color
2630
2880
  }));
2631
2881
  });
@@ -2765,20 +3015,22 @@ export const Login = /*#__PURE__*/memo(({
2765
3015
  viewBox: "0 0 24 24",
2766
3016
  fill: "none"
2767
3017
  }, /*#__PURE__*/React.createElement("path", {
2768
- fillRule: "evenodd",
2769
- clipRule: "evenodd",
2770
- d: "M5 3H19C20.1 3 21 3.9 21 5V19C21 20.1 20.1 21 19 21H5C3.89 21 3 20.1 3 19V15H5V19H19V5H5V9H3V5C3 3.9 3.89 3 5 3ZM11.5 17L10.09 15.59L12.67 13H3V11H12.67L10.09 8.41L11.5 7L16.5 12L11.5 17Z",
2771
- fill: color
3018
+ d: "M22 2.90909V21.0909C22 21.5909 21.5812 22 21.0693 22H8.04001C7.52815 22 7.10935 21.5909 7.10935 21.0909V18.4636H13.624C14.1359 18.4636 14.5547 18.0545 14.5547 17.5545V5.63636C14.5547 5.13636 14.1359 4.72727 13.624 4.72727H7.10935V2.90909C7.10935 2.40909 7.52815 2 8.04001 2H21.0693C21.5812 2 22 2.40909 22 2.90909Z",
3019
+ fill: colors[color] || color
3020
+ }), /*#__PURE__*/React.createElement("path", {
3021
+ d: "M10.5714 9.07271L7.1652 5.73635V9.05453H2V14.1273H7.1652V17.4545L13.1494 11.5909L10.5714 9.07271Z",
3022
+ fill: colors[color] || color
2772
3023
  })) : /*#__PURE__*/React.createElement("svg", {
2773
- width: width || 18,
2774
- height: height || 18,
2775
- viewBox: "0 0 18 18",
3024
+ width: width || 20,
3025
+ height: height || 20,
3026
+ viewBox: "0 0 20 20",
2776
3027
  fill: "none"
2777
3028
  }, /*#__PURE__*/React.createElement("path", {
2778
- fillRule: "evenodd",
2779
- clipRule: "evenodd",
2780
- d: "M2 0H16C17.1 0 18 0.9 18 2V16C18 17.1 17.1 18 16 18H2C0.89 18 0 17.1 0 16V12H2V16H16V2H2V6H0V2C0 0.9 0.89 0 2 0ZM8.5 14L7.09 12.59L9.67 10H0V8H9.67L7.09 5.41L8.5 4L13.5 9L8.5 14Z",
2781
- fill: color
3029
+ d: "M20 0.909091V19.0909C20 19.5909 19.5812 20 19.0693 20H6.04001C5.52815 20 5.10935 19.5909 5.10935 19.0909V16.4636H11.624C12.1359 16.4636 12.5547 16.0545 12.5547 15.5545V3.63636C12.5547 3.13636 12.1359 2.72727 11.624 2.72727H5.10935V0.909091C5.10935 0.409091 5.52815 0 6.04001 0H19.0693C19.5812 0 20 0.409091 20 0.909091Z",
3030
+ fill: colors[color] || color
3031
+ }), /*#__PURE__*/React.createElement("path", {
3032
+ d: "M8.57143 7.07271L5.1652 3.73635V7.05453H0V12.1273H5.1652V15.4545L11.1494 9.5909L8.57143 7.07271Z",
3033
+ fill: colors[color] || color
2782
3034
  }));
2783
3035
  });
2784
3036
  export const Logout = /*#__PURE__*/memo(({
@@ -2787,31 +3039,27 @@ export const Logout = /*#__PURE__*/memo(({
2787
3039
  color = '#7F828E',
2788
3040
  viewBox = false
2789
3041
  }) => {
2790
- if (viewBox) {
2791
- return /*#__PURE__*/React.createElement("svg", {
2792
- width: width || 24,
2793
- height: height || 24,
2794
- viewBox: "0 0 24 24",
2795
- fill: "none"
2796
- }, /*#__PURE__*/React.createElement("path", {
2797
- d: "M4.12647 21L19.8735 21C20.4957 21 21 20.4957 21 19.8735L21 17.6253C21 17.0031 20.4957 16.4988 19.8735 16.4988C19.2514 16.4988 18.7471 17.0031 18.7471 17.6253L18.7471 18.7518L5.24823 18.7518L5.24823 5.25294L18.7518 5.25294L18.7518 6.37942C18.7518 7.00157 19.2561 7.50589 19.8782 7.50589C20.4957 7.50118 21 6.99686 21 6.3747L21 4.12647C21 3.50432 20.4957 3 19.8735 3L4.12647 3C3.50432 3 3 3.50432 3 4.12647L3 19.8735C3 20.4957 3.50432 21 4.12647 21Z",
2798
- fill: colors[color] || color
2799
- }), /*#__PURE__*/React.createElement("path", {
2800
- d: "M15.9709 15.2405C16.3339 15.4385 16.7816 15.4149 17.1257 15.184L20.5004 12.9358C20.8115 12.7284 21 12.3796 21 12.0025C21 11.6255 20.8115 11.2767 20.5004 11.0646L17.1257 8.81635C16.9372 8.68909 16.7203 8.62782 16.5035 8.62782C16.3197 8.62782 16.1406 8.67024 15.9709 8.75979C15.6033 8.95775 15.3771 9.33481 15.3771 9.74958L15.3771 10.8761L8.62765 10.8761C8.0055 10.8761 7.50118 11.3804 7.50118 12.0025C7.50118 12.6247 8.0055 13.129 8.62765 13.129L15.3771 13.129L15.3771 14.2555C15.3771 14.6655 15.6033 15.0473 15.9709 15.2405Z",
2801
- fill: colors[color] || color
2802
- }));
2803
- }
2804
-
2805
- return /*#__PURE__*/React.createElement("svg", {
2806
- width: width || 18,
2807
- height: height || 18,
2808
- viewBox: "0 0 18 18",
3042
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3043
+ width: width || 24,
3044
+ height: height || 24,
3045
+ viewBox: "0 0 24 24",
3046
+ fill: "none"
3047
+ }, /*#__PURE__*/React.createElement("path", {
3048
+ d: "M10.0036 6.04545V17.9636C10.0036 18.4636 10.4037 18.8727 10.8928 18.8727H16.2285V21.0909C16.2285 21.6 15.8284 22 15.3393 22H2.88928C2.40018 22 2 21.6 2 21.0909V2.90909C2 2.40909 2.40018 2 2.88928 2H15.3393C15.8284 2 16.2285 2.40909 16.2285 2.90909V5.13636H10.8928C10.4037 5.13636 10.0036 5.54545 10.0036 6.04545Z",
3049
+ fill: colors[color] || color
3050
+ }), /*#__PURE__*/React.createElement("path", {
3051
+ d: "M19.5367 9.48186L16.2819 6.13641V9.46368H11.3464V14.5364H16.2819V17.8637L19.5367 14.5182L22 12L19.5367 9.48186Z",
3052
+ fill: colors[color] || color
3053
+ })) : /*#__PURE__*/React.createElement("svg", {
3054
+ width: width || 20,
3055
+ height: height || 20,
3056
+ viewBox: "0 0 20 20",
2809
3057
  fill: "none"
2810
3058
  }, /*#__PURE__*/React.createElement("path", {
2811
- d: "M1.12647 18L16.8735 18C17.4957 18 18 17.4957 18 16.8735L18 14.6253C18 14.0031 17.4957 13.4988 16.8735 13.4988C16.2514 13.4988 15.7471 14.0031 15.7471 14.6253L15.7471 15.7518L2.24823 15.7518L2.24823 2.25294L15.7518 2.25294L15.7518 3.37942C15.7518 4.00157 16.2561 4.50589 16.8782 4.50589C17.4957 4.50118 18 3.99686 18 3.3747L18 1.12647C18 0.50432 17.4957 -4.40891e-08 16.8735 -9.84794e-08L1.12647 -1.47513e-06C0.504322 -1.52952e-06 1.52952e-06 0.504319 1.47513e-06 1.12647L9.84794e-08 16.8735C4.40891e-08 17.4957 0.50432 18 1.12647 18Z",
3059
+ d: "M8.00355 4.04545V15.9636C8.00355 16.4636 8.40373 16.8727 8.89284 16.8727H14.2285V19.0909C14.2285 19.6 13.8284 20 13.3393 20H0.889284C0.400178 20 0 19.6 0 19.0909V0.909091C0 0.409091 0.400178 0 0.889284 0H13.3393C13.8284 0 14.2285 0.409091 14.2285 0.909091V3.13636H8.89284C8.40373 3.13636 8.00355 3.54545 8.00355 4.04545Z",
2812
3060
  fill: colors[color] || color
2813
3061
  }), /*#__PURE__*/React.createElement("path", {
2814
- d: "M12.9709 12.2405C13.3339 12.4385 13.7816 12.4149 14.1257 12.184L17.5004 9.93576C17.8115 9.72837 18 9.37959 18 9.00253C18 8.62547 17.8115 8.27668 17.5004 8.06459L14.1257 5.81635C13.9372 5.68909 13.7203 5.62782 13.5035 5.62782C13.3197 5.62782 13.1406 5.67024 12.9709 5.75979C12.6033 5.95775 12.3771 6.33481 12.3771 6.74958L12.3771 7.87605L5.62765 7.87605C5.0055 7.87605 4.50118 8.38037 4.50118 9.00253C4.50118 9.62468 5.0055 10.129 5.62765 10.129L12.3771 10.129L12.3771 11.2555C12.3771 11.6655 12.6033 12.0473 12.9709 12.2405Z",
3062
+ d: "M17.5367 7.48186L14.2819 4.13641V7.46368H9.34638V12.5364H14.2819V15.8637L17.5367 12.5182L20 10L17.5367 7.48186Z",
2815
3063
  fill: colors[color] || color
2816
3064
  }));
2817
3065
  });
@@ -2827,21 +3075,21 @@ export const LogoutV2 = /*#__PURE__*/memo(({
2827
3075
  viewBox: "0 0 24 24",
2828
3076
  fill: "none"
2829
3077
  }, /*#__PURE__*/React.createElement("path", {
2830
- d: "M10.75 7.3375V17.17C10.75 17.5825 11.0875 17.92 11.5 17.92H16V19.75C16 20.17 15.6625 20.5 15.25 20.5H4.75C4.3375 20.5 4 20.17 4 19.75V4.75C4 4.3375 4.3375 4 4.75 4H15.25C15.6625 4 16 4.3375 16 4.75V6.5875H11.5C11.0875 6.5875 10.75 6.925 10.75 7.3375Z",
3078
+ d: "M10.0036 6.04545V17.9636C10.0036 18.4636 10.4037 18.8727 10.8928 18.8727H16.2285V21.0909C16.2285 21.6 15.8284 22 15.3393 22H2.88928C2.40018 22 2 21.6 2 21.0909V2.90909C2 2.40909 2.40018 2 2.88928 2H15.3393C15.8284 2 16.2285 2.40909 16.2285 2.90909V5.13636H10.8928C10.4037 5.13636 10.0036 5.54545 10.0036 6.04545Z",
2831
3079
  fill: colors[color] || color
2832
3080
  }), /*#__PURE__*/React.createElement("path", {
2833
- d: "M18.7898 10.1725L16.0448 7.41248V10.1575H11.8823V14.3425H16.0448V17.0875L18.7898 14.3275L20.8673 12.25L18.7898 10.1725Z",
3081
+ d: "M19.5367 9.48186L16.2819 6.13641V9.46368H11.3464V14.5364H16.2819V17.8637L19.5367 14.5182L22 12L19.5367 9.48186Z",
2834
3082
  fill: colors[color] || color
2835
3083
  })) : /*#__PURE__*/React.createElement("svg", {
2836
- width: width || 17,
2837
- height: height || 17,
2838
- viewBox: "0 0 17 17",
3084
+ width: width || 20,
3085
+ height: height || 20,
3086
+ viewBox: "0 0 20 20",
2839
3087
  fill: "none"
2840
3088
  }, /*#__PURE__*/React.createElement("path", {
2841
- d: "M6.75 3.3375V13.17C6.75 13.5825 7.0875 13.92 7.5 13.92H12V15.75C12 16.17 11.6625 16.5 11.25 16.5H0.75C0.3375 16.5 0 16.17 0 15.75V0.75C0 0.3375 0.3375 0 0.75 0H11.25C11.6625 0 12 0.3375 12 0.75V2.5875H7.5C7.0875 2.5875 6.75 2.925 6.75 3.3375Z",
3089
+ d: "M8.00355 4.04545V15.9636C8.00355 16.4636 8.40373 16.8727 8.89284 16.8727H14.2285V19.0909C14.2285 19.6 13.8284 20 13.3393 20H0.889284C0.400178 20 0 19.6 0 19.0909V0.909091C0 0.409091 0.400178 0 0.889284 0H13.3393C13.8284 0 14.2285 0.409091 14.2285 0.909091V3.13636H8.89284C8.40373 3.13636 8.00355 3.54545 8.00355 4.04545Z",
2842
3090
  fill: colors[color] || color
2843
3091
  }), /*#__PURE__*/React.createElement("path", {
2844
- d: "M14.7898 6.17248L12.0448 3.41248V6.15748H7.88232V10.3425H12.0448V13.0875L14.7898 10.3275L16.8673 8.24998L14.7898 6.17248Z",
3092
+ d: "M17.5367 7.48186L14.2819 4.13641V7.46368H9.34638V12.5364H14.2819V15.8637L17.5367 12.5182L20 10L17.5367 7.48186Z",
2845
3093
  fill: colors[color] || color
2846
3094
  }));
2847
3095
  });
@@ -2851,21 +3099,17 @@ export const Mail = /*#__PURE__*/memo(({
2851
3099
  color = '#7F828E',
2852
3100
  viewBox = false
2853
3101
  }) => {
2854
- if (viewBox) {
2855
- return /*#__PURE__*/React.createElement("svg", {
2856
- width: width || 24,
2857
- height: height || 24,
2858
- viewBox: "0 0 24 24",
2859
- fill: "none"
2860
- }, /*#__PURE__*/React.createElement("path", {
2861
- fillRule: "evenodd",
2862
- clipRule: "evenodd",
2863
- d: "M20 4H4C2.89999 4 2.01001 4.90002 2.01001 6L2 18C2 19.1 2.89999 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.90002 21.1 4 20 4ZM4 8L12 13L20 8V18H4V8ZM4 6L12 11L20 6H4Z",
2864
- fill: colors[color] || color
2865
- }));
2866
- }
2867
-
2868
- return /*#__PURE__*/React.createElement("svg", {
3102
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3103
+ width: width || 24,
3104
+ height: height || 24,
3105
+ viewBox: "0 0 24 24",
3106
+ fill: "none"
3107
+ }, /*#__PURE__*/React.createElement("path", {
3108
+ fillRule: "evenodd",
3109
+ clipRule: "evenodd",
3110
+ d: "M4 4H20C21.1 4 22 4.9 22 6V18C22 19.1 21.1 20 20 20H4C2.9 20 2 19.1 2 18L2.01 6C2.01 4.9 2.9 4 4 4ZM12 13L20 8V6L12 11L4 6V8L12 13Z",
3111
+ fill: colors[color] || color
3112
+ })) : /*#__PURE__*/React.createElement("svg", {
2869
3113
  width: width || 20,
2870
3114
  height: height || 16,
2871
3115
  viewBox: "0 0 20 16",
@@ -2873,7 +3117,7 @@ export const Mail = /*#__PURE__*/memo(({
2873
3117
  }, /*#__PURE__*/React.createElement("path", {
2874
3118
  fillRule: "evenodd",
2875
3119
  clipRule: "evenodd",
2876
- d: "M18 0H2C0.899994 0 0.0100098 0.900024 0.0100098 2L0 14C0 15.1 0.899994 16 2 16H18C19.1 16 20 15.1 20 14V2C20 0.900024 19.1 0 18 0ZM2 4L10 9L18 4V14H2V4ZM2 2L10 7L18 2H2Z",
3120
+ d: "M2 0H18C19.1 0 20 0.9 20 2V14C20 15.1 19.1 16 18 16H2C0.9 16 0 15.1 0 14L0.01 2C0.01 0.9 0.9 0 2 0ZM10 9L18 4V2L10 7L2 2V4L10 9Z",
2877
3121
  fill: colors[color] || color
2878
3122
  }));
2879
3123
  });
@@ -2883,25 +3127,21 @@ export const Mapping = /*#__PURE__*/memo(({
2883
3127
  color = '#7F828E',
2884
3128
  viewBox = false
2885
3129
  }) => {
2886
- if (viewBox) {
2887
- return /*#__PURE__*/React.createElement("svg", {
2888
- width: width || 24,
2889
- height: height || 24,
2890
- viewBox: "0 0 24 24",
2891
- fill: "none"
2892
- }, /*#__PURE__*/React.createElement("path", {
2893
- d: "M18.0025 15.0024C17.2169 15.0031 16.4629 15.3119 15.9025 15.8624L8.00247 12.3424V12.0024V11.6724L15.9025 8.14243C16.3973 8.62745 17.0447 8.92624 17.7349 8.98805C18.425 9.04985 19.1152 8.87087 19.6884 8.4815C20.2615 8.09213 20.6822 7.51637 20.8789 6.85202C21.0757 6.18767 21.0365 5.47569 20.7679 4.83699C20.4993 4.19829 20.0178 3.67226 19.4054 3.34825C18.7929 3.02423 18.0872 2.9222 17.4081 3.05948C16.7289 3.19677 16.1182 3.56491 15.6797 4.10137C15.2412 4.63784 15.0019 5.30955 15.0025 6.00243V6.34243L7.10247 9.86243C6.68083 9.44819 6.14622 9.16773 5.56574 9.05626C4.98526 8.94479 4.38479 9.00729 3.8397 9.2359C3.29462 9.46451 2.82921 9.84905 2.50191 10.3412C2.17461 10.8334 2 11.4113 2 12.0024C2 12.5935 2.17461 13.1714 2.50191 13.6636C2.82921 14.1558 3.29462 14.5404 3.8397 14.769C4.38479 14.9976 4.98526 15.0601 5.56574 14.9486C6.14622 14.8371 6.68083 14.5567 7.10247 14.1424L15.0025 17.6724V18.0024C15.0025 18.5958 15.1784 19.1758 15.5081 19.6691C15.8377 20.1625 16.3062 20.547 16.8544 20.7741C17.4026 21.0011 18.0058 21.0605 18.5877 20.9448C19.1697 20.829 19.7042 20.5433 20.1238 20.1238C20.5434 19.7042 20.8291 19.1696 20.9448 18.5877C21.0606 18.0058 21.0012 17.4026 20.7741 16.8544C20.5471 16.3062 20.1625 15.8377 19.6692 15.508C19.1758 15.1784 18.5958 15.0024 18.0025 15.0024ZM18.0025 5.00243C18.2003 5.00243 18.3936 5.06108 18.558 5.17096C18.7225 5.28085 18.8507 5.43702 18.9264 5.61975C19.002 5.80248 19.0218 6.00354 18.9833 6.19752C18.9447 6.39151 18.8494 6.56969 18.7096 6.70954C18.5697 6.84939 18.3915 6.94463 18.1976 6.98322C18.0036 7.0218 17.8025 7.002 17.6198 6.92631C17.4371 6.85063 17.2809 6.72245 17.171 6.558C17.0611 6.39355 17.0025 6.20022 17.0025 6.00243C17.0025 5.73722 17.1078 5.48286 17.2954 5.29533C17.4829 5.10779 17.7373 5.00243 18.0025 5.00243ZM5.00247 13.0024C4.80469 13.0024 4.61135 12.9438 4.4469 12.8339C4.28246 12.724 4.15428 12.5678 4.0786 12.3851C4.00291 12.2024 3.9831 12.0013 4.02169 11.8073C4.06027 11.6134 4.15552 11.4352 4.29537 11.2953C4.43522 11.1555 4.6134 11.0602 4.80738 11.0216C5.00137 10.9831 5.20243 11.0029 5.38516 11.0786C5.56788 11.1542 5.72406 11.2824 5.83394 11.4469C5.94383 11.6113 6.00247 11.8047 6.00247 12.0024C6.00247 12.2677 5.89712 12.522 5.70958 12.7095C5.52204 12.8971 5.26769 13.0024 5.00247 13.0024ZM18.0025 19.0024C17.8047 19.0024 17.6114 18.9438 17.4469 18.8339C17.2825 18.724 17.1543 18.5678 17.0786 18.3851C17.0029 18.2024 16.9831 18.0013 17.0217 17.8073C17.0603 17.6134 17.1555 17.4352 17.2954 17.2953C17.4352 17.1555 17.6134 17.0602 17.8074 17.0216C18.0014 16.9831 18.2024 17.0029 18.3852 17.0786C18.5679 17.1542 18.7241 17.2824 18.8339 17.4469C18.9438 17.6113 19.0025 17.8047 19.0025 18.0024C19.0025 18.2677 18.8971 18.522 18.7096 18.7095C18.522 18.8971 18.2677 19.0024 18.0025 19.0024Z",
2894
- fill: colors[color] || color
2895
- }));
2896
- }
2897
-
2898
- return /*#__PURE__*/React.createElement("svg", {
2899
- width: width || 20,
2900
- height: height || 19,
2901
- viewBox: "0 0 20 19",
3130
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3131
+ width: width || 24,
3132
+ height: height || 24,
3133
+ viewBox: "0 0 24 24",
2902
3134
  fill: "none"
2903
3135
  }, /*#__PURE__*/React.createElement("path", {
2904
- d: "M16.0025 12.0024C15.2169 12.0031 14.4629 12.3119 13.9025 12.8624L6.00247 9.34243V9.00243V8.67243L13.9025 5.14243C14.3973 5.62745 15.0447 5.92624 15.7349 5.98805C16.425 6.04985 17.1152 5.87087 17.6884 5.4815C18.2615 5.09213 18.6822 4.51637 18.8789 3.85202C19.0757 3.18767 19.0365 2.47569 18.7679 1.83699C18.4993 1.19829 18.0178 0.672264 17.4054 0.348245C16.7929 0.0242268 16.0872 -0.0778041 15.4081 0.0594817C14.7289 0.196768 14.1182 0.564905 13.6797 1.10137C13.2412 1.63784 13.0019 2.30955 13.0025 3.00243V3.34243L5.10247 6.86243C4.68083 6.44819 4.14622 6.16773 3.56574 6.05626C2.98526 5.94479 2.38479 6.00729 1.8397 6.2359C1.29462 6.46451 0.829213 6.84905 0.501912 7.34124C0.174611 7.83344 0 8.41135 0 9.00243C0 9.59352 0.174611 10.1714 0.501912 10.6636C0.829213 11.1558 1.29462 11.5404 1.8397 11.769C2.38479 11.9976 2.98526 12.0601 3.56574 11.9486C4.14622 11.8371 4.68083 11.5567 5.10247 11.1424L13.0025 14.6724V15.0024C13.0025 15.5958 13.1784 16.1758 13.5081 16.6691C13.8377 17.1625 14.3062 17.547 14.8544 17.7741C15.4026 18.0011 16.0058 18.0605 16.5877 17.9448C17.1697 17.829 17.7042 17.5433 18.1238 17.1238C18.5434 16.7042 18.8291 16.1696 18.9448 15.5877C19.0606 15.0058 19.0012 14.4026 18.7741 13.8544C18.5471 13.3062 18.1625 12.8377 17.6692 12.508C17.1758 12.1784 16.5958 12.0024 16.0025 12.0024ZM16.0025 2.00243C16.2003 2.00243 16.3936 2.06108 16.558 2.17096C16.7225 2.28085 16.8507 2.43702 16.9264 2.61975C17.002 2.80248 17.0218 3.00354 16.9833 3.19752C16.9447 3.39151 16.8494 3.56969 16.7096 3.70954C16.5697 3.84939 16.3915 3.94463 16.1976 3.98322C16.0036 4.0218 15.8025 4.002 15.6198 3.92631C15.4371 3.85063 15.2809 3.72245 15.171 3.558C15.0611 3.39355 15.0025 3.20022 15.0025 3.00243C15.0025 2.73722 15.1078 2.48286 15.2954 2.29533C15.4829 2.10779 15.7373 2.00243 16.0025 2.00243ZM3.00247 10.0024C2.80469 10.0024 2.61135 9.94378 2.4469 9.8339C2.28246 9.72402 2.15428 9.56784 2.0786 9.38512C2.00291 9.20239 1.9831 9.00132 2.02169 8.80734C2.06027 8.61336 2.15552 8.43518 2.29537 8.29533C2.43522 8.15547 2.6134 8.06023 2.80738 8.02165C3.00137 7.98306 3.20243 8.00287 3.38516 8.07855C3.56788 8.15424 3.72406 8.28241 3.83394 8.44686C3.94383 8.61131 4.00247 8.80465 4.00247 9.00243C4.00247 9.26765 3.89712 9.522 3.70958 9.70954C3.52204 9.89708 3.26769 10.0024 3.00247 10.0024ZM16.0025 16.0024C15.8047 16.0024 15.6114 15.9438 15.4469 15.8339C15.2825 15.724 15.1543 15.5678 15.0786 15.3851C15.0029 15.2024 14.9831 15.0013 15.0217 14.8073C15.0603 14.6134 15.1555 14.4352 15.2954 14.2953C15.4352 14.1555 15.6134 14.0602 15.8074 14.0216C16.0014 13.9831 16.2024 14.0029 16.3852 14.0786C16.5679 14.1542 16.7241 14.2824 16.8339 14.4469C16.9438 14.6113 17.0025 14.8047 17.0025 15.0024C17.0025 15.2677 16.8971 15.522 16.7096 15.7095C16.522 15.8971 16.2677 16.0024 16.0025 16.0024Z",
3136
+ d: "M16 7L12 11L8.82 11C8.4 9.84 7.3 9 6 9C4.34 9 3 10.34 3 12C3 13.66 4.34 15 6 15C7.3 15 8.4 14.16 8.82 13L12 13L16 17L16 21L21 21L21 16L17.95 16L13.75 12L17.95 8L21 8L21 3L16 3L16 7Z",
3137
+ fill: colors[color] || color
3138
+ })) : /*#__PURE__*/React.createElement("svg", {
3139
+ width: width || 18,
3140
+ height: height || 18,
3141
+ viewBox: "0 0 18 18",
3142
+ fill: "none"
3143
+ }, /*#__PURE__*/React.createElement("path", {
3144
+ d: "M13 4L9 8L5.82 8C5.4 6.84 4.3 6 3 6C1.34 6 -4.65963e-07 7.34 -3.93402e-07 9C-3.20842e-07 10.66 1.34 12 3 12C4.3 12 5.4 11.16 5.82 10L9 10L13 14L13 18L18 18L18 13L14.95 13L10.75 9L14.95 5L18 5L18 -7.86805e-07L13 -5.68248e-07L13 4Z",
2905
3145
  fill: colors[color] || color
2906
3146
  }));
2907
3147
  });
@@ -2911,29 +3151,25 @@ export const Marker = /*#__PURE__*/memo(({
2911
3151
  color = '#7F828E',
2912
3152
  viewBox = false
2913
3153
  }) => {
2914
- if (viewBox) {
2915
- return /*#__PURE__*/React.createElement("svg", {
2916
- width: width || 24,
2917
- height: height || 24,
2918
- viewBox: "0 0 24 24",
2919
- fill: "none"
2920
- }, /*#__PURE__*/React.createElement("path", {
2921
- fillRule: "evenodd",
2922
- clipRule: "evenodd",
2923
- d: "M12.0001 10.9998C11.1731 10.9998 10.5001 10.3268 10.5001 9.49976C10.5001 8.67276 11.1731 7.99976 12.0001 7.99976C12.8271 7.99976 13.5001 8.67276 13.5001 9.49976C13.5001 10.3268 12.8271 10.9998 12.0001 10.9998ZM12 5.99974C10.07 5.99974 8.5 7.56974 8.5 9.49974C8.5 11.4297 10.07 12.9997 12 12.9997C13.93 12.9997 15.5 11.4297 15.5 9.49974C15.5 7.56974 13.93 5.99974 12 5.99974ZM12.0001 19.646C10.3251 18.062 6.00008 13.615 6.00008 9.92202C6.00008 6.65702 8.69108 4.00002 12.0001 4.00002C15.3091 4.00002 18.0001 6.65702 18.0001 9.92202C18.0001 13.615 13.6751 18.062 12.0001 19.646ZM12 2C7.589 2 4 5.553 4 9.922C4 15.397 11.049 21.501 11.349 21.758C11.537 21.919 11.768 22 12 22C12.232 22 12.463 21.919 12.651 21.758C12.951 21.501 20 15.397 20 9.922C20 5.553 16.411 2 12 2Z",
2924
- fill: colors[color] || color
2925
- }));
2926
- }
2927
-
2928
- return /*#__PURE__*/React.createElement("svg", {
2929
- width: width || 16,
3154
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3155
+ width: width || 24,
3156
+ height: height || 24,
3157
+ viewBox: "0 0 24 24",
3158
+ fill: "none"
3159
+ }, /*#__PURE__*/React.createElement("path", {
3160
+ fillRule: "evenodd",
3161
+ clipRule: "evenodd",
3162
+ d: "M5 9C5 5.13 8.13 2 12 2C15.87 2 19 5.13 19 9C19 14.25 12 22 12 22C12 22 5 14.25 5 9ZM9.5 9C9.5 10.38 10.62 11.5 12 11.5C13.38 11.5 14.5 10.38 14.5 9C14.5 7.62 13.38 6.5 12 6.5C10.62 6.5 9.5 7.62 9.5 9Z",
3163
+ fill: colors[color] || color
3164
+ })) : /*#__PURE__*/React.createElement("svg", {
3165
+ width: width || 14,
2930
3166
  height: height || 20,
2931
- viewBox: "0 0 16 20",
3167
+ viewBox: "0 0 14 20",
2932
3168
  fill: "none"
2933
3169
  }, /*#__PURE__*/React.createElement("path", {
2934
3170
  fillRule: "evenodd",
2935
3171
  clipRule: "evenodd",
2936
- d: "M8.00008 8.99976C7.17308 8.99976 6.50008 8.32676 6.50008 7.49976C6.50008 6.67276 7.17308 5.99976 8.00008 5.99976C8.82708 5.99976 9.50008 6.67276 9.50008 7.49976C9.50008 8.32676 8.82708 8.99976 8.00008 8.99976ZM8 3.99974C6.07 3.99974 4.5 5.56974 4.5 7.49974C4.5 9.42974 6.07 10.9997 8 10.9997C9.93 10.9997 11.5 9.42974 11.5 7.49974C11.5 5.56974 9.93 3.99974 8 3.99974ZM8.00008 17.646C6.32508 16.062 2.00008 11.615 2.00008 7.92202C2.00008 4.65702 4.69108 2.00002 8.00008 2.00002C11.3091 2.00002 14.0001 4.65702 14.0001 7.92202C14.0001 11.615 9.67508 16.062 8.00008 17.646ZM8 0C3.589 0 0 3.553 0 7.922C0 13.397 7.049 19.501 7.349 19.758C7.537 19.919 7.768 20 8 20C8.232 20 8.463 19.919 8.651 19.758C8.951 19.501 16 13.397 16 7.922C16 3.553 12.411 0 8 0Z",
3172
+ d: "M0 7C0 3.13 3.13 0 7 0C10.87 0 14 3.13 14 7C14 12.25 7 20 7 20C7 20 0 12.25 0 7ZM4.5 7C4.5 8.38 5.62 9.5 7 9.5C8.38 9.5 9.5 8.38 9.5 7C9.5 5.62 8.38 4.5 7 4.5C5.62 4.5 4.5 5.62 4.5 7Z",
2937
3173
  fill: colors[color] || color
2938
3174
  }));
2939
3175
  });
@@ -2967,29 +3203,25 @@ export const Maximize = /*#__PURE__*/memo(({
2967
3203
  color = '#7F828E',
2968
3204
  viewBox = false
2969
3205
  }) => {
2970
- if (viewBox) {
2971
- return /*#__PURE__*/React.createElement("svg", {
2972
- width: width || 24,
2973
- height: height || 25,
2974
- viewBox: "0 0 24 25",
2975
- fill: "none"
2976
- }, /*#__PURE__*/React.createElement("path", {
2977
- fillRule: "evenodd",
2978
- clipRule: "evenodd",
2979
- d: "M17.4443 12.0087C17.4443 11.5794 17.7919 11.2309 18.2221 11.2309C18.6522 11.2309 18.9998 11.5794 18.9998 12.0087V16.6753C18.9998 17.9617 17.9529 19.0086 16.6665 19.0086H7.3333C6.04688 19.0086 5 17.9617 5 16.6753V7.34209C5 6.05566 6.04688 5.00879 7.3333 5.00879H11.9999C12.43 5.00879 12.7777 5.35723 12.7777 5.78656C12.7777 6.21588 12.43 6.56432 11.9999 6.56432H7.3333C6.90398 6.56432 6.55554 6.91354 6.55554 7.34209V16.6753C6.55554 17.1039 6.90398 17.4531 7.3333 17.4531H16.6665C17.0958 17.4531 17.4443 17.1039 17.4443 16.6753V12.0087ZM16.3388 6.57065L15.1076 6.56443C14.6774 6.5621 14.3313 6.2121 14.3337 5.78278C14.336 5.35422 14.6837 5.0089 15.1114 5.0089H15.1153L18.2241 5.02445C18.6518 5.02678 18.9979 5.37367 18.9979 5.80144L19.0003 8.89696C19.0003 9.32706 18.6526 9.6755 18.2233 9.6755H18.2225C17.7932 9.6755 17.4447 9.32784 17.4447 8.89851L17.444 7.66497L12.5503 12.5587C12.3986 12.7104 12.1995 12.7866 12.0004 12.7866C11.8013 12.7866 11.6022 12.7104 11.4505 12.5587C11.1464 12.2546 11.1464 11.763 11.4505 11.4589L16.3388 6.57065Z",
2980
- fill: colors[color] || color
2981
- }));
2982
- }
2983
-
2984
- return /*#__PURE__*/React.createElement("svg", {
2985
- width: width || 14,
2986
- height: height || 15,
2987
- viewBox: "0 0 14 15",
3206
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3207
+ width: width || 24,
3208
+ height: height || 24,
3209
+ viewBox: "0 0 24 24",
3210
+ fill: "none"
3211
+ }, /*#__PURE__*/React.createElement("path", {
3212
+ fillRule: "evenodd",
3213
+ clipRule: "evenodd",
3214
+ d: "M5.3 6.7L3 9V3H9L6.7 5.3L9.59 8.17L8.17 9.59L5.3 6.7ZM17.3 5.3L15 3H21V9L18.7 6.7L15.83 9.59L14.41 8.17L17.3 5.3ZM9 21L6.7 18.7L9.59 15.83L8.17 14.41L5.3 17.3L3 15V21H9ZM18.7 17.3L21 15V21H15L17.3 18.7L14.41 15.83L15.83 14.41L18.7 17.3Z",
3215
+ fill: colors[color] || color
3216
+ })) : /*#__PURE__*/React.createElement("svg", {
3217
+ width: "18",
3218
+ height: "18",
3219
+ viewBox: "0 0 18 18",
2988
3220
  fill: "none"
2989
3221
  }, /*#__PURE__*/React.createElement("path", {
2990
3222
  fillRule: "evenodd",
2991
3223
  clipRule: "evenodd",
2992
- d: "M12.4443 7.0087C12.4443 6.57937 12.7919 6.23093 13.2221 6.23093C13.6522 6.23093 13.9998 6.57937 13.9998 7.0087V11.6753C13.9998 12.9617 12.9529 14.0086 11.6665 14.0086H2.3333C1.04688 14.0086 0 12.9617 0 11.6753V2.34209C0 1.05566 1.04688 0.00878906 2.3333 0.00878906H6.99991C7.43002 0.00878906 7.77768 0.357229 7.77768 0.786557C7.77768 1.21588 7.43002 1.56432 6.99991 1.56432H2.3333C1.90398 1.56432 1.55554 1.91354 1.55554 2.34209V11.6753C1.55554 12.1039 1.90398 12.4531 2.3333 12.4531H11.6665C12.0958 12.4531 12.4443 12.1039 12.4443 11.6753V7.0087ZM11.3388 1.57065L10.1076 1.56443C9.67745 1.5621 9.33134 1.2121 9.33367 0.782775C9.33601 0.354225 9.68367 0.00889587 10.1114 0.00889587H10.1153L13.2241 0.0244512C13.6518 0.0267845 13.9979 0.373669 13.9979 0.801442L14.0003 3.89696C14.0003 4.32706 13.6526 4.6755 13.2233 4.6755H13.2225C12.7932 4.6755 12.4447 4.32784 12.4447 3.89851L12.444 2.66497L7.55025 7.55869C7.39859 7.71035 7.19948 7.78658 7.00037 7.78658C6.80126 7.78658 6.60215 7.71035 6.45049 7.55869C6.14638 7.25458 6.14638 6.76303 6.45049 6.45893L11.3388 1.57065Z",
3224
+ d: "M2.3 3.7L0 6V0H6L3.7 2.3L6.59 5.17L5.17 6.59L2.3 3.7ZM14.3 2.3L12 0H18V6L15.7 3.7L12.83 6.59L11.41 5.17L14.3 2.3ZM6 18L3.7 15.7L6.59 12.83L5.17 11.41L2.3 14.3L0 12V18H6ZM15.7 14.3L18 12V18H12L14.3 15.7L11.41 12.83L12.83 11.41L15.7 14.3Z",
2993
3225
  fill: colors[color] || color
2994
3226
  }));
2995
3227
  });
@@ -2999,49 +3231,25 @@ export const Menu = /*#__PURE__*/memo(({
2999
3231
  color = '#7F828E',
3000
3232
  viewBox = false
3001
3233
  }) => {
3002
- if (viewBox) {
3003
- return /*#__PURE__*/React.createElement("svg", {
3004
- width: width || 24,
3005
- height: height || 24,
3006
- viewBox: "0 0 24 24",
3007
- fill: "none"
3008
- }, /*#__PURE__*/React.createElement("path", {
3009
- fillRule: "evenodd",
3010
- clipRule: "evenodd",
3011
- d: "M22.7347 10.667H1.264C0.568 10.667 0 11.2363 0 11.9323V12.0683C0 12.7643 0.568 13.3337 1.264 13.3337H22.7347C23.4307 13.3337 24 12.7643 24 12.0683V11.9323C24 11.2363 23.4307 10.667 22.7347 10.667Z",
3012
- fill: colors[color] || color
3013
- }), /*#__PURE__*/React.createElement("path", {
3014
- fillRule: "evenodd",
3015
- clipRule: "evenodd",
3016
- d: "M22.7347 17.333H1.264C0.568 17.333 0 17.9023 0 18.5983V18.7343C0 19.4303 0.568 19.9997 1.264 19.9997H22.7347C23.4307 19.9997 24 19.4303 24 18.7343V18.5983C24 17.9023 23.4307 17.333 22.7347 17.333Z",
3017
- fill: colors[color] || color
3018
- }), /*#__PURE__*/React.createElement("path", {
3019
- fillRule: "evenodd",
3020
- clipRule: "evenodd",
3021
- d: "M22.7347 4H1.264C0.568 4 0 4.56933 0 5.26533V5.40133C0 6.09733 0.568 6.66667 1.264 6.66667H22.7347C23.4307 6.66667 24 6.09733 24 5.40133V5.26533C24 4.56933 23.4307 4 22.7347 4Z",
3022
- fill: colors[color] || color
3023
- }));
3024
- }
3025
-
3026
- return /*#__PURE__*/React.createElement("svg", {
3234
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3027
3235
  width: width || 24,
3028
- height: height || 16,
3029
- viewBox: "0 0 24 16",
3236
+ height: height || 24,
3237
+ viewBox: "0 0 24 24",
3030
3238
  fill: "none"
3031
3239
  }, /*#__PURE__*/React.createElement("path", {
3032
3240
  fillRule: "evenodd",
3033
3241
  clipRule: "evenodd",
3034
- d: "M22.7347 6.66699H1.264C0.568 6.66699 0 7.23633 0 7.93233V8.06833C0 8.76433 0.568 9.33366 1.264 9.33366H22.7347C23.4307 9.33366 24 8.76433 24 8.06833V7.93233C24 7.23633 23.4307 6.66699 22.7347 6.66699Z",
3035
- fill: colors[color] || color
3036
- }), /*#__PURE__*/React.createElement("path", {
3037
- fillRule: "evenodd",
3038
- clipRule: "evenodd",
3039
- d: "M22.7347 13.333H1.264C0.568 13.333 0 13.9023 0 14.5983V14.7343C0 15.4303 0.568 15.9997 1.264 15.9997H22.7347C23.4307 15.9997 24 15.4303 24 14.7343V14.5983C24 13.9023 23.4307 13.333 22.7347 13.333Z",
3242
+ d: "M3 8V6H21V8H3ZM3 13H21V11H3V13ZM3 18H21V16H3V18Z",
3040
3243
  fill: colors[color] || color
3041
- }), /*#__PURE__*/React.createElement("path", {
3244
+ })) : /*#__PURE__*/React.createElement("svg", {
3245
+ width: width || 18,
3246
+ height: height || 12,
3247
+ viewBox: "0 0 18 12",
3248
+ fill: "none"
3249
+ }, /*#__PURE__*/React.createElement("path", {
3042
3250
  fillRule: "evenodd",
3043
3251
  clipRule: "evenodd",
3044
- d: "M22.7347 0H1.264C0.568 0 0 0.569333 0 1.26533V1.40133C0 2.09733 0.568 2.66667 1.264 2.66667H22.7347C23.4307 2.66667 24 2.09733 24 1.40133V1.26533C24 0.569333 23.4307 0 22.7347 0Z",
3252
+ d: "M0 2V0H18V2H0ZM0 7H18V5H0V7ZM0 12H18V10H0V12Z",
3045
3253
  fill: colors[color] || color
3046
3254
  }));
3047
3255
  });
@@ -3158,29 +3366,39 @@ export const Minimize = /*#__PURE__*/memo(({
3158
3366
  color = '#7F828E',
3159
3367
  viewBox = false
3160
3368
  }) => {
3161
- if (viewBox) {
3162
- return /*#__PURE__*/React.createElement("svg", {
3163
- width: width || 24,
3164
- height: height || 24,
3165
- viewBox: "0 0 24 24",
3166
- fill: "none"
3167
- }, /*#__PURE__*/React.createElement("path", {
3168
- fillRule: "evenodd",
3169
- clipRule: "evenodd",
3170
- d: "M13.8839 11.2159L15.1151 11.2221C15.5452 11.2245 15.8914 11.5745 15.889 12.0038C15.8867 12.4324 15.539 12.7777 15.1113 12.7777H15.1074L11.9986 12.7621C11.5709 12.7598 11.2247 12.4129 11.2247 11.9851L11.2224 8.88962C11.2224 8.45951 11.5701 8.11107 11.9994 8.11107H12.0002C12.4295 8.11107 12.7779 8.45873 12.7779 8.88806L12.7787 10.1216L17.6724 5.22789C17.8241 5.07622 18.0232 5 18.2223 5C18.4214 5 18.6205 5.07622 18.7722 5.22789C19.0763 5.53199 19.0763 6.02354 18.7722 6.32765L13.8839 11.2159ZM17.4443 12C17.4443 11.5706 17.7919 11.2222 18.2221 11.2222C18.6522 11.2222 18.9998 11.5706 18.9998 12V16.6666C18.9998 17.953 17.9529 18.9999 16.6665 18.9999H7.3333C6.04688 18.9999 5 17.953 5 16.6666V7.33336C5 6.04693 6.04688 5.00006 7.3333 5.00006H11.9999C12.43 5.00006 12.7777 5.3485 12.7777 5.77782C12.7777 6.20715 12.43 6.55559 11.9999 6.55559H7.3333C6.90398 6.55559 6.55554 6.90481 6.55554 7.33336V16.6666C6.55554 17.0951 6.90398 17.4443 7.3333 17.4443H16.6665C17.0958 17.4443 17.4443 17.0951 17.4443 16.6666V12Z",
3171
- fill: colors[color] || color
3172
- }));
3173
- }
3174
-
3175
- return /*#__PURE__*/React.createElement("svg", {
3176
- width: width || 14,
3177
- height: height || 14,
3178
- viewBox: "0 0 14 14",
3369
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3370
+ width: width || 24,
3371
+ height: height || 24,
3372
+ viewBox: "0 0 24 24",
3179
3373
  fill: "none"
3180
3374
  }, /*#__PURE__*/React.createElement("path", {
3181
- fillRule: "evenodd",
3182
- clipRule: "evenodd",
3183
- d: "M8.88393 6.21592L10.1151 6.22214C10.5452 6.22448 10.8914 6.57447 10.889 7.0038C10.8867 7.43235 10.539 7.77768 10.1113 7.77768H10.1074L6.99862 7.76212C6.57085 7.75979 6.22475 7.41291 6.22475 6.98513L6.22241 3.88962C6.22241 3.45951 6.57007 3.11107 6.9994 3.11107H7.00018C7.42951 3.11107 7.77795 3.45873 7.77795 3.88806L7.77873 5.1216L12.6724 0.227886C12.8241 0.0762216 13.0232 0 13.2223 0C13.4214 0 13.6205 0.0762216 13.7722 0.227886C14.0763 0.531994 14.0763 1.02354 13.7722 1.32765L8.88393 6.21592ZM12.4443 6.99997C12.4443 6.57064 12.7919 6.2222 13.2221 6.2222C13.6522 6.2222 13.9998 6.57064 13.9998 6.99997V11.6666C13.9998 12.953 12.9529 13.9999 11.6665 13.9999H2.3333C1.04688 13.9999 0 12.953 0 11.6666V2.33336C0 1.04693 1.04688 5.62668e-05 2.3333 5.62668e-05H6.99991C7.43002 5.62668e-05 7.77768 0.348496 7.77768 0.777824C7.77768 1.20715 7.43002 1.55559 6.99991 1.55559H2.3333C1.90398 1.55559 1.55554 1.90481 1.55554 2.33336V11.6666C1.55554 12.0951 1.90398 12.4443 2.3333 12.4443H11.6665C12.0958 12.4443 12.4443 12.0951 12.4443 11.6666V6.99997Z",
3375
+ d: "M10 3.62671L7.5569 6.0698L4.50835 3L3 4.50835L6.0698 7.5569L3.62671 10H10V3.62671Z",
3376
+ fill: colors[color] || color
3377
+ }), /*#__PURE__*/React.createElement("path", {
3378
+ d: "M14 20.3733L16.4431 17.9302L19.4917 21L21 19.4917L17.9302 16.4431L20.3733 14H14V20.3733Z",
3379
+ fill: colors[color] || color
3380
+ }), /*#__PURE__*/React.createElement("path", {
3381
+ d: "M3.62671 14L6.0698 16.4431L3 19.4917L4.50835 21L7.5569 17.9302L10 20.3733L10 14H3.62671Z",
3382
+ fill: colors[color] || color
3383
+ }), /*#__PURE__*/React.createElement("path", {
3384
+ d: "M20.3733 10L17.9302 7.5569L21 4.50835L19.4917 3L16.4431 6.0698L14 3.62671L14 10L20.3733 10Z",
3385
+ fill: colors[color] || color
3386
+ })) : /*#__PURE__*/React.createElement("svg", {
3387
+ width: width || 18,
3388
+ height: height || 18,
3389
+ viewBox: "0 0 18 18",
3390
+ fill: "none"
3391
+ }, /*#__PURE__*/React.createElement("path", {
3392
+ d: "M7 0.626707L4.5569 3.0698L1.50835 0L6.59318e-08 1.50835L3.0698 4.5569L0.626707 7H7V0.626707Z",
3393
+ fill: colors[color] || color
3394
+ }), /*#__PURE__*/React.createElement("path", {
3395
+ d: "M11 17.3733L13.4431 14.9302L16.4917 18L18 16.4917L14.9302 13.4431L17.3733 11H11V17.3733Z",
3396
+ fill: colors[color] || color
3397
+ }), /*#__PURE__*/React.createElement("path", {
3398
+ d: "M0.626707 11L3.0698 13.4431L0 16.4917L1.50835 18L4.5569 14.9302L7 17.3733L7 11H0.626707Z",
3399
+ fill: colors[color] || color
3400
+ }), /*#__PURE__*/React.createElement("path", {
3401
+ d: "M17.3733 7L14.9302 4.5569L18 1.50835L16.4917 6.59319e-08L13.4431 3.0698L11 0.626707L11 7L17.3733 7Z",
3184
3402
  fill: colors[color] || color
3185
3403
  }));
3186
3404
  });
@@ -3268,7 +3486,7 @@ export const More = /*#__PURE__*/memo(({
3268
3486
  fill: colors[color] || color
3269
3487
  }));
3270
3488
  });
3271
- export const NearMe = /*#__PURE__*/memo(({
3489
+ export const MoreHoriz = /*#__PURE__*/memo(({
3272
3490
  width,
3273
3491
  height,
3274
3492
  color = '#7F828E',
@@ -3280,124 +3498,208 @@ export const NearMe = /*#__PURE__*/memo(({
3280
3498
  viewBox: "0 0 24 24",
3281
3499
  fill: "none"
3282
3500
  }, /*#__PURE__*/React.createElement("path", {
3283
- d: "M21 3L3 10.53V11.51L9.84 14.16L12.48 21H13.46L21 3Z",
3501
+ fillRule: "evenodd",
3502
+ clipRule: "evenodd",
3503
+ d: "M6 10C4.9 10 4 10.9 4 12C4 13.1 4.9 14 6 14C7.1 14 8 13.1 8 12C8 10.9 7.1 10 6 10ZM18 10C16.9 10 16 10.9 16 12C16 13.1 16.9 14 18 14C19.1 14 20 13.1 20 12C20 10.9 19.1 10 18 10ZM10 12C10 10.9 10.9 10 12 10C13.1 10 14 10.9 14 12C14 13.1 13.1 14 12 14C10.9 14 10 13.1 10 12Z",
3284
3504
  fill: colors[color] || color
3285
3505
  })) : /*#__PURE__*/React.createElement("svg", {
3286
- width: width || 18,
3287
- height: height || 18,
3288
- viewBox: "0 0 18 18",
3506
+ width: width || 16,
3507
+ height: height || 4,
3508
+ viewBox: "0 0 16 4",
3289
3509
  fill: "none"
3290
3510
  }, /*#__PURE__*/React.createElement("path", {
3291
- d: "M18 0L0 7.53V8.51L6.84 11.16L9.48 18H10.46L18 0Z",
3511
+ fillRule: "evenodd",
3512
+ clipRule: "evenodd",
3513
+ d: "M2 0C0.9 0 0 0.9 0 2C0 3.1 0.9 4 2 4C3.1 4 4 3.1 4 2C4 0.9 3.1 0 2 0ZM14 0C12.9 0 12 0.9 12 2C12 3.1 12.9 4 14 4C15.1 4 16 3.1 16 2C16 0.9 15.1 0 14 0ZM6 2C6 0.9 6.9 0 8 0C9.1 0 10 0.9 10 2C10 3.1 9.1 4 8 4C6.9 4 6 3.1 6 2Z",
3292
3514
  fill: colors[color] || color
3293
3515
  }));
3294
3516
  });
3295
- export const Notification = /*#__PURE__*/memo(({
3517
+ export const NearMe = /*#__PURE__*/memo(({
3296
3518
  width,
3297
3519
  height,
3298
3520
  color = '#7F828E',
3299
3521
  viewBox = false
3300
3522
  }) => {
3301
- if (viewBox) {
3302
- return /*#__PURE__*/React.createElement("svg", {
3303
- width: width || 24,
3304
- height: height || 24,
3305
- viewBox: "0 0 24 24",
3306
- fill: "none"
3307
- }, /*#__PURE__*/React.createElement("path", {
3308
- d: "M11.9129 24.0004C12.57 24.0004 13.2003 23.7411 13.6649 23.2795C14.1296 22.8179 14.3907 22.1919 14.3907 21.5391H9.43506C9.43506 22.1919 9.69612 22.8179 10.1608 23.2795C10.6255 23.7411 11.2557 24.0004 11.9129 24.0004Z",
3309
- fill: colors[color] || color
3310
- }), /*#__PURE__*/React.createElement("path", {
3311
- d: "M19.3462 16.6095V10.4624C19.4734 8.72429 18.9864 6.99649 17.969 5.57672C16.9517 4.15694 15.4677 3.1341 13.7727 2.68442V1.84603C13.7727 1.35643 13.5769 0.886888 13.2284 0.54069C12.8799 0.194492 12.4073 0 11.9144 0C11.4215 0 10.9488 0.194492 10.6003 0.54069C10.2518 0.886888 10.056 1.35643 10.056 1.84603V2.68916C8.36109 3.13885 6.8771 4.16169 5.85973 5.58146C4.84237 7.00123 4.35535 8.72903 4.48258 10.4672V16.6095L2 19.0772V20.3079H21.824V19.0772L19.3462 16.6095Z",
3312
- fill: colors[color] || color
3313
- }));
3314
- }
3315
-
3316
- return /*#__PURE__*/React.createElement("svg", {
3317
- width: width || 20,
3523
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3524
+ width: width || 24,
3318
3525
  height: height || 24,
3319
- viewBox: "0 0 20 24",
3526
+ viewBox: "0 0 24 24",
3320
3527
  fill: "none"
3321
3528
  }, /*#__PURE__*/React.createElement("path", {
3322
- d: "M9.91286 24.0004C10.57 24.0004 11.2003 23.7411 11.6649 23.2795C12.1296 22.8179 12.3907 22.1919 12.3907 21.5391H7.43506C7.43506 22.1919 7.69612 22.8179 8.1608 23.2795C8.62548 23.7411 9.25571 24.0004 9.91286 24.0004Z",
3529
+ d: "M21 3L3 10.53V11.51L9.84 14.16L12.48 21H13.46L21 3Z",
3323
3530
  fill: colors[color] || color
3324
- }), /*#__PURE__*/React.createElement("path", {
3325
- d: "M17.3462 16.6095V10.4624C17.4734 8.72429 16.9864 6.99649 15.969 5.57672C14.9517 4.15694 13.4677 3.1341 11.7727 2.68442V1.84603C11.7727 1.35643 11.5769 0.886888 11.2284 0.54069C10.8799 0.194492 10.4073 0 9.91438 0C9.42152 0 8.94884 0.194492 8.60034 0.54069C8.25183 0.886888 8.05604 1.35643 8.05604 1.84603V2.68916C6.36109 3.13885 4.8771 4.16169 3.85973 5.58146C2.84237 7.00123 2.35535 8.72903 2.48258 10.4672V16.6095L0 19.0772V20.3079H19.824V19.0772L17.3462 16.6095Z",
3531
+ })) : /*#__PURE__*/React.createElement("svg", {
3532
+ width: width || 18,
3533
+ height: height || 18,
3534
+ viewBox: "0 0 18 18",
3535
+ fill: "none"
3536
+ }, /*#__PURE__*/React.createElement("path", {
3537
+ d: "M18 0L0 7.53V8.51L6.84 11.16L9.48 18H10.46L18 0Z",
3326
3538
  fill: colors[color] || color
3327
3539
  }));
3328
3540
  });
3329
- export const Pin = /*#__PURE__*/memo(({
3541
+ export const Ninedot = /*#__PURE__*/memo(({
3330
3542
  width,
3331
3543
  height,
3332
3544
  color = '#7F828E',
3333
3545
  viewBox = false
3334
3546
  }) => {
3335
- if (viewBox) {
3336
- return /*#__PURE__*/React.createElement("svg", {
3337
- width: width || 24,
3338
- height: height || 24,
3339
- viewBox: "0 0 24 24",
3340
- fill: "none"
3341
- }, /*#__PURE__*/React.createElement("path", {
3342
- d: "M13.7484 4H10.2395C9.714 4 9.2855 4.44029 9.2855 4.98442C9.2855 5.24611 9.38656 5.49533 9.56443 5.67809C9.69783 5.81101 9.86357 5.90239 10.0414 5.94393L9.714 10.4216C9.3623 10.5545 9.03487 10.7622 8.76402 11.0405C8.27489 11.5472 8 12.2326 8 12.9429C8 13.4621 8.41233 13.8858 8.91764 13.8858H11.0278L12.002 20L12.9722 13.8858H15.0824C15.5877 13.8858 16 13.4621 16 12.9429C16 12.2285 15.7251 11.5472 15.2319 11.0447C14.9611 10.7664 14.6377 10.5587 14.282 10.4258L13.9505 5.93977C14.1283 5.90239 14.2941 5.81101 14.4275 5.67394C14.6054 5.49117 14.7064 5.2378 14.7064 4.98027C14.7064 4.44029 14.2779 4 13.7484 4Z",
3343
- fill: colors[color] || color
3344
- }));
3345
- }
3346
-
3347
- return /*#__PURE__*/React.createElement("svg", {
3348
- width: width || 8,
3349
- height: height || 16,
3350
- viewBox: "0 0 8 16",
3547
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3548
+ width: width || 24,
3549
+ height: height || 24,
3550
+ viewBox: "0 0 24 24",
3351
3551
  fill: "none"
3352
3552
  }, /*#__PURE__*/React.createElement("path", {
3353
- d: "M5.74836 0H2.23951C1.714 0 1.2855 0.440291 1.2855 0.984424C1.2855 1.24611 1.38656 1.49533 1.56443 1.67809C1.69783 1.81101 1.86357 1.90239 2.04144 1.94393L1.714 6.4216C1.3623 6.55452 1.03487 6.7622 0.764022 7.0405C0.274886 7.54725 0 8.23261 0 8.94289C0 9.4621 0.412329 9.88577 0.917635 9.88577H3.02779L4.00202 16L4.97221 9.88577H7.08236C7.58767 9.88577 8 9.4621 8 8.94289C8 8.22845 7.72511 7.54725 7.23193 7.04465C6.96109 6.76636 6.6377 6.55867 6.28196 6.42575L5.95048 1.93977C6.12835 1.90239 6.29409 1.81101 6.42749 1.67394C6.60536 1.49117 6.70642 1.2378 6.70642 0.98027C6.70642 0.440291 6.27792 0 5.74836 0Z",
3553
+ fillRule: "evenodd",
3554
+ clipRule: "evenodd",
3555
+ d: "M4 6C4 4.9 4.9 4 6 4C7.1 4 8 4.9 8 6C8 7.1 7.1 8 6 8C4.9 8 4 7.1 4 6ZM6 10C4.9 10 4 10.9 4 12C4 13.1 4.9 14 6 14C7.1 14 8 13.1 8 12C8 10.9 7.1 10 6 10ZM8 18C8 19.1 7.1 20 6 20C4.9 20 4 19.1 4 18C4 16.9 4.9 16 6 16C7.1 16 8 16.9 8 18ZM12 8C13.1 8 14 7.1 14 6C14 4.9 13.1 4 12 4C10.9 4 10 4.9 10 6C10 7.1 10.9 8 12 8ZM10 12C10 10.9 10.9 10 12 10C13.1 10 14 10.9 14 12C14 13.1 13.1 14 12 14C10.9 14 10 13.1 10 12ZM12 16C10.9 16 10 16.9 10 18C10 19.1 10.9 20 12 20C13.1 20 14 19.1 14 18C14 16.9 13.1 16 12 16ZM20 6C20 7.1 19.1 8 18 8C16.9 8 16 7.1 16 6C16 4.9 16.9 4 18 4C19.1 4 20 4.9 20 6ZM18 10C16.9 10 16 10.9 16 12C16 13.1 16.9 14 18 14C19.1 14 20 13.1 20 12C20 10.9 19.1 10 18 10ZM16 18C16 16.9 16.9 16 18 16C19.1 16 20 16.9 20 18C20 19.1 19.1 20 18 20C16.9 20 16 19.1 16 18Z",
3354
3556
  fill: colors[color] || color
3355
- }));
3356
- });
3357
- export const Unlock = /*#__PURE__*/memo(({
3358
- width,
3359
- height,
3360
- color = '#7F828E',
3361
- viewBox = false
3362
- }) => {
3363
- if (viewBox) {
3364
- return /*#__PURE__*/React.createElement("svg", {
3365
- width: width || 24,
3366
- height: height || 24,
3367
- viewBox: "0 0 24 24",
3368
- fill: "none"
3369
- }, /*#__PURE__*/React.createElement("path", {
3370
- fillRule: "evenodd",
3371
- clipRule: "evenodd",
3372
- d: "M18 8H17V6C17 3.24 14.76 1 12 1C9.24 1 7 3.24 7 6H9C9 4.34 10.34 3 12 3C13.66 3 15 4.34 15 6V8H6C4.9 8 4 8.9 4 10V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V10C20 8.9 19.1 8 18 8ZM12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15C14 16.1 13.1 17 12 17Z",
3373
- fill: colors[color] || color
3374
- }));
3375
- }
3376
-
3377
- return /*#__PURE__*/React.createElement("svg", {
3557
+ })) : /*#__PURE__*/React.createElement("svg", {
3378
3558
  width: width || 16,
3379
- height: height || 21,
3380
- viewBox: "0 0 16 21",
3559
+ height: height || 16,
3560
+ viewBox: "0 0 16 16",
3381
3561
  fill: "none"
3382
3562
  }, /*#__PURE__*/React.createElement("path", {
3383
3563
  fillRule: "evenodd",
3384
3564
  clipRule: "evenodd",
3385
- d: "M14 7H13V5C13 2.24 10.76 0 8 0C5.24 0 3 2.24 3 5H5C5 3.34 6.34 2 8 2C9.66 2 11 3.34 11 5V7H2C0.9 7 0 7.9 0 9V19C0 20.1 0.9 21 2 21H14C15.1 21 16 20.1 16 19V9C16 7.9 15.1 7 14 7ZM8 16C6.9 16 6 15.1 6 14C6 12.9 6.9 12 8 12C9.1 12 10 12.9 10 14C10 15.1 9.1 16 8 16Z",
3565
+ d: "M0 2C0 0.9 0.9 0 2 0C3.1 0 4 0.9 4 2C4 3.1 3.1 4 2 4C0.9 4 0 3.1 0 2ZM2 6C0.9 6 0 6.9 0 8C0 9.1 0.9 10 2 10C3.1 10 4 9.1 4 8C4 6.9 3.1 6 2 6ZM4 14C4 15.1 3.1 16 2 16C0.9 16 0 15.1 0 14C0 12.9 0.9 12 2 12C3.1 12 4 12.9 4 14ZM8 4C9.1 4 10 3.1 10 2C10 0.9 9.1 0 8 0C6.9 0 6 0.9 6 2C6 3.1 6.9 4 8 4ZM6 8C6 6.9 6.9 6 8 6C9.1 6 10 6.9 10 8C10 9.1 9.1 10 8 10C6.9 10 6 9.1 6 8ZM8 12C6.9 12 6 12.9 6 14C6 15.1 6.9 16 8 16C9.1 16 10 15.1 10 14C10 12.9 9.1 12 8 12ZM16 2C16 3.1 15.1 4 14 4C12.9 4 12 3.1 12 2C12 0.9 12.9 0 14 0C15.1 0 16 0.9 16 2ZM14 6C12.9 6 12 6.9 12 8C12 9.1 12.9 10 14 10C15.1 10 16 9.1 16 8C16 6.9 15.1 6 14 6ZM12 14C12 12.9 12.9 12 14 12C15.1 12 16 12.9 16 14C16 15.1 15.1 16 14 16C12.9 16 12 15.1 12 14Z",
3386
3566
  fill: colors[color] || color
3387
3567
  }));
3388
3568
  });
3389
- export const UnPin = /*#__PURE__*/memo(({
3569
+ export const Notification = /*#__PURE__*/memo(({
3390
3570
  width,
3391
3571
  height,
3392
3572
  color = '#7F828E',
3393
3573
  viewBox = false
3394
3574
  }) => {
3395
- if (viewBox) {
3396
- return /*#__PURE__*/React.createElement("svg", {
3397
- width: width || 24,
3398
- height: height || 24,
3399
- viewBox: "0 0 24 24",
3400
- fill: "none"
3575
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3576
+ width: width || 24,
3577
+ height: height || 24,
3578
+ viewBox: "0 0 24 24",
3579
+ fill: "none"
3580
+ }, /*#__PURE__*/React.createElement("path", {
3581
+ fillRule: "evenodd",
3582
+ clipRule: "evenodd",
3583
+ d: "M18 11V16L20 18V19H4V18L6 16V11C6 7.92 7.63 5.36 10.5 4.68V4C10.5 3.17 11.17 2.5 12 2.5C12.83 2.5 13.5 3.17 13.5 4V4.68C16.36 5.36 18 7.93 18 11ZM14 20C14 21.1 13.1 22 12 22C10.89 22 10 21.1 10 20H14Z",
3584
+ fill: colors[color] || color
3585
+ })) : /*#__PURE__*/React.createElement("svg", {
3586
+ width: width || 16,
3587
+ height: height || 20,
3588
+ viewBox: "0 0 16 20",
3589
+ fill: "none"
3590
+ }, /*#__PURE__*/React.createElement("path", {
3591
+ fillRule: "evenodd",
3592
+ clipRule: "evenodd",
3593
+ d: "M14 9V14L16 16V17H0V16L2 14V9C2 5.92 3.63 3.36 6.5 2.68V2C6.5 1.17 7.17 0.5 8 0.5C8.83 0.5 9.5 1.17 9.5 2V2.68C12.36 3.36 14 5.93 14 9ZM10 18C10 19.1 9.1 20 8 20C6.89 20 6 19.1 6 18H10Z",
3594
+ fill: colors[color] || color
3595
+ }));
3596
+ });
3597
+ export const NotificationV2 = /*#__PURE__*/memo(({
3598
+ width,
3599
+ height,
3600
+ color = '#7F828E',
3601
+ viewBox = false
3602
+ }) => {
3603
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3604
+ width: width || 24,
3605
+ height: height || 24,
3606
+ viewBox: "0 0 24 24",
3607
+ fill: "none"
3608
+ }, /*#__PURE__*/React.createElement("path", {
3609
+ d: "M11.3334 22.6484C12.3213 22.3837 12.9065 21.3702 12.6418 20.3823L9.06729 21.3401C9.332 22.328 10.3455 22.9131 11.3334 22.6484Z",
3610
+ fill: colors[color] || color
3611
+ }), /*#__PURE__*/React.createElement("path", {
3612
+ fillRule: "evenodd",
3613
+ clipRule: "evenodd",
3614
+ d: "M19.2402 14.2842L17.7963 8.89557C16.9901 5.88691 14.1968 3.94014 11.2131 4.08506L10.9316 3.03428C10.7318 2.28885 9.96885 1.84836 9.22342 2.04809C8.478 2.24783 8.0375 3.01079 8.23724 3.75622L8.51879 4.807C5.86238 6.17335 4.41666 9.25597 5.22283 12.2646L6.66671 17.6532L5.35179 19.9308L5.59244 20.8289L21.7583 16.4972L21.5177 15.5991L19.2402 14.2842ZM13.6109 14.8299L11.8147 15.3112L11.3334 13.515L13.1296 13.0337L13.6109 14.8299ZM10.8521 11.7188L12.6484 11.2375L11.6858 7.64512L9.88956 8.12642L10.8521 11.7188Z",
3615
+ fill: colors[color] || color
3616
+ })) : /*#__PURE__*/React.createElement("svg", {
3617
+ width: width || 17,
3618
+ height: height || 21,
3619
+ viewBox: "0 0 17 21",
3620
+ fill: "none"
3621
+ }, /*#__PURE__*/React.createElement("path", {
3622
+ d: "M6.33341 20.6484C7.32132 20.3837 7.90646 19.3702 7.64175 18.3823L4.06729 19.3401C4.332 20.328 5.34549 20.9131 6.33341 20.6484Z",
3623
+ fill: colors[color] || color
3624
+ }), /*#__PURE__*/React.createElement("path", {
3625
+ fillRule: "evenodd",
3626
+ clipRule: "evenodd",
3627
+ d: "M14.2402 12.2842L12.7963 6.89557C11.9901 3.88691 9.1968 1.94014 6.21311 2.08506L5.93155 1.03428C5.73181 0.288853 4.96885 -0.151644 4.22342 0.0480922C3.478 0.247829 3.0375 1.01079 3.23724 1.75622L3.51879 2.807C0.862381 4.17335 -0.583337 7.25597 0.222829 10.2646L1.66671 15.6532L0.351792 17.9308L0.592438 18.8289L16.7583 14.4972L16.5177 13.5991L14.2402 12.2842ZM8.61091 12.8299L6.8147 13.3112L6.33341 11.515L8.12962 11.0337L8.61091 12.8299ZM5.85215 9.71884L7.64836 9.23755L6.68577 5.64512L4.88956 6.12642L5.85215 9.71884Z",
3628
+ fill: colors[color] || color
3629
+ }));
3630
+ });
3631
+ export const Pin = /*#__PURE__*/memo(({
3632
+ width,
3633
+ height,
3634
+ color = '#7F828E',
3635
+ viewBox = false
3636
+ }) => {
3637
+ if (viewBox) {
3638
+ return /*#__PURE__*/React.createElement("svg", {
3639
+ width: width || 24,
3640
+ height: height || 24,
3641
+ viewBox: "0 0 24 24",
3642
+ fill: "none"
3643
+ }, /*#__PURE__*/React.createElement("path", {
3644
+ d: "M13.7484 4H10.2395C9.714 4 9.2855 4.44029 9.2855 4.98442C9.2855 5.24611 9.38656 5.49533 9.56443 5.67809C9.69783 5.81101 9.86357 5.90239 10.0414 5.94393L9.714 10.4216C9.3623 10.5545 9.03487 10.7622 8.76402 11.0405C8.27489 11.5472 8 12.2326 8 12.9429C8 13.4621 8.41233 13.8858 8.91764 13.8858H11.0278L12.002 20L12.9722 13.8858H15.0824C15.5877 13.8858 16 13.4621 16 12.9429C16 12.2285 15.7251 11.5472 15.2319 11.0447C14.9611 10.7664 14.6377 10.5587 14.282 10.4258L13.9505 5.93977C14.1283 5.90239 14.2941 5.81101 14.4275 5.67394C14.6054 5.49117 14.7064 5.2378 14.7064 4.98027C14.7064 4.44029 14.2779 4 13.7484 4Z",
3645
+ fill: colors[color] || color
3646
+ }));
3647
+ }
3648
+
3649
+ return /*#__PURE__*/React.createElement("svg", {
3650
+ width: width || 8,
3651
+ height: height || 16,
3652
+ viewBox: "0 0 8 16",
3653
+ fill: "none"
3654
+ }, /*#__PURE__*/React.createElement("path", {
3655
+ d: "M5.74836 0H2.23951C1.714 0 1.2855 0.440291 1.2855 0.984424C1.2855 1.24611 1.38656 1.49533 1.56443 1.67809C1.69783 1.81101 1.86357 1.90239 2.04144 1.94393L1.714 6.4216C1.3623 6.55452 1.03487 6.7622 0.764022 7.0405C0.274886 7.54725 0 8.23261 0 8.94289C0 9.4621 0.412329 9.88577 0.917635 9.88577H3.02779L4.00202 16L4.97221 9.88577H7.08236C7.58767 9.88577 8 9.4621 8 8.94289C8 8.22845 7.72511 7.54725 7.23193 7.04465C6.96109 6.76636 6.6377 6.55867 6.28196 6.42575L5.95048 1.93977C6.12835 1.90239 6.29409 1.81101 6.42749 1.67394C6.60536 1.49117 6.70642 1.2378 6.70642 0.98027C6.70642 0.440291 6.27792 0 5.74836 0Z",
3656
+ fill: colors[color] || color
3657
+ }));
3658
+ });
3659
+ export const Unlock = /*#__PURE__*/memo(({
3660
+ width,
3661
+ height,
3662
+ color = '#7F828E',
3663
+ viewBox = false
3664
+ }) => {
3665
+ if (viewBox) {
3666
+ return /*#__PURE__*/React.createElement("svg", {
3667
+ width: width || 24,
3668
+ height: height || 24,
3669
+ viewBox: "0 0 24 24",
3670
+ fill: "none"
3671
+ }, /*#__PURE__*/React.createElement("path", {
3672
+ fillRule: "evenodd",
3673
+ clipRule: "evenodd",
3674
+ d: "M18 8H17V6C17 3.24 14.76 1 12 1C9.24 1 7 3.24 7 6H9C9 4.34 10.34 3 12 3C13.66 3 15 4.34 15 6V8H6C4.9 8 4 8.9 4 10V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V10C20 8.9 19.1 8 18 8ZM12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15C14 16.1 13.1 17 12 17Z",
3675
+ fill: colors[color] || color
3676
+ }));
3677
+ }
3678
+
3679
+ return /*#__PURE__*/React.createElement("svg", {
3680
+ width: width || 16,
3681
+ height: height || 21,
3682
+ viewBox: "0 0 16 21",
3683
+ fill: "none"
3684
+ }, /*#__PURE__*/React.createElement("path", {
3685
+ fillRule: "evenodd",
3686
+ clipRule: "evenodd",
3687
+ d: "M14 7H13V5C13 2.24 10.76 0 8 0C5.24 0 3 2.24 3 5H5C5 3.34 6.34 2 8 2C9.66 2 11 3.34 11 5V7H2C0.9 7 0 7.9 0 9V19C0 20.1 0.9 21 2 21H14C15.1 21 16 20.1 16 19V9C16 7.9 15.1 7 14 7ZM8 16C6.9 16 6 15.1 6 14C6 12.9 6.9 12 8 12C9.1 12 10 12.9 10 14C10 15.1 9.1 16 8 16Z",
3688
+ fill: colors[color] || color
3689
+ }));
3690
+ });
3691
+ export const UnPin = /*#__PURE__*/memo(({
3692
+ width,
3693
+ height,
3694
+ color = '#7F828E',
3695
+ viewBox = false
3696
+ }) => {
3697
+ if (viewBox) {
3698
+ return /*#__PURE__*/React.createElement("svg", {
3699
+ width: width || 24,
3700
+ height: height || 24,
3701
+ viewBox: "0 0 24 24",
3702
+ fill: "none"
3401
3703
  }, /*#__PURE__*/React.createElement("path", {
3402
3704
  d: "M14.8572 10.624L11.0435 14.2961L12.0073 20.0001L13.0459 13.8881H15.2976C15.8376 13.8881 16.278 13.4641 16.278 12.944C16.278 12.232 15.9872 11.552 15.4554 11.048C15.2726 10.872 15.0732 10.736 14.8572 10.624Z",
3403
3705
  fill: colors[color] || color
@@ -3420,6 +3722,34 @@ export const UnPin = /*#__PURE__*/memo(({
3420
3722
  fill: colors[color] || color
3421
3723
  }));
3422
3724
  });
3725
+ export const Update = /*#__PURE__*/memo(({
3726
+ width,
3727
+ height,
3728
+ color = '#7F828E',
3729
+ viewBox = false
3730
+ }) => {
3731
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3732
+ width: width || 24,
3733
+ height: height || 24,
3734
+ viewBox: "0 0 24 24",
3735
+ fill: "none"
3736
+ }, /*#__PURE__*/React.createElement("path", {
3737
+ fillRule: "evenodd",
3738
+ clipRule: "evenodd",
3739
+ d: "M21 3V10H14L16.95 7.05C15.68 5.79 13.93 5 12 5C8.14 5 5 8.14 5 12C5 15.86 8.14 19 12 19C15.86 19 19 15.86 19 12H21C21 16.97 16.97 21 12 21C7.03 21 3 16.97 3 12C3 7.03 7.03 3 12 3C14.49 3 16.74 4.01 18.36 5.64L21 3ZM11 13V8H12.5V12.15L16.02 14.24L15.25 15.52L11 13Z",
3740
+ fill: colors[color] || color
3741
+ })) : /*#__PURE__*/React.createElement("svg", {
3742
+ width: width || 18,
3743
+ height: height || 18,
3744
+ viewBox: "0 0 18 18",
3745
+ fill: "none"
3746
+ }, /*#__PURE__*/React.createElement("path", {
3747
+ fillRule: "evenodd",
3748
+ clipRule: "evenodd",
3749
+ d: "M18 0V7H11L13.95 4.05C12.68 2.79 10.93 2 9 2C5.14 2 2 5.14 2 9C2 12.86 5.14 16 9 16C12.86 16 16 12.86 16 9H18C18 13.97 13.97 18 9 18C4.03 18 0 13.97 0 9C0 4.03 4.03 0 9 0C11.49 0 13.74 1.01 15.36 2.64L18 0ZM8 10V5H9.5V9.15L13.02 11.24L12.25 12.52L8 10Z",
3750
+ fill: colors[color] || color
3751
+ }));
3752
+ });
3423
3753
  export const Palette = /*#__PURE__*/memo(({
3424
3754
  width,
3425
3755
  height,
@@ -3454,29 +3784,21 @@ export const Paper = /*#__PURE__*/memo(({
3454
3784
  color = '#7F828E',
3455
3785
  viewBox = false
3456
3786
  }) => {
3457
- if (viewBox) {
3458
- return /*#__PURE__*/React.createElement("svg", {
3459
- width: width || 24,
3460
- height: height || 24,
3461
- viewBox: "0 0 24 24",
3462
- fill: "none"
3463
- }, /*#__PURE__*/React.createElement("path", {
3464
- fillRule: "evenodd",
3465
- clipRule: "evenodd",
3466
- d: "M12.0002 14H9.00019C8.44819 14 8.00019 13.552 8.00019 13C8.00019 12.448 8.44819 12 9.00019 12H12.0002C12.5522 12 13.0002 12.448 13.0002 13C13.0002 13.552 12.5522 14 12.0002 14ZM8.00019 17C8.00019 16.448 8.44819 16 9.00019 16H15.0002C15.5532 16 16.0002 16.448 16.0002 17C16.0002 17.552 15.5532 18 15.0002 18H9.00019C8.44819 18 8.00019 17.552 8.00019 17ZM17.4445 20H6.55549C6.24949 20 6.00049 19.776 6.00049 19.5V4.5C6.00049 4.224 6.24949 4 6.55549 4H12.0005V7.15C12.0005 8.722 13.2175 10 14.7145 10H18.0005V19.5C18.0005 19.776 17.7515 20 17.4445 20ZM14.0005 4.978L16.7425 8H14.7145C14.3205 8 14.0005 7.619 14.0005 7.15V4.978ZM19.7405 8.328L14.2965 2.328C14.1065 2.119 13.8385 2 13.5555 2H6.55549C5.14649 2 4.00049 3.122 4.00049 4.5V19.5C4.00049 20.878 5.14649 22 6.55549 22H17.4445C18.8535 22 20.0005 20.878 20.0005 19.5V9C20.0005 8.751 19.9075 8.512 19.7405 8.328Z",
3467
- fill: colors[color] || color
3468
- }));
3469
- }
3470
-
3471
- return /*#__PURE__*/React.createElement("svg", {
3787
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
3788
+ width: width || 24,
3789
+ height: height || 24,
3790
+ viewBox: "0 0 24 24",
3791
+ fill: "none"
3792
+ }, /*#__PURE__*/React.createElement("path", {
3793
+ d: "M8 16H16V18H8V16ZM8 12H16V14H8V12ZM14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.89 22 5.99 22H18C19.1 22 20 21.1 20 20V8L14 2ZM18 20H6V4H13V9H18V20Z",
3794
+ fill: colors[color] || color
3795
+ })) : /*#__PURE__*/React.createElement("svg", {
3472
3796
  width: width || 16,
3473
3797
  height: height || 20,
3474
3798
  viewBox: "0 0 16 20",
3475
3799
  fill: "none"
3476
3800
  }, /*#__PURE__*/React.createElement("path", {
3477
- fillRule: "evenodd",
3478
- clipRule: "evenodd",
3479
- d: "M8.00019 12H5.00019C4.44819 12 4.00019 11.552 4.00019 11C4.00019 10.448 4.44819 10 5.00019 10H8.00019C8.55219 10 9.00019 10.448 9.00019 11C9.00019 11.552 8.55219 12 8.00019 12ZM4.00019 15C4.00019 14.448 4.44819 14 5.00019 14H11.0002C11.5532 14 12.0002 14.448 12.0002 15C12.0002 15.552 11.5532 16 11.0002 16H5.00019C4.44819 16 4.00019 15.552 4.00019 15ZM13.4445 18H2.55549C2.24949 18 2.00049 17.776 2.00049 17.5V2.5C2.00049 2.224 2.24949 2 2.55549 2H8.00049V5.15C8.00049 6.722 9.21749 8 10.7145 8H14.0005V17.5C14.0005 17.776 13.7515 18 13.4445 18ZM10.0005 2.978L12.7425 6H10.7145C10.3205 6 10.0005 5.619 10.0005 5.15V2.978ZM15.7405 6.328L10.2965 0.328C10.1065 0.119 9.83849 0 9.55549 0H2.55549C1.14649 0 0.000488281 1.122 0.000488281 2.5V17.5C0.000488281 18.878 1.14649 20 2.55549 20H13.4445C14.8535 20 16.0005 18.878 16.0005 17.5V7C16.0005 6.751 15.9075 6.512 15.7405 6.328Z",
3801
+ d: "M4 14H12V16H4V14ZM4 10H12V12H4V10ZM10 0H2C0.9 0 0 0.9 0 2V18C0 19.1 0.89 20 1.99 20H14C15.1 20 16 19.1 16 18V6L10 0ZM14 18H2V2H9V7H14V18Z",
3480
3802
  fill: colors[color] || color
3481
3803
  }));
3482
3804
  });
@@ -3754,75 +4076,73 @@ export const PersonHistory = /*#__PURE__*/memo(({
3754
4076
  viewBox: "0 0 24 24",
3755
4077
  fill: "none"
3756
4078
  }, /*#__PURE__*/React.createElement("path", {
3757
- fillRule: "evenodd",
3758
- clipRule: "evenodd",
3759
- d: "M10.36 11.47C7.55998 11.47 1.97998 12.87 1.97998 15.66V17.75H12.7C13.17 15.46 15.14 13.71 17.54 13.58C15.73 12.18 12.35 11.47 10.36 11.47ZM10.36 1C8.04998 1 6.16998 2.87 6.16998 5.19C6.16998 7.5 8.03998 9.38 10.36 9.38C12.67 9.38 14.55 7.51 14.55 5.19C14.55 2.87 12.68 1 10.36 1Z",
4079
+ d: "M11 11C13.21 11 15 9.21 15 7C15 4.79 13.21 3 11 3C8.79 3 7 4.79 7 7C7 9.21 8.79 11 11 11Z",
3760
4080
  fill: colors[color] || color
3761
4081
  }), /*#__PURE__*/React.createElement("path", {
3762
- fillRule: "evenodd",
3763
- clipRule: "evenodd",
3764
- d: "M18.5 14.69V14.68C18.28 14.65 18.06 14.63 17.83 14.63C15.88 14.63 14.25 15.96 13.78 17.76C13.69 18.1 13.64 18.45 13.64 18.82H12.25L14.1 20.68L15.96 18.82H14.57C14.57 18.45 14.63 18.1 14.75 17.76C15.18 16.48 16.39 15.56 17.83 15.56C18.14 15.56 18.45 15.6 18.74 15.69C20.09 16.09 21.09 17.33 21.09 18.82C21.09 20.62 19.63 22.08 17.83 22.08C16.93 22.08 16.11 21.71 15.53 21.13L14.87 21.79C15.63 22.54 16.67 23.02 17.83 23.02C20.14 23.02 22.02 21.15 22.02 18.83C22.02 16.73 20.5 15 18.5 14.69Z",
4082
+ d: "M11.7838 13.0329C11.5047 13.011 11.2415 13 11 13C8.33 13 3 14.34 3 17V19H11.8027C11.2922 18.1175 11 17.0929 11 16C11 14.9207 11.285 13.9079 11.7838 13.0329Z",
3765
4083
  fill: colors[color] || color
3766
4084
  }), /*#__PURE__*/React.createElement("path", {
3767
- fillRule: "evenodd",
3768
- clipRule: "evenodd",
3769
- d: "M18.21 18.59V16.42H17.42V19.04L19.66 20.37L20.07 19.7L18.21 18.59Z",
4085
+ d: "M17.3333 12C15.1244 12 13.3333 13.7911 13.3333 16H12L13.7778 17.7733L15.5556 16H14.2222C14.2222 14.28 15.6133 12.8889 17.3333 12.8889C19.0533 12.8889 20.4444 14.28 20.4444 16C20.4444 17.72 19.0533 19.1111 17.3333 19.1111C16.4756 19.1111 15.6978 18.76 15.1378 18.1956L14.5067 18.8267C15.2311 19.5511 16.2267 20 17.3333 20C19.5422 20 21.3333 18.2089 21.3333 16C21.3333 13.7911 19.5422 12 17.3333 12Z",
4086
+ fill: colors[color] || color
4087
+ }), /*#__PURE__*/React.createElement("path", {
4088
+ d: "M16.8888 14.2222V16.4445L18.7777 17.5645L19.1199 16.9956L17.5555 16.0667V14.2222H16.8888Z",
3770
4089
  fill: colors[color] || color
3771
4090
  })) : /*#__PURE__*/React.createElement("svg", {
3772
- width: width || 22,
3773
- height: height || 23,
3774
- viewBox: "0 0 22 23",
4091
+ width: width || 19,
4092
+ height: height || 17,
4093
+ viewBox: "0 0 19 17",
3775
4094
  fill: "none"
3776
4095
  }, /*#__PURE__*/React.createElement("path", {
3777
- fillRule: "evenodd",
3778
- clipRule: "evenodd",
3779
- d: "M9.35998 10.47C6.55998 10.47 0.97998 11.87 0.97998 14.66V16.75H11.7C12.17 14.46 14.14 12.71 16.54 12.58C14.73 11.18 11.35 10.47 9.35998 10.47ZM9.35998 0C7.04998 0 5.16998 1.87 5.16998 4.19C5.16998 6.5 7.03998 8.38 9.35998 8.38C11.67 8.38 13.55 6.51 13.55 4.19C13.55 1.87 11.68 0 9.35998 0Z",
4096
+ d: "M8 8C10.21 8 12 6.21 12 4C12 1.79 10.21 0 8 0C5.79 0 4 1.79 4 4C4 6.21 5.79 8 8 8Z",
3780
4097
  fill: colors[color] || color
3781
4098
  }), /*#__PURE__*/React.createElement("path", {
3782
- fillRule: "evenodd",
3783
- clipRule: "evenodd",
3784
- d: "M17.5 13.69V13.68C17.28 13.65 17.06 13.63 16.83 13.63C14.88 13.63 13.25 14.96 12.78 16.76C12.69 17.1 12.64 17.45 12.64 17.82H11.25L13.1 19.68L14.96 17.82H13.57C13.57 17.45 13.63 17.1 13.75 16.76C14.18 15.48 15.39 14.56 16.83 14.56C17.14 14.56 17.45 14.6 17.74 14.69C19.09 15.09 20.09 16.33 20.09 17.82C20.09 19.62 18.63 21.08 16.83 21.08C15.93 21.08 15.11 20.71 14.53 20.13L13.87 20.79C14.63 21.54 15.67 22.02 16.83 22.02C19.14 22.02 21.02 20.15 21.02 17.83C21.02 15.73 19.5 14 17.5 13.69Z",
4099
+ d: "M8.78382 10.0329C8.50473 10.011 8.24148 10 8 10C5.33 10 0 11.34 0 14V16H8.80269C8.29218 15.1175 8 14.0929 8 13C8 11.9207 8.28499 10.9079 8.78382 10.0329Z",
3785
4100
  fill: colors[color] || color
3786
4101
  }), /*#__PURE__*/React.createElement("path", {
3787
- fillRule: "evenodd",
3788
- clipRule: "evenodd",
3789
- d: "M17.21 17.59V15.42H16.42V18.04L18.66 19.37L19.07 18.7L17.21 17.59Z",
4102
+ d: "M14.3333 9C12.1244 9 10.3333 10.7911 10.3333 13H9L10.7778 14.7733L12.5556 13H11.2222C11.2222 11.28 12.6133 9.88889 14.3333 9.88889C16.0533 9.88889 17.4444 11.28 17.4444 13C17.4444 14.72 16.0533 16.1111 14.3333 16.1111C13.4756 16.1111 12.6978 15.76 12.1378 15.1956L11.5067 15.8267C12.2311 16.5511 13.2267 17 14.3333 17C16.5422 17 18.3333 15.2089 18.3333 13C18.3333 10.7911 16.5422 9 14.3333 9Z",
4103
+ fill: colors[color] || color
4104
+ }), /*#__PURE__*/React.createElement("path", {
4105
+ d: "M13.8888 11.2222V13.4445L15.7777 14.5645L16.1199 13.9956L14.5555 13.0667V11.2222H13.8888Z",
3790
4106
  fill: colors[color] || color
3791
4107
  }));
3792
4108
  });
3793
- export const Phone = /*#__PURE__*/memo(({
4109
+ export const PersonRate = /*#__PURE__*/memo(({
3794
4110
  width,
3795
4111
  height,
3796
4112
  color = '#7F828E',
3797
4113
  viewBox = false
3798
4114
  }) => {
3799
- if (viewBox) {
3800
- return /*#__PURE__*/React.createElement("svg", {
3801
- width: width || 24,
3802
- height: height || 24,
3803
- viewBox: "0 0 24 24",
3804
- fill: "none"
3805
- }, /*#__PURE__*/React.createElement("path", {
3806
- fillRule: "evenodd",
3807
- clipRule: "evenodd",
3808
- d: "M6.60033 4.00002C5.16633 4.00002 4.00033 5.16602 4.00033 6.60002C4.00033 13.988 10.0113 20 17.4003 20C18.8333 20 20.0003 18.834 20.0003 17.4C20.0003 17.289 19.9933 17.18 19.9793 17.072L15.3593 16.012C15.2673 16.188 15.1663 16.379 15.0743 16.557C14.6183 17.427 14.2883 18.059 13.4463 17.72C10.1403 16.56 7.44133 13.86 6.26633 10.514C5.90933 9.72902 6.58933 9.37302 7.45133 8.92302C7.62633 8.83102 7.81533 8.73202 7.98833 8.64202L6.92833 4.02102C6.81733 4.00702 6.70933 4.00002 6.60033 4.00002ZM17.4002 22C8.90824 22 2.00024 15.092 2.00024 6.6C2.00024 4.063 4.06324 2 6.60024 2C6.86024 2 7.11724 2.022 7.36624 2.065C7.60924 2.104 7.85324 2.166 8.09124 2.248C8.41624 2.361 8.66124 2.634 8.73824 2.97L10.1072 8.934C10.1832 9.262 10.0882 9.606 9.85424 9.85C9.71824 9.992 9.71524 9.995 8.47524 10.644C9.47924 12.818 11.2242 14.557 13.3542 15.527C14.0042 14.286 14.0082 14.282 14.1502 14.146C14.3942 13.912 14.7402 13.821 15.0662 13.893L21.0312 15.262C21.3662 15.339 21.6392 15.583 21.7512 15.908C21.8332 16.144 21.8952 16.388 21.9362 16.639C21.9782 16.886 22.0002 17.142 22.0002 17.4C22.0002 19.937 19.9362 22 17.4002 22Z",
3809
- fill: colors[color] || color
3810
- }));
3811
- }
3812
-
3813
- return /*#__PURE__*/React.createElement("svg", {
3814
- width: width || 20,
3815
- height: height || 20,
3816
- viewBox: "0 0 20 20",
4115
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
4116
+ width: width || 24,
4117
+ height: height || 24,
4118
+ viewBox: "0 0 24 24",
3817
4119
  fill: "none"
3818
4120
  }, /*#__PURE__*/React.createElement("path", {
3819
- fillRule: "evenodd",
3820
- clipRule: "evenodd",
3821
- d: "M4.60033 2.00002C3.16633 2.00002 2.00033 3.16602 2.00033 4.60002C2.00033 11.988 8.01133 18 15.4003 18C16.8333 18 18.0003 16.834 18.0003 15.4C18.0003 15.289 17.9933 15.18 17.9793 15.072L13.3593 14.012C13.2673 14.188 13.1663 14.379 13.0743 14.557C12.6183 15.427 12.2883 16.059 11.4463 15.72C8.14033 14.56 5.44133 11.86 4.26633 8.51402C3.90933 7.72902 4.58933 7.37302 5.45133 6.92302C5.62633 6.83102 5.81533 6.73202 5.98833 6.64202L4.92833 2.02102C4.81733 2.00702 4.70933 2.00002 4.60033 2.00002ZM15.4002 20C6.90824 20 0.000244141 13.092 0.000244141 4.6C0.000244141 2.063 2.06324 0 4.60024 0C4.86024 0 5.11724 0.022 5.36624 0.065C5.60924 0.104 5.85324 0.166 6.09124 0.248C6.41624 0.361 6.66124 0.634 6.73824 0.97L8.10724 6.934C8.18324 7.262 8.08824 7.606 7.85424 7.85C7.71824 7.992 7.71524 7.995 6.47524 8.644C7.47924 10.818 9.22424 12.557 11.3542 13.527C12.0042 12.286 12.0082 12.282 12.1502 12.146C12.3942 11.912 12.7402 11.821 13.0662 11.893L19.0312 13.262C19.3662 13.339 19.6392 13.583 19.7512 13.908C19.8332 14.144 19.8952 14.388 19.9362 14.639C19.9782 14.886 20.0002 15.142 20.0002 15.4C20.0002 17.937 17.9362 20 15.4002 20Z",
4121
+ d: "M17.5 17.4295L20.281 19L19.543 16.04L22 14.0484L18.7645 13.7916L17.5 11L16.2355 13.7916L13 14.0484L15.457 16.04L14.719 19L17.5 17.4295Z",
4122
+ fill: colors[color] || color
4123
+ }), /*#__PURE__*/React.createElement("path", {
4124
+ d: "M11 11C13.21 11 15 9.21 15 7C15 4.79 13.21 3 11 3C8.79 3 7 4.79 7 7C7 9.21 8.79 11 11 11Z",
4125
+ fill: colors[color] || color
4126
+ }), /*#__PURE__*/React.createElement("path", {
4127
+ d: "M8.78556 13.2209C6.12309 13.7011 3 14.9638 3 17V19H12.74L13.2738 16.8589L8.78556 13.2209Z",
4128
+ fill: colors[color] || color
4129
+ })) : /*#__PURE__*/React.createElement("svg", {
4130
+ width: width || 19,
4131
+ height: height || 16,
4132
+ viewBox: "0 0 19 16",
4133
+ fill: "none"
4134
+ }, /*#__PURE__*/React.createElement("path", {
4135
+ d: "M14.5 14.4295L17.281 16L16.543 13.04L19 11.0484L15.7645 10.7916L14.5 8L13.2355 10.7916L10 11.0484L12.457 13.04L11.719 16L14.5 14.4295Z",
4136
+ fill: colors[color] || color
4137
+ }), /*#__PURE__*/React.createElement("path", {
4138
+ d: "M8 8C10.21 8 12 6.21 12 4C12 1.79 10.21 0 8 0C5.79 0 4 1.79 4 4C4 6.21 5.79 8 8 8Z",
4139
+ fill: colors[color] || color
4140
+ }), /*#__PURE__*/React.createElement("path", {
4141
+ d: "M5.78556 10.2209C3.12309 10.7011 0 11.9638 0 14V16H9.74001L10.2738 13.8589L5.78556 10.2209Z",
3822
4142
  fill: colors[color] || color
3823
4143
  }));
3824
4144
  });
3825
- export const PlanePaper = /*#__PURE__*/memo(({
4145
+ export const PersonSync = /*#__PURE__*/memo(({
3826
4146
  width,
3827
4147
  height,
3828
4148
  color = '#7F828E',
@@ -3834,29 +4154,93 @@ export const PlanePaper = /*#__PURE__*/memo(({
3834
4154
  viewBox: "0 0 24 24",
3835
4155
  fill: "none"
3836
4156
  }, /*#__PURE__*/React.createElement("path", {
3837
- d: "M19.7922 12.61C19.8412 12.548 19.8834 12.4809 19.9181 12.4099L19.9721 12.36C20.0105 12.2611 20.0312 12.156 20.0331 12.0499C20.0289 11.9539 20.0086 11.8593 19.9731 11.77L19.9191 11.71C19.9058 11.6138 19.8715 11.5216 19.819 11.4399L19.789 11.4099C19.7386 11.341 19.6779 11.2804 19.6091 11.23L5.19719 4.03003C5.03842 3.94591 4.85696 3.9143 4.67912 3.93994C4.50361 3.9725 4.34149 4.05596 4.21306 4.17993C4.08636 4.30787 4.00279 4.47228 3.97404 4.65002C3.9457 4.82756 3.9741 5.00941 4.0551 5.16992L7.46916 11.99L4.04802 18.83C3.96814 18.9872 3.93974 19.1657 3.96696 19.34C3.99575 19.5175 4.07894 19.6817 4.205 19.8099C4.33111 19.9371 4.4943 20.0211 4.67106 20.0498C4.84783 20.0785 5.02923 20.0506 5.18913 19.97L19.6081 12.75C19.6742 12.7099 19.7359 12.663 19.7922 12.61V12.61ZM15.592 11.1599L8.90104 11.1699L6.67497 6.69995L15.592 11.1599ZM6.67009 17.3199L8.90007 12.86H15.591L6.67009 17.3199Z",
4157
+ d: "M11 11C13.21 11 15 9.21 15 7C15 4.79 13.21 3 11 3C8.79 3 7 4.79 7 7C7 9.21 8.79 11 11 11Z",
4158
+ fill: colors[color] || color
4159
+ }), /*#__PURE__*/React.createElement("path", {
4160
+ d: "M11 13C8.33 13 3 14.34 3 17V19H12.8027C12.2922 18.1175 12 17.0929 12 16C12 14.9646 12.2623 13.9904 12.724 13.1403C12.0912 13.0468 11.4991 13 11 13Z",
4161
+ fill: colors[color] || color
4162
+ }), /*#__PURE__*/React.createElement("path", {
4163
+ fillRule: "evenodd",
4164
+ clipRule: "evenodd",
4165
+ d: "M17.6364 14.3636V12.7272C15.8309 12.7272 14.3636 14.1945 14.3636 16C14.3636 16.5509 14.5 17.0746 14.7454 17.5273L13.9491 18.3237C13.5236 17.6528 13.2727 16.8564 13.2727 16C13.2727 13.5891 15.2255 11.6363 17.6364 11.6363V9.99994L19.8182 12.1818L17.6364 14.3636ZM20.5273 14.4727L21.3236 13.6763C21.7491 14.3472 22 15.1436 22 16C22 18.4109 20.0472 20.3637 17.6363 20.3637V22.0001L15.4545 19.8182L17.6363 17.6364V19.2728C19.4418 19.2728 20.9091 17.8055 20.9091 16C20.9091 15.4491 20.7673 14.9309 20.5273 14.4727Z",
3838
4166
  fill: colors[color] || color
3839
4167
  })) : /*#__PURE__*/React.createElement("svg", {
3840
- width: width || 18,
3841
- height: height || 18,
3842
- viewBox: "0 0 18 18",
4168
+ width: width || 19,
4169
+ height: height || 19,
4170
+ viewBox: "0 0 19 19",
3843
4171
  fill: "none"
3844
4172
  }, /*#__PURE__*/React.createElement("path", {
3845
- d: "M16.7922 9.60998C16.8412 9.54801 16.8834 9.48089 16.9181 9.40991L16.9721 9.35998C17.0105 9.26106 17.0312 9.15605 17.0331 9.04992C17.0289 8.95389 17.0086 8.85934 16.9731 8.77002L16.9191 8.70996C16.9058 8.61377 16.8715 8.52161 16.819 8.43994L16.789 8.40991C16.7386 8.34102 16.6779 8.28038 16.6091 8.22998L2.19719 1.03003C2.03842 0.945907 1.85696 0.914303 1.67912 0.93994C1.50361 0.972503 1.34149 1.05596 1.21306 1.17993C1.08636 1.30787 1.00279 1.47228 0.974043 1.65002C0.945699 1.82756 0.974097 2.00941 1.0551 2.16992L4.46916 8.98999L1.04802 15.83C0.968137 15.9872 0.939743 16.1657 0.966962 16.34C0.995752 16.5175 1.07894 16.6817 1.205 16.8099C1.33111 16.9371 1.4943 17.0211 1.67106 17.0498C1.84783 17.0785 2.02923 17.0506 2.18913 16.97L16.6081 9.75C16.6742 9.70992 16.7359 9.66298 16.7922 9.60998V9.60998ZM12.592 8.15991L5.90104 8.16992L3.67497 3.69995L12.592 8.15991ZM3.67009 14.3199L5.90007 9.85998H12.591L3.67009 14.3199Z",
4173
+ d: "M8 8C10.21 8 12 6.21 12 4C12 1.79 10.21 0 8 0C5.79 0 4 1.79 4 4C4 6.21 5.79 8 8 8Z",
4174
+ fill: colors[color] || color
4175
+ }), /*#__PURE__*/React.createElement("path", {
4176
+ d: "M8 10C5.33 10 0 11.34 0 14V16H9.80269C9.29218 15.1175 9 14.0929 9 13C9 11.9646 9.26227 10.9904 9.724 10.1403C9.09118 10.0468 8.49911 10 8 10Z",
4177
+ fill: colors[color] || color
4178
+ }), /*#__PURE__*/React.createElement("path", {
4179
+ fillRule: "evenodd",
4180
+ clipRule: "evenodd",
4181
+ d: "M14.6364 11.3636V9.72724C12.8309 9.72724 11.3636 11.1945 11.3636 13C11.3636 13.5509 11.5 14.0746 11.7454 14.5273L10.9491 15.3237C10.5236 14.6528 10.2727 13.8564 10.2727 13C10.2727 10.5891 12.2255 8.63632 14.6364 8.63632V6.99994L16.8182 9.18178L14.6364 11.3636ZM17.5273 11.4727L18.3236 10.6763C18.7491 11.3472 19 12.1436 19 13C19 15.4109 17.0472 17.3637 14.6363 17.3637V19.0001L12.4545 16.8182L14.6363 14.6364V16.2728C16.4418 16.2728 17.9091 14.8055 17.9091 13C17.9091 12.4491 17.7673 11.9309 17.5273 11.4727Z",
3846
4182
  fill: colors[color] || color
3847
4183
  }));
3848
4184
  });
3849
- export const Play = /*#__PURE__*/memo(({
4185
+ export const Phone = /*#__PURE__*/memo(({
3850
4186
  width,
3851
4187
  height,
3852
4188
  color = '#7F828E',
3853
- viewBox = false,
3854
- opacity = 1
4189
+ viewBox = false
3855
4190
  }) => {
3856
- if (viewBox) {
3857
- return /*#__PURE__*/React.createElement("svg", {
3858
- width: width || 24,
3859
- height: height || 24,
4191
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
4192
+ width: width || 24,
4193
+ height: height || 24,
4194
+ viewBox: "0 0 24 24",
4195
+ fill: "none"
4196
+ }, /*#__PURE__*/React.createElement("path", {
4197
+ d: "M6.62 10.79C8.06 13.62 10.38 15.93 13.21 17.38L15.41 15.18C15.68 14.91 16.08 14.82 16.43 14.94C17.55 15.31 18.76 15.51 20 15.51C20.55 15.51 21 15.96 21 16.51V20C21 20.55 20.55 21 20 21C10.61 21 3 13.39 3 4C3 3.45 3.45 3 4 3H7.5C8.05 3 8.5 3.45 8.5 4C8.5 5.25 8.7 6.45 9.07 7.57C9.18 7.92 9.1 8.31 8.82 8.59L6.62 10.79Z",
4198
+ fill: colors[color] || color
4199
+ })) : /*#__PURE__*/React.createElement("svg", {
4200
+ width: width || 18,
4201
+ height: height || 18,
4202
+ viewBox: "0 0 18 18",
4203
+ fill: "none"
4204
+ }, /*#__PURE__*/React.createElement("path", {
4205
+ d: "M3.62 7.79C5.06 10.62 7.38 12.93 10.21 14.38L12.41 12.18C12.68 11.91 13.08 11.82 13.43 11.94C14.55 12.31 15.76 12.51 17 12.51C17.55 12.51 18 12.96 18 13.51V17C18 17.55 17.55 18 17 18C7.61 18 0 10.39 0 1C0 0.45 0.45 0 1 0H4.5C5.05 0 5.5 0.45 5.5 1C5.5 2.25 5.7 3.45 6.07 4.57C6.18 4.92 6.1 5.31 5.82 5.59L3.62 7.79Z",
4206
+ fill: colors[color] || color
4207
+ }));
4208
+ });
4209
+ export const PlanePaper = /*#__PURE__*/memo(({
4210
+ width,
4211
+ height,
4212
+ color = '#7F828E',
4213
+ viewBox = false
4214
+ }) => {
4215
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
4216
+ width: width || 24,
4217
+ height: height || 24,
4218
+ viewBox: "0 0 24 24",
4219
+ fill: "none"
4220
+ }, /*#__PURE__*/React.createElement("path", {
4221
+ d: "M2.01 21L23 12L2.01 3L2 10L17 12L2 14L2.01 21Z",
4222
+ fill: colors[color] || color
4223
+ })) : /*#__PURE__*/React.createElement("svg", {
4224
+ width: width || 21,
4225
+ height: height || 18,
4226
+ viewBox: "0 0 21 18",
4227
+ fill: "none"
4228
+ }, /*#__PURE__*/React.createElement("path", {
4229
+ d: "M0.01 18L21 9L0.01 0L0 7L15 9L0 11L0.01 18Z",
4230
+ fill: colors[color] || color
4231
+ }));
4232
+ });
4233
+ export const Play = /*#__PURE__*/memo(({
4234
+ width,
4235
+ height,
4236
+ color = '#7F828E',
4237
+ viewBox = false,
4238
+ opacity = 1
4239
+ }) => {
4240
+ if (viewBox) {
4241
+ return /*#__PURE__*/React.createElement("svg", {
4242
+ width: width || 24,
4243
+ height: height || 24,
3860
4244
  viewBox: "0 0 24 24",
3861
4245
  fill: "none"
3862
4246
  }, /*#__PURE__*/React.createElement("path", {
@@ -4088,20 +4472,26 @@ export const Printer = /*#__PURE__*/memo(({
4088
4472
  }));
4089
4473
  });
4090
4474
  export const QuestionMark = /*#__PURE__*/memo(({
4091
- width = 16,
4092
- height = 16,
4093
- color = '#7F828E'
4475
+ width,
4476
+ height,
4477
+ color = '#7F828E',
4478
+ viewBox = false
4094
4479
  }) => {
4095
- return /*#__PURE__*/React.createElement("svg", {
4096
- width: width || 16,
4097
- height: height || 16,
4098
- viewBox: "0 0 16 16",
4480
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
4481
+ width: width || 24,
4482
+ height: height || 24,
4483
+ viewBox: "0 0 24 24",
4099
4484
  fill: "none"
4100
4485
  }, /*#__PURE__*/React.createElement("path", {
4101
- d: "M11.3332 6.00008C11.3332 5.11603 10.982 4.26818 10.3569 3.64306C9.73174 3.01794 8.88389 2.66675 7.99984 2.66675C7.11578 2.66675 6.26794 3.01794 5.64281 3.64306C5.01769 4.26818 4.6665 5.11603 4.6665 6.00008C4.6665 6.17689 4.73674 6.34646 4.86177 6.47149C4.98679 6.59651 5.15636 6.66675 5.33317 6.66675C5.50998 6.66675 5.67955 6.59651 5.80457 6.47149C5.9296 6.34646 5.99984 6.17689 5.99984 6.00008C5.99984 5.60452 6.11714 5.21784 6.3369 4.88894C6.55666 4.56004 6.86902 4.3037 7.23447 4.15232C7.59992 4.00095 8.00206 3.96134 8.39002 4.03851C8.77798 4.11568 9.13435 4.30616 9.41405 4.58587C9.69376 4.86557 9.88424 5.22194 9.96141 5.6099C10.0386 5.99786 9.99897 6.4 9.8476 6.76545C9.69622 7.1309 9.43988 7.44326 9.11098 7.66302C8.78208 7.88278 8.3954 8.00008 7.99984 8.00008C7.82303 8.00008 7.65346 8.07032 7.52843 8.19534C7.40341 8.32037 7.33317 8.48994 7.33317 8.66675V10.0001C7.33317 10.1769 7.40341 10.3465 7.52843 10.4715C7.65346 10.5965 7.82303 10.6667 7.99984 10.6667C8.17665 10.6667 8.34622 10.5965 8.47124 10.4715C8.59627 10.3465 8.6665 10.1769 8.6665 10.0001V9.26675C9.41941 9.11306 10.0961 8.70396 10.582 8.10868C11.068 7.51341 11.3333 6.76852 11.3332 6.00008Z",
4486
+ d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 19H11V17H13V19ZM15.07 11.25L14.17 12.17C13.45 12.9 13 13.5 13 15H11V14.5C11 13.4 11.45 12.4 12.17 11.67L13.41 10.41C13.78 10.05 14 9.55 14 9C14 7.9 13.1 7 12 7C10.9 7 10 7.9 10 9H8C8 6.79 9.79 5 12 5C14.21 5 16 6.79 16 9C16 9.88 15.64 10.68 15.07 11.25Z",
4102
4487
  fill: colors[color] || color
4103
- }), /*#__PURE__*/React.createElement("path", {
4104
- d: "M8.00016 13.3333C8.36835 13.3333 8.66683 13.0349 8.66683 12.6667C8.66683 12.2985 8.36835 12 8.00016 12C7.63197 12 7.3335 12.2985 7.3335 12.6667C7.3335 13.0349 7.63197 13.3333 8.00016 13.3333Z",
4488
+ })) : /*#__PURE__*/React.createElement("svg", {
4489
+ width: width || 20,
4490
+ height: height || 20,
4491
+ viewBox: "0 0 20 20",
4492
+ fill: "none"
4493
+ }, /*#__PURE__*/React.createElement("path", {
4494
+ d: "M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM11 17H9V15H11V17ZM13.07 9.25L12.17 10.17C11.45 10.9 11 11.5 11 13H9V12.5C9 11.4 9.45 10.4 10.17 9.67L11.41 8.41C11.78 8.05 12 7.55 12 7C12 5.9 11.1 5 10 5C8.9 5 8 5.9 8 7H6C6 4.79 7.79 3 10 3C12.21 3 14 4.79 14 7C14 7.88 13.64 8.68 13.07 9.25Z",
4105
4495
  fill: colors[color] || color
4106
4496
  }));
4107
4497
  });
@@ -4293,35 +4683,67 @@ export const ReviewAdd = /*#__PURE__*/memo(({
4293
4683
  fill: colors[color] || color
4294
4684
  }));
4295
4685
  });
4686
+ export const Link = /*#__PURE__*/memo(({
4687
+ width,
4688
+ height,
4689
+ color = '#7F828E',
4690
+ viewBox = false
4691
+ }) => {
4692
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
4693
+ width: width || 24,
4694
+ height: height || 24,
4695
+ viewBox: "0 0 24 24",
4696
+ fill: "none"
4697
+ }, /*#__PURE__*/React.createElement("path", {
4698
+ d: "M17 7H13V9H17C18.65 9 20 10.35 20 12C20 13.65 18.65 15 17 15H13V17H17C19.76 17 22 14.76 22 12C22 9.24 19.76 7 17 7Z",
4699
+ fill: colors[color] || color
4700
+ }), /*#__PURE__*/React.createElement("path", {
4701
+ d: "M11 15H7C5.35 15 4 13.65 4 12C4 10.35 5.35 9 7 9H11V7H7C4.24 7 2 9.24 2 12C2 14.76 4.24 17 7 17H11V15Z",
4702
+ fill: colors[color] || color
4703
+ }), /*#__PURE__*/React.createElement("path", {
4704
+ d: "M8 11H16V13H8V11Z",
4705
+ fill: colors[color] || color
4706
+ })) : /*#__PURE__*/React.createElement("svg", {
4707
+ width: width || 20,
4708
+ height: height || 10,
4709
+ viewBox: "0 0 20 10",
4710
+ fill: "none"
4711
+ }, /*#__PURE__*/React.createElement("path", {
4712
+ d: "M15 0H11V2H15C16.65 2 18 3.35 18 5C18 6.65 16.65 8 15 8H11V10H15C17.76 10 20 7.76 20 5C20 2.24 17.76 0 15 0Z",
4713
+ fill: colors[color] || color
4714
+ }), /*#__PURE__*/React.createElement("path", {
4715
+ d: "M9 8H5C3.35 8 2 6.65 2 5C2 3.35 3.35 2 5 2H9V0H5C2.24 0 0 2.24 0 5C0 7.76 2.24 10 5 10H9V8Z",
4716
+ fill: colors[color] || color
4717
+ }), /*#__PURE__*/React.createElement("path", {
4718
+ d: "M6 4H14V6H6V4Z",
4719
+ fill: colors[color] || color
4720
+ }));
4721
+ });
4296
4722
  export const Save = /*#__PURE__*/memo(({
4297
4723
  width,
4298
4724
  height,
4299
4725
  color = '#7F828E',
4300
4726
  viewBox = false
4301
4727
  }) => {
4302
- if (viewBox) {
4303
- return /*#__PURE__*/React.createElement("svg", {
4304
- width: width || 24,
4305
- height: height || 25,
4306
- viewBox: "0 0 24 25",
4307
- fill: "none"
4308
- }, /*#__PURE__*/React.createElement("path", {
4309
- fillRule: "evenodd",
4310
- clipRule: "evenodd",
4311
- d: "M18.2133 17.3333C18.2133 17.5691 18.1197 17.7952 17.953 17.9619C17.7863 18.1286 17.5602 18.2222 17.3244 18.2222H15.5467V15.5556C15.5467 15.3198 15.453 15.0937 15.2863 14.927C15.1196 14.7603 14.8935 14.6667 14.6578 14.6667H9.32444C9.08869 14.6667 8.86258 14.7603 8.69588 14.927C8.52918 15.0937 8.43555 15.3198 8.43555 15.5556V18.2222H6.65777C6.42202 18.2222 6.19591 18.1286 6.02922 17.9619C5.86252 17.7952 5.76888 17.5691 5.76888 17.3333V6.66668C5.76888 6.43093 5.86252 6.20484 6.02922 6.03814C6.19591 5.87144 6.42202 5.77779 6.65777 5.77779H8.43555V10.2222C8.43555 10.458 8.52918 10.6841 8.69588 10.8508C8.86258 11.0175 9.08869 11.1111 9.32444 11.1111H12.88C13.1157 11.1111 13.3418 11.0175 13.5085 10.8508C13.6752 10.6841 13.7689 10.458 13.7689 10.2222C13.7689 9.98648 13.6752 9.76039 13.5085 9.59369C13.3418 9.42699 13.1157 9.33334 12.88 9.33334H10.2133V5.77779H13.0311C13.2664 5.78124 13.4918 5.87328 13.6622 6.03556L17.9555 10.3289C18.0383 10.4117 18.1038 10.5101 18.148 10.6185C18.1923 10.7268 18.2145 10.8429 18.2133 10.96V17.3333ZM10.2133 18.2222H13.7689V16.4444H10.2133V18.2222ZM19.2178 9.07556L14.9244 4.78222C14.6778 4.53346 14.3842 4.3362 14.0607 4.20192C13.7372 4.06763 13.3903 3.999 13.04 4.00001H6.66667C5.96007 4.00212 5.28301 4.28375 4.78337 4.78339C4.28373 5.28303 4.00211 5.96008 4 6.66668V17.3333C4.00211 18.0399 4.28373 18.717 4.78337 19.2166C5.28301 19.7163 5.96007 19.9979 6.66667 20H17.3333C18.0399 19.9979 18.717 19.7163 19.2166 19.2166C19.7162 18.717 19.9979 18.0399 20 17.3333V10.96C19.9938 10.2541 19.7133 9.5783 19.2178 9.07556Z",
4312
- fill: colors[color] || color
4313
- }));
4314
- }
4315
-
4316
- return /*#__PURE__*/React.createElement("svg", {
4317
- width: width || 16,
4318
- height: height || 16,
4319
- viewBox: "0 0 16 16",
4728
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
4729
+ width: width || 24,
4730
+ height: height || 24,
4731
+ viewBox: "0 0 24 24",
4320
4732
  fill: "none"
4321
4733
  }, /*#__PURE__*/React.createElement("path", {
4322
4734
  fillRule: "evenodd",
4323
4735
  clipRule: "evenodd",
4324
- d: "M14.2133 13.3333C14.2133 13.5691 14.1197 13.7952 13.953 13.9619C13.7863 14.1286 13.5602 14.2222 13.3244 14.2222H11.5467V11.5556C11.5467 11.3198 11.453 11.0937 11.2863 10.927C11.1196 10.7603 10.8935 10.6667 10.6578 10.6667H5.32444C5.08869 10.6667 4.86258 10.7603 4.69588 10.927C4.52918 11.0937 4.43555 11.3198 4.43555 11.5556V14.2222H2.65777C2.42202 14.2222 2.19591 14.1286 2.02922 13.9619C1.86252 13.7952 1.76888 13.5691 1.76888 13.3333V2.66668C1.76888 2.43093 1.86252 2.20484 2.02922 2.03814C2.19591 1.87144 2.42202 1.77779 2.65777 1.77779H4.43555V6.22223C4.43555 6.45798 4.52918 6.68407 4.69588 6.85077C4.86258 7.01747 5.08869 7.11112 5.32444 7.11112H8.87999C9.11574 7.11112 9.34182 7.01747 9.50852 6.85077C9.67522 6.68407 9.76888 6.45798 9.76888 6.22223C9.76888 5.98648 9.67522 5.76039 9.50852 5.59369C9.34182 5.42699 9.11574 5.33334 8.87999 5.33334H6.21332V1.77779H9.03109C9.2664 1.78124 9.49178 1.87328 9.66222 2.03556L13.9555 6.32889C14.0383 6.41165 14.1038 6.5101 14.148 6.61847C14.1923 6.72684 14.2145 6.84294 14.2133 6.95999V13.3333ZM6.21332 14.2222H9.76888V12.4444H6.21332V14.2222ZM15.2178 5.07556L10.9244 0.782223C10.6778 0.533459 10.3842 0.336202 10.0607 0.201915C9.73723 0.0676284 9.39026 -0.000998853 9.03998 1.09846e-05H2.66667C1.96007 0.00212129 1.28301 0.28375 0.783366 0.78339C0.283726 1.28303 0.0021103 1.96008 0 2.66668V13.3333C0.0021103 14.0399 0.283726 14.717 0.783366 15.2166C1.28301 15.7163 1.96007 15.9979 2.66667 16H13.3333C14.0399 15.9979 14.717 15.7163 15.2166 15.2166C15.7162 14.717 15.9979 14.0399 16 13.3333V6.95999C15.9938 6.25411 15.7133 5.5783 15.2178 5.07556Z",
4736
+ d: "M17 3H5C3.89 3 3 3.9 3 5V19C3 20.1 3.89 21 5 21H19C20.1 21 21 20.1 21 19V7L17 3ZM12 19C10.34 19 9 17.66 9 16C9 14.34 10.34 13 12 13C13.66 13 15 14.34 15 16C15 17.66 13.66 19 12 19ZM5 9H15V5H5V9Z",
4737
+ fill: colors[color] || color
4738
+ })) : /*#__PURE__*/React.createElement("svg", {
4739
+ width: width || 18,
4740
+ height: height || 18,
4741
+ viewBox: "0 0 18 18",
4742
+ fill: "none"
4743
+ }, /*#__PURE__*/React.createElement("path", {
4744
+ fillRule: "evenodd",
4745
+ clipRule: "evenodd",
4746
+ d: "M14 0H2C0.89 0 0 0.9 0 2V16C0 17.1 0.89 18 2 18H16C17.1 18 18 17.1 18 16V4L14 0ZM9 16C7.34 16 6 14.66 6 13C6 11.34 7.34 10 9 10C10.66 10 12 11.34 12 13C12 14.66 10.66 16 9 16ZM2 6H12V2H2V6Z",
4325
4747
  fill: colors[color] || color
4326
4748
  }));
4327
4749
  });
@@ -4353,6 +4775,46 @@ export const SaveV2 = /*#__PURE__*/memo(({
4353
4775
  fill: colors[color] || color
4354
4776
  }));
4355
4777
  });
4778
+ export const SaveCancel = /*#__PURE__*/memo(({
4779
+ width,
4780
+ height,
4781
+ color = '#7F828E',
4782
+ viewBox = false
4783
+ }) => {
4784
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
4785
+ width: width || 24,
4786
+ height: height || 24,
4787
+ viewBox: "0 0 24 24",
4788
+ fill: "none"
4789
+ }, /*#__PURE__*/React.createElement("path", {
4790
+ fillRule: "evenodd",
4791
+ clipRule: "evenodd",
4792
+ d: "M5 3H17L21 7V14H16V21H5C3.89 21 3 20.1 3 19V5C3 3.9 3.89 3 5 3ZM9 16C9 17.66 10.34 19 12 19C13.66 19 15 17.66 15 16C15 14.34 13.66 13 12 13C10.34 13 9 14.34 9 16ZM15 9H5V5H15V9Z",
4793
+ fill: colors[color] || color
4794
+ }), /*#__PURE__*/React.createElement("path", {
4795
+ d: "M21.8 15.0001L23 16.2001L18.2001 21L17.0001 19.8L21.8 15.0001Z",
4796
+ fill: colors[color] || color
4797
+ }), /*#__PURE__*/React.createElement("path", {
4798
+ d: "M23 19.8L21.8 21L17.0001 16.2L18.2001 15.0001L23 19.8Z",
4799
+ fill: colors[color] || color
4800
+ })) : /*#__PURE__*/React.createElement("svg", {
4801
+ width: width || 20,
4802
+ height: height || 18,
4803
+ viewBox: "0 0 20 18",
4804
+ fill: "none"
4805
+ }, /*#__PURE__*/React.createElement("path", {
4806
+ fillRule: "evenodd",
4807
+ clipRule: "evenodd",
4808
+ d: "M2 0H14L18 4V11H13V18H2C0.89 18 0 17.1 0 16V2C0 0.9 0.89 0 2 0ZM6 13C6 14.66 7.34 16 9 16C10.66 16 12 14.66 12 13C12 11.34 10.66 10 9 10C7.34 10 6 11.34 6 13ZM12 6H2V2H12V6Z",
4809
+ fill: colors[color] || color
4810
+ }), /*#__PURE__*/React.createElement("path", {
4811
+ d: "M18.8 12.0001L20 13.2001L15.2001 18L14.0001 16.8L18.8 12.0001Z",
4812
+ fill: colors[color] || color
4813
+ }), /*#__PURE__*/React.createElement("path", {
4814
+ d: "M20 16.8L18.8 18L14.0001 13.2L15.2001 12.0001L20 16.8Z",
4815
+ fill: colors[color] || color
4816
+ }));
4817
+ });
4356
4818
  export const Scales = /*#__PURE__*/memo(({
4357
4819
  width,
4358
4820
  height,
@@ -4377,31 +4839,55 @@ export const Scales = /*#__PURE__*/memo(({
4377
4839
  fill: colors[color] || color
4378
4840
  }));
4379
4841
  });
4842
+ export const School = /*#__PURE__*/memo(({
4843
+ width,
4844
+ height,
4845
+ color = '#7F828E',
4846
+ viewBox = false
4847
+ }) => {
4848
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
4849
+ width: width || 24,
4850
+ height: height || 24,
4851
+ viewBox: "0 0 24 24",
4852
+ fill: "none"
4853
+ }, /*#__PURE__*/React.createElement("path", {
4854
+ fillRule: "evenodd",
4855
+ clipRule: "evenodd",
4856
+ d: "M1 9L12 3L23 9V17H21V10.09L12 15L1 9ZM5 17.18V13.18L12 17L19 13.18V17.18L12 21L5 17.18Z",
4857
+ fill: colors[color] || color
4858
+ })) : /*#__PURE__*/React.createElement("svg", {
4859
+ width: width || 22,
4860
+ height: height || 18,
4861
+ viewBox: "0 0 22 18",
4862
+ fill: "none"
4863
+ }, /*#__PURE__*/React.createElement("path", {
4864
+ fillRule: "evenodd",
4865
+ clipRule: "evenodd",
4866
+ d: "M0 6L11 0L22 6V14H20V7.09L11 12L0 6ZM4 14.18V10.18L11 14L18 10.18V14.18L11 18L4 14.18Z",
4867
+ fill: colors[color] || color
4868
+ }));
4869
+ });
4380
4870
  export const Send = /*#__PURE__*/memo(({
4381
4871
  width,
4382
4872
  height,
4383
4873
  color = '#7F828E',
4384
4874
  viewBox = false
4385
4875
  }) => {
4386
- if (viewBox) {
4387
- return /*#__PURE__*/React.createElement("svg", {
4388
- width: width || 24,
4389
- height: height || 24,
4390
- viewBox: "0 0 24 24",
4391
- fill: "none"
4392
- }, /*#__PURE__*/React.createElement("path", {
4393
- d: "M21 4.00008C20.9895 3.90822 20.9694 3.81771 20.94 3.73008V3.64008C20.892 3.52879 20.8242 3.42714 20.74 3.34008C20.6551 3.26035 20.557 3.19605 20.45 3.15008H20.36C20.2678 3.07969 20.1623 3.02867 20.05 3.00008H20C19.9005 2.985 19.7994 2.985 19.7 3.00008L1.69996 9.00008C1.49989 9.06584 1.32569 9.19309 1.20219 9.36367C1.07869 9.53426 1.01221 9.73949 1.01221 9.95008C1.01221 10.1607 1.07869 10.3659 1.20219 10.5365C1.32569 10.7071 1.49989 10.8343 1.69996 10.9001L10.23 13.7401L13.07 22.2701C13.1357 22.4702 13.263 22.6444 13.4335 22.7678C13.6041 22.8913 13.8094 22.9578 14.02 22.9578C14.2306 22.9578 14.4358 22.8913 14.6064 22.7678C14.777 22.6444 14.9042 22.4702 14.97 22.2701L20.97 4.27008C20.9922 4.18187 21.0023 4.09103 21 4.00008ZM16.3 6.29008L10.73 11.8601L5.15996 10.0001L16.3 6.29008ZM14 18.8401L12.14 13.2701L17.71 7.70008L14 18.8401Z",
4394
- fill: colors[color] || color
4395
- }));
4396
- }
4397
-
4398
- return /*#__PURE__*/React.createElement("svg", {
4399
- width: width || 20,
4400
- height: height || 21,
4401
- viewBox: "0 0 20 21",
4876
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
4877
+ width: width || 24,
4878
+ height: height || 24,
4879
+ viewBox: "0 0 24 24",
4880
+ fill: "none"
4881
+ }, /*#__PURE__*/React.createElement("path", {
4882
+ d: "M2.01 21L23 12L2.01 3L2 10L17 12L2 14L2.01 21Z",
4883
+ fill: colors[color] || color
4884
+ })) : /*#__PURE__*/React.createElement("svg", {
4885
+ width: width || 21,
4886
+ height: height || 18,
4887
+ viewBox: "0 0 21 18",
4402
4888
  fill: "none"
4403
4889
  }, /*#__PURE__*/React.createElement("path", {
4404
- d: "M20 2.00008C19.9895 1.90822 19.9694 1.81771 19.94 1.73008V1.64008C19.892 1.52879 19.8242 1.42714 19.74 1.34008C19.6551 1.26035 19.557 1.19605 19.45 1.15008H19.36C19.2678 1.07969 19.1623 1.02867 19.05 1.00008H19C18.9005 0.984998 18.7994 0.984998 18.7 1.00008L0.699957 7.00008C0.499889 7.06584 0.325688 7.19309 0.202192 7.36367C0.078695 7.53426 0.012207 7.73949 0.012207 7.95008C0.012207 8.16068 0.078695 8.3659 0.202192 8.53649C0.325688 8.70708 0.499889 8.83432 0.699957 8.90008L9.22996 11.7401L12.07 20.2701C12.1357 20.4702 12.263 20.6444 12.4335 20.7678C12.6041 20.8913 12.8094 20.9578 13.02 20.9578C13.2306 20.9578 13.4358 20.8913 13.6064 20.7678C13.777 20.6444 13.9042 20.4702 13.97 20.2701L19.97 2.27008C19.9922 2.18187 20.0023 2.09103 20 2.00008ZM15.3 4.29008L9.72996 9.86008L4.15996 8.00008L15.3 4.29008ZM13 16.8401L11.14 11.2701L16.71 5.70008L13 16.8401Z",
4890
+ d: "M0.01 18L21 9L0.01 0L0 7L15 9L0 11L0.01 18Z",
4405
4891
  fill: colors[color] || color
4406
4892
  }));
4407
4893
  });
@@ -4411,79 +4897,51 @@ export const Scan = /*#__PURE__*/memo(({
4411
4897
  color = '#7F828E',
4412
4898
  viewBox = false
4413
4899
  }) => {
4414
- if (viewBox) {
4415
- return /*#__PURE__*/React.createElement("svg", {
4416
- width: width || 24,
4417
- height: height || 24,
4418
- viewBox: "0 0 24 24",
4419
- fill: "none"
4420
- }, /*#__PURE__*/React.createElement("path", {
4421
- d: "M14.4805 7.59004L18.822 7.59563V3.48302C18.8248 3.21498 18.607 3 18.3418 3H14.1119C13.8439 3 13.6289 3.21498 13.6289 3.48302V7.59004H14.4805Z",
4422
- fill: colors[color] || color
4423
- }), /*#__PURE__*/React.createElement("path", {
4424
- d: "M12.7834 7.59004V3.48302C12.7834 3.21498 12.5684 3 12.3003 3H12.1803C11.9122 3 11.6973 3.21498 11.6973 3.48302V7.59004H12.7834Z",
4425
- fill: colors[color] || color
4426
- }), /*#__PURE__*/React.createElement("path", {
4427
- d: "M20.045 7.59842C20.2907 7.60679 20.5308 7.64867 20.757 7.71847V3.48302C20.757 3.21498 20.5392 3 20.274 3H20.1539C19.8859 3 19.6709 3.21498 19.6709 3.48302V7.59842H20.045Z",
4428
- fill: colors[color] || color
4429
- }), /*#__PURE__*/React.createElement("path", {
4430
- d: "M8.60906 8.84923L8.62861 8.81573C8.94689 8.30759 9.42712 7.93067 9.97993 7.74081L10.7701 7.59283H10.8482V3.48302C10.8482 3.21498 10.6305 3 10.3652 3H9.03624C8.76821 3 8.55322 3.21498 8.55322 3.48302V8.94695C8.57556 8.91345 8.58952 8.87995 8.60906 8.84923Z",
4431
- fill: colors[color] || color
4432
- }), /*#__PURE__*/React.createElement("path", {
4433
- d: "M11.8732 20.506C11.8034 20.3859 11.7475 20.2603 11.6973 20.1318V20.5143C11.6973 20.7824 11.9122 20.9974 12.1803 20.9974H12.2529C12.1105 20.8522 11.9793 20.6874 11.8732 20.506Z",
4434
- fill: colors[color] || color
4435
- }), /*#__PURE__*/React.createElement("path", {
4436
- d: "M20.4581 15.4413L19.668 15.6954V20.5144C19.668 20.7824 19.883 20.9974 20.151 20.9974H20.271C20.5363 20.9974 20.7541 20.7824 20.7541 20.5144V15.3213C20.6591 15.366 20.5614 15.4078 20.4581 15.4413Z",
4437
- fill: colors[color] || color
4438
- }), /*#__PURE__*/React.createElement("path", {
4439
- d: "M3.84597 3H3.48302C3.21498 3 3 3.21498 3 3.48302V20.5142C3 20.7822 3.21498 20.9972 3.48302 20.9972H3.84597C4.11401 20.9972 4.32899 20.7822 4.32899 20.5142V3.48302C4.32899 3.21498 4.11121 3 3.84597 3Z",
4440
- fill: colors[color] || color
4441
- }), /*#__PURE__*/React.createElement("path", {
4442
- d: "M10.3598 15.4415C9.58919 15.193 8.92749 14.5843 8.55615 13.8389V20.5145C8.55615 20.7826 8.77114 20.9975 9.03917 20.9975H10.3682C10.6362 20.9975 10.8512 20.7826 10.8512 20.5145V15.6006L10.3598 15.4415Z",
4443
- fill: colors[color] || color
4444
- }), /*#__PURE__*/React.createElement("path", {
4445
- d: "M7.22984 3H5.90085C5.63282 3 5.41504 3.21498 5.41504 3.48302V20.5142C5.41504 20.7822 5.63281 20.9972 5.89805 20.9972H7.22705C7.49228 20.9972 7.71006 20.7822 7.71006 20.5142V3.48302C7.71285 3.21498 7.49508 3 7.22984 3Z",
4446
- fill: colors[color] || color
4447
- }), /*#__PURE__*/React.createElement("path", {
4448
- d: "M21.7901 10.0749C21.7901 10.0637 21.7873 10.0526 21.7873 10.0442C21.7845 10.0135 21.7817 9.97997 21.7762 9.94926C21.7762 9.94368 21.7734 9.9353 21.7734 9.92972C21.7678 9.89342 21.7622 9.85712 21.7538 9.82083C21.751 9.81245 21.7482 9.80128 21.7482 9.79291C21.7427 9.76499 21.7343 9.73428 21.7259 9.70636C21.7231 9.69798 21.7203 9.6896 21.7175 9.68123C21.7064 9.64493 21.6952 9.61143 21.684 9.57513C21.6812 9.56955 21.6784 9.56396 21.6784 9.55838C21.6673 9.52767 21.6561 9.49975 21.6421 9.46904C21.6394 9.46066 21.6366 9.45228 21.631 9.4467C21.6003 9.37969 21.564 9.31268 21.5249 9.25126C21.5221 9.24847 21.5221 9.24568 21.5193 9.24289C21.2094 8.74591 20.665 8.41087 20.0423 8.39412L14.4779 8.38574H11.8283H10.7701V8.39412C10.1475 8.41087 9.60306 8.7487 9.29315 9.24289C9.29036 9.24568 9.29036 9.24847 9.28756 9.25126C9.24848 9.31548 9.21497 9.37969 9.18147 9.4467C9.17868 9.45508 9.17588 9.46345 9.1703 9.46904C9.15634 9.49696 9.14517 9.52767 9.134 9.55838C9.13121 9.56396 9.12842 9.56955 9.12842 9.57513C9.11446 9.60864 9.10329 9.64493 9.09492 9.68123C9.09212 9.6896 9.08933 9.69798 9.08654 9.70636C9.07816 9.73428 9.07258 9.76499 9.0642 9.79291C9.06141 9.80128 9.05862 9.81245 9.05862 9.82083C9.05024 9.85712 9.04466 9.89342 9.03908 9.92972C9.03908 9.9353 9.03628 9.94368 9.03628 9.94926C9.0307 9.97997 9.02791 10.0107 9.02512 10.0442C9.02512 10.0554 9.02232 10.0637 9.02232 10.0749C9.01953 10.114 9.01953 10.1503 9.01953 10.1894V12.5207C9.01953 12.6072 9.02512 12.6938 9.03628 12.7831C9.15076 13.6235 9.79291 14.4304 10.5942 14.6873L10.8176 14.7599L11.4597 14.9665C11.7585 15.0642 12.0349 15.335 12.1829 15.6477C12.2582 15.8041 12.3029 15.9688 12.3029 16.1252V19.1991C12.3029 19.5314 12.3923 19.8413 12.5486 20.1065C12.8613 20.6398 13.4421 21 14.1038 21H16.7003C17.362 21 17.9428 20.6398 18.2555 20.1065C18.4118 19.8385 18.5012 19.5286 18.5012 19.1991V16.1252C18.5012 15.9688 18.5458 15.8041 18.6212 15.6477C18.772 15.3378 19.0456 15.0642 19.3443 14.9665L19.9865 14.7599L20.2099 14.6873C21.0112 14.4276 21.6561 13.6235 21.7678 12.7831C21.779 12.6966 21.7845 12.61 21.7845 12.5207V10.1894C21.7929 10.1503 21.7929 10.114 21.7901 10.0749ZM14.1121 19.939C13.7017 19.939 13.3695 19.6068 13.3695 19.1964V16.1252C13.3695 15.5053 13.0623 14.8771 12.5933 14.4416C12.3588 14.2238 12.0851 14.0535 11.792 13.9586L10.9265 13.6794C10.8818 13.6654 10.8371 13.6459 10.7924 13.6235C10.5607 13.5063 10.3513 13.2885 10.2229 13.04C10.1363 12.8725 10.0833 12.6938 10.0833 12.5207V10.1894C10.0833 9.92972 10.2201 9.69798 10.4239 9.56676C10.5412 9.49137 10.678 9.4467 10.826 9.4467H19.9921C20.1401 9.4467 20.2797 9.49137 20.3941 9.56676C20.5979 9.69798 20.7347 9.92972 20.7347 10.1894V12.5207C20.7347 12.691 20.6817 12.8725 20.5951 13.04C20.4667 13.2857 20.2601 13.5035 20.0256 13.6235C19.9809 13.6459 19.9362 13.6654 19.8916 13.6794L19.026 13.9586C18.7301 14.0535 18.4593 14.2238 18.2247 14.4416C17.7585 14.8771 17.4486 15.5053 17.4486 16.1252V19.1991C17.4486 19.6096 17.1163 19.9418 16.7059 19.9418H14.1121V19.939Z",
4449
- fill: colors[color] || color
4450
- }));
4451
- }
4452
-
4453
- return /*#__PURE__*/React.createElement("svg", {
4454
- width: width || 19,
4455
- height: height || 18,
4456
- viewBox: "0 0 19 18",
4900
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
4901
+ width: width || 24,
4902
+ height: height || 24,
4903
+ viewBox: "0 0 24 24",
4457
4904
  fill: "none"
4458
4905
  }, /*#__PURE__*/React.createElement("path", {
4459
- d: "M11.4805 4.59004L15.822 4.59563V0.483015C15.8248 0.214984 15.607 0 15.3418 0H11.1119C10.8439 0 10.6289 0.214984 10.6289 0.483015V4.59004H11.4805Z",
4906
+ d: "M17 2V4H20V7H22V2H17Z",
4907
+ fill: colors[color] || color
4908
+ }), /*#__PURE__*/React.createElement("path", {
4909
+ d: "M20 20H17V22H22V17H20V20Z",
4460
4910
  fill: colors[color] || color
4461
4911
  }), /*#__PURE__*/React.createElement("path", {
4462
- d: "M9.78335 4.59004V0.483015C9.78335 0.214984 9.56837 0 9.30034 0H9.18028C8.91225 0 8.69727 0.214984 8.69727 0.483015V4.59004H9.78335Z",
4912
+ d: "M4 17H2V22H7V20H4V17Z",
4463
4913
  fill: colors[color] || color
4464
4914
  }), /*#__PURE__*/React.createElement("path", {
4465
- d: "M17.045 4.59842C17.2907 4.60679 17.5308 4.64867 17.757 4.71847V0.483015C17.757 0.214984 17.5392 0 17.274 0H17.1539C16.8859 0 16.6709 0.214984 16.6709 0.483015V4.59842H17.045Z",
4915
+ d: "M4 4H7V2H2V7H4V4Z",
4466
4916
  fill: colors[color] || color
4467
4917
  }), /*#__PURE__*/React.createElement("path", {
4468
- d: "M5.60906 5.84923L5.62861 5.81573C5.94689 5.30759 6.42712 4.93067 6.97993 4.74081L7.77007 4.59283H7.84824V0.483015C7.84824 0.214984 7.63047 0 7.36523 0H6.03624C5.76821 0 5.55322 0.214984 5.55322 0.483015V5.94695C5.57556 5.91345 5.58952 5.87995 5.60906 5.84923Z",
4918
+ d: "M6 18H18V13H20V11H4V13H6V18Z",
4469
4919
  fill: colors[color] || color
4470
4920
  }), /*#__PURE__*/React.createElement("path", {
4471
- d: "M8.87316 17.506C8.80336 17.3859 8.74752 17.2603 8.69727 17.1318V17.5143C8.69727 17.7824 8.91225 17.9974 9.18028 17.9974H9.25287C9.11048 17.8522 8.97926 17.6874 8.87316 17.506Z",
4921
+ d: "M6 10H8V8H16V10H18V6H6V10Z",
4922
+ fill: colors[color] || color
4923
+ })) : /*#__PURE__*/React.createElement("svg", {
4924
+ width: width || 20,
4925
+ height: height || 20,
4926
+ viewBox: "0 0 20 20",
4927
+ fill: "none"
4928
+ }, /*#__PURE__*/React.createElement("path", {
4929
+ d: "M15 0V2H18V5H20V0H15Z",
4472
4930
  fill: colors[color] || color
4473
4931
  }), /*#__PURE__*/React.createElement("path", {
4474
- d: "M17.4581 12.4413L16.668 12.6954V17.5144C16.668 17.7824 16.883 17.9974 17.151 17.9974H17.271C17.5363 17.9974 17.7541 17.7824 17.7541 17.5144V12.3213C17.6591 12.366 17.5614 12.4078 17.4581 12.4413Z",
4932
+ d: "M18 18H15V20H20V15H18V18Z",
4475
4933
  fill: colors[color] || color
4476
4934
  }), /*#__PURE__*/React.createElement("path", {
4477
- d: "M0.845975 0H0.483015C0.214984 0 0 0.214984 0 0.483015V17.5142C0 17.7822 0.214984 17.9972 0.483015 17.9972H0.845975C1.11401 17.9972 1.32899 17.7822 1.32899 17.5142V0.483015C1.32899 0.214984 1.11121 0 0.845975 0Z",
4935
+ d: "M2 15H0V20H5V18H2V15Z",
4478
4936
  fill: colors[color] || color
4479
4937
  }), /*#__PURE__*/React.createElement("path", {
4480
- d: "M7.35978 12.4415C6.58919 12.193 5.92749 11.5843 5.55615 10.8389V17.5145C5.55615 17.7826 5.77114 17.9975 6.03917 17.9975H7.36816C7.63619 17.9975 7.85117 17.7826 7.85117 17.5145V12.6006L7.35978 12.4415Z",
4938
+ d: "M2 2H5V0H0V5H2V2Z",
4481
4939
  fill: colors[color] || color
4482
4940
  }), /*#__PURE__*/React.createElement("path", {
4483
- d: "M4.22984 0H2.90085C2.63282 0 2.41504 0.214984 2.41504 0.483015V17.5142C2.41504 17.7822 2.63281 17.9972 2.89805 17.9972H4.22705C4.49228 17.9972 4.71006 17.7822 4.71006 17.5142V0.483015C4.71285 0.214984 4.49508 0 4.22984 0Z",
4941
+ d: "M4 16H16V11H18V9H2V11H4V16Z",
4484
4942
  fill: colors[color] || color
4485
4943
  }), /*#__PURE__*/React.createElement("path", {
4486
- d: "M18.7901 7.0749C18.7901 7.06373 18.7873 7.05256 18.7873 7.04419C18.7845 7.01348 18.7817 6.97997 18.7762 6.94926C18.7762 6.94368 18.7734 6.9353 18.7734 6.92972C18.7678 6.89342 18.7622 6.85712 18.7538 6.82083C18.751 6.81245 18.7482 6.80128 18.7482 6.79291C18.7427 6.76499 18.7343 6.73428 18.7259 6.70636C18.7231 6.69798 18.7203 6.6896 18.7175 6.68123C18.7064 6.64493 18.6952 6.61143 18.684 6.57513C18.6812 6.56955 18.6784 6.56396 18.6784 6.55838C18.6673 6.52767 18.6561 6.49975 18.6421 6.46904C18.6394 6.46066 18.6366 6.45228 18.631 6.4467C18.6003 6.37969 18.564 6.31268 18.5249 6.25126C18.5221 6.24847 18.5221 6.24568 18.5193 6.24289C18.2094 5.74591 17.665 5.41087 17.0423 5.39412L11.4779 5.38574H8.82828H7.77011V5.39412C7.1475 5.41087 6.60306 5.7487 6.29315 6.24289C6.29036 6.24568 6.29036 6.24847 6.28756 6.25126C6.24848 6.31548 6.21497 6.37969 6.18147 6.4467C6.17868 6.45508 6.17588 6.46345 6.1703 6.46904C6.15634 6.49696 6.14517 6.52767 6.134 6.55838C6.13121 6.56396 6.12842 6.56955 6.12842 6.57513C6.11446 6.60864 6.10329 6.64493 6.09492 6.68123C6.09212 6.6896 6.08933 6.69798 6.08654 6.70636C6.07816 6.73428 6.07258 6.76499 6.0642 6.79291C6.06141 6.80128 6.05862 6.81245 6.05862 6.82083C6.05024 6.85712 6.04466 6.89342 6.03908 6.92972C6.03908 6.9353 6.03628 6.94368 6.03628 6.94926C6.0307 6.97997 6.02791 7.01068 6.02512 7.04419C6.02512 7.05536 6.02232 7.06373 6.02232 7.0749C6.01953 7.11399 6.01953 7.15028 6.01953 7.18937V9.52069C6.01953 9.60724 6.02512 9.69379 6.03628 9.78314C6.15076 10.6235 6.79291 11.4304 7.59422 11.6873L7.81758 11.7599L8.45974 11.9665C8.75848 12.0642 9.03489 12.335 9.18286 12.6477C9.25825 12.8041 9.30292 12.9688 9.30292 13.1252V16.1991C9.30292 16.5314 9.39226 16.8413 9.54862 17.1065C9.86132 17.6398 10.4421 18 11.1038 18H13.7003C14.362 18 14.9428 17.6398 15.2555 17.1065C15.4118 16.8385 15.5012 16.5286 15.5012 16.1991V13.1252C15.5012 12.9688 15.5458 12.8041 15.6212 12.6477C15.772 12.3378 16.0456 12.0642 16.3443 11.9665L16.9865 11.7599L17.2099 11.6873C18.0112 11.4276 18.6561 10.6235 18.7678 9.78314C18.779 9.69658 18.7845 9.61003 18.7845 9.52069V7.18937C18.7929 7.15028 18.7929 7.11399 18.7901 7.0749ZM11.1121 16.939C10.7017 16.939 10.3695 16.6068 10.3695 16.1964V13.1252C10.3695 12.5053 10.0623 11.8771 9.59329 11.4416C9.35876 11.2238 9.08514 11.0535 8.79198 10.9586L7.92646 10.6794C7.88179 10.6654 7.83712 10.6459 7.79245 10.6235C7.56071 10.5063 7.35131 10.2885 7.22288 10.04C7.13633 9.87248 7.08328 9.69379 7.08328 9.52069V7.18937C7.08328 6.92972 7.22009 6.69798 7.42391 6.56676C7.54117 6.49137 7.67798 6.4467 7.82595 6.4467H16.9921C17.1401 6.4467 17.2797 6.49137 17.3941 6.56676C17.5979 6.69798 17.7347 6.92972 17.7347 7.18937V9.52069C17.7347 9.691 17.6817 9.87248 17.5951 10.04C17.4667 10.2857 17.2601 10.5035 17.0256 10.6235C16.9809 10.6459 16.9362 10.6654 16.8916 10.6794L16.026 10.9586C15.7301 11.0535 15.4593 11.2238 15.2247 11.4416C14.7585 11.8771 14.4486 12.5053 14.4486 13.1252V16.1991C14.4486 16.6096 14.1163 16.9418 13.7059 16.9418H11.1121V16.939Z",
4944
+ d: "M4 8H6V6H14V8H16V4H4V8Z",
4487
4945
  fill: colors[color] || color
4488
4946
  }));
4489
4947
  });
@@ -4516,26 +4974,22 @@ export const Search = /*#__PURE__*/memo(({
4516
4974
  }));
4517
4975
  });
4518
4976
  export const Setting = /*#__PURE__*/memo(({
4519
- width = 25,
4520
- height = 26,
4977
+ width,
4978
+ height,
4521
4979
  color = '#7F828E',
4522
4980
  viewBox = false
4523
4981
  }) => {
4524
- if (viewBox) {
4525
- return /*#__PURE__*/React.createElement("svg", {
4526
- width: width || 24,
4527
- height: height || 24,
4528
- viewBox: "0 0 24 24",
4529
- fill: "none"
4530
- }, /*#__PURE__*/React.createElement("path", {
4531
- fillRule: "evenodd",
4532
- clipRule: "evenodd",
4533
- d: "M19.5 12C19.5 12.34 19.47 12.66 19.4301 12.98L21.54 14.63C21.73 14.78 21.78 15.05 21.66 15.27L19.66 18.73C19.54 18.95 19.28 19.04 19.05 18.95L16.56 17.95C16.04 18.34 15.48 18.68 14.87 18.93L14.4901 21.58C14.46 21.82 14.25 22 14 22H10C9.75 22 9.54004 21.82 9.51001 21.58L9.13 18.93C8.52002 18.68 7.96002 18.35 7.44 17.95L4.95001 18.95C4.73004 19.03 4.46002 18.95 4.34003 18.73L2.34003 15.27C2.22003 15.05 2.27002 14.78 2.46002 14.63L4.57001 12.98C4.53003 12.66 4.5 12.33 4.5 12C4.5 11.67 4.53003 11.34 4.57001 11.02L2.46002 9.37C2.27002 9.21997 2.21002 8.95001 2.34003 8.72998L4.34003 5.27002C4.46002 5.04999 4.72003 4.96002 4.95001 5.04999L7.44 6.04999C7.96002 5.65997 8.52002 5.32001 9.13 5.07001L9.51001 2.41998C9.54004 2.17999 9.75 2 10 2H14C14.25 2 14.46 2.17999 14.4901 2.41998L14.87 5.07001C15.48 5.32001 16.04 5.65002 16.56 6.04999L19.05 5.04999C19.27 4.96997 19.54 5.04999 19.66 5.27002L21.66 8.72998C21.78 8.95001 21.73 9.21997 21.54 9.37L19.4301 11.02C19.47 11.34 19.5 11.66 19.5 12ZM8.5 12C8.5 13.93 10.07 15.5 12 15.5C13.93 15.5 15.5 13.93 15.5 12C15.5 10.07 13.93 8.5 12 8.5C10.07 8.5 8.5 10.07 8.5 12Z",
4534
- fill: colors[color] || color
4535
- }));
4536
- }
4537
-
4538
- return /*#__PURE__*/React.createElement("svg", {
4982
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
4983
+ width: width || 24,
4984
+ height: height || 24,
4985
+ viewBox: "0 0 24 24",
4986
+ fill: "none"
4987
+ }, /*#__PURE__*/React.createElement("path", {
4988
+ fillRule: "evenodd",
4989
+ clipRule: "evenodd",
4990
+ d: "M19.5001 12C19.5001 12.34 19.4701 12.66 19.4301 12.98L21.5401 14.63C21.7301 14.78 21.7801 15.05 21.6601 15.27L19.6601 18.73C19.5401 18.95 19.2801 19.04 19.0501 18.95L16.5601 17.95C16.0401 18.34 15.4801 18.68 14.8701 18.93L14.4901 21.58C14.4601 21.82 14.2501 22 14.0001 22H10.0001C9.75008 22 9.54008 21.82 9.51008 21.58L9.13008 18.93C8.52008 18.68 7.96008 18.35 7.44008 17.95L4.95008 18.95C4.73008 19.03 4.46008 18.95 4.34008 18.73L2.34008 15.27C2.22008 15.05 2.27008 14.78 2.46008 14.63L4.57008 12.98C4.53008 12.66 4.50008 12.33 4.50008 12C4.50008 11.67 4.53008 11.34 4.57008 11.02L2.46008 9.37C2.27008 9.22 2.21008 8.95 2.34008 8.73L4.34008 5.27C4.46008 5.05 4.72008 4.96 4.95008 5.05L7.44008 6.05C7.96008 5.66 8.52008 5.32 9.13008 5.07L9.51008 2.42C9.54008 2.18 9.75008 2 10.0001 2H14.0001C14.2501 2 14.4601 2.18 14.4901 2.42L14.8701 5.07C15.4801 5.32 16.0401 5.65 16.5601 6.05L19.0501 5.05C19.2701 4.97 19.5401 5.05 19.6601 5.27L21.6601 8.73C21.7801 8.95 21.7301 9.22 21.5401 9.37L19.4301 11.02C19.4701 11.34 19.5001 11.66 19.5001 12ZM8.50008 12C8.50008 13.93 10.0701 15.5 12.0001 15.5C13.9301 15.5 15.5001 13.93 15.5001 12C15.5001 10.07 13.9301 8.5 12.0001 8.5C10.0701 8.5 8.50008 10.07 8.50008 12Z",
4991
+ fill: colors[color] || color
4992
+ })) : /*#__PURE__*/React.createElement("svg", {
4539
4993
  width: width || 20,
4540
4994
  height: height || 20,
4541
4995
  viewBox: "0 0 20 20",
@@ -4543,7 +4997,7 @@ export const Setting = /*#__PURE__*/memo(({
4543
4997
  }, /*#__PURE__*/React.createElement("path", {
4544
4998
  fillRule: "evenodd",
4545
4999
  clipRule: "evenodd",
4546
- d: "M17.5 10C17.5 10.34 17.47 10.66 17.4301 10.98L19.54 12.63C19.73 12.78 19.78 13.05 19.66 13.27L17.66 16.73C17.54 16.95 17.28 17.04 17.05 16.95L14.56 15.95C14.04 16.34 13.48 16.68 12.87 16.93L12.4901 19.58C12.46 19.82 12.25 20 12 20H8C7.75 20 7.54004 19.82 7.51001 19.58L7.13 16.93C6.52002 16.68 5.96002 16.35 5.44 15.95L2.95001 16.95C2.73004 17.03 2.46002 16.95 2.34003 16.73L0.340027 13.27C0.220032 13.05 0.270019 12.78 0.460022 12.63L2.57001 10.98C2.53003 10.66 2.5 10.33 2.5 10C2.5 9.66998 2.53003 9.34003 2.57001 9.02002L0.460022 7.37C0.270019 7.21997 0.210022 6.95001 0.340027 6.72998L2.34003 3.27002C2.46002 3.04999 2.72003 2.96002 2.95001 3.04999L5.44 4.04999C5.96002 3.65997 6.52002 3.32001 7.13 3.07001L7.51001 0.419983C7.54004 0.179993 7.75 0 8 0H12C12.25 0 12.46 0.179993 12.4901 0.419983L12.87 3.07001C13.48 3.32001 14.04 3.65002 14.56 4.04999L17.05 3.04999C17.27 2.96997 17.54 3.04999 17.66 3.27002L19.66 6.72998C19.78 6.95001 19.73 7.21997 19.54 7.37L17.4301 9.02002C17.47 9.34003 17.5 9.65997 17.5 10ZM6.5 10C6.5 11.93 8.07001 13.5 10 13.5C11.93 13.5 13.5 11.93 13.5 10C13.5 8.07001 11.93 6.5 10 6.5C8.07001 6.5 6.5 8.07001 6.5 10Z",
5000
+ d: "M17.5001 10C17.5001 10.34 17.4701 10.66 17.4301 10.98L19.5401 12.63C19.7301 12.78 19.7801 13.05 19.6601 13.27L17.6601 16.73C17.5401 16.95 17.2801 17.04 17.0501 16.95L14.5601 15.95C14.0401 16.34 13.4801 16.68 12.8701 16.93L12.4901 19.58C12.4601 19.82 12.2501 20 12.0001 20H8.00008C7.75008 20 7.54008 19.82 7.51008 19.58L7.13008 16.93C6.52008 16.68 5.96008 16.35 5.44008 15.95L2.95008 16.95C2.73008 17.03 2.46008 16.95 2.34008 16.73L0.340084 13.27C0.220084 13.05 0.270084 12.78 0.460084 12.63L2.57008 10.98C2.53008 10.66 2.50008 10.33 2.50008 10C2.50008 9.67 2.53008 9.34 2.57008 9.02L0.460084 7.37C0.270084 7.22 0.210084 6.95 0.340084 6.73L2.34008 3.27C2.46008 3.05 2.72008 2.96 2.95008 3.05L5.44008 4.05C5.96008 3.66 6.52008 3.32 7.13008 3.07L7.51008 0.42C7.54008 0.18 7.75008 0 8.00008 0H12.0001C12.2501 0 12.4601 0.18 12.4901 0.42L12.8701 3.07C13.4801 3.32 14.0401 3.65 14.5601 4.05L17.0501 3.05C17.2701 2.97 17.5401 3.05 17.6601 3.27L19.6601 6.73C19.7801 6.95 19.7301 7.22 19.5401 7.37L17.4301 9.02C17.4701 9.34 17.5001 9.66 17.5001 10ZM6.50008 10C6.50008 11.93 8.07008 13.5 10.0001 13.5C11.9301 13.5 13.5001 11.93 13.5001 10C13.5001 8.07 11.9301 6.5 10.0001 6.5C8.07008 6.5 6.50008 8.07 6.50008 10Z",
4547
5001
  fill: colors[color] || color
4548
5002
  }));
4549
5003
  });
@@ -4603,38 +5057,60 @@ export const Sort = /*#__PURE__*/memo(({
4603
5057
  fill: color
4604
5058
  }));
4605
5059
  });
4606
- export const Star = /*#__PURE__*/memo(({
5060
+ export const SpeedHigh = /*#__PURE__*/memo(({
4607
5061
  width,
4608
5062
  height,
4609
5063
  color = '#7F828E',
4610
- viewBox = false,
4611
- outline = false,
4612
- half = false
5064
+ viewBox = false
5065
+ }) => {
5066
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5067
+ width: width || 24,
5068
+ height: height || 24,
5069
+ viewBox: "0 0 24 24",
5070
+ fill: "none"
5071
+ }, /*#__PURE__*/React.createElement("path", {
5072
+ d: "M20.3799 8.57L19.1499 10.42C19.7431 11.6031 20.0335 12.9148 19.9951 14.2377C19.9567 15.5606 19.5907 16.8533 18.9299 18H5.06993C4.2111 16.5101 3.85522 14.7831 4.05507 13.0751C4.25491 11.367 4.99984 9.76882 6.17941 8.51743C7.35898 7.26603 8.91039 6.42804 10.6037 6.1277C12.2969 5.82735 14.0419 6.08063 15.5799 6.85L17.4299 5.62C15.5464 4.41222 13.3123 3.871 11.0848 4.08294C8.85738 4.29487 6.76537 5.2477 5.14342 6.78901C3.52147 8.33033 2.46329 10.3711 2.13815 12.5848C1.813 14.7986 2.23968 17.0574 3.34993 19C3.52444 19.3023 3.77502 19.5536 4.07676 19.7291C4.3785 19.9045 4.7209 19.9979 5.06993 20H18.9199C19.2723 20.0014 19.6189 19.9096 19.9244 19.734C20.23 19.5584 20.4837 19.3052 20.6599 19C21.5813 17.4039 22.0437 15.5843 21.996 13.742C21.9484 11.8996 21.3926 10.1063 20.3899 8.56L20.3799 8.57ZM10.5899 15.41C10.7757 15.596 10.9963 15.7435 11.239 15.8441C11.4818 15.9448 11.7421 15.9966 12.0049 15.9966C12.2678 15.9966 12.528 15.9448 12.7708 15.8441C13.0136 15.7435 13.2342 15.596 13.4199 15.41L19.0799 6.92L10.5899 12.58C10.404 12.7657 10.2565 12.9863 10.1558 13.2291C10.0552 13.4719 10.0034 13.7322 10.0034 13.995C10.0034 14.2578 10.0552 14.5181 10.1558 14.7609C10.2565 15.0037 10.404 15.2243 10.5899 15.41Z",
5073
+ fill: colors[color] || color
5074
+ })) : /*#__PURE__*/React.createElement("svg", {
5075
+ width: width || 20,
5076
+ height: height || 16,
5077
+ viewBox: "0 0 20 16",
5078
+ fill: "none"
5079
+ }, /*#__PURE__*/React.createElement("path", {
5080
+ d: "M18.3799 4.57L17.1499 6.42C17.7431 7.60307 18.0335 8.91483 17.9951 10.2377C17.9567 11.5606 17.5907 12.8533 16.9299 14H3.06993C2.2111 12.5101 1.85522 10.7831 2.05507 9.07507C2.25491 7.36701 2.99984 5.76882 4.17941 4.51743C5.35898 3.26603 6.91039 2.42804 8.60367 2.1277C10.2969 1.82735 12.0419 2.08063 13.5799 2.85L15.4299 1.62C13.5464 0.412215 11.3123 -0.128996 9.08482 0.0829355C6.85738 0.294867 4.76537 1.2477 3.14342 2.78901C1.52147 4.33033 0.46329 6.37107 0.138146 8.58481C-0.186999 10.7986 0.239679 13.0574 1.34993 15C1.52444 15.3023 1.77502 15.5536 2.07676 15.7291C2.3785 15.9045 2.7209 15.9979 3.06993 16H16.9199C17.2723 16.0014 17.6189 15.9096 17.9244 15.734C18.23 15.5584 18.4837 15.3052 18.6599 15C19.5813 13.4039 20.0437 11.5843 19.996 9.74195C19.9484 7.89964 19.3926 6.10632 18.3899 4.56L18.3799 4.57ZM8.58993 11.41C8.77567 11.596 8.99625 11.7435 9.23905 11.8441C9.48184 11.9448 9.7421 11.9966 10.0049 11.9966C10.2678 11.9966 10.528 11.9448 10.7708 11.8441C11.0136 11.7435 11.2342 11.596 11.4199 11.41L17.0799 2.92L8.58993 8.58C8.40398 8.76575 8.25646 8.98632 8.15581 9.22912C8.05516 9.47191 8.00336 9.73217 8.00336 9.995C8.00336 10.2578 8.05516 10.5181 8.15581 10.7609C8.25646 11.0037 8.40398 11.2243 8.58993 11.41Z",
5081
+ fill: colors[color] || color
5082
+ }));
5083
+ });
5084
+ export const SpeedLow = /*#__PURE__*/memo(({
5085
+ width,
5086
+ height,
5087
+ color = '#7F828E',
5088
+ viewBox = false
5089
+ }) => {
5090
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5091
+ width: width || 24,
5092
+ height: height || 24,
5093
+ viewBox: "0 0 24 24",
5094
+ fill: "none"
5095
+ }, /*#__PURE__*/React.createElement("path", {
5096
+ d: "M3.61995 8.57L4.84995 10.42C4.25677 11.6031 3.96637 12.9148 4.00477 14.2377C4.04316 15.5606 4.40916 16.8533 5.06995 18H18.9299C19.7888 16.5101 20.1447 14.7831 19.9448 13.0751C19.745 11.367 19 9.76882 17.8205 8.51743C16.6409 7.26603 15.0895 6.42804 13.3962 6.1277C11.7029 5.82735 9.95795 6.08063 8.41995 6.85L6.56995 5.62C8.45347 4.41222 10.6876 3.871 12.9151 4.08294C15.1425 4.29487 17.2345 5.2477 18.8565 6.78901C20.4784 8.33033 21.5366 10.3711 21.8617 12.5848C22.1869 14.7986 21.7602 17.0574 20.6499 19C20.4754 19.3023 20.2249 19.5536 19.9231 19.7291C19.6214 19.9045 19.279 19.9979 18.9299 20H5.07995C4.72753 20.0014 4.381 19.9096 4.07544 19.734C3.76989 19.5584 3.51616 19.3052 3.33995 19C2.41857 17.4039 1.95618 15.5843 2.00383 13.742C2.05147 11.8996 2.60731 10.1063 3.60995 8.56L3.61995 8.57ZM13.4099 15.41C13.2242 15.596 13.0036 15.7435 12.7608 15.8441C12.518 15.9448 12.2578 15.9966 11.9949 15.9966C11.7321 15.9966 11.4719 15.9448 11.2291 15.8441C10.9863 15.7435 10.7657 15.596 10.5799 15.41L4.91995 6.92L13.4099 12.58C13.5959 12.7657 13.7434 12.9863 13.8441 13.2291C13.9447 13.4719 13.9965 13.7322 13.9965 13.995C13.9965 14.2578 13.9447 14.5181 13.8441 14.7609C13.7434 15.0037 13.5959 15.2243 13.4099 15.41Z",
5097
+ fill: colors[color] || color
5098
+ })) : /*#__PURE__*/React.createElement("svg", {
5099
+ width: width || 20,
5100
+ height: height || 16,
5101
+ viewBox: "0 0 20 16",
5102
+ fill: "none"
5103
+ }, /*#__PURE__*/React.createElement("path", {
5104
+ d: "M1.61995 4.57L2.84995 6.42C2.25677 7.60307 1.96637 8.91483 2.00477 10.2377C2.04316 11.5606 2.40916 12.8533 3.06995 14H16.9299C17.7888 12.5101 18.1447 10.7831 17.9448 9.07507C17.745 7.36701 17 5.76882 15.8205 4.51743C14.6409 3.26603 13.0895 2.42804 11.3962 2.1277C9.70294 1.82735 7.95795 2.08063 6.41995 2.85L4.56995 1.62C6.45347 0.412215 8.68763 -0.128996 10.9151 0.0829355C13.1425 0.294867 15.2345 1.2477 16.8565 2.78901C18.4784 4.33033 19.5366 6.37107 19.8617 8.58481C20.1869 10.7986 19.7602 13.0574 18.6499 15C18.4754 15.3023 18.2249 15.5536 17.9231 15.7291C17.6214 15.9045 17.279 15.9979 16.9299 16H3.07995C2.72753 16.0014 2.381 15.9096 2.07544 15.734C1.76989 15.5584 1.51616 15.3052 1.33995 15C0.418573 13.4039 -0.0438175 11.5843 0.00382805 9.74195C0.0514736 7.89964 0.607306 6.10632 1.60995 4.56L1.61995 4.57ZM11.4099 11.41C11.2242 11.596 11.0036 11.7435 10.7608 11.8441C10.518 11.9448 10.2578 11.9966 9.99495 11.9966C9.73212 11.9966 9.47186 11.9448 9.22907 11.8441C8.98627 11.7435 8.7657 11.596 8.57995 11.41L2.91995 2.92L11.4099 8.58C11.5959 8.76575 11.7434 8.98632 11.8441 9.22912C11.9447 9.47191 11.9965 9.73217 11.9965 9.995C11.9965 10.2578 11.9447 10.5181 11.8441 10.7609C11.7434 11.0037 11.5959 11.2243 11.4099 11.41Z",
5105
+ fill: colors[color] || color
5106
+ }));
5107
+ });
5108
+ export const Star = /*#__PURE__*/memo(({
5109
+ width,
5110
+ height,
5111
+ color = '#7F828E',
5112
+ viewBox = false
4613
5113
  }) => {
4614
- if (half) {
4615
- return /*#__PURE__*/React.createElement("svg", {
4616
- width: width || 7,
4617
- height: height || 12,
4618
- viewBox: "0 0 7 12",
4619
- fill: "none"
4620
- }, /*#__PURE__*/React.createElement("path", {
4621
- d: "M0 9.3V0L1.71 4.04L6.09 4.42L2.77 7.3L3.77 11.58L0 9.3Z",
4622
- fill: colors[color] || color
4623
- }));
4624
- } else if (outline) {
4625
- return /*#__PURE__*/React.createElement("svg", {
4626
- width: width || 20,
4627
- height: height || 19,
4628
- viewBox: "0 0 20 19",
4629
- fill: "none"
4630
- }, /*#__PURE__*/React.createElement("path", {
4631
- fillRule: "evenodd",
4632
- clipRule: "evenodd",
4633
- d: "M12.81 6.62L20 7.24L14.55 11.97L16.18 19L10 15.27L3.82 19L5.46 11.97L0 7.24L7.19 6.63L10 0L12.81 6.62ZM6.24 15.67L10 13.4L13.77 15.68L12.77 11.4L16.09 8.52L11.71 8.14L10 4.1L8.3 8.13L3.92 8.51L7.24 11.39L6.24 15.67Z",
4634
- fill: colors[color] || color
4635
- }));
4636
- }
4637
-
4638
5114
  return viewBox ? /*#__PURE__*/React.createElement("svg", {
4639
5115
  width: width || 24,
4640
5116
  height: height || 24,
@@ -4685,6 +5161,34 @@ export const StarHalf = /*#__PURE__*/memo(({
4685
5161
  fill: colors[color] || color
4686
5162
  }));
4687
5163
  });
5164
+ export const StarOutline = /*#__PURE__*/memo(({
5165
+ width,
5166
+ height,
5167
+ color = '#7F828E',
5168
+ viewBox = false
5169
+ }) => {
5170
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5171
+ width: width || 24,
5172
+ height: height || 24,
5173
+ viewBox: "0 0 24 24",
5174
+ fill: "none"
5175
+ }, /*#__PURE__*/React.createElement("path", {
5176
+ fillRule: "evenodd",
5177
+ clipRule: "evenodd",
5178
+ d: "M14.81 8.62L22 9.24L16.55 13.97L18.18 21L12 17.27L5.82 21L7.46 13.97L2 9.24L9.19 8.63L12 2L14.81 8.62ZM8.24 17.67L12 15.4L15.77 17.68L14.77 13.4L18.09 10.52L13.71 10.14L12 6.1L10.3 10.13L5.92 10.51L9.24 13.39L8.24 17.67Z",
5179
+ fill: colors[color] || color
5180
+ })) : /*#__PURE__*/React.createElement("svg", {
5181
+ width: width || 20,
5182
+ height: height || 19,
5183
+ viewBox: "0 0 20 19",
5184
+ fill: "none"
5185
+ }, /*#__PURE__*/React.createElement("path", {
5186
+ fillRule: "evenodd",
5187
+ clipRule: "evenodd",
5188
+ d: "M12.81 6.62L20 7.24L14.55 11.97L16.18 19L10 15.27L3.82 19L5.46 11.97L0 7.24L7.19 6.63L10 0L12.81 6.62ZM6.24 15.67L10 13.4L13.77 15.68L12.77 11.4L16.09 8.52L11.71 8.14L10 4.1L8.3 8.13L3.92 8.51L7.24 11.39L6.24 15.67Z",
5189
+ fill: colors[color] || color
5190
+ }));
5191
+ });
4688
5192
  export const Success = /*#__PURE__*/memo(({
4689
5193
  width,
4690
5194
  height,
@@ -4881,6 +5385,30 @@ export const Trash = /*#__PURE__*/memo(({
4881
5385
  fill: colors[color] || color
4882
5386
  }));
4883
5387
  });
5388
+ export const Treeview = /*#__PURE__*/memo(({
5389
+ width,
5390
+ height,
5391
+ color = '#7F828E',
5392
+ viewBox = false
5393
+ }) => {
5394
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5395
+ width: width || 24,
5396
+ height: height || 24,
5397
+ viewBox: "0 0 24 24",
5398
+ fill: "none"
5399
+ }, /*#__PURE__*/React.createElement("path", {
5400
+ d: "M22 11V3H15V6H9V3H2V11H9V8H11V18H15V21H22V13H15V16H13V8H15V11H22Z",
5401
+ fill: colors[color] || color
5402
+ })) : /*#__PURE__*/React.createElement("svg", {
5403
+ width: width || 20,
5404
+ height: height || 18,
5405
+ viewBox: "0 0 20 18",
5406
+ fill: "none"
5407
+ }, /*#__PURE__*/React.createElement("path", {
5408
+ d: "M20 8V0H13V3H7V0H0V8H7V5H9V15H13V18H20V10H13V13H11V5H13V8H20Z",
5409
+ fill: colors[color] || color
5410
+ }));
5411
+ });
4884
5412
  export const View = /*#__PURE__*/memo(({
4885
5413
  width,
4886
5414
  height,
@@ -4951,37 +5479,33 @@ export const Wait = /*#__PURE__*/memo(({
4951
5479
  color = '#7F828E',
4952
5480
  viewBox = false
4953
5481
  }) => {
4954
- if (viewBox) {
4955
- return /*#__PURE__*/React.createElement("svg", {
4956
- width: width || 24,
4957
- height: height || 24,
4958
- viewBox: "0 0 24 24",
4959
- fill: "none"
4960
- }, /*#__PURE__*/React.createElement("path", {
4961
- d: "M15.4493 12.7547C15.7608 12.7279 16.4906 12.6651 16.9984 11.7855L18.0448 9.97309L18.2927 10.1162C18.406 10.1816 18.5526 10.1424 18.6181 10.029L19.1794 9.05677C19.2449 8.94339 19.2055 8.79692 19.0921 8.73147L11.1032 4.11904C10.9897 4.05351 10.8434 4.0928 10.7779 4.20619L10.2166 5.17842C10.1511 5.29183 10.1902 5.43822 10.3037 5.50375L10.5517 5.64692L9.48633 7.49217C8.98335 8.36336 9.13079 8.72044 9.43483 9.27692L10.7565 11.6967L10.4506 12.2266C9.75846 12.2388 7.95033 12.2727 7.70342 12.294C7.39192 12.3207 6.66236 12.3835 6.15438 13.2633L5.25345 14.8238L5.00547 14.6806C4.89196 14.6151 4.74569 14.6544 4.68023 14.7678L4.11894 15.74C4.05348 15.8533 4.0925 15.9998 4.20601 16.0653L12.195 20.6778C12.3084 20.7432 12.455 20.7039 12.5204 20.5906L13.0817 19.6184C13.1472 19.505 13.1078 19.3585 12.9945 19.293L12.7466 19.15L13.6667 17.5564C14.1696 16.6854 14.022 16.3282 13.7182 15.7719L12.3965 13.3521L12.7025 12.8222C13.3942 12.8099 15.2023 12.776 15.4493 12.7547ZM11.5284 13.5518L12.9656 16.183C13.0758 16.3849 13.1337 16.4945 13.1375 16.5852C13.1416 16.6942 13.0719 16.8716 12.9241 17.1276L12.004 18.7212L5.99595 15.2524L6.89687 13.692C7.18128 13.1994 7.52556 13.1698 7.77687 13.1481C7.9734 13.1315 9.63747 13.0981 10.7079 13.0798C10.8585 13.0772 10.9965 12.9959 11.0719 12.8653L11.6196 11.9168C11.6943 11.7874 11.6962 11.6282 11.6244 11.497L10.1915 8.87374L10.1872 8.86571C10.0768 8.66377 10.019 8.55418 10.0156 8.46328C10.0113 8.35454 10.081 8.17693 10.2288 7.92084L11.2941 6.07562L17.3022 9.54439L16.2558 11.3568C15.9715 11.8492 15.6272 11.8789 15.3758 11.9004C15.1793 11.9173 13.5154 11.9507 12.445 11.9691C12.2944 11.9716 12.1563 12.053 12.0811 12.1832L11.5335 13.1318C11.4587 13.2614 11.4567 13.4205 11.5284 13.5518Z",
4962
- fill: colors[color] || color
4963
- }), /*#__PURE__*/React.createElement("path", {
4964
- d: "M15.2362 11.6984C15.2362 11.6984 15.4371 11.6589 15.2135 11.5742C14.6838 11.3733 13.6525 11.1825 12.6676 10.6139C11.6828 10.0453 11.3886 9.50508 10.7489 9.12555C10.6092 9.04269 10.5582 9.13764 10.6648 9.32585C10.7713 9.51386 11.755 11.1567 11.8903 11.3829C12.0258 11.6089 12.1449 11.6662 12.4153 11.686C12.8087 11.7144 15.2362 11.6984 15.2362 11.6984Z",
4965
- fill: colors[color] || color
4966
- }), /*#__PURE__*/React.createElement("path", {
4967
- d: "M7.22484 15.2662C6.96391 15.3246 6.81668 15.3912 7.20845 15.6174C7.52805 15.8019 10.727 17.6488 11.1338 17.8837C11.5403 18.1184 11.4622 17.8897 11.3765 17.5981C11.2108 17.035 10.5732 16.3409 9.63888 15.8015C8.66024 15.2364 7.80621 15.1358 7.22484 15.2662Z",
4968
- fill: colors[color] || color
4969
- }));
4970
- }
4971
-
4972
- return /*#__PURE__*/React.createElement("svg", {
4973
- width: width || 16,
4974
- height: height || 17,
4975
- viewBox: "0 0 16 17",
5482
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5483
+ width: width || 24,
5484
+ height: height || 24,
5485
+ viewBox: "0 0 24 24",
5486
+ fill: "none"
5487
+ }, /*#__PURE__*/React.createElement("path", {
5488
+ d: "M16.327 12.8368C16.7105 12.8038 17.6087 12.7264 18.2338 11.6437L19.5218 9.41294L19.8268 9.58906C19.9664 9.66964 20.1468 9.62132 20.2274 9.48176L20.9183 8.28508C20.9988 8.14552 20.9504 7.96523 20.8108 7.88467L10.9775 2.2074C10.8378 2.12673 10.6578 2.1751 10.5772 2.31466L9.88629 3.51135C9.8057 3.65094 9.85377 3.83112 9.99349 3.91179L10.2987 4.08801L8.98741 6.35926C8.36831 7.43158 8.54979 7.8711 8.92402 8.55606L10.5508 11.5344L10.1742 12.1867C9.32237 12.2017 7.09681 12.2435 6.79289 12.2696C6.40948 12.3025 5.51149 12.3798 4.88623 13.4628L3.77731 15.3835L3.47208 15.2073C3.33237 15.1266 3.15232 15.175 3.07175 15.3146L2.38088 16.5112C2.3003 16.6507 2.34834 16.831 2.48805 16.9117L12.3214 22.5889C12.461 22.6695 12.6414 22.6212 12.722 22.4816L13.4128 21.285C13.4934 21.1454 13.445 20.9651 13.3054 20.8846L13.0004 20.7084L14.1328 18.747C14.7518 17.6749 14.5702 17.2352 14.1963 16.5504L12.5695 13.5721L12.9461 12.9198C13.7975 12.9046 16.023 12.863 16.327 12.8368ZM11.5009 13.8179L13.27 17.0564C13.4055 17.305 13.4768 17.44 13.4815 17.5516C13.4866 17.6857 13.4008 17.904 13.2188 18.2192L12.0864 20.1807L4.69123 15.9111L5.80014 13.9904C6.1502 13.3841 6.57397 13.3477 6.8833 13.321C7.1252 13.3005 9.17344 13.2594 10.491 13.2368C10.6763 13.2337 10.8463 13.1336 10.9391 12.9729L11.6132 11.8053C11.7051 11.6461 11.7075 11.4502 11.6191 11.2887L9.85537 8.05979L9.85009 8.04991C9.71423 7.80134 9.64311 7.66645 9.63883 7.55457C9.63355 7.42073 9.71932 7.20211 9.90131 6.8869L11.2126 4.61568L18.6077 8.88527L17.3198 11.1161C16.9698 11.7222 16.546 11.7588 16.2366 11.7852C15.9947 11.806 13.9467 11.8471 12.6291 11.8697C12.4438 11.8729 12.2738 11.973 12.1812 12.1334L11.5071 13.3009C11.4151 13.4604 11.4127 13.6562 11.5009 13.8179Z",
5489
+ fill: colors[color] || color
5490
+ }), /*#__PURE__*/React.createElement("path", {
5491
+ d: "M16.0647 11.5366C16.0647 11.5366 16.3121 11.488 16.0369 11.3838C15.3849 11.1364 14.1155 10.9016 12.9032 10.2017C11.691 9.50184 11.3289 8.83691 10.5415 8.36975C10.3696 8.26776 10.3068 8.38464 10.438 8.6163C10.5691 8.84771 11.7799 10.8698 11.9465 11.1483C12.1132 11.4264 12.2598 11.497 12.5926 11.5213C13.0769 11.5563 16.0647 11.5366 16.0647 11.5366Z",
5492
+ fill: colors[color] || color
5493
+ }), /*#__PURE__*/React.createElement("path", {
5494
+ d: "M6.20404 15.9281C5.88287 16 5.70164 16.082 6.18386 16.3604C6.57724 16.5875 10.5147 18.8608 11.0154 19.1499C11.5158 19.4388 11.4196 19.1573 11.3141 18.7984C11.1102 18.1053 10.3254 17.2509 9.17539 16.5869C7.97081 15.8915 6.91963 15.7676 6.20404 15.9281Z",
5495
+ fill: colors[color] || color
5496
+ })) : /*#__PURE__*/React.createElement("svg", {
5497
+ width: width || 19,
5498
+ height: height || 21,
5499
+ viewBox: "0 0 19 21",
4976
5500
  fill: "none"
4977
5501
  }, /*#__PURE__*/React.createElement("path", {
4978
- d: "M11.4493 8.75475C11.7608 8.72792 12.4906 8.66508 12.9984 7.78548L14.0448 5.97309L14.2927 6.11618C14.406 6.18164 14.5526 6.14239 14.6181 6.029L15.1794 5.05677C15.2449 4.94339 15.2055 4.79692 15.0921 4.73147L7.10316 0.119043C6.98965 0.0535074 6.84339 0.0928038 6.77793 0.206189L6.21661 1.17842C6.15114 1.29183 6.19019 1.43822 6.3037 1.50375L6.55168 1.64692L5.48633 3.49217C4.98335 4.36336 5.13079 4.72044 5.43483 5.27692L6.7565 7.69667L6.45056 8.22657C5.75846 8.23878 3.95033 8.27271 3.70342 8.29396C3.39192 8.32068 2.66236 8.38348 2.15438 9.26334L1.25345 10.8238L1.00547 10.6806C0.891962 10.6151 0.745689 10.6544 0.680226 10.7678L0.118938 11.74C0.0534753 11.8533 0.0925001 11.9998 0.206011 12.0653L8.19499 16.6778C8.30838 16.7432 8.45496 16.7039 8.52042 16.5906L9.08171 15.6184C9.14717 15.505 9.10781 15.3585 8.99445 15.293L8.74662 15.15L9.66666 13.5564C10.1696 12.6854 10.022 12.3282 9.71821 11.7719L8.39653 9.35213L8.70251 8.82215C9.39419 8.80987 11.2023 8.77603 11.4493 8.75475ZM7.52841 9.55181L8.96564 12.183C9.07578 12.3849 9.13366 12.4945 9.13745 12.5852C9.1416 12.6942 9.07192 12.8716 8.92406 13.1276L8.00403 14.7212L1.99595 11.2524L2.89687 9.69198C3.18128 9.19938 3.52556 9.1698 3.77687 9.14812C3.9734 9.13145 5.63747 9.09812 6.70788 9.07976C6.85845 9.07719 6.99654 8.99588 7.07192 8.86532L7.61958 7.91675C7.69427 7.78738 7.69622 7.62824 7.62444 7.497L6.19149 4.87374L6.1872 4.86571C6.07682 4.66377 6.01904 4.55418 6.01556 4.46328C6.01128 4.35454 6.08096 4.17693 6.22881 3.92084L7.29415 2.07562L13.3022 5.54439L12.2558 7.35678C11.9715 7.8492 11.6272 7.87893 11.3758 7.9004C11.1793 7.91732 9.51544 7.95071 8.44498 7.96905C8.29443 7.97163 8.15632 8.05297 8.08111 8.18325L7.53345 9.13182C7.45865 9.26143 7.45675 9.4205 7.52841 9.55181Z",
5502
+ d: "M14.327 10.8368C14.7105 10.8038 15.6087 10.7264 16.2338 9.64375L17.5218 7.41294L17.8268 7.58906C17.9664 7.66964 18.1468 7.62132 18.2274 7.48176L18.9183 6.28508C18.9988 6.14552 18.9504 5.96523 18.8108 5.88467L8.97752 0.207399C8.8378 0.126734 8.65777 0.175102 8.5772 0.314664L7.88629 1.51135C7.8057 1.65094 7.85377 1.83112 7.99349 1.91179L8.29872 2.08801L6.98741 4.35926C6.36831 5.43158 6.54979 5.8711 6.92402 6.55606L8.55082 9.53444L8.17425 10.1867C7.32237 10.2017 5.09681 10.2435 4.79289 10.2696C4.40948 10.3025 3.51149 10.3798 2.88623 11.4628L1.77731 13.3835L1.47208 13.2073C1.33237 13.1266 1.15232 13.175 1.07175 13.3146L0.380878 14.5112C0.300302 14.6507 0.348336 14.831 0.488053 14.9117L10.3214 20.5889C10.461 20.6695 10.6414 20.6212 10.722 20.4816L11.4128 19.285C11.4934 19.1454 11.445 18.9651 11.3054 18.8846L11.0004 18.7084L12.1328 16.747C12.7518 15.6749 12.5702 15.2352 12.1963 14.5504L10.5695 11.5721L10.9461 10.9198C11.7975 10.9046 14.023 10.863 14.327 10.8368ZM9.50094 11.8179L11.27 15.0564C11.4055 15.305 11.4768 15.44 11.4815 15.5516C11.4866 15.6857 11.4008 15.904 11.2188 16.2192L10.0864 18.1807L2.69123 13.9111L3.80014 11.9904C4.1502 11.3841 4.57397 11.3477 4.8833 11.321C5.1252 11.3005 7.17344 11.2594 8.49098 11.2368C8.67631 11.2337 8.84628 11.1336 8.93906 10.9729L9.61315 9.80533C9.70509 9.64609 9.70749 9.4502 9.61914 9.28867L7.85537 6.05979L7.85009 6.04991C7.71423 5.80134 7.64311 5.66645 7.63883 5.55457C7.63355 5.42073 7.71932 5.20211 7.90131 4.8869L9.21259 2.61568L16.6077 6.88527L15.3198 9.11607C14.9698 9.72219 14.546 9.75878 14.2366 9.7852C13.9947 9.80603 11.9467 9.84713 10.6291 9.8697C10.4438 9.87287 10.2738 9.97299 10.1812 10.1334L9.50714 11.3009C9.41508 11.4604 9.41273 11.6562 9.50094 11.8179Z",
4979
5503
  fill: colors[color] || color
4980
5504
  }), /*#__PURE__*/React.createElement("path", {
4981
- d: "M11.2362 7.69839C11.2362 7.69839 11.4371 7.65889 11.2135 7.57424C10.6838 7.37329 9.65251 7.18252 8.66765 6.61391C7.68279 6.0453 7.38861 5.50508 6.74891 5.12555C6.60924 5.04269 6.55822 5.13764 6.66481 5.32585C6.77129 5.51386 7.75501 7.15667 7.89035 7.38293C8.02575 7.60888 8.14487 7.66624 8.41525 7.68598C8.80873 7.71443 11.2362 7.69839 11.2362 7.69839Z",
5505
+ d: "M14.0647 9.53657C14.0647 9.53657 14.3121 9.48795 14.0369 9.38376C13.3849 9.13643 12.1155 8.9016 10.9032 8.20172C9.69101 7.50184 9.32893 6.83691 8.54154 6.36975C8.36962 6.26776 8.30682 6.38464 8.43802 6.6163C8.56908 6.84771 9.77991 8.8698 9.9465 9.14828C10.1132 9.4264 10.2598 9.497 10.5926 9.5213C11.0769 9.55632 14.0647 9.53657 14.0647 9.53657Z",
4982
5506
  fill: colors[color] || color
4983
5507
  }), /*#__PURE__*/React.createElement("path", {
4984
- d: "M3.22484 11.2662C2.96391 11.3246 2.81668 11.3912 3.20845 11.6174C3.52805 11.8019 6.72696 13.6488 7.13378 13.8837C7.54033 14.1184 7.46218 13.8897 7.37647 13.5981C7.2108 13.035 6.57318 12.3409 5.63888 11.8015C4.66024 11.2364 3.80621 11.1358 3.22484 11.2662Z",
5508
+ d: "M4.20404 13.9281C3.88287 14 3.70164 14.082 4.18386 14.3604C4.57724 14.5875 8.51467 16.8608 9.01542 17.1499C9.51582 17.4388 9.41962 17.1573 9.31413 16.7984C9.11021 16.1053 8.32539 15.2509 7.17539 14.5869C5.97081 13.8915 4.91963 13.7676 4.20404 13.9281Z",
4985
5509
  fill: colors[color] || color
4986
5510
  }));
4987
5511
  });
@@ -4991,25 +5515,45 @@ export const WareHouse = /*#__PURE__*/memo(({
4991
5515
  color = '#7F828E',
4992
5516
  viewBox = false
4993
5517
  }) => {
4994
- if (viewBox) {
4995
- return /*#__PURE__*/React.createElement("svg", {
4996
- width: width || 24,
4997
- height: height || 25,
4998
- viewBox: "0 0 24 25",
4999
- fill: "none"
5000
- }, /*#__PURE__*/React.createElement("path", {
5001
- d: "M19.6284 9.76215L12.4436 5.127C12.1755 4.95246 11.8245 4.95246 11.5564 5.127L4.37164 9.76215C3.99631 10.0046 3.8842 10.5088 4.13279 10.8822C4.37651 11.2555 4.88344 11.367 5.25877 11.1197L5.70721 10.8288V20.1815C5.70721 20.6276 6.07279 20.9912 6.52123 20.9912V20.9961H13.9595C14.2032 20.9961 14.3982 20.8022 14.3982 20.5597V17.9173C14.3982 17.6749 14.2032 17.4809 13.9595 17.4809H11.6247V14.4797C11.6247 14.2373 11.4297 14.0434 11.186 14.0434H9.39222V11.0422C9.39222 10.7997 9.19725 10.6058 8.95353 10.6058H7.34012V9.78155L12 6.77549L16.6599 9.78155V20.1864C16.6599 20.6325 17.0255 20.9961 17.4739 20.9961C17.9223 20.9961 18.2879 20.6325 18.2879 20.1864V10.8288L18.7364 11.1197C18.8728 11.207 19.0288 11.2506 19.1799 11.2506C19.448 11.2506 19.7064 11.1197 19.8623 10.8822C20.1158 10.5088 20.0086 10.0046 19.6284 9.76215Z",
5002
- fill: colors[color] || color
5003
- }));
5004
- }
5005
-
5006
- return /*#__PURE__*/React.createElement("svg", {
5007
- width: width || 16,
5518
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5519
+ width: width || 24,
5520
+ height: height || 24,
5521
+ viewBox: "0 0 24 24",
5522
+ fill: "none"
5523
+ }, /*#__PURE__*/React.createElement("path", {
5524
+ d: "M12 3L2 12H5V20H7H9H11H13H15V18H13V16H11V14H9V12H7V10.19L12 5.69L17 10.19V20H19V12H22L12 3Z",
5525
+ fill: colors[color] || color
5526
+ })) : /*#__PURE__*/React.createElement("svg", {
5527
+ width: width || 20,
5008
5528
  height: height || 17,
5009
- viewBox: "0 0 16 17",
5529
+ viewBox: "0 0 20 17",
5530
+ fill: "none"
5531
+ }, /*#__PURE__*/React.createElement("path", {
5532
+ d: "M10 0L0 9H3V17H5H7H9H11H13V15H11V13H9V11H7V9H5V7.19L10 2.69L15 7.19V17H17V9H20L10 0Z",
5533
+ fill: colors[color] || color
5534
+ }));
5535
+ });
5536
+ export const Website = /*#__PURE__*/memo(({
5537
+ width,
5538
+ height,
5539
+ color = '#7F828E',
5540
+ viewBox = false
5541
+ }) => {
5542
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5543
+ width: width || 24,
5544
+ height: height || 24,
5545
+ viewBox: "0 0 24 24",
5546
+ fill: "none"
5547
+ }, /*#__PURE__*/React.createElement("path", {
5548
+ d: "M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44C16.43 5.07 17.96 6.35 18.92 8ZM12 4.04C12.83 5.24 13.48 6.57 13.91 8H10.09C10.52 6.57 11.17 5.24 12 4.04ZM4.26 14C4.1 13.36 4 12.69 4 12C4 11.31 4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12C7.5 12.68 7.56 13.34 7.64 14H4.26ZM5.08 16H8.03C8.35 17.25 8.81 18.45 9.41 19.56C7.57 18.93 6.04 17.66 5.08 16ZM8.03 8H5.08C6.04 6.34 7.57 5.07 9.41 4.44C8.81 5.55 8.35 6.75 8.03 8ZM12 19.96C11.17 18.76 10.52 17.43 10.09 16H13.91C13.48 17.43 12.83 18.76 12 19.96ZM14.34 14H9.66C9.57 13.34 9.5 12.68 9.5 12C9.5 11.32 9.57 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12C14.5 12.68 14.43 13.34 14.34 14ZM14.59 19.56C15.19 18.45 15.65 17.25 15.97 16H18.92C17.96 17.65 16.43 18.93 14.59 19.56ZM16.36 14C16.44 13.34 16.5 12.68 16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.69 19.9 13.36 19.74 14H16.36Z",
5549
+ fill: colors[color] || color
5550
+ })) : /*#__PURE__*/React.createElement("svg", {
5551
+ width: width || 20,
5552
+ height: height || 20,
5553
+ viewBox: "0 0 20 20",
5010
5554
  fill: "none"
5011
5555
  }, /*#__PURE__*/React.createElement("path", {
5012
- d: "M15.6284 5.76215L8.44357 1.127C8.17548 0.952457 7.82453 0.952457 7.55644 1.127L0.371636 5.76215C-0.00368982 6.00458 -0.1158 6.50882 0.132792 6.88215C0.37651 7.25549 0.883443 7.367 1.25877 7.11973L1.70721 6.82882V16.1815C1.70721 16.6276 2.07279 16.9912 2.52123 16.9912V16.9961H9.9595C10.2032 16.9961 10.3982 16.8022 10.3982 16.5597V13.9173C10.3982 13.6749 10.2032 13.4809 9.9595 13.4809H7.62468V10.4797C7.62468 10.2373 7.4297 10.0434 7.18599 10.0434H5.39222V7.04215C5.39222 6.79973 5.19725 6.60579 4.95353 6.60579H3.34012V5.78155L8 2.77549L12.6599 5.78155V16.1864C12.6599 16.6325 13.0255 16.9961 13.4739 16.9961C13.9223 16.9961 14.2879 16.6325 14.2879 16.1864V6.82882L14.7364 7.11973C14.8728 7.207 15.0288 7.25064 15.1799 7.25064C15.448 7.25064 15.7064 7.11973 15.8623 6.88215C16.1158 6.50882 16.0086 6.00458 15.6284 5.76215Z",
5556
+ d: "M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM16.92 6H13.97C13.65 4.75 13.19 3.55 12.59 2.44C14.43 3.07 15.96 4.35 16.92 6ZM10 2.04C10.83 3.24 11.48 4.57 11.91 6H8.09C8.52 4.57 9.17 3.24 10 2.04ZM2.26 12C2.1 11.36 2 10.69 2 10C2 9.31 2.1 8.64 2.26 8H5.64C5.56 8.66 5.5 9.32 5.5 10C5.5 10.68 5.56 11.34 5.64 12H2.26ZM3.08 14H6.03C6.35 15.25 6.81 16.45 7.41 17.56C5.57 16.93 4.04 15.66 3.08 14ZM6.03 6H3.08C4.04 4.34 5.57 3.07 7.41 2.44C6.81 3.55 6.35 4.75 6.03 6ZM10 17.96C9.17 16.76 8.52 15.43 8.09 14H11.91C11.48 15.43 10.83 16.76 10 17.96ZM12.34 12H7.66C7.57 11.34 7.5 10.68 7.5 10C7.5 9.32 7.57 8.65 7.66 8H12.34C12.43 8.65 12.5 9.32 12.5 10C12.5 10.68 12.43 11.34 12.34 12ZM12.59 17.56C13.19 16.45 13.65 15.25 13.97 14H16.92C15.96 15.65 14.43 16.93 12.59 17.56ZM14.36 12C14.44 11.34 14.5 10.68 14.5 10C14.5 9.32 14.44 8.66 14.36 8H17.74C17.9 8.64 18 9.31 18 10C18 10.69 17.9 11.36 17.74 12H14.36Z",
5013
5557
  fill: colors[color] || color
5014
5558
  }));
5015
5559
  });
@@ -5083,7 +5627,7 @@ export const ZoomOutMap = /*#__PURE__*/memo(({
5083
5627
  fill: colors[color] || color
5084
5628
  }));
5085
5629
  });
5086
- export const Archive = /*#__PURE__*/memo(({
5630
+ export const ApprovalFilled = /*#__PURE__*/memo(({
5087
5631
  width,
5088
5632
  height,
5089
5633
  color = '#00C875',
@@ -5139,6 +5683,52 @@ export const Info = /*#__PURE__*/memo(({
5139
5683
  fill: colors[color] || color
5140
5684
  }));
5141
5685
  });
5686
+ export const InfoCancel = /*#__PURE__*/memo(({
5687
+ width,
5688
+ height,
5689
+ color = '#7F828E',
5690
+ viewBox = false
5691
+ }) => {
5692
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5693
+ width: width || 24,
5694
+ height: height || 24,
5695
+ viewBox: "0 0 24 24",
5696
+ fill: "none"
5697
+ }, /*#__PURE__*/React.createElement("path", {
5698
+ d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C12.7924 22 13.5633 21.9077 14.3026 21.7333C13.8695 21.189 13.529 20.5679 13.3049 19.8935C12.8802 19.9636 12.4442 20 12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 12.0277 19.9999 12.0553 19.9996 12.0829C20.7057 12.2013 21.37 12.443 21.9696 12.7852C21.9897 12.5261 22 12.2642 22 12C22 6.48 17.52 2 12 2Z",
5699
+ fill: colors[color] || color
5700
+ }), /*#__PURE__*/React.createElement("path", {
5701
+ d: "M13 17V11H11V17H13Z",
5702
+ fill: colors[color] || color
5703
+ }), /*#__PURE__*/React.createElement("path", {
5704
+ d: "M13 9V7H11V9H13Z",
5705
+ fill: colors[color] || color
5706
+ }), /*#__PURE__*/React.createElement("path", {
5707
+ fillRule: "evenodd",
5708
+ clipRule: "evenodd",
5709
+ d: "M15 18C15 15.788 16.788 14 19 14C21.212 14 23 15.788 23 18C23 20.212 21.212 22 19 22C16.788 22 15 20.212 15 18ZM20.436 20L21 19.436L19.564 18L21 16.564L20.436 16L19 17.436L17.564 16L17 16.564L18.436 18L17 19.436L17.564 20L19 18.564L20.436 20Z",
5710
+ fill: colors[color] || color
5711
+ })) : /*#__PURE__*/React.createElement("svg", {
5712
+ width: width || 21,
5713
+ height: height || 20,
5714
+ viewBox: "0 0 21 20",
5715
+ fill: "none"
5716
+ }, /*#__PURE__*/React.createElement("path", {
5717
+ d: "M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C10.7924 20 11.5633 19.9077 12.3026 19.7333C11.8695 19.189 11.529 18.5679 11.3049 17.8935C10.8802 17.9636 10.4442 18 10 18C5.59 18 2 14.41 2 10C2 5.59 5.59 2 10 2C14.41 2 18 5.59 18 10C18 10.0277 17.9999 10.0553 17.9996 10.0829C18.7057 10.2013 19.37 10.443 19.9696 10.7852C19.9897 10.5261 20 10.2642 20 10C20 4.48 15.52 0 10 0Z",
5718
+ fill: colors[color] || color
5719
+ }), /*#__PURE__*/React.createElement("path", {
5720
+ d: "M11 15V9H9V15H11Z",
5721
+ fill: colors[color] || color
5722
+ }), /*#__PURE__*/React.createElement("path", {
5723
+ d: "M11 7V5H9V7H11Z",
5724
+ fill: colors[color] || color
5725
+ }), /*#__PURE__*/React.createElement("path", {
5726
+ fillRule: "evenodd",
5727
+ clipRule: "evenodd",
5728
+ d: "M13 16C13 13.788 14.788 12 17 12C19.212 12 21 13.788 21 16C21 18.212 19.212 20 17 20C14.788 20 13 18.212 13 16ZM18.436 18L19 17.436L17.564 16L19 14.564L18.436 14L17 15.436L15.564 14L15 14.564L16.436 16L15 17.436L15.564 18L17 16.564L18.436 18Z",
5729
+ fill: colors[color] || color
5730
+ }));
5731
+ });
5142
5732
  export const Warning = /*#__PURE__*/memo(({
5143
5733
  width,
5144
5734
  height,
@@ -5168,170 +5758,227 @@ export const Warning = /*#__PURE__*/memo(({
5168
5758
  }));
5169
5759
  });
5170
5760
  export const AddFilled = /*#__PURE__*/memo(({
5171
- width = 24,
5172
- height = 24,
5173
- color = '#111D5E'
5761
+ width,
5762
+ height,
5763
+ color = '#111D5E',
5764
+ viewBox = false
5174
5765
  }) => {
5175
- return /*#__PURE__*/React.createElement("svg", {
5176
- width: width,
5177
- height: height,
5766
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5767
+ width: width || 24,
5768
+ height: height || 24,
5178
5769
  viewBox: "0 0 24 24",
5179
5770
  fill: "none"
5180
- }, /*#__PURE__*/React.createElement("rect", {
5181
- width: "24",
5182
- height: "24",
5183
- rx: "12",
5771
+ }, /*#__PURE__*/React.createElement("path", {
5772
+ fillRule: "evenodd",
5773
+ clipRule: "evenodd",
5774
+ d: "M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM13 13H17V11H13V7H11V11H7V13H11V17H13V13Z",
5184
5775
  fill: colors[color] || color
5185
- }), /*#__PURE__*/React.createElement("path", {
5776
+ })) : /*#__PURE__*/React.createElement("svg", {
5777
+ width: width || 20,
5778
+ height: height || 20,
5779
+ viewBox: "0 0 20 20",
5780
+ fill: "none"
5781
+ }, /*#__PURE__*/React.createElement("path", {
5186
5782
  fillRule: "evenodd",
5187
5783
  clipRule: "evenodd",
5188
- d: "M17.25 13.75H13.75V17.25C13.75 18.2125 12.9625 19 12 19C11.0375 19 10.25 18.2125 10.25 17.25V13.75H6.75C5.7875 13.75 5 12.9625 5 12C5 11.0375 5.7875 10.25 6.75 10.25H10.25V6.75C10.25 5.7875 11.0375 5 12 5C12.9625 5 13.75 5.7875 13.75 6.75V10.25H17.25C18.2125 10.25 19 11.0375 19 12C19 12.9625 18.2125 13.75 17.25 13.75Z",
5189
- fill: "#ECECEE"
5784
+ d: "M0 10C0 4.48 4.48 0 10 0C15.52 0 20 4.48 20 10C20 15.52 15.52 20 10 20C4.48 20 0 15.52 0 10ZM11 11H15V9H11V5H9V9H5V11H9V15H11V11Z",
5785
+ fill: colors[color] || color
5190
5786
  }));
5191
5787
  });
5192
5788
  export const ArrowDownFilled = /*#__PURE__*/memo(({
5193
- width = 24,
5194
- height = 24,
5195
- color = '#111D5E'
5789
+ width,
5790
+ height,
5791
+ color = '#111D5E',
5792
+ viewBox = false
5196
5793
  }) => {
5197
- return /*#__PURE__*/React.createElement("svg", {
5198
- width: width,
5199
- height: height,
5794
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5795
+ width: width || 24,
5796
+ height: height || 24,
5200
5797
  viewBox: "0 0 24 24",
5201
5798
  fill: "none"
5202
- }, /*#__PURE__*/React.createElement("circle", {
5203
- cx: "12",
5204
- cy: "12",
5205
- r: "12",
5206
- transform: "rotate(90 12 12)",
5799
+ }, /*#__PURE__*/React.createElement("path", {
5800
+ fillRule: "evenodd",
5801
+ clipRule: "evenodd",
5802
+ 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 22ZM18 10.41L12 16.41L6 10.41L7.41 9.00003L12 13.58L16.59 9.00003L18 10.41Z",
5803
+ fill: colors[color] || color
5804
+ })) : /*#__PURE__*/React.createElement("svg", {
5805
+ width: width || 20,
5806
+ height: height || 20,
5807
+ viewBox: "0 0 20 20",
5808
+ fill: "none"
5809
+ }, /*#__PURE__*/React.createElement("path", {
5810
+ fillRule: "evenodd",
5811
+ clipRule: "evenodd",
5812
+ d: "M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM16 8.41003L10 14.41L4 8.41003L5.41 7.00003L10 11.58L14.59 7.00003L16 8.41003Z",
5207
5813
  fill: colors[color] || color
5208
- }), /*#__PURE__*/React.createElement("path", {
5209
- d: "M11.8155 16.3044C11.6838 16.3047 11.5533 16.2807 11.4316 16.2336C11.3099 16.1865 11.1994 16.1174 11.1065 16.0301L5.2937 10.5991C5.10567 10.4235 5.00002 10.1852 5 9.9368C4.99998 9.68836 5.10559 9.45009 5.2936 9.27441C5.48161 9.09873 5.73661 9.00002 6.00251 9C6.26841 8.99998 6.52342 9.09865 6.71146 9.27431L11.8155 14.0431L16.9195 9.27431C17.0126 9.18733 17.1231 9.11835 17.2448 9.07128C17.3664 9.02421 17.4968 8.99999 17.6284 9C17.7601 9.00001 17.8905 9.02425 18.0121 9.07133C18.1337 9.11841 18.2442 9.18742 18.3373 9.27441C18.4304 9.3614 18.5043 9.46467 18.5546 9.57832C18.605 9.69197 18.6309 9.81378 18.6309 9.9368C18.6309 10.0598 18.605 10.1816 18.5546 10.2953C18.5042 10.4089 18.4303 10.5122 18.3372 10.5991L15.4308 13.3146L12.5244 16.0301C12.4315 16.1174 12.321 16.1865 12.1993 16.2336C12.0777 16.2807 11.9472 16.3047 11.8155 16.3044Z",
5210
- fill: "white"
5211
5814
  }));
5212
5815
  });
5213
5816
  export const ArrowLeftFilled = /*#__PURE__*/memo(({
5214
- width = 24,
5215
- height = 24,
5216
- color = '#111D5E'
5817
+ width,
5818
+ height,
5819
+ color = '#111D5E',
5820
+ viewBox = false
5217
5821
  }) => {
5218
- return /*#__PURE__*/React.createElement("svg", {
5219
- width: width,
5220
- height: height,
5822
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5823
+ width: width || 24,
5824
+ height: height || 24,
5221
5825
  viewBox: "0 0 24 24",
5222
5826
  fill: "none"
5223
- }, /*#__PURE__*/React.createElement("circle", {
5224
- cx: "12",
5225
- cy: "12",
5226
- r: "12",
5227
- transform: "rotate(-180 12 12)",
5827
+ }, /*#__PURE__*/React.createElement("path", {
5828
+ fillRule: "evenodd",
5829
+ clipRule: "evenodd",
5830
+ d: "M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12ZM13.5898 18L7.58984 12L13.5898 6L14.9998 7.41L10.4198 12L14.9998 16.59L13.5898 18Z",
5831
+ fill: colors[color] || color
5832
+ })) : /*#__PURE__*/React.createElement("svg", {
5833
+ width: width || 20,
5834
+ height: height || 20,
5835
+ viewBox: "0 0 20 20",
5836
+ fill: "none"
5837
+ }, /*#__PURE__*/React.createElement("path", {
5838
+ fillRule: "evenodd",
5839
+ clipRule: "evenodd",
5840
+ d: "M0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10ZM11.5898 16L5.58984 10L11.5898 4L12.9998 5.41L8.41984 10L12.9998 14.59L11.5898 16Z",
5228
5841
  fill: colors[color] || color
5229
- }), /*#__PURE__*/React.createElement("path", {
5230
- d: "M7.6956 11.8155C7.69527 11.6838 7.71933 11.5533 7.76641 11.4316C7.81348 11.3099 7.88263 11.1994 7.96985 11.1065L13.4009 5.2937C13.5765 5.10567 13.8148 5.00002 14.0632 5C14.3116 4.99998 14.5499 5.10559 14.7256 5.2936C14.9013 5.48161 15 5.73661 15 6.00251C15 6.26841 14.9013 6.52342 14.7257 6.71146L9.9569 11.8155L14.7257 16.9195C14.8127 17.0126 14.8817 17.1231 14.9287 17.2448C14.9758 17.3664 15 17.4968 15 17.6284C15 17.7601 14.9758 17.8905 14.9287 18.0121C14.8816 18.1337 14.8126 18.2442 14.7256 18.3373C14.6386 18.4304 14.5353 18.5043 14.4217 18.5546C14.308 18.605 14.1862 18.6309 14.0632 18.6309C13.9402 18.6309 13.8184 18.605 13.7047 18.5546C13.5911 18.5042 13.4878 18.4303 13.4009 18.3372L10.6854 15.4308L7.96985 12.5244C7.88263 12.4315 7.81348 12.321 7.76641 12.1993C7.71933 12.0777 7.69526 11.9472 7.6956 11.8155Z",
5231
- fill: "white"
5232
5842
  }));
5233
- });
5234
- export const ArrowRightFilled = /*#__PURE__*/memo(({
5235
- width = 24,
5236
- height = 25,
5237
- color = '#111D5E'
5843
+ });
5844
+ export const ArrowRightFilled = /*#__PURE__*/memo(({
5845
+ width,
5846
+ height,
5847
+ color = '#111D5E',
5848
+ viewBox = false
5238
5849
  }) => {
5239
- return /*#__PURE__*/React.createElement("svg", {
5240
- width: width,
5241
- height: height,
5242
- viewBox: "0 0 24 25",
5850
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5851
+ width: width || 24,
5852
+ height: height || 24,
5853
+ viewBox: "0 0 24 24",
5243
5854
  fill: "none"
5244
- }, /*#__PURE__*/React.createElement("circle", {
5245
- cx: "12",
5246
- cy: "12.9961",
5247
- r: "12",
5855
+ }, /*#__PURE__*/React.createElement("path", {
5856
+ fillRule: "evenodd",
5857
+ clipRule: "evenodd",
5858
+ d: "M22 12C22 6.47716 17.5229 2 12 2C6.47716 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5229 22 12ZM10.4102 6L16.4102 12L10.4102 18L9.00015 16.59L13.5802 12L9.00016 7.41L10.4102 6Z",
5859
+ fill: colors[color] || color
5860
+ })) : /*#__PURE__*/React.createElement("svg", {
5861
+ width: width || 20,
5862
+ height: height || 20,
5863
+ viewBox: "0 0 20 20",
5864
+ fill: "none"
5865
+ }, /*#__PURE__*/React.createElement("path", {
5866
+ fillRule: "evenodd",
5867
+ clipRule: "evenodd",
5868
+ d: "M20 10C20 4.47716 15.5229 2.03558e-06 10 0C4.47716 0 2.03558e-06 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5229 20 10ZM8.41016 4L14.4102 10L8.41015 16L7.00015 14.59L11.5802 10L7.00016 5.41L8.41016 4Z",
5248
5869
  fill: colors[color] || color
5249
- }), /*#__PURE__*/React.createElement("path", {
5250
- d: "M16.3044 13.1806C16.3047 13.3123 16.2807 13.4428 16.2336 13.5645C16.1865 13.6862 16.1174 13.7967 16.0301 13.8896L10.5991 19.7024C10.4235 19.8904 10.1852 19.9961 9.9368 19.9961C9.68836 19.9961 9.45009 19.8905 9.27441 19.7025C9.09873 19.5145 9.00002 19.2595 9 18.9936C8.99998 18.7277 9.09865 18.4727 9.27431 18.2846L14.0431 13.1806L9.27431 8.07662C9.18733 7.98351 9.11835 7.87298 9.07128 7.75134C9.02421 7.6297 8.99999 7.49932 9 7.36766C9.00001 7.236 9.02425 7.10563 9.07133 6.984C9.11841 6.86236 9.18742 6.75185 9.27441 6.65876C9.3614 6.56567 9.46467 6.49182 9.57832 6.44145C9.69197 6.39107 9.81378 6.36515 9.9368 6.36516C10.0598 6.36517 10.1816 6.39111 10.2953 6.4415C10.4089 6.4919 10.5122 6.56575 10.5991 6.65886L13.3146 9.56525L16.0301 12.4716C16.1174 12.5646 16.1865 12.6751 16.2336 12.7967C16.2807 12.9184 16.3047 13.0489 16.3044 13.1806Z",
5251
- fill: "white"
5252
5870
  }));
5253
5871
  });
5254
5872
  export const ArrowUpFilled = /*#__PURE__*/memo(({
5255
- width = 24,
5256
- height = 25,
5257
- color = '#111D5E'
5873
+ width,
5874
+ height,
5875
+ color = '#111D5E',
5876
+ viewBox = false
5258
5877
  }) => {
5259
- return /*#__PURE__*/React.createElement("svg", {
5260
- width: width,
5261
- height: height,
5262
- viewBox: "0 0 24 25",
5878
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5879
+ width: width || 24,
5880
+ height: height || 24,
5881
+ viewBox: "0 0 24 24",
5263
5882
  fill: "none"
5264
- }, /*#__PURE__*/React.createElement("circle", {
5265
- cx: "12",
5266
- cy: "12.9961",
5267
- r: "12",
5268
- transform: "rotate(-90 12 12.9961)",
5883
+ }, /*#__PURE__*/React.createElement("path", {
5884
+ fillRule: "evenodd",
5885
+ clipRule: "evenodd",
5886
+ 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 22ZM6 14L12 8L18 14L16.59 15.41L12 10.83L7.41 15.41L6 14Z",
5887
+ fill: colors[color] || color
5888
+ })) : /*#__PURE__*/React.createElement("svg", {
5889
+ width: width || 20,
5890
+ height: height || 20,
5891
+ viewBox: "0 0 20 20",
5892
+ fill: "none"
5893
+ }, /*#__PURE__*/React.createElement("path", {
5894
+ fillRule: "evenodd",
5895
+ clipRule: "evenodd",
5896
+ d: "M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM4 12L10 6L16 12L14.59 13.41L10 8.83L5.41 13.41L4 12Z",
5269
5897
  fill: colors[color] || color
5270
- }), /*#__PURE__*/React.createElement("path", {
5271
- d: "M12.1845 8.69169C12.3162 8.69136 12.4467 8.71543 12.5684 8.7625C12.6901 8.80958 12.8006 8.87872 12.8935 8.96595L18.7063 14.397C18.8943 14.5726 19 14.8109 19 15.0593C19 15.3077 18.8944 15.546 18.7064 15.7217C18.5184 15.8974 18.2634 15.9961 17.9975 15.9961C17.7316 15.9961 17.4766 15.8974 17.2885 15.7218L12.1845 10.953L7.08052 15.7218C6.98742 15.8088 6.87689 15.8777 6.75525 15.9248C6.6336 15.9719 6.50323 15.9961 6.37157 15.9961C6.23991 15.9961 6.10954 15.9718 5.9879 15.9248C5.86627 15.8777 5.75575 15.8087 5.66266 15.7217C5.56957 15.6347 5.49573 15.5314 5.44535 15.4178C5.39498 15.3041 5.36905 15.1823 5.36906 15.0593C5.36907 14.9363 5.39502 14.8145 5.44541 14.7008C5.4958 14.5872 5.56966 14.4839 5.66276 14.397L8.56916 11.6814L11.4756 8.96595C11.5685 8.87872 11.679 8.80958 11.8007 8.7625C11.9223 8.71543 12.0528 8.69136 12.1845 8.69169Z",
5272
- fill: "white"
5273
5898
  }));
5274
5899
  });
5275
5900
  export const BackFilled = /*#__PURE__*/memo(({
5276
- width = 24,
5277
- height = 24,
5278
- color = '#111D5E'
5901
+ width,
5902
+ height,
5903
+ color = '#111D5E',
5904
+ viewBox = false
5279
5905
  }) => {
5280
- return /*#__PURE__*/React.createElement("svg", {
5281
- width: width,
5282
- height: height,
5906
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5907
+ width: width || 24,
5908
+ height: height || 24,
5283
5909
  viewBox: "0 0 24 24",
5284
5910
  fill: "none"
5285
5911
  }, /*#__PURE__*/React.createElement("path", {
5286
- d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
5912
+ fillRule: "evenodd",
5913
+ clipRule: "evenodd",
5914
+ 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 22ZM17 13H12V16L7 12L12 8V11H17V13Z",
5915
+ fill: colors[color] || color
5916
+ })) : /*#__PURE__*/React.createElement("svg", {
5917
+ width: width || 20,
5918
+ height: height || 20,
5919
+ viewBox: "0 0 20 20",
5920
+ fill: "none"
5921
+ }, /*#__PURE__*/React.createElement("path", {
5922
+ fillRule: "evenodd",
5923
+ clipRule: "evenodd",
5924
+ d: "M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM15 11H10V14L5 10L10 6V9H15V11Z",
5287
5925
  fill: colors[color] || color
5288
- }), /*#__PURE__*/React.createElement("path", {
5289
- d: "M12 13.5L18 13.5L18 10.5L12 10.5L12 6L6 12L12 18L12 13.5Z",
5290
- fill: "white"
5291
5926
  }));
5292
5927
  });
5293
5928
  export const CancelFilled = /*#__PURE__*/memo(({
5294
- width = 24,
5295
- height = 24,
5296
- color = '#111D5E'
5929
+ width,
5930
+ height,
5931
+ color = '#111D5E',
5932
+ viewBox = false
5297
5933
  }) => {
5298
- return /*#__PURE__*/React.createElement("svg", {
5299
- width: width,
5300
- height: height,
5934
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5935
+ width: width || 24,
5936
+ height: height || 24,
5301
5937
  viewBox: "0 0 24 24",
5302
5938
  fill: "none"
5303
- }, /*#__PURE__*/React.createElement("circle", {
5304
- cx: "12",
5305
- cy: "12",
5306
- r: "12",
5939
+ }, /*#__PURE__*/React.createElement("path", {
5940
+ fillRule: "evenodd",
5941
+ clipRule: "evenodd",
5942
+ d: "M2 12C2 6.47 6.47 2 12 2C17.53 2 22 6.47 22 12C22 17.53 17.53 22 12 22C6.47 22 2 17.53 2 12ZM15.59 17L17 15.59L13.41 12L17 8.41L15.59 7L12 10.59L8.41 7L7 8.41L10.59 12L7 15.59L8.41 17L12 13.41L15.59 17Z",
5307
5943
  fill: colors[color] || color
5308
- }), /*#__PURE__*/React.createElement("path", {
5944
+ })) : /*#__PURE__*/React.createElement("svg", {
5945
+ width: width || 20,
5946
+ height: height || 20,
5947
+ viewBox: "0 0 20 20",
5948
+ fill: "none"
5949
+ }, /*#__PURE__*/React.createElement("path", {
5309
5950
  fillRule: "evenodd",
5310
5951
  clipRule: "evenodd",
5311
- d: "M18.543 16.3387L14.2029 12L18.543 7.66131C19.1523 7.05221 19.1523 6.06827 18.543 5.45917C18.2524 5.16867 17.8587 5 17.4463 5C17.0338 5 16.6401 5.1593 16.3495 5.45917L12.0094 9.79786L7.66923 5.45917C7.37864 5.16867 6.98494 5 6.57248 5C6.16003 5 5.76632 5.1593 5.47573 5.45917C4.86642 6.06827 4.86642 7.05221 5.47573 7.66131L9.79712 12L5.45698 16.3387C4.84767 16.9478 4.84767 17.9317 5.45698 18.5408C5.74757 18.8313 6.14128 19 6.55373 19C6.96619 19 7.35989 18.8407 7.65049 18.5408L11.9906 14.2021L16.3308 18.5408C16.6214 18.8313 17.0151 19 17.4275 19C17.84 19 18.2337 18.8407 18.5243 18.5408C19.1523 17.9317 19.1523 16.9478 18.543 16.3387Z",
5312
- fill: "white"
5952
+ d: "M0 10C0 4.47 4.47 0 10 0C15.53 0 20 4.47 20 10C20 15.53 15.53 20 10 20C4.47 20 0 15.53 0 10ZM13.59 15L15 13.59L11.41 10L15 6.41L13.59 5L10 8.59L6.41 5L5 6.41L8.59 10L5 13.59L6.41 15L10 11.41L13.59 15Z",
5953
+ fill: colors[color] || color
5313
5954
  }));
5314
5955
  });
5315
5956
  export const CloseFilled = /*#__PURE__*/memo(({
5316
- width = 24,
5317
- height = 24,
5318
- color = '#111D5E'
5957
+ width,
5958
+ height,
5959
+ color = '#111D5E',
5960
+ viewBox = false
5319
5961
  }) => {
5320
- return /*#__PURE__*/React.createElement("svg", {
5321
- width: width,
5322
- height: height,
5962
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
5963
+ width: width || 24,
5964
+ height: height || 24,
5323
5965
  viewBox: "0 0 24 24",
5324
5966
  fill: "none"
5325
- }, /*#__PURE__*/React.createElement("circle", {
5326
- cx: "12",
5327
- cy: "12",
5328
- r: "12",
5967
+ }, /*#__PURE__*/React.createElement("path", {
5968
+ fillRule: "evenodd",
5969
+ clipRule: "evenodd",
5970
+ d: "M2 12C2 6.47 6.47 2 12 2C17.53 2 22 6.47 22 12C22 17.53 17.53 22 12 22C6.47 22 2 17.53 2 12ZM15.59 17L17 15.59L13.41 12L17 8.41L15.59 7L12 10.59L8.41 7L7 8.41L10.59 12L7 15.59L8.41 17L12 13.41L15.59 17Z",
5329
5971
  fill: colors[color] || color
5330
- }), /*#__PURE__*/React.createElement("path", {
5972
+ })) : /*#__PURE__*/React.createElement("svg", {
5973
+ width: width || 20,
5974
+ height: height || 20,
5975
+ viewBox: "0 0 20 20",
5976
+ fill: "none"
5977
+ }, /*#__PURE__*/React.createElement("path", {
5331
5978
  fillRule: "evenodd",
5332
5979
  clipRule: "evenodd",
5333
- d: "M18.543 16.3387L14.2029 12L18.543 7.66131C19.1523 7.05221 19.1523 6.06827 18.543 5.45917C18.2524 5.16867 17.8587 5 17.4463 5C17.0338 5 16.6401 5.1593 16.3495 5.45917L12.0094 9.79786L7.66923 5.45917C7.37864 5.16867 6.98494 5 6.57248 5C6.16003 5 5.76632 5.1593 5.47573 5.45917C4.86642 6.06827 4.86642 7.05221 5.47573 7.66131L9.79712 12L5.45698 16.3387C4.84767 16.9478 4.84767 17.9317 5.45698 18.5408C5.74757 18.8313 6.14128 19 6.55373 19C6.96619 19 7.35989 18.8407 7.65049 18.5408L11.9906 14.2021L16.3308 18.5408C16.6214 18.8313 17.0151 19 17.4275 19C17.84 19 18.2337 18.8407 18.5243 18.5408C19.1523 17.9317 19.1523 16.9478 18.543 16.3387Z",
5334
- fill: "white"
5980
+ d: "M0 10C0 4.47 4.47 0 10 0C15.53 0 20 4.47 20 10C20 15.53 15.53 20 10 20C4.47 20 0 15.53 0 10ZM13.59 15L15 13.59L11.41 10L15 6.41L13.59 5L10 8.59L6.41 5L5 6.41L8.59 10L5 13.59L6.41 15L10 11.41L13.59 15Z",
5981
+ fill: colors[color] || color
5335
5982
  }));
5336
5983
  });
5337
5984
  export const DownloadFilled = /*#__PURE__*/memo(({
@@ -5399,30 +6046,36 @@ export const MinimizeFilled = /*#__PURE__*/memo(({
5399
6046
  }));
5400
6047
  });
5401
6048
  export const MinusFilled = /*#__PURE__*/memo(({
5402
- width = 24,
5403
- height = 24,
5404
- color = '#111D5E'
6049
+ width,
6050
+ height,
6051
+ color = '#111D5E',
6052
+ viewBox = false
5405
6053
  }) => {
5406
- return /*#__PURE__*/React.createElement("svg", {
5407
- width: width,
5408
- height: height,
6054
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
6055
+ width: width || 24,
6056
+ height: height || 24,
5409
6057
  viewBox: "0 0 24 24",
5410
6058
  fill: "none"
5411
- }, /*#__PURE__*/React.createElement("rect", {
5412
- width: "24",
5413
- height: "24",
5414
- rx: "12",
6059
+ }, /*#__PURE__*/React.createElement("path", {
6060
+ fillRule: "evenodd",
6061
+ clipRule: "evenodd",
6062
+ d: "M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM7 13H17V11H7V13Z",
5415
6063
  fill: colors[color] || color
5416
- }), /*#__PURE__*/React.createElement("path", {
6064
+ })) : /*#__PURE__*/React.createElement("svg", {
6065
+ width: width || 20,
6066
+ height: height || 20,
6067
+ viewBox: "0 0 20 20",
6068
+ fill: "none"
6069
+ }, /*#__PURE__*/React.createElement("path", {
5417
6070
  fillRule: "evenodd",
5418
6071
  clipRule: "evenodd",
5419
- d: "M17.25 13.5H6.75C5.7875 13.5 5 12.7125 5 11.75C5 10.7875 5.7875 10 6.75 10H17.25C18.2125 10 19 10.7875 19 11.75C19 12.7125 18.2125 13.5 17.25 13.5Z",
5420
- fill: "#ECECEE"
6072
+ d: "M0 10C0 4.48 4.48 0 10 0C15.52 0 20 4.48 20 10C20 15.52 15.52 20 10 20C4.48 20 0 15.52 0 10ZM5 11H15V9H5V11Z",
6073
+ fill: colors[color] || color
5421
6074
  }));
5422
6075
  });
5423
6076
  export const PaperFilled = /*#__PURE__*/memo(({
5424
- width = 24,
5425
- height = 24,
6077
+ width,
6078
+ height,
5426
6079
  color = '#111D5E',
5427
6080
  viewBox = false
5428
6081
  }) => {
@@ -5434,7 +6087,7 @@ export const PaperFilled = /*#__PURE__*/memo(({
5434
6087
  }, /*#__PURE__*/React.createElement("path", {
5435
6088
  fillRule: "evenodd",
5436
6089
  clipRule: "evenodd",
5437
- d: "M6 2H14L20 8V20C19.9984 20.5299 19.7871 21.0377 19.4124 21.4125C19.0376 21.7872 18.5299 21.9984 18 22H5.98999C5.46129 21.9974 4.95494 21.7854 4.58203 21.4106C4.20912 21.0359 3.99999 20.5287 4 20V4C4.00158 3.47005 4.21267 2.96225 4.5874 2.58752C4.96213 2.21279 5.47005 2.00158 6 2V2ZM8 18H16V16H8V18ZM16 14H8V12H16V14ZM13 3.5V9H18.5L13 3.5Z",
6090
+ d: "M6 2H14L20 8V20C20 21.1 19.1 22 18 22H5.99C4.89 22 4 21.1 4 20V4C4 2.9 4.9 2 6 2ZM8 18H16V16H8V18ZM16 14H8V12H16V14ZM13 3.5V9H18.5L13 3.5Z",
5438
6091
  fill: colors[color] || color
5439
6092
  })) : /*#__PURE__*/React.createElement("svg", {
5440
6093
  width: width || 16,
@@ -5444,30 +6097,36 @@ export const PaperFilled = /*#__PURE__*/memo(({
5444
6097
  }, /*#__PURE__*/React.createElement("path", {
5445
6098
  fillRule: "evenodd",
5446
6099
  clipRule: "evenodd",
5447
- d: "M2 0H10L16 6V18C15.9984 18.5299 15.7871 19.0377 15.4124 19.4125C15.0376 19.7872 14.5299 19.9984 14 20H1.98999C1.46129 19.9974 0.954944 19.7854 0.582031 19.4106C0.209119 19.0359 -6.6087e-06 18.5287 1.56888e-10 18V2C0.00158273 1.47005 0.212672 0.962255 0.587402 0.587524C0.962133 0.212794 1.47005 0.00158273 2 0V0ZM4 16H12V14H4V16ZM12 12H4V10H12V12ZM9 1.5V7H14.5L9 1.5Z",
6100
+ d: "M2 0H10L16 6V18C16 19.1 15.1 20 14 20H1.99C0.89 20 0 19.1 0 18V2C0 0.9 0.9 0 2 0ZM4 16H12V14H4V16ZM12 12H4V10H12V12ZM9 1.5V7H14.5L9 1.5Z",
5448
6101
  fill: colors[color] || color
5449
6102
  }));
5450
6103
  });
5451
6104
  export const PlusFilled = /*#__PURE__*/memo(({
5452
- width = 24,
5453
- height = 24,
5454
- color = '#111D5E'
6105
+ width,
6106
+ height,
6107
+ color = '#111D5E',
6108
+ viewBox = false
5455
6109
  }) => {
5456
- return /*#__PURE__*/React.createElement("svg", {
5457
- width: width,
5458
- height: height,
6110
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
6111
+ width: width || 24,
6112
+ height: height || 24,
5459
6113
  viewBox: "0 0 24 24",
5460
6114
  fill: "none"
5461
- }, /*#__PURE__*/React.createElement("rect", {
5462
- width: "24",
5463
- height: "24",
5464
- rx: "12",
6115
+ }, /*#__PURE__*/React.createElement("path", {
6116
+ fillRule: "evenodd",
6117
+ clipRule: "evenodd",
6118
+ d: "M2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12ZM13 13H17V11H13V7H11V11H7V13H11V17H13V13Z",
5465
6119
  fill: colors[color] || color
5466
- }), /*#__PURE__*/React.createElement("path", {
6120
+ })) : /*#__PURE__*/React.createElement("svg", {
6121
+ width: width || 20,
6122
+ height: height || 20,
6123
+ viewBox: "0 0 20 20",
6124
+ fill: "none"
6125
+ }, /*#__PURE__*/React.createElement("path", {
5467
6126
  fillRule: "evenodd",
5468
6127
  clipRule: "evenodd",
5469
- d: "M17.25 13.75H13.75V17.25C13.75 18.2125 12.9625 19 12 19C11.0375 19 10.25 18.2125 10.25 17.25V13.75H6.75C5.7875 13.75 5 12.9625 5 12C5 11.0375 5.7875 10.25 6.75 10.25H10.25V6.75C10.25 5.7875 11.0375 5 12 5C12.9625 5 13.75 5.7875 13.75 6.75V10.25H17.25C18.2125 10.25 19 11.0375 19 12C19 12.9625 18.2125 13.75 17.25 13.75Z",
5470
- fill: "#ECECEE"
6128
+ d: "M0 10C0 4.48 4.48 0 10 0C15.52 0 20 4.48 20 10C20 15.52 15.52 20 10 20C4.48 20 0 15.52 0 10ZM11 11H15V9H11V5H9V9H5V11H9V15H11V11Z",
6129
+ fill: colors[color] || color
5471
6130
  }));
5472
6131
  });
5473
6132
  export const SaveFilled = /*#__PURE__*/memo(({
@@ -5493,25 +6152,31 @@ export const SaveFilled = /*#__PURE__*/memo(({
5493
6152
  }));
5494
6153
  });
5495
6154
  export const StarFilled = /*#__PURE__*/memo(({
5496
- width = 24,
5497
- height = 24,
5498
- color = '#111D5E'
6155
+ width,
6156
+ height,
6157
+ color = '#111D5E',
6158
+ viewBox = false
5499
6159
  }) => {
5500
- return /*#__PURE__*/React.createElement("svg", {
5501
- width: width,
5502
- height: height,
6160
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
6161
+ width: width || 24,
6162
+ height: height || 24,
5503
6163
  viewBox: "0 0 24 24",
5504
6164
  fill: "none"
5505
- }, /*#__PURE__*/React.createElement("circle", {
5506
- cx: "12",
5507
- cy: "12",
5508
- r: "12",
6165
+ }, /*#__PURE__*/React.createElement("path", {
6166
+ fillRule: "evenodd",
6167
+ clipRule: "evenodd",
6168
+ d: "M2 12C2 6.48 6.47 2 11.99 2C17.52 2 22 6.48 22 12C22 17.52 17.52 22 11.99 22C6.47 22 2 17.52 2 12ZM12 15.45L16.23 18L15.11 13.18L18.84 9.95L13.92 9.53L12 5L10.08 9.54L5.16 9.96L8.89 13.19L7.77 18L12 15.45Z",
5509
6169
  fill: colors[color] || color
5510
- }), /*#__PURE__*/React.createElement("path", {
6170
+ })) : /*#__PURE__*/React.createElement("svg", {
6171
+ width: width || 20,
6172
+ height: height || 20,
6173
+ viewBox: "0 0 20 20",
6174
+ fill: "none"
6175
+ }, /*#__PURE__*/React.createElement("path", {
5511
6176
  fillRule: "evenodd",
5512
6177
  clipRule: "evenodd",
5513
- d: "M16.9678 19.7958C16.8361 19.7958 16.7036 19.765 16.582 19.7017L12.3328 17.4817L8.08448 19.7017C7.80282 19.8475 7.46282 19.8225 7.20782 19.6358C6.95115 19.4492 6.82365 19.1333 6.87782 18.8208L7.68698 14.1308L4.25365 10.81C4.02532 10.5892 3.94282 10.2575 4.04032 9.95417C4.13782 9.6525 4.39865 9.43167 4.71365 9.38667L9.46365 8.69667L11.587 4.425C11.8686 3.85833 12.7978 3.85833 13.0795 4.425L15.2028 8.69667L19.9528 9.38667C20.2678 9.43167 20.5287 9.6525 20.6262 9.95417C20.7236 10.2575 20.6411 10.5892 20.4128 10.81L16.9795 14.1308L17.7886 18.8208C17.8428 19.1333 17.7145 19.4492 17.4586 19.6358C17.3137 19.7425 17.1411 19.7958 16.9678 19.7958Z",
5514
- fill: "white"
6178
+ d: "M0 10C0 4.48 4.47 0 9.99 0C15.52 0 20 4.48 20 10C20 15.52 15.52 20 9.99 20C4.47 20 0 15.52 0 10ZM10 13.45L14.23 16L13.11 11.18L16.84 7.95L11.92 7.53L10 3L8.08 7.54L3.16 7.96L6.89 11.19L5.77 16L10 13.45Z",
6179
+ fill: colors[color] || color
5515
6180
  }));
5516
6181
  });
5517
6182
  export const WareHouseFilled = /*#__PURE__*/memo(({
@@ -5894,6 +6559,30 @@ export const Word = /*#__PURE__*/memo(({
5894
6559
  fill: color
5895
6560
  }))));
5896
6561
  });
6562
+ export const Share = /*#__PURE__*/memo(({
6563
+ width,
6564
+ height,
6565
+ color = '#7F828E',
6566
+ viewBox = false
6567
+ }) => {
6568
+ return viewBox ? /*#__PURE__*/React.createElement("svg", {
6569
+ width: width || 24,
6570
+ height: height || 24,
6571
+ viewBox: "0 0 24 24",
6572
+ fill: "none"
6573
+ }, /*#__PURE__*/React.createElement("path", {
6574
+ d: "M18 16.08C17.24 16.08 16.56 16.38 16.04 16.85L8.91 12.7C8.96 12.47 9 12.24 9 12C9 11.76 8.96 11.53 8.91 11.3L15.96 7.19C16.5 7.69 17.21 8 18 8C19.66 8 21 6.66 21 5C21 3.34 19.66 2 18 2C16.34 2 15 3.34 15 5C15 5.24 15.04 5.47 15.09 5.7L8.04 9.81C7.5 9.31 6.79 9 6 9C4.34 9 3 10.34 3 12C3 13.66 4.34 15 6 15C6.79 15 7.5 14.69 8.04 14.19L15.16 18.35C15.11 18.56 15.08 18.78 15.08 19C15.08 20.61 16.39 21.92 18 21.92C19.61 21.92 20.92 20.61 20.92 19C20.92 17.39 19.61 16.08 18 16.08Z",
6575
+ fill: colors[color] || color
6576
+ })) : /*#__PURE__*/React.createElement("svg", {
6577
+ width: width || 18,
6578
+ height: height || 20,
6579
+ viewBox: "0 0 18 20",
6580
+ fill: "none"
6581
+ }, /*#__PURE__*/React.createElement("path", {
6582
+ d: "M15 14.08C14.24 14.08 13.56 14.38 13.04 14.85L5.91 10.7C5.96 10.47 6 10.24 6 10C6 9.76 5.96 9.53 5.91 9.3L12.96 5.19C13.5 5.69 14.21 6 15 6C16.66 6 18 4.66 18 3C18 1.34 16.66 0 15 0C13.34 0 12 1.34 12 3C12 3.24 12.04 3.47 12.09 3.7L5.04 7.81C4.5 7.31 3.79 7 3 7C1.34 7 0 8.34 0 10C0 11.66 1.34 13 3 13C3.79 13 4.5 12.69 5.04 12.19L12.16 16.35C12.11 16.56 12.08 16.78 12.08 17C12.08 18.61 13.39 19.92 15 19.92C16.61 19.92 17.92 18.61 17.92 17C17.92 15.39 16.61 14.08 15 14.08Z",
6583
+ fill: colors[color] || color
6584
+ }));
6585
+ });
5897
6586
  export const Sheet = /*#__PURE__*/memo(({
5898
6587
  size = 'medium',
5899
6588
  width = 50.795,