I麓m able to see all the icons when using web font via Google Web Fonts, but if I use self-hosted fonts a described here I notice that most recent icons are not
available, as the last update is from February 8th 2016!
As an example, the icon: drag_indicator does not exists.
Could you level up font archives in this repo to the online google's fonts version?
Same for notes icon
@sentika I've prepared offline files from online-font version 41 as a work around.
You could give it a try and use if it works for you.
Checkout here: https://github.com/apercova/material-icons-font
category and accessibility_new are also not available.
Hey @danemacmillan @apercova @sentika
This project is on low maintenance and out of date for a while.
I've forked this repo, scraped the updated fonts from Google Fonts CDN, added support for scss, removed irrelevant files (jams npm install).
as a proof, the category accessibility_new notes drag_indicator icons are available as you would expect

thank you @jossef it works great.
Most helpful comment
Hey @danemacmillan @apercova @sentika
This project is on low maintenance and out of date for a while.
I've forked this repo, scraped the updated fonts from
Google FontsCDN, added support for scss, removed irrelevant files (jamsnpm install).Check it out: material-design-icons-iconfont
as a proof, the
categoryaccessibility_newnotesdrag_indicatoricons are available as you would expect