Add the Material Design Icons (MDI) webfont to your Meteor.js project.
The MDI webfont includes all of the official Google Material Design icons, as well as hundreds of additional community created icons. The entire icon library can be found at materialdesignicons.com.
This package is updated to version 1.4.57 of the MDI project.
Run meteor add dapearce:material-icons
in your project, then use the standard MDI webfont markup:
<i class="mdi mdi-home"></i>
The icon library can be found at materialdesignicons.com
Version history can be followed here.