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

Mdi-blank not implemented #23

Closed alguintu closed 4 years ago

alguintu commented 4 years ago

Why is mdi-blank not implemented? It has been with MDI since version 1.7. Please include it as there are some good use cases for it. Thanks.

ziofat commented 4 years ago

It seems neither implemented in MDI js distribution or svg distribution. mdi-blank is more like a random icon with a visibility: hidden; in css.

Since it is not an icon, this flutter version may not implement it. A property to make variation to an icon is a more sensible approach.

alguintu commented 4 years ago

Hi. Thanks for the response. Figured to just use a opacity with a random icon.