I am wanting to use the "icons" on some of my dashboards.
Searching I get this:
From this link
The most well-known are Awesome (http://fontawesome.io/icons/). The newer versions are not supported (4.7 and 5), but there are many others! To use an Awesome font, add fa – in front of the name of the icon. For example fa-fire .
Fantastic.
The picture on that page doesn't get down to the letter F.
It doesn't even complete B.
So where is the list of the names of these icons?
I have SOME of them installed - don't as me their names - but one is on a dashboard.
So it is somewhere on the machine.
If I go into the node I see:
<i class="fa fa-lightbulb-o fa-2x nr-dashboard-warning"></i>
Searching for it yields:
me@me-desktop:~/.node-red$ pwd
/home/me/.node-red
me@me-desktop:~/.node-red$ lr | grep lightbulb
----==== Recursive list starts here ====----
me@me-desktop:~/.node-red$
So it ain't in the .node-red directory.