2.2.1 • Published 1 year ago

react-icon-cx v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-icon-cx

react-icon-cx contains a wide variety of icons, including common UI icons like arrows, checkmarks, and X's, as well as more specialized icons like social media icons, file type icons, and currency symbols.

Installation

To install react-icon-cx, run:

npm install react-icon-cx --save

Usage

import React from "react" ;
import { AirdropBold } from "react-icon-cx" ;


export const HomePage = () => {
    return (
       <><AirdropBold/></>
    )
  }

Props

import React from "react" ;
import { AirdropBold } from "react-icon-cx" ;


export const HomePage = () => {
    return (
       <><AirdropBold style={{fontSize:"2rem",color:"#0d6efd"}}/></>
    )
  }

License

react-icon-cx is licensed under the MIT license.

Credits

react-icon-cx is maintained by rutvik patel.

Support

If you have any questions or issues, please submit an issue on the GitHub repository.

2.2.1

1 year ago

2.1.2

1 year ago

2.0.3

1 year ago

2.1.1

1 year ago

2.1.4

1 year ago

2.0.5

1 year ago

2.1.3

1 year ago

2.0.4

1 year ago

2.1.6

1 year ago

2.0.11

1 year ago

2.0.7

1 year ago

2.1.5

1 year ago

2.0.12

1 year ago

2.0.6

1 year ago

2.1.8

1 year ago

2.0.9

1 year ago

2.1.7

1 year ago

2.0.10

1 year ago

2.0.8

1 year ago

2.1.9

1 year ago

2.1.10

1 year ago

2.1.11

1 year ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago