diff options
Diffstat (limited to 'app/FontAwesome.php')
| -rw-r--r-- | app/FontAwesome.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/FontAwesome.php b/app/FontAwesome.php index dc14073fba..61178f11aa 100644 --- a/app/FontAwesome.php +++ b/app/FontAwesome.php @@ -38,6 +38,7 @@ class FontAwesome extends Html { 'keyboard' => 'fa fa-keyboard-o wt-icon-keyboard', 'pin' => 'fa fa-thumb-tack wt-icon-pin', 'preferences' => 'fa fa-wrench wt-icon-preferences', + 'search' => 'fa fa-search wt-icon-search', 'save' => 'fa fa-check wt-icon-save', 'warning' => 'fa fa-warning wt-icon-warning', // Arrows (start/end variants require fontawesome-rtl library) |
