All Projects → jxnblk → React Simple Icons

jxnblk / React Simple Icons

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].