material-design-icons
Material Design icons by Google

material-design-icons downloads material-design-icons version material-design-icons license

material-design-icons類似套件:
npm下載趨勢
3 年
🌟 在 material-design-icons 的 README.md 中顯示即時使用量圖表,只需複製下面的代碼。
## Usage Trend
[![Usage Trend of material-design-icons](https://npm-compare.com/img/npm-trend/THREE_YEARS/material-design-icons.png)](https://npm-compare.com/material-design-icons#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 在 material-design-icons 的 README.md 中顯示 GitHub stars 趨勢圖表,只需複製下面的代碼。
## GitHub Stars Trend
[![GitHub Stars Trend of material-design-icons](https://npm-compare.com/img/github-trend/material-design-icons.png)](https://npm-compare.com/material-design-icons)
統計詳情
套件
下載數
Stars
大小
Issues
發布時間
許可
material-design-icons76,53352,445-3879 年前Apache-2.0
material-design-icons 的 README

Material design icons

Material design icons are the official icon set from Google that are designed under the material design guidelines.

3.0.1 Update

  • Changed license in package.json.
  • Added missing device symbol sprites.

3.0.0 Update

License change to Apache 2.0!

Getting Started

Read the developer guide on how to use the material design icons in your project.

Using a font collection

The iconfont folder contains pre-generated font files that can be included in a project. This is especially convenient for the web; however, it is generally better to link to the web font hosted on Google Fonts:

<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
      rel="stylesheet">

Read more in the font portion of our full developer guide.

Using symbols and sprites

The css-sprite and svg-sprite folders contain pre-generated sprite sheets, as well as svg symbols that can be <use>d more directly and with fewer constraints. Instructions for using them are in the sprites documentation.

Polymer icons

If you wish to use the icon set with Polymer, we recommend consuming them via the <iron-icons> element (<core-icons> in v0.5).

License

We have made these icons available for you to incorporate them into your products under the Apache License Version 2.0. Feel free to remix and re-share these icons and documentation in your products. We'd love attribution in your app's about screen, but it's not required. The only thing we ask is that you not re-sell these icons.