refly-icons 1.1.3 → 1.1.4
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 +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.js +64 -0
- package/dist/index.mjs +59 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -385,4 +385,14 @@ declare const TurnRight: React.FC<IconProps>;
|
|
|
385
385
|
|
|
386
386
|
declare const UserInput: React.FC<IconProps>;
|
|
387
387
|
|
|
388
|
-
|
|
388
|
+
declare const Kimi: React.FC<IconProps>;
|
|
389
|
+
|
|
390
|
+
declare const MarketPlace: React.FC<IconProps>;
|
|
391
|
+
|
|
392
|
+
declare const Notification: React.FC<IconProps>;
|
|
393
|
+
|
|
394
|
+
declare const Qwen: React.FC<IconProps>;
|
|
395
|
+
|
|
396
|
+
declare const CheckCircle: React.FC<IconProps>;
|
|
397
|
+
|
|
398
|
+
export { AIModel, Account, Add, AddContext, Agent, AiChat, Appearance, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, At, Attachment, Audio, AutoLayout, Back, 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
|
@@ -385,4 +385,14 @@ declare const TurnRight: React.FC<IconProps>;
|
|
|
385
385
|
|
|
386
386
|
declare const UserInput: React.FC<IconProps>;
|
|
387
387
|
|
|
388
|
-
|
|
388
|
+
declare const Kimi: React.FC<IconProps>;
|
|
389
|
+
|
|
390
|
+
declare const MarketPlace: React.FC<IconProps>;
|
|
391
|
+
|
|
392
|
+
declare const Notification: React.FC<IconProps>;
|
|
393
|
+
|
|
394
|
+
declare const Qwen: React.FC<IconProps>;
|
|
395
|
+
|
|
396
|
+
declare const CheckCircle: React.FC<IconProps>;
|
|
397
|
+
|
|
398
|
+
export { AIModel, Account, Add, AddContext, Agent, AiChat, Appearance, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, At, Attachment, Audio, AutoLayout, Back, 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
|
@@ -49,6 +49,7 @@ __export(src_exports, {
|
|
|
49
49
|
Building: () => Building_default,
|
|
50
50
|
Cancelled: () => Cancelled_default,
|
|
51
51
|
Chat: () => Chat_default,
|
|
52
|
+
CheckCircle: () => CheckCircle_default,
|
|
52
53
|
CheckCircleBroken: () => CheckCircleBroken_default,
|
|
53
54
|
Checked: () => Checked_default,
|
|
54
55
|
Claude: () => Claude_default,
|
|
@@ -118,6 +119,7 @@ __export(src_exports, {
|
|
|
118
119
|
Invite: () => Invite_default,
|
|
119
120
|
Jump: () => Jump_default,
|
|
120
121
|
Keyboard: () => Keyboard_default,
|
|
122
|
+
Kimi: () => Kimi_default,
|
|
121
123
|
Knowledge: () => Knowledge_default,
|
|
122
124
|
KnowledgeBase: () => KnowledgeBase_default,
|
|
123
125
|
Labs: () => Labs_default,
|
|
@@ -132,6 +134,7 @@ __export(src_exports, {
|
|
|
132
134
|
Map: () => Map_default,
|
|
133
135
|
Markdown: () => Markdown_default,
|
|
134
136
|
Market: () => Market_default,
|
|
137
|
+
MarketPlace: () => MarketPlace_default,
|
|
135
138
|
Mcp: () => Mcp_default,
|
|
136
139
|
Mcp1: () => Mcp1_default,
|
|
137
140
|
Media: () => Media_default,
|
|
@@ -142,6 +145,7 @@ __export(src_exports, {
|
|
|
142
145
|
NewConversation: () => NewConversation_default,
|
|
143
146
|
Note: () => Note_default,
|
|
144
147
|
Note1: () => Note1_default,
|
|
148
|
+
Notification: () => Notification_default,
|
|
145
149
|
OrgFile: () => OrgFile_default,
|
|
146
150
|
Output: () => Output_default,
|
|
147
151
|
Page: () => Page_default,
|
|
@@ -158,6 +162,7 @@ __export(src_exports, {
|
|
|
158
162
|
ProjectItem: () => ProjectItem_default,
|
|
159
163
|
Provider: () => Provider_default,
|
|
160
164
|
Question: () => Question_default,
|
|
165
|
+
Qwen: () => Qwen_default,
|
|
161
166
|
Redo: () => Redo_default,
|
|
162
167
|
Reference: () => Reference_default,
|
|
163
168
|
Refly: () => Refly_default,
|
|
@@ -2184,6 +2189,60 @@ var UserInput = (props) => {
|
|
|
2184
2189
|
return /* @__PURE__ */ (0, import_jsx_runtime190.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime190.jsx)("g", { transform: "scale(4)", children: /* @__PURE__ */ (0, import_jsx_runtime190.jsx)("path", { d: "M13.5 2.97266C14.8999 2.97266 15.6 2.97275 16.1348 3.24512C16.6052 3.4848 16.9879 3.86749 17.2275 4.33789C17.5 4.87264 17.5 5.57268 17.5 6.97266V11.7227C17.5 12.8875 17.4999 13.4703 17.3096 13.9297C17.0559 14.542 16.5694 15.0285 15.957 15.2822C15.4976 15.4725 14.9149 15.4727 13.75 15.4727C13.3429 15.4727 13.1391 15.473 12.9502 15.5176C12.6986 15.577 12.4641 15.6938 12.2656 15.8594C12.1166 15.9837 11.9942 16.147 11.75 16.4727L10.5332 18.0947C10.3524 18.3358 10.2621 18.4568 10.1514 18.5C10.0542 18.5378 9.94578 18.5378 9.84863 18.5C9.73786 18.4568 9.64757 18.3358 9.4668 18.0947L8.25 16.4727C8.00575 16.147 7.88335 15.9837 7.73438 15.8594C7.53587 15.6938 7.30138 15.577 7.0498 15.5176C6.86094 15.473 6.65715 15.4727 6.25 15.4727C5.08515 15.4727 4.5024 15.4725 4.04297 15.2822C3.43064 15.0285 2.94414 14.542 2.69043 13.9297C2.50013 13.4703 2.5 12.8875 2.5 11.7227V6.97266C2.5 5.57268 2.50002 4.87264 2.77246 4.33789C3.01214 3.86749 3.39483 3.4848 3.86523 3.24512C4.39998 2.97275 5.10007 2.97266 6.5 2.97266H13.5ZM10.0049 6.25488C9.59071 6.25488 9.25495 6.59073 9.25488 7.00488V8.75H7.5C7.08579 8.75 6.75 9.08579 6.75 9.5C6.75 9.91421 7.08579 10.25 7.5 10.25H9.25488V12.0049C9.25488 12.4191 9.59067 12.7549 10.0049 12.7549C10.4191 12.7549 10.7549 12.4191 10.7549 12.0049V10.25H12.5C12.9142 10.25 13.25 9.91421 13.25 9.5C13.25 9.08579 12.9142 8.75 12.5 8.75H10.7549V7.00488C10.7548 6.59073 10.4191 6.25488 10.0049 6.25488Z" }) }) });
|
|
2185
2190
|
};
|
|
2186
2191
|
var UserInput_default = UserInput;
|
|
2192
|
+
|
|
2193
|
+
// src/icons/Kimi.tsx
|
|
2194
|
+
var import_jsx_runtime191 = require("react/jsx-runtime");
|
|
2195
|
+
var Kimi = (props) => {
|
|
2196
|
+
return /* @__PURE__ */ (0, import_jsx_runtime191.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime191.jsxs)("g", { transform: "scale(3.2) translate(0, 0.55)", children: [
|
|
2197
|
+
/* @__PURE__ */ (0, import_jsx_runtime191.jsx)("path", { d: "M19.738 5.776c.163-.209.306-.4.457-.585.07-.087.064-.153-.004-.244-.655-.861-.717-1.817-.34-2.787.283-.73.909-1.072 1.674-1.145.477-.045.945.004 1.379.236.57.305.902.77 1.01 1.412.086.512.07 1.012-.075 1.508-.257.878-.888 1.333-1.753 1.448-.718.096-1.446.108-2.17.157-.056.004-.113 0-.178 0z", fill: "#027AFF" }),
|
|
2198
|
+
/* @__PURE__ */ (0, import_jsx_runtime191.jsx)("path", { d: "M17.962 1.844h-4.326l-3.425 7.81H5.369V1.878H1.5V22h3.87v-8.477h6.824a3.025 3.025 0 002.743-1.75V22h3.87v-8.477a3.87 3.87 0 00-3.588-3.86v-.01h-2.125a3.94 3.94 0 002.323-2.12l2.545-5.689z" })
|
|
2199
|
+
] }) });
|
|
2200
|
+
};
|
|
2201
|
+
var Kimi_default = Kimi;
|
|
2202
|
+
|
|
2203
|
+
// src/icons/MarketPlace.tsx
|
|
2204
|
+
var import_jsx_runtime192 = require("react/jsx-runtime");
|
|
2205
|
+
var MarketPlace = (props) => {
|
|
2206
|
+
return /* @__PURE__ */ (0, import_jsx_runtime192.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime192.jsx)("g", { transform: "scale(3.3)", children: /* @__PURE__ */ (0, import_jsx_runtime192.jsx)("path", { d: "M8.12602 14C8.57006 15.7252 10.1362 17 12 17C13.8638 17 15.4299 15.7252 15.874 14M11.0177 2.76401L4.23539 8.03914C3.78202 8.39176 3.55534 8.56807 3.39203 8.78887C3.24737 8.98446 3.1396 9.2048 3.07403 9.43907C3 9.70353 3 9.99071 3 10.5651V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4802 21 18.9201 21 17.8V10.5651C21 9.99071 21 9.70353 20.926 9.43907C20.8604 9.2048 20.7526 8.98446 20.608 8.78887C20.4447 8.56807 20.218 8.39176 19.7646 8.03914L12.9823 2.76401C12.631 2.49076 12.4553 2.35413 12.2613 2.30162C12.0902 2.25528 11.9098 2.25528 11.7387 2.30162C11.5447 2.35413 11.369 2.49076 11.0177 2.76401Z", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }) });
|
|
2207
|
+
};
|
|
2208
|
+
var MarketPlace_default = MarketPlace;
|
|
2209
|
+
|
|
2210
|
+
// src/icons/Notification.tsx
|
|
2211
|
+
var import_jsx_runtime193 = require("react/jsx-runtime");
|
|
2212
|
+
var Notification = (props) => {
|
|
2213
|
+
return /* @__PURE__ */ (0, import_jsx_runtime193.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime193.jsxs)("g", { transform: "scale(3.3) translate(0.1, 0)", children: [
|
|
2214
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)("path", { d: "M13.7962 6.23856C14.2317 5.78864 14.4997 5.17562 14.4997 4.5C14.4997 3.11929 13.3804 2 11.9997 2C10.619 2 9.49972 3.11929 9.49972 4.5C9.49972 5.17562 9.76772 5.78864 10.2032 6.23856M17.9997 11.2C17.9997 9.82087 17.3676 8.49823 16.2424 7.52304C15.1171 6.54786 13.591 6 11.9997 6C10.4084 6 8.8823 6.54786 7.75708 7.52304C6.63186 8.49823 5.99972 9.82087 5.99972 11.2C5.99972 13.4818 5.43385 15.1506 4.72778 16.3447C3.92306 17.7056 3.5207 18.3861 3.53659 18.5486C3.55476 18.7346 3.58824 18.7933 3.73906 18.9036C3.87089 19 4.53323 19 5.85791 19H18.1415C19.4662 19 20.1286 19 20.2604 18.9036C20.4112 18.7933 20.4447 18.7346 20.4629 18.5486C20.4787 18.3861 20.0764 17.7056 19.2717 16.3447C18.5656 15.1506 17.9997 13.4818 17.9997 11.2Z", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2215
|
+
/* @__PURE__ */ (0, import_jsx_runtime193.jsx)("path", { d: "M15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19", fill: "none", stroke: "currentColor", strokeOpacity: "0.6", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
2216
|
+
] }) });
|
|
2217
|
+
};
|
|
2218
|
+
var Notification_default = Notification;
|
|
2219
|
+
|
|
2220
|
+
// src/icons/Qwen.tsx
|
|
2221
|
+
var import_jsx_runtime194 = require("react/jsx-runtime");
|
|
2222
|
+
var Qwen = (props) => {
|
|
2223
|
+
return /* @__PURE__ */ (0, import_jsx_runtime194.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("g", { transform: "scale(3.2) translate(0.5, 0.55)", children: [
|
|
2224
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)("path", { d: "M12.604 1.34c.393.69.784 1.382 1.174 2.075a.18.18 0 00.157.091h5.552c.174 0 .322.11.446.327l1.454 2.57c.19.337.24.478.024.837-.26.43-.513.864-.76 1.3l-.367.658c-.106.196-.223.28-.04.512l2.652 4.637c.172.301.111.494-.043.77-.437.785-.882 1.564-1.335 2.34-.159.272-.352.375-.68.37-.777-.016-1.552-.01-2.327.016a.099.099 0 00-.081.05 575.097 575.097 0 01-2.705 4.74c-.169.293-.38.363-.725.364-.997.003-2.002.004-3.017.002a.537.537 0 01-.465-.271l-1.335-2.323a.09.09 0 00-.083-.049H4.982c-.285.03-.553-.001-.805-.092l-1.603-2.77a.543.543 0 01-.002-.54l1.207-2.12a.198.198 0 000-.197 550.951 550.951 0 01-1.875-3.272l-.79-1.395c-.16-.31-.173-.496.095-.965.465-.813.927-1.625 1.387-2.436.132-.234.304-.334.584-.335a338.3 338.3 0 012.589-.001.124.124 0 00.107-.063l2.806-4.895a.488.488 0 01.422-.246c.524-.001 1.053 0 1.583-.006L11.704 1c.341-.003.724.032.9.34zm-3.432.403a.06.06 0 00-.052.03L6.254 6.788a.157.157 0 01-.135.078H3.253c-.056 0-.07.025-.041.074l5.81 10.156c.025.042.013.062-.034.063l-2.795.015a.218.218 0 00-.2.116l-1.32 2.31c-.044.078-.021.118.068.118l5.716.008c.046 0 .08.02.104.061l1.403 2.454c.046.081.092.082.139 0l5.006-8.76.783-1.382a.055.055 0 01.096 0l1.424 2.53a.122.122 0 00.107.062l2.763-.02a.04.04 0 00.035-.02.041.041 0 000-.04l-2.9-5.086a.108.108 0 010-.113l.293-.507 1.12-1.977c.024-.041.012-.062-.035-.062H9.2c-.059 0-.073-.026-.043-.077l1.434-2.505a.107.107 0 000-.114L9.225 1.774a.06.06 0 00-.053-.031zm6.29 8.02c.046 0 .058.02.034.06l-.832 1.465-2.613 4.585a.056.056 0 01-.05.029.058.058 0 01-.05-.029L8.498 9.841c-.02-.034-.01-.052.028-.054l.216-.012 6.722-.012z", fill: "url(#lobe-icons-qwen-fill)", fillRule: "nonzero" }),
|
|
2225
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime194.jsxs)("linearGradient", { id: "lobe-icons-qwen-fill", x1: "0%", x2: "100%", y1: "0%", y2: "0%", children: [
|
|
2226
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)("stop", { offset: "0%", stopColor: "#6336E7", stopOpacity: ".84" }),
|
|
2227
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)("stop", { offset: "100%", stopColor: "#6F69F7", stopOpacity: ".84" })
|
|
2228
|
+
] }) })
|
|
2229
|
+
] }) });
|
|
2230
|
+
};
|
|
2231
|
+
var Qwen_default = Qwen;
|
|
2232
|
+
|
|
2233
|
+
// src/icons/CheckCircle.tsx
|
|
2234
|
+
var import_jsx_runtime195 = require("react/jsx-runtime");
|
|
2235
|
+
var CheckCircle = (props) => {
|
|
2236
|
+
return /* @__PURE__ */ (0, import_jsx_runtime195.jsx)(Icon, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime195.jsxs)("g", { transform: "scale(3.6) translate(2.1, 2.1)", children: [
|
|
2237
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)("rect", { width: "18", height: "18", rx: "9", fill: "url(#paint0_linear_17295_68573)" }),
|
|
2238
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)("path", { d: "M4.5 9.5L7.625 12.625L13.75 6.5", fill: "none", stroke: "#FFFCE0", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2239
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime195.jsxs)("linearGradient", { id: "paint0_linear_17295_68573", x1: "9", y1: "0", x2: "9", y2: "18", gradientUnits: "userSpaceOnUse", children: [
|
|
2240
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)("stop", { stopColor: "#18CBD1" }),
|
|
2241
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)("stop", { offset: "1", stopColor: "#0E9F77" })
|
|
2242
|
+
] }) })
|
|
2243
|
+
] }) });
|
|
2244
|
+
};
|
|
2245
|
+
var CheckCircle_default = CheckCircle;
|
|
2187
2246
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2188
2247
|
0 && (module.exports = {
|
|
2189
2248
|
AIModel,
|
|
@@ -2205,6 +2264,7 @@ var UserInput_default = UserInput;
|
|
|
2205
2264
|
Building,
|
|
2206
2265
|
Cancelled,
|
|
2207
2266
|
Chat,
|
|
2267
|
+
CheckCircle,
|
|
2208
2268
|
CheckCircleBroken,
|
|
2209
2269
|
Checked,
|
|
2210
2270
|
Claude,
|
|
@@ -2274,6 +2334,7 @@ var UserInput_default = UserInput;
|
|
|
2274
2334
|
Invite,
|
|
2275
2335
|
Jump,
|
|
2276
2336
|
Keyboard,
|
|
2337
|
+
Kimi,
|
|
2277
2338
|
Knowledge,
|
|
2278
2339
|
KnowledgeBase,
|
|
2279
2340
|
Labs,
|
|
@@ -2288,6 +2349,7 @@ var UserInput_default = UserInput;
|
|
|
2288
2349
|
Map,
|
|
2289
2350
|
Markdown,
|
|
2290
2351
|
Market,
|
|
2352
|
+
MarketPlace,
|
|
2291
2353
|
Mcp,
|
|
2292
2354
|
Mcp1,
|
|
2293
2355
|
Media,
|
|
@@ -2298,6 +2360,7 @@ var UserInput_default = UserInput;
|
|
|
2298
2360
|
NewConversation,
|
|
2299
2361
|
Note,
|
|
2300
2362
|
Note1,
|
|
2363
|
+
Notification,
|
|
2301
2364
|
OrgFile,
|
|
2302
2365
|
Output,
|
|
2303
2366
|
Page,
|
|
@@ -2314,6 +2377,7 @@ var UserInput_default = UserInput;
|
|
|
2314
2377
|
ProjectItem,
|
|
2315
2378
|
Provider,
|
|
2316
2379
|
Question,
|
|
2380
|
+
Qwen,
|
|
2317
2381
|
Redo,
|
|
2318
2382
|
Reference,
|
|
2319
2383
|
Refly,
|
package/dist/index.mjs
CHANGED
|
@@ -1959,6 +1959,60 @@ var UserInput = (props) => {
|
|
|
1959
1959
|
return /* @__PURE__ */ jsx190(Icon, { ...props, children: /* @__PURE__ */ jsx190("g", { transform: "scale(4)", children: /* @__PURE__ */ jsx190("path", { d: "M13.5 2.97266C14.8999 2.97266 15.6 2.97275 16.1348 3.24512C16.6052 3.4848 16.9879 3.86749 17.2275 4.33789C17.5 4.87264 17.5 5.57268 17.5 6.97266V11.7227C17.5 12.8875 17.4999 13.4703 17.3096 13.9297C17.0559 14.542 16.5694 15.0285 15.957 15.2822C15.4976 15.4725 14.9149 15.4727 13.75 15.4727C13.3429 15.4727 13.1391 15.473 12.9502 15.5176C12.6986 15.577 12.4641 15.6938 12.2656 15.8594C12.1166 15.9837 11.9942 16.147 11.75 16.4727L10.5332 18.0947C10.3524 18.3358 10.2621 18.4568 10.1514 18.5C10.0542 18.5378 9.94578 18.5378 9.84863 18.5C9.73786 18.4568 9.64757 18.3358 9.4668 18.0947L8.25 16.4727C8.00575 16.147 7.88335 15.9837 7.73438 15.8594C7.53587 15.6938 7.30138 15.577 7.0498 15.5176C6.86094 15.473 6.65715 15.4727 6.25 15.4727C5.08515 15.4727 4.5024 15.4725 4.04297 15.2822C3.43064 15.0285 2.94414 14.542 2.69043 13.9297C2.50013 13.4703 2.5 12.8875 2.5 11.7227V6.97266C2.5 5.57268 2.50002 4.87264 2.77246 4.33789C3.01214 3.86749 3.39483 3.4848 3.86523 3.24512C4.39998 2.97275 5.10007 2.97266 6.5 2.97266H13.5ZM10.0049 6.25488C9.59071 6.25488 9.25495 6.59073 9.25488 7.00488V8.75H7.5C7.08579 8.75 6.75 9.08579 6.75 9.5C6.75 9.91421 7.08579 10.25 7.5 10.25H9.25488V12.0049C9.25488 12.4191 9.59067 12.7549 10.0049 12.7549C10.4191 12.7549 10.7549 12.4191 10.7549 12.0049V10.25H12.5C12.9142 10.25 13.25 9.91421 13.25 9.5C13.25 9.08579 12.9142 8.75 12.5 8.75H10.7549V7.00488C10.7548 6.59073 10.4191 6.25488 10.0049 6.25488Z" }) }) });
|
|
1960
1960
|
};
|
|
1961
1961
|
var UserInput_default = UserInput;
|
|
1962
|
+
|
|
1963
|
+
// src/icons/Kimi.tsx
|
|
1964
|
+
import { jsx as jsx191, jsxs as jsxs131 } from "react/jsx-runtime";
|
|
1965
|
+
var Kimi = (props) => {
|
|
1966
|
+
return /* @__PURE__ */ jsx191(Icon, { ...props, children: /* @__PURE__ */ jsxs131("g", { transform: "scale(3.2) translate(0, 0.55)", children: [
|
|
1967
|
+
/* @__PURE__ */ jsx191("path", { d: "M19.738 5.776c.163-.209.306-.4.457-.585.07-.087.064-.153-.004-.244-.655-.861-.717-1.817-.34-2.787.283-.73.909-1.072 1.674-1.145.477-.045.945.004 1.379.236.57.305.902.77 1.01 1.412.086.512.07 1.012-.075 1.508-.257.878-.888 1.333-1.753 1.448-.718.096-1.446.108-2.17.157-.056.004-.113 0-.178 0z", fill: "#027AFF" }),
|
|
1968
|
+
/* @__PURE__ */ jsx191("path", { d: "M17.962 1.844h-4.326l-3.425 7.81H5.369V1.878H1.5V22h3.87v-8.477h6.824a3.025 3.025 0 002.743-1.75V22h3.87v-8.477a3.87 3.87 0 00-3.588-3.86v-.01h-2.125a3.94 3.94 0 002.323-2.12l2.545-5.689z" })
|
|
1969
|
+
] }) });
|
|
1970
|
+
};
|
|
1971
|
+
var Kimi_default = Kimi;
|
|
1972
|
+
|
|
1973
|
+
// src/icons/MarketPlace.tsx
|
|
1974
|
+
import { jsx as jsx192 } from "react/jsx-runtime";
|
|
1975
|
+
var MarketPlace = (props) => {
|
|
1976
|
+
return /* @__PURE__ */ jsx192(Icon, { ...props, children: /* @__PURE__ */ jsx192("g", { transform: "scale(3.3)", children: /* @__PURE__ */ jsx192("path", { d: "M8.12602 14C8.57006 15.7252 10.1362 17 12 17C13.8638 17 15.4299 15.7252 15.874 14M11.0177 2.76401L4.23539 8.03914C3.78202 8.39176 3.55534 8.56807 3.39203 8.78887C3.24737 8.98446 3.1396 9.2048 3.07403 9.43907C3 9.70353 3 9.99071 3 10.5651V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4802 21 18.9201 21 17.8V10.5651C21 9.99071 21 9.70353 20.926 9.43907C20.8604 9.2048 20.7526 8.98446 20.608 8.78887C20.4447 8.56807 20.218 8.39176 19.7646 8.03914L12.9823 2.76401C12.631 2.49076 12.4553 2.35413 12.2613 2.30162C12.0902 2.25528 11.9098 2.25528 11.7387 2.30162C11.5447 2.35413 11.369 2.49076 11.0177 2.76401Z", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }) });
|
|
1977
|
+
};
|
|
1978
|
+
var MarketPlace_default = MarketPlace;
|
|
1979
|
+
|
|
1980
|
+
// src/icons/Notification.tsx
|
|
1981
|
+
import { jsx as jsx193, jsxs as jsxs132 } from "react/jsx-runtime";
|
|
1982
|
+
var Notification = (props) => {
|
|
1983
|
+
return /* @__PURE__ */ jsx193(Icon, { ...props, children: /* @__PURE__ */ jsxs132("g", { transform: "scale(3.3) translate(0.1, 0)", children: [
|
|
1984
|
+
/* @__PURE__ */ jsx193("path", { d: "M13.7962 6.23856C14.2317 5.78864 14.4997 5.17562 14.4997 4.5C14.4997 3.11929 13.3804 2 11.9997 2C10.619 2 9.49972 3.11929 9.49972 4.5C9.49972 5.17562 9.76772 5.78864 10.2032 6.23856M17.9997 11.2C17.9997 9.82087 17.3676 8.49823 16.2424 7.52304C15.1171 6.54786 13.591 6 11.9997 6C10.4084 6 8.8823 6.54786 7.75708 7.52304C6.63186 8.49823 5.99972 9.82087 5.99972 11.2C5.99972 13.4818 5.43385 15.1506 4.72778 16.3447C3.92306 17.7056 3.5207 18.3861 3.53659 18.5486C3.55476 18.7346 3.58824 18.7933 3.73906 18.9036C3.87089 19 4.53323 19 5.85791 19H18.1415C19.4662 19 20.1286 19 20.2604 18.9036C20.4112 18.7933 20.4447 18.7346 20.4629 18.5486C20.4787 18.3861 20.0764 17.7056 19.2717 16.3447C18.5656 15.1506 17.9997 13.4818 17.9997 11.2Z", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
1985
|
+
/* @__PURE__ */ jsx193("path", { d: "M15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19", fill: "none", stroke: "currentColor", strokeOpacity: "0.6", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
1986
|
+
] }) });
|
|
1987
|
+
};
|
|
1988
|
+
var Notification_default = Notification;
|
|
1989
|
+
|
|
1990
|
+
// src/icons/Qwen.tsx
|
|
1991
|
+
import { jsx as jsx194, jsxs as jsxs133 } from "react/jsx-runtime";
|
|
1992
|
+
var Qwen = (props) => {
|
|
1993
|
+
return /* @__PURE__ */ jsx194(Icon, { ...props, children: /* @__PURE__ */ jsxs133("g", { transform: "scale(3.2) translate(0.5, 0.55)", children: [
|
|
1994
|
+
/* @__PURE__ */ jsx194("path", { d: "M12.604 1.34c.393.69.784 1.382 1.174 2.075a.18.18 0 00.157.091h5.552c.174 0 .322.11.446.327l1.454 2.57c.19.337.24.478.024.837-.26.43-.513.864-.76 1.3l-.367.658c-.106.196-.223.28-.04.512l2.652 4.637c.172.301.111.494-.043.77-.437.785-.882 1.564-1.335 2.34-.159.272-.352.375-.68.37-.777-.016-1.552-.01-2.327.016a.099.099 0 00-.081.05 575.097 575.097 0 01-2.705 4.74c-.169.293-.38.363-.725.364-.997.003-2.002.004-3.017.002a.537.537 0 01-.465-.271l-1.335-2.323a.09.09 0 00-.083-.049H4.982c-.285.03-.553-.001-.805-.092l-1.603-2.77a.543.543 0 01-.002-.54l1.207-2.12a.198.198 0 000-.197 550.951 550.951 0 01-1.875-3.272l-.79-1.395c-.16-.31-.173-.496.095-.965.465-.813.927-1.625 1.387-2.436.132-.234.304-.334.584-.335a338.3 338.3 0 012.589-.001.124.124 0 00.107-.063l2.806-4.895a.488.488 0 01.422-.246c.524-.001 1.053 0 1.583-.006L11.704 1c.341-.003.724.032.9.34zm-3.432.403a.06.06 0 00-.052.03L6.254 6.788a.157.157 0 01-.135.078H3.253c-.056 0-.07.025-.041.074l5.81 10.156c.025.042.013.062-.034.063l-2.795.015a.218.218 0 00-.2.116l-1.32 2.31c-.044.078-.021.118.068.118l5.716.008c.046 0 .08.02.104.061l1.403 2.454c.046.081.092.082.139 0l5.006-8.76.783-1.382a.055.055 0 01.096 0l1.424 2.53a.122.122 0 00.107.062l2.763-.02a.04.04 0 00.035-.02.041.041 0 000-.04l-2.9-5.086a.108.108 0 010-.113l.293-.507 1.12-1.977c.024-.041.012-.062-.035-.062H9.2c-.059 0-.073-.026-.043-.077l1.434-2.505a.107.107 0 000-.114L9.225 1.774a.06.06 0 00-.053-.031zm6.29 8.02c.046 0 .058.02.034.06l-.832 1.465-2.613 4.585a.056.056 0 01-.05.029.058.058 0 01-.05-.029L8.498 9.841c-.02-.034-.01-.052.028-.054l.216-.012 6.722-.012z", fill: "url(#lobe-icons-qwen-fill)", fillRule: "nonzero" }),
|
|
1995
|
+
/* @__PURE__ */ jsx194("defs", { children: /* @__PURE__ */ jsxs133("linearGradient", { id: "lobe-icons-qwen-fill", x1: "0%", x2: "100%", y1: "0%", y2: "0%", children: [
|
|
1996
|
+
/* @__PURE__ */ jsx194("stop", { offset: "0%", stopColor: "#6336E7", stopOpacity: ".84" }),
|
|
1997
|
+
/* @__PURE__ */ jsx194("stop", { offset: "100%", stopColor: "#6F69F7", stopOpacity: ".84" })
|
|
1998
|
+
] }) })
|
|
1999
|
+
] }) });
|
|
2000
|
+
};
|
|
2001
|
+
var Qwen_default = Qwen;
|
|
2002
|
+
|
|
2003
|
+
// src/icons/CheckCircle.tsx
|
|
2004
|
+
import { jsx as jsx195, jsxs as jsxs134 } from "react/jsx-runtime";
|
|
2005
|
+
var CheckCircle = (props) => {
|
|
2006
|
+
return /* @__PURE__ */ jsx195(Icon, { ...props, children: /* @__PURE__ */ jsxs134("g", { transform: "scale(3.6) translate(2.1, 2.1)", children: [
|
|
2007
|
+
/* @__PURE__ */ jsx195("rect", { width: "18", height: "18", rx: "9", fill: "url(#paint0_linear_17295_68573)" }),
|
|
2008
|
+
/* @__PURE__ */ jsx195("path", { d: "M4.5 9.5L7.625 12.625L13.75 6.5", fill: "none", stroke: "#FFFCE0", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
2009
|
+
/* @__PURE__ */ jsx195("defs", { children: /* @__PURE__ */ jsxs134("linearGradient", { id: "paint0_linear_17295_68573", x1: "9", y1: "0", x2: "9", y2: "18", gradientUnits: "userSpaceOnUse", children: [
|
|
2010
|
+
/* @__PURE__ */ jsx195("stop", { stopColor: "#18CBD1" }),
|
|
2011
|
+
/* @__PURE__ */ jsx195("stop", { offset: "1", stopColor: "#0E9F77" })
|
|
2012
|
+
] }) })
|
|
2013
|
+
] }) });
|
|
2014
|
+
};
|
|
2015
|
+
var CheckCircle_default = CheckCircle;
|
|
1962
2016
|
export {
|
|
1963
2017
|
AIModel_default as AIModel,
|
|
1964
2018
|
Account_default as Account,
|
|
@@ -1979,6 +2033,7 @@ export {
|
|
|
1979
2033
|
Building_default as Building,
|
|
1980
2034
|
Cancelled_default as Cancelled,
|
|
1981
2035
|
Chat_default as Chat,
|
|
2036
|
+
CheckCircle_default as CheckCircle,
|
|
1982
2037
|
CheckCircleBroken_default as CheckCircleBroken,
|
|
1983
2038
|
Checked_default as Checked,
|
|
1984
2039
|
Claude_default as Claude,
|
|
@@ -2048,6 +2103,7 @@ export {
|
|
|
2048
2103
|
Invite_default as Invite,
|
|
2049
2104
|
Jump_default as Jump,
|
|
2050
2105
|
Keyboard_default as Keyboard,
|
|
2106
|
+
Kimi_default as Kimi,
|
|
2051
2107
|
Knowledge_default as Knowledge,
|
|
2052
2108
|
KnowledgeBase_default as KnowledgeBase,
|
|
2053
2109
|
Labs_default as Labs,
|
|
@@ -2062,6 +2118,7 @@ export {
|
|
|
2062
2118
|
Map_default as Map,
|
|
2063
2119
|
Markdown_default as Markdown,
|
|
2064
2120
|
Market_default as Market,
|
|
2121
|
+
MarketPlace_default as MarketPlace,
|
|
2065
2122
|
Mcp_default as Mcp,
|
|
2066
2123
|
Mcp1_default as Mcp1,
|
|
2067
2124
|
Media_default as Media,
|
|
@@ -2072,6 +2129,7 @@ export {
|
|
|
2072
2129
|
NewConversation_default as NewConversation,
|
|
2073
2130
|
Note_default as Note,
|
|
2074
2131
|
Note1_default as Note1,
|
|
2132
|
+
Notification_default as Notification,
|
|
2075
2133
|
OrgFile_default as OrgFile,
|
|
2076
2134
|
Output_default as Output,
|
|
2077
2135
|
Page_default as Page,
|
|
@@ -2088,6 +2146,7 @@ export {
|
|
|
2088
2146
|
ProjectItem_default as ProjectItem,
|
|
2089
2147
|
Provider_default as Provider,
|
|
2090
2148
|
Question_default as Question,
|
|
2149
|
+
Qwen_default as Qwen,
|
|
2091
2150
|
Redo_default as Redo,
|
|
2092
2151
|
Reference_default as Reference,
|
|
2093
2152
|
Refly_default as Refly,
|