Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
/ mui-feather Public archive

Feather Svg Icons converted to Material-UI React components.

Notifications You must be signed in to change notification settings

kodai3/mui-feather

Repository files navigation

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