You can add any icon in any style with the icon name when using the SVG+JS method. Just add the class for the style you want to use to select the style of icon, then insert the icon name between the opening and closing <i> element.
When searching for icons, the icon name is directly under the icon itself.
Or, if you have clicked on an icon, the icon name is in the icon preview modal.
"Something ain't stirring the koolaid, man."
Be sure to double check the icon name when using this method of adding icons. An icon will not render if you have input
a name that is not a Font Awesome icon or does not respect the following:
icon names must be lower-case (ex. block-question, playstation, xbox)
multi-word icon names must use kebab-case (ex. starship-freighter, space-station-moon-construction, starfighter-twin-ion-engine-advanced)