Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-dynamic-vector-icons

ZhangWei-KUMO4MIT0.0.7

Dynamic icons for your React project.

icons, react icons, dynamic icons, vector icons

readme

React Dynamic Vector Icons

Dynamic icons for your React project.

Install

npm run install react-dynamic-vector-icons
# or
yarn add react-dynamic-vector-icons

Usage

import { CheckBoard,DoubleCheck } from 'react-dynamic-vector-icons';

export default () =>(
  <div>
      <CheckBoard />
      <DoubleCheck size="90" type="loopPlay"/>
  </div>
)

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:

const GuideBoarder = dynamic(() => import("react-dynamic-vector-icons").then((mod) => mod.GuideBoarder), { ssr: false });

License

This project is licenced under the MIT License.