fontawesome_iconpicker
Enhances Core Text Fields to use Fontawesome Iconpicker to select icons. Simply add a text field and choose 'Font Awesome iconpicker' as the widget.
Install Notes:
The following composer command would add this Drupal module and the vanilla-icon-picker library in the correct location.
composer require drupal/fontawesome_iconpicker
Composer support is being tested on projects setup using the following guide on Drupal.org
composer create-project drupal/recommended-project test_projectcd test_projectcomposer require drupal/fontawesome_iconpicker:^3.0.0-rc1
Related
Font Awesome Icons(Full Support) This module provides integration with fontawesome library. Unless you want to add the fontawesome library manually, this is the recommended way to use it.
Icon API(Limited Support) This module provides integration for icon bundles and icon providers throughout Drupal. "Font Awesome Iconpicker" supports only one provider at the moment (fontawesome obviously).
Micon Provides functionality for adding https://icomoon.io icon packages to Drupal and exposing them for use via CSS, HTML classes, and programmatically. Migration path to Micon can be found at https://www.drupal.org/project/fontawesome_iconpicker_to_micon