@zleap-ai/icons 0.0.88 → 0.0.90

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/IconShanChu.js +17 -0
  8. package/dist/cjs/icons/IconShanChu.js.map +1 -0
  9. package/dist/cjs/icons/IconWenJianJia.js +17 -0
  10. package/dist/cjs/icons/IconWenJianJia.js.map +1 -0
  11. package/dist/cjs/icons/IconYinPin2.js +17 -0
  12. package/dist/cjs/icons/IconYinPin2.js.map +1 -0
  13. package/dist/cjs/icons/IconZanTing.js +17 -0
  14. package/dist/cjs/icons/IconZanTing.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/IconShanChu.js +14 -0
  24. package/dist/esm/icons/IconShanChu.js.map +1 -0
  25. package/dist/esm/icons/IconWenJianJia.js +14 -0
  26. package/dist/esm/icons/IconWenJianJia.js.map +1 -0
  27. package/dist/esm/icons/IconYinPin2.js +14 -0
  28. package/dist/esm/icons/IconYinPin2.js.map +1 -0
  29. package/dist/esm/icons/IconZanTing.js +14 -0
  30. package/dist/esm/icons/IconZanTing.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/IconShanChu.d.ts +17 -0
  40. package/dist/types/icons/IconShanChu.d.ts.map +1 -0
  41. package/dist/types/icons/IconWenJianJia.d.ts +17 -0
  42. package/dist/types/icons/IconWenJianJia.d.ts.map +1 -0
  43. package/dist/types/icons/IconYinPin2.d.ts +17 -0
  44. package/dist/types/icons/IconYinPin2.d.ts.map +1 -0
  45. package/dist/types/icons/IconZanTing.d.ts +17 -0
  46. package/dist/types/icons/IconZanTing.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/IconShanChu.tsx +53 -0
  55. package/react-native/icons/IconWenJianJia.tsx +53 -0
  56. package/react-native/icons/IconYinPin2.tsx +53 -0
  57. package/react-native/icons/IconZanTing.tsx +53 -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/210/240/351/231/244.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 IconBoFang1Props extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconBoFang1 = forwardRef<unknown, IconBoFang1Props>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<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>`,
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
+ IconBoFang1.displayName = 'IconBoFang1'
52
+
53
+ export default IconBoFang1
@@ -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 IconShanChuProps extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
6
+ size?: number | string
7
+ color?: string
8
+ }
9
+
10
+ export const IconShanChu = forwardRef<unknown, IconShanChuProps>(
11
+ ({ size = 24, color, ...props }, ref) => {
12
+ const baseXml = useMemo(
13
+ () => `<svg fill="none" viewBox="0 0 24 24"><path stroke="#171717" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6h2m0 0h16M5 6v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6zm3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m-6 5v6m4-6v6"/></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
+ IconShanChu.displayName = 'IconShanChu'
52
+
53
+ export default IconShanChu
@@ -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.242a.83.83 0 0 1-.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
@@ -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'
@@ -47,6 +50,7 @@ import { IconQiChe } from './icons/IconQiChe'
47
50
  import { IconQiChe1 } from './icons/IconQiChe1'
48
51
  import { IconQingChuYiDu } from './icons/IconQingChuYiDu'
49
52
  import { IconSearch } from './icons/IconSearch'
53
+ import { IconShanChu } from './icons/IconShanChu'
50
54
  import { IconShanChuDELETE } from './icons/IconShanChuDELETE'
51
55
  import { IconShangYe } from './icons/IconShangYe'
52
56
  import { IconShangYe1 } from './icons/IconShangYe1'
@@ -68,6 +72,7 @@ import { IconTongZhi1 } from './icons/IconTongZhi1'
68
72
  import { IconWeiXinHaoYou } from './icons/IconWeiXinHaoYou'
69
73
  import { IconWenDang } from './icons/IconWenDang'
70
74
  import { IconWenHuaTiYu1 } from './icons/IconWenHuaTiYu1'
75
+ import { IconWenJianJia } from './icons/IconWenJianJia'
71
76
  import { IconXiaoXi } from './icons/IconXiaoXi'
72
77
  import { IconYiBoHui } from './icons/IconYiBoHui'
73
78
  import { IconYiDianZan1 } from './icons/IconYiDianZan1'
@@ -75,12 +80,14 @@ import { IconYiGouXuan } from './icons/IconYiGouXuan'
75
80
  import { IconYinFu } from './icons/IconYinFu'
76
81
  import { IconYinPin } from './icons/IconYinPin'
77
82
  import { IconYinPin1 } from './icons/IconYinPin1'
83
+ import { IconYinPin2 } from './icons/IconYinPin2'
78
84
  import { IconYiShouCang1 } from './icons/IconYiShouCang1'
79
85
  import { IconYiTongGuo } from './icons/IconYiTongGuo'
80
86
  import { IconYou } from './icons/IconYou'
81
87
  import { IconYuLan } from './icons/IconYuLan'
82
88
  import { IconYuLan1 } from './icons/IconYuLan1'
83
89
  import { IconYuLanGuanBi } from './icons/IconYuLanGuanBi'
90
+ import { IconZanTing } from './icons/IconZanTing'
84
91
  import { IconZengJia } from './icons/IconZengJia'
85
92
  import { IconZengJia1 } from './icons/IconZengJia1'
86
93
  import { IconZhanKai } from './icons/IconZhanKai'
@@ -99,10 +106,12 @@ export { IconAi1, type IconAi1Props } from './icons/IconAi1'
99
106
  export { IconBack, type IconBackProps } from './icons/IconBack'
100
107
  export { IconBianJi, type IconBianJiProps } from './icons/IconBianJi'
101
108
  export { IconBoFang, type IconBoFangProps } from './icons/IconBoFang'
109
+ export { IconBoFang1, type IconBoFang1Props } from './icons/IconBoFang1'
102
110
  export { IconCaiJing, type IconCaiJingProps } from './icons/IconCaiJing'
103
111
  export { IconCaiJing1, type IconCaiJing1Props } from './icons/IconCaiJing1'
104
112
  export { IconCheck, type IconCheckProps } from './icons/IconCheck'
105
113
  export { IconChongXin, type IconChongXinProps } from './icons/IconChongXin'
114
+ export { IconChuanRu, type IconChuanRuProps } from './icons/IconChuanRu'
106
115
  export { IconDaiShenHe, type IconDaiShenHeProps } from './icons/IconDaiShenHe'
107
116
  export { IconDuoXuan, type IconDuoXuanProps } from './icons/IconDuoXuan'
108
117
  export { IconFenXiang, type IconFenXiangProps } from './icons/IconFenXiang'
@@ -126,6 +135,7 @@ export { IconJiaoYu, type IconJiaoYuProps } from './icons/IconJiaoYu'
126
135
  export { IconJiaoYu1, type IconJiaoYu1Props } from './icons/IconJiaoYu1'
127
136
  export { IconKeJi, type IconKeJiProps } from './icons/IconKeJi'
128
137
  export { IconKeJi1, type IconKeJi1Props } from './icons/IconKeJi1'
138
+ export { IconKuaiJin15Miao, type IconKuaiJin15MiaoProps } from './icons/IconKuaiJin15Miao'
129
139
  export { IconLianJie, type IconLianJieProps } from './icons/IconLianJie'
130
140
  export { IconLianXiRen1, type IconLianXiRen1Props } from './icons/IconLianXiRen1'
131
141
  export { IconLianXiRen2, type IconLianXiRen2Props } from './icons/IconLianXiRen2'
@@ -139,6 +149,7 @@ export { IconQiChe, type IconQiCheProps } from './icons/IconQiChe'
139
149
  export { IconQiChe1, type IconQiChe1Props } from './icons/IconQiChe1'
140
150
  export { IconQingChuYiDu, type IconQingChuYiDuProps } from './icons/IconQingChuYiDu'
141
151
  export { IconSearch, type IconSearchProps } from './icons/IconSearch'
152
+ export { IconShanChu, type IconShanChuProps } from './icons/IconShanChu'
142
153
  export { IconShanChuDELETE, type IconShanChuDELETEProps } from './icons/IconShanChuDELETE'
143
154
  export { IconShangYe, type IconShangYeProps } from './icons/IconShangYe'
144
155
  export { IconShangYe1, type IconShangYe1Props } from './icons/IconShangYe1'
@@ -160,6 +171,7 @@ export { IconTongZhi1, type IconTongZhi1Props } from './icons/IconTongZhi1'
160
171
  export { IconWeiXinHaoYou, type IconWeiXinHaoYouProps } from './icons/IconWeiXinHaoYou'
161
172
  export { IconWenDang, type IconWenDangProps } from './icons/IconWenDang'
162
173
  export { IconWenHuaTiYu1, type IconWenHuaTiYu1Props } from './icons/IconWenHuaTiYu1'
174
+ export { IconWenJianJia, type IconWenJianJiaProps } from './icons/IconWenJianJia'
163
175
  export { IconXiaoXi, type IconXiaoXiProps } from './icons/IconXiaoXi'
164
176
  export { IconYiBoHui, type IconYiBoHuiProps } from './icons/IconYiBoHui'
165
177
  export { IconYiDianZan1, type IconYiDianZan1Props } from './icons/IconYiDianZan1'
@@ -167,12 +179,14 @@ export { IconYiGouXuan, type IconYiGouXuanProps } from './icons/IconYiGouXuan'
167
179
  export { IconYinFu, type IconYinFuProps } from './icons/IconYinFu'
168
180
  export { IconYinPin, type IconYinPinProps } from './icons/IconYinPin'
169
181
  export { IconYinPin1, type IconYinPin1Props } from './icons/IconYinPin1'
182
+ export { IconYinPin2, type IconYinPin2Props } from './icons/IconYinPin2'
170
183
  export { IconYiShouCang1, type IconYiShouCang1Props } from './icons/IconYiShouCang1'
171
184
  export { IconYiTongGuo, type IconYiTongGuoProps } from './icons/IconYiTongGuo'
172
185
  export { IconYou, type IconYouProps } from './icons/IconYou'
173
186
  export { IconYuLan, type IconYuLanProps } from './icons/IconYuLan'
174
187
  export { IconYuLan1, type IconYuLan1Props } from './icons/IconYuLan1'
175
188
  export { IconYuLanGuanBi, type IconYuLanGuanBiProps } from './icons/IconYuLanGuanBi'
189
+ export { IconZanTing, type IconZanTingProps } from './icons/IconZanTing'
176
190
  export { IconZengJia, type IconZengJiaProps } from './icons/IconZengJia'
177
191
  export { IconZengJia1, type IconZengJia1Props } from './icons/IconZengJia1'
178
192
  export { IconZhanKai, type IconZhanKaiProps } from './icons/IconZhanKai'
@@ -192,10 +206,12 @@ export const allIcons = {
192
206
  IconBack,
193
207
  IconBianJi,
194
208
  IconBoFang,
209
+ IconBoFang1,
195
210
  IconCaiJing,
196
211
  IconCaiJing1,
197
212
  IconCheck,
198
213
  IconChongXin,
214
+ IconChuanRu,
199
215
  IconDaiShenHe,
200
216
  IconDuoXuan,
201
217
  IconFenXiang,
@@ -219,6 +235,7 @@ export const allIcons = {
219
235
  IconJiaoYu1,
220
236
  IconKeJi,
221
237
  IconKeJi1,
238
+ IconKuaiJin15Miao,
222
239
  IconLianJie,
223
240
  IconLianXiRen1,
224
241
  IconLianXiRen2,
@@ -232,6 +249,7 @@ export const allIcons = {
232
249
  IconQiChe1,
233
250
  IconQingChuYiDu,
234
251
  IconSearch,
252
+ IconShanChu,
235
253
  IconShanChuDELETE,
236
254
  IconShangYe,
237
255
  IconShangYe1,
@@ -253,6 +271,7 @@ export const allIcons = {
253
271
  IconWeiXinHaoYou,
254
272
  IconWenDang,
255
273
  IconWenHuaTiYu1,
274
+ IconWenJianJia,
256
275
  IconXiaoXi,
257
276
  IconYiBoHui,
258
277
  IconYiDianZan1,
@@ -260,12 +279,14 @@ export const allIcons = {
260
279
  IconYinFu,
261
280
  IconYinPin,
262
281
  IconYinPin1,
282
+ IconYinPin2,
263
283
  IconYiShouCang1,
264
284
  IconYiTongGuo,
265
285
  IconYou,
266
286
  IconYuLan,
267
287
  IconYuLan1,
268
288
  IconYuLanGuanBi,
289
+ IconZanTing,
269
290
  IconZengJia,
270
291
  IconZengJia1,
271
292
  IconZhanKai,
@@ -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"><path stroke="#171717" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6h2m0 0h16M5 6v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6zm3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m-6 5v6m4-6v6"/></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.242a.83.83 0 0 1-.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>