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