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.
- package/assets/fonts/SF-Pro-Display-Bold.otf +0 -0
- package/assets/fonts/SF-Pro-Display-Medium.otf +0 -0
- package/assets/fonts/SF-Pro-Display-Regular.otf +0 -0
- package/assets/images/icons/wifi.svg +3 -0
- package/assets/images/menu/dhr/MHRM09N0004.svg +14 -0
- package/assets/images/menu/dhr/MHRP09N0028.svg +6 -0
- package/assets/images/menu/dhr/MHRP09N0029.svg +14 -0
- package/assets/images/menu/dhr/MHRP09N0030.svg +4 -0
- package/assets/images/menu/dhr/MHRP09N0031.svg +5 -0
- package/assets/images/menu/dhr/MHRP29N0012.svg +7 -0
- package/assets/images/menu/dhr/MHRP29N0021.svg +8 -0
- package/assets/images/menu/dhr/MHRP29N0022.svg +9 -0
- package/assets/images/menu/dhr/MHRP29N0023.svg +22 -0
- package/assets/images/menu/dhr/MHRP39N0015.svg +5 -0
- package/assets/images/menu/dhr/TASK.svg +9 -0
- package/assets/images/menu/erp/D05.svg +8 -0
- package/assets/images/menu/erp/D06.svg +4 -0
- package/assets/images/menu/erp/D90R.svg +9 -0
- package/assets/images/menu/erp/DBC.svg +9 -0
- package/assets/images/menu/erp/{W05F0006.svg → W05F0006N0000.svg} +0 -0
- package/assets/images/menu/erp/{W05F0008.svg → W05F0008N0000.svg} +0 -0
- package/assets/images/menu/erp/{W05F4000.svg → W05F4000N0000.svg} +0 -0
- package/assets/images/menu/erp/{W06F0005.svg → W06F0005N0000.svg} +0 -0
- package/assets/images/menu/erp/{W06F0006.svg → W06F0006N0000.svg} +0 -0
- package/assets/images/menu/erp/{W06F0008.svg → W06F0008N0000.svg} +0 -0
- package/assets/images/menu/erp/W94F1000N0000.svg +9 -0
- package/assets/images/menu/erp/W94F1000N0001.svg +9 -0
- package/components/accordion/css.js +42 -33
- package/components/accordion/details.js +29 -17
- package/components/accordion/group.js +23 -23
- package/components/accordion/index.js +36 -27
- package/components/accordion/summary.js +10 -11
- package/components/alert/index.js +97 -91
- package/components/alert/notify.js +10 -8
- package/components/avatar/index.js +19 -17
- package/components/badge/index.js +122 -139
- package/components/button/icon.js +242 -334
- package/components/button/index.js +272 -427
- package/components/button/more.js +4 -5
- package/components/button/ripple-effect.js +4 -6
- package/components/card/body-card.js +4 -6
- package/components/card/card.js +4 -8
- package/components/card/index.js +4 -5
- package/components/chart/Pie/Sector.js +4 -5
- package/components/chart/Pie/Sectors.js +5 -5
- package/components/chart/Pie/index.js +8 -9
- package/components/chart/Pie-v2/Sector.js +4 -5
- package/components/chart/Pie-v2/Sectors.js +7 -8
- package/components/chart/Pie-v2/index.js +11 -16
- package/components/chart/bar/Bar.js +2 -3
- package/components/chart/bar/Labels.js +9 -11
- package/components/chart/bar/index.js +17 -9
- package/components/chart/bar-v2/Bar.js +2 -3
- package/components/chart/bar-v2/Labels.js +9 -11
- package/components/chart/bar-v2/index.js +17 -9
- package/components/chart/line/Labels.js +8 -10
- package/components/chart/line/Point.js +2 -3
- package/components/chart/line/index.js +17 -9
- package/components/chart/line-v2/Labels.js +8 -10
- package/components/chart/line-v2/Point.js +2 -3
- package/components/chart/line-v2/index.js +17 -9
- package/components/chip/attach.js +12 -16
- package/components/chip/index.js +8 -11
- package/components/collapse/index.js +4 -5
- package/components/divider/index.js +27 -14
- package/components/form-control/attachment/index.js +143 -87
- package/components/form-control/calendar/function.js +24 -23
- package/components/form-control/calendar/index.js +2 -4
- package/components/form-control/calendar/range.js +3 -4
- package/components/form-control/checkbox/index.js +85 -71
- package/components/form-control/control/index.js +4 -6
- package/components/form-control/date-picker/index-old.js +0 -2
- package/components/form-control/date-picker/index.js +39 -43
- package/components/form-control/date-range-picker/index.js +26 -28
- package/components/form-control/dropdown/index.js +173 -202
- package/components/form-control/dropdown-box/index.js +72 -49
- package/components/form-control/form-group/index.js +4 -5
- package/components/form-control/helper-text/index.js +4 -5
- package/components/form-control/input-base/index.js +28 -38
- package/components/form-control/label/index.js +23 -13
- package/components/form-control/money-input/index.js +6 -6
- package/components/form-control/number-input/index.js +12 -14
- package/components/form-control/phone-input/index.js +4 -5
- package/components/form-control/radio/index.js +7 -15
- package/components/form-control/text-input/index.js +14 -24
- package/components/form-control/time-picker/index.js +15 -26
- package/components/form-control/time-picker/swiper.js +2 -4
- package/components/form-control/toggle/index.js +22 -18
- package/components/form-view/helper-text.js +4 -5
- package/components/form-view/index.js +4 -5
- package/components/form-view/input.js +5 -7
- package/components/form-view/label.js +2 -6
- package/components/list/list-item-action.js +7 -8
- package/components/list/list-item-icon.js +4 -5
- package/components/list/list-item-text.js +4 -5
- package/components/list/list-item.js +4 -5
- package/components/list/list.js +4 -5
- package/components/list/sub-header.js +4 -5
- package/components/modal/body.js +4 -6
- package/components/modal/footer.js +4 -6
- package/components/modal/header.js +8 -14
- package/components/modal/index.js +4 -5
- package/components/modal/modal.js +6 -13
- package/components/others/extra/index.js +4 -8
- package/components/others/option-wrapper/index.js +57 -0
- package/components/others/scrollbar/index.js +4 -5
- package/components/paging/page-info.js +282 -231
- package/components/paging/page-selector.js +4 -7
- package/components/popover/index.js +6 -7
- package/components/popup/danger_popup.js +8 -18
- package/components/popup/index.js +26 -34
- package/components/popup/proposals_popup.js +9 -16
- package/components/popup/v2/danger-popup.js +4 -6
- package/components/popup/v2/index.js +116 -98
- package/components/popup/v2/info-popup.js +4 -6
- package/components/popup/v2/success-popup.js +4 -6
- package/components/popup/v2/warning-popup.js +4 -6
- package/components/popup/v2/yes-no-popup.js +4 -6
- package/components/progress/circular.js +17 -26
- package/components/progress/linear.js +11 -13
- package/components/rating/index.js +114 -233
- package/components/slider/slider-container.js +15 -10
- package/components/slider/slider-item.js +10 -12
- package/components/status/index.js +63 -57
- package/components/tab/tab-container.js +26 -24
- package/components/tab/tab-header.js +36 -27
- package/components/tab/tab-panel.js +32 -15
- package/components/tab/tab.js +79 -80
- package/components/tooltip/index.js +4 -4
- package/components/transfer/index.js +10 -11
- package/components/tree-view/css.js +2 -0
- package/components/tree-view/index.js +14 -13
- package/components/typography/index.js +6 -112
- package/css/styles.css +1 -1
- package/css/styles.css.map +1 -1
- package/global/index.js +2 -0
- package/icons/basic.js +1648 -959
- package/icons/effect.js +45 -103
- package/package.json +1 -1
- package/readme.md +66 -0
- package/styles/color-helper.js +7 -146
- package/styles/colors.js +6 -2
- package/styles/font.js +9 -0
- package/styles/general.js +100 -7
- package/styles/typography.js +25 -26
- package/theme/settings.js +9 -2
- package/theme/theme-provider.js +15 -7
- package/theme/with-styles.js +2 -4
- package/theme/with-theme.js +2 -4
- package/utils/isMobile.js +21 -0
- package/utils/renderHTML.js +4 -5
- package/utils/renderIcon.js +15 -11
- 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
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
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
|
|
845
|
+
viewBox: "0 0 16 18",
|
|
734
846
|
fill: "none"
|
|
735
847
|
}, /*#__PURE__*/React.createElement("path", {
|
|
736
|
-
|
|
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
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
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: "
|
|
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
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
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: "
|
|
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
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
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 ||
|
|
1432
|
-
viewBox: "0 0 18
|
|
1558
|
+
height: height || 20,
|
|
1559
|
+
viewBox: "0 0 18 20",
|
|
1433
1560
|
fill: "none"
|
|
1434
1561
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
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
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
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: "
|
|
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
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
}
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
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
|
-
|
|
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: "
|
|
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
|
|
1899
|
-
height
|
|
1900
|
-
|
|
1901
|
-
|
|
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.
|
|
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.
|
|
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
|
|
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: "
|
|
2840
|
+
d: "M4 7V5H20V7H4ZM4 9H20V11H4V9ZM4 17H14V19H4V17ZM4 15H20V13H4V15Z",
|
|
2607
2841
|
fill: colors[color] || color
|
|
2608
2842
|
})) : /*#__PURE__*/React.createElement("svg", {
|
|
2609
|
-
width: width ||
|
|
2610
|
-
height: height ||
|
|
2611
|
-
viewBox: "0 0
|
|
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
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
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
|
-
})
|
|
2623
|
-
|
|
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
|
-
})
|
|
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: "
|
|
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
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
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 ||
|
|
2774
|
-
height: height ||
|
|
2775
|
-
viewBox: "0 0
|
|
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
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
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
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
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: "
|
|
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: "
|
|
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.
|
|
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: "
|
|
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 ||
|
|
2837
|
-
height: height ||
|
|
2838
|
-
viewBox: "0 0
|
|
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: "
|
|
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: "
|
|
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
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
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: "
|
|
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
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
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
|
|
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
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
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
|
|
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: "
|
|
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
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
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: "
|
|
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
|
-
|
|
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 ||
|
|
3029
|
-
viewBox: "0 0 24
|
|
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: "
|
|
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
|
-
})
|
|
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: "
|
|
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
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
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
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
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
|
|
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
|
-
|
|
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 ||
|
|
3287
|
-
height: height ||
|
|
3288
|
-
viewBox: "0 0
|
|
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
|
-
|
|
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
|
|
3517
|
+
export const NearMe = /*#__PURE__*/memo(({
|
|
3296
3518
|
width,
|
|
3297
3519
|
height,
|
|
3298
3520
|
color = '#7F828E',
|
|
3299
3521
|
viewBox = false
|
|
3300
3522
|
}) => {
|
|
3301
|
-
|
|
3302
|
-
|
|
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
|
|
3526
|
+
viewBox: "0 0 24 24",
|
|
3320
3527
|
fill: "none"
|
|
3321
3528
|
}, /*#__PURE__*/React.createElement("path", {
|
|
3322
|
-
d: "
|
|
3529
|
+
d: "M21 3L3 10.53V11.51L9.84 14.16L12.48 21H13.46L21 3Z",
|
|
3323
3530
|
fill: colors[color] || color
|
|
3324
|
-
})
|
|
3325
|
-
|
|
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
|
|
3541
|
+
export const Ninedot = /*#__PURE__*/memo(({
|
|
3330
3542
|
width,
|
|
3331
3543
|
height,
|
|
3332
3544
|
color = '#7F828E',
|
|
3333
3545
|
viewBox = false
|
|
3334
3546
|
}) => {
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
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
|
-
|
|
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 ||
|
|
3380
|
-
viewBox: "0 0 16
|
|
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: "
|
|
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
|
|
3569
|
+
export const Notification = /*#__PURE__*/memo(({
|
|
3390
3570
|
width,
|
|
3391
3571
|
height,
|
|
3392
3572
|
color = '#7F828E',
|
|
3393
3573
|
viewBox = false
|
|
3394
3574
|
}) => {
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
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
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
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 ||
|
|
3773
|
-
height: height ||
|
|
3774
|
-
viewBox: "0 0
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
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
|
|
4109
|
+
export const PersonRate = /*#__PURE__*/memo(({
|
|
3794
4110
|
width,
|
|
3795
4111
|
height,
|
|
3796
4112
|
color = '#7F828E',
|
|
3797
4113
|
viewBox = false
|
|
3798
4114
|
}) => {
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
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
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
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
|
|
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: "
|
|
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 ||
|
|
3841
|
-
height: height ||
|
|
3842
|
-
viewBox: "0 0
|
|
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: "
|
|
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
|
|
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
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
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
|
|
4092
|
-
height
|
|
4093
|
-
color = '#7F828E'
|
|
4475
|
+
width,
|
|
4476
|
+
height,
|
|
4477
|
+
color = '#7F828E',
|
|
4478
|
+
viewBox = false
|
|
4094
4479
|
}) => {
|
|
4095
|
-
return /*#__PURE__*/React.createElement("svg", {
|
|
4096
|
-
width: width ||
|
|
4097
|
-
height: height ||
|
|
4098
|
-
viewBox: "0 0
|
|
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: "
|
|
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
|
-
})
|
|
4104
|
-
|
|
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
|
-
|
|
4303
|
-
|
|
4304
|
-
|
|
4305
|
-
|
|
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: "
|
|
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
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
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: "
|
|
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
|
-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
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: "
|
|
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: "
|
|
4912
|
+
d: "M4 17H2V22H7V20H4V17Z",
|
|
4463
4913
|
fill: colors[color] || color
|
|
4464
4914
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4465
|
-
d: "
|
|
4915
|
+
d: "M4 4H7V2H2V7H4V4Z",
|
|
4466
4916
|
fill: colors[color] || color
|
|
4467
4917
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4468
|
-
d: "
|
|
4918
|
+
d: "M6 18H18V13H20V11H4V13H6V18Z",
|
|
4469
4919
|
fill: colors[color] || color
|
|
4470
4920
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4471
|
-
d: "
|
|
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: "
|
|
4932
|
+
d: "M18 18H15V20H20V15H18V18Z",
|
|
4475
4933
|
fill: colors[color] || color
|
|
4476
4934
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4477
|
-
d: "
|
|
4935
|
+
d: "M2 15H0V20H5V18H2V15Z",
|
|
4478
4936
|
fill: colors[color] || color
|
|
4479
4937
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4480
|
-
d: "
|
|
4938
|
+
d: "M2 2H5V0H0V5H2V2Z",
|
|
4481
4939
|
fill: colors[color] || color
|
|
4482
4940
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4483
|
-
d: "M4
|
|
4941
|
+
d: "M4 16H16V11H18V9H2V11H4V16Z",
|
|
4484
4942
|
fill: colors[color] || color
|
|
4485
4943
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4486
|
-
d: "
|
|
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
|
|
4520
|
-
height
|
|
4977
|
+
width,
|
|
4978
|
+
height,
|
|
4521
4979
|
color = '#7F828E',
|
|
4522
4980
|
viewBox = false
|
|
4523
4981
|
}) => {
|
|
4524
|
-
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
|
|
4528
|
-
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
|
|
4532
|
-
|
|
4533
|
-
|
|
4534
|
-
|
|
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.
|
|
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
|
|
5060
|
+
export const SpeedHigh = /*#__PURE__*/memo(({
|
|
4607
5061
|
width,
|
|
4608
5062
|
height,
|
|
4609
5063
|
color = '#7F828E',
|
|
4610
|
-
viewBox = false
|
|
4611
|
-
|
|
4612
|
-
|
|
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
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
|
|
5001
|
-
|
|
5002
|
-
|
|
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
|
|
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: "
|
|
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
|
|
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
|
|
5172
|
-
height
|
|
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("
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
|
|
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
|
-
})
|
|
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: "
|
|
5189
|
-
fill:
|
|
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
|
|
5194
|
-
height
|
|
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("
|
|
5203
|
-
|
|
5204
|
-
|
|
5205
|
-
|
|
5206
|
-
|
|
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
|
|
5215
|
-
height
|
|
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("
|
|
5224
|
-
|
|
5225
|
-
|
|
5226
|
-
|
|
5227
|
-
|
|
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
|
|
5236
|
-
height
|
|
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
|
|
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("
|
|
5245
|
-
|
|
5246
|
-
|
|
5247
|
-
|
|
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
|
|
5256
|
-
height
|
|
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
|
|
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("
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
|
|
5268
|
-
|
|
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
|
|
5277
|
-
height
|
|
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
|
-
|
|
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
|
|
5295
|
-
height
|
|
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("
|
|
5304
|
-
|
|
5305
|
-
|
|
5306
|
-
|
|
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
|
-
})
|
|
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: "
|
|
5312
|
-
fill:
|
|
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
|
|
5317
|
-
height
|
|
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("
|
|
5326
|
-
|
|
5327
|
-
|
|
5328
|
-
|
|
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
|
-
})
|
|
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: "
|
|
5334
|
-
fill:
|
|
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
|
|
5403
|
-
height
|
|
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("
|
|
5412
|
-
|
|
5413
|
-
|
|
5414
|
-
|
|
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
|
-
})
|
|
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: "
|
|
5420
|
-
fill:
|
|
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
|
|
5425
|
-
height
|
|
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
|
|
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
|
|
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
|
|
5453
|
-
height
|
|
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("
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
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
|
-
})
|
|
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: "
|
|
5470
|
-
fill:
|
|
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
|
|
5497
|
-
height
|
|
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("
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
|
|
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
|
-
})
|
|
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: "
|
|
5514
|
-
fill:
|
|
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,
|