marella / material-icons

Latest icon fonts and CSS for self-hosting material design icons.
https://marella.github.io/material-icons/demo/
Apache License 2.0
305 stars 36 forks source link

no_accounts is not available #23

Closed cmglez10 closed 3 years ago

cmglez10 commented 3 years ago

I miss the icon no_accounts (or mi-no-accounts)

It is available in material icons font from google: https://fonts.google.com/icons?selected=Material+Icons:no_accounts

marella commented 3 years ago

The following works in the latest version:

<span class="material-icons">no_accounts</span>

Are you using CSS classes <span class="mi mi-no-accounts"></span>? Codepoints haven't been updated so new icons won't be available yet with this method.

cmglez10 commented 3 years ago

Yes I was refering to the CSS classes, sorry about the missunderstunding. When do you estimate the codepoints will be available?

Thanks!

marella commented 3 years ago

I will try to update them next week. Google hasn't updated codepoints in their main repo so I will have to find another source.

marella commented 3 years ago

Updated codepoints and CSS classes for new icons. Please update to the latest version and try again.

cmglez10 commented 3 years ago

Wow. You are fast cowboy!

Thank you very much!