├── .gitignore ├── README.md ├── configs.php.dist ├── generate.php ├── generateIconData.php └── icons.data.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exiang/php-font-awesome-to-png/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exiang/php-font-awesome-to-png/HEAD/README.md -------------------------------------------------------------------------------- /configs.php.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exiang/php-font-awesome-to-png/HEAD/configs.php.dist -------------------------------------------------------------------------------- /generate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exiang/php-font-awesome-to-png/HEAD/generate.php -------------------------------------------------------------------------------- /generateIconData.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exiang/php-font-awesome-to-png/HEAD/generateIconData.php -------------------------------------------------------------------------------- /icons.data.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/exiang/php-font-awesome-to-png/HEAD/icons.data.php --------------------------------------------------------------------------------