@zleap-ai/icons 0.0.69 → 0.0.71

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.
Files changed (107) hide show
  1. package/README.md +32 -0
  2. package/dist/cjs/icons/IconDuoXuan.js +17 -0
  3. package/dist/cjs/icons/IconDuoXuan.js.map +1 -0
  4. package/dist/cjs/icons/IconSheZhi1.js +17 -0
  5. package/dist/cjs/icons/IconSheZhi1.js.map +1 -0
  6. package/dist/cjs/index.js +9 -9
  7. package/dist/cjs/index.js.map +1 -1
  8. package/dist/cjs/rn-component-generator.js +130 -0
  9. package/dist/cjs/rn-component-generator.js.map +1 -0
  10. package/dist/esm/icons/IconDuoXuan.js +14 -0
  11. package/dist/esm/icons/IconDuoXuan.js.map +1 -0
  12. package/dist/esm/icons/IconSheZhi1.js +14 -0
  13. package/dist/esm/icons/IconSheZhi1.js.map +1 -0
  14. package/dist/esm/index.js +6 -6
  15. package/dist/esm/index.js.map +1 -1
  16. package/dist/esm/rn-component-generator.js +126 -0
  17. package/dist/esm/rn-component-generator.js.map +1 -0
  18. package/dist/types/icons/{IconLianXiRen.d.ts → IconDuoXuan.d.ts} +5 -5
  19. package/dist/types/icons/IconDuoXuan.d.ts.map +1 -0
  20. package/dist/types/icons/IconSheZhi1.d.ts +17 -0
  21. package/dist/types/icons/IconSheZhi1.d.ts.map +1 -0
  22. package/dist/types/index.d.ts +4 -4
  23. package/dist/types/index.d.ts.map +1 -1
  24. package/dist/types/rn-component-generator.d.ts +4 -0
  25. package/dist/types/rn-component-generator.d.ts.map +1 -0
  26. package/icons.json +19 -19
  27. package/package.json +12 -2
  28. package/react-native/icons/IconAi.tsx +36 -0
  29. package/react-native/icons/IconAi1.tsx +36 -0
  30. package/react-native/icons/IconBack.tsx +53 -0
  31. package/react-native/icons/IconBianJi.tsx +53 -0
  32. package/react-native/icons/IconCaiJing.tsx +36 -0
  33. package/react-native/icons/IconCaiJing1.tsx +36 -0
  34. package/react-native/icons/IconCheck.tsx +53 -0
  35. package/react-native/icons/IconDuoXuan.tsx +53 -0
  36. package/react-native/icons/IconFenXiang.tsx +53 -0
  37. package/react-native/icons/IconFrame.tsx +36 -0
  38. package/react-native/icons/IconFuZhiLianJie.tsx +53 -0
  39. package/react-native/icons/IconGengDuo.tsx +53 -0
  40. package/react-native/icons/IconGengDuo1.tsx +53 -0
  41. package/react-native/icons/IconGouXuan.tsx +53 -0
  42. package/react-native/icons/IconGouXuanYiGouXuan.tsx +53 -0
  43. package/react-native/icons/IconGuanBi.tsx +53 -0
  44. package/react-native/icons/IconGuanBiXiao.tsx +53 -0
  45. package/react-native/icons/IconGuanBiYuLan.tsx +53 -0
  46. package/react-native/icons/IconHaoYou.tsx +53 -0
  47. package/react-native/icons/IconHuiDingBu.tsx +53 -0
  48. package/react-native/icons/IconJiaoYu.tsx +36 -0
  49. package/react-native/icons/IconJiaoYu1.tsx +36 -0
  50. package/react-native/icons/IconKeJi.tsx +36 -0
  51. package/react-native/icons/IconKeJi1.tsx +36 -0
  52. package/react-native/icons/IconLianJie.tsx +53 -0
  53. package/react-native/icons/IconLianXiRen.tsx +53 -0
  54. package/react-native/icons/IconLianXiRen1.tsx +53 -0
  55. package/react-native/icons/IconLianXiRen2.tsx +53 -0
  56. package/react-native/icons/IconLianXiRen3.tsx +53 -0
  57. package/react-native/icons/IconLike.tsx +53 -0
  58. package/react-native/icons/IconPingLun.tsx +53 -0
  59. package/react-native/icons/IconQiChe.tsx +36 -0
  60. package/react-native/icons/IconQiChe1.tsx +36 -0
  61. package/react-native/icons/IconSearch.tsx +53 -0
  62. package/react-native/icons/IconShanChuDELETE.tsx +53 -0
  63. package/react-native/icons/IconShangYe.tsx +36 -0
  64. package/react-native/icons/IconShangYe1.tsx +36 -0
  65. package/react-native/icons/IconShare.tsx +53 -0
  66. package/react-native/icons/IconSheZhi.tsx +53 -0
  67. package/react-native/icons/IconSheZhi1.tsx +53 -0
  68. package/react-native/icons/IconShouCang.tsx +53 -0
  69. package/react-native/icons/IconShouYe.tsx +53 -0
  70. package/react-native/icons/IconShuaXin.tsx +53 -0
  71. package/react-native/icons/IconSouSuo.tsx +53 -0
  72. package/react-native/icons/IconSuoDing.tsx +53 -0
  73. package/react-native/icons/IconTanSuo.tsx +53 -0
  74. package/react-native/icons/IconTiYu.tsx +36 -0
  75. package/react-native/icons/IconTongZhi.tsx +53 -0
  76. package/react-native/icons/IconTongZhi1.tsx +53 -0
  77. package/react-native/icons/IconWeiXinHaoYou.tsx +53 -0
  78. package/react-native/icons/IconWenDang.tsx +53 -0
  79. package/react-native/icons/IconWenHuaTiYu1.tsx +36 -0
  80. package/react-native/icons/IconXiaoXi.tsx +53 -0
  81. package/react-native/icons/IconYiDianZan1.tsx +53 -0
  82. package/react-native/icons/IconYiGouXuan.tsx +36 -0
  83. package/react-native/icons/IconYiShouCang1.tsx +53 -0
  84. package/react-native/icons/IconYou.tsx +53 -0
  85. package/react-native/icons/IconYuLan.tsx +53 -0
  86. package/react-native/icons/IconYuLan1.tsx +53 -0
  87. package/react-native/icons/IconYuLanGuanBi.tsx +53 -0
  88. package/react-native/icons/IconZengJia.tsx +53 -0
  89. package/react-native/icons/IconZengJia1.tsx +53 -0
  90. package/react-native/icons/IconZhanKai.tsx +53 -0
  91. package/react-native/icons/IconZhengQue.tsx +53 -0
  92. package/react-native/icons/IconZhiChang.tsx +36 -0
  93. package/react-native/icons/IconZhiChang1.tsx +36 -0
  94. package/react-native/icons/IconZhiShiKu.tsx +53 -0
  95. package/react-native/icons/IconZhuShou.tsx +53 -0
  96. package/react-native/icons/IconZhuShouGuanLi.tsx +53 -0
  97. package/react-native/icons/IconZuo.tsx +53 -0
  98. package/react-native/index.ts +214 -0
  99. package/svg//345/244/232/351/200/211.svg +1 -0
  100. package/svg//350/256/276/347/275/2561.svg +1 -0
  101. package/dist/cjs/icons/IconLianXiRen.js +0 -17
  102. package/dist/cjs/icons/IconLianXiRen.js.map +0 -1
  103. package/dist/esm/icons/IconLianXiRen.js +0 -14
  104. package/dist/esm/icons/IconLianXiRen.js.map +0 -1
  105. package/dist/types/icons/IconLianXiRen.d.ts.map +0 -1
  106. package/svg/Frame.svg +0 -1
  107. package/svg//350/201/224/347/263/273/344/272/272.svg +0 -1
@@ -1,17 +1,17 @@
1
1
  import React from 'react';
2
2
  import type { SVGProps } from 'react';
3
- export interface IconLianXiRenProps extends SVGProps<SVGSVGElement> {
3
+ export interface IconDuoXuanProps extends SVGProps<SVGSVGElement> {
4
4
  /** Icon size (width and height) */
5
5
  size?: number | string;
6
6
  /** Icon color */
7
7
  color?: string;
8
8
  }
9
9
  /**
10
- * IconLianXiRen icon component
10
+ * IconDuoXuan icon component
11
11
  *
12
12
  * @param props - Component props including size, color, and SVG attributes
13
13
  * @param ref - Forwarded ref to the SVG element
14
14
  */
15
- export declare const IconLianXiRen: React.ForwardRefExoticComponent<Omit<IconLianXiRenProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16
- export default IconLianXiRen;
17
- //# sourceMappingURL=IconLianXiRen.d.ts.map
15
+ export declare const IconDuoXuan: React.ForwardRefExoticComponent<Omit<IconDuoXuanProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16
+ export default IconDuoXuan;
17
+ //# sourceMappingURL=IconDuoXuan.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconDuoXuan.d.ts","sourceRoot":"","sources":["../../../src/icons/IconDuoXuan.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,gBAAiB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC/D,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,WAAW,qGAkBvB,CAAC;AAIF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ export interface IconSheZhi1Props extends SVGProps<SVGSVGElement> {
4
+ /** Icon size (width and height) */
5
+ size?: number | string;
6
+ /** Icon color */
7
+ color?: string;
8
+ }
9
+ /**
10
+ * IconSheZhi1 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 IconSheZhi1: React.ForwardRefExoticComponent<Omit<IconSheZhi1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
16
+ export default IconSheZhi1;
17
+ //# sourceMappingURL=IconSheZhi1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconSheZhi1.d.ts","sourceRoot":"","sources":["../../../src/icons/IconSheZhi1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,gBAAiB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC/D,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,WAAW,qGAkBvB,CAAC;AAIF,eAAe,WAAW,CAAC"}
@@ -11,8 +11,8 @@ export { IconBianJi, type IconBianJiProps } from './icons/IconBianJi';
11
11
  export { IconCaiJing, type IconCaiJingProps } from './icons/IconCaiJing';
12
12
  export { IconCaiJing1, type IconCaiJing1Props } from './icons/IconCaiJing1';
13
13
  export { IconCheck, type IconCheckProps } from './icons/IconCheck';
14
+ export { IconDuoXuan, type IconDuoXuanProps } from './icons/IconDuoXuan';
14
15
  export { IconFenXiang, type IconFenXiangProps } from './icons/IconFenXiang';
15
- export { IconFrame, type IconFrameProps } from './icons/IconFrame';
16
16
  export { IconFuZhiLianJie, type IconFuZhiLianJieProps } from './icons/IconFuZhiLianJie';
17
17
  export { IconGengDuo, type IconGengDuoProps } from './icons/IconGengDuo';
18
18
  export { IconGengDuo1, type IconGengDuo1Props } from './icons/IconGengDuo1';
@@ -28,7 +28,6 @@ export { IconJiaoYu1, type IconJiaoYu1Props } from './icons/IconJiaoYu1';
28
28
  export { IconKeJi, type IconKeJiProps } from './icons/IconKeJi';
29
29
  export { IconKeJi1, type IconKeJi1Props } from './icons/IconKeJi1';
30
30
  export { IconLianJie, type IconLianJieProps } from './icons/IconLianJie';
31
- export { IconLianXiRen, type IconLianXiRenProps } from './icons/IconLianXiRen';
32
31
  export { IconLianXiRen1, type IconLianXiRen1Props } from './icons/IconLianXiRen1';
33
32
  export { IconLianXiRen2, type IconLianXiRen2Props } from './icons/IconLianXiRen2';
34
33
  export { IconLianXiRen3, type IconLianXiRen3Props } from './icons/IconLianXiRen3';
@@ -42,6 +41,7 @@ export { IconShangYe, type IconShangYeProps } from './icons/IconShangYe';
42
41
  export { IconShangYe1, type IconShangYe1Props } from './icons/IconShangYe1';
43
42
  export { IconShare, type IconShareProps } from './icons/IconShare';
44
43
  export { IconSheZhi, type IconSheZhiProps } from './icons/IconSheZhi';
44
+ export { IconSheZhi1, type IconSheZhi1Props } from './icons/IconSheZhi1';
45
45
  export { IconShouCang, type IconShouCangProps } from './icons/IconShouCang';
46
46
  export { IconShouYe, type IconShouYeProps } from './icons/IconShouYe';
47
47
  export { IconShuaXin, type IconShuaXinProps } from './icons/IconShuaXin';
@@ -83,8 +83,8 @@ export declare const allIcons: {
83
83
  readonly IconCaiJing: import("react").ForwardRefExoticComponent<Omit<import(".").IconCaiJingProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
84
84
  readonly IconCaiJing1: import("react").ForwardRefExoticComponent<Omit<import(".").IconCaiJing1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
85
85
  readonly IconCheck: import("react").ForwardRefExoticComponent<Omit<import(".").IconCheckProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
86
+ readonly IconDuoXuan: import("react").ForwardRefExoticComponent<Omit<import(".").IconDuoXuanProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
86
87
  readonly IconFenXiang: import("react").ForwardRefExoticComponent<Omit<import(".").IconFenXiangProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
87
- readonly IconFrame: import("react").ForwardRefExoticComponent<Omit<import(".").IconFrameProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
88
88
  readonly IconFuZhiLianJie: import("react").ForwardRefExoticComponent<Omit<import(".").IconFuZhiLianJieProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
89
89
  readonly IconGengDuo: import("react").ForwardRefExoticComponent<Omit<import(".").IconGengDuoProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
90
90
  readonly IconGengDuo1: import("react").ForwardRefExoticComponent<Omit<import(".").IconGengDuo1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -100,7 +100,6 @@ export declare const allIcons: {
100
100
  readonly IconKeJi: import("react").ForwardRefExoticComponent<Omit<import(".").IconKeJiProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
101
101
  readonly IconKeJi1: import("react").ForwardRefExoticComponent<Omit<import(".").IconKeJi1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
102
102
  readonly IconLianJie: import("react").ForwardRefExoticComponent<Omit<import(".").IconLianJieProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
103
- readonly IconLianXiRen: import("react").ForwardRefExoticComponent<Omit<import(".").IconLianXiRenProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
104
103
  readonly IconLianXiRen1: import("react").ForwardRefExoticComponent<Omit<import(".").IconLianXiRen1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
105
104
  readonly IconLianXiRen2: import("react").ForwardRefExoticComponent<Omit<import(".").IconLianXiRen2Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
106
105
  readonly IconLianXiRen3: import("react").ForwardRefExoticComponent<Omit<import(".").IconLianXiRen3Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -114,6 +113,7 @@ export declare const allIcons: {
114
113
  readonly IconShangYe1: import("react").ForwardRefExoticComponent<Omit<import(".").IconShangYe1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
115
114
  readonly IconShare: import("react").ForwardRefExoticComponent<Omit<import(".").IconShareProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
116
115
  readonly IconSheZhi: import("react").ForwardRefExoticComponent<Omit<import(".").IconSheZhiProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
116
+ readonly IconSheZhi1: import("react").ForwardRefExoticComponent<Omit<import(".").IconSheZhi1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
117
117
  readonly IconShouCang: import("react").ForwardRefExoticComponent<Omit<import(".").IconShouCangProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
118
118
  readonly IconShouYe: import("react").ForwardRefExoticComponent<Omit<import(".").IconShouYeProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
119
119
  readonly IconShuaXin: import("react").ForwardRefExoticComponent<Omit<import(".").IconShuaXinProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ import type { IconMetadata, ComponentTemplate } from './types';
2
+ export declare function generateReactNativeComponent(icon: IconMetadata): ComponentTemplate;
3
+ export declare function generateReactNativeIndex(components: ComponentTemplate[]): string;
4
+ //# sourceMappingURL=rn-component-generator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rn-component-generator.d.ts","sourceRoot":"","sources":["../../src/rn-component-generator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAuC9D,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,YAAY,GAAG,iBAAiB,CAuElF;AAED,wBAAgB,wBAAwB,CAAC,UAAU,EAAE,iBAAiB,EAAE,GAAG,MAAM,CA+BhF"}
package/icons.json CHANGED
@@ -1,18 +1,29 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2026-03-19T10:23:14.454Z",
3
+ "generatedAt": "2026-03-25T12:28:08.465Z",
4
4
  "totalCount": 68,
5
5
  "icons": [
6
6
  {
7
- "name": "IconFrame",
8
- "originalName": "Frame",
9
- "svgPath": "svg/Frame.svg",
10
- "componentPath": "src/icons/IconFrame.tsx",
7
+ "name": "IconSheZhi1",
8
+ "originalName": "设置1",
9
+ "svgPath": "svg/设置1.svg",
10
+ "componentPath": "src/icons/IconSheZhi1.tsx",
11
11
  "size": {
12
- "width": 64,
13
- "height": 64
12
+ "width": 24,
13
+ "height": 24
14
+ },
15
+ "createdAt": "2026-03-25T12:28:08.453Z"
16
+ },
17
+ {
18
+ "name": "IconDuoXuan",
19
+ "originalName": "多选",
20
+ "svgPath": "svg/多选.svg",
21
+ "componentPath": "src/icons/IconDuoXuan.tsx",
22
+ "size": {
23
+ "width": 24,
24
+ "height": 24
14
25
  },
15
- "createdAt": "2026-03-19T10:23:14.425Z"
26
+ "createdAt": "2026-03-25T12:28:08.445Z"
16
27
  },
17
28
  {
18
29
  "name": "IconHaoYou",
@@ -289,17 +300,6 @@
289
300
  },
290
301
  "createdAt": "2026-03-09T10:10:02.087Z"
291
302
  },
292
- {
293
- "name": "IconLianXiRen",
294
- "originalName": "联系人",
295
- "svgPath": "svg/联系人.svg",
296
- "componentPath": "src/icons/IconLianXiRen.tsx",
297
- "size": {
298
- "width": 24,
299
- "height": 24
300
- },
301
- "createdAt": "2026-03-09T10:08:49.241Z"
302
- },
303
303
  {
304
304
  "name": "IconYuLan1",
305
305
  "originalName": "预览1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zleap-ai/icons",
3
- "version": "0.0.69",
3
+ "version": "0.0.71",
4
4
  "description": "Icon library auto-generated from Figma",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,11 +16,14 @@
16
16
  "require": "./dist/cjs/index.js",
17
17
  "types": "./dist/types/index.d.ts"
18
18
  },
19
+ "./react-native": "./react-native/index.ts",
20
+ "./react-native/*": "./react-native/*",
19
21
  "./svg/*": "./svg/*",
20
22
  "./sprite": "./sprite/icons.svg"
21
23
  },
22
24
  "files": [
23
25
  "dist",
26
+ "react-native",
24
27
  "svg",
25
28
  "sprite",
26
29
  "icons.json"
@@ -30,6 +33,7 @@
30
33
  "validate-icons": "tsx scripts/validate-icons.ts",
31
34
  "transform-svg": "tsx scripts/transform-svg.ts",
32
35
  "generate-components": "tsx scripts/generate-components.ts",
36
+ "generate-rn-components": "tsx scripts/generate-rn-components.ts",
33
37
  "generate-outputs": "tsx scripts/generate-outputs.ts",
34
38
  "generate-changelog": "tsx scripts/generate-changelog.ts",
35
39
  "build": "npm run build:esm && npm run build:cjs && npm run build:types",
@@ -45,7 +49,13 @@
45
49
  "test:coverage": "vitest run --coverage"
46
50
  },
47
51
  "peerDependencies": {
48
- "react": ">=16.8.0"
52
+ "react": ">=16.8.0",
53
+ "react-native-svg": ">=13.0.0"
54
+ },
55
+ "peerDependenciesMeta": {
56
+ "react-native-svg": {
57
+ "optional": true
58
+ }
49
59
  },
50
60
  "devDependencies": {
51
61
  "@types/node": "^20.0.0",
@@ -0,0 +1,36 @@
1
+ import React, { forwardRef, useMemo } from 'react'
2
+ import type { ComponentProps } from 'react'
3
+ import { SvgXml } from 'react-native-svg'
4
+
5
+ export interface IconAiProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconAi = forwardRef<unknown, IconAiProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 36 36"><rect width="132.6" height="87.6" x="-48.3" y="-9.8" stroke="#DDDDDD" stroke-width=".4" rx="11.8"/><g opacity=".8"><path fill="#0D131A" d="M36 19.521 32.657 36h-3.882l3.345-16.48z"/><path fill="#0D131A" d="M27.188 36h-3.952l-.233-2.592h-4.934L16.783 36h-4.139l9.073-16.478h3.016zm-4.49-5.716-.514-4.86-2.525 4.86z"/><path fill="#8D8F91" d="M11.346 13.578c.083-.433.71-.433.792 0l.376 1.965a4.01 4.01 0 0 0 3.21 3.178l1.985.371c.438.082.438.702 0 .784l-1.985.372a4.01 4.01 0 0 0-3.21 3.178l-.376 1.965c-.082.433-.709.433-.792 0l-.375-1.965a4.01 4.01 0 0 0-3.21-3.178l-1.986-.372c-.437-.082-.437-.702 0-.784l1.985-.371a4.01 4.01 0 0 0 3.21-3.178z"/><path fill="#8D8F91" d="M22.903 8.392c.06-.309.507-.309.566 0l.268 1.404a2.86 2.86 0 0 0 2.293 2.27l1.418.265c.313.059.313.502 0 .56l-1.418.266a2.86 2.86 0 0 0-2.293 2.27l-.268 1.403c-.06.31-.507.31-.566 0l-.268-1.403a2.86 2.86 0 0 0-2.293-2.27l-1.418-.266c-.313-.058-.313-.501 0-.56l1.418-.265a2.86 2.86 0 0 0 2.293-2.27z"/><rect width="35.6" height="35.6" x=".2" y=".2" stroke="#D1D5DA" stroke-width=".4" rx="11.8"/></g></svg>`,
14
+ [],
15
+ )
16
+
17
+ const xml = useMemo(() => {
18
+ return baseXml
19
+ }, [baseXml, color])
20
+
21
+ return (
22
+ <SvgXml
23
+ ref={ref as never}
24
+ xml={xml}
25
+ width={size}
26
+ height={size}
27
+ viewBox="0 0 36 36"
28
+ {...props}
29
+ />
30
+ )
31
+ },
32
+ )
33
+
34
+ IconAi.displayName = 'IconAi'
35
+
36
+ export default IconAi
@@ -0,0 +1,36 @@
1
+ import React, { forwardRef, useMemo } from 'react'
2
+ import type { ComponentProps } from 'react'
3
+ import { SvgXml } from 'react-native-svg'
4
+
5
+ export interface IconAi1Props extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconAi1 = forwardRef<unknown, IconAi1Props>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 36 36"><rect width="132" height="87" x="-48" y="-9.5" stroke="#FF8D28" rx="11.5"/><g opacity=".8"><rect width="36" height="36" fill="#B0D1FE" rx="12"/><path fill="#0464E4" fill-rule="evenodd" d="M27.287 36H23.38l-.231-2.563H18.27L16.999 36h-4.09l8.968-16.292h2.983zm5.408 0h-3.837l3.305-16.292H36zm-12.852-5.652h3.005l-.508-4.805zm-8.218-16.516c.082-.429.702-.429.784 0l.37 1.942a3.96 3.96 0 0 0 3.175 3.142l1.962.368c.433.081.433.693 0 .774l-1.963.368a3.96 3.96 0 0 0-3.173 3.142l-.371 1.942c-.082.428-.702.428-.784 0l-.37-1.942a3.965 3.965 0 0 0-3.176-3.142l-1.961-.368c-.433-.08-.433-.693 0-.774l1.961-.368a3.965 3.965 0 0 0 3.175-3.142zM23.05 8.705c.059-.306.501-.306.56 0l.265 1.387a2.83 2.83 0 0 0 2.267 2.244l1.402.263c.309.058.31.496 0 .554l-1.402.262a2.83 2.83 0 0 0-2.267 2.244l-.265 1.388c-.059.305-.501.305-.56 0l-.265-1.388a2.83 2.83 0 0 0-2.267-2.244l-1.401-.262c-.31-.058-.31-.496 0-.554l1.401-.263a2.83 2.83 0 0 0 2.267-2.244z" clip-rule="evenodd"/></g></svg>`,
14
+ [],
15
+ )
16
+
17
+ const xml = useMemo(() => {
18
+ return baseXml
19
+ }, [baseXml, color])
20
+
21
+ return (
22
+ <SvgXml
23
+ ref={ref as never}
24
+ xml={xml}
25
+ width={size}
26
+ height={size}
27
+ viewBox="0 0 36 36"
28
+ {...props}
29
+ />
30
+ )
31
+ },
32
+ )
33
+
34
+ IconAi1.displayName = 'IconAi1'
35
+
36
+ export default IconAi1
@@ -0,0 +1,53 @@
1
+ import React, { forwardRef, useMemo } from 'react'
2
+ import type { ComponentProps } from 'react'
3
+ import { SvgXml } from 'react-native-svg'
4
+
5
+ export interface IconBackProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconBack = forwardRef<unknown, IconBackProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path stroke="#4A4A4A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m15.5 18-6-6 6-6"/></svg>`,
14
+ [],
15
+ )
16
+
17
+ const xml = useMemo(() => {
18
+ if (!color) return baseXml
19
+ return baseXml.replace(
20
+ /(fill|stroke)="([^"]+)"/gi,
21
+ (_match, attr, value) => {
22
+ const normalized = String(value).toLowerCase().replace(/\s/g, '')
23
+ if (
24
+ normalized === 'none' ||
25
+ normalized === 'currentcolor' ||
26
+ normalized === 'white' ||
27
+ normalized === '#fff' ||
28
+ normalized === '#ffffff' ||
29
+ normalized.startsWith('url(')
30
+ ) {
31
+ return `${attr}="${value}"`
32
+ }
33
+ return `${attr}="${color}"`
34
+ },
35
+ )
36
+ }, [baseXml, color])
37
+
38
+ return (
39
+ <SvgXml
40
+ ref={ref as never}
41
+ xml={xml}
42
+ width={size}
43
+ height={size}
44
+ viewBox="0 0 24 24"
45
+ {...props}
46
+ />
47
+ )
48
+ },
49
+ )
50
+
51
+ IconBack.displayName = 'IconBack'
52
+
53
+ export default IconBack
@@ -0,0 +1,53 @@
1
+ import React, { forwardRef, useMemo } from 'react'
2
+ import type { ComponentProps } from 'react'
3
+ import { SvgXml } from 'react-native-svg'
4
+
5
+ export interface IconBianJiProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconBianJi = forwardRef<unknown, IconBianJiProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.5 21h18"/><path stroke="#0D131A" stroke-linejoin="round" stroke-width="1.5" d="M5.5 13.36V17h3.659L19.5 6.654 15.848 3z"/></svg>`,
14
+ [],
15
+ )
16
+
17
+ const xml = useMemo(() => {
18
+ if (!color) return baseXml
19
+ return baseXml.replace(
20
+ /(fill|stroke)="([^"]+)"/gi,
21
+ (_match, attr, value) => {
22
+ const normalized = String(value).toLowerCase().replace(/\s/g, '')
23
+ if (
24
+ normalized === 'none' ||
25
+ normalized === 'currentcolor' ||
26
+ normalized === 'white' ||
27
+ normalized === '#fff' ||
28
+ normalized === '#ffffff' ||
29
+ normalized.startsWith('url(')
30
+ ) {
31
+ return `${attr}="${value}"`
32
+ }
33
+ return `${attr}="${color}"`
34
+ },
35
+ )
36
+ }, [baseXml, color])
37
+
38
+ return (
39
+ <SvgXml
40
+ ref={ref as never}
41
+ xml={xml}
42
+ width={size}
43
+ height={size}
44
+ viewBox="0 0 24 24"
45
+ {...props}
46
+ />
47
+ )
48
+ },
49
+ )
50
+
51
+ IconBianJi.displayName = 'IconBianJi'
52
+
53
+ export default IconBianJi
@@ -0,0 +1,36 @@
1
+ import React, { forwardRef, useMemo } from 'react'
2
+ import type { ComponentProps } from 'react'
3
+ import { SvgXml } from 'react-native-svg'
4
+
5
+ export interface IconCaiJingProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconCaiJing = forwardRef<unknown, IconCaiJingProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 36 36"><rect width="129" height="87" x="-46.5" y="-9.5" stroke="#FF8D28" rx="11.5"/><rect width="36" height="36" fill="#D1D5DA" rx="12"/><path fill="black" d="M22.879 22.799a1.4 1.4 0 0 1-.595-.193l-3.627-2.654a2.4 2.4 0 0 0-2.8-.025l-7.56 5.328a1.2 1.2 0 0 0-.508.981v6.6A3.164 3.164 0 0 0 10.954 36h23.168a3.164 3.164 0 0 0 3.164-3.165v-16.95a1.2 1.2 0 0 0-1.867-.998l-11.526 7.72a1.47 1.47 0 0 1-1.014.192"/><path fill="white" d="m9.863 21.423 7.19-4.925 5.158 3.807c.194.11.411.184.63.196a1.6 1.6 0 0 0 1.04-.196l12.735-8.633a1.64 1.64 0 0 0 .823-2.162 1.68 1.68 0 0 0-1.464-.982h-8.087c-.896 0-1.61.724-1.61 1.633s.715 1.633 1.61 1.633h2.736l-7.53 5.134-5.156-3.807a1.53 1.53 0 0 0-1.041-.197c-.23.012-.448.086-.642.197l-8.002 5.465c-.75.466-.98 1.486-.52 2.272.448.712 1.38.957 2.13.564"/></svg>`,
14
+ [],
15
+ )
16
+
17
+ const xml = useMemo(() => {
18
+ return baseXml
19
+ }, [baseXml, color])
20
+
21
+ return (
22
+ <SvgXml
23
+ ref={ref as never}
24
+ xml={xml}
25
+ width={size}
26
+ height={size}
27
+ viewBox="0 0 36 36"
28
+ {...props}
29
+ />
30
+ )
31
+ },
32
+ )
33
+
34
+ IconCaiJing.displayName = 'IconCaiJing'
35
+
36
+ export default IconCaiJing
@@ -0,0 +1,36 @@
1
+ import React, { forwardRef, useMemo } from 'react'
2
+ import type { ComponentProps } from 'react'
3
+ import { SvgXml } from 'react-native-svg'
4
+
5
+ export interface IconCaiJing1Props extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconCaiJing1 = forwardRef<unknown, IconCaiJing1Props>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 36 36"><rect width="129.6" height="87.6" x="-46.8" y="-9.8" stroke="#DDDDDD" stroke-width=".4" rx="11.8"/><path fill="#54575B" d="M22.455 23.275a1.35 1.35 0 0 1-.573-.186l-3.446-2.522a2.4 2.4 0 0 0-2.8-.025L8.418 25.63a1.2 1.2 0 0 0-.509.98v6.34A3.05 3.05 0 0 0 10.96 36h22.333a3.05 3.05 0 0 0 3.051-3.05V16.69a1.2 1.2 0 0 0-1.868-.997L23.433 23.09c-.287.169-.64.253-.978.186"/><path fill="#8D8F91" d="m9.91 22.001 6.932-4.747 4.97 3.67c.187.106.397.177.607.19.35.046.712-.013 1.004-.19L35.7 12.6a1.58 1.58 0 0 0 .794-2.083 1.62 1.62 0 0 0-1.412-.947h-7.795c-.864 0-1.552.698-1.552 1.574s.688 1.575 1.552 1.575h2.637l-7.258 4.948-4.971-3.67a1.47 1.47 0 0 0-1.004-.19 1.4 1.4 0 0 0-.619.19l-7.713 5.268c-.723.45-.945 1.433-.502 2.19A1.57 1.57 0 0 0 9.911 22"/><rect width="35.76" height="35.76" x=".12" y=".12" stroke="#D1D5DA" stroke-width=".24" rx="11.88"/></svg>`,
14
+ [],
15
+ )
16
+
17
+ const xml = useMemo(() => {
18
+ return baseXml
19
+ }, [baseXml, color])
20
+
21
+ return (
22
+ <SvgXml
23
+ ref={ref as never}
24
+ xml={xml}
25
+ width={size}
26
+ height={size}
27
+ viewBox="0 0 36 36"
28
+ {...props}
29
+ />
30
+ )
31
+ },
32
+ )
33
+
34
+ IconCaiJing1.displayName = 'IconCaiJing1'
35
+
36
+ export default IconCaiJing1
@@ -0,0 +1,53 @@
1
+ import React, { forwardRef, useMemo } from 'react'
2
+ import type { ComponentProps } from 'react'
3
+ import { SvgXml } from 'react-native-svg'
4
+
5
+ export interface IconCheckProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconCheck = forwardRef<unknown, IconCheckProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path stroke="#4A4A4A" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m20 6.5-11 11-5-5"/></svg>`,
14
+ [],
15
+ )
16
+
17
+ const xml = useMemo(() => {
18
+ if (!color) return baseXml
19
+ return baseXml.replace(
20
+ /(fill|stroke)="([^"]+)"/gi,
21
+ (_match, attr, value) => {
22
+ const normalized = String(value).toLowerCase().replace(/\s/g, '')
23
+ if (
24
+ normalized === 'none' ||
25
+ normalized === 'currentcolor' ||
26
+ normalized === 'white' ||
27
+ normalized === '#fff' ||
28
+ normalized === '#ffffff' ||
29
+ normalized.startsWith('url(')
30
+ ) {
31
+ return `${attr}="${value}"`
32
+ }
33
+ return `${attr}="${color}"`
34
+ },
35
+ )
36
+ }, [baseXml, color])
37
+
38
+ return (
39
+ <SvgXml
40
+ ref={ref as never}
41
+ xml={xml}
42
+ width={size}
43
+ height={size}
44
+ viewBox="0 0 24 24"
45
+ {...props}
46
+ />
47
+ )
48
+ },
49
+ )
50
+
51
+ IconCheck.displayName = 'IconCheck'
52
+
53
+ export default IconCheck
@@ -0,0 +1,53 @@
1
+ import React, { forwardRef, useMemo } from 'react'
2
+ import type { ComponentProps } from 'react'
3
+ import { SvgXml } from 'react-native-svg'
4
+
5
+ export interface IconDuoXuanProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconDuoXuan = forwardRef<unknown, IconDuoXuanProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 12h12"/><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 19h12"/><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 5h12"/><path stroke="#0D131A" stroke-linejoin="round" stroke-width="1.5" d="M6 17H2v4h4z"/><path stroke="#0D131A" stroke-linejoin="round" stroke-width="1.5" d="M6 10H2v4h4z"/><path stroke="#0D131A" stroke-linejoin="round" stroke-width="1.5" d="M6 3H2v4h4z"/></svg>`,
14
+ [],
15
+ )
16
+
17
+ const xml = useMemo(() => {
18
+ if (!color) return baseXml
19
+ return baseXml.replace(
20
+ /(fill|stroke)="([^"]+)"/gi,
21
+ (_match, attr, value) => {
22
+ const normalized = String(value).toLowerCase().replace(/\s/g, '')
23
+ if (
24
+ normalized === 'none' ||
25
+ normalized === 'currentcolor' ||
26
+ normalized === 'white' ||
27
+ normalized === '#fff' ||
28
+ normalized === '#ffffff' ||
29
+ normalized.startsWith('url(')
30
+ ) {
31
+ return `${attr}="${value}"`
32
+ }
33
+ return `${attr}="${color}"`
34
+ },
35
+ )
36
+ }, [baseXml, color])
37
+
38
+ return (
39
+ <SvgXml
40
+ ref={ref as never}
41
+ xml={xml}
42
+ width={size}
43
+ height={size}
44
+ viewBox="0 0 24 24"
45
+ {...props}
46
+ />
47
+ )
48
+ },
49
+ )
50
+
51
+ IconDuoXuan.displayName = 'IconDuoXuan'
52
+
53
+ export default IconDuoXuan