react-icon-cx

2.2.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i react-icon-cx

Weekly Downloads

2

Version

2.2.1

License

MIT

Unpacked Size

2.54 MB

Total Files

4

Last publish

Collaborators

  • rutvik_patel