@zleap-ai/icons 0.0.80 → 0.0.85
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.
- package/dist/cjs/icons/IconBoFang.js +17 -0
- package/dist/cjs/icons/IconBoFang.js.map +1 -0
- package/dist/cjs/icons/IconFrame1261156360.js +17 -0
- package/dist/cjs/icons/IconFrame1261156360.js.map +1 -0
- package/dist/cjs/icons/IconFrame3.js +17 -0
- package/dist/cjs/icons/IconFrame3.js.map +1 -0
- package/dist/cjs/icons/IconLuYin.js +17 -0
- package/dist/cjs/icons/IconLuYin.js.map +1 -0
- package/dist/cjs/icons/IconPlay.js +17 -0
- package/dist/cjs/icons/IconPlay.js.map +1 -0
- package/dist/cjs/icons/IconYinFu.js +17 -0
- package/dist/cjs/icons/IconYinFu.js.map +1 -0
- package/dist/cjs/icons/IconYinPin.js +17 -0
- package/dist/cjs/icons/IconYinPin.js.map +1 -0
- package/dist/cjs/icons/IconYinPin1.js +17 -0
- package/dist/cjs/icons/IconYinPin1.js.map +1 -0
- package/dist/cjs/index.js +34 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/icons/IconBoFang.js +14 -0
- package/dist/esm/icons/IconBoFang.js.map +1 -0
- package/dist/esm/icons/IconFrame1261156360.js +14 -0
- package/dist/esm/icons/IconFrame1261156360.js.map +1 -0
- package/dist/esm/icons/IconFrame3.js +14 -0
- package/dist/esm/icons/IconFrame3.js.map +1 -0
- package/dist/esm/icons/IconLuYin.js +14 -0
- package/dist/esm/icons/IconLuYin.js.map +1 -0
- package/dist/esm/icons/IconPlay.js +14 -0
- package/dist/esm/icons/IconPlay.js.map +1 -0
- package/dist/esm/icons/IconYinFu.js +14 -0
- package/dist/esm/icons/IconYinFu.js.map +1 -0
- package/dist/esm/icons/IconYinPin.js +14 -0
- package/dist/esm/icons/IconYinPin.js.map +1 -0
- package/dist/esm/icons/IconYinPin1.js +14 -0
- package/dist/esm/icons/IconYinPin1.js.map +1 -0
- package/dist/esm/index.js +24 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/types/icons/IconBoFang.d.ts +17 -0
- package/dist/types/icons/IconBoFang.d.ts.map +1 -0
- package/dist/types/icons/IconFrame1261156360.d.ts +17 -0
- package/dist/types/icons/IconFrame1261156360.d.ts.map +1 -0
- package/dist/types/icons/IconFrame3.d.ts +17 -0
- package/dist/types/icons/IconFrame3.d.ts.map +1 -0
- package/dist/types/icons/IconLuYin.d.ts +17 -0
- package/dist/types/icons/IconLuYin.d.ts.map +1 -0
- package/dist/types/icons/IconPlay.d.ts +17 -0
- package/dist/types/icons/IconPlay.d.ts.map +1 -0
- package/dist/types/icons/IconYinFu.d.ts +17 -0
- package/dist/types/icons/IconYinFu.d.ts.map +1 -0
- package/dist/types/icons/IconYinPin.d.ts +17 -0
- package/dist/types/icons/IconYinPin.d.ts.map +1 -0
- package/dist/types/icons/IconYinPin1.d.ts +17 -0
- package/dist/types/icons/IconYinPin1.d.ts.map +1 -0
- package/dist/types/index.d.ts +16 -0
- package/dist/types/index.d.ts.map +1 -1
- package/icons.json +90 -2
- package/package.json +1 -1
- package/react-native/icons/IconBoFang.tsx +53 -0
- package/react-native/icons/IconFrame1261156360.tsx +36 -0
- package/react-native/icons/IconFrame3.tsx +36 -0
- package/react-native/icons/IconLuYin.tsx +53 -0
- package/react-native/icons/IconPlay.tsx +53 -0
- package/react-native/icons/IconYinFu.tsx +53 -0
- package/react-native/icons/IconYinPin.tsx +53 -0
- package/react-native/icons/IconYinPin1.tsx +53 -0
- package/react-native/index.ts +24 -0
- package/svg/Frame-1261156360.svg +1 -0
- package/svg/Frame3.svg +1 -0
- package/svg/play.svg +1 -0
- package/svg//345/275/225/351/237/263.svg +1 -0
- package/svg//346/222/255/346/224/276.svg +1 -0
- package/svg//351/237/263/347/254/246.svg +1 -0
- package/svg//351/237/263/351/242/221.svg +1 -0
- package/svg//351/237/263/351/242/2211.svg +1 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import React, { forwardRef, useMemo } from 'react'
|
|
2
|
+
import type { ComponentProps } from 'react'
|
|
3
|
+
import { SvgXml } from 'react-native-svg'
|
|
4
|
+
|
|
5
|
+
export interface IconFrame1261156360Props extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
|
|
6
|
+
size?: number | string
|
|
7
|
+
color?: string
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export const IconFrame1261156360 = forwardRef<unknown, IconFrame1261156360Props>(
|
|
11
|
+
({ size = 24, color, ...props }, ref) => {
|
|
12
|
+
const baseXml = useMemo(
|
|
13
|
+
() => `<svg fill="none" viewBox="0 0 20 20"><g filter="url(#a)"><mask id="b" width="1440" height="961" x="-275" y="-85" fill="black" maskUnits="userSpaceOnUse"/><path fill="#FAFAF9" d="M-275-84H71v960h-346z"/><path fill="#D4D4D4" d="M71-84h-.5v960h1V-84z"/><path stroke="#FF8A00" stroke-linejoin="round" stroke-width="1.25" d="M16.25 2.5H3.75c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25Z"/><path stroke="#FF8A00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M10 6.667v6.666"/><path stroke="#FF8A00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M6.662 10h6.667"/><path fill="#E7E5E4" d="M-275-84v1h1440v-2H-275z" mask="url(#b)"/></g><defs><filter id="a" width="1448" height="969" x="-279" y="-85" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"/><feBlend in2="BackgroundImageFix" mode="normal" result="effect1_dropShadow_326_19041"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_326_19041" mode="normal" result="shape"/></filter></defs></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 20 20"
|
|
28
|
+
{...props}
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
},
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
IconFrame1261156360.displayName = 'IconFrame1261156360'
|
|
35
|
+
|
|
36
|
+
export default IconFrame1261156360
|
|
@@ -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 IconFrame3Props extends Omit<ComponentProps<typeof SvgXml>, 'xml' | 'width' | 'height'> {
|
|
6
|
+
size?: number | string
|
|
7
|
+
color?: string
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export const IconFrame3 = forwardRef<unknown, IconFrame3Props>(
|
|
11
|
+
({ size = 24, color, ...props }, ref) => {
|
|
12
|
+
const baseXml = useMemo(
|
|
13
|
+
() => `<svg fill="none" viewBox="0 0 20 20"><g filter="url(#a)"><mask id="b" width="1440" height="961" x="-16" y="-85" fill="black" maskUnits="userSpaceOnUse"/><path fill="#FAFAF9" d="M-16-84h346v960H-16z"/><path fill="#D4D4D4" d="M330-84h-.5v960h1V-84z"/><path stroke="#A3A3A3" stroke-linejoin="round" stroke-width="1.25" d="M2.081 3.333c0-.46.373-.833.833-.833h5L9.998 5h7.083c.46 0 .833.373.833.833v10.834c0 .46-.373.833-.833.833H2.914a.833.833 0 0 1-.833-.833z"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M12.5 10.828 10 8.333l-2.5 2.5"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M10 8.333v5.834"/><path fill="#E7E5E4" d="M-16-84v1h1440v-2H-16z" mask="url(#b)"/></g><defs><filter id="a" width="1448" height="969" x="-20" y="-85" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"/><feBlend in2="BackgroundImageFix" mode="normal" result="effect1_dropShadow_326_19041"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_326_19041" mode="normal" result="shape"/></filter></defs></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 20 20"
|
|
28
|
+
{...props}
|
|
29
|
+
/>
|
|
30
|
+
)
|
|
31
|
+
},
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
IconFrame3.displayName = 'IconFrame3'
|
|
35
|
+
|
|
36
|
+
export default IconFrame3
|
|
@@ -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
|
package/react-native/index.ts
CHANGED
|
@@ -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'
|
|
@@ -14,7 +15,9 @@ import { IconDuoXuan } from './icons/IconDuoXuan'
|
|
|
14
15
|
import { IconFenXiang } from './icons/IconFenXiang'
|
|
15
16
|
import { IconFrame } from './icons/IconFrame'
|
|
16
17
|
import { IconFrame1 } from './icons/IconFrame1'
|
|
18
|
+
import { IconFrame1261156360 } from './icons/IconFrame1261156360'
|
|
17
19
|
import { IconFrame2 } from './icons/IconFrame2'
|
|
20
|
+
import { IconFrame3 } from './icons/IconFrame3'
|
|
18
21
|
import { IconFuZhiLianJie } from './icons/IconFuZhiLianJie'
|
|
19
22
|
import { IconGengDuo } from './icons/IconGengDuo'
|
|
20
23
|
import { IconGengDuo1 } from './icons/IconGengDuo1'
|
|
@@ -34,8 +37,10 @@ import { IconLianXiRen1 } from './icons/IconLianXiRen1'
|
|
|
34
37
|
import { IconLianXiRen2 } from './icons/IconLianXiRen2'
|
|
35
38
|
import { IconLianXiRen3 } from './icons/IconLianXiRen3'
|
|
36
39
|
import { IconLike } from './icons/IconLike'
|
|
40
|
+
import { IconLuYin } from './icons/IconLuYin'
|
|
37
41
|
import { IconNotificationsSharp } from './icons/IconNotificationsSharp'
|
|
38
42
|
import { IconPingLun } from './icons/IconPingLun'
|
|
43
|
+
import { IconPlay } from './icons/IconPlay'
|
|
39
44
|
import { IconQiChe } from './icons/IconQiChe'
|
|
40
45
|
import { IconQiChe1 } from './icons/IconQiChe1'
|
|
41
46
|
import { IconQingChuYiDu } from './icons/IconQingChuYiDu'
|
|
@@ -65,6 +70,9 @@ import { IconXiaoXi } from './icons/IconXiaoXi'
|
|
|
65
70
|
import { IconYiBoHui } from './icons/IconYiBoHui'
|
|
66
71
|
import { IconYiDianZan1 } from './icons/IconYiDianZan1'
|
|
67
72
|
import { IconYiGouXuan } from './icons/IconYiGouXuan'
|
|
73
|
+
import { IconYinFu } from './icons/IconYinFu'
|
|
74
|
+
import { IconYinPin } from './icons/IconYinPin'
|
|
75
|
+
import { IconYinPin1 } from './icons/IconYinPin1'
|
|
68
76
|
import { IconYiShouCang1 } from './icons/IconYiShouCang1'
|
|
69
77
|
import { IconYiTongGuo } from './icons/IconYiTongGuo'
|
|
70
78
|
import { IconYou } from './icons/IconYou'
|
|
@@ -86,6 +94,7 @@ export { IconAi, type IconAiProps } from './icons/IconAi'
|
|
|
86
94
|
export { IconAi1, type IconAi1Props } from './icons/IconAi1'
|
|
87
95
|
export { IconBack, type IconBackProps } from './icons/IconBack'
|
|
88
96
|
export { IconBianJi, type IconBianJiProps } from './icons/IconBianJi'
|
|
97
|
+
export { IconBoFang, type IconBoFangProps } from './icons/IconBoFang'
|
|
89
98
|
export { IconCaiJing, type IconCaiJingProps } from './icons/IconCaiJing'
|
|
90
99
|
export { IconCaiJing1, type IconCaiJing1Props } from './icons/IconCaiJing1'
|
|
91
100
|
export { IconCheck, type IconCheckProps } from './icons/IconCheck'
|
|
@@ -94,7 +103,9 @@ export { IconDuoXuan, type IconDuoXuanProps } from './icons/IconDuoXuan'
|
|
|
94
103
|
export { IconFenXiang, type IconFenXiangProps } from './icons/IconFenXiang'
|
|
95
104
|
export { IconFrame, type IconFrameProps } from './icons/IconFrame'
|
|
96
105
|
export { IconFrame1, type IconFrame1Props } from './icons/IconFrame1'
|
|
106
|
+
export { IconFrame1261156360, type IconFrame1261156360Props } from './icons/IconFrame1261156360'
|
|
97
107
|
export { IconFrame2, type IconFrame2Props } from './icons/IconFrame2'
|
|
108
|
+
export { IconFrame3, type IconFrame3Props } from './icons/IconFrame3'
|
|
98
109
|
export { IconFuZhiLianJie, type IconFuZhiLianJieProps } from './icons/IconFuZhiLianJie'
|
|
99
110
|
export { IconGengDuo, type IconGengDuoProps } from './icons/IconGengDuo'
|
|
100
111
|
export { IconGengDuo1, type IconGengDuo1Props } from './icons/IconGengDuo1'
|
|
@@ -114,8 +125,10 @@ export { IconLianXiRen1, type IconLianXiRen1Props } from './icons/IconLianXiRen1
|
|
|
114
125
|
export { IconLianXiRen2, type IconLianXiRen2Props } from './icons/IconLianXiRen2'
|
|
115
126
|
export { IconLianXiRen3, type IconLianXiRen3Props } from './icons/IconLianXiRen3'
|
|
116
127
|
export { IconLike, type IconLikeProps } from './icons/IconLike'
|
|
128
|
+
export { IconLuYin, type IconLuYinProps } from './icons/IconLuYin'
|
|
117
129
|
export { IconNotificationsSharp, type IconNotificationsSharpProps } from './icons/IconNotificationsSharp'
|
|
118
130
|
export { IconPingLun, type IconPingLunProps } from './icons/IconPingLun'
|
|
131
|
+
export { IconPlay, type IconPlayProps } from './icons/IconPlay'
|
|
119
132
|
export { IconQiChe, type IconQiCheProps } from './icons/IconQiChe'
|
|
120
133
|
export { IconQiChe1, type IconQiChe1Props } from './icons/IconQiChe1'
|
|
121
134
|
export { IconQingChuYiDu, type IconQingChuYiDuProps } from './icons/IconQingChuYiDu'
|
|
@@ -145,6 +158,9 @@ export { IconXiaoXi, type IconXiaoXiProps } from './icons/IconXiaoXi'
|
|
|
145
158
|
export { IconYiBoHui, type IconYiBoHuiProps } from './icons/IconYiBoHui'
|
|
146
159
|
export { IconYiDianZan1, type IconYiDianZan1Props } from './icons/IconYiDianZan1'
|
|
147
160
|
export { IconYiGouXuan, type IconYiGouXuanProps } from './icons/IconYiGouXuan'
|
|
161
|
+
export { IconYinFu, type IconYinFuProps } from './icons/IconYinFu'
|
|
162
|
+
export { IconYinPin, type IconYinPinProps } from './icons/IconYinPin'
|
|
163
|
+
export { IconYinPin1, type IconYinPin1Props } from './icons/IconYinPin1'
|
|
148
164
|
export { IconYiShouCang1, type IconYiShouCang1Props } from './icons/IconYiShouCang1'
|
|
149
165
|
export { IconYiTongGuo, type IconYiTongGuoProps } from './icons/IconYiTongGuo'
|
|
150
166
|
export { IconYou, type IconYouProps } from './icons/IconYou'
|
|
@@ -167,6 +183,7 @@ export const allIcons = {
|
|
|
167
183
|
IconAi1,
|
|
168
184
|
IconBack,
|
|
169
185
|
IconBianJi,
|
|
186
|
+
IconBoFang,
|
|
170
187
|
IconCaiJing,
|
|
171
188
|
IconCaiJing1,
|
|
172
189
|
IconCheck,
|
|
@@ -175,7 +192,9 @@ export const allIcons = {
|
|
|
175
192
|
IconFenXiang,
|
|
176
193
|
IconFrame,
|
|
177
194
|
IconFrame1,
|
|
195
|
+
IconFrame1261156360,
|
|
178
196
|
IconFrame2,
|
|
197
|
+
IconFrame3,
|
|
179
198
|
IconFuZhiLianJie,
|
|
180
199
|
IconGengDuo,
|
|
181
200
|
IconGengDuo1,
|
|
@@ -195,8 +214,10 @@ export const allIcons = {
|
|
|
195
214
|
IconLianXiRen2,
|
|
196
215
|
IconLianXiRen3,
|
|
197
216
|
IconLike,
|
|
217
|
+
IconLuYin,
|
|
198
218
|
IconNotificationsSharp,
|
|
199
219
|
IconPingLun,
|
|
220
|
+
IconPlay,
|
|
200
221
|
IconQiChe,
|
|
201
222
|
IconQiChe1,
|
|
202
223
|
IconQingChuYiDu,
|
|
@@ -226,6 +247,9 @@ export const allIcons = {
|
|
|
226
247
|
IconYiBoHui,
|
|
227
248
|
IconYiDianZan1,
|
|
228
249
|
IconYiGouXuan,
|
|
250
|
+
IconYinFu,
|
|
251
|
+
IconYinPin,
|
|
252
|
+
IconYinPin1,
|
|
229
253
|
IconYiShouCang1,
|
|
230
254
|
IconYiTongGuo,
|
|
231
255
|
IconYou,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" viewBox="0 0 20 20"><g filter="url(#a)"><mask id="b" width="1440" height="961" x="-275" y="-85" fill="black" maskUnits="userSpaceOnUse"/><path fill="#FAFAF9" d="M-275-84H71v960h-346z"/><path fill="#D4D4D4" d="M71-84h-.5v960h1V-84z"/><path stroke="#FF8A00" stroke-linejoin="round" stroke-width="1.25" d="M16.25 2.5H3.75c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25Z"/><path stroke="#FF8A00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M10 6.667v6.666"/><path stroke="#FF8A00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M6.662 10h6.667"/><path fill="#E7E5E4" d="M-275-84v1h1440v-2H-275z" mask="url(#b)"/></g><defs><filter id="a" width="1448" height="969" x="-279" y="-85" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"/><feBlend in2="BackgroundImageFix" mode="normal" result="effect1_dropShadow_326_19041"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_326_19041" mode="normal" result="shape"/></filter></defs></svg>
|
package/svg/Frame3.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" viewBox="0 0 20 20"><g filter="url(#a)"><mask id="b" width="1440" height="961" x="-16" y="-85" fill="black" maskUnits="userSpaceOnUse"/><path fill="#FAFAF9" d="M-16-84h346v960H-16z"/><path fill="#D4D4D4" d="M330-84h-.5v960h1V-84z"/><path stroke="#A3A3A3" stroke-linejoin="round" stroke-width="1.25" d="M2.081 3.333c0-.46.373-.833.833-.833h5L9.998 5h7.083c.46 0 .833.373.833.833v10.834c0 .46-.373.833-.833.833H2.914a.833.833 0 0 1-.833-.833z"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M12.5 10.828 10 8.333l-2.5 2.5"/><path stroke="#A3A3A3" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M10 8.333v5.834"/><path fill="#E7E5E4" d="M-16-84v1h1440v-2H-16z" mask="url(#b)"/></g><defs><filter id="a" width="1448" height="969" x="-20" y="-85" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="4"/><feGaussianBlur stdDeviation="2"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.02 0"/><feBlend in2="BackgroundImageFix" mode="normal" result="effect1_dropShadow_326_19041"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_326_19041" mode="normal" result="shape"/></filter></defs></svg>
|
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>
|
|
@@ -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>
|