PHP code example of theutz / statamic-ant-design-icons
1. Go to this page and download the library: Download theutz/statamic-ant-design-icons library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
theutz / statamic-ant-design-icons example snippets
antlers
{{ antdesignicons:check-circle:outlined }}
<!-- You can use `anticon` as an alias -->
{{ anticon:check-circle type="outlined" }}
{{ anticon icon="check-circle" type="outlined" }}
<!-- outlined is the default icon type, and can be excluded -->
{{ anticon:check-circle }}
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.