gitextract__3qv48g6/ ├── .gitignore ├── .scrutinizer.yml ├── .travis.yml ├── AssetBundle.php ├── CHANGELOG.md ├── CdnFreeAssetBundle.php ├── CdnProAssetBundle.php ├── FA.php ├── FAB.php ├── FAL.php ├── FAR.php ├── FAS.php ├── FontAwesome.php ├── LICENSE ├── NpmFreeAssetBundle.php ├── NpmProAssetBundle.php ├── README.md ├── bin/ │ ├── .gitignore │ └── convertNames.sh ├── cdn/ │ └── AssetBundle.php ├── component/ │ ├── Icon.php │ ├── Stack.php │ └── UnorderedList.php ├── composer.json ├── phpunit.xml.dist └── tests/ └── unit/ ├── .gitignore ├── TestCase.php ├── bootstrap.php ├── config/ │ ├── .gitignore │ └── main.php ├── fontawesome/ │ └── MainTest.php └── runtime/ ├── .gitignore └── assets/ └── .gitignore