Where can I find a list of the internal UNA icons?
UNA seems to have built in icons, and I can use them IF i know the name of the icon. Is there a list of the icons anywhere?
-
-
·
Andrey Yasko
- ·
They are just Fontawesome icons. You can look up the names at https://fontawesome.com/ and use any names from Free font awesome selections.
-
·
Andrey Yasko
-
-
·
Andrey Yasko
- ·
You can also use inline SVGs, by the way, and just paste SVG code instead of the icon name.
-
·
Andrey Yasko
-
Find the list of Font Awesome icons here: Font Awesome Icons.
📷 Michel - 🌎 Meta-Travel 🌴 Community Hub
-
Except not all free ones are inside UNA, an example is 'cake-candles' which is a free level FA icon, but does not exist inside UNA to be used. I prefer to use internal icons as I have control over coloring them. Thats why I'm asking for a list of what is actually inside UNA to be used...
-
SVG's are fine, but trying to assign color to them is wonky and does not fully work with UNA. An example is when I have multiple SVG icons on a form with different colors assigned them, UNA will randomly pick ONE of the colors and give it to all the icons on the page, so they all look the same color. Since my default is dark theme, i HAVE to be able to assign color to the icons as the default is black which simply does not work with a black icon on a dark background..
-
Look in template/css/icons.css (Font Awesome Free 5.12.1)
-
The 6.5.1 font awesome css.
cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.css
You could add the ones you want to the template/css/icons.css file
Note the .sys-icon additions in UNA file.
-
@Andrey Yasko - Maybe UNA could update the UNA template/css/icons.css to Font Awesome Free 6.5.1