zunamo
zunamo
I am using it currently for [Jetset Weather](https://jetsetweather.com) Thanks for this library and the support you provide!
@vguleaev - Thanks a lot!
This is another option to solve this problem: https://stackoverflow.com/questions/37281861/how-to-use-google-material-icons-as-class-instead-of-i-tag I am thinking of going with this now: HTML: `` CSS: `mdc-icon::after { content: attr(data-icon); }` Could you let me know...