0.1.8 • Published 6 years ago

@qwant/react-feather-icons v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Qwant React Feather Icons

Installation

yarn add @qwant/react-feather-icons

Usage

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

class MyClass extends Component {
  render() {
    return (
      <Icon
        name="search"
        color="red"
        size={48}
      />
    )
  }
}

Props

chevron
all
  • active: PropTypes.bool