Skip to content

Instantly share code, notes, and snippets.

@eaksquad
eaksquad / font-awesome.php
Created June 23, 2021 16:21 — forked from justintadlock/font-awesome.php
PHP array of Font Awesome icons.
<?php
// Font Awesome v. 4.6.
function jt_get_font_icons() {
return array(
'fa-glass' => 'f000',
'fa-music' => 'f001',
'fa-search' => 'f002',
'fa-envelope-o' => 'f003',