@dtinsight/react-icons 1.38.0 → 1.39.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/aiworks/index.d.ts +6 -1
- package/dist/aiworks/index.mjs +1 -1
- package/dist/index.d.ts +21 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/aiworks/index.d.ts
CHANGED
|
@@ -39,6 +39,11 @@ declare const AttachmentOutlined: {
|
|
|
39
39
|
displayName: string;
|
|
40
40
|
};
|
|
41
41
|
|
|
42
|
+
declare const CatalogOutlined: {
|
|
43
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
44
|
+
displayName: string;
|
|
45
|
+
};
|
|
46
|
+
|
|
42
47
|
declare const CloseOutlined: {
|
|
43
48
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
44
49
|
displayName: string;
|
|
@@ -264,4 +269,4 @@ declare const YuqueSelectedColored: {
|
|
|
264
269
|
displayName: string;
|
|
265
270
|
};
|
|
266
271
|
|
|
267
|
-
export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, CloseOutlined, CommonknowledgebaseFilled, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, DownOutlined, EditOutlined, 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, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueSelectedColored };
|
|
272
|
+
export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, CatalogOutlined, CloseOutlined, CommonknowledgebaseFilled, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, DownOutlined, EditOutlined, 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, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueSelectedColored };
|