refly-icons 1.1.3 → 1.1.5
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 +83 -3
- package/dist/index.mjs +236 -161
- 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,
|
|
@@ -1018,7 +1023,17 @@ var Game_default = Game;
|
|
|
1018
1023
|
// src/icons/Gemini.tsx
|
|
1019
1024
|
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
1020
1025
|
var Gemini = (props) => {
|
|
1021
|
-
return /* @__PURE__ */ (0, import_jsx_runtime72.
|
|
1026
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(Icon, { ...props, children: [
|
|
1027
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("g", { clipPath: "url(#clip0_5_278)", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M40 76C38.6278 66.9426 34.3931 58.5621 27.9155 52.0845C21.4379 45.6069 13.0574 41.3722 4 40C13.0574 38.6278 21.4379 34.3931 27.9155 27.9155C34.3931 21.4379 38.6278 13.0574 40 4C41.3726 13.0572 45.6075 21.4375 52.085 27.915C58.5625 34.3925 66.9428 38.6274 76 40C66.9428 41.3726 58.5625 45.6075 52.085 52.085C45.6075 58.5625 41.3726 66.9428 40 76Z", fill: "url(#paint0_linear_5_278)" }) }),
|
|
1028
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("defs", { children: [
|
|
1029
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsxs)("linearGradient", { id: "paint0_linear_5_278", x1: "3.99984", y1: "7204", x2: "4952.56", y2: "2192.44", gradientUnits: "userSpaceOnUse", children: [
|
|
1030
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("stop", { stopColor: "#1C7DFF" }),
|
|
1031
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("stop", { offset: "0.52021", stopColor: "#1C69FF" }),
|
|
1032
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("stop", { offset: "1", stopColor: "#F0DCD6" })
|
|
1033
|
+
] }),
|
|
1034
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("clipPath", { id: "clip0_5_278", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("rect", { width: "72", height: "72", fill: "white", transform: "translate(4 4)" }) })
|
|
1035
|
+
] })
|
|
1036
|
+
] });
|
|
1022
1037
|
};
|
|
1023
1038
|
var Gemini_default = Gemini;
|
|
1024
1039
|
|
|
@@ -1282,7 +1297,10 @@ var Checked_default = Checked;
|
|
|
1282
1297
|
// src/icons/Claude.tsx
|
|
1283
1298
|
var import_jsx_runtime101 = require("react/jsx-runtime");
|
|
1284
1299
|
var Claude = (props) => {
|
|
1285
|
-
return /* @__PURE__ */ (0, import_jsx_runtime101.
|
|
1300
|
+
return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(Icon, { ...props, children: [
|
|
1301
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("g", { clipPath: "url(#clip0_5_277)", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M18.127 51.865L32.287 43.924L32.527 43.234L32.287 42.85H31.6L29.23 42.706L21.136 42.487L14.119 42.196L7.321 41.83L5.608 41.467L4 39.352L4.165 38.296L5.605 37.333L7.663 37.513L12.223 37.822L19.057 38.296L24.013 38.587L31.36 39.352H32.527L32.692 38.881L32.29 38.587L31.981 38.296L24.907 33.508L17.251 28.444L13.243 25.528L11.071 24.055L9.979 22.669L9.505 19.645L11.473 17.479L14.116 17.659L14.791 17.842L17.47 19.9L23.194 24.328L30.667 29.827L31.762 30.739L32.197 30.43L32.254 30.211L31.762 29.389L27.697 22.051L23.359 14.581L21.427 11.485L20.917 9.628C20.7227 8.91477 20.6179 8.18012 20.605 7.441L22.849 4.402L24.088 4L27.076 4.402L28.336 5.494L30.196 9.736L33.202 16.423L37.867 25.513L39.235 28.207L39.964 30.703L40.237 31.468H40.711V31.03L41.095 25.912L41.806 19.627L42.496 11.542L42.736 9.262L43.864 6.532L46.105 5.056L47.857 5.896L49.297 7.951L49.096 9.283L48.238 14.836L46.561 23.545L45.469 29.371H46.105L46.834 28.645L49.789 24.727L54.745 18.535L56.935 16.075L59.485 13.363L61.126 12.07H64.225L66.505 15.457L65.485 18.955L62.293 22.996L59.65 26.422L55.858 31.522L53.488 35.602L53.707 35.932L54.271 35.872L62.839 34.054L67.468 33.214L72.991 32.269L75.49 33.433L75.763 34.618L74.779 37.039L68.872 38.497L61.945 39.883L51.628 42.322L51.502 42.412L51.649 42.595L56.296 43.033L58.282 43.141H63.148L72.208 43.816L74.578 45.382L76 47.296L75.763 48.751L72.118 50.611L67.198 49.444L55.711 46.714L51.775 45.727H51.229V46.057L54.508 49.261L60.526 54.691L68.053 61.681L68.434 63.415L67.468 64.78L66.448 64.633L59.833 59.662L57.28 57.421L51.502 52.561H51.118V53.071L52.45 55.018L59.485 65.581L59.851 68.821L59.341 69.88L57.517 70.519L55.513 70.153L51.391 64.378L47.146 57.877L43.717 52.048L43.297 52.288L41.275 74.05L40.327 75.16L38.14 76L36.319 74.617L35.353 72.376L36.319 67.948L37.486 62.176L38.431 57.586L39.289 51.886L39.799 49.99L39.763 49.864L39.343 49.918L35.041 55.819L28.501 64.654L23.323 70.189L22.081 70.681L19.93 69.571L20.131 67.585L21.334 65.818L28.498 56.71L32.818 51.064L35.608 47.806L35.59 47.332H35.425L16.396 59.68L13.006 60.118L11.545 58.75L11.728 56.512L12.421 55.783L18.145 51.847L18.127 51.865Z", fill: "#D97757" }) }),
|
|
1302
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("clipPath", { id: "clip0_5_277", children: /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("rect", { width: "72", height: "72", fill: "white", transform: "translate(4 4)" }) }) })
|
|
1303
|
+
] });
|
|
1286
1304
|
};
|
|
1287
1305
|
var Claude_default = Claude;
|
|
1288
1306
|
|
|
@@ -1375,7 +1393,10 @@ var Cuttools_default = Cuttools;
|
|
|
1375
1393
|
// src/icons/Deepseek.tsx
|
|
1376
1394
|
var import_jsx_runtime111 = require("react/jsx-runtime");
|
|
1377
1395
|
var Deepseek = (props) => {
|
|
1378
|
-
return /* @__PURE__ */ (0, import_jsx_runtime111.
|
|
1396
|
+
return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(Icon, { ...props, children: [
|
|
1397
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)("g", { clipPath: "url(#clip0_5_279)", children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("path", { d: "M75.2439 17.446C74.4818 17.074 74.1518 17.785 73.7079 18.148C73.5548 18.265 73.4259 18.418 73.2969 18.556C72.1809 19.747 70.8789 20.527 69.1778 20.434C66.6908 20.296 64.5668 21.076 62.6889 22.978C62.2899 20.632 60.9639 19.234 58.9479 18.334C57.8918 17.866 56.8239 17.401 56.0829 16.384C55.5669 15.661 55.4258 14.854 55.1679 14.062C55.0028 13.582 54.8379 13.093 54.2889 13.012C53.6889 12.919 53.4548 13.42 53.2208 13.84C52.2818 15.556 51.9188 17.446 51.9548 19.36C52.0358 23.668 53.8539 27.1 57.4688 29.539C57.8799 29.818 57.9849 30.1 57.8559 30.508C57.6099 31.348 57.3159 32.164 57.0579 33.007C56.8929 33.544 56.6469 33.658 56.0709 33.427C54.1246 32.5906 52.3567 31.3889 50.8629 29.887C48.2919 27.403 45.9698 24.661 43.0718 22.513C42.4004 22.0169 41.7109 21.5455 41.0048 21.1C38.0498 18.229 41.3948 15.871 42.1688 15.592C42.9788 15.298 42.4478 14.296 39.8318 14.308C37.2159 14.32 34.8218 15.193 31.7708 16.36C31.3175 16.5337 30.851 16.6712 30.3758 16.771C27.5247 16.2338 24.6088 16.1306 21.7268 16.465C16.0718 17.095 11.5568 19.771 8.23585 24.334C4.24585 29.818 3.30685 36.052 4.45585 42.55C5.66485 49.402 9.16285 55.075 14.5358 59.509C20.1098 64.108 26.5268 66.361 33.8498 65.929C38.2958 65.674 43.2488 65.077 48.8318 60.349C50.2418 61.051 51.7179 61.33 54.1719 61.54C56.0619 61.717 57.8799 61.45 59.2869 61.156C61.4919 60.688 61.3388 58.645 60.5438 58.273C54.0788 55.261 55.4979 56.488 54.2049 55.495C57.4929 51.607 62.4429 47.569 64.3809 34.486C64.5309 33.445 64.4019 32.791 64.3809 31.951C64.3689 31.441 64.4859 31.24 65.0709 31.183C66.694 31.0146 68.2685 30.5305 69.7059 29.758C73.8939 27.469 75.5859 23.713 75.9849 19.207C76.0449 18.517 75.9728 17.809 75.2439 17.446ZM38.7429 58C32.4758 53.074 29.4368 51.451 28.1828 51.52C27.0068 51.592 27.2198 52.933 27.4778 53.809C27.7478 54.673 28.0988 55.267 28.5908 56.026C28.9328 56.527 29.1668 57.274 28.2518 57.835C26.2328 59.083 22.7258 57.415 22.5608 57.334C18.4778 54.928 15.0608 51.754 12.6578 47.413C10.3358 43.234 8.98585 38.752 8.76385 33.967C8.70385 32.809 9.04285 32.401 10.1948 32.191C11.7072 31.9016 13.2567 31.8621 14.7818 32.074C21.1778 33.01 26.6199 35.869 31.1858 40.396C33.7898 42.976 35.7608 46.057 37.7918 49.069C39.9518 52.267 42.2738 55.315 45.2318 57.811C46.2758 58.687 47.1068 59.353 47.9049 59.842C45.4988 60.112 41.4848 60.172 38.7429 58ZM41.7429 38.68C41.7423 38.531 41.7781 38.3841 41.8471 38.252C41.916 38.1198 42.0161 38.0065 42.1387 37.9217C42.2613 37.837 42.4026 37.7833 42.5506 37.7654C42.6985 37.7475 42.8486 37.7659 42.9879 37.819C43.1653 37.8827 43.3185 38.0001 43.4261 38.155C43.5336 38.3099 43.5902 38.4945 43.5878 38.683C43.5883 38.8048 43.5644 38.9255 43.5177 39.038C43.471 39.1505 43.4024 39.2526 43.3158 39.3384C43.2293 39.4241 43.1265 39.4917 43.0135 39.5373C42.9006 39.5829 42.7797 39.6056 42.6578 39.604C42.5369 39.6044 42.4172 39.5807 42.3056 39.5343C42.1939 39.4878 42.0927 39.4196 42.0078 39.3335C41.9229 39.2475 41.8559 39.1454 41.811 39.0332C41.766 38.9209 41.7409 38.8009 41.7429 38.68ZM51.0728 43.468C50.4728 43.711 49.8758 43.921 49.3028 43.948C48.4408 43.9781 47.5949 43.7088 46.9089 43.186C46.0868 42.496 45.4988 42.112 45.2528 40.912C45.168 40.3256 45.1843 39.7289 45.3008 39.148C45.5108 38.167 45.2768 37.537 44.5838 36.967C44.0228 36.499 43.3058 36.37 42.5198 36.37C42.2507 36.3544 41.9893 36.2741 41.7579 36.136C41.4278 35.974 41.1578 35.566 41.4158 35.062C41.4998 34.9 41.8958 34.504 41.9918 34.432C43.0598 33.826 44.2929 34.024 45.4298 34.48C46.4859 34.912 47.2838 35.704 48.4328 36.826C49.6058 38.179 49.8188 38.554 50.4879 39.568C51.0159 40.363 51.4958 41.179 51.8228 42.112C52.0238 42.697 51.7659 43.174 51.0728 43.468Z", fill: "#4D6BFE" }) }),
|
|
1398
|
+
/* @__PURE__ */ (0, import_jsx_runtime111.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("clipPath", { id: "clip0_5_279", children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("rect", { width: "72", height: "72", fill: "white", transform: "translate(4 4)" }) }) })
|
|
1399
|
+
] });
|
|
1379
1400
|
};
|
|
1380
1401
|
var Deepseek_default = Deepseek;
|
|
1381
1402
|
|
|
@@ -2184,6 +2205,60 @@ var UserInput = (props) => {
|
|
|
2184
2205
|
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
2206
|
};
|
|
2186
2207
|
var UserInput_default = UserInput;
|
|
2208
|
+
|
|
2209
|
+
// src/icons/Kimi.tsx
|
|
2210
|
+
var import_jsx_runtime191 = require("react/jsx-runtime");
|
|
2211
|
+
var Kimi = (props) => {
|
|
2212
|
+
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: [
|
|
2213
|
+
/* @__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" }),
|
|
2214
|
+
/* @__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" })
|
|
2215
|
+
] }) });
|
|
2216
|
+
};
|
|
2217
|
+
var Kimi_default = Kimi;
|
|
2218
|
+
|
|
2219
|
+
// src/icons/MarketPlace.tsx
|
|
2220
|
+
var import_jsx_runtime192 = require("react/jsx-runtime");
|
|
2221
|
+
var MarketPlace = (props) => {
|
|
2222
|
+
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" }) }) });
|
|
2223
|
+
};
|
|
2224
|
+
var MarketPlace_default = MarketPlace;
|
|
2225
|
+
|
|
2226
|
+
// src/icons/Notification.tsx
|
|
2227
|
+
var import_jsx_runtime193 = require("react/jsx-runtime");
|
|
2228
|
+
var Notification = (props) => {
|
|
2229
|
+
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: [
|
|
2230
|
+
/* @__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" }),
|
|
2231
|
+
/* @__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" })
|
|
2232
|
+
] }) });
|
|
2233
|
+
};
|
|
2234
|
+
var Notification_default = Notification;
|
|
2235
|
+
|
|
2236
|
+
// src/icons/Qwen.tsx
|
|
2237
|
+
var import_jsx_runtime194 = require("react/jsx-runtime");
|
|
2238
|
+
var Qwen = (props) => {
|
|
2239
|
+
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: [
|
|
2240
|
+
/* @__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" }),
|
|
2241
|
+
/* @__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: [
|
|
2242
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)("stop", { offset: "0%", stopColor: "#6336E7", stopOpacity: ".84" }),
|
|
2243
|
+
/* @__PURE__ */ (0, import_jsx_runtime194.jsx)("stop", { offset: "100%", stopColor: "#6F69F7", stopOpacity: ".84" })
|
|
2244
|
+
] }) })
|
|
2245
|
+
] }) });
|
|
2246
|
+
};
|
|
2247
|
+
var Qwen_default = Qwen;
|
|
2248
|
+
|
|
2249
|
+
// src/icons/CheckCircle.tsx
|
|
2250
|
+
var import_jsx_runtime195 = require("react/jsx-runtime");
|
|
2251
|
+
var CheckCircle = (props) => {
|
|
2252
|
+
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: [
|
|
2253
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)("rect", { width: "18", height: "18", rx: "9", fill: "url(#paint0_linear_17295_68573)" }),
|
|
2254
|
+
/* @__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" }),
|
|
2255
|
+
/* @__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: [
|
|
2256
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)("stop", { stopColor: "#18CBD1" }),
|
|
2257
|
+
/* @__PURE__ */ (0, import_jsx_runtime195.jsx)("stop", { offset: "1", stopColor: "#0E9F77" })
|
|
2258
|
+
] }) })
|
|
2259
|
+
] }) });
|
|
2260
|
+
};
|
|
2261
|
+
var CheckCircle_default = CheckCircle;
|
|
2187
2262
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2188
2263
|
0 && (module.exports = {
|
|
2189
2264
|
AIModel,
|
|
@@ -2205,6 +2280,7 @@ var UserInput_default = UserInput;
|
|
|
2205
2280
|
Building,
|
|
2206
2281
|
Cancelled,
|
|
2207
2282
|
Chat,
|
|
2283
|
+
CheckCircle,
|
|
2208
2284
|
CheckCircleBroken,
|
|
2209
2285
|
Checked,
|
|
2210
2286
|
Claude,
|
|
@@ -2274,6 +2350,7 @@ var UserInput_default = UserInput;
|
|
|
2274
2350
|
Invite,
|
|
2275
2351
|
Jump,
|
|
2276
2352
|
Keyboard,
|
|
2353
|
+
Kimi,
|
|
2277
2354
|
Knowledge,
|
|
2278
2355
|
KnowledgeBase,
|
|
2279
2356
|
Labs,
|
|
@@ -2288,6 +2365,7 @@ var UserInput_default = UserInput;
|
|
|
2288
2365
|
Map,
|
|
2289
2366
|
Markdown,
|
|
2290
2367
|
Market,
|
|
2368
|
+
MarketPlace,
|
|
2291
2369
|
Mcp,
|
|
2292
2370
|
Mcp1,
|
|
2293
2371
|
Media,
|
|
@@ -2298,6 +2376,7 @@ var UserInput_default = UserInput;
|
|
|
2298
2376
|
NewConversation,
|
|
2299
2377
|
Note,
|
|
2300
2378
|
Note1,
|
|
2379
|
+
Notification,
|
|
2301
2380
|
OrgFile,
|
|
2302
2381
|
Output,
|
|
2303
2382
|
Page,
|
|
@@ -2314,6 +2393,7 @@ var UserInput_default = UserInput;
|
|
|
2314
2393
|
ProjectItem,
|
|
2315
2394
|
Provider,
|
|
2316
2395
|
Question,
|
|
2396
|
+
Qwen,
|
|
2317
2397
|
Redo,
|
|
2318
2398
|
Reference,
|
|
2319
2399
|
Refly,
|