1.0.0 • Published 5 years ago

@daminort/react-feather-icons v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

React Feather Icons

An icon set based on Feather Icons

NPM JavaScript Style Guide

Live demo

You can see and play around with all icons on Demo Page

Motivation

Inspired by awesome Feather Icons and really useful application of @gaddafirusli - iconsvg.xyz, this icon set was created.

This set is based on Feather Icons v4.19.0, but also includes several icons created by @gaddafirusli specially for his site iconsvg.xyz.

Install

npm install --save @daminort/react-feather-icons

Usage

import React, { Component } from 'react'
import Icon from '@daminort/react-feather-icons'

class Example extends Component {
  render () {
    return (
      <Icon
        name="arrowUp"
        size="48"
        thickness="2"
        ends="round"
        joins="round"
        color="#000000"
      />
    )
  }
}

Props

NameTypeRequiredDefault value
namestring*
sizenumber24
thicknessnumber2
endsstring: 'butt', 'round', or 'square'round
joinsstring: 'bevel', 'round' or 'arcs'round
colorstringcurrentColor

License

MIT © Daminort