material-design-icons v2.1.3 Release Notes

Release Date: 2015-12-31 // over 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,
    );