@zleap-ai/icons 0.0.79 → 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 (81) 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/IconDaiShenHe.js +17 -0
  4. package/dist/cjs/icons/IconDaiShenHe.js.map +1 -0
  5. package/dist/cjs/icons/IconLuYin.js +17 -0
  6. package/dist/cjs/icons/IconLuYin.js.map +1 -0
  7. package/dist/cjs/icons/IconPlay.js +17 -0
  8. package/dist/cjs/icons/IconPlay.js.map +1 -0
  9. package/dist/cjs/icons/IconYiBoHui.js +17 -0
  10. package/dist/cjs/icons/IconYiBoHui.js.map +1 -0
  11. package/dist/cjs/icons/IconYiTongGuo.js +17 -0
  12. package/dist/cjs/icons/IconYiTongGuo.js.map +1 -0
  13. package/dist/cjs/icons/IconYinFu.js +17 -0
  14. package/dist/cjs/icons/IconYinFu.js.map +1 -0
  15. package/dist/cjs/icons/IconYinPin.js +17 -0
  16. package/dist/cjs/icons/IconYinPin.js.map +1 -0
  17. package/dist/cjs/icons/IconYinPin1.js +17 -0
  18. package/dist/cjs/icons/IconYinPin1.js.map +1 -0
  19. package/dist/cjs/index.js +38 -2
  20. package/dist/cjs/index.js.map +1 -1
  21. package/dist/esm/icons/IconBoFang.js +14 -0
  22. package/dist/esm/icons/IconBoFang.js.map +1 -0
  23. package/dist/esm/icons/IconDaiShenHe.js +14 -0
  24. package/dist/esm/icons/IconDaiShenHe.js.map +1 -0
  25. package/dist/esm/icons/IconLuYin.js +14 -0
  26. package/dist/esm/icons/IconLuYin.js.map +1 -0
  27. package/dist/esm/icons/IconPlay.js +14 -0
  28. package/dist/esm/icons/IconPlay.js.map +1 -0
  29. package/dist/esm/icons/IconYiBoHui.js +14 -0
  30. package/dist/esm/icons/IconYiBoHui.js.map +1 -0
  31. package/dist/esm/icons/IconYiTongGuo.js +14 -0
  32. package/dist/esm/icons/IconYiTongGuo.js.map +1 -0
  33. package/dist/esm/icons/IconYinFu.js +14 -0
  34. package/dist/esm/icons/IconYinFu.js.map +1 -0
  35. package/dist/esm/icons/IconYinPin.js +14 -0
  36. package/dist/esm/icons/IconYinPin.js.map +1 -0
  37. package/dist/esm/icons/IconYinPin1.js +14 -0
  38. package/dist/esm/icons/IconYinPin1.js.map +1 -0
  39. package/dist/esm/index.js +27 -0
  40. package/dist/esm/index.js.map +1 -1
  41. package/dist/types/icons/IconBoFang.d.ts +17 -0
  42. package/dist/types/icons/IconBoFang.d.ts.map +1 -0
  43. package/dist/types/icons/IconDaiShenHe.d.ts +17 -0
  44. package/dist/types/icons/IconDaiShenHe.d.ts.map +1 -0
  45. package/dist/types/icons/IconLuYin.d.ts +17 -0
  46. package/dist/types/icons/IconLuYin.d.ts.map +1 -0
  47. package/dist/types/icons/IconPlay.d.ts +17 -0
  48. package/dist/types/icons/IconPlay.d.ts.map +1 -0
  49. package/dist/types/icons/IconYiBoHui.d.ts +17 -0
  50. package/dist/types/icons/IconYiBoHui.d.ts.map +1 -0
  51. package/dist/types/icons/IconYiTongGuo.d.ts +17 -0
  52. package/dist/types/icons/IconYiTongGuo.d.ts.map +1 -0
  53. package/dist/types/icons/IconYinFu.d.ts +17 -0
  54. package/dist/types/icons/IconYinFu.d.ts.map +1 -0
  55. package/dist/types/icons/IconYinPin.d.ts +17 -0
  56. package/dist/types/icons/IconYinPin.d.ts.map +1 -0
  57. package/dist/types/icons/IconYinPin1.d.ts +17 -0
  58. package/dist/types/icons/IconYinPin1.d.ts.map +1 -0
  59. package/dist/types/index.d.ts +18 -0
  60. package/dist/types/index.d.ts.map +1 -1
  61. package/icons.json +101 -2
  62. package/package.json +1 -1
  63. package/react-native/icons/IconBoFang.tsx +53 -0
  64. package/react-native/icons/IconDaiShenHe.tsx +36 -0
  65. package/react-native/icons/IconLuYin.tsx +53 -0
  66. package/react-native/icons/IconPlay.tsx +53 -0
  67. package/react-native/icons/IconYiBoHui.tsx +36 -0
  68. package/react-native/icons/IconYiTongGuo.tsx +36 -0
  69. package/react-native/icons/IconYinFu.tsx +53 -0
  70. package/react-native/icons/IconYinPin.tsx +53 -0
  71. package/react-native/icons/IconYinPin1.tsx +53 -0
  72. package/react-native/index.ts +27 -0
  73. package/svg/play.svg +1 -0
  74. package/svg//345/267/262/351/200/232/350/277/207.svg +1 -0
  75. package/svg//345/267/262/351/251/263/345/233/236.svg +1 -0
  76. package/svg//345/275/225/351/237/263.svg +1 -0
  77. package/svg//345/276/205/345/256/241/346/240/270.svg +1 -0
  78. package/svg//346/222/255/346/224/276.svg +1 -0
  79. package/svg//351/237/263/347/254/246.svg +1 -0
  80. package/svg//351/237/263/351/242/221.svg +1 -0
  81. package/svg//351/237/263/351/242/2211.svg +1 -0
@@ -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,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 IconDaiShenHeProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconDaiShenHe = forwardRef<unknown, IconDaiShenHeProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 180 180"><path fill="#F5F5F4" d="M90 163.5c41.421 0 75-33.579 75-75s-33.579-75-75-75-75 33.579-75 75 33.579 75 75 75"/><path fill="white" d="M92.306 51.5A31.35 31.35 0 0 0 87 69c0 17.397 14.103 31.5 31.5 31.5a31.36 31.36 0 0 0 19.5-6.762V161.5a5 5 0 0 1-5 5H47a5 5 0 0 1-5-5v-105a5 5 0 0 1 5-5z"/><path stroke="#D9D9D9" stroke-linecap="round" stroke-width="5" d="m115.55 59.415.06 12.17a1 1 0 0 0 1 .994h12.239"/><circle cx="119" cy="68.5" r="24.5" stroke="#EAEAEA" stroke-width="5"/><path fill="#D6D3D1" d="M80 110.5H54a3 3 0 1 1 0-6h26a3 3 0 1 1 0 6"/><path fill="#D6D3D1" d="M106 136.5H54a3 3 0 1 1 0-6h52a3 3 0 1 1 0 6"/><path fill="#ECECEC" d="M93.6 123.5H53.4c-1.325 0-2.4-1.343-2.4-3s1.075-3 2.4-3h40.2c1.326 0 2.4 1.343 2.4 3s-1.075 3-2.4 3"/></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 180 180"
28
+ {...props}
29
+ />
30
+ )
31
+ },
32
+ )
33
+
34
+ IconDaiShenHe.displayName = 'IconDaiShenHe'
35
+
36
+ export default IconDaiShenHe
@@ -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,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 IconYiBoHuiProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconYiBoHui = forwardRef<unknown, IconYiBoHuiProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 180 180"><path fill="#F5F5F4" d="M90 163.5c41.421 0 75-33.579 75-75s-33.579-75-75-75-75 33.579-75 75 33.579 75 75 75"/><path fill="white" d="M92.306 51.5A31.35 31.35 0 0 0 87 69c0 17.397 14.103 31.5 31.5 31.5a31.36 31.36 0 0 0 19.5-6.762V161.5a5 5 0 0 1-5 5H47a5 5 0 0 1-5-5v-105a5 5 0 0 1 5-5z"/><circle cx="119" cy="68.5" r="24.5" stroke="#EAEAEA" stroke-width="5"/><mask id="a" fill="white"><path d="M125.985 79.738c1.094.465 2.377-.044 2.655-1.2a13.006 13.006 0 0 0-11.102-15.946 13 13 0 0 0-5.797.625c-1.123.39-1.504 1.716-.935 2.76s1.877 1.398 3.028 1.102a8.694 8.694 0 0 1 10.758 9.753c-.182 1.175.299 2.442 1.393 2.906"/></mask><path stroke="#D9D9D9" stroke-width="12" d="M125.985 79.738c1.094.465 2.377-.044 2.655-1.2a13.006 13.006 0 0 0-11.102-15.946 13 13 0 0 0-5.797.625c-1.123.39-1.504 1.716-.935 2.76s1.877 1.398 3.028 1.102a8.694 8.694 0 0 1 10.758 9.753c-.182 1.175.299 2.442 1.393 2.906Z" mask="url(#a)"/><path fill="#D6D3D1" d="M80 110.5H54a3 3 0 1 1 0-6h26a3 3 0 1 1 0 6"/><path fill="#D6D3D1" d="M106 136.5H54a3 3 0 1 1 0-6h52a3 3 0 1 1 0 6"/><path fill="#ECECEC" d="M93.6 123.5H53.4c-1.325 0-2.4-1.343-2.4-3s1.075-3 2.4-3h40.2c1.326 0 2.4 1.343 2.4 3s-1.075 3-2.4 3"/><path stroke="#D9D9D9" stroke-linecap="round" stroke-width="4" d="m114.185 59.5-4.774 4.774a1 1 0 0 0 0 1.414l4.774 4.773"/></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 180 180"
28
+ {...props}
29
+ />
30
+ )
31
+ },
32
+ )
33
+
34
+ IconYiBoHui.displayName = 'IconYiBoHui'
35
+
36
+ export default IconYiBoHui
@@ -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 IconYiTongGuoProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconYiTongGuo = forwardRef<unknown, IconYiTongGuoProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 180 180"><path fill="#F5F5F4" d="M90 163.5c41.421 0 75-33.579 75-75s-33.579-75-75-75-75 33.579-75 75 33.579 75 75 75"/><path fill="white" d="M92.306 51.5A31.35 31.35 0 0 0 87 69c0 17.397 14.103 31.5 31.5 31.5a31.36 31.36 0 0 0 19.5-6.762V161.5a5 5 0 0 1-5 5H47a5 5 0 0 1-5-5v-105a5 5 0 0 1 5-5z"/><path stroke="#D9D9D9" stroke-linecap="round" stroke-width="5" d="m110.5 69 5.323 4.835a1 1 0 0 0 1.406-.06L130 60"/><circle cx="119" cy="68.5" r="24.5" stroke="#EAEAEA" stroke-width="5"/><path fill="#D6D3D1" d="M80 110.5H54a3 3 0 1 1 0-6h26a3 3 0 1 1 0 6"/><path fill="#D6D3D1" d="M106 136.5H54a3 3 0 1 1 0-6h52a3 3 0 1 1 0 6"/><path fill="#ECECEC" d="M93.6 123.5H53.4c-1.325 0-2.4-1.343-2.4-3s1.075-3 2.4-3h40.2c1.326 0 2.4 1.343 2.4 3s-1.075 3-2.4 3"/></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 180 180"
28
+ {...props}
29
+ />
30
+ )
31
+ },
32
+ )
33
+
34
+ IconYiTongGuo.displayName = 'IconYiTongGuo'
35
+
36
+ export default IconYiTongGuo
@@ -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,9 +6,11 @@ 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'
13
+ import { IconDaiShenHe } from './icons/IconDaiShenHe'
12
14
  import { IconDuoXuan } from './icons/IconDuoXuan'
13
15
  import { IconFenXiang } from './icons/IconFenXiang'
14
16
  import { IconFrame } from './icons/IconFrame'
@@ -33,8 +35,10 @@ import { IconLianXiRen1 } from './icons/IconLianXiRen1'
33
35
  import { IconLianXiRen2 } from './icons/IconLianXiRen2'
34
36
  import { IconLianXiRen3 } from './icons/IconLianXiRen3'
35
37
  import { IconLike } from './icons/IconLike'
38
+ import { IconLuYin } from './icons/IconLuYin'
36
39
  import { IconNotificationsSharp } from './icons/IconNotificationsSharp'
37
40
  import { IconPingLun } from './icons/IconPingLun'
41
+ import { IconPlay } from './icons/IconPlay'
38
42
  import { IconQiChe } from './icons/IconQiChe'
39
43
  import { IconQiChe1 } from './icons/IconQiChe1'
40
44
  import { IconQingChuYiDu } from './icons/IconQingChuYiDu'
@@ -61,9 +65,14 @@ import { IconWeiXinHaoYou } from './icons/IconWeiXinHaoYou'
61
65
  import { IconWenDang } from './icons/IconWenDang'
62
66
  import { IconWenHuaTiYu1 } from './icons/IconWenHuaTiYu1'
63
67
  import { IconXiaoXi } from './icons/IconXiaoXi'
68
+ import { IconYiBoHui } from './icons/IconYiBoHui'
64
69
  import { IconYiDianZan1 } from './icons/IconYiDianZan1'
65
70
  import { IconYiGouXuan } from './icons/IconYiGouXuan'
71
+ import { IconYinFu } from './icons/IconYinFu'
72
+ import { IconYinPin } from './icons/IconYinPin'
73
+ import { IconYinPin1 } from './icons/IconYinPin1'
66
74
  import { IconYiShouCang1 } from './icons/IconYiShouCang1'
75
+ import { IconYiTongGuo } from './icons/IconYiTongGuo'
67
76
  import { IconYou } from './icons/IconYou'
68
77
  import { IconYuLan } from './icons/IconYuLan'
69
78
  import { IconYuLan1 } from './icons/IconYuLan1'
@@ -83,9 +92,11 @@ export { IconAi, type IconAiProps } from './icons/IconAi'
83
92
  export { IconAi1, type IconAi1Props } from './icons/IconAi1'
84
93
  export { IconBack, type IconBackProps } from './icons/IconBack'
85
94
  export { IconBianJi, type IconBianJiProps } from './icons/IconBianJi'
95
+ export { IconBoFang, type IconBoFangProps } from './icons/IconBoFang'
86
96
  export { IconCaiJing, type IconCaiJingProps } from './icons/IconCaiJing'
87
97
  export { IconCaiJing1, type IconCaiJing1Props } from './icons/IconCaiJing1'
88
98
  export { IconCheck, type IconCheckProps } from './icons/IconCheck'
99
+ export { IconDaiShenHe, type IconDaiShenHeProps } from './icons/IconDaiShenHe'
89
100
  export { IconDuoXuan, type IconDuoXuanProps } from './icons/IconDuoXuan'
90
101
  export { IconFenXiang, type IconFenXiangProps } from './icons/IconFenXiang'
91
102
  export { IconFrame, type IconFrameProps } from './icons/IconFrame'
@@ -110,8 +121,10 @@ export { IconLianXiRen1, type IconLianXiRen1Props } from './icons/IconLianXiRen1
110
121
  export { IconLianXiRen2, type IconLianXiRen2Props } from './icons/IconLianXiRen2'
111
122
  export { IconLianXiRen3, type IconLianXiRen3Props } from './icons/IconLianXiRen3'
112
123
  export { IconLike, type IconLikeProps } from './icons/IconLike'
124
+ export { IconLuYin, type IconLuYinProps } from './icons/IconLuYin'
113
125
  export { IconNotificationsSharp, type IconNotificationsSharpProps } from './icons/IconNotificationsSharp'
114
126
  export { IconPingLun, type IconPingLunProps } from './icons/IconPingLun'
127
+ export { IconPlay, type IconPlayProps } from './icons/IconPlay'
115
128
  export { IconQiChe, type IconQiCheProps } from './icons/IconQiChe'
116
129
  export { IconQiChe1, type IconQiChe1Props } from './icons/IconQiChe1'
117
130
  export { IconQingChuYiDu, type IconQingChuYiDuProps } from './icons/IconQingChuYiDu'
@@ -138,9 +151,14 @@ export { IconWeiXinHaoYou, type IconWeiXinHaoYouProps } from './icons/IconWeiXin
138
151
  export { IconWenDang, type IconWenDangProps } from './icons/IconWenDang'
139
152
  export { IconWenHuaTiYu1, type IconWenHuaTiYu1Props } from './icons/IconWenHuaTiYu1'
140
153
  export { IconXiaoXi, type IconXiaoXiProps } from './icons/IconXiaoXi'
154
+ export { IconYiBoHui, type IconYiBoHuiProps } from './icons/IconYiBoHui'
141
155
  export { IconYiDianZan1, type IconYiDianZan1Props } from './icons/IconYiDianZan1'
142
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'
143
160
  export { IconYiShouCang1, type IconYiShouCang1Props } from './icons/IconYiShouCang1'
161
+ export { IconYiTongGuo, type IconYiTongGuoProps } from './icons/IconYiTongGuo'
144
162
  export { IconYou, type IconYouProps } from './icons/IconYou'
145
163
  export { IconYuLan, type IconYuLanProps } from './icons/IconYuLan'
146
164
  export { IconYuLan1, type IconYuLan1Props } from './icons/IconYuLan1'
@@ -161,9 +179,11 @@ export const allIcons = {
161
179
  IconAi1,
162
180
  IconBack,
163
181
  IconBianJi,
182
+ IconBoFang,
164
183
  IconCaiJing,
165
184
  IconCaiJing1,
166
185
  IconCheck,
186
+ IconDaiShenHe,
167
187
  IconDuoXuan,
168
188
  IconFenXiang,
169
189
  IconFrame,
@@ -188,8 +208,10 @@ export const allIcons = {
188
208
  IconLianXiRen2,
189
209
  IconLianXiRen3,
190
210
  IconLike,
211
+ IconLuYin,
191
212
  IconNotificationsSharp,
192
213
  IconPingLun,
214
+ IconPlay,
193
215
  IconQiChe,
194
216
  IconQiChe1,
195
217
  IconQingChuYiDu,
@@ -216,9 +238,14 @@ export const allIcons = {
216
238
  IconWenDang,
217
239
  IconWenHuaTiYu1,
218
240
  IconXiaoXi,
241
+ IconYiBoHui,
219
242
  IconYiDianZan1,
220
243
  IconYiGouXuan,
244
+ IconYinFu,
245
+ IconYinPin,
246
+ IconYinPin1,
221
247
  IconYiShouCang1,
248
+ IconYiTongGuo,
222
249
  IconYou,
223
250
  IconYuLan,
224
251
  IconYuLan1,
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 180 180"><path fill="#F5F5F4" d="M90 163.5c41.421 0 75-33.579 75-75s-33.579-75-75-75-75 33.579-75 75 33.579 75 75 75"/><path fill="white" d="M92.306 51.5A31.35 31.35 0 0 0 87 69c0 17.397 14.103 31.5 31.5 31.5a31.36 31.36 0 0 0 19.5-6.762V161.5a5 5 0 0 1-5 5H47a5 5 0 0 1-5-5v-105a5 5 0 0 1 5-5z"/><path stroke="#D9D9D9" stroke-linecap="round" stroke-width="5" d="m110.5 69 5.323 4.835a1 1 0 0 0 1.406-.06L130 60"/><circle cx="119" cy="68.5" r="24.5" stroke="#EAEAEA" stroke-width="5"/><path fill="#D6D3D1" d="M80 110.5H54a3 3 0 1 1 0-6h26a3 3 0 1 1 0 6"/><path fill="#D6D3D1" d="M106 136.5H54a3 3 0 1 1 0-6h52a3 3 0 1 1 0 6"/><path fill="#ECECEC" d="M93.6 123.5H53.4c-1.325 0-2.4-1.343-2.4-3s1.075-3 2.4-3h40.2c1.326 0 2.4 1.343 2.4 3s-1.075 3-2.4 3"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 180 180"><path fill="#F5F5F4" d="M90 163.5c41.421 0 75-33.579 75-75s-33.579-75-75-75-75 33.579-75 75 33.579 75 75 75"/><path fill="white" d="M92.306 51.5A31.35 31.35 0 0 0 87 69c0 17.397 14.103 31.5 31.5 31.5a31.36 31.36 0 0 0 19.5-6.762V161.5a5 5 0 0 1-5 5H47a5 5 0 0 1-5-5v-105a5 5 0 0 1 5-5z"/><circle cx="119" cy="68.5" r="24.5" stroke="#EAEAEA" stroke-width="5"/><mask id="a" fill="white"><path d="M125.985 79.738c1.094.465 2.377-.044 2.655-1.2a13.006 13.006 0 0 0-11.102-15.946 13 13 0 0 0-5.797.625c-1.123.39-1.504 1.716-.935 2.76s1.877 1.398 3.028 1.102a8.694 8.694 0 0 1 10.758 9.753c-.182 1.175.299 2.442 1.393 2.906"/></mask><path stroke="#D9D9D9" stroke-width="12" d="M125.985 79.738c1.094.465 2.377-.044 2.655-1.2a13.006 13.006 0 0 0-11.102-15.946 13 13 0 0 0-5.797.625c-1.123.39-1.504 1.716-.935 2.76s1.877 1.398 3.028 1.102a8.694 8.694 0 0 1 10.758 9.753c-.182 1.175.299 2.442 1.393 2.906Z" mask="url(#a)"/><path fill="#D6D3D1" d="M80 110.5H54a3 3 0 1 1 0-6h26a3 3 0 1 1 0 6"/><path fill="#D6D3D1" d="M106 136.5H54a3 3 0 1 1 0-6h52a3 3 0 1 1 0 6"/><path fill="#ECECEC" d="M93.6 123.5H53.4c-1.325 0-2.4-1.343-2.4-3s1.075-3 2.4-3h40.2c1.326 0 2.4 1.343 2.4 3s-1.075 3-2.4 3"/><path stroke="#D9D9D9" stroke-linecap="round" stroke-width="4" d="m114.185 59.5-4.774 4.774a1 1 0 0 0 0 1.414l4.774 4.773"/></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>
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 180 180"><path fill="#F5F5F4" d="M90 163.5c41.421 0 75-33.579 75-75s-33.579-75-75-75-75 33.579-75 75 33.579 75 75 75"/><path fill="white" d="M92.306 51.5A31.35 31.35 0 0 0 87 69c0 17.397 14.103 31.5 31.5 31.5a31.36 31.36 0 0 0 19.5-6.762V161.5a5 5 0 0 1-5 5H47a5 5 0 0 1-5-5v-105a5 5 0 0 1 5-5z"/><path stroke="#D9D9D9" stroke-linecap="round" stroke-width="5" d="m115.55 59.415.06 12.17a1 1 0 0 0 1 .994h12.239"/><circle cx="119" cy="68.5" r="24.5" stroke="#EAEAEA" stroke-width="5"/><path fill="#D6D3D1" d="M80 110.5H54a3 3 0 1 1 0-6h26a3 3 0 1 1 0 6"/><path fill="#D6D3D1" d="M106 136.5H54a3 3 0 1 1 0-6h52a3 3 0 1 1 0 6"/><path fill="#ECECEC" d="M93.6 123.5H53.4c-1.325 0-2.4-1.343-2.4-3s1.075-3 2.4-3h40.2c1.326 0 2.4 1.343 2.4 3s-1.075 3-2.4 3"/></svg>
@@ -0,0 +1 @@
1
+ <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>
@@ -0,0 +1 @@
1
+ <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>
@@ -0,0 +1 @@
1
+ <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>
@@ -0,0 +1 @@
1
+ <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>