@dtinsight/react-icons 1.33.0 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +86 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -59,6 +59,26 @@ declare const AlarmColored: {
|
|
|
59
59
|
displayName: string;
|
|
60
60
|
};
|
|
61
61
|
|
|
62
|
+
declare const AlignCenterOutlined: {
|
|
63
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
64
|
+
displayName: string;
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
declare const AlignLeftOutlined: {
|
|
68
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
69
|
+
displayName: string;
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
declare const AlignRightOutlined: {
|
|
73
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
74
|
+
displayName: string;
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
declare const AnalysisReportOutlined: {
|
|
78
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
79
|
+
displayName: string;
|
|
80
|
+
};
|
|
81
|
+
|
|
62
82
|
declare const AnnouncementColored: {
|
|
63
83
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
64
84
|
displayName: string;
|
|
@@ -289,11 +309,21 @@ declare const BoardColored: {
|
|
|
289
309
|
displayName: string;
|
|
290
310
|
};
|
|
291
311
|
|
|
312
|
+
declare const BoldOutlined: {
|
|
313
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
314
|
+
displayName: string;
|
|
315
|
+
};
|
|
316
|
+
|
|
292
317
|
declare const BookOutlined: {
|
|
293
318
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
294
319
|
displayName: string;
|
|
295
320
|
};
|
|
296
321
|
|
|
322
|
+
declare const BottomOutlined: {
|
|
323
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
324
|
+
displayName: string;
|
|
325
|
+
};
|
|
326
|
+
|
|
297
327
|
declare const BreakdownOutlined: {
|
|
298
328
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
299
329
|
displayName: string;
|
|
@@ -1554,6 +1584,11 @@ declare const IssueColored: {
|
|
|
1554
1584
|
displayName: string;
|
|
1555
1585
|
};
|
|
1556
1586
|
|
|
1587
|
+
declare const ItalicOutlined: {
|
|
1588
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
1589
|
+
displayName: string;
|
|
1590
|
+
};
|
|
1591
|
+
|
|
1557
1592
|
declare const JavaOutlined: {
|
|
1558
1593
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
1559
1594
|
displayName: string;
|
|
@@ -1634,6 +1669,11 @@ declare const LineChartOutlined: {
|
|
|
1634
1669
|
displayName: string;
|
|
1635
1670
|
};
|
|
1636
1671
|
|
|
1672
|
+
declare const ListBulletsOutlined: {
|
|
1673
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
1674
|
+
displayName: string;
|
|
1675
|
+
};
|
|
1676
|
+
|
|
1637
1677
|
declare const LoadingColored: {
|
|
1638
1678
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
1639
1679
|
displayName: string;
|
|
@@ -1784,6 +1824,11 @@ declare const MetricSharingColored: {
|
|
|
1784
1824
|
displayName: string;
|
|
1785
1825
|
};
|
|
1786
1826
|
|
|
1827
|
+
declare const MiddleOutlined: {
|
|
1828
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
1829
|
+
displayName: string;
|
|
1830
|
+
};
|
|
1831
|
+
|
|
1787
1832
|
declare const MinusCircleFilled: {
|
|
1788
1833
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
1789
1834
|
displayName: string;
|
|
@@ -1869,6 +1914,11 @@ declare const NotificationSettingColored: {
|
|
|
1869
1914
|
displayName: string;
|
|
1870
1915
|
};
|
|
1871
1916
|
|
|
1917
|
+
declare const NumbersOutlined: {
|
|
1918
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
1919
|
+
displayName: string;
|
|
1920
|
+
};
|
|
1921
|
+
|
|
1872
1922
|
declare const ObjectMgmtColored: {
|
|
1873
1923
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
1874
1924
|
displayName: string;
|
|
@@ -2759,6 +2809,11 @@ declare const TableOfContentsOutlined: {
|
|
|
2759
2809
|
displayName: string;
|
|
2760
2810
|
};
|
|
2761
2811
|
|
|
2812
|
+
declare const TableOutlined: {
|
|
2813
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
2814
|
+
displayName: string;
|
|
2815
|
+
};
|
|
2816
|
+
|
|
2762
2817
|
declare const TableTypesColored: {
|
|
2763
2818
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
2764
2819
|
displayName: string;
|
|
@@ -2829,6 +2884,16 @@ declare const TaskQueryColored: {
|
|
|
2829
2884
|
displayName: string;
|
|
2830
2885
|
};
|
|
2831
2886
|
|
|
2887
|
+
declare const TextColorOutlined: {
|
|
2888
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
2889
|
+
displayName: string;
|
|
2890
|
+
};
|
|
2891
|
+
|
|
2892
|
+
declare const TextOutlined: {
|
|
2893
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
2894
|
+
displayName: string;
|
|
2895
|
+
};
|
|
2896
|
+
|
|
2832
2897
|
declare const ThemeFilled: {
|
|
2833
2898
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
2834
2899
|
displayName: string;
|
|
@@ -2869,6 +2934,11 @@ declare const TimerColored: {
|
|
|
2869
2934
|
displayName: string;
|
|
2870
2935
|
};
|
|
2871
2936
|
|
|
2937
|
+
declare const TopOutlined: {
|
|
2938
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
2939
|
+
displayName: string;
|
|
2940
|
+
};
|
|
2941
|
+
|
|
2872
2942
|
declare const TopicsColored: {
|
|
2873
2943
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
2874
2944
|
displayName: string;
|
|
@@ -2894,6 +2964,11 @@ declare const TxtOutlined: {
|
|
|
2894
2964
|
displayName: string;
|
|
2895
2965
|
};
|
|
2896
2966
|
|
|
2967
|
+
declare const UnderlineOutlined: {
|
|
2968
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
2969
|
+
displayName: string;
|
|
2970
|
+
};
|
|
2971
|
+
|
|
2897
2972
|
declare const UniquenessCheckFilled: {
|
|
2898
2973
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
2899
2974
|
displayName: string;
|
|
@@ -2904,6 +2979,11 @@ declare const UnpublishedColored: {
|
|
|
2904
2979
|
displayName: string;
|
|
2905
2980
|
};
|
|
2906
2981
|
|
|
2982
|
+
declare const UnsavedFilled: {
|
|
2983
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
2984
|
+
displayName: string;
|
|
2985
|
+
};
|
|
2986
|
+
|
|
2907
2987
|
declare const UnviewOutlined: {
|
|
2908
2988
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
2909
2989
|
displayName: string;
|
|
@@ -3044,6 +3124,11 @@ declare const ViewsColored: {
|
|
|
3044
3124
|
displayName: string;
|
|
3045
3125
|
};
|
|
3046
3126
|
|
|
3127
|
+
declare const VolatilityAttributionOutlined: {
|
|
3128
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
3129
|
+
displayName: string;
|
|
3130
|
+
};
|
|
3131
|
+
|
|
3047
3132
|
declare const WaitingColored: {
|
|
3048
3133
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
3049
3134
|
displayName: string;
|
|
@@ -3079,4 +3164,4 @@ declare const ZoomOutOutlined: {
|
|
|
3079
3164
|
displayName: string;
|
|
3080
3165
|
};
|
|
3081
3166
|
|
|
3082
|
-
export { AddItemColored, AddSubitemColored, AiAvatarColored, AiEditOutlined, AiSearchOutlined, AiWorksHoverColored, AiWorksIsoColored, AigcOutlined, AimOutlined, AlarmColored, AnnouncementColored, ApiMgmtColored, ApiOutlined, ApiServiceColored, AppInformationOutlined, ArrowDownOutlined, ArrowLeftFilled, ArrowLeftOutlined, ArrowRightOutlined, ArrowUpCircleOutlined, ArrowUpFilled, ArrowUpOutlined, AssetsApiColored, AssetsFieldColored, AssetsIndicatorColored, AssetsReportColored, AssetsTagColored, AssetsViewColored, AtomicIndexBgColored, AtomicIndexColored, AtomicLabelBgColored, AtomicLabelColored, AttachmentOutlined, AttentionAnalysisOutlined, AudioOutlined, AuthorizationAndSecurityColored, BackToListColored, BarChartColored, BarChartFilled, BarChartOutlined, BasicInformationOutlined, BasicServicesColored, BatchJumpFilled, BatchLogacqFilled, BatchProductOutlined, BatchTaskColored, BatchUploadFilled, BatchWorksColored, BatchWorksHoverColored, BatchWorksIsoColored, BatchWorksOutlined, BellColored, BiReportIsoColored, BiReportOutlined, BloodOutlined, BoardColored, BookOutlined, BreakdownOutlined, BucketFilled, BugOutlined, BulkOperationOutlined, BusinessProcessOutlined, CalculationModuleOutlined, CalendarOutlined, CallsColored, CardColored, CardOutlined, CaseSensitiveMatchOutlined, CatalogFilled, CatalogIconFilled, CatalogManagementColored, CatalogMgmtColored, CatalogOutlined, CatalogSortOutlined, CertificationOutlined, ChToEnOutlined, ChangeLogOutlined, CharacterFilled, CharacterMgmtColored, CheckCircleOutlined, CheckFieldsColored, CheckFilled, CheckOutlined, CircleCheckedOutlined, CircleColored, CircleOutlined, ClientModelColored, ClockFilled, ClockOutlined, CloseCircleOutlined, CloseFilled, CloseOutlined, ClusterDetailsColored, ClusterFilled, CodeAutoRunOutlined, CodeCheckColored, CodeCheckFilled, CodeCheckOutlined, CodeInsertColored, CodeMgmtColored, CodeOutlined, CompanyColored, CompareOutlined, CompliantFieldColored, CompositeIndexBgColored, CompositeIndexColored, CompositeLabelBgColored, CompositeLabelColored, ConfigurationFilled, ConnectionOutlined, ConnectionSquareFilled, ConsistencyCheckFilled, 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, DataModelColored, 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, DocumentParserOutlined, 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, EncryptedDataFilled, EngagementColored, EraseOutlined, ErrorColored, ExactMatchOutlined, ExecutionPlanOutlined, ExpandOutlined, ExportOutlined, ExternalApplicationHoverColored, ExternalApplicationIsoColored, ExternalApplicationOutlined, FailureCountColored, FailureRateColored, FallOutlined, FileColored, FileFilled, FileMusicColored, FileMusicFilled, FileZipColored, FileZipFilled, FilterFilled, FilterOutlined, FilteringConditionFilled, FinanceRelatedColored, FinanceSquareOutlined, FinancialColored, FindOutlined, FlagOutlined, FlinkJarOutlined, FlinkOutlined, FlinkSqlOutlined, FolderColored, FolderFilled, FolderOpenedFilled, FolderOutlined, FormFilled, FormOutlined, FormattingFilled, FormattingOutlined, FullScreenFilled, FullscreenExitOutlined, FullscreenExitSquareFilled, FullscreenOutlined, FullscreenSquareFilled, FunctionCircleFilled, FunctionOutlined, FundColored, GenerateApiColored, GridFilled, GridOutlined, GridSquareFilled, GroupAnalystColored, GroupIdColored, GroupMgmtColored, GroupRuleFilled, GroupStatusColored, GroupTypeColored, HamburgerOutlined, HashDataOutlined, HealthScoreMgmtColored, HideDemoColored, HiveOutlined, HomeSettingColored, HomepageOutlined, IconProps, ImageColored, ImageFilled, ImageOutlined, ImportFilled, ImportOutlined, IndeterminateOutlined, IndexMgmtColored, IndexOutlined, IndicatorCountColored, IndicatorDevelopmentColored, IndividualProfileColored, InformationFilled, InformationOutlined, InstanceCoverageColored, InsuranceColored, InterfaceInformationOutlined, InvokeOutlined, IssueColored, JavaOutlined, KafkaFormatConfigColored, KeyFolderOutlined, KeyOutlined, LayerFilled, LayoutOutlined, LeftCircleFilled, LeftOutlined, LeftTriangleFilled, Level1Outlined, Level2Outlined, Level3Outlined, LightFilled, LightOutlined, LineChartColored, LineChartOutlined, LoadingColored, LocationFilled, LocationOutlined, LockColored, LockFilled, LockOutlined, LockedFilled, MailFilled, MainPageOutlined, ManagementOutlined, ManualTaskColored, ManualTaskOutlined, MarketingColored, MemberMgmtColored, MenuCloseOutlined, MenuCollapseOutlined, MenuExpandOutlined, 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, NewChatOutlined, NewRetailColored, NotificationCenterColored, NotificationSettingColored, ObjectMgmtColored, ObjectOutlined, ObjectStrategyOutlined, OceanBaseOutlined, OfflineSearchColored, OfflineTaskColored, OggIsoColored, OggOutlined, OperationAnalysisColored, OperationProcessMgmtColored, OperatorSquareColored, OperatorTaskOutlined, OptimizationAnalysisColored, OptimizationColored, OrderStatusOutlined, OtherDocumentsColored, OtherFileColored, OtherFileFilled, OtherIndicatorColored, OushuOutlined, OverallOutlined, OverallRanking1Filled, OverallRanking2Filled, OverallRanking3Filled, OverlapOutlined, ParameterTemplateColored, PauseFilled, PauseOutlined, PdfOutlined, PermissionMgmtColored, PermissionOutlined, PersonnelSquareOutlined, PieChartColored, 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, RepairOutlined, 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, SampleRowsColored, SanityCheckFilled, SapHanaOutlined, SaveFilled, SaveOutlined, SaveSquareFilled, SavesColored, ScheduledCheckFilled, SchedulingInfoOutlined, SeaboxOutlined, SealFilled, SealSquareFilled, SearchFilled, SearchOutlined, SearchesColored, SecuritiesColored, SelectedOutlined, SelfServiceDataAccessColored, SendFilled, SendOutlined, ServiceGroupingColored, ServiceOrchestrationColored, SettingHamburgerOutlined, SettingOutlined, SharedFilled, SharedProjectFilled, SharedUserFilled, ShowDemoColored, SilenceRanking1Filled, SilenceRanking2Filled, SilenceRanking3Filled, SlashOutlined, SlideBarOutlined, SmallAndMicroColored, SortFilled, SourceFilled, SourceOutlined, SourceTableOutlined, SpaceOutlined, SpacePlusOutlined, SparkSqlOutlined, SpinFilled, SpinOutlined, SqlCodeCheckFilled, SqlInformationOutlined, SquareCheckedFilled, SquareColored, SquareOutlined, StandardFilled, StandardFoundationColored, StandardMgmtColored, StandardStatisticsColored, StandardizedTableDesignColored, StarFilled, StarOutlined, StarRocksOutlined, StayLevelOutlined, StockCircleOutlined, StrategyMgmtColored, StreamTaskColored, StreamWorksColored, StreamWorksHoverColored, StreamWorksIsoColored, StreamWorksOutlined, StretchMarkOutlined, StrongCorrelationColored, SublevelOutlined, SubscribedDataColored, SuccessColored, SuffixMatchOutlined, SwapCircleFilled, SwapCircleOutlined, SwapOutlined, SwapRightOutlined, SwapSquareFilled, TableOfContentsOutlined, TableTypesColored, TagDeidentificationColored, TagEvaluationColored, TagMarketColored, TagMgmtColored, TagSquareOutlined, TagTypeColored, TaggedGroupsColored, TargetColored, TargetFilled, TaskAndInstanceColored, TaskCenterColored, TaskMonitoringColored, TaskQueryColored, ThemeFilled, ThemeOutlined, ThumbsDownFilled, ThumbsDownOutlined, ThumbsUpFilled, ThumbsUpOutlined, TimelinessValidationFilled, TimerColored, TopicsColored, TotalCallsColored, TotalInterfacesColored, TrinoOutlined, TxtOutlined, UniquenessCheckFilled, UnpublishedColored, UnviewOutlined, UpCircleOutlined, UpOutlined, UpToLineOutlined, UpToSthFilled, UpTriangleFilled, UpdateProgressOutlined, UploadFilesColored, UploadFolderColored, UploadOutlined, UploadRecordColored, UsageAnalysisColored, UsageAnalysisOutlined, UserCircleOutlined, UserFilled, UserInsightColored, UserInsightHoverColored, UserInsightIsoColored, UserInsightOutlined, UserOutlined, UserRectangleOutlined, VersionSquareOutlined, VideoColored, VideoFilled, VideoOutlined, ViewInNewTabOutlined, ViewOutlined, ViewsColored, WaitingColored, WarningFilled, WarningLightFilled, WeakCorrelationColored, WorkflowOutlined, ZoomInOutlined, ZoomOutOutlined };
|
|
3167
|
+
export { AddItemColored, AddSubitemColored, AiAvatarColored, AiEditOutlined, AiSearchOutlined, AiWorksHoverColored, AiWorksIsoColored, AigcOutlined, AimOutlined, AlarmColored, AlignCenterOutlined, AlignLeftOutlined, AlignRightOutlined, AnalysisReportOutlined, AnnouncementColored, ApiMgmtColored, ApiOutlined, ApiServiceColored, AppInformationOutlined, ArrowDownOutlined, ArrowLeftFilled, ArrowLeftOutlined, ArrowRightOutlined, ArrowUpCircleOutlined, ArrowUpFilled, ArrowUpOutlined, AssetsApiColored, AssetsFieldColored, AssetsIndicatorColored, AssetsReportColored, AssetsTagColored, AssetsViewColored, AtomicIndexBgColored, AtomicIndexColored, AtomicLabelBgColored, AtomicLabelColored, AttachmentOutlined, AttentionAnalysisOutlined, AudioOutlined, AuthorizationAndSecurityColored, BackToListColored, BarChartColored, BarChartFilled, BarChartOutlined, BasicInformationOutlined, BasicServicesColored, BatchJumpFilled, BatchLogacqFilled, BatchProductOutlined, BatchTaskColored, BatchUploadFilled, BatchWorksColored, BatchWorksHoverColored, BatchWorksIsoColored, BatchWorksOutlined, BellColored, BiReportIsoColored, BiReportOutlined, BloodOutlined, BoardColored, BoldOutlined, BookOutlined, BottomOutlined, BreakdownOutlined, BucketFilled, BugOutlined, BulkOperationOutlined, BusinessProcessOutlined, CalculationModuleOutlined, CalendarOutlined, CallsColored, CardColored, CardOutlined, CaseSensitiveMatchOutlined, CatalogFilled, CatalogIconFilled, CatalogManagementColored, CatalogMgmtColored, CatalogOutlined, CatalogSortOutlined, CertificationOutlined, ChToEnOutlined, ChangeLogOutlined, CharacterFilled, CharacterMgmtColored, CheckCircleOutlined, CheckFieldsColored, CheckFilled, CheckOutlined, CircleCheckedOutlined, CircleColored, CircleOutlined, ClientModelColored, ClockFilled, ClockOutlined, CloseCircleOutlined, CloseFilled, CloseOutlined, ClusterDetailsColored, ClusterFilled, CodeAutoRunOutlined, CodeCheckColored, CodeCheckFilled, CodeCheckOutlined, CodeInsertColored, CodeMgmtColored, CodeOutlined, CompanyColored, CompareOutlined, CompliantFieldColored, CompositeIndexBgColored, CompositeIndexColored, CompositeLabelBgColored, CompositeLabelColored, ConfigurationFilled, ConnectionOutlined, ConnectionSquareFilled, ConsistencyCheckFilled, 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, DataModelColored, 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, DocumentParserOutlined, 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, EncryptedDataFilled, EngagementColored, EraseOutlined, ErrorColored, ExactMatchOutlined, ExecutionPlanOutlined, ExpandOutlined, ExportOutlined, ExternalApplicationHoverColored, ExternalApplicationIsoColored, ExternalApplicationOutlined, FailureCountColored, FailureRateColored, FallOutlined, FileColored, FileFilled, FileMusicColored, FileMusicFilled, FileZipColored, FileZipFilled, FilterFilled, FilterOutlined, FilteringConditionFilled, FinanceRelatedColored, FinanceSquareOutlined, FinancialColored, FindOutlined, FlagOutlined, FlinkJarOutlined, FlinkOutlined, FlinkSqlOutlined, FolderColored, FolderFilled, FolderOpenedFilled, FolderOutlined, FormFilled, FormOutlined, FormattingFilled, FormattingOutlined, FullScreenFilled, FullscreenExitOutlined, FullscreenExitSquareFilled, FullscreenOutlined, FullscreenSquareFilled, FunctionCircleFilled, FunctionOutlined, FundColored, GenerateApiColored, GridFilled, GridOutlined, GridSquareFilled, GroupAnalystColored, GroupIdColored, GroupMgmtColored, GroupRuleFilled, GroupStatusColored, GroupTypeColored, HamburgerOutlined, HashDataOutlined, HealthScoreMgmtColored, HideDemoColored, HiveOutlined, HomeSettingColored, HomepageOutlined, IconProps, ImageColored, ImageFilled, ImageOutlined, ImportFilled, ImportOutlined, IndeterminateOutlined, IndexMgmtColored, IndexOutlined, IndicatorCountColored, IndicatorDevelopmentColored, IndividualProfileColored, InformationFilled, InformationOutlined, InstanceCoverageColored, InsuranceColored, InterfaceInformationOutlined, InvokeOutlined, IssueColored, ItalicOutlined, JavaOutlined, KafkaFormatConfigColored, KeyFolderOutlined, KeyOutlined, LayerFilled, LayoutOutlined, LeftCircleFilled, LeftOutlined, LeftTriangleFilled, Level1Outlined, Level2Outlined, Level3Outlined, LightFilled, LightOutlined, LineChartColored, LineChartOutlined, ListBulletsOutlined, LoadingColored, LocationFilled, LocationOutlined, LockColored, LockFilled, LockOutlined, LockedFilled, MailFilled, MainPageOutlined, ManagementOutlined, ManualTaskColored, ManualTaskOutlined, MarketingColored, MemberMgmtColored, MenuCloseOutlined, MenuCollapseOutlined, MenuExpandOutlined, MenuFoldOutlined, MenuUnfoldOutlined, MessageFilled, MessageMgmtHoverColored, MessageMgmtIsoColored, MessageMgmtOutlined, MessageOutlined, MetaModelMgmtColored, MetadataMgmtColored, MetadataMgmtIsoColored, MetadataSyncColored, MetadataValidColored, MetricSharingColored, MiddleOutlined, MinusCircleFilled, MinusCircleOutlined, MinusOutlined, MinusSquareOutlined, ModelFilled, ModelSharingColored, MoreOutlined, MouseOutlined, MyApiColored, MyApplicationColored, MySqlOutlined, NavigationOutlined, NewAdditionColored, NewChatOutlined, NewRetailColored, NotificationCenterColored, NotificationSettingColored, NumbersOutlined, ObjectMgmtColored, ObjectOutlined, ObjectStrategyOutlined, OceanBaseOutlined, OfflineSearchColored, OfflineTaskColored, OggIsoColored, OggOutlined, OperationAnalysisColored, OperationProcessMgmtColored, OperatorSquareColored, OperatorTaskOutlined, OptimizationAnalysisColored, OptimizationColored, OrderStatusOutlined, OtherDocumentsColored, OtherFileColored, OtherFileFilled, OtherIndicatorColored, OushuOutlined, OverallOutlined, OverallRanking1Filled, OverallRanking2Filled, OverallRanking3Filled, OverlapOutlined, ParameterTemplateColored, PauseFilled, PauseOutlined, PdfOutlined, PermissionMgmtColored, PermissionOutlined, PersonnelSquareOutlined, PieChartColored, 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, RepairOutlined, 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, SampleRowsColored, SanityCheckFilled, SapHanaOutlined, SaveFilled, SaveOutlined, SaveSquareFilled, SavesColored, ScheduledCheckFilled, SchedulingInfoOutlined, SeaboxOutlined, SealFilled, SealSquareFilled, SearchFilled, SearchOutlined, SearchesColored, SecuritiesColored, SelectedOutlined, SelfServiceDataAccessColored, SendFilled, SendOutlined, ServiceGroupingColored, ServiceOrchestrationColored, SettingHamburgerOutlined, SettingOutlined, SharedFilled, SharedProjectFilled, SharedUserFilled, ShowDemoColored, SilenceRanking1Filled, SilenceRanking2Filled, SilenceRanking3Filled, SlashOutlined, SlideBarOutlined, SmallAndMicroColored, SortFilled, SourceFilled, SourceOutlined, SourceTableOutlined, SpaceOutlined, SpacePlusOutlined, SparkSqlOutlined, SpinFilled, SpinOutlined, SqlCodeCheckFilled, SqlInformationOutlined, SquareCheckedFilled, SquareColored, SquareOutlined, StandardFilled, StandardFoundationColored, StandardMgmtColored, StandardStatisticsColored, StandardizedTableDesignColored, StarFilled, StarOutlined, StarRocksOutlined, StayLevelOutlined, StockCircleOutlined, StrategyMgmtColored, StreamTaskColored, StreamWorksColored, StreamWorksHoverColored, StreamWorksIsoColored, StreamWorksOutlined, StretchMarkOutlined, StrongCorrelationColored, SublevelOutlined, SubscribedDataColored, SuccessColored, SuffixMatchOutlined, SwapCircleFilled, SwapCircleOutlined, SwapOutlined, SwapRightOutlined, SwapSquareFilled, TableOfContentsOutlined, TableOutlined, TableTypesColored, TagDeidentificationColored, TagEvaluationColored, TagMarketColored, TagMgmtColored, TagSquareOutlined, TagTypeColored, TaggedGroupsColored, TargetColored, TargetFilled, TaskAndInstanceColored, TaskCenterColored, TaskMonitoringColored, TaskQueryColored, TextColorOutlined, TextOutlined, ThemeFilled, ThemeOutlined, ThumbsDownFilled, ThumbsDownOutlined, ThumbsUpFilled, ThumbsUpOutlined, TimelinessValidationFilled, TimerColored, TopOutlined, TopicsColored, TotalCallsColored, TotalInterfacesColored, TrinoOutlined, TxtOutlined, UnderlineOutlined, UniquenessCheckFilled, UnpublishedColored, UnsavedFilled, UnviewOutlined, UpCircleOutlined, UpOutlined, UpToLineOutlined, UpToSthFilled, UpTriangleFilled, UpdateProgressOutlined, UploadFilesColored, UploadFolderColored, UploadOutlined, UploadRecordColored, UsageAnalysisColored, UsageAnalysisOutlined, UserCircleOutlined, UserFilled, UserInsightColored, UserInsightHoverColored, UserInsightIsoColored, UserInsightOutlined, UserOutlined, UserRectangleOutlined, VersionSquareOutlined, VideoColored, VideoFilled, VideoOutlined, ViewInNewTabOutlined, ViewOutlined, ViewsColored, VolatilityAttributionOutlined, WaitingColored, WarningFilled, WarningLightFilled, WeakCorrelationColored, WorkflowOutlined, ZoomInOutlined, ZoomOutOutlined };
|