Skip to content

Material Design Icons 2.1.3

Compare
Choose a tag to compare
@appsforartists appsforartists released this 31 Dec 07:04
· 147 commits to master since this release

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