@chenwei02/react-icon
v0.0.1-patch-3
Published
react svg icon
Downloads
12
Readme
@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