WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit aefa77b

Browse files
authored
Add link to externally hosted current npm packages
Links to npm packages hosted by @marella
1 parent 4420a1a commit aefa77b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ The icons can be browsed in a more user-friendly way at https://fonts.google.com
66

77
The icons are designed under the [material design guidelines](https://material.io/guidelines/).
88

9+
## npm Packages
10+
11+
Google does not currently maintain npm packages for the repo, past v3. However, user @marella is hosting the following, currently for the Material Icons only (not Material Symbols). He tells us these are automatically updated and published using GitHub Actions. Google does NOT monitor or vet these packages.
12+
13+
### [material-icons](https://github.com/marella/material-icons#readme) [![npm](https://img.shields.io/npm/v/material-icons)](https://www.npmjs.com/package/material-icons) [![install size](https://packagephobia.com/badge?p=material-icons)](https://packagephobia.com/result?p=material-icons) [![Downloads](https://img.shields.io/npm/dm/material-icons)](https://www.npmjs.com/package/material-icons)
14+
15+
- Only WOFF2, WOFF fonts and CSS
16+
- Includes outlined, round, sharp and two-tone icons
17+
- Supports Sass
18+
19+
### [@material-design-icons/font](https://github.com/marella/material-design-icons/tree/main/font#readme) [![npm (scoped)](https://img.shields.io/npm/v/@material-design-icons/font)](https://www.npmjs.com/package/@material-design-icons/font) [![install size](https://packagephobia.com/badge?p=@material-design-icons/font)](https://packagephobia.com/result?p=@material-design-icons/font)
20+
21+
- Only WOFF2 fonts and CSS
22+
- Lighter version of `material-icons` package
23+
- Doesn't support [older browsers](https://caniuse.com/woff2) such as Internet Explorer because of dropping WOFF (v1)
24+
25+
### [@material-design-icons/svg](https://github.com/marella/material-design-icons/tree/main/svg#readme) [![npm (scoped)](https://img.shields.io/npm/v/@material-design-icons/svg)](https://www.npmjs.com/package/@material-design-icons/svg) [![install size](https://packagephobia.com/badge?p=@material-design-icons/svg)](https://packagephobia.com/result?p=@material-design-icons/svg)
26+
27+
- Only SVGs
28+
- Optimizes SVGs using SVGO
29+
930
### Material Icons
1031

1132
The icons can be browsed in a more user-friendly way at https://fonts.google.com/icons?icon.set=Material+Icons

0 commit comments

Comments
 (0)