@guanfantech/react-icon
v2.6.1
Published
react Icons for guanfantech
Downloads
78
Readme
Install
pnpm install @guanfantech/react-iconSet @chakra-ui
https://chakra-ui.com/getting-started
Usage
import React from 'react'
import {
IconFax,
IconFilter,
IconPin,
IconWater,
} from '@guanfantech/react-icon'
function App() {
return (
<div className="App">
<IconFax />
<IconFilter />
<IconPin />
<IconWater />
</div>
)
}
export default AppProps
| name | type | | ----- | ------ | | color | string | | size | number |
