refly-icons 1.1.5 → 1.1.6
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +9 -0
- package/dist/index.mjs +8 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -395,4 +395,6 @@ declare const Qwen: React.FC<IconProps>;
|
|
|
395
395
|
|
|
396
396
|
declare const CheckCircle: React.FC<IconProps>;
|
|
397
397
|
|
|
398
|
-
|
|
398
|
+
declare const Bolt: React.FC<IconProps>;
|
|
399
|
+
|
|
400
|
+
export { AIModel, Account, Add, AddContext, Agent, AiChat, Appearance, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, At, Attachment, Audio, AutoLayout, Back, Bolt, Building, Cancelled, Chat, CheckCircle, CheckCircleBroken, Checked, Claude, Clone, Close, Code, Code1, CodeZip, Community, Completed, Computer, Contact, Copy, Creadit, Creation, Cuttools, Data, Deepseek, Delete, Delivery, DesignPattern, Doc, Doc1, Doc2, DocAdd, DocChecked, DocInline, Download, Edit, Edit1, EditSmart, Email, Email2, 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, Home, Html, Icon, IconProps, Image, ImageOutline, InputContext, InterfaceDark, InterfaceLight, Invite, Jump, Keyboard, Kimi, Knowledge, KnowledgeBase, Labs, Language, LargeModel, List, Location, Logic, Magiccursor, MagiccursorDefault, Mail, Map, Markdown, Market, MarketPlace, Mcp, Mcp1, Media, MessageSmile, ModelProvider, More, Mouse, NewConversation, Note, Note1, Notification, OrgFile, Output, Page, Parse, Pdf, Pending, Play, PlayOutline, Ppt, Ppt1, PptFile, Preview, Project, ProjectItem, Provider, Question, Qwen, Redo, Reference, Refly, Refresh, Reload, Reloadto, Remix, Resource, ResourceFilled, Running, Running1, SadFace, ScreenDefault, ScreenFull, Search, Security, Send, Setting, Settings, Share, SideLeft, SideRight, Sort, SortAsc, Sport, Start, Stop, StopCircle, SubNode, Subline, Subscription, Substrsct, Tag, Text, Text1, TextFile, Thinking, Time, Tools, Touchpad, Travel, Treemenu, TurnRight, Undo, University, Upgrade, Usage, UserInput, Video, View, Wait, Weather, Web, Web1, Websearch, Wiki, WinLeft, WinRight, X, XBorder, ZoomIn, ZoomOut };
|
package/dist/index.d.ts
CHANGED
|
@@ -395,4 +395,6 @@ declare const Qwen: React.FC<IconProps>;
|
|
|
395
395
|
|
|
396
396
|
declare const CheckCircle: React.FC<IconProps>;
|
|
397
397
|
|
|
398
|
-
|
|
398
|
+
declare const Bolt: React.FC<IconProps>;
|
|
399
|
+
|
|
400
|
+
export { AIModel, Account, Add, AddContext, Agent, AiChat, Appearance, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, At, Attachment, Audio, AutoLayout, Back, Bolt, Building, Cancelled, Chat, CheckCircle, CheckCircleBroken, Checked, Claude, Clone, Close, Code, Code1, CodeZip, Community, Completed, Computer, Contact, Copy, Creadit, Creation, Cuttools, Data, Deepseek, Delete, Delivery, DesignPattern, Doc, Doc1, Doc2, DocAdd, DocChecked, DocInline, Download, Edit, Edit1, EditSmart, Email, Email2, 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, Home, Html, Icon, IconProps, Image, ImageOutline, InputContext, InterfaceDark, InterfaceLight, Invite, Jump, Keyboard, Kimi, Knowledge, KnowledgeBase, Labs, Language, LargeModel, List, Location, Logic, Magiccursor, MagiccursorDefault, Mail, Map, Markdown, Market, MarketPlace, Mcp, Mcp1, Media, MessageSmile, ModelProvider, More, Mouse, NewConversation, Note, Note1, Notification, OrgFile, Output, Page, Parse, Pdf, Pending, Play, PlayOutline, Ppt, Ppt1, PptFile, Preview, Project, ProjectItem, Provider, Question, Qwen, Redo, Reference, Refly, Refresh, Reload, Reloadto, Remix, Resource, ResourceFilled, Running, Running1, SadFace, ScreenDefault, ScreenFull, Search, Security, Send, Setting, Settings, Share, SideLeft, SideRight, Sort, SortAsc, Sport, Start, Stop, StopCircle, SubNode, Subline, Subscription, Substrsct, Tag, Text, Text1, TextFile, Thinking, Time, Tools, Touchpad, Travel, Treemenu, TurnRight, Undo, University, Upgrade, Usage, UserInput, Video, View, Wait, Weather, Web, Web1, Websearch, Wiki, WinLeft, WinRight, X, XBorder, ZoomIn, ZoomOut };
|
package/dist/index.js
CHANGED
|
@@ -46,6 +46,7 @@ __export(src_exports, {
|
|
|
46
46
|
Audio: () => Audio_default,
|
|
47
47
|
AutoLayout: () => AutoLayout_default,
|
|
48
48
|
Back: () => Back_default,
|
|
49
|
+
Bolt: () => Bolt_default,
|
|
49
50
|
Building: () => Building_default,
|
|
50
51
|
Cancelled: () => Cancelled_default,
|
|
51
52
|
Chat: () => Chat_default,
|
|
@@ -2259,6 +2260,13 @@ var CheckCircle = (props) => {
|
|
|
2259
2260
|
] }) });
|
|
2260
2261
|
};
|
|
2261
2262
|
var CheckCircle_default = CheckCircle;
|
|
2263
|
+
|
|
2264
|
+
// src/icons/Bolt.tsx
|
|
2265
|
+
var import_jsx_runtime196 = require("react/jsx-runtime");
|
|
2266
|
+
var Bolt = (props) => {
|
|
2267
|
+
return /* @__PURE__ */ (0, import_jsx_runtime196.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime196.jsx)("g", { transform: "scale(3.5) translate(2, 0.5)", children: /* @__PURE__ */ (0, import_jsx_runtime196.jsx)("path", { d: "M10.4325 1L1.52593 11.6879C1.17713 12.1064 1.00272 12.3157 1.00006 12.4925C0.99774 12.6461 1.06621 12.7923 1.18574 12.8889C1.32323 13 1.59566 13 2.14051 13H9.43248L8.43248 21L17.339 10.3121C17.6878 9.89358 17.8622 9.68429 17.8649 9.50754C17.8672 9.35388 17.7987 9.2077 17.6792 9.11111C17.5417 9 17.2693 9 16.7244 9H9.43248L10.4325 1Z", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }) });
|
|
2268
|
+
};
|
|
2269
|
+
var Bolt_default = Bolt;
|
|
2262
2270
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2263
2271
|
0 && (module.exports = {
|
|
2264
2272
|
AIModel,
|
|
@@ -2277,6 +2285,7 @@ var CheckCircle_default = CheckCircle;
|
|
|
2277
2285
|
Audio,
|
|
2278
2286
|
AutoLayout,
|
|
2279
2287
|
Back,
|
|
2288
|
+
Bolt,
|
|
2280
2289
|
Building,
|
|
2281
2290
|
Cancelled,
|
|
2282
2291
|
Chat,
|
package/dist/index.mjs
CHANGED
|
@@ -2029,6 +2029,13 @@ var CheckCircle = (props) => {
|
|
|
2029
2029
|
] }) });
|
|
2030
2030
|
};
|
|
2031
2031
|
var CheckCircle_default = CheckCircle;
|
|
2032
|
+
|
|
2033
|
+
// src/icons/Bolt.tsx
|
|
2034
|
+
import { jsx as jsx196 } from "react/jsx-runtime";
|
|
2035
|
+
var Bolt = (props) => {
|
|
2036
|
+
return /* @__PURE__ */ jsx196(Icon, { ...props, children: /* @__PURE__ */ jsx196("g", { transform: "scale(3.5) translate(2, 0.5)", children: /* @__PURE__ */ jsx196("path", { d: "M10.4325 1L1.52593 11.6879C1.17713 12.1064 1.00272 12.3157 1.00006 12.4925C0.99774 12.6461 1.06621 12.7923 1.18574 12.8889C1.32323 13 1.59566 13 2.14051 13H9.43248L8.43248 21L17.339 10.3121C17.6878 9.89358 17.8622 9.68429 17.8649 9.50754C17.8672 9.35388 17.7987 9.2077 17.6792 9.11111C17.5417 9 17.2693 9 16.7244 9H9.43248L10.4325 1Z", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }) });
|
|
2037
|
+
};
|
|
2038
|
+
var Bolt_default = Bolt;
|
|
2032
2039
|
export {
|
|
2033
2040
|
AIModel_default as AIModel,
|
|
2034
2041
|
Account_default as Account,
|
|
@@ -2046,6 +2053,7 @@ export {
|
|
|
2046
2053
|
Audio_default as Audio,
|
|
2047
2054
|
AutoLayout_default as AutoLayout,
|
|
2048
2055
|
Back_default as Back,
|
|
2056
|
+
Bolt_default as Bolt,
|
|
2049
2057
|
Building_default as Building,
|
|
2050
2058
|
Cancelled_default as Cancelled,
|
|
2051
2059
|
Chat_default as Chat,
|