I can't find the codes for the arrow_forward_ios or the arrow_right in the codepoints file.
Can I find these codes elsewhere ?
Hey @Rmy5
This project is on low maintenance and out of date for a while.
The lack of updates + development support issues also bothered me. I've forked this repo, added support for scss, removed irrelevant files and updated the fonts with the latest straight from Google's CDN.

Hi,
Nice ! I will check it out.
Do you also have a list of the codes of the icons (e.g. add_a_photo = e439) ?
I use these when adding an icon in css pseudo element (:before or :after).
In my forked project - material-design-icons-iconfont, you can find this json file representing the codepoints mappings
{
"360": "E577",
"1k_plus": "E95D",
"19mp": "E95B",
"18mp": "E95A",
"17mp": "E959",
"16mp": "E958",
"15mp": "E957",
"14mp": "E956",
"13mp": "E955",
"12mp": "E954",
"11mp": "E953",
"10mp": "E952",
"10k": "E951",
"1k": "E95C",
"2k_plus": "E964",
"24mp": "E962",
...
I also can't find "delete_outline" and "preview" in /iconfont/codepoints. And I need them since I have an application on nativesript and codepoint is needed here.
Tried going here https://jossef.github.io/material-design-icons-iconfont/ and looking at the code, but it doesn't seem to work for the npm version. Here's 3.0.1 https://www.npmjs.com/package/material-design-icons
e92e does not allow to get delete_outline icon on this version
Hey @Mister-N,
In my forked project - material-design-icons-iconfont, you can find this json file representing the codepoints mappings
{
"360": "E577",
"1k_plus": "E95D",
"19mp": "E95B",
"18mp": "E95A",
"17mp": "E959",
"16mp": "E958",
"15mp": "E957",
"14mp": "E956",
"13mp": "E955",
"12mp": "E954",
"11mp": "E953",
"10mp": "E952",
"10k": "E951",
"1k": "E95C",
"2k_plus": "E964",
"24mp": "E962",
...
BTW


npm install material-design-icons-iconfont --save
Ok thanks
Most helpful comment
Hey @Rmy5
This project is on low maintenance and out of date for a while.
The lack of updates + development support issues also bothered me. I've forked this repo, added support for scss, removed irrelevant files and updated the fonts with the latest straight from Google's CDN.
Check it out: material-design-icons-iconfont