@dtinsight/react-icons 1.54.0 → 1.56.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.
@@ -59,6 +59,11 @@ declare const CatalogOutlined: {
59
59
  displayName: string;
60
60
  };
61
61
 
62
+ declare const ClipboardOutlined: {
63
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
64
+ displayName: string;
65
+ };
66
+
62
67
  declare const ClockCircleOutlined: {
63
68
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
64
69
  displayName: string;
@@ -99,6 +104,11 @@ declare const DeleteOutlined: {
99
104
  displayName: string;
100
105
  };
101
106
 
107
+ declare const Dialog2Outlined: {
108
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
109
+ displayName: string;
110
+ };
111
+
102
112
  declare const DocumentMedicineOutlined: {
103
113
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
104
114
  displayName: string;
@@ -179,6 +189,11 @@ declare const InterfaceFilled: {
179
189
  displayName: string;
180
190
  };
181
191
 
192
+ declare const KeyOutlined: {
193
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
194
+ displayName: string;
195
+ };
196
+
182
197
  declare const KnowledgeBaseFilled: {
183
198
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
184
199
  displayName: string;
@@ -249,6 +264,11 @@ declare const MoreOutlined: {
249
264
  displayName: string;
250
265
  };
251
266
 
267
+ declare const NotebookOutlined: {
268
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
269
+ displayName: string;
270
+ };
271
+
252
272
  declare const OrchestrationFilled: {
253
273
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
254
274
  displayName: string;
@@ -369,6 +389,11 @@ declare const UpOutlined: {
369
389
  displayName: string;
370
390
  };
371
391
 
392
+ declare const UserOutlined: {
393
+ ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
394
+ displayName: string;
395
+ };
396
+
372
397
  declare const WorkflowFilled: {
373
398
  ({ disabled, hoverable, active, size, color, className, style, spin, ...restProps }: IconProps): React.JSX.Element;
374
399
  displayName: string;
@@ -394,4 +419,4 @@ declare const YuqueSelectedColored: {
394
419
  displayName: string;
395
420
  };
396
421
 
397
- export { AddNodeOutlined, AgentFilled, AlertFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, BookOutlined, BoxFilled, CatalogOutlined, ClockCircleOutlined, CloseOutlined, CommonknowledgebaseFilled, ContractOutlined, ConversationConfigurationOutlined, CopyOutlined, DataIntegrationFilled, DeleteOutlined, DocumentMedicineOutlined, DocumentOutlined, DownOutlined, ENVOutlined, EditOutlined, EraserOutlined, ExpandFilled, ExpandOutlined, FileListFilled, FileListOutlined, FolderAddOutlined, FolderMoveOutlined, FolderOutlined, HashtagSquareOutlined, IconProps, ImportOutlined, InterfaceFilled, KnowledgeBaseFilled, KnowledgeBaseOutlined, LeftOutlined, LockOutlined, LogFilled, LogOutlined, LoginFilled, MagicStickFilled, MagicStickOutlined, MenuCollapseOutlined, MenuExpandOutlined, ModelVendorFilled, ModelVendorOutlined, MoreOutlined, OrchestrationFilled, OrchestrationOutlined, PlayOutlined, PlusOutlined, PublishFilled, PublishOutlined, QuestionOutlined, RecallTestFilled, RecallTestOutlined, RefreshOutlined, RetrievalFailureOutlined, RightOutlined, RunFilled, RunHistoryOutlined, SchedulingInfoOutlined, SearchOutlined, SetUpFilled, SetUpOutlined, SlideBarCollapseOutlined, SortOutlined, TextOutlined, ToolManagementFilled, ToolManagementOutlined, UpOutlined, WorkflowFilled, YuqueCardColored, YuqueColored, YuqueIconColored, YuqueSelectedColored };
422
+ export { AddNodeOutlined, AgentFilled, AlertFilled, AllCategoriesFilled, AppManagerFilled, AppManagerOutlined, AttachmentOutlined, BookOutlined, BoxFilled, CatalogOutlined, 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, InterfaceFilled, KeyOutlined, KnowledgeBaseFilled, KnowledgeBaseOutlined, LeftOutlined, LockOutlined, LogFilled, LogOutlined, LoginFilled, MagicStickFilled, MagicStickOutlined, MenuCollapseOutlined, MenuExpandOutlined, 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 };