Package Exports
- material-icons/iconfont/MaterialIcons-Regular.eot
- material-icons/iconfont/MaterialIcons-Regular.ttf
- material-icons/iconfont/MaterialIcons-Regular.woff
- material-icons/iconfont/MaterialIcons-Regular.woff2
- material-icons/iconfont/material-icons.css
- material-icons/iconfont/material-icons.scss
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (material-icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Material Icons
Material design icon font
Installation
Download the latest release or install using npm:
npm install material-icons
Setup
CSS
<link rel="stylesheet" href="/path/to/material-icons/iconfont/material-icons.css">
Sass & Webpack
$material-icons-font-path: '~material-icons/iconfont/';
@import 'material-icons/iconfont/material-icons.scss';
Usage
<span class="material-icons">face</span>