@dtinsight/react-icons 1.43.0 → 1.43.2

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.
@@ -44,6 +44,11 @@ declare const CatalogOutlined: {
44
44
  displayName: string;
45
45
  };
46
46
 
47
+ declare const ClockOutlined: {
48
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
49
+ displayName: string;
50
+ };
51
+
47
52
  declare const CloseOutlined: {
48
53
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
49
54
  displayName: string;
@@ -279,4 +284,4 @@ declare const YuqueSelectedColored: {
279
284
  displayName: string;
280
285
  };
281
286
 
282
- export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, CatalogOutlined, CloseOutlined, CommonknowledgebaseFilled, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, DownOutlined, EditOutlined, EraserOutlined, ExpandFilled, FileListFilled, FileListOutlined, IconProps, ImportOutlined, KnowledgeBaseFilled, KnowledgeBaseOutlined, LeftOutlined, LogFilled, LogOutlined, MenuCollapseOutlined, MenuExpandOutlined, ModelVendorFilled, ModelVendorOutlined, MoreOutlined, OrchestrationFilled, OrchestrationOutlined, PlusOutlined, PublishFilled, PublishOutlined, QuestionOutlined, RecallTestFilled, RecallTestOutlined, RefreshOutlined, RetrievalFailureOutlined, RightOutlined, RunFilled, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, ToolManagementFilled, ToolManagementOutlined, TuningOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueSelectedColored };
287
+ export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, CatalogOutlined, ClockOutlined, CloseOutlined, CommonknowledgebaseFilled, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, DownOutlined, EditOutlined, EraserOutlined, ExpandFilled, FileListFilled, FileListOutlined, IconProps, ImportOutlined, KnowledgeBaseFilled, KnowledgeBaseOutlined, LeftOutlined, LogFilled, LogOutlined, MenuCollapseOutlined, MenuExpandOutlined, ModelVendorFilled, ModelVendorOutlined, MoreOutlined, OrchestrationFilled, OrchestrationOutlined, PlusOutlined, PublishFilled, PublishOutlined, QuestionOutlined, RecallTestFilled, RecallTestOutlined, RefreshOutlined, RetrievalFailureOutlined, RightOutlined, RunFilled, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, ToolManagementFilled, ToolManagementOutlined, TuningOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueSelectedColored };