@zleap-ai/icons 0.0.80 → 0.0.84

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 (57) hide show
  1. package/dist/cjs/icons/IconBoFang.js +17 -0
  2. package/dist/cjs/icons/IconBoFang.js.map +1 -0
  3. package/dist/cjs/icons/IconLuYin.js +17 -0
  4. package/dist/cjs/icons/IconLuYin.js.map +1 -0
  5. package/dist/cjs/icons/IconPlay.js +17 -0
  6. package/dist/cjs/icons/IconPlay.js.map +1 -0
  7. package/dist/cjs/icons/IconYinFu.js +17 -0
  8. package/dist/cjs/icons/IconYinFu.js.map +1 -0
  9. package/dist/cjs/icons/IconYinPin.js +17 -0
  10. package/dist/cjs/icons/IconYinPin.js.map +1 -0
  11. package/dist/cjs/icons/IconYinPin1.js +17 -0
  12. package/dist/cjs/icons/IconYinPin1.js.map +1 -0
  13. package/dist/cjs/index.js +26 -2
  14. package/dist/cjs/index.js.map +1 -1
  15. package/dist/esm/icons/IconBoFang.js +14 -0
  16. package/dist/esm/icons/IconBoFang.js.map +1 -0
  17. package/dist/esm/icons/IconLuYin.js +14 -0
  18. package/dist/esm/icons/IconLuYin.js.map +1 -0
  19. package/dist/esm/icons/IconPlay.js +14 -0
  20. package/dist/esm/icons/IconPlay.js.map +1 -0
  21. package/dist/esm/icons/IconYinFu.js +14 -0
  22. package/dist/esm/icons/IconYinFu.js.map +1 -0
  23. package/dist/esm/icons/IconYinPin.js +14 -0
  24. package/dist/esm/icons/IconYinPin.js.map +1 -0
  25. package/dist/esm/icons/IconYinPin1.js +14 -0
  26. package/dist/esm/icons/IconYinPin1.js.map +1 -0
  27. package/dist/esm/index.js +18 -0
  28. package/dist/esm/index.js.map +1 -1
  29. package/dist/types/icons/IconBoFang.d.ts +17 -0
  30. package/dist/types/icons/IconBoFang.d.ts.map +1 -0
  31. package/dist/types/icons/IconLuYin.d.ts +17 -0
  32. package/dist/types/icons/IconLuYin.d.ts.map +1 -0
  33. package/dist/types/icons/IconPlay.d.ts +17 -0
  34. package/dist/types/icons/IconPlay.d.ts.map +1 -0
  35. package/dist/types/icons/IconYinFu.d.ts +17 -0
  36. package/dist/types/icons/IconYinFu.d.ts.map +1 -0
  37. package/dist/types/icons/IconYinPin.d.ts +17 -0
  38. package/dist/types/icons/IconYinPin.d.ts.map +1 -0
  39. package/dist/types/icons/IconYinPin1.d.ts +17 -0
  40. package/dist/types/icons/IconYinPin1.d.ts.map +1 -0
  41. package/dist/types/index.d.ts +12 -0
  42. package/dist/types/index.d.ts.map +1 -1
  43. package/icons.json +68 -2
  44. package/package.json +1 -1
  45. package/react-native/icons/IconBoFang.tsx +53 -0
  46. package/react-native/icons/IconLuYin.tsx +53 -0
  47. package/react-native/icons/IconPlay.tsx +53 -0
  48. package/react-native/icons/IconYinFu.tsx +53 -0
  49. package/react-native/icons/IconYinPin.tsx +53 -0
  50. package/react-native/icons/IconYinPin1.tsx +53 -0
  51. package/react-native/index.ts +18 -0
  52. package/svg/play.svg +1 -0
  53. package/svg//345/275/225/351/237/263.svg +1 -0
  54. package/svg//346/222/255/346/224/276.svg +1 -0
  55. package/svg//351/237/263/347/254/246.svg +1 -0
  56. package/svg//351/237/263/351/242/221.svg +1 -0
  57. package/svg//351/237/263/351/242/2211.svg +1 -0
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ export interface IconYinFuProps extends SVGProps<SVGSVGElement> {
4
+ /** Icon size (width and height) */
5
+ size?: number | string;
6
+ /** Icon color */
7
+ color?: string;
8
+ }
9
+ /**
10
+ * IconYinFu 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 IconYinFu: React.ForwardRefExoticComponent<Omit<IconYinFuProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16
+ export default IconYinFu;
17
+ //# sourceMappingURL=IconYinFu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconYinFu.d.ts","sourceRoot":"","sources":["../../../src/icons/IconYinFu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,cAAe,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC7D,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,SAAS,mGAkBrB,CAAC;AAIF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ export interface IconYinPinProps extends SVGProps<SVGSVGElement> {
4
+ /** Icon size (width and height) */
5
+ size?: number | string;
6
+ /** Icon color */
7
+ color?: string;
8
+ }
9
+ /**
10
+ * IconYinPin 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 IconYinPin: React.ForwardRefExoticComponent<Omit<IconYinPinProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16
+ export default IconYinPin;
17
+ //# sourceMappingURL=IconYinPin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconYinPin.d.ts","sourceRoot":"","sources":["../../../src/icons/IconYinPin.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,WAAW,eAAgB,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC9D,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;;;;GAKG;AACH,eAAO,MAAM,UAAU,oGAkBtB,CAAC;AAIF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ export interface IconYinPin1Props extends SVGProps<SVGSVGElement> {
4
+ /** Icon size (width and height) */
5
+ size?: number | string;
6
+ /** Icon color */
7
+ color?: string;
8
+ }
9
+ /**
10
+ * IconYinPin1 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 IconYinPin1: React.ForwardRefExoticComponent<Omit<IconYinPin1Props, "ref"> & React.RefAttributes<SVGSVGElement>>;
16
+ export default IconYinPin1;
17
+ //# sourceMappingURL=IconYinPin1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconYinPin1.d.ts","sourceRoot":"","sources":["../../../src/icons/IconYinPin1.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"}
@@ -8,6 +8,7 @@ export { IconAi, type IconAiProps } from './icons/IconAi';
8
8
  export { IconAi1, type IconAi1Props } from './icons/IconAi1';
9
9
  export { IconBack, type IconBackProps } from './icons/IconBack';
10
10
  export { IconBianJi, type IconBianJiProps } from './icons/IconBianJi';
11
+ export { IconBoFang, type IconBoFangProps } from './icons/IconBoFang';
11
12
  export { IconCaiJing, type IconCaiJingProps } from './icons/IconCaiJing';
12
13
  export { IconCaiJing1, type IconCaiJing1Props } from './icons/IconCaiJing1';
13
14
  export { IconCheck, type IconCheckProps } from './icons/IconCheck';
@@ -36,8 +37,10 @@ export { IconLianXiRen1, type IconLianXiRen1Props } from './icons/IconLianXiRen1
36
37
  export { IconLianXiRen2, type IconLianXiRen2Props } from './icons/IconLianXiRen2';
37
38
  export { IconLianXiRen3, type IconLianXiRen3Props } from './icons/IconLianXiRen3';
38
39
  export { IconLike, type IconLikeProps } from './icons/IconLike';
40
+ export { IconLuYin, type IconLuYinProps } from './icons/IconLuYin';
39
41
  export { IconNotificationsSharp, type IconNotificationsSharpProps } from './icons/IconNotificationsSharp';
40
42
  export { IconPingLun, type IconPingLunProps } from './icons/IconPingLun';
43
+ export { IconPlay, type IconPlayProps } from './icons/IconPlay';
41
44
  export { IconQiChe, type IconQiCheProps } from './icons/IconQiChe';
42
45
  export { IconQiChe1, type IconQiChe1Props } from './icons/IconQiChe1';
43
46
  export { IconQingChuYiDu, type IconQingChuYiDuProps } from './icons/IconQingChuYiDu';
@@ -67,6 +70,9 @@ export { IconXiaoXi, type IconXiaoXiProps } from './icons/IconXiaoXi';
67
70
  export { IconYiBoHui, type IconYiBoHuiProps } from './icons/IconYiBoHui';
68
71
  export { IconYiDianZan1, type IconYiDianZan1Props } from './icons/IconYiDianZan1';
69
72
  export { IconYiGouXuan, type IconYiGouXuanProps } from './icons/IconYiGouXuan';
73
+ export { IconYinFu, type IconYinFuProps } from './icons/IconYinFu';
74
+ export { IconYinPin, type IconYinPinProps } from './icons/IconYinPin';
75
+ export { IconYinPin1, type IconYinPin1Props } from './icons/IconYinPin1';
70
76
  export { IconYiShouCang1, type IconYiShouCang1Props } from './icons/IconYiShouCang1';
71
77
  export { IconYiTongGuo, type IconYiTongGuoProps } from './icons/IconYiTongGuo';
72
78
  export { IconYou, type IconYouProps } from './icons/IconYou';
@@ -91,6 +97,7 @@ export declare const allIcons: {
91
97
  readonly IconAi1: import("react").ForwardRefExoticComponent<Omit<import(".").IconAi1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
92
98
  readonly IconBack: import("react").ForwardRefExoticComponent<Omit<import(".").IconBackProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
93
99
  readonly IconBianJi: import("react").ForwardRefExoticComponent<Omit<import(".").IconBianJiProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
100
+ readonly IconBoFang: import("react").ForwardRefExoticComponent<Omit<import(".").IconBoFangProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
94
101
  readonly IconCaiJing: import("react").ForwardRefExoticComponent<Omit<import(".").IconCaiJingProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
95
102
  readonly IconCaiJing1: import("react").ForwardRefExoticComponent<Omit<import(".").IconCaiJing1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
96
103
  readonly IconCheck: import("react").ForwardRefExoticComponent<Omit<import(".").IconCheckProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -119,8 +126,10 @@ export declare const allIcons: {
119
126
  readonly IconLianXiRen2: import("react").ForwardRefExoticComponent<Omit<import(".").IconLianXiRen2Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
120
127
  readonly IconLianXiRen3: import("react").ForwardRefExoticComponent<Omit<import(".").IconLianXiRen3Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
121
128
  readonly IconLike: import("react").ForwardRefExoticComponent<Omit<import(".").IconLikeProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
129
+ readonly IconLuYin: import("react").ForwardRefExoticComponent<Omit<import(".").IconLuYinProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
122
130
  readonly IconNotificationsSharp: import("react").ForwardRefExoticComponent<Omit<import(".").IconNotificationsSharpProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
123
131
  readonly IconPingLun: import("react").ForwardRefExoticComponent<Omit<import(".").IconPingLunProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
132
+ readonly IconPlay: import("react").ForwardRefExoticComponent<Omit<import(".").IconPlayProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
124
133
  readonly IconQiChe: import("react").ForwardRefExoticComponent<Omit<import(".").IconQiCheProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
125
134
  readonly IconQiChe1: import("react").ForwardRefExoticComponent<Omit<import(".").IconQiChe1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
126
135
  readonly IconQingChuYiDu: import("react").ForwardRefExoticComponent<Omit<import(".").IconQingChuYiDuProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
@@ -150,6 +159,9 @@ export declare const allIcons: {
150
159
  readonly IconYiBoHui: import("react").ForwardRefExoticComponent<Omit<import(".").IconYiBoHuiProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
151
160
  readonly IconYiDianZan1: import("react").ForwardRefExoticComponent<Omit<import(".").IconYiDianZan1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
152
161
  readonly IconYiGouXuan: import("react").ForwardRefExoticComponent<Omit<import(".").IconYiGouXuanProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
162
+ readonly IconYinFu: import("react").ForwardRefExoticComponent<Omit<import(".").IconYinFuProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
163
+ readonly IconYinPin: import("react").ForwardRefExoticComponent<Omit<import(".").IconYinPinProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
164
+ readonly IconYinPin1: import("react").ForwardRefExoticComponent<Omit<import(".").IconYinPin1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
153
165
  readonly IconYiShouCang1: import("react").ForwardRefExoticComponent<Omit<import(".").IconYiShouCang1Props, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
154
166
  readonly IconYiTongGuo: import("react").ForwardRefExoticComponent<Omit<import(".").IconYiTongGuoProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
155
167
  readonly IconYou: import("react").ForwardRefExoticComponent<Omit<import(".").IconYouProps, "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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"}
package/icons.json CHANGED
@@ -1,8 +1,74 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2026-05-19T03:08:22.536Z",
4
- "totalCount": 79,
3
+ "generatedAt": "2026-05-20T07:54:55.394Z",
4
+ "totalCount": 85,
5
5
  "icons": [
6
+ {
7
+ "name": "IconBoFang",
8
+ "originalName": "播放",
9
+ "svgPath": "svg/播放.svg",
10
+ "componentPath": "src/icons/IconBoFang.tsx",
11
+ "size": {
12
+ "width": 24,
13
+ "height": 24
14
+ },
15
+ "createdAt": "2026-05-20T07:28:16.061Z"
16
+ },
17
+ {
18
+ "name": "IconPlay",
19
+ "originalName": "play",
20
+ "svgPath": "svg/play.svg",
21
+ "componentPath": "src/icons/IconPlay.tsx",
22
+ "size": {
23
+ "width": 24,
24
+ "height": 24
25
+ },
26
+ "createdAt": "2026-05-20T07:28:16.049Z"
27
+ },
28
+ {
29
+ "name": "IconYinFu",
30
+ "originalName": "音符",
31
+ "svgPath": "svg/音符.svg",
32
+ "componentPath": "src/icons/IconYinFu.tsx",
33
+ "size": {
34
+ "width": 24,
35
+ "height": 24
36
+ },
37
+ "createdAt": "2026-05-20T07:21:09.233Z"
38
+ },
39
+ {
40
+ "name": "IconYinPin",
41
+ "originalName": "音频",
42
+ "svgPath": "svg/音频.svg",
43
+ "componentPath": "src/icons/IconYinPin.tsx",
44
+ "size": {
45
+ "width": 24,
46
+ "height": 24
47
+ },
48
+ "createdAt": "2026-05-20T07:21:09.233Z"
49
+ },
50
+ {
51
+ "name": "IconYinPin1",
52
+ "originalName": "音频1",
53
+ "svgPath": "svg/音频1.svg",
54
+ "componentPath": "src/icons/IconYinPin1.tsx",
55
+ "size": {
56
+ "width": 24,
57
+ "height": 24
58
+ },
59
+ "createdAt": "2026-05-20T07:21:09.233Z"
60
+ },
61
+ {
62
+ "name": "IconLuYin",
63
+ "originalName": "录音",
64
+ "svgPath": "svg/录音.svg",
65
+ "componentPath": "src/icons/IconLuYin.tsx",
66
+ "size": {
67
+ "width": 24,
68
+ "height": 24
69
+ },
70
+ "createdAt": "2026-05-20T07:21:09.224Z"
71
+ },
6
72
  {
7
73
  "name": "IconYiTongGuo",
8
74
  "originalName": "已通过",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zleap-ai/icons",
3
- "version": "0.0.80",
3
+ "version": "0.0.84",
4
4
  "description": "Icon library auto-generated from Figma",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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 IconBoFangProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconBoFang = forwardRef<unknown, IconBoFangProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path fill="#FBBF24" d="M5.828 2.676a1.5 1.5 0 0 0-2.305 1.266v16.116a1.5 1.5 0 0 0 2.305 1.266l12.663-8.058a1.5 1.5 0 0 0 0-2.531z"/></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
+ IconBoFang.displayName = 'IconBoFang'
52
+
53
+ export default IconBoFang
@@ -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 IconLuYinProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconLuYin = forwardRef<unknown, IconLuYinProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 0 1-7 7m0 0a7 7 0 0 1-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 0 1-3-3V5a3 3 0 1 1 6 0v6a3 3 0 0 1-3 3"/></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
+ IconLuYin.displayName = 'IconLuYin'
52
+
53
+ export default IconLuYin
@@ -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 IconPlayProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconPlay = forwardRef<unknown, IconPlayProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path fill="black" d="M6.5 5v14l11-7z"/></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
+ IconPlay.displayName = 'IconPlay'
52
+
53
+ export default IconPlay
@@ -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 IconYinFuProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconYinFu = forwardRef<unknown, IconYinFuProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path stroke="#047857" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 18V5l12-2v13"/><path stroke="#047857" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/><path stroke="#047857" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 19a3 3 0 1 0 0-6 3 3 0 0 0 0 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
+ IconYinFu.displayName = 'IconYinFu'
52
+
53
+ export default IconYinFu
@@ -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 IconYinPinProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconYinPin = forwardRef<unknown, IconYinPinProps>(
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="M4 22V2h11.5L20 7.25V22z"/><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m16 7-3 1.484v7.266"/><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.25 18.5a2.75 2.75 0 1 0 0-5.5 2.75 2.75 0 0 0 0 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
+ IconYinPin.displayName = 'IconYinPin'
52
+
53
+ export default IconYinPin
@@ -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 IconYinPin1Props extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconYinPin1 = forwardRef<unknown, IconYinPin1Props>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path stroke="#A3A3A3" stroke-width="1.5" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-width="1.5" d="M15 9v6"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-width="1.5" d="M18 11v2"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-width="1.5" d="M9 9v6"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-width="1.5" d="M6 11v2"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-width="1.5" d="M12 7v10"/></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
+ IconYinPin1.displayName = 'IconYinPin1'
52
+
53
+ export default IconYinPin1
@@ -6,6 +6,7 @@ import { IconAi } from './icons/IconAi'
6
6
  import { IconAi1 } from './icons/IconAi1'
7
7
  import { IconBack } from './icons/IconBack'
8
8
  import { IconBianJi } from './icons/IconBianJi'
9
+ import { IconBoFang } from './icons/IconBoFang'
9
10
  import { IconCaiJing } from './icons/IconCaiJing'
10
11
  import { IconCaiJing1 } from './icons/IconCaiJing1'
11
12
  import { IconCheck } from './icons/IconCheck'
@@ -34,8 +35,10 @@ import { IconLianXiRen1 } from './icons/IconLianXiRen1'
34
35
  import { IconLianXiRen2 } from './icons/IconLianXiRen2'
35
36
  import { IconLianXiRen3 } from './icons/IconLianXiRen3'
36
37
  import { IconLike } from './icons/IconLike'
38
+ import { IconLuYin } from './icons/IconLuYin'
37
39
  import { IconNotificationsSharp } from './icons/IconNotificationsSharp'
38
40
  import { IconPingLun } from './icons/IconPingLun'
41
+ import { IconPlay } from './icons/IconPlay'
39
42
  import { IconQiChe } from './icons/IconQiChe'
40
43
  import { IconQiChe1 } from './icons/IconQiChe1'
41
44
  import { IconQingChuYiDu } from './icons/IconQingChuYiDu'
@@ -65,6 +68,9 @@ import { IconXiaoXi } from './icons/IconXiaoXi'
65
68
  import { IconYiBoHui } from './icons/IconYiBoHui'
66
69
  import { IconYiDianZan1 } from './icons/IconYiDianZan1'
67
70
  import { IconYiGouXuan } from './icons/IconYiGouXuan'
71
+ import { IconYinFu } from './icons/IconYinFu'
72
+ import { IconYinPin } from './icons/IconYinPin'
73
+ import { IconYinPin1 } from './icons/IconYinPin1'
68
74
  import { IconYiShouCang1 } from './icons/IconYiShouCang1'
69
75
  import { IconYiTongGuo } from './icons/IconYiTongGuo'
70
76
  import { IconYou } from './icons/IconYou'
@@ -86,6 +92,7 @@ export { IconAi, type IconAiProps } from './icons/IconAi'
86
92
  export { IconAi1, type IconAi1Props } from './icons/IconAi1'
87
93
  export { IconBack, type IconBackProps } from './icons/IconBack'
88
94
  export { IconBianJi, type IconBianJiProps } from './icons/IconBianJi'
95
+ export { IconBoFang, type IconBoFangProps } from './icons/IconBoFang'
89
96
  export { IconCaiJing, type IconCaiJingProps } from './icons/IconCaiJing'
90
97
  export { IconCaiJing1, type IconCaiJing1Props } from './icons/IconCaiJing1'
91
98
  export { IconCheck, type IconCheckProps } from './icons/IconCheck'
@@ -114,8 +121,10 @@ export { IconLianXiRen1, type IconLianXiRen1Props } from './icons/IconLianXiRen1
114
121
  export { IconLianXiRen2, type IconLianXiRen2Props } from './icons/IconLianXiRen2'
115
122
  export { IconLianXiRen3, type IconLianXiRen3Props } from './icons/IconLianXiRen3'
116
123
  export { IconLike, type IconLikeProps } from './icons/IconLike'
124
+ export { IconLuYin, type IconLuYinProps } from './icons/IconLuYin'
117
125
  export { IconNotificationsSharp, type IconNotificationsSharpProps } from './icons/IconNotificationsSharp'
118
126
  export { IconPingLun, type IconPingLunProps } from './icons/IconPingLun'
127
+ export { IconPlay, type IconPlayProps } from './icons/IconPlay'
119
128
  export { IconQiChe, type IconQiCheProps } from './icons/IconQiChe'
120
129
  export { IconQiChe1, type IconQiChe1Props } from './icons/IconQiChe1'
121
130
  export { IconQingChuYiDu, type IconQingChuYiDuProps } from './icons/IconQingChuYiDu'
@@ -145,6 +154,9 @@ export { IconXiaoXi, type IconXiaoXiProps } from './icons/IconXiaoXi'
145
154
  export { IconYiBoHui, type IconYiBoHuiProps } from './icons/IconYiBoHui'
146
155
  export { IconYiDianZan1, type IconYiDianZan1Props } from './icons/IconYiDianZan1'
147
156
  export { IconYiGouXuan, type IconYiGouXuanProps } from './icons/IconYiGouXuan'
157
+ export { IconYinFu, type IconYinFuProps } from './icons/IconYinFu'
158
+ export { IconYinPin, type IconYinPinProps } from './icons/IconYinPin'
159
+ export { IconYinPin1, type IconYinPin1Props } from './icons/IconYinPin1'
148
160
  export { IconYiShouCang1, type IconYiShouCang1Props } from './icons/IconYiShouCang1'
149
161
  export { IconYiTongGuo, type IconYiTongGuoProps } from './icons/IconYiTongGuo'
150
162
  export { IconYou, type IconYouProps } from './icons/IconYou'
@@ -167,6 +179,7 @@ export const allIcons = {
167
179
  IconAi1,
168
180
  IconBack,
169
181
  IconBianJi,
182
+ IconBoFang,
170
183
  IconCaiJing,
171
184
  IconCaiJing1,
172
185
  IconCheck,
@@ -195,8 +208,10 @@ export const allIcons = {
195
208
  IconLianXiRen2,
196
209
  IconLianXiRen3,
197
210
  IconLike,
211
+ IconLuYin,
198
212
  IconNotificationsSharp,
199
213
  IconPingLun,
214
+ IconPlay,
200
215
  IconQiChe,
201
216
  IconQiChe1,
202
217
  IconQingChuYiDu,
@@ -226,6 +241,9 @@ export const allIcons = {
226
241
  IconYiBoHui,
227
242
  IconYiDianZan1,
228
243
  IconYiGouXuan,
244
+ IconYinFu,
245
+ IconYinPin,
246
+ IconYinPin1,
229
247
  IconYiShouCang1,
230
248
  IconYiTongGuo,
231
249
  IconYou,
package/svg/play.svg ADDED
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 24 24"><path fill="black" d="M6.5 5v14l11-7z"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 24 24"><path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 11a7 7 0 0 1-7 7m0 0a7 7 0 0 1-7-7m7 7v4m0 0H8m4 0h4m-4-8a3 3 0 0 1-3-3V5a3 3 0 1 1 6 0v6a3 3 0 0 1-3 3"/></svg>