Skip to content

Commit

Permalink
Update to mdi 5.6.55.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Sep 19, 2020
1 parent 5098d82 commit 2d317f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Material Design Icons for Material-UI
[![npm](https://img.shields.io/npm/v/mdi-material-ui.svg)](https://www.npmjs.com/package/mdi-material-ui)
[![Material Design Icons version](https://img.shields.io/badge/mdi-v5.5.55-blue.svg)](https://github.com/Templarian/MaterialDesign)
[![Material Design Icons version](https://img.shields.io/badge/mdi-v5.6.55-blue.svg)](https://github.com/Templarian/MaterialDesign)
[![Material Design Icons version](https://img.shields.io/badge/mdi--light-v0.2.63-blue.svg)](https://github.com/Templarian/MaterialDesignLight)

This module provides [Material-UI][material-ui] `<SvgIcon />` components for all
Expand All @@ -23,9 +23,9 @@ There are three major versions of this package, each one for different Material-

| Material-UI | mdi-material-ui | npm tag |
|---|---|---|
|^4.0.0|![npm](https://img.shields.io/npm/v/mdi-material-ui.svg)|latest|
|^1.0.0, ^3.0.0|![npm](https://img.shields.io/npm/v/mdi-material-ui/mui-v3.svg)|mui-v3|
|0.x|![npm](https://img.shields.io/npm/v/mdi-material-ui/legacy.svg)|legacy|
|^4.0.0|[![npm](https://img.shields.io/npm/v/mdi-material-ui.svg)](https://www.npmjs.com/package/mdi-material-ui)|latest|
|^1.0.0, ^3.0.0|[![npm](https://img.shields.io/npm/v/mdi-material-ui/mui-v3.svg)](https://www.npmjs.com/package/mdi-material-ui/v/mui-v3)|mui-v3|
|0.x|[![npm](https://img.shields.io/npm/v/mdi-material-ui/legacy.svg)](https://www.npmjs.com/package/mdi-material-ui/v/legacy)|legacy|

## Usage
Every icon is exported with its original name in PascalCase. So `coffee` becomes `Coffee`,
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.0.0",
"@mdi/js": "^5.5.55",
"@mdi/js": "^5.6.55",
"@mdi/light-js": "^0.2.63",
"@storybook/react": "^6.0.5",
"ava": "^3.11.1",
Expand Down

0 comments on commit 2d317f8

Please sign in to comment.