diff options
Diffstat (limited to 'admin/themes/default/fontello/css/fontello-codes.css')
-rw-r--r-- | admin/themes/default/fontello/css/fontello-codes.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/fontello/css/fontello-codes.css b/admin/themes/default/fontello/css/fontello-codes.css index 28b406121..ce07be9d3 100644 --- a/admin/themes/default/fontello/css/fontello-codes.css +++ b/admin/themes/default/fontello/css/fontello-codes.css @@ -22,6 +22,7 @@ .icon-cog-alt:before { content: '\26ef'; } /* '⛯' */ .icon-wrench:before { content: '🔧'; } /* '\1f527' */ .icon-basket:before { content: '\e73d'; } /* '' */ +.icon-logout:before { content: '\e81b'; } /* '' */ .icon-clock:before { content: '🕔'; } /* '\1f554' */ .icon-block:before { content: '🚫'; } /* '\1f6ab' */ .icon-move:before { content: '\e812'; } /* '' */ @@ -38,6 +39,7 @@ .icon-sitemap:before { content: '\f0e8'; } /* '' */ .icon-search:before { content: '\e811'; } /* '' */ .icon-user-add:before { content: '\e80b'; } /* '' */ +.icon-help-circled:before { content: '\e81a'; } /* '' */ .icon-info-circled-1:before { content: '\e817'; } /* '' */ .icon-home:before { content: '\e80e'; } /* '' */ .icon-upload:before { content: '\e813'; } /* '' */ |