/ts-react-feather-icons

Simple react Icon component for feather icons built with Typescript

Primary LanguageTypeScript

ts-react-feather-icons

NPM JavaScript Style Guide

Install

npm install --save ts-react-feather-icons

Usage

import * as React from 'react'

import { Icon } from 'ts-react-feather-icons'

class Example extends React.Component {
  render () {
    return (
      <Icon name="activity" color="green" size={24} />
    )
  }
}

License

MIT © chrisbull