@zleap-ai/icons 0.0.87 → 0.0.89

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 (65) hide show
  1. package/dist/cjs/icons/IconBoFang1.js +17 -0
  2. package/dist/cjs/icons/IconBoFang1.js.map +1 -0
  3. package/dist/cjs/icons/IconChuanRu.js +17 -0
  4. package/dist/cjs/icons/IconChuanRu.js.map +1 -0
  5. package/dist/cjs/icons/IconKuaiJin15Miao.js +17 -0
  6. package/dist/cjs/icons/IconKuaiJin15Miao.js.map +1 -0
  7. package/dist/cjs/icons/IconWenJianJia.js +17 -0
  8. package/dist/cjs/icons/IconWenJianJia.js.map +1 -0
  9. package/dist/cjs/icons/IconYinPin2.js +17 -0
  10. package/dist/cjs/icons/IconYinPin2.js.map +1 -0
  11. package/dist/cjs/icons/IconZanTing.js +17 -0
  12. package/dist/cjs/icons/IconZanTing.js.map +1 -0
  13. package/dist/cjs/icons/IconZhanKai2.js +17 -0
  14. package/dist/cjs/icons/IconZhanKai2.js.map +1 -0
  15. package/dist/cjs/index.js +30 -2
  16. package/dist/cjs/index.js.map +1 -1
  17. package/dist/esm/icons/IconBoFang1.js +14 -0
  18. package/dist/esm/icons/IconBoFang1.js.map +1 -0
  19. package/dist/esm/icons/IconChuanRu.js +14 -0
  20. package/dist/esm/icons/IconChuanRu.js.map +1 -0
  21. package/dist/esm/icons/IconKuaiJin15Miao.js +14 -0
  22. package/dist/esm/icons/IconKuaiJin15Miao.js.map +1 -0
  23. package/dist/esm/icons/IconWenJianJia.js +14 -0
  24. package/dist/esm/icons/IconWenJianJia.js.map +1 -0
  25. package/dist/esm/icons/IconYinPin2.js +14 -0
  26. package/dist/esm/icons/IconYinPin2.js.map +1 -0
  27. package/dist/esm/icons/IconZanTing.js +14 -0
  28. package/dist/esm/icons/IconZanTing.js.map +1 -0
  29. package/dist/esm/icons/IconZhanKai2.js +14 -0
  30. package/dist/esm/icons/IconZhanKai2.js.map +1 -0
  31. package/dist/esm/index.js +21 -0
  32. package/dist/esm/index.js.map +1 -1
  33. package/dist/types/icons/IconBoFang1.d.ts +17 -0
  34. package/dist/types/icons/IconBoFang1.d.ts.map +1 -0
  35. package/dist/types/icons/IconChuanRu.d.ts +17 -0
  36. package/dist/types/icons/IconChuanRu.d.ts.map +1 -0
  37. package/dist/types/icons/IconKuaiJin15Miao.d.ts +17 -0
  38. package/dist/types/icons/IconKuaiJin15Miao.d.ts.map +1 -0
  39. package/dist/types/icons/IconWenJianJia.d.ts +17 -0
  40. package/dist/types/icons/IconWenJianJia.d.ts.map +1 -0
  41. package/dist/types/icons/IconYinPin2.d.ts +17 -0
  42. package/dist/types/icons/IconYinPin2.d.ts.map +1 -0
  43. package/dist/types/icons/IconZanTing.d.ts +17 -0
  44. package/dist/types/icons/IconZanTing.d.ts.map +1 -0
  45. package/dist/types/icons/IconZhanKai2.d.ts +17 -0
  46. package/dist/types/icons/IconZhanKai2.d.ts.map +1 -0
  47. package/dist/types/index.d.ts +14 -0
  48. package/dist/types/index.d.ts.map +1 -1
  49. package/icons.json +79 -2
  50. package/package.json +1 -1
  51. package/react-native/icons/IconBoFang1.tsx +53 -0
  52. package/react-native/icons/IconChuanRu.tsx +53 -0
  53. package/react-native/icons/IconKuaiJin15Miao.tsx +53 -0
  54. package/react-native/icons/IconWenJianJia.tsx +53 -0
  55. package/react-native/icons/IconYinPin2.tsx +53 -0
  56. package/react-native/icons/IconZanTing.tsx +53 -0
  57. package/react-native/icons/IconZhanKai2.tsx +36 -0
  58. package/react-native/index.ts +21 -0
  59. package/svg//344/274/240/345/205/245.svg +1 -0
  60. package/svg//345/261/225/345/274/2002.svg +1 -0
  61. package/svg//345/277/253/350/277/23315/347/247/222.svg +1 -0
  62. package/svg//346/222/255/346/224/2761.svg +1 -0
  63. package/svg//346/226/207/344/273/266/345/244/271.svg +1 -0
  64. package/svg//346/232/202/345/201/234.svg +1 -0
  65. package/svg//351/237/263/351/242/2212.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 IconChuanRuProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconChuanRu = forwardRef<unknown, IconChuanRuProps>(
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="M9.5 3h-5A1.5 1.5 0 0 0 3 4.5v15A1.5 1.5 0 0 0 4.5 21h15a1.5 1.5 0 0 0 1.5-1.5v-5"/><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9 8.5 2 6 6-2"/><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 14.5c2.5-7.5 4-9 9-11"/></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
+ IconChuanRu.displayName = 'IconChuanRu'
52
+
53
+ export default IconChuanRu
@@ -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 IconKuaiJin15MiaoProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconKuaiJin15Miao = forwardRef<unknown, IconKuaiJin15MiaoProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".95" d="M10.099 16.436v-6.337l-1.267 1.188"/><path stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".95" d="M12.633 16.04a1.98 1.98 0 1 0 0-3.168l.396-2.773h2.773"/><path stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.584" d="M18.05 6.564a8.77 8.77 0 0 1 .438 12.455c-3.341 3.56-8.955 3.755-12.538.435A8.77 8.77 0 0 1 5.512 7a8.89 8.89 0 0 1 7.115-2.781m-1.26-2.04 2.259 2.141-2.26 2.295"/></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
+ IconKuaiJin15Miao.displayName = 'IconKuaiJin15Miao'
52
+
53
+ export default IconKuaiJin15Miao
@@ -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 IconWenJianJiaProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconWenJianJia = forwardRef<unknown, IconWenJianJiaProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path fill="#292929" d="M10 4a1 1 0 0 1 .707.293L12.414 6H21a1 1 0 0 1 1 1v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a1 1 0 0 1 1-1zm5.707 6.293a1 1 0 0 0-1.414 0L11 13.586l-1.293-1.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0 0-1.414"/></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
+ IconWenJianJia.displayName = 'IconWenJianJia'
52
+
53
+ export default IconWenJianJia
@@ -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 IconYinPin2Props extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconYinPin2 = forwardRef<unknown, IconYinPin2Props>(
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
+ IconYinPin2.displayName = 'IconYinPin2'
52
+
53
+ export default IconYinPin2
@@ -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 IconZanTingProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconZanTing = forwardRef<unknown, IconZanTingProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path fill="#171717" d="M13.655 5.793c0-.457.37-.827.827-.827h2.483c.457 0 .828.37.828.827v13.242c0 .457-.37.827-.828.827h-2.483a.83.83 0 0 1-.827-.827z"/><path fill="#171717" d="M6.207 5.793c0-.457.37-.827.827-.827h2.483c.457 0 .828.37.828.827v13.242c0 .457-.371.827-.828.827H7.034a.83.83 0 0 1-.827-.827z"/></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
+ IconZanTing.displayName = 'IconZanTing'
52
+
53
+ export default IconZanTing
@@ -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 IconZhanKai2Props extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconZhanKai2 = forwardRef<unknown, IconZhanKai2Props>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="#F4F4F5"/><path stroke="#4A5565" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.143" d="M9.714 7.429H7.43v2.285m0-2.285 2.857 2.857m4-2.857h2.285v2.285m0-2.285-2.857 2.857m-4 6.286H7.43v-2.286m0 2.286 2.857-2.858m6.285 2.858-2.857-2.858m.572 2.858h2.285v-2.286"/></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 24 24"
28
+ {...props}
29
+ />
30
+ )
31
+ },
32
+ )
33
+
34
+ IconZhanKai2.displayName = 'IconZhanKai2'
35
+
36
+ export default IconZhanKai2
@@ -7,10 +7,12 @@ import { IconAi1 } from './icons/IconAi1'
7
7
  import { IconBack } from './icons/IconBack'
8
8
  import { IconBianJi } from './icons/IconBianJi'
9
9
  import { IconBoFang } from './icons/IconBoFang'
10
+ import { IconBoFang1 } from './icons/IconBoFang1'
10
11
  import { IconCaiJing } from './icons/IconCaiJing'
11
12
  import { IconCaiJing1 } from './icons/IconCaiJing1'
12
13
  import { IconCheck } from './icons/IconCheck'
13
14
  import { IconChongXin } from './icons/IconChongXin'
15
+ import { IconChuanRu } from './icons/IconChuanRu'
14
16
  import { IconDaiShenHe } from './icons/IconDaiShenHe'
15
17
  import { IconDuoXuan } from './icons/IconDuoXuan'
16
18
  import { IconFenXiang } from './icons/IconFenXiang'
@@ -34,6 +36,7 @@ import { IconJiaoYu } from './icons/IconJiaoYu'
34
36
  import { IconJiaoYu1 } from './icons/IconJiaoYu1'
35
37
  import { IconKeJi } from './icons/IconKeJi'
36
38
  import { IconKeJi1 } from './icons/IconKeJi1'
39
+ import { IconKuaiJin15Miao } from './icons/IconKuaiJin15Miao'
37
40
  import { IconLianJie } from './icons/IconLianJie'
38
41
  import { IconLianXiRen1 } from './icons/IconLianXiRen1'
39
42
  import { IconLianXiRen2 } from './icons/IconLianXiRen2'
@@ -68,6 +71,7 @@ import { IconTongZhi1 } from './icons/IconTongZhi1'
68
71
  import { IconWeiXinHaoYou } from './icons/IconWeiXinHaoYou'
69
72
  import { IconWenDang } from './icons/IconWenDang'
70
73
  import { IconWenHuaTiYu1 } from './icons/IconWenHuaTiYu1'
74
+ import { IconWenJianJia } from './icons/IconWenJianJia'
71
75
  import { IconXiaoXi } from './icons/IconXiaoXi'
72
76
  import { IconYiBoHui } from './icons/IconYiBoHui'
73
77
  import { IconYiDianZan1 } from './icons/IconYiDianZan1'
@@ -75,16 +79,19 @@ import { IconYiGouXuan } from './icons/IconYiGouXuan'
75
79
  import { IconYinFu } from './icons/IconYinFu'
76
80
  import { IconYinPin } from './icons/IconYinPin'
77
81
  import { IconYinPin1 } from './icons/IconYinPin1'
82
+ import { IconYinPin2 } from './icons/IconYinPin2'
78
83
  import { IconYiShouCang1 } from './icons/IconYiShouCang1'
79
84
  import { IconYiTongGuo } from './icons/IconYiTongGuo'
80
85
  import { IconYou } from './icons/IconYou'
81
86
  import { IconYuLan } from './icons/IconYuLan'
82
87
  import { IconYuLan1 } from './icons/IconYuLan1'
83
88
  import { IconYuLanGuanBi } from './icons/IconYuLanGuanBi'
89
+ import { IconZanTing } from './icons/IconZanTing'
84
90
  import { IconZengJia } from './icons/IconZengJia'
85
91
  import { IconZengJia1 } from './icons/IconZengJia1'
86
92
  import { IconZhanKai } from './icons/IconZhanKai'
87
93
  import { IconZhanKai1 } from './icons/IconZhanKai1'
94
+ import { IconZhanKai2 } from './icons/IconZhanKai2'
88
95
  import { IconZhengQue } from './icons/IconZhengQue'
89
96
  import { IconZhiChang } from './icons/IconZhiChang'
90
97
  import { IconZhiChang1 } from './icons/IconZhiChang1'
@@ -98,10 +105,12 @@ export { IconAi1, type IconAi1Props } from './icons/IconAi1'
98
105
  export { IconBack, type IconBackProps } from './icons/IconBack'
99
106
  export { IconBianJi, type IconBianJiProps } from './icons/IconBianJi'
100
107
  export { IconBoFang, type IconBoFangProps } from './icons/IconBoFang'
108
+ export { IconBoFang1, type IconBoFang1Props } from './icons/IconBoFang1'
101
109
  export { IconCaiJing, type IconCaiJingProps } from './icons/IconCaiJing'
102
110
  export { IconCaiJing1, type IconCaiJing1Props } from './icons/IconCaiJing1'
103
111
  export { IconCheck, type IconCheckProps } from './icons/IconCheck'
104
112
  export { IconChongXin, type IconChongXinProps } from './icons/IconChongXin'
113
+ export { IconChuanRu, type IconChuanRuProps } from './icons/IconChuanRu'
105
114
  export { IconDaiShenHe, type IconDaiShenHeProps } from './icons/IconDaiShenHe'
106
115
  export { IconDuoXuan, type IconDuoXuanProps } from './icons/IconDuoXuan'
107
116
  export { IconFenXiang, type IconFenXiangProps } from './icons/IconFenXiang'
@@ -125,6 +134,7 @@ export { IconJiaoYu, type IconJiaoYuProps } from './icons/IconJiaoYu'
125
134
  export { IconJiaoYu1, type IconJiaoYu1Props } from './icons/IconJiaoYu1'
126
135
  export { IconKeJi, type IconKeJiProps } from './icons/IconKeJi'
127
136
  export { IconKeJi1, type IconKeJi1Props } from './icons/IconKeJi1'
137
+ export { IconKuaiJin15Miao, type IconKuaiJin15MiaoProps } from './icons/IconKuaiJin15Miao'
128
138
  export { IconLianJie, type IconLianJieProps } from './icons/IconLianJie'
129
139
  export { IconLianXiRen1, type IconLianXiRen1Props } from './icons/IconLianXiRen1'
130
140
  export { IconLianXiRen2, type IconLianXiRen2Props } from './icons/IconLianXiRen2'
@@ -159,6 +169,7 @@ export { IconTongZhi1, type IconTongZhi1Props } from './icons/IconTongZhi1'
159
169
  export { IconWeiXinHaoYou, type IconWeiXinHaoYouProps } from './icons/IconWeiXinHaoYou'
160
170
  export { IconWenDang, type IconWenDangProps } from './icons/IconWenDang'
161
171
  export { IconWenHuaTiYu1, type IconWenHuaTiYu1Props } from './icons/IconWenHuaTiYu1'
172
+ export { IconWenJianJia, type IconWenJianJiaProps } from './icons/IconWenJianJia'
162
173
  export { IconXiaoXi, type IconXiaoXiProps } from './icons/IconXiaoXi'
163
174
  export { IconYiBoHui, type IconYiBoHuiProps } from './icons/IconYiBoHui'
164
175
  export { IconYiDianZan1, type IconYiDianZan1Props } from './icons/IconYiDianZan1'
@@ -166,16 +177,19 @@ export { IconYiGouXuan, type IconYiGouXuanProps } from './icons/IconYiGouXuan'
166
177
  export { IconYinFu, type IconYinFuProps } from './icons/IconYinFu'
167
178
  export { IconYinPin, type IconYinPinProps } from './icons/IconYinPin'
168
179
  export { IconYinPin1, type IconYinPin1Props } from './icons/IconYinPin1'
180
+ export { IconYinPin2, type IconYinPin2Props } from './icons/IconYinPin2'
169
181
  export { IconYiShouCang1, type IconYiShouCang1Props } from './icons/IconYiShouCang1'
170
182
  export { IconYiTongGuo, type IconYiTongGuoProps } from './icons/IconYiTongGuo'
171
183
  export { IconYou, type IconYouProps } from './icons/IconYou'
172
184
  export { IconYuLan, type IconYuLanProps } from './icons/IconYuLan'
173
185
  export { IconYuLan1, type IconYuLan1Props } from './icons/IconYuLan1'
174
186
  export { IconYuLanGuanBi, type IconYuLanGuanBiProps } from './icons/IconYuLanGuanBi'
187
+ export { IconZanTing, type IconZanTingProps } from './icons/IconZanTing'
175
188
  export { IconZengJia, type IconZengJiaProps } from './icons/IconZengJia'
176
189
  export { IconZengJia1, type IconZengJia1Props } from './icons/IconZengJia1'
177
190
  export { IconZhanKai, type IconZhanKaiProps } from './icons/IconZhanKai'
178
191
  export { IconZhanKai1, type IconZhanKai1Props } from './icons/IconZhanKai1'
192
+ export { IconZhanKai2, type IconZhanKai2Props } from './icons/IconZhanKai2'
179
193
  export { IconZhengQue, type IconZhengQueProps } from './icons/IconZhengQue'
180
194
  export { IconZhiChang, type IconZhiChangProps } from './icons/IconZhiChang'
181
195
  export { IconZhiChang1, type IconZhiChang1Props } from './icons/IconZhiChang1'
@@ -190,10 +204,12 @@ export const allIcons = {
190
204
  IconBack,
191
205
  IconBianJi,
192
206
  IconBoFang,
207
+ IconBoFang1,
193
208
  IconCaiJing,
194
209
  IconCaiJing1,
195
210
  IconCheck,
196
211
  IconChongXin,
212
+ IconChuanRu,
197
213
  IconDaiShenHe,
198
214
  IconDuoXuan,
199
215
  IconFenXiang,
@@ -217,6 +233,7 @@ export const allIcons = {
217
233
  IconJiaoYu1,
218
234
  IconKeJi,
219
235
  IconKeJi1,
236
+ IconKuaiJin15Miao,
220
237
  IconLianJie,
221
238
  IconLianXiRen1,
222
239
  IconLianXiRen2,
@@ -251,6 +268,7 @@ export const allIcons = {
251
268
  IconWeiXinHaoYou,
252
269
  IconWenDang,
253
270
  IconWenHuaTiYu1,
271
+ IconWenJianJia,
254
272
  IconXiaoXi,
255
273
  IconYiBoHui,
256
274
  IconYiDianZan1,
@@ -258,16 +276,19 @@ export const allIcons = {
258
276
  IconYinFu,
259
277
  IconYinPin,
260
278
  IconYinPin1,
279
+ IconYinPin2,
261
280
  IconYiShouCang1,
262
281
  IconYiTongGuo,
263
282
  IconYou,
264
283
  IconYuLan,
265
284
  IconYuLan1,
266
285
  IconYuLanGuanBi,
286
+ IconZanTing,
267
287
  IconZengJia,
268
288
  IconZengJia1,
269
289
  IconZhanKai,
270
290
  IconZhanKai1,
291
+ IconZhanKai2,
271
292
  IconZhengQue,
272
293
  IconZhiChang,
273
294
  IconZhiChang1,
@@ -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="M9.5 3h-5A1.5 1.5 0 0 0 3 4.5v15A1.5 1.5 0 0 0 4.5 21h15a1.5 1.5 0 0 0 1.5-1.5v-5"/><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9 8.5 2 6 6-2"/><path stroke="#0D131A" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 14.5c2.5-7.5 4-9 9-11"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="#F4F4F5"/><path stroke="#4A5565" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.143" d="M9.714 7.429H7.43v2.285m0-2.285 2.857 2.857m4-2.857h2.285v2.285m0-2.285-2.857 2.857m-4 6.286H7.43v-2.286m0 2.286 2.857-2.858m6.285 2.858-2.857-2.858m.572 2.858h2.285v-2.286"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 24 24"><path stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".95" d="M10.099 16.436v-6.337l-1.267 1.188"/><path stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width=".95" d="M12.633 16.04a1.98 1.98 0 1 0 0-3.168l.396-2.773h2.773"/><path stroke="black" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.584" d="M18.05 6.564a8.77 8.77 0 0 1 .438 12.455c-3.341 3.56-8.955 3.755-12.538.435A8.77 8.77 0 0 1 5.512 7a8.89 8.89 0 0 1 7.115-2.781m-1.26-2.04 2.259 2.141-2.26 2.295"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 24 24"><path fill="#FBBF24" d="M8.122 2.676a1.5 1.5 0 0 0-2.306 1.266v16.116a1.5 1.5 0 0 0 2.306 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 fill="#292929" d="M10 4a1 1 0 0 1 .707.293L12.414 6H21a1 1 0 0 1 1 1v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a1 1 0 0 1 1-1zm5.707 6.293a1 1 0 0 0-1.414 0L11 13.586l-1.293-1.293a1 1 0 1 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0 0-1.414"/></svg>
@@ -0,0 +1 @@
1
+ <svg fill="none" viewBox="0 0 24 24"><path fill="#171717" d="M13.655 5.793c0-.457.37-.827.827-.827h2.483c.457 0 .828.37.828.827v13.242c0 .457-.37.827-.828.827h-2.483a.83.83 0 0 1-.827-.827z"/><path fill="#171717" d="M6.207 5.793c0-.457.37-.827.827-.827h2.483c.457 0 .828.37.828.827v13.242c0 .457-.371.827-.828.827H7.034a.83.83 0 0 1-.827-.827z"/></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>