@vtx/player 0.0.30 → 1.0.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.
Files changed (113) hide show
  1. package/lib/api/index.d.ts +8 -0
  2. package/lib/api/index.js +43 -3
  3. package/lib/api/index.js.map +1 -1
  4. package/lib/api/types.d.ts +41 -4
  5. package/lib/components/set-tag-video/index.d.ts +9 -0
  6. package/lib/components/set-tag-video/index.js +196 -0
  7. package/lib/components/set-tag-video/index.js.map +1 -0
  8. package/lib/components/set-tag-video/style/css.js +4 -0
  9. package/lib/components/set-tag-video/style/css.js.map +1 -0
  10. package/lib/components/set-tag-video/style/index.css +104 -0
  11. package/lib/components/set-tag-video/style/index.d.ts +1 -0
  12. package/lib/components/set-tag-video/style/index.js +4 -0
  13. package/lib/components/set-tag-video/style/index.js.map +1 -0
  14. package/lib/components/set-tag-video/style/index.less +125 -0
  15. package/lib/components/split-screen/index.d.ts +11 -0
  16. package/lib/components/split-screen/index.js +203 -0
  17. package/lib/components/split-screen/index.js.map +1 -0
  18. package/lib/components/split-screen/style/css.js +4 -0
  19. package/lib/components/split-screen/style/css.js.map +1 -0
  20. package/lib/components/split-screen/style/index.css +21 -0
  21. package/lib/components/split-screen/style/index.d.ts +1 -0
  22. package/lib/components/split-screen/style/index.js +4 -0
  23. package/lib/components/split-screen/style/index.js.map +1 -0
  24. package/lib/components/split-screen/style/index.less +21 -0
  25. package/lib/components/tag-video/images/play.gif +0 -0
  26. package/lib/components/tag-video/index.d.ts +7 -0
  27. package/lib/components/tag-video/index.js +171 -0
  28. package/lib/components/tag-video/index.js.map +1 -0
  29. package/lib/components/tag-video/style/css.js +4 -0
  30. package/lib/components/tag-video/style/css.js.map +1 -0
  31. package/lib/components/tag-video/style/index.css +73 -0
  32. package/lib/components/tag-video/style/index.d.ts +1 -0
  33. package/lib/components/tag-video/style/index.js +4 -0
  34. package/lib/components/tag-video/style/index.js.map +1 -0
  35. package/lib/components/tag-video/style/index.less +69 -0
  36. package/lib/components/video-scale/index.d.ts +9 -0
  37. package/lib/components/video-scale/index.js +65 -0
  38. package/lib/components/video-scale/index.js.map +1 -0
  39. package/lib/components/video-scale/style/css.js +4 -0
  40. package/lib/components/video-scale/style/css.js.map +1 -0
  41. package/lib/components/video-scale/style/index.css +30 -0
  42. package/lib/components/video-scale/style/index.d.ts +1 -0
  43. package/lib/components/video-scale/style/index.js +4 -0
  44. package/lib/components/video-scale/style/index.js.map +1 -0
  45. package/lib/components/video-scale/style/index.less +31 -0
  46. package/lib/controls/index.d.ts +2 -0
  47. package/lib/controls/index.js +5 -3
  48. package/lib/controls/index.js.map +1 -1
  49. package/lib/controls/style/index.css +1 -0
  50. package/lib/controls/style/index.less +1 -0
  51. package/lib/history-control/index.js +5 -1
  52. package/lib/history-control/index.js.map +1 -1
  53. package/lib/history-control/style/index.css +1 -0
  54. package/lib/history-control/style/index.less +1 -0
  55. package/lib/history-control-v2/components/grid-item/index.d.ts +21 -0
  56. package/lib/history-control-v2/components/grid-item/index.js +207 -0
  57. package/lib/history-control-v2/components/grid-item/index.js.map +1 -0
  58. package/lib/history-control-v2/components/panel/index.d.ts +9 -0
  59. package/lib/history-control-v2/components/panel/index.js +477 -0
  60. package/lib/history-control-v2/components/panel/index.js.map +1 -0
  61. package/lib/history-control-v2/context.d.ts +17 -0
  62. package/lib/history-control-v2/context.js +12 -0
  63. package/lib/history-control-v2/context.js.map +1 -0
  64. package/lib/history-control-v2/images/collapse.png +0 -0
  65. package/lib/history-control-v2/images/empty.png +0 -0
  66. package/lib/history-control-v2/index.d.ts +11 -0
  67. package/lib/history-control-v2/index.js +418 -0
  68. package/lib/history-control-v2/index.js.map +1 -0
  69. package/lib/history-control-v2/interface.d.ts +137 -0
  70. package/lib/history-control-v2/style/css.js +24 -0
  71. package/lib/history-control-v2/style/css.js.map +1 -0
  72. package/lib/history-control-v2/style/index.css +435 -0
  73. package/lib/history-control-v2/style/index.d.ts +11 -0
  74. package/lib/history-control-v2/style/index.js +24 -0
  75. package/lib/history-control-v2/style/index.js.map +1 -0
  76. package/lib/history-control-v2/style/index.less +437 -0
  77. package/lib/history-control-v2/utils.d.ts +19 -0
  78. package/lib/history-control-v2/utils.js +132 -0
  79. package/lib/history-control-v2/utils.js.map +1 -0
  80. package/lib/history-player/index.d.ts +11 -3
  81. package/lib/history-player/index.js +99 -32
  82. package/lib/history-player/index.js.map +1 -1
  83. package/lib/icons/index.css +4 -0
  84. package/lib/icons/index.d.ts +29 -0
  85. package/lib/icons/index.js +1393 -19
  86. package/lib/icons/index.js.map +1 -1
  87. package/lib/icons/index.less +6 -0
  88. package/lib/index.d.ts +2 -0
  89. package/lib/index.js +16 -0
  90. package/lib/index.js.map +1 -1
  91. package/lib/live-control/index.js +5 -2
  92. package/lib/live-control/index.js.map +1 -1
  93. package/lib/live-control-v2/images/empty.png +0 -0
  94. package/lib/live-control-v2/index.d.ts +55 -0
  95. package/lib/live-control-v2/index.js +529 -0
  96. package/lib/live-control-v2/index.js.map +1 -0
  97. package/lib/live-control-v2/style/css.js +18 -0
  98. package/lib/live-control-v2/style/css.js.map +1 -0
  99. package/lib/live-control-v2/style/index.css +217 -0
  100. package/lib/live-control-v2/style/index.d.ts +8 -0
  101. package/lib/live-control-v2/style/index.js +18 -0
  102. package/lib/live-control-v2/style/index.js.map +1 -0
  103. package/lib/live-control-v2/style/index.less +192 -0
  104. package/lib/live-player/index.d.ts +1 -1
  105. package/lib/live-player/index.js +7 -2
  106. package/lib/live-player/index.js.map +1 -1
  107. package/lib/player/index.js +14 -3
  108. package/lib/player/index.js.map +1 -1
  109. package/lib/typings/h5player.d.ts +10 -8
  110. package/lib/utils/index.d.ts +17 -0
  111. package/lib/utils/index.js +20 -1
  112. package/lib/utils/index.js.map +1 -1
  113. package/package.json +1 -1
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.VolumeSmallIcon = exports.VolumeMutedIcon = exports.VolumeLargeIcon = exports.VideoPlayIcon = exports.VideoCloseIcon = exports.TimePositionIcon = exports.TalkIcon = exports.TalkDisableIcon = exports.SettingsIcon = exports.PlayIcon = exports.PauseIcon = exports.Grid3x3Icon = exports.Grid2x2Icon = exports.Grid1x1Icon = exports.FullScreenIcon = exports.FoldIcon = exports.ExpandIcon = exports.ExitFullScreenIcon = exports.CloudControlIcon = exports.CloseIcon = exports.CloseAllIcon = exports.CaptureIcon = void 0;
6
+ exports.VolumeSmallIcon = exports.VolumeMutedIcon = exports.VolumeLargeIcon = exports.VideoPlayIcon = exports.VideoCloseIcon = exports.TimePositionIcon = exports.TalkIcon = exports.TalkDisableIcon = exports.TagIcon = exports.SettingsIcon = exports.SetTagIcon = exports.PlayVideoBlueIcon = exports.PlayIcon = exports.PauseIcon = exports.OccupyingScreenIcon = exports.GridIcon = exports.Grid5x5Icon = exports.Grid4x4Icon = exports.Grid3x3Icon = exports.Grid2x2Icon = exports.Grid1x9Icon = exports.Grid1x7Icon = exports.Grid1x5Icon = exports.Grid1x21Icon = exports.Grid1x1Icon = exports.Grid1x16Icon = exports.Grid1x13Icon = exports.Grid1x12Icon = exports.FullScreenIcon = exports.FoldIcon = exports.ExpandIcon = exports.ExitFullScreenIcon = exports.CloudControlIcon = exports.CloseIcon = exports.CloseAllIcon = exports.CaptureIcon = void 0;
7
7
 
8
8
  var _jsxRuntime = require("react/jsx-runtime");
9
9
 
@@ -528,11 +528,1181 @@ var CloudControlSvg = function CloudControlSvg() {
528
528
  }))]
529
529
  }));
530
530
  };
531
+
532
+ var GridSvg = function GridSvg() {
533
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
534
+ xmlns: "http://www.w3.org/2000/svg",
535
+ width: "21",
536
+ height: "21",
537
+ viewBox: "0 0 24 24"
538
+ }, {
539
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
540
+ id: "\u753B\u9762\u7EC4\u5408",
541
+ transform: "translate(-954.5 -98)"
542
+ }, {
543
+ children: [(0, _jsxRuntime.jsx)("rect", {
544
+ id: "\u77E9\u5F62_1109",
545
+ "data-name": "\u77E9\u5F62 1109",
546
+ width: "24",
547
+ height: "24",
548
+ transform: "translate(954.5 98)",
549
+ fill: "#40a9ff",
550
+ opacity: "0"
551
+ }), (0, _jsxRuntime.jsxs)("g", Object.assign({
552
+ id: "\u591A\u5BAB\u683C\u5207\u6362",
553
+ transform: "translate(-458 -507)"
554
+ }, {
555
+ children: [(0, _jsxRuntime.jsx)("path", {
556
+ id: "\u77E9\u5F62_1232",
557
+ "data-name": "\u77E9\u5F62 1232",
558
+ 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",
559
+ transform: "translate(1414 608)"
560
+ }), (0, _jsxRuntime.jsx)("path", {
561
+ id: "\u76F4\u7EBF_112",
562
+ "data-name": "\u76F4\u7EBF 112",
563
+ d: "M9.826.5H0v-1H9.826Z",
564
+ transform: "translate(1414.702 617.125)"
565
+ }), (0, _jsxRuntime.jsx)("path", {
566
+ id: "\u76F4\u7EBF_113",
567
+ "data-name": "\u76F4\u7EBF 113",
568
+ d: "M.5,16.845h-1V0h1Z",
569
+ transform: "translate(1424.528 608.702)"
570
+ }), (0, _jsxRuntime.jsx)("path", {
571
+ id: "\u76F4\u7EBF_114",
572
+ "data-name": "\u76F4\u7EBF 114",
573
+ d: "M9.826.5H0v-1H9.826Z",
574
+ transform: "translate(1424.528 614.317)"
575
+ }), (0, _jsxRuntime.jsx)("path", {
576
+ id: "\u76F4\u7EBF_115",
577
+ "data-name": "\u76F4\u7EBF 115",
578
+ d: "M9.826.5H0v-1H9.826Z",
579
+ transform: "translate(1424.528 619.932)"
580
+ })]
581
+ }))]
582
+ }))
583
+ }));
584
+ };
585
+
586
+ var OccupyingScreenSvg = function OccupyingScreenSvg() {
587
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
588
+ xmlns: "http://www.w3.org/2000/svg",
589
+ width: "22",
590
+ height: "22",
591
+ viewBox: "0 0 24 24"
592
+ }, {
593
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
594
+ id: "\u663E\u793A\u6A21\u5F0F",
595
+ transform: "translate(-954.5 -98)"
596
+ }, {
597
+ children: [(0, _jsxRuntime.jsx)("rect", {
598
+ id: "\u77E9\u5F62_1109",
599
+ "data-name": "\u77E9\u5F62 1109",
600
+ width: "24",
601
+ height: "24",
602
+ transform: "translate(954.5 98)",
603
+ fill: "#40a9ff",
604
+ opacity: "0"
605
+ }), (0, _jsxRuntime.jsxs)("g", Object.assign({
606
+ id: "\u6EE1\u753B\u9762",
607
+ transform: "translate(-871 -790)"
608
+ }, {
609
+ children: [(0, _jsxRuntime.jsx)("path", {
610
+ id: "\u77E9\u5F62_1373",
611
+ "data-name": "\u77E9\u5F62 1373",
612
+ 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",
613
+ transform: "translate(1827 891)"
614
+ }), (0, _jsxRuntime.jsx)("path", {
615
+ id: "\u77E9\u5F62_1374",
616
+ "data-name": "\u77E9\u5F62 1374",
617
+ d: "M1,1V12H6V1H1M0,0H7V13H0Z",
618
+ transform: "translate(1834 893.5)"
619
+ }), (0, _jsxRuntime.jsx)("path", {
620
+ id: "\u591A\u8FB9\u5F62_8",
621
+ "data-name": "\u591A\u8FB9\u5F62 8",
622
+ d: "M3.5,0,7,4H0Z",
623
+ transform: "translate(1829 903.5) rotate(-90)"
624
+ }), (0, _jsxRuntime.jsx)("path", {
625
+ id: "\u591A\u8FB9\u5F62_9",
626
+ "data-name": "\u591A\u8FB9\u5F62 9",
627
+ d: "M3.5,0,7,4H0Z",
628
+ transform: "translate(1846 896.5) rotate(90)"
629
+ })]
630
+ }))]
631
+ }))
632
+ }));
633
+ };
634
+
635
+ var Grid4x4Svg = function Grid4x4Svg() {
636
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
637
+ xmlns: "http://www.w3.org/2000/svg",
638
+ width: "23",
639
+ height: "18",
640
+ viewBox: "0 0 23 18"
641
+ }, {
642
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
643
+ id: "_4x4",
644
+ "data-name": "4x4",
645
+ transform: "translate(-1582 -608)"
646
+ }, {
647
+ children: [(0, _jsxRuntime.jsx)("path", {
648
+ id: "\u77E9\u5F62_1249",
649
+ "data-name": "\u77E9\u5F62 1249",
650
+ 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",
651
+ transform: "translate(1582 608)"
652
+ }), (0, _jsxRuntime.jsx)("rect", {
653
+ id: "\u77E9\u5F62_1250",
654
+ "data-name": "\u77E9\u5F62 1250",
655
+ width: "4",
656
+ height: "3",
657
+ transform: "translate(1584 610)"
658
+ }), (0, _jsxRuntime.jsx)("rect", {
659
+ id: "\u77E9\u5F62_1262",
660
+ "data-name": "\u77E9\u5F62 1262",
661
+ width: "4",
662
+ height: "2",
663
+ transform: "translate(1584 614)"
664
+ }), (0, _jsxRuntime.jsx)("rect", {
665
+ id: "\u77E9\u5F62_1255",
666
+ "data-name": "\u77E9\u5F62 1255",
667
+ width: "4",
668
+ height: "3",
669
+ transform: "translate(1584 617)"
670
+ }), (0, _jsxRuntime.jsx)("rect", {
671
+ id: "\u77E9\u5F62_1259",
672
+ "data-name": "\u77E9\u5F62 1259",
673
+ width: "4",
674
+ height: "3",
675
+ transform: "translate(1584 621)"
676
+ }), (0, _jsxRuntime.jsx)("rect", {
677
+ id: "\u77E9\u5F62_1251",
678
+ "data-name": "\u77E9\u5F62 1251",
679
+ width: "4",
680
+ height: "3",
681
+ transform: "translate(1589 610)"
682
+ }), (0, _jsxRuntime.jsx)("rect", {
683
+ id: "\u77E9\u5F62_1263",
684
+ "data-name": "\u77E9\u5F62 1263",
685
+ width: "4",
686
+ height: "2",
687
+ transform: "translate(1589 614)"
688
+ }), (0, _jsxRuntime.jsx)("rect", {
689
+ id: "\u77E9\u5F62_1256",
690
+ "data-name": "\u77E9\u5F62 1256",
691
+ width: "4",
692
+ height: "3",
693
+ transform: "translate(1589 617)"
694
+ }), (0, _jsxRuntime.jsx)("rect", {
695
+ id: "\u77E9\u5F62_1260",
696
+ "data-name": "\u77E9\u5F62 1260",
697
+ width: "4",
698
+ height: "3",
699
+ transform: "translate(1589 621)"
700
+ }), (0, _jsxRuntime.jsx)("rect", {
701
+ id: "\u77E9\u5F62_1252",
702
+ "data-name": "\u77E9\u5F62 1252",
703
+ width: "4",
704
+ height: "3",
705
+ transform: "translate(1594 610)"
706
+ }), (0, _jsxRuntime.jsx)("rect", {
707
+ id: "\u77E9\u5F62_1264",
708
+ "data-name": "\u77E9\u5F62 1264",
709
+ width: "4",
710
+ height: "2",
711
+ transform: "translate(1594 614)"
712
+ }), (0, _jsxRuntime.jsx)("rect", {
713
+ id: "\u77E9\u5F62_1257",
714
+ "data-name": "\u77E9\u5F62 1257",
715
+ width: "4",
716
+ height: "3",
717
+ transform: "translate(1594 617)"
718
+ }), (0, _jsxRuntime.jsx)("rect", {
719
+ id: "\u77E9\u5F62_1261",
720
+ "data-name": "\u77E9\u5F62 1261",
721
+ width: "4",
722
+ height: "3",
723
+ transform: "translate(1594 621)"
724
+ }), (0, _jsxRuntime.jsx)("rect", {
725
+ id: "\u77E9\u5F62_1253",
726
+ "data-name": "\u77E9\u5F62 1253",
727
+ width: "4",
728
+ height: "3",
729
+ transform: "translate(1599 610)"
730
+ }), (0, _jsxRuntime.jsx)("rect", {
731
+ id: "\u77E9\u5F62_1265",
732
+ "data-name": "\u77E9\u5F62 1265",
733
+ width: "4",
734
+ height: "2",
735
+ transform: "translate(1599 614)"
736
+ }), (0, _jsxRuntime.jsx)("rect", {
737
+ id: "\u77E9\u5F62_1254",
738
+ "data-name": "\u77E9\u5F62 1254",
739
+ width: "4",
740
+ height: "3",
741
+ transform: "translate(1599 617)"
742
+ }), (0, _jsxRuntime.jsx)("rect", {
743
+ id: "\u77E9\u5F62_1258",
744
+ "data-name": "\u77E9\u5F62 1258",
745
+ width: "4",
746
+ height: "3",
747
+ transform: "translate(1599 621)"
748
+ })]
749
+ }))
750
+ }));
751
+ };
752
+
753
+ var Grid5x5Svg = function Grid5x5Svg() {
754
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
755
+ xmlns: "http://www.w3.org/2000/svg",
756
+ width: "23",
757
+ height: "18",
758
+ viewBox: "0 0 23 18"
759
+ }, {
760
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
761
+ id: "_5x5",
762
+ "data-name": "5x5",
763
+ transform: "translate(-1638 -608)"
764
+ }, {
765
+ children: [(0, _jsxRuntime.jsx)("path", {
766
+ id: "\u77E9\u5F62_1266",
767
+ "data-name": "\u77E9\u5F62 1266",
768
+ 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",
769
+ transform: "translate(1638 608)"
770
+ }), (0, _jsxRuntime.jsx)("rect", {
771
+ id: "\u77E9\u5F62_1267",
772
+ "data-name": "\u77E9\u5F62 1267",
773
+ width: "3",
774
+ height: "2",
775
+ transform: "translate(1640 610)"
776
+ }), (0, _jsxRuntime.jsx)("rect", {
777
+ id: "\u77E9\u5F62_1276",
778
+ "data-name": "\u77E9\u5F62 1276",
779
+ width: "3",
780
+ height: "2",
781
+ transform: "translate(1640 613)"
782
+ }), (0, _jsxRuntime.jsx)("rect", {
783
+ id: "\u77E9\u5F62_1281",
784
+ "data-name": "\u77E9\u5F62 1281",
785
+ width: "3",
786
+ height: "2",
787
+ transform: "translate(1640 616)"
788
+ }), (0, _jsxRuntime.jsx)("rect", {
789
+ id: "\u77E9\u5F62_1286",
790
+ "data-name": "\u77E9\u5F62 1286",
791
+ width: "3",
792
+ height: "2",
793
+ transform: "translate(1640 619)"
794
+ }), (0, _jsxRuntime.jsx)("rect", {
795
+ id: "\u77E9\u5F62_1291",
796
+ "data-name": "\u77E9\u5F62 1291",
797
+ width: "3",
798
+ height: "2",
799
+ transform: "translate(1640 622)"
800
+ }), (0, _jsxRuntime.jsx)("rect", {
801
+ id: "\u77E9\u5F62_1268",
802
+ "data-name": "\u77E9\u5F62 1268",
803
+ width: "3",
804
+ height: "2",
805
+ transform: "translate(1644 610)"
806
+ }), (0, _jsxRuntime.jsx)("rect", {
807
+ id: "\u77E9\u5F62_1275",
808
+ "data-name": "\u77E9\u5F62 1275",
809
+ width: "3",
810
+ height: "2",
811
+ transform: "translate(1644 613)"
812
+ }), (0, _jsxRuntime.jsx)("rect", {
813
+ id: "\u77E9\u5F62_1280",
814
+ "data-name": "\u77E9\u5F62 1280",
815
+ width: "3",
816
+ height: "2",
817
+ transform: "translate(1644 616)"
818
+ }), (0, _jsxRuntime.jsx)("rect", {
819
+ id: "\u77E9\u5F62_1285",
820
+ "data-name": "\u77E9\u5F62 1285",
821
+ width: "3",
822
+ height: "2",
823
+ transform: "translate(1644 619)"
824
+ }), (0, _jsxRuntime.jsx)("rect", {
825
+ id: "\u77E9\u5F62_1290",
826
+ "data-name": "\u77E9\u5F62 1290",
827
+ width: "3",
828
+ height: "2",
829
+ transform: "translate(1644 622)"
830
+ }), (0, _jsxRuntime.jsx)("rect", {
831
+ id: "\u77E9\u5F62_1269",
832
+ "data-name": "\u77E9\u5F62 1269",
833
+ width: "3",
834
+ height: "2",
835
+ transform: "translate(1648 610)"
836
+ }), (0, _jsxRuntime.jsx)("rect", {
837
+ id: "\u77E9\u5F62_1274",
838
+ "data-name": "\u77E9\u5F62 1274",
839
+ width: "3",
840
+ height: "2",
841
+ transform: "translate(1648 613)"
842
+ }), (0, _jsxRuntime.jsx)("rect", {
843
+ id: "\u77E9\u5F62_1279",
844
+ "data-name": "\u77E9\u5F62 1279",
845
+ width: "3",
846
+ height: "2",
847
+ transform: "translate(1648 616)"
848
+ }), (0, _jsxRuntime.jsx)("rect", {
849
+ id: "\u77E9\u5F62_1284",
850
+ "data-name": "\u77E9\u5F62 1284",
851
+ width: "3",
852
+ height: "2",
853
+ transform: "translate(1648 619)"
854
+ }), (0, _jsxRuntime.jsx)("rect", {
855
+ id: "\u77E9\u5F62_1289",
856
+ "data-name": "\u77E9\u5F62 1289",
857
+ width: "3",
858
+ height: "2",
859
+ transform: "translate(1648 622)"
860
+ }), (0, _jsxRuntime.jsx)("rect", {
861
+ id: "\u77E9\u5F62_1270",
862
+ "data-name": "\u77E9\u5F62 1270",
863
+ width: "3",
864
+ height: "2",
865
+ transform: "translate(1652 610)"
866
+ }), (0, _jsxRuntime.jsx)("rect", {
867
+ id: "\u77E9\u5F62_1273",
868
+ "data-name": "\u77E9\u5F62 1273",
869
+ width: "3",
870
+ height: "2",
871
+ transform: "translate(1652 613)"
872
+ }), (0, _jsxRuntime.jsx)("rect", {
873
+ id: "\u77E9\u5F62_1278",
874
+ "data-name": "\u77E9\u5F62 1278",
875
+ width: "3",
876
+ height: "2",
877
+ transform: "translate(1652 616)"
878
+ }), (0, _jsxRuntime.jsx)("rect", {
879
+ id: "\u77E9\u5F62_1283",
880
+ "data-name": "\u77E9\u5F62 1283",
881
+ width: "3",
882
+ height: "2",
883
+ transform: "translate(1652 619)"
884
+ }), (0, _jsxRuntime.jsx)("rect", {
885
+ id: "\u77E9\u5F62_1288",
886
+ "data-name": "\u77E9\u5F62 1288",
887
+ width: "3",
888
+ height: "2",
889
+ transform: "translate(1652 622)"
890
+ }), (0, _jsxRuntime.jsx)("rect", {
891
+ id: "\u77E9\u5F62_1271",
892
+ "data-name": "\u77E9\u5F62 1271",
893
+ width: "3",
894
+ height: "2",
895
+ transform: "translate(1656 610)"
896
+ }), (0, _jsxRuntime.jsx)("rect", {
897
+ id: "\u77E9\u5F62_1272",
898
+ "data-name": "\u77E9\u5F62 1272",
899
+ width: "3",
900
+ height: "2",
901
+ transform: "translate(1656 613)"
902
+ }), (0, _jsxRuntime.jsx)("rect", {
903
+ id: "\u77E9\u5F62_1277",
904
+ "data-name": "\u77E9\u5F62 1277",
905
+ width: "3",
906
+ height: "2",
907
+ transform: "translate(1656 616)"
908
+ }), (0, _jsxRuntime.jsx)("rect", {
909
+ id: "\u77E9\u5F62_1282",
910
+ "data-name": "\u77E9\u5F62 1282",
911
+ width: "3",
912
+ height: "2",
913
+ transform: "translate(1656 619)"
914
+ }), (0, _jsxRuntime.jsx)("rect", {
915
+ id: "\u77E9\u5F62_1287",
916
+ "data-name": "\u77E9\u5F62 1287",
917
+ width: "3",
918
+ height: "2",
919
+ transform: "translate(1656 622)"
920
+ })]
921
+ }))
922
+ }));
923
+ };
924
+
925
+ var Grid1x5Svg = function Grid1x5Svg() {
926
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
927
+ xmlns: "http://www.w3.org/2000/svg",
928
+ width: "23",
929
+ height: "18",
930
+ viewBox: "0 0 23 18"
931
+ }, {
932
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
933
+ id: "_1_5",
934
+ "data-name": "1+5",
935
+ transform: "translate(-1470 -664)"
936
+ }, {
937
+ children: [(0, _jsxRuntime.jsx)("path", {
938
+ id: "\u77E9\u5F62_1293",
939
+ "data-name": "\u77E9\u5F62 1293",
940
+ 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",
941
+ transform: "translate(1470 664)"
942
+ }), (0, _jsxRuntime.jsx)("rect", {
943
+ id: "\u77E9\u5F62_1292",
944
+ "data-name": "\u77E9\u5F62 1292",
945
+ width: "13",
946
+ height: "9",
947
+ transform: "translate(1472 666)"
948
+ }), (0, _jsxRuntime.jsx)("rect", {
949
+ id: "\u77E9\u5F62_1294",
950
+ "data-name": "\u77E9\u5F62 1294",
951
+ width: "5",
952
+ height: "4",
953
+ transform: "translate(1486 666)"
954
+ }), (0, _jsxRuntime.jsx)("rect", {
955
+ id: "\u77E9\u5F62_1295",
956
+ "data-name": "\u77E9\u5F62 1295",
957
+ width: "5",
958
+ height: "4",
959
+ transform: "translate(1486 671)"
960
+ }), (0, _jsxRuntime.jsx)("rect", {
961
+ id: "\u77E9\u5F62_1296",
962
+ "data-name": "\u77E9\u5F62 1296",
963
+ width: "5",
964
+ height: "4",
965
+ transform: "translate(1486 676)"
966
+ }), (0, _jsxRuntime.jsx)("rect", {
967
+ id: "\u77E9\u5F62_1297",
968
+ "data-name": "\u77E9\u5F62 1297",
969
+ width: "6",
970
+ height: "4",
971
+ transform: "translate(1479 676)"
972
+ }), (0, _jsxRuntime.jsx)("rect", {
973
+ id: "\u77E9\u5F62_1298",
974
+ "data-name": "\u77E9\u5F62 1298",
975
+ width: "6",
976
+ height: "4",
977
+ transform: "translate(1472 676)"
978
+ })]
979
+ }))
980
+ }));
981
+ };
982
+
983
+ var Grid1x7Svg = function Grid1x7Svg() {
984
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
985
+ xmlns: "http://www.w3.org/2000/svg",
986
+ width: "23",
987
+ height: "18",
988
+ viewBox: "0 0 23 18"
989
+ }, {
990
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
991
+ id: "_1_7",
992
+ "data-name": "1+7",
993
+ transform: "translate(-1526 -664)"
994
+ }, {
995
+ children: [(0, _jsxRuntime.jsx)("path", {
996
+ id: "\u77E9\u5F62_1299",
997
+ "data-name": "\u77E9\u5F62 1299",
998
+ 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",
999
+ transform: "translate(1526 664)"
1000
+ }), (0, _jsxRuntime.jsx)("rect", {
1001
+ id: "\u77E9\u5F62_1300",
1002
+ "data-name": "\u77E9\u5F62 1300",
1003
+ width: "14",
1004
+ height: "10",
1005
+ transform: "translate(1528 666)"
1006
+ }), (0, _jsxRuntime.jsx)("rect", {
1007
+ id: "\u77E9\u5F62_1301",
1008
+ "data-name": "\u77E9\u5F62 1301",
1009
+ width: "4",
1010
+ height: "3",
1011
+ transform: "translate(1543 666)"
1012
+ }), (0, _jsxRuntime.jsx)("rect", {
1013
+ id: "\u77E9\u5F62_1302",
1014
+ "data-name": "\u77E9\u5F62 1302",
1015
+ width: "4",
1016
+ height: "2",
1017
+ transform: "translate(1543 670)"
1018
+ }), (0, _jsxRuntime.jsx)("rect", {
1019
+ id: "\u77E9\u5F62_1303",
1020
+ "data-name": "\u77E9\u5F62 1303",
1021
+ width: "4",
1022
+ height: "3",
1023
+ transform: "translate(1543 673)"
1024
+ }), (0, _jsxRuntime.jsx)("rect", {
1025
+ id: "\u77E9\u5F62_1304",
1026
+ "data-name": "\u77E9\u5F62 1304",
1027
+ width: "4",
1028
+ height: "3",
1029
+ transform: "translate(1543 677)"
1030
+ }), (0, _jsxRuntime.jsx)("rect", {
1031
+ id: "\u77E9\u5F62_1305",
1032
+ "data-name": "\u77E9\u5F62 1305",
1033
+ width: "4",
1034
+ height: "3",
1035
+ transform: "translate(1538 677)"
1036
+ }), (0, _jsxRuntime.jsx)("rect", {
1037
+ id: "\u77E9\u5F62_1306",
1038
+ "data-name": "\u77E9\u5F62 1306",
1039
+ width: "4",
1040
+ height: "3",
1041
+ transform: "translate(1533 677)"
1042
+ }), (0, _jsxRuntime.jsx)("rect", {
1043
+ id: "\u77E9\u5F62_1307",
1044
+ "data-name": "\u77E9\u5F62 1307",
1045
+ width: "4",
1046
+ height: "3",
1047
+ transform: "translate(1528 677)"
1048
+ })]
1049
+ }))
1050
+ }));
1051
+ };
1052
+
1053
+ var Grid1x9Svg = function Grid1x9Svg() {
1054
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
1055
+ xmlns: "http://www.w3.org/2000/svg",
1056
+ width: "23",
1057
+ height: "18",
1058
+ viewBox: "0 0 23 18"
1059
+ }, {
1060
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1061
+ id: "_1_9",
1062
+ "data-name": "1+9",
1063
+ transform: "translate(-1638 -664)"
1064
+ }, {
1065
+ children: [(0, _jsxRuntime.jsx)("path", {
1066
+ id: "\u77E9\u5F62_1308",
1067
+ "data-name": "\u77E9\u5F62 1308",
1068
+ 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",
1069
+ transform: "translate(1638 664)"
1070
+ }), (0, _jsxRuntime.jsx)("rect", {
1071
+ id: "\u77E9\u5F62_1309",
1072
+ "data-name": "\u77E9\u5F62 1309",
1073
+ width: "14",
1074
+ height: "8",
1075
+ transform: "translate(1640 666)"
1076
+ }), (0, _jsxRuntime.jsx)("rect", {
1077
+ id: "\u77E9\u5F62_1310",
1078
+ "data-name": "\u77E9\u5F62 1310",
1079
+ width: "4",
1080
+ height: "2",
1081
+ transform: "translate(1655 669)"
1082
+ }), (0, _jsxRuntime.jsx)("rect", {
1083
+ id: "\u77E9\u5F62_2011",
1084
+ "data-name": "\u77E9\u5F62 2011",
1085
+ width: "4",
1086
+ height: "2",
1087
+ transform: "translate(1655 666)"
1088
+ }), (0, _jsxRuntime.jsx)("rect", {
1089
+ id: "\u77E9\u5F62_1311",
1090
+ "data-name": "\u77E9\u5F62 1311",
1091
+ width: "4",
1092
+ height: "2",
1093
+ transform: "translate(1655 672)"
1094
+ }), (0, _jsxRuntime.jsx)("rect", {
1095
+ id: "\u77E9\u5F62_1312",
1096
+ "data-name": "\u77E9\u5F62 1312",
1097
+ width: "4",
1098
+ height: "2",
1099
+ transform: "translate(1655 675)"
1100
+ }), (0, _jsxRuntime.jsx)("rect", {
1101
+ id: "\u77E9\u5F62_2006",
1102
+ "data-name": "\u77E9\u5F62 2006",
1103
+ width: "7",
1104
+ height: "2",
1105
+ transform: "translate(1647 675)"
1106
+ }), (0, _jsxRuntime.jsx)("rect", {
1107
+ id: "\u77E9\u5F62_2008",
1108
+ "data-name": "\u77E9\u5F62 2008",
1109
+ width: "6",
1110
+ height: "2",
1111
+ transform: "translate(1640 675)"
1112
+ }), (0, _jsxRuntime.jsx)("rect", {
1113
+ id: "\u77E9\u5F62_1313",
1114
+ "data-name": "\u77E9\u5F62 1313",
1115
+ width: "4",
1116
+ height: "2",
1117
+ transform: "translate(1655 678)"
1118
+ }), (0, _jsxRuntime.jsx)("rect", {
1119
+ id: "\u77E9\u5F62_1314",
1120
+ "data-name": "\u77E9\u5F62 1314",
1121
+ width: "7",
1122
+ height: "2",
1123
+ transform: "translate(1647 678)"
1124
+ }), (0, _jsxRuntime.jsx)("rect", {
1125
+ id: "\u77E9\u5F62_1316",
1126
+ "data-name": "\u77E9\u5F62 1316",
1127
+ width: "6",
1128
+ height: "2",
1129
+ transform: "translate(1640 678)"
1130
+ })]
1131
+ }))
1132
+ }));
1133
+ };
1134
+
1135
+ var Grid1x12Svg = function Grid1x12Svg() {
1136
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
1137
+ xmlns: "http://www.w3.org/2000/svg",
1138
+ width: "23",
1139
+ height: "18",
1140
+ viewBox: "0 0 23 18"
1141
+ }, {
1142
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1143
+ id: "_1_12",
1144
+ "data-name": "1+12",
1145
+ transform: "translate(-1638 -664)"
1146
+ }, {
1147
+ children: [(0, _jsxRuntime.jsx)("path", {
1148
+ id: "\u77E9\u5F62_1308",
1149
+ "data-name": "\u77E9\u5F62 1308",
1150
+ 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",
1151
+ transform: "translate(1638 664)"
1152
+ }), (0, _jsxRuntime.jsx)("rect", {
1153
+ id: "\u77E9\u5F62_1309",
1154
+ "data-name": "\u77E9\u5F62 1309",
1155
+ width: "9",
1156
+ height: "7",
1157
+ transform: "translate(1640 666)"
1158
+ }), (0, _jsxRuntime.jsx)("rect", {
1159
+ id: "\u77E9\u5F62_1310",
1160
+ "data-name": "\u77E9\u5F62 1310",
1161
+ width: "4",
1162
+ height: "3",
1163
+ transform: "translate(1655 666)"
1164
+ }), (0, _jsxRuntime.jsx)("rect", {
1165
+ id: "\u77E9\u5F62_2010",
1166
+ "data-name": "\u77E9\u5F62 2010",
1167
+ width: "4",
1168
+ height: "3",
1169
+ transform: "translate(1650 666)"
1170
+ }), (0, _jsxRuntime.jsx)("rect", {
1171
+ id: "\u77E9\u5F62_1311",
1172
+ "data-name": "\u77E9\u5F62 1311",
1173
+ width: "4",
1174
+ height: "3",
1175
+ transform: "translate(1655 670)"
1176
+ }), (0, _jsxRuntime.jsx)("rect", {
1177
+ id: "\u77E9\u5F62_2009",
1178
+ "data-name": "\u77E9\u5F62 2009",
1179
+ width: "4",
1180
+ height: "3",
1181
+ transform: "translate(1650 670)"
1182
+ }), (0, _jsxRuntime.jsx)("rect", {
1183
+ id: "\u77E9\u5F62_1312",
1184
+ "data-name": "\u77E9\u5F62 1312",
1185
+ width: "4",
1186
+ height: "2",
1187
+ transform: "translate(1655 674)"
1188
+ }), (0, _jsxRuntime.jsx)("rect", {
1189
+ id: "\u77E9\u5F62_2006",
1190
+ "data-name": "\u77E9\u5F62 2006",
1191
+ width: "4",
1192
+ height: "2",
1193
+ transform: "translate(1650 674)"
1194
+ }), (0, _jsxRuntime.jsx)("rect", {
1195
+ id: "\u77E9\u5F62_2007",
1196
+ "data-name": "\u77E9\u5F62 2007",
1197
+ width: "4",
1198
+ height: "2",
1199
+ transform: "translate(1645 674)"
1200
+ }), (0, _jsxRuntime.jsx)("rect", {
1201
+ id: "\u77E9\u5F62_2008",
1202
+ "data-name": "\u77E9\u5F62 2008",
1203
+ width: "4",
1204
+ height: "2",
1205
+ transform: "translate(1640 674)"
1206
+ }), (0, _jsxRuntime.jsx)("rect", {
1207
+ id: "\u77E9\u5F62_1313",
1208
+ "data-name": "\u77E9\u5F62 1313",
1209
+ width: "4",
1210
+ height: "3",
1211
+ transform: "translate(1655 677)"
1212
+ }), (0, _jsxRuntime.jsx)("rect", {
1213
+ id: "\u77E9\u5F62_1314",
1214
+ "data-name": "\u77E9\u5F62 1314",
1215
+ width: "4",
1216
+ height: "3",
1217
+ transform: "translate(1650 677)"
1218
+ }), (0, _jsxRuntime.jsx)("rect", {
1219
+ id: "\u77E9\u5F62_1315",
1220
+ "data-name": "\u77E9\u5F62 1315",
1221
+ width: "4",
1222
+ height: "3",
1223
+ transform: "translate(1645 677)"
1224
+ }), (0, _jsxRuntime.jsx)("rect", {
1225
+ id: "\u77E9\u5F62_1316",
1226
+ "data-name": "\u77E9\u5F62 1316",
1227
+ width: "4",
1228
+ height: "3",
1229
+ transform: "translate(1640 677)"
1230
+ })]
1231
+ }))
1232
+ }));
1233
+ };
1234
+
1235
+ var Grid1x13Svg = function Grid1x13Svg() {
1236
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
1237
+ xmlns: "http://www.w3.org/2000/svg",
1238
+ width: "23",
1239
+ height: "18",
1240
+ viewBox: "0 0 23 18"
1241
+ }, {
1242
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1243
+ id: "_1_13",
1244
+ "data-name": "1+13",
1245
+ transform: "translate(-1638 -664)"
1246
+ }, {
1247
+ children: [(0, _jsxRuntime.jsx)("path", {
1248
+ id: "\u77E9\u5F62_1308",
1249
+ "data-name": "\u77E9\u5F62 1308",
1250
+ 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",
1251
+ transform: "translate(1638 664)"
1252
+ }), (0, _jsxRuntime.jsx)("rect", {
1253
+ id: "\u77E9\u5F62_1309",
1254
+ "data-name": "\u77E9\u5F62 1309",
1255
+ width: "9",
1256
+ height: "8",
1257
+ transform: "translate(1640 666)"
1258
+ }), (0, _jsxRuntime.jsx)("rect", {
1259
+ id: "\u77E9\u5F62_1310",
1260
+ "data-name": "\u77E9\u5F62 1310",
1261
+ width: "4",
1262
+ height: "2",
1263
+ transform: "translate(1655 669)"
1264
+ }), (0, _jsxRuntime.jsx)("rect", {
1265
+ id: "\u77E9\u5F62_2013",
1266
+ "data-name": "\u77E9\u5F62 2013",
1267
+ width: "4",
1268
+ height: "2",
1269
+ transform: "translate(1650 669)"
1270
+ }), (0, _jsxRuntime.jsx)("rect", {
1271
+ id: "\u77E9\u5F62_2014",
1272
+ "data-name": "\u77E9\u5F62 2014",
1273
+ width: "4",
1274
+ height: "2",
1275
+ transform: "translate(1650 672)"
1276
+ }), (0, _jsxRuntime.jsx)("rect", {
1277
+ id: "\u77E9\u5F62_2012",
1278
+ "data-name": "\u77E9\u5F62 2012",
1279
+ width: "9",
1280
+ height: "2",
1281
+ transform: "translate(1650 666)"
1282
+ }), (0, _jsxRuntime.jsx)("rect", {
1283
+ id: "\u77E9\u5F62_1311",
1284
+ "data-name": "\u77E9\u5F62 1311",
1285
+ width: "4",
1286
+ height: "2",
1287
+ transform: "translate(1655 672)"
1288
+ }), (0, _jsxRuntime.jsx)("rect", {
1289
+ id: "\u77E9\u5F62_1312",
1290
+ "data-name": "\u77E9\u5F62 1312",
1291
+ width: "4",
1292
+ height: "2",
1293
+ transform: "translate(1655 675)"
1294
+ }), (0, _jsxRuntime.jsx)("rect", {
1295
+ id: "\u77E9\u5F62_2006",
1296
+ "data-name": "\u77E9\u5F62 2006",
1297
+ width: "4",
1298
+ height: "2",
1299
+ transform: "translate(1650 675)"
1300
+ }), (0, _jsxRuntime.jsx)("rect", {
1301
+ id: "\u77E9\u5F62_2007",
1302
+ "data-name": "\u77E9\u5F62 2007",
1303
+ width: "4",
1304
+ height: "2",
1305
+ transform: "translate(1645 675)"
1306
+ }), (0, _jsxRuntime.jsx)("rect", {
1307
+ id: "\u77E9\u5F62_2008",
1308
+ "data-name": "\u77E9\u5F62 2008",
1309
+ width: "4",
1310
+ height: "2",
1311
+ transform: "translate(1640 675)"
1312
+ }), (0, _jsxRuntime.jsx)("rect", {
1313
+ id: "\u77E9\u5F62_1313",
1314
+ "data-name": "\u77E9\u5F62 1313",
1315
+ width: "4",
1316
+ height: "2",
1317
+ transform: "translate(1655 678)"
1318
+ }), (0, _jsxRuntime.jsx)("rect", {
1319
+ id: "\u77E9\u5F62_1314",
1320
+ "data-name": "\u77E9\u5F62 1314",
1321
+ width: "4",
1322
+ height: "2",
1323
+ transform: "translate(1650 678)"
1324
+ }), (0, _jsxRuntime.jsx)("rect", {
1325
+ id: "\u77E9\u5F62_1315",
1326
+ "data-name": "\u77E9\u5F62 1315",
1327
+ width: "4",
1328
+ height: "2",
1329
+ transform: "translate(1645 678)"
1330
+ }), (0, _jsxRuntime.jsx)("rect", {
1331
+ id: "\u77E9\u5F62_1316",
1332
+ "data-name": "\u77E9\u5F62 1316",
1333
+ width: "4",
1334
+ height: "2",
1335
+ transform: "translate(1640 678)"
1336
+ })]
1337
+ }))
1338
+ }));
1339
+ };
1340
+
1341
+ var Grid1x16Svg = function Grid1x16Svg() {
1342
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
1343
+ xmlns: "http://www.w3.org/2000/svg",
1344
+ width: "23",
1345
+ height: "18",
1346
+ viewBox: "0 0 23 18"
1347
+ }, {
1348
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1349
+ id: "_1_16",
1350
+ "data-name": "1+16",
1351
+ transform: "translate(-1694 -664)"
1352
+ }, {
1353
+ children: [(0, _jsxRuntime.jsx)("path", {
1354
+ id: "\u77E9\u5F62_1318",
1355
+ "data-name": "\u77E9\u5F62 1318",
1356
+ 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",
1357
+ transform: "translate(1694 664)"
1358
+ }), (0, _jsxRuntime.jsx)("rect", {
1359
+ id: "\u77E9\u5F62_1317",
1360
+ "data-name": "\u77E9\u5F62 1317",
1361
+ width: "11",
1362
+ height: "8",
1363
+ transform: "translate(1696 666)"
1364
+ }), (0, _jsxRuntime.jsx)("rect", {
1365
+ id: "\u77E9\u5F62_1319",
1366
+ "data-name": "\u77E9\u5F62 1319",
1367
+ width: "3",
1368
+ height: "2",
1369
+ transform: "translate(1708 666)"
1370
+ }), (0, _jsxRuntime.jsx)("rect", {
1371
+ id: "\u77E9\u5F62_1322",
1372
+ "data-name": "\u77E9\u5F62 1322",
1373
+ width: "3",
1374
+ height: "2",
1375
+ transform: "translate(1708 669)"
1376
+ }), (0, _jsxRuntime.jsx)("rect", {
1377
+ id: "\u77E9\u5F62_1324",
1378
+ "data-name": "\u77E9\u5F62 1324",
1379
+ width: "3",
1380
+ height: "2",
1381
+ transform: "translate(1708 672)"
1382
+ }), (0, _jsxRuntime.jsx)("rect", {
1383
+ id: "\u77E9\u5F62_1326",
1384
+ "data-name": "\u77E9\u5F62 1326",
1385
+ width: "3",
1386
+ height: "2",
1387
+ transform: "translate(1708 675)"
1388
+ }), (0, _jsxRuntime.jsx)("rect", {
1389
+ id: "\u77E9\u5F62_1328",
1390
+ "data-name": "\u77E9\u5F62 1328",
1391
+ width: "3",
1392
+ height: "2",
1393
+ transform: "translate(1708 678)"
1394
+ }), (0, _jsxRuntime.jsx)("rect", {
1395
+ id: "\u77E9\u5F62_1330",
1396
+ "data-name": "\u77E9\u5F62 1330",
1397
+ width: "3",
1398
+ height: "2",
1399
+ transform: "translate(1700 678)"
1400
+ }), (0, _jsxRuntime.jsx)("rect", {
1401
+ id: "\u77E9\u5F62_1332",
1402
+ "data-name": "\u77E9\u5F62 1332",
1403
+ width: "3",
1404
+ height: "2",
1405
+ transform: "translate(1700 675)"
1406
+ }), (0, _jsxRuntime.jsx)("rect", {
1407
+ id: "\u77E9\u5F62_1333",
1408
+ "data-name": "\u77E9\u5F62 1333",
1409
+ width: "3",
1410
+ height: "2",
1411
+ transform: "translate(1696 675)"
1412
+ }), (0, _jsxRuntime.jsx)("rect", {
1413
+ id: "\u77E9\u5F62_1334",
1414
+ "data-name": "\u77E9\u5F62 1334",
1415
+ width: "3",
1416
+ height: "2",
1417
+ transform: "translate(1696 678)"
1418
+ }), (0, _jsxRuntime.jsx)("rect", {
1419
+ id: "\u77E9\u5F62_1320",
1420
+ "data-name": "\u77E9\u5F62 1320",
1421
+ width: "3",
1422
+ height: "2",
1423
+ transform: "translate(1712 666)"
1424
+ }), (0, _jsxRuntime.jsx)("rect", {
1425
+ id: "\u77E9\u5F62_1321",
1426
+ "data-name": "\u77E9\u5F62 1321",
1427
+ width: "3",
1428
+ height: "2",
1429
+ transform: "translate(1712 669)"
1430
+ }), (0, _jsxRuntime.jsx)("rect", {
1431
+ id: "\u77E9\u5F62_1323",
1432
+ "data-name": "\u77E9\u5F62 1323",
1433
+ width: "3",
1434
+ height: "2",
1435
+ transform: "translate(1712 672)"
1436
+ }), (0, _jsxRuntime.jsx)("rect", {
1437
+ id: "\u77E9\u5F62_1325",
1438
+ "data-name": "\u77E9\u5F62 1325",
1439
+ width: "3",
1440
+ height: "2",
1441
+ transform: "translate(1712 675)"
1442
+ }), (0, _jsxRuntime.jsx)("rect", {
1443
+ id: "\u77E9\u5F62_1327",
1444
+ "data-name": "\u77E9\u5F62 1327",
1445
+ width: "3",
1446
+ height: "2",
1447
+ transform: "translate(1712 678)"
1448
+ }), (0, _jsxRuntime.jsx)("rect", {
1449
+ id: "\u77E9\u5F62_1329",
1450
+ "data-name": "\u77E9\u5F62 1329",
1451
+ width: "3",
1452
+ height: "2",
1453
+ transform: "translate(1704 678)"
1454
+ }), (0, _jsxRuntime.jsx)("rect", {
1455
+ id: "\u77E9\u5F62_1331",
1456
+ "data-name": "\u77E9\u5F62 1331",
1457
+ width: "3",
1458
+ height: "2",
1459
+ transform: "translate(1704 675)"
1460
+ })]
1461
+ }))
1462
+ }));
1463
+ };
1464
+
1465
+ var Grid1x21Svg = function Grid1x21Svg() {
1466
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
1467
+ xmlns: "http://www.w3.org/2000/svg",
1468
+ width: "23",
1469
+ height: "18",
1470
+ viewBox: "0 0 23 18"
1471
+ }, {
1472
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1473
+ id: "_1_21",
1474
+ "data-name": "1+21",
1475
+ transform: "translate(-1526 -720)"
1476
+ }, {
1477
+ children: [(0, _jsxRuntime.jsx)("path", {
1478
+ id: "\u77E9\u5F62_1345",
1479
+ "data-name": "\u77E9\u5F62 1345",
1480
+ 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",
1481
+ transform: "translate(1526 720)"
1482
+ }), (0, _jsxRuntime.jsx)("rect", {
1483
+ id: "\u77E9\u5F62_1346",
1484
+ "data-name": "\u77E9\u5F62 1346",
1485
+ width: "7",
1486
+ height: "5",
1487
+ transform: "translate(1528 722)"
1488
+ }), (0, _jsxRuntime.jsx)("rect", {
1489
+ id: "\u77E9\u5F62_1347",
1490
+ "data-name": "\u77E9\u5F62 1347",
1491
+ width: "3",
1492
+ height: "2",
1493
+ transform: "translate(1536 731)"
1494
+ }), (0, _jsxRuntime.jsx)("rect", {
1495
+ id: "\u77E9\u5F62_1363",
1496
+ "data-name": "\u77E9\u5F62 1363",
1497
+ width: "3",
1498
+ height: "2",
1499
+ transform: "translate(1532 731)"
1500
+ }), (0, _jsxRuntime.jsx)("rect", {
1501
+ id: "\u77E9\u5F62_1371",
1502
+ "data-name": "\u77E9\u5F62 1371",
1503
+ width: "3",
1504
+ height: "2",
1505
+ transform: "translate(1532 728)"
1506
+ }), (0, _jsxRuntime.jsx)("rect", {
1507
+ id: "\u77E9\u5F62_1366",
1508
+ "data-name": "\u77E9\u5F62 1366",
1509
+ width: "3",
1510
+ height: "2",
1511
+ transform: "translate(1528 731)"
1512
+ }), (0, _jsxRuntime.jsx)("rect", {
1513
+ id: "\u77E9\u5F62_1372",
1514
+ "data-name": "\u77E9\u5F62 1372",
1515
+ width: "3",
1516
+ height: "2",
1517
+ transform: "translate(1528 728)"
1518
+ }), (0, _jsxRuntime.jsx)("rect", {
1519
+ id: "\u77E9\u5F62_1348",
1520
+ "data-name": "\u77E9\u5F62 1348",
1521
+ width: "3",
1522
+ height: "2",
1523
+ transform: "translate(1536 734)"
1524
+ }), (0, _jsxRuntime.jsx)("rect", {
1525
+ id: "\u77E9\u5F62_1364",
1526
+ "data-name": "\u77E9\u5F62 1364",
1527
+ width: "3",
1528
+ height: "2",
1529
+ transform: "translate(1532 734)"
1530
+ }), (0, _jsxRuntime.jsx)("rect", {
1531
+ id: "\u77E9\u5F62_1367",
1532
+ "data-name": "\u77E9\u5F62 1367",
1533
+ width: "3",
1534
+ height: "2",
1535
+ transform: "translate(1528 734)"
1536
+ }), (0, _jsxRuntime.jsx)("rect", {
1537
+ id: "\u77E9\u5F62_1349",
1538
+ "data-name": "\u77E9\u5F62 1349",
1539
+ width: "3",
1540
+ height: "2",
1541
+ transform: "translate(1540 734)"
1542
+ }), (0, _jsxRuntime.jsx)("rect", {
1543
+ id: "\u77E9\u5F62_1356",
1544
+ "data-name": "\u77E9\u5F62 1356",
1545
+ width: "3",
1546
+ height: "2",
1547
+ transform: "translate(1540 728)"
1548
+ }), (0, _jsxRuntime.jsx)("rect", {
1549
+ id: "\u77E9\u5F62_1368",
1550
+ "data-name": "\u77E9\u5F62 1368",
1551
+ width: "3",
1552
+ height: "2",
1553
+ transform: "translate(1536 728)"
1554
+ }), (0, _jsxRuntime.jsx)("rect", {
1555
+ id: "\u77E9\u5F62_1350",
1556
+ "data-name": "\u77E9\u5F62 1350",
1557
+ width: "3",
1558
+ height: "2",
1559
+ transform: "translate(1540 731)"
1560
+ }), (0, _jsxRuntime.jsx)("rect", {
1561
+ id: "\u77E9\u5F62_1353",
1562
+ "data-name": "\u77E9\u5F62 1353",
1563
+ width: "3",
1564
+ height: "2",
1565
+ transform: "translate(1540 725)"
1566
+ }), (0, _jsxRuntime.jsx)("rect", {
1567
+ id: "\u77E9\u5F62_1369",
1568
+ "data-name": "\u77E9\u5F62 1369",
1569
+ width: "3",
1570
+ height: "2",
1571
+ transform: "translate(1536 725)"
1572
+ }), (0, _jsxRuntime.jsx)("rect", {
1573
+ id: "\u77E9\u5F62_1359",
1574
+ "data-name": "\u77E9\u5F62 1359",
1575
+ width: "3",
1576
+ height: "2",
1577
+ transform: "translate(1540 722)"
1578
+ }), (0, _jsxRuntime.jsx)("rect", {
1579
+ id: "\u77E9\u5F62_1370",
1580
+ "data-name": "\u77E9\u5F62 1370",
1581
+ width: "3",
1582
+ height: "2",
1583
+ transform: "translate(1536 722)"
1584
+ }), (0, _jsxRuntime.jsx)("rect", {
1585
+ id: "\u77E9\u5F62_1351",
1586
+ "data-name": "\u77E9\u5F62 1351",
1587
+ width: "3",
1588
+ height: "2",
1589
+ transform: "translate(1544 731)"
1590
+ }), (0, _jsxRuntime.jsx)("rect", {
1591
+ id: "\u77E9\u5F62_1358",
1592
+ "data-name": "\u77E9\u5F62 1358",
1593
+ width: "3",
1594
+ height: "2",
1595
+ transform: "translate(1544 725)"
1596
+ }), (0, _jsxRuntime.jsx)("rect", {
1597
+ id: "\u77E9\u5F62_1361",
1598
+ "data-name": "\u77E9\u5F62 1361",
1599
+ width: "3",
1600
+ height: "2",
1601
+ transform: "translate(1544 722)"
1602
+ }), (0, _jsxRuntime.jsx)("rect", {
1603
+ id: "\u77E9\u5F62_1352",
1604
+ "data-name": "\u77E9\u5F62 1352",
1605
+ width: "3",
1606
+ height: "2",
1607
+ transform: "translate(1544 734)"
1608
+ }), (0, _jsxRuntime.jsx)("rect", {
1609
+ id: "\u77E9\u5F62_1357",
1610
+ "data-name": "\u77E9\u5F62 1357",
1611
+ width: "3",
1612
+ height: "2",
1613
+ transform: "translate(1544 728)"
1614
+ })]
1615
+ }))
1616
+ }));
1617
+ };
1618
+
1619
+ var TagSvg = function TagSvg() {
1620
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
1621
+ xmlns: "http://www.w3.org/2000/svg",
1622
+ width: "16",
1623
+ height: "16",
1624
+ viewBox: "0 0 16 16"
1625
+ }, {
1626
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1627
+ id: "\u6807\u7B7E",
1628
+ transform: "translate(-21 -5)"
1629
+ }, {
1630
+ children: [(0, _jsxRuntime.jsx)("rect", {
1631
+ id: "\u5E95",
1632
+ width: "16",
1633
+ height: "16",
1634
+ transform: "translate(21 5)",
1635
+ fill: "#fff",
1636
+ opacity: "0"
1637
+ }), (0, _jsxRuntime.jsx)("path", {
1638
+ id: "\u8DEF\u5F84_483",
1639
+ "data-name": "\u8DEF\u5F84 483",
1640
+ 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",
1641
+ transform: "translate(-41.953 -57.958)"
1642
+ })]
1643
+ }))
1644
+ }));
1645
+ };
1646
+
1647
+ var PlayVideoBlueSvg = function PlayVideoBlueSvg() {
1648
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
1649
+ xmlns: "http://www.w3.org/2000/svg",
1650
+ width: "16",
1651
+ height: "16",
1652
+ viewBox: "0 0 16 16"
1653
+ }, {
1654
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1655
+ id: "\u64AD\u653E\u89C6\u9891",
1656
+ transform: "translate(-139.199 -82)"
1657
+ }, {
1658
+ children: [(0, _jsxRuntime.jsx)("path", {
1659
+ id: "\u8DEF\u5F84_486",
1660
+ "data-name": "\u8DEF\u5F84 486",
1661
+ 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",
1662
+ transform: "translate(-290.182 -260.305)"
1663
+ }), (0, _jsxRuntime.jsx)("path", {
1664
+ id: "\u8DEF\u5F84_487",
1665
+ "data-name": "\u8DEF\u5F84 487",
1666
+ 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"
1667
+ })]
1668
+ }))
1669
+ }));
1670
+ };
1671
+
1672
+ var SetTagSvg = function SetTagSvg() {
1673
+ return (0, _jsxRuntime.jsx)("svg", Object.assign({
1674
+ xmlns: "http://www.w3.org/2000/svg",
1675
+ width: "24",
1676
+ height: "24",
1677
+ viewBox: "0 0 24 24"
1678
+ }, {
1679
+ children: (0, _jsxRuntime.jsxs)("g", Object.assign({
1680
+ id: "\u6DFB\u52A0\u6807\u7B7E-\u60AC\u505C",
1681
+ transform: "translate(-711 -629)"
1682
+ }, {
1683
+ children: [(0, _jsxRuntime.jsx)("rect", {
1684
+ id: "\u77E9\u5F62_1003",
1685
+ "data-name": "\u77E9\u5F62 1003",
1686
+ width: "24",
1687
+ height: "24",
1688
+ transform: "translate(711 629)",
1689
+ fill: "#fff",
1690
+ opacity: "0"
1691
+ }), (0, _jsxRuntime.jsx)("path", {
1692
+ id: "\u8054\u5408_6",
1693
+ "data-name": "\u8054\u5408 6",
1694
+ 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",
1695
+ transform: "translate(-18191.773 11046.3)"
1696
+ })]
1697
+ }))
1698
+ }));
1699
+ };
531
1700
  /** 暂停Icon */
532
1701
 
533
1702
 
534
1703
  var PauseIcon = function PauseIcon(props) {
535
1704
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1705
+ title: "\u6682\u505C",
536
1706
  className: "control-icon",
537
1707
  component: PauseSvg
538
1708
  }, props));
@@ -544,6 +1714,7 @@ exports.PauseIcon = PauseIcon;
544
1714
 
545
1715
  var PlayIcon = function PlayIcon(props) {
546
1716
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1717
+ title: "\u64AD\u653E",
547
1718
  className: "control-icon",
548
1719
  component: PlaySvg
549
1720
  }, props));
@@ -555,6 +1726,7 @@ exports.PlayIcon = PlayIcon;
555
1726
 
556
1727
  var CaptureIcon = function CaptureIcon(props) {
557
1728
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1729
+ title: "\u622A\u56FE",
558
1730
  className: "control-icon",
559
1731
  component: CaptureSvg
560
1732
  }, props));
@@ -566,6 +1738,7 @@ exports.CaptureIcon = CaptureIcon;
566
1738
 
567
1739
  var FullScreenIcon = function FullScreenIcon(props) {
568
1740
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1741
+ title: "\u5168\u5C4F",
569
1742
  className: "control-icon",
570
1743
  component: FullScreenSvg
571
1744
  }, props));
@@ -577,6 +1750,7 @@ exports.FullScreenIcon = FullScreenIcon;
577
1750
 
578
1751
  var ExitFullScreenIcon = function ExitFullScreenIcon(props) {
579
1752
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1753
+ title: "\u9000\u51FA\u5168\u5C4F",
580
1754
  className: "control-icon",
581
1755
  component: ExitFullScreenSvg
582
1756
  }, props));
@@ -588,6 +1762,7 @@ exports.ExitFullScreenIcon = ExitFullScreenIcon;
588
1762
 
589
1763
  var VolumeSmallIcon = function VolumeSmallIcon(props) {
590
1764
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1765
+ title: "\u97F3\u91CF",
591
1766
  className: "control-icon",
592
1767
  component: VolumeSmallSvg
593
1768
  }, props));
@@ -599,6 +1774,7 @@ exports.VolumeSmallIcon = VolumeSmallIcon;
599
1774
 
600
1775
  var VolumeLargeIcon = function VolumeLargeIcon(props) {
601
1776
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1777
+ title: "\u97F3\u91CF",
602
1778
  className: "control-icon",
603
1779
  component: VolumeLargeSvg
604
1780
  }, props));
@@ -610,6 +1786,7 @@ exports.VolumeLargeIcon = VolumeLargeIcon;
610
1786
 
611
1787
  var VolumeMutedIcon = function VolumeMutedIcon(props) {
612
1788
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1789
+ title: "\u97F3\u91CF",
613
1790
  className: "control-icon",
614
1791
  component: VolumeMutedSvg
615
1792
  }, props));
@@ -632,6 +1809,7 @@ exports.SettingsIcon = SettingsIcon;
632
1809
 
633
1810
  var CloseAllIcon = function CloseAllIcon(props) {
634
1811
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1812
+ title: "\u5173\u95ED\u5168\u90E8",
635
1813
  className: "control-icon",
636
1814
  component: CloseAllSvg
637
1815
  }, props));
@@ -643,6 +1821,7 @@ exports.CloseAllIcon = CloseAllIcon;
643
1821
 
644
1822
  var ExpandIcon = function ExpandIcon(props) {
645
1823
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1824
+ title: "\u5C55\u5F00",
646
1825
  className: "control-icon",
647
1826
  component: ExpandSvg
648
1827
  }, props));
@@ -654,19 +1833,35 @@ exports.ExpandIcon = ExpandIcon;
654
1833
 
655
1834
  var FoldIcon = function FoldIcon(props) {
656
1835
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1836
+ title: "\u6536\u8D77",
657
1837
  className: "control-icon",
658
1838
  component: FoldSvg
659
1839
  }, props));
660
1840
  };
661
- /** 停止对讲Icon */
1841
+ /** 添加标签Icon */
662
1842
 
663
1843
 
664
1844
  exports.FoldIcon = FoldIcon;
665
1845
 
666
- var TalkDisableIcon = function TalkDisableIcon(props) {
1846
+ var SetTagIcon = function SetTagIcon(props) {
667
1847
  var _props$active = props.active,
668
1848
  active = _props$active === void 0 ? false : _props$active;
669
1849
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1850
+ title: "\u6DFB\u52A0\u6807\u7B7E",
1851
+ className: "control-icon ".concat(active ? 'active' : ''),
1852
+ component: SetTagSvg
1853
+ }, props));
1854
+ };
1855
+ /** 停止对讲Icon */
1856
+
1857
+
1858
+ exports.SetTagIcon = SetTagIcon;
1859
+
1860
+ var TalkDisableIcon = function TalkDisableIcon(props) {
1861
+ var _props$active2 = props.active,
1862
+ active = _props$active2 === void 0 ? false : _props$active2;
1863
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1864
+ title: "\u505C\u6B62\u5BF9\u8BB2",
670
1865
  className: "control-icon ".concat(active ? 'active' : ''),
671
1866
  component: TalkDisableSvg
672
1867
  }, props));
@@ -677,9 +1872,10 @@ var TalkDisableIcon = function TalkDisableIcon(props) {
677
1872
  exports.TalkDisableIcon = TalkDisableIcon;
678
1873
 
679
1874
  var TalkIcon = function TalkIcon(props) {
680
- var _props$active2 = props.active,
681
- active = _props$active2 === void 0 ? false : _props$active2;
1875
+ var _props$active3 = props.active,
1876
+ active = _props$active3 === void 0 ? false : _props$active3;
682
1877
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1878
+ title: "\u5BF9\u8BB2",
683
1879
  className: "control-icon ".concat(active ? 'active' : ''),
684
1880
  component: TalkSvg
685
1881
  }, props));
@@ -690,21 +1886,51 @@ var TalkIcon = function TalkIcon(props) {
690
1886
  exports.TalkIcon = TalkIcon;
691
1887
 
692
1888
  var CloudControlIcon = function CloudControlIcon(props) {
693
- var _props$active3 = props.active,
694
- active = _props$active3 === void 0 ? false : _props$active3;
1889
+ var _props$active4 = props.active,
1890
+ active = _props$active4 === void 0 ? false : _props$active4;
695
1891
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1892
+ title: "\u4E91\u53F0\u63A7\u5236",
696
1893
  className: "control-icon ".concat(active ? 'active' : ''),
697
1894
  component: CloudControlSvg
698
1895
  }, props));
699
1896
  };
700
- /** 1x1网格Icon */
1897
+ /** 屏幕占比Icon */
701
1898
 
702
1899
 
703
1900
  exports.CloudControlIcon = CloudControlIcon;
704
1901
 
1902
+ var OccupyingScreenIcon = function OccupyingScreenIcon(props) {
1903
+ var _props$active5 = props.active,
1904
+ active = _props$active5 === void 0 ? false : _props$active5;
1905
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1906
+ title: "\u5C4F\u5E55\u5360\u6BD4",
1907
+ className: "control-icon ".concat(active ? 'active' : ''),
1908
+ component: OccupyingScreenSvg
1909
+ }, props));
1910
+ };
1911
+ /** 网格Icon */
1912
+
1913
+
1914
+ exports.OccupyingScreenIcon = OccupyingScreenIcon;
1915
+
1916
+ var GridIcon = function GridIcon(props) {
1917
+ var _props$active6 = props.active,
1918
+ active = _props$active6 === void 0 ? false : _props$active6,
1919
+ disabled = props.disabled;
1920
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1921
+ title: "\u7A97\u53E3\u6570\u91CF",
1922
+ className: "control-icon ".concat(active ? 'active' : '', " ").concat(disabled ? 'disabled' : ''),
1923
+ component: GridSvg
1924
+ }, props));
1925
+ };
1926
+ /** 1x1网格Icon */
1927
+
1928
+
1929
+ exports.GridIcon = GridIcon;
1930
+
705
1931
  var Grid1x1Icon = function Grid1x1Icon(props) {
706
- var _props$active4 = props.active,
707
- active = _props$active4 === void 0 ? false : _props$active4;
1932
+ var _props$active7 = props.active,
1933
+ active = _props$active7 === void 0 ? false : _props$active7;
708
1934
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
709
1935
  className: "control-icon ".concat(active ? 'active' : ''),
710
1936
  component: Grid1x1Svg
@@ -716,8 +1942,8 @@ var Grid1x1Icon = function Grid1x1Icon(props) {
716
1942
  exports.Grid1x1Icon = Grid1x1Icon;
717
1943
 
718
1944
  var Grid2x2Icon = function Grid2x2Icon(props) {
719
- var _props$active5 = props.active,
720
- active = _props$active5 === void 0 ? false : _props$active5;
1945
+ var _props$active8 = props.active,
1946
+ active = _props$active8 === void 0 ? false : _props$active8;
721
1947
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
722
1948
  className: "control-icon ".concat(active ? 'active' : ''),
723
1949
  component: Grid2x2Svg
@@ -729,20 +1955,152 @@ var Grid2x2Icon = function Grid2x2Icon(props) {
729
1955
  exports.Grid2x2Icon = Grid2x2Icon;
730
1956
 
731
1957
  var Grid3x3Icon = function Grid3x3Icon(props) {
732
- var _props$active6 = props.active,
733
- active = _props$active6 === void 0 ? false : _props$active6;
1958
+ var _props$active9 = props.active,
1959
+ active = _props$active9 === void 0 ? false : _props$active9;
734
1960
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
735
1961
  className: "control-icon ".concat(active ? 'active' : ''),
736
1962
  component: Grid3x3Svg
737
1963
  }, props));
738
1964
  };
739
- /** 关闭Icon */
1965
+ /** 4x4网格Icon */
740
1966
 
741
1967
 
742
1968
  exports.Grid3x3Icon = Grid3x3Icon;
743
1969
 
1970
+ var Grid4x4Icon = function Grid4x4Icon(props) {
1971
+ var _props$active10 = props.active,
1972
+ active = _props$active10 === void 0 ? false : _props$active10;
1973
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1974
+ className: "control-icon ".concat(active ? 'active' : ''),
1975
+ component: Grid4x4Svg
1976
+ }, props));
1977
+ };
1978
+ /** 5x5网格Icon */
1979
+
1980
+
1981
+ exports.Grid4x4Icon = Grid4x4Icon;
1982
+
1983
+ var Grid5x5Icon = function Grid5x5Icon(props) {
1984
+ var _props$active11 = props.active,
1985
+ active = _props$active11 === void 0 ? false : _props$active11;
1986
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
1987
+ className: "control-icon ".concat(active ? 'active' : ''),
1988
+ component: Grid5x5Svg
1989
+ }, props));
1990
+ };
1991
+ /** 1x5网格Icon */
1992
+
1993
+
1994
+ exports.Grid5x5Icon = Grid5x5Icon;
1995
+
1996
+ var Grid1x5Icon = function Grid1x5Icon(props) {
1997
+ var _props$active12 = props.active,
1998
+ active = _props$active12 === void 0 ? false : _props$active12;
1999
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2000
+ className: "control-icon ".concat(active ? 'active' : ''),
2001
+ component: Grid1x5Svg
2002
+ }, props));
2003
+ };
2004
+ /** 1x7网格Icon */
2005
+
2006
+
2007
+ exports.Grid1x5Icon = Grid1x5Icon;
2008
+
2009
+ var Grid1x7Icon = function Grid1x7Icon(props) {
2010
+ var _props$active13 = props.active,
2011
+ active = _props$active13 === void 0 ? false : _props$active13;
2012
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2013
+ className: "control-icon ".concat(active ? 'active' : ''),
2014
+ component: Grid1x7Svg
2015
+ }, props));
2016
+ };
2017
+ /** 1x9网格Icon */
2018
+
2019
+
2020
+ exports.Grid1x7Icon = Grid1x7Icon;
2021
+
2022
+ var Grid1x9Icon = function Grid1x9Icon(props) {
2023
+ var _props$active14 = props.active,
2024
+ active = _props$active14 === void 0 ? false : _props$active14;
2025
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2026
+ className: "control-icon ".concat(active ? 'active' : ''),
2027
+ component: Grid1x9Svg
2028
+ }, props));
2029
+ };
2030
+ /** 1x12网格Icon */
2031
+
2032
+
2033
+ exports.Grid1x9Icon = Grid1x9Icon;
2034
+
2035
+ var Grid1x12Icon = function Grid1x12Icon(props) {
2036
+ var _props$active15 = props.active,
2037
+ active = _props$active15 === void 0 ? false : _props$active15;
2038
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2039
+ className: "control-icon ".concat(active ? 'active' : ''),
2040
+ component: Grid1x12Svg
2041
+ }, props));
2042
+ };
2043
+ /** 1x13网格Icon */
2044
+
2045
+
2046
+ exports.Grid1x12Icon = Grid1x12Icon;
2047
+
2048
+ var Grid1x13Icon = function Grid1x13Icon(props) {
2049
+ var _props$active16 = props.active,
2050
+ active = _props$active16 === void 0 ? false : _props$active16;
2051
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2052
+ className: "control-icon ".concat(active ? 'active' : ''),
2053
+ component: Grid1x13Svg
2054
+ }, props));
2055
+ };
2056
+ /** 1x16网格Icon */
2057
+
2058
+
2059
+ exports.Grid1x13Icon = Grid1x13Icon;
2060
+
2061
+ var Grid1x16Icon = function Grid1x16Icon(props) {
2062
+ var _props$active17 = props.active,
2063
+ active = _props$active17 === void 0 ? false : _props$active17;
2064
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2065
+ className: "control-icon ".concat(active ? 'active' : ''),
2066
+ component: Grid1x16Svg
2067
+ }, props));
2068
+ };
2069
+ /** 1x21网格Icon */
2070
+
2071
+
2072
+ exports.Grid1x16Icon = Grid1x16Icon;
2073
+
2074
+ var Grid1x21Icon = function Grid1x21Icon(props) {
2075
+ var _props$active18 = props.active,
2076
+ active = _props$active18 === void 0 ? false : _props$active18;
2077
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2078
+ className: "control-icon ".concat(active ? 'active' : ''),
2079
+ component: Grid1x21Svg
2080
+ }, props));
2081
+ };
2082
+ /** 标签Icon */
2083
+
2084
+
2085
+ exports.Grid1x21Icon = Grid1x21Icon;
2086
+
2087
+ var TagIcon = function TagIcon(props) {
2088
+ var _props$active19 = props.active,
2089
+ active = _props$active19 === void 0 ? false : _props$active19;
2090
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2091
+ title: "\u6807\u7B7E",
2092
+ className: "control-icon ".concat(active ? 'active' : ''),
2093
+ component: TagSvg
2094
+ }, props));
2095
+ };
2096
+ /** 关闭Icon */
2097
+
2098
+
2099
+ exports.TagIcon = TagIcon;
2100
+
744
2101
  var CloseIcon = function CloseIcon(props) {
745
2102
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2103
+ title: "\u5173\u95ED",
746
2104
  className: "close-icon",
747
2105
  component: CloseSvg
748
2106
  }, props));
@@ -753,9 +2111,10 @@ var CloseIcon = function CloseIcon(props) {
753
2111
  exports.CloseIcon = CloseIcon;
754
2112
 
755
2113
  var VideoPlayIcon = function VideoPlayIcon(props) {
756
- var _props$active7 = props.active,
757
- active = _props$active7 === void 0 ? false : _props$active7;
2114
+ var _props$active20 = props.active,
2115
+ active = _props$active20 === void 0 ? false : _props$active20;
758
2116
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2117
+ title: "\u64AD\u653E",
759
2118
  className: "control-icon ".concat(active ? 'active' : ''),
760
2119
  component: VideoPlaySvg
761
2120
  }, props));
@@ -766,9 +2125,10 @@ var VideoPlayIcon = function VideoPlayIcon(props) {
766
2125
  exports.VideoPlayIcon = VideoPlayIcon;
767
2126
 
768
2127
  var VideoCloseIcon = function VideoCloseIcon(props) {
769
- var _props$active8 = props.active,
770
- active = _props$active8 === void 0 ? false : _props$active8;
2128
+ var _props$active21 = props.active,
2129
+ active = _props$active21 === void 0 ? false : _props$active21;
771
2130
  return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2131
+ title: "\u5173\u95ED",
772
2132
  className: "control-icon ".concat(active ? 'active' : ''),
773
2133
  component: VideoCloseSvg
774
2134
  }, props));
@@ -783,6 +2143,20 @@ var TimePositionIcon = function TimePositionIcon(props) {
783
2143
  component: TimePositionSvg
784
2144
  }, props));
785
2145
  };
2146
+ /** 播放视频Icon */
2147
+
786
2148
 
787
2149
  exports.TimePositionIcon = TimePositionIcon;
2150
+
2151
+ var PlayVideoBlueIcon = function PlayVideoBlueIcon(props) {
2152
+ var _props$active22 = props.active,
2153
+ active = _props$active22 === void 0 ? false : _props$active22;
2154
+ return (0, _jsxRuntime.jsx)(_icons["default"], Object.assign({
2155
+ title: "\u64AD\u653E",
2156
+ className: "control-icon ".concat(active ? 'active' : ''),
2157
+ component: PlayVideoBlueSvg
2158
+ }, props));
2159
+ };
2160
+
2161
+ exports.PlayVideoBlueIcon = PlayVideoBlueIcon;
788
2162
  //# sourceMappingURL=index.js.map