1.0.0-beta.5 • Published 8 years ago

react-simple-icons v1.0.0-beta.5

Weekly downloads
427
License
MIT
Repository
-
Last release
8 years ago

react-simple-icons

Build Status

React component for a subset of social icons from http://simpleicons.org

npm i react-simple-icons
import React from 'react'
import Icon from 'react-simple-icons'

const App = () => {
  return (
    <div>
      <Icon name='twitter' />
      <Icon name='facebook' />
    </div>
  )
}

export default App

MIT License