for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* FA.php
* @author Revin Roman
* @link https://rmrevin.ru
*/
namespace rmrevin\yii\fontawesome;
* Class FA
* @package rmrevin\yii\fontawesome
* @deprecated use FAB FAS FAR FAL classes
class FA extends FontAwesome
{
public static $cssPrefix = 'far';
}