react-ig-icons
v1.0.0
Published
This is icon pack of an Instagram.
Downloads
17
Maintainers
Readme
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