@theia/toolbar 1.67.0-next.3 → 1.67.0-next.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/README.md +8 -1
  2. package/lib/browser/icons/codicons.d.ts +632 -0
  3. package/lib/browser/icons/codicons.d.ts.map +1 -0
  4. package/lib/browser/icons/codicons.js +650 -0
  5. package/lib/browser/icons/codicons.js.map +1 -0
  6. package/lib/browser/icons/font-awesome-icons.d.ts +789 -0
  7. package/lib/browser/icons/font-awesome-icons.d.ts.map +1 -0
  8. package/lib/browser/icons/font-awesome-icons.js +807 -0
  9. package/lib/browser/icons/font-awesome-icons.js.map +1 -0
  10. package/lib/browser/icons/icon-set-provider.d.ts +52 -0
  11. package/lib/browser/icons/icon-set-provider.d.ts.map +1 -0
  12. package/lib/browser/icons/icon-set-provider.js +137 -0
  13. package/lib/browser/icons/icon-set-provider.js.map +1 -0
  14. package/lib/browser/toolbar-icon-selector-dialog.d.ts +14 -15
  15. package/lib/browser/toolbar-icon-selector-dialog.d.ts.map +1 -1
  16. package/lib/browser/toolbar-icon-selector-dialog.js +34 -35
  17. package/lib/browser/toolbar-icon-selector-dialog.js.map +1 -1
  18. package/package.json +12 -11
  19. package/src/browser/icons/codicons.ts +647 -0
  20. package/src/browser/icons/font-awesome-icons.ts +804 -0
  21. package/src/browser/icons/icon-set-provider.ts +135 -0
  22. package/src/browser/style/toolbar.css +12 -19
  23. package/src/browser/toolbar-icon-selector-dialog.tsx +43 -36
  24. package/lib/browser/codicons.d.ts +0 -2
  25. package/lib/browser/codicons.d.ts.map +0 -1
  26. package/lib/browser/codicons.js +0 -21
  27. package/lib/browser/codicons.js.map +0 -1
  28. package/lib/browser/font-awesome-icons.d.ts +0 -2
  29. package/lib/browser/font-awesome-icons.d.ts.map +0 -1
  30. package/lib/browser/font-awesome-icons.js +0 -21
  31. package/lib/browser/font-awesome-icons.js.map +0 -1
  32. package/src/browser/codicons.ts +0 -18
  33. package/src/browser/font-awesome-icons.ts +0 -18
@@ -0,0 +1,804 @@
1
+ // *****************************************************************************
2
+ // Copyright (C) 2022 Ericsson and others.
3
+ //
4
+ // This program and the accompanying materials are made available under the
5
+ // terms of the Eclipse Public License v. 2.0 which is available at
6
+ // http://www.eclipse.org/legal/epl-2.0.
7
+ //
8
+ // This Source Code may also be made available under the following Secondary
9
+ // Licenses when the conditions for such availability set forth in the Eclipse
10
+ // Public License v. 2.0 are satisfied: GNU General Public License, version 2
11
+ // with the GNU Classpath Exception which is available at
12
+ // https://www.gnu.org/software/classpath/license.html.
13
+ //
14
+ // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
15
+ // *****************************************************************************
16
+
17
+ export const fontAwesomeMapping = {
18
+ 'fa-glass': 'f000',
19
+ 'fa-music': 'f001',
20
+ 'fa-search': 'f002',
21
+ 'fa-envelope-o': 'f003',
22
+ 'fa-heart': 'f004',
23
+ 'fa-star': 'f005',
24
+ 'fa-star-o': 'f006',
25
+ 'fa-user': 'f007',
26
+ 'fa-film': 'f008',
27
+ 'fa-th-large': 'f009',
28
+ 'fa-th': 'f00a',
29
+ 'fa-th-list': 'f00b',
30
+ 'fa-check': 'f00c',
31
+ 'fa-remove': 'f00d',
32
+ 'fa-close': 'f00d',
33
+ 'fa-times': 'f00d',
34
+ 'fa-search-plus': 'f00e',
35
+ 'fa-search-minus': 'f010',
36
+ 'fa-power-off': 'f011',
37
+ 'fa-signal': 'f012',
38
+ 'fa-gear': 'f013',
39
+ 'fa-cog': 'f013',
40
+ 'fa-trash-o': 'f014',
41
+ 'fa-home': 'f015',
42
+ 'fa-file-o': 'f016',
43
+ 'fa-clock-o': 'f017',
44
+ 'fa-road': 'f018',
45
+ 'fa-download': 'f019',
46
+ 'fa-arrow-circle-o-down': 'f01a',
47
+ 'fa-arrow-circle-o-up': 'f01b',
48
+ 'fa-inbox': 'f01c',
49
+ 'fa-play-circle-o': 'f01d',
50
+ 'fa-rotate-right': 'f01e',
51
+ 'fa-repeat': 'f01e',
52
+ 'fa-refresh': 'f021',
53
+ 'fa-list-alt': 'f022',
54
+ 'fa-lock': 'f023',
55
+ 'fa-flag': 'f024',
56
+ 'fa-headphones': 'f025',
57
+ 'fa-volume-off': 'f026',
58
+ 'fa-volume-down': 'f027',
59
+ 'fa-volume-up': 'f028',
60
+ 'fa-qrcode': 'f029',
61
+ 'fa-barcode': 'f02a',
62
+ 'fa-tag': 'f02b',
63
+ 'fa-tags': 'f02c',
64
+ 'fa-book': 'f02d',
65
+ 'fa-bookmark': 'f02e',
66
+ 'fa-print': 'f02f',
67
+ 'fa-camera': 'f030',
68
+ 'fa-font': 'f031',
69
+ 'fa-bold': 'f032',
70
+ 'fa-italic': 'f033',
71
+ 'fa-text-height': 'f034',
72
+ 'fa-text-width': 'f035',
73
+ 'fa-align-left': 'f036',
74
+ 'fa-align-center': 'f037',
75
+ 'fa-align-right': 'f038',
76
+ 'fa-align-justify': 'f039',
77
+ 'fa-list': 'f03a',
78
+ 'fa-dedent': 'f03b',
79
+ 'fa-outdent': 'f03b',
80
+ 'fa-indent': 'f03c',
81
+ 'fa-video-camera': 'f03d',
82
+ 'fa-photo': 'f03e',
83
+ 'fa-image': 'f03e',
84
+ 'fa-picture-o': 'f03e',
85
+ 'fa-pencil': 'f040',
86
+ 'fa-map-marker': 'f041',
87
+ 'fa-adjust': 'f042',
88
+ 'fa-tint': 'f043',
89
+ 'fa-edit': 'f044',
90
+ 'fa-pencil-square-o': 'f044',
91
+ 'fa-share-square-o': 'f045',
92
+ 'fa-check-square-o': 'f046',
93
+ 'fa-arrows': 'f047',
94
+ 'fa-step-backward': 'f048',
95
+ 'fa-fast-backward': 'f049',
96
+ 'fa-backward': 'f04a',
97
+ 'fa-play': 'f04b',
98
+ 'fa-pause': 'f04c',
99
+ 'fa-stop': 'f04d',
100
+ 'fa-forward': 'f04e',
101
+ 'fa-fast-forward': 'f050',
102
+ 'fa-step-forward': 'f051',
103
+ 'fa-eject': 'f052',
104
+ 'fa-chevron-left': 'f053',
105
+ 'fa-chevron-right': 'f054',
106
+ 'fa-plus-circle': 'f055',
107
+ 'fa-minus-circle': 'f056',
108
+ 'fa-times-circle': 'f057',
109
+ 'fa-check-circle': 'f058',
110
+ 'fa-question-circle': 'f059',
111
+ 'fa-info-circle': 'f05a',
112
+ 'fa-crosshairs': 'f05b',
113
+ 'fa-times-circle-o': 'f05c',
114
+ 'fa-check-circle-o': 'f05d',
115
+ 'fa-ban': 'f05e',
116
+ 'fa-arrow-left': 'f060',
117
+ 'fa-arrow-right': 'f061',
118
+ 'fa-arrow-up': 'f062',
119
+ 'fa-arrow-down': 'f063',
120
+ 'fa-mail-forward': 'f064',
121
+ 'fa-share': 'f064',
122
+ 'fa-expand': 'f065',
123
+ 'fa-compress': 'f066',
124
+ 'fa-plus': 'f067',
125
+ 'fa-minus': 'f068',
126
+ 'fa-asterisk': 'f069',
127
+ 'fa-exclamation-circle': 'f06a',
128
+ 'fa-gift': 'f06b',
129
+ 'fa-leaf': 'f06c',
130
+ 'fa-fire': 'f06d',
131
+ 'fa-eye': 'f06e',
132
+ 'fa-eye-slash': 'f070',
133
+ 'fa-warning': 'f071',
134
+ 'fa-exclamation-triangle': 'f071',
135
+ 'fa-plane': 'f072',
136
+ 'fa-calendar': 'f073',
137
+ 'fa-random': 'f074',
138
+ 'fa-comment': 'f075',
139
+ 'fa-magnet': 'f076',
140
+ 'fa-chevron-up': 'f077',
141
+ 'fa-chevron-down': 'f078',
142
+ 'fa-retweet': 'f079',
143
+ 'fa-shopping-cart': 'f07a',
144
+ 'fa-folder': 'f07b',
145
+ 'fa-folder-open': 'f07c',
146
+ 'fa-arrows-v': 'f07d',
147
+ 'fa-arrows-h': 'f07e',
148
+ 'fa-bar-chart-o': 'f080',
149
+ 'fa-bar-chart': 'f080',
150
+ 'fa-twitter-square': 'f081',
151
+ 'fa-facebook-square': 'f082',
152
+ 'fa-camera-retro': 'f083',
153
+ 'fa-key': 'f084',
154
+ 'fa-gears': 'f085',
155
+ 'fa-cogs': 'f085',
156
+ 'fa-comments': 'f086',
157
+ 'fa-thumbs-o-up': 'f087',
158
+ 'fa-thumbs-o-down': 'f088',
159
+ 'fa-star-half': 'f089',
160
+ 'fa-heart-o': 'f08a',
161
+ 'fa-sign-out': 'f08b',
162
+ 'fa-linkedin-square': 'f08c',
163
+ 'fa-thumb-tack': 'f08d',
164
+ 'fa-external-link': 'f08e',
165
+ 'fa-sign-in': 'f090',
166
+ 'fa-trophy': 'f091',
167
+ 'fa-github-square': 'f092',
168
+ 'fa-upload': 'f093',
169
+ 'fa-lemon-o': 'f094',
170
+ 'fa-phone': 'f095',
171
+ 'fa-square-o': 'f096',
172
+ 'fa-bookmark-o': 'f097',
173
+ 'fa-phone-square': 'f098',
174
+ 'fa-twitter': 'f099',
175
+ 'fa-facebook-f': 'f09a',
176
+ 'fa-facebook': 'f09a',
177
+ 'fa-github': 'f09b',
178
+ 'fa-unlock': 'f09c',
179
+ 'fa-credit-card': 'f09d',
180
+ 'fa-feed': 'f09e',
181
+ 'fa-rss': 'f09e',
182
+ 'fa-hdd-o': 'f0a0',
183
+ 'fa-bullhorn': 'f0a1',
184
+ 'fa-bell': 'f0f3',
185
+ 'fa-certificate': 'f0a3',
186
+ 'fa-hand-o-right': 'f0a4',
187
+ 'fa-hand-o-left': 'f0a5',
188
+ 'fa-hand-o-up': 'f0a6',
189
+ 'fa-hand-o-down': 'f0a7',
190
+ 'fa-arrow-circle-left': 'f0a8',
191
+ 'fa-arrow-circle-right': 'f0a9',
192
+ 'fa-arrow-circle-up': 'f0aa',
193
+ 'fa-arrow-circle-down': 'f0ab',
194
+ 'fa-globe': 'f0ac',
195
+ 'fa-wrench': 'f0ad',
196
+ 'fa-tasks': 'f0ae',
197
+ 'fa-filter': 'f0b0',
198
+ 'fa-briefcase': 'f0b1',
199
+ 'fa-arrows-alt': 'f0b2',
200
+ 'fa-group': 'f0c0',
201
+ 'fa-users': 'f0c0',
202
+ 'fa-chain': 'f0c1',
203
+ 'fa-link': 'f0c1',
204
+ 'fa-cloud': 'f0c2',
205
+ 'fa-flask': 'f0c3',
206
+ 'fa-cut': 'f0c4',
207
+ 'fa-scissors': 'f0c4',
208
+ 'fa-copy': 'f0c5',
209
+ 'fa-files-o': 'f0c5',
210
+ 'fa-paperclip': 'f0c6',
211
+ 'fa-save': 'f0c7',
212
+ 'fa-floppy-o': 'f0c7',
213
+ 'fa-square': 'f0c8',
214
+ 'fa-navicon': 'f0c9',
215
+ 'fa-reorder': 'f0c9',
216
+ 'fa-bars': 'f0c9',
217
+ 'fa-list-ul': 'f0ca',
218
+ 'fa-list-ol': 'f0cb',
219
+ 'fa-strikethrough': 'f0cc',
220
+ 'fa-underline': 'f0cd',
221
+ 'fa-table': 'f0ce',
222
+ 'fa-magic': 'f0d0',
223
+ 'fa-truck': 'f0d1',
224
+ 'fa-pinterest': 'f0d2',
225
+ 'fa-pinterest-square': 'f0d3',
226
+ 'fa-google-plus-square': 'f0d4',
227
+ 'fa-google-plus': 'f0d5',
228
+ 'fa-money': 'f0d6',
229
+ 'fa-caret-down': 'f0d7',
230
+ 'fa-caret-up': 'f0d8',
231
+ 'fa-caret-left': 'f0d9',
232
+ 'fa-caret-right': 'f0da',
233
+ 'fa-columns': 'f0db',
234
+ 'fa-unsorted': 'f0dc',
235
+ 'fa-sort': 'f0dc',
236
+ 'fa-sort-down': 'f0dd',
237
+ 'fa-sort-desc': 'f0dd',
238
+ 'fa-sort-up': 'f0de',
239
+ 'fa-sort-asc': 'f0de',
240
+ 'fa-envelope': 'f0e0',
241
+ 'fa-linkedin': 'f0e1',
242
+ 'fa-rotate-left': 'f0e2',
243
+ 'fa-undo': 'f0e2',
244
+ 'fa-legal': 'f0e3',
245
+ 'fa-gavel': 'f0e3',
246
+ 'fa-dashboard': 'f0e4',
247
+ 'fa-tachometer': 'f0e4',
248
+ 'fa-comment-o': 'f0e5',
249
+ 'fa-comments-o': 'f0e6',
250
+ 'fa-flash': 'f0e7',
251
+ 'fa-bolt': 'f0e7',
252
+ 'fa-sitemap': 'f0e8',
253
+ 'fa-umbrella': 'f0e9',
254
+ 'fa-paste': 'f0ea',
255
+ 'fa-clipboard': 'f0ea',
256
+ 'fa-lightbulb-o': 'f0eb',
257
+ 'fa-exchange': 'f0ec',
258
+ 'fa-cloud-download': 'f0ed',
259
+ 'fa-cloud-upload': 'f0ee',
260
+ 'fa-user-md': 'f0f0',
261
+ 'fa-stethoscope': 'f0f1',
262
+ 'fa-suitcase': 'f0f2',
263
+ 'fa-bell-o': 'f0a2',
264
+ 'fa-coffee': 'f0f4',
265
+ 'fa-cutlery': 'f0f5',
266
+ 'fa-file-text-o': 'f0f6',
267
+ 'fa-building-o': 'f0f7',
268
+ 'fa-hospital-o': 'f0f8',
269
+ 'fa-ambulance': 'f0f9',
270
+ 'fa-medkit': 'f0fa',
271
+ 'fa-fighter-jet': 'f0fb',
272
+ 'fa-beer': 'f0fc',
273
+ 'fa-h-square': 'f0fd',
274
+ 'fa-plus-square': 'f0fe',
275
+ 'fa-angle-double-left': 'f100',
276
+ 'fa-angle-double-right': 'f101',
277
+ 'fa-angle-double-up': 'f102',
278
+ 'fa-angle-double-down': 'f103',
279
+ 'fa-angle-left': 'f104',
280
+ 'fa-angle-right': 'f105',
281
+ 'fa-angle-up': 'f106',
282
+ 'fa-angle-down': 'f107',
283
+ 'fa-desktop': 'f108',
284
+ 'fa-laptop': 'f109',
285
+ 'fa-tablet': 'f10a',
286
+ 'fa-mobile-phone': 'f10b',
287
+ 'fa-mobile': 'f10b',
288
+ 'fa-circle-o': 'f10c',
289
+ 'fa-quote-left': 'f10d',
290
+ 'fa-quote-right': 'f10e',
291
+ 'fa-spinner': 'f110',
292
+ 'fa-circle': 'f111',
293
+ 'fa-mail-reply': 'f112',
294
+ 'fa-reply': 'f112',
295
+ 'fa-github-alt': 'f113',
296
+ 'fa-folder-o': 'f114',
297
+ 'fa-folder-open-o': 'f115',
298
+ 'fa-smile-o': 'f118',
299
+ 'fa-frown-o': 'f119',
300
+ 'fa-meh-o': 'f11a',
301
+ 'fa-gamepad': 'f11b',
302
+ 'fa-keyboard-o': 'f11c',
303
+ 'fa-flag-o': 'f11d',
304
+ 'fa-flag-checkered': 'f11e',
305
+ 'fa-terminal': 'f120',
306
+ 'fa-code': 'f121',
307
+ 'fa-mail-reply-all': 'f122',
308
+ 'fa-reply-all': 'f122',
309
+ 'fa-star-half-empty': 'f123',
310
+ 'fa-star-half-full': 'f123',
311
+ 'fa-star-half-o': 'f123',
312
+ 'fa-location-arrow': 'f124',
313
+ 'fa-crop': 'f125',
314
+ 'fa-code-fork': 'f126',
315
+ 'fa-unlink': 'f127',
316
+ 'fa-chain-broken': 'f127',
317
+ 'fa-question': 'f128',
318
+ 'fa-info': 'f129',
319
+ 'fa-exclamation': 'f12a',
320
+ 'fa-superscript': 'f12b',
321
+ 'fa-subscript': 'f12c',
322
+ 'fa-eraser': 'f12d',
323
+ 'fa-puzzle-piece': 'f12e',
324
+ 'fa-microphone': 'f130',
325
+ 'fa-microphone-slash': 'f131',
326
+ 'fa-shield': 'f132',
327
+ 'fa-calendar-o': 'f133',
328
+ 'fa-fire-extinguisher': 'f134',
329
+ 'fa-rocket': 'f135',
330
+ 'fa-maxcdn': 'f136',
331
+ 'fa-chevron-circle-left': 'f137',
332
+ 'fa-chevron-circle-right': 'f138',
333
+ 'fa-chevron-circle-up': 'f139',
334
+ 'fa-chevron-circle-down': 'f13a',
335
+ 'fa-html5': 'f13b',
336
+ 'fa-css3': 'f13c',
337
+ 'fa-anchor': 'f13d',
338
+ 'fa-unlock-alt': 'f13e',
339
+ 'fa-bullseye': 'f140',
340
+ 'fa-ellipsis-h': 'f141',
341
+ 'fa-ellipsis-v': 'f142',
342
+ 'fa-rss-square': 'f143',
343
+ 'fa-play-circle': 'f144',
344
+ 'fa-ticket': 'f145',
345
+ 'fa-minus-square': 'f146',
346
+ 'fa-minus-square-o': 'f147',
347
+ 'fa-level-up': 'f148',
348
+ 'fa-level-down': 'f149',
349
+ 'fa-check-square': 'f14a',
350
+ 'fa-pencil-square': 'f14b',
351
+ 'fa-external-link-square': 'f14c',
352
+ 'fa-share-square': 'f14d',
353
+ 'fa-compass': 'f14e',
354
+ 'fa-toggle-down': 'f150',
355
+ 'fa-caret-square-o-down': 'f150',
356
+ 'fa-toggle-up': 'f151',
357
+ 'fa-caret-square-o-up': 'f151',
358
+ 'fa-toggle-right': 'f152',
359
+ 'fa-caret-square-o-right': 'f152',
360
+ 'fa-euro': 'f153',
361
+ 'fa-eur': 'f153',
362
+ 'fa-gbp': 'f154',
363
+ 'fa-dollar': 'f155',
364
+ 'fa-usd': 'f155',
365
+ 'fa-rupee': 'f156',
366
+ 'fa-inr': 'f156',
367
+ 'fa-cny': 'f157',
368
+ 'fa-rmb': 'f157',
369
+ 'fa-yen': 'f157',
370
+ 'fa-jpy': 'f157',
371
+ 'fa-ruble': 'f158',
372
+ 'fa-rouble': 'f158',
373
+ 'fa-rub': 'f158',
374
+ 'fa-won': 'f159',
375
+ 'fa-krw': 'f159',
376
+ 'fa-bitcoin': 'f15a',
377
+ 'fa-btc': 'f15a',
378
+ 'fa-file': 'f15b',
379
+ 'fa-file-text': 'f15c',
380
+ 'fa-sort-alpha-asc': 'f15d',
381
+ 'fa-sort-alpha-desc': 'f15e',
382
+ 'fa-sort-amount-asc': 'f160',
383
+ 'fa-sort-amount-desc': 'f161',
384
+ 'fa-sort-numeric-asc': 'f162',
385
+ 'fa-sort-numeric-desc': 'f163',
386
+ 'fa-thumbs-up': 'f164',
387
+ 'fa-thumbs-down': 'f165',
388
+ 'fa-youtube-square': 'f166',
389
+ 'fa-youtube': 'f167',
390
+ 'fa-xing': 'f168',
391
+ 'fa-xing-square': 'f169',
392
+ 'fa-youtube-play': 'f16a',
393
+ 'fa-dropbox': 'f16b',
394
+ 'fa-stack-overflow': 'f16c',
395
+ 'fa-instagram': 'f16d',
396
+ 'fa-flickr': 'f16e',
397
+ 'fa-adn': 'f170',
398
+ 'fa-bitbucket': 'f171',
399
+ 'fa-bitbucket-square': 'f172',
400
+ 'fa-tumblr': 'f173',
401
+ 'fa-tumblr-square': 'f174',
402
+ 'fa-long-arrow-down': 'f175',
403
+ 'fa-long-arrow-up': 'f176',
404
+ 'fa-long-arrow-left': 'f177',
405
+ 'fa-long-arrow-right': 'f178',
406
+ 'fa-apple': 'f179',
407
+ 'fa-windows': 'f17a',
408
+ 'fa-android': 'f17b',
409
+ 'fa-linux': 'f17c',
410
+ 'fa-dribbble': 'f17d',
411
+ 'fa-skype': 'f17e',
412
+ 'fa-foursquare': 'f180',
413
+ 'fa-trello': 'f181',
414
+ 'fa-female': 'f182',
415
+ 'fa-male': 'f183',
416
+ 'fa-gittip': 'f184',
417
+ 'fa-gratipay': 'f184',
418
+ 'fa-sun-o': 'f185',
419
+ 'fa-moon-o': 'f186',
420
+ 'fa-archive': 'f187',
421
+ 'fa-bug': 'f188',
422
+ 'fa-vk': 'f189',
423
+ 'fa-weibo': 'f18a',
424
+ 'fa-renren': 'f18b',
425
+ 'fa-pagelines': 'f18c',
426
+ 'fa-stack-exchange': 'f18d',
427
+ 'fa-arrow-circle-o-right': 'f18e',
428
+ 'fa-arrow-circle-o-left': 'f190',
429
+ 'fa-toggle-left': 'f191',
430
+ 'fa-caret-square-o-left': 'f191',
431
+ 'fa-dot-circle-o': 'f192',
432
+ 'fa-wheelchair': 'f193',
433
+ 'fa-vimeo-square': 'f194',
434
+ 'fa-turkish-lira': 'f195',
435
+ 'fa-try': 'f195',
436
+ 'fa-plus-square-o': 'f196',
437
+ 'fa-space-shuttle': 'f197',
438
+ 'fa-slack': 'f198',
439
+ 'fa-envelope-square': 'f199',
440
+ 'fa-wordpress': 'f19a',
441
+ 'fa-openid': 'f19b',
442
+ 'fa-institution': 'f19c',
443
+ 'fa-bank': 'f19c',
444
+ 'fa-university': 'f19c',
445
+ 'fa-mortar-board': 'f19d',
446
+ 'fa-graduation-cap': 'f19d',
447
+ 'fa-yahoo': 'f19e',
448
+ 'fa-google': 'f1a0',
449
+ 'fa-reddit': 'f1a1',
450
+ 'fa-reddit-square': 'f1a2',
451
+ 'fa-stumbleupon-circle': 'f1a3',
452
+ 'fa-stumbleupon': 'f1a4',
453
+ 'fa-delicious': 'f1a5',
454
+ 'fa-digg': 'f1a6',
455
+ 'fa-pied-piper-pp': 'f1a7',
456
+ 'fa-pied-piper-alt': 'f1a8',
457
+ 'fa-drupal': 'f1a9',
458
+ 'fa-joomla': 'f1aa',
459
+ 'fa-language': 'f1ab',
460
+ 'fa-fax': 'f1ac',
461
+ 'fa-building': 'f1ad',
462
+ 'fa-child': 'f1ae',
463
+ 'fa-paw': 'f1b0',
464
+ 'fa-spoon': 'f1b1',
465
+ 'fa-cube': 'f1b2',
466
+ 'fa-cubes': 'f1b3',
467
+ 'fa-behance': 'f1b4',
468
+ 'fa-behance-square': 'f1b5',
469
+ 'fa-steam': 'f1b6',
470
+ 'fa-steam-square': 'f1b7',
471
+ 'fa-recycle': 'f1b8',
472
+ 'fa-automobile': 'f1b9',
473
+ 'fa-car': 'f1b9',
474
+ 'fa-cab': 'f1ba',
475
+ 'fa-taxi': 'f1ba',
476
+ 'fa-tree': 'f1bb',
477
+ 'fa-spotify': 'f1bc',
478
+ 'fa-deviantart': 'f1bd',
479
+ 'fa-soundcloud': 'f1be',
480
+ 'fa-database': 'f1c0',
481
+ 'fa-file-pdf-o': 'f1c1',
482
+ 'fa-file-word-o': 'f1c2',
483
+ 'fa-file-excel-o': 'f1c3',
484
+ 'fa-file-powerpoint-o': 'f1c4',
485
+ 'fa-file-photo-o': 'f1c5',
486
+ 'fa-file-picture-o': 'f1c5',
487
+ 'fa-file-image-o': 'f1c5',
488
+ 'fa-file-zip-o': 'f1c6',
489
+ 'fa-file-archive-o': 'f1c6',
490
+ 'fa-file-sound-o': 'f1c7',
491
+ 'fa-file-audio-o': 'f1c7',
492
+ 'fa-file-movie-o': 'f1c8',
493
+ 'fa-file-video-o': 'f1c8',
494
+ 'fa-file-code-o': 'f1c9',
495
+ 'fa-vine': 'f1ca',
496
+ 'fa-codepen': 'f1cb',
497
+ 'fa-jsfiddle': 'f1cc',
498
+ 'fa-life-bouy': 'f1cd',
499
+ 'fa-life-buoy': 'f1cd',
500
+ 'fa-life-saver': 'f1cd',
501
+ 'fa-support': 'f1cd',
502
+ 'fa-life-ring': 'f1cd',
503
+ 'fa-circle-o-notch': 'f1ce',
504
+ 'fa-ra': 'f1d0',
505
+ 'fa-resistance': 'f1d0',
506
+ 'fa-rebel': 'f1d0',
507
+ 'fa-ge': 'f1d1',
508
+ 'fa-empire': 'f1d1',
509
+ 'fa-git-square': 'f1d2',
510
+ 'fa-git': 'f1d3',
511
+ 'fa-y-combinator-square': 'f1d4',
512
+ 'fa-yc-square': 'f1d4',
513
+ 'fa-hacker-news': 'f1d4',
514
+ 'fa-tencent-weibo': 'f1d5',
515
+ 'fa-qq': 'f1d6',
516
+ 'fa-wechat': 'f1d7',
517
+ 'fa-weixin': 'f1d7',
518
+ 'fa-send': 'f1d8',
519
+ 'fa-paper-plane': 'f1d8',
520
+ 'fa-send-o': 'f1d9',
521
+ 'fa-paper-plane-o': 'f1d9',
522
+ 'fa-history': 'f1da',
523
+ 'fa-circle-thin': 'f1db',
524
+ 'fa-header': 'f1dc',
525
+ 'fa-paragraph': 'f1dd',
526
+ 'fa-sliders': 'f1de',
527
+ 'fa-share-alt': 'f1e0',
528
+ 'fa-share-alt-square': 'f1e1',
529
+ 'fa-bomb': 'f1e2',
530
+ 'fa-soccer-ball-o': 'f1e3',
531
+ 'fa-futbol-o': 'f1e3',
532
+ 'fa-tty': 'f1e4',
533
+ 'fa-binoculars': 'f1e5',
534
+ 'fa-plug': 'f1e6',
535
+ 'fa-slideshare': 'f1e7',
536
+ 'fa-twitch': 'f1e8',
537
+ 'fa-yelp': 'f1e9',
538
+ 'fa-newspaper-o': 'f1ea',
539
+ 'fa-wifi': 'f1eb',
540
+ 'fa-calculator': 'f1ec',
541
+ 'fa-paypal': 'f1ed',
542
+ 'fa-google-wallet': 'f1ee',
543
+ 'fa-cc-visa': 'f1f0',
544
+ 'fa-cc-mastercard': 'f1f1',
545
+ 'fa-cc-discover': 'f1f2',
546
+ 'fa-cc-amex': 'f1f3',
547
+ 'fa-cc-paypal': 'f1f4',
548
+ 'fa-cc-stripe': 'f1f5',
549
+ 'fa-bell-slash': 'f1f6',
550
+ 'fa-bell-slash-o': 'f1f7',
551
+ 'fa-trash': 'f1f8',
552
+ 'fa-copyright': 'f1f9',
553
+ 'fa-at': 'f1fa',
554
+ 'fa-eyedropper': 'f1fb',
555
+ 'fa-paint-brush': 'f1fc',
556
+ 'fa-birthday-cake': 'f1fd',
557
+ 'fa-area-chart': 'f1fe',
558
+ 'fa-pie-chart': 'f200',
559
+ 'fa-line-chart': 'f201',
560
+ 'fa-lastfm': 'f202',
561
+ 'fa-lastfm-square': 'f203',
562
+ 'fa-toggle-off': 'f204',
563
+ 'fa-toggle-on': 'f205',
564
+ 'fa-bicycle': 'f206',
565
+ 'fa-bus': 'f207',
566
+ 'fa-ioxhost': 'f208',
567
+ 'fa-angellist': 'f209',
568
+ 'fa-cc': 'f20a',
569
+ 'fa-shekel': 'f20b',
570
+ 'fa-sheqel': 'f20b',
571
+ 'fa-ils': 'f20b',
572
+ 'fa-meanpath': 'f20c',
573
+ 'fa-buysellads': 'f20d',
574
+ 'fa-connectdevelop': 'f20e',
575
+ 'fa-dashcube': 'f210',
576
+ 'fa-forumbee': 'f211',
577
+ 'fa-leanpub': 'f212',
578
+ 'fa-sellsy': 'f213',
579
+ 'fa-shirtsinbulk': 'f214',
580
+ 'fa-simplybuilt': 'f215',
581
+ 'fa-skyatlas': 'f216',
582
+ 'fa-cart-plus': 'f217',
583
+ 'fa-cart-arrow-down': 'f218',
584
+ 'fa-diamond': 'f219',
585
+ 'fa-ship': 'f21a',
586
+ 'fa-user-secret': 'f21b',
587
+ 'fa-motorcycle': 'f21c',
588
+ 'fa-street-view': 'f21d',
589
+ 'fa-heartbeat': 'f21e',
590
+ 'fa-venus': 'f221',
591
+ 'fa-mars': 'f222',
592
+ 'fa-mercury': 'f223',
593
+ 'fa-intersex': 'f224',
594
+ 'fa-transgender': 'f224',
595
+ 'fa-transgender-alt': 'f225',
596
+ 'fa-venus-double': 'f226',
597
+ 'fa-mars-double': 'f227',
598
+ 'fa-venus-mars': 'f228',
599
+ 'fa-mars-stroke': 'f229',
600
+ 'fa-mars-stroke-v': 'f22a',
601
+ 'fa-mars-stroke-h': 'f22b',
602
+ 'fa-neuter': 'f22c',
603
+ 'fa-genderless': 'f22d',
604
+ 'fa-facebook-official': 'f230',
605
+ 'fa-pinterest-p': 'f231',
606
+ 'fa-whatsapp': 'f232',
607
+ 'fa-server': 'f233',
608
+ 'fa-user-plus': 'f234',
609
+ 'fa-user-times': 'f235',
610
+ 'fa-hotel': 'f236',
611
+ 'fa-bed': 'f236',
612
+ 'fa-viacoin': 'f237',
613
+ 'fa-train': 'f238',
614
+ 'fa-subway': 'f239',
615
+ 'fa-medium': 'f23a',
616
+ 'fa-yc': 'f23b',
617
+ 'fa-y-combinator': 'f23b',
618
+ 'fa-optin-monster': 'f23c',
619
+ 'fa-opencart': 'f23d',
620
+ 'fa-expeditedssl': 'f23e',
621
+ 'fa-battery-4': 'f240',
622
+ 'fa-battery': 'f240',
623
+ 'fa-battery-full': 'f240',
624
+ 'fa-battery-3': 'f241',
625
+ 'fa-battery-three-quarters': 'f241',
626
+ 'fa-battery-2': 'f242',
627
+ 'fa-battery-half': 'f242',
628
+ 'fa-battery-1': 'f243',
629
+ 'fa-battery-quarter': 'f243',
630
+ 'fa-battery-0': 'f244',
631
+ 'fa-battery-empty': 'f244',
632
+ 'fa-mouse-pointer': 'f245',
633
+ 'fa-i-cursor': 'f246',
634
+ 'fa-object-group': 'f247',
635
+ 'fa-object-ungroup': 'f248',
636
+ 'fa-sticky-note': 'f249',
637
+ 'fa-sticky-note-o': 'f24a',
638
+ 'fa-cc-jcb': 'f24b',
639
+ 'fa-cc-diners-club': 'f24c',
640
+ 'fa-clone': 'f24d',
641
+ 'fa-balance-scale': 'f24e',
642
+ 'fa-hourglass-o': 'f250',
643
+ 'fa-hourglass-1': 'f251',
644
+ 'fa-hourglass-start': 'f251',
645
+ 'fa-hourglass-2': 'f252',
646
+ 'fa-hourglass-half': 'f252',
647
+ 'fa-hourglass-3': 'f253',
648
+ 'fa-hourglass-end': 'f253',
649
+ 'fa-hourglass': 'f254',
650
+ 'fa-hand-grab-o': 'f255',
651
+ 'fa-hand-rock-o': 'f255',
652
+ 'fa-hand-stop-o': 'f256',
653
+ 'fa-hand-paper-o': 'f256',
654
+ 'fa-hand-scissors-o': 'f257',
655
+ 'fa-hand-lizard-o': 'f258',
656
+ 'fa-hand-spock-o': 'f259',
657
+ 'fa-hand-pointer-o': 'f25a',
658
+ 'fa-hand-peace-o': 'f25b',
659
+ 'fa-trademark': 'f25c',
660
+ 'fa-registered': 'f25d',
661
+ 'fa-creative-commons': 'f25e',
662
+ 'fa-gg': 'f260',
663
+ 'fa-gg-circle': 'f261',
664
+ 'fa-tripadvisor': 'f262',
665
+ 'fa-odnoklassniki': 'f263',
666
+ 'fa-odnoklassniki-square': 'f264',
667
+ 'fa-get-pocket': 'f265',
668
+ 'fa-wikipedia-w': 'f266',
669
+ 'fa-safari': 'f267',
670
+ 'fa-chrome': 'f268',
671
+ 'fa-firefox': 'f269',
672
+ 'fa-opera': 'f26a',
673
+ 'fa-internet-explorer': 'f26b',
674
+ 'fa-tv': 'f26c',
675
+ 'fa-television': 'f26c',
676
+ 'fa-contao': 'f26d',
677
+ 'fa-500px': 'f26e',
678
+ 'fa-amazon': 'f270',
679
+ 'fa-calendar-plus-o': 'f271',
680
+ 'fa-calendar-minus-o': 'f272',
681
+ 'fa-calendar-times-o': 'f273',
682
+ 'fa-calendar-check-o': 'f274',
683
+ 'fa-industry': 'f275',
684
+ 'fa-map-pin': 'f276',
685
+ 'fa-map-signs': 'f277',
686
+ 'fa-map-o': 'f278',
687
+ 'fa-map': 'f279',
688
+ 'fa-commenting': 'f27a',
689
+ 'fa-commenting-o': 'f27b',
690
+ 'fa-houzz': 'f27c',
691
+ 'fa-vimeo': 'f27d',
692
+ 'fa-black-tie': 'f27e',
693
+ 'fa-fonticons': 'f280',
694
+ 'fa-reddit-alien': 'f281',
695
+ 'fa-edge': 'f282',
696
+ 'fa-credit-card-alt': 'f283',
697
+ 'fa-codiepie': 'f284',
698
+ 'fa-modx': 'f285',
699
+ 'fa-fort-awesome': 'f286',
700
+ 'fa-usb': 'f287',
701
+ 'fa-product-hunt': 'f288',
702
+ 'fa-mixcloud': 'f289',
703
+ 'fa-scribd': 'f28a',
704
+ 'fa-pause-circle': 'f28b',
705
+ 'fa-pause-circle-o': 'f28c',
706
+ 'fa-stop-circle': 'f28d',
707
+ 'fa-stop-circle-o': 'f28e',
708
+ 'fa-shopping-bag': 'f290',
709
+ 'fa-shopping-basket': 'f291',
710
+ 'fa-hashtag': 'f292',
711
+ 'fa-bluetooth': 'f293',
712
+ 'fa-bluetooth-b': 'f294',
713
+ 'fa-percent': 'f295',
714
+ 'fa-gitlab': 'f296',
715
+ 'fa-wpbeginner': 'f297',
716
+ 'fa-wpforms': 'f298',
717
+ 'fa-envira': 'f299',
718
+ 'fa-universal-access': 'f29a',
719
+ 'fa-wheelchair-alt': 'f29b',
720
+ 'fa-question-circle-o': 'f29c',
721
+ 'fa-blind': 'f29d',
722
+ 'fa-audio-description': 'f29e',
723
+ 'fa-volume-control-phone': 'f2a0',
724
+ 'fa-braille': 'f2a1',
725
+ 'fa-assistive-listening-systems': 'f2a2',
726
+ 'fa-asl-interpreting': 'f2a3',
727
+ 'fa-american-sign-language-interpreting': 'f2a3',
728
+ 'fa-deafness': 'f2a4',
729
+ 'fa-hard-of-hearing': 'f2a4',
730
+ 'fa-deaf': 'f2a4',
731
+ 'fa-glide': 'f2a5',
732
+ 'fa-glide-g': 'f2a6',
733
+ 'fa-signing': 'f2a7',
734
+ 'fa-sign-language': 'f2a7',
735
+ 'fa-low-vision': 'f2a8',
736
+ 'fa-viadeo': 'f2a9',
737
+ 'fa-viadeo-square': 'f2aa',
738
+ 'fa-snapchat': 'f2ab',
739
+ 'fa-snapchat-ghost': 'f2ac',
740
+ 'fa-snapchat-square': 'f2ad',
741
+ 'fa-pied-piper': 'f2ae',
742
+ 'fa-first-order': 'f2b0',
743
+ 'fa-yoast': 'f2b1',
744
+ 'fa-themeisle': 'f2b2',
745
+ 'fa-google-plus-circle': 'f2b3',
746
+ 'fa-google-plus-official': 'f2b3',
747
+ 'fa-fa': 'f2b4',
748
+ 'fa-font-awesome': 'f2b4',
749
+ 'fa-handshake-o': 'f2b5',
750
+ 'fa-envelope-open': 'f2b6',
751
+ 'fa-envelope-open-o': 'f2b7',
752
+ 'fa-linode': 'f2b8',
753
+ 'fa-address-book': 'f2b9',
754
+ 'fa-address-book-o': 'f2ba',
755
+ 'fa-vcard': 'f2bb',
756
+ 'fa-address-card': 'f2bb',
757
+ 'fa-vcard-o': 'f2bc',
758
+ 'fa-address-card-o': 'f2bc',
759
+ 'fa-user-circle': 'f2bd',
760
+ 'fa-user-circle-o': 'f2be',
761
+ 'fa-user-o': 'f2c0',
762
+ 'fa-id-badge': 'f2c1',
763
+ 'fa-drivers-license': 'f2c2',
764
+ 'fa-id-card': 'f2c2',
765
+ 'fa-drivers-license-o': 'f2c3',
766
+ 'fa-id-card-o': 'f2c3',
767
+ 'fa-quora': 'f2c4',
768
+ 'fa-free-code-camp': 'f2c5',
769
+ 'fa-telegram': 'f2c6',
770
+ 'fa-thermometer-4': 'f2c7',
771
+ 'fa-thermometer': 'f2c7',
772
+ 'fa-thermometer-full': 'f2c7',
773
+ 'fa-thermometer-3': 'f2c8',
774
+ 'fa-thermometer-three-quarters': 'f2c8',
775
+ 'fa-thermometer-2': 'f2c9',
776
+ 'fa-thermometer-half': 'f2c9',
777
+ 'fa-thermometer-1': 'f2ca',
778
+ 'fa-thermometer-quarter': 'f2ca',
779
+ 'fa-thermometer-0': 'f2cb',
780
+ 'fa-thermometer-empty': 'f2cb',
781
+ 'fa-shower': 'f2cc',
782
+ 'fa-bathtub': 'f2cd',
783
+ 'fa-s15': 'f2cd',
784
+ 'fa-bath': 'f2cd',
785
+ 'fa-podcast': 'f2ce',
786
+ 'fa-window-maximize': 'f2d0',
787
+ 'fa-window-minimize': 'f2d1',
788
+ 'fa-window-restore': 'f2d2',
789
+ 'fa-times-rectangle': 'f2d3',
790
+ 'fa-window-close': 'f2d3',
791
+ 'fa-times-rectangle-o': 'f2d4',
792
+ 'fa-window-close-o': 'f2d4',
793
+ 'fa-bandcamp': 'f2d5',
794
+ 'fa-grav': 'f2d6',
795
+ 'fa-etsy': 'f2d7',
796
+ 'fa-imdb': 'f2d8',
797
+ 'fa-ravelry': 'f2d9',
798
+ 'fa-eercast': 'f2da',
799
+ 'fa-microchip': 'f2db',
800
+ 'fa-snowflake-o': 'f2dc',
801
+ 'fa-superpowers': 'f2dd',
802
+ 'fa-wpexplorer': 'f2de',
803
+ 'fa-meetup': 'f2e0'
804
+ };