Material Icons CSS
Use text to create icons is nice, but when you have to get compatbility with old browsers, it is not so nice.
Material Icons CSS allows to use classname instead of text for icons.
Quick Start
$3
npm install material-icons-css
or
bower install material-icons-css
$3
$3
check
add
$3
$3
Some Material Design Icons' name are starting with numerics :
-
.3d-rotation is
NOT allowed
-
.such-prefix-3d-rotation is.
$3
You can change the prefix at line 3, into
scss\style.scss.
Once, you have made your changes, type into your console (at root project) :
-
npm i to install dependencies
-
gulp to regenerate CSS files
Licence
All rights reserved to Google
Original github page :
material-design-icons
Author : Jacques Cornat