1.0.0 • Published 11 months ago

react-ig-icons v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

React IG Icons

Access almost all the icons of an Instagram.

Installation

  npm install react-ig-icons

Usage/Examples

import {Instagram} from 'react-ig-icons'

const App = () => {
  return <Instagram/>
}

You can pass params liks w and h to change the width and hight of an icon and to set avatar image by just simply pass src as param.

import {Avatar} from 'react-ig-icons'

const App = () => {
  return <Avatar h="32" w="32" src="image_url"/>
}

Demo

To see the live exmple click here