refly-icons 1.0.9 → 1.1.1
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/index.d.mts +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +529 -499
- package/dist/index.mjs +523 -496
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -339,6 +339,8 @@ declare const Mcp1: React.FC<IconProps>;
|
|
|
339
339
|
|
|
340
340
|
declare const Image: React.FC<IconProps>;
|
|
341
341
|
|
|
342
|
+
declare const ImageOutline: React.FC<IconProps>;
|
|
343
|
+
|
|
342
344
|
declare const Running1: React.FC<IconProps>;
|
|
343
345
|
|
|
344
346
|
declare const Email: React.FC<IconProps>;
|
|
@@ -355,4 +357,8 @@ declare const X: React.FC<IconProps>;
|
|
|
355
357
|
|
|
356
358
|
declare const XBorder: React.FC<IconProps>;
|
|
357
359
|
|
|
358
|
-
|
|
360
|
+
declare const SortAsc: React.FC<IconProps>;
|
|
361
|
+
|
|
362
|
+
declare const DocAdd: React.FC<IconProps>;
|
|
363
|
+
|
|
364
|
+
export { AIModel, Account, Add, AddContext, Agent, AiChat, Appearance, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, At, Attachment, Audio, AutoLayout, Back, Building, Cancelled, Chat, Checked, Claude, Clone, Close, Code, Code1, CodeZip, Community, Completed, Computer, Contact, Copy, Creadit, Creation, Cuttools, Data, Deepseek, Delete, Delivery, DesignPattern, Doc, Doc1, Doc2, DocAdd, DocInline, Download, Edit, Edit1, EditSmart, Email, Excel, Exit, Export, File, File1, Finder, FinderClose, FinderOpen, Finished, Flow, Fold, FreeCreation, Fullscreen, Game, Gemini, GeneralFile, GeneralWeb, Generating, Github, Google, Gpt, Grok, Group, Hamburger, History, Html, Icon, IconProps, Image, ImageOutline, InputContext, InterfaceDark, InterfaceLight, Invite, Jump, Keyboard, Knowledge, KnowledgeBase, Labs, Language, LargeModel, List, Location, Logic, Magiccursor, MagiccursorDefault, Mail, Map, Markdown, Market, Mcp, Mcp1, Media, ModelProvider, More, Mouse, NewConversation, Note, Note1, OrgFile, Output, Page, Parse, Pdf, Pending, Play, PlayOutline, Ppt, Ppt1, PptFile, Preview, Project, ProjectItem, Provider, Question, Redo, Reference, Refly, Refresh, Reload, Reloadto, Remix, Resource, Running, Running1, ScreenDefault, ScreenFull, Search, Security, Send, Setting, Settings, Share, SideLeft, SideRight, Sort, SortAsc, Sport, Start, Stop, SubNode, Subline, Subscription, Tag, Text, Text1, TextFile, Thinking, Tools, Touchpad, Travel, Treemenu, Undo, University, Upgrade, Usage, Video, View, Wait, Weather, Web, Web1, Websearch, Wiki, WinLeft, WinRight, X, XBorder, ZoomIn, ZoomOut };
|
package/dist/index.d.ts
CHANGED
|
@@ -339,6 +339,8 @@ declare const Mcp1: React.FC<IconProps>;
|
|
|
339
339
|
|
|
340
340
|
declare const Image: React.FC<IconProps>;
|
|
341
341
|
|
|
342
|
+
declare const ImageOutline: React.FC<IconProps>;
|
|
343
|
+
|
|
342
344
|
declare const Running1: React.FC<IconProps>;
|
|
343
345
|
|
|
344
346
|
declare const Email: React.FC<IconProps>;
|
|
@@ -355,4 +357,8 @@ declare const X: React.FC<IconProps>;
|
|
|
355
357
|
|
|
356
358
|
declare const XBorder: React.FC<IconProps>;
|
|
357
359
|
|
|
358
|
-
|
|
360
|
+
declare const SortAsc: React.FC<IconProps>;
|
|
361
|
+
|
|
362
|
+
declare const DocAdd: React.FC<IconProps>;
|
|
363
|
+
|
|
364
|
+
export { AIModel, Account, Add, AddContext, Agent, AiChat, Appearance, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, At, Attachment, Audio, AutoLayout, Back, Building, Cancelled, Chat, Checked, Claude, Clone, Close, Code, Code1, CodeZip, Community, Completed, Computer, Contact, Copy, Creadit, Creation, Cuttools, Data, Deepseek, Delete, Delivery, DesignPattern, Doc, Doc1, Doc2, DocAdd, DocInline, Download, Edit, Edit1, EditSmart, Email, Excel, Exit, Export, File, File1, Finder, FinderClose, FinderOpen, Finished, Flow, Fold, FreeCreation, Fullscreen, Game, Gemini, GeneralFile, GeneralWeb, Generating, Github, Google, Gpt, Grok, Group, Hamburger, History, Html, Icon, IconProps, Image, ImageOutline, InputContext, InterfaceDark, InterfaceLight, Invite, Jump, Keyboard, Knowledge, KnowledgeBase, Labs, Language, LargeModel, List, Location, Logic, Magiccursor, MagiccursorDefault, Mail, Map, Markdown, Market, Mcp, Mcp1, Media, ModelProvider, More, Mouse, NewConversation, Note, Note1, OrgFile, Output, Page, Parse, Pdf, Pending, Play, PlayOutline, Ppt, Ppt1, PptFile, Preview, Project, ProjectItem, Provider, Question, Redo, Reference, Refly, Refresh, Reload, Reloadto, Remix, Resource, Running, Running1, ScreenDefault, ScreenFull, Search, Security, Send, Setting, Settings, Share, SideLeft, SideRight, Sort, SortAsc, Sport, Start, Stop, SubNode, Subline, Subscription, Tag, Text, Text1, TextFile, Thinking, Tools, Touchpad, Travel, Treemenu, Undo, University, Upgrade, Usage, Video, View, Wait, Weather, Web, Web1, Websearch, Wiki, WinLeft, WinRight, X, XBorder, ZoomIn, ZoomOut };
|