ziofat / material_design_icons_flutter

The Material Design Icons (https://materialdesignicons.com/) Icon pack available as set of Flutter Icons.
MIT License
166 stars 33 forks source link

Cant seem to find icon #33

Closed febg11 closed 3 years ago

febg11 commented 3 years ago

Hi

I was hoping to use this icon

https://material.io/resources/icons/?search=device&icon=remember_me&style=baseline

But i cant seem to find it as an option on the current version

Thanks

ziofat commented 3 years ago

Hi, this package is an implementation of MDI, which is a community driven icon set. It includes most of official material icons but may miss some new ones. We will not implement any other icons not provided by mdi.

Unfortunately, this icon is list in neither Google's official material icons repo nor flutter Icons class documentation. It seems you can only use this icon by importing its raw font file in your project.

You can file an issue in Google's official material icons repo or MDI. Once they resolve this issue, this icon will also come to this package.