@coze-arch/cli 0.0.1-alpha.f626fa → 0.0.1-alpha.f91253
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/lib/__templates__/expo/README.md +2 -0
- package/lib/__templates__/expo/client/components/Screen.tsx +1 -17
- package/lib/__templates__/expo/client/constants/theme.ts +21 -698
- package/lib/__templates__/expo/client/eslint.config.mjs +14 -10
- package/lib/__templates__/expo/client/hooks/useTheme.ts +26 -6
- package/lib/__templates__/expo/eslint-plugins/fontawesome6/index.js +9 -0
- package/lib/__templates__/expo/eslint-plugins/fontawesome6/names.js +2486 -0
- package/lib/__templates__/expo/eslint-plugins/fontawesome6/rule.js +155 -0
- package/lib/__templates__/expo/server/src/index.ts +2 -1
- package/lib/__templates__/nextjs/.babelrc +15 -0
- package/lib/__templates__/nextjs/next.config.ts +1 -1
- package/lib/__templates__/nextjs/package.json +9 -1
- package/lib/__templates__/nextjs/pnpm-lock.yaml +2485 -1714
- package/lib/__templates__/nextjs/src/app/layout.tsx +5 -3
- package/lib/__templates__/nextjs/template.config.js +5 -5
- package/lib/__templates__/vite/package.json +6 -1
- package/lib/__templates__/vite/pnpm-lock.yaml +504 -982
- package/lib/__templates__/vite/template.config.js +6 -4
- package/lib/cli.js +246 -9
- package/package.json +1 -1
|
@@ -0,0 +1,2486 @@
|
|
|
1
|
+
const names = [
|
|
2
|
+
'0',
|
|
3
|
+
'1',
|
|
4
|
+
'2',
|
|
5
|
+
'3',
|
|
6
|
+
'4',
|
|
7
|
+
'5',
|
|
8
|
+
'6',
|
|
9
|
+
'7',
|
|
10
|
+
'8',
|
|
11
|
+
'9',
|
|
12
|
+
'fill-drip',
|
|
13
|
+
'arrows-to-circle',
|
|
14
|
+
'circle-chevron-right',
|
|
15
|
+
'chevron-circle-right',
|
|
16
|
+
'at',
|
|
17
|
+
'trash-can',
|
|
18
|
+
'trash-alt',
|
|
19
|
+
'text-height',
|
|
20
|
+
'user-xmark',
|
|
21
|
+
'user-times',
|
|
22
|
+
'stethoscope',
|
|
23
|
+
'message',
|
|
24
|
+
'comment-alt',
|
|
25
|
+
'info',
|
|
26
|
+
'down-left-and-up-right-to-center',
|
|
27
|
+
'compress-alt',
|
|
28
|
+
'explosion',
|
|
29
|
+
'file-lines',
|
|
30
|
+
'file-alt',
|
|
31
|
+
'file-text',
|
|
32
|
+
'wave-square',
|
|
33
|
+
'ring',
|
|
34
|
+
'building-un',
|
|
35
|
+
'dice-three',
|
|
36
|
+
'calendar-days',
|
|
37
|
+
'calendar-alt',
|
|
38
|
+
'anchor-circle-check',
|
|
39
|
+
'building-circle-arrow-right',
|
|
40
|
+
'volleyball',
|
|
41
|
+
'volleyball-ball',
|
|
42
|
+
'arrows-up-to-line',
|
|
43
|
+
'sort-down',
|
|
44
|
+
'sort-desc',
|
|
45
|
+
'circle-minus',
|
|
46
|
+
'minus-circle',
|
|
47
|
+
'door-open',
|
|
48
|
+
'right-from-bracket',
|
|
49
|
+
'sign-out-alt',
|
|
50
|
+
'atom',
|
|
51
|
+
'soap',
|
|
52
|
+
'icons',
|
|
53
|
+
'heart-music-camera-bolt',
|
|
54
|
+
'microphone-lines-slash',
|
|
55
|
+
'microphone-alt-slash',
|
|
56
|
+
'bridge-circle-check',
|
|
57
|
+
'pump-medical',
|
|
58
|
+
'fingerprint',
|
|
59
|
+
'hand-point-right',
|
|
60
|
+
'magnifying-glass-location',
|
|
61
|
+
'search-location',
|
|
62
|
+
'forward-step',
|
|
63
|
+
'step-forward',
|
|
64
|
+
'face-smile-beam',
|
|
65
|
+
'smile-beam',
|
|
66
|
+
'flag-checkered',
|
|
67
|
+
'football',
|
|
68
|
+
'football-ball',
|
|
69
|
+
'school-circle-exclamation',
|
|
70
|
+
'crop',
|
|
71
|
+
'angles-down',
|
|
72
|
+
'angle-double-down',
|
|
73
|
+
'users-rectangle',
|
|
74
|
+
'people-roof',
|
|
75
|
+
'people-line',
|
|
76
|
+
'beer-mug-empty',
|
|
77
|
+
'beer',
|
|
78
|
+
'diagram-predecessor',
|
|
79
|
+
'arrow-up-long',
|
|
80
|
+
'long-arrow-up',
|
|
81
|
+
'fire-flame-simple',
|
|
82
|
+
'burn',
|
|
83
|
+
'person',
|
|
84
|
+
'male',
|
|
85
|
+
'laptop',
|
|
86
|
+
'file-csv',
|
|
87
|
+
'menorah',
|
|
88
|
+
'truck-plane',
|
|
89
|
+
'record-vinyl',
|
|
90
|
+
'face-grin-stars',
|
|
91
|
+
'grin-stars',
|
|
92
|
+
'bong',
|
|
93
|
+
'spaghetti-monster-flying',
|
|
94
|
+
'pastafarianism',
|
|
95
|
+
'arrow-down-up-across-line',
|
|
96
|
+
'spoon',
|
|
97
|
+
'utensil-spoon',
|
|
98
|
+
'jar-wheat',
|
|
99
|
+
'envelopes-bulk',
|
|
100
|
+
'mail-bulk',
|
|
101
|
+
'file-circle-exclamation',
|
|
102
|
+
'circle-h',
|
|
103
|
+
'hospital-symbol',
|
|
104
|
+
'pager',
|
|
105
|
+
'address-book',
|
|
106
|
+
'contact-book',
|
|
107
|
+
'strikethrough',
|
|
108
|
+
'k',
|
|
109
|
+
'landmark-flag',
|
|
110
|
+
'pencil',
|
|
111
|
+
'pencil-alt',
|
|
112
|
+
'backward',
|
|
113
|
+
'caret-right',
|
|
114
|
+
'comments',
|
|
115
|
+
'paste',
|
|
116
|
+
'file-clipboard',
|
|
117
|
+
'code-pull-request',
|
|
118
|
+
'clipboard-list',
|
|
119
|
+
'truck-ramp-box',
|
|
120
|
+
'truck-loading',
|
|
121
|
+
'user-check',
|
|
122
|
+
'vial-virus',
|
|
123
|
+
'sheet-plastic',
|
|
124
|
+
'blog',
|
|
125
|
+
'user-ninja',
|
|
126
|
+
'person-arrow-up-from-line',
|
|
127
|
+
'scroll-torah',
|
|
128
|
+
'torah',
|
|
129
|
+
'broom-ball',
|
|
130
|
+
'quidditch',
|
|
131
|
+
'quidditch-broom-ball',
|
|
132
|
+
'toggle-off',
|
|
133
|
+
'box-archive',
|
|
134
|
+
'archive',
|
|
135
|
+
'person-drowning',
|
|
136
|
+
'arrow-down-9-1',
|
|
137
|
+
'sort-numeric-desc',
|
|
138
|
+
'sort-numeric-down-alt',
|
|
139
|
+
'face-grin-tongue-squint',
|
|
140
|
+
'grin-tongue-squint',
|
|
141
|
+
'spray-can',
|
|
142
|
+
'truck-monster',
|
|
143
|
+
'w',
|
|
144
|
+
'earth-africa',
|
|
145
|
+
'globe-africa',
|
|
146
|
+
'rainbow',
|
|
147
|
+
'circle-notch',
|
|
148
|
+
'tablet-screen-button',
|
|
149
|
+
'tablet-alt',
|
|
150
|
+
'paw',
|
|
151
|
+
'cloud',
|
|
152
|
+
'trowel-bricks',
|
|
153
|
+
'face-flushed',
|
|
154
|
+
'flushed',
|
|
155
|
+
'hospital-user',
|
|
156
|
+
'tent-arrow-left-right',
|
|
157
|
+
'gavel',
|
|
158
|
+
'legal',
|
|
159
|
+
'binoculars',
|
|
160
|
+
'microphone-slash',
|
|
161
|
+
'box-tissue',
|
|
162
|
+
'motorcycle',
|
|
163
|
+
'bell-concierge',
|
|
164
|
+
'concierge-bell',
|
|
165
|
+
'pen-ruler',
|
|
166
|
+
'pencil-ruler',
|
|
167
|
+
'people-arrows',
|
|
168
|
+
'people-arrows-left-right',
|
|
169
|
+
'mars-and-venus-burst',
|
|
170
|
+
'square-caret-right',
|
|
171
|
+
'caret-square-right',
|
|
172
|
+
'scissors',
|
|
173
|
+
'cut',
|
|
174
|
+
'sun-plant-wilt',
|
|
175
|
+
'toilets-portable',
|
|
176
|
+
'hockey-puck',
|
|
177
|
+
'table',
|
|
178
|
+
'magnifying-glass-arrow-right',
|
|
179
|
+
'tachograph-digital',
|
|
180
|
+
'digital-tachograph',
|
|
181
|
+
'users-slash',
|
|
182
|
+
'clover',
|
|
183
|
+
'reply',
|
|
184
|
+
'mail-reply',
|
|
185
|
+
'star-and-crescent',
|
|
186
|
+
'house-fire',
|
|
187
|
+
'square-minus',
|
|
188
|
+
'minus-square',
|
|
189
|
+
'helicopter',
|
|
190
|
+
'compass',
|
|
191
|
+
'square-caret-down',
|
|
192
|
+
'caret-square-down',
|
|
193
|
+
'file-circle-question',
|
|
194
|
+
'laptop-code',
|
|
195
|
+
'swatchbook',
|
|
196
|
+
'prescription-bottle',
|
|
197
|
+
'bars',
|
|
198
|
+
'navicon',
|
|
199
|
+
'people-group',
|
|
200
|
+
'hourglass-end',
|
|
201
|
+
'hourglass-3',
|
|
202
|
+
'heart-crack',
|
|
203
|
+
'heart-broken',
|
|
204
|
+
'square-up-right',
|
|
205
|
+
'external-link-square-alt',
|
|
206
|
+
'face-kiss-beam',
|
|
207
|
+
'kiss-beam',
|
|
208
|
+
'film',
|
|
209
|
+
'ruler-horizontal',
|
|
210
|
+
'people-robbery',
|
|
211
|
+
'lightbulb',
|
|
212
|
+
'caret-left',
|
|
213
|
+
'circle-exclamation',
|
|
214
|
+
'exclamation-circle',
|
|
215
|
+
'school-circle-xmark',
|
|
216
|
+
'arrow-right-from-bracket',
|
|
217
|
+
'sign-out',
|
|
218
|
+
'circle-chevron-down',
|
|
219
|
+
'chevron-circle-down',
|
|
220
|
+
'unlock-keyhole',
|
|
221
|
+
'unlock-alt',
|
|
222
|
+
'cloud-showers-heavy',
|
|
223
|
+
'headphones-simple',
|
|
224
|
+
'headphones-alt',
|
|
225
|
+
'sitemap',
|
|
226
|
+
'circle-dollar-to-slot',
|
|
227
|
+
'donate',
|
|
228
|
+
'memory',
|
|
229
|
+
'road-spikes',
|
|
230
|
+
'fire-burner',
|
|
231
|
+
'flag',
|
|
232
|
+
'hanukiah',
|
|
233
|
+
'feather',
|
|
234
|
+
'volume-low',
|
|
235
|
+
'volume-down',
|
|
236
|
+
'comment-slash',
|
|
237
|
+
'cloud-sun-rain',
|
|
238
|
+
'compress',
|
|
239
|
+
'wheat-awn',
|
|
240
|
+
'wheat-alt',
|
|
241
|
+
'ankh',
|
|
242
|
+
'hands-holding-child',
|
|
243
|
+
'asterisk',
|
|
244
|
+
'square-check',
|
|
245
|
+
'check-square',
|
|
246
|
+
'peseta-sign',
|
|
247
|
+
'heading',
|
|
248
|
+
'header',
|
|
249
|
+
'ghost',
|
|
250
|
+
'list',
|
|
251
|
+
'list-squares',
|
|
252
|
+
'square-phone-flip',
|
|
253
|
+
'phone-square-alt',
|
|
254
|
+
'cart-plus',
|
|
255
|
+
'gamepad',
|
|
256
|
+
'circle-dot',
|
|
257
|
+
'dot-circle',
|
|
258
|
+
'face-dizzy',
|
|
259
|
+
'dizzy',
|
|
260
|
+
'egg',
|
|
261
|
+
'house-medical-circle-xmark',
|
|
262
|
+
'campground',
|
|
263
|
+
'folder-plus',
|
|
264
|
+
'futbol',
|
|
265
|
+
'futbol-ball',
|
|
266
|
+
'soccer-ball',
|
|
267
|
+
'paintbrush',
|
|
268
|
+
'paint-brush',
|
|
269
|
+
'lock',
|
|
270
|
+
'gas-pump',
|
|
271
|
+
'hot-tub-person',
|
|
272
|
+
'hot-tub',
|
|
273
|
+
'map-location',
|
|
274
|
+
'map-marked',
|
|
275
|
+
'house-flood-water',
|
|
276
|
+
'tree',
|
|
277
|
+
'bridge-lock',
|
|
278
|
+
'sack-dollar',
|
|
279
|
+
'pen-to-square',
|
|
280
|
+
'edit',
|
|
281
|
+
'car-side',
|
|
282
|
+
'share-nodes',
|
|
283
|
+
'share-alt',
|
|
284
|
+
'heart-circle-minus',
|
|
285
|
+
'hourglass-half',
|
|
286
|
+
'hourglass-2',
|
|
287
|
+
'microscope',
|
|
288
|
+
'sink',
|
|
289
|
+
'bag-shopping',
|
|
290
|
+
'shopping-bag',
|
|
291
|
+
'arrow-down-z-a',
|
|
292
|
+
'sort-alpha-desc',
|
|
293
|
+
'sort-alpha-down-alt',
|
|
294
|
+
'mitten',
|
|
295
|
+
'person-rays',
|
|
296
|
+
'users',
|
|
297
|
+
'eye-slash',
|
|
298
|
+
'flask-vial',
|
|
299
|
+
'hand',
|
|
300
|
+
'hand-paper',
|
|
301
|
+
'om',
|
|
302
|
+
'worm',
|
|
303
|
+
'house-circle-xmark',
|
|
304
|
+
'plug',
|
|
305
|
+
'chevron-up',
|
|
306
|
+
'hand-spock',
|
|
307
|
+
'stopwatch',
|
|
308
|
+
'face-kiss',
|
|
309
|
+
'kiss',
|
|
310
|
+
'bridge-circle-xmark',
|
|
311
|
+
'face-grin-tongue',
|
|
312
|
+
'grin-tongue',
|
|
313
|
+
'chess-bishop',
|
|
314
|
+
'face-grin-wink',
|
|
315
|
+
'grin-wink',
|
|
316
|
+
'ear-deaf',
|
|
317
|
+
'deaf',
|
|
318
|
+
'deafness',
|
|
319
|
+
'hard-of-hearing',
|
|
320
|
+
'road-circle-check',
|
|
321
|
+
'dice-five',
|
|
322
|
+
'square-rss',
|
|
323
|
+
'rss-square',
|
|
324
|
+
'land-mine-on',
|
|
325
|
+
'i-cursor',
|
|
326
|
+
'stamp',
|
|
327
|
+
'stairs',
|
|
328
|
+
'i',
|
|
329
|
+
'hryvnia-sign',
|
|
330
|
+
'hryvnia',
|
|
331
|
+
'pills',
|
|
332
|
+
'face-grin-wide',
|
|
333
|
+
'grin-alt',
|
|
334
|
+
'tooth',
|
|
335
|
+
'v',
|
|
336
|
+
'bangladeshi-taka-sign',
|
|
337
|
+
'bicycle',
|
|
338
|
+
'staff-snake',
|
|
339
|
+
'rod-asclepius',
|
|
340
|
+
'rod-snake',
|
|
341
|
+
'staff-aesculapius',
|
|
342
|
+
'head-side-cough-slash',
|
|
343
|
+
'truck-medical',
|
|
344
|
+
'ambulance',
|
|
345
|
+
'wheat-awn-circle-exclamation',
|
|
346
|
+
'snowman',
|
|
347
|
+
'mortar-pestle',
|
|
348
|
+
'road-barrier',
|
|
349
|
+
'school',
|
|
350
|
+
'igloo',
|
|
351
|
+
'joint',
|
|
352
|
+
'angle-right',
|
|
353
|
+
'horse',
|
|
354
|
+
'q',
|
|
355
|
+
'g',
|
|
356
|
+
'notes-medical',
|
|
357
|
+
'temperature-half',
|
|
358
|
+
'temperature-2',
|
|
359
|
+
'thermometer-2',
|
|
360
|
+
'thermometer-half',
|
|
361
|
+
'dong-sign',
|
|
362
|
+
'capsules',
|
|
363
|
+
'poo-storm',
|
|
364
|
+
'poo-bolt',
|
|
365
|
+
'face-frown-open',
|
|
366
|
+
'frown-open',
|
|
367
|
+
'hand-point-up',
|
|
368
|
+
'money-bill',
|
|
369
|
+
'bookmark',
|
|
370
|
+
'align-justify',
|
|
371
|
+
'umbrella-beach',
|
|
372
|
+
'helmet-un',
|
|
373
|
+
'bullseye',
|
|
374
|
+
'bacon',
|
|
375
|
+
'hand-point-down',
|
|
376
|
+
'arrow-up-from-bracket',
|
|
377
|
+
'folder',
|
|
378
|
+
'folder-blank',
|
|
379
|
+
'file-waveform',
|
|
380
|
+
'file-medical-alt',
|
|
381
|
+
'radiation',
|
|
382
|
+
'chart-simple',
|
|
383
|
+
'mars-stroke',
|
|
384
|
+
'vial',
|
|
385
|
+
'gauge',
|
|
386
|
+
'dashboard',
|
|
387
|
+
'gauge-med',
|
|
388
|
+
'tachometer-alt-average',
|
|
389
|
+
'wand-magic-sparkles',
|
|
390
|
+
'magic-wand-sparkles',
|
|
391
|
+
'e',
|
|
392
|
+
'pen-clip',
|
|
393
|
+
'pen-alt',
|
|
394
|
+
'bridge-circle-exclamation',
|
|
395
|
+
'user',
|
|
396
|
+
'school-circle-check',
|
|
397
|
+
'dumpster',
|
|
398
|
+
'van-shuttle',
|
|
399
|
+
'shuttle-van',
|
|
400
|
+
'building-user',
|
|
401
|
+
'square-caret-left',
|
|
402
|
+
'caret-square-left',
|
|
403
|
+
'highlighter',
|
|
404
|
+
'key',
|
|
405
|
+
'bullhorn',
|
|
406
|
+
'globe',
|
|
407
|
+
'synagogue',
|
|
408
|
+
'person-half-dress',
|
|
409
|
+
'road-bridge',
|
|
410
|
+
'location-arrow',
|
|
411
|
+
'c',
|
|
412
|
+
'tablet-button',
|
|
413
|
+
'building-lock',
|
|
414
|
+
'pizza-slice',
|
|
415
|
+
'money-bill-wave',
|
|
416
|
+
'chart-area',
|
|
417
|
+
'area-chart',
|
|
418
|
+
'house-flag',
|
|
419
|
+
'person-circle-minus',
|
|
420
|
+
'ban',
|
|
421
|
+
'cancel',
|
|
422
|
+
'camera-rotate',
|
|
423
|
+
'spray-can-sparkles',
|
|
424
|
+
'air-freshener',
|
|
425
|
+
'star',
|
|
426
|
+
'repeat',
|
|
427
|
+
'cross',
|
|
428
|
+
'box',
|
|
429
|
+
'venus-mars',
|
|
430
|
+
'arrow-pointer',
|
|
431
|
+
'mouse-pointer',
|
|
432
|
+
'maximize',
|
|
433
|
+
'expand-arrows-alt',
|
|
434
|
+
'charging-station',
|
|
435
|
+
'shapes',
|
|
436
|
+
'triangle-circle-square',
|
|
437
|
+
'shuffle',
|
|
438
|
+
'random',
|
|
439
|
+
'person-running',
|
|
440
|
+
'running',
|
|
441
|
+
'mobile-retro',
|
|
442
|
+
'grip-lines-vertical',
|
|
443
|
+
'spider',
|
|
444
|
+
'hands-bound',
|
|
445
|
+
'file-invoice-dollar',
|
|
446
|
+
'plane-circle-exclamation',
|
|
447
|
+
'x-ray',
|
|
448
|
+
'spell-check',
|
|
449
|
+
'slash',
|
|
450
|
+
'computer-mouse',
|
|
451
|
+
'mouse',
|
|
452
|
+
'arrow-right-to-bracket',
|
|
453
|
+
'sign-in',
|
|
454
|
+
'shop-slash',
|
|
455
|
+
'store-alt-slash',
|
|
456
|
+
'server',
|
|
457
|
+
'virus-covid-slash',
|
|
458
|
+
'shop-lock',
|
|
459
|
+
'hourglass-start',
|
|
460
|
+
'hourglass-1',
|
|
461
|
+
'blender-phone',
|
|
462
|
+
'building-wheat',
|
|
463
|
+
'person-breastfeeding',
|
|
464
|
+
'right-to-bracket',
|
|
465
|
+
'sign-in-alt',
|
|
466
|
+
'venus',
|
|
467
|
+
'passport',
|
|
468
|
+
'thumbtack-slash',
|
|
469
|
+
'thumb-tack-slash',
|
|
470
|
+
'heart-pulse',
|
|
471
|
+
'heartbeat',
|
|
472
|
+
'people-carry-box',
|
|
473
|
+
'people-carry',
|
|
474
|
+
'temperature-high',
|
|
475
|
+
'microchip',
|
|
476
|
+
'crown',
|
|
477
|
+
'weight-hanging',
|
|
478
|
+
'xmarks-lines',
|
|
479
|
+
'file-prescription',
|
|
480
|
+
'weight-scale',
|
|
481
|
+
'weight',
|
|
482
|
+
'user-group',
|
|
483
|
+
'user-friends',
|
|
484
|
+
'arrow-up-a-z',
|
|
485
|
+
'sort-alpha-up',
|
|
486
|
+
'chess-knight',
|
|
487
|
+
'face-laugh-squint',
|
|
488
|
+
'laugh-squint',
|
|
489
|
+
'wheelchair',
|
|
490
|
+
'circle-arrow-up',
|
|
491
|
+
'arrow-circle-up',
|
|
492
|
+
'toggle-on',
|
|
493
|
+
'person-walking',
|
|
494
|
+
'walking',
|
|
495
|
+
'l',
|
|
496
|
+
'fire',
|
|
497
|
+
'bed-pulse',
|
|
498
|
+
'procedures',
|
|
499
|
+
'shuttle-space',
|
|
500
|
+
'space-shuttle',
|
|
501
|
+
'face-laugh',
|
|
502
|
+
'laugh',
|
|
503
|
+
'folder-open',
|
|
504
|
+
'heart-circle-plus',
|
|
505
|
+
'code-fork',
|
|
506
|
+
'city',
|
|
507
|
+
'microphone-lines',
|
|
508
|
+
'microphone-alt',
|
|
509
|
+
'pepper-hot',
|
|
510
|
+
'unlock',
|
|
511
|
+
'colon-sign',
|
|
512
|
+
'headset',
|
|
513
|
+
'store-slash',
|
|
514
|
+
'road-circle-xmark',
|
|
515
|
+
'user-minus',
|
|
516
|
+
'mars-stroke-up',
|
|
517
|
+
'mars-stroke-v',
|
|
518
|
+
'champagne-glasses',
|
|
519
|
+
'glass-cheers',
|
|
520
|
+
'clipboard',
|
|
521
|
+
'house-circle-exclamation',
|
|
522
|
+
'file-arrow-up',
|
|
523
|
+
'file-upload',
|
|
524
|
+
'wifi',
|
|
525
|
+
'wifi-3',
|
|
526
|
+
'wifi-strong',
|
|
527
|
+
'bath',
|
|
528
|
+
'bathtub',
|
|
529
|
+
'underline',
|
|
530
|
+
'user-pen',
|
|
531
|
+
'user-edit',
|
|
532
|
+
'signature',
|
|
533
|
+
'stroopwafel',
|
|
534
|
+
'bold',
|
|
535
|
+
'anchor-lock',
|
|
536
|
+
'building-ngo',
|
|
537
|
+
'manat-sign',
|
|
538
|
+
'not-equal',
|
|
539
|
+
'border-top-left',
|
|
540
|
+
'border-style',
|
|
541
|
+
'map-location-dot',
|
|
542
|
+
'map-marked-alt',
|
|
543
|
+
'jedi',
|
|
544
|
+
'square-poll-vertical',
|
|
545
|
+
'poll',
|
|
546
|
+
'mug-hot',
|
|
547
|
+
'car-battery',
|
|
548
|
+
'battery-car',
|
|
549
|
+
'gift',
|
|
550
|
+
'dice-two',
|
|
551
|
+
'chess-queen',
|
|
552
|
+
'glasses',
|
|
553
|
+
'chess-board',
|
|
554
|
+
'building-circle-check',
|
|
555
|
+
'person-chalkboard',
|
|
556
|
+
'mars-stroke-right',
|
|
557
|
+
'mars-stroke-h',
|
|
558
|
+
'hand-back-fist',
|
|
559
|
+
'hand-rock',
|
|
560
|
+
'square-caret-up',
|
|
561
|
+
'caret-square-up',
|
|
562
|
+
'cloud-showers-water',
|
|
563
|
+
'chart-bar',
|
|
564
|
+
'bar-chart',
|
|
565
|
+
'hands-bubbles',
|
|
566
|
+
'hands-wash',
|
|
567
|
+
'less-than-equal',
|
|
568
|
+
'train',
|
|
569
|
+
'eye-low-vision',
|
|
570
|
+
'low-vision',
|
|
571
|
+
'crow',
|
|
572
|
+
'sailboat',
|
|
573
|
+
'window-restore',
|
|
574
|
+
'square-plus',
|
|
575
|
+
'plus-square',
|
|
576
|
+
'torii-gate',
|
|
577
|
+
'frog',
|
|
578
|
+
'bucket',
|
|
579
|
+
'image',
|
|
580
|
+
'microphone',
|
|
581
|
+
'cow',
|
|
582
|
+
'caret-up',
|
|
583
|
+
'screwdriver',
|
|
584
|
+
'folder-closed',
|
|
585
|
+
'house-tsunami',
|
|
586
|
+
'square-nfi',
|
|
587
|
+
'arrow-up-from-ground-water',
|
|
588
|
+
'martini-glass',
|
|
589
|
+
'glass-martini-alt',
|
|
590
|
+
'rotate-left',
|
|
591
|
+
'rotate-back',
|
|
592
|
+
'rotate-backward',
|
|
593
|
+
'undo-alt',
|
|
594
|
+
'table-columns',
|
|
595
|
+
'columns',
|
|
596
|
+
'lemon',
|
|
597
|
+
'head-side-mask',
|
|
598
|
+
'handshake',
|
|
599
|
+
'gem',
|
|
600
|
+
'dolly',
|
|
601
|
+
'dolly-box',
|
|
602
|
+
'smoking',
|
|
603
|
+
'minimize',
|
|
604
|
+
'compress-arrows-alt',
|
|
605
|
+
'monument',
|
|
606
|
+
'snowplow',
|
|
607
|
+
'angles-right',
|
|
608
|
+
'angle-double-right',
|
|
609
|
+
'cannabis',
|
|
610
|
+
'circle-play',
|
|
611
|
+
'play-circle',
|
|
612
|
+
'tablets',
|
|
613
|
+
'ethernet',
|
|
614
|
+
'euro-sign',
|
|
615
|
+
'eur',
|
|
616
|
+
'euro',
|
|
617
|
+
'chair',
|
|
618
|
+
'circle-check',
|
|
619
|
+
'check-circle',
|
|
620
|
+
'circle-stop',
|
|
621
|
+
'stop-circle',
|
|
622
|
+
'compass-drafting',
|
|
623
|
+
'drafting-compass',
|
|
624
|
+
'plate-wheat',
|
|
625
|
+
'icicles',
|
|
626
|
+
'person-shelter',
|
|
627
|
+
'neuter',
|
|
628
|
+
'id-badge',
|
|
629
|
+
'marker',
|
|
630
|
+
'face-laugh-beam',
|
|
631
|
+
'laugh-beam',
|
|
632
|
+
'helicopter-symbol',
|
|
633
|
+
'universal-access',
|
|
634
|
+
'circle-chevron-up',
|
|
635
|
+
'chevron-circle-up',
|
|
636
|
+
'lari-sign',
|
|
637
|
+
'volcano',
|
|
638
|
+
'person-walking-dashed-line-arrow-right',
|
|
639
|
+
'sterling-sign',
|
|
640
|
+
'gbp',
|
|
641
|
+
'pound-sign',
|
|
642
|
+
'viruses',
|
|
643
|
+
'square-person-confined',
|
|
644
|
+
'user-tie',
|
|
645
|
+
'arrow-down-long',
|
|
646
|
+
'long-arrow-down',
|
|
647
|
+
'tent-arrow-down-to-line',
|
|
648
|
+
'certificate',
|
|
649
|
+
'reply-all',
|
|
650
|
+
'mail-reply-all',
|
|
651
|
+
'suitcase',
|
|
652
|
+
'person-skating',
|
|
653
|
+
'skating',
|
|
654
|
+
'filter-circle-dollar',
|
|
655
|
+
'funnel-dollar',
|
|
656
|
+
'camera-retro',
|
|
657
|
+
'circle-arrow-down',
|
|
658
|
+
'arrow-circle-down',
|
|
659
|
+
'file-import',
|
|
660
|
+
'arrow-right-to-file',
|
|
661
|
+
'square-arrow-up-right',
|
|
662
|
+
'external-link-square',
|
|
663
|
+
'box-open',
|
|
664
|
+
'scroll',
|
|
665
|
+
'spa',
|
|
666
|
+
'location-pin-lock',
|
|
667
|
+
'pause',
|
|
668
|
+
'hill-avalanche',
|
|
669
|
+
'temperature-empty',
|
|
670
|
+
'temperature-0',
|
|
671
|
+
'thermometer-0',
|
|
672
|
+
'thermometer-empty',
|
|
673
|
+
'bomb',
|
|
674
|
+
'registered',
|
|
675
|
+
'address-card',
|
|
676
|
+
'contact-card',
|
|
677
|
+
'vcard',
|
|
678
|
+
'scale-unbalanced-flip',
|
|
679
|
+
'balance-scale-right',
|
|
680
|
+
'subscript',
|
|
681
|
+
'diamond-turn-right',
|
|
682
|
+
'directions',
|
|
683
|
+
'burst',
|
|
684
|
+
'house-laptop',
|
|
685
|
+
'laptop-house',
|
|
686
|
+
'face-tired',
|
|
687
|
+
'tired',
|
|
688
|
+
'money-bills',
|
|
689
|
+
'smog',
|
|
690
|
+
'crutch',
|
|
691
|
+
'cloud-arrow-up',
|
|
692
|
+
'cloud-upload',
|
|
693
|
+
'cloud-upload-alt',
|
|
694
|
+
'palette',
|
|
695
|
+
'arrows-turn-right',
|
|
696
|
+
'vest',
|
|
697
|
+
'ferry',
|
|
698
|
+
'arrows-down-to-people',
|
|
699
|
+
'seedling',
|
|
700
|
+
'sprout',
|
|
701
|
+
'left-right',
|
|
702
|
+
'arrows-alt-h',
|
|
703
|
+
'boxes-packing',
|
|
704
|
+
'circle-arrow-left',
|
|
705
|
+
'arrow-circle-left',
|
|
706
|
+
'group-arrows-rotate',
|
|
707
|
+
'bowl-food',
|
|
708
|
+
'candy-cane',
|
|
709
|
+
'arrow-down-wide-short',
|
|
710
|
+
'sort-amount-asc',
|
|
711
|
+
'sort-amount-down',
|
|
712
|
+
'cloud-bolt',
|
|
713
|
+
'thunderstorm',
|
|
714
|
+
'text-slash',
|
|
715
|
+
'remove-format',
|
|
716
|
+
'face-smile-wink',
|
|
717
|
+
'smile-wink',
|
|
718
|
+
'file-word',
|
|
719
|
+
'file-powerpoint',
|
|
720
|
+
'arrows-left-right',
|
|
721
|
+
'arrows-h',
|
|
722
|
+
'house-lock',
|
|
723
|
+
'cloud-arrow-down',
|
|
724
|
+
'cloud-download',
|
|
725
|
+
'cloud-download-alt',
|
|
726
|
+
'children',
|
|
727
|
+
'chalkboard',
|
|
728
|
+
'blackboard',
|
|
729
|
+
'user-large-slash',
|
|
730
|
+
'user-alt-slash',
|
|
731
|
+
'envelope-open',
|
|
732
|
+
'handshake-simple-slash',
|
|
733
|
+
'handshake-alt-slash',
|
|
734
|
+
'mattress-pillow',
|
|
735
|
+
'guarani-sign',
|
|
736
|
+
'arrows-rotate',
|
|
737
|
+
'refresh',
|
|
738
|
+
'sync',
|
|
739
|
+
'fire-extinguisher',
|
|
740
|
+
'cruzeiro-sign',
|
|
741
|
+
'greater-than-equal',
|
|
742
|
+
'shield-halved',
|
|
743
|
+
'shield-alt',
|
|
744
|
+
'book-atlas',
|
|
745
|
+
'atlas',
|
|
746
|
+
'virus',
|
|
747
|
+
'envelope-circle-check',
|
|
748
|
+
'layer-group',
|
|
749
|
+
'arrows-to-dot',
|
|
750
|
+
'archway',
|
|
751
|
+
'heart-circle-check',
|
|
752
|
+
'house-chimney-crack',
|
|
753
|
+
'house-damage',
|
|
754
|
+
'file-zipper',
|
|
755
|
+
'file-archive',
|
|
756
|
+
'square',
|
|
757
|
+
'martini-glass-empty',
|
|
758
|
+
'glass-martini',
|
|
759
|
+
'couch',
|
|
760
|
+
'cedi-sign',
|
|
761
|
+
'italic',
|
|
762
|
+
'table-cells-column-lock',
|
|
763
|
+
'church',
|
|
764
|
+
'comments-dollar',
|
|
765
|
+
'democrat',
|
|
766
|
+
'z',
|
|
767
|
+
'person-skiing',
|
|
768
|
+
'skiing',
|
|
769
|
+
'road-lock',
|
|
770
|
+
'a',
|
|
771
|
+
'temperature-arrow-down',
|
|
772
|
+
'temperature-down',
|
|
773
|
+
'feather-pointed',
|
|
774
|
+
'feather-alt',
|
|
775
|
+
'p',
|
|
776
|
+
'snowflake',
|
|
777
|
+
'newspaper',
|
|
778
|
+
'rectangle-ad',
|
|
779
|
+
'ad',
|
|
780
|
+
'circle-arrow-right',
|
|
781
|
+
'arrow-circle-right',
|
|
782
|
+
'filter-circle-xmark',
|
|
783
|
+
'locust',
|
|
784
|
+
'sort',
|
|
785
|
+
'unsorted',
|
|
786
|
+
'list-ol',
|
|
787
|
+
'list-1-2',
|
|
788
|
+
'list-numeric',
|
|
789
|
+
'person-dress-burst',
|
|
790
|
+
'money-check-dollar',
|
|
791
|
+
'money-check-alt',
|
|
792
|
+
'vector-square',
|
|
793
|
+
'bread-slice',
|
|
794
|
+
'language',
|
|
795
|
+
'face-kiss-wink-heart',
|
|
796
|
+
'kiss-wink-heart',
|
|
797
|
+
'filter',
|
|
798
|
+
'question',
|
|
799
|
+
'file-signature',
|
|
800
|
+
'up-down-left-right',
|
|
801
|
+
'arrows-alt',
|
|
802
|
+
'house-chimney-user',
|
|
803
|
+
'hand-holding-heart',
|
|
804
|
+
'puzzle-piece',
|
|
805
|
+
'money-check',
|
|
806
|
+
'star-half-stroke',
|
|
807
|
+
'star-half-alt',
|
|
808
|
+
'code',
|
|
809
|
+
'whiskey-glass',
|
|
810
|
+
'glass-whiskey',
|
|
811
|
+
'building-circle-exclamation',
|
|
812
|
+
'magnifying-glass-chart',
|
|
813
|
+
'arrow-up-right-from-square',
|
|
814
|
+
'external-link',
|
|
815
|
+
'cubes-stacked',
|
|
816
|
+
'won-sign',
|
|
817
|
+
'krw',
|
|
818
|
+
'won',
|
|
819
|
+
'virus-covid',
|
|
820
|
+
'austral-sign',
|
|
821
|
+
'f',
|
|
822
|
+
'leaf',
|
|
823
|
+
'road',
|
|
824
|
+
'taxi',
|
|
825
|
+
'cab',
|
|
826
|
+
'person-circle-plus',
|
|
827
|
+
'chart-pie',
|
|
828
|
+
'pie-chart',
|
|
829
|
+
'bolt-lightning',
|
|
830
|
+
'sack-xmark',
|
|
831
|
+
'file-excel',
|
|
832
|
+
'file-contract',
|
|
833
|
+
'fish-fins',
|
|
834
|
+
'building-flag',
|
|
835
|
+
'face-grin-beam',
|
|
836
|
+
'grin-beam',
|
|
837
|
+
'object-ungroup',
|
|
838
|
+
'poop',
|
|
839
|
+
'location-pin',
|
|
840
|
+
'map-marker',
|
|
841
|
+
'kaaba',
|
|
842
|
+
'toilet-paper',
|
|
843
|
+
'helmet-safety',
|
|
844
|
+
'hard-hat',
|
|
845
|
+
'hat-hard',
|
|
846
|
+
'eject',
|
|
847
|
+
'circle-right',
|
|
848
|
+
'arrow-alt-circle-right',
|
|
849
|
+
'plane-circle-check',
|
|
850
|
+
'face-rolling-eyes',
|
|
851
|
+
'meh-rolling-eyes',
|
|
852
|
+
'object-group',
|
|
853
|
+
'chart-line',
|
|
854
|
+
'line-chart',
|
|
855
|
+
'mask-ventilator',
|
|
856
|
+
'arrow-right',
|
|
857
|
+
'signs-post',
|
|
858
|
+
'map-signs',
|
|
859
|
+
'cash-register',
|
|
860
|
+
'person-circle-question',
|
|
861
|
+
'h',
|
|
862
|
+
'tarp',
|
|
863
|
+
'screwdriver-wrench',
|
|
864
|
+
'tools',
|
|
865
|
+
'arrows-to-eye',
|
|
866
|
+
'plug-circle-bolt',
|
|
867
|
+
'heart',
|
|
868
|
+
'mars-and-venus',
|
|
869
|
+
'house-user',
|
|
870
|
+
'home-user',
|
|
871
|
+
'dumpster-fire',
|
|
872
|
+
'house-crack',
|
|
873
|
+
'martini-glass-citrus',
|
|
874
|
+
'cocktail',
|
|
875
|
+
'face-surprise',
|
|
876
|
+
'surprise',
|
|
877
|
+
'bottle-water',
|
|
878
|
+
'circle-pause',
|
|
879
|
+
'pause-circle',
|
|
880
|
+
'toilet-paper-slash',
|
|
881
|
+
'apple-whole',
|
|
882
|
+
'apple-alt',
|
|
883
|
+
'kitchen-set',
|
|
884
|
+
'r',
|
|
885
|
+
'temperature-quarter',
|
|
886
|
+
'temperature-1',
|
|
887
|
+
'thermometer-1',
|
|
888
|
+
'thermometer-quarter',
|
|
889
|
+
'cube',
|
|
890
|
+
'bitcoin-sign',
|
|
891
|
+
'shield-dog',
|
|
892
|
+
'solar-panel',
|
|
893
|
+
'lock-open',
|
|
894
|
+
'elevator',
|
|
895
|
+
'money-bill-transfer',
|
|
896
|
+
'money-bill-trend-up',
|
|
897
|
+
'house-flood-water-circle-arrow-right',
|
|
898
|
+
'square-poll-horizontal',
|
|
899
|
+
'poll-h',
|
|
900
|
+
'circle',
|
|
901
|
+
'backward-fast',
|
|
902
|
+
'fast-backward',
|
|
903
|
+
'recycle',
|
|
904
|
+
'user-astronaut',
|
|
905
|
+
'plane-slash',
|
|
906
|
+
'trademark',
|
|
907
|
+
'basketball',
|
|
908
|
+
'basketball-ball',
|
|
909
|
+
'satellite-dish',
|
|
910
|
+
'circle-up',
|
|
911
|
+
'arrow-alt-circle-up',
|
|
912
|
+
'mobile-screen-button',
|
|
913
|
+
'mobile-alt',
|
|
914
|
+
'volume-high',
|
|
915
|
+
'volume-up',
|
|
916
|
+
'users-rays',
|
|
917
|
+
'wallet',
|
|
918
|
+
'clipboard-check',
|
|
919
|
+
'file-audio',
|
|
920
|
+
'burger',
|
|
921
|
+
'hamburger',
|
|
922
|
+
'wrench',
|
|
923
|
+
'bugs',
|
|
924
|
+
'rupee-sign',
|
|
925
|
+
'rupee',
|
|
926
|
+
'file-image',
|
|
927
|
+
'circle-question',
|
|
928
|
+
'question-circle',
|
|
929
|
+
'plane-departure',
|
|
930
|
+
'handshake-slash',
|
|
931
|
+
'book-bookmark',
|
|
932
|
+
'code-branch',
|
|
933
|
+
'hat-cowboy',
|
|
934
|
+
'bridge',
|
|
935
|
+
'phone-flip',
|
|
936
|
+
'phone-alt',
|
|
937
|
+
'truck-front',
|
|
938
|
+
'cat',
|
|
939
|
+
'anchor-circle-exclamation',
|
|
940
|
+
'truck-field',
|
|
941
|
+
'route',
|
|
942
|
+
'clipboard-question',
|
|
943
|
+
'panorama',
|
|
944
|
+
'comment-medical',
|
|
945
|
+
'teeth-open',
|
|
946
|
+
'file-circle-minus',
|
|
947
|
+
'tags',
|
|
948
|
+
'wine-glass',
|
|
949
|
+
'forward-fast',
|
|
950
|
+
'fast-forward',
|
|
951
|
+
'face-meh-blank',
|
|
952
|
+
'meh-blank',
|
|
953
|
+
'square-parking',
|
|
954
|
+
'parking',
|
|
955
|
+
'house-signal',
|
|
956
|
+
'bars-progress',
|
|
957
|
+
'tasks-alt',
|
|
958
|
+
'faucet-drip',
|
|
959
|
+
'cart-flatbed',
|
|
960
|
+
'dolly-flatbed',
|
|
961
|
+
'ban-smoking',
|
|
962
|
+
'smoking-ban',
|
|
963
|
+
'terminal',
|
|
964
|
+
'mobile-button',
|
|
965
|
+
'house-medical-flag',
|
|
966
|
+
'basket-shopping',
|
|
967
|
+
'shopping-basket',
|
|
968
|
+
'tape',
|
|
969
|
+
'bus-simple',
|
|
970
|
+
'bus-alt',
|
|
971
|
+
'eye',
|
|
972
|
+
'face-sad-cry',
|
|
973
|
+
'sad-cry',
|
|
974
|
+
'audio-description',
|
|
975
|
+
'person-military-to-person',
|
|
976
|
+
'file-shield',
|
|
977
|
+
'user-slash',
|
|
978
|
+
'pen',
|
|
979
|
+
'tower-observation',
|
|
980
|
+
'file-code',
|
|
981
|
+
'signal',
|
|
982
|
+
'signal-5',
|
|
983
|
+
'signal-perfect',
|
|
984
|
+
'bus',
|
|
985
|
+
'heart-circle-xmark',
|
|
986
|
+
'house-chimney',
|
|
987
|
+
'home-lg',
|
|
988
|
+
'window-maximize',
|
|
989
|
+
'face-frown',
|
|
990
|
+
'frown',
|
|
991
|
+
'prescription',
|
|
992
|
+
'shop',
|
|
993
|
+
'store-alt',
|
|
994
|
+
'floppy-disk',
|
|
995
|
+
'save',
|
|
996
|
+
'vihara',
|
|
997
|
+
'scale-unbalanced',
|
|
998
|
+
'balance-scale-left',
|
|
999
|
+
'sort-up',
|
|
1000
|
+
'sort-asc',
|
|
1001
|
+
'comment-dots',
|
|
1002
|
+
'commenting',
|
|
1003
|
+
'plant-wilt',
|
|
1004
|
+
'diamond',
|
|
1005
|
+
'face-grin-squint',
|
|
1006
|
+
'grin-squint',
|
|
1007
|
+
'hand-holding-dollar',
|
|
1008
|
+
'hand-holding-usd',
|
|
1009
|
+
'bacterium',
|
|
1010
|
+
'hand-pointer',
|
|
1011
|
+
'drum-steelpan',
|
|
1012
|
+
'hand-scissors',
|
|
1013
|
+
'hands-praying',
|
|
1014
|
+
'praying-hands',
|
|
1015
|
+
'arrow-rotate-right',
|
|
1016
|
+
'arrow-right-rotate',
|
|
1017
|
+
'arrow-rotate-forward',
|
|
1018
|
+
'redo',
|
|
1019
|
+
'biohazard',
|
|
1020
|
+
'location-crosshairs',
|
|
1021
|
+
'location',
|
|
1022
|
+
'mars-double',
|
|
1023
|
+
'child-dress',
|
|
1024
|
+
'users-between-lines',
|
|
1025
|
+
'lungs-virus',
|
|
1026
|
+
'face-grin-tears',
|
|
1027
|
+
'grin-tears',
|
|
1028
|
+
'phone',
|
|
1029
|
+
'calendar-xmark',
|
|
1030
|
+
'calendar-times',
|
|
1031
|
+
'child-reaching',
|
|
1032
|
+
'head-side-virus',
|
|
1033
|
+
'user-gear',
|
|
1034
|
+
'user-cog',
|
|
1035
|
+
'arrow-up-1-9',
|
|
1036
|
+
'sort-numeric-up',
|
|
1037
|
+
'door-closed',
|
|
1038
|
+
'shield-virus',
|
|
1039
|
+
'dice-six',
|
|
1040
|
+
'mosquito-net',
|
|
1041
|
+
'bridge-water',
|
|
1042
|
+
'person-booth',
|
|
1043
|
+
'text-width',
|
|
1044
|
+
'hat-wizard',
|
|
1045
|
+
'pen-fancy',
|
|
1046
|
+
'person-digging',
|
|
1047
|
+
'digging',
|
|
1048
|
+
'trash',
|
|
1049
|
+
'gauge-simple',
|
|
1050
|
+
'gauge-simple-med',
|
|
1051
|
+
'tachometer-average',
|
|
1052
|
+
'book-medical',
|
|
1053
|
+
'poo',
|
|
1054
|
+
'quote-right',
|
|
1055
|
+
'quote-right-alt',
|
|
1056
|
+
'shirt',
|
|
1057
|
+
't-shirt',
|
|
1058
|
+
'tshirt',
|
|
1059
|
+
'cubes',
|
|
1060
|
+
'divide',
|
|
1061
|
+
'tenge-sign',
|
|
1062
|
+
'tenge',
|
|
1063
|
+
'headphones',
|
|
1064
|
+
'hands-holding',
|
|
1065
|
+
'hands-clapping',
|
|
1066
|
+
'republican',
|
|
1067
|
+
'arrow-left',
|
|
1068
|
+
'person-circle-xmark',
|
|
1069
|
+
'ruler',
|
|
1070
|
+
'align-left',
|
|
1071
|
+
'dice-d6',
|
|
1072
|
+
'restroom',
|
|
1073
|
+
'j',
|
|
1074
|
+
'users-viewfinder',
|
|
1075
|
+
'file-video',
|
|
1076
|
+
'up-right-from-square',
|
|
1077
|
+
'external-link-alt',
|
|
1078
|
+
'table-cells',
|
|
1079
|
+
'th',
|
|
1080
|
+
'file-pdf',
|
|
1081
|
+
'book-bible',
|
|
1082
|
+
'bible',
|
|
1083
|
+
'o',
|
|
1084
|
+
'suitcase-medical',
|
|
1085
|
+
'medkit',
|
|
1086
|
+
'user-secret',
|
|
1087
|
+
'otter',
|
|
1088
|
+
'person-dress',
|
|
1089
|
+
'female',
|
|
1090
|
+
'comment-dollar',
|
|
1091
|
+
'business-time',
|
|
1092
|
+
'briefcase-clock',
|
|
1093
|
+
'table-cells-large',
|
|
1094
|
+
'th-large',
|
|
1095
|
+
'book-tanakh',
|
|
1096
|
+
'tanakh',
|
|
1097
|
+
'phone-volume',
|
|
1098
|
+
'volume-control-phone',
|
|
1099
|
+
'hat-cowboy-side',
|
|
1100
|
+
'clipboard-user',
|
|
1101
|
+
'child',
|
|
1102
|
+
'lira-sign',
|
|
1103
|
+
'satellite',
|
|
1104
|
+
'plane-lock',
|
|
1105
|
+
'tag',
|
|
1106
|
+
'comment',
|
|
1107
|
+
'cake-candles',
|
|
1108
|
+
'birthday-cake',
|
|
1109
|
+
'cake',
|
|
1110
|
+
'envelope',
|
|
1111
|
+
'angles-up',
|
|
1112
|
+
'angle-double-up',
|
|
1113
|
+
'paperclip',
|
|
1114
|
+
'arrow-right-to-city',
|
|
1115
|
+
'ribbon',
|
|
1116
|
+
'lungs',
|
|
1117
|
+
'arrow-up-9-1',
|
|
1118
|
+
'sort-numeric-up-alt',
|
|
1119
|
+
'litecoin-sign',
|
|
1120
|
+
'border-none',
|
|
1121
|
+
'circle-nodes',
|
|
1122
|
+
'parachute-box',
|
|
1123
|
+
'indent',
|
|
1124
|
+
'truck-field-un',
|
|
1125
|
+
'hourglass',
|
|
1126
|
+
'hourglass-empty',
|
|
1127
|
+
'mountain',
|
|
1128
|
+
'user-doctor',
|
|
1129
|
+
'user-md',
|
|
1130
|
+
'circle-info',
|
|
1131
|
+
'info-circle',
|
|
1132
|
+
'cloud-meatball',
|
|
1133
|
+
'camera',
|
|
1134
|
+
'camera-alt',
|
|
1135
|
+
'square-virus',
|
|
1136
|
+
'meteor',
|
|
1137
|
+
'car-on',
|
|
1138
|
+
'sleigh',
|
|
1139
|
+
'arrow-down-1-9',
|
|
1140
|
+
'sort-numeric-asc',
|
|
1141
|
+
'sort-numeric-down',
|
|
1142
|
+
'hand-holding-droplet',
|
|
1143
|
+
'hand-holding-water',
|
|
1144
|
+
'water',
|
|
1145
|
+
'calendar-check',
|
|
1146
|
+
'braille',
|
|
1147
|
+
'prescription-bottle-medical',
|
|
1148
|
+
'prescription-bottle-alt',
|
|
1149
|
+
'landmark',
|
|
1150
|
+
'truck',
|
|
1151
|
+
'crosshairs',
|
|
1152
|
+
'person-cane',
|
|
1153
|
+
'tent',
|
|
1154
|
+
'vest-patches',
|
|
1155
|
+
'check-double',
|
|
1156
|
+
'arrow-down-a-z',
|
|
1157
|
+
'sort-alpha-asc',
|
|
1158
|
+
'sort-alpha-down',
|
|
1159
|
+
'money-bill-wheat',
|
|
1160
|
+
'cookie',
|
|
1161
|
+
'arrow-rotate-left',
|
|
1162
|
+
'arrow-left-rotate',
|
|
1163
|
+
'arrow-rotate-back',
|
|
1164
|
+
'arrow-rotate-backward',
|
|
1165
|
+
'undo',
|
|
1166
|
+
'hard-drive',
|
|
1167
|
+
'hdd',
|
|
1168
|
+
'face-grin-squint-tears',
|
|
1169
|
+
'grin-squint-tears',
|
|
1170
|
+
'dumbbell',
|
|
1171
|
+
'rectangle-list',
|
|
1172
|
+
'list-alt',
|
|
1173
|
+
'tarp-droplet',
|
|
1174
|
+
'house-medical-circle-check',
|
|
1175
|
+
'person-skiing-nordic',
|
|
1176
|
+
'skiing-nordic',
|
|
1177
|
+
'calendar-plus',
|
|
1178
|
+
'plane-arrival',
|
|
1179
|
+
'circle-left',
|
|
1180
|
+
'arrow-alt-circle-left',
|
|
1181
|
+
'train-subway',
|
|
1182
|
+
'subway',
|
|
1183
|
+
'chart-gantt',
|
|
1184
|
+
'indian-rupee-sign',
|
|
1185
|
+
'indian-rupee',
|
|
1186
|
+
'inr',
|
|
1187
|
+
'crop-simple',
|
|
1188
|
+
'crop-alt',
|
|
1189
|
+
'money-bill-1',
|
|
1190
|
+
'money-bill-alt',
|
|
1191
|
+
'left-long',
|
|
1192
|
+
'long-arrow-alt-left',
|
|
1193
|
+
'dna',
|
|
1194
|
+
'virus-slash',
|
|
1195
|
+
'minus',
|
|
1196
|
+
'subtract',
|
|
1197
|
+
'chess',
|
|
1198
|
+
'arrow-left-long',
|
|
1199
|
+
'long-arrow-left',
|
|
1200
|
+
'plug-circle-check',
|
|
1201
|
+
'street-view',
|
|
1202
|
+
'franc-sign',
|
|
1203
|
+
'volume-off',
|
|
1204
|
+
'hands-asl-interpreting',
|
|
1205
|
+
'american-sign-language-interpreting',
|
|
1206
|
+
'asl-interpreting',
|
|
1207
|
+
'hands-american-sign-language-interpreting',
|
|
1208
|
+
'gear',
|
|
1209
|
+
'cog',
|
|
1210
|
+
'droplet-slash',
|
|
1211
|
+
'tint-slash',
|
|
1212
|
+
'mosque',
|
|
1213
|
+
'mosquito',
|
|
1214
|
+
'star-of-david',
|
|
1215
|
+
'person-military-rifle',
|
|
1216
|
+
'cart-shopping',
|
|
1217
|
+
'shopping-cart',
|
|
1218
|
+
'vials',
|
|
1219
|
+
'plug-circle-plus',
|
|
1220
|
+
'place-of-worship',
|
|
1221
|
+
'grip-vertical',
|
|
1222
|
+
'arrow-turn-up',
|
|
1223
|
+
'level-up',
|
|
1224
|
+
'u',
|
|
1225
|
+
'square-root-variable',
|
|
1226
|
+
'square-root-alt',
|
|
1227
|
+
'clock',
|
|
1228
|
+
'clock-four',
|
|
1229
|
+
'backward-step',
|
|
1230
|
+
'step-backward',
|
|
1231
|
+
'pallet',
|
|
1232
|
+
'faucet',
|
|
1233
|
+
'baseball-bat-ball',
|
|
1234
|
+
's',
|
|
1235
|
+
'timeline',
|
|
1236
|
+
'keyboard',
|
|
1237
|
+
'caret-down',
|
|
1238
|
+
'house-chimney-medical',
|
|
1239
|
+
'clinic-medical',
|
|
1240
|
+
'temperature-three-quarters',
|
|
1241
|
+
'temperature-3',
|
|
1242
|
+
'thermometer-3',
|
|
1243
|
+
'thermometer-three-quarters',
|
|
1244
|
+
'mobile-screen',
|
|
1245
|
+
'mobile-android-alt',
|
|
1246
|
+
'plane-up',
|
|
1247
|
+
'piggy-bank',
|
|
1248
|
+
'battery-half',
|
|
1249
|
+
'battery-3',
|
|
1250
|
+
'mountain-city',
|
|
1251
|
+
'coins',
|
|
1252
|
+
'khanda',
|
|
1253
|
+
'sliders',
|
|
1254
|
+
'sliders-h',
|
|
1255
|
+
'folder-tree',
|
|
1256
|
+
'network-wired',
|
|
1257
|
+
'map-pin',
|
|
1258
|
+
'hamsa',
|
|
1259
|
+
'cent-sign',
|
|
1260
|
+
'flask',
|
|
1261
|
+
'person-pregnant',
|
|
1262
|
+
'wand-sparkles',
|
|
1263
|
+
'ellipsis-vertical',
|
|
1264
|
+
'ellipsis-v',
|
|
1265
|
+
'ticket',
|
|
1266
|
+
'power-off',
|
|
1267
|
+
'right-long',
|
|
1268
|
+
'long-arrow-alt-right',
|
|
1269
|
+
'flag-usa',
|
|
1270
|
+
'laptop-file',
|
|
1271
|
+
'tty',
|
|
1272
|
+
'teletype',
|
|
1273
|
+
'diagram-next',
|
|
1274
|
+
'person-rifle',
|
|
1275
|
+
'house-medical-circle-exclamation',
|
|
1276
|
+
'closed-captioning',
|
|
1277
|
+
'person-hiking',
|
|
1278
|
+
'hiking',
|
|
1279
|
+
'venus-double',
|
|
1280
|
+
'images',
|
|
1281
|
+
'calculator',
|
|
1282
|
+
'people-pulling',
|
|
1283
|
+
'n',
|
|
1284
|
+
'cable-car',
|
|
1285
|
+
'tram',
|
|
1286
|
+
'cloud-rain',
|
|
1287
|
+
'building-circle-xmark',
|
|
1288
|
+
'ship',
|
|
1289
|
+
'arrows-down-to-line',
|
|
1290
|
+
'download',
|
|
1291
|
+
'face-grin',
|
|
1292
|
+
'grin',
|
|
1293
|
+
'delete-left',
|
|
1294
|
+
'backspace',
|
|
1295
|
+
'eye-dropper',
|
|
1296
|
+
'eye-dropper-empty',
|
|
1297
|
+
'eyedropper',
|
|
1298
|
+
'file-circle-check',
|
|
1299
|
+
'forward',
|
|
1300
|
+
'mobile',
|
|
1301
|
+
'mobile-android',
|
|
1302
|
+
'mobile-phone',
|
|
1303
|
+
'face-meh',
|
|
1304
|
+
'meh',
|
|
1305
|
+
'align-center',
|
|
1306
|
+
'book-skull',
|
|
1307
|
+
'book-dead',
|
|
1308
|
+
'id-card',
|
|
1309
|
+
'drivers-license',
|
|
1310
|
+
'outdent',
|
|
1311
|
+
'dedent',
|
|
1312
|
+
'heart-circle-exclamation',
|
|
1313
|
+
'house',
|
|
1314
|
+
'home',
|
|
1315
|
+
'home-alt',
|
|
1316
|
+
'home-lg-alt',
|
|
1317
|
+
'calendar-week',
|
|
1318
|
+
'laptop-medical',
|
|
1319
|
+
'b',
|
|
1320
|
+
'file-medical',
|
|
1321
|
+
'dice-one',
|
|
1322
|
+
'kiwi-bird',
|
|
1323
|
+
'arrow-right-arrow-left',
|
|
1324
|
+
'exchange',
|
|
1325
|
+
'rotate-right',
|
|
1326
|
+
'redo-alt',
|
|
1327
|
+
'rotate-forward',
|
|
1328
|
+
'utensils',
|
|
1329
|
+
'cutlery',
|
|
1330
|
+
'arrow-up-wide-short',
|
|
1331
|
+
'sort-amount-up',
|
|
1332
|
+
'mill-sign',
|
|
1333
|
+
'bowl-rice',
|
|
1334
|
+
'skull',
|
|
1335
|
+
'tower-broadcast',
|
|
1336
|
+
'broadcast-tower',
|
|
1337
|
+
'truck-pickup',
|
|
1338
|
+
'up-long',
|
|
1339
|
+
'long-arrow-alt-up',
|
|
1340
|
+
'stop',
|
|
1341
|
+
'code-merge',
|
|
1342
|
+
'upload',
|
|
1343
|
+
'hurricane',
|
|
1344
|
+
'mound',
|
|
1345
|
+
'toilet-portable',
|
|
1346
|
+
'compact-disc',
|
|
1347
|
+
'file-arrow-down',
|
|
1348
|
+
'file-download',
|
|
1349
|
+
'caravan',
|
|
1350
|
+
'shield-cat',
|
|
1351
|
+
'bolt',
|
|
1352
|
+
'zap',
|
|
1353
|
+
'glass-water',
|
|
1354
|
+
'oil-well',
|
|
1355
|
+
'vault',
|
|
1356
|
+
'mars',
|
|
1357
|
+
'toilet',
|
|
1358
|
+
'plane-circle-xmark',
|
|
1359
|
+
'yen-sign',
|
|
1360
|
+
'cny',
|
|
1361
|
+
'jpy',
|
|
1362
|
+
'rmb',
|
|
1363
|
+
'yen',
|
|
1364
|
+
'ruble-sign',
|
|
1365
|
+
'rouble',
|
|
1366
|
+
'rub',
|
|
1367
|
+
'ruble',
|
|
1368
|
+
'sun',
|
|
1369
|
+
'guitar',
|
|
1370
|
+
'face-laugh-wink',
|
|
1371
|
+
'laugh-wink',
|
|
1372
|
+
'horse-head',
|
|
1373
|
+
'bore-hole',
|
|
1374
|
+
'industry',
|
|
1375
|
+
'circle-down',
|
|
1376
|
+
'arrow-alt-circle-down',
|
|
1377
|
+
'arrows-turn-to-dots',
|
|
1378
|
+
'florin-sign',
|
|
1379
|
+
'arrow-down-short-wide',
|
|
1380
|
+
'sort-amount-desc',
|
|
1381
|
+
'sort-amount-down-alt',
|
|
1382
|
+
'less-than',
|
|
1383
|
+
'angle-down',
|
|
1384
|
+
'car-tunnel',
|
|
1385
|
+
'head-side-cough',
|
|
1386
|
+
'grip-lines',
|
|
1387
|
+
'thumbs-down',
|
|
1388
|
+
'user-lock',
|
|
1389
|
+
'arrow-right-long',
|
|
1390
|
+
'long-arrow-right',
|
|
1391
|
+
'anchor-circle-xmark',
|
|
1392
|
+
'ellipsis',
|
|
1393
|
+
'ellipsis-h',
|
|
1394
|
+
'chess-pawn',
|
|
1395
|
+
'kit-medical',
|
|
1396
|
+
'first-aid',
|
|
1397
|
+
'person-through-window',
|
|
1398
|
+
'toolbox',
|
|
1399
|
+
'hands-holding-circle',
|
|
1400
|
+
'bug',
|
|
1401
|
+
'credit-card',
|
|
1402
|
+
'credit-card-alt',
|
|
1403
|
+
'car',
|
|
1404
|
+
'automobile',
|
|
1405
|
+
'hand-holding-hand',
|
|
1406
|
+
'book-open-reader',
|
|
1407
|
+
'book-reader',
|
|
1408
|
+
'mountain-sun',
|
|
1409
|
+
'arrows-left-right-to-line',
|
|
1410
|
+
'dice-d20',
|
|
1411
|
+
'truck-droplet',
|
|
1412
|
+
'file-circle-xmark',
|
|
1413
|
+
'temperature-arrow-up',
|
|
1414
|
+
'temperature-up',
|
|
1415
|
+
'medal',
|
|
1416
|
+
'bed',
|
|
1417
|
+
'square-h',
|
|
1418
|
+
'h-square',
|
|
1419
|
+
'podcast',
|
|
1420
|
+
'temperature-full',
|
|
1421
|
+
'temperature-4',
|
|
1422
|
+
'thermometer-4',
|
|
1423
|
+
'thermometer-full',
|
|
1424
|
+
'bell',
|
|
1425
|
+
'superscript',
|
|
1426
|
+
'plug-circle-xmark',
|
|
1427
|
+
'star-of-life',
|
|
1428
|
+
'phone-slash',
|
|
1429
|
+
'paint-roller',
|
|
1430
|
+
'handshake-angle',
|
|
1431
|
+
'hands-helping',
|
|
1432
|
+
'location-dot',
|
|
1433
|
+
'map-marker-alt',
|
|
1434
|
+
'file',
|
|
1435
|
+
'greater-than',
|
|
1436
|
+
'person-swimming',
|
|
1437
|
+
'swimmer',
|
|
1438
|
+
'arrow-down',
|
|
1439
|
+
'droplet',
|
|
1440
|
+
'tint',
|
|
1441
|
+
'eraser',
|
|
1442
|
+
'earth-americas',
|
|
1443
|
+
'earth',
|
|
1444
|
+
'earth-america',
|
|
1445
|
+
'globe-americas',
|
|
1446
|
+
'person-burst',
|
|
1447
|
+
'dove',
|
|
1448
|
+
'battery-empty',
|
|
1449
|
+
'battery-0',
|
|
1450
|
+
'socks',
|
|
1451
|
+
'inbox',
|
|
1452
|
+
'section',
|
|
1453
|
+
'gauge-high',
|
|
1454
|
+
'tachometer-alt',
|
|
1455
|
+
'tachometer-alt-fast',
|
|
1456
|
+
'envelope-open-text',
|
|
1457
|
+
'hospital',
|
|
1458
|
+
'hospital-alt',
|
|
1459
|
+
'hospital-wide',
|
|
1460
|
+
'wine-bottle',
|
|
1461
|
+
'chess-rook',
|
|
1462
|
+
'bars-staggered',
|
|
1463
|
+
'reorder',
|
|
1464
|
+
'stream',
|
|
1465
|
+
'dharmachakra',
|
|
1466
|
+
'hotdog',
|
|
1467
|
+
'person-walking-with-cane',
|
|
1468
|
+
'blind',
|
|
1469
|
+
'drum',
|
|
1470
|
+
'ice-cream',
|
|
1471
|
+
'heart-circle-bolt',
|
|
1472
|
+
'fax',
|
|
1473
|
+
'paragraph',
|
|
1474
|
+
'check-to-slot',
|
|
1475
|
+
'vote-yea',
|
|
1476
|
+
'star-half',
|
|
1477
|
+
'boxes-stacked',
|
|
1478
|
+
'boxes',
|
|
1479
|
+
'boxes-alt',
|
|
1480
|
+
'link',
|
|
1481
|
+
'chain',
|
|
1482
|
+
'ear-listen',
|
|
1483
|
+
'assistive-listening-systems',
|
|
1484
|
+
'tree-city',
|
|
1485
|
+
'play',
|
|
1486
|
+
'font',
|
|
1487
|
+
'table-cells-row-lock',
|
|
1488
|
+
'rupiah-sign',
|
|
1489
|
+
'magnifying-glass',
|
|
1490
|
+
'search',
|
|
1491
|
+
'table-tennis-paddle-ball',
|
|
1492
|
+
'ping-pong-paddle-ball',
|
|
1493
|
+
'table-tennis',
|
|
1494
|
+
'person-dots-from-line',
|
|
1495
|
+
'diagnoses',
|
|
1496
|
+
'trash-can-arrow-up',
|
|
1497
|
+
'trash-restore-alt',
|
|
1498
|
+
'naira-sign',
|
|
1499
|
+
'cart-arrow-down',
|
|
1500
|
+
'walkie-talkie',
|
|
1501
|
+
'file-pen',
|
|
1502
|
+
'file-edit',
|
|
1503
|
+
'receipt',
|
|
1504
|
+
'square-pen',
|
|
1505
|
+
'pen-square',
|
|
1506
|
+
'pencil-square',
|
|
1507
|
+
'suitcase-rolling',
|
|
1508
|
+
'person-circle-exclamation',
|
|
1509
|
+
'chevron-down',
|
|
1510
|
+
'battery-full',
|
|
1511
|
+
'battery',
|
|
1512
|
+
'battery-5',
|
|
1513
|
+
'skull-crossbones',
|
|
1514
|
+
'code-compare',
|
|
1515
|
+
'list-ul',
|
|
1516
|
+
'list-dots',
|
|
1517
|
+
'school-lock',
|
|
1518
|
+
'tower-cell',
|
|
1519
|
+
'down-long',
|
|
1520
|
+
'long-arrow-alt-down',
|
|
1521
|
+
'ranking-star',
|
|
1522
|
+
'chess-king',
|
|
1523
|
+
'person-harassing',
|
|
1524
|
+
'brazilian-real-sign',
|
|
1525
|
+
'landmark-dome',
|
|
1526
|
+
'landmark-alt',
|
|
1527
|
+
'arrow-up',
|
|
1528
|
+
'tv',
|
|
1529
|
+
'television',
|
|
1530
|
+
'tv-alt',
|
|
1531
|
+
'shrimp',
|
|
1532
|
+
'list-check',
|
|
1533
|
+
'tasks',
|
|
1534
|
+
'jug-detergent',
|
|
1535
|
+
'circle-user',
|
|
1536
|
+
'user-circle',
|
|
1537
|
+
'user-shield',
|
|
1538
|
+
'wind',
|
|
1539
|
+
'car-burst',
|
|
1540
|
+
'car-crash',
|
|
1541
|
+
'y',
|
|
1542
|
+
'person-snowboarding',
|
|
1543
|
+
'snowboarding',
|
|
1544
|
+
'truck-fast',
|
|
1545
|
+
'shipping-fast',
|
|
1546
|
+
'fish',
|
|
1547
|
+
'user-graduate',
|
|
1548
|
+
'circle-half-stroke',
|
|
1549
|
+
'adjust',
|
|
1550
|
+
'clapperboard',
|
|
1551
|
+
'circle-radiation',
|
|
1552
|
+
'radiation-alt',
|
|
1553
|
+
'baseball',
|
|
1554
|
+
'baseball-ball',
|
|
1555
|
+
'jet-fighter-up',
|
|
1556
|
+
'diagram-project',
|
|
1557
|
+
'project-diagram',
|
|
1558
|
+
'copy',
|
|
1559
|
+
'volume-xmark',
|
|
1560
|
+
'volume-mute',
|
|
1561
|
+
'volume-times',
|
|
1562
|
+
'hand-sparkles',
|
|
1563
|
+
'grip',
|
|
1564
|
+
'grip-horizontal',
|
|
1565
|
+
'share-from-square',
|
|
1566
|
+
'share-square',
|
|
1567
|
+
'child-combatant',
|
|
1568
|
+
'child-rifle',
|
|
1569
|
+
'gun',
|
|
1570
|
+
'square-phone',
|
|
1571
|
+
'phone-square',
|
|
1572
|
+
'plus',
|
|
1573
|
+
'add',
|
|
1574
|
+
'expand',
|
|
1575
|
+
'computer',
|
|
1576
|
+
'xmark',
|
|
1577
|
+
'close',
|
|
1578
|
+
'multiply',
|
|
1579
|
+
'remove',
|
|
1580
|
+
'times',
|
|
1581
|
+
'arrows-up-down-left-right',
|
|
1582
|
+
'arrows',
|
|
1583
|
+
'chalkboard-user',
|
|
1584
|
+
'chalkboard-teacher',
|
|
1585
|
+
'peso-sign',
|
|
1586
|
+
'building-shield',
|
|
1587
|
+
'baby',
|
|
1588
|
+
'users-line',
|
|
1589
|
+
'quote-left',
|
|
1590
|
+
'quote-left-alt',
|
|
1591
|
+
'tractor',
|
|
1592
|
+
'trash-arrow-up',
|
|
1593
|
+
'trash-restore',
|
|
1594
|
+
'arrow-down-up-lock',
|
|
1595
|
+
'lines-leaning',
|
|
1596
|
+
'ruler-combined',
|
|
1597
|
+
'copyright',
|
|
1598
|
+
'equals',
|
|
1599
|
+
'blender',
|
|
1600
|
+
'teeth',
|
|
1601
|
+
'shekel-sign',
|
|
1602
|
+
'ils',
|
|
1603
|
+
'shekel',
|
|
1604
|
+
'sheqel',
|
|
1605
|
+
'sheqel-sign',
|
|
1606
|
+
'map',
|
|
1607
|
+
'rocket',
|
|
1608
|
+
'photo-film',
|
|
1609
|
+
'photo-video',
|
|
1610
|
+
'folder-minus',
|
|
1611
|
+
'store',
|
|
1612
|
+
'arrow-trend-up',
|
|
1613
|
+
'plug-circle-minus',
|
|
1614
|
+
'sign-hanging',
|
|
1615
|
+
'sign',
|
|
1616
|
+
'bezier-curve',
|
|
1617
|
+
'bell-slash',
|
|
1618
|
+
'tablet',
|
|
1619
|
+
'tablet-android',
|
|
1620
|
+
'school-flag',
|
|
1621
|
+
'fill',
|
|
1622
|
+
'angle-up',
|
|
1623
|
+
'drumstick-bite',
|
|
1624
|
+
'holly-berry',
|
|
1625
|
+
'chevron-left',
|
|
1626
|
+
'bacteria',
|
|
1627
|
+
'hand-lizard',
|
|
1628
|
+
'notdef',
|
|
1629
|
+
'disease',
|
|
1630
|
+
'briefcase-medical',
|
|
1631
|
+
'genderless',
|
|
1632
|
+
'chevron-right',
|
|
1633
|
+
'retweet',
|
|
1634
|
+
'car-rear',
|
|
1635
|
+
'car-alt',
|
|
1636
|
+
'pump-soap',
|
|
1637
|
+
'video-slash',
|
|
1638
|
+
'battery-quarter',
|
|
1639
|
+
'battery-2',
|
|
1640
|
+
'radio',
|
|
1641
|
+
'baby-carriage',
|
|
1642
|
+
'carriage-baby',
|
|
1643
|
+
'traffic-light',
|
|
1644
|
+
'thermometer',
|
|
1645
|
+
'vr-cardboard',
|
|
1646
|
+
'hand-middle-finger',
|
|
1647
|
+
'percent',
|
|
1648
|
+
'percentage',
|
|
1649
|
+
'truck-moving',
|
|
1650
|
+
'glass-water-droplet',
|
|
1651
|
+
'display',
|
|
1652
|
+
'face-smile',
|
|
1653
|
+
'smile',
|
|
1654
|
+
'thumbtack',
|
|
1655
|
+
'thumb-tack',
|
|
1656
|
+
'trophy',
|
|
1657
|
+
'person-praying',
|
|
1658
|
+
'pray',
|
|
1659
|
+
'hammer',
|
|
1660
|
+
'hand-peace',
|
|
1661
|
+
'rotate',
|
|
1662
|
+
'sync-alt',
|
|
1663
|
+
'spinner',
|
|
1664
|
+
'robot',
|
|
1665
|
+
'peace',
|
|
1666
|
+
'gears',
|
|
1667
|
+
'cogs',
|
|
1668
|
+
'warehouse',
|
|
1669
|
+
'arrow-up-right-dots',
|
|
1670
|
+
'splotch',
|
|
1671
|
+
'face-grin-hearts',
|
|
1672
|
+
'grin-hearts',
|
|
1673
|
+
'dice-four',
|
|
1674
|
+
'sim-card',
|
|
1675
|
+
'transgender',
|
|
1676
|
+
'transgender-alt',
|
|
1677
|
+
'mercury',
|
|
1678
|
+
'arrow-turn-down',
|
|
1679
|
+
'level-down',
|
|
1680
|
+
'person-falling-burst',
|
|
1681
|
+
'award',
|
|
1682
|
+
'ticket-simple',
|
|
1683
|
+
'ticket-alt',
|
|
1684
|
+
'building',
|
|
1685
|
+
'angles-left',
|
|
1686
|
+
'angle-double-left',
|
|
1687
|
+
'qrcode',
|
|
1688
|
+
'clock-rotate-left',
|
|
1689
|
+
'history',
|
|
1690
|
+
'face-grin-beam-sweat',
|
|
1691
|
+
'grin-beam-sweat',
|
|
1692
|
+
'file-export',
|
|
1693
|
+
'arrow-right-from-file',
|
|
1694
|
+
'shield',
|
|
1695
|
+
'shield-blank',
|
|
1696
|
+
'arrow-up-short-wide',
|
|
1697
|
+
'sort-amount-up-alt',
|
|
1698
|
+
'house-medical',
|
|
1699
|
+
'golf-ball-tee',
|
|
1700
|
+
'golf-ball',
|
|
1701
|
+
'circle-chevron-left',
|
|
1702
|
+
'chevron-circle-left',
|
|
1703
|
+
'house-chimney-window',
|
|
1704
|
+
'pen-nib',
|
|
1705
|
+
'tent-arrow-turn-left',
|
|
1706
|
+
'tents',
|
|
1707
|
+
'wand-magic',
|
|
1708
|
+
'magic',
|
|
1709
|
+
'dog',
|
|
1710
|
+
'carrot',
|
|
1711
|
+
'moon',
|
|
1712
|
+
'wine-glass-empty',
|
|
1713
|
+
'wine-glass-alt',
|
|
1714
|
+
'cheese',
|
|
1715
|
+
'yin-yang',
|
|
1716
|
+
'music',
|
|
1717
|
+
'code-commit',
|
|
1718
|
+
'temperature-low',
|
|
1719
|
+
'person-biking',
|
|
1720
|
+
'biking',
|
|
1721
|
+
'broom',
|
|
1722
|
+
'shield-heart',
|
|
1723
|
+
'gopuram',
|
|
1724
|
+
'earth-oceania',
|
|
1725
|
+
'globe-oceania',
|
|
1726
|
+
'square-xmark',
|
|
1727
|
+
'times-square',
|
|
1728
|
+
'xmark-square',
|
|
1729
|
+
'hashtag',
|
|
1730
|
+
'up-right-and-down-left-from-center',
|
|
1731
|
+
'expand-alt',
|
|
1732
|
+
'oil-can',
|
|
1733
|
+
't',
|
|
1734
|
+
'hippo',
|
|
1735
|
+
'chart-column',
|
|
1736
|
+
'infinity',
|
|
1737
|
+
'vial-circle-check',
|
|
1738
|
+
'person-arrow-down-to-line',
|
|
1739
|
+
'voicemail',
|
|
1740
|
+
'fan',
|
|
1741
|
+
'person-walking-luggage',
|
|
1742
|
+
'up-down',
|
|
1743
|
+
'arrows-alt-v',
|
|
1744
|
+
'cloud-moon-rain',
|
|
1745
|
+
'calendar',
|
|
1746
|
+
'trailer',
|
|
1747
|
+
'bahai',
|
|
1748
|
+
'haykal',
|
|
1749
|
+
'sd-card',
|
|
1750
|
+
'dragon',
|
|
1751
|
+
'shoe-prints',
|
|
1752
|
+
'circle-plus',
|
|
1753
|
+
'plus-circle',
|
|
1754
|
+
'face-grin-tongue-wink',
|
|
1755
|
+
'grin-tongue-wink',
|
|
1756
|
+
'hand-holding',
|
|
1757
|
+
'plug-circle-exclamation',
|
|
1758
|
+
'link-slash',
|
|
1759
|
+
'chain-broken',
|
|
1760
|
+
'chain-slash',
|
|
1761
|
+
'unlink',
|
|
1762
|
+
'clone',
|
|
1763
|
+
'person-walking-arrow-loop-left',
|
|
1764
|
+
'arrow-up-z-a',
|
|
1765
|
+
'sort-alpha-up-alt',
|
|
1766
|
+
'fire-flame-curved',
|
|
1767
|
+
'fire-alt',
|
|
1768
|
+
'tornado',
|
|
1769
|
+
'file-circle-plus',
|
|
1770
|
+
'book-quran',
|
|
1771
|
+
'quran',
|
|
1772
|
+
'anchor',
|
|
1773
|
+
'border-all',
|
|
1774
|
+
'face-angry',
|
|
1775
|
+
'angry',
|
|
1776
|
+
'cookie-bite',
|
|
1777
|
+
'arrow-trend-down',
|
|
1778
|
+
'rss',
|
|
1779
|
+
'feed',
|
|
1780
|
+
'draw-polygon',
|
|
1781
|
+
'scale-balanced',
|
|
1782
|
+
'balance-scale',
|
|
1783
|
+
'gauge-simple-high',
|
|
1784
|
+
'tachometer',
|
|
1785
|
+
'tachometer-fast',
|
|
1786
|
+
'shower',
|
|
1787
|
+
'desktop',
|
|
1788
|
+
'desktop-alt',
|
|
1789
|
+
'm',
|
|
1790
|
+
'table-list',
|
|
1791
|
+
'th-list',
|
|
1792
|
+
'comment-sms',
|
|
1793
|
+
'sms',
|
|
1794
|
+
'book',
|
|
1795
|
+
'user-plus',
|
|
1796
|
+
'check',
|
|
1797
|
+
'battery-three-quarters',
|
|
1798
|
+
'battery-4',
|
|
1799
|
+
'house-circle-check',
|
|
1800
|
+
'angle-left',
|
|
1801
|
+
'diagram-successor',
|
|
1802
|
+
'truck-arrow-right',
|
|
1803
|
+
'arrows-split-up-and-left',
|
|
1804
|
+
'hand-fist',
|
|
1805
|
+
'fist-raised',
|
|
1806
|
+
'cloud-moon',
|
|
1807
|
+
'briefcase',
|
|
1808
|
+
'person-falling',
|
|
1809
|
+
'image-portrait',
|
|
1810
|
+
'portrait',
|
|
1811
|
+
'user-tag',
|
|
1812
|
+
'rug',
|
|
1813
|
+
'earth-europe',
|
|
1814
|
+
'globe-europe',
|
|
1815
|
+
'cart-flatbed-suitcase',
|
|
1816
|
+
'luggage-cart',
|
|
1817
|
+
'rectangle-xmark',
|
|
1818
|
+
'rectangle-times',
|
|
1819
|
+
'times-rectangle',
|
|
1820
|
+
'window-close',
|
|
1821
|
+
'baht-sign',
|
|
1822
|
+
'book-open',
|
|
1823
|
+
'book-journal-whills',
|
|
1824
|
+
'journal-whills',
|
|
1825
|
+
'handcuffs',
|
|
1826
|
+
'triangle-exclamation',
|
|
1827
|
+
'exclamation-triangle',
|
|
1828
|
+
'warning',
|
|
1829
|
+
'database',
|
|
1830
|
+
'share',
|
|
1831
|
+
'mail-forward',
|
|
1832
|
+
'bottle-droplet',
|
|
1833
|
+
'mask-face',
|
|
1834
|
+
'hill-rockslide',
|
|
1835
|
+
'right-left',
|
|
1836
|
+
'exchange-alt',
|
|
1837
|
+
'paper-plane',
|
|
1838
|
+
'road-circle-exclamation',
|
|
1839
|
+
'dungeon',
|
|
1840
|
+
'align-right',
|
|
1841
|
+
'money-bill-1-wave',
|
|
1842
|
+
'money-bill-wave-alt',
|
|
1843
|
+
'life-ring',
|
|
1844
|
+
'hands',
|
|
1845
|
+
'sign-language',
|
|
1846
|
+
'signing',
|
|
1847
|
+
'calendar-day',
|
|
1848
|
+
'water-ladder',
|
|
1849
|
+
'ladder-water',
|
|
1850
|
+
'swimming-pool',
|
|
1851
|
+
'arrows-up-down',
|
|
1852
|
+
'arrows-v',
|
|
1853
|
+
'face-grimace',
|
|
1854
|
+
'grimace',
|
|
1855
|
+
'wheelchair-move',
|
|
1856
|
+
'wheelchair-alt',
|
|
1857
|
+
'turn-down',
|
|
1858
|
+
'level-down-alt',
|
|
1859
|
+
'person-walking-arrow-right',
|
|
1860
|
+
'square-envelope',
|
|
1861
|
+
'envelope-square',
|
|
1862
|
+
'dice',
|
|
1863
|
+
'bowling-ball',
|
|
1864
|
+
'brain',
|
|
1865
|
+
'bandage',
|
|
1866
|
+
'band-aid',
|
|
1867
|
+
'calendar-minus',
|
|
1868
|
+
'circle-xmark',
|
|
1869
|
+
'times-circle',
|
|
1870
|
+
'xmark-circle',
|
|
1871
|
+
'gifts',
|
|
1872
|
+
'hotel',
|
|
1873
|
+
'earth-asia',
|
|
1874
|
+
'globe-asia',
|
|
1875
|
+
'id-card-clip',
|
|
1876
|
+
'id-card-alt',
|
|
1877
|
+
'magnifying-glass-plus',
|
|
1878
|
+
'search-plus',
|
|
1879
|
+
'thumbs-up',
|
|
1880
|
+
'user-clock',
|
|
1881
|
+
'hand-dots',
|
|
1882
|
+
'allergies',
|
|
1883
|
+
'file-invoice',
|
|
1884
|
+
'window-minimize',
|
|
1885
|
+
'mug-saucer',
|
|
1886
|
+
'coffee',
|
|
1887
|
+
'brush',
|
|
1888
|
+
'mask',
|
|
1889
|
+
'magnifying-glass-minus',
|
|
1890
|
+
'search-minus',
|
|
1891
|
+
'ruler-vertical',
|
|
1892
|
+
'user-large',
|
|
1893
|
+
'user-alt',
|
|
1894
|
+
'train-tram',
|
|
1895
|
+
'user-nurse',
|
|
1896
|
+
'syringe',
|
|
1897
|
+
'cloud-sun',
|
|
1898
|
+
'stopwatch-20',
|
|
1899
|
+
'square-full',
|
|
1900
|
+
'magnet',
|
|
1901
|
+
'jar',
|
|
1902
|
+
'note-sticky',
|
|
1903
|
+
'sticky-note',
|
|
1904
|
+
'bug-slash',
|
|
1905
|
+
'arrow-up-from-water-pump',
|
|
1906
|
+
'bone',
|
|
1907
|
+
'table-cells-row-unlock',
|
|
1908
|
+
'user-injured',
|
|
1909
|
+
'face-sad-tear',
|
|
1910
|
+
'sad-tear',
|
|
1911
|
+
'plane',
|
|
1912
|
+
'tent-arrows-down',
|
|
1913
|
+
'exclamation',
|
|
1914
|
+
'arrows-spin',
|
|
1915
|
+
'print',
|
|
1916
|
+
'turkish-lira-sign',
|
|
1917
|
+
'try',
|
|
1918
|
+
'turkish-lira',
|
|
1919
|
+
'dollar-sign',
|
|
1920
|
+
'dollar',
|
|
1921
|
+
'usd',
|
|
1922
|
+
'x',
|
|
1923
|
+
'magnifying-glass-dollar',
|
|
1924
|
+
'search-dollar',
|
|
1925
|
+
'users-gear',
|
|
1926
|
+
'users-cog',
|
|
1927
|
+
'person-military-pointing',
|
|
1928
|
+
'building-columns',
|
|
1929
|
+
'bank',
|
|
1930
|
+
'institution',
|
|
1931
|
+
'museum',
|
|
1932
|
+
'university',
|
|
1933
|
+
'umbrella',
|
|
1934
|
+
'trowel',
|
|
1935
|
+
'd',
|
|
1936
|
+
'stapler',
|
|
1937
|
+
'masks-theater',
|
|
1938
|
+
'theater-masks',
|
|
1939
|
+
'kip-sign',
|
|
1940
|
+
'hand-point-left',
|
|
1941
|
+
'handshake-simple',
|
|
1942
|
+
'handshake-alt',
|
|
1943
|
+
'jet-fighter',
|
|
1944
|
+
'fighter-jet',
|
|
1945
|
+
'square-share-nodes',
|
|
1946
|
+
'share-alt-square',
|
|
1947
|
+
'barcode',
|
|
1948
|
+
'plus-minus',
|
|
1949
|
+
'video',
|
|
1950
|
+
'video-camera',
|
|
1951
|
+
'graduation-cap',
|
|
1952
|
+
'mortar-board',
|
|
1953
|
+
'hand-holding-medical',
|
|
1954
|
+
'person-circle-check',
|
|
1955
|
+
'turn-up',
|
|
1956
|
+
'level-up-alt',
|
|
1957
|
+
'monero',
|
|
1958
|
+
'hooli',
|
|
1959
|
+
'yelp',
|
|
1960
|
+
'cc-visa',
|
|
1961
|
+
'lastfm',
|
|
1962
|
+
'shopware',
|
|
1963
|
+
'creative-commons-nc',
|
|
1964
|
+
'aws',
|
|
1965
|
+
'redhat',
|
|
1966
|
+
'yoast',
|
|
1967
|
+
'cloudflare',
|
|
1968
|
+
'ups',
|
|
1969
|
+
'pixiv',
|
|
1970
|
+
'wpexplorer',
|
|
1971
|
+
'dyalog',
|
|
1972
|
+
'bity',
|
|
1973
|
+
'stackpath',
|
|
1974
|
+
'buysellads',
|
|
1975
|
+
'first-order',
|
|
1976
|
+
'modx',
|
|
1977
|
+
'guilded',
|
|
1978
|
+
'vnv',
|
|
1979
|
+
'square-js',
|
|
1980
|
+
'js-square',
|
|
1981
|
+
'microsoft',
|
|
1982
|
+
'qq',
|
|
1983
|
+
'orcid',
|
|
1984
|
+
'java',
|
|
1985
|
+
'invision',
|
|
1986
|
+
'creative-commons-pd-alt',
|
|
1987
|
+
'centercode',
|
|
1988
|
+
'glide-g',
|
|
1989
|
+
'drupal',
|
|
1990
|
+
'jxl',
|
|
1991
|
+
'dart-lang',
|
|
1992
|
+
'hire-a-helper',
|
|
1993
|
+
'creative-commons-by',
|
|
1994
|
+
'unity',
|
|
1995
|
+
'whmcs',
|
|
1996
|
+
'rocketchat',
|
|
1997
|
+
'vk',
|
|
1998
|
+
'untappd',
|
|
1999
|
+
'mailchimp',
|
|
2000
|
+
'css3-alt',
|
|
2001
|
+
'square-reddit',
|
|
2002
|
+
'reddit-square',
|
|
2003
|
+
'vimeo-v',
|
|
2004
|
+
'contao',
|
|
2005
|
+
'square-font-awesome',
|
|
2006
|
+
'deskpro',
|
|
2007
|
+
'brave',
|
|
2008
|
+
'sistrix',
|
|
2009
|
+
'square-instagram',
|
|
2010
|
+
'instagram-square',
|
|
2011
|
+
'battle-net',
|
|
2012
|
+
'the-red-yeti',
|
|
2013
|
+
'square-hacker-news',
|
|
2014
|
+
'hacker-news-square',
|
|
2015
|
+
'edge',
|
|
2016
|
+
'threads',
|
|
2017
|
+
'napster',
|
|
2018
|
+
'square-snapchat',
|
|
2019
|
+
'snapchat-square',
|
|
2020
|
+
'google-plus-g',
|
|
2021
|
+
'artstation',
|
|
2022
|
+
'markdown',
|
|
2023
|
+
'sourcetree',
|
|
2024
|
+
'google-plus',
|
|
2025
|
+
'diaspora',
|
|
2026
|
+
'foursquare',
|
|
2027
|
+
'stack-overflow',
|
|
2028
|
+
'github-alt',
|
|
2029
|
+
'phoenix-squadron',
|
|
2030
|
+
'pagelines',
|
|
2031
|
+
'algolia',
|
|
2032
|
+
'red-river',
|
|
2033
|
+
'creative-commons-sa',
|
|
2034
|
+
'safari',
|
|
2035
|
+
'google',
|
|
2036
|
+
'square-font-awesome-stroke',
|
|
2037
|
+
'font-awesome-alt',
|
|
2038
|
+
'atlassian',
|
|
2039
|
+
'linkedin-in',
|
|
2040
|
+
'digital-ocean',
|
|
2041
|
+
'nimblr',
|
|
2042
|
+
'chromecast',
|
|
2043
|
+
'evernote',
|
|
2044
|
+
'hacker-news',
|
|
2045
|
+
'creative-commons-sampling',
|
|
2046
|
+
'adversal',
|
|
2047
|
+
'creative-commons',
|
|
2048
|
+
'watchman-monitoring',
|
|
2049
|
+
'fonticons',
|
|
2050
|
+
'weixin',
|
|
2051
|
+
'shirtsinbulk',
|
|
2052
|
+
'codepen',
|
|
2053
|
+
'git-alt',
|
|
2054
|
+
'lyft',
|
|
2055
|
+
'rev',
|
|
2056
|
+
'windows',
|
|
2057
|
+
'wizards-of-the-coast',
|
|
2058
|
+
'square-viadeo',
|
|
2059
|
+
'viadeo-square',
|
|
2060
|
+
'meetup',
|
|
2061
|
+
'centos',
|
|
2062
|
+
'adn',
|
|
2063
|
+
'cloudsmith',
|
|
2064
|
+
'opensuse',
|
|
2065
|
+
'pied-piper-alt',
|
|
2066
|
+
'square-dribbble',
|
|
2067
|
+
'dribbble-square',
|
|
2068
|
+
'codiepie',
|
|
2069
|
+
'node',
|
|
2070
|
+
'mix',
|
|
2071
|
+
'steam',
|
|
2072
|
+
'cc-apple-pay',
|
|
2073
|
+
'scribd',
|
|
2074
|
+
'debian',
|
|
2075
|
+
'openid',
|
|
2076
|
+
'instalod',
|
|
2077
|
+
'expeditedssl',
|
|
2078
|
+
'sellcast',
|
|
2079
|
+
'square-twitter',
|
|
2080
|
+
'twitter-square',
|
|
2081
|
+
'r-project',
|
|
2082
|
+
'delicious',
|
|
2083
|
+
'freebsd',
|
|
2084
|
+
'vuejs',
|
|
2085
|
+
'accusoft',
|
|
2086
|
+
'ioxhost',
|
|
2087
|
+
'fonticons-fi',
|
|
2088
|
+
'app-store',
|
|
2089
|
+
'cc-mastercard',
|
|
2090
|
+
'itunes-note',
|
|
2091
|
+
'golang',
|
|
2092
|
+
'kickstarter',
|
|
2093
|
+
'square-kickstarter',
|
|
2094
|
+
'grav',
|
|
2095
|
+
'weibo',
|
|
2096
|
+
'uncharted',
|
|
2097
|
+
'firstdraft',
|
|
2098
|
+
'square-youtube',
|
|
2099
|
+
'youtube-square',
|
|
2100
|
+
'wikipedia-w',
|
|
2101
|
+
'wpressr',
|
|
2102
|
+
'rendact',
|
|
2103
|
+
'angellist',
|
|
2104
|
+
'galactic-republic',
|
|
2105
|
+
'nfc-directional',
|
|
2106
|
+
'skype',
|
|
2107
|
+
'joget',
|
|
2108
|
+
'fedora',
|
|
2109
|
+
'stripe-s',
|
|
2110
|
+
'meta',
|
|
2111
|
+
'laravel',
|
|
2112
|
+
'hotjar',
|
|
2113
|
+
'bluetooth-b',
|
|
2114
|
+
'square-letterboxd',
|
|
2115
|
+
'sticker-mule',
|
|
2116
|
+
'creative-commons-zero',
|
|
2117
|
+
'hips',
|
|
2118
|
+
'behance',
|
|
2119
|
+
'reddit',
|
|
2120
|
+
'discord',
|
|
2121
|
+
'chrome',
|
|
2122
|
+
'app-store-ios',
|
|
2123
|
+
'cc-discover',
|
|
2124
|
+
'wpbeginner',
|
|
2125
|
+
'confluence',
|
|
2126
|
+
'shoelace',
|
|
2127
|
+
'mdb',
|
|
2128
|
+
'dochub',
|
|
2129
|
+
'accessible-icon',
|
|
2130
|
+
'ebay',
|
|
2131
|
+
'amazon',
|
|
2132
|
+
'unsplash',
|
|
2133
|
+
'yarn',
|
|
2134
|
+
'square-steam',
|
|
2135
|
+
'steam-square',
|
|
2136
|
+
'500px',
|
|
2137
|
+
'square-vimeo',
|
|
2138
|
+
'vimeo-square',
|
|
2139
|
+
'asymmetrik',
|
|
2140
|
+
'font-awesome',
|
|
2141
|
+
'font-awesome-flag',
|
|
2142
|
+
'font-awesome-logo-full',
|
|
2143
|
+
'gratipay',
|
|
2144
|
+
'apple',
|
|
2145
|
+
'hive',
|
|
2146
|
+
'gitkraken',
|
|
2147
|
+
'keybase',
|
|
2148
|
+
'apple-pay',
|
|
2149
|
+
'padlet',
|
|
2150
|
+
'amazon-pay',
|
|
2151
|
+
'square-github',
|
|
2152
|
+
'github-square',
|
|
2153
|
+
'stumbleupon',
|
|
2154
|
+
'fedex',
|
|
2155
|
+
'phoenix-framework',
|
|
2156
|
+
'shopify',
|
|
2157
|
+
'neos',
|
|
2158
|
+
'square-threads',
|
|
2159
|
+
'hackerrank',
|
|
2160
|
+
'researchgate',
|
|
2161
|
+
'swift',
|
|
2162
|
+
'angular',
|
|
2163
|
+
'speakap',
|
|
2164
|
+
'angrycreative',
|
|
2165
|
+
'y-combinator',
|
|
2166
|
+
'empire',
|
|
2167
|
+
'envira',
|
|
2168
|
+
'google-scholar',
|
|
2169
|
+
'square-gitlab',
|
|
2170
|
+
'gitlab-square',
|
|
2171
|
+
'studiovinari',
|
|
2172
|
+
'pied-piper',
|
|
2173
|
+
'wordpress',
|
|
2174
|
+
'product-hunt',
|
|
2175
|
+
'firefox',
|
|
2176
|
+
'linode',
|
|
2177
|
+
'goodreads',
|
|
2178
|
+
'square-odnoklassniki',
|
|
2179
|
+
'odnoklassniki-square',
|
|
2180
|
+
'jsfiddle',
|
|
2181
|
+
'sith',
|
|
2182
|
+
'themeisle',
|
|
2183
|
+
'page4',
|
|
2184
|
+
'hashnode',
|
|
2185
|
+
'react',
|
|
2186
|
+
'cc-paypal',
|
|
2187
|
+
'squarespace',
|
|
2188
|
+
'cc-stripe',
|
|
2189
|
+
'creative-commons-share',
|
|
2190
|
+
'bitcoin',
|
|
2191
|
+
'keycdn',
|
|
2192
|
+
'opera',
|
|
2193
|
+
'itch-io',
|
|
2194
|
+
'umbraco',
|
|
2195
|
+
'galactic-senate',
|
|
2196
|
+
'ubuntu',
|
|
2197
|
+
'draft2digital',
|
|
2198
|
+
'stripe',
|
|
2199
|
+
'houzz',
|
|
2200
|
+
'gg',
|
|
2201
|
+
'dhl',
|
|
2202
|
+
'square-pinterest',
|
|
2203
|
+
'pinterest-square',
|
|
2204
|
+
'xing',
|
|
2205
|
+
'blackberry',
|
|
2206
|
+
'creative-commons-pd',
|
|
2207
|
+
'playstation',
|
|
2208
|
+
'quinscape',
|
|
2209
|
+
'less',
|
|
2210
|
+
'blogger-b',
|
|
2211
|
+
'opencart',
|
|
2212
|
+
'vine',
|
|
2213
|
+
'signal-messenger',
|
|
2214
|
+
'paypal',
|
|
2215
|
+
'gitlab',
|
|
2216
|
+
'typo3',
|
|
2217
|
+
'reddit-alien',
|
|
2218
|
+
'yahoo',
|
|
2219
|
+
'dailymotion',
|
|
2220
|
+
'affiliatetheme',
|
|
2221
|
+
'pied-piper-pp',
|
|
2222
|
+
'bootstrap',
|
|
2223
|
+
'odnoklassniki',
|
|
2224
|
+
'nfc-symbol',
|
|
2225
|
+
'mintbit',
|
|
2226
|
+
'ethereum',
|
|
2227
|
+
'speaker-deck',
|
|
2228
|
+
'creative-commons-nc-eu',
|
|
2229
|
+
'patreon',
|
|
2230
|
+
'avianex',
|
|
2231
|
+
'ello',
|
|
2232
|
+
'gofore',
|
|
2233
|
+
'bimobject',
|
|
2234
|
+
'brave-reverse',
|
|
2235
|
+
'facebook-f',
|
|
2236
|
+
'square-google-plus',
|
|
2237
|
+
'google-plus-square',
|
|
2238
|
+
'web-awesome',
|
|
2239
|
+
'mandalorian',
|
|
2240
|
+
'first-order-alt',
|
|
2241
|
+
'osi',
|
|
2242
|
+
'google-wallet',
|
|
2243
|
+
'd-and-d-beyond',
|
|
2244
|
+
'periscope',
|
|
2245
|
+
'fulcrum',
|
|
2246
|
+
'cloudscale',
|
|
2247
|
+
'forumbee',
|
|
2248
|
+
'mizuni',
|
|
2249
|
+
'schlix',
|
|
2250
|
+
'square-xing',
|
|
2251
|
+
'xing-square',
|
|
2252
|
+
'bandcamp',
|
|
2253
|
+
'wpforms',
|
|
2254
|
+
'cloudversify',
|
|
2255
|
+
'usps',
|
|
2256
|
+
'megaport',
|
|
2257
|
+
'magento',
|
|
2258
|
+
'spotify',
|
|
2259
|
+
'optin-monster',
|
|
2260
|
+
'fly',
|
|
2261
|
+
'aviato',
|
|
2262
|
+
'itunes',
|
|
2263
|
+
'cuttlefish',
|
|
2264
|
+
'blogger',
|
|
2265
|
+
'flickr',
|
|
2266
|
+
'viber',
|
|
2267
|
+
'soundcloud',
|
|
2268
|
+
'digg',
|
|
2269
|
+
'tencent-weibo',
|
|
2270
|
+
'letterboxd',
|
|
2271
|
+
'symfony',
|
|
2272
|
+
'maxcdn',
|
|
2273
|
+
'etsy',
|
|
2274
|
+
'facebook-messenger',
|
|
2275
|
+
'audible',
|
|
2276
|
+
'think-peaks',
|
|
2277
|
+
'bilibili',
|
|
2278
|
+
'erlang',
|
|
2279
|
+
'x-twitter',
|
|
2280
|
+
'cotton-bureau',
|
|
2281
|
+
'dashcube',
|
|
2282
|
+
'42-group',
|
|
2283
|
+
'innosoft',
|
|
2284
|
+
'stack-exchange',
|
|
2285
|
+
'elementor',
|
|
2286
|
+
'square-pied-piper',
|
|
2287
|
+
'pied-piper-square',
|
|
2288
|
+
'creative-commons-nd',
|
|
2289
|
+
'palfed',
|
|
2290
|
+
'superpowers',
|
|
2291
|
+
'resolving',
|
|
2292
|
+
'xbox',
|
|
2293
|
+
'square-web-awesome-stroke',
|
|
2294
|
+
'searchengin',
|
|
2295
|
+
'tiktok',
|
|
2296
|
+
'square-facebook',
|
|
2297
|
+
'facebook-square',
|
|
2298
|
+
'renren',
|
|
2299
|
+
'linux',
|
|
2300
|
+
'glide',
|
|
2301
|
+
'linkedin',
|
|
2302
|
+
'hubspot',
|
|
2303
|
+
'deploydog',
|
|
2304
|
+
'twitch',
|
|
2305
|
+
'flutter',
|
|
2306
|
+
'ravelry',
|
|
2307
|
+
'mixer',
|
|
2308
|
+
'square-lastfm',
|
|
2309
|
+
'lastfm-square',
|
|
2310
|
+
'vimeo',
|
|
2311
|
+
'mendeley',
|
|
2312
|
+
'uniregistry',
|
|
2313
|
+
'figma',
|
|
2314
|
+
'creative-commons-remix',
|
|
2315
|
+
'cc-amazon-pay',
|
|
2316
|
+
'dropbox',
|
|
2317
|
+
'instagram',
|
|
2318
|
+
'cmplid',
|
|
2319
|
+
'upwork',
|
|
2320
|
+
'facebook',
|
|
2321
|
+
'gripfire',
|
|
2322
|
+
'jedi-order',
|
|
2323
|
+
'uikit',
|
|
2324
|
+
'fort-awesome-alt',
|
|
2325
|
+
'phabricator',
|
|
2326
|
+
'ussunnah',
|
|
2327
|
+
'earlybirds',
|
|
2328
|
+
'trade-federation',
|
|
2329
|
+
'autoprefixer',
|
|
2330
|
+
'whatsapp',
|
|
2331
|
+
'square-upwork',
|
|
2332
|
+
'slideshare',
|
|
2333
|
+
'google-play',
|
|
2334
|
+
'viadeo',
|
|
2335
|
+
'line',
|
|
2336
|
+
'google-drive',
|
|
2337
|
+
'servicestack',
|
|
2338
|
+
'simplybuilt',
|
|
2339
|
+
'bitbucket',
|
|
2340
|
+
'imdb',
|
|
2341
|
+
'deezer',
|
|
2342
|
+
'raspberry-pi',
|
|
2343
|
+
'jira',
|
|
2344
|
+
'docker',
|
|
2345
|
+
'screenpal',
|
|
2346
|
+
'bluetooth',
|
|
2347
|
+
'gitter',
|
|
2348
|
+
'd-and-d',
|
|
2349
|
+
'microblog',
|
|
2350
|
+
'cc-diners-club',
|
|
2351
|
+
'gg-circle',
|
|
2352
|
+
'pied-piper-hat',
|
|
2353
|
+
'kickstarter-k',
|
|
2354
|
+
'yandex',
|
|
2355
|
+
'readme',
|
|
2356
|
+
'html5',
|
|
2357
|
+
'sellsy',
|
|
2358
|
+
'square-web-awesome',
|
|
2359
|
+
'sass',
|
|
2360
|
+
'wirsindhandwerk',
|
|
2361
|
+
'wsh',
|
|
2362
|
+
'buromobelexperte',
|
|
2363
|
+
'salesforce',
|
|
2364
|
+
'octopus-deploy',
|
|
2365
|
+
'medapps',
|
|
2366
|
+
'ns8',
|
|
2367
|
+
'pinterest-p',
|
|
2368
|
+
'apper',
|
|
2369
|
+
'fort-awesome',
|
|
2370
|
+
'waze',
|
|
2371
|
+
'bluesky',
|
|
2372
|
+
'cc-jcb',
|
|
2373
|
+
'snapchat',
|
|
2374
|
+
'snapchat-ghost',
|
|
2375
|
+
'fantasy-flight-games',
|
|
2376
|
+
'rust',
|
|
2377
|
+
'wix',
|
|
2378
|
+
'square-behance',
|
|
2379
|
+
'behance-square',
|
|
2380
|
+
'supple',
|
|
2381
|
+
'webflow',
|
|
2382
|
+
'rebel',
|
|
2383
|
+
'css3',
|
|
2384
|
+
'staylinked',
|
|
2385
|
+
'kaggle',
|
|
2386
|
+
'space-awesome',
|
|
2387
|
+
'deviantart',
|
|
2388
|
+
'cpanel',
|
|
2389
|
+
'goodreads-g',
|
|
2390
|
+
'square-git',
|
|
2391
|
+
'git-square',
|
|
2392
|
+
'square-tumblr',
|
|
2393
|
+
'tumblr-square',
|
|
2394
|
+
'trello',
|
|
2395
|
+
'creative-commons-nc-jp',
|
|
2396
|
+
'get-pocket',
|
|
2397
|
+
'perbyte',
|
|
2398
|
+
'grunt',
|
|
2399
|
+
'weebly',
|
|
2400
|
+
'connectdevelop',
|
|
2401
|
+
'leanpub',
|
|
2402
|
+
'black-tie',
|
|
2403
|
+
'themeco',
|
|
2404
|
+
'python',
|
|
2405
|
+
'android',
|
|
2406
|
+
'bots',
|
|
2407
|
+
'free-code-camp',
|
|
2408
|
+
'hornbill',
|
|
2409
|
+
'js',
|
|
2410
|
+
'ideal',
|
|
2411
|
+
'git',
|
|
2412
|
+
'dev',
|
|
2413
|
+
'sketch',
|
|
2414
|
+
'yandex-international',
|
|
2415
|
+
'cc-amex',
|
|
2416
|
+
'uber',
|
|
2417
|
+
'github',
|
|
2418
|
+
'php',
|
|
2419
|
+
'alipay',
|
|
2420
|
+
'youtube',
|
|
2421
|
+
'skyatlas',
|
|
2422
|
+
'firefox-browser',
|
|
2423
|
+
'replyd',
|
|
2424
|
+
'suse',
|
|
2425
|
+
'jenkins',
|
|
2426
|
+
'twitter',
|
|
2427
|
+
'rockrms',
|
|
2428
|
+
'pinterest',
|
|
2429
|
+
'buffer',
|
|
2430
|
+
'npm',
|
|
2431
|
+
'yammer',
|
|
2432
|
+
'btc',
|
|
2433
|
+
'dribbble',
|
|
2434
|
+
'stumbleupon-circle',
|
|
2435
|
+
'internet-explorer',
|
|
2436
|
+
'stubber',
|
|
2437
|
+
'telegram',
|
|
2438
|
+
'telegram-plane',
|
|
2439
|
+
'old-republic',
|
|
2440
|
+
'odysee',
|
|
2441
|
+
'square-whatsapp',
|
|
2442
|
+
'whatsapp-square',
|
|
2443
|
+
'node-js',
|
|
2444
|
+
'edge-legacy',
|
|
2445
|
+
'slack',
|
|
2446
|
+
'slack-hash',
|
|
2447
|
+
'medrt',
|
|
2448
|
+
'usb',
|
|
2449
|
+
'tumblr',
|
|
2450
|
+
'vaadin',
|
|
2451
|
+
'quora',
|
|
2452
|
+
'square-x-twitter',
|
|
2453
|
+
'reacteurope',
|
|
2454
|
+
'medium',
|
|
2455
|
+
'medium-m',
|
|
2456
|
+
'amilia',
|
|
2457
|
+
'mixcloud',
|
|
2458
|
+
'flipboard',
|
|
2459
|
+
'viacoin',
|
|
2460
|
+
'critical-role',
|
|
2461
|
+
'sitrox',
|
|
2462
|
+
'discourse',
|
|
2463
|
+
'joomla',
|
|
2464
|
+
'mastodon',
|
|
2465
|
+
'airbnb',
|
|
2466
|
+
'wolf-pack-battalion',
|
|
2467
|
+
'buy-n-large',
|
|
2468
|
+
'gulp',
|
|
2469
|
+
'creative-commons-sampling-plus',
|
|
2470
|
+
'strava',
|
|
2471
|
+
'ember',
|
|
2472
|
+
'canadian-maple-leaf',
|
|
2473
|
+
'teamspeak',
|
|
2474
|
+
'pushed',
|
|
2475
|
+
'wordpress-simple',
|
|
2476
|
+
'nutritionix',
|
|
2477
|
+
'wodu',
|
|
2478
|
+
'google-pay',
|
|
2479
|
+
'intercom',
|
|
2480
|
+
'zhihu',
|
|
2481
|
+
'korvue',
|
|
2482
|
+
'pix',
|
|
2483
|
+
'steam-symbol'
|
|
2484
|
+
]
|
|
2485
|
+
|
|
2486
|
+
module.exports = names
|