@opengis/gis 0.2.185 → 0.2.187
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.
- package/package.json +79 -77
- package/server/routes/map/fonts/fontawesome-webfont.ttf +0 -0
- package/server/routes/map/fonts/glyphicons-regular.ttf +0 -0
- package/server/routes/map/fonts/icomoon_180219.ttf +0 -0
- package/server/routes/map/fonts/index.js +1933 -0
- package/server/routes/map/fonts/maki.ttf +0 -0
- package/server/routes/map/fonts/map-icons.ttf +0 -0
- package/server/routes/map/fonts/typicons.ttf +0 -0
- package/server/routes/map/functions/gis.icon.js +134 -28
- package/server/routes/map/map.route.js +3 -0
- package/server/routes/map/map.route.test.js +190 -0
- package/server/routes/registers/functions/getTableColumnMeta.js +6 -6
- package/server/routes/registers/functions/gis.suggest.js +6 -6
|
@@ -0,0 +1,1933 @@
|
|
|
1
|
+
const fonts = {
|
|
2
|
+
ty: {
|
|
3
|
+
font: 'typicons.ttf',
|
|
4
|
+
size: 140,
|
|
5
|
+
ar: {
|
|
6
|
+
'adjust-brightness': 'e000',
|
|
7
|
+
'adjust-contrast': 'e001',
|
|
8
|
+
'anchor-outline': 'e002',
|
|
9
|
+
anchor: 'e003',
|
|
10
|
+
archive: 'e004',
|
|
11
|
+
'arrow-back-outline': 'e005',
|
|
12
|
+
'arrow-back': 'e006',
|
|
13
|
+
'arrow-down-outline': 'e007',
|
|
14
|
+
'arrow-down-thick': 'e008',
|
|
15
|
+
'arrow-down': 'e009',
|
|
16
|
+
'arrow-forward-outline': 'e00a',
|
|
17
|
+
'arrow-forward': 'e00b',
|
|
18
|
+
'arrow-left-outline': 'e00c',
|
|
19
|
+
'arrow-left-thick': 'e00d',
|
|
20
|
+
'arrow-left': 'e00e',
|
|
21
|
+
'arrow-loop-outline': 'e00f',
|
|
22
|
+
'arrow-loop': 'e010',
|
|
23
|
+
'arrow-maximise-outline': 'e011',
|
|
24
|
+
'arrow-maximise': 'e012',
|
|
25
|
+
'arrow-minimise-outline': 'e013',
|
|
26
|
+
'arrow-minimise': 'e014',
|
|
27
|
+
'arrow-move-outline': 'e015',
|
|
28
|
+
'arrow-move': 'e016',
|
|
29
|
+
'arrow-repeat-outline': 'e017',
|
|
30
|
+
'arrow-repeat': 'e018',
|
|
31
|
+
'arrow-right-outline': 'e019',
|
|
32
|
+
'arrow-right-thick': 'e01a',
|
|
33
|
+
'arrow-right': 'e01b',
|
|
34
|
+
'arrow-shuffle': 'e01c',
|
|
35
|
+
'arrow-sorted-down': 'e01d',
|
|
36
|
+
'arrow-sorted-up': 'e01e',
|
|
37
|
+
'arrow-sync-outline': 'e01f',
|
|
38
|
+
'arrow-sync': 'e020',
|
|
39
|
+
'arrow-unsorted': 'e021',
|
|
40
|
+
'arrow-up-outline': 'e022',
|
|
41
|
+
'arrow-up-thick': 'e023',
|
|
42
|
+
'arrow-up': 'e024',
|
|
43
|
+
at: 'e025',
|
|
44
|
+
'attachment-outline': 'e026',
|
|
45
|
+
attachment: 'e027',
|
|
46
|
+
'backspace-outline': 'e028',
|
|
47
|
+
backspace: 'e029',
|
|
48
|
+
'battery-charge': 'e02a',
|
|
49
|
+
'battery-full': 'e02b',
|
|
50
|
+
'battery-high': 'e02c',
|
|
51
|
+
'battery-low': 'e02d',
|
|
52
|
+
'battery-mid': 'e02e',
|
|
53
|
+
beaker: 'e02f',
|
|
54
|
+
beer: 'e030',
|
|
55
|
+
bell: 'e031',
|
|
56
|
+
book: 'e032',
|
|
57
|
+
bookmark: 'e033',
|
|
58
|
+
briefcase: 'e034',
|
|
59
|
+
brush: 'e035',
|
|
60
|
+
'business-card': 'e036',
|
|
61
|
+
calculator: 'e037',
|
|
62
|
+
'calendar-outline': 'e038',
|
|
63
|
+
calendar: 'e039',
|
|
64
|
+
'camera-outline': 'e03a',
|
|
65
|
+
camera: 'e03b',
|
|
66
|
+
'cancel-outline': 'e03c',
|
|
67
|
+
cancel: 'e03d',
|
|
68
|
+
'chart-area-outline': 'e03e',
|
|
69
|
+
'chart-area': 'e03f',
|
|
70
|
+
'chart-bar-outline': 'e040',
|
|
71
|
+
'chart-bar': 'e041',
|
|
72
|
+
'chart-line-outline': 'e042',
|
|
73
|
+
'chart-line': 'e043',
|
|
74
|
+
'chart-pie-outline': 'e044',
|
|
75
|
+
'chart-pie': 'e045',
|
|
76
|
+
'chevron-left-outline': 'e046',
|
|
77
|
+
'chevron-left': 'e047',
|
|
78
|
+
'chevron-right-outline': 'e048',
|
|
79
|
+
'chevron-right': 'e049',
|
|
80
|
+
clipboard: 'e04a',
|
|
81
|
+
'cloud-storage': 'e04b',
|
|
82
|
+
'cloud-storage-outline': 'e054',
|
|
83
|
+
'code-outline': 'e04c',
|
|
84
|
+
code: 'e04d',
|
|
85
|
+
coffee: 'e04e',
|
|
86
|
+
'cog-outline': 'e04f',
|
|
87
|
+
cog: 'e050',
|
|
88
|
+
compass: 'e051',
|
|
89
|
+
contacts: 'e052',
|
|
90
|
+
'credit-card': 'e053',
|
|
91
|
+
css3: 'e055',
|
|
92
|
+
database: 'e056',
|
|
93
|
+
'delete-outline': 'e057',
|
|
94
|
+
delete: 'e058',
|
|
95
|
+
'device-desktop': 'e059',
|
|
96
|
+
'device-laptop': 'e05a',
|
|
97
|
+
'device-phone': 'e05b',
|
|
98
|
+
'device-tablet': 'e05c',
|
|
99
|
+
directions: 'e05d',
|
|
100
|
+
'divide-outline': 'e05e',
|
|
101
|
+
divide: 'e05f',
|
|
102
|
+
'document-add': 'e060',
|
|
103
|
+
'document-delete': 'e061',
|
|
104
|
+
'document-text': 'e062',
|
|
105
|
+
document: 'e063',
|
|
106
|
+
'download-outline': 'e064',
|
|
107
|
+
download: 'e065',
|
|
108
|
+
dropbox: 'e066',
|
|
109
|
+
edit: 'e067',
|
|
110
|
+
'eject-outline': 'e068',
|
|
111
|
+
eject: 'e069',
|
|
112
|
+
'equals-outline': 'e06a',
|
|
113
|
+
equals: 'e06b',
|
|
114
|
+
'export-outline': 'e06c',
|
|
115
|
+
export: 'e06d',
|
|
116
|
+
'eye-outline': 'e06e',
|
|
117
|
+
eye: 'e06f',
|
|
118
|
+
feather: 'e070',
|
|
119
|
+
film: 'e071',
|
|
120
|
+
filter: 'e072',
|
|
121
|
+
'flag-outline': 'e073',
|
|
122
|
+
flag: 'e074',
|
|
123
|
+
'flash-outline': 'e075',
|
|
124
|
+
flash: 'e076',
|
|
125
|
+
'flow-children': 'e077',
|
|
126
|
+
'flow-merge': 'e078',
|
|
127
|
+
'flow-parallel': 'e079',
|
|
128
|
+
'flow-switch': 'e07a',
|
|
129
|
+
'folder-add': 'e07b',
|
|
130
|
+
'folder-delete': 'e07c',
|
|
131
|
+
'folder-open': 'e07d',
|
|
132
|
+
folder: 'e07e',
|
|
133
|
+
gift: 'e07f',
|
|
134
|
+
'globe-outline': 'e080',
|
|
135
|
+
globe: 'e081',
|
|
136
|
+
'group-outline': 'e082',
|
|
137
|
+
group: 'e083',
|
|
138
|
+
headphones: 'e084',
|
|
139
|
+
'heart-full-outline': 'e085',
|
|
140
|
+
'heart-half-outline': 'e086',
|
|
141
|
+
'heart-outline': 'e087',
|
|
142
|
+
heart: 'e088',
|
|
143
|
+
'home-outline': 'e089',
|
|
144
|
+
home: 'e08a',
|
|
145
|
+
html5: 'e08b',
|
|
146
|
+
'image-outline': 'e08c',
|
|
147
|
+
image: 'e08d',
|
|
148
|
+
infinioutline: 'e08e',
|
|
149
|
+
infinity: 'e08f',
|
|
150
|
+
'info-large-outline': 'e090',
|
|
151
|
+
'info-large': 'e091',
|
|
152
|
+
'info-outline': 'e092',
|
|
153
|
+
info: 'e093',
|
|
154
|
+
'input-checked-outline': 'e094',
|
|
155
|
+
'input-checked': 'e095',
|
|
156
|
+
'key-outline': 'e096',
|
|
157
|
+
key: 'e097',
|
|
158
|
+
keyboard: 'e098',
|
|
159
|
+
leaf: 'e099',
|
|
160
|
+
lightbulb: 'e09a',
|
|
161
|
+
'link-outline': 'e09b',
|
|
162
|
+
link: 'e09c',
|
|
163
|
+
'location-arrow-outline': 'e09d',
|
|
164
|
+
'location-arrow': 'e09e',
|
|
165
|
+
'location-outline': 'e09f',
|
|
166
|
+
location: 'e0a0',
|
|
167
|
+
'lock-closed-outline': 'e0a1',
|
|
168
|
+
'lock-closed': 'e0a2',
|
|
169
|
+
'lock-open-outline': 'e0a3',
|
|
170
|
+
'lock-open': 'e0a4',
|
|
171
|
+
mail: 'e0a5',
|
|
172
|
+
map: 'e0a6',
|
|
173
|
+
'media-eject-outline': 'e0a7',
|
|
174
|
+
'media-eject': 'e0a8',
|
|
175
|
+
'media-fast-forward-outline': 'e0a9',
|
|
176
|
+
'media-fast-forward': 'e0aa',
|
|
177
|
+
'media-pause-outline': 'e0ab',
|
|
178
|
+
'media-pause': 'e0ac',
|
|
179
|
+
'media-play-outline': 'e0ad',
|
|
180
|
+
'media-play-reverse-outline': 'e0ae',
|
|
181
|
+
'media-play-reverse': 'e0af',
|
|
182
|
+
'media-play': 'e0b0',
|
|
183
|
+
'media-record-outline': 'e0b1',
|
|
184
|
+
'media-record': 'e0b2',
|
|
185
|
+
'media-rewind-outline': 'e0b3',
|
|
186
|
+
'media-rewind': 'e0b4',
|
|
187
|
+
'media-stop-outline': 'e0b5',
|
|
188
|
+
'media-stop': 'e0b6',
|
|
189
|
+
'message-typing': 'e0b7',
|
|
190
|
+
message: 'e0b8',
|
|
191
|
+
messages: 'e0b9',
|
|
192
|
+
'microphone-outline': 'e0ba',
|
|
193
|
+
microphone: 'e0bb',
|
|
194
|
+
'minus-outline': 'e0bc',
|
|
195
|
+
minus: 'e0bd',
|
|
196
|
+
'mortar-board': 'e0be',
|
|
197
|
+
news: 'e0bf',
|
|
198
|
+
'notes-outline': 'e0c0',
|
|
199
|
+
notes: 'e0c1',
|
|
200
|
+
pen: 'e0c2',
|
|
201
|
+
pencil: 'e0c3',
|
|
202
|
+
'phone-outline': 'e0c4',
|
|
203
|
+
phone: 'e0c5',
|
|
204
|
+
'pi-outline': 'e0c6',
|
|
205
|
+
pi: 'e0c7',
|
|
206
|
+
'pin-outline': 'e0c8',
|
|
207
|
+
pin: 'e0c9',
|
|
208
|
+
pipette: 'e0ca',
|
|
209
|
+
'plane-outline': 'e0cb',
|
|
210
|
+
plane: 'e0cc',
|
|
211
|
+
plug: 'e0cd',
|
|
212
|
+
'plus-outline': 'e0ce',
|
|
213
|
+
plus: 'e0cf',
|
|
214
|
+
'point-of-interest-outline': 'e0d0',
|
|
215
|
+
'point-of-interest': 'e0d1',
|
|
216
|
+
'power-outline': 'e0d2',
|
|
217
|
+
power: 'e0d3',
|
|
218
|
+
printer: 'e0d4',
|
|
219
|
+
'puzzle-outline': 'e0d5',
|
|
220
|
+
puzzle: 'e0d6',
|
|
221
|
+
'radar-outline': 'e0d7',
|
|
222
|
+
radar: 'e0d8',
|
|
223
|
+
'refresh-outline': 'e0d9',
|
|
224
|
+
refresh: 'e0da',
|
|
225
|
+
'rss-outline': 'e0db',
|
|
226
|
+
rss: 'e0dc',
|
|
227
|
+
'scissors-outline': 'e0dd',
|
|
228
|
+
scissors: 'e0de',
|
|
229
|
+
'shopping-bag': 'e0df',
|
|
230
|
+
'shopping-cart': 'e0e0',
|
|
231
|
+
'social-at-circular': 'e0e1',
|
|
232
|
+
'social-dribbble-circular': 'e0e2',
|
|
233
|
+
'social-dribbble': 'e0e3',
|
|
234
|
+
'social-facebook-circular': 'e0e4',
|
|
235
|
+
'social-facebook': 'e0e5',
|
|
236
|
+
'social-flickr-circular': 'e0e6',
|
|
237
|
+
'social-flickr': 'e0e7',
|
|
238
|
+
'social-github-circular': 'e0e8',
|
|
239
|
+
'social-github': 'e0e9',
|
|
240
|
+
'social-google-plus-circular': 'e0ea',
|
|
241
|
+
'social-google-plus': 'e0eb',
|
|
242
|
+
'social-instagram-circular': 'e0ec',
|
|
243
|
+
'social-instagram': 'e0ed',
|
|
244
|
+
'social-last-fm-circular': 'e0ee',
|
|
245
|
+
'social-last-fm': 'e0ef',
|
|
246
|
+
'social-linkedin-circular': 'e0f0',
|
|
247
|
+
'social-linkedin': 'e0f1',
|
|
248
|
+
'social-pinterest-circular': 'e0f2',
|
|
249
|
+
'social-pinterest': 'e0f3',
|
|
250
|
+
'social-skype-outline': 'e0f4',
|
|
251
|
+
'social-skype': 'e0f5',
|
|
252
|
+
'social-tumbler-circular': 'e0f6',
|
|
253
|
+
'social-tumbler': 'e0f7',
|
|
254
|
+
'social-twitter-circular': 'e0f8',
|
|
255
|
+
'social-twitter': 'e0f9',
|
|
256
|
+
'social-vimeo-circular': 'e0fa',
|
|
257
|
+
'social-vimeo': 'e0fb',
|
|
258
|
+
'social-youtube-circular': 'e0fc',
|
|
259
|
+
'social-youtube': 'e0fd',
|
|
260
|
+
'sort-alphabetically-outline': 'e0fe',
|
|
261
|
+
'sort-alphabetically': 'e0ff',
|
|
262
|
+
'sort-numerically-outline': 'e100',
|
|
263
|
+
'sort-numerically': 'e101',
|
|
264
|
+
'spanner-outline': 'e102',
|
|
265
|
+
spanner: 'e103',
|
|
266
|
+
spiral: 'e104',
|
|
267
|
+
'star-full-outline': 'e105',
|
|
268
|
+
'star-half-outline': 'e106',
|
|
269
|
+
'star-half': 'e107',
|
|
270
|
+
'star-outline': 'e108',
|
|
271
|
+
star: 'e109',
|
|
272
|
+
'starburst-outline': 'e10a',
|
|
273
|
+
starburst: 'e10b',
|
|
274
|
+
stopwatch: 'e10c',
|
|
275
|
+
support: 'e10d',
|
|
276
|
+
'tabs-outline': 'e10e',
|
|
277
|
+
tag: 'e10f',
|
|
278
|
+
tags: 'e110',
|
|
279
|
+
'th-large-outline': 'e111',
|
|
280
|
+
'th-large': 'e112',
|
|
281
|
+
'th-list-outline': 'e113',
|
|
282
|
+
'th-list': 'e114',
|
|
283
|
+
'th-menu-outline': 'e115',
|
|
284
|
+
'th-menu': 'e116',
|
|
285
|
+
'th-small-outline': 'e117',
|
|
286
|
+
'th-small': 'e118',
|
|
287
|
+
thermometer: 'e119',
|
|
288
|
+
'thumbs-down': 'e11a',
|
|
289
|
+
'thumbs-ok': 'e11b',
|
|
290
|
+
'thumbs-up': 'e11c',
|
|
291
|
+
'tick-outline': 'e11d',
|
|
292
|
+
tick: 'e11e',
|
|
293
|
+
ticket: 'e11f',
|
|
294
|
+
time: 'e120',
|
|
295
|
+
'times-outline': 'e121',
|
|
296
|
+
times: 'e122',
|
|
297
|
+
trash: 'e123',
|
|
298
|
+
tree: 'e124',
|
|
299
|
+
'upload-outline': 'e125',
|
|
300
|
+
upload: 'e126',
|
|
301
|
+
'user-add-outline': 'e127',
|
|
302
|
+
'user-add': 'e128',
|
|
303
|
+
'user-delete-outline': 'e129',
|
|
304
|
+
'user-delete': 'e12a',
|
|
305
|
+
'user-outline': 'e12b',
|
|
306
|
+
user: 'e12c',
|
|
307
|
+
'vendor-android': 'e12d',
|
|
308
|
+
'vendor-apple': 'e12e',
|
|
309
|
+
'vendor-microsoft': 'e12f',
|
|
310
|
+
'video-outline': 'e130',
|
|
311
|
+
video: 'e131',
|
|
312
|
+
'volume-down': 'e132',
|
|
313
|
+
'volume-mute': 'e133',
|
|
314
|
+
'volume-up': 'e134',
|
|
315
|
+
volume: 'e135',
|
|
316
|
+
'warning-outline': 'e136',
|
|
317
|
+
warning: 'e137',
|
|
318
|
+
watch: 'e138',
|
|
319
|
+
'waves-outline': 'e139',
|
|
320
|
+
waves: 'e13a',
|
|
321
|
+
'weather-cloudy': 'e13b',
|
|
322
|
+
'weather-downpour': 'e13c',
|
|
323
|
+
'weather-night': 'e13d',
|
|
324
|
+
'weather-partly-sunny': 'e13e',
|
|
325
|
+
'weather-shower': 'e13f',
|
|
326
|
+
'weather-snow': 'e140',
|
|
327
|
+
'weather-stormy': 'e141',
|
|
328
|
+
'weather-sunny': 'e142',
|
|
329
|
+
'weather-windy-cloudy': 'e143',
|
|
330
|
+
'weather-windy': 'e144',
|
|
331
|
+
'wi-fi-outline': 'e145',
|
|
332
|
+
'wi-fi': 'e146',
|
|
333
|
+
wine: 'e147',
|
|
334
|
+
'world-outline': 'e148',
|
|
335
|
+
world: 'e149',
|
|
336
|
+
'zoom-in-outline': 'e14a',
|
|
337
|
+
'zoom-in': 'e14b',
|
|
338
|
+
'zoom-out-outline': 'e14c',
|
|
339
|
+
'zoom-out': 'e14d',
|
|
340
|
+
'zoom-outline': 'e14e',
|
|
341
|
+
zoom: 'e14f',
|
|
342
|
+
},
|
|
343
|
+
},
|
|
344
|
+
ma: {
|
|
345
|
+
font: 'maki.ttf',
|
|
346
|
+
size: 140,
|
|
347
|
+
ar: {
|
|
348
|
+
zoo: 'e600',
|
|
349
|
+
wetland: 'e601',
|
|
350
|
+
water: 'e602',
|
|
351
|
+
'waste-basket': 'e603',
|
|
352
|
+
warehouse: 'e604',
|
|
353
|
+
village: 'e605',
|
|
354
|
+
'triangle-stroked': 'e606',
|
|
355
|
+
triangle: 'e607',
|
|
356
|
+
'town-hall': 'e608',
|
|
357
|
+
town: 'e609',
|
|
358
|
+
toilets: 'e60a',
|
|
359
|
+
theatre: 'e60b',
|
|
360
|
+
tennis: 'e60c',
|
|
361
|
+
telephone: 'e60d',
|
|
362
|
+
swimming: 'e60e',
|
|
363
|
+
suitcase: 'e60f',
|
|
364
|
+
'star-stroked': 'e610',
|
|
365
|
+
star: 'e611',
|
|
366
|
+
'square-stroked': 'e612',
|
|
367
|
+
square: 'e613',
|
|
368
|
+
soccer: 'e614',
|
|
369
|
+
slaughterhouse: 'e615',
|
|
370
|
+
skiing: 'e616',
|
|
371
|
+
shop: 'e617',
|
|
372
|
+
scooter: 'e618',
|
|
373
|
+
school: 'e619',
|
|
374
|
+
rocket: 'e61a',
|
|
375
|
+
roadblock: 'e61b',
|
|
376
|
+
restaurant: 'e61c',
|
|
377
|
+
'religious-muslim': 'e61d',
|
|
378
|
+
'religious-jewish': 'e61e',
|
|
379
|
+
'religious-christian': 'e61f',
|
|
380
|
+
'rail-underground': 'e620',
|
|
381
|
+
'rail-metro': 'e621',
|
|
382
|
+
'rail-light': 'e622',
|
|
383
|
+
'rail-above': 'e623',
|
|
384
|
+
rail: 'e624',
|
|
385
|
+
prison: 'e625',
|
|
386
|
+
post: 'e626',
|
|
387
|
+
'polling-place': 'e627',
|
|
388
|
+
police: 'e628',
|
|
389
|
+
playground: 'e629',
|
|
390
|
+
'place-of-worship': 'e62a',
|
|
391
|
+
pitch: 'e62b',
|
|
392
|
+
pharmacy: 'e62c',
|
|
393
|
+
'parking-garage': 'e62d',
|
|
394
|
+
parking: 'e62e',
|
|
395
|
+
park: 'e62f',
|
|
396
|
+
park2: 'e630',
|
|
397
|
+
'oil-well': 'e631',
|
|
398
|
+
music: 'e632',
|
|
399
|
+
museum: 'e633',
|
|
400
|
+
monument: 'e634',
|
|
401
|
+
mobilephone: 'e635',
|
|
402
|
+
minefield: 'e636',
|
|
403
|
+
'marker-stroked': 'e637',
|
|
404
|
+
marker: 'e638',
|
|
405
|
+
'london-underground': 'e639',
|
|
406
|
+
logging: 'e63a',
|
|
407
|
+
lodging: 'e63b',
|
|
408
|
+
lighthouse: 'e63c',
|
|
409
|
+
library: 'e63d',
|
|
410
|
+
laundry: 'e63e',
|
|
411
|
+
'land-use': 'e63f',
|
|
412
|
+
industrial: 'e640',
|
|
413
|
+
hospital: 'e641',
|
|
414
|
+
heliport: 'e642',
|
|
415
|
+
heart: 'e643',
|
|
416
|
+
harbor: 'e644',
|
|
417
|
+
hairdresser: 'e645',
|
|
418
|
+
grocery: 'e646',
|
|
419
|
+
golf: 'e647',
|
|
420
|
+
garden: 'e648',
|
|
421
|
+
fuel: 'e649',
|
|
422
|
+
'fire-station': 'e64a',
|
|
423
|
+
ferry: 'e64b',
|
|
424
|
+
'fast-food': 'e64c',
|
|
425
|
+
farm: 'e64d',
|
|
426
|
+
entrance: 'e64e',
|
|
427
|
+
'emergency-telephone': 'e64f',
|
|
428
|
+
embassy: 'e650',
|
|
429
|
+
'dog-park': 'e651',
|
|
430
|
+
disability: 'e652',
|
|
431
|
+
danger: 'e653',
|
|
432
|
+
dam: 'e654',
|
|
433
|
+
cross: 'e655',
|
|
434
|
+
cricket: 'e656',
|
|
435
|
+
commercial: 'e657',
|
|
436
|
+
college: 'e658',
|
|
437
|
+
'clothing-store': 'e659',
|
|
438
|
+
city: 'e65a',
|
|
439
|
+
'circle-stroked': 'e65b',
|
|
440
|
+
circle: 'e65c',
|
|
441
|
+
cinema: 'e65d',
|
|
442
|
+
chemist: 'e65e',
|
|
443
|
+
cemetery: 'e65f',
|
|
444
|
+
car: 'e660',
|
|
445
|
+
campsite: 'e661',
|
|
446
|
+
camera: 'e662',
|
|
447
|
+
cafe: 'e663',
|
|
448
|
+
bus: 'e664',
|
|
449
|
+
building: 'e665',
|
|
450
|
+
bicycle: 'e666',
|
|
451
|
+
beer: 'e667',
|
|
452
|
+
basketball: 'e668',
|
|
453
|
+
baseball: 'e669',
|
|
454
|
+
bar: 'e66a',
|
|
455
|
+
bank: 'e66b',
|
|
456
|
+
bakery: 'e66c',
|
|
457
|
+
'art-gallery': 'e66d',
|
|
458
|
+
'america-football': 'e66e',
|
|
459
|
+
'alcohol-shop': 'e66f',
|
|
460
|
+
airport: 'e670',
|
|
461
|
+
airfield: 'e671',
|
|
462
|
+
},
|
|
463
|
+
},
|
|
464
|
+
fa: {
|
|
465
|
+
size: 120,
|
|
466
|
+
dx: 0,
|
|
467
|
+
font: 'fontawesome-webfont.ttf',
|
|
468
|
+
ar: {
|
|
469
|
+
glass: 'f000',
|
|
470
|
+
music: 'f001',
|
|
471
|
+
search: 'f002',
|
|
472
|
+
'envelope-o': 'f003',
|
|
473
|
+
heart: 'f004',
|
|
474
|
+
star: 'f005',
|
|
475
|
+
'star-o': 'f006',
|
|
476
|
+
user: 'f007',
|
|
477
|
+
film: 'f008',
|
|
478
|
+
'th-large': 'f009',
|
|
479
|
+
th: 'f00a',
|
|
480
|
+
'th-list': 'f00b',
|
|
481
|
+
check: 'f00c',
|
|
482
|
+
remove: 'f00d',
|
|
483
|
+
close: 'f00d',
|
|
484
|
+
times: 'f00d',
|
|
485
|
+
'search-plus': 'f00e',
|
|
486
|
+
'search-minus': 'f010',
|
|
487
|
+
'power-off': 'f011',
|
|
488
|
+
signal: 'f012',
|
|
489
|
+
gear: 'f013',
|
|
490
|
+
cog: 'f013',
|
|
491
|
+
'trash-o': 'f014',
|
|
492
|
+
home: 'f015',
|
|
493
|
+
'file-o': 'f016',
|
|
494
|
+
'clock-o': 'f017',
|
|
495
|
+
road: 'f018',
|
|
496
|
+
download: 'f019',
|
|
497
|
+
'arrow-circle-o-down': 'f01a',
|
|
498
|
+
'arrow-circle-o-up': 'f01b',
|
|
499
|
+
inbox: 'f01c',
|
|
500
|
+
'play-circle-o': 'f01d',
|
|
501
|
+
'rotate-right': 'f01e',
|
|
502
|
+
repeat: 'f01e',
|
|
503
|
+
refresh: 'f021',
|
|
504
|
+
'list-alt': 'f022',
|
|
505
|
+
lock: 'f023',
|
|
506
|
+
flag: 'f024',
|
|
507
|
+
headphones: 'f025',
|
|
508
|
+
'volume-off': 'f026',
|
|
509
|
+
'volume-down': 'f027',
|
|
510
|
+
'volume-up': 'f028',
|
|
511
|
+
qrcode: 'f029',
|
|
512
|
+
barcode: 'f02a',
|
|
513
|
+
tag: 'f02b',
|
|
514
|
+
tags: 'f02c',
|
|
515
|
+
book: 'f02d',
|
|
516
|
+
bookmark: 'f02e',
|
|
517
|
+
print: 'f02f',
|
|
518
|
+
camera: 'f030',
|
|
519
|
+
font: 'f031',
|
|
520
|
+
bold: 'f032',
|
|
521
|
+
italic: 'f033',
|
|
522
|
+
'text-height': 'f034',
|
|
523
|
+
'text-width': 'f035',
|
|
524
|
+
'align-left': 'f036',
|
|
525
|
+
'align-center': 'f037',
|
|
526
|
+
'align-right': 'f038',
|
|
527
|
+
'align-justify': 'f039',
|
|
528
|
+
list: 'f03a',
|
|
529
|
+
dedent: 'f03b',
|
|
530
|
+
outdent: 'f03b',
|
|
531
|
+
indent: 'f03c',
|
|
532
|
+
'video-camera': 'f03d',
|
|
533
|
+
photo: 'f03e',
|
|
534
|
+
image: 'f03e',
|
|
535
|
+
'picture-o': 'f03e',
|
|
536
|
+
pencil: 'f040',
|
|
537
|
+
'map-marker': 'f041',
|
|
538
|
+
adjust: 'f042',
|
|
539
|
+
tint: 'f043',
|
|
540
|
+
edit: 'f044',
|
|
541
|
+
'pencil-square-o': 'f044',
|
|
542
|
+
'share-square-o': 'f045',
|
|
543
|
+
'check-square-o': 'f046',
|
|
544
|
+
arrows: 'f047',
|
|
545
|
+
'step-backward': 'f048',
|
|
546
|
+
'fast-backward': 'f049',
|
|
547
|
+
backward: 'f04a',
|
|
548
|
+
play: 'f04b',
|
|
549
|
+
pause: 'f04c',
|
|
550
|
+
stop: 'f04d',
|
|
551
|
+
forward: 'f04e',
|
|
552
|
+
'fast-forward': 'f050',
|
|
553
|
+
'step-forward': 'f051',
|
|
554
|
+
eject: 'f052',
|
|
555
|
+
'chevron-left': 'f053',
|
|
556
|
+
'chevron-right': 'f054',
|
|
557
|
+
'plus-circle': 'f055',
|
|
558
|
+
'minus-circle': 'f056',
|
|
559
|
+
'times-circle': 'f057',
|
|
560
|
+
'check-circle': 'f058',
|
|
561
|
+
'question-circle': 'f059',
|
|
562
|
+
'info-circle': 'f05a',
|
|
563
|
+
crosshairs: 'f05b',
|
|
564
|
+
'times-circle-o': 'f05c',
|
|
565
|
+
'check-circle-o': 'f05d',
|
|
566
|
+
ban: 'f05e',
|
|
567
|
+
'arrow-left': 'f060',
|
|
568
|
+
'arrow-right': 'f061',
|
|
569
|
+
'arrow-up': 'f062',
|
|
570
|
+
'arrow-down': 'f063',
|
|
571
|
+
'mail-forward': 'f064',
|
|
572
|
+
share: 'f064',
|
|
573
|
+
expand: 'f065',
|
|
574
|
+
compress: 'f066',
|
|
575
|
+
plus: 'f067',
|
|
576
|
+
minus: 'f068',
|
|
577
|
+
asterisk: 'f069',
|
|
578
|
+
'exclamation-circle': 'f06a',
|
|
579
|
+
gift: 'f06b',
|
|
580
|
+
leaf: 'f06c',
|
|
581
|
+
fire: 'f06d',
|
|
582
|
+
eye: 'f06e',
|
|
583
|
+
'eye-slash': 'f070',
|
|
584
|
+
warning: 'f071',
|
|
585
|
+
'exclamation-triangle': 'f071',
|
|
586
|
+
plane: 'f072',
|
|
587
|
+
calendar: 'f073',
|
|
588
|
+
random: 'f074',
|
|
589
|
+
comment: 'f075',
|
|
590
|
+
magnet: 'f076',
|
|
591
|
+
'chevron-up': 'f077',
|
|
592
|
+
'chevron-down': 'f078',
|
|
593
|
+
retweet: 'f079',
|
|
594
|
+
'shopping-cart': 'f07a',
|
|
595
|
+
folder: 'f07b',
|
|
596
|
+
'folder-open': 'f07c',
|
|
597
|
+
'arrows-v': 'f07d',
|
|
598
|
+
'arrows-h': 'f07e',
|
|
599
|
+
'bar-chart-o': 'f080',
|
|
600
|
+
'bar-chart': 'f080',
|
|
601
|
+
'twitter-square': 'f081',
|
|
602
|
+
'facebook-square': 'f082',
|
|
603
|
+
'camera-retro': 'f083',
|
|
604
|
+
key: 'f084',
|
|
605
|
+
gears: 'f085',
|
|
606
|
+
cogs: 'f085',
|
|
607
|
+
comments: 'f086',
|
|
608
|
+
'thumbs-o-up': 'f087',
|
|
609
|
+
'thumbs-o-down': 'f088',
|
|
610
|
+
'star-half': 'f089',
|
|
611
|
+
'heart-o': 'f08a',
|
|
612
|
+
'sign-out': 'f08b',
|
|
613
|
+
'linkedin-square': 'f08c',
|
|
614
|
+
'thumb-tack': 'f08d',
|
|
615
|
+
'external-link': 'f08e',
|
|
616
|
+
'sign-in': 'f090',
|
|
617
|
+
trophy: 'f091',
|
|
618
|
+
'github-square': 'f092',
|
|
619
|
+
upload: 'f093',
|
|
620
|
+
'lemon-o': 'f094',
|
|
621
|
+
phone: 'f095',
|
|
622
|
+
'square-o': 'f096',
|
|
623
|
+
'bookmark-o': 'f097',
|
|
624
|
+
'phone-square': 'f098',
|
|
625
|
+
twitter: 'f099',
|
|
626
|
+
'facebook-f': 'f09a',
|
|
627
|
+
facebook: 'f09a',
|
|
628
|
+
github: 'f09b',
|
|
629
|
+
unlock: 'f09c',
|
|
630
|
+
'credit-card': 'f09d',
|
|
631
|
+
feed: 'f09e',
|
|
632
|
+
rss: 'f09e',
|
|
633
|
+
'hdd-o': 'f0a0',
|
|
634
|
+
bullhorn: 'f0a1',
|
|
635
|
+
bell: 'f0f3',
|
|
636
|
+
certificate: 'f0a3',
|
|
637
|
+
'hand-o-right': 'f0a4',
|
|
638
|
+
'hand-o-left': 'f0a5',
|
|
639
|
+
'hand-o-up': 'f0a6',
|
|
640
|
+
'hand-o-down': 'f0a7',
|
|
641
|
+
'arrow-circle-left': 'f0a8',
|
|
642
|
+
'arrow-circle-right': 'f0a9',
|
|
643
|
+
'arrow-circle-up': 'f0aa',
|
|
644
|
+
'arrow-circle-down': 'f0ab',
|
|
645
|
+
globe: 'f0ac',
|
|
646
|
+
wrench: 'f0ad',
|
|
647
|
+
tasks: 'f0ae',
|
|
648
|
+
filter: 'f0b0',
|
|
649
|
+
briefcase: 'f0b1',
|
|
650
|
+
'arrows-alt': 'f0b2',
|
|
651
|
+
group: 'f0c0',
|
|
652
|
+
users: 'f0c0',
|
|
653
|
+
chain: 'f0c1',
|
|
654
|
+
link: 'f0c1',
|
|
655
|
+
cloud: 'f0c2',
|
|
656
|
+
flask: 'f0c3',
|
|
657
|
+
cut: 'f0c4',
|
|
658
|
+
scissors: 'f0c4',
|
|
659
|
+
copy: 'f0c5',
|
|
660
|
+
'files-o': 'f0c5',
|
|
661
|
+
paperclip: 'f0c6',
|
|
662
|
+
save: 'f0c7',
|
|
663
|
+
'floppy-o': 'f0c7',
|
|
664
|
+
square: 'f0c8',
|
|
665
|
+
navicon: 'f0c9',
|
|
666
|
+
reorder: 'f0c9',
|
|
667
|
+
bars: 'f0c9',
|
|
668
|
+
'list-ul': 'f0ca',
|
|
669
|
+
'list-ol': 'f0cb',
|
|
670
|
+
strikethrough: 'f0cc',
|
|
671
|
+
underline: 'f0cd',
|
|
672
|
+
table: 'f0ce',
|
|
673
|
+
magic: 'f0d0',
|
|
674
|
+
truck: 'f0d1',
|
|
675
|
+
pinterest: 'f0d2',
|
|
676
|
+
'pinterest-square': 'f0d3',
|
|
677
|
+
'google-plus-square': 'f0d4',
|
|
678
|
+
'google-plus': 'f0d5',
|
|
679
|
+
money: 'f0d6',
|
|
680
|
+
'caret-down': 'f0d7',
|
|
681
|
+
'caret-up': 'f0d8',
|
|
682
|
+
'caret-left': 'f0d9',
|
|
683
|
+
'caret-right': 'f0da',
|
|
684
|
+
columns: 'f0db',
|
|
685
|
+
unsorted: 'f0dc',
|
|
686
|
+
sort: 'f0dc',
|
|
687
|
+
'sort-down': 'f0dd',
|
|
688
|
+
'sort-desc': 'f0dd',
|
|
689
|
+
'sort-up': 'f0de',
|
|
690
|
+
'sort-asc': 'f0de',
|
|
691
|
+
envelope: 'f0e0',
|
|
692
|
+
linkedin: 'f0e1',
|
|
693
|
+
'rotate-left': 'f0e2',
|
|
694
|
+
undo: 'f0e2',
|
|
695
|
+
legal: 'f0e3',
|
|
696
|
+
gavel: 'f0e3',
|
|
697
|
+
dashboard: 'f0e4',
|
|
698
|
+
tachometer: 'f0e4',
|
|
699
|
+
'comment-o': 'f0e5',
|
|
700
|
+
'comments-o': 'f0e6',
|
|
701
|
+
flash: 'f0e7',
|
|
702
|
+
bolt: 'f0e7',
|
|
703
|
+
sitemap: 'f0e8',
|
|
704
|
+
umbrella: 'f0e9',
|
|
705
|
+
paste: 'f0ea',
|
|
706
|
+
clipboard: 'f0ea',
|
|
707
|
+
'lightbulb-o': 'f0eb',
|
|
708
|
+
exchange: 'f0ec',
|
|
709
|
+
'cloud-download': 'f0ed',
|
|
710
|
+
'cloud-upload': 'f0ee',
|
|
711
|
+
'user-md': 'f0f0',
|
|
712
|
+
stethoscope: 'f0f1',
|
|
713
|
+
suitcase: 'f0f2',
|
|
714
|
+
'bell-o': 'f0a2',
|
|
715
|
+
coffee: 'f0f4',
|
|
716
|
+
cutlery: 'f0f5',
|
|
717
|
+
'file-text-o': 'f0f6',
|
|
718
|
+
'building-o': 'f0f7',
|
|
719
|
+
'hospital-o': 'f0f8',
|
|
720
|
+
ambulance: 'f0f9',
|
|
721
|
+
medkit: 'f0fa',
|
|
722
|
+
'fighter-jet': 'f0fb',
|
|
723
|
+
beer: 'f0fc',
|
|
724
|
+
'h-square': 'f0fd',
|
|
725
|
+
'plus-square': 'f0fe',
|
|
726
|
+
'angle-double-left': 'f100',
|
|
727
|
+
'angle-double-right': 'f101',
|
|
728
|
+
'angle-double-up': 'f102',
|
|
729
|
+
'angle-double-down': 'f103',
|
|
730
|
+
'angle-left': 'f104',
|
|
731
|
+
'angle-right': 'f105',
|
|
732
|
+
'angle-up': 'f106',
|
|
733
|
+
'angle-down': 'f107',
|
|
734
|
+
desktop: 'f108',
|
|
735
|
+
laptop: 'f109',
|
|
736
|
+
tablet: 'f10a',
|
|
737
|
+
'mobile-phone': 'f10b',
|
|
738
|
+
mobile: 'f10b',
|
|
739
|
+
'circle-o': 'f10c',
|
|
740
|
+
'quote-left': 'f10d',
|
|
741
|
+
'quote-right': 'f10e',
|
|
742
|
+
spinner: 'f110',
|
|
743
|
+
circle: 'f111',
|
|
744
|
+
'mail-reply': 'f112',
|
|
745
|
+
reply: 'f112',
|
|
746
|
+
'github-alt': 'f113',
|
|
747
|
+
'folder-o': 'f114',
|
|
748
|
+
'folder-open-o': 'f115',
|
|
749
|
+
'smile-o': 'f118',
|
|
750
|
+
'frown-o': 'f119',
|
|
751
|
+
'meh-o': 'f11a',
|
|
752
|
+
gamepad: 'f11b',
|
|
753
|
+
'keyboard-o': 'f11c',
|
|
754
|
+
'flag-o': 'f11d',
|
|
755
|
+
'flag-checkered': 'f11e',
|
|
756
|
+
terminal: 'f120',
|
|
757
|
+
code: 'f121',
|
|
758
|
+
'mail-reply-all': 'f122',
|
|
759
|
+
'reply-all': 'f122',
|
|
760
|
+
'star-half-empty': 'f123',
|
|
761
|
+
'star-half-full': 'f123',
|
|
762
|
+
'star-half-o': 'f123',
|
|
763
|
+
'location-arrow': 'f124',
|
|
764
|
+
crop: 'f125',
|
|
765
|
+
'code-fork': 'f126',
|
|
766
|
+
unlink: 'f127',
|
|
767
|
+
'chain-broken': 'f127',
|
|
768
|
+
question: 'f128',
|
|
769
|
+
info: 'f129',
|
|
770
|
+
exclamation: 'f12a',
|
|
771
|
+
superscript: 'f12b',
|
|
772
|
+
subscript: 'f12c',
|
|
773
|
+
eraser: 'f12d',
|
|
774
|
+
'puzzle-piece': 'f12e',
|
|
775
|
+
microphone: 'f130',
|
|
776
|
+
'microphone-slash': 'f131',
|
|
777
|
+
shield: 'f132',
|
|
778
|
+
'calendar-o': 'f133',
|
|
779
|
+
'fire-extinguisher': 'f134',
|
|
780
|
+
rocket: 'f135',
|
|
781
|
+
maxcdn: 'f136',
|
|
782
|
+
'chevron-circle-left': 'f137',
|
|
783
|
+
'chevron-circle-right': 'f138',
|
|
784
|
+
'chevron-circle-up': 'f139',
|
|
785
|
+
'chevron-circle-down': 'f13a',
|
|
786
|
+
html5: 'f13b',
|
|
787
|
+
css3: 'f13c',
|
|
788
|
+
anchor: 'f13d',
|
|
789
|
+
'unlock-alt': 'f13e',
|
|
790
|
+
bullseye: 'f140',
|
|
791
|
+
'ellipsis-h': 'f141',
|
|
792
|
+
'ellipsis-v': 'f142',
|
|
793
|
+
'rss-square': 'f143',
|
|
794
|
+
'play-circle': 'f144',
|
|
795
|
+
ticket: 'f145',
|
|
796
|
+
'minus-square': 'f146',
|
|
797
|
+
'minus-square-o': 'f147',
|
|
798
|
+
'level-up': 'f148',
|
|
799
|
+
'level-down': 'f149',
|
|
800
|
+
'check-square': 'f14a',
|
|
801
|
+
'pencil-square': 'f14b',
|
|
802
|
+
'external-link-square': 'f14c',
|
|
803
|
+
'share-square': 'f14d',
|
|
804
|
+
compass: 'f14e',
|
|
805
|
+
'toggle-down': 'f150',
|
|
806
|
+
'caret-square-o-down': 'f150',
|
|
807
|
+
'toggle-up': 'f151',
|
|
808
|
+
'caret-square-o-up': 'f151',
|
|
809
|
+
'toggle-right': 'f152',
|
|
810
|
+
'caret-square-o-right': 'f152',
|
|
811
|
+
euro: 'f153',
|
|
812
|
+
eur: 'f153',
|
|
813
|
+
gbp: 'f154',
|
|
814
|
+
dollar: 'f155',
|
|
815
|
+
usd: 'f155',
|
|
816
|
+
rupee: 'f156',
|
|
817
|
+
inr: 'f156',
|
|
818
|
+
cny: 'f157',
|
|
819
|
+
rmb: 'f157',
|
|
820
|
+
yen: 'f157',
|
|
821
|
+
jpy: 'f157',
|
|
822
|
+
ruble: 'f158',
|
|
823
|
+
rouble: 'f158',
|
|
824
|
+
rub: 'f158',
|
|
825
|
+
won: 'f159',
|
|
826
|
+
krw: 'f159',
|
|
827
|
+
bitcoin: 'f15a',
|
|
828
|
+
btc: 'f15a',
|
|
829
|
+
file: 'f15b',
|
|
830
|
+
'file-text': 'f15c',
|
|
831
|
+
'sort-alpha-asc': 'f15d',
|
|
832
|
+
'sort-alpha-desc': 'f15e',
|
|
833
|
+
'sort-amount-asc': 'f160',
|
|
834
|
+
'sort-amount-desc': 'f161',
|
|
835
|
+
'sort-numeric-asc': 'f162',
|
|
836
|
+
'sort-numeric-desc': 'f163',
|
|
837
|
+
'thumbs-up': 'f164',
|
|
838
|
+
'thumbs-down': 'f165',
|
|
839
|
+
'youtube-square': 'f166',
|
|
840
|
+
youtube: 'f167',
|
|
841
|
+
xing: 'f168',
|
|
842
|
+
'xing-square': 'f169',
|
|
843
|
+
'youtube-play': 'f16a',
|
|
844
|
+
dropbox: 'f16b',
|
|
845
|
+
'stack-overflow': 'f16c',
|
|
846
|
+
instagram: 'f16d',
|
|
847
|
+
flickr: 'f16e',
|
|
848
|
+
adn: 'f170',
|
|
849
|
+
bitbucket: 'f171',
|
|
850
|
+
'bitbucket-square': 'f172',
|
|
851
|
+
tumblr: 'f173',
|
|
852
|
+
'tumblr-square': 'f174',
|
|
853
|
+
'long-arrow-down': 'f175',
|
|
854
|
+
'long-arrow-up': 'f176',
|
|
855
|
+
'long-arrow-left': 'f177',
|
|
856
|
+
'long-arrow-right': 'f178',
|
|
857
|
+
apple: 'f179',
|
|
858
|
+
windows: 'f17a',
|
|
859
|
+
android: 'f17b',
|
|
860
|
+
linux: 'f17c',
|
|
861
|
+
dribbble: 'f17d',
|
|
862
|
+
skype: 'f17e',
|
|
863
|
+
foursquare: 'f180',
|
|
864
|
+
trello: 'f181',
|
|
865
|
+
female: 'f182',
|
|
866
|
+
male: 'f183',
|
|
867
|
+
gittip: 'f184',
|
|
868
|
+
gratipay: 'f184',
|
|
869
|
+
'sun-o': 'f185',
|
|
870
|
+
'moon-o': 'f186',
|
|
871
|
+
archive: 'f187',
|
|
872
|
+
bug: 'f188',
|
|
873
|
+
vk: 'f189',
|
|
874
|
+
weibo: 'f18a',
|
|
875
|
+
renren: 'f18b',
|
|
876
|
+
pagelines: 'f18c',
|
|
877
|
+
'stack-exchange': 'f18d',
|
|
878
|
+
'arrow-circle-o-right': 'f18e',
|
|
879
|
+
'arrow-circle-o-left': 'f190',
|
|
880
|
+
'toggle-left': 'f191',
|
|
881
|
+
'caret-square-o-left': 'f191',
|
|
882
|
+
'dot-circle-o': 'f192',
|
|
883
|
+
wheelchair: 'f193',
|
|
884
|
+
'vimeo-square': 'f194',
|
|
885
|
+
'turkish-lira': 'f195',
|
|
886
|
+
try: 'f195',
|
|
887
|
+
'plus-square-o': 'f196',
|
|
888
|
+
'space-shuttle': 'f197',
|
|
889
|
+
slack: 'f198',
|
|
890
|
+
'envelope-square': 'f199',
|
|
891
|
+
wordpress: 'f19a',
|
|
892
|
+
openid: 'f19b',
|
|
893
|
+
institution: 'f19c',
|
|
894
|
+
bank: 'f19c',
|
|
895
|
+
university: 'f19c',
|
|
896
|
+
'mortar-board': 'f19d',
|
|
897
|
+
'graduation-cap': 'f19d',
|
|
898
|
+
yahoo: 'f19e',
|
|
899
|
+
google: 'f1a0',
|
|
900
|
+
reddit: 'f1a1',
|
|
901
|
+
'reddit-square': 'f1a2',
|
|
902
|
+
'stumbleupon-circle': 'f1a3',
|
|
903
|
+
stumbleupon: 'f1a4',
|
|
904
|
+
delicious: 'f1a5',
|
|
905
|
+
digg: 'f1a6',
|
|
906
|
+
'pied-piper-pp': 'f1a7',
|
|
907
|
+
'pied-piper-alt': 'f1a8',
|
|
908
|
+
drupal: 'f1a9',
|
|
909
|
+
joomla: 'f1aa',
|
|
910
|
+
language: 'f1ab',
|
|
911
|
+
fax: 'f1ac',
|
|
912
|
+
building: 'f1ad',
|
|
913
|
+
child: 'f1ae',
|
|
914
|
+
paw: 'f1b0',
|
|
915
|
+
spoon: 'f1b1',
|
|
916
|
+
cube: 'f1b2',
|
|
917
|
+
cubes: 'f1b3',
|
|
918
|
+
behance: 'f1b4',
|
|
919
|
+
'behance-square': 'f1b5',
|
|
920
|
+
steam: 'f1b6',
|
|
921
|
+
'steam-square': 'f1b7',
|
|
922
|
+
recycle: 'f1b8',
|
|
923
|
+
automobile: 'f1b9',
|
|
924
|
+
car: 'f1b9',
|
|
925
|
+
cab: 'f1ba',
|
|
926
|
+
taxi: 'f1ba',
|
|
927
|
+
tree: 'f1bb',
|
|
928
|
+
spotify: 'f1bc',
|
|
929
|
+
deviantart: 'f1bd',
|
|
930
|
+
soundcloud: 'f1be',
|
|
931
|
+
database: 'f1c0',
|
|
932
|
+
'file-pdf-o': 'f1c1',
|
|
933
|
+
'file-word-o': 'f1c2',
|
|
934
|
+
'file-excel-o': 'f1c3',
|
|
935
|
+
'file-powerpoint-o': 'f1c4',
|
|
936
|
+
'file-photo-o': 'f1c5',
|
|
937
|
+
'file-picture-o': 'f1c5',
|
|
938
|
+
'file-image-o': 'f1c5',
|
|
939
|
+
'file-zip-o': 'f1c6',
|
|
940
|
+
'file-archive-o': 'f1c6',
|
|
941
|
+
'file-sound-o': 'f1c7',
|
|
942
|
+
'file-audio-o': 'f1c7',
|
|
943
|
+
'file-movie-o': 'f1c8',
|
|
944
|
+
'file-video-o': 'f1c8',
|
|
945
|
+
'file-code-o': 'f1c9',
|
|
946
|
+
vine: 'f1ca',
|
|
947
|
+
codepen: 'f1cb',
|
|
948
|
+
jsfiddle: 'f1cc',
|
|
949
|
+
'life-bouy': 'f1cd',
|
|
950
|
+
'life-buoy': 'f1cd',
|
|
951
|
+
'life-saver': 'f1cd',
|
|
952
|
+
support: 'f1cd',
|
|
953
|
+
'life-ring': 'f1cd',
|
|
954
|
+
'circle-o-notch': 'f1ce',
|
|
955
|
+
ra: 'f1d0',
|
|
956
|
+
resistance: 'f1d0',
|
|
957
|
+
rebel: 'f1d0',
|
|
958
|
+
ge: 'f1d1',
|
|
959
|
+
empire: 'f1d1',
|
|
960
|
+
'git-square': 'f1d2',
|
|
961
|
+
git: 'f1d3',
|
|
962
|
+
'y-combinator-square': 'f1d4',
|
|
963
|
+
'yc-square': 'f1d4',
|
|
964
|
+
'hacker-news': 'f1d4',
|
|
965
|
+
'tencent-weibo': 'f1d5',
|
|
966
|
+
qq: 'f1d6',
|
|
967
|
+
wechat: 'f1d7',
|
|
968
|
+
weixin: 'f1d7',
|
|
969
|
+
send: 'f1d8',
|
|
970
|
+
'paper-plane': 'f1d8',
|
|
971
|
+
'send-o': 'f1d9',
|
|
972
|
+
'paper-plane-o': 'f1d9',
|
|
973
|
+
history: 'f1da',
|
|
974
|
+
'circle-thin': 'f1db',
|
|
975
|
+
header: 'f1dc',
|
|
976
|
+
paragraph: 'f1dd',
|
|
977
|
+
sliders: 'f1de',
|
|
978
|
+
'share-alt': 'f1e0',
|
|
979
|
+
'share-alt-square': 'f1e1',
|
|
980
|
+
bomb: 'f1e2',
|
|
981
|
+
'soccer-ball-o': 'f1e3',
|
|
982
|
+
'futbol-o': 'f1e3',
|
|
983
|
+
tty: 'f1e4',
|
|
984
|
+
binoculars: 'f1e5',
|
|
985
|
+
plug: 'f1e6',
|
|
986
|
+
slideshare: 'f1e7',
|
|
987
|
+
twitch: 'f1e8',
|
|
988
|
+
yelp: 'f1e9',
|
|
989
|
+
'newspaper-o': 'f1ea',
|
|
990
|
+
wifi: 'f1eb',
|
|
991
|
+
calculator: 'f1ec',
|
|
992
|
+
paypal: 'f1ed',
|
|
993
|
+
'google-wallet': 'f1ee',
|
|
994
|
+
'cc-visa': 'f1f0',
|
|
995
|
+
'cc-mastercard': 'f1f1',
|
|
996
|
+
'cc-discover': 'f1f2',
|
|
997
|
+
'cc-amex': 'f1f3',
|
|
998
|
+
'cc-paypal': 'f1f4',
|
|
999
|
+
'cc-stripe': 'f1f5',
|
|
1000
|
+
'bell-slash': 'f1f6',
|
|
1001
|
+
'bell-slash-o': 'f1f7',
|
|
1002
|
+
trash: 'f1f8',
|
|
1003
|
+
copyright: 'f1f9',
|
|
1004
|
+
at: 'f1fa',
|
|
1005
|
+
eyedropper: 'f1fb',
|
|
1006
|
+
'paint-brush': 'f1fc',
|
|
1007
|
+
'birthday-cake': 'f1fd',
|
|
1008
|
+
'area-chart': 'f1fe',
|
|
1009
|
+
'pie-chart': 'f200',
|
|
1010
|
+
'line-chart': 'f201',
|
|
1011
|
+
lastfm: 'f202',
|
|
1012
|
+
'lastfm-square': 'f203',
|
|
1013
|
+
'toggle-off': 'f204',
|
|
1014
|
+
'toggle-on': 'f205',
|
|
1015
|
+
bicycle: 'f206',
|
|
1016
|
+
bus: 'f207',
|
|
1017
|
+
ioxhost: 'f208',
|
|
1018
|
+
angellist: 'f209',
|
|
1019
|
+
cc: 'f20a',
|
|
1020
|
+
shekel: 'f20b',
|
|
1021
|
+
sheqel: 'f20b',
|
|
1022
|
+
ils: 'f20b',
|
|
1023
|
+
meanpath: 'f20c',
|
|
1024
|
+
buysellads: 'f20d',
|
|
1025
|
+
connectdevelop: 'f20e',
|
|
1026
|
+
dashcube: 'f210',
|
|
1027
|
+
forumbee: 'f211',
|
|
1028
|
+
leanpub: 'f212',
|
|
1029
|
+
sellsy: 'f213',
|
|
1030
|
+
shirtsinbulk: 'f214',
|
|
1031
|
+
simplybuilt: 'f215',
|
|
1032
|
+
skyatlas: 'f216',
|
|
1033
|
+
'cart-plus': 'f217',
|
|
1034
|
+
'cart-arrow-down': 'f218',
|
|
1035
|
+
diamond: 'f219',
|
|
1036
|
+
ship: 'f21a',
|
|
1037
|
+
'user-secret': 'f21b',
|
|
1038
|
+
motorcycle: 'f21c',
|
|
1039
|
+
'street-view': 'f21d',
|
|
1040
|
+
heartbeat: 'f21e',
|
|
1041
|
+
venus: 'f221',
|
|
1042
|
+
mars: 'f222',
|
|
1043
|
+
mercury: 'f223',
|
|
1044
|
+
intersex: 'f224',
|
|
1045
|
+
transgender: 'f224',
|
|
1046
|
+
'transgender-alt': 'f225',
|
|
1047
|
+
'venus-double': 'f226',
|
|
1048
|
+
'mars-double': 'f227',
|
|
1049
|
+
'venus-mars': 'f228',
|
|
1050
|
+
'mars-stroke': 'f229',
|
|
1051
|
+
'mars-stroke-v': 'f22a',
|
|
1052
|
+
'mars-stroke-h': 'f22b',
|
|
1053
|
+
neuter: 'f22c',
|
|
1054
|
+
genderless: 'f22d',
|
|
1055
|
+
'facebook-official': 'f230',
|
|
1056
|
+
'pinterest-p': 'f231',
|
|
1057
|
+
whatsapp: 'f232',
|
|
1058
|
+
server: 'f233',
|
|
1059
|
+
'user-plus': 'f234',
|
|
1060
|
+
'user-times': 'f235',
|
|
1061
|
+
hotel: 'f236',
|
|
1062
|
+
bed: 'f236',
|
|
1063
|
+
viacoin: 'f237',
|
|
1064
|
+
train: 'f238',
|
|
1065
|
+
subway: 'f239',
|
|
1066
|
+
medium: 'f23a',
|
|
1067
|
+
yc: 'f23b',
|
|
1068
|
+
'y-combinator': 'f23b',
|
|
1069
|
+
'optin-monster': 'f23c',
|
|
1070
|
+
opencart: 'f23d',
|
|
1071
|
+
expeditedssl: 'f23e',
|
|
1072
|
+
'battery-4': 'f240',
|
|
1073
|
+
battery: 'f240',
|
|
1074
|
+
'battery-full': 'f240',
|
|
1075
|
+
'battery-3': 'f241',
|
|
1076
|
+
'battery-three-quarters': 'f241',
|
|
1077
|
+
'battery-2': 'f242',
|
|
1078
|
+
'battery-half': 'f242',
|
|
1079
|
+
'battery-1': 'f243',
|
|
1080
|
+
'battery-quarter': 'f243',
|
|
1081
|
+
'battery-0': 'f244',
|
|
1082
|
+
'battery-empty': 'f244',
|
|
1083
|
+
'mouse-pointer': 'f245',
|
|
1084
|
+
'i-cursor': 'f246',
|
|
1085
|
+
'object-group': 'f247',
|
|
1086
|
+
'object-ungroup': 'f248',
|
|
1087
|
+
'sticky-note': 'f249',
|
|
1088
|
+
'sticky-note-o': 'f24a',
|
|
1089
|
+
'cc-jcb': 'f24b',
|
|
1090
|
+
'cc-diners-club': 'f24c',
|
|
1091
|
+
clone: 'f24d',
|
|
1092
|
+
'balance-scale': 'f24e',
|
|
1093
|
+
'hourglass-o': 'f250',
|
|
1094
|
+
'hourglass-1': 'f251',
|
|
1095
|
+
'hourglass-start': 'f251',
|
|
1096
|
+
'hourglass-2': 'f252',
|
|
1097
|
+
'hourglass-half': 'f252',
|
|
1098
|
+
'hourglass-3': 'f253',
|
|
1099
|
+
'hourglass-end': 'f253',
|
|
1100
|
+
hourglass: 'f254',
|
|
1101
|
+
'hand-grab-o': 'f255',
|
|
1102
|
+
'hand-rock-o': 'f255',
|
|
1103
|
+
'hand-stop-o': 'f256',
|
|
1104
|
+
'hand-paper-o': 'f256',
|
|
1105
|
+
'hand-scissors-o': 'f257',
|
|
1106
|
+
'hand-lizard-o': 'f258',
|
|
1107
|
+
'hand-spock-o': 'f259',
|
|
1108
|
+
'hand-pointer-o': 'f25a',
|
|
1109
|
+
'hand-peace-o': 'f25b',
|
|
1110
|
+
trademark: 'f25c',
|
|
1111
|
+
registered: 'f25d',
|
|
1112
|
+
'creative-commons': 'f25e',
|
|
1113
|
+
gg: 'f260',
|
|
1114
|
+
'gg-circle': 'f261',
|
|
1115
|
+
tripadvisor: 'f262',
|
|
1116
|
+
odnoklassniki: 'f263',
|
|
1117
|
+
'odnoklassniki-square': 'f264',
|
|
1118
|
+
'get-pocket': 'f265',
|
|
1119
|
+
'wikipedia-w': 'f266',
|
|
1120
|
+
safari: 'f267',
|
|
1121
|
+
chrome: 'f268',
|
|
1122
|
+
firefox: 'f269',
|
|
1123
|
+
opera: 'f26a',
|
|
1124
|
+
'internet-explorer': 'f26b',
|
|
1125
|
+
tv: 'f26c',
|
|
1126
|
+
television: 'f26c',
|
|
1127
|
+
contao: 'f26d',
|
|
1128
|
+
'500px': 'f26e',
|
|
1129
|
+
amazon: 'f270',
|
|
1130
|
+
'calendar-plus-o': 'f271',
|
|
1131
|
+
'calendar-minus-o': 'f272',
|
|
1132
|
+
'calendar-times-o': 'f273',
|
|
1133
|
+
'calendar-check-o': 'f274',
|
|
1134
|
+
industry: 'f275',
|
|
1135
|
+
'map-pin': 'f276',
|
|
1136
|
+
'map-signs': 'f277',
|
|
1137
|
+
'map-o': 'f278',
|
|
1138
|
+
map: 'f279',
|
|
1139
|
+
commenting: 'f27a',
|
|
1140
|
+
'commenting-o': 'f27b',
|
|
1141
|
+
houzz: 'f27c',
|
|
1142
|
+
vimeo: 'f27d',
|
|
1143
|
+
'black-tie': 'f27e',
|
|
1144
|
+
fonticons: 'f280',
|
|
1145
|
+
'reddit-alien': 'f281',
|
|
1146
|
+
edge: 'f282',
|
|
1147
|
+
'credit-card-alt': 'f283',
|
|
1148
|
+
codiepie: 'f284',
|
|
1149
|
+
modx: 'f285',
|
|
1150
|
+
'fort-awesome': 'f286',
|
|
1151
|
+
usb: 'f287',
|
|
1152
|
+
'product-hunt': 'f288',
|
|
1153
|
+
mixcloud: 'f289',
|
|
1154
|
+
scribd: 'f28a',
|
|
1155
|
+
'pause-circle': 'f28b',
|
|
1156
|
+
'pause-circle-o': 'f28c',
|
|
1157
|
+
'stop-circle': 'f28d',
|
|
1158
|
+
'stop-circle-o': 'f28e',
|
|
1159
|
+
'shopping-bag': 'f290',
|
|
1160
|
+
'shopping-basket': 'f291',
|
|
1161
|
+
hashtag: 'f292',
|
|
1162
|
+
bluetooth: 'f293',
|
|
1163
|
+
'bluetooth-b': 'f294',
|
|
1164
|
+
percent: 'f295',
|
|
1165
|
+
gitlab: 'f296',
|
|
1166
|
+
wpbeginner: 'f297',
|
|
1167
|
+
wpforms: 'f298',
|
|
1168
|
+
envira: 'f299',
|
|
1169
|
+
'universal-access': 'f29a',
|
|
1170
|
+
'wheelchair-alt': 'f29b',
|
|
1171
|
+
'question-circle-o': 'f29c',
|
|
1172
|
+
blind: 'f29d',
|
|
1173
|
+
'audio-description': 'f29e',
|
|
1174
|
+
'volume-control-phone': 'f2a0',
|
|
1175
|
+
braille: 'f2a1',
|
|
1176
|
+
'assistive-listening-systems': 'f2a2',
|
|
1177
|
+
'asl-interpreting': 'f2a3',
|
|
1178
|
+
'american-sign-language-interpreting': 'f2a3',
|
|
1179
|
+
deafness: 'f2a4',
|
|
1180
|
+
'hard-of-hearing': 'f2a4',
|
|
1181
|
+
deaf: 'f2a4',
|
|
1182
|
+
glide: 'f2a5',
|
|
1183
|
+
'glide-g': 'f2a6',
|
|
1184
|
+
signing: 'f2a7',
|
|
1185
|
+
'sign-language': 'f2a7',
|
|
1186
|
+
'low-vision': 'f2a8',
|
|
1187
|
+
viadeo: 'f2a9',
|
|
1188
|
+
'viadeo-square': 'f2aa',
|
|
1189
|
+
snapchat: 'f2ab',
|
|
1190
|
+
'snapchat-ghost': 'f2ac',
|
|
1191
|
+
'snapchat-square': 'f2ad',
|
|
1192
|
+
'pied-piper': 'f2ae',
|
|
1193
|
+
'first-order': 'f2b0',
|
|
1194
|
+
yoast: 'f2b1',
|
|
1195
|
+
themeisle: 'f2b2',
|
|
1196
|
+
'google-plus-circle': 'f2b3',
|
|
1197
|
+
'google-plus-official': 'f2b3',
|
|
1198
|
+
fa: 'f2b4',
|
|
1199
|
+
'font-awesome': 'f2b4',
|
|
1200
|
+
'handshake-o': 'f2b5',
|
|
1201
|
+
'envelope-open': 'f2b6',
|
|
1202
|
+
'envelope-open-o': 'f2b7',
|
|
1203
|
+
linode: 'f2b8',
|
|
1204
|
+
'address-book': 'f2b9',
|
|
1205
|
+
'address-book-o': 'f2ba',
|
|
1206
|
+
vcard: 'f2bb',
|
|
1207
|
+
'address-card': 'f2bb',
|
|
1208
|
+
'vcard-o': 'f2bc',
|
|
1209
|
+
'address-card-o': 'f2bc',
|
|
1210
|
+
'user-circle': 'f2bd',
|
|
1211
|
+
'user-circle-o': 'f2be',
|
|
1212
|
+
'user-o': 'f2c0',
|
|
1213
|
+
'id-badge': 'f2c1',
|
|
1214
|
+
'drivers-license': 'f2c2',
|
|
1215
|
+
'id-card': 'f2c2',
|
|
1216
|
+
'drivers-license-o': 'f2c3',
|
|
1217
|
+
'id-card-o': 'f2c3',
|
|
1218
|
+
quora: 'f2c4',
|
|
1219
|
+
'free-code-camp': 'f2c5',
|
|
1220
|
+
telegram: 'f2c6',
|
|
1221
|
+
'thermometer-4': 'f2c7',
|
|
1222
|
+
thermometer: 'f2c7',
|
|
1223
|
+
'thermometer-full': 'f2c7',
|
|
1224
|
+
'thermometer-3': 'f2c8',
|
|
1225
|
+
'thermometer-three-quarters': 'f2c8',
|
|
1226
|
+
'thermometer-2': 'f2c9',
|
|
1227
|
+
'thermometer-half': 'f2c9',
|
|
1228
|
+
'thermometer-1': 'f2ca',
|
|
1229
|
+
'thermometer-quarter': 'f2ca',
|
|
1230
|
+
'thermometer-0': 'f2cb',
|
|
1231
|
+
'thermometer-empty': 'f2cb',
|
|
1232
|
+
shower: 'f2cc',
|
|
1233
|
+
bathtub: 'f2cd',
|
|
1234
|
+
s15: 'f2cd',
|
|
1235
|
+
bath: 'f2cd',
|
|
1236
|
+
podcast: 'f2ce',
|
|
1237
|
+
'window-maximize': 'f2d0',
|
|
1238
|
+
'window-minimize': 'f2d1',
|
|
1239
|
+
'window-restore': 'f2d2',
|
|
1240
|
+
'times-rectangle': 'f2d3',
|
|
1241
|
+
'window-close': 'f2d3',
|
|
1242
|
+
'times-rectangle-o': 'f2d4',
|
|
1243
|
+
'window-close-o': 'f2d4',
|
|
1244
|
+
bandcamp: 'f2d5',
|
|
1245
|
+
grav: 'f2d6',
|
|
1246
|
+
etsy: 'f2d7',
|
|
1247
|
+
imdb: 'f2d8',
|
|
1248
|
+
ravelry: 'f2d9',
|
|
1249
|
+
eercast: 'f2da',
|
|
1250
|
+
microchip: 'f2db',
|
|
1251
|
+
'snowflake-o': 'f2dc',
|
|
1252
|
+
superpowers: 'f2dd',
|
|
1253
|
+
wpexplorer: 'f2de',
|
|
1254
|
+
meetup: 'f2e0',
|
|
1255
|
+
},
|
|
1256
|
+
},
|
|
1257
|
+
mi: {
|
|
1258
|
+
font: 'map-icons.ttf',
|
|
1259
|
+
ar: {
|
|
1260
|
+
'map-pin': 'e000',
|
|
1261
|
+
expand: 'e001',
|
|
1262
|
+
fullscreen: 'e002',
|
|
1263
|
+
'square-pin': 'e003',
|
|
1264
|
+
'route-pin': 'e004',
|
|
1265
|
+
shield: 'e005',
|
|
1266
|
+
'liquor-store': 'e006',
|
|
1267
|
+
'bicycle-store': 'e007',
|
|
1268
|
+
'hardware-store': 'e008',
|
|
1269
|
+
'insurance-agency': 'e009',
|
|
1270
|
+
lawyer: 'e00a',
|
|
1271
|
+
'real-estate-agency': 'e00b',
|
|
1272
|
+
'art-gallery': 'e00c',
|
|
1273
|
+
campground: 'e00d',
|
|
1274
|
+
bakery: 'e00e',
|
|
1275
|
+
bar: 'e00f',
|
|
1276
|
+
'amusement-park': 'e010',
|
|
1277
|
+
aquarium: 'e011',
|
|
1278
|
+
airport: 'e012',
|
|
1279
|
+
bank: 'e013',
|
|
1280
|
+
'car-rental': 'e016',
|
|
1281
|
+
'car-dealer': 'e017',
|
|
1282
|
+
hospital: 'e018',
|
|
1283
|
+
'hair-care': 'e019',
|
|
1284
|
+
gym: 'e01a',
|
|
1285
|
+
'grocery-or-supermarket': 'e01b',
|
|
1286
|
+
'general-contractor': 'e01c',
|
|
1287
|
+
pharmacy: 'e01d',
|
|
1288
|
+
'point-of-interest': 'e01e',
|
|
1289
|
+
political: 'e01f',
|
|
1290
|
+
'post-box': 'e020',
|
|
1291
|
+
health: 'e021',
|
|
1292
|
+
'post-office': 'e022',
|
|
1293
|
+
'real-estate-agency-copy': 'e023',
|
|
1294
|
+
'hindu-temple': 'e024',
|
|
1295
|
+
restaurant: 'e025',
|
|
1296
|
+
female: 'e026',
|
|
1297
|
+
male: 'e027',
|
|
1298
|
+
zoo: 'e028',
|
|
1299
|
+
'veterinary-care': 'e029',
|
|
1300
|
+
'car-repair': 'e02a',
|
|
1301
|
+
university: 'e02b',
|
|
1302
|
+
'travel-agency': 'e02c',
|
|
1303
|
+
'transit-station': 'e02d',
|
|
1304
|
+
beausalon: 'e02e',
|
|
1305
|
+
'electronics-store': 'e02f',
|
|
1306
|
+
search: 'e030',
|
|
1307
|
+
'zoom-out-alt': 'e031',
|
|
1308
|
+
'movie-rental': 'e032',
|
|
1309
|
+
atm: 'e033',
|
|
1310
|
+
'jewelry-store': 'e034',
|
|
1311
|
+
'car-wash': 'e035',
|
|
1312
|
+
unisex: 'e036',
|
|
1313
|
+
'rv-park': 'e037',
|
|
1314
|
+
school: 'e038',
|
|
1315
|
+
'clothing-store': 'e039',
|
|
1316
|
+
laundry: 'e03a',
|
|
1317
|
+
casino: 'e03b',
|
|
1318
|
+
'place-of-worship': 'e03c',
|
|
1319
|
+
'furniture-store': 'e03d',
|
|
1320
|
+
'zoom-in-alt': 'e03e',
|
|
1321
|
+
'zoom-in': 'e03f',
|
|
1322
|
+
'department-store': 'e040',
|
|
1323
|
+
'fire-station': 'e041',
|
|
1324
|
+
church: 'e042',
|
|
1325
|
+
library: 'e043',
|
|
1326
|
+
'shopping-mall': 'e044',
|
|
1327
|
+
'local-government': 'e045',
|
|
1328
|
+
spa: 'e046',
|
|
1329
|
+
'convenience-store': 'e047',
|
|
1330
|
+
police: 'e048',
|
|
1331
|
+
route: 'e049',
|
|
1332
|
+
'zoom-out': 'e04a',
|
|
1333
|
+
'location-arrow': 'e04b',
|
|
1334
|
+
'postal-code': 'e04c',
|
|
1335
|
+
locksmith: 'e04d',
|
|
1336
|
+
doctor: 'e04e',
|
|
1337
|
+
mosque: 'e04f',
|
|
1338
|
+
stadium: 'e050',
|
|
1339
|
+
storage: 'e051',
|
|
1340
|
+
'movie-theater': 'e052',
|
|
1341
|
+
electrician: 'e053',
|
|
1342
|
+
'moving-company': 'e054',
|
|
1343
|
+
'postal-code-prefix': 'e055',
|
|
1344
|
+
crosshairs: 'e056',
|
|
1345
|
+
compass: 'e057',
|
|
1346
|
+
dentist: 'e058',
|
|
1347
|
+
plumber: 'e059',
|
|
1348
|
+
museum: 'e05b',
|
|
1349
|
+
finance: 'e05a',
|
|
1350
|
+
parking: 'e05c',
|
|
1351
|
+
courthouse: 'e05d',
|
|
1352
|
+
accounting: 'e05e',
|
|
1353
|
+
store: 'e05f',
|
|
1354
|
+
'subway-station': 'e060',
|
|
1355
|
+
'natural-feature': 'e061',
|
|
1356
|
+
florist: 'e062',
|
|
1357
|
+
food: 'e063',
|
|
1358
|
+
'night-club': 'e064',
|
|
1359
|
+
synagogue: 'e065',
|
|
1360
|
+
'taxi-stand': 'e066',
|
|
1361
|
+
painter: 'e067',
|
|
1362
|
+
'train-station': 'e068',
|
|
1363
|
+
'pet-store': 'e069',
|
|
1364
|
+
'gas-station': 'e06a',
|
|
1365
|
+
'funeral-home': 'e06b',
|
|
1366
|
+
cemetery: 'e06c',
|
|
1367
|
+
'bowling-alley': 'e06d',
|
|
1368
|
+
'roofing-contractor': 'e06e',
|
|
1369
|
+
physiotherapist: 'e06f',
|
|
1370
|
+
embassy: 'e070',
|
|
1371
|
+
cihall: 'e071',
|
|
1372
|
+
'bus-station': 'e072',
|
|
1373
|
+
park: 'e073',
|
|
1374
|
+
lodging: 'e074',
|
|
1375
|
+
toilet: 'e075',
|
|
1376
|
+
circle: 'e076',
|
|
1377
|
+
'square-rounded': 'e077',
|
|
1378
|
+
square: 'e078',
|
|
1379
|
+
'book-store': 'e014',
|
|
1380
|
+
cafe: 'e015',
|
|
1381
|
+
wheelchair: 'e079',
|
|
1382
|
+
'volume-control-telephone': 'e07a',
|
|
1383
|
+
'sign-language': 'e07b',
|
|
1384
|
+
'low-vision-access': 'e07c',
|
|
1385
|
+
'open-captioning': 'e07d',
|
|
1386
|
+
'closed-captioning': 'e07e',
|
|
1387
|
+
braille: 'e07f',
|
|
1388
|
+
'audio-description': 'e080',
|
|
1389
|
+
'assistive-listening-system': 'e081',
|
|
1390
|
+
abseiling: 'e082',
|
|
1391
|
+
tennis: 'e083',
|
|
1392
|
+
skateboarding: 'e084',
|
|
1393
|
+
playground: 'e085',
|
|
1394
|
+
'inline-skating': 'e086',
|
|
1395
|
+
'hang-gliding': 'e087',
|
|
1396
|
+
climbing: 'e088',
|
|
1397
|
+
baseball: 'e089',
|
|
1398
|
+
archery: 'e08a',
|
|
1399
|
+
'wind-surfing': 'e08b',
|
|
1400
|
+
'scuba-diving': 'e08c',
|
|
1401
|
+
sailing: 'e08d',
|
|
1402
|
+
marina: 'e08e',
|
|
1403
|
+
canoe: 'e08f',
|
|
1404
|
+
'boat-tour': 'e090',
|
|
1405
|
+
'boat-ramp': 'e091',
|
|
1406
|
+
swimming: 'e092',
|
|
1407
|
+
'whale-watching': 'e093',
|
|
1408
|
+
waterskiing: 'e094',
|
|
1409
|
+
surfing: 'e095',
|
|
1410
|
+
rafting: 'e096',
|
|
1411
|
+
kayaking: 'e097',
|
|
1412
|
+
'jet-skiing': 'e099',
|
|
1413
|
+
'fishing-pier': 'e09a',
|
|
1414
|
+
'fish-cleaning': 'e09b',
|
|
1415
|
+
diving: 'e09c',
|
|
1416
|
+
boating: 'e09d',
|
|
1417
|
+
fishing: 'e098',
|
|
1418
|
+
'cross-country-skiing': 'e09e',
|
|
1419
|
+
skiing: 'e09f',
|
|
1420
|
+
snowmobile: 'e0a0',
|
|
1421
|
+
snowboarding: 'e0a1',
|
|
1422
|
+
snow: 'e0a2',
|
|
1423
|
+
'snow-shoeing': 'e0a3',
|
|
1424
|
+
sledding: 'e0a4',
|
|
1425
|
+
'ski-jumping': 'e0a5',
|
|
1426
|
+
'ice-skating': 'e0a6',
|
|
1427
|
+
'ice-fishing': 'e0a7',
|
|
1428
|
+
chairlift: 'e0a8',
|
|
1429
|
+
golf: 'e0a9',
|
|
1430
|
+
'horse-riding': 'e0aa',
|
|
1431
|
+
'motobike-trail': 'e0ab',
|
|
1432
|
+
'trail-walking': 'e0ac',
|
|
1433
|
+
viewing: 'e0ad',
|
|
1434
|
+
walking: 'e0ae',
|
|
1435
|
+
bicycling: 'e0af',
|
|
1436
|
+
},
|
|
1437
|
+
},
|
|
1438
|
+
gl: {
|
|
1439
|
+
size: 100,
|
|
1440
|
+
font: 'glyphicons-regular.ttf',
|
|
1441
|
+
ar: {
|
|
1442
|
+
glass: 'E001',
|
|
1443
|
+
leaf: 'E002',
|
|
1444
|
+
dog: '1F415',
|
|
1445
|
+
user: 'E004',
|
|
1446
|
+
girl: '1F467',
|
|
1447
|
+
car: 'E006',
|
|
1448
|
+
user_add: 'E007',
|
|
1449
|
+
user_remove: 'E008',
|
|
1450
|
+
film: 'E009',
|
|
1451
|
+
magic: 'E010',
|
|
1452
|
+
envelope: '2709',
|
|
1453
|
+
camera: '1F4F7',
|
|
1454
|
+
heart: 'E013',
|
|
1455
|
+
beach_umbrella: 'E014',
|
|
1456
|
+
train: '1F686',
|
|
1457
|
+
print: 'E016',
|
|
1458
|
+
bin: 'E017',
|
|
1459
|
+
music: 'E018',
|
|
1460
|
+
note: 'E019',
|
|
1461
|
+
heart_empty: 'E020',
|
|
1462
|
+
home: 'E021',
|
|
1463
|
+
snowflake: '2744',
|
|
1464
|
+
fire: '1F525',
|
|
1465
|
+
magnet: 'E024',
|
|
1466
|
+
parents: 'E025',
|
|
1467
|
+
binoculars: 'E026',
|
|
1468
|
+
road: 'E027',
|
|
1469
|
+
search: 'E028',
|
|
1470
|
+
cars: 'E029',
|
|
1471
|
+
notes_2: 'E030',
|
|
1472
|
+
pencil: '270F',
|
|
1473
|
+
bus: '1F68C',
|
|
1474
|
+
wifi_alt: 'E033',
|
|
1475
|
+
luggage: 'E034',
|
|
1476
|
+
old_man: 'E035',
|
|
1477
|
+
woman: '1F469',
|
|
1478
|
+
file: 'E037',
|
|
1479
|
+
coins: 'E038',
|
|
1480
|
+
airplane: '2708',
|
|
1481
|
+
notes: 'E040',
|
|
1482
|
+
stats: 'E041',
|
|
1483
|
+
charts: 'E042',
|
|
1484
|
+
pie_chart: 'E043',
|
|
1485
|
+
group: 'E044',
|
|
1486
|
+
keys: 'E045',
|
|
1487
|
+
calendar: '1F4C5',
|
|
1488
|
+
router: 'E047',
|
|
1489
|
+
camera_small: 'E048',
|
|
1490
|
+
dislikes: 'E049',
|
|
1491
|
+
star: 'E050',
|
|
1492
|
+
link: 'E051',
|
|
1493
|
+
eye_open: 'E052',
|
|
1494
|
+
eye_close: 'E053',
|
|
1495
|
+
alarm: 'E054',
|
|
1496
|
+
clock: 'E055',
|
|
1497
|
+
stopwatch: 'E056',
|
|
1498
|
+
projector: 'E057',
|
|
1499
|
+
history: 'E058',
|
|
1500
|
+
truck: 'E059',
|
|
1501
|
+
cargo: 'E060',
|
|
1502
|
+
compass: 'E061',
|
|
1503
|
+
keynote: 'E062',
|
|
1504
|
+
paperclip: '1F4CE',
|
|
1505
|
+
power: 'E064',
|
|
1506
|
+
lightbulb: 'E065',
|
|
1507
|
+
tag: 'E066',
|
|
1508
|
+
tags: 'E067',
|
|
1509
|
+
cleaning: 'E068',
|
|
1510
|
+
ruller: 'E069',
|
|
1511
|
+
gift: 'E070',
|
|
1512
|
+
umbrella: '2602',
|
|
1513
|
+
book: 'E072',
|
|
1514
|
+
bookmark: '1F516',
|
|
1515
|
+
wifi: 'E074',
|
|
1516
|
+
cup: 'E075',
|
|
1517
|
+
stroller: 'E076',
|
|
1518
|
+
headphones: 'E077',
|
|
1519
|
+
headset: 'E078',
|
|
1520
|
+
warning_sign: 'E079',
|
|
1521
|
+
signal: 'E080',
|
|
1522
|
+
retweet: 'E081',
|
|
1523
|
+
refresh: 'E082',
|
|
1524
|
+
roundabout: 'E083',
|
|
1525
|
+
random: 'E084',
|
|
1526
|
+
heat: 'E085',
|
|
1527
|
+
repeat: 'E086',
|
|
1528
|
+
display: 'E087',
|
|
1529
|
+
log_book: 'E088',
|
|
1530
|
+
address_book: 'E089',
|
|
1531
|
+
building: 'E090',
|
|
1532
|
+
eyedropper: 'E091',
|
|
1533
|
+
adjust: 'E092',
|
|
1534
|
+
tint: 'E093',
|
|
1535
|
+
crop: 'E094',
|
|
1536
|
+
vector_path_square: 'E095',
|
|
1537
|
+
vector_path_circle: 'E096',
|
|
1538
|
+
vector_path_polygon: 'E097',
|
|
1539
|
+
vector_path_line: 'E098',
|
|
1540
|
+
vector_path_curve: 'E099',
|
|
1541
|
+
vector_path_all: 'E100',
|
|
1542
|
+
font: 'E101',
|
|
1543
|
+
italic: 'E102',
|
|
1544
|
+
bold: 'E103',
|
|
1545
|
+
text_underline: 'E104',
|
|
1546
|
+
text_strike: 'E105',
|
|
1547
|
+
text_height: 'E106',
|
|
1548
|
+
text_width: 'E107',
|
|
1549
|
+
text_resize: 'E108',
|
|
1550
|
+
left_indent: 'E109',
|
|
1551
|
+
right_indent: 'E110',
|
|
1552
|
+
align_left: 'E111',
|
|
1553
|
+
align_center: 'E112',
|
|
1554
|
+
align_right: 'E113',
|
|
1555
|
+
justify: 'E114',
|
|
1556
|
+
list: 'E115',
|
|
1557
|
+
text_smaller: 'E116',
|
|
1558
|
+
text_bigger: 'E117',
|
|
1559
|
+
embed: 'E118',
|
|
1560
|
+
embed_close: 'E119',
|
|
1561
|
+
table: 'E120',
|
|
1562
|
+
message_full: 'E121',
|
|
1563
|
+
message_empty: 'E122',
|
|
1564
|
+
message_in: 'E123',
|
|
1565
|
+
message_out: 'E124',
|
|
1566
|
+
message_plus: 'E125',
|
|
1567
|
+
message_minus: 'E126',
|
|
1568
|
+
message_ban: 'E127',
|
|
1569
|
+
message_flag: 'E128',
|
|
1570
|
+
message_lock: 'E129',
|
|
1571
|
+
message_new: 'E130',
|
|
1572
|
+
inbox: 'E131',
|
|
1573
|
+
inbox_plus: 'E132',
|
|
1574
|
+
inbox_minus: 'E133',
|
|
1575
|
+
inbox_lock: 'E134',
|
|
1576
|
+
inbox_in: 'E135',
|
|
1577
|
+
inbox_out: 'E136',
|
|
1578
|
+
cogwheel: 'E137',
|
|
1579
|
+
cogwheels: 'E138',
|
|
1580
|
+
picture: 'E139',
|
|
1581
|
+
adjust_alt: 'E140',
|
|
1582
|
+
database_lock: 'E141',
|
|
1583
|
+
database_plus: 'E142',
|
|
1584
|
+
database_minus: 'E143',
|
|
1585
|
+
database_ban: 'E144',
|
|
1586
|
+
folder_open: 'E145',
|
|
1587
|
+
folder_plus: 'E146',
|
|
1588
|
+
folder_minus: 'E147',
|
|
1589
|
+
folder_lock: 'E148',
|
|
1590
|
+
folder_flag: 'E149',
|
|
1591
|
+
folder_new: 'E150',
|
|
1592
|
+
edit: 'E151',
|
|
1593
|
+
new_window: 'E152',
|
|
1594
|
+
check: 'E153',
|
|
1595
|
+
unchecked: 'E154',
|
|
1596
|
+
more_windows: 'E155',
|
|
1597
|
+
show_big_thumbnails: 'E156',
|
|
1598
|
+
show_thumbnails: 'E157',
|
|
1599
|
+
show_thumbnails_with_lines: 'E158',
|
|
1600
|
+
show_lines: 'E159',
|
|
1601
|
+
playlist: 'E160',
|
|
1602
|
+
imac: 'E161',
|
|
1603
|
+
macbook: 'E162',
|
|
1604
|
+
ipad: 'E163',
|
|
1605
|
+
iphone: 'E164',
|
|
1606
|
+
iphone_transfer: 'E165',
|
|
1607
|
+
iphone_exchange: 'E166',
|
|
1608
|
+
ipod: 'E167',
|
|
1609
|
+
ipod_shuffle: 'E168',
|
|
1610
|
+
ear_plugs: 'E169',
|
|
1611
|
+
record: 'E170',
|
|
1612
|
+
step_backward: 'E171',
|
|
1613
|
+
fast_backward: 'E172',
|
|
1614
|
+
rewind: 'E173',
|
|
1615
|
+
play: 'E174',
|
|
1616
|
+
pause: 'E175',
|
|
1617
|
+
stop: 'E176',
|
|
1618
|
+
forward: 'E177',
|
|
1619
|
+
fast_forward: 'E178',
|
|
1620
|
+
step_forward: 'E179',
|
|
1621
|
+
eject: 'E180',
|
|
1622
|
+
facetime_video: 'E181',
|
|
1623
|
+
download_alt: 'E182',
|
|
1624
|
+
mute: 'E183',
|
|
1625
|
+
volume_down: 'E184',
|
|
1626
|
+
volume_up: 'E185',
|
|
1627
|
+
screenshot: 'E186',
|
|
1628
|
+
move: 'E187',
|
|
1629
|
+
more: 'E188',
|
|
1630
|
+
brightness_reduce: 'E189',
|
|
1631
|
+
brightness_increase: 'E190',
|
|
1632
|
+
circle_plus: 'E191',
|
|
1633
|
+
circle_minus: 'E192',
|
|
1634
|
+
circle_remove: 'E193',
|
|
1635
|
+
circle_ok: 'E194',
|
|
1636
|
+
circle_question_mark: 'E195',
|
|
1637
|
+
circle_info: 'E196',
|
|
1638
|
+
circle_exclamation_mark: 'E197',
|
|
1639
|
+
remove: 'E198',
|
|
1640
|
+
ok: 'E199',
|
|
1641
|
+
ban: 'E200',
|
|
1642
|
+
download: 'E201',
|
|
1643
|
+
upload: 'E202',
|
|
1644
|
+
shopping_cart: 'E203',
|
|
1645
|
+
lock: '1F512',
|
|
1646
|
+
unlock: 'E205',
|
|
1647
|
+
electricity: 'E206',
|
|
1648
|
+
ok_2: 'E207',
|
|
1649
|
+
remove_2: 'E208',
|
|
1650
|
+
cart_out: 'E209',
|
|
1651
|
+
cart_in: 'E210',
|
|
1652
|
+
left_arrow: 'E211',
|
|
1653
|
+
right_arrow: 'E212',
|
|
1654
|
+
down_arrow: 'E213',
|
|
1655
|
+
up_arrow: 'E214',
|
|
1656
|
+
resize_small: 'E215',
|
|
1657
|
+
resize_full: 'E216',
|
|
1658
|
+
circle_arrow_left: 'E217',
|
|
1659
|
+
circle_arrow_right: 'E218',
|
|
1660
|
+
circle_arrow_top: 'E219',
|
|
1661
|
+
circle_arrow_down: 'E220',
|
|
1662
|
+
play_button: 'E221',
|
|
1663
|
+
unshare: 'E222',
|
|
1664
|
+
share: 'E223',
|
|
1665
|
+
'chevron-right': 'E224',
|
|
1666
|
+
'chevron-left': 'E225',
|
|
1667
|
+
bluetooth: 'E226',
|
|
1668
|
+
euro: '20AC',
|
|
1669
|
+
usd: 'E228',
|
|
1670
|
+
gbp: 'E229',
|
|
1671
|
+
retweet_2: 'E230',
|
|
1672
|
+
moon: 'E231',
|
|
1673
|
+
sun: '2609',
|
|
1674
|
+
cloud: '2601',
|
|
1675
|
+
direction: 'E234',
|
|
1676
|
+
brush: 'E235',
|
|
1677
|
+
pen: 'E236',
|
|
1678
|
+
zoom_in: 'E237',
|
|
1679
|
+
zoom_out: 'E238',
|
|
1680
|
+
pin: 'E239',
|
|
1681
|
+
albums: 'E240',
|
|
1682
|
+
rotation_lock: 'E241',
|
|
1683
|
+
flash: 'E242',
|
|
1684
|
+
google_maps: 'E243',
|
|
1685
|
+
anchor: '2693',
|
|
1686
|
+
conversation: 'E245',
|
|
1687
|
+
chat: 'E246',
|
|
1688
|
+
male: 'E247',
|
|
1689
|
+
female: 'E248',
|
|
1690
|
+
asterisk: '002A',
|
|
1691
|
+
divide: '00F7',
|
|
1692
|
+
snorkel_diving: 'E251',
|
|
1693
|
+
scuba_diving: 'E252',
|
|
1694
|
+
oxygen_bottle: 'E253',
|
|
1695
|
+
fins: 'E254',
|
|
1696
|
+
fishes: 'E255',
|
|
1697
|
+
boat: 'E256',
|
|
1698
|
+
delete: 'E257',
|
|
1699
|
+
sheriffs_star: 'E258',
|
|
1700
|
+
qrcode: 'E259',
|
|
1701
|
+
barcode: 'E260',
|
|
1702
|
+
pool: 'E261',
|
|
1703
|
+
buoy: 'E262',
|
|
1704
|
+
spade: 'E263',
|
|
1705
|
+
bank: '1F3E6',
|
|
1706
|
+
vcard: 'E265',
|
|
1707
|
+
electrical_plug: 'E266',
|
|
1708
|
+
flag: 'E267',
|
|
1709
|
+
credit_card: 'E268',
|
|
1710
|
+
'keyboard-wireless': 'E269',
|
|
1711
|
+
'keyboard-wired': 'E270',
|
|
1712
|
+
shield: 'E271',
|
|
1713
|
+
ring: '02DA',
|
|
1714
|
+
cake: 'E273',
|
|
1715
|
+
drink: 'E274',
|
|
1716
|
+
beer: 'E275',
|
|
1717
|
+
fast_food: 'E276',
|
|
1718
|
+
cutlery: 'E277',
|
|
1719
|
+
pizza: 'E278',
|
|
1720
|
+
birthday_cake: 'E279',
|
|
1721
|
+
tablet: 'E280',
|
|
1722
|
+
settings: 'E281',
|
|
1723
|
+
bullets: 'E282',
|
|
1724
|
+
cardio: 'E283',
|
|
1725
|
+
't-shirt': 'E284',
|
|
1726
|
+
pants: 'E285',
|
|
1727
|
+
sweater: 'E286',
|
|
1728
|
+
fabric: 'E287',
|
|
1729
|
+
leather: 'E288',
|
|
1730
|
+
scissors: 'E289',
|
|
1731
|
+
bomb: '1F4A3',
|
|
1732
|
+
skull: '1F480',
|
|
1733
|
+
celebration: 'E292',
|
|
1734
|
+
tea_kettle: 'E293',
|
|
1735
|
+
french_press: 'E294',
|
|
1736
|
+
coffe_cup: 'E295',
|
|
1737
|
+
pot: 'E296',
|
|
1738
|
+
grater: 'E297',
|
|
1739
|
+
kettle: 'E298',
|
|
1740
|
+
hospital: '1F3E5',
|
|
1741
|
+
hospital_h: 'E300',
|
|
1742
|
+
microphone: '1F3A4',
|
|
1743
|
+
webcam: 'E302',
|
|
1744
|
+
temple_christianity_church: 'E303',
|
|
1745
|
+
temple_islam: 'E304',
|
|
1746
|
+
temple_hindu: 'E305',
|
|
1747
|
+
temple_buddhist: 'E306',
|
|
1748
|
+
bicycle: '1F6B2',
|
|
1749
|
+
life_preserver: 'E308',
|
|
1750
|
+
share_alt: 'E309',
|
|
1751
|
+
comments: 'E310',
|
|
1752
|
+
flower: '2698',
|
|
1753
|
+
baseball: '26BE',
|
|
1754
|
+
rugby: 'E313',
|
|
1755
|
+
ax: 'E314',
|
|
1756
|
+
table_tennis: 'E315',
|
|
1757
|
+
bowling: '1F3B3',
|
|
1758
|
+
tree_conifer: 'E317',
|
|
1759
|
+
tree_deciduous: 'E318',
|
|
1760
|
+
more_items: 'E319',
|
|
1761
|
+
sort: 'E320',
|
|
1762
|
+
filter: 'E321',
|
|
1763
|
+
gamepad: 'E322',
|
|
1764
|
+
playing_dices: 'E323',
|
|
1765
|
+
calculator: 'E324',
|
|
1766
|
+
tie: 'E325',
|
|
1767
|
+
wallet: 'E326',
|
|
1768
|
+
piano: 'E327',
|
|
1769
|
+
sampler: 'E328',
|
|
1770
|
+
podium: 'E329',
|
|
1771
|
+
soccer_ball: 'E330',
|
|
1772
|
+
blog: 'E331',
|
|
1773
|
+
dashboard: 'E332',
|
|
1774
|
+
certificate: 'E333',
|
|
1775
|
+
bell: '1F514',
|
|
1776
|
+
candle: 'E335',
|
|
1777
|
+
pushpin: '1F4CC',
|
|
1778
|
+
iphone_shake: 'E337',
|
|
1779
|
+
pin_flag: 'E338',
|
|
1780
|
+
turtle: '1F422',
|
|
1781
|
+
rabbit: '1F407',
|
|
1782
|
+
globe: 'E341',
|
|
1783
|
+
briefcase: '1F4BC',
|
|
1784
|
+
hdd: 'E343',
|
|
1785
|
+
thumbs_up: 'E344',
|
|
1786
|
+
thumbs_down: 'E345',
|
|
1787
|
+
hand_right: 'E346',
|
|
1788
|
+
hand_left: 'E347',
|
|
1789
|
+
hand_up: 'E348',
|
|
1790
|
+
hand_down: 'E349',
|
|
1791
|
+
fullscreen: 'E350',
|
|
1792
|
+
shopping_bag: 'E351',
|
|
1793
|
+
book_open: 'E352',
|
|
1794
|
+
nameplate: 'E353',
|
|
1795
|
+
nameplate_alt: 'E354',
|
|
1796
|
+
vases: 'E355',
|
|
1797
|
+
bullhorn: 'E356',
|
|
1798
|
+
dumbbell: 'E357',
|
|
1799
|
+
suitcase: 'E358',
|
|
1800
|
+
file_import: 'E359',
|
|
1801
|
+
file_export: 'E360',
|
|
1802
|
+
bug: '1F41B',
|
|
1803
|
+
crown: '1F451',
|
|
1804
|
+
smoking: 'E363',
|
|
1805
|
+
'cloud-upload': 'E364',
|
|
1806
|
+
'cloud-download': 'E365',
|
|
1807
|
+
restart: 'E366',
|
|
1808
|
+
security_camera: 'E367',
|
|
1809
|
+
expand: 'E368',
|
|
1810
|
+
collapse: 'E369',
|
|
1811
|
+
collapse_top: 'E370',
|
|
1812
|
+
globe_af: 'E371',
|
|
1813
|
+
global: 'E372',
|
|
1814
|
+
spray: 'E373',
|
|
1815
|
+
nails: 'E374',
|
|
1816
|
+
claw_hammer: 'E375',
|
|
1817
|
+
classic_hammer: 'E376',
|
|
1818
|
+
hand_saw: 'E377',
|
|
1819
|
+
riflescope: 'E378',
|
|
1820
|
+
electrical_socket_eu: 'E379',
|
|
1821
|
+
electrical_socket_us: 'E380',
|
|
1822
|
+
message_forward: 'E381',
|
|
1823
|
+
coat_hanger: 'E382',
|
|
1824
|
+
dress: '1F457',
|
|
1825
|
+
bathrobe: 'E384',
|
|
1826
|
+
shirt: 'E385',
|
|
1827
|
+
underwear: 'E386',
|
|
1828
|
+
log_in: 'E387',
|
|
1829
|
+
log_out: 'E388',
|
|
1830
|
+
exit: 'E389',
|
|
1831
|
+
new_window_alt: 'E390',
|
|
1832
|
+
video_sd: 'E391',
|
|
1833
|
+
video_hd: 'E392',
|
|
1834
|
+
subtitles: 'E393',
|
|
1835
|
+
sound_stereo: 'E394',
|
|
1836
|
+
sound_dolby: 'E395',
|
|
1837
|
+
sound_5_1: 'E396',
|
|
1838
|
+
sound_6_1: 'E397',
|
|
1839
|
+
sound_7_1: 'E398',
|
|
1840
|
+
copyright_mark: 'E399',
|
|
1841
|
+
registration_mark: 'E400',
|
|
1842
|
+
radar: 'E401',
|
|
1843
|
+
skateboard: 'E402',
|
|
1844
|
+
golf_course: 'E403',
|
|
1845
|
+
sorting: 'E404',
|
|
1846
|
+
'sort-by-alphabet': 'E405',
|
|
1847
|
+
'sort-by-alphabet-alt': 'E406',
|
|
1848
|
+
'sort-by-order': 'E407',
|
|
1849
|
+
'sort-by-order-alt': 'E408',
|
|
1850
|
+
'sort-by-attributes': 'E409',
|
|
1851
|
+
'sort-by-attributes-alt': 'E410',
|
|
1852
|
+
compressed: 'E411',
|
|
1853
|
+
package: '1F4E6',
|
|
1854
|
+
cloud_plus: 'E413',
|
|
1855
|
+
cloud_minus: 'E414',
|
|
1856
|
+
disk_save: 'E415',
|
|
1857
|
+
disk_open: 'E416',
|
|
1858
|
+
disk_saved: 'E417',
|
|
1859
|
+
disk_remove: 'E418',
|
|
1860
|
+
disk_import: 'E419',
|
|
1861
|
+
disk_export: 'E420',
|
|
1862
|
+
tower: 'E421',
|
|
1863
|
+
send: 'E422',
|
|
1864
|
+
git_branch: 'E423',
|
|
1865
|
+
git_create: 'E424',
|
|
1866
|
+
git_private: 'E425',
|
|
1867
|
+
git_delete: 'E426',
|
|
1868
|
+
git_merge: 'E427',
|
|
1869
|
+
git_pull_request: 'E428',
|
|
1870
|
+
git_compare: 'E429',
|
|
1871
|
+
git_commit: 'E430',
|
|
1872
|
+
construction_cone: 'E431',
|
|
1873
|
+
shoe_steps: 'E432',
|
|
1874
|
+
plus: '002B',
|
|
1875
|
+
minus: '2212',
|
|
1876
|
+
redo: 'E435',
|
|
1877
|
+
undo: 'E436',
|
|
1878
|
+
golf: 'E437',
|
|
1879
|
+
hockey: 'E438',
|
|
1880
|
+
pipe: 'E439',
|
|
1881
|
+
wrench: '1F527',
|
|
1882
|
+
folder_closed: 'E441',
|
|
1883
|
+
phone_alt: 'E442',
|
|
1884
|
+
earphone: 'E443',
|
|
1885
|
+
floppy_disk: 'E444',
|
|
1886
|
+
floppy_saved: 'E445',
|
|
1887
|
+
floppy_remove: 'E446',
|
|
1888
|
+
floppy_save: 'E447',
|
|
1889
|
+
floppy_open: 'E448',
|
|
1890
|
+
translate: 'E449',
|
|
1891
|
+
fax: 'E450',
|
|
1892
|
+
factory: '1F3ED',
|
|
1893
|
+
shop_window: 'E452',
|
|
1894
|
+
shop: 'E453',
|
|
1895
|
+
kiosk: 'E454',
|
|
1896
|
+
kiosk_wheels: 'E455',
|
|
1897
|
+
kiosk_light: 'E456',
|
|
1898
|
+
kiosk_food: 'E457',
|
|
1899
|
+
transfer: 'E458',
|
|
1900
|
+
money: 'E459',
|
|
1901
|
+
header: 'E460',
|
|
1902
|
+
blacksmith: 'E461',
|
|
1903
|
+
saw_blade: 'E462',
|
|
1904
|
+
basketball: 'E463',
|
|
1905
|
+
server: 'E464',
|
|
1906
|
+
server_plus: 'E465',
|
|
1907
|
+
server_minus: 'E466',
|
|
1908
|
+
server_ban: 'E467',
|
|
1909
|
+
server_flag: 'E468',
|
|
1910
|
+
server_lock: 'E469',
|
|
1911
|
+
server_new: 'E470',
|
|
1912
|
+
},
|
|
1913
|
+
},
|
|
1914
|
+
mn: {
|
|
1915
|
+
font: 'icomoon_180219.ttf',
|
|
1916
|
+
ar: {
|
|
1917
|
+
book: 'e900',
|
|
1918
|
+
hall: 'e901',
|
|
1919
|
+
coins: 'e902',
|
|
1920
|
+
collaboration: 'e903',
|
|
1921
|
+
factory: 'e904',
|
|
1922
|
+
finance: 'e905',
|
|
1923
|
+
geology: 'e906',
|
|
1924
|
+
hotel: 'e907',
|
|
1925
|
+
archive: 'e908',
|
|
1926
|
+
pawprint: 'e909',
|
|
1927
|
+
ball: 'e90a',
|
|
1928
|
+
sprout: 'e90b',
|
|
1929
|
+
},
|
|
1930
|
+
},
|
|
1931
|
+
};
|
|
1932
|
+
|
|
1933
|
+
export default fonts;
|