@dtinsight/react-icons 0.0.0-beta.1 → 0.0.0-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- .dtstack-icon{display:inline-flex;align-items:center;color:inherit;font-style:normal;color:#b1b4c5;font-size:16px;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dtstack-icon--hoverable{cursor:pointer}.dtstack-icon--hoverable:hover{color:#0a67f2}.dtstack-icon--hoverable:active{color:#005ce6}.dtstack-icon--active{color:#1d78ff}.dtstack-icon--disabled{color:#b1b4c5;cursor:not-allowed}.dtstack-icon--disabled:hover{color:#b1b4c5}
1
+ .dtstack-icon{display:inline-flex;align-items:center;color:inherit;font-style:normal;font-size:16px;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dtstack-icon--hoverable{cursor:pointer}.dtstack-icon--hoverable:hover{color:#0a67f2}.dtstack-icon--hoverable:active{color:#005ce6}.dtstack-icon--active{color:#1d78ff}.dtstack-icon--disabled{color:#b1b4c5;cursor:not-allowed}.dtstack-icon--disabled:hover{color:#b1b4c5}
@@ -5,7 +5,7 @@ interface IconProps extends Omit<React.HTMLProps<HTMLSpanElement>, 'size'> {
5
5
  active?: boolean;
6
6
  disabled?: boolean;
7
7
  color?: string;
8
- size?: string;
8
+ size?: number | string;
9
9
  }
10
10
 
11
11
  declare const AiAvatarColored: {
@@ -43,11 +43,6 @@ declare const AlarmColored: {
43
43
  displayName: string;
44
44
  };
45
45
 
46
- declare const AlarmTestColored: {
47
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
48
- displayName: string;
49
- };
50
-
51
46
  declare const AnnouncementColored: {
52
47
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
53
48
  displayName: string;
@@ -133,6 +128,26 @@ declare const AssetsViewColored: {
133
128
  displayName: string;
134
129
  };
135
130
 
131
+ declare const AtomicIndexBgColored: {
132
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
133
+ displayName: string;
134
+ };
135
+
136
+ declare const AtomicIndexColored: {
137
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
138
+ displayName: string;
139
+ };
140
+
141
+ declare const AtomicLabelBgColored: {
142
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
143
+ displayName: string;
144
+ };
145
+
146
+ declare const AtomicLabelColored: {
147
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
148
+ displayName: string;
149
+ };
150
+
136
151
  declare const AttachmentOutlined: {
137
152
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
138
153
  displayName: string;
@@ -148,6 +163,11 @@ declare const AuthorizationAndSecurityColored: {
148
163
  displayName: string;
149
164
  };
150
165
 
166
+ declare const BarChartFilled: {
167
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
168
+ displayName: string;
169
+ };
170
+
151
171
  declare const BarChartOutlined: {
152
172
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
153
173
  displayName: string;
@@ -308,11 +328,6 @@ declare const ChToEnOutlined: {
308
328
  displayName: string;
309
329
  };
310
330
 
311
- declare const ChangeCircleFilled: {
312
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
313
- displayName: string;
314
- };
315
-
316
331
  declare const ChangeLogOutlined: {
317
332
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
318
333
  displayName: string;
@@ -363,11 +378,6 @@ declare const CircleOutlined: {
363
378
  displayName: string;
364
379
  };
365
380
 
366
- declare const ClearChatHistoryOutlined: {
367
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
368
- displayName: string;
369
- };
370
-
371
381
  declare const ClientModelColored: {
372
382
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
373
383
  displayName: string;
@@ -448,6 +458,31 @@ declare const CompliantFieldColored: {
448
458
  displayName: string;
449
459
  };
450
460
 
461
+ declare const CompositeIndexBgColored: {
462
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
463
+ displayName: string;
464
+ };
465
+
466
+ declare const CompositeIndexColored: {
467
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
468
+ displayName: string;
469
+ };
470
+
471
+ declare const CompositeLabelBgColored: {
472
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
473
+ displayName: string;
474
+ };
475
+
476
+ declare const CompositeLabelColored: {
477
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
478
+ displayName: string;
479
+ };
480
+
481
+ declare const ConfigurationFilled: {
482
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
483
+ displayName: string;
484
+ };
485
+
451
486
  declare const ConnectionOutlined: {
452
487
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
453
488
  displayName: string;
@@ -483,6 +518,11 @@ declare const ContinuousOptimOutlined: {
483
518
  displayName: string;
484
519
  };
485
520
 
521
+ declare const ContractOutlined: {
522
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
523
+ displayName: string;
524
+ };
525
+
486
526
  declare const ControlHorizontalOutlined: {
487
527
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
488
528
  displayName: string;
@@ -513,6 +553,26 @@ declare const CustomCheckFilled: {
513
553
  displayName: string;
514
554
  };
515
555
 
556
+ declare const CustomIndexBgColored: {
557
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
558
+ displayName: string;
559
+ };
560
+
561
+ declare const CustomIndexColored: {
562
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
563
+ displayName: string;
564
+ };
565
+
566
+ declare const CustomLabelBgColored: {
567
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
568
+ displayName: string;
569
+ };
570
+
571
+ declare const CustomLabelColored: {
572
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
573
+ displayName: string;
574
+ };
575
+
516
576
  declare const CustomizeSearchColored: {
517
577
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
518
578
  displayName: string;
@@ -748,6 +808,11 @@ declare const DatamapColored: {
748
808
  displayName: string;
749
809
  };
750
810
 
811
+ declare const DeactivateColored: {
812
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
813
+ displayName: string;
814
+ };
815
+
751
816
  declare const DelayIssueColored: {
752
817
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
753
818
  displayName: string;
@@ -758,6 +823,26 @@ declare const DeleteOutlined: {
758
823
  displayName: string;
759
824
  };
760
825
 
826
+ declare const DerivedIndexBgColored: {
827
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
828
+ displayName: string;
829
+ };
830
+
831
+ declare const DerivedIndexColored: {
832
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
833
+ displayName: string;
834
+ };
835
+
836
+ declare const DerivedLabelBgColored: {
837
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
838
+ displayName: string;
839
+ };
840
+
841
+ declare const DerivedLabelColored: {
842
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
843
+ displayName: string;
844
+ };
845
+
761
846
  declare const DimensionFilled: {
762
847
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
763
848
  displayName: string;
@@ -783,7 +868,7 @@ declare const DimondFilled: {
783
868
  displayName: string;
784
869
  };
785
870
 
786
- declare const DingDingFilled: {
871
+ declare const DingTalkFilled: {
787
872
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
788
873
  displayName: string;
789
874
  };
@@ -863,11 +948,6 @@ declare const DownToLineCircleFilled: {
863
948
  displayName: string;
864
949
  };
865
950
 
866
- declare const DownToLineOutlined: {
867
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
868
- displayName: string;
869
- };
870
-
871
951
  declare const DownToSthFilled: {
872
952
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
873
953
  displayName: string;
@@ -948,11 +1028,6 @@ declare const EllipsisCircleOutlined: {
948
1028
  displayName: string;
949
1029
  };
950
1030
 
951
- declare const EllipsisOutlined: {
952
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
953
- displayName: string;
954
- };
955
-
956
1031
  declare const EllipsisTableOutlined: {
957
1032
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
958
1033
  displayName: string;
@@ -1008,6 +1083,11 @@ declare const ExecutionPlanOutlined: {
1008
1083
  displayName: string;
1009
1084
  };
1010
1085
 
1086
+ declare const ExpandOutlined: {
1087
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1088
+ displayName: string;
1089
+ };
1090
+
1011
1091
  declare const ExportOutlined: {
1012
1092
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1013
1093
  displayName: string;
@@ -1033,6 +1113,11 @@ declare const FailureCountColored: {
1033
1113
  displayName: string;
1034
1114
  };
1035
1115
 
1116
+ declare const FailureRateColored: {
1117
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1118
+ displayName: string;
1119
+ };
1120
+
1036
1121
  declare const FallOutlined: {
1037
1122
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1038
1123
  displayName: string;
@@ -1048,7 +1133,7 @@ declare const FilterOutlined: {
1048
1133
  displayName: string;
1049
1134
  };
1050
1135
 
1051
- declare const FilterTestFilled: {
1136
+ declare const FilteringConditionFilled: {
1052
1137
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1053
1138
  displayName: string;
1054
1139
  };
@@ -1128,16 +1213,6 @@ declare const FormattingOutlined: {
1128
1213
  displayName: string;
1129
1214
  };
1130
1215
 
1131
- declare const FuHeZhiBiaoBgColored: {
1132
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1133
- displayName: string;
1134
- };
1135
-
1136
- declare const FuHeZhiBiaoColored: {
1137
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1138
- displayName: string;
1139
- };
1140
-
1141
1216
  declare const FullScreenFilled: {
1142
1217
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1143
1218
  displayName: string;
@@ -1153,11 +1228,6 @@ declare const FullscreenExitSquareFilled: {
1153
1228
  displayName: string;
1154
1229
  };
1155
1230
 
1156
- declare const FullscreenExitSquareOutlined: {
1157
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1158
- displayName: string;
1159
- };
1160
-
1161
1231
  declare const FullscreenOutlined: {
1162
1232
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1163
1233
  displayName: string;
@@ -1168,11 +1238,6 @@ declare const FullscreenSquareFilled: {
1168
1238
  displayName: string;
1169
1239
  };
1170
1240
 
1171
- declare const FullscreenSquareOutlined: {
1172
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1173
- displayName: string;
1174
- };
1175
-
1176
1241
  declare const FunctionCircleFilled: {
1177
1242
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1178
1243
  displayName: string;
@@ -1283,17 +1348,22 @@ declare const IndeterminateOutlined: {
1283
1348
  displayName: string;
1284
1349
  };
1285
1350
 
1286
- declare const IndicatorCountColored: {
1351
+ declare const IndexMgmtColored: {
1287
1352
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1288
1353
  displayName: string;
1289
1354
  };
1290
1355
 
1291
- declare const IndicatorDevelopmentColored: {
1356
+ declare const IndexOutlined: {
1292
1357
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1293
1358
  displayName: string;
1294
1359
  };
1295
1360
 
1296
- declare const IndicatorMgmtColored: {
1361
+ declare const IndicatorCountColored: {
1362
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1363
+ displayName: string;
1364
+ };
1365
+
1366
+ declare const IndicatorDevelopmentColored: {
1297
1367
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1298
1368
  displayName: string;
1299
1369
  };
@@ -1423,6 +1493,11 @@ declare const LockColored: {
1423
1493
  displayName: string;
1424
1494
  };
1425
1495
 
1496
+ declare const LockFilled: {
1497
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1498
+ displayName: string;
1499
+ };
1500
+
1426
1501
  declare const LockOutlined: {
1427
1502
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1428
1503
  displayName: string;
@@ -1533,11 +1608,6 @@ declare const MetadataValidColored: {
1533
1608
  displayName: string;
1534
1609
  };
1535
1610
 
1536
- declare const MetricOutlined: {
1537
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1538
- displayName: string;
1539
- };
1540
-
1541
1611
  declare const MetricSharingColored: {
1542
1612
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1543
1613
  displayName: string;
@@ -1698,16 +1768,6 @@ declare const OverlapOutlined: {
1698
1768
  displayName: string;
1699
1769
  };
1700
1770
 
1701
- declare const PaiShengZhiBiaoBgColored: {
1702
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1703
- displayName: string;
1704
- };
1705
-
1706
- declare const PaiShengZhiBiaoColored: {
1707
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1708
- displayName: string;
1709
- };
1710
-
1711
1771
  declare const ParameterTemplateColored: {
1712
1772
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1713
1773
  displayName: string;
@@ -1848,6 +1908,11 @@ declare const ProjectConfigColored: {
1848
1908
  displayName: string;
1849
1909
  };
1850
1910
 
1911
+ declare const PublishedColored: {
1912
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1913
+ displayName: string;
1914
+ };
1915
+
1851
1916
  declare const PurchaseSquareOutlined: {
1852
1917
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
1853
1918
  displayName: string;
@@ -2508,11 +2573,26 @@ declare const ThumbsUpOutlined: {
2508
2573
  displayName: string;
2509
2574
  };
2510
2575
 
2576
+ declare const TimerColored: {
2577
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2578
+ displayName: string;
2579
+ };
2580
+
2511
2581
  declare const TopicsColored: {
2512
2582
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2513
2583
  displayName: string;
2514
2584
  };
2515
2585
 
2586
+ declare const TotalCallsColored: {
2587
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2588
+ displayName: string;
2589
+ };
2590
+
2591
+ declare const TotalInterfacesColored: {
2592
+ ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2593
+ displayName: string;
2594
+ };
2595
+
2516
2596
  declare const TrinoOutlined: {
2517
2597
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2518
2598
  displayName: string;
@@ -2663,61 +2743,11 @@ declare const WorkflowOutlined: {
2663
2743
  displayName: string;
2664
2744
  };
2665
2745
 
2666
- declare const YanShengBiaoQianBgColored: {
2667
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2668
- displayName: string;
2669
- };
2670
-
2671
- declare const YanShengBiaoQianColored: {
2672
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2673
- displayName: string;
2674
- };
2675
-
2676
2746
  declare const YingYongXinXiOutlined: {
2677
2747
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2678
2748
  displayName: string;
2679
2749
  };
2680
2750
 
2681
- declare const YuanZiBiaoQianBgColored: {
2682
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2683
- displayName: string;
2684
- };
2685
-
2686
- declare const YuanZiBiaoQianColored: {
2687
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2688
- displayName: string;
2689
- };
2690
-
2691
- declare const YuanZiZhiBiaoBgColored: {
2692
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2693
- displayName: string;
2694
- };
2695
-
2696
- declare const YuanZiZhiBiaoColored: {
2697
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2698
- displayName: string;
2699
- };
2700
-
2701
- declare const ZiDingYiBiaoQianBgColored: {
2702
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2703
- displayName: string;
2704
- };
2705
-
2706
- declare const ZiDingYiBiaoQianColored: {
2707
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2708
- displayName: string;
2709
- };
2710
-
2711
- declare const ZiDingYiZhiBiaoBgColored: {
2712
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2713
- displayName: string;
2714
- };
2715
-
2716
- declare const ZiDingYiZhiBiaoColored: {
2717
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2718
- displayName: string;
2719
- };
2720
-
2721
2751
  declare const ZoomInOutlined: {
2722
2752
  ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2723
2753
  displayName: string;
@@ -2728,14 +2758,4 @@ declare const ZoomOutOutlined: {
2728
2758
  displayName: string;
2729
2759
  };
2730
2760
 
2731
- declare const ZuHeBiaoQianBgColored: {
2732
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2733
- displayName: string;
2734
- };
2735
-
2736
- declare const ZuHeBiaoQianColored: {
2737
- ({ disabled, hoverable, active, size, color, className, style, ...restProps }: IconProps): React.JSX.Element;
2738
- displayName: string;
2739
- };
2740
-
2741
- export { AiAvatarColored, AiEditOutlined, AiWorksHoverColored, AiWorksIsoColored, AigcOutlined, AimOutlined, AlarmColored, AlarmTestColored, AnnouncementColored, ApiMgmtColored, ApiOutlined, ApiServiceColored, ArrowDownOutlined, ArrowLeftFilled, ArrowLeftOutlined, ArrowRightOutlined, ArrowUpCircleOutlined, ArrowUpFilled, ArrowUpOutlined, AssetsApiColored, AssetsFieldColored, AssetsIndicatorColored, AssetsReportColored, AssetsTagColored, AssetsViewColored, AttachmentOutlined, AttentionAnalysisOutlined, AuthorizationAndSecurityColored, BarChartOutlined, BasicInformationOutlined, BasicServicesColored, BatchJumpFilled, BatchLogacqFilled, BatchProductOutlined, BatchTaskColored, BatchUploadFilled, BatchWorksColored, BatchWorksHoverColored, BatchWorksIsoColored, BatchWorksOutlined, BellColored, BiReportIsoColored, BiReportOutlined, BloodOutlined, BoardColored, BookOutlined, BreakdownOutlined, BugOutlined, BulkOperationOutlined, CalculationModuleOutlined, CalendarOutlined, CallsColored, CardOutlined, CaseSensitiveMatchOutlined, CatalogFilled, CatalogMgmtColored, CatalogOutlined, CatalogSortOutlined, CertificationOutlined, ChToEnOutlined, ChangeCircleFilled, ChangeLogOutlined, CharacterFilled, CharacterMgmtColored, CheckCircleOutlined, CheckFieldsColored, CheckFilled, CheckOutlined, CircleCheckedOutlined, CircleColored, CircleOutlined, ClearChatHistoryOutlined, ClientModelColored, ClockFilled, ClockOutlined, CloseCircleOutlined, CloseFilled, CloseOutlined, ClusterDetailsColored, ClusterFilled, CodeCheckColored, CodeCheckFilled, CodeCheckOutlined, CodeMgmtColored, CodeOutlined, CompanyColored, CompareOutlined, CompliantFieldColored, ConnectionOutlined, ConnectionSquareFilled, ConsoleColored, ConsoleHoverColored, ConsoleIsoColored, ConsoleOutlined, ContinuousOptimOutlined, ControlHorizontalOutlined, ControlSquareOutlined, ControlVerticalOutlined, CopyOutlined, CoverageColored, CustomCheckFilled, CustomizeSearchColored, DataAggregationColored, DataApiColored, DataApiHoverColored, DataApiIsoColored, DataApiOutlined, DataAssetMgmtColored, DataAssetsColored, DataAssetsHoverColored, DataAssetsIsoColored, DataAssetsOutlined, DataCatalogMgmtColored, DataFileGovernanceColored, DataFillingOutlined, DataFillingTaskColored, DataLakeColored, DataLakeHoverColored, DataLakeIngestionColored, DataLakeIsoColored, DataLakeOutlined, DataMgmtColored, DataModelIsoColored, DataModelOutlined, DataResourceManagerIsoColored, DataSamplingColored, DataSearchColored, DataSecurityColored, DataSecurityHoverColored, DataSecurityIsoColored, DataSecurityOutlined, DataSharingHoverColored, DataSharingIsoColored, DataSharingOutlined, DataSourceColored, DataSourceHoverColored, DataSourceIsoColored, DataSourceMgmtColored, DataSourceOutlined, DataStandardsMgmtIsoColored, DataSyncOutlined, DataTableColored, DataTableMgmtColored, DataValidHoverColored, DataValidIsoColored, DataValidOutlined, DatabaseFilled, DatamapColored, DelayIssueColored, DeleteOutlined, DimensionFilled, DimensionGroupFilled, DimensionSharingColored, DimensionTableOutlined, DimondFilled, DingDingFilled, DirectoryOperationAuditColored, DirtyDataMgmtColored, DmdbOutlined, DocColored, DocCopySquareOutlined, DocGovernanceOutlined, DocumentColored, DorisOutlined, DoubleDownOutlined, DoubleLeftOutlined, DoubleRightOutlined, DoubleUpOutlined, DownCircleOutlined, DownOutlined, DownToLineCircleFilled, DownToLineOutlined, DownToSthFilled, DownTriangleFilled, DownloadCenterColored, DownloadOutlined, DragOutlined, DraggableOutlined, DtAiHoverColored, DtAiIsoColored, DtAiOutlined, EasyIndexColored, EasyIndexHoverColored, EasyIndexIsoColored, EasyIndexOutlined, EditFilled, EditOutlined, EllipsisCircleOutlined, EllipsisOutlined, EllipsisTableOutlined, EmOutlined, EmrHoverColored, EmrIsoColored, EmrOutlined, EnToChOutlined, EngagementColored, EraseOutlined, ErrorColored, ExactMatchOutlined, ExecutionPlanOutlined, ExportOutlined, ExternalApplicationHoverColored, ExternalApplicationIsoColored, ExternalApplicationOutlined, FailureCountColored, FallOutlined, FilterFilled, FilterOutlined, FilterTestFilled, FinanceRelatedColored, FinanceSquareOutlined, FinancialColored, FindOutlined, FlagOutlined, FlinkJarOutlined, FlinkOutlined, FlinkSqlOutlined, FolderFilled, FolderOpenedFilled, FolderOutlined, FormFilled, FormOutlined, FormattingFilled, FormattingOutlined, FuHeZhiBiaoBgColored, FuHeZhiBiaoColored, FullScreenFilled, FullscreenExitOutlined, FullscreenExitSquareFilled, FullscreenExitSquareOutlined, FullscreenOutlined, FullscreenSquareFilled, FullscreenSquareOutlined, FunctionCircleFilled, FunctionOutlined, FundColored, GenerateApiColored, GridFilled, GridSquareFilled, GroupAnalystColored, GroupIdColored, GroupMgmtColored, GroupRuleFilled, GroupStatusColored, GroupTypeColored, HamburgerOutlined, HashDataOutlined, HealthScoreMgmtColored, HideDemoColored, HiveOutlined, HomeSettingColored, HomepageOutlined, ImportFilled, ImportOutlined, IndeterminateOutlined, IndicatorCountColored, IndicatorDevelopmentColored, IndicatorMgmtColored, IndividualProfileColored, InformationFilled, InformationOutlined, InstanceCoverageColored, InsuranceColored, InterfaceInformationOutlined, InvokeOutlined, IssueColored, JavaOutlined, KafkaFormatConfigColored, KeyFolderOutlined, KeyOutlined, LayerFilled, LeftCircleFilled, LeftOutlined, LeftTriangleFilled, Level1Outlined, Level2Outlined, Level3Outlined, LightFilled, LightOutlined, LineChartOutlined, LocationFilled, LocationOutlined, LockColored, LockOutlined, LockedFilled, MailFilled, MainPageOutlined, ManagementOutlined, ManualTaskColored, ManualTaskOutlined, MarketingColored, MemberMgmtColored, MenuCloseOutlined, MenuFoldOutlined, MenuUnfoldOutlined, MessageFilled, MessageMgmtHoverColored, MessageMgmtIsoColored, MessageMgmtOutlined, MessageOutlined, MetaModelMgmtColored, MetadataMgmtColored, MetadataMgmtIsoColored, MetadataSyncColored, MetadataValidColored, MetricOutlined, MetricSharingColored, MinusCircleFilled, MinusCircleOutlined, MinusOutlined, MinusSquareOutlined, ModelFilled, ModelSharingColored, MoreOutlined, MouseOutlined, MyApiColored, MyApplicationColored, MySqlOutlined, NavigationOutlined, NewAdditionColored, NewRetailColored, NotificationCenterColored, NotificationSettingColored, OceanBaseOutlined, OfflineSearchColored, OfflineTaskColored, OggIsoColored, OggOutlined, OptimizationAnalysisColored, OptimizationColored, OrderStatusOutlined, OtherIndicatorColored, OushuOutlined, OverallOutlined, OverallRanking1Filled, OverallRanking2Filled, OverallRanking3Filled, OverlapOutlined, PaiShengZhiBiaoBgColored, PaiShengZhiBiaoColored, ParameterTemplateColored, PauseFilled, PauseOutlined, PermissionMgmtColored, PermissionOutlined, PersonnelSquareOutlined, PieChartFilled, PieChartOutlined, PlayingColored, PlayingFilled, PlayingOutlined, PlusCircleFilled, PlusCircleOutlined, PlusOutlined, PlusSquareFilled, PlusSquareOutlined, PolicyMgmtColored, PopularityFilled, PopularityRanking1Filled, PopularityRanking2Filled, PopularityRanking3Filled, PrefixMatchOutlined, PreviewFilled, PreviewOutlined, PreviewSquareFilled, ProcessMgmtColored, ProfileSettingColored, ProjectConfigColored, PurchaseSquareOutlined, PuzzleFilled, PyFlinkMgmtColored, PyFlinkOutlined, PyOutlined, PythonOnAgentOutlined, QualityAnalysisColored, QualityRankingOutlined, QualityReportColored, QuestionFilled, QuestionOutlined, RealTimeValidationColored, RealtimeCollectionOutlined, RegisterApiColored, ReloadOutlined, RemoteActivationOutlined, RemotePullOutlined, RemotePushOutlined, ReportsDownloadColored, ReportsUploadColored, RequiredMarkOutlined, ResolvedIssueColored, RestoreOutlined, ResultTableOutlined, RetailColored, ReturnHomeOutlined, RetweetOutlined, RevokeFilled, RightCircleFilled, RightDownTriangleFilled, RightOutlined, RightTriangleFilled, RiseOutlined, RiskColored, RobotFilled, RobotOutlined, RootMgmtColored, RouteOutlined, RuleConfigColored, RuleEditFilled, SafeFilled, SafetyColored, SafetyOutlined, SafetyRankingOutlined, SalesSquareOutlined, SapHanaOutlined, SaveFilled, SaveOutlined, SaveSquareFilled, SavesColored, SchedulingInfoOutlined, SeaboxOutlined, SealFilled, SealSquareFilled, SearchFilled, SearchOutlined, SearchesColored, SecuritiesColored, SelfServiceDataAccessColored, SendFilled, SendOutlined, ServiceGroupingColored, ServiceOrchestrationColored, SettingHamburgerOutlined, SettingOutlined, SharedFilled, SharedProjectFilled, SharedUserFilled, ShowDemoColored, SilenceRanking1Filled, SilenceRanking2Filled, SilenceRanking3Filled, SlashOutlined, SlideBarOutlined, SmallAndMicroColored, SortFilled, SourceTableOutlined, SpaceOutlined, SpacePlusOutlined, SparkSqlOutlined, SpinFilled, SpinOutlined, SqlCodeCheckFilled, SqlInformationOutlined, SquareCheckedFilled, SquareColored, SquareOutlined, StandardFilled, StandardFoundationColored, StandardMgmtColored, StandardStatisticsColored, StandardizedTableDesignColored, StarFilled, StarOutlined, StarRocksOutlined, StayLevelOutlined, StockCircleOutlined, StreamTaskColored, StreamWorksColored, StreamWorksHoverColored, StreamWorksIsoColored, StreamWorksOutlined, StretchMarkOutlined, StrongCorrelationColored, SublevelOutlined, SubscribedDataColored, SuccessColored, SuffixMatchOutlined, SwapCircleFilled, SwapOutlined, SwapRightOutlined, SwapSquareFilled, TableTypesColored, TagDeidentificationColored, TagEvaluationColored, TagMarketColored, TagMgmtColored, TagSquareOutlined, TagTypeColored, TaggedGroupsColored, TargetColored, TargetFilled, TaskAndInstanceColored, TaskCenterColored, TaskMonitoringColored, TaskQueryColored, ThemeFilled, ThemeOutlined, ThumbsDownFilled, ThumbsDownOutlined, ThumbsUpFilled, ThumbsUpOutlined, TopicsColored, TrinoOutlined, UniquenessCheckFilled, UnpublishedColored, UnviewOutlined, UpCircleOutlined, UpOutlined, UpToLineOutlined, UpToSthFilled, UpTriangleFilled, UpdateProgressOutlined, UploadOutlined, UsageAnalysisColored, UsageAnalysisOutlined, UserCircleOutlined, UserFilled, UserInsightColored, UserInsightHoverColored, UserInsightIsoColored, UserInsightOutlined, UserOutlined, UserRectangleOutlined, VersionSquareOutlined, ViewInNewTabOutlined, ViewOutlined, ViewsColored, WaitingColored, WarningFilled, WarningLightFilled, WeakCorrelationColored, WorkflowOutlined, YanShengBiaoQianBgColored, YanShengBiaoQianColored, YingYongXinXiOutlined, YuanZiBiaoQianBgColored, YuanZiBiaoQianColored, YuanZiZhiBiaoBgColored, YuanZiZhiBiaoColored, ZiDingYiBiaoQianBgColored, ZiDingYiBiaoQianColored, ZiDingYiZhiBiaoBgColored, ZiDingYiZhiBiaoColored, ZoomInOutlined, ZoomOutOutlined, ZuHeBiaoQianBgColored, ZuHeBiaoQianColored };
2761
+ export { AiAvatarColored, AiEditOutlined, AiWorksHoverColored, AiWorksIsoColored, AigcOutlined, AimOutlined, AlarmColored, AnnouncementColored, ApiMgmtColored, ApiOutlined, ApiServiceColored, ArrowDownOutlined, ArrowLeftFilled, ArrowLeftOutlined, ArrowRightOutlined, ArrowUpCircleOutlined, ArrowUpFilled, ArrowUpOutlined, AssetsApiColored, AssetsFieldColored, AssetsIndicatorColored, AssetsReportColored, AssetsTagColored, AssetsViewColored, AtomicIndexBgColored, AtomicIndexColored, AtomicLabelBgColored, AtomicLabelColored, AttachmentOutlined, AttentionAnalysisOutlined, AuthorizationAndSecurityColored, BarChartFilled, BarChartOutlined, BasicInformationOutlined, BasicServicesColored, BatchJumpFilled, BatchLogacqFilled, BatchProductOutlined, BatchTaskColored, BatchUploadFilled, BatchWorksColored, BatchWorksHoverColored, BatchWorksIsoColored, BatchWorksOutlined, BellColored, BiReportIsoColored, BiReportOutlined, BloodOutlined, BoardColored, BookOutlined, BreakdownOutlined, BugOutlined, BulkOperationOutlined, CalculationModuleOutlined, CalendarOutlined, CallsColored, CardOutlined, CaseSensitiveMatchOutlined, CatalogFilled, CatalogMgmtColored, CatalogOutlined, CatalogSortOutlined, CertificationOutlined, ChToEnOutlined, ChangeLogOutlined, CharacterFilled, CharacterMgmtColored, CheckCircleOutlined, CheckFieldsColored, CheckFilled, CheckOutlined, CircleCheckedOutlined, CircleColored, CircleOutlined, ClientModelColored, ClockFilled, ClockOutlined, CloseCircleOutlined, CloseFilled, CloseOutlined, ClusterDetailsColored, ClusterFilled, CodeCheckColored, CodeCheckFilled, CodeCheckOutlined, CodeMgmtColored, CodeOutlined, CompanyColored, CompareOutlined, CompliantFieldColored, CompositeIndexBgColored, CompositeIndexColored, CompositeLabelBgColored, CompositeLabelColored, ConfigurationFilled, ConnectionOutlined, ConnectionSquareFilled, ConsoleColored, ConsoleHoverColored, ConsoleIsoColored, ConsoleOutlined, ContinuousOptimOutlined, ContractOutlined, ControlHorizontalOutlined, ControlSquareOutlined, ControlVerticalOutlined, CopyOutlined, CoverageColored, CustomCheckFilled, CustomIndexBgColored, CustomIndexColored, CustomLabelBgColored, CustomLabelColored, CustomizeSearchColored, DataAggregationColored, DataApiColored, DataApiHoverColored, DataApiIsoColored, DataApiOutlined, DataAssetMgmtColored, DataAssetsColored, DataAssetsHoverColored, DataAssetsIsoColored, DataAssetsOutlined, DataCatalogMgmtColored, DataFileGovernanceColored, DataFillingOutlined, DataFillingTaskColored, DataLakeColored, DataLakeHoverColored, DataLakeIngestionColored, DataLakeIsoColored, DataLakeOutlined, DataMgmtColored, DataModelIsoColored, DataModelOutlined, DataResourceManagerIsoColored, DataSamplingColored, DataSearchColored, DataSecurityColored, DataSecurityHoverColored, DataSecurityIsoColored, DataSecurityOutlined, DataSharingHoverColored, DataSharingIsoColored, DataSharingOutlined, DataSourceColored, DataSourceHoverColored, DataSourceIsoColored, DataSourceMgmtColored, DataSourceOutlined, DataStandardsMgmtIsoColored, DataSyncOutlined, DataTableColored, DataTableMgmtColored, DataValidHoverColored, DataValidIsoColored, DataValidOutlined, DatabaseFilled, DatamapColored, DeactivateColored, DelayIssueColored, DeleteOutlined, DerivedIndexBgColored, DerivedIndexColored, DerivedLabelBgColored, DerivedLabelColored, DimensionFilled, DimensionGroupFilled, DimensionSharingColored, DimensionTableOutlined, DimondFilled, DingTalkFilled, DirectoryOperationAuditColored, DirtyDataMgmtColored, DmdbOutlined, DocColored, DocCopySquareOutlined, DocGovernanceOutlined, DocumentColored, DorisOutlined, DoubleDownOutlined, DoubleLeftOutlined, DoubleRightOutlined, DoubleUpOutlined, DownCircleOutlined, DownOutlined, DownToLineCircleFilled, DownToSthFilled, DownTriangleFilled, DownloadCenterColored, DownloadOutlined, DragOutlined, DraggableOutlined, DtAiHoverColored, DtAiIsoColored, DtAiOutlined, EasyIndexColored, EasyIndexHoverColored, EasyIndexIsoColored, EasyIndexOutlined, EditFilled, EditOutlined, EllipsisCircleOutlined, EllipsisTableOutlined, EmOutlined, EmrHoverColored, EmrIsoColored, EmrOutlined, EnToChOutlined, EngagementColored, EraseOutlined, ErrorColored, ExactMatchOutlined, ExecutionPlanOutlined, ExpandOutlined, ExportOutlined, ExternalApplicationHoverColored, ExternalApplicationIsoColored, ExternalApplicationOutlined, FailureCountColored, FailureRateColored, FallOutlined, FilterFilled, FilterOutlined, FilteringConditionFilled, FinanceRelatedColored, FinanceSquareOutlined, FinancialColored, FindOutlined, FlagOutlined, FlinkJarOutlined, FlinkOutlined, FlinkSqlOutlined, FolderFilled, FolderOpenedFilled, FolderOutlined, FormFilled, FormOutlined, FormattingFilled, FormattingOutlined, FullScreenFilled, FullscreenExitOutlined, FullscreenExitSquareFilled, FullscreenOutlined, FullscreenSquareFilled, FunctionCircleFilled, FunctionOutlined, FundColored, GenerateApiColored, GridFilled, GridSquareFilled, GroupAnalystColored, GroupIdColored, GroupMgmtColored, GroupRuleFilled, GroupStatusColored, GroupTypeColored, HamburgerOutlined, HashDataOutlined, HealthScoreMgmtColored, HideDemoColored, HiveOutlined, HomeSettingColored, HomepageOutlined, ImportFilled, ImportOutlined, IndeterminateOutlined, IndexMgmtColored, IndexOutlined, IndicatorCountColored, IndicatorDevelopmentColored, IndividualProfileColored, InformationFilled, InformationOutlined, InstanceCoverageColored, InsuranceColored, InterfaceInformationOutlined, InvokeOutlined, IssueColored, JavaOutlined, KafkaFormatConfigColored, KeyFolderOutlined, KeyOutlined, LayerFilled, LeftCircleFilled, LeftOutlined, LeftTriangleFilled, Level1Outlined, Level2Outlined, Level3Outlined, LightFilled, LightOutlined, LineChartOutlined, LocationFilled, LocationOutlined, LockColored, LockFilled, LockOutlined, LockedFilled, MailFilled, MainPageOutlined, ManagementOutlined, ManualTaskColored, ManualTaskOutlined, MarketingColored, MemberMgmtColored, MenuCloseOutlined, MenuFoldOutlined, MenuUnfoldOutlined, MessageFilled, MessageMgmtHoverColored, MessageMgmtIsoColored, MessageMgmtOutlined, MessageOutlined, MetaModelMgmtColored, MetadataMgmtColored, MetadataMgmtIsoColored, MetadataSyncColored, MetadataValidColored, MetricSharingColored, MinusCircleFilled, MinusCircleOutlined, MinusOutlined, MinusSquareOutlined, ModelFilled, ModelSharingColored, MoreOutlined, MouseOutlined, MyApiColored, MyApplicationColored, MySqlOutlined, NavigationOutlined, NewAdditionColored, NewRetailColored, NotificationCenterColored, NotificationSettingColored, OceanBaseOutlined, OfflineSearchColored, OfflineTaskColored, OggIsoColored, OggOutlined, OptimizationAnalysisColored, OptimizationColored, OrderStatusOutlined, OtherIndicatorColored, OushuOutlined, OverallOutlined, OverallRanking1Filled, OverallRanking2Filled, OverallRanking3Filled, OverlapOutlined, ParameterTemplateColored, PauseFilled, PauseOutlined, PermissionMgmtColored, PermissionOutlined, PersonnelSquareOutlined, PieChartFilled, PieChartOutlined, PlayingColored, PlayingFilled, PlayingOutlined, PlusCircleFilled, PlusCircleOutlined, PlusOutlined, PlusSquareFilled, PlusSquareOutlined, PolicyMgmtColored, PopularityFilled, PopularityRanking1Filled, PopularityRanking2Filled, PopularityRanking3Filled, PrefixMatchOutlined, PreviewFilled, PreviewOutlined, PreviewSquareFilled, ProcessMgmtColored, ProfileSettingColored, ProjectConfigColored, PublishedColored, PurchaseSquareOutlined, PuzzleFilled, PyFlinkMgmtColored, PyFlinkOutlined, PyOutlined, PythonOnAgentOutlined, QualityAnalysisColored, QualityRankingOutlined, QualityReportColored, QuestionFilled, QuestionOutlined, RealTimeValidationColored, RealtimeCollectionOutlined, RegisterApiColored, ReloadOutlined, RemoteActivationOutlined, RemotePullOutlined, RemotePushOutlined, ReportsDownloadColored, ReportsUploadColored, RequiredMarkOutlined, ResolvedIssueColored, RestoreOutlined, ResultTableOutlined, RetailColored, ReturnHomeOutlined, RetweetOutlined, RevokeFilled, RightCircleFilled, RightDownTriangleFilled, RightOutlined, RightTriangleFilled, RiseOutlined, RiskColored, RobotFilled, RobotOutlined, RootMgmtColored, RouteOutlined, RuleConfigColored, RuleEditFilled, SafeFilled, SafetyColored, SafetyOutlined, SafetyRankingOutlined, SalesSquareOutlined, SapHanaOutlined, SaveFilled, SaveOutlined, SaveSquareFilled, SavesColored, SchedulingInfoOutlined, SeaboxOutlined, SealFilled, SealSquareFilled, SearchFilled, SearchOutlined, SearchesColored, SecuritiesColored, SelfServiceDataAccessColored, SendFilled, SendOutlined, ServiceGroupingColored, ServiceOrchestrationColored, SettingHamburgerOutlined, SettingOutlined, SharedFilled, SharedProjectFilled, SharedUserFilled, ShowDemoColored, SilenceRanking1Filled, SilenceRanking2Filled, SilenceRanking3Filled, SlashOutlined, SlideBarOutlined, SmallAndMicroColored, SortFilled, SourceTableOutlined, SpaceOutlined, SpacePlusOutlined, SparkSqlOutlined, SpinFilled, SpinOutlined, SqlCodeCheckFilled, SqlInformationOutlined, SquareCheckedFilled, SquareColored, SquareOutlined, StandardFilled, StandardFoundationColored, StandardMgmtColored, StandardStatisticsColored, StandardizedTableDesignColored, StarFilled, StarOutlined, StarRocksOutlined, StayLevelOutlined, StockCircleOutlined, StreamTaskColored, StreamWorksColored, StreamWorksHoverColored, StreamWorksIsoColored, StreamWorksOutlined, StretchMarkOutlined, StrongCorrelationColored, SublevelOutlined, SubscribedDataColored, SuccessColored, SuffixMatchOutlined, SwapCircleFilled, SwapOutlined, SwapRightOutlined, SwapSquareFilled, TableTypesColored, TagDeidentificationColored, TagEvaluationColored, TagMarketColored, TagMgmtColored, TagSquareOutlined, TagTypeColored, TaggedGroupsColored, TargetColored, TargetFilled, TaskAndInstanceColored, TaskCenterColored, TaskMonitoringColored, TaskQueryColored, ThemeFilled, ThemeOutlined, ThumbsDownFilled, ThumbsDownOutlined, ThumbsUpFilled, ThumbsUpOutlined, TimerColored, TopicsColored, TotalCallsColored, TotalInterfacesColored, TrinoOutlined, UniquenessCheckFilled, UnpublishedColored, UnviewOutlined, UpCircleOutlined, UpOutlined, UpToLineOutlined, UpToSthFilled, UpTriangleFilled, UpdateProgressOutlined, UploadOutlined, UsageAnalysisColored, UsageAnalysisOutlined, UserCircleOutlined, UserFilled, UserInsightColored, UserInsightHoverColored, UserInsightIsoColored, UserInsightOutlined, UserOutlined, UserRectangleOutlined, VersionSquareOutlined, ViewInNewTabOutlined, ViewOutlined, ViewsColored, WaitingColored, WarningFilled, WarningLightFilled, WeakCorrelationColored, WorkflowOutlined, YingYongXinXiOutlined, ZoomInOutlined, ZoomOutOutlined };