Releases: google/material-design-icons
Material Icons 4.0.0
Material Icons 3.0.2
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
Corrects the license in package.json to use Apache 2.0 and adds missing device SVG sprites.
Material Design Icons 3.0.0
License change to Apache 2.0!
Material Design Icons 2.2.3
No content changes.
Attempting to fix a problem where npm install fails with "npm ERR! cb() never called".
Material Design Icons 2.2.2
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
Corrects an out-of-date icon font file.
Material Design Icons 2.2.0
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
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
In addition to all the greatness we published in last week's release, this revision includes:
- Improved documentation
- Bug fixes