1.0.3 • Published 3 years ago

mui-feather v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

mui-feather

This package provides the Feather icons packaged as a set of React components.

Installation

Install the package in your project directory with:

// with npm
npm install mui-feather

// with yarn
yarn add mui-feather

These components use the Material-UI SvgIcon component to render the SVG path for each icon, and so it has a peer-dependency of Material-UI.

If you are not already using Material-UI in your project, you can add it with:

// with npm
npm install @material-ui/core

// with yarn
yarn add @material-ui/core