Google Material Design Icon Character List
The list of Google's Material Design Icon unicode characters in several file format.
Icon Source
Use icon code from codepoints.
Installation
npm
npm install material-design-icon-chars
Yarn
yarn add material-design-icon-chars
Bower
bower install material-design-icon-chars
Usage
Assets
You can use characters list file in character-list directory.
All characters list files will be placed in this directory.
Node API
const mdIconChars = ; for const icon of mdIconChars const id unicode = icon; console;