Material-design-icons: Missing codes arrow_forward_ios & arrow_right ?

Created on 26 Oct 2018  路  6Comments  路  Source: google/material-design-icons

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 ?

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

image

All 6 comments

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

image

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
image
image

npm install material-design-icons-iconfont --save

Ok thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Unknow-max picture Unknow-max  路  3Comments

GelsonMR picture GelsonMR  路  4Comments

Paul-Ver picture Paul-Ver  路  3Comments

juristr picture juristr  路  4Comments

max picture max  路  3Comments