This is server side plugin. Dependent on React FileManager server side library.
FileManager: https://github.com/themexpert/react-filemanager-server
Front-end plugin: https://github.com/themexpert/rfm-plugin-fontawesome
composer require themexpert/rfms-plugin-fontawesome
$config = [
//...
"plugin" => [
\FontAwesome\FontAwesome::class
]
];
(new FileManager($config));