0.0.1-patch-3 • Published 1 year ago
@chenwei02/react-icon v0.0.1-patch-3
@chenwei02/react-icon
Install
npm install @chenwei02/react-icon
或 yarn add @chenwei02/react-icon
Quick Start
import { Message, Eye, Logo } from '@chenwei02/react-icon'
const IconDemo = () => {
return (
<div>
<Eye size={30} color={'red'} />
</div>
)
}
Svg API
Svg Attributes
name | type | default |
---|---|---|
size | number | undefined |
width | number | undefined |
height | number | undefined |
className | string | undefined |
color | string | undefined |
fill | string | undefined |
stroke | string | undefined |
0.0.1-patch-3
1 year ago
0.0.1-patch-2
1 year ago
0.0.1-patch-1
1 year ago
0.0.1-patch
1 year ago
0.0.1
1 year ago