websiddu / sketch-material

Sketch material is a sketch plugin that will help you generate complex material components like tables, chips, forms etc…
https://websiddu.github.io/sketch-material
MIT License
852 stars 80 forks source link

Where are icons coming from? #86

Closed mattfelten closed 5 years ago

mattfelten commented 5 years ago

So I'm using your plugin in a project but I can't seem to find a repository of all the SVGs to use on the code side.

I was hoping https://github.com/google/material-design-icons/ would have the most up to date ones but it hasn't been updated for years and is missing a good chunk of the icons. I also see that http://materialdesignicons.com is missing some too. See arrow_forward_ios for instance. There're plenty missing.

I was hoping this project would have all the icons but I'm guessing they're getting loaded from an API somehow. Where are you generating your list of icons from?

websiddu commented 5 years ago

The icons are coming an older version. They are currently part of the icons font https://google.github.io/material-design-icons/

mattfelten commented 5 years ago

There's no public access to those SVGs though, right? The NPM package is missing a number of them displayed on https://material.io/tools/icons/

websiddu commented 5 years ago

Correct.