Files
noodl-docs/library/modules/font-awesome-solid
Eric Tuvesson 53f0d6320e Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
2023-09-05 12:08:55 +02:00
..
2023-09-05 12:08:55 +02:00

title, hide_title
title hide_title
Font Awesome Solid true

Font Awesome Solid

GitHub

This module contains all the Font Awesome brand icons. Add it to your project and you will have access to it in all core nodes that support icons. Most notably the Icon node.

You can find a list of all the icons here: https://fontawesome.com/search?o=r&m=free&s=solid&f=solid%2Cclassic

Using this via code, works like this:

Outputs.iconObject = {
  class: "fa-solid",
  code: Inputs.iconCode,
  codeAsClass: true
}