@fickleinfo/react-icons

2.0.0 • Public • Published

@fickleinfo/react-icons

A React JS package for the different types of icons library.

@fickleinfo/react-icons is a collection(fontawesome, simpleline, material icons, SVG Icons and many more.) of icons, which you can easily import and use with your project without any external dependcies and css files.

Installation

npm install  @fickleinfo/react-icons

Imports & Usage

 import { Icon } from '@fickleinfo/react-icons';

FontAwesome Icon

<Icon name="fa fa-heart" /> 

Simple Line Icon

<Icon name="icon-heart" /> 

Demo

Find the @fickleinfo/react-icons demo here.

https://fickleinfo.github.io/fickle-icons/

Search the icons from different provider and simply copy and paste the HTML code in your project.

Feature

This package conatain 1000+ plus icons from following icons providers -

  • FontAwesome
  • SimplelineIcon
  • Material Icons
  • SVG Icons
  • and many more

States & Props

Name Types Description
name string Name of a icons (required)

Package Sidebar

Install

npm i @fickleinfo/react-icons

Weekly Downloads

2

Version

2.0.0

License

ISC

Unpacked Size

3.15 MB

Total Files

36

Last publish

Collaborators

  • fickleinfo