webgen-font_awesome-bundle 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/ChangeLog +3 -0
- data/LICENSE +20 -0
- data/README.md +65 -0
- data/VERSION +1 -0
- data/lib/webgen/bundle/font_awesome/data/css/bootstrap/bootstrap.scss +63 -0
- data/lib/webgen/bundle/font_awesome/data/css/font-awesome.sass +26 -0
- data/lib/webgen/bundle/font_awesome/data/css/font-awesome/_bootstrap.sass +85 -0
- data/lib/webgen/bundle/font_awesome/data/css/font-awesome/_core.sass +106 -0
- data/lib/webgen/bundle/font_awesome/data/css/font-awesome/_extras.sass +22 -0
- data/lib/webgen/bundle/font_awesome/data/css/font-awesome/_font-awesome-ie7.sass +410 -0
- data/lib/webgen/bundle/font_awesome/data/css/font-awesome/_font-awesome.sass +7 -0
- data/lib/webgen/bundle/font_awesome/data/css/font-awesome/_icons.sass +1279 -0
- data/lib/webgen/bundle/font_awesome/data/css/font-awesome/_mixins.sass +125 -0
- data/lib/webgen/bundle/font_awesome/data/css/font-awesome/_path.sass +26 -0
- data/lib/webgen/bundle/font_awesome/data/css/font-awesome/_variables.sass +9 -0
- data/lib/webgen/bundle/font_awesome/data/fonts/fontawesome-webfont.eot +0 -0
- data/lib/webgen/bundle/font_awesome/data/fonts/fontawesome-webfont.svg +339 -0
- data/lib/webgen/bundle/font_awesome/data/fonts/fontawesome-webfont.ttf +0 -0
- data/lib/webgen/bundle/font_awesome/data/fonts/fontawesome-webfont.woff +0 -0
- data/lib/webgen/bundle/font_awesome/data/fonts/fontawesome.metainfo +3 -0
- data/lib/webgen/bundle/font_awesome/info.yaml +9 -0
- data/lib/webgen/bundle/font_awesome/init.rb +2 -0
- metadata +87 -0
@@ -0,0 +1,1279 @@
|
|
1
|
+
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
2
|
+
readers do not read off random characters that represent icons */
|
3
|
+
|
4
|
+
=icon-glass
|
5
|
+
+icon("\f000")
|
6
|
+
=icon-music
|
7
|
+
+icon("\f001")
|
8
|
+
=icon-search
|
9
|
+
+icon("\f002")
|
10
|
+
|
11
|
+
=icon-envelope
|
12
|
+
+icon( "\f003")
|
13
|
+
=icon-heart
|
14
|
+
+icon( "\f004")
|
15
|
+
=icon-star
|
16
|
+
+icon( "\f005")
|
17
|
+
=icon-star-empty
|
18
|
+
+icon( "\f006")
|
19
|
+
=icon-user
|
20
|
+
+icon("\f007")
|
21
|
+
=icon-film
|
22
|
+
+icon("\f008")
|
23
|
+
=icon-th-large
|
24
|
+
+icon("\f009")
|
25
|
+
=icon-th
|
26
|
+
+icon("\f00a")
|
27
|
+
=icon-th-list
|
28
|
+
+icon("\f00b")
|
29
|
+
=icon-ok
|
30
|
+
+icon("\f00c")
|
31
|
+
=icon-remove
|
32
|
+
+icon("\f00d")
|
33
|
+
=icon-zoom-in
|
34
|
+
+icon("\f00e")
|
35
|
+
|
36
|
+
=icon-zoom-out
|
37
|
+
+icon("\f010")
|
38
|
+
=icon-off
|
39
|
+
+icon("\f011")
|
40
|
+
=icon-signal
|
41
|
+
+icon("\f012")
|
42
|
+
=icon-cog
|
43
|
+
+icon("\f013")
|
44
|
+
=icon-trash
|
45
|
+
+icon("\f014")
|
46
|
+
=icon-home
|
47
|
+
+icon("\f015")
|
48
|
+
=icon-file
|
49
|
+
+icon("\f016")
|
50
|
+
=icon-time
|
51
|
+
+icon("\f017")
|
52
|
+
=icon-road
|
53
|
+
+icon("\f018")
|
54
|
+
=icon-download-alt
|
55
|
+
+icon("\f019")
|
56
|
+
=icon-download
|
57
|
+
+icon("\f01a")
|
58
|
+
=icon-upload
|
59
|
+
+icon("\f01b")
|
60
|
+
=icon-inbox
|
61
|
+
+icon("\f01c")
|
62
|
+
=icon-play-circle
|
63
|
+
+icon("\f01d")
|
64
|
+
|
65
|
+
=icon-repeat
|
66
|
+
+icon("\f01e")
|
67
|
+
=icon-rotate-right
|
68
|
+
+icon-repeat
|
69
|
+
|
70
|
+
/* F020 doesn't work in Safari. all shifted one down */
|
71
|
+
=icon-refresh
|
72
|
+
+icon("\f021")
|
73
|
+
=icon-list-alt
|
74
|
+
+icon("\f022")
|
75
|
+
=icon-lock
|
76
|
+
+icon("\f023")
|
77
|
+
=icon-flag
|
78
|
+
+icon("\f024")
|
79
|
+
=icon-headphones
|
80
|
+
+icon("\f025")
|
81
|
+
=icon-volume-off
|
82
|
+
+icon("\f026")
|
83
|
+
=icon-volume-down
|
84
|
+
+icon("\f027")
|
85
|
+
=icon-volume-up
|
86
|
+
+icon("\f028")
|
87
|
+
=icon-qrcode
|
88
|
+
+icon("\f029")
|
89
|
+
=icon-barcode
|
90
|
+
+icon("\f02a")
|
91
|
+
=icon-tag
|
92
|
+
+icon("\f02b")
|
93
|
+
=icon-tags
|
94
|
+
+icon("\f02c")
|
95
|
+
=icon-book
|
96
|
+
+icon("\f02d")
|
97
|
+
=icon-bookmark
|
98
|
+
+icon("\f02e")
|
99
|
+
=icon-print
|
100
|
+
+icon("\f02f")
|
101
|
+
|
102
|
+
=icon-camera
|
103
|
+
+icon("\f030")
|
104
|
+
=icon-font
|
105
|
+
+icon("\f031")
|
106
|
+
=icon-bold
|
107
|
+
+icon("\f032")
|
108
|
+
=icon-italic
|
109
|
+
+icon("\f033")
|
110
|
+
=icon-text-height
|
111
|
+
+icon("\f034")
|
112
|
+
=icon-text-width
|
113
|
+
+icon("\f035")
|
114
|
+
=icon-align-left
|
115
|
+
+icon("\f036")
|
116
|
+
=icon-align-center
|
117
|
+
+icon("\f037")
|
118
|
+
=icon-align-right
|
119
|
+
+icon("\f038")
|
120
|
+
=icon-align-justify
|
121
|
+
+icon("\f039")
|
122
|
+
=icon-list
|
123
|
+
+icon("\f03a")
|
124
|
+
=icon-indent-left
|
125
|
+
+icon("\f03b")
|
126
|
+
=icon-indent-right
|
127
|
+
+icon("\f03c")
|
128
|
+
=icon-facetime-video
|
129
|
+
+icon("\f03d")
|
130
|
+
=icon-picture
|
131
|
+
+icon("\f03e")
|
132
|
+
|
133
|
+
=icon-pencil
|
134
|
+
+icon("\f040")
|
135
|
+
=icon-map-marker
|
136
|
+
+icon("\f041")
|
137
|
+
=icon-adjust
|
138
|
+
+icon("\f042")
|
139
|
+
=icon-tint
|
140
|
+
+icon("\f043")
|
141
|
+
=icon-edit
|
142
|
+
+icon("\f044")
|
143
|
+
=icon-share
|
144
|
+
+icon("\f045")
|
145
|
+
=icon-check
|
146
|
+
+icon("\f046")
|
147
|
+
=icon-move
|
148
|
+
+icon("\f047")
|
149
|
+
=icon-step-backward
|
150
|
+
+icon("\f048")
|
151
|
+
=icon-fast-backward
|
152
|
+
+icon("\f049")
|
153
|
+
=icon-backward
|
154
|
+
+icon("\f04a")
|
155
|
+
=icon-play
|
156
|
+
+icon("\f04b")
|
157
|
+
=icon-pause
|
158
|
+
+icon("\f04c")
|
159
|
+
=icon-stop
|
160
|
+
+icon("\f04d")
|
161
|
+
=icon-forward
|
162
|
+
+icon("\f04e")
|
163
|
+
|
164
|
+
=icon-fast-forward
|
165
|
+
+icon("\f050")
|
166
|
+
=icon-step-forward
|
167
|
+
+icon("\f051")
|
168
|
+
=icon-eject
|
169
|
+
+icon("\f052")
|
170
|
+
=icon-chevron-left
|
171
|
+
+icon("\f053")
|
172
|
+
=icon-chevron-right
|
173
|
+
+icon("\f054")
|
174
|
+
=icon-plus-sign
|
175
|
+
+icon("\f055")
|
176
|
+
=icon-minus-sign
|
177
|
+
+icon("\f056")
|
178
|
+
=icon-remove-sign
|
179
|
+
+icon("\f057")
|
180
|
+
=icon-ok-sign
|
181
|
+
+icon("\f058")
|
182
|
+
=icon-question-sign
|
183
|
+
+icon("\f059")
|
184
|
+
=icon-info-sign
|
185
|
+
+icon("\f05a")
|
186
|
+
=icon-screenshot
|
187
|
+
+icon("\f05b")
|
188
|
+
=icon-remove-circle
|
189
|
+
+icon("\f05c")
|
190
|
+
=icon-ok-circle
|
191
|
+
+icon("\f05d")
|
192
|
+
=icon-ban-circle
|
193
|
+
+icon("\f05e")
|
194
|
+
|
195
|
+
=icon-arrow-left
|
196
|
+
+icon("\f060")
|
197
|
+
=icon-arrow-right
|
198
|
+
+icon("\f061")
|
199
|
+
=icon-arrow-up
|
200
|
+
+icon("\f062")
|
201
|
+
=icon-arrow-down
|
202
|
+
+icon("\f063")
|
203
|
+
=icon-mail-forward
|
204
|
+
+icon("\f064")
|
205
|
+
=icon-share-alt
|
206
|
+
+icon-mail-forward
|
207
|
+
=icon-resize-full
|
208
|
+
+icon("\f065")
|
209
|
+
=icon-resize-small
|
210
|
+
+icon("\f066")
|
211
|
+
=icon-plus
|
212
|
+
+icon("\f067")
|
213
|
+
=icon-minus
|
214
|
+
+icon("\f068")
|
215
|
+
=icon-asterisk
|
216
|
+
+icon("\f069")
|
217
|
+
=icon-exclamation-sign
|
218
|
+
+icon("\f06a")
|
219
|
+
=icon-gift
|
220
|
+
+icon("\f06b")
|
221
|
+
=icon-leaf
|
222
|
+
+icon("\f06c")
|
223
|
+
=icon-fire
|
224
|
+
+icon("\f06d")
|
225
|
+
=icon-eye-open
|
226
|
+
+icon("\f06e")
|
227
|
+
|
228
|
+
=icon-eye-close
|
229
|
+
+icon("\f070")
|
230
|
+
=icon-warning-sign
|
231
|
+
+icon("\f071")
|
232
|
+
=icon-plane
|
233
|
+
+icon("\f072")
|
234
|
+
=icon-calendar
|
235
|
+
+icon("\f073")
|
236
|
+
=icon-random
|
237
|
+
+icon("\f074")
|
238
|
+
=icon-comment
|
239
|
+
+icon("\f075")
|
240
|
+
=icon-magnet
|
241
|
+
+icon("\f076")
|
242
|
+
=icon-chevron-up
|
243
|
+
+icon("\f077")
|
244
|
+
=icon-chevron-down
|
245
|
+
+icon("\f078")
|
246
|
+
=icon-retweet
|
247
|
+
+icon("\f079")
|
248
|
+
=icon-shopping-cart
|
249
|
+
+icon("\f07a")
|
250
|
+
=icon-folder-close
|
251
|
+
+icon("\f07b")
|
252
|
+
=icon-folder-open
|
253
|
+
+icon("\f07c")
|
254
|
+
=icon-resize-vertical
|
255
|
+
+icon("\f07d")
|
256
|
+
=icon-resize-horizontal
|
257
|
+
+icon("\f07e")
|
258
|
+
|
259
|
+
=icon-bar-chart
|
260
|
+
+icon("\f080")
|
261
|
+
=icon-twitter-sign
|
262
|
+
+icon("\f081")
|
263
|
+
=icon-facebook-sign
|
264
|
+
+icon("\f082")
|
265
|
+
=icon-camera-retro
|
266
|
+
+icon("\f083")
|
267
|
+
=icon-key
|
268
|
+
+icon("\f084")
|
269
|
+
=icon-cogs
|
270
|
+
+icon("\f085")
|
271
|
+
=icon-comments
|
272
|
+
+icon("\f086")
|
273
|
+
=icon-thumbs-up
|
274
|
+
+icon("\f087")
|
275
|
+
=icon-thumbs-down
|
276
|
+
+icon("\f088")
|
277
|
+
=icon-star-half
|
278
|
+
+icon("\f089")
|
279
|
+
=icon-heart-empty
|
280
|
+
+icon("\f08a")
|
281
|
+
=icon-signout
|
282
|
+
+icon("\f08b")
|
283
|
+
=icon-linkedin-sign
|
284
|
+
+icon("\f08c")
|
285
|
+
=icon-pushpin
|
286
|
+
+icon("\f08d")
|
287
|
+
=icon-external-link
|
288
|
+
+icon("\f08e")
|
289
|
+
|
290
|
+
=icon-signin
|
291
|
+
+icon("\f090")
|
292
|
+
=icon-trophy
|
293
|
+
+icon("\f091")
|
294
|
+
=icon-github-sign
|
295
|
+
+icon("\f092")
|
296
|
+
=icon-upload-alt
|
297
|
+
+icon("\f093")
|
298
|
+
=icon-lemon
|
299
|
+
+icon("\f094")
|
300
|
+
=icon-phone
|
301
|
+
+icon("\f095")
|
302
|
+
=icon-check-empty
|
303
|
+
+icon("\f096")
|
304
|
+
=icon-bookmark-empty
|
305
|
+
+icon("\f097")
|
306
|
+
=icon-phone-sign
|
307
|
+
+icon("\f098")
|
308
|
+
=icon-twitter
|
309
|
+
+icon("\f099")
|
310
|
+
=icon-facebook
|
311
|
+
+icon("\f09a")
|
312
|
+
=icon-github
|
313
|
+
+icon("\f09b")
|
314
|
+
=icon-unlock
|
315
|
+
+icon("\f09c")
|
316
|
+
=icon-credit-card
|
317
|
+
+icon("\f09d")
|
318
|
+
=icon-rss
|
319
|
+
+icon("\f09e")
|
320
|
+
|
321
|
+
=icon-hdd
|
322
|
+
+icon("\f0a0")
|
323
|
+
=icon-bullhorn
|
324
|
+
+icon("\f0a1")
|
325
|
+
=icon-bell
|
326
|
+
+icon("\f0a2")
|
327
|
+
=icon-certificate
|
328
|
+
+icon("\f0a3")
|
329
|
+
=icon-hand-right
|
330
|
+
+icon("\f0a4")
|
331
|
+
=icon-hand-left
|
332
|
+
+icon("\f0a5")
|
333
|
+
=icon-hand-up
|
334
|
+
+icon("\f0a6")
|
335
|
+
=icon-hand-down
|
336
|
+
+icon("\f0a7")
|
337
|
+
=icon-circle-arrow-left
|
338
|
+
+icon("\f0a8")
|
339
|
+
=icon-circle-arrow-right
|
340
|
+
+icon("\f0a9")
|
341
|
+
=icon-circle-arrow-up
|
342
|
+
+icon("\f0aa")
|
343
|
+
=icon-circle-arrow-down
|
344
|
+
+icon("\f0ab")
|
345
|
+
=icon-globe
|
346
|
+
+icon("\f0ac")
|
347
|
+
=icon-wrench
|
348
|
+
+icon("\f0ad")
|
349
|
+
=icon-tasks
|
350
|
+
+icon("\f0ae")
|
351
|
+
|
352
|
+
=icon-filter
|
353
|
+
+icon("\f0b0")
|
354
|
+
=icon-briefcase
|
355
|
+
+icon("\f0b1")
|
356
|
+
=icon-fullscreen
|
357
|
+
+icon("\f0b2")
|
358
|
+
|
359
|
+
=icon-group
|
360
|
+
+icon("\f0c0")
|
361
|
+
=icon-link
|
362
|
+
+icon("\f0c1")
|
363
|
+
=icon-cloud
|
364
|
+
+icon("\f0c2")
|
365
|
+
=icon-beaker
|
366
|
+
+icon("\f0c3")
|
367
|
+
=icon-cut
|
368
|
+
+icon("\f0c4")
|
369
|
+
=icon-copy
|
370
|
+
+icon("\f0c5")
|
371
|
+
=icon-paper-clip
|
372
|
+
+icon("\f0c6")
|
373
|
+
=icon-save
|
374
|
+
+icon("\f0c7")
|
375
|
+
=icon-sign-blank
|
376
|
+
+icon("\f0c8")
|
377
|
+
=icon-reorder
|
378
|
+
+icon("\f0c9")
|
379
|
+
=icon-list-ul
|
380
|
+
+icon("\f0ca")
|
381
|
+
=icon-list-ol
|
382
|
+
+icon("\f0cb")
|
383
|
+
=icon-strikethrough
|
384
|
+
+icon("\f0cc")
|
385
|
+
=icon-underline
|
386
|
+
+icon("\f0cd")
|
387
|
+
=icon-table
|
388
|
+
+icon("\f0ce")
|
389
|
+
|
390
|
+
=icon-magic
|
391
|
+
+icon("\f0d0")
|
392
|
+
=icon-truck
|
393
|
+
+icon("\f0d1")
|
394
|
+
=icon-pinterest
|
395
|
+
+icon("\f0d2")
|
396
|
+
=icon-pinterest-sign
|
397
|
+
+icon("\f0d3")
|
398
|
+
=icon-google-plus-sign
|
399
|
+
+icon("\f0d4")
|
400
|
+
=icon-google-plus
|
401
|
+
+icon("\f0d5")
|
402
|
+
=icon-money
|
403
|
+
+icon("\f0d6")
|
404
|
+
=icon-caret-down
|
405
|
+
+icon("\f0d7")
|
406
|
+
=icon-caret-up
|
407
|
+
+icon("\f0d8")
|
408
|
+
=icon-caret-left
|
409
|
+
+icon("\f0d9")
|
410
|
+
=icon-caret-right
|
411
|
+
+icon("\f0da")
|
412
|
+
=icon-columns
|
413
|
+
+icon("\f0db")
|
414
|
+
=icon-sort
|
415
|
+
+icon("\f0dc")
|
416
|
+
=icon-sort-down
|
417
|
+
+icon("\f0dd")
|
418
|
+
=icon-sort-up
|
419
|
+
+icon("\f0de")
|
420
|
+
|
421
|
+
=icon-envelope-alt
|
422
|
+
+icon("\f0e0")
|
423
|
+
=icon-linkedin
|
424
|
+
+icon("\f0e1")
|
425
|
+
|
426
|
+
=icon-rotate-left
|
427
|
+
+icon("\f0e2")
|
428
|
+
=icon-undo
|
429
|
+
+icon-rotate-left
|
430
|
+
=icon-legal
|
431
|
+
+icon("\f0e3")
|
432
|
+
=icon-dashboard
|
433
|
+
+icon("\f0e4")
|
434
|
+
=icon-comment-alt
|
435
|
+
+icon("\f0e5")
|
436
|
+
=icon-comments-alt
|
437
|
+
+icon("\f0e6")
|
438
|
+
=icon-bolt
|
439
|
+
+icon("\f0e7")
|
440
|
+
=icon-sitemap
|
441
|
+
+icon("\f0e8")
|
442
|
+
=icon-umbrella
|
443
|
+
+icon("\f0e9")
|
444
|
+
=icon-paste
|
445
|
+
+icon("\f0ea")
|
446
|
+
=icon-lightbulb
|
447
|
+
+icon("\f0eb")
|
448
|
+
=icon-exchange
|
449
|
+
+icon("\f0ec")
|
450
|
+
=icon-cloud-download
|
451
|
+
+icon("\f0ed")
|
452
|
+
=icon-cloud-upload
|
453
|
+
+icon("\f0ee")
|
454
|
+
|
455
|
+
=icon-user-md
|
456
|
+
+icon("\f0f0")
|
457
|
+
=icon-stethoscope
|
458
|
+
+icon("\f0f1")
|
459
|
+
=icon-suitcase
|
460
|
+
+icon("\f0f2")
|
461
|
+
=icon-bell-alt
|
462
|
+
+icon("\f0f3")
|
463
|
+
=icon-coffee
|
464
|
+
+icon("\f0f4")
|
465
|
+
=icon-food
|
466
|
+
+icon("\f0f5")
|
467
|
+
=icon-file-alt
|
468
|
+
+icon("\f0f6")
|
469
|
+
=icon-building
|
470
|
+
+icon("\f0f7")
|
471
|
+
=icon-hospital
|
472
|
+
+icon("\f0f8")
|
473
|
+
=icon-ambulance
|
474
|
+
+icon("\f0f9")
|
475
|
+
=icon-medkit
|
476
|
+
+icon("\f0fa")
|
477
|
+
=icon-fighter-jet
|
478
|
+
+icon("\f0fb")
|
479
|
+
=icon-beer
|
480
|
+
+icon("\f0fc")
|
481
|
+
=icon-h-sign
|
482
|
+
+icon("\f0fd")
|
483
|
+
=icon-plus-sign-alt
|
484
|
+
+icon("\f0fe")
|
485
|
+
|
486
|
+
=icon-double-angle-left
|
487
|
+
+icon("\f100")
|
488
|
+
=icon-double-angle-right
|
489
|
+
+icon("\f101")
|
490
|
+
=icon-double-angle-up
|
491
|
+
+icon("\f102")
|
492
|
+
=icon-double-angle-down
|
493
|
+
+icon("\f103")
|
494
|
+
=icon-angle-left
|
495
|
+
+icon("\f104")
|
496
|
+
=icon-angle-right
|
497
|
+
+icon("\f105")
|
498
|
+
=icon-angle-up
|
499
|
+
+icon("\f106")
|
500
|
+
=icon-angle-down
|
501
|
+
+icon("\f107")
|
502
|
+
=icon-desktop
|
503
|
+
+icon("\f108")
|
504
|
+
=icon-laptop
|
505
|
+
+icon("\f109")
|
506
|
+
=icon-tablet
|
507
|
+
+icon("\f10a")
|
508
|
+
=icon-mobile-phone
|
509
|
+
+icon("\f10b")
|
510
|
+
=icon-circle-blank
|
511
|
+
+icon("\f10c")
|
512
|
+
=icon-quote-left
|
513
|
+
+icon("\f10d")
|
514
|
+
=icon-quote-right
|
515
|
+
+icon("\f10e")
|
516
|
+
|
517
|
+
=icon-spinner
|
518
|
+
+icon("\f110")
|
519
|
+
=icon-circle
|
520
|
+
+icon("\f111")
|
521
|
+
=icon-mail-reply
|
522
|
+
+icon("\f112")
|
523
|
+
=icon-reply
|
524
|
+
+icon-mail-reply
|
525
|
+
=icon-folder-close-alt
|
526
|
+
+icon("\f114")
|
527
|
+
=icon-folder-open-alt
|
528
|
+
+icon("\f115")
|
529
|
+
=icon-expand-alt
|
530
|
+
+icon("\f116")
|
531
|
+
=icon-collapse-alt
|
532
|
+
+icon("\f117")
|
533
|
+
=icon-smile
|
534
|
+
+icon("\f118")
|
535
|
+
=icon-frown
|
536
|
+
+icon("\f119")
|
537
|
+
=icon-meh
|
538
|
+
+icon("\f11a")
|
539
|
+
=icon-gamepad
|
540
|
+
+icon("\f11b")
|
541
|
+
=icon-keyboard
|
542
|
+
+icon("\f11c")
|
543
|
+
=icon-flag-alt
|
544
|
+
+icon("\f11d")
|
545
|
+
=icon-flag-checkered
|
546
|
+
+icon("\f11e")
|
547
|
+
|
548
|
+
=icon-terminal
|
549
|
+
+icon("\f120")
|
550
|
+
=icon-code
|
551
|
+
+icon("\f121")
|
552
|
+
=icon-reply-all
|
553
|
+
+icon("\f122")
|
554
|
+
=icon-mail-reply-all
|
555
|
+
+icon("\f122")
|
556
|
+
=icon-star-half-empty
|
557
|
+
+icon("\f123")
|
558
|
+
=icon-location-arrow
|
559
|
+
+icon("\f124")
|
560
|
+
=icon-crop
|
561
|
+
+icon("\f125")
|
562
|
+
=icon-code-fork
|
563
|
+
+icon("\f126")
|
564
|
+
=icon-unlink
|
565
|
+
+icon("\f127")
|
566
|
+
=icon-question
|
567
|
+
+icon("\f128")
|
568
|
+
=icon-info
|
569
|
+
+icon("\f129")
|
570
|
+
=icon-exclamation
|
571
|
+
+icon("\f12a")
|
572
|
+
=icon-superscript
|
573
|
+
+icon("\f12b")
|
574
|
+
=icon-subscript
|
575
|
+
+icon("\f12c")
|
576
|
+
=icon-eraser
|
577
|
+
+icon("\f12d")
|
578
|
+
=icon-puzzle-piece
|
579
|
+
+icon("\f12e")
|
580
|
+
|
581
|
+
=icon-microphone
|
582
|
+
+icon("\f130")
|
583
|
+
=icon-microphone-off
|
584
|
+
+icon("\f131")
|
585
|
+
=icon-shield
|
586
|
+
+icon("\f132")
|
587
|
+
=icon-calendar-empty
|
588
|
+
+icon("\f133")
|
589
|
+
=icon-fire-extinguisher
|
590
|
+
+icon("\f134")
|
591
|
+
=icon-rocket
|
592
|
+
+icon("\f135")
|
593
|
+
=icon-maxcdn
|
594
|
+
+icon("\f136")
|
595
|
+
=icon-chevron-sign-left
|
596
|
+
+icon("\f137")
|
597
|
+
=icon-chevron-sign-right
|
598
|
+
+icon("\f138")
|
599
|
+
=icon-chevron-sign-up
|
600
|
+
+icon("\f139")
|
601
|
+
=icon-chevron-sign-down
|
602
|
+
+icon("\f13a")
|
603
|
+
=icon-html5
|
604
|
+
+icon("\f13b")
|
605
|
+
=icon-css3
|
606
|
+
+icon("\f13c")
|
607
|
+
=icon-anchor
|
608
|
+
+icon("\f13d")
|
609
|
+
=icon-unlock-alt
|
610
|
+
+icon("\f13e")
|
611
|
+
|
612
|
+
=icon-bullseye
|
613
|
+
+icon("\f140")
|
614
|
+
=icon-ellipsis-horizontal
|
615
|
+
+icon("\f141")
|
616
|
+
=icon-ellipsis-vertical
|
617
|
+
+icon("\f142")
|
618
|
+
=icon-rss-sign
|
619
|
+
+icon("\f143")
|
620
|
+
=icon-play-sign
|
621
|
+
+icon("\f144")
|
622
|
+
=icon-ticket
|
623
|
+
+icon("\f145")
|
624
|
+
=icon-minus-sign-alt
|
625
|
+
+icon("\f146")
|
626
|
+
=icon-check-minus
|
627
|
+
+icon("\f147")
|
628
|
+
=icon-level-up
|
629
|
+
+icon("\f148")
|
630
|
+
=icon-level-down
|
631
|
+
+icon("\f149")
|
632
|
+
=icon-check-sign
|
633
|
+
+icon("\f14a")
|
634
|
+
=icon-edit-sign
|
635
|
+
+icon("\f14b")
|
636
|
+
=icon-external-link-sign
|
637
|
+
+icon("\f14c")
|
638
|
+
=icon-share-sign
|
639
|
+
+icon("\f14d")
|
640
|
+
|
641
|
+
|
642
|
+
|
643
|
+
|
644
|
+
.icon-glass
|
645
|
+
+icon-glass
|
646
|
+
.icon-music
|
647
|
+
+icon-music
|
648
|
+
.icon-search
|
649
|
+
+icon-search
|
650
|
+
|
651
|
+
.icon-envelope
|
652
|
+
+icon-envelope
|
653
|
+
.icon-heart
|
654
|
+
+icon-heart
|
655
|
+
.icon-star
|
656
|
+
+icon-star
|
657
|
+
.icon-star-empty
|
658
|
+
+icon-star-empty
|
659
|
+
.icon-user
|
660
|
+
+icon-user
|
661
|
+
.icon-film
|
662
|
+
+icon-film
|
663
|
+
.icon-th-large
|
664
|
+
+icon-th-large
|
665
|
+
.icon-th
|
666
|
+
+icon-th
|
667
|
+
.icon-th-list
|
668
|
+
+icon-th-list
|
669
|
+
.icon-ok
|
670
|
+
+icon-ok
|
671
|
+
.icon-remove
|
672
|
+
+icon-remove
|
673
|
+
.icon-zoom-in
|
674
|
+
+icon-zoom-in
|
675
|
+
|
676
|
+
.icon-zoom-out
|
677
|
+
+icon-zoom-out
|
678
|
+
.icon-off
|
679
|
+
+icon-off
|
680
|
+
.icon-signal
|
681
|
+
+icon-signal
|
682
|
+
.icon-cog
|
683
|
+
+icon-cog
|
684
|
+
.icon-trash
|
685
|
+
+icon-trash
|
686
|
+
.icon-home
|
687
|
+
+icon-home
|
688
|
+
.icon-file
|
689
|
+
+icon-file
|
690
|
+
.icon-time
|
691
|
+
+icon-time
|
692
|
+
.icon-road
|
693
|
+
+icon-road
|
694
|
+
.icon-download-alt
|
695
|
+
+icon-download-alt
|
696
|
+
.icon-download
|
697
|
+
+icon-download
|
698
|
+
.icon-upload
|
699
|
+
+icon-upload
|
700
|
+
.icon-inbox
|
701
|
+
+icon-inbox
|
702
|
+
.icon-play-circle
|
703
|
+
+icon-play-circle
|
704
|
+
|
705
|
+
.icon-repeat
|
706
|
+
+icon-repeat
|
707
|
+
.icon-rotate-right
|
708
|
+
+icon-rotate-right
|
709
|
+
|
710
|
+
/* F020 doesn't work in Safari. all shifted one down */
|
711
|
+
.icon-refresh
|
712
|
+
+icon-refresh
|
713
|
+
.icon-list-alt
|
714
|
+
+icon-list-alt
|
715
|
+
.icon-lock
|
716
|
+
+icon-lock
|
717
|
+
.icon-flag
|
718
|
+
+icon-flag
|
719
|
+
.icon-headphones
|
720
|
+
+icon-headphones
|
721
|
+
.icon-volume-off
|
722
|
+
+icon-volume-off
|
723
|
+
.icon-volume-down
|
724
|
+
+icon-volume-down
|
725
|
+
.icon-volume-up
|
726
|
+
+icon-volume-up
|
727
|
+
.icon-qrcode
|
728
|
+
+icon-qrcode
|
729
|
+
.icon-barcode
|
730
|
+
+icon-barcode
|
731
|
+
.icon-tag
|
732
|
+
+icon-tag
|
733
|
+
.icon-tags
|
734
|
+
+icon-tags
|
735
|
+
.icon-book
|
736
|
+
+icon-book
|
737
|
+
.icon-bookmark
|
738
|
+
+icon-bookmark
|
739
|
+
.icon-print
|
740
|
+
+icon-print
|
741
|
+
|
742
|
+
.icon-camera
|
743
|
+
+icon-camera
|
744
|
+
.icon-font
|
745
|
+
+icon-font
|
746
|
+
.icon-bold
|
747
|
+
+icon-bold
|
748
|
+
.icon-italic
|
749
|
+
+icon-italic
|
750
|
+
.icon-text-height
|
751
|
+
+icon-text-height
|
752
|
+
.icon-text-width
|
753
|
+
+icon-text-width
|
754
|
+
.icon-align-left
|
755
|
+
+icon-align-left
|
756
|
+
.icon-align-center
|
757
|
+
+icon-align-center
|
758
|
+
.icon-align-right
|
759
|
+
+icon-align-right
|
760
|
+
.icon-align-justify
|
761
|
+
+icon-align-justify
|
762
|
+
.icon-list
|
763
|
+
+icon-list
|
764
|
+
.icon-indent-left
|
765
|
+
+icon-indent-left
|
766
|
+
.icon-indent-right
|
767
|
+
+icon-indent-right
|
768
|
+
.icon-facetime-video
|
769
|
+
+icon-facetime-video
|
770
|
+
.icon-picture
|
771
|
+
+icon-picture
|
772
|
+
|
773
|
+
.icon-pencil
|
774
|
+
+icon-pencil
|
775
|
+
.icon-map-marker
|
776
|
+
+icon-map-marker
|
777
|
+
.icon-adjust
|
778
|
+
+icon-adjust
|
779
|
+
.icon-tint
|
780
|
+
+icon-tint
|
781
|
+
.icon-edit
|
782
|
+
+icon-edit
|
783
|
+
.icon-share
|
784
|
+
+icon-share
|
785
|
+
.icon-check
|
786
|
+
+icon-check
|
787
|
+
.icon-move
|
788
|
+
+icon-move
|
789
|
+
.icon-step-backward
|
790
|
+
+icon-step-backward
|
791
|
+
.icon-fast-backward
|
792
|
+
+icon-fast-backward
|
793
|
+
.icon-backward
|
794
|
+
+icon-backward
|
795
|
+
.icon-play
|
796
|
+
+icon-play
|
797
|
+
.icon-pause
|
798
|
+
+icon-pause
|
799
|
+
.icon-stop
|
800
|
+
+icon-stop
|
801
|
+
.icon-forward
|
802
|
+
+icon-forward
|
803
|
+
|
804
|
+
.icon-fast-forward
|
805
|
+
+icon-fast-forward
|
806
|
+
.icon-step-forward
|
807
|
+
+icon-step-forward
|
808
|
+
.icon-eject
|
809
|
+
+icon-eject
|
810
|
+
.icon-chevron-left
|
811
|
+
+icon-chevron-left
|
812
|
+
.icon-chevron-right
|
813
|
+
+icon-chevron-right
|
814
|
+
.icon-plus-sign
|
815
|
+
+icon-plus-sign
|
816
|
+
.icon-minus-sign
|
817
|
+
+icon-minus-sign
|
818
|
+
.icon-remove-sign
|
819
|
+
+icon-remove-sign
|
820
|
+
.icon-ok-sign
|
821
|
+
+icon-ok-sign
|
822
|
+
.icon-question-sign
|
823
|
+
+icon-question-sign
|
824
|
+
.icon-info-sign
|
825
|
+
+icon-info-sign
|
826
|
+
.icon-screenshot
|
827
|
+
+icon-screenshot
|
828
|
+
.icon-remove-circle
|
829
|
+
+icon-remove-circle
|
830
|
+
.icon-ok-circle
|
831
|
+
+icon-ok-circle
|
832
|
+
.icon-ban-circle
|
833
|
+
+icon-ban-circle
|
834
|
+
|
835
|
+
.icon-arrow-left
|
836
|
+
+icon-arrow-left
|
837
|
+
.icon-arrow-right
|
838
|
+
+icon-arrow-right
|
839
|
+
.icon-arrow-up
|
840
|
+
+icon-arrow-up
|
841
|
+
.icon-arrow-down
|
842
|
+
+icon-arrow-down
|
843
|
+
.icon-mail-forward
|
844
|
+
+icon-mail-forward
|
845
|
+
.icon-share-alt
|
846
|
+
+icon-share-alt
|
847
|
+
.icon-resize-full
|
848
|
+
+icon-resize-full
|
849
|
+
.icon-resize-small
|
850
|
+
+icon-resize-small
|
851
|
+
.icon-plus
|
852
|
+
+icon-plus
|
853
|
+
.icon-minus
|
854
|
+
+icon-minus
|
855
|
+
.icon-asterisk
|
856
|
+
+icon-asterisk
|
857
|
+
.icon-exclamation-sign
|
858
|
+
+icon-exclamation-sign
|
859
|
+
.icon-gift
|
860
|
+
+icon-gift
|
861
|
+
.icon-leaf
|
862
|
+
+icon-leaf
|
863
|
+
.icon-fire
|
864
|
+
+icon-fire
|
865
|
+
.icon-eye-open
|
866
|
+
+icon-eye-open
|
867
|
+
|
868
|
+
.icon-eye-close
|
869
|
+
+icon-eye-close
|
870
|
+
.icon-warning-sign
|
871
|
+
+icon-warning-sign
|
872
|
+
.icon-plane
|
873
|
+
+icon-plane
|
874
|
+
.icon-calendar
|
875
|
+
+icon-calendar
|
876
|
+
.icon-random
|
877
|
+
+icon-random
|
878
|
+
.icon-comment
|
879
|
+
+icon-comment
|
880
|
+
.icon-magnet
|
881
|
+
+icon-magnet
|
882
|
+
.icon-chevron-up
|
883
|
+
+icon-chevron-up
|
884
|
+
.icon-chevron-down
|
885
|
+
+icon-chevron-down
|
886
|
+
.icon-retweet
|
887
|
+
+icon-retweet
|
888
|
+
.icon-shopping-cart
|
889
|
+
+icon-shopping-cart
|
890
|
+
.icon-folder-close
|
891
|
+
+icon-folder-close
|
892
|
+
.icon-folder-open
|
893
|
+
+icon-folder-open
|
894
|
+
.icon-resize-vertical
|
895
|
+
+icon-resize-vertical
|
896
|
+
.icon-resize-horizontal
|
897
|
+
+icon-resize-horizontal
|
898
|
+
|
899
|
+
.icon-bar-chart
|
900
|
+
+icon-bar-chart
|
901
|
+
.icon-twitter-sign
|
902
|
+
+icon-twitter-sign
|
903
|
+
.icon-facebook-sign
|
904
|
+
+icon-facebook-sign
|
905
|
+
.icon-camera-retro
|
906
|
+
+icon-camera-retro
|
907
|
+
.icon-key
|
908
|
+
+icon-key
|
909
|
+
.icon-cogs
|
910
|
+
+icon-cogs
|
911
|
+
.icon-comments
|
912
|
+
+icon-comments
|
913
|
+
.icon-thumbs-up
|
914
|
+
+icon-thumbs-up
|
915
|
+
.icon-thumbs-down
|
916
|
+
+icon-thumbs-down
|
917
|
+
.icon-star-half
|
918
|
+
+icon-star-half
|
919
|
+
.icon-heart-empty
|
920
|
+
+icon-heart-empty
|
921
|
+
.icon-signout
|
922
|
+
+icon-signout
|
923
|
+
.icon-linkedin-sign
|
924
|
+
+icon-linkedin-sign
|
925
|
+
.icon-pushpin
|
926
|
+
+icon-pushpin
|
927
|
+
.icon-external-link
|
928
|
+
+icon-external-link
|
929
|
+
|
930
|
+
.icon-signin
|
931
|
+
+icon-signin
|
932
|
+
.icon-trophy
|
933
|
+
+icon-trophy
|
934
|
+
.icon-github-sign
|
935
|
+
+icon-github-sign
|
936
|
+
.icon-upload-alt
|
937
|
+
+icon-upload-alt
|
938
|
+
.icon-lemon
|
939
|
+
+icon-lemon
|
940
|
+
.icon-phone
|
941
|
+
+icon-phone
|
942
|
+
.icon-check-empty
|
943
|
+
+icon-check-empty
|
944
|
+
.icon-bookmark-empty
|
945
|
+
+icon-bookmark-empty
|
946
|
+
.icon-phone-sign
|
947
|
+
+icon-phone-sign
|
948
|
+
.icon-twitter
|
949
|
+
+icon-twitter
|
950
|
+
.icon-facebook
|
951
|
+
+icon-facebook
|
952
|
+
.icon-github
|
953
|
+
+icon-github
|
954
|
+
.icon-unlock
|
955
|
+
+icon-unlock
|
956
|
+
.icon-credit-card
|
957
|
+
+icon-credit-card
|
958
|
+
.icon-rss
|
959
|
+
+icon-rss
|
960
|
+
|
961
|
+
.icon-hdd
|
962
|
+
+icon-hdd
|
963
|
+
.icon-bullhorn
|
964
|
+
+icon-bullhorn
|
965
|
+
.icon-bell
|
966
|
+
+icon-bell
|
967
|
+
.icon-certificate
|
968
|
+
+icon-certificate
|
969
|
+
.icon-hand-right
|
970
|
+
+icon-hand-right
|
971
|
+
.icon-hand-left
|
972
|
+
+icon-hand-left
|
973
|
+
.icon-hand-up
|
974
|
+
+icon-hand-up
|
975
|
+
.icon-hand-down
|
976
|
+
+icon-hand-down
|
977
|
+
.icon-circle-arrow-left
|
978
|
+
+icon-circle-arrow-left
|
979
|
+
.icon-circle-arrow-right
|
980
|
+
+icon-circle-arrow-right
|
981
|
+
.icon-circle-arrow-up
|
982
|
+
+icon-circle-arrow-up
|
983
|
+
.icon-circle-arrow-down
|
984
|
+
+icon-circle-arrow-down
|
985
|
+
.icon-globe
|
986
|
+
+icon-globe
|
987
|
+
.icon-wrench
|
988
|
+
+icon-wrench
|
989
|
+
.icon-tasks
|
990
|
+
+icon-tasks
|
991
|
+
|
992
|
+
.icon-filter
|
993
|
+
+icon-filter
|
994
|
+
.icon-briefcase
|
995
|
+
+icon-briefcase
|
996
|
+
.icon-fullscreen
|
997
|
+
+icon-fullscreen
|
998
|
+
|
999
|
+
.icon-group
|
1000
|
+
+icon-group
|
1001
|
+
.icon-link
|
1002
|
+
+icon-link
|
1003
|
+
.icon-cloud
|
1004
|
+
+icon-cloud
|
1005
|
+
.icon-beaker
|
1006
|
+
+icon-beaker
|
1007
|
+
.icon-cut
|
1008
|
+
+icon-cut
|
1009
|
+
.icon-copy
|
1010
|
+
+icon-copy
|
1011
|
+
.icon-paper-clip
|
1012
|
+
+icon-paper-clip
|
1013
|
+
.icon-save
|
1014
|
+
+icon-save
|
1015
|
+
.icon-sign-blank
|
1016
|
+
+icon-sign-blank
|
1017
|
+
.icon-reorder
|
1018
|
+
+icon-reorder
|
1019
|
+
.icon-list-ul
|
1020
|
+
+icon-list-ul
|
1021
|
+
.icon-list-ol
|
1022
|
+
+icon-list-ol
|
1023
|
+
.icon-strikethrough
|
1024
|
+
+icon-strikethrough
|
1025
|
+
.icon-underline
|
1026
|
+
+icon-underline
|
1027
|
+
.icon-table
|
1028
|
+
+icon-table
|
1029
|
+
|
1030
|
+
.icon-magic
|
1031
|
+
+icon-magic
|
1032
|
+
.icon-truck
|
1033
|
+
+icon-truck
|
1034
|
+
.icon-pinterest
|
1035
|
+
+icon-pinterest
|
1036
|
+
.icon-pinterest-sign
|
1037
|
+
+icon-pinterest-sign
|
1038
|
+
.icon-google-plus-sign
|
1039
|
+
+icon-google-plus-sign
|
1040
|
+
.icon-google-plus
|
1041
|
+
+icon-google-plus
|
1042
|
+
.icon-money
|
1043
|
+
+icon-money
|
1044
|
+
.icon-caret-down
|
1045
|
+
+icon-caret-down
|
1046
|
+
.icon-caret-up
|
1047
|
+
+icon-caret-up
|
1048
|
+
.icon-caret-left
|
1049
|
+
+icon-caret-left
|
1050
|
+
.icon-caret-right
|
1051
|
+
+icon-caret-right
|
1052
|
+
.icon-columns
|
1053
|
+
+icon-columns
|
1054
|
+
.icon-sort
|
1055
|
+
+icon-sort
|
1056
|
+
.icon-sort-down
|
1057
|
+
+icon-sort-down
|
1058
|
+
.icon-sort-up
|
1059
|
+
+icon-sort-up
|
1060
|
+
|
1061
|
+
.icon-envelope-alt
|
1062
|
+
+icon-envelope-alt
|
1063
|
+
.icon-linkedin
|
1064
|
+
+icon-linkedin
|
1065
|
+
|
1066
|
+
.icon-rotate-left
|
1067
|
+
+icon-rotate-left
|
1068
|
+
.icon-undo
|
1069
|
+
+icon-undo
|
1070
|
+
.icon-legal
|
1071
|
+
+icon-legal
|
1072
|
+
.icon-dashboard
|
1073
|
+
+icon-dashboard
|
1074
|
+
.icon-comment-alt
|
1075
|
+
+icon-comment-alt
|
1076
|
+
.icon-comments-alt
|
1077
|
+
+icon-comments-alt
|
1078
|
+
.icon-bolt
|
1079
|
+
+icon-bolt
|
1080
|
+
.icon-sitemap
|
1081
|
+
+icon-sitemap
|
1082
|
+
.icon-umbrella
|
1083
|
+
+icon-umbrella
|
1084
|
+
.icon-paste
|
1085
|
+
+icon-paste
|
1086
|
+
.icon-lightbulb
|
1087
|
+
+icon-lightbulb
|
1088
|
+
.icon-exchange
|
1089
|
+
+icon-exchange
|
1090
|
+
.icon-cloud-download
|
1091
|
+
+icon-cloud-download
|
1092
|
+
.icon-cloud-upload
|
1093
|
+
+icon-cloud-upload
|
1094
|
+
|
1095
|
+
.icon-user-md
|
1096
|
+
+icon-user-md
|
1097
|
+
.icon-stethoscope
|
1098
|
+
+icon-stethoscope
|
1099
|
+
.icon-suitcase
|
1100
|
+
+icon-suitcase
|
1101
|
+
.icon-bell-alt
|
1102
|
+
+icon-bell-alt
|
1103
|
+
.icon-coffee
|
1104
|
+
+icon-coffee
|
1105
|
+
.icon-food
|
1106
|
+
+icon-food
|
1107
|
+
.icon-file-alt
|
1108
|
+
+icon-file-alt
|
1109
|
+
.icon-building
|
1110
|
+
+icon-building
|
1111
|
+
.icon-hospital
|
1112
|
+
+icon-hospital
|
1113
|
+
.icon-ambulance
|
1114
|
+
+icon-ambulance
|
1115
|
+
.icon-medkit
|
1116
|
+
+icon-medkit
|
1117
|
+
.icon-fighter-jet
|
1118
|
+
+icon-fighter-jet
|
1119
|
+
.icon-beer
|
1120
|
+
+icon-beer
|
1121
|
+
.icon-h-sign
|
1122
|
+
+icon-h-sign
|
1123
|
+
.icon-plus-sign-alt
|
1124
|
+
+icon-plus-sign-alt
|
1125
|
+
|
1126
|
+
.icon-double-angle-left
|
1127
|
+
+icon-double-angle-left
|
1128
|
+
.icon-double-angle-right
|
1129
|
+
+icon-double-angle-right
|
1130
|
+
.icon-double-angle-up
|
1131
|
+
+icon-double-angle-up
|
1132
|
+
.icon-double-angle-down
|
1133
|
+
+icon-double-angle-down
|
1134
|
+
.icon-angle-left
|
1135
|
+
+icon-angle-left
|
1136
|
+
.icon-angle-right
|
1137
|
+
+icon-angle-right
|
1138
|
+
.icon-angle-up
|
1139
|
+
+icon-angle-up
|
1140
|
+
.icon-angle-down
|
1141
|
+
+icon-angle-down
|
1142
|
+
.icon-desktop
|
1143
|
+
+icon-desktop
|
1144
|
+
.icon-laptop
|
1145
|
+
+icon-laptop
|
1146
|
+
.icon-tablet
|
1147
|
+
+icon-tablet
|
1148
|
+
.icon-mobile-phone
|
1149
|
+
+icon-mobile-phone
|
1150
|
+
.icon-circle-blank
|
1151
|
+
+icon-circle-blank
|
1152
|
+
.icon-quote-left
|
1153
|
+
+icon-quote-left
|
1154
|
+
.icon-quote-right
|
1155
|
+
+icon-quote-right
|
1156
|
+
|
1157
|
+
.icon-spinner
|
1158
|
+
+icon-spinner
|
1159
|
+
.icon-circle
|
1160
|
+
+icon-circle
|
1161
|
+
.icon-mail-reply
|
1162
|
+
+icon-mail-reply
|
1163
|
+
.icon-reply
|
1164
|
+
+icon-reply
|
1165
|
+
.icon-folder-close-alt
|
1166
|
+
+icon-folder-close-alt
|
1167
|
+
.icon-folder-open-alt
|
1168
|
+
+icon-folder-open-alt
|
1169
|
+
.icon-expand-alt
|
1170
|
+
+icon-expand-alt
|
1171
|
+
.icon-collapse-alt
|
1172
|
+
+icon-collapse-alt
|
1173
|
+
.icon-smile
|
1174
|
+
+icon-smile
|
1175
|
+
.icon-frown
|
1176
|
+
+icon-frown
|
1177
|
+
.icon-meh
|
1178
|
+
+icon-meh
|
1179
|
+
.icon-gamepad
|
1180
|
+
+icon-gamepad
|
1181
|
+
.icon-keyboard
|
1182
|
+
+icon-keyboard
|
1183
|
+
.icon-flag-alt
|
1184
|
+
+icon-flag-alt
|
1185
|
+
.icon-flag-checkered
|
1186
|
+
+icon-flag-checkered
|
1187
|
+
|
1188
|
+
.icon-terminal
|
1189
|
+
+icon-terminal
|
1190
|
+
.icon-code
|
1191
|
+
+icon-code
|
1192
|
+
.icon-reply-all
|
1193
|
+
+icon-reply-all
|
1194
|
+
.icon-mail-reply-all
|
1195
|
+
+icon-mail-reply-all
|
1196
|
+
.icon-star-half-empty
|
1197
|
+
+icon-star-half-empty
|
1198
|
+
.icon-location-arrow
|
1199
|
+
+icon-location-arrow
|
1200
|
+
.icon-crop
|
1201
|
+
+icon-crop
|
1202
|
+
.icon-code-fork
|
1203
|
+
+icon-code-fork
|
1204
|
+
.icon-unlink
|
1205
|
+
+icon-unlink
|
1206
|
+
.icon-question
|
1207
|
+
+icon-question
|
1208
|
+
.icon-info
|
1209
|
+
+icon-info
|
1210
|
+
.icon-exclamation
|
1211
|
+
+icon-exclamation
|
1212
|
+
.icon-superscript
|
1213
|
+
+icon-superscript
|
1214
|
+
.icon-subscript
|
1215
|
+
+icon-subscript
|
1216
|
+
.icon-eraser
|
1217
|
+
+icon-eraser
|
1218
|
+
.icon-puzzle-piece
|
1219
|
+
+icon-puzzle-piece
|
1220
|
+
|
1221
|
+
.icon-microphone
|
1222
|
+
+icon-microphone
|
1223
|
+
.icon-microphone-off
|
1224
|
+
+icon-microphone-off
|
1225
|
+
.icon-shield
|
1226
|
+
+icon-shield
|
1227
|
+
.icon-calendar-empty
|
1228
|
+
+icon-calendar-empty
|
1229
|
+
.icon-fire-extinguisher
|
1230
|
+
+icon-fire-extinguisher
|
1231
|
+
.icon-rocket
|
1232
|
+
+icon-rocket
|
1233
|
+
.icon-maxcdn
|
1234
|
+
+icon-maxcdn
|
1235
|
+
.icon-chevron-sign-left
|
1236
|
+
+icon-chevron-sign-left
|
1237
|
+
.icon-chevron-sign-right
|
1238
|
+
+icon-chevron-sign-right
|
1239
|
+
.icon-chevron-sign-up
|
1240
|
+
+icon-chevron-sign-up
|
1241
|
+
.icon-chevron-sign-down
|
1242
|
+
+icon-chevron-sign-down
|
1243
|
+
.icon-html5
|
1244
|
+
+icon-html5
|
1245
|
+
.icon-css3
|
1246
|
+
+icon-css3
|
1247
|
+
.icon-anchor
|
1248
|
+
+icon-anchor
|
1249
|
+
.icon-unlock-alt
|
1250
|
+
+icon-unlock-alt
|
1251
|
+
|
1252
|
+
.icon-bullseye
|
1253
|
+
+icon-bullseye
|
1254
|
+
.icon-ellipsis-horizontal
|
1255
|
+
+icon-ellipsis-horizontal
|
1256
|
+
.icon-ellipsis-vertical
|
1257
|
+
+icon-ellipsis-vertical
|
1258
|
+
.icon-rss-sign
|
1259
|
+
+icon-rss-sign
|
1260
|
+
.icon-play-sign
|
1261
|
+
+icon-play-sign
|
1262
|
+
.icon-ticket
|
1263
|
+
+icon-ticket
|
1264
|
+
.icon-minus-sign-alt
|
1265
|
+
+icon-minus-sign-alt
|
1266
|
+
.icon-check-minus
|
1267
|
+
+icon-check-minus
|
1268
|
+
.icon-level-up
|
1269
|
+
+icon-level-up
|
1270
|
+
.icon-level-down
|
1271
|
+
+icon-level-down
|
1272
|
+
.icon-check-sign
|
1273
|
+
+icon-check-sign
|
1274
|
+
.icon-edit-sign
|
1275
|
+
+icon-edit-sign
|
1276
|
+
.icon-external-link-sign
|
1277
|
+
+icon-external-link-sign
|
1278
|
+
.icon-share-sign
|
1279
|
+
+icon-share-sign
|