Material Design Icons Versions Save

Material Design icons by Google (Material Symbols)

4.0.0

3 years ago

Restructure repo. Update with latest icons, new icon fonts for additional material styles. Add a script to make future updates easier.

3.0.2

3 years ago

Captures the state of the icon library as it has long stood, prior to an anticipated restructuring (drafting in #1055).

3.0.1

7 years ago

Corrects the license in package.json to use Apache 2.0 and adds missing device SVG sprites.

3.0.0

7 years ago

License change to Apache 2.0!

2.2.3

8 years ago

No content changes.

Attempting to fix a problem where npm install fails with "npm ERR! cb() never called".

2.2.2

8 years ago

Updated the icon font's woff file to mirror what is served by Google Fonts. Drops the size of the woff by 21KB.

2.2.1

8 years ago

Corrects an out-of-date icon font file.

2.2.0

8 years ago

Our latest update covers everything from sentiments to subways, and expands our system icon library to 933. Visit design.google.com/icons to see them all.

v2.1.3

8 years ago

You can now require('material-design-icons') to get access to its path on your machine. This is useful, for instance, if you'd like to host our assets from your dev server:

yourDevServer.map(
  YOUR_STATIC_PREFIX + '/material-design-icons',
  require('material-design-icons').STATIC_PATH,
);

2.1.1

8 years ago

In addition to all the greatness we published in last week's release, this revision includes:

  • Improved documentation
  • Bug fixes