Skip to content

Releases: google/material-design-icons

Material Icons 4.0.0

Choose a tag to compare

@rsheeter rsheeter released this 31 Aug 22:36
b3f05bf

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

Material Icons 3.0.2

Choose a tag to compare

@rsheeter rsheeter released this 19 Aug 03:20
f40051c

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

Material Icons 3.0.1

Choose a tag to compare

@shyndman shyndman released this 02 Sep 00:31

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

Material Design Icons 3.0.0

Choose a tag to compare

@m3o7 m3o7 released this 25 Aug 21:11

License change to Apache 2.0!

Material Design Icons 2.2.3

Choose a tag to compare

@shyndman shyndman released this 19 Mar 20:31

No content changes.

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

Material Design Icons 2.2.2

Choose a tag to compare

@shyndman shyndman released this 17 Mar 17:59

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

Material Design Icons 2.2.1

Choose a tag to compare

@shyndman shyndman released this 10 Mar 16:06

Corrects an out-of-date icon font file.

Material Design Icons 2.2.0

Choose a tag to compare

@shyndman shyndman released this 09 Feb 21:47

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.

Material Design Icons 2.1.3

Choose a tag to compare

@appsforartists appsforartists released this 31 Dec 07:04

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,
);

Material Design Icons 2.1.1

Choose a tag to compare

@shyndman shyndman released this 23 Nov 21:35

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

  • Improved documentation
  • Bug fixes