@dtinsight/react-icons 1.61.0 → 1.63.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 +16 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/aiworks/index.d.ts
CHANGED
|
@@ -179,6 +179,11 @@ declare const FolderOutlined: {
|
|
|
179
179
|
displayName: string;
|
|
180
180
|
};
|
|
181
181
|
|
|
182
|
+
declare const FunctionOutlined: {
|
|
183
|
+
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
184
|
+
displayName: string;
|
|
185
|
+
};
|
|
186
|
+
|
|
182
187
|
declare const HashtagSquareOutlined: {
|
|
183
188
|
({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
|
|
184
189
|
displayName: string;
|
|
@@ -434,4 +439,4 @@ declare const YuqueSelectedColored: {
|
|
|
434
439
|
displayName: string;
|
|
435
440
|
};
|
|
436
441
|
|
|
437
|
-
export { AddNodeOutlined, AgentFilled, AlertFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, BookOutlined, BoxFilled, CatalogOutlined, ChecklistMinimalisticOutlined, ClipboardOutlined, ClockCircleOutlined, CloseOutlined, CommonknowledgebaseFilled, ContractOutlined, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, Dialog2Outlined, DocumentMedicineOutlined, DocumentOutlined, DownOutlined, ENVOutlined, EditOutlined, EraserOutlined, ExpandFilled, ExpandOutlined, FileListFilled, FileListOutlined, FolderAddOutlined, FolderMoveOutlined, FolderOutlined, HashtagSquareOutlined, IconProps, ImportOutlined, InfoCircleOutlined, InterfaceFilled, KeyOutlined, KnowledgeBaseFilled, KnowledgeBaseOutlined, LeftOutlined, LockOutlined, LogFilled, LogOutlined, LoginFilled, MagicStickFilled, MagicStickOutlined, MenuCollapseOutlined, MenuExpandOutlined, MetadataFilled, ModelVendorFilled, ModelVendorOutlined, MoreOutlined, NotebookOutlined, OrchestrationFilled, OrchestrationOutlined, PlayOutlined, PlusOutlined, PublishFilled, PublishOutlined, QuestionOutlined, RecallTestFilled, RecallTestOutlined, RefreshOutlined, RetrievalFailureOutlined, RightOutlined, RunFilled, RunHistoryOutlined, SchedulingInfoOutlined, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, SortOutlined, TextOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, UserOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueIconColored, YuqueSelectedColored };
|
|
442
|
+
export { AddNodeOutlined, AgentFilled, AlertFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, BookOutlined, BoxFilled, CatalogOutlined, ChecklistMinimalisticOutlined, ClipboardOutlined, ClockCircleOutlined, CloseOutlined, CommonknowledgebaseFilled, ContractOutlined, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, Dialog2Outlined, DocumentMedicineOutlined, DocumentOutlined, DownOutlined, ENVOutlined, EditOutlined, EraserOutlined, ExpandFilled, ExpandOutlined, FileListFilled, FileListOutlined, FolderAddOutlined, FolderMoveOutlined, FolderOutlined, FunctionOutlined, HashtagSquareOutlined, IconProps, ImportOutlined, InfoCircleOutlined, InterfaceFilled, KeyOutlined, KnowledgeBaseFilled, KnowledgeBaseOutlined, LeftOutlined, LockOutlined, LogFilled, LogOutlined, LoginFilled, MagicStickFilled, MagicStickOutlined, MenuCollapseOutlined, MenuExpandOutlined, MetadataFilled, ModelVendorFilled, ModelVendorOutlined, MoreOutlined, NotebookOutlined, OrchestrationFilled, OrchestrationOutlined, PlayOutlined, PlusOutlined, PublishFilled, PublishOutlined, QuestionOutlined, RecallTestFilled, RecallTestOutlined, RefreshOutlined, RetrievalFailureOutlined, RightOutlined, RunFilled, RunHistoryOutlined, SchedulingInfoOutlined, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, SortOutlined, TextOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, UserOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueIconColored, YuqueSelectedColored };
|