FlowFuse / node-red-dashboard

https://dashboard.flowfuse.com
Apache License 2.0
182 stars 45 forks source link

Mdi icon not appearing #1093

Closed bartbutenaers closed 1 month ago

bartbutenaers commented 1 month ago

Hi guys,

I want to show the material design icon play_arrow:

image

Never used this icon set before, but I assume I need to use the icon name:

image

But it doesn't show up on my button. If I use another icon name, it works fine:

image

The icon name ends up fine in my html page:

image

Probably I am doing something stupid wrong, but can't see it...

Thanks! Bart

arturv2000 commented 1 month ago

Try using play-outline

image

The icons list is here: https://pictogrammers.com/library/mdi/, the link you sent is for another icon library, some have the same name but not all of them

bartbutenaers commented 1 month ago

@arturv2000, Yes you are right (of course...). I did a quick search for material design icons. Wasn't aware that there were multiple libraries available. Should have looked in the documentation or in the info panels, were the correct link is everywhere available.

Thanks!! Bart