icomoon-rails 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,340 @@
1
+ /* Use this script if you need to support IE 7 and IE 6. */
2
+
3
+ window.onload = function() {
4
+ function addIcon(el, entity) {
5
+ var html = el.innerHTML;
6
+ el.innerHTML = '<span style="font-family: \'icomoon\'">' + entity + '</span>' + html;
7
+ }
8
+ var icons = {
9
+ 'icon-home' : '&#xe000;',
10
+ 'icon-home-2' : '&#xe001;',
11
+ 'icon-newspaper' : '&#xe002;',
12
+ 'icon-pencil' : '&#xe003;',
13
+ 'icon-pencil-2' : '&#xe004;',
14
+ 'icon-droplet' : '&#xe005;',
15
+ 'icon-pictures' : '&#xe006;',
16
+ 'icon-picture' : '&#xe007;',
17
+ 'icon-camera' : '&#xe008;',
18
+ 'icon-music' : '&#xe009;',
19
+ 'icon-play' : '&#xe00a;',
20
+ 'icon-film' : '&#xe00b;',
21
+ 'icon-camera-2' : '&#xe00c;',
22
+ 'icon-spades' : '&#xe00d;',
23
+ 'icon-clubs' : '&#xe00e;',
24
+ 'icon-diamonds' : '&#xe00f;',
25
+ 'icon-broadcast' : '&#xe010;',
26
+ 'icon-mic' : '&#xe011;',
27
+ 'icon-book' : '&#xe012;',
28
+ 'icon-file' : '&#xe013;',
29
+ 'icon-file-2' : '&#xe014;',
30
+ 'icon-new' : '&#xe015;',
31
+ 'icon-copy' : '&#xe016;',
32
+ 'icon-folder' : '&#xe017;',
33
+ 'icon-folder-2' : '&#xe018;',
34
+ 'icon-tag' : '&#xe019;',
35
+ 'icon-cart' : '&#xe01a;',
36
+ 'icon-basket' : '&#xe01b;',
37
+ 'icon-calculate' : '&#xe01c;',
38
+ 'icon-support' : '&#xe01d;',
39
+ 'icon-phone' : '&#xe01e;',
40
+ 'icon-mail' : '&#xe01f;',
41
+ 'icon-location' : '&#xe020;',
42
+ 'icon-compass' : '&#xe021;',
43
+ 'icon-history' : '&#xe022;',
44
+ 'icon-clock' : '&#xe023;',
45
+ 'icon-bell' : '&#xe024;',
46
+ 'icon-calendar' : '&#xe025;',
47
+ 'icon-printer' : '&#xe026;',
48
+ 'icon-mouse' : '&#xe027;',
49
+ 'icon-screen' : '&#xe028;',
50
+ 'icon-laptop' : '&#xe029;',
51
+ 'icon-mobile' : '&#xe02a;',
52
+ 'icon-cabinet' : '&#xe02b;',
53
+ 'icon-drawer' : '&#xe02c;',
54
+ 'icon-drawer-2' : '&#xe02d;',
55
+ 'icon-box' : '&#xe02e;',
56
+ 'icon-box-add' : '&#xe02f;',
57
+ 'icon-box-remove' : '&#xe030;',
58
+ 'icon-download' : '&#xe031;',
59
+ 'icon-upload' : '&#xe032;',
60
+ 'icon-database' : '&#xe033;',
61
+ 'icon-flip' : '&#xe034;',
62
+ 'icon-flip-2' : '&#xe035;',
63
+ 'icon-undo' : '&#xe036;',
64
+ 'icon-redo' : '&#xe037;',
65
+ 'icon-forward' : '&#xe038;',
66
+ 'icon-reply' : '&#xe039;',
67
+ 'icon-reply-2' : '&#xe03a;',
68
+ 'icon-comments' : '&#xe03b;',
69
+ 'icon-comments-2' : '&#xe03c;',
70
+ 'icon-comments-3' : '&#xe03d;',
71
+ 'icon-comments-4' : '&#xe03e;',
72
+ 'icon-comments-5' : '&#xe03f;',
73
+ 'icon-user' : '&#xe040;',
74
+ 'icon-user-2' : '&#xe041;',
75
+ 'icon-user-3' : '&#xe042;',
76
+ 'icon-busy' : '&#xe043;',
77
+ 'icon-loading' : '&#xe044;',
78
+ 'icon-loading-2' : '&#xe045;',
79
+ 'icon-search' : '&#xe046;',
80
+ 'icon-zoom-in' : '&#xe047;',
81
+ 'icon-zoom-out' : '&#xe048;',
82
+ 'icon-key' : '&#xe049;',
83
+ 'icon-key-2' : '&#xe04a;',
84
+ 'icon-locked' : '&#xe04b;',
85
+ 'icon-unlocked' : '&#xe04c;',
86
+ 'icon-wrench' : '&#xe04d;',
87
+ 'icon-equalizer' : '&#xe04e;',
88
+ 'icon-cog' : '&#xe04f;',
89
+ 'icon-pie' : '&#xe050;',
90
+ 'icon-bars' : '&#xe051;',
91
+ 'icon-stats-up' : '&#xe052;',
92
+ 'icon-gift' : '&#xe053;',
93
+ 'icon-trophy' : '&#xe054;',
94
+ 'icon-diamond' : '&#xe055;',
95
+ 'icon-coffee' : '&#xe056;',
96
+ 'icon-rocket' : '&#xe057;',
97
+ 'icon-meter-slow' : '&#xe058;',
98
+ 'icon-meter-medium' : '&#xe059;',
99
+ 'icon-meter-fast' : '&#xe05a;',
100
+ 'icon-dashboard' : '&#xe05b;',
101
+ 'icon-fire' : '&#xe05c;',
102
+ 'icon-lab' : '&#xe05d;',
103
+ 'icon-remove' : '&#xe05e;',
104
+ 'icon-remove-2' : '&#xe05f;',
105
+ 'icon-remove-3' : '&#xe060;',
106
+ 'icon-briefcase' : '&#xe061;',
107
+ 'icon-briefcase-2' : '&#xe062;',
108
+ 'icon-cars' : '&#xe063;',
109
+ 'icon-bus' : '&#xe064;',
110
+ 'icon-cube' : '&#xe065;',
111
+ 'icon-cube-2' : '&#xe066;',
112
+ 'icon-puzzle' : '&#xe067;',
113
+ 'icon-glasses' : '&#xe068;',
114
+ 'icon-glasses-2' : '&#xe069;',
115
+ 'icon-accessibility' : '&#xe06a;',
116
+ 'icon-accessibility-2' : '&#xe06b;',
117
+ 'icon-target' : '&#xe06c;',
118
+ 'icon-target-2' : '&#xe06d;',
119
+ 'icon-lightning' : '&#xe06e;',
120
+ 'icon-power' : '&#xe06f;',
121
+ 'icon-power-2' : '&#xe070;',
122
+ 'icon-clipboard' : '&#xe071;',
123
+ 'icon-clipboard-2' : '&#xe072;',
124
+ 'icon-playlist' : '&#xe073;',
125
+ 'icon-grid-view' : '&#xe074;',
126
+ 'icon-tree-view' : '&#xe075;',
127
+ 'icon-cloud' : '&#xe076;',
128
+ 'icon-cloud-2' : '&#xe077;',
129
+ 'icon-download-2' : '&#xe078;',
130
+ 'icon-upload-2' : '&#xe079;',
131
+ 'icon-upload-3' : '&#xe07a;',
132
+ 'icon-link' : '&#xe07b;',
133
+ 'icon-link-2' : '&#xe07c;',
134
+ 'icon-flag' : '&#xe07d;',
135
+ 'icon-flag-2' : '&#xe07e;',
136
+ 'icon-attachment' : '&#xe07f;',
137
+ 'icon-eye' : '&#xe080;',
138
+ 'icon-eye-2' : '&#xe081;',
139
+ 'icon-bookmark' : '&#xe082;',
140
+ 'icon-bookmark-2' : '&#xe083;',
141
+ 'icon-star' : '&#xe084;',
142
+ 'icon-star-2' : '&#xe085;',
143
+ 'icon-star-3' : '&#xe086;',
144
+ 'icon-heart' : '&#xe087;',
145
+ 'icon-heart-2' : '&#xe088;',
146
+ 'icon-thumbs-up' : '&#xe089;',
147
+ 'icon-thumbs-down' : '&#xe08a;',
148
+ 'icon-happy' : '&#xe08b;',
149
+ 'icon-smiley' : '&#xe08c;',
150
+ 'icon-neutral' : '&#xe08d;',
151
+ 'icon-plus' : '&#xe08e;',
152
+ 'icon-minus' : '&#xe08f;',
153
+ 'icon-help' : '&#xe090;',
154
+ 'icon-help-2' : '&#xe091;',
155
+ 'icon-blocked' : '&#xe092;',
156
+ 'icon-cancel' : '&#xe093;',
157
+ 'icon-cancel-2' : '&#xe094;',
158
+ 'icon-checkmark' : '&#xe095;',
159
+ 'icon-minus-2' : '&#xe096;',
160
+ 'icon-plus-2' : '&#xe097;',
161
+ 'icon-enter' : '&#xe098;',
162
+ 'icon-exit' : '&#xe099;',
163
+ 'icon-loop' : '&#xe09a;',
164
+ 'icon-arrow-up-left' : '&#xe09b;',
165
+ 'icon-arrow-up' : '&#xe09c;',
166
+ 'icon-arrow-up-right' : '&#xe09d;',
167
+ 'icon-arrow-right' : '&#xe09e;',
168
+ 'icon-arrow-down-right' : '&#xe09f;',
169
+ 'icon-arrow-down' : '&#xe0a0;',
170
+ 'icon-arrow-down-left' : '&#xe0a1;',
171
+ 'icon-arrow-left' : '&#xe0a2;',
172
+ 'icon-arrow-up-left-2' : '&#xe0a3;',
173
+ 'icon-arrow-up-2' : '&#xe0a4;',
174
+ 'icon-arrow-up-right-2' : '&#xe0a5;',
175
+ 'icon-arrow-right-2' : '&#xe0a6;',
176
+ 'icon-arrow-down-right-2' : '&#xe0a7;',
177
+ 'icon-arrow-down-2' : '&#xe0a8;',
178
+ 'icon-arrow-down-left-2' : '&#xe0a9;',
179
+ 'icon-arrow-left-2' : '&#xe0aa;',
180
+ 'icon-arrow-up-left-3' : '&#xe0ab;',
181
+ 'icon-arrow-up-3' : '&#xe0ac;',
182
+ 'icon-arrow-up-right-3' : '&#xe0ad;',
183
+ 'icon-arrow-right-3' : '&#xe0ae;',
184
+ 'icon-arrow-down-right-3' : '&#xe0af;',
185
+ 'icon-arrow-down-3' : '&#xe0b0;',
186
+ 'icon-arrow-down-left-3' : '&#xe0b1;',
187
+ 'icon-arrow-left-3' : '&#xe0b2;',
188
+ 'icon-arrow-up-4' : '&#xe0b3;',
189
+ 'icon-arrow-right-4' : '&#xe0b4;',
190
+ 'icon-arrow-down-4' : '&#xe0b5;',
191
+ 'icon-arrow-left-4' : '&#xe0b6;',
192
+ 'icon-arrow-up-5' : '&#xe0b7;',
193
+ 'icon-arrow-right-5' : '&#xe0b8;',
194
+ 'icon-arrow-down-5' : '&#xe0b9;',
195
+ 'icon-arrow-left-5' : '&#xe0ba;',
196
+ 'icon-arrow-up-6' : '&#xe0bb;',
197
+ 'icon-arrow-right-6' : '&#xe0bc;',
198
+ 'icon-arrow-down-6' : '&#xe0bd;',
199
+ 'icon-arrow-left-6' : '&#xe0be;',
200
+ 'icon-menu' : '&#xe0bf;',
201
+ 'icon-enter-2' : '&#xe0c0;',
202
+ 'icon-backspace' : '&#xe0c1;',
203
+ 'icon-backspace-2' : '&#xe0c2;',
204
+ 'icon-tab' : '&#xe0c3;',
205
+ 'icon-tab-2' : '&#xe0c4;',
206
+ 'icon-checkbox' : '&#xe0c5;',
207
+ 'icon-checkbox-unchecked' : '&#xe0c6;',
208
+ 'icon-checkbox-partial' : '&#xe0c7;',
209
+ 'icon-radio-checked' : '&#xe0c8;',
210
+ 'icon-radio-unchecked' : '&#xe0c9;',
211
+ 'icon-font' : '&#xe0ca;',
212
+ 'icon-paragraph-left' : '&#xe0cb;',
213
+ 'icon-paragraph-center' : '&#xe0cc;',
214
+ 'icon-paragraph-right' : '&#xe0cd;',
215
+ 'icon-paragraph-justify' : '&#xe0ce;',
216
+ 'icon-left-to-right' : '&#xe0cf;',
217
+ 'icon-right-to-left' : '&#xe0d0;',
218
+ 'icon-share' : '&#xe0d1;',
219
+ 'icon-new-tab' : '&#xe0d2;',
220
+ 'icon-new-tab-2' : '&#xe0d3;',
221
+ 'icon-embed' : '&#xe0d4;',
222
+ 'icon-code' : '&#xe0d5;',
223
+ 'icon-bluetooth' : '&#xe0d6;',
224
+ 'icon-share-2' : '&#xe0d7;',
225
+ 'icon-share-3' : '&#xe0d8;',
226
+ 'icon-mail-2' : '&#xe0d9;',
227
+ 'icon-mail-3' : '&#xe0da;',
228
+ 'icon-mail-4' : '&#xe0db;',
229
+ 'icon-google' : '&#xe0dc;',
230
+ 'icon-google-plus' : '&#xe0dd;',
231
+ 'icon-google-plus-2' : '&#xe0de;',
232
+ 'icon-google-plus-3' : '&#xe0df;',
233
+ 'icon-gplus' : '&#xe0e0;',
234
+ 'icon-google-drive' : '&#xe0e1;',
235
+ 'icon-facebook' : '&#xe0e2;',
236
+ 'icon-facebook-2' : '&#xe0e3;',
237
+ 'icon-facebook-3' : '&#xe0e4;',
238
+ 'icon-instagram' : '&#xe0e5;',
239
+ 'icon-twitter' : '&#xe0e6;',
240
+ 'icon-twitter-2' : '&#xe0e7;',
241
+ 'icon-twitter-3' : '&#xe0e8;',
242
+ 'icon-feed' : '&#xe0e9;',
243
+ 'icon-feed-2' : '&#xe0ea;',
244
+ 'icon-feed-3' : '&#xe0eb;',
245
+ 'icon-youtube' : '&#xe0ec;',
246
+ 'icon-youtube-2' : '&#xe0ed;',
247
+ 'icon-vimeo' : '&#xe0ee;',
248
+ 'icon-vimeo-2' : '&#xe0ef;',
249
+ 'icon-flickr' : '&#xe0f0;',
250
+ 'icon-flickr-2' : '&#xe0f1;',
251
+ 'icon-flickr-3' : '&#xe0f2;',
252
+ 'icon-picassa' : '&#xe0f3;',
253
+ 'icon-picassa-2' : '&#xe0f4;',
254
+ 'icon-dribbble' : '&#xe0f5;',
255
+ 'icon-dribbble-2' : '&#xe0f6;',
256
+ 'icon-dribbble-3' : '&#xe0f7;',
257
+ 'icon-forrst' : '&#xe0f8;',
258
+ 'icon-forrst-2' : '&#xe0f9;',
259
+ 'icon-deviantart' : '&#xe0fa;',
260
+ 'icon-deviantart-2' : '&#xe0fb;',
261
+ 'icon-github' : '&#xe0fc;',
262
+ 'icon-github-2' : '&#xe0fd;',
263
+ 'icon-github-3' : '&#xe0fe;',
264
+ 'icon-github-4' : '&#xe0ff;',
265
+ 'icon-github-5' : '&#xe100;',
266
+ 'icon-github-6' : '&#xe101;',
267
+ 'icon-git' : '&#xe102;',
268
+ 'icon-github-7' : '&#xe103;',
269
+ 'icon-wordpress' : '&#xe104;',
270
+ 'icon-wordpress-2' : '&#xe105;',
271
+ 'icon-joomla' : '&#xe106;',
272
+ 'icon-blogger' : '&#xe107;',
273
+ 'icon-blogger-2' : '&#xe108;',
274
+ 'icon-tumblr' : '&#xe109;',
275
+ 'icon-tumblr-2' : '&#xe10a;',
276
+ 'icon-yahoo' : '&#xe10b;',
277
+ 'icon-yahoo-2' : '&#xe10c;',
278
+ 'icon-amazon' : '&#xe10d;',
279
+ 'icon-amazon-2' : '&#xe10e;',
280
+ 'icon-tux' : '&#xe10f;',
281
+ 'icon-apple' : '&#xe110;',
282
+ 'icon-finder' : '&#xe111;',
283
+ 'icon-android' : '&#xe112;',
284
+ 'icon-windows' : '&#xe113;',
285
+ 'icon-soundcloud' : '&#xe114;',
286
+ 'icon-soundcloud-2' : '&#xe115;',
287
+ 'icon-skype' : '&#xe116;',
288
+ 'icon-reddit' : '&#xe117;',
289
+ 'icon-linkedin' : '&#xe118;',
290
+ 'icon-linkedin-2' : '&#xe119;',
291
+ 'icon-lastfm' : '&#xe11a;',
292
+ 'icon-lastfm-2' : '&#xe11b;',
293
+ 'icon-delicious' : '&#xe11c;',
294
+ 'icon-stumbleupon' : '&#xe11d;',
295
+ 'icon-stumbleupon-2' : '&#xe11e;',
296
+ 'icon-pinterest' : '&#xe11f;',
297
+ 'icon-pinterest-2' : '&#xe120;',
298
+ 'icon-xing' : '&#xe121;',
299
+ 'icon-xing-2' : '&#xe122;',
300
+ 'icon-flattr' : '&#xe123;',
301
+ 'icon-foursquare' : '&#xe124;',
302
+ 'icon-foursquare-2' : '&#xe125;',
303
+ 'icon-paypal' : '&#xe126;',
304
+ 'icon-paypal-2' : '&#xe127;',
305
+ 'icon-paypal-3' : '&#xe128;',
306
+ 'icon-yelp' : '&#xe129;',
307
+ 'icon-libreoffice' : '&#xe12a;',
308
+ 'icon-file-pdf' : '&#xe12b;',
309
+ 'icon-file-openoffice' : '&#xe12c;',
310
+ 'icon-file-word' : '&#xe12d;',
311
+ 'icon-file-excel' : '&#xe12e;',
312
+ 'icon-file-powerpoint' : '&#xe12f;',
313
+ 'icon-file-zip' : '&#xe130;',
314
+ 'icon-file-xml' : '&#xe131;',
315
+ 'icon-file-css' : '&#xe132;',
316
+ 'icon-html5' : '&#xe133;',
317
+ 'icon-html5-2' : '&#xe134;',
318
+ 'icon-css3' : '&#xe135;',
319
+ 'icon-chrome' : '&#xe136;',
320
+ 'icon-firefox' : '&#xe137;',
321
+ 'icon-IE' : '&#xe138;',
322
+ 'icon-opera' : '&#xe139;',
323
+ 'icon-safari' : '&#xe13a;',
324
+ 'icon-IcoMoon' : '&#xe13b;'
325
+ },
326
+ els = document.getElementsByTagName('*'),
327
+ i, attr, html, c, el;
328
+ for (i = 0; i < els.length; i += 1) {
329
+ el = els[i];
330
+ attr = el.getAttribute('data-icon');
331
+ if (attr) {
332
+ addIcon(el, attr);
333
+ }
334
+ c = el.className;
335
+ c = c.match(/icon-[^\s'"]+/);
336
+ if (c && icons[c[0]]) {
337
+ addIcon(el, icons[c[0]]);
338
+ }
339
+ }
340
+ };
@@ -0,0 +1,2 @@
1
+ Icon Set: IcoMoon - Free -- http://keyamoon.com/icomoon/
2
+ License: CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/
@@ -0,0 +1,975 @@
1
+ @font-face
2
+ font-family: 'icomoon'
3
+ src: font-url('icomoon-free/icomoon.eot')
4
+ src: font-url('icomoon-free/icomoon.eot?#iefix') format("embedded-opentype"), font-url('icomoon-free/icomoon.svg#icomoon') format("svg"), font-url('icomoon-free/icomoon.woff') format("woff"), font-url('icomoon-free/icomoon.ttf') format("truetype")
5
+ font-weight: normal
6
+ font-style: normal
7
+
8
+
9
+ /* Use the following CSS code if you want to use data attributes for inserting your icons
10
+
11
+ [data-icon]:before
12
+ font-family: 'icomoon'
13
+ content: attr(data-icon)
14
+ speak: none
15
+ font-weight: normal
16
+ line-height: 1
17
+ -webkit-font-smoothing: antialiased
18
+
19
+ /* Use the following CSS code if you want to have a class per icon
20
+
21
+ [class^="icon-"]:before, [class*=" icon-"]:before
22
+ font-family: 'icomoon'
23
+ font-style: normal
24
+ speak: none
25
+ font-weight: normal
26
+ line-height: 1
27
+ -webkit-font-smoothing: antialiased
28
+
29
+ .icon-home:before
30
+ content: "\e000"
31
+
32
+ .icon-home-2:before
33
+ content: "\e001"
34
+
35
+ .icon-newspaper:before
36
+ content: "\e002"
37
+
38
+ .icon-pencil:before
39
+ content: "\e003"
40
+
41
+ .icon-pencil-2:before
42
+ content: "\e004"
43
+
44
+ .icon-droplet:before
45
+ content: "\e005"
46
+
47
+ .icon-pictures:before
48
+ content: "\e006"
49
+
50
+ .icon-picture:before
51
+ content: "\e007"
52
+
53
+ .icon-camera:before
54
+ content: "\e008"
55
+
56
+ .icon-music:before
57
+ content: "\e009"
58
+
59
+ .icon-play:before
60
+ content: "\e00a"
61
+
62
+ .icon-film:before
63
+ content: "\e00b"
64
+
65
+ .icon-camera-2:before
66
+ content: "\e00c"
67
+
68
+ .icon-spades:before
69
+ content: "\e00d"
70
+
71
+ .icon-clubs:before
72
+ content: "\e00e"
73
+
74
+ .icon-diamonds:before
75
+ content: "\e00f"
76
+
77
+ .icon-broadcast:before
78
+ content: "\e010"
79
+
80
+ .icon-mic:before
81
+ content: "\e011"
82
+
83
+ .icon-book:before
84
+ content: "\e012"
85
+
86
+ .icon-file:before
87
+ content: "\e013"
88
+
89
+ .icon-file-2:before
90
+ content: "\e014"
91
+
92
+ .icon-new:before
93
+ content: "\e015"
94
+
95
+ .icon-copy:before
96
+ content: "\e016"
97
+
98
+ .icon-folder:before
99
+ content: "\e017"
100
+
101
+ .icon-folder-2:before
102
+ content: "\e018"
103
+
104
+ .icon-tag:before
105
+ content: "\e019"
106
+
107
+ .icon-cart:before
108
+ content: "\e01a"
109
+
110
+ .icon-basket:before
111
+ content: "\e01b"
112
+
113
+ .icon-calculate:before
114
+ content: "\e01c"
115
+
116
+ .icon-support:before
117
+ content: "\e01d"
118
+
119
+ .icon-phone:before
120
+ content: "\e01e"
121
+
122
+ .icon-mail:before
123
+ content: "\e01f"
124
+
125
+ .icon-location:before
126
+ content: "\e020"
127
+
128
+ .icon-compass:before
129
+ content: "\e021"
130
+
131
+ .icon-history:before
132
+ content: "\e022"
133
+
134
+ .icon-clock:before
135
+ content: "\e023"
136
+
137
+ .icon-bell:before
138
+ content: "\e024"
139
+
140
+ .icon-calendar:before
141
+ content: "\e025"
142
+
143
+ .icon-printer:before
144
+ content: "\e026"
145
+
146
+ .icon-mouse:before
147
+ content: "\e027"
148
+
149
+ .icon-screen:before
150
+ content: "\e028"
151
+
152
+ .icon-laptop:before
153
+ content: "\e029"
154
+
155
+ .icon-mobile:before
156
+ content: "\e02a"
157
+
158
+ .icon-cabinet:before
159
+ content: "\e02b"
160
+
161
+ .icon-drawer:before
162
+ content: "\e02c"
163
+
164
+ .icon-drawer-2:before
165
+ content: "\e02d"
166
+
167
+ .icon-box:before
168
+ content: "\e02e"
169
+
170
+ .icon-box-add:before
171
+ content: "\e02f"
172
+
173
+ .icon-box-remove:before
174
+ content: "\e030"
175
+
176
+ .icon-download:before
177
+ content: "\e031"
178
+
179
+ .icon-upload:before
180
+ content: "\e032"
181
+
182
+ .icon-database:before
183
+ content: "\e033"
184
+
185
+ .icon-flip:before
186
+ content: "\e034"
187
+
188
+ .icon-flip-2:before
189
+ content: "\e035"
190
+
191
+ .icon-undo:before
192
+ content: "\e036"
193
+
194
+ .icon-redo:before
195
+ content: "\e037"
196
+
197
+ .icon-forward:before
198
+ content: "\e038"
199
+
200
+ .icon-reply:before
201
+ content: "\e039"
202
+
203
+ .icon-reply-2:before
204
+ content: "\e03a"
205
+
206
+ .icon-comments:before
207
+ content: "\e03b"
208
+
209
+ .icon-comments-2:before
210
+ content: "\e03c"
211
+
212
+ .icon-comments-3:before
213
+ content: "\e03d"
214
+
215
+ .icon-comments-4:before
216
+ content: "\e03e"
217
+
218
+ .icon-comments-5:before
219
+ content: "\e03f"
220
+
221
+ .icon-user:before
222
+ content: "\e040"
223
+
224
+ .icon-user-2:before
225
+ content: "\e041"
226
+
227
+ .icon-user-3:before
228
+ content: "\e042"
229
+
230
+ .icon-busy:before
231
+ content: "\e043"
232
+
233
+ .icon-loading:before
234
+ content: "\e044"
235
+
236
+ .icon-loading-2:before
237
+ content: "\e045"
238
+
239
+ .icon-search:before
240
+ content: "\e046"
241
+
242
+ .icon-zoom-in:before
243
+ content: "\e047"
244
+
245
+ .icon-zoom-out:before
246
+ content: "\e048"
247
+
248
+ .icon-key:before
249
+ content: "\e049"
250
+
251
+ .icon-key-2:before
252
+ content: "\e04a"
253
+
254
+ .icon-locked:before
255
+ content: "\e04b"
256
+
257
+ .icon-unlocked:before
258
+ content: "\e04c"
259
+
260
+ .icon-wrench:before
261
+ content: "\e04d"
262
+
263
+ .icon-equalizer:before
264
+ content: "\e04e"
265
+
266
+ .icon-cog:before
267
+ content: "\e04f"
268
+
269
+ .icon-pie:before
270
+ content: "\e050"
271
+
272
+ .icon-bars:before
273
+ content: "\e051"
274
+
275
+ .icon-stats-up:before
276
+ content: "\e052"
277
+
278
+ .icon-gift:before
279
+ content: "\e053"
280
+
281
+ .icon-trophy:before
282
+ content: "\e054"
283
+
284
+ .icon-diamond:before
285
+ content: "\e055"
286
+
287
+ .icon-coffee:before
288
+ content: "\e056"
289
+
290
+ .icon-rocket:before
291
+ content: "\e057"
292
+
293
+ .icon-meter-slow:before
294
+ content: "\e058"
295
+
296
+ .icon-meter-medium:before
297
+ content: "\e059"
298
+
299
+ .icon-meter-fast:before
300
+ content: "\e05a"
301
+
302
+ .icon-dashboard:before
303
+ content: "\e05b"
304
+
305
+ .icon-fire:before
306
+ content: "\e05c"
307
+
308
+ .icon-lab:before
309
+ content: "\e05d"
310
+
311
+ .icon-remove:before
312
+ content: "\e05e"
313
+
314
+ .icon-remove-2:before
315
+ content: "\e05f"
316
+
317
+ .icon-remove-3:before
318
+ content: "\e060"
319
+
320
+ .icon-briefcase:before
321
+ content: "\e061"
322
+
323
+ .icon-briefcase-2:before
324
+ content: "\e062"
325
+
326
+ .icon-cars:before
327
+ content: "\e063"
328
+
329
+ .icon-bus:before
330
+ content: "\e064"
331
+
332
+ .icon-cube:before
333
+ content: "\e065"
334
+
335
+ .icon-cube-2:before
336
+ content: "\e066"
337
+
338
+ .icon-puzzle:before
339
+ content: "\e067"
340
+
341
+ .icon-glasses:before
342
+ content: "\e068"
343
+
344
+ .icon-glasses-2:before
345
+ content: "\e069"
346
+
347
+ .icon-accessibility:before
348
+ content: "\e06a"
349
+
350
+ .icon-accessibility-2:before
351
+ content: "\e06b"
352
+
353
+ .icon-target:before
354
+ content: "\e06c"
355
+
356
+ .icon-target-2:before
357
+ content: "\e06d"
358
+
359
+ .icon-lightning:before
360
+ content: "\e06e"
361
+
362
+ .icon-power:before
363
+ content: "\e06f"
364
+
365
+ .icon-power-2:before
366
+ content: "\e070"
367
+
368
+ .icon-clipboard:before
369
+ content: "\e071"
370
+
371
+ .icon-clipboard-2:before
372
+ content: "\e072"
373
+
374
+ .icon-playlist:before
375
+ content: "\e073"
376
+
377
+ .icon-grid-view:before
378
+ content: "\e074"
379
+
380
+ .icon-tree-view:before
381
+ content: "\e075"
382
+
383
+ .icon-cloud:before
384
+ content: "\e076"
385
+
386
+ .icon-cloud-2:before
387
+ content: "\e077"
388
+
389
+ .icon-download-2:before
390
+ content: "\e078"
391
+
392
+ .icon-upload-2:before
393
+ content: "\e079"
394
+
395
+ .icon-upload-3:before
396
+ content: "\e07a"
397
+
398
+ .icon-link:before
399
+ content: "\e07b"
400
+
401
+ .icon-link-2:before
402
+ content: "\e07c"
403
+
404
+ .icon-flag:before
405
+ content: "\e07d"
406
+
407
+ .icon-flag-2:before
408
+ content: "\e07e"
409
+
410
+ .icon-attachment:before
411
+ content: "\e07f"
412
+
413
+ .icon-eye:before
414
+ content: "\e080"
415
+
416
+ .icon-eye-2:before
417
+ content: "\e081"
418
+
419
+ .icon-bookmark:before
420
+ content: "\e082"
421
+
422
+ .icon-bookmark-2:before
423
+ content: "\e083"
424
+
425
+ .icon-star:before
426
+ content: "\e084"
427
+
428
+ .icon-star-2:before
429
+ content: "\e085"
430
+
431
+ .icon-star-3:before
432
+ content: "\e086"
433
+
434
+ .icon-heart:before
435
+ content: "\e087"
436
+
437
+ .icon-heart-2:before
438
+ content: "\e088"
439
+
440
+ .icon-thumbs-up:before
441
+ content: "\e089"
442
+
443
+ .icon-thumbs-down:before
444
+ content: "\e08a"
445
+
446
+ .icon-happy:before
447
+ content: "\e08b"
448
+
449
+ .icon-smiley:before
450
+ content: "\e08c"
451
+
452
+ .icon-neutral:before
453
+ content: "\e08d"
454
+
455
+ .icon-plus:before
456
+ content: "\e08e"
457
+
458
+ .icon-minus:before
459
+ content: "\e08f"
460
+
461
+ .icon-help:before
462
+ content: "\e090"
463
+
464
+ .icon-help-2:before
465
+ content: "\e091"
466
+
467
+ .icon-blocked:before
468
+ content: "\e092"
469
+
470
+ .icon-cancel:before
471
+ content: "\e093"
472
+
473
+ .icon-cancel-2:before
474
+ content: "\e094"
475
+
476
+ .icon-checkmark:before
477
+ content: "\e095"
478
+
479
+ .icon-minus-2:before
480
+ content: "\e096"
481
+
482
+ .icon-plus-2:before
483
+ content: "\e097"
484
+
485
+ .icon-enter:before
486
+ content: "\e098"
487
+
488
+ .icon-exit:before
489
+ content: "\e099"
490
+
491
+ .icon-loop:before
492
+ content: "\e09a"
493
+
494
+ .icon-arrow-up-left:before
495
+ content: "\e09b"
496
+
497
+ .icon-arrow-up:before
498
+ content: "\e09c"
499
+
500
+ .icon-arrow-up-right:before
501
+ content: "\e09d"
502
+
503
+ .icon-arrow-right:before
504
+ content: "\e09e"
505
+
506
+ .icon-arrow-down-right:before
507
+ content: "\e09f"
508
+
509
+ .icon-arrow-down:before
510
+ content: "\e0a0"
511
+
512
+ .icon-arrow-down-left:before
513
+ content: "\e0a1"
514
+
515
+ .icon-arrow-left:before
516
+ content: "\e0a2"
517
+
518
+ .icon-arrow-up-left-2:before
519
+ content: "\e0a3"
520
+
521
+ .icon-arrow-up-2:before
522
+ content: "\e0a4"
523
+
524
+ .icon-arrow-up-right-2:before
525
+ content: "\e0a5"
526
+
527
+ .icon-arrow-right-2:before
528
+ content: "\e0a6"
529
+
530
+ .icon-arrow-down-right-2:before
531
+ content: "\e0a7"
532
+
533
+ .icon-arrow-down-2:before
534
+ content: "\e0a8"
535
+
536
+ .icon-arrow-down-left-2:before
537
+ content: "\e0a9"
538
+
539
+ .icon-arrow-left-2:before
540
+ content: "\e0aa"
541
+
542
+ .icon-arrow-up-left-3:before
543
+ content: "\e0ab"
544
+
545
+ .icon-arrow-up-3:before
546
+ content: "\e0ac"
547
+
548
+ .icon-arrow-up-right-3:before
549
+ content: "\e0ad"
550
+
551
+ .icon-arrow-right-3:before
552
+ content: "\e0ae"
553
+
554
+ .icon-arrow-down-right-3:before
555
+ content: "\e0af"
556
+
557
+ .icon-arrow-down-3:before
558
+ content: "\e0b0"
559
+
560
+ .icon-arrow-down-left-3:before
561
+ content: "\e0b1"
562
+
563
+ .icon-arrow-left-3:before
564
+ content: "\e0b2"
565
+
566
+ .icon-arrow-up-4:before
567
+ content: "\e0b3"
568
+
569
+ .icon-arrow-right-4:before
570
+ content: "\e0b4"
571
+
572
+ .icon-arrow-down-4:before
573
+ content: "\e0b5"
574
+
575
+ .icon-arrow-left-4:before
576
+ content: "\e0b6"
577
+
578
+ .icon-arrow-up-5:before
579
+ content: "\e0b7"
580
+
581
+ .icon-arrow-right-5:before
582
+ content: "\e0b8"
583
+
584
+ .icon-arrow-down-5:before
585
+ content: "\e0b9"
586
+
587
+ .icon-arrow-left-5:before
588
+ content: "\e0ba"
589
+
590
+ .icon-arrow-up-6:before
591
+ content: "\e0bb"
592
+
593
+ .icon-arrow-right-6:before
594
+ content: "\e0bc"
595
+
596
+ .icon-arrow-down-6:before
597
+ content: "\e0bd"
598
+
599
+ .icon-arrow-left-6:before
600
+ content: "\e0be"
601
+
602
+ .icon-menu:before
603
+ content: "\e0bf"
604
+
605
+ .icon-enter-2:before
606
+ content: "\e0c0"
607
+
608
+ .icon-backspace:before
609
+ content: "\e0c1"
610
+
611
+ .icon-backspace-2:before
612
+ content: "\e0c2"
613
+
614
+ .icon-tab:before
615
+ content: "\e0c3"
616
+
617
+ .icon-tab-2:before
618
+ content: "\e0c4"
619
+
620
+ .icon-checkbox:before
621
+ content: "\e0c5"
622
+
623
+ .icon-checkbox-unchecked:before
624
+ content: "\e0c6"
625
+
626
+ .icon-checkbox-partial:before
627
+ content: "\e0c7"
628
+
629
+ .icon-radio-checked:before
630
+ content: "\e0c8"
631
+
632
+ .icon-radio-unchecked:before
633
+ content: "\e0c9"
634
+
635
+ .icon-font:before
636
+ content: "\e0ca"
637
+
638
+ .icon-paragraph-left:before
639
+ content: "\e0cb"
640
+
641
+ .icon-paragraph-center:before
642
+ content: "\e0cc"
643
+
644
+ .icon-paragraph-right:before
645
+ content: "\e0cd"
646
+
647
+ .icon-paragraph-justify:before
648
+ content: "\e0ce"
649
+
650
+ .icon-left-to-right:before
651
+ content: "\e0cf"
652
+
653
+ .icon-right-to-left:before
654
+ content: "\e0d0"
655
+
656
+ .icon-share:before
657
+ content: "\e0d1"
658
+
659
+ .icon-new-tab:before
660
+ content: "\e0d2"
661
+
662
+ .icon-new-tab-2:before
663
+ content: "\e0d3"
664
+
665
+ .icon-embed:before
666
+ content: "\e0d4"
667
+
668
+ .icon-code:before
669
+ content: "\e0d5"
670
+
671
+ .icon-bluetooth:before
672
+ content: "\e0d6"
673
+
674
+ .icon-share-2:before
675
+ content: "\e0d7"
676
+
677
+ .icon-share-3:before
678
+ content: "\e0d8"
679
+
680
+ .icon-mail-2:before
681
+ content: "\e0d9"
682
+
683
+ .icon-mail-3:before
684
+ content: "\e0da"
685
+
686
+ .icon-mail-4:before
687
+ content: "\e0db"
688
+
689
+ .icon-google:before
690
+ content: "\e0dc"
691
+
692
+ .icon-google-plus:before
693
+ content: "\e0dd"
694
+
695
+ .icon-google-plus-2:before
696
+ content: "\e0de"
697
+
698
+ .icon-google-plus-3:before
699
+ content: "\e0df"
700
+
701
+ .icon-gplus:before
702
+ content: "\e0e0"
703
+
704
+ .icon-google-drive:before
705
+ content: "\e0e1"
706
+
707
+ .icon-facebook:before
708
+ content: "\e0e2"
709
+
710
+ .icon-facebook-2:before
711
+ content: "\e0e3"
712
+
713
+ .icon-facebook-3:before
714
+ content: "\e0e4"
715
+
716
+ .icon-instagram:before
717
+ content: "\e0e5"
718
+
719
+ .icon-twitter:before
720
+ content: "\e0e6"
721
+
722
+ .icon-twitter-2:before
723
+ content: "\e0e7"
724
+
725
+ .icon-twitter-3:before
726
+ content: "\e0e8"
727
+
728
+ .icon-feed:before
729
+ content: "\e0e9"
730
+
731
+ .icon-feed-2:before
732
+ content: "\e0ea"
733
+
734
+ .icon-feed-3:before
735
+ content: "\e0eb"
736
+
737
+ .icon-youtube:before
738
+ content: "\e0ec"
739
+
740
+ .icon-youtube-2:before
741
+ content: "\e0ed"
742
+
743
+ .icon-vimeo:before
744
+ content: "\e0ee"
745
+
746
+ .icon-vimeo-2:before
747
+ content: "\e0ef"
748
+
749
+ .icon-flickr:before
750
+ content: "\e0f0"
751
+
752
+ .icon-flickr-2:before
753
+ content: "\e0f1"
754
+
755
+ .icon-flickr-3:before
756
+ content: "\e0f2"
757
+
758
+ .icon-picassa:before
759
+ content: "\e0f3"
760
+
761
+ .icon-picassa-2:before
762
+ content: "\e0f4"
763
+
764
+ .icon-dribbble:before
765
+ content: "\e0f5"
766
+
767
+ .icon-dribbble-2:before
768
+ content: "\e0f6"
769
+
770
+ .icon-dribbble-3:before
771
+ content: "\e0f7"
772
+
773
+ .icon-forrst:before
774
+ content: "\e0f8"
775
+
776
+ .icon-forrst-2:before
777
+ content: "\e0f9"
778
+
779
+ .icon-deviantart:before
780
+ content: "\e0fa"
781
+
782
+ .icon-deviantart-2:before
783
+ content: "\e0fb"
784
+
785
+ .icon-github:before
786
+ content: "\e0fc"
787
+
788
+ .icon-github-2:before
789
+ content: "\e0fd"
790
+
791
+ .icon-github-3:before
792
+ content: "\e0fe"
793
+
794
+ .icon-github-4:before
795
+ content: "\e0ff"
796
+
797
+ .icon-github-5:before
798
+ content: "\e100"
799
+
800
+ .icon-github-6:before
801
+ content: "\e101"
802
+
803
+ .icon-git:before
804
+ content: "\e102"
805
+
806
+ .icon-github-7:before
807
+ content: "\e103"
808
+
809
+ .icon-wordpress:before
810
+ content: "\e104"
811
+
812
+ .icon-wordpress-2:before
813
+ content: "\e105"
814
+
815
+ .icon-joomla:before
816
+ content: "\e106"
817
+
818
+ .icon-blogger:before
819
+ content: "\e107"
820
+
821
+ .icon-blogger-2:before
822
+ content: "\e108"
823
+
824
+ .icon-tumblr:before
825
+ content: "\e109"
826
+
827
+ .icon-tumblr-2:before
828
+ content: "\e10a"
829
+
830
+ .icon-yahoo:before
831
+ content: "\e10b"
832
+
833
+ .icon-yahoo-2:before
834
+ content: "\e10c"
835
+
836
+ .icon-amazon:before
837
+ content: "\e10d"
838
+
839
+ .icon-amazon-2:before
840
+ content: "\e10e"
841
+
842
+ .icon-tux:before
843
+ content: "\e10f"
844
+
845
+ .icon-apple:before
846
+ content: "\e110"
847
+
848
+ .icon-finder:before
849
+ content: "\e111"
850
+
851
+ .icon-android:before
852
+ content: "\e112"
853
+
854
+ .icon-windows:before
855
+ content: "\e113"
856
+
857
+ .icon-soundcloud:before
858
+ content: "\e114"
859
+
860
+ .icon-soundcloud-2:before
861
+ content: "\e115"
862
+
863
+ .icon-skype:before
864
+ content: "\e116"
865
+
866
+ .icon-reddit:before
867
+ content: "\e117"
868
+
869
+ .icon-linkedin:before
870
+ content: "\e118"
871
+
872
+ .icon-linkedin-2:before
873
+ content: "\e119"
874
+
875
+ .icon-lastfm:before
876
+ content: "\e11a"
877
+
878
+ .icon-lastfm-2:before
879
+ content: "\e11b"
880
+
881
+ .icon-delicious:before
882
+ content: "\e11c"
883
+
884
+ .icon-stumbleupon:before
885
+ content: "\e11d"
886
+
887
+ .icon-stumbleupon-2:before
888
+ content: "\e11e"
889
+
890
+ .icon-pinterest:before
891
+ content: "\e11f"
892
+
893
+ .icon-pinterest-2:before
894
+ content: "\e120"
895
+
896
+ .icon-xing:before
897
+ content: "\e121"
898
+
899
+ .icon-xing-2:before
900
+ content: "\e122"
901
+
902
+ .icon-flattr:before
903
+ content: "\e123"
904
+
905
+ .icon-foursquare:before
906
+ content: "\e124"
907
+
908
+ .icon-foursquare-2:before
909
+ content: "\e125"
910
+
911
+ .icon-paypal:before
912
+ content: "\e126"
913
+
914
+ .icon-paypal-2:before
915
+ content: "\e127"
916
+
917
+ .icon-paypal-3:before
918
+ content: "\e128"
919
+
920
+ .icon-yelp:before
921
+ content: "\e129"
922
+
923
+ .icon-libreoffice:before
924
+ content: "\e12a"
925
+
926
+ .icon-file-pdf:before
927
+ content: "\e12b"
928
+
929
+ .icon-file-openoffice:before
930
+ content: "\e12c"
931
+
932
+ .icon-file-word:before
933
+ content: "\e12d"
934
+
935
+ .icon-file-excel:before
936
+ content: "\e12e"
937
+
938
+ .icon-file-powerpoint:before
939
+ content: "\e12f"
940
+
941
+ .icon-file-zip:before
942
+ content: "\e130"
943
+
944
+ .icon-file-xml:before
945
+ content: "\e131"
946
+
947
+ .icon-file-css:before
948
+ content: "\e132"
949
+
950
+ .icon-html5:before
951
+ content: "\e133"
952
+
953
+ .icon-html5-2:before
954
+ content: "\e134"
955
+
956
+ .icon-css3:before
957
+ content: "\e135"
958
+
959
+ .icon-chrome:before
960
+ content: "\e136"
961
+
962
+ .icon-firefox:before
963
+ content: "\e137"
964
+
965
+ .icon-IE:before
966
+ content: "\e138"
967
+
968
+ .icon-opera:before
969
+ content: "\e139"
970
+
971
+ .icon-safari:before
972
+ content: "\e13a"
973
+
974
+ .icon-IcoMoon:before
975
+ content: "\e13b"