Find Similar Packages for @material-ui/icons
@material-ui/iconsSimilar Packages:
Npm Package Weekly Downloads Trend
3 Years
🌟 Show real-time usage chart on @material-ui/icons's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of @material-ui/icons](https://npm-compare.com/img/npm-trend/THREE_YEARS/@material-ui/icons.png)](https://npm-compare.com/@material-ui/icons#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
@material-ui/icons727,970
96,78110.2 MB1,788-MIT
README for @material-ui/icons

@material-ui/icons

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

Installation

Install the package in your project directory with:

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

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

These components use the Material-UI SvgIcon component to render the SVG path for each icon, and so a have a peer-dependency on the next release 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

Documentation