@vtx/player 1.10.19 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bill-player/index.js +23 -21
- package/lib/bill-player/index.js.map +1 -1
- package/lib/components/download-tag/index.js +12 -10
- package/lib/components/download-tag/index.js.map +1 -1
- package/lib/components/set-tag-video/index.js +18 -16
- package/lib/components/set-tag-video/index.js.map +1 -1
- package/lib/components/tag-video/index.js +6 -2
- package/lib/components/tag-video/index.js.map +1 -1
- package/lib/components/video-scale/index.js +14 -12
- package/lib/components/video-scale/index.js.map +1 -1
- package/lib/controls/index.js +12 -7
- package/lib/controls/index.js.map +1 -1
- package/lib/history-control/index.js +16 -13
- package/lib/history-control/index.js.map +1 -1
- package/lib/history-control-v2/components/panel/VideoTable.js +18 -15
- package/lib/history-control-v2/components/panel/VideoTable.js.map +1 -1
- package/lib/history-control-v2/components/panel/index.js +12 -8
- package/lib/history-control-v2/components/panel/index.js.map +1 -1
- package/lib/history-player/index.js +3 -1
- package/lib/history-player/index.js.map +1 -1
- package/lib/hooks/useTranslation.d.ts +14 -0
- package/lib/hooks/useTranslation.js +204 -0
- package/lib/hooks/useTranslation.js.map +1 -0
- package/lib/icons/index.d.ts +36 -36
- package/lib/icons/index.js +60 -397
- package/lib/icons/index.js.map +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +37 -0
- package/lib/index.js.map +1 -1
- package/lib/live-control/index.js +8 -6
- package/lib/live-control/index.js.map +1 -1
- package/lib/live-player/index.js +5 -4
- package/lib/live-player/index.js.map +1 -1
- package/lib/locales/en.json +93 -0
- package/lib/locales/index.d.ts +20 -0
- package/lib/locales/index.js +114 -0
- package/lib/locales/index.js.map +1 -0
- package/lib/locales/zh-CN.json +93 -0
- package/lib/rsl/PlayerManager.js +2 -2
- package/lib/rsl/PlayerManager.js.map +1 -1
- package/package.json +1 -1
package/lib/icons/index.js
CHANGED
|
@@ -8,6 +8,7 @@ exports.VolumeSmallIcon = exports.VolumeMutedIcon = exports.VolumeLargeIcon = ex
|
|
|
8
8
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
9
|
require("./index.less");
|
|
10
10
|
var _icons = _interopRequireWildcard(require("@ant-design/icons"));
|
|
11
|
+
var _useTranslation = require("../hooks/useTranslation");
|
|
11
12
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
12
13
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
14
|
var PauseSvg = function PauseSvg() {
|
|
@@ -512,44 +513,30 @@ var GridSvg = function GridSvg() {
|
|
|
512
513
|
viewBox: "0 0 24 24"
|
|
513
514
|
}, {
|
|
514
515
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
515
|
-
id: "\u753B\u9762\u7EC4\u5408",
|
|
516
516
|
transform: "translate(-954.5 -98)"
|
|
517
517
|
}, {
|
|
518
518
|
children: [(0, _jsxRuntime.jsx)("rect", {
|
|
519
|
-
id: "\u77E9\u5F62_1109",
|
|
520
|
-
"data-name": "\u77E9\u5F62 1109",
|
|
521
519
|
width: "24",
|
|
522
520
|
height: "24",
|
|
523
521
|
transform: "translate(954.5 98)",
|
|
524
522
|
fill: "#40a9ff",
|
|
525
523
|
opacity: "0"
|
|
526
524
|
}), (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
527
|
-
id: "\u591A\u5BAB\u683C\u5207\u6362",
|
|
528
525
|
transform: "translate(-458 -507)"
|
|
529
526
|
}, {
|
|
530
527
|
children: [(0, _jsxRuntime.jsx)("path", {
|
|
531
|
-
id: "\u77E9\u5F62_1232",
|
|
532
|
-
"data-name": "\u77E9\u5F62 1232",
|
|
533
528
|
d: "M1,1V17H20V1H1M1,0H20a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
|
|
534
529
|
transform: "translate(1414 608)"
|
|
535
530
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
536
|
-
id: "\u76F4\u7EBF_112",
|
|
537
|
-
"data-name": "\u76F4\u7EBF 112",
|
|
538
531
|
d: "M9.826.5H0v-1H9.826Z",
|
|
539
532
|
transform: "translate(1414.702 617.125)"
|
|
540
533
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
541
|
-
id: "\u76F4\u7EBF_113",
|
|
542
|
-
"data-name": "\u76F4\u7EBF 113",
|
|
543
534
|
d: "M.5,16.845h-1V0h1Z",
|
|
544
535
|
transform: "translate(1424.528 608.702)"
|
|
545
536
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
546
|
-
id: "\u76F4\u7EBF_114",
|
|
547
|
-
"data-name": "\u76F4\u7EBF 114",
|
|
548
537
|
d: "M9.826.5H0v-1H9.826Z",
|
|
549
538
|
transform: "translate(1424.528 614.317)"
|
|
550
539
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
551
|
-
id: "\u76F4\u7EBF_115",
|
|
552
|
-
"data-name": "\u76F4\u7EBF 115",
|
|
553
540
|
d: "M9.826.5H0v-1H9.826Z",
|
|
554
541
|
transform: "translate(1424.528 619.932)"
|
|
555
542
|
})]
|
|
@@ -565,39 +552,27 @@ var OccupyingScreenSvg = function OccupyingScreenSvg() {
|
|
|
565
552
|
viewBox: "0 0 24 24"
|
|
566
553
|
}, {
|
|
567
554
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
568
|
-
id: "\u663E\u793A\u6A21\u5F0F",
|
|
569
555
|
transform: "translate(-954.5 -98)"
|
|
570
556
|
}, {
|
|
571
557
|
children: [(0, _jsxRuntime.jsx)("rect", {
|
|
572
|
-
id: "\u77E9\u5F62_1109",
|
|
573
|
-
"data-name": "\u77E9\u5F62 1109",
|
|
574
558
|
width: "24",
|
|
575
559
|
height: "24",
|
|
576
560
|
transform: "translate(954.5 98)",
|
|
577
561
|
fill: "#40a9ff",
|
|
578
562
|
opacity: "0"
|
|
579
563
|
}), (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
580
|
-
id: "\u6EE1\u753B\u9762",
|
|
581
564
|
transform: "translate(-871 -790)"
|
|
582
565
|
}, {
|
|
583
566
|
children: [(0, _jsxRuntime.jsx)("path", {
|
|
584
|
-
id: "\u77E9\u5F62_1373",
|
|
585
|
-
"data-name": "\u77E9\u5F62 1373",
|
|
586
567
|
d: "M1,1V17H20V1H1M1,0H20a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
|
|
587
568
|
transform: "translate(1827 891)"
|
|
588
569
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
589
|
-
id: "\u77E9\u5F62_1374",
|
|
590
|
-
"data-name": "\u77E9\u5F62 1374",
|
|
591
570
|
d: "M1,1V12H6V1H1M0,0H7V13H0Z",
|
|
592
571
|
transform: "translate(1834 893.5)"
|
|
593
572
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
594
|
-
id: "\u591A\u8FB9\u5F62_8",
|
|
595
|
-
"data-name": "\u591A\u8FB9\u5F62 8",
|
|
596
573
|
d: "M3.5,0,7,4H0Z",
|
|
597
574
|
transform: "translate(1829 903.5) rotate(-90)"
|
|
598
575
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
599
|
-
id: "\u591A\u8FB9\u5F62_9",
|
|
600
|
-
"data-name": "\u591A\u8FB9\u5F62 9",
|
|
601
576
|
d: "M3.5,0,7,4H0Z",
|
|
602
577
|
transform: "translate(1846 896.5) rotate(90)"
|
|
603
578
|
})]
|
|
@@ -613,108 +588,72 @@ var Grid4x4Svg = function Grid4x4Svg() {
|
|
|
613
588
|
viewBox: "0 0 23 18"
|
|
614
589
|
}, {
|
|
615
590
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
616
|
-
id: "_4x4",
|
|
617
|
-
"data-name": "4x4",
|
|
618
591
|
transform: "translate(-1582 -608)"
|
|
619
592
|
}, {
|
|
620
593
|
children: [(0, _jsxRuntime.jsx)("path", {
|
|
621
|
-
id: "\u77E9\u5F62_1249",
|
|
622
|
-
"data-name": "\u77E9\u5F62 1249",
|
|
623
594
|
d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
|
|
624
595
|
transform: "translate(1582 608)"
|
|
625
596
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
626
|
-
id: "\u77E9\u5F62_1250",
|
|
627
|
-
"data-name": "\u77E9\u5F62 1250",
|
|
628
597
|
width: "4",
|
|
629
598
|
height: "3",
|
|
630
599
|
transform: "translate(1584 610)"
|
|
631
600
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
632
|
-
id: "\u77E9\u5F62_1262",
|
|
633
|
-
"data-name": "\u77E9\u5F62 1262",
|
|
634
601
|
width: "4",
|
|
635
602
|
height: "2",
|
|
636
603
|
transform: "translate(1584 614)"
|
|
637
604
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
638
|
-
id: "\u77E9\u5F62_1255",
|
|
639
|
-
"data-name": "\u77E9\u5F62 1255",
|
|
640
605
|
width: "4",
|
|
641
606
|
height: "3",
|
|
642
607
|
transform: "translate(1584 617)"
|
|
643
608
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
644
|
-
id: "\u77E9\u5F62_1259",
|
|
645
|
-
"data-name": "\u77E9\u5F62 1259",
|
|
646
609
|
width: "4",
|
|
647
610
|
height: "3",
|
|
648
611
|
transform: "translate(1584 621)"
|
|
649
612
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
650
|
-
id: "\u77E9\u5F62_1251",
|
|
651
|
-
"data-name": "\u77E9\u5F62 1251",
|
|
652
613
|
width: "4",
|
|
653
614
|
height: "3",
|
|
654
615
|
transform: "translate(1589 610)"
|
|
655
616
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
656
|
-
id: "\u77E9\u5F62_1263",
|
|
657
|
-
"data-name": "\u77E9\u5F62 1263",
|
|
658
617
|
width: "4",
|
|
659
618
|
height: "2",
|
|
660
619
|
transform: "translate(1589 614)"
|
|
661
620
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
662
|
-
id: "\u77E9\u5F62_1256",
|
|
663
|
-
"data-name": "\u77E9\u5F62 1256",
|
|
664
621
|
width: "4",
|
|
665
622
|
height: "3",
|
|
666
623
|
transform: "translate(1589 617)"
|
|
667
624
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
668
|
-
id: "\u77E9\u5F62_1260",
|
|
669
|
-
"data-name": "\u77E9\u5F62 1260",
|
|
670
625
|
width: "4",
|
|
671
626
|
height: "3",
|
|
672
627
|
transform: "translate(1589 621)"
|
|
673
628
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
674
|
-
id: "\u77E9\u5F62_1252",
|
|
675
|
-
"data-name": "\u77E9\u5F62 1252",
|
|
676
629
|
width: "4",
|
|
677
630
|
height: "3",
|
|
678
631
|
transform: "translate(1594 610)"
|
|
679
632
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
680
|
-
id: "\u77E9\u5F62_1264",
|
|
681
|
-
"data-name": "\u77E9\u5F62 1264",
|
|
682
633
|
width: "4",
|
|
683
634
|
height: "2",
|
|
684
635
|
transform: "translate(1594 614)"
|
|
685
636
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
686
|
-
id: "\u77E9\u5F62_1257",
|
|
687
|
-
"data-name": "\u77E9\u5F62 1257",
|
|
688
637
|
width: "4",
|
|
689
638
|
height: "3",
|
|
690
639
|
transform: "translate(1594 617)"
|
|
691
640
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
692
|
-
id: "\u77E9\u5F62_1261",
|
|
693
|
-
"data-name": "\u77E9\u5F62 1261",
|
|
694
641
|
width: "4",
|
|
695
642
|
height: "3",
|
|
696
643
|
transform: "translate(1594 621)"
|
|
697
644
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
698
|
-
id: "\u77E9\u5F62_1253",
|
|
699
|
-
"data-name": "\u77E9\u5F62 1253",
|
|
700
645
|
width: "4",
|
|
701
646
|
height: "3",
|
|
702
647
|
transform: "translate(1599 610)"
|
|
703
648
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
704
|
-
id: "\u77E9\u5F62_1265",
|
|
705
|
-
"data-name": "\u77E9\u5F62 1265",
|
|
706
649
|
width: "4",
|
|
707
650
|
height: "2",
|
|
708
651
|
transform: "translate(1599 614)"
|
|
709
652
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
710
|
-
id: "\u77E9\u5F62_1254",
|
|
711
|
-
"data-name": "\u77E9\u5F62 1254",
|
|
712
653
|
width: "4",
|
|
713
654
|
height: "3",
|
|
714
655
|
transform: "translate(1599 617)"
|
|
715
656
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
716
|
-
id: "\u77E9\u5F62_1258",
|
|
717
|
-
"data-name": "\u77E9\u5F62 1258",
|
|
718
657
|
width: "4",
|
|
719
658
|
height: "3",
|
|
720
659
|
transform: "translate(1599 621)"
|
|
@@ -730,162 +669,108 @@ var Grid5x5Svg = function Grid5x5Svg() {
|
|
|
730
669
|
viewBox: "0 0 23 18"
|
|
731
670
|
}, {
|
|
732
671
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
733
|
-
id: "_5x5",
|
|
734
|
-
"data-name": "5x5",
|
|
735
672
|
transform: "translate(-1638 -608)"
|
|
736
673
|
}, {
|
|
737
674
|
children: [(0, _jsxRuntime.jsx)("path", {
|
|
738
|
-
id: "\u77E9\u5F62_1266",
|
|
739
|
-
"data-name": "\u77E9\u5F62 1266",
|
|
740
675
|
d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
|
|
741
676
|
transform: "translate(1638 608)"
|
|
742
677
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
743
|
-
id: "\u77E9\u5F62_1267",
|
|
744
|
-
"data-name": "\u77E9\u5F62 1267",
|
|
745
678
|
width: "3",
|
|
746
679
|
height: "2",
|
|
747
680
|
transform: "translate(1640 610)"
|
|
748
681
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
749
|
-
id: "\u77E9\u5F62_1276",
|
|
750
|
-
"data-name": "\u77E9\u5F62 1276",
|
|
751
682
|
width: "3",
|
|
752
683
|
height: "2",
|
|
753
684
|
transform: "translate(1640 613)"
|
|
754
685
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
755
|
-
id: "\u77E9\u5F62_1281",
|
|
756
|
-
"data-name": "\u77E9\u5F62 1281",
|
|
757
686
|
width: "3",
|
|
758
687
|
height: "2",
|
|
759
688
|
transform: "translate(1640 616)"
|
|
760
689
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
761
|
-
id: "\u77E9\u5F62_1286",
|
|
762
|
-
"data-name": "\u77E9\u5F62 1286",
|
|
763
690
|
width: "3",
|
|
764
691
|
height: "2",
|
|
765
692
|
transform: "translate(1640 619)"
|
|
766
693
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
767
|
-
id: "\u77E9\u5F62_1291",
|
|
768
|
-
"data-name": "\u77E9\u5F62 1291",
|
|
769
694
|
width: "3",
|
|
770
695
|
height: "2",
|
|
771
696
|
transform: "translate(1640 622)"
|
|
772
697
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
773
|
-
id: "\u77E9\u5F62_1268",
|
|
774
|
-
"data-name": "\u77E9\u5F62 1268",
|
|
775
698
|
width: "3",
|
|
776
699
|
height: "2",
|
|
777
700
|
transform: "translate(1644 610)"
|
|
778
701
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
779
|
-
id: "\u77E9\u5F62_1275",
|
|
780
|
-
"data-name": "\u77E9\u5F62 1275",
|
|
781
702
|
width: "3",
|
|
782
703
|
height: "2",
|
|
783
704
|
transform: "translate(1644 613)"
|
|
784
705
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
785
|
-
id: "\u77E9\u5F62_1280",
|
|
786
|
-
"data-name": "\u77E9\u5F62 1280",
|
|
787
706
|
width: "3",
|
|
788
707
|
height: "2",
|
|
789
708
|
transform: "translate(1644 616)"
|
|
790
709
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
791
|
-
id: "\u77E9\u5F62_1285",
|
|
792
|
-
"data-name": "\u77E9\u5F62 1285",
|
|
793
710
|
width: "3",
|
|
794
711
|
height: "2",
|
|
795
712
|
transform: "translate(1644 619)"
|
|
796
713
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
797
|
-
id: "\u77E9\u5F62_1290",
|
|
798
|
-
"data-name": "\u77E9\u5F62 1290",
|
|
799
714
|
width: "3",
|
|
800
715
|
height: "2",
|
|
801
716
|
transform: "translate(1644 622)"
|
|
802
717
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
803
|
-
id: "\u77E9\u5F62_1269",
|
|
804
|
-
"data-name": "\u77E9\u5F62 1269",
|
|
805
718
|
width: "3",
|
|
806
719
|
height: "2",
|
|
807
720
|
transform: "translate(1648 610)"
|
|
808
721
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
809
|
-
id: "\u77E9\u5F62_1274",
|
|
810
|
-
"data-name": "\u77E9\u5F62 1274",
|
|
811
722
|
width: "3",
|
|
812
723
|
height: "2",
|
|
813
724
|
transform: "translate(1648 613)"
|
|
814
725
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
815
|
-
id: "\u77E9\u5F62_1279",
|
|
816
|
-
"data-name": "\u77E9\u5F62 1279",
|
|
817
726
|
width: "3",
|
|
818
727
|
height: "2",
|
|
819
728
|
transform: "translate(1648 616)"
|
|
820
729
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
821
|
-
id: "\u77E9\u5F62_1284",
|
|
822
|
-
"data-name": "\u77E9\u5F62 1284",
|
|
823
730
|
width: "3",
|
|
824
731
|
height: "2",
|
|
825
732
|
transform: "translate(1648 619)"
|
|
826
733
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
827
|
-
id: "\u77E9\u5F62_1289",
|
|
828
|
-
"data-name": "\u77E9\u5F62 1289",
|
|
829
734
|
width: "3",
|
|
830
735
|
height: "2",
|
|
831
736
|
transform: "translate(1648 622)"
|
|
832
737
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
833
|
-
id: "\u77E9\u5F62_1270",
|
|
834
|
-
"data-name": "\u77E9\u5F62 1270",
|
|
835
738
|
width: "3",
|
|
836
739
|
height: "2",
|
|
837
740
|
transform: "translate(1652 610)"
|
|
838
741
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
839
|
-
id: "\u77E9\u5F62_1273",
|
|
840
|
-
"data-name": "\u77E9\u5F62 1273",
|
|
841
742
|
width: "3",
|
|
842
743
|
height: "2",
|
|
843
744
|
transform: "translate(1652 613)"
|
|
844
745
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
845
|
-
id: "\u77E9\u5F62_1278",
|
|
846
|
-
"data-name": "\u77E9\u5F62 1278",
|
|
847
746
|
width: "3",
|
|
848
747
|
height: "2",
|
|
849
748
|
transform: "translate(1652 616)"
|
|
850
749
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
851
|
-
id: "\u77E9\u5F62_1283",
|
|
852
|
-
"data-name": "\u77E9\u5F62 1283",
|
|
853
750
|
width: "3",
|
|
854
751
|
height: "2",
|
|
855
752
|
transform: "translate(1652 619)"
|
|
856
753
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
857
|
-
id: "\u77E9\u5F62_1288",
|
|
858
|
-
"data-name": "\u77E9\u5F62 1288",
|
|
859
754
|
width: "3",
|
|
860
755
|
height: "2",
|
|
861
756
|
transform: "translate(1652 622)"
|
|
862
757
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
863
|
-
id: "\u77E9\u5F62_1271",
|
|
864
|
-
"data-name": "\u77E9\u5F62 1271",
|
|
865
758
|
width: "3",
|
|
866
759
|
height: "2",
|
|
867
760
|
transform: "translate(1656 610)"
|
|
868
761
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
869
|
-
id: "\u77E9\u5F62_1272",
|
|
870
|
-
"data-name": "\u77E9\u5F62 1272",
|
|
871
762
|
width: "3",
|
|
872
763
|
height: "2",
|
|
873
764
|
transform: "translate(1656 613)"
|
|
874
765
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
875
|
-
id: "\u77E9\u5F62_1277",
|
|
876
|
-
"data-name": "\u77E9\u5F62 1277",
|
|
877
766
|
width: "3",
|
|
878
767
|
height: "2",
|
|
879
768
|
transform: "translate(1656 616)"
|
|
880
769
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
881
|
-
id: "\u77E9\u5F62_1282",
|
|
882
|
-
"data-name": "\u77E9\u5F62 1282",
|
|
883
770
|
width: "3",
|
|
884
771
|
height: "2",
|
|
885
772
|
transform: "translate(1656 619)"
|
|
886
773
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
887
|
-
id: "\u77E9\u5F62_1287",
|
|
888
|
-
"data-name": "\u77E9\u5F62 1287",
|
|
889
774
|
width: "3",
|
|
890
775
|
height: "2",
|
|
891
776
|
transform: "translate(1656 622)"
|
|
@@ -901,48 +786,32 @@ var Grid1x5Svg = function Grid1x5Svg() {
|
|
|
901
786
|
viewBox: "0 0 23 18"
|
|
902
787
|
}, {
|
|
903
788
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
904
|
-
id: "_1_5",
|
|
905
|
-
"data-name": "1+5",
|
|
906
789
|
transform: "translate(-1470 -664)"
|
|
907
790
|
}, {
|
|
908
791
|
children: [(0, _jsxRuntime.jsx)("path", {
|
|
909
|
-
id: "\u77E9\u5F62_1293",
|
|
910
|
-
"data-name": "\u77E9\u5F62 1293",
|
|
911
792
|
d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
|
|
912
793
|
transform: "translate(1470 664)"
|
|
913
794
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
914
|
-
id: "\u77E9\u5F62_1292",
|
|
915
|
-
"data-name": "\u77E9\u5F62 1292",
|
|
916
795
|
width: "13",
|
|
917
796
|
height: "9",
|
|
918
797
|
transform: "translate(1472 666)"
|
|
919
798
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
920
|
-
id: "\u77E9\u5F62_1294",
|
|
921
|
-
"data-name": "\u77E9\u5F62 1294",
|
|
922
799
|
width: "5",
|
|
923
800
|
height: "4",
|
|
924
801
|
transform: "translate(1486 666)"
|
|
925
802
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
926
|
-
id: "\u77E9\u5F62_1295",
|
|
927
|
-
"data-name": "\u77E9\u5F62 1295",
|
|
928
803
|
width: "5",
|
|
929
804
|
height: "4",
|
|
930
805
|
transform: "translate(1486 671)"
|
|
931
806
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
932
|
-
id: "\u77E9\u5F62_1296",
|
|
933
|
-
"data-name": "\u77E9\u5F62 1296",
|
|
934
807
|
width: "5",
|
|
935
808
|
height: "4",
|
|
936
809
|
transform: "translate(1486 676)"
|
|
937
810
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
938
|
-
id: "\u77E9\u5F62_1297",
|
|
939
|
-
"data-name": "\u77E9\u5F62 1297",
|
|
940
811
|
width: "6",
|
|
941
812
|
height: "4",
|
|
942
813
|
transform: "translate(1479 676)"
|
|
943
814
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
944
|
-
id: "\u77E9\u5F62_1298",
|
|
945
|
-
"data-name": "\u77E9\u5F62 1298",
|
|
946
815
|
width: "6",
|
|
947
816
|
height: "4",
|
|
948
817
|
transform: "translate(1472 676)"
|
|
@@ -958,60 +827,40 @@ var Grid1x7Svg = function Grid1x7Svg() {
|
|
|
958
827
|
viewBox: "0 0 23 18"
|
|
959
828
|
}, {
|
|
960
829
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
961
|
-
id: "_1_7",
|
|
962
|
-
"data-name": "1+7",
|
|
963
830
|
transform: "translate(-1526 -664)"
|
|
964
831
|
}, {
|
|
965
832
|
children: [(0, _jsxRuntime.jsx)("path", {
|
|
966
|
-
id: "\u77E9\u5F62_1299",
|
|
967
|
-
"data-name": "\u77E9\u5F62 1299",
|
|
968
833
|
d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
|
|
969
834
|
transform: "translate(1526 664)"
|
|
970
835
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
971
|
-
id: "\u77E9\u5F62_1300",
|
|
972
|
-
"data-name": "\u77E9\u5F62 1300",
|
|
973
836
|
width: "14",
|
|
974
837
|
height: "10",
|
|
975
838
|
transform: "translate(1528 666)"
|
|
976
839
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
977
|
-
id: "\u77E9\u5F62_1301",
|
|
978
|
-
"data-name": "\u77E9\u5F62 1301",
|
|
979
840
|
width: "4",
|
|
980
841
|
height: "3",
|
|
981
842
|
transform: "translate(1543 666)"
|
|
982
843
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
983
|
-
id: "\u77E9\u5F62_1302",
|
|
984
|
-
"data-name": "\u77E9\u5F62 1302",
|
|
985
844
|
width: "4",
|
|
986
845
|
height: "2",
|
|
987
846
|
transform: "translate(1543 670)"
|
|
988
847
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
989
|
-
id: "\u77E9\u5F62_1303",
|
|
990
|
-
"data-name": "\u77E9\u5F62 1303",
|
|
991
848
|
width: "4",
|
|
992
849
|
height: "3",
|
|
993
850
|
transform: "translate(1543 673)"
|
|
994
851
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
995
|
-
id: "\u77E9\u5F62_1304",
|
|
996
|
-
"data-name": "\u77E9\u5F62 1304",
|
|
997
852
|
width: "4",
|
|
998
853
|
height: "3",
|
|
999
854
|
transform: "translate(1543 677)"
|
|
1000
855
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1001
|
-
id: "\u77E9\u5F62_1305",
|
|
1002
|
-
"data-name": "\u77E9\u5F62 1305",
|
|
1003
856
|
width: "4",
|
|
1004
857
|
height: "3",
|
|
1005
858
|
transform: "translate(1538 677)"
|
|
1006
859
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1007
|
-
id: "\u77E9\u5F62_1306",
|
|
1008
|
-
"data-name": "\u77E9\u5F62 1306",
|
|
1009
860
|
width: "4",
|
|
1010
861
|
height: "3",
|
|
1011
862
|
transform: "translate(1533 677)"
|
|
1012
863
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1013
|
-
id: "\u77E9\u5F62_1307",
|
|
1014
|
-
"data-name": "\u77E9\u5F62 1307",
|
|
1015
864
|
width: "4",
|
|
1016
865
|
height: "3",
|
|
1017
866
|
transform: "translate(1528 677)"
|
|
@@ -1027,72 +876,48 @@ var Grid1x9Svg = function Grid1x9Svg() {
|
|
|
1027
876
|
viewBox: "0 0 23 18"
|
|
1028
877
|
}, {
|
|
1029
878
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
1030
|
-
id: "_1_9",
|
|
1031
|
-
"data-name": "1+9",
|
|
1032
879
|
transform: "translate(-1638 -664)"
|
|
1033
880
|
}, {
|
|
1034
881
|
children: [(0, _jsxRuntime.jsx)("path", {
|
|
1035
|
-
id: "\u77E9\u5F62_1308",
|
|
1036
|
-
"data-name": "\u77E9\u5F62 1308",
|
|
1037
882
|
d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
|
|
1038
883
|
transform: "translate(1638 664)"
|
|
1039
884
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1040
|
-
id: "\u77E9\u5F62_1309",
|
|
1041
|
-
"data-name": "\u77E9\u5F62 1309",
|
|
1042
885
|
width: "14",
|
|
1043
886
|
height: "8",
|
|
1044
887
|
transform: "translate(1640 666)"
|
|
1045
888
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1046
|
-
id: "\u77E9\u5F62_1310",
|
|
1047
|
-
"data-name": "\u77E9\u5F62 1310",
|
|
1048
889
|
width: "4",
|
|
1049
890
|
height: "2",
|
|
1050
891
|
transform: "translate(1655 669)"
|
|
1051
892
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1052
|
-
id: "\u77E9\u5F62_2011",
|
|
1053
|
-
"data-name": "\u77E9\u5F62 2011",
|
|
1054
893
|
width: "4",
|
|
1055
894
|
height: "2",
|
|
1056
895
|
transform: "translate(1655 666)"
|
|
1057
896
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1058
|
-
id: "\u77E9\u5F62_1311",
|
|
1059
|
-
"data-name": "\u77E9\u5F62 1311",
|
|
1060
897
|
width: "4",
|
|
1061
898
|
height: "2",
|
|
1062
899
|
transform: "translate(1655 672)"
|
|
1063
900
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1064
|
-
id: "\u77E9\u5F62_1312",
|
|
1065
|
-
"data-name": "\u77E9\u5F62 1312",
|
|
1066
901
|
width: "4",
|
|
1067
902
|
height: "2",
|
|
1068
903
|
transform: "translate(1655 675)"
|
|
1069
904
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1070
|
-
id: "\u77E9\u5F62_2006",
|
|
1071
|
-
"data-name": "\u77E9\u5F62 2006",
|
|
1072
905
|
width: "7",
|
|
1073
906
|
height: "2",
|
|
1074
907
|
transform: "translate(1647 675)"
|
|
1075
908
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1076
|
-
id: "\u77E9\u5F62_2008",
|
|
1077
|
-
"data-name": "\u77E9\u5F62 2008",
|
|
1078
909
|
width: "6",
|
|
1079
910
|
height: "2",
|
|
1080
911
|
transform: "translate(1640 675)"
|
|
1081
912
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1082
|
-
id: "\u77E9\u5F62_1313",
|
|
1083
|
-
"data-name": "\u77E9\u5F62 1313",
|
|
1084
913
|
width: "4",
|
|
1085
914
|
height: "2",
|
|
1086
915
|
transform: "translate(1655 678)"
|
|
1087
916
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1088
|
-
id: "\u77E9\u5F62_1314",
|
|
1089
|
-
"data-name": "\u77E9\u5F62 1314",
|
|
1090
917
|
width: "7",
|
|
1091
918
|
height: "2",
|
|
1092
919
|
transform: "translate(1647 678)"
|
|
1093
920
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1094
|
-
id: "\u77E9\u5F62_1316",
|
|
1095
|
-
"data-name": "\u77E9\u5F62 1316",
|
|
1096
921
|
width: "6",
|
|
1097
922
|
height: "2",
|
|
1098
923
|
transform: "translate(1640 678)"
|
|
@@ -1108,90 +933,60 @@ var Grid1x12Svg = function Grid1x12Svg() {
|
|
|
1108
933
|
viewBox: "0 0 23 18"
|
|
1109
934
|
}, {
|
|
1110
935
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
1111
|
-
id: "_1_12",
|
|
1112
|
-
"data-name": "1+12",
|
|
1113
936
|
transform: "translate(-1638 -664)"
|
|
1114
937
|
}, {
|
|
1115
938
|
children: [(0, _jsxRuntime.jsx)("path", {
|
|
1116
|
-
id: "\u77E9\u5F62_1308",
|
|
1117
|
-
"data-name": "\u77E9\u5F62 1308",
|
|
1118
939
|
d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
|
|
1119
940
|
transform: "translate(1638 664)"
|
|
1120
941
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1121
|
-
id: "\u77E9\u5F62_1309",
|
|
1122
|
-
"data-name": "\u77E9\u5F62 1309",
|
|
1123
942
|
width: "9",
|
|
1124
943
|
height: "7",
|
|
1125
944
|
transform: "translate(1640 666)"
|
|
1126
945
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1127
|
-
id: "\u77E9\u5F62_1310",
|
|
1128
|
-
"data-name": "\u77E9\u5F62 1310",
|
|
1129
946
|
width: "4",
|
|
1130
947
|
height: "3",
|
|
1131
948
|
transform: "translate(1655 666)"
|
|
1132
949
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1133
|
-
id: "\u77E9\u5F62_2010",
|
|
1134
|
-
"data-name": "\u77E9\u5F62 2010",
|
|
1135
950
|
width: "4",
|
|
1136
951
|
height: "3",
|
|
1137
952
|
transform: "translate(1650 666)"
|
|
1138
953
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1139
|
-
id: "\u77E9\u5F62_1311",
|
|
1140
|
-
"data-name": "\u77E9\u5F62 1311",
|
|
1141
954
|
width: "4",
|
|
1142
955
|
height: "3",
|
|
1143
956
|
transform: "translate(1655 670)"
|
|
1144
957
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1145
|
-
id: "\u77E9\u5F62_2009",
|
|
1146
|
-
"data-name": "\u77E9\u5F62 2009",
|
|
1147
958
|
width: "4",
|
|
1148
959
|
height: "3",
|
|
1149
960
|
transform: "translate(1650 670)"
|
|
1150
961
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1151
|
-
id: "\u77E9\u5F62_1312",
|
|
1152
|
-
"data-name": "\u77E9\u5F62 1312",
|
|
1153
962
|
width: "4",
|
|
1154
963
|
height: "2",
|
|
1155
964
|
transform: "translate(1655 674)"
|
|
1156
965
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1157
|
-
id: "\u77E9\u5F62_2006",
|
|
1158
|
-
"data-name": "\u77E9\u5F62 2006",
|
|
1159
966
|
width: "4",
|
|
1160
967
|
height: "2",
|
|
1161
968
|
transform: "translate(1650 674)"
|
|
1162
969
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1163
|
-
id: "\u77E9\u5F62_2007",
|
|
1164
|
-
"data-name": "\u77E9\u5F62 2007",
|
|
1165
970
|
width: "4",
|
|
1166
971
|
height: "2",
|
|
1167
972
|
transform: "translate(1645 674)"
|
|
1168
973
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1169
|
-
id: "\u77E9\u5F62_2008",
|
|
1170
|
-
"data-name": "\u77E9\u5F62 2008",
|
|
1171
974
|
width: "4",
|
|
1172
975
|
height: "2",
|
|
1173
976
|
transform: "translate(1640 674)"
|
|
1174
977
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1175
|
-
id: "\u77E9\u5F62_1313",
|
|
1176
|
-
"data-name": "\u77E9\u5F62 1313",
|
|
1177
978
|
width: "4",
|
|
1178
979
|
height: "3",
|
|
1179
980
|
transform: "translate(1655 677)"
|
|
1180
981
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1181
|
-
id: "\u77E9\u5F62_1314",
|
|
1182
|
-
"data-name": "\u77E9\u5F62 1314",
|
|
1183
982
|
width: "4",
|
|
1184
983
|
height: "3",
|
|
1185
984
|
transform: "translate(1650 677)"
|
|
1186
985
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1187
|
-
id: "\u77E9\u5F62_1315",
|
|
1188
|
-
"data-name": "\u77E9\u5F62 1315",
|
|
1189
986
|
width: "4",
|
|
1190
987
|
height: "3",
|
|
1191
988
|
transform: "translate(1645 677)"
|
|
1192
989
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1193
|
-
id: "\u77E9\u5F62_1316",
|
|
1194
|
-
"data-name": "\u77E9\u5F62 1316",
|
|
1195
990
|
width: "4",
|
|
1196
991
|
height: "3",
|
|
1197
992
|
transform: "translate(1640 677)"
|
|
@@ -1207,96 +1002,64 @@ var Grid1x13Svg = function Grid1x13Svg() {
|
|
|
1207
1002
|
viewBox: "0 0 23 18"
|
|
1208
1003
|
}, {
|
|
1209
1004
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
1210
|
-
id: "_1_13",
|
|
1211
|
-
"data-name": "1+13",
|
|
1212
1005
|
transform: "translate(-1638 -664)"
|
|
1213
1006
|
}, {
|
|
1214
1007
|
children: [(0, _jsxRuntime.jsx)("path", {
|
|
1215
|
-
id: "\u77E9\u5F62_1308",
|
|
1216
|
-
"data-name": "\u77E9\u5F62 1308",
|
|
1217
1008
|
d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
|
|
1218
1009
|
transform: "translate(1638 664)"
|
|
1219
1010
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1220
|
-
id: "\u77E9\u5F62_1309",
|
|
1221
|
-
"data-name": "\u77E9\u5F62 1309",
|
|
1222
1011
|
width: "9",
|
|
1223
1012
|
height: "8",
|
|
1224
1013
|
transform: "translate(1640 666)"
|
|
1225
1014
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1226
|
-
id: "\u77E9\u5F62_1310",
|
|
1227
|
-
"data-name": "\u77E9\u5F62 1310",
|
|
1228
1015
|
width: "4",
|
|
1229
1016
|
height: "2",
|
|
1230
1017
|
transform: "translate(1655 669)"
|
|
1231
1018
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1232
|
-
id: "\u77E9\u5F62_2013",
|
|
1233
|
-
"data-name": "\u77E9\u5F62 2013",
|
|
1234
1019
|
width: "4",
|
|
1235
1020
|
height: "2",
|
|
1236
1021
|
transform: "translate(1650 669)"
|
|
1237
1022
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1238
|
-
id: "\u77E9\u5F62_2014",
|
|
1239
|
-
"data-name": "\u77E9\u5F62 2014",
|
|
1240
1023
|
width: "4",
|
|
1241
1024
|
height: "2",
|
|
1242
1025
|
transform: "translate(1650 672)"
|
|
1243
1026
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1244
|
-
id: "\u77E9\u5F62_2012",
|
|
1245
|
-
"data-name": "\u77E9\u5F62 2012",
|
|
1246
1027
|
width: "9",
|
|
1247
1028
|
height: "2",
|
|
1248
1029
|
transform: "translate(1650 666)"
|
|
1249
1030
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1250
|
-
id: "\u77E9\u5F62_1311",
|
|
1251
|
-
"data-name": "\u77E9\u5F62 1311",
|
|
1252
1031
|
width: "4",
|
|
1253
1032
|
height: "2",
|
|
1254
1033
|
transform: "translate(1655 672)"
|
|
1255
1034
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1256
|
-
id: "\u77E9\u5F62_1312",
|
|
1257
|
-
"data-name": "\u77E9\u5F62 1312",
|
|
1258
1035
|
width: "4",
|
|
1259
1036
|
height: "2",
|
|
1260
1037
|
transform: "translate(1655 675)"
|
|
1261
1038
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1262
|
-
id: "\u77E9\u5F62_2006",
|
|
1263
|
-
"data-name": "\u77E9\u5F62 2006",
|
|
1264
1039
|
width: "4",
|
|
1265
1040
|
height: "2",
|
|
1266
1041
|
transform: "translate(1650 675)"
|
|
1267
1042
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1268
|
-
id: "\u77E9\u5F62_2007",
|
|
1269
|
-
"data-name": "\u77E9\u5F62 2007",
|
|
1270
1043
|
width: "4",
|
|
1271
1044
|
height: "2",
|
|
1272
1045
|
transform: "translate(1645 675)"
|
|
1273
1046
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1274
|
-
id: "\u77E9\u5F62_2008",
|
|
1275
|
-
"data-name": "\u77E9\u5F62 2008",
|
|
1276
1047
|
width: "4",
|
|
1277
1048
|
height: "2",
|
|
1278
1049
|
transform: "translate(1640 675)"
|
|
1279
1050
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1280
|
-
id: "\u77E9\u5F62_1313",
|
|
1281
|
-
"data-name": "\u77E9\u5F62 1313",
|
|
1282
1051
|
width: "4",
|
|
1283
1052
|
height: "2",
|
|
1284
1053
|
transform: "translate(1655 678)"
|
|
1285
1054
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1286
|
-
id: "\u77E9\u5F62_1314",
|
|
1287
|
-
"data-name": "\u77E9\u5F62 1314",
|
|
1288
1055
|
width: "4",
|
|
1289
1056
|
height: "2",
|
|
1290
1057
|
transform: "translate(1650 678)"
|
|
1291
1058
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1292
|
-
id: "\u77E9\u5F62_1315",
|
|
1293
|
-
"data-name": "\u77E9\u5F62 1315",
|
|
1294
1059
|
width: "4",
|
|
1295
1060
|
height: "2",
|
|
1296
1061
|
transform: "translate(1645 678)"
|
|
1297
1062
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1298
|
-
id: "\u77E9\u5F62_1316",
|
|
1299
|
-
"data-name": "\u77E9\u5F62 1316",
|
|
1300
1063
|
width: "4",
|
|
1301
1064
|
height: "2",
|
|
1302
1065
|
transform: "translate(1640 678)"
|
|
@@ -1312,114 +1075,76 @@ var Grid1x16Svg = function Grid1x16Svg() {
|
|
|
1312
1075
|
viewBox: "0 0 23 18"
|
|
1313
1076
|
}, {
|
|
1314
1077
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
1315
|
-
id: "_1_16",
|
|
1316
|
-
"data-name": "1+16",
|
|
1317
1078
|
transform: "translate(-1694 -664)"
|
|
1318
1079
|
}, {
|
|
1319
1080
|
children: [(0, _jsxRuntime.jsx)("path", {
|
|
1320
|
-
id: "\u77E9\u5F62_1318",
|
|
1321
|
-
"data-name": "\u77E9\u5F62 1318",
|
|
1322
1081
|
d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
|
|
1323
1082
|
transform: "translate(1694 664)"
|
|
1324
1083
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1325
|
-
id: "\u77E9\u5F62_1317",
|
|
1326
|
-
"data-name": "\u77E9\u5F62 1317",
|
|
1327
1084
|
width: "11",
|
|
1328
1085
|
height: "8",
|
|
1329
1086
|
transform: "translate(1696 666)"
|
|
1330
1087
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1331
|
-
id: "\u77E9\u5F62_1319",
|
|
1332
|
-
"data-name": "\u77E9\u5F62 1319",
|
|
1333
1088
|
width: "3",
|
|
1334
1089
|
height: "2",
|
|
1335
1090
|
transform: "translate(1708 666)"
|
|
1336
1091
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1337
|
-
id: "\u77E9\u5F62_1322",
|
|
1338
|
-
"data-name": "\u77E9\u5F62 1322",
|
|
1339
1092
|
width: "3",
|
|
1340
1093
|
height: "2",
|
|
1341
1094
|
transform: "translate(1708 669)"
|
|
1342
1095
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1343
|
-
id: "\u77E9\u5F62_1324",
|
|
1344
|
-
"data-name": "\u77E9\u5F62 1324",
|
|
1345
1096
|
width: "3",
|
|
1346
1097
|
height: "2",
|
|
1347
1098
|
transform: "translate(1708 672)"
|
|
1348
1099
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1349
|
-
id: "\u77E9\u5F62_1326",
|
|
1350
|
-
"data-name": "\u77E9\u5F62 1326",
|
|
1351
1100
|
width: "3",
|
|
1352
1101
|
height: "2",
|
|
1353
1102
|
transform: "translate(1708 675)"
|
|
1354
1103
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1355
|
-
id: "\u77E9\u5F62_1328",
|
|
1356
|
-
"data-name": "\u77E9\u5F62 1328",
|
|
1357
1104
|
width: "3",
|
|
1358
1105
|
height: "2",
|
|
1359
1106
|
transform: "translate(1708 678)"
|
|
1360
1107
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1361
|
-
id: "\u77E9\u5F62_1330",
|
|
1362
|
-
"data-name": "\u77E9\u5F62 1330",
|
|
1363
1108
|
width: "3",
|
|
1364
1109
|
height: "2",
|
|
1365
1110
|
transform: "translate(1700 678)"
|
|
1366
1111
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1367
|
-
id: "\u77E9\u5F62_1332",
|
|
1368
|
-
"data-name": "\u77E9\u5F62 1332",
|
|
1369
1112
|
width: "3",
|
|
1370
1113
|
height: "2",
|
|
1371
1114
|
transform: "translate(1700 675)"
|
|
1372
1115
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1373
|
-
id: "\u77E9\u5F62_1333",
|
|
1374
|
-
"data-name": "\u77E9\u5F62 1333",
|
|
1375
1116
|
width: "3",
|
|
1376
1117
|
height: "2",
|
|
1377
1118
|
transform: "translate(1696 675)"
|
|
1378
1119
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1379
|
-
id: "\u77E9\u5F62_1334",
|
|
1380
|
-
"data-name": "\u77E9\u5F62 1334",
|
|
1381
1120
|
width: "3",
|
|
1382
1121
|
height: "2",
|
|
1383
1122
|
transform: "translate(1696 678)"
|
|
1384
1123
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1385
|
-
id: "\u77E9\u5F62_1320",
|
|
1386
|
-
"data-name": "\u77E9\u5F62 1320",
|
|
1387
1124
|
width: "3",
|
|
1388
1125
|
height: "2",
|
|
1389
1126
|
transform: "translate(1712 666)"
|
|
1390
1127
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1391
|
-
id: "\u77E9\u5F62_1321",
|
|
1392
|
-
"data-name": "\u77E9\u5F62 1321",
|
|
1393
1128
|
width: "3",
|
|
1394
1129
|
height: "2",
|
|
1395
1130
|
transform: "translate(1712 669)"
|
|
1396
1131
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1397
|
-
id: "\u77E9\u5F62_1323",
|
|
1398
|
-
"data-name": "\u77E9\u5F62 1323",
|
|
1399
1132
|
width: "3",
|
|
1400
1133
|
height: "2",
|
|
1401
1134
|
transform: "translate(1712 672)"
|
|
1402
1135
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1403
|
-
id: "\u77E9\u5F62_1325",
|
|
1404
|
-
"data-name": "\u77E9\u5F62 1325",
|
|
1405
1136
|
width: "3",
|
|
1406
1137
|
height: "2",
|
|
1407
1138
|
transform: "translate(1712 675)"
|
|
1408
1139
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1409
|
-
id: "\u77E9\u5F62_1327",
|
|
1410
|
-
"data-name": "\u77E9\u5F62 1327",
|
|
1411
1140
|
width: "3",
|
|
1412
1141
|
height: "2",
|
|
1413
1142
|
transform: "translate(1712 678)"
|
|
1414
1143
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1415
|
-
id: "\u77E9\u5F62_1329",
|
|
1416
|
-
"data-name": "\u77E9\u5F62 1329",
|
|
1417
1144
|
width: "3",
|
|
1418
1145
|
height: "2",
|
|
1419
1146
|
transform: "translate(1704 678)"
|
|
1420
1147
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1421
|
-
id: "\u77E9\u5F62_1331",
|
|
1422
|
-
"data-name": "\u77E9\u5F62 1331",
|
|
1423
1148
|
width: "3",
|
|
1424
1149
|
height: "2",
|
|
1425
1150
|
transform: "translate(1704 675)"
|
|
@@ -1435,144 +1160,96 @@ var Grid1x21Svg = function Grid1x21Svg() {
|
|
|
1435
1160
|
viewBox: "0 0 23 18"
|
|
1436
1161
|
}, {
|
|
1437
1162
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
1438
|
-
id: "_1_21",
|
|
1439
|
-
"data-name": "1+21",
|
|
1440
1163
|
transform: "translate(-1526 -720)"
|
|
1441
1164
|
}, {
|
|
1442
1165
|
children: [(0, _jsxRuntime.jsx)("path", {
|
|
1443
|
-
id: "\u77E9\u5F62_1345",
|
|
1444
|
-
"data-name": "\u77E9\u5F62 1345",
|
|
1445
1166
|
d: "M1,1V17H22V1H1M1,0H22a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H1a1,1,0,0,1-1-1V1A1,1,0,0,1,1,0Z",
|
|
1446
1167
|
transform: "translate(1526 720)"
|
|
1447
1168
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1448
|
-
id: "\u77E9\u5F62_1346",
|
|
1449
|
-
"data-name": "\u77E9\u5F62 1346",
|
|
1450
1169
|
width: "7",
|
|
1451
1170
|
height: "5",
|
|
1452
1171
|
transform: "translate(1528 722)"
|
|
1453
1172
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1454
|
-
id: "\u77E9\u5F62_1347",
|
|
1455
|
-
"data-name": "\u77E9\u5F62 1347",
|
|
1456
1173
|
width: "3",
|
|
1457
1174
|
height: "2",
|
|
1458
1175
|
transform: "translate(1536 731)"
|
|
1459
1176
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1460
|
-
id: "\u77E9\u5F62_1363",
|
|
1461
|
-
"data-name": "\u77E9\u5F62 1363",
|
|
1462
1177
|
width: "3",
|
|
1463
1178
|
height: "2",
|
|
1464
1179
|
transform: "translate(1532 731)"
|
|
1465
1180
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1466
|
-
id: "\u77E9\u5F62_1371",
|
|
1467
|
-
"data-name": "\u77E9\u5F62 1371",
|
|
1468
1181
|
width: "3",
|
|
1469
1182
|
height: "2",
|
|
1470
1183
|
transform: "translate(1532 728)"
|
|
1471
1184
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1472
|
-
id: "\u77E9\u5F62_1366",
|
|
1473
|
-
"data-name": "\u77E9\u5F62 1366",
|
|
1474
1185
|
width: "3",
|
|
1475
1186
|
height: "2",
|
|
1476
1187
|
transform: "translate(1528 731)"
|
|
1477
1188
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1478
|
-
id: "\u77E9\u5F62_1372",
|
|
1479
|
-
"data-name": "\u77E9\u5F62 1372",
|
|
1480
1189
|
width: "3",
|
|
1481
1190
|
height: "2",
|
|
1482
1191
|
transform: "translate(1528 728)"
|
|
1483
1192
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1484
|
-
id: "\u77E9\u5F62_1348",
|
|
1485
|
-
"data-name": "\u77E9\u5F62 1348",
|
|
1486
1193
|
width: "3",
|
|
1487
1194
|
height: "2",
|
|
1488
1195
|
transform: "translate(1536 734)"
|
|
1489
1196
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1490
|
-
id: "\u77E9\u5F62_1364",
|
|
1491
|
-
"data-name": "\u77E9\u5F62 1364",
|
|
1492
1197
|
width: "3",
|
|
1493
1198
|
height: "2",
|
|
1494
1199
|
transform: "translate(1532 734)"
|
|
1495
1200
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1496
|
-
id: "\u77E9\u5F62_1367",
|
|
1497
|
-
"data-name": "\u77E9\u5F62 1367",
|
|
1498
1201
|
width: "3",
|
|
1499
1202
|
height: "2",
|
|
1500
1203
|
transform: "translate(1528 734)"
|
|
1501
1204
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1502
|
-
id: "\u77E9\u5F62_1349",
|
|
1503
|
-
"data-name": "\u77E9\u5F62 1349",
|
|
1504
1205
|
width: "3",
|
|
1505
1206
|
height: "2",
|
|
1506
1207
|
transform: "translate(1540 734)"
|
|
1507
1208
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1508
|
-
id: "\u77E9\u5F62_1356",
|
|
1509
|
-
"data-name": "\u77E9\u5F62 1356",
|
|
1510
1209
|
width: "3",
|
|
1511
1210
|
height: "2",
|
|
1512
1211
|
transform: "translate(1540 728)"
|
|
1513
1212
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1514
|
-
id: "\u77E9\u5F62_1368",
|
|
1515
|
-
"data-name": "\u77E9\u5F62 1368",
|
|
1516
1213
|
width: "3",
|
|
1517
1214
|
height: "2",
|
|
1518
1215
|
transform: "translate(1536 728)"
|
|
1519
1216
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1520
|
-
id: "\u77E9\u5F62_1350",
|
|
1521
|
-
"data-name": "\u77E9\u5F62 1350",
|
|
1522
1217
|
width: "3",
|
|
1523
1218
|
height: "2",
|
|
1524
1219
|
transform: "translate(1540 731)"
|
|
1525
1220
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1526
|
-
id: "\u77E9\u5F62_1353",
|
|
1527
|
-
"data-name": "\u77E9\u5F62 1353",
|
|
1528
1221
|
width: "3",
|
|
1529
1222
|
height: "2",
|
|
1530
1223
|
transform: "translate(1540 725)"
|
|
1531
1224
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1532
|
-
id: "\u77E9\u5F62_1369",
|
|
1533
|
-
"data-name": "\u77E9\u5F62 1369",
|
|
1534
1225
|
width: "3",
|
|
1535
1226
|
height: "2",
|
|
1536
1227
|
transform: "translate(1536 725)"
|
|
1537
1228
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1538
|
-
id: "\u77E9\u5F62_1359",
|
|
1539
|
-
"data-name": "\u77E9\u5F62 1359",
|
|
1540
1229
|
width: "3",
|
|
1541
1230
|
height: "2",
|
|
1542
1231
|
transform: "translate(1540 722)"
|
|
1543
1232
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1544
|
-
id: "\u77E9\u5F62_1370",
|
|
1545
|
-
"data-name": "\u77E9\u5F62 1370",
|
|
1546
1233
|
width: "3",
|
|
1547
1234
|
height: "2",
|
|
1548
1235
|
transform: "translate(1536 722)"
|
|
1549
1236
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1550
|
-
id: "\u77E9\u5F62_1351",
|
|
1551
|
-
"data-name": "\u77E9\u5F62 1351",
|
|
1552
1237
|
width: "3",
|
|
1553
1238
|
height: "2",
|
|
1554
1239
|
transform: "translate(1544 731)"
|
|
1555
1240
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1556
|
-
id: "\u77E9\u5F62_1358",
|
|
1557
|
-
"data-name": "\u77E9\u5F62 1358",
|
|
1558
1241
|
width: "3",
|
|
1559
1242
|
height: "2",
|
|
1560
1243
|
transform: "translate(1544 725)"
|
|
1561
1244
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1562
|
-
id: "\u77E9\u5F62_1361",
|
|
1563
|
-
"data-name": "\u77E9\u5F62 1361",
|
|
1564
1245
|
width: "3",
|
|
1565
1246
|
height: "2",
|
|
1566
1247
|
transform: "translate(1544 722)"
|
|
1567
1248
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1568
|
-
id: "\u77E9\u5F62_1352",
|
|
1569
|
-
"data-name": "\u77E9\u5F62 1352",
|
|
1570
1249
|
width: "3",
|
|
1571
1250
|
height: "2",
|
|
1572
1251
|
transform: "translate(1544 734)"
|
|
1573
1252
|
}), (0, _jsxRuntime.jsx)("rect", {
|
|
1574
|
-
id: "\u77E9\u5F62_1357",
|
|
1575
|
-
"data-name": "\u77E9\u5F62 1357",
|
|
1576
1253
|
width: "3",
|
|
1577
1254
|
height: "2",
|
|
1578
1255
|
transform: "translate(1544 728)"
|
|
@@ -1588,19 +1265,15 @@ var TagSvg = function TagSvg() {
|
|
|
1588
1265
|
viewBox: "0 0 16 16"
|
|
1589
1266
|
}, {
|
|
1590
1267
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
1591
|
-
id: "\u6807\u7B7E",
|
|
1592
1268
|
transform: "translate(-21 -5)"
|
|
1593
1269
|
}, {
|
|
1594
1270
|
children: [(0, _jsxRuntime.jsx)("rect", {
|
|
1595
|
-
id: "\u5E95",
|
|
1596
1271
|
width: "16",
|
|
1597
1272
|
height: "16",
|
|
1598
1273
|
transform: "translate(21 5)",
|
|
1599
1274
|
fill: "#fff",
|
|
1600
1275
|
opacity: "0"
|
|
1601
1276
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
1602
|
-
id: "\u8DEF\u5F84_483",
|
|
1603
|
-
"data-name": "\u8DEF\u5F84 483",
|
|
1604
1277
|
d: "M75.859,64.709A1.345,1.345,0,0,1,77.2,66.05v3.133a3.731,3.731,0,0,1-.95,2.291l-5.342,5.342a1.344,1.344,0,0,1-1.9,0L65.094,72.9a1.346,1.346,0,0,1,0-1.9l5.342-5.342a3.73,3.73,0,0,1,2.291-.949Zm-1.782,4.464a1.339,1.339,0,1,0-1.339-1.339,1.339,1.339,0,0,0,1.339,1.339Zm0,0",
|
|
1605
1278
|
transform: "translate(-41.953 -57.958)"
|
|
1606
1279
|
})]
|
|
@@ -1615,17 +1288,12 @@ var PlayVideoBlueSvg = function PlayVideoBlueSvg() {
|
|
|
1615
1288
|
viewBox: "0 0 16 16"
|
|
1616
1289
|
}, {
|
|
1617
1290
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
1618
|
-
id: "\u64AD\u653E\u89C6\u9891",
|
|
1619
1291
|
transform: "translate(-139.199 -82)"
|
|
1620
1292
|
}, {
|
|
1621
1293
|
children: [(0, _jsxRuntime.jsx)("path", {
|
|
1622
|
-
id: "\u8DEF\u5F84_486",
|
|
1623
|
-
"data-name": "\u8DEF\u5F84 486",
|
|
1624
1294
|
d: "M439.981,351.3l-3.19,1.842a.994.994,0,0,1-1.491-.861V348.6a1,1,0,0,1,1.491-.861l3.19,1.842A1,1,0,0,1,439.981,351.3Z",
|
|
1625
1295
|
transform: "translate(-290.182 -260.305)"
|
|
1626
1296
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
1627
|
-
id: "\u8DEF\u5F84_487",
|
|
1628
|
-
"data-name": "\u8DEF\u5F84 487",
|
|
1629
1297
|
d: "M147.2,98a8,8,0,1,1,8-8A8.009,8.009,0,0,1,147.2,98Zm0-14.966A6.967,6.967,0,1,0,154.167,90,6.974,6.974,0,0,0,147.2,83.033Z"
|
|
1630
1298
|
})]
|
|
1631
1299
|
}))
|
|
@@ -1639,20 +1307,15 @@ var SetTagSvg = function SetTagSvg() {
|
|
|
1639
1307
|
viewBox: "0 0 24 24"
|
|
1640
1308
|
}, {
|
|
1641
1309
|
children: (0, _jsxRuntime.jsxs)("g", Object.assign({
|
|
1642
|
-
id: "\u6DFB\u52A0\u6807\u7B7E-\u60AC\u505C",
|
|
1643
1310
|
transform: "translate(-711 -629)"
|
|
1644
1311
|
}, {
|
|
1645
1312
|
children: [(0, _jsxRuntime.jsx)("rect", {
|
|
1646
|
-
id: "\u77E9\u5F62_1003",
|
|
1647
|
-
"data-name": "\u77E9\u5F62 1003",
|
|
1648
1313
|
width: "24",
|
|
1649
1314
|
height: "24",
|
|
1650
1315
|
transform: "translate(711 629)",
|
|
1651
1316
|
fill: "#fff",
|
|
1652
1317
|
opacity: "0"
|
|
1653
1318
|
}), (0, _jsxRuntime.jsx)("path", {
|
|
1654
|
-
id: "\u8054\u5408_6",
|
|
1655
|
-
"data-name": "\u8054\u5408 6",
|
|
1656
1319
|
d: "M18914.949-10400.437a4.354,4.354,0,0,1,4.355-4.343,4.361,4.361,0,0,1,4.363,4.343,4.361,4.361,0,0,1-4.363,4.348A4.355,4.355,0,0,1,18914.949-10400.437Zm1.346,0a.462.462,0,0,0,.461.459h2.09v2.081a.46.46,0,0,0,.459.459.462.462,0,0,0,.461-.459v-2.081h2.09a.459.459,0,0,0,.459-.459.46.46,0,0,0-.459-.459h-2.09v-2.082a.458.458,0,0,0-.461-.454.457.457,0,0,0-.459.454v2.082h-2.09A.463.463,0,0,0,18916.295-10400.437Zm-4.549,2.706-5.229-3.784a1.567,1.567,0,0,1-.625-1.018,1.551,1.551,0,0,1,.281-1.16l5.176-7.1a4.319,4.319,0,0,1,2.461-1.5l3.611-.573a1.38,1.38,0,0,1,.242-.02,1.578,1.578,0,0,1,1.549,1.316l.566,3.6a4.345,4.345,0,0,1-.354,2.232.989.989,0,0,0-.117,0,5.4,5.4,0,0,0-5.4,5.38,5.342,5.342,0,0,0,.336,1.867l-.314.423a1.576,1.576,0,0,1-1.27.646A1.55,1.55,0,0,1,18911.746-10397.731Zm3.951-12.764a1.548,1.548,0,0,0-1.025.623,1.544,1.544,0,0,0-.275,1.157,1.548,1.548,0,0,0,1.541,1.312,1.4,1.4,0,0,0,.244-.02,1.564,1.564,0,0,0,1.3-1.778,1.563,1.563,0,0,0-1.533-1.313A1.534,1.534,0,0,0,18915.7-10410.5Z",
|
|
1657
1320
|
transform: "translate(-18191.773 11046.3)"
|
|
1658
1321
|
})]
|
|
@@ -1661,7 +1324,7 @@ var SetTagSvg = function SetTagSvg() {
|
|
|
1661
1324
|
};
|
|
1662
1325
|
var DownloadIcon = function DownloadIcon(props) {
|
|
1663
1326
|
return (0, _jsxRuntime.jsx)(_icons.DownloadOutlined, Object.assign({
|
|
1664
|
-
title: "
|
|
1327
|
+
title: (0, _useTranslation.translateLocaleText)("t('common.download')"),
|
|
1665
1328
|
className: "control-icon download-icon"
|
|
1666
1329
|
}, props, {
|
|
1667
1330
|
style: {
|
|
@@ -1670,79 +1333,79 @@ var DownloadIcon = function DownloadIcon(props) {
|
|
|
1670
1333
|
}
|
|
1671
1334
|
}));
|
|
1672
1335
|
};
|
|
1673
|
-
/**
|
|
1336
|
+
/** 鏆傚仠Icon */
|
|
1674
1337
|
exports.DownloadIcon = DownloadIcon;
|
|
1675
1338
|
var PauseIcon = function PauseIcon(props) {
|
|
1676
1339
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1677
|
-
title: "
|
|
1340
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.pause')"),
|
|
1678
1341
|
className: "control-icon",
|
|
1679
1342
|
component: PauseSvg
|
|
1680
1343
|
}, props));
|
|
1681
1344
|
};
|
|
1682
|
-
/**
|
|
1345
|
+
/** 鎾斁Icon */
|
|
1683
1346
|
exports.PauseIcon = PauseIcon;
|
|
1684
1347
|
var PlayIcon = function PlayIcon(props) {
|
|
1685
1348
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1686
|
-
title: "
|
|
1349
|
+
title: (0, _useTranslation.translateLocaleText)("t('common.play')"),
|
|
1687
1350
|
className: "control-icon",
|
|
1688
1351
|
component: PlaySvg
|
|
1689
1352
|
}, props));
|
|
1690
1353
|
};
|
|
1691
|
-
/**
|
|
1354
|
+
/** 鎴浘Icon */
|
|
1692
1355
|
exports.PlayIcon = PlayIcon;
|
|
1693
1356
|
var CaptureIcon = function CaptureIcon(props) {
|
|
1694
1357
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1695
|
-
title: "
|
|
1358
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.capture')"),
|
|
1696
1359
|
className: "control-icon",
|
|
1697
1360
|
component: CaptureSvg
|
|
1698
1361
|
}, props));
|
|
1699
1362
|
};
|
|
1700
|
-
/**
|
|
1363
|
+
/** 鍏ㄥ睆Icon */
|
|
1701
1364
|
exports.CaptureIcon = CaptureIcon;
|
|
1702
1365
|
var FullScreenIcon = function FullScreenIcon(props) {
|
|
1703
1366
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1704
|
-
title: "
|
|
1367
|
+
title: (0, _useTranslation.translateLocaleText)("t('common.fullscreen')"),
|
|
1705
1368
|
className: "control-icon",
|
|
1706
1369
|
component: FullScreenSvg
|
|
1707
1370
|
}, props));
|
|
1708
1371
|
};
|
|
1709
|
-
/**
|
|
1372
|
+
/** 閫€鍑哄叏灞廔con */
|
|
1710
1373
|
exports.FullScreenIcon = FullScreenIcon;
|
|
1711
1374
|
var ExitFullScreenIcon = function ExitFullScreenIcon(props) {
|
|
1712
1375
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1713
|
-
title: "
|
|
1376
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.exitFullscreen')"),
|
|
1714
1377
|
className: "control-icon",
|
|
1715
1378
|
component: ExitFullScreenSvg
|
|
1716
1379
|
}, props));
|
|
1717
1380
|
};
|
|
1718
|
-
/**
|
|
1381
|
+
/** 闊抽噺浣嶪con */
|
|
1719
1382
|
exports.ExitFullScreenIcon = ExitFullScreenIcon;
|
|
1720
1383
|
var VolumeSmallIcon = function VolumeSmallIcon(props) {
|
|
1721
1384
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1722
|
-
title: "
|
|
1385
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.volume')"),
|
|
1723
1386
|
className: "control-icon",
|
|
1724
1387
|
component: VolumeSmallSvg
|
|
1725
1388
|
}, props));
|
|
1726
1389
|
};
|
|
1727
|
-
/**
|
|
1390
|
+
/** 闊抽噺楂業con */
|
|
1728
1391
|
exports.VolumeSmallIcon = VolumeSmallIcon;
|
|
1729
1392
|
var VolumeLargeIcon = function VolumeLargeIcon(props) {
|
|
1730
1393
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1731
|
-
title: "
|
|
1394
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.volume')"),
|
|
1732
1395
|
className: "control-icon",
|
|
1733
1396
|
component: VolumeLargeSvg
|
|
1734
1397
|
}, props));
|
|
1735
1398
|
};
|
|
1736
|
-
/**
|
|
1399
|
+
/** 闈欓煶Icon */
|
|
1737
1400
|
exports.VolumeLargeIcon = VolumeLargeIcon;
|
|
1738
1401
|
var VolumeMutedIcon = function VolumeMutedIcon(props) {
|
|
1739
1402
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1740
|
-
title: "
|
|
1403
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.volume')"),
|
|
1741
1404
|
className: "control-icon",
|
|
1742
1405
|
component: VolumeMutedSvg
|
|
1743
1406
|
}, props));
|
|
1744
1407
|
};
|
|
1745
|
-
/**
|
|
1408
|
+
/** 璁剧疆Icon */
|
|
1746
1409
|
exports.VolumeMutedIcon = VolumeMutedIcon;
|
|
1747
1410
|
var SettingsIcon = function SettingsIcon(props) {
|
|
1748
1411
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
@@ -1750,101 +1413,101 @@ var SettingsIcon = function SettingsIcon(props) {
|
|
|
1750
1413
|
component: SettingsSvg
|
|
1751
1414
|
}, props));
|
|
1752
1415
|
};
|
|
1753
|
-
/**
|
|
1416
|
+
/** 鍏抽棴鍏ㄩ儴Icon */
|
|
1754
1417
|
exports.SettingsIcon = SettingsIcon;
|
|
1755
1418
|
var CloseAllIcon = function CloseAllIcon(props) {
|
|
1756
1419
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1757
|
-
title: "
|
|
1420
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.close')"),
|
|
1758
1421
|
className: "control-icon",
|
|
1759
1422
|
component: CloseAllSvg
|
|
1760
1423
|
}, props));
|
|
1761
1424
|
};
|
|
1762
|
-
/**
|
|
1425
|
+
/** 灞曞紑Icon */
|
|
1763
1426
|
exports.CloseAllIcon = CloseAllIcon;
|
|
1764
1427
|
var ExpandIcon = function ExpandIcon(props) {
|
|
1765
1428
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1766
|
-
title: "
|
|
1429
|
+
title: (0, _useTranslation.translateLocaleText)("t('common.expand')"),
|
|
1767
1430
|
className: "control-icon",
|
|
1768
1431
|
component: ExpandSvg
|
|
1769
1432
|
}, props));
|
|
1770
1433
|
};
|
|
1771
|
-
/**
|
|
1434
|
+
/** 鏀剁缉Icon */
|
|
1772
1435
|
exports.ExpandIcon = ExpandIcon;
|
|
1773
1436
|
var FoldIcon = function FoldIcon(props) {
|
|
1774
1437
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1775
|
-
title: "
|
|
1438
|
+
title: (0, _useTranslation.translateLocaleText)("t('common.collapse')"),
|
|
1776
1439
|
className: "control-icon",
|
|
1777
1440
|
component: FoldSvg
|
|
1778
1441
|
}, props));
|
|
1779
1442
|
};
|
|
1780
|
-
/**
|
|
1443
|
+
/** 娣诲姞鏍囩Icon */
|
|
1781
1444
|
exports.FoldIcon = FoldIcon;
|
|
1782
1445
|
var SetTagIcon = function SetTagIcon(props) {
|
|
1783
1446
|
var _props$active = props.active,
|
|
1784
1447
|
active = _props$active === void 0 ? false : _props$active;
|
|
1785
1448
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1786
|
-
title: "
|
|
1449
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.addTag')"),
|
|
1787
1450
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1788
1451
|
component: SetTagSvg
|
|
1789
1452
|
}, props));
|
|
1790
1453
|
};
|
|
1791
|
-
/**
|
|
1454
|
+
/** 鍋滄瀵硅Icon */
|
|
1792
1455
|
exports.SetTagIcon = SetTagIcon;
|
|
1793
1456
|
var TalkDisableIcon = function TalkDisableIcon(props) {
|
|
1794
1457
|
var _props$active2 = props.active,
|
|
1795
1458
|
active = _props$active2 === void 0 ? false : _props$active2;
|
|
1796
1459
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1797
|
-
title: "
|
|
1460
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.stopTalk')"),
|
|
1798
1461
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1799
1462
|
component: TalkDisableSvg
|
|
1800
1463
|
}, props));
|
|
1801
1464
|
};
|
|
1802
|
-
/**
|
|
1465
|
+
/** 瀵硅Icon */
|
|
1803
1466
|
exports.TalkDisableIcon = TalkDisableIcon;
|
|
1804
1467
|
var TalkIcon = function TalkIcon(props) {
|
|
1805
1468
|
var _props$active3 = props.active,
|
|
1806
1469
|
active = _props$active3 === void 0 ? false : _props$active3;
|
|
1807
1470
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1808
|
-
title: "
|
|
1471
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.talk')"),
|
|
1809
1472
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1810
1473
|
component: TalkSvg
|
|
1811
1474
|
}, props));
|
|
1812
1475
|
};
|
|
1813
|
-
/**
|
|
1476
|
+
/** 浜戝彴鎺у埗 */
|
|
1814
1477
|
exports.TalkIcon = TalkIcon;
|
|
1815
1478
|
var CloudControlIcon = function CloudControlIcon(props) {
|
|
1816
1479
|
var _props$active4 = props.active,
|
|
1817
1480
|
active = _props$active4 === void 0 ? false : _props$active4;
|
|
1818
1481
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1819
|
-
title: "
|
|
1482
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.ptzControl')"),
|
|
1820
1483
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1821
1484
|
component: CloudControlSvg
|
|
1822
1485
|
}, props));
|
|
1823
1486
|
};
|
|
1824
|
-
/**
|
|
1487
|
+
/** 灞忓箷鍗犳瘮Icon */
|
|
1825
1488
|
exports.CloudControlIcon = CloudControlIcon;
|
|
1826
1489
|
var OccupyingScreenIcon = function OccupyingScreenIcon(props) {
|
|
1827
1490
|
var _props$active5 = props.active,
|
|
1828
1491
|
active = _props$active5 === void 0 ? false : _props$active5;
|
|
1829
1492
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1830
|
-
title: "
|
|
1493
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.screenRatio')"),
|
|
1831
1494
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1832
1495
|
component: OccupyingScreenSvg
|
|
1833
1496
|
}, props));
|
|
1834
1497
|
};
|
|
1835
|
-
/**
|
|
1498
|
+
/** 缃戞牸Icon */
|
|
1836
1499
|
exports.OccupyingScreenIcon = OccupyingScreenIcon;
|
|
1837
1500
|
var GridIcon = function GridIcon(props) {
|
|
1838
1501
|
var _props$active6 = props.active,
|
|
1839
1502
|
active = _props$active6 === void 0 ? false : _props$active6,
|
|
1840
1503
|
disabled = props.disabled;
|
|
1841
1504
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1842
|
-
title: "
|
|
1505
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.quantity')"),
|
|
1843
1506
|
className: "control-icon ".concat(active ? 'active' : '', " ").concat(disabled ? 'disabled' : ''),
|
|
1844
1507
|
component: GridSvg
|
|
1845
1508
|
}, props));
|
|
1846
1509
|
};
|
|
1847
|
-
/** 1x1
|
|
1510
|
+
/** 1x1缃戞牸Icon */
|
|
1848
1511
|
exports.GridIcon = GridIcon;
|
|
1849
1512
|
var Grid1x1Icon = function Grid1x1Icon(props) {
|
|
1850
1513
|
var _props$active7 = props.active,
|
|
@@ -1854,7 +1517,7 @@ var Grid1x1Icon = function Grid1x1Icon(props) {
|
|
|
1854
1517
|
component: Grid1x1Svg
|
|
1855
1518
|
}, props));
|
|
1856
1519
|
};
|
|
1857
|
-
/** 2x2
|
|
1520
|
+
/** 2x2缃戞牸Icon */
|
|
1858
1521
|
exports.Grid1x1Icon = Grid1x1Icon;
|
|
1859
1522
|
var Grid2x2Icon = function Grid2x2Icon(props) {
|
|
1860
1523
|
var _props$active8 = props.active,
|
|
@@ -1864,7 +1527,7 @@ var Grid2x2Icon = function Grid2x2Icon(props) {
|
|
|
1864
1527
|
component: Grid2x2Svg
|
|
1865
1528
|
}, props));
|
|
1866
1529
|
};
|
|
1867
|
-
/** 3x3
|
|
1530
|
+
/** 3x3缃戞牸Icon */
|
|
1868
1531
|
exports.Grid2x2Icon = Grid2x2Icon;
|
|
1869
1532
|
var Grid3x3Icon = function Grid3x3Icon(props) {
|
|
1870
1533
|
var _props$active9 = props.active,
|
|
@@ -1874,7 +1537,7 @@ var Grid3x3Icon = function Grid3x3Icon(props) {
|
|
|
1874
1537
|
component: Grid3x3Svg
|
|
1875
1538
|
}, props));
|
|
1876
1539
|
};
|
|
1877
|
-
/** 4x4
|
|
1540
|
+
/** 4x4缃戞牸Icon */
|
|
1878
1541
|
exports.Grid3x3Icon = Grid3x3Icon;
|
|
1879
1542
|
var Grid4x4Icon = function Grid4x4Icon(props) {
|
|
1880
1543
|
var _props$active10 = props.active,
|
|
@@ -1884,7 +1547,7 @@ var Grid4x4Icon = function Grid4x4Icon(props) {
|
|
|
1884
1547
|
component: Grid4x4Svg
|
|
1885
1548
|
}, props));
|
|
1886
1549
|
};
|
|
1887
|
-
/** 5x5
|
|
1550
|
+
/** 5x5缃戞牸Icon */
|
|
1888
1551
|
exports.Grid4x4Icon = Grid4x4Icon;
|
|
1889
1552
|
var Grid5x5Icon = function Grid5x5Icon(props) {
|
|
1890
1553
|
var _props$active11 = props.active,
|
|
@@ -1894,7 +1557,7 @@ var Grid5x5Icon = function Grid5x5Icon(props) {
|
|
|
1894
1557
|
component: Grid5x5Svg
|
|
1895
1558
|
}, props));
|
|
1896
1559
|
};
|
|
1897
|
-
/** 1x5
|
|
1560
|
+
/** 1x5缃戞牸Icon */
|
|
1898
1561
|
exports.Grid5x5Icon = Grid5x5Icon;
|
|
1899
1562
|
var Grid1x5Icon = function Grid1x5Icon(props) {
|
|
1900
1563
|
var _props$active12 = props.active,
|
|
@@ -1904,7 +1567,7 @@ var Grid1x5Icon = function Grid1x5Icon(props) {
|
|
|
1904
1567
|
component: Grid1x5Svg
|
|
1905
1568
|
}, props));
|
|
1906
1569
|
};
|
|
1907
|
-
/** 1x7
|
|
1570
|
+
/** 1x7缃戞牸Icon */
|
|
1908
1571
|
exports.Grid1x5Icon = Grid1x5Icon;
|
|
1909
1572
|
var Grid1x7Icon = function Grid1x7Icon(props) {
|
|
1910
1573
|
var _props$active13 = props.active,
|
|
@@ -1914,7 +1577,7 @@ var Grid1x7Icon = function Grid1x7Icon(props) {
|
|
|
1914
1577
|
component: Grid1x7Svg
|
|
1915
1578
|
}, props));
|
|
1916
1579
|
};
|
|
1917
|
-
/** 1x9
|
|
1580
|
+
/** 1x9缃戞牸Icon */
|
|
1918
1581
|
exports.Grid1x7Icon = Grid1x7Icon;
|
|
1919
1582
|
var Grid1x9Icon = function Grid1x9Icon(props) {
|
|
1920
1583
|
var _props$active14 = props.active,
|
|
@@ -1924,7 +1587,7 @@ var Grid1x9Icon = function Grid1x9Icon(props) {
|
|
|
1924
1587
|
component: Grid1x9Svg
|
|
1925
1588
|
}, props));
|
|
1926
1589
|
};
|
|
1927
|
-
/** 1x12
|
|
1590
|
+
/** 1x12缃戞牸Icon */
|
|
1928
1591
|
exports.Grid1x9Icon = Grid1x9Icon;
|
|
1929
1592
|
var Grid1x12Icon = function Grid1x12Icon(props) {
|
|
1930
1593
|
var _props$active15 = props.active,
|
|
@@ -1934,7 +1597,7 @@ var Grid1x12Icon = function Grid1x12Icon(props) {
|
|
|
1934
1597
|
component: Grid1x12Svg
|
|
1935
1598
|
}, props));
|
|
1936
1599
|
};
|
|
1937
|
-
/** 1x13
|
|
1600
|
+
/** 1x13缃戞牸Icon */
|
|
1938
1601
|
exports.Grid1x12Icon = Grid1x12Icon;
|
|
1939
1602
|
var Grid1x13Icon = function Grid1x13Icon(props) {
|
|
1940
1603
|
var _props$active16 = props.active,
|
|
@@ -1944,7 +1607,7 @@ var Grid1x13Icon = function Grid1x13Icon(props) {
|
|
|
1944
1607
|
component: Grid1x13Svg
|
|
1945
1608
|
}, props));
|
|
1946
1609
|
};
|
|
1947
|
-
/** 1x16
|
|
1610
|
+
/** 1x16缃戞牸Icon */
|
|
1948
1611
|
exports.Grid1x13Icon = Grid1x13Icon;
|
|
1949
1612
|
var Grid1x16Icon = function Grid1x16Icon(props) {
|
|
1950
1613
|
var _props$active17 = props.active,
|
|
@@ -1954,7 +1617,7 @@ var Grid1x16Icon = function Grid1x16Icon(props) {
|
|
|
1954
1617
|
component: Grid1x16Svg
|
|
1955
1618
|
}, props));
|
|
1956
1619
|
};
|
|
1957
|
-
/** 1x21
|
|
1620
|
+
/** 1x21缃戞牸Icon */
|
|
1958
1621
|
exports.Grid1x16Icon = Grid1x16Icon;
|
|
1959
1622
|
var Grid1x21Icon = function Grid1x21Icon(props) {
|
|
1960
1623
|
var _props$active18 = props.active,
|
|
@@ -1964,62 +1627,62 @@ var Grid1x21Icon = function Grid1x21Icon(props) {
|
|
|
1964
1627
|
component: Grid1x21Svg
|
|
1965
1628
|
}, props));
|
|
1966
1629
|
};
|
|
1967
|
-
/**
|
|
1630
|
+
/** 鏍囩Icon */
|
|
1968
1631
|
exports.Grid1x21Icon = Grid1x21Icon;
|
|
1969
1632
|
var TagIcon = function TagIcon(props) {
|
|
1970
1633
|
var _props$active19 = props.active,
|
|
1971
1634
|
active = _props$active19 === void 0 ? false : _props$active19;
|
|
1972
1635
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1973
|
-
title: "
|
|
1636
|
+
title: (0, _useTranslation.translateLocaleText)("t('icons.tag')"),
|
|
1974
1637
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1975
1638
|
component: TagSvg
|
|
1976
1639
|
}, props));
|
|
1977
1640
|
};
|
|
1978
|
-
/**
|
|
1641
|
+
/** 鍏抽棴Icon */
|
|
1979
1642
|
exports.TagIcon = TagIcon;
|
|
1980
1643
|
var CloseIcon = function CloseIcon(props) {
|
|
1981
1644
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1982
|
-
title: "
|
|
1645
|
+
title: (0, _useTranslation.translateLocaleText)("t('common.close')"),
|
|
1983
1646
|
className: "close-icon",
|
|
1984
1647
|
component: CloseSvg
|
|
1985
1648
|
}, props));
|
|
1986
1649
|
};
|
|
1987
|
-
/**
|
|
1650
|
+
/** 瑙嗛鎾斁Icon */
|
|
1988
1651
|
exports.CloseIcon = CloseIcon;
|
|
1989
1652
|
var VideoPlayIcon = function VideoPlayIcon(props) {
|
|
1990
1653
|
var _props$active20 = props.active,
|
|
1991
1654
|
active = _props$active20 === void 0 ? false : _props$active20;
|
|
1992
1655
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
1993
|
-
title: "
|
|
1656
|
+
title: (0, _useTranslation.translateLocaleText)("t('common.play')"),
|
|
1994
1657
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
1995
1658
|
component: VideoPlaySvg
|
|
1996
1659
|
}, props));
|
|
1997
1660
|
};
|
|
1998
|
-
/**
|
|
1661
|
+
/** 瑙嗛鍏抽棴Icon */
|
|
1999
1662
|
exports.VideoPlayIcon = VideoPlayIcon;
|
|
2000
1663
|
var VideoCloseIcon = function VideoCloseIcon(props) {
|
|
2001
1664
|
var _props$active21 = props.active,
|
|
2002
1665
|
active = _props$active21 === void 0 ? false : _props$active21;
|
|
2003
1666
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
2004
|
-
title: "
|
|
1667
|
+
title: (0, _useTranslation.translateLocaleText)("t('common.close')"),
|
|
2005
1668
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
2006
1669
|
component: VideoCloseSvg
|
|
2007
1670
|
}, props));
|
|
2008
1671
|
};
|
|
2009
|
-
/**
|
|
1672
|
+
/** 鏃堕棿鍒诲害Icon */
|
|
2010
1673
|
exports.VideoCloseIcon = VideoCloseIcon;
|
|
2011
1674
|
var TimePositionIcon = function TimePositionIcon(props) {
|
|
2012
1675
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
2013
1676
|
component: TimePositionSvg
|
|
2014
1677
|
}, props));
|
|
2015
1678
|
};
|
|
2016
|
-
/**
|
|
1679
|
+
/** 鎾斁瑙嗛Icon */
|
|
2017
1680
|
exports.TimePositionIcon = TimePositionIcon;
|
|
2018
1681
|
var PlayVideoBlueIcon = function PlayVideoBlueIcon(props) {
|
|
2019
1682
|
var _props$active22 = props.active,
|
|
2020
1683
|
active = _props$active22 === void 0 ? false : _props$active22;
|
|
2021
1684
|
return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
|
|
2022
|
-
title: "
|
|
1685
|
+
title: (0, _useTranslation.translateLocaleText)("t('common.play')"),
|
|
2023
1686
|
className: "control-icon ".concat(active ? 'active' : ''),
|
|
2024
1687
|
component: PlayVideoBlueSvg
|
|
2025
1688
|
}, props));
|