react-icon-cx
v2.2.1
Published
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.
Downloads
11
Readme
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.