Breaking: #98089 - Removed FontAwesome
See forge#98089
Description
The node package font- and the related CSS and font files have been
removed from the TYPO3 backend. This also includes the icon provider class
\TYPO3\.
The configuration option
icon- of login providers has no effect
anymore.
Impact
Using the aforementioned icon provider to register icons is not possible
anymore. Also, any direct usage of
fa-* classes will not work anymore.
Affected installations
All installations relying on FontAwesome are affected.
Migration
Migrate to the @typo3/ package if possible. If the TYPO3 installation
still requires FontAwesome, install the polyfill extension fontawesome_.
To install the extension via Composer, run the command
composer require friendsoftypo3/.
The extension will be available in TER soon as fontawesome_provider.