Dynamic icons for your React project.
npm install react-dynamic-vector-iconsDynamic icons for your React project.

``bash`
npm run install react-dynamic-vector-iconsor
yarn add react-dynamic-vector-iconsUsage
`js
import { CheckBoard,DoubleCheck } from 'react-dynamic-vector-icons';
export default () =>(
Properties
Any Text property and the following:
| Name | type | Description | Default |
| :--- | :----- | :--------------- | :------ |
| size | String | Size of the icon |
"80" |Icon categories
* CheckBoard
* DoubleCheck
* Finance
* Feedback
* GuideBoarder
* Icecream
* Industry
* Navigator
* Rain
* Thermometer
* Tools
* Wifi
Support Some SSR Frames
Maybe you could use some SSR React Frames,such as
next.js,you can import it as follows:`js
const GuideBoarder = dynamic(() => import("react-dynamic-vector-icons").then((mod) => mod.GuideBoarder), { ssr: false });
``This project is licenced under the MIT License.