source: trunk/admin/themes/default/fontello/css/fontello-codes.css @ 23357

Last change on this file since 23357 was 23357, checked in by plg, 11 years ago

feature 2916: font icons

  • new icon for users
  • icon for Batch Manager
  • icon for Synchronize
  • icon for Site Manager
  • new icon for History
  • new icon for Maintenance
  • icon for Updates
  • icon for Options
  • icon for Menus
  • icon for Templates
  • new icon for Languages
  • icon for Themes
File size: 2.1 KB
Line 
1@charset "UTF-8";
2
3 
4.icon-home:before { content: '\2302'; } /* '⌂' */
5.icon-star:before { content: '\2605'; } /* '★' */
6.icon-star-empty:before { content: '\2606'; } /* '☆' */
7.icon-menu:before { content: '\e809'; } /* '' */
8.icon-tools:before { content: '\e803'; } /* '' */
9.icon-cog:before { content: '\2699'; } /* '⚙' */
10.icon-cog-alt:before { content: '\26ef'; } /* '⛯' */
11.icon-mail:before { content: '\2709'; } /* '✉' */
12.icon-pencil:before { content: '\270e'; } /* '✎' */
13.icon-plus-circled:before { content: '\2795'; } /* '➕' */
14.icon-asl:before { content: '\e0ad'; } /* '' */
15.icon-puzzle:before { content: '\e7b6'; } /* '' */
16.icon-eye:before { content: '\e70a'; } /* '' */
17.icon-tags:before { content: '\e70d'; } /* '' */
18.icon-chat:before { content: '\e720'; } /* '' */
19.icon-trash:before { content: '\e729'; } /* '' */
20.icon-basket:before { content: '\e73d'; } /* '' */
21.icon-language:before { content: '\e800'; } /* '' */
22.icon-arrows-cw:before { content: '\e804'; } /* '' */
23.icon-flow-branch:before { content: '\e808'; } /* '' */
24.icon-brush:before { content: '\e807'; } /* '' */
25.icon-users:before { content: '\e802'; } /* '' */
26.icon-tasks:before { content: '\f0ae'; } /* '' */
27.icon-filter:before { content: '\f0b0'; } /* '' */
28.icon-mail-alt:before { content: '\f0e0'; } /* '' */
29.icon-sitemap:before { content: '\f0e8'; } /* '' */
30.icon-exchange:before { content: '\e805'; } /* '' */
31.icon-code:before { content: '\e80a'; } /* '' */
32.icon-crop:before { content: '\f125'; } /* '' */
33.icon-picture:before { content: '🌄'; } /* '\1f304' */
34.icon-user:before { content: '👤'; } /* '\1f464' */
35.icon-folder-open:before { content: '\e806'; } /* '' */
36.icon-signal:before { content: '\e801'; } /* '' */
37.icon-shuffle:before { content: '🔀'; } /* '\1f500' */
38.icon-lock:before { content: '🔒'; } /* '\1f512' */
39.icon-link:before { content: '🔗'; } /* '\1f517' */
40.icon-wrench:before { content: '🔧'; } /* '\1f527' */
41.icon-clock:before { content: '🕔'; } /* '\1f554' */
42.icon-block:before { content: '🚫'; } /* '\1f6ab' */
Note: See TracBrowser for help on using the repository browser.