refly-icons 1.0.0 → 1.0.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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +10 -10
- package/dist/index.mjs +8 -8
- package/package.json +4 -2
package/dist/index.d.mts
CHANGED
|
@@ -193,7 +193,7 @@ declare const ArrowRight: React.FC<IconProps>;
|
|
|
193
193
|
|
|
194
194
|
declare const ArrowUp: React.FC<IconProps>;
|
|
195
195
|
|
|
196
|
-
declare const
|
|
196
|
+
declare const AutoLayout: React.FC<IconProps>;
|
|
197
197
|
|
|
198
198
|
declare const Back: React.FC<IconProps>;
|
|
199
199
|
|
|
@@ -205,7 +205,7 @@ declare const Checked: React.FC<IconProps>;
|
|
|
205
205
|
|
|
206
206
|
declare const Claude: React.FC<IconProps>;
|
|
207
207
|
|
|
208
|
-
declare const
|
|
208
|
+
declare const AddContext: React.FC<IconProps>;
|
|
209
209
|
|
|
210
210
|
declare const Agent: React.FC<IconProps>;
|
|
211
211
|
|
|
@@ -213,4 +213,4 @@ declare const AiChat: React.FC<IconProps>;
|
|
|
213
213
|
|
|
214
214
|
declare const Video: React.FC<IconProps>;
|
|
215
215
|
|
|
216
|
-
export { Account,
|
|
216
|
+
export { Account, AddContext, Agent, AiChat, Appearance, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Attachment, AutoLayout, Back, Building, Cancelled, Chat, Checked, Claude, Clone, Code, Code1, Community, Completed, Computer, Copy, Creadit, Data, Delete, Delivery, DesignPattern, Download, Edit, EditSmart, Finder, Flow, FreeCreation, Fullscreen, Game, Gemini, Hamburger, History, Icon, IconProps, InputContext, InterfaceDark, InterfaceLight, Jump, Knowledge, KnowledgeBase, Labs, Language, LargeModel, Logic, Mail, Map, Markdown, ModelProvider, More, Mouse, NewConversation, Note, Note1, Output, Page, Parse, Pending, Play, Project, ProjectItem, Question, Redo, Reference, Refly, Reload, Reloadto, Resource, Running, ScreenDefault, ScreenFull, Search, Security, Setting, Settings, Share, SideLeft, SideRight, Sport, Start, SubNode, Subscription, Thinking, Tools, Touchpad, Travel, Treemenu, Undo, University, Upgrade, Video, Wait, Weather, Web, Web1, Wiki, ZoomIn, ZoomOut };
|
package/dist/index.d.ts
CHANGED
|
@@ -193,7 +193,7 @@ declare const ArrowRight: React.FC<IconProps>;
|
|
|
193
193
|
|
|
194
194
|
declare const ArrowUp: React.FC<IconProps>;
|
|
195
195
|
|
|
196
|
-
declare const
|
|
196
|
+
declare const AutoLayout: React.FC<IconProps>;
|
|
197
197
|
|
|
198
198
|
declare const Back: React.FC<IconProps>;
|
|
199
199
|
|
|
@@ -205,7 +205,7 @@ declare const Checked: React.FC<IconProps>;
|
|
|
205
205
|
|
|
206
206
|
declare const Claude: React.FC<IconProps>;
|
|
207
207
|
|
|
208
|
-
declare const
|
|
208
|
+
declare const AddContext: React.FC<IconProps>;
|
|
209
209
|
|
|
210
210
|
declare const Agent: React.FC<IconProps>;
|
|
211
211
|
|
|
@@ -213,4 +213,4 @@ declare const AiChat: React.FC<IconProps>;
|
|
|
213
213
|
|
|
214
214
|
declare const Video: React.FC<IconProps>;
|
|
215
215
|
|
|
216
|
-
export { Account,
|
|
216
|
+
export { Account, AddContext, Agent, AiChat, Appearance, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Attachment, AutoLayout, Back, Building, Cancelled, Chat, Checked, Claude, Clone, Code, Code1, Community, Completed, Computer, Copy, Creadit, Data, Delete, Delivery, DesignPattern, Download, Edit, EditSmart, Finder, Flow, FreeCreation, Fullscreen, Game, Gemini, Hamburger, History, Icon, IconProps, InputContext, InterfaceDark, InterfaceLight, Jump, Knowledge, KnowledgeBase, Labs, Language, LargeModel, Logic, Mail, Map, Markdown, ModelProvider, More, Mouse, NewConversation, Note, Note1, Output, Page, Parse, Pending, Play, Project, ProjectItem, Question, Redo, Reference, Refly, Reload, Reloadto, Resource, Running, ScreenDefault, ScreenFull, Search, Security, Setting, Settings, Share, SideLeft, SideRight, Sport, Start, SubNode, Subscription, Thinking, Tools, Touchpad, Travel, Treemenu, Undo, University, Upgrade, Video, Wait, Weather, Web, Web1, Wiki, ZoomIn, ZoomOut };
|
package/dist/index.js
CHANGED
|
@@ -31,7 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var src_exports = {};
|
|
32
32
|
__export(src_exports, {
|
|
33
33
|
Account: () => Account_default,
|
|
34
|
-
|
|
34
|
+
AddContext: () => AddContext_default,
|
|
35
35
|
Agent: () => Agent_default,
|
|
36
36
|
AiChat: () => AiChat_default,
|
|
37
37
|
Appearance: () => Appearance_default,
|
|
@@ -40,7 +40,7 @@ __export(src_exports, {
|
|
|
40
40
|
ArrowRight: () => ArrowRight_default,
|
|
41
41
|
ArrowUp: () => ArrowUp_default,
|
|
42
42
|
Attachment: () => Attachment_default,
|
|
43
|
-
|
|
43
|
+
AutoLayout: () => AutoLayout_default,
|
|
44
44
|
Back: () => Back_default,
|
|
45
45
|
Building: () => Building_default,
|
|
46
46
|
Cancelled: () => Cancelled_default,
|
|
@@ -1129,9 +1129,9 @@ var ArrowUp = (props) => {
|
|
|
1129
1129
|
};
|
|
1130
1130
|
var ArrowUp_default = ArrowUp;
|
|
1131
1131
|
|
|
1132
|
-
// src/icons/
|
|
1132
|
+
// src/icons/AutoLayout.tsx
|
|
1133
1133
|
var import_jsx_runtime95 = require("react/jsx-runtime");
|
|
1134
|
-
var
|
|
1134
|
+
var AutoLayout = (props) => {
|
|
1135
1135
|
return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(Icon, { ...props, children: [
|
|
1136
1136
|
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M30.4 59.8333C30.3999 57.7161 28.6839 56.0001 26.5667 56H18.2333C16.1161 56.0001 14.4001 57.7161 14.4 59.8333V61.7667C14.4001 63.8839 16.1161 65.5999 18.2333 65.6H26.5667C28.6839 65.5999 30.3999 63.8839 30.4 61.7667V59.8333ZM36.8 61.7667C36.7999 67.4186 32.2186 71.9999 26.5667 72H18.2333C12.5814 71.9999 8.00014 67.4186 8 61.7667V59.8333C8.00014 54.1814 12.5814 49.6001 18.2333 49.6H26.5667C32.2186 49.6001 36.7999 54.1814 36.8 59.8333V61.7667Z", fill: "black" }),
|
|
1137
1137
|
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M65.6 18.2333C65.5999 16.1161 63.8839 14.4001 61.7667 14.4H53.4333C51.3161 14.4001 49.6001 16.1161 49.6 18.2333V20.1667C49.6001 22.2839 51.3161 23.9999 53.4333 24H61.7667C63.8839 23.9999 65.5999 22.2839 65.6 20.1667V18.2333ZM72 20.1667C71.9999 25.8186 67.4186 30.3999 61.7667 30.4H53.4333C47.7814 30.3999 43.2001 25.8186 43.2 20.1667V18.2333C43.2001 12.5814 47.7814 8.00014 53.4333 8H61.7667C67.4186 8.00014 71.9999 12.5814 72 18.2333V20.1667Z", fill: "black" }),
|
|
@@ -1139,7 +1139,7 @@ var Autolayout = (props) => {
|
|
|
1139
1139
|
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("path", { d: "M30.4 18.2333C30.3999 16.1161 28.6839 14.4001 26.5667 14.4H18.2333C16.1161 14.4001 14.4001 16.1161 14.4 18.2333V32.9667C14.4001 35.0839 16.1161 36.7999 18.2333 36.8H26.5667C28.6839 36.7999 30.3999 35.0839 30.4 32.9667V18.2333ZM36.8 32.9667C36.7999 38.6186 32.2186 43.1999 26.5667 43.2H18.2333C12.5814 43.1999 8.00014 38.6186 8 32.9667V18.2333C8.00014 12.5814 12.5814 8.00014 18.2333 8H26.5667C32.2186 8.00014 36.7999 12.5814 36.8 18.2333V32.9667Z", fill: "black" })
|
|
1140
1140
|
] });
|
|
1141
1141
|
};
|
|
1142
|
-
var
|
|
1142
|
+
var AutoLayout_default = AutoLayout;
|
|
1143
1143
|
|
|
1144
1144
|
// src/icons/Back.tsx
|
|
1145
1145
|
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
@@ -1184,9 +1184,9 @@ var Claude = (props) => {
|
|
|
1184
1184
|
};
|
|
1185
1185
|
var Claude_default = Claude;
|
|
1186
1186
|
|
|
1187
|
-
// src/icons/
|
|
1187
|
+
// src/icons/AddContext.tsx
|
|
1188
1188
|
var import_jsx_runtime101 = require("react/jsx-runtime");
|
|
1189
|
-
var
|
|
1189
|
+
var AddContext = (props) => {
|
|
1190
1190
|
return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(Icon, { ...props, children: [
|
|
1191
1191
|
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M65.6 40C65.6 25.5923 54.1579 14.4 39.9969 14.4C25.8611 14.4 14.4 25.8627 14.4 40.0031C14.4 41.7704 12.9673 43.2031 11.2 43.2031C9.43269 43.2031 8 41.7704 8 40.0031C8.00004 22.3295 22.3252 8 39.9969 8C57.6495 8.00004 72 22.0147 72 40C72 44.029 71.0669 47.6609 69.025 50.3687C66.9082 53.1757 63.7916 54.7156 60.1594 54.7156C53.6197 54.7153 48.3195 49.4177 48.3187 42.8781V29.2531C48.3187 27.4862 49.752 26.0538 51.5187 26.0531C53.286 26.0531 54.7187 27.4858 54.7187 29.2531V42.8781C54.7194 45.8831 57.1543 48.3153 60.1594 48.3156C61.8355 48.3156 63.0395 47.6775 63.9156 46.5156C64.8665 45.2545 65.6 43.1289 65.6 40Z", fill: "black" }),
|
|
1192
1192
|
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M54.4312 61.1438C55.8903 60.1482 57.8814 60.5229 58.8781 61.9813C59.8748 63.4407 59.5 65.4345 58.0406 66.4313C52.7363 70.0538 46.4481 72 40 72C37.3721 71.9999 34.8129 71.6816 32.3625 71.0813C30.6467 70.6602 29.5951 68.9286 30.0156 67.2125C30.4362 65.496 32.171 64.4451 33.8875 64.8656C35.8427 65.3446 37.8892 65.5999 40 65.6C45.1588 65.6 50.1893 64.0408 54.4312 61.1438Z", fill: "black" }),
|
|
@@ -1194,7 +1194,7 @@ var Addcontext = (props) => {
|
|
|
1194
1194
|
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M16.0312 65.803V60.9717H11.2C9.43269 60.9717 8 59.539 8 57.7717C8.00023 56.0046 9.43283 54.5717 11.2 54.5717H16.0312V49.7405C16.0312 47.9732 17.4639 46.5405 19.2312 46.5405C20.998 46.5411 22.4312 47.9735 22.4312 49.7405V54.5717H27.2625C29.0297 54.5717 30.4623 56.0046 30.4625 57.7717C30.4625 59.539 29.0298 60.9717 27.2625 60.9717H22.4312V65.803C22.4312 67.5699 20.998 69.0023 19.2312 69.003C17.4639 69.003 16.0312 67.5703 16.0312 65.803Z", fill: "black" })
|
|
1195
1195
|
] });
|
|
1196
1196
|
};
|
|
1197
|
-
var
|
|
1197
|
+
var AddContext_default = AddContext;
|
|
1198
1198
|
|
|
1199
1199
|
// src/icons/Agent.tsx
|
|
1200
1200
|
var import_jsx_runtime102 = require("react/jsx-runtime");
|
|
@@ -1234,7 +1234,7 @@ var Video_default = Video;
|
|
|
1234
1234
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1235
1235
|
0 && (module.exports = {
|
|
1236
1236
|
Account,
|
|
1237
|
-
|
|
1237
|
+
AddContext,
|
|
1238
1238
|
Agent,
|
|
1239
1239
|
AiChat,
|
|
1240
1240
|
Appearance,
|
|
@@ -1243,7 +1243,7 @@ var Video_default = Video;
|
|
|
1243
1243
|
ArrowRight,
|
|
1244
1244
|
ArrowUp,
|
|
1245
1245
|
Attachment,
|
|
1246
|
-
|
|
1246
|
+
AutoLayout,
|
|
1247
1247
|
Back,
|
|
1248
1248
|
Building,
|
|
1249
1249
|
Cancelled,
|
package/dist/index.mjs
CHANGED
|
@@ -990,9 +990,9 @@ var ArrowUp = (props) => {
|
|
|
990
990
|
};
|
|
991
991
|
var ArrowUp_default = ArrowUp;
|
|
992
992
|
|
|
993
|
-
// src/icons/
|
|
993
|
+
// src/icons/AutoLayout.tsx
|
|
994
994
|
import { jsx as jsx95, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
995
|
-
var
|
|
995
|
+
var AutoLayout = (props) => {
|
|
996
996
|
return /* @__PURE__ */ jsxs68(Icon, { ...props, children: [
|
|
997
997
|
/* @__PURE__ */ jsx95("path", { d: "M30.4 59.8333C30.3999 57.7161 28.6839 56.0001 26.5667 56H18.2333C16.1161 56.0001 14.4001 57.7161 14.4 59.8333V61.7667C14.4001 63.8839 16.1161 65.5999 18.2333 65.6H26.5667C28.6839 65.5999 30.3999 63.8839 30.4 61.7667V59.8333ZM36.8 61.7667C36.7999 67.4186 32.2186 71.9999 26.5667 72H18.2333C12.5814 71.9999 8.00014 67.4186 8 61.7667V59.8333C8.00014 54.1814 12.5814 49.6001 18.2333 49.6H26.5667C32.2186 49.6001 36.7999 54.1814 36.8 59.8333V61.7667Z", fill: "black" }),
|
|
998
998
|
/* @__PURE__ */ jsx95("path", { d: "M65.6 18.2333C65.5999 16.1161 63.8839 14.4001 61.7667 14.4H53.4333C51.3161 14.4001 49.6001 16.1161 49.6 18.2333V20.1667C49.6001 22.2839 51.3161 23.9999 53.4333 24H61.7667C63.8839 23.9999 65.5999 22.2839 65.6 20.1667V18.2333ZM72 20.1667C71.9999 25.8186 67.4186 30.3999 61.7667 30.4H53.4333C47.7814 30.3999 43.2001 25.8186 43.2 20.1667V18.2333C43.2001 12.5814 47.7814 8.00014 53.4333 8H61.7667C67.4186 8.00014 71.9999 12.5814 72 18.2333V20.1667Z", fill: "black" }),
|
|
@@ -1000,7 +1000,7 @@ var Autolayout = (props) => {
|
|
|
1000
1000
|
/* @__PURE__ */ jsx95("path", { d: "M30.4 18.2333C30.3999 16.1161 28.6839 14.4001 26.5667 14.4H18.2333C16.1161 14.4001 14.4001 16.1161 14.4 18.2333V32.9667C14.4001 35.0839 16.1161 36.7999 18.2333 36.8H26.5667C28.6839 36.7999 30.3999 35.0839 30.4 32.9667V18.2333ZM36.8 32.9667C36.7999 38.6186 32.2186 43.1999 26.5667 43.2H18.2333C12.5814 43.1999 8.00014 38.6186 8 32.9667V18.2333C8.00014 12.5814 12.5814 8.00014 18.2333 8H26.5667C32.2186 8.00014 36.7999 12.5814 36.8 18.2333V32.9667Z", fill: "black" })
|
|
1001
1001
|
] });
|
|
1002
1002
|
};
|
|
1003
|
-
var
|
|
1003
|
+
var AutoLayout_default = AutoLayout;
|
|
1004
1004
|
|
|
1005
1005
|
// src/icons/Back.tsx
|
|
1006
1006
|
import { jsx as jsx96, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
@@ -1045,9 +1045,9 @@ var Claude = (props) => {
|
|
|
1045
1045
|
};
|
|
1046
1046
|
var Claude_default = Claude;
|
|
1047
1047
|
|
|
1048
|
-
// src/icons/
|
|
1048
|
+
// src/icons/AddContext.tsx
|
|
1049
1049
|
import { jsx as jsx101, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
1050
|
-
var
|
|
1050
|
+
var AddContext = (props) => {
|
|
1051
1051
|
return /* @__PURE__ */ jsxs71(Icon, { ...props, children: [
|
|
1052
1052
|
/* @__PURE__ */ jsx101("path", { d: "M65.6 40C65.6 25.5923 54.1579 14.4 39.9969 14.4C25.8611 14.4 14.4 25.8627 14.4 40.0031C14.4 41.7704 12.9673 43.2031 11.2 43.2031C9.43269 43.2031 8 41.7704 8 40.0031C8.00004 22.3295 22.3252 8 39.9969 8C57.6495 8.00004 72 22.0147 72 40C72 44.029 71.0669 47.6609 69.025 50.3687C66.9082 53.1757 63.7916 54.7156 60.1594 54.7156C53.6197 54.7153 48.3195 49.4177 48.3187 42.8781V29.2531C48.3187 27.4862 49.752 26.0538 51.5187 26.0531C53.286 26.0531 54.7187 27.4858 54.7187 29.2531V42.8781C54.7194 45.8831 57.1543 48.3153 60.1594 48.3156C61.8355 48.3156 63.0395 47.6775 63.9156 46.5156C64.8665 45.2545 65.6 43.1289 65.6 40Z", fill: "black" }),
|
|
1053
1053
|
/* @__PURE__ */ jsx101("path", { d: "M54.4312 61.1438C55.8903 60.1482 57.8814 60.5229 58.8781 61.9813C59.8748 63.4407 59.5 65.4345 58.0406 66.4313C52.7363 70.0538 46.4481 72 40 72C37.3721 71.9999 34.8129 71.6816 32.3625 71.0813C30.6467 70.6602 29.5951 68.9286 30.0156 67.2125C30.4362 65.496 32.171 64.4451 33.8875 64.8656C35.8427 65.3446 37.8892 65.5999 40 65.6C45.1588 65.6 50.1893 64.0408 54.4312 61.1438Z", fill: "black" }),
|
|
@@ -1055,7 +1055,7 @@ var Addcontext = (props) => {
|
|
|
1055
1055
|
/* @__PURE__ */ jsx101("path", { d: "M16.0312 65.803V60.9717H11.2C9.43269 60.9717 8 59.539 8 57.7717C8.00023 56.0046 9.43283 54.5717 11.2 54.5717H16.0312V49.7405C16.0312 47.9732 17.4639 46.5405 19.2312 46.5405C20.998 46.5411 22.4312 47.9735 22.4312 49.7405V54.5717H27.2625C29.0297 54.5717 30.4623 56.0046 30.4625 57.7717C30.4625 59.539 29.0298 60.9717 27.2625 60.9717H22.4312V65.803C22.4312 67.5699 20.998 69.0023 19.2312 69.003C17.4639 69.003 16.0312 67.5703 16.0312 65.803Z", fill: "black" })
|
|
1056
1056
|
] });
|
|
1057
1057
|
};
|
|
1058
|
-
var
|
|
1058
|
+
var AddContext_default = AddContext;
|
|
1059
1059
|
|
|
1060
1060
|
// src/icons/Agent.tsx
|
|
1061
1061
|
import { jsx as jsx102, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
@@ -1094,7 +1094,7 @@ var Video = (props) => {
|
|
|
1094
1094
|
var Video_default = Video;
|
|
1095
1095
|
export {
|
|
1096
1096
|
Account_default as Account,
|
|
1097
|
-
|
|
1097
|
+
AddContext_default as AddContext,
|
|
1098
1098
|
Agent_default as Agent,
|
|
1099
1099
|
AiChat_default as AiChat,
|
|
1100
1100
|
Appearance_default as Appearance,
|
|
@@ -1103,7 +1103,7 @@ export {
|
|
|
1103
1103
|
ArrowRight_default as ArrowRight,
|
|
1104
1104
|
ArrowUp_default as ArrowUp,
|
|
1105
1105
|
Attachment_default as Attachment,
|
|
1106
|
-
|
|
1106
|
+
AutoLayout_default as AutoLayout,
|
|
1107
1107
|
Back_default as Back,
|
|
1108
1108
|
Building_default as Building,
|
|
1109
1109
|
Cancelled_default as Cancelled,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "refly-icons",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A set of customizable SVG React icon components for Refly.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
],
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "tsup src/index.ts --dts --format esm,cjs --out-dir dist",
|
|
13
|
-
"prepublishOnly": "npm run build"
|
|
13
|
+
"prepublishOnly": "npm run build",
|
|
14
|
+
"generate-icons": "node scripts/generate-icons-data.js",
|
|
15
|
+
"dev": "npx http-server docs -p 3000 -o"
|
|
14
16
|
},
|
|
15
17
|
"peerDependencies": {
|
|
16
18
|
"react": ">=17.0.0"
|