@zleap-ai/icons 0.0.42 → 0.0.44
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/cjs/icons/IconYiDianZan1.js +17 -0
- package/dist/cjs/icons/IconYiDianZan1.js.map +1 -0
- package/dist/cjs/icons/IconYiShouCang1.js +17 -0
- package/dist/cjs/icons/IconYiShouCang1.js.map +1 -0
- package/dist/cjs/index.js +10 -22
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/icons/IconYiDianZan1.js +14 -0
- package/dist/esm/icons/IconYiDianZan1.js.map +1 -0
- package/dist/esm/icons/IconYiShouCang1.js +14 -0
- package/dist/esm/icons/IconYiShouCang1.js.map +1 -0
- package/dist/esm/index.js +7 -16
- package/dist/esm/index.js.map +1 -1
- package/dist/types/icons/IconYiDianZan1.d.ts +17 -0
- package/dist/types/icons/IconYiDianZan1.d.ts.map +1 -0
- package/dist/types/icons/IconYiShouCang1.d.ts +17 -0
- package/dist/types/icons/IconYiShouCang1.d.ts.map +1 -0
- package/dist/types/index.d.ts +4 -10
- package/dist/types/index.d.ts.map +1 -1
- package/icons.json +12 -45
- package/package.json +1 -1
- package/svg//345/267/262/346/224/266/350/227/2171.svg +1 -0
- package/svg//345/267/262/347/202/271/350/265/2361.svg +1 -0
- package/dist/cjs/icons/IconFrame1261156667.js +0 -17
- package/dist/cjs/icons/IconFrame1261156667.js.map +0 -1
- package/dist/cjs/icons/IconYiDianZan.js +0 -17
- package/dist/cjs/icons/IconYiDianZan.js.map +0 -1
- package/dist/cjs/icons/IconYiShouCang.js +0 -17
- package/dist/cjs/icons/IconYiShouCang.js.map +0 -1
- package/dist/cjs/icons/IconYou1.js +0 -17
- package/dist/cjs/icons/IconYou1.js.map +0 -1
- package/dist/cjs/icons/IconZuo1.js +0 -17
- package/dist/cjs/icons/IconZuo1.js.map +0 -1
- package/dist/esm/icons/IconFrame1261156667.js +0 -14
- package/dist/esm/icons/IconFrame1261156667.js.map +0 -1
- package/dist/esm/icons/IconYiDianZan.js +0 -14
- package/dist/esm/icons/IconYiDianZan.js.map +0 -1
- package/dist/esm/icons/IconYiShouCang.js +0 -14
- package/dist/esm/icons/IconYiShouCang.js.map +0 -1
- package/dist/esm/icons/IconYou1.js +0 -14
- package/dist/esm/icons/IconYou1.js.map +0 -1
- package/dist/esm/icons/IconZuo1.js +0 -14
- package/dist/esm/icons/IconZuo1.js.map +0 -1
- package/dist/types/icons/IconFrame1261156667.d.ts +0 -17
- package/dist/types/icons/IconFrame1261156667.d.ts.map +0 -1
- package/dist/types/icons/IconYiDianZan.d.ts +0 -17
- package/dist/types/icons/IconYiDianZan.d.ts.map +0 -1
- package/dist/types/icons/IconYiShouCang.d.ts +0 -17
- package/dist/types/icons/IconYiShouCang.d.ts.map +0 -1
- package/dist/types/icons/IconYou1.d.ts +0 -17
- package/dist/types/icons/IconYou1.d.ts.map +0 -1
- package/dist/types/icons/IconZuo1.d.ts +0 -17
- package/dist/types/icons/IconZuo1.d.ts.map +0 -1
- package/svg/Frame-1261156667.svg +0 -1
- package/svg//345/217/2631.svg +0 -1
- package/svg//345/267/2461.svg +0 -1
- package/svg//345/267/262/346/224/266/350/227/217.svg +0 -1
- package/svg//345/267/262/347/202/271/350/265/236.svg +0 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconYiDianZan1 = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const react_1 = require("react");
|
|
6
|
+
/**
|
|
7
|
+
* IconYiDianZan1 icon component
|
|
8
|
+
*
|
|
9
|
+
* @param props - Component props including size, color, and SVG attributes
|
|
10
|
+
* @param ref - Forwarded ref to the SVG element
|
|
11
|
+
*/
|
|
12
|
+
exports.IconYiDianZan1 = (0, react_1.forwardRef)(({ size = 24, color, className, style, ...props }, ref) => {
|
|
13
|
+
return ((0, jsx_runtime_1.jsx)("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M7.5 3.418a5.5 5.5 0 0 0-5.5 5.5c0 5.5 6.5 10.5 10 11.664 3.5-1.163 10-6.164 10-11.664a5.5 5.5 0 0 0-10-3.163 5.5 5.5 0 0 0-4.5-2.337" }) }));
|
|
14
|
+
});
|
|
15
|
+
exports.IconYiDianZan1.displayName = 'IconYiDianZan1';
|
|
16
|
+
exports.default = exports.IconYiDianZan1;
|
|
17
|
+
//# sourceMappingURL=IconYiDianZan1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconYiDianZan1.js","sourceRoot":"","sources":["../../../src/icons/IconYiDianZan1.tsx"],"names":[],"mappings":";;;;AAAA,iCAA0C;AAU1C;;;;;GAKG;AACU,QAAA,cAAc,GAAG,IAAA,kBAAU,EACtC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,gCACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,YAET,iCAAM,IAAI,EAAC,cAAc,EAAC,MAAM,EAAC,cAAc,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,CAAC,EAAC,uIAAuI,GAAE,GACtP,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,sBAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAE9C,kBAAe,sBAAc,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IconYiShouCang1 = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const react_1 = require("react");
|
|
6
|
+
/**
|
|
7
|
+
* IconYiShouCang1 icon component
|
|
8
|
+
*
|
|
9
|
+
* @param props - Component props including size, color, and SVG attributes
|
|
10
|
+
* @param ref - Forwarded ref to the SVG element
|
|
11
|
+
*/
|
|
12
|
+
exports.IconYiShouCang1 = (0, react_1.forwardRef)(({ size = 24, color, className, style, ...props }, ref) => {
|
|
13
|
+
return ((0, jsx_runtime_1.jsx)("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", d: "M12.9 4.317a1 1 0 0 0-1.793.004L9.175 8.265a1 1 0 0 1-.755.55l-4.418.64a1 1 0 0 0-.555 1.705l3.205 3.134a1 1 0 0 1 .286.888l-.755 4.297a1 1 0 0 0 1.455 1.056l3.89-2.075a1 1 0 0 1 .942 0l3.895 2.076a1 1 0 0 0 1.456-1.054l-.751-4.301a1 1 0 0 1 .285-.887l3.203-3.136a1 1 0 0 0-.556-1.704l-4.388-.64a1 1 0 0 1-.751-.545z" }) }));
|
|
14
|
+
});
|
|
15
|
+
exports.IconYiShouCang1.displayName = 'IconYiShouCang1';
|
|
16
|
+
exports.default = exports.IconYiShouCang1;
|
|
17
|
+
//# sourceMappingURL=IconYiShouCang1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconYiShouCang1.js","sourceRoot":"","sources":["../../../src/icons/IconYiShouCang1.tsx"],"names":[],"mappings":";;;;AAAA,iCAA0C;AAU1C;;;;;GAKG;AACU,QAAA,eAAe,GAAG,IAAA,kBAAU,EACvC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,gCACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,YAET,iCAAM,IAAI,EAAC,cAAc,EAAC,MAAM,EAAC,cAAc,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,CAAC,EAAC,8TAA8T,GAAE,GACvZ,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,uBAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,kBAAe,uBAAe,CAAC"}
|
package/dist/cjs/index.js
CHANGED
|
@@ -6,12 +6,11 @@
|
|
|
6
6
|
* Do not edit this file manually - it is generated by the build process.
|
|
7
7
|
*/
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.allIcons = exports.
|
|
9
|
+
exports.allIcons = exports.IconZuo = exports.IconZhuShouGuanLi = exports.IconZhuShou = exports.IconZhiShiKu = exports.IconZhengQue = exports.IconZhanKai = exports.IconYou = exports.IconYiShouCang1 = exports.IconYiDianZan1 = exports.IconWenDang = exports.IconTongZhi = exports.IconTanSuo = exports.IconShuaXin = exports.IconShouYe = exports.IconShouCang = exports.IconShare = exports.IconShanChuDELETE = exports.IconSearch = exports.IconPingLun = exports.IconLike = exports.IconLianJie = exports.IconGuanBiXiao = exports.IconGuanBi = exports.IconGengDuo = exports.IconFenXiang = exports.IconCheck = exports.IconBianJi = exports.IconBack = void 0;
|
|
10
10
|
const IconBack_1 = require("./icons/IconBack");
|
|
11
11
|
const IconBianJi_1 = require("./icons/IconBianJi");
|
|
12
12
|
const IconCheck_1 = require("./icons/IconCheck");
|
|
13
13
|
const IconFenXiang_1 = require("./icons/IconFenXiang");
|
|
14
|
-
const IconFrame1261156667_1 = require("./icons/IconFrame1261156667");
|
|
15
14
|
const IconGengDuo_1 = require("./icons/IconGengDuo");
|
|
16
15
|
const IconGuanBi_1 = require("./icons/IconGuanBi");
|
|
17
16
|
const IconGuanBiXiao_1 = require("./icons/IconGuanBiXiao");
|
|
@@ -27,17 +26,15 @@ const IconShuaXin_1 = require("./icons/IconShuaXin");
|
|
|
27
26
|
const IconTanSuo_1 = require("./icons/IconTanSuo");
|
|
28
27
|
const IconTongZhi_1 = require("./icons/IconTongZhi");
|
|
29
28
|
const IconWenDang_1 = require("./icons/IconWenDang");
|
|
30
|
-
const
|
|
31
|
-
const
|
|
29
|
+
const IconYiDianZan1_1 = require("./icons/IconYiDianZan1");
|
|
30
|
+
const IconYiShouCang1_1 = require("./icons/IconYiShouCang1");
|
|
32
31
|
const IconYou_1 = require("./icons/IconYou");
|
|
33
|
-
const IconYou1_1 = require("./icons/IconYou1");
|
|
34
32
|
const IconZhanKai_1 = require("./icons/IconZhanKai");
|
|
35
33
|
const IconZhengQue_1 = require("./icons/IconZhengQue");
|
|
36
34
|
const IconZhiShiKu_1 = require("./icons/IconZhiShiKu");
|
|
37
35
|
const IconZhuShou_1 = require("./icons/IconZhuShou");
|
|
38
36
|
const IconZhuShouGuanLi_1 = require("./icons/IconZhuShouGuanLi");
|
|
39
37
|
const IconZuo_1 = require("./icons/IconZuo");
|
|
40
|
-
const IconZuo1_1 = require("./icons/IconZuo1");
|
|
41
38
|
var IconBack_2 = require("./icons/IconBack");
|
|
42
39
|
Object.defineProperty(exports, "IconBack", { enumerable: true, get: function () { return IconBack_2.IconBack; } });
|
|
43
40
|
var IconBianJi_2 = require("./icons/IconBianJi");
|
|
@@ -46,8 +43,6 @@ var IconCheck_2 = require("./icons/IconCheck");
|
|
|
46
43
|
Object.defineProperty(exports, "IconCheck", { enumerable: true, get: function () { return IconCheck_2.IconCheck; } });
|
|
47
44
|
var IconFenXiang_2 = require("./icons/IconFenXiang");
|
|
48
45
|
Object.defineProperty(exports, "IconFenXiang", { enumerable: true, get: function () { return IconFenXiang_2.IconFenXiang; } });
|
|
49
|
-
var IconFrame1261156667_2 = require("./icons/IconFrame1261156667");
|
|
50
|
-
Object.defineProperty(exports, "IconFrame1261156667", { enumerable: true, get: function () { return IconFrame1261156667_2.IconFrame1261156667; } });
|
|
51
46
|
var IconGengDuo_2 = require("./icons/IconGengDuo");
|
|
52
47
|
Object.defineProperty(exports, "IconGengDuo", { enumerable: true, get: function () { return IconGengDuo_2.IconGengDuo; } });
|
|
53
48
|
var IconGuanBi_2 = require("./icons/IconGuanBi");
|
|
@@ -78,14 +73,12 @@ var IconTongZhi_2 = require("./icons/IconTongZhi");
|
|
|
78
73
|
Object.defineProperty(exports, "IconTongZhi", { enumerable: true, get: function () { return IconTongZhi_2.IconTongZhi; } });
|
|
79
74
|
var IconWenDang_2 = require("./icons/IconWenDang");
|
|
80
75
|
Object.defineProperty(exports, "IconWenDang", { enumerable: true, get: function () { return IconWenDang_2.IconWenDang; } });
|
|
81
|
-
var
|
|
82
|
-
Object.defineProperty(exports, "
|
|
83
|
-
var
|
|
84
|
-
Object.defineProperty(exports, "
|
|
76
|
+
var IconYiDianZan1_2 = require("./icons/IconYiDianZan1");
|
|
77
|
+
Object.defineProperty(exports, "IconYiDianZan1", { enumerable: true, get: function () { return IconYiDianZan1_2.IconYiDianZan1; } });
|
|
78
|
+
var IconYiShouCang1_2 = require("./icons/IconYiShouCang1");
|
|
79
|
+
Object.defineProperty(exports, "IconYiShouCang1", { enumerable: true, get: function () { return IconYiShouCang1_2.IconYiShouCang1; } });
|
|
85
80
|
var IconYou_2 = require("./icons/IconYou");
|
|
86
81
|
Object.defineProperty(exports, "IconYou", { enumerable: true, get: function () { return IconYou_2.IconYou; } });
|
|
87
|
-
var IconYou1_2 = require("./icons/IconYou1");
|
|
88
|
-
Object.defineProperty(exports, "IconYou1", { enumerable: true, get: function () { return IconYou1_2.IconYou1; } });
|
|
89
82
|
var IconZhanKai_2 = require("./icons/IconZhanKai");
|
|
90
83
|
Object.defineProperty(exports, "IconZhanKai", { enumerable: true, get: function () { return IconZhanKai_2.IconZhanKai; } });
|
|
91
84
|
var IconZhengQue_2 = require("./icons/IconZhengQue");
|
|
@@ -98,8 +91,6 @@ var IconZhuShouGuanLi_2 = require("./icons/IconZhuShouGuanLi");
|
|
|
98
91
|
Object.defineProperty(exports, "IconZhuShouGuanLi", { enumerable: true, get: function () { return IconZhuShouGuanLi_2.IconZhuShouGuanLi; } });
|
|
99
92
|
var IconZuo_2 = require("./icons/IconZuo");
|
|
100
93
|
Object.defineProperty(exports, "IconZuo", { enumerable: true, get: function () { return IconZuo_2.IconZuo; } });
|
|
101
|
-
var IconZuo1_2 = require("./icons/IconZuo1");
|
|
102
|
-
Object.defineProperty(exports, "IconZuo1", { enumerable: true, get: function () { return IconZuo1_2.IconZuo1; } });
|
|
103
94
|
/**
|
|
104
95
|
* Object containing all icon components
|
|
105
96
|
*/
|
|
@@ -108,7 +99,6 @@ exports.allIcons = {
|
|
|
108
99
|
IconBianJi: IconBianJi_1.IconBianJi,
|
|
109
100
|
IconCheck: IconCheck_1.IconCheck,
|
|
110
101
|
IconFenXiang: IconFenXiang_1.IconFenXiang,
|
|
111
|
-
IconFrame1261156667: IconFrame1261156667_1.IconFrame1261156667,
|
|
112
102
|
IconGengDuo: IconGengDuo_1.IconGengDuo,
|
|
113
103
|
IconGuanBi: IconGuanBi_1.IconGuanBi,
|
|
114
104
|
IconGuanBiXiao: IconGuanBiXiao_1.IconGuanBiXiao,
|
|
@@ -124,16 +114,14 @@ exports.allIcons = {
|
|
|
124
114
|
IconTanSuo: IconTanSuo_1.IconTanSuo,
|
|
125
115
|
IconTongZhi: IconTongZhi_1.IconTongZhi,
|
|
126
116
|
IconWenDang: IconWenDang_1.IconWenDang,
|
|
127
|
-
|
|
128
|
-
|
|
117
|
+
IconYiDianZan1: IconYiDianZan1_1.IconYiDianZan1,
|
|
118
|
+
IconYiShouCang1: IconYiShouCang1_1.IconYiShouCang1,
|
|
129
119
|
IconYou: IconYou_1.IconYou,
|
|
130
|
-
IconYou1: IconYou1_1.IconYou1,
|
|
131
120
|
IconZhanKai: IconZhanKai_1.IconZhanKai,
|
|
132
121
|
IconZhengQue: IconZhengQue_1.IconZhengQue,
|
|
133
122
|
IconZhiShiKu: IconZhiShiKu_1.IconZhiShiKu,
|
|
134
123
|
IconZhuShou: IconZhuShou_1.IconZhuShou,
|
|
135
124
|
IconZhuShouGuanLi: IconZhuShouGuanLi_1.IconZhuShouGuanLi,
|
|
136
|
-
IconZuo: IconZuo_1.IconZuo
|
|
137
|
-
IconZuo1: IconZuo1_1.IconZuo1
|
|
125
|
+
IconZuo: IconZuo_1.IconZuo
|
|
138
126
|
};
|
|
139
127
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,+CAA4C;AAC5C,mDAAgD;AAChD,iDAA8C;AAC9C,uDAAoD;AACpD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* IconYiDianZan1 icon component
|
|
5
|
+
*
|
|
6
|
+
* @param props - Component props including size, color, and SVG attributes
|
|
7
|
+
* @param ref - Forwarded ref to the SVG element
|
|
8
|
+
*/
|
|
9
|
+
export const IconYiDianZan1 = forwardRef(({ size = 24, color, className, style, ...props }, ref) => {
|
|
10
|
+
return (_jsx("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: _jsx("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M7.5 3.418a5.5 5.5 0 0 0-5.5 5.5c0 5.5 6.5 10.5 10 11.664 3.5-1.163 10-6.164 10-11.664a5.5 5.5 0 0 0-10-3.163 5.5 5.5 0 0 0-4.5-2.337" }) }));
|
|
11
|
+
});
|
|
12
|
+
IconYiDianZan1.displayName = 'IconYiDianZan1';
|
|
13
|
+
export default IconYiDianZan1;
|
|
14
|
+
//# sourceMappingURL=IconYiDianZan1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconYiDianZan1.js","sourceRoot":"","sources":["../../../src/icons/IconYiDianZan1.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAU1C;;;;;GAKG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,UAAU,CACtC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,cACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,YAET,eAAM,IAAI,EAAC,cAAc,EAAC,MAAM,EAAC,cAAc,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,CAAC,EAAC,uIAAuI,GAAE,GACtP,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAE9C,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
/**
|
|
4
|
+
* IconYiShouCang1 icon component
|
|
5
|
+
*
|
|
6
|
+
* @param props - Component props including size, color, and SVG attributes
|
|
7
|
+
* @param ref - Forwarded ref to the SVG element
|
|
8
|
+
*/
|
|
9
|
+
export const IconYiShouCang1 = forwardRef(({ size = 24, color, className, style, ...props }, ref) => {
|
|
10
|
+
return (_jsx("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: _jsx("path", { fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", d: "M12.9 4.317a1 1 0 0 0-1.793.004L9.175 8.265a1 1 0 0 1-.755.55l-4.418.64a1 1 0 0 0-.555 1.705l3.205 3.134a1 1 0 0 1 .286.888l-.755 4.297a1 1 0 0 0 1.455 1.056l3.89-2.075a1 1 0 0 1 .942 0l3.895 2.076a1 1 0 0 0 1.456-1.054l-.751-4.301a1 1 0 0 1 .285-.887l3.203-3.136a1 1 0 0 0-.556-1.704l-4.388-.64a1 1 0 0 1-.751-.545z" }) }));
|
|
11
|
+
});
|
|
12
|
+
IconYiShouCang1.displayName = 'IconYiShouCang1';
|
|
13
|
+
export default IconYiShouCang1;
|
|
14
|
+
//# sourceMappingURL=IconYiShouCang1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconYiShouCang1.js","sourceRoot":"","sources":["../../../src/icons/IconYiShouCang1.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAU1C;;;;;GAKG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,UAAU,CACvC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,cACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,YAET,eAAM,IAAI,EAAC,cAAc,EAAC,MAAM,EAAC,cAAc,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,CAAC,EAAC,8TAA8T,GAAE,GACvZ,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,eAAe,CAAC,WAAW,GAAG,iBAAiB,CAAC;AAEhD,eAAe,eAAe,CAAC"}
|
package/dist/esm/index.js
CHANGED
|
@@ -8,7 +8,6 @@ import { IconBack } from './icons/IconBack';
|
|
|
8
8
|
import { IconBianJi } from './icons/IconBianJi';
|
|
9
9
|
import { IconCheck } from './icons/IconCheck';
|
|
10
10
|
import { IconFenXiang } from './icons/IconFenXiang';
|
|
11
|
-
import { IconFrame1261156667 } from './icons/IconFrame1261156667';
|
|
12
11
|
import { IconGengDuo } from './icons/IconGengDuo';
|
|
13
12
|
import { IconGuanBi } from './icons/IconGuanBi';
|
|
14
13
|
import { IconGuanBiXiao } from './icons/IconGuanBiXiao';
|
|
@@ -24,22 +23,19 @@ import { IconShuaXin } from './icons/IconShuaXin';
|
|
|
24
23
|
import { IconTanSuo } from './icons/IconTanSuo';
|
|
25
24
|
import { IconTongZhi } from './icons/IconTongZhi';
|
|
26
25
|
import { IconWenDang } from './icons/IconWenDang';
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
26
|
+
import { IconYiDianZan1 } from './icons/IconYiDianZan1';
|
|
27
|
+
import { IconYiShouCang1 } from './icons/IconYiShouCang1';
|
|
29
28
|
import { IconYou } from './icons/IconYou';
|
|
30
|
-
import { IconYou1 } from './icons/IconYou1';
|
|
31
29
|
import { IconZhanKai } from './icons/IconZhanKai';
|
|
32
30
|
import { IconZhengQue } from './icons/IconZhengQue';
|
|
33
31
|
import { IconZhiShiKu } from './icons/IconZhiShiKu';
|
|
34
32
|
import { IconZhuShou } from './icons/IconZhuShou';
|
|
35
33
|
import { IconZhuShouGuanLi } from './icons/IconZhuShouGuanLi';
|
|
36
34
|
import { IconZuo } from './icons/IconZuo';
|
|
37
|
-
import { IconZuo1 } from './icons/IconZuo1';
|
|
38
35
|
export { IconBack } from './icons/IconBack';
|
|
39
36
|
export { IconBianJi } from './icons/IconBianJi';
|
|
40
37
|
export { IconCheck } from './icons/IconCheck';
|
|
41
38
|
export { IconFenXiang } from './icons/IconFenXiang';
|
|
42
|
-
export { IconFrame1261156667 } from './icons/IconFrame1261156667';
|
|
43
39
|
export { IconGengDuo } from './icons/IconGengDuo';
|
|
44
40
|
export { IconGuanBi } from './icons/IconGuanBi';
|
|
45
41
|
export { IconGuanBiXiao } from './icons/IconGuanBiXiao';
|
|
@@ -55,17 +51,15 @@ export { IconShuaXin } from './icons/IconShuaXin';
|
|
|
55
51
|
export { IconTanSuo } from './icons/IconTanSuo';
|
|
56
52
|
export { IconTongZhi } from './icons/IconTongZhi';
|
|
57
53
|
export { IconWenDang } from './icons/IconWenDang';
|
|
58
|
-
export {
|
|
59
|
-
export {
|
|
54
|
+
export { IconYiDianZan1 } from './icons/IconYiDianZan1';
|
|
55
|
+
export { IconYiShouCang1 } from './icons/IconYiShouCang1';
|
|
60
56
|
export { IconYou } from './icons/IconYou';
|
|
61
|
-
export { IconYou1 } from './icons/IconYou1';
|
|
62
57
|
export { IconZhanKai } from './icons/IconZhanKai';
|
|
63
58
|
export { IconZhengQue } from './icons/IconZhengQue';
|
|
64
59
|
export { IconZhiShiKu } from './icons/IconZhiShiKu';
|
|
65
60
|
export { IconZhuShou } from './icons/IconZhuShou';
|
|
66
61
|
export { IconZhuShouGuanLi } from './icons/IconZhuShouGuanLi';
|
|
67
62
|
export { IconZuo } from './icons/IconZuo';
|
|
68
|
-
export { IconZuo1 } from './icons/IconZuo1';
|
|
69
63
|
/**
|
|
70
64
|
* Object containing all icon components
|
|
71
65
|
*/
|
|
@@ -74,7 +68,6 @@ export const allIcons = {
|
|
|
74
68
|
IconBianJi,
|
|
75
69
|
IconCheck,
|
|
76
70
|
IconFenXiang,
|
|
77
|
-
IconFrame1261156667,
|
|
78
71
|
IconGengDuo,
|
|
79
72
|
IconGuanBi,
|
|
80
73
|
IconGuanBiXiao,
|
|
@@ -90,16 +83,14 @@ export const allIcons = {
|
|
|
90
83
|
IconTanSuo,
|
|
91
84
|
IconTongZhi,
|
|
92
85
|
IconWenDang,
|
|
93
|
-
|
|
94
|
-
|
|
86
|
+
IconYiDianZan1,
|
|
87
|
+
IconYiShouCang1,
|
|
95
88
|
IconYou,
|
|
96
|
-
IconYou1,
|
|
97
89
|
IconZhanKai,
|
|
98
90
|
IconZhengQue,
|
|
99
91
|
IconZhiShiKu,
|
|
100
92
|
IconZhuShou,
|
|
101
93
|
IconZhuShouGuanLi,
|
|
102
|
-
IconZuo
|
|
103
|
-
IconZuo1
|
|
94
|
+
IconZuo
|
|
104
95
|
};
|
|
105
96
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface IconYiDianZan1Props extends SVGProps<SVGSVGElement> {
|
|
4
|
+
/** Icon size (width and height) */
|
|
5
|
+
size?: number | string;
|
|
6
|
+
/** Icon color */
|
|
7
|
+
color?: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* IconYiDianZan1 icon component
|
|
11
|
+
*
|
|
12
|
+
* @param props - Component props including size, color, and SVG attributes
|
|
13
|
+
* @param ref - Forwarded ref to the SVG element
|
|
14
|
+
*/
|
|
15
|
+
export declare const IconYiDianZan1: React.ForwardRefExoticComponent<Omit<IconYiDianZan1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
16
|
+
export default IconYiDianZan1;
|
|
17
|
+
//# sourceMappingURL=IconYiDianZan1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconYiDianZan1.d.ts","sourceRoot":"","sources":["../../../src/icons/IconYiDianZan1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,mBAAoB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAClE,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,cAAc,wGAkB1B,CAAC;AAIF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { SVGProps } from 'react';
|
|
3
|
+
export interface IconYiShouCang1Props extends SVGProps<SVGSVGElement> {
|
|
4
|
+
/** Icon size (width and height) */
|
|
5
|
+
size?: number | string;
|
|
6
|
+
/** Icon color */
|
|
7
|
+
color?: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* IconYiShouCang1 icon component
|
|
11
|
+
*
|
|
12
|
+
* @param props - Component props including size, color, and SVG attributes
|
|
13
|
+
* @param ref - Forwarded ref to the SVG element
|
|
14
|
+
*/
|
|
15
|
+
export declare const IconYiShouCang1: React.ForwardRefExoticComponent<Omit<IconYiShouCang1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
16
|
+
export default IconYiShouCang1;
|
|
17
|
+
//# sourceMappingURL=IconYiShouCang1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconYiShouCang1.d.ts","sourceRoot":"","sources":["../../../src/icons/IconYiShouCang1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,oBAAqB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACnE,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,eAAe,yGAkB3B,CAAC;AAIF,eAAe,eAAe,CAAC"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ export { IconBack, type IconBackProps } from './icons/IconBack';
|
|
|
8
8
|
export { IconBianJi, type IconBianJiProps } from './icons/IconBianJi';
|
|
9
9
|
export { IconCheck, type IconCheckProps } from './icons/IconCheck';
|
|
10
10
|
export { IconFenXiang, type IconFenXiangProps } from './icons/IconFenXiang';
|
|
11
|
-
export { IconFrame1261156667, type IconFrame1261156667Props } from './icons/IconFrame1261156667';
|
|
12
11
|
export { IconGengDuo, type IconGengDuoProps } from './icons/IconGengDuo';
|
|
13
12
|
export { IconGuanBi, type IconGuanBiProps } from './icons/IconGuanBi';
|
|
14
13
|
export { IconGuanBiXiao, type IconGuanBiXiaoProps } from './icons/IconGuanBiXiao';
|
|
@@ -24,17 +23,15 @@ export { IconShuaXin, type IconShuaXinProps } from './icons/IconShuaXin';
|
|
|
24
23
|
export { IconTanSuo, type IconTanSuoProps } from './icons/IconTanSuo';
|
|
25
24
|
export { IconTongZhi, type IconTongZhiProps } from './icons/IconTongZhi';
|
|
26
25
|
export { IconWenDang, type IconWenDangProps } from './icons/IconWenDang';
|
|
27
|
-
export {
|
|
28
|
-
export {
|
|
26
|
+
export { IconYiDianZan1, type IconYiDianZan1Props } from './icons/IconYiDianZan1';
|
|
27
|
+
export { IconYiShouCang1, type IconYiShouCang1Props } from './icons/IconYiShouCang1';
|
|
29
28
|
export { IconYou, type IconYouProps } from './icons/IconYou';
|
|
30
|
-
export { IconYou1, type IconYou1Props } from './icons/IconYou1';
|
|
31
29
|
export { IconZhanKai, type IconZhanKaiProps } from './icons/IconZhanKai';
|
|
32
30
|
export { IconZhengQue, type IconZhengQueProps } from './icons/IconZhengQue';
|
|
33
31
|
export { IconZhiShiKu, type IconZhiShiKuProps } from './icons/IconZhiShiKu';
|
|
34
32
|
export { IconZhuShou, type IconZhuShouProps } from './icons/IconZhuShou';
|
|
35
33
|
export { IconZhuShouGuanLi, type IconZhuShouGuanLiProps } from './icons/IconZhuShouGuanLi';
|
|
36
34
|
export { IconZuo, type IconZuoProps } from './icons/IconZuo';
|
|
37
|
-
export { IconZuo1, type IconZuo1Props } from './icons/IconZuo1';
|
|
38
35
|
/**
|
|
39
36
|
* Object containing all icon components
|
|
40
37
|
*/
|
|
@@ -43,7 +40,6 @@ export declare const allIcons: {
|
|
|
43
40
|
readonly IconBianJi: import("react").ForwardRefExoticComponent<Omit<import(".").IconBianJiProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
44
41
|
readonly IconCheck: import("react").ForwardRefExoticComponent<Omit<import(".").IconCheckProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
45
42
|
readonly IconFenXiang: import("react").ForwardRefExoticComponent<Omit<import(".").IconFenXiangProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
46
|
-
readonly IconFrame1261156667: import("react").ForwardRefExoticComponent<Omit<import(".").IconFrame1261156667Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
47
43
|
readonly IconGengDuo: import("react").ForwardRefExoticComponent<Omit<import(".").IconGengDuoProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
48
44
|
readonly IconGuanBi: import("react").ForwardRefExoticComponent<Omit<import(".").IconGuanBiProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
49
45
|
readonly IconGuanBiXiao: import("react").ForwardRefExoticComponent<Omit<import(".").IconGuanBiXiaoProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -59,17 +55,15 @@ export declare const allIcons: {
|
|
|
59
55
|
readonly IconTanSuo: import("react").ForwardRefExoticComponent<Omit<import(".").IconTanSuoProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
60
56
|
readonly IconTongZhi: import("react").ForwardRefExoticComponent<Omit<import(".").IconTongZhiProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
61
57
|
readonly IconWenDang: import("react").ForwardRefExoticComponent<Omit<import(".").IconWenDangProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
58
|
+
readonly IconYiDianZan1: import("react").ForwardRefExoticComponent<Omit<import(".").IconYiDianZan1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
59
|
+
readonly IconYiShouCang1: import("react").ForwardRefExoticComponent<Omit<import(".").IconYiShouCang1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
64
60
|
readonly IconYou: import("react").ForwardRefExoticComponent<Omit<import(".").IconYouProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
65
|
-
readonly IconYou1: import("react").ForwardRefExoticComponent<Omit<import(".").IconYou1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
66
61
|
readonly IconZhanKai: import("react").ForwardRefExoticComponent<Omit<import(".").IconZhanKaiProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
67
62
|
readonly IconZhengQue: import("react").ForwardRefExoticComponent<Omit<import(".").IconZhengQueProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
68
63
|
readonly IconZhiShiKu: import("react").ForwardRefExoticComponent<Omit<import(".").IconZhiShiKuProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
69
64
|
readonly IconZhuShou: import("react").ForwardRefExoticComponent<Omit<import(".").IconZhuShouProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
70
65
|
readonly IconZhuShouGuanLi: import("react").ForwardRefExoticComponent<Omit<import(".").IconZhuShouGuanLiProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
71
66
|
readonly IconZuo: import("react").ForwardRefExoticComponent<Omit<import(".").IconZuoProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
72
|
-
readonly IconZuo1: import("react").ForwardRefExoticComponent<Omit<import(".").IconZuo1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
73
67
|
};
|
|
74
68
|
/**
|
|
75
69
|
* Union type of all icon component names
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AA+BH,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClF,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAC3F,OAAO,EAAE,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAClF,OAAO,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AACrF,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAE,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAC3F,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE7D;;GAEG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BX,CAAC;AAEX;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,QAAQ,CAAC"}
|
package/icons.json
CHANGED
|
@@ -1,40 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-02-
|
|
4
|
-
"totalCount":
|
|
3
|
+
"generatedAt": "2026-02-10T08:40:12.369Z",
|
|
4
|
+
"totalCount": 28,
|
|
5
5
|
"icons": [
|
|
6
6
|
{
|
|
7
|
-
"name": "
|
|
8
|
-
"originalName": "
|
|
9
|
-
"svgPath": "svg
|
|
10
|
-
"componentPath": "src/icons/
|
|
7
|
+
"name": "IconYiShouCang1",
|
|
8
|
+
"originalName": "已收藏1",
|
|
9
|
+
"svgPath": "svg/已收藏1.svg",
|
|
10
|
+
"componentPath": "src/icons/IconYiShouCang1.tsx",
|
|
11
11
|
"size": {
|
|
12
12
|
"width": 24,
|
|
13
13
|
"height": 24
|
|
14
14
|
},
|
|
15
|
-
"createdAt": "2026-02-10T06:
|
|
15
|
+
"createdAt": "2026-02-10T06:50:14.279Z"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
"name": "
|
|
19
|
-
"originalName": "
|
|
20
|
-
"svgPath": "svg
|
|
21
|
-
"componentPath": "src/icons/
|
|
18
|
+
"name": "IconYiDianZan1",
|
|
19
|
+
"originalName": "已点赞1",
|
|
20
|
+
"svgPath": "svg/已点赞1.svg",
|
|
21
|
+
"componentPath": "src/icons/IconYiDianZan1.tsx",
|
|
22
22
|
"size": {
|
|
23
23
|
"width": 24,
|
|
24
24
|
"height": 24
|
|
25
25
|
},
|
|
26
|
-
"createdAt": "2026-02-10T06:
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "IconFrame1261156667",
|
|
30
|
-
"originalName": "Frame-1261156667",
|
|
31
|
-
"svgPath": "svg/Frame-1261156667.svg",
|
|
32
|
-
"componentPath": "src/icons/IconFrame1261156667.tsx",
|
|
33
|
-
"size": {
|
|
34
|
-
"width": 29,
|
|
35
|
-
"height": 19
|
|
36
|
-
},
|
|
37
|
-
"createdAt": "2026-02-10T06:15:51.615Z"
|
|
26
|
+
"createdAt": "2026-02-10T06:50:14.279Z"
|
|
38
27
|
},
|
|
39
28
|
{
|
|
40
29
|
"name": "IconBianJi",
|
|
@@ -80,28 +69,6 @@
|
|
|
80
69
|
},
|
|
81
70
|
"createdAt": "2026-02-07T06:58:36.843Z"
|
|
82
71
|
},
|
|
83
|
-
{
|
|
84
|
-
"name": "IconZuo1",
|
|
85
|
-
"originalName": "左1",
|
|
86
|
-
"svgPath": "svg/左1.svg",
|
|
87
|
-
"componentPath": "src/icons/IconZuo1.tsx",
|
|
88
|
-
"size": {
|
|
89
|
-
"width": 24,
|
|
90
|
-
"height": 24
|
|
91
|
-
},
|
|
92
|
-
"createdAt": "2026-02-06T06:33:35.855Z"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"name": "IconYou1",
|
|
96
|
-
"originalName": "右1",
|
|
97
|
-
"svgPath": "svg/右1.svg",
|
|
98
|
-
"componentPath": "src/icons/IconYou1.tsx",
|
|
99
|
-
"size": {
|
|
100
|
-
"width": 24,
|
|
101
|
-
"height": 24
|
|
102
|
-
},
|
|
103
|
-
"createdAt": "2026-02-06T06:33:35.854Z"
|
|
104
|
-
},
|
|
105
72
|
{
|
|
106
73
|
"name": "IconZuo",
|
|
107
74
|
"originalName": "左",
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" viewBox="0 0 24 24"><path fill="#FCD34D" stroke="#FCD34D" stroke-linejoin="round" stroke-width="1.5" d="M12.9 4.317a1 1 0 0 0-1.793.004L9.175 8.265a1 1 0 0 1-.755.55l-4.418.64a1 1 0 0 0-.555 1.705l3.205 3.134a1 1 0 0 1 .286.888l-.755 4.297a1 1 0 0 0 1.455 1.056l3.89-2.075a1 1 0 0 1 .942 0l3.895 2.076a1 1 0 0 0 1.456-1.054l-.751-4.301a1 1 0 0 1 .285-.887l3.203-3.136a1 1 0 0 0-.556-1.704l-4.388-.64a1 1 0 0 1-.751-.545z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" viewBox="0 0 24 24"><path fill="#FF8A00" stroke="#FF8A00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.5 3.418a5.5 5.5 0 0 0-5.5 5.5c0 5.5 6.5 10.5 10 11.664 3.5-1.163 10-6.164 10-11.664a5.5 5.5 0 0 0-10-3.163 5.5 5.5 0 0 0-4.5-2.337"/></svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconFrame1261156667 = void 0;
|
|
4
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const react_1 = require("react");
|
|
6
|
-
/**
|
|
7
|
-
* IconFrame1261156667 icon component (multicolor)
|
|
8
|
-
*
|
|
9
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
10
|
-
* @param ref - Forwarded ref to the SVG element
|
|
11
|
-
*/
|
|
12
|
-
exports.IconFrame1261156667 = (0, react_1.forwardRef)(({ size = 24, color, className, style, ...props }, ref) => {
|
|
13
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 29 19", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "#FAFAFA", d: "M-325.428-1359.65h375V176.93h-375z" }), (0, jsx_runtime_1.jsx)("path", { fill: "white", d: "M0 0h28.5v19H0z" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.125", d: "M5.625 3A4.125 4.125 0 0 0 1.5 7.125C1.5 11.25 6.375 15 9 15.872c2.625-.872 7.5-4.622 7.5-8.747A4.125 4.125 0 0 0 9 4.753 4.12 4.12 0 0 0 5.625 3" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M25.605 4.361h.864V14h-1.107V5.711c-.607.621-1.363 1.053-2.268 1.323V5.927c.432-.121.891-.31 1.35-.58a5.6 5.6 0 0 0 1.161-.986" })] }));
|
|
14
|
-
});
|
|
15
|
-
exports.IconFrame1261156667.displayName = 'IconFrame1261156667';
|
|
16
|
-
exports.default = exports.IconFrame1261156667;
|
|
17
|
-
//# sourceMappingURL=IconFrame1261156667.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconFrame1261156667.js","sourceRoot":"","sources":["../../../src/icons/IconFrame1261156667.tsx"],"names":[],"mappings":";;;;AAAA,iCAA0C;AAU1C;;;;;GAKG;AACU,QAAA,mBAAmB,GAAG,IAAA,kBAAU,EAC3C,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,iCACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,aAET,iCAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,oCAAoC,GAAE,EAAA,iCAAM,IAAI,EAAC,OAAO,EAAC,CAAC,EAAC,iBAAiB,GAAE,EAAA,iCAAM,IAAI,EAAC,cAAc,EAAC,MAAM,EAAC,cAAc,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,OAAO,EAAC,CAAC,EAAC,mJAAmJ,GAAE,EAAA,iCAAM,IAAI,EAAC,cAAc,EAAC,CAAC,EAAC,gIAAgI,GAAE,IACvgB,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,2BAAmB,CAAC,WAAW,GAAG,qBAAqB,CAAC;AAExD,kBAAe,2BAAmB,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconYiDianZan = void 0;
|
|
4
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const react_1 = require("react");
|
|
6
|
-
/**
|
|
7
|
-
* IconYiDianZan icon component (multicolor)
|
|
8
|
-
*
|
|
9
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
10
|
-
* @param ref - Forwarded ref to the SVG element
|
|
11
|
-
*/
|
|
12
|
-
exports.IconYiDianZan = (0, react_1.forwardRef)(({ size = 24, color, className, style, ...props }, ref) => {
|
|
13
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "white", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M7.5 3.418a5.5 5.5 0 0 0-5.5 5.5c0 5.5 6.5 10.5 10 11.664 3.5-1.163 10-6.164 10-11.664a5.5 5.5 0 0 0-10-3.163 5.5 5.5 0 0 0-4.5-2.337" })] }));
|
|
14
|
-
});
|
|
15
|
-
exports.IconYiDianZan.displayName = 'IconYiDianZan';
|
|
16
|
-
exports.default = exports.IconYiDianZan;
|
|
17
|
-
//# sourceMappingURL=IconYiDianZan.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconYiDianZan.js","sourceRoot":"","sources":["../../../src/icons/IconYiDianZan.tsx"],"names":[],"mappings":";;;;AAAA,iCAA0C;AAU1C;;;;;GAKG;AACU,QAAA,aAAa,GAAG,IAAA,kBAAU,EACrC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,iCACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,aAET,iCAAM,IAAI,EAAC,OAAO,EAAC,CAAC,EAAC,eAAe,GAAE,EAAA,iCAAM,IAAI,EAAC,cAAc,EAAC,MAAM,EAAC,cAAc,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,CAAC,EAAC,uIAAuI,GAAE,IAC5R,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,qBAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAE5C,kBAAe,qBAAa,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconYiShouCang = void 0;
|
|
4
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const react_1 = require("react");
|
|
6
|
-
/**
|
|
7
|
-
* IconYiShouCang icon component (multicolor)
|
|
8
|
-
*
|
|
9
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
10
|
-
* @param ref - Forwarded ref to the SVG element
|
|
11
|
-
*/
|
|
12
|
-
exports.IconYiShouCang = (0, react_1.forwardRef)(({ size = 24, color, className, style, ...props }, ref) => {
|
|
13
|
-
return ((0, jsx_runtime_1.jsxs)("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: [(0, jsx_runtime_1.jsx)("path", { fill: "white", d: "M0 0h24v24H0z" }), (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", d: "M12.9 4.317a1 1 0 0 0-1.793.004L9.175 8.265a1 1 0 0 1-.755.55l-4.418.64a1 1 0 0 0-.555 1.705l3.205 3.134a1 1 0 0 1 .286.888l-.755 4.297a1 1 0 0 0 1.455 1.056l3.89-2.075a1 1 0 0 1 .942 0l3.895 2.076a1 1 0 0 0 1.456-1.054l-.751-4.301a1 1 0 0 1 .285-.887l3.203-3.136a1 1 0 0 0-.556-1.704l-4.388-.64a1 1 0 0 1-.751-.545z" })] }));
|
|
14
|
-
});
|
|
15
|
-
exports.IconYiShouCang.displayName = 'IconYiShouCang';
|
|
16
|
-
exports.default = exports.IconYiShouCang;
|
|
17
|
-
//# sourceMappingURL=IconYiShouCang.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconYiShouCang.js","sourceRoot":"","sources":["../../../src/icons/IconYiShouCang.tsx"],"names":[],"mappings":";;;;AAAA,iCAA0C;AAU1C;;;;;GAKG;AACU,QAAA,cAAc,GAAG,IAAA,kBAAU,EACtC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,iCACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,aAET,iCAAM,IAAI,EAAC,OAAO,EAAC,CAAC,EAAC,eAAe,GAAE,EAAA,iCAAM,IAAI,EAAC,cAAc,EAAC,MAAM,EAAC,cAAc,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,CAAC,EAAC,8TAA8T,GAAE,IAC7b,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,sBAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAE9C,kBAAe,sBAAc,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconYou1 = void 0;
|
|
4
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const react_1 = require("react");
|
|
6
|
-
/**
|
|
7
|
-
* IconYou1 icon component
|
|
8
|
-
*
|
|
9
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
10
|
-
* @param ref - Forwarded ref to the SVG element
|
|
11
|
-
*/
|
|
12
|
-
exports.IconYou1 = (0, react_1.forwardRef)(({ size = 24, color, className, style, ...props }, ref) => {
|
|
13
|
-
return ((0, jsx_runtime_1.jsx)("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "m9.5 6 6 6-6 6" }) }));
|
|
14
|
-
});
|
|
15
|
-
exports.IconYou1.displayName = 'IconYou1';
|
|
16
|
-
exports.default = exports.IconYou1;
|
|
17
|
-
//# sourceMappingURL=IconYou1.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconYou1.js","sourceRoot":"","sources":["../../../src/icons/IconYou1.tsx"],"names":[],"mappings":";;;;AAAA,iCAA0C;AAU1C;;;;;GAKG;AACU,QAAA,QAAQ,GAAG,IAAA,kBAAU,EAChC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,gCACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,YAET,iCAAM,MAAM,EAAC,cAAc,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,CAAC,EAAC,gBAAgB,GAAE,GAC3G,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,gBAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,kBAAe,gBAAQ,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IconZuo1 = void 0;
|
|
4
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const react_1 = require("react");
|
|
6
|
-
/**
|
|
7
|
-
* IconZuo1 icon component
|
|
8
|
-
*
|
|
9
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
10
|
-
* @param ref - Forwarded ref to the SVG element
|
|
11
|
-
*/
|
|
12
|
-
exports.IconZuo1 = (0, react_1.forwardRef)(({ size = 24, color, className, style, ...props }, ref) => {
|
|
13
|
-
return ((0, jsx_runtime_1.jsx)("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: (0, jsx_runtime_1.jsx)("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "m15.5 18-6-6 6-6" }) }));
|
|
14
|
-
});
|
|
15
|
-
exports.IconZuo1.displayName = 'IconZuo1';
|
|
16
|
-
exports.default = exports.IconZuo1;
|
|
17
|
-
//# sourceMappingURL=IconZuo1.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconZuo1.js","sourceRoot":"","sources":["../../../src/icons/IconZuo1.tsx"],"names":[],"mappings":";;;;AAAA,iCAA0C;AAU1C;;;;;GAKG;AACU,QAAA,QAAQ,GAAG,IAAA,kBAAU,EAChC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,gCACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,YAET,iCAAM,MAAM,EAAC,cAAc,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,CAAC,EAAC,kBAAkB,GAAE,GAC7G,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,gBAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,kBAAe,gBAAQ,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
/**
|
|
4
|
-
* IconFrame1261156667 icon component (multicolor)
|
|
5
|
-
*
|
|
6
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
7
|
-
* @param ref - Forwarded ref to the SVG element
|
|
8
|
-
*/
|
|
9
|
-
export const IconFrame1261156667 = forwardRef(({ size = 24, color, className, style, ...props }, ref) => {
|
|
10
|
-
return (_jsxs("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 29 19", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: [_jsx("path", { fill: "#FAFAFA", d: "M-325.428-1359.65h375V176.93h-375z" }), _jsx("path", { fill: "white", d: "M0 0h28.5v19H0z" }), _jsx("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.125", d: "M5.625 3A4.125 4.125 0 0 0 1.5 7.125C1.5 11.25 6.375 15 9 15.872c2.625-.872 7.5-4.622 7.5-8.747A4.125 4.125 0 0 0 9 4.753 4.12 4.12 0 0 0 5.625 3" }), _jsx("path", { fill: "currentColor", d: "M25.605 4.361h.864V14h-1.107V5.711c-.607.621-1.363 1.053-2.268 1.323V5.927c.432-.121.891-.31 1.35-.58a5.6 5.6 0 0 0 1.161-.986" })] }));
|
|
11
|
-
});
|
|
12
|
-
IconFrame1261156667.displayName = 'IconFrame1261156667';
|
|
13
|
-
export default IconFrame1261156667;
|
|
14
|
-
//# sourceMappingURL=IconFrame1261156667.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconFrame1261156667.js","sourceRoot":"","sources":["../../../src/icons/IconFrame1261156667.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAU1C;;;;;GAKG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,UAAU,CAC3C,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,eACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,aAET,eAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,oCAAoC,GAAE,EAAA,eAAM,IAAI,EAAC,OAAO,EAAC,CAAC,EAAC,iBAAiB,GAAE,EAAA,eAAM,IAAI,EAAC,cAAc,EAAC,MAAM,EAAC,cAAc,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,OAAO,EAAC,CAAC,EAAC,mJAAmJ,GAAE,EAAA,eAAM,IAAI,EAAC,cAAc,EAAC,CAAC,EAAC,gIAAgI,GAAE,IACvgB,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,mBAAmB,CAAC,WAAW,GAAG,qBAAqB,CAAC;AAExD,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
/**
|
|
4
|
-
* IconYiDianZan icon component (multicolor)
|
|
5
|
-
*
|
|
6
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
7
|
-
* @param ref - Forwarded ref to the SVG element
|
|
8
|
-
*/
|
|
9
|
-
export const IconYiDianZan = forwardRef(({ size = 24, color, className, style, ...props }, ref) => {
|
|
10
|
-
return (_jsxs("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: [_jsx("path", { fill: "white", d: "M0 0h24v24H0z" }), _jsx("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M7.5 3.418a5.5 5.5 0 0 0-5.5 5.5c0 5.5 6.5 10.5 10 11.664 3.5-1.163 10-6.164 10-11.664a5.5 5.5 0 0 0-10-3.163 5.5 5.5 0 0 0-4.5-2.337" })] }));
|
|
11
|
-
});
|
|
12
|
-
IconYiDianZan.displayName = 'IconYiDianZan';
|
|
13
|
-
export default IconYiDianZan;
|
|
14
|
-
//# sourceMappingURL=IconYiDianZan.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconYiDianZan.js","sourceRoot":"","sources":["../../../src/icons/IconYiDianZan.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAU1C;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,UAAU,CACrC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,eACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,aAET,eAAM,IAAI,EAAC,OAAO,EAAC,CAAC,EAAC,eAAe,GAAE,EAAA,eAAM,IAAI,EAAC,cAAc,EAAC,MAAM,EAAC,cAAc,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,CAAC,EAAC,uIAAuI,GAAE,IAC5R,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC;AAE5C,eAAe,aAAa,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
/**
|
|
4
|
-
* IconYiShouCang icon component (multicolor)
|
|
5
|
-
*
|
|
6
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
7
|
-
* @param ref - Forwarded ref to the SVG element
|
|
8
|
-
*/
|
|
9
|
-
export const IconYiShouCang = forwardRef(({ size = 24, color, className, style, ...props }, ref) => {
|
|
10
|
-
return (_jsxs("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: [_jsx("path", { fill: "white", d: "M0 0h24v24H0z" }), _jsx("path", { fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", d: "M12.9 4.317a1 1 0 0 0-1.793.004L9.175 8.265a1 1 0 0 1-.755.55l-4.418.64a1 1 0 0 0-.555 1.705l3.205 3.134a1 1 0 0 1 .286.888l-.755 4.297a1 1 0 0 0 1.455 1.056l3.89-2.075a1 1 0 0 1 .942 0l3.895 2.076a1 1 0 0 0 1.456-1.054l-.751-4.301a1 1 0 0 1 .285-.887l3.203-3.136a1 1 0 0 0-.556-1.704l-4.388-.64a1 1 0 0 1-.751-.545z" })] }));
|
|
11
|
-
});
|
|
12
|
-
IconYiShouCang.displayName = 'IconYiShouCang';
|
|
13
|
-
export default IconYiShouCang;
|
|
14
|
-
//# sourceMappingURL=IconYiShouCang.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconYiShouCang.js","sourceRoot":"","sources":["../../../src/icons/IconYiShouCang.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAU1C;;;;;GAKG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,UAAU,CACtC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,eACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,aAET,eAAM,IAAI,EAAC,OAAO,EAAC,CAAC,EAAC,eAAe,GAAE,EAAA,eAAM,IAAI,EAAC,cAAc,EAAC,MAAM,EAAC,cAAc,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,CAAC,EAAC,8TAA8T,GAAE,IAC7b,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAE9C,eAAe,cAAc,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
/**
|
|
4
|
-
* IconYou1 icon component
|
|
5
|
-
*
|
|
6
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
7
|
-
* @param ref - Forwarded ref to the SVG element
|
|
8
|
-
*/
|
|
9
|
-
export const IconYou1 = forwardRef(({ size = 24, color, className, style, ...props }, ref) => {
|
|
10
|
-
return (_jsx("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: _jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "m9.5 6 6 6-6 6" }) }));
|
|
11
|
-
});
|
|
12
|
-
IconYou1.displayName = 'IconYou1';
|
|
13
|
-
export default IconYou1;
|
|
14
|
-
//# sourceMappingURL=IconYou1.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconYou1.js","sourceRoot":"","sources":["../../../src/icons/IconYou1.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAU1C;;;;;GAKG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,UAAU,CAChC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,cACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,YAET,eAAM,MAAM,EAAC,cAAc,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,CAAC,EAAC,gBAAgB,GAAE,GAC3G,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,eAAe,QAAQ,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef } from 'react';
|
|
3
|
-
/**
|
|
4
|
-
* IconZuo1 icon component
|
|
5
|
-
*
|
|
6
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
7
|
-
* @param ref - Forwarded ref to the SVG element
|
|
8
|
-
*/
|
|
9
|
-
export const IconZuo1 = forwardRef(({ size = 24, color, className, style, ...props }, ref) => {
|
|
10
|
-
return (_jsx("svg", { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24", fill: "none", className: className, style: { ...(color ? { color } : {}), ...style }, ...props, children: _jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "m15.5 18-6-6 6-6" }) }));
|
|
11
|
-
});
|
|
12
|
-
IconZuo1.displayName = 'IconZuo1';
|
|
13
|
-
export default IconZuo1;
|
|
14
|
-
//# sourceMappingURL=IconZuo1.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconZuo1.js","sourceRoot":"","sources":["../../../src/icons/IconZuo1.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAU1C;;;;;GAKG;AACH,MAAM,CAAC,MAAM,QAAQ,GAAG,UAAU,CAChC,CAAC,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IACxD,OAAO,CACL,cACE,GAAG,EAAE,GAAG,EACR,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,EAAE,KAC5C,KAAK,YAET,eAAM,MAAM,EAAC,cAAc,EAAC,aAAa,EAAC,OAAO,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,CAAC,EAAC,kBAAkB,GAAE,GAC7G,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,QAAQ,CAAC,WAAW,GAAG,UAAU,CAAC;AAElC,eAAe,QAAQ,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
export interface IconFrame1261156667Props extends SVGProps<SVGSVGElement> {
|
|
4
|
-
/** Icon size (width and height) */
|
|
5
|
-
size?: number | string;
|
|
6
|
-
/** Icon color (controls the main color, preserves white/light decorations) */
|
|
7
|
-
color?: string;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* IconFrame1261156667 icon component (multicolor)
|
|
11
|
-
*
|
|
12
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
13
|
-
* @param ref - Forwarded ref to the SVG element
|
|
14
|
-
*/
|
|
15
|
-
export declare const IconFrame1261156667: React.ForwardRefExoticComponent<Omit<IconFrame1261156667Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
16
|
-
export default IconFrame1261156667;
|
|
17
|
-
//# sourceMappingURL=IconFrame1261156667.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconFrame1261156667.d.ts","sourceRoot":"","sources":["../../../src/icons/IconFrame1261156667.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,wBAAyB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACvE,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,8EAA8E;IAC9E,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,6GAkB/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
export interface IconYiDianZanProps extends SVGProps<SVGSVGElement> {
|
|
4
|
-
/** Icon size (width and height) */
|
|
5
|
-
size?: number | string;
|
|
6
|
-
/** Icon color (controls the main color, preserves white/light decorations) */
|
|
7
|
-
color?: string;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* IconYiDianZan icon component (multicolor)
|
|
11
|
-
*
|
|
12
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
13
|
-
* @param ref - Forwarded ref to the SVG element
|
|
14
|
-
*/
|
|
15
|
-
export declare const IconYiDianZan: React.ForwardRefExoticComponent<Omit<IconYiDianZanProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
16
|
-
export default IconYiDianZan;
|
|
17
|
-
//# sourceMappingURL=IconYiDianZan.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconYiDianZan.d.ts","sourceRoot":"","sources":["../../../src/icons/IconYiDianZan.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,kBAAmB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IACjE,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,8EAA8E;IAC9E,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,aAAa,uGAkBzB,CAAC;AAIF,eAAe,aAAa,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
export interface IconYiShouCangProps extends SVGProps<SVGSVGElement> {
|
|
4
|
-
/** Icon size (width and height) */
|
|
5
|
-
size?: number | string;
|
|
6
|
-
/** Icon color (controls the main color, preserves white/light decorations) */
|
|
7
|
-
color?: string;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* IconYiShouCang icon component (multicolor)
|
|
11
|
-
*
|
|
12
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
13
|
-
* @param ref - Forwarded ref to the SVG element
|
|
14
|
-
*/
|
|
15
|
-
export declare const IconYiShouCang: React.ForwardRefExoticComponent<Omit<IconYiShouCangProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
16
|
-
export default IconYiShouCang;
|
|
17
|
-
//# sourceMappingURL=IconYiShouCang.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconYiShouCang.d.ts","sourceRoot":"","sources":["../../../src/icons/IconYiShouCang.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,mBAAoB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAClE,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,8EAA8E;IAC9E,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,cAAc,wGAkB1B,CAAC;AAIF,eAAe,cAAc,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
export interface IconYou1Props extends SVGProps<SVGSVGElement> {
|
|
4
|
-
/** Icon size (width and height) */
|
|
5
|
-
size?: number | string;
|
|
6
|
-
/** Icon color */
|
|
7
|
-
color?: string;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* IconYou1 icon component
|
|
11
|
-
*
|
|
12
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
13
|
-
* @param ref - Forwarded ref to the SVG element
|
|
14
|
-
*/
|
|
15
|
-
export declare const IconYou1: React.ForwardRefExoticComponent<Omit<IconYou1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
16
|
-
export default IconYou1;
|
|
17
|
-
//# sourceMappingURL=IconYou1.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconYou1.d.ts","sourceRoot":"","sources":["../../../src/icons/IconYou1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,aAAc,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC5D,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,kGAkBpB,CAAC;AAIF,eAAe,QAAQ,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
export interface IconZuo1Props extends SVGProps<SVGSVGElement> {
|
|
4
|
-
/** Icon size (width and height) */
|
|
5
|
-
size?: number | string;
|
|
6
|
-
/** Icon color */
|
|
7
|
-
color?: string;
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* IconZuo1 icon component
|
|
11
|
-
*
|
|
12
|
-
* @param props - Component props including size, color, and SVG attributes
|
|
13
|
-
* @param ref - Forwarded ref to the SVG element
|
|
14
|
-
*/
|
|
15
|
-
export declare const IconZuo1: React.ForwardRefExoticComponent<Omit<IconZuo1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
16
|
-
export default IconZuo1;
|
|
17
|
-
//# sourceMappingURL=IconZuo1.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconZuo1.d.ts","sourceRoot":"","sources":["../../../src/icons/IconZuo1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,aAAc,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC5D,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,kGAkBpB,CAAC;AAIF,eAAe,QAAQ,CAAC"}
|
package/svg/Frame-1261156667.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg fill="none" viewBox="0 0 29 19"><path fill="#FAFAFA" d="M-325.428-1359.65h375V176.93h-375z"/><path fill="white" d="M0 0h28.5v19H0z"/><path fill="#FF8A00" stroke="#FF8A00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.125" d="M5.625 3A4.125 4.125 0 0 0 1.5 7.125C1.5 11.25 6.375 15 9 15.872c2.625-.872 7.5-4.622 7.5-8.747A4.125 4.125 0 0 0 9 4.753 4.12 4.12 0 0 0 5.625 3"/><path fill="#525252" d="M25.605 4.361h.864V14h-1.107V5.711c-.607.621-1.363 1.053-2.268 1.323V5.927c.432-.121.891-.31 1.35-.58a5.6 5.6 0 0 0 1.161-.986"/></svg>
|
package/svg//345/217/2631.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg fill="none" viewBox="0 0 24 24"><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9.5 6 6 6-6 6"/></svg>
|
package/svg//345/267/2461.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg fill="none" viewBox="0 0 24 24"><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15.5 18-6-6 6-6"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg fill="none" viewBox="0 0 24 24"><path fill="white" d="M0 0h24v24H0z"/><path fill="#FCD34D" stroke="#FCD34D" stroke-linejoin="round" stroke-width="1.5" d="M12.9 4.317a1 1 0 0 0-1.793.004L9.175 8.265a1 1 0 0 1-.755.55l-4.418.64a1 1 0 0 0-.555 1.705l3.205 3.134a1 1 0 0 1 .286.888l-.755 4.297a1 1 0 0 0 1.455 1.056l3.89-2.075a1 1 0 0 1 .942 0l3.895 2.076a1 1 0 0 0 1.456-1.054l-.751-4.301a1 1 0 0 1 .285-.887l3.203-3.136a1 1 0 0 0-.556-1.704l-4.388-.64a1 1 0 0 1-.751-.545z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg fill="none" viewBox="0 0 24 24"><path fill="white" d="M0 0h24v24H0z"/><path fill="#FF8A00" stroke="#FF8A00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.5 3.418a5.5 5.5 0 0 0-5.5 5.5c0 5.5 6.5 10.5 10 11.664 3.5-1.163 10-6.164 10-11.664a5.5 5.5 0 0 0-10-3.163 5.5 5.5 0 0 0-4.5-2.337"/></svg>
|