Skip to content

Releases: google/material-design-icons

Material Icons 4.0.0

31 Aug 22:36
b3f05bf
Compare
Choose a tag to compare

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

19 Aug 03:20
f40051c
Compare
Choose a tag to compare

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

02 Sep 00:31
Compare
Choose a tag to compare

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

Material Design Icons 3.0.0

25 Aug 21:11
Compare
Choose a tag to compare

License change to Apache 2.0!

Material Design Icons 2.2.3

19 Mar 20:31
Compare
Choose a tag to compare

No content changes.

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

Material Design Icons 2.2.2

17 Mar 17:59
Compare
Choose a tag to compare

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

10 Mar 16:06
Compare
Choose a tag to compare

Corrects an out-of-date icon font file.

Material Design Icons 2.2.0

09 Feb 21:47
Compare
Choose a tag to compare

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

31 Dec 07:04
Compare
Choose a tag to compare

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

23 Nov 21:35
Compare
Choose a tag to compare

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

  • Improved documentation
  • Bug fixes