@dtinsight/react-icons 1.46.0 → 1.48.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 +11 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/aiworks/index.d.ts
CHANGED
|
@@ -279,6 +279,11 @@ declare const RunFilled: {
|
|
|
279
279
|
displayName: string;
|
|
280
280
|
};
|
|
281
281
|
|
|
282
|
+
declare const SchedulingInfoOutlined: {
|
|
283
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
284
|
+
displayName: string;
|
|
285
|
+
};
|
|
286
|
+
|
|
282
287
|
declare const SearchOutlined: {
|
|
283
288
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
284
289
|
displayName: string;
|
|
@@ -339,4 +344,4 @@ declare const YuqueSelectedColored: {
|
|
|
339
344
|
displayName: string;
|
|
340
345
|
};
|
|
341
346
|
|
|
342
|
-
export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, BookOutlined, BoxFilled, CatalogOutlined, ClockCircleOutlined, CloseOutlined, CommonknowledgebaseFilled, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, DocumentMedicineOutlined, DocumentOutlined, DownOutlined, EditOutlined, EraserOutlined, ExpandFilled, FileListFilled, FileListOutlined, FolderAddOutlined, FolderMoveOutlined, FolderOutlined, HashtagSquareOutlined, IconProps, ImportOutlined, InterfaceFilled, KnowledgeBaseFilled, KnowledgeBaseOutlined, LeftOutlined, LockOutlined, LogFilled, LogOutlined, LoginFilled, MenuCollapseOutlined, MenuExpandOutlined, ModelVendorFilled, ModelVendorOutlined, MoreOutlined, OrchestrationFilled, OrchestrationOutlined, PlusOutlined, PublishFilled, PublishOutlined, QuestionOutlined, RecallTestFilled, RecallTestOutlined, RefreshOutlined, RetrievalFailureOutlined, RightOutlined, RunFilled, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, TextOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueSelectedColored };
|
|
347
|
+
export { AddNodeOutlined, AgentFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, BookOutlined, BoxFilled, CatalogOutlined, ClockCircleOutlined, CloseOutlined, CommonknowledgebaseFilled, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, DocumentMedicineOutlined, DocumentOutlined, DownOutlined, EditOutlined, EraserOutlined, ExpandFilled, FileListFilled, FileListOutlined, FolderAddOutlined, FolderMoveOutlined, FolderOutlined, HashtagSquareOutlined, IconProps, ImportOutlined, InterfaceFilled, KnowledgeBaseFilled, KnowledgeBaseOutlined, LeftOutlined, LockOutlined, LogFilled, LogOutlined, LoginFilled, MenuCollapseOutlined, MenuExpandOutlined, ModelVendorFilled, ModelVendorOutlined, MoreOutlined, OrchestrationFilled, OrchestrationOutlined, PlusOutlined, PublishFilled, PublishOutlined, QuestionOutlined, RecallTestFilled, RecallTestOutlined, RefreshOutlined, RetrievalFailureOutlined, RightOutlined, RunFilled, SchedulingInfoOutlined, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, TextOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueSelectedColored };
|