prawn-icon 3.0.0 → 4.0.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +23 -0
- data/Gemfile +2 -0
- data/README.md +3 -2
- data/data/fonts/fab/LICENSE +137 -6
- data/data/fonts/fab/fa-brands.ttf +0 -0
- data/data/fonts/fab/fab.yml +82 -10
- data/data/fonts/far/LICENSE +137 -6
- data/data/fonts/far/fa-regular.ttf +0 -0
- data/data/fonts/far/far.yml +107 -2
- data/data/fonts/fas/LICENSE +137 -6
- data/data/fonts/fas/fa-solid.ttf +0 -0
- data/data/fonts/fas/fas.yml +988 -24
- data/data/fonts/mdi/LICENSE +20 -0
- data/data/fonts/mdi/materialdesignicons-webfont.ttf +0 -0
- data/data/fonts/mdi/mdi.yml +7099 -0
- data/examples/mdi.rb +36 -0
- data/lib/prawn/icon/base.rb +2 -2
- data/lib/prawn/icon/compatibility.rb +14 -17
- data/lib/prawn/icon/configuration.rb +3 -3
- data/lib/prawn/icon/errors.rb +2 -2
- data/lib/prawn/icon/font_data.rb +14 -12
- data/lib/prawn/icon/interface.rb +3 -5
- data/lib/prawn/icon/parser.rb +14 -12
- data/lib/prawn/icon/version.rb +3 -3
- data/lib/prawn/icon.rb +2 -2
- data/prawn-icon.gemspec +12 -10
- data/spec/integration/icon_spec.rb +17 -2
- metadata +29 -24
data/data/fonts/fas/fas.yml
CHANGED
@@ -1,7 +1,19 @@
|
|
1
1
|
---
|
2
2
|
fas:
|
3
|
-
__font_version__:
|
3
|
+
__font_version__: 6.7.1
|
4
|
+
'0': '0'
|
5
|
+
'1': '1'
|
6
|
+
'2': '2'
|
7
|
+
'3': '3'
|
8
|
+
'4': '4'
|
9
|
+
'5': '5'
|
10
|
+
'6': '6'
|
11
|
+
'7': '7'
|
12
|
+
'8': '8'
|
13
|
+
'9': '9'
|
14
|
+
a: A
|
4
15
|
ad: ""
|
16
|
+
add: "+"
|
5
17
|
address-book: ""
|
6
18
|
address-card: ""
|
7
19
|
adjust: ""
|
@@ -14,6 +26,10 @@ fas:
|
|
14
26
|
ambulance: ""
|
15
27
|
american-sign-language-interpreting: ""
|
16
28
|
anchor: ""
|
29
|
+
anchor-circle-check: ""
|
30
|
+
anchor-circle-exclamation: ""
|
31
|
+
anchor-circle-xmark: ""
|
32
|
+
anchor-lock: ""
|
17
33
|
angle-double-down: ""
|
18
34
|
angle-double-left: ""
|
19
35
|
angle-double-right: ""
|
@@ -22,11 +38,17 @@ fas:
|
|
22
38
|
angle-left: ""
|
23
39
|
angle-right: ""
|
24
40
|
angle-up: ""
|
41
|
+
angles-down: ""
|
42
|
+
angles-left: ""
|
43
|
+
angles-right: ""
|
44
|
+
angles-up: ""
|
25
45
|
angry: ""
|
26
46
|
ankh: ""
|
27
47
|
apple-alt: ""
|
48
|
+
apple-whole: ""
|
28
49
|
archive: ""
|
29
50
|
archway: ""
|
51
|
+
area-chart: ""
|
30
52
|
arrow-alt-circle-down: ""
|
31
53
|
arrow-alt-circle-left: ""
|
32
54
|
arrow-alt-circle-right: ""
|
@@ -36,45 +58,134 @@ fas:
|
|
36
58
|
arrow-circle-right: ""
|
37
59
|
arrow-circle-up: ""
|
38
60
|
arrow-down: ""
|
61
|
+
arrow-down-1-9: ""
|
62
|
+
arrow-down-9-1: ""
|
63
|
+
arrow-down-a-z: ""
|
64
|
+
arrow-down-long: ""
|
65
|
+
arrow-down-short-wide: ""
|
66
|
+
arrow-down-up-across-line: ""
|
67
|
+
arrow-down-up-lock: ""
|
68
|
+
arrow-down-wide-short: ""
|
69
|
+
arrow-down-z-a: ""
|
39
70
|
arrow-left: ""
|
71
|
+
arrow-left-long: ""
|
72
|
+
arrow-left-rotate: ""
|
73
|
+
arrow-pointer: ""
|
40
74
|
arrow-right: ""
|
75
|
+
arrow-right-arrow-left: ""
|
76
|
+
arrow-right-from-bracket: ""
|
77
|
+
arrow-right-from-file: ""
|
78
|
+
arrow-right-long: ""
|
79
|
+
arrow-right-rotate: ""
|
80
|
+
arrow-right-to-bracket: ""
|
81
|
+
arrow-right-to-city: ""
|
82
|
+
arrow-right-to-file: ""
|
83
|
+
arrow-rotate-back: ""
|
84
|
+
arrow-rotate-backward: ""
|
85
|
+
arrow-rotate-forward: ""
|
86
|
+
arrow-rotate-left: ""
|
87
|
+
arrow-rotate-right: ""
|
88
|
+
arrow-trend-down: ""
|
89
|
+
arrow-trend-up: ""
|
90
|
+
arrow-turn-down: ""
|
91
|
+
arrow-turn-up: ""
|
41
92
|
arrow-up: ""
|
93
|
+
arrow-up-1-9: ""
|
94
|
+
arrow-up-9-1: ""
|
95
|
+
arrow-up-a-z: ""
|
96
|
+
arrow-up-from-bracket: ""
|
97
|
+
arrow-up-from-ground-water: ""
|
98
|
+
arrow-up-from-water-pump: ""
|
99
|
+
arrow-up-long: ""
|
100
|
+
arrow-up-right-dots: ""
|
101
|
+
arrow-up-right-from-square: ""
|
102
|
+
arrow-up-short-wide: ""
|
103
|
+
arrow-up-wide-short: ""
|
104
|
+
arrow-up-z-a: ""
|
105
|
+
arrows: ""
|
42
106
|
arrows-alt: ""
|
43
107
|
arrows-alt-h: ""
|
44
108
|
arrows-alt-v: ""
|
109
|
+
arrows-down-to-line: ""
|
110
|
+
arrows-down-to-people: ""
|
111
|
+
arrows-h: ""
|
112
|
+
arrows-left-right: ""
|
113
|
+
arrows-left-right-to-line: ""
|
114
|
+
arrows-rotate: ""
|
115
|
+
arrows-spin: ""
|
116
|
+
arrows-split-up-and-left: ""
|
117
|
+
arrows-to-circle: ""
|
118
|
+
arrows-to-dot: ""
|
119
|
+
arrows-to-eye: ""
|
120
|
+
arrows-turn-right: ""
|
121
|
+
arrows-turn-to-dots: ""
|
122
|
+
arrows-up-down: ""
|
123
|
+
arrows-up-down-left-right: ""
|
124
|
+
arrows-up-to-line: ""
|
125
|
+
arrows-v: ""
|
126
|
+
asl-interpreting: ""
|
45
127
|
assistive-listening-systems: ""
|
46
|
-
asterisk: "
|
47
|
-
at: "
|
128
|
+
asterisk: "*"
|
129
|
+
at: "@"
|
48
130
|
atlas: ""
|
49
131
|
atom: ""
|
50
132
|
audio-description: ""
|
133
|
+
austral-sign: ""
|
134
|
+
automobile: ""
|
51
135
|
award: ""
|
136
|
+
b: B
|
52
137
|
baby: ""
|
53
138
|
baby-carriage: ""
|
54
139
|
backspace: ""
|
55
140
|
backward: ""
|
141
|
+
backward-fast: ""
|
142
|
+
backward-step: ""
|
56
143
|
bacon: ""
|
57
144
|
bacteria: ""
|
58
145
|
bacterium: ""
|
146
|
+
bag-shopping: ""
|
59
147
|
bahai: ""
|
148
|
+
baht-sign: ""
|
60
149
|
balance-scale: ""
|
61
150
|
balance-scale-left: ""
|
62
151
|
balance-scale-right: ""
|
63
152
|
ban: ""
|
153
|
+
ban-smoking: ""
|
64
154
|
band-aid: ""
|
155
|
+
bandage: ""
|
156
|
+
bangladeshi-taka-sign: ""
|
157
|
+
bank: ""
|
158
|
+
bar-chart: ""
|
65
159
|
barcode: ""
|
66
160
|
bars: ""
|
161
|
+
bars-progress: ""
|
162
|
+
bars-staggered: ""
|
163
|
+
baseball: ""
|
67
164
|
baseball-ball: ""
|
165
|
+
baseball-bat-ball: ""
|
166
|
+
basket-shopping: ""
|
167
|
+
basketball: ""
|
68
168
|
basketball-ball: ""
|
69
169
|
bath: ""
|
170
|
+
bathtub: ""
|
171
|
+
battery: ""
|
172
|
+
battery-0: ""
|
173
|
+
battery-2: ""
|
174
|
+
battery-3: ""
|
175
|
+
battery-4: ""
|
176
|
+
battery-5: ""
|
177
|
+
battery-car: ""
|
70
178
|
battery-empty: ""
|
71
179
|
battery-full: ""
|
72
180
|
battery-half: ""
|
73
181
|
battery-quarter: ""
|
74
182
|
battery-three-quarters: ""
|
75
183
|
bed: ""
|
184
|
+
bed-pulse: ""
|
76
185
|
beer: ""
|
186
|
+
beer-mug-empty: ""
|
77
187
|
bell: ""
|
188
|
+
bell-concierge: ""
|
78
189
|
bell-slash: ""
|
79
190
|
bezier-curve: ""
|
80
191
|
bible: ""
|
@@ -83,65 +194,127 @@ fas:
|
|
83
194
|
binoculars: ""
|
84
195
|
biohazard: ""
|
85
196
|
birthday-cake: ""
|
197
|
+
bitcoin-sign: ""
|
198
|
+
blackboard: ""
|
86
199
|
blender: ""
|
87
200
|
blender-phone: ""
|
88
201
|
blind: ""
|
89
202
|
blog: ""
|
90
203
|
bold: ""
|
91
204
|
bolt: ""
|
205
|
+
bolt-lightning: ""
|
92
206
|
bomb: ""
|
93
207
|
bone: ""
|
94
208
|
bong: ""
|
95
209
|
book: ""
|
210
|
+
book-atlas: ""
|
211
|
+
book-bible: ""
|
212
|
+
book-bookmark: ""
|
96
213
|
book-dead: ""
|
214
|
+
book-journal-whills: ""
|
97
215
|
book-medical: ""
|
98
216
|
book-open: ""
|
217
|
+
book-open-reader: ""
|
218
|
+
book-quran: ""
|
99
219
|
book-reader: ""
|
220
|
+
book-skull: ""
|
221
|
+
book-tanakh: ""
|
100
222
|
bookmark: ""
|
101
223
|
border-all: ""
|
102
224
|
border-none: ""
|
103
225
|
border-style: ""
|
226
|
+
border-top-left: ""
|
227
|
+
bore-hole: ""
|
228
|
+
bottle-droplet: ""
|
229
|
+
bottle-water: ""
|
230
|
+
bowl-food: ""
|
231
|
+
bowl-rice: ""
|
104
232
|
bowling-ball: ""
|
105
233
|
box: ""
|
234
|
+
box-archive: ""
|
106
235
|
box-open: ""
|
107
236
|
box-tissue: ""
|
108
237
|
boxes: ""
|
238
|
+
boxes-alt: ""
|
239
|
+
boxes-packing: ""
|
240
|
+
boxes-stacked: ""
|
109
241
|
braille: ""
|
110
242
|
brain: ""
|
243
|
+
brazilian-real-sign: ""
|
111
244
|
bread-slice: ""
|
245
|
+
bridge: ""
|
246
|
+
bridge-circle-check: ""
|
247
|
+
bridge-circle-exclamation: ""
|
248
|
+
bridge-circle-xmark: ""
|
249
|
+
bridge-lock: ""
|
250
|
+
bridge-water: ""
|
112
251
|
briefcase: ""
|
252
|
+
briefcase-clock: ""
|
113
253
|
briefcase-medical: ""
|
114
254
|
broadcast-tower: ""
|
115
255
|
broom: ""
|
256
|
+
broom-ball: ""
|
116
257
|
brush: ""
|
258
|
+
bucket: ""
|
117
259
|
bug: ""
|
260
|
+
bug-slash: ""
|
261
|
+
bugs: ""
|
118
262
|
building: ""
|
263
|
+
building-circle-arrow-right: ""
|
264
|
+
building-circle-check: ""
|
265
|
+
building-circle-exclamation: ""
|
266
|
+
building-circle-xmark: ""
|
267
|
+
building-columns: ""
|
268
|
+
building-flag: ""
|
269
|
+
building-lock: ""
|
270
|
+
building-ngo: ""
|
271
|
+
building-shield: ""
|
272
|
+
building-un: ""
|
273
|
+
building-user: ""
|
274
|
+
building-wheat: ""
|
119
275
|
bullhorn: ""
|
120
276
|
bullseye: ""
|
277
|
+
burger: ""
|
121
278
|
burn: ""
|
279
|
+
burst: ""
|
122
280
|
bus: ""
|
123
281
|
bus-alt: ""
|
282
|
+
bus-simple: ""
|
124
283
|
business-time: ""
|
284
|
+
c: C
|
285
|
+
cab: ""
|
286
|
+
cable-car: ""
|
287
|
+
cake: ""
|
288
|
+
cake-candles: ""
|
125
289
|
calculator: ""
|
126
290
|
calendar: ""
|
127
291
|
calendar-alt: ""
|
128
292
|
calendar-check: ""
|
129
293
|
calendar-day: ""
|
294
|
+
calendar-days: ""
|
130
295
|
calendar-minus: ""
|
131
296
|
calendar-plus: ""
|
132
297
|
calendar-times: ""
|
133
298
|
calendar-week: ""
|
299
|
+
calendar-xmark: ""
|
134
300
|
camera: ""
|
301
|
+
camera-alt: ""
|
135
302
|
camera-retro: ""
|
303
|
+
camera-rotate: ""
|
136
304
|
campground: ""
|
305
|
+
cancel: ""
|
137
306
|
candy-cane: ""
|
138
307
|
cannabis: ""
|
139
308
|
capsules: ""
|
140
309
|
car: ""
|
141
310
|
car-alt: ""
|
142
311
|
car-battery: ""
|
312
|
+
car-burst: ""
|
143
313
|
car-crash: ""
|
314
|
+
car-on: ""
|
315
|
+
car-rear: ""
|
144
316
|
car-side: ""
|
317
|
+
car-tunnel: ""
|
145
318
|
caravan: ""
|
146
319
|
caret-down: ""
|
147
320
|
caret-left: ""
|
@@ -151,24 +324,40 @@ fas:
|
|
151
324
|
caret-square-right: ""
|
152
325
|
caret-square-up: ""
|
153
326
|
caret-up: ""
|
327
|
+
carriage-baby: ""
|
154
328
|
carrot: ""
|
155
329
|
cart-arrow-down: ""
|
330
|
+
cart-flatbed: ""
|
331
|
+
cart-flatbed-suitcase: ""
|
156
332
|
cart-plus: ""
|
333
|
+
cart-shopping: ""
|
157
334
|
cash-register: ""
|
158
335
|
cat: ""
|
336
|
+
cedi-sign: ""
|
337
|
+
cent-sign: ""
|
159
338
|
certificate: ""
|
339
|
+
chain: ""
|
340
|
+
chain-broken: ""
|
341
|
+
chain-slash: ""
|
160
342
|
chair: ""
|
161
343
|
chalkboard: ""
|
162
344
|
chalkboard-teacher: ""
|
345
|
+
chalkboard-user: ""
|
346
|
+
champagne-glasses: ""
|
163
347
|
charging-station: ""
|
164
348
|
chart-area: ""
|
165
349
|
chart-bar: ""
|
350
|
+
chart-column: ""
|
351
|
+
chart-diagram: ""
|
352
|
+
chart-gantt: ""
|
166
353
|
chart-line: ""
|
167
354
|
chart-pie: ""
|
355
|
+
chart-simple: ""
|
168
356
|
check: ""
|
169
357
|
check-circle: ""
|
170
358
|
check-double: ""
|
171
359
|
check-square: ""
|
360
|
+
check-to-slot: ""
|
172
361
|
cheese: ""
|
173
362
|
chess: ""
|
174
363
|
chess-bishop: ""
|
@@ -187,71 +376,151 @@ fas:
|
|
187
376
|
chevron-right: ""
|
188
377
|
chevron-up: ""
|
189
378
|
child: ""
|
379
|
+
child-combatant: ""
|
380
|
+
child-dress: ""
|
381
|
+
child-reaching: ""
|
382
|
+
child-rifle: ""
|
383
|
+
children: ""
|
190
384
|
church: ""
|
191
385
|
circle: ""
|
386
|
+
circle-arrow-down: ""
|
387
|
+
circle-arrow-left: ""
|
388
|
+
circle-arrow-right: ""
|
389
|
+
circle-arrow-up: ""
|
390
|
+
circle-check: ""
|
391
|
+
circle-chevron-down: ""
|
392
|
+
circle-chevron-left: ""
|
393
|
+
circle-chevron-right: ""
|
394
|
+
circle-chevron-up: ""
|
395
|
+
circle-dollar-to-slot: ""
|
396
|
+
circle-dot: ""
|
397
|
+
circle-down: ""
|
398
|
+
circle-exclamation: ""
|
399
|
+
circle-h: ""
|
400
|
+
circle-half-stroke: ""
|
401
|
+
circle-info: ""
|
402
|
+
circle-left: ""
|
403
|
+
circle-minus: ""
|
404
|
+
circle-nodes: ""
|
192
405
|
circle-notch: ""
|
406
|
+
circle-pause: ""
|
407
|
+
circle-play: ""
|
408
|
+
circle-plus: ""
|
409
|
+
circle-question: ""
|
410
|
+
circle-radiation: ""
|
411
|
+
circle-right: ""
|
412
|
+
circle-stop: ""
|
413
|
+
circle-up: ""
|
414
|
+
circle-user: ""
|
415
|
+
circle-xmark: ""
|
193
416
|
city: ""
|
417
|
+
clapperboard: ""
|
194
418
|
clinic-medical: ""
|
195
419
|
clipboard: ""
|
196
420
|
clipboard-check: ""
|
197
421
|
clipboard-list: ""
|
422
|
+
clipboard-question: ""
|
423
|
+
clipboard-user: ""
|
198
424
|
clock: ""
|
425
|
+
clock-four: ""
|
426
|
+
clock-rotate-left: ""
|
199
427
|
clone: ""
|
428
|
+
close: ""
|
200
429
|
closed-captioning: ""
|
201
430
|
cloud: ""
|
202
|
-
cloud-
|
431
|
+
cloud-arrow-down: ""
|
432
|
+
cloud-arrow-up: ""
|
433
|
+
cloud-bolt: ""
|
434
|
+
cloud-download: ""
|
435
|
+
cloud-download-alt: ""
|
203
436
|
cloud-meatball: ""
|
204
437
|
cloud-moon: ""
|
205
438
|
cloud-moon-rain: ""
|
206
439
|
cloud-rain: ""
|
207
440
|
cloud-showers-heavy: ""
|
441
|
+
cloud-showers-water: ""
|
208
442
|
cloud-sun: ""
|
209
443
|
cloud-sun-rain: ""
|
210
|
-
cloud-upload
|
444
|
+
cloud-upload: ""
|
445
|
+
cloud-upload-alt: ""
|
446
|
+
clover: ""
|
447
|
+
cny: ""
|
211
448
|
cocktail: ""
|
212
449
|
code: ""
|
213
450
|
code-branch: ""
|
451
|
+
code-commit: ""
|
452
|
+
code-compare: ""
|
453
|
+
code-fork: ""
|
454
|
+
code-merge: ""
|
455
|
+
code-pull-request: ""
|
214
456
|
coffee: ""
|
215
457
|
cog: ""
|
216
458
|
cogs: ""
|
217
459
|
coins: ""
|
460
|
+
colon-sign: ""
|
218
461
|
columns: ""
|
219
462
|
comment: ""
|
220
463
|
comment-alt: ""
|
221
464
|
comment-dollar: ""
|
222
465
|
comment-dots: ""
|
223
466
|
comment-medical: ""
|
467
|
+
comment-nodes: ""
|
224
468
|
comment-slash: ""
|
469
|
+
comment-sms: ""
|
470
|
+
commenting: ""
|
225
471
|
comments: ""
|
226
472
|
comments-dollar: ""
|
227
473
|
compact-disc: ""
|
228
474
|
compass: ""
|
475
|
+
compass-drafting: ""
|
229
476
|
compress: ""
|
230
477
|
compress-alt: ""
|
231
478
|
compress-arrows-alt: ""
|
479
|
+
computer: ""
|
480
|
+
computer-mouse: ""
|
232
481
|
concierge-bell: ""
|
482
|
+
contact-book: ""
|
483
|
+
contact-card: ""
|
233
484
|
cookie: ""
|
234
485
|
cookie-bite: ""
|
235
486
|
copy: ""
|
236
487
|
copyright: ""
|
237
488
|
couch: ""
|
489
|
+
cow: ""
|
238
490
|
credit-card: ""
|
491
|
+
credit-card-alt: ""
|
239
492
|
crop: ""
|
240
493
|
crop-alt: ""
|
494
|
+
crop-simple: ""
|
241
495
|
cross: ""
|
242
496
|
crosshairs: ""
|
243
497
|
crow: ""
|
244
498
|
crown: ""
|
245
499
|
crutch: ""
|
500
|
+
cruzeiro-sign: ""
|
246
501
|
cube: ""
|
247
502
|
cubes: ""
|
503
|
+
cubes-stacked: ""
|
248
504
|
cut: ""
|
505
|
+
cutlery: ""
|
506
|
+
d: D
|
507
|
+
dashboard: ""
|
249
508
|
database: ""
|
250
509
|
deaf: ""
|
510
|
+
deafness: ""
|
511
|
+
dedent: ""
|
512
|
+
delete-left: ""
|
251
513
|
democrat: ""
|
252
|
-
desktop: "
|
514
|
+
desktop: ""
|
515
|
+
desktop-alt: ""
|
253
516
|
dharmachakra: ""
|
254
517
|
diagnoses: ""
|
518
|
+
diagram-next: ""
|
519
|
+
diagram-predecessor: ""
|
520
|
+
diagram-project: ""
|
521
|
+
diagram-successor: ""
|
522
|
+
diamond: ""
|
523
|
+
diamond-turn-right: ""
|
255
524
|
dice: ""
|
256
525
|
dice-d20: ""
|
257
526
|
dice-d6: ""
|
@@ -261,25 +530,35 @@ fas:
|
|
261
530
|
dice-six: ""
|
262
531
|
dice-three: ""
|
263
532
|
dice-two: ""
|
533
|
+
digging: ""
|
264
534
|
digital-tachograph: ""
|
265
535
|
directions: ""
|
266
536
|
disease: ""
|
537
|
+
display: ""
|
267
538
|
divide: ""
|
268
539
|
dizzy: ""
|
269
540
|
dna: ""
|
270
541
|
dog: ""
|
271
|
-
dollar
|
542
|
+
dollar: "$"
|
543
|
+
dollar-sign: "$"
|
272
544
|
dolly: ""
|
545
|
+
dolly-box: ""
|
273
546
|
dolly-flatbed: ""
|
274
547
|
donate: ""
|
548
|
+
dong-sign: ""
|
275
549
|
door-closed: ""
|
276
550
|
door-open: ""
|
277
551
|
dot-circle: ""
|
278
552
|
dove: ""
|
553
|
+
down-left-and-up-right-to-center: ""
|
554
|
+
down-long: ""
|
279
555
|
download: ""
|
280
556
|
drafting-compass: ""
|
281
557
|
dragon: ""
|
282
558
|
draw-polygon: ""
|
559
|
+
drivers-license: ""
|
560
|
+
droplet: ""
|
561
|
+
droplet-slash: ""
|
283
562
|
drum: ""
|
284
563
|
drum-steelpan: ""
|
285
564
|
drumstick-bite: ""
|
@@ -287,95 +566,207 @@ fas:
|
|
287
566
|
dumpster: ""
|
288
567
|
dumpster-fire: ""
|
289
568
|
dungeon: ""
|
569
|
+
e: E
|
570
|
+
ear-deaf: ""
|
571
|
+
ear-listen: ""
|
572
|
+
earth: ""
|
573
|
+
earth-africa: ""
|
574
|
+
earth-america: ""
|
575
|
+
earth-americas: ""
|
576
|
+
earth-asia: ""
|
577
|
+
earth-europe: ""
|
578
|
+
earth-oceania: ""
|
290
579
|
edit: ""
|
291
580
|
egg: ""
|
292
581
|
eject: ""
|
582
|
+
elevator: ""
|
583
|
+
ellipsis: ""
|
293
584
|
ellipsis-h: ""
|
294
585
|
ellipsis-v: ""
|
586
|
+
ellipsis-vertical: ""
|
295
587
|
envelope: ""
|
588
|
+
envelope-circle-check: ""
|
296
589
|
envelope-open: ""
|
297
590
|
envelope-open-text: ""
|
298
591
|
envelope-square: ""
|
299
|
-
|
592
|
+
envelopes-bulk: ""
|
593
|
+
equals: "="
|
300
594
|
eraser: ""
|
301
595
|
ethernet: ""
|
596
|
+
eur: ""
|
597
|
+
euro: ""
|
302
598
|
euro-sign: ""
|
599
|
+
exchange: ""
|
303
600
|
exchange-alt: ""
|
304
|
-
exclamation: "
|
601
|
+
exclamation: "!"
|
305
602
|
exclamation-circle: ""
|
306
603
|
exclamation-triangle: ""
|
307
604
|
expand: ""
|
308
605
|
expand-alt: ""
|
309
606
|
expand-arrows-alt: ""
|
607
|
+
explosion: ""
|
608
|
+
external-link: ""
|
310
609
|
external-link-alt: ""
|
610
|
+
external-link-square: ""
|
311
611
|
external-link-square-alt: ""
|
312
612
|
eye: ""
|
313
613
|
eye-dropper: ""
|
614
|
+
eye-dropper-empty: ""
|
615
|
+
eye-low-vision: ""
|
314
616
|
eye-slash: ""
|
617
|
+
eyedropper: ""
|
618
|
+
f: F
|
619
|
+
face-angry: ""
|
620
|
+
face-dizzy: ""
|
621
|
+
face-flushed: ""
|
622
|
+
face-frown: ""
|
623
|
+
face-frown-open: ""
|
624
|
+
face-grimace: ""
|
625
|
+
face-grin: ""
|
626
|
+
face-grin-beam: ""
|
627
|
+
face-grin-beam-sweat: ""
|
628
|
+
face-grin-hearts: ""
|
629
|
+
face-grin-squint: ""
|
630
|
+
face-grin-squint-tears: ""
|
631
|
+
face-grin-stars: ""
|
632
|
+
face-grin-tears: ""
|
633
|
+
face-grin-tongue: ""
|
634
|
+
face-grin-tongue-squint: ""
|
635
|
+
face-grin-tongue-wink: ""
|
636
|
+
face-grin-wide: ""
|
637
|
+
face-grin-wink: ""
|
638
|
+
face-kiss: ""
|
639
|
+
face-kiss-beam: ""
|
640
|
+
face-kiss-wink-heart: ""
|
641
|
+
face-laugh: ""
|
642
|
+
face-laugh-beam: ""
|
643
|
+
face-laugh-squint: ""
|
644
|
+
face-laugh-wink: ""
|
645
|
+
face-meh: ""
|
646
|
+
face-meh-blank: ""
|
647
|
+
face-rolling-eyes: ""
|
648
|
+
face-sad-cry: ""
|
649
|
+
face-sad-tear: ""
|
650
|
+
face-smile: ""
|
651
|
+
face-smile-beam: ""
|
652
|
+
face-smile-wink: ""
|
653
|
+
face-surprise: ""
|
654
|
+
face-tired: ""
|
315
655
|
fan: ""
|
316
656
|
fast-backward: ""
|
317
657
|
fast-forward: ""
|
318
658
|
faucet: ""
|
659
|
+
faucet-drip: ""
|
319
660
|
fax: ""
|
320
661
|
feather: ""
|
321
662
|
feather-alt: ""
|
663
|
+
feather-pointed: ""
|
664
|
+
feed: ""
|
322
665
|
female: ""
|
666
|
+
ferry: ""
|
323
667
|
fighter-jet: ""
|
324
668
|
file: ""
|
325
669
|
file-alt: ""
|
326
670
|
file-archive: ""
|
671
|
+
file-arrow-down: ""
|
672
|
+
file-arrow-up: ""
|
327
673
|
file-audio: ""
|
674
|
+
file-circle-check: ""
|
675
|
+
file-circle-exclamation: ""
|
676
|
+
file-circle-minus: ""
|
677
|
+
file-circle-plus: ""
|
678
|
+
file-circle-question: ""
|
679
|
+
file-circle-xmark: ""
|
680
|
+
file-clipboard: ""
|
328
681
|
file-code: ""
|
329
682
|
file-contract: ""
|
330
683
|
file-csv: ""
|
331
684
|
file-download: ""
|
685
|
+
file-edit: ""
|
332
686
|
file-excel: ""
|
333
687
|
file-export: ""
|
688
|
+
file-fragment: ""
|
689
|
+
file-half-dashed: ""
|
334
690
|
file-image: ""
|
335
691
|
file-import: ""
|
336
692
|
file-invoice: ""
|
337
693
|
file-invoice-dollar: ""
|
694
|
+
file-lines: ""
|
338
695
|
file-medical: ""
|
339
696
|
file-medical-alt: ""
|
340
697
|
file-pdf: ""
|
698
|
+
file-pen: ""
|
341
699
|
file-powerpoint: ""
|
342
700
|
file-prescription: ""
|
701
|
+
file-shield: ""
|
343
702
|
file-signature: ""
|
703
|
+
file-text: ""
|
344
704
|
file-upload: ""
|
345
705
|
file-video: ""
|
706
|
+
file-waveform: ""
|
346
707
|
file-word: ""
|
708
|
+
file-zipper: ""
|
347
709
|
fill: ""
|
348
710
|
fill-drip: ""
|
349
711
|
film: ""
|
350
712
|
filter: ""
|
713
|
+
filter-circle-dollar: ""
|
714
|
+
filter-circle-xmark: ""
|
351
715
|
fingerprint: ""
|
352
716
|
fire: ""
|
353
717
|
fire-alt: ""
|
718
|
+
fire-burner: ""
|
354
719
|
fire-extinguisher: ""
|
720
|
+
fire-flame-curved: ""
|
721
|
+
fire-flame-simple: ""
|
355
722
|
first-aid: ""
|
356
723
|
fish: ""
|
724
|
+
fish-fins: ""
|
357
725
|
fist-raised: ""
|
358
726
|
flag: ""
|
359
727
|
flag-checkered: ""
|
360
728
|
flag-usa: ""
|
361
729
|
flask: ""
|
730
|
+
flask-vial: ""
|
731
|
+
floppy-disk: ""
|
732
|
+
florin-sign: ""
|
362
733
|
flushed: ""
|
363
734
|
folder: ""
|
735
|
+
folder-blank: ""
|
736
|
+
folder-closed: ""
|
364
737
|
folder-minus: ""
|
365
738
|
folder-open: ""
|
366
739
|
folder-plus: ""
|
740
|
+
folder-tree: ""
|
367
741
|
font: ""
|
368
|
-
font-awesome
|
742
|
+
font-awesome: ""
|
743
|
+
font-awesome-flag: ""
|
744
|
+
font-awesome-logo-full: ""
|
745
|
+
football: ""
|
369
746
|
football-ball: ""
|
370
747
|
forward: ""
|
748
|
+
forward-fast: ""
|
749
|
+
forward-step: ""
|
750
|
+
franc-sign: ""
|
371
751
|
frog: ""
|
372
752
|
frown: ""
|
373
753
|
frown-open: ""
|
374
754
|
funnel-dollar: ""
|
375
755
|
futbol: ""
|
756
|
+
futbol-ball: ""
|
757
|
+
g: G
|
376
758
|
gamepad: ""
|
377
759
|
gas-pump: ""
|
760
|
+
gauge: ""
|
761
|
+
gauge-high: ""
|
762
|
+
gauge-med: ""
|
763
|
+
gauge-simple: ""
|
764
|
+
gauge-simple-high: ""
|
765
|
+
gauge-simple-med: ""
|
378
766
|
gavel: ""
|
767
|
+
gbp: ""
|
768
|
+
gear: ""
|
769
|
+
gears: ""
|
379
770
|
gem: ""
|
380
771
|
genderless: ""
|
381
772
|
ghost: ""
|
@@ -384,6 +775,8 @@ fas:
|
|
384
775
|
glass-cheers: ""
|
385
776
|
glass-martini: ""
|
386
777
|
glass-martini-alt: ""
|
778
|
+
glass-water: ""
|
779
|
+
glass-water-droplet: ""
|
387
780
|
glass-whiskey: ""
|
388
781
|
glasses: ""
|
389
782
|
globe: ""
|
@@ -391,10 +784,12 @@ fas:
|
|
391
784
|
globe-americas: ""
|
392
785
|
globe-asia: ""
|
393
786
|
globe-europe: ""
|
787
|
+
globe-oceania: ""
|
394
788
|
golf-ball: ""
|
789
|
+
golf-ball-tee: ""
|
395
790
|
gopuram: ""
|
396
791
|
graduation-cap: ""
|
397
|
-
greater-than: "
|
792
|
+
greater-than: ">"
|
398
793
|
greater-than-equal: ""
|
399
794
|
grimace: ""
|
400
795
|
grin: ""
|
@@ -410,16 +805,28 @@ fas:
|
|
410
805
|
grin-tongue-squint: ""
|
411
806
|
grin-tongue-wink: ""
|
412
807
|
grin-wink: ""
|
808
|
+
grip: ""
|
413
809
|
grip-horizontal: ""
|
414
810
|
grip-lines: ""
|
415
811
|
grip-lines-vertical: ""
|
416
812
|
grip-vertical: ""
|
813
|
+
group-arrows-rotate: ""
|
814
|
+
guarani-sign: ""
|
417
815
|
guitar: ""
|
816
|
+
gun: ""
|
817
|
+
h: H
|
418
818
|
h-square: ""
|
419
819
|
hamburger: ""
|
420
820
|
hammer: ""
|
421
821
|
hamsa: ""
|
822
|
+
hand: ""
|
823
|
+
hand-back-fist: ""
|
824
|
+
hand-dots: ""
|
825
|
+
hand-fist: ""
|
422
826
|
hand-holding: ""
|
827
|
+
hand-holding-dollar: ""
|
828
|
+
hand-holding-droplet: ""
|
829
|
+
hand-holding-hand: ""
|
423
830
|
hand-holding-heart: ""
|
424
831
|
hand-holding-medical: ""
|
425
832
|
hand-holding-usd: ""
|
@@ -437,54 +844,126 @@ fas:
|
|
437
844
|
hand-scissors: ""
|
438
845
|
hand-sparkles: ""
|
439
846
|
hand-spock: ""
|
440
|
-
|
847
|
+
handcuffs: ""
|
848
|
+
hands: ""
|
849
|
+
hands-american-sign-language-interpreting: ""
|
850
|
+
hands-asl-interpreting: ""
|
851
|
+
hands-bound: ""
|
852
|
+
hands-bubbles: ""
|
853
|
+
hands-clapping: ""
|
441
854
|
hands-helping: ""
|
855
|
+
hands-holding: ""
|
856
|
+
hands-holding-child: ""
|
857
|
+
hands-holding-circle: ""
|
858
|
+
hands-praying: ""
|
442
859
|
hands-wash: ""
|
443
860
|
handshake: ""
|
861
|
+
handshake-alt: ""
|
444
862
|
handshake-alt-slash: ""
|
863
|
+
handshake-angle: ""
|
864
|
+
handshake-simple: ""
|
865
|
+
handshake-simple-slash: ""
|
445
866
|
handshake-slash: ""
|
446
867
|
hanukiah: ""
|
868
|
+
hard-drive: ""
|
447
869
|
hard-hat: ""
|
448
|
-
|
870
|
+
hard-of-hearing: ""
|
871
|
+
hashtag: "#"
|
449
872
|
hat-cowboy: ""
|
450
873
|
hat-cowboy-side: ""
|
874
|
+
hat-hard: ""
|
451
875
|
hat-wizard: ""
|
876
|
+
haykal: ""
|
452
877
|
hdd: ""
|
453
878
|
head-side-cough: ""
|
454
879
|
head-side-cough-slash: ""
|
455
880
|
head-side-mask: ""
|
456
881
|
head-side-virus: ""
|
882
|
+
header: ""
|
457
883
|
heading: ""
|
458
884
|
headphones: ""
|
459
885
|
headphones-alt: ""
|
886
|
+
headphones-simple: ""
|
460
887
|
headset: ""
|
461
888
|
heart: ""
|
462
889
|
heart-broken: ""
|
890
|
+
heart-circle-bolt: ""
|
891
|
+
heart-circle-check: ""
|
892
|
+
heart-circle-exclamation: ""
|
893
|
+
heart-circle-minus: ""
|
894
|
+
heart-circle-plus: ""
|
895
|
+
heart-circle-xmark: ""
|
896
|
+
heart-crack: ""
|
897
|
+
heart-music-camera-bolt: ""
|
898
|
+
heart-pulse: ""
|
463
899
|
heartbeat: ""
|
464
900
|
helicopter: ""
|
901
|
+
helicopter-symbol: ""
|
902
|
+
helmet-safety: ""
|
903
|
+
helmet-un: ""
|
904
|
+
hexagon-nodes: ""
|
905
|
+
hexagon-nodes-bolt: ""
|
465
906
|
highlighter: ""
|
466
907
|
hiking: ""
|
908
|
+
hill-avalanche: ""
|
909
|
+
hill-rockslide: ""
|
467
910
|
hippo: ""
|
468
911
|
history: ""
|
469
912
|
hockey-puck: ""
|
470
913
|
holly-berry: ""
|
471
914
|
home: ""
|
915
|
+
home-alt: ""
|
916
|
+
home-lg: ""
|
917
|
+
home-lg-alt: ""
|
918
|
+
home-user: ""
|
472
919
|
horse: ""
|
473
920
|
horse-head: ""
|
474
921
|
hospital: ""
|
475
|
-
hospital-alt: "
|
922
|
+
hospital-alt: ""
|
476
923
|
hospital-symbol: ""
|
477
924
|
hospital-user: ""
|
925
|
+
hospital-wide: ""
|
478
926
|
hot-tub: ""
|
927
|
+
hot-tub-person: ""
|
479
928
|
hotdog: ""
|
480
929
|
hotel: ""
|
481
930
|
hourglass: ""
|
931
|
+
hourglass-1: ""
|
932
|
+
hourglass-2: ""
|
933
|
+
hourglass-3: ""
|
934
|
+
hourglass-empty: ""
|
482
935
|
hourglass-end: ""
|
483
936
|
hourglass-half: ""
|
484
937
|
hourglass-start: ""
|
938
|
+
house: ""
|
939
|
+
house-chimney: ""
|
940
|
+
house-chimney-crack: ""
|
941
|
+
house-chimney-medical: ""
|
942
|
+
house-chimney-user: ""
|
943
|
+
house-chimney-window: ""
|
944
|
+
house-circle-check: ""
|
945
|
+
house-circle-exclamation: ""
|
946
|
+
house-circle-xmark: ""
|
947
|
+
house-crack: ""
|
485
948
|
house-damage: ""
|
486
|
-
house-
|
949
|
+
house-fire: ""
|
950
|
+
house-flag: ""
|
951
|
+
house-flood-water: ""
|
952
|
+
house-flood-water-circle-arrow-right: ""
|
953
|
+
house-laptop: ""
|
954
|
+
house-lock: ""
|
955
|
+
house-medical: ""
|
956
|
+
house-medical-circle-check: ""
|
957
|
+
house-medical-circle-exclamation: ""
|
958
|
+
house-medical-circle-xmark: ""
|
959
|
+
house-medical-flag: ""
|
960
|
+
house-signal: ""
|
961
|
+
house-tsunami: ""
|
962
|
+
house-user: ""
|
487
963
|
hryvnia: ""
|
964
|
+
hryvnia-sign: ""
|
965
|
+
hurricane: ""
|
966
|
+
i: I
|
488
967
|
i-cursor: ""
|
489
968
|
ice-cream: ""
|
490
969
|
icicles: ""
|
@@ -492,68 +971,134 @@ fas:
|
|
492
971
|
id-badge: ""
|
493
972
|
id-card: ""
|
494
973
|
id-card-alt: ""
|
974
|
+
id-card-clip: ""
|
495
975
|
igloo: ""
|
976
|
+
ils: ""
|
496
977
|
image: ""
|
978
|
+
image-portrait: ""
|
497
979
|
images: ""
|
498
980
|
inbox: ""
|
499
981
|
indent: ""
|
982
|
+
indian-rupee: ""
|
983
|
+
indian-rupee-sign: ""
|
500
984
|
industry: ""
|
501
985
|
infinity: ""
|
502
986
|
info: ""
|
503
987
|
info-circle: ""
|
988
|
+
inr: ""
|
989
|
+
institution: ""
|
504
990
|
italic: ""
|
991
|
+
j: J
|
992
|
+
jar: ""
|
993
|
+
jar-wheat: ""
|
505
994
|
jedi: ""
|
995
|
+
jet-fighter: ""
|
996
|
+
jet-fighter-up: ""
|
506
997
|
joint: ""
|
507
998
|
journal-whills: ""
|
999
|
+
jpy: ""
|
1000
|
+
jug-detergent: ""
|
1001
|
+
k: K
|
508
1002
|
kaaba: ""
|
509
1003
|
key: ""
|
510
1004
|
keyboard: ""
|
511
1005
|
khanda: ""
|
1006
|
+
kip-sign: ""
|
512
1007
|
kiss: ""
|
513
1008
|
kiss-beam: ""
|
514
1009
|
kiss-wink-heart: ""
|
1010
|
+
kit-medical: ""
|
1011
|
+
kitchen-set: ""
|
515
1012
|
kiwi-bird: ""
|
1013
|
+
krw: ""
|
1014
|
+
l: L
|
1015
|
+
ladder-water: ""
|
1016
|
+
land-mine-on: ""
|
516
1017
|
landmark: ""
|
1018
|
+
landmark-alt: ""
|
1019
|
+
landmark-dome: ""
|
1020
|
+
landmark-flag: ""
|
517
1021
|
language: ""
|
518
1022
|
laptop: ""
|
519
1023
|
laptop-code: ""
|
1024
|
+
laptop-file: ""
|
520
1025
|
laptop-house: ""
|
521
1026
|
laptop-medical: ""
|
1027
|
+
lari-sign: ""
|
522
1028
|
laugh: ""
|
523
1029
|
laugh-beam: ""
|
524
1030
|
laugh-squint: ""
|
525
1031
|
laugh-wink: ""
|
526
1032
|
layer-group: ""
|
527
1033
|
leaf: ""
|
1034
|
+
left-long: ""
|
1035
|
+
left-right: ""
|
1036
|
+
legal: ""
|
528
1037
|
lemon: ""
|
529
|
-
less-than: "
|
1038
|
+
less-than: "<"
|
530
1039
|
less-than-equal: ""
|
1040
|
+
level-down: ""
|
531
1041
|
level-down-alt: ""
|
1042
|
+
level-up: ""
|
532
1043
|
level-up-alt: ""
|
533
1044
|
life-ring: ""
|
534
1045
|
lightbulb: ""
|
1046
|
+
line-chart: ""
|
1047
|
+
lines-leaning: ""
|
535
1048
|
link: ""
|
1049
|
+
link-slash: ""
|
536
1050
|
lira-sign: ""
|
537
1051
|
list: ""
|
1052
|
+
list-1-2: ""
|
538
1053
|
list-alt: ""
|
1054
|
+
list-check: ""
|
1055
|
+
list-dots: ""
|
1056
|
+
list-numeric: ""
|
539
1057
|
list-ol: ""
|
1058
|
+
list-squares: ""
|
540
1059
|
list-ul: ""
|
1060
|
+
litecoin-sign: ""
|
1061
|
+
location: ""
|
541
1062
|
location-arrow: ""
|
1063
|
+
location-crosshairs: ""
|
1064
|
+
location-dot: ""
|
1065
|
+
location-pin: ""
|
1066
|
+
location-pin-lock: ""
|
542
1067
|
lock: ""
|
543
1068
|
lock-open: ""
|
1069
|
+
locust: ""
|
544
1070
|
long-arrow-alt-down: ""
|
545
1071
|
long-arrow-alt-left: ""
|
546
1072
|
long-arrow-alt-right: ""
|
547
1073
|
long-arrow-alt-up: ""
|
1074
|
+
long-arrow-down: ""
|
1075
|
+
long-arrow-left: ""
|
1076
|
+
long-arrow-right: ""
|
1077
|
+
long-arrow-up: ""
|
548
1078
|
low-vision: ""
|
549
1079
|
luggage-cart: ""
|
550
1080
|
lungs: ""
|
551
1081
|
lungs-virus: ""
|
1082
|
+
m: M
|
552
1083
|
magic: ""
|
1084
|
+
magic-wand-sparkles: ""
|
553
1085
|
magnet: ""
|
1086
|
+
magnifying-glass: ""
|
1087
|
+
magnifying-glass-arrow-right: ""
|
1088
|
+
magnifying-glass-chart: ""
|
1089
|
+
magnifying-glass-dollar: ""
|
1090
|
+
magnifying-glass-location: ""
|
1091
|
+
magnifying-glass-minus: ""
|
1092
|
+
magnifying-glass-plus: ""
|
554
1093
|
mail-bulk: ""
|
1094
|
+
mail-forward: ""
|
1095
|
+
mail-reply: ""
|
1096
|
+
mail-reply-all: ""
|
555
1097
|
male: ""
|
1098
|
+
manat-sign: ""
|
556
1099
|
map: ""
|
1100
|
+
map-location: ""
|
1101
|
+
map-location-dot: ""
|
557
1102
|
map-marked: ""
|
558
1103
|
map-marked-alt: ""
|
559
1104
|
map-marker: ""
|
@@ -562,11 +1107,23 @@ fas:
|
|
562
1107
|
map-signs: ""
|
563
1108
|
marker: ""
|
564
1109
|
mars: ""
|
1110
|
+
mars-and-venus: ""
|
1111
|
+
mars-and-venus-burst: ""
|
565
1112
|
mars-double: ""
|
566
1113
|
mars-stroke: ""
|
567
1114
|
mars-stroke-h: ""
|
1115
|
+
mars-stroke-right: ""
|
1116
|
+
mars-stroke-up: ""
|
568
1117
|
mars-stroke-v: ""
|
1118
|
+
martini-glass: ""
|
1119
|
+
martini-glass-citrus: ""
|
1120
|
+
martini-glass-empty: ""
|
569
1121
|
mask: ""
|
1122
|
+
mask-face: ""
|
1123
|
+
mask-ventilator: ""
|
1124
|
+
masks-theater: ""
|
1125
|
+
mattress-pillow: ""
|
1126
|
+
maximize: ""
|
570
1127
|
medal: ""
|
571
1128
|
medkit: ""
|
572
1129
|
meh: ""
|
@@ -575,51 +1132,89 @@ fas:
|
|
575
1132
|
memory: ""
|
576
1133
|
menorah: ""
|
577
1134
|
mercury: ""
|
1135
|
+
message: ""
|
578
1136
|
meteor: ""
|
579
1137
|
microchip: ""
|
580
1138
|
microphone: ""
|
581
1139
|
microphone-alt: ""
|
582
1140
|
microphone-alt-slash: ""
|
1141
|
+
microphone-lines: ""
|
1142
|
+
microphone-lines-slash: ""
|
583
1143
|
microphone-slash: ""
|
584
1144
|
microscope: ""
|
1145
|
+
mill-sign: ""
|
1146
|
+
minimize: ""
|
585
1147
|
minus: ""
|
586
1148
|
minus-circle: ""
|
587
1149
|
minus-square: ""
|
588
1150
|
mitten: ""
|
589
|
-
mobile: "
|
1151
|
+
mobile: ""
|
590
1152
|
mobile-alt: ""
|
1153
|
+
mobile-android: ""
|
1154
|
+
mobile-android-alt: ""
|
1155
|
+
mobile-button: ""
|
1156
|
+
mobile-phone: ""
|
1157
|
+
mobile-retro: ""
|
1158
|
+
mobile-screen: ""
|
1159
|
+
mobile-screen-button: ""
|
591
1160
|
money-bill: ""
|
1161
|
+
money-bill-1: ""
|
1162
|
+
money-bill-1-wave: ""
|
592
1163
|
money-bill-alt: ""
|
1164
|
+
money-bill-transfer: ""
|
1165
|
+
money-bill-trend-up: ""
|
593
1166
|
money-bill-wave: ""
|
594
1167
|
money-bill-wave-alt: ""
|
1168
|
+
money-bill-wheat: ""
|
1169
|
+
money-bills: ""
|
595
1170
|
money-check: ""
|
596
1171
|
money-check-alt: ""
|
1172
|
+
money-check-dollar: ""
|
597
1173
|
monument: ""
|
598
1174
|
moon: ""
|
1175
|
+
mortar-board: ""
|
599
1176
|
mortar-pestle: ""
|
600
1177
|
mosque: ""
|
1178
|
+
mosquito: ""
|
1179
|
+
mosquito-net: ""
|
601
1180
|
motorcycle: ""
|
1181
|
+
mound: ""
|
602
1182
|
mountain: ""
|
1183
|
+
mountain-city: ""
|
1184
|
+
mountain-sun: ""
|
603
1185
|
mouse: ""
|
604
1186
|
mouse-pointer: ""
|
605
1187
|
mug-hot: ""
|
1188
|
+
mug-saucer: ""
|
1189
|
+
multiply: ""
|
1190
|
+
museum: ""
|
606
1191
|
music: ""
|
1192
|
+
"n": N
|
1193
|
+
naira-sign: ""
|
1194
|
+
navicon: ""
|
607
1195
|
network-wired: ""
|
608
1196
|
neuter: ""
|
609
1197
|
newspaper: ""
|
610
1198
|
not-equal: ""
|
1199
|
+
notdef: ""
|
1200
|
+
note-sticky: ""
|
611
1201
|
notes-medical: ""
|
1202
|
+
o: O
|
612
1203
|
object-group: ""
|
613
1204
|
object-ungroup: ""
|
614
1205
|
oil-can: ""
|
1206
|
+
oil-well: ""
|
615
1207
|
om: ""
|
616
1208
|
otter: ""
|
617
1209
|
outdent: ""
|
1210
|
+
p: P
|
618
1211
|
pager: ""
|
619
1212
|
paint-brush: ""
|
620
1213
|
paint-roller: ""
|
1214
|
+
paintbrush: ""
|
621
1215
|
palette: ""
|
622
1216
|
pallet: ""
|
1217
|
+
panorama: ""
|
623
1218
|
paper-plane: ""
|
624
1219
|
paperclip: ""
|
625
1220
|
parachute-box: ""
|
@@ -634,42 +1229,120 @@ fas:
|
|
634
1229
|
peace: ""
|
635
1230
|
pen: ""
|
636
1231
|
pen-alt: ""
|
1232
|
+
pen-clip: ""
|
637
1233
|
pen-fancy: ""
|
638
1234
|
pen-nib: ""
|
1235
|
+
pen-ruler: ""
|
639
1236
|
pen-square: ""
|
1237
|
+
pen-to-square: ""
|
1238
|
+
pencil: ""
|
640
1239
|
pencil-alt: ""
|
641
1240
|
pencil-ruler: ""
|
1241
|
+
pencil-square: ""
|
642
1242
|
people-arrows: ""
|
1243
|
+
people-arrows-left-right: ""
|
643
1244
|
people-carry: ""
|
1245
|
+
people-carry-box: ""
|
1246
|
+
people-group: ""
|
1247
|
+
people-line: ""
|
1248
|
+
people-pulling: ""
|
1249
|
+
people-robbery: ""
|
1250
|
+
people-roof: ""
|
644
1251
|
pepper-hot: ""
|
645
|
-
percent: "
|
646
|
-
percentage: "
|
1252
|
+
percent: "%"
|
1253
|
+
percentage: "%"
|
1254
|
+
person: ""
|
1255
|
+
person-arrow-down-to-line: ""
|
1256
|
+
person-arrow-up-from-line: ""
|
1257
|
+
person-biking: ""
|
647
1258
|
person-booth: ""
|
1259
|
+
person-breastfeeding: ""
|
1260
|
+
person-burst: ""
|
1261
|
+
person-cane: ""
|
1262
|
+
person-chalkboard: ""
|
1263
|
+
person-circle-check: ""
|
1264
|
+
person-circle-exclamation: ""
|
1265
|
+
person-circle-minus: ""
|
1266
|
+
person-circle-plus: ""
|
1267
|
+
person-circle-question: ""
|
1268
|
+
person-circle-xmark: ""
|
1269
|
+
person-digging: ""
|
1270
|
+
person-dots-from-line: ""
|
1271
|
+
person-dress: ""
|
1272
|
+
person-dress-burst: ""
|
1273
|
+
person-drowning: ""
|
1274
|
+
person-falling: ""
|
1275
|
+
person-falling-burst: ""
|
1276
|
+
person-half-dress: ""
|
1277
|
+
person-harassing: ""
|
1278
|
+
person-hiking: ""
|
1279
|
+
person-military-pointing: ""
|
1280
|
+
person-military-rifle: ""
|
1281
|
+
person-military-to-person: ""
|
1282
|
+
person-praying: ""
|
1283
|
+
person-pregnant: ""
|
1284
|
+
person-rays: ""
|
1285
|
+
person-rifle: ""
|
1286
|
+
person-running: ""
|
1287
|
+
person-shelter: ""
|
1288
|
+
person-skating: ""
|
1289
|
+
person-skiing: ""
|
1290
|
+
person-skiing-nordic: ""
|
1291
|
+
person-snowboarding: ""
|
1292
|
+
person-swimming: ""
|
1293
|
+
person-through-window: ""
|
1294
|
+
person-walking: ""
|
1295
|
+
person-walking-arrow-loop-left: ""
|
1296
|
+
person-walking-arrow-right: ""
|
1297
|
+
person-walking-dashed-line-arrow-right: ""
|
1298
|
+
person-walking-luggage: ""
|
1299
|
+
person-walking-with-cane: ""
|
1300
|
+
peseta-sign: ""
|
1301
|
+
peso-sign: ""
|
648
1302
|
phone: ""
|
649
1303
|
phone-alt: ""
|
1304
|
+
phone-flip: ""
|
650
1305
|
phone-slash: ""
|
651
1306
|
phone-square: ""
|
652
1307
|
phone-square-alt: ""
|
653
1308
|
phone-volume: ""
|
1309
|
+
photo-film: ""
|
654
1310
|
photo-video: ""
|
1311
|
+
pie-chart: ""
|
655
1312
|
piggy-bank: ""
|
656
1313
|
pills: ""
|
1314
|
+
ping-pong-paddle-ball: ""
|
657
1315
|
pizza-slice: ""
|
658
1316
|
place-of-worship: ""
|
659
1317
|
plane: ""
|
660
1318
|
plane-arrival: ""
|
1319
|
+
plane-circle-check: ""
|
1320
|
+
plane-circle-exclamation: ""
|
1321
|
+
plane-circle-xmark: ""
|
661
1322
|
plane-departure: ""
|
1323
|
+
plane-lock: ""
|
662
1324
|
plane-slash: ""
|
1325
|
+
plane-up: ""
|
1326
|
+
plant-wilt: ""
|
1327
|
+
plate-wheat: ""
|
663
1328
|
play: ""
|
664
1329
|
play-circle: ""
|
665
1330
|
plug: ""
|
666
|
-
|
1331
|
+
plug-circle-bolt: ""
|
1332
|
+
plug-circle-check: ""
|
1333
|
+
plug-circle-exclamation: ""
|
1334
|
+
plug-circle-minus: ""
|
1335
|
+
plug-circle-plus: ""
|
1336
|
+
plug-circle-xmark: ""
|
1337
|
+
plus: "+"
|
667
1338
|
plus-circle: ""
|
1339
|
+
plus-minus: ""
|
668
1340
|
plus-square: ""
|
669
1341
|
podcast: ""
|
670
1342
|
poll: ""
|
671
1343
|
poll-h: ""
|
672
1344
|
poo: ""
|
1345
|
+
poo-bolt: ""
|
673
1346
|
poo-storm: ""
|
674
1347
|
poop: ""
|
675
1348
|
portrait: ""
|
@@ -680,88 +1353,172 @@ fas:
|
|
680
1353
|
prescription: ""
|
681
1354
|
prescription-bottle: ""
|
682
1355
|
prescription-bottle-alt: ""
|
1356
|
+
prescription-bottle-medical: ""
|
683
1357
|
print: ""
|
684
1358
|
procedures: ""
|
685
1359
|
project-diagram: ""
|
686
1360
|
pump-medical: ""
|
687
1361
|
pump-soap: ""
|
688
1362
|
puzzle-piece: ""
|
1363
|
+
q: Q
|
689
1364
|
qrcode: ""
|
690
|
-
question: "
|
1365
|
+
question: "?"
|
691
1366
|
question-circle: ""
|
692
1367
|
quidditch: ""
|
1368
|
+
quidditch-broom-ball: ""
|
693
1369
|
quote-left: ""
|
1370
|
+
quote-left-alt: ""
|
694
1371
|
quote-right: ""
|
1372
|
+
quote-right-alt: ""
|
695
1373
|
quran: ""
|
1374
|
+
r: R
|
696
1375
|
radiation: ""
|
697
1376
|
radiation-alt: ""
|
1377
|
+
radio: ""
|
698
1378
|
rainbow: ""
|
699
1379
|
random: ""
|
1380
|
+
ranking-star: ""
|
700
1381
|
receipt: ""
|
701
1382
|
record-vinyl: ""
|
1383
|
+
rectangle-ad: ""
|
1384
|
+
rectangle-list: ""
|
1385
|
+
rectangle-times: ""
|
1386
|
+
rectangle-xmark: ""
|
702
1387
|
recycle: ""
|
703
1388
|
redo: ""
|
704
1389
|
redo-alt: ""
|
1390
|
+
refresh: ""
|
705
1391
|
registered: ""
|
1392
|
+
remove: ""
|
706
1393
|
remove-format: ""
|
1394
|
+
reorder: ""
|
1395
|
+
repeat: ""
|
707
1396
|
reply: ""
|
708
1397
|
reply-all: ""
|
709
1398
|
republican: ""
|
710
1399
|
restroom: ""
|
711
1400
|
retweet: ""
|
712
1401
|
ribbon: ""
|
1402
|
+
right-from-bracket: ""
|
1403
|
+
right-left: ""
|
1404
|
+
right-long: ""
|
1405
|
+
right-to-bracket: ""
|
713
1406
|
ring: ""
|
1407
|
+
rmb: ""
|
714
1408
|
road: ""
|
1409
|
+
road-barrier: ""
|
1410
|
+
road-bridge: ""
|
1411
|
+
road-circle-check: ""
|
1412
|
+
road-circle-exclamation: ""
|
1413
|
+
road-circle-xmark: ""
|
1414
|
+
road-lock: ""
|
1415
|
+
road-spikes: ""
|
715
1416
|
robot: ""
|
716
1417
|
rocket: ""
|
1418
|
+
rod-asclepius: ""
|
1419
|
+
rod-snake: ""
|
1420
|
+
rotate: ""
|
1421
|
+
rotate-back: ""
|
1422
|
+
rotate-backward: ""
|
1423
|
+
rotate-forward: ""
|
1424
|
+
rotate-left: ""
|
1425
|
+
rotate-right: ""
|
1426
|
+
rouble: ""
|
717
1427
|
route: ""
|
718
1428
|
rss: ""
|
719
1429
|
rss-square: ""
|
1430
|
+
rub: ""
|
1431
|
+
ruble: ""
|
720
1432
|
ruble-sign: ""
|
1433
|
+
rug: ""
|
721
1434
|
ruler: ""
|
722
1435
|
ruler-combined: ""
|
723
1436
|
ruler-horizontal: ""
|
724
1437
|
ruler-vertical: ""
|
725
1438
|
running: ""
|
1439
|
+
rupee: ""
|
726
1440
|
rupee-sign: ""
|
1441
|
+
rupiah-sign: ""
|
1442
|
+
s: S
|
1443
|
+
sack-dollar: ""
|
1444
|
+
sack-xmark: ""
|
727
1445
|
sad-cry: ""
|
728
1446
|
sad-tear: ""
|
1447
|
+
sailboat: ""
|
729
1448
|
satellite: ""
|
730
1449
|
satellite-dish: ""
|
731
1450
|
save: ""
|
1451
|
+
scale-balanced: ""
|
1452
|
+
scale-unbalanced: ""
|
1453
|
+
scale-unbalanced-flip: ""
|
732
1454
|
school: ""
|
1455
|
+
school-circle-check: ""
|
1456
|
+
school-circle-exclamation: ""
|
1457
|
+
school-circle-xmark: ""
|
1458
|
+
school-flag: ""
|
1459
|
+
school-lock: ""
|
1460
|
+
scissors: ""
|
733
1461
|
screwdriver: ""
|
1462
|
+
screwdriver-wrench: ""
|
734
1463
|
scroll: ""
|
1464
|
+
scroll-torah: ""
|
735
1465
|
sd-card: ""
|
736
1466
|
search: ""
|
737
1467
|
search-dollar: ""
|
738
1468
|
search-location: ""
|
739
1469
|
search-minus: ""
|
740
1470
|
search-plus: ""
|
1471
|
+
section: ""
|
741
1472
|
seedling: ""
|
742
1473
|
server: ""
|
743
1474
|
shapes: ""
|
744
1475
|
share: ""
|
745
1476
|
share-alt: ""
|
746
1477
|
share-alt-square: ""
|
1478
|
+
share-from-square: ""
|
1479
|
+
share-nodes: ""
|
747
1480
|
share-square: ""
|
1481
|
+
sheet-plastic: ""
|
1482
|
+
shekel: ""
|
748
1483
|
shekel-sign: ""
|
1484
|
+
sheqel: ""
|
1485
|
+
sheqel-sign: ""
|
1486
|
+
shield: ""
|
749
1487
|
shield-alt: ""
|
1488
|
+
shield-blank: ""
|
1489
|
+
shield-cat: ""
|
1490
|
+
shield-dog: ""
|
1491
|
+
shield-halved: ""
|
1492
|
+
shield-heart: ""
|
750
1493
|
shield-virus: ""
|
751
1494
|
ship: ""
|
752
1495
|
shipping-fast: ""
|
1496
|
+
shirt: ""
|
753
1497
|
shoe-prints: ""
|
1498
|
+
shop: ""
|
1499
|
+
shop-lock: ""
|
1500
|
+
shop-slash: ""
|
754
1501
|
shopping-bag: ""
|
755
1502
|
shopping-basket: ""
|
756
1503
|
shopping-cart: ""
|
757
1504
|
shower: ""
|
1505
|
+
shrimp: ""
|
1506
|
+
shuffle: ""
|
1507
|
+
shuttle-space: ""
|
758
1508
|
shuttle-van: ""
|
759
1509
|
sign: ""
|
1510
|
+
sign-hanging: ""
|
1511
|
+
sign-in: ""
|
760
1512
|
sign-in-alt: ""
|
761
1513
|
sign-language: ""
|
1514
|
+
sign-out: ""
|
762
1515
|
sign-out-alt: ""
|
763
1516
|
signal: ""
|
1517
|
+
signal-5: ""
|
1518
|
+
signal-perfect: ""
|
764
1519
|
signature: ""
|
1520
|
+
signing: ""
|
1521
|
+
signs-post: ""
|
765
1522
|
sim-card: ""
|
766
1523
|
sink: ""
|
767
1524
|
sitemap: ""
|
@@ -772,6 +1529,7 @@ fas:
|
|
772
1529
|
skull-crossbones: ""
|
773
1530
|
slash: ""
|
774
1531
|
sleigh: ""
|
1532
|
+
sliders: ""
|
775
1533
|
sliders-h: ""
|
776
1534
|
smile: ""
|
777
1535
|
smile-beam: ""
|
@@ -785,18 +1543,27 @@ fas:
|
|
785
1543
|
snowman: ""
|
786
1544
|
snowplow: ""
|
787
1545
|
soap: ""
|
1546
|
+
soccer-ball: ""
|
788
1547
|
socks: ""
|
789
1548
|
solar-panel: ""
|
790
1549
|
sort: ""
|
1550
|
+
sort-alpha-asc: ""
|
1551
|
+
sort-alpha-desc: ""
|
791
1552
|
sort-alpha-down: ""
|
792
1553
|
sort-alpha-down-alt: ""
|
793
1554
|
sort-alpha-up: ""
|
794
1555
|
sort-alpha-up-alt: ""
|
1556
|
+
sort-amount-asc: ""
|
1557
|
+
sort-amount-desc: ""
|
795
1558
|
sort-amount-down: ""
|
796
1559
|
sort-amount-down-alt: ""
|
797
1560
|
sort-amount-up: ""
|
798
1561
|
sort-amount-up-alt: ""
|
1562
|
+
sort-asc: ""
|
1563
|
+
sort-desc: ""
|
799
1564
|
sort-down: ""
|
1565
|
+
sort-numeric-asc: ""
|
1566
|
+
sort-numeric-desc: ""
|
800
1567
|
sort-numeric-down: ""
|
801
1568
|
sort-numeric-down-alt: ""
|
802
1569
|
sort-numeric-up: ""
|
@@ -804,23 +1571,58 @@ fas:
|
|
804
1571
|
sort-up: ""
|
805
1572
|
spa: ""
|
806
1573
|
space-shuttle: ""
|
1574
|
+
spaghetti-monster-flying: ""
|
807
1575
|
spell-check: ""
|
808
1576
|
spider: ""
|
809
1577
|
spinner: ""
|
810
1578
|
splotch: ""
|
1579
|
+
spoon: ""
|
811
1580
|
spray-can: ""
|
1581
|
+
spray-can-sparkles: ""
|
1582
|
+
sprout: ""
|
812
1583
|
square: ""
|
1584
|
+
square-arrow-up-right: ""
|
1585
|
+
square-binary: ""
|
1586
|
+
square-caret-down: ""
|
1587
|
+
square-caret-left: ""
|
1588
|
+
square-caret-right: ""
|
1589
|
+
square-caret-up: ""
|
1590
|
+
square-check: ""
|
1591
|
+
square-envelope: ""
|
813
1592
|
square-full: ""
|
1593
|
+
square-h: ""
|
1594
|
+
square-minus: ""
|
1595
|
+
square-nfi: ""
|
1596
|
+
square-parking: ""
|
1597
|
+
square-pen: ""
|
1598
|
+
square-person-confined: ""
|
1599
|
+
square-phone: ""
|
1600
|
+
square-phone-flip: ""
|
1601
|
+
square-plus: ""
|
1602
|
+
square-poll-horizontal: ""
|
1603
|
+
square-poll-vertical: ""
|
814
1604
|
square-root-alt: ""
|
1605
|
+
square-root-variable: ""
|
1606
|
+
square-rss: ""
|
1607
|
+
square-share-nodes: ""
|
1608
|
+
square-up-right: ""
|
1609
|
+
square-virus: ""
|
1610
|
+
square-xmark: ""
|
1611
|
+
staff-aesculapius: ""
|
1612
|
+
staff-snake: ""
|
1613
|
+
stairs: ""
|
815
1614
|
stamp: ""
|
1615
|
+
stapler: ""
|
816
1616
|
star: ""
|
817
1617
|
star-and-crescent: ""
|
818
1618
|
star-half: ""
|
819
1619
|
star-half-alt: ""
|
1620
|
+
star-half-stroke: ""
|
820
1621
|
star-of-david: ""
|
821
1622
|
star-of-life: ""
|
822
1623
|
step-backward: ""
|
823
1624
|
step-forward: ""
|
1625
|
+
sterling-sign: ""
|
824
1626
|
stethoscope: ""
|
825
1627
|
sticky-note: ""
|
826
1628
|
stop: ""
|
@@ -836,10 +1638,13 @@ fas:
|
|
836
1638
|
strikethrough: ""
|
837
1639
|
stroopwafel: ""
|
838
1640
|
subscript: ""
|
1641
|
+
subtract: ""
|
839
1642
|
subway: ""
|
840
1643
|
suitcase: ""
|
1644
|
+
suitcase-medical: ""
|
841
1645
|
suitcase-rolling: ""
|
842
1646
|
sun: ""
|
1647
|
+
sun-plant-wilt: ""
|
843
1648
|
superscript: ""
|
844
1649
|
surprise: ""
|
845
1650
|
swatchbook: ""
|
@@ -849,41 +1654,102 @@ fas:
|
|
849
1654
|
sync: ""
|
850
1655
|
sync-alt: ""
|
851
1656
|
syringe: ""
|
1657
|
+
t: T
|
1658
|
+
t-shirt: ""
|
852
1659
|
table: ""
|
1660
|
+
table-cells: ""
|
1661
|
+
table-cells-column-lock: ""
|
1662
|
+
table-cells-large: ""
|
1663
|
+
table-cells-row-lock: ""
|
1664
|
+
table-cells-row-unlock: ""
|
1665
|
+
table-columns: ""
|
1666
|
+
table-list: ""
|
853
1667
|
table-tennis: ""
|
854
|
-
|
1668
|
+
table-tennis-paddle-ball: ""
|
1669
|
+
tablet: ""
|
855
1670
|
tablet-alt: ""
|
1671
|
+
tablet-android: ""
|
1672
|
+
tablet-button: ""
|
1673
|
+
tablet-screen-button: ""
|
856
1674
|
tablets: ""
|
857
|
-
|
1675
|
+
tachograph-digital: ""
|
1676
|
+
tachometer: ""
|
1677
|
+
tachometer-alt: ""
|
1678
|
+
tachometer-alt-average: ""
|
1679
|
+
tachometer-alt-fast: ""
|
1680
|
+
tachometer-average: ""
|
1681
|
+
tachometer-fast: ""
|
858
1682
|
tag: ""
|
859
1683
|
tags: ""
|
1684
|
+
tanakh: ""
|
860
1685
|
tape: ""
|
1686
|
+
tarp: ""
|
1687
|
+
tarp-droplet: ""
|
861
1688
|
tasks: ""
|
1689
|
+
tasks-alt: ""
|
862
1690
|
taxi: ""
|
863
1691
|
teeth: ""
|
864
1692
|
teeth-open: ""
|
1693
|
+
teletype: ""
|
1694
|
+
television: ""
|
1695
|
+
temperature-0: ""
|
1696
|
+
temperature-1: ""
|
1697
|
+
temperature-2: ""
|
1698
|
+
temperature-3: ""
|
1699
|
+
temperature-4: ""
|
1700
|
+
temperature-arrow-down: ""
|
1701
|
+
temperature-arrow-up: ""
|
1702
|
+
temperature-down: ""
|
1703
|
+
temperature-empty: ""
|
1704
|
+
temperature-full: ""
|
1705
|
+
temperature-half: ""
|
865
1706
|
temperature-high: ""
|
866
1707
|
temperature-low: ""
|
1708
|
+
temperature-quarter: ""
|
1709
|
+
temperature-three-quarters: ""
|
1710
|
+
temperature-up: ""
|
867
1711
|
tenge: ""
|
1712
|
+
tenge-sign: ""
|
1713
|
+
tent: ""
|
1714
|
+
tent-arrow-down-to-line: ""
|
1715
|
+
tent-arrow-left-right: ""
|
1716
|
+
tent-arrow-turn-left: ""
|
1717
|
+
tent-arrows-down: ""
|
1718
|
+
tents: ""
|
868
1719
|
terminal: ""
|
869
1720
|
text-height: ""
|
1721
|
+
text-slash: ""
|
870
1722
|
text-width: ""
|
871
1723
|
th: ""
|
872
1724
|
th-large: ""
|
873
1725
|
th-list: ""
|
874
1726
|
theater-masks: ""
|
875
1727
|
thermometer: ""
|
1728
|
+
thermometer-0: ""
|
1729
|
+
thermometer-1: ""
|
1730
|
+
thermometer-2: ""
|
1731
|
+
thermometer-3: ""
|
1732
|
+
thermometer-4: ""
|
876
1733
|
thermometer-empty: ""
|
877
1734
|
thermometer-full: ""
|
878
1735
|
thermometer-half: ""
|
879
1736
|
thermometer-quarter: ""
|
880
1737
|
thermometer-three-quarters: ""
|
1738
|
+
thumb-tack: ""
|
1739
|
+
thumb-tack-slash: ""
|
881
1740
|
thumbs-down: ""
|
882
1741
|
thumbs-up: ""
|
883
1742
|
thumbtack: ""
|
1743
|
+
thumbtack-slash: ""
|
1744
|
+
thunderstorm: ""
|
1745
|
+
ticket: ""
|
884
1746
|
ticket-alt: ""
|
1747
|
+
ticket-simple: ""
|
1748
|
+
timeline: ""
|
885
1749
|
times: ""
|
886
1750
|
times-circle: ""
|
1751
|
+
times-rectangle: ""
|
1752
|
+
times-square: ""
|
887
1753
|
tint: ""
|
888
1754
|
tint-slash: ""
|
889
1755
|
tired: ""
|
@@ -892,33 +1758,65 @@ fas:
|
|
892
1758
|
toilet: ""
|
893
1759
|
toilet-paper: ""
|
894
1760
|
toilet-paper-slash: ""
|
1761
|
+
toilet-portable: ""
|
1762
|
+
toilets-portable: ""
|
895
1763
|
toolbox: ""
|
896
1764
|
tools: ""
|
897
1765
|
tooth: ""
|
898
1766
|
torah: ""
|
899
1767
|
torii-gate: ""
|
1768
|
+
tornado: ""
|
1769
|
+
tower-broadcast: ""
|
1770
|
+
tower-cell: ""
|
1771
|
+
tower-observation: ""
|
900
1772
|
tractor: ""
|
901
1773
|
trademark: ""
|
902
1774
|
traffic-light: ""
|
903
1775
|
trailer: ""
|
904
1776
|
train: ""
|
1777
|
+
train-subway: ""
|
1778
|
+
train-tram: ""
|
905
1779
|
tram: ""
|
906
|
-
transgender: "
|
1780
|
+
transgender: ""
|
907
1781
|
transgender-alt: ""
|
908
1782
|
trash: ""
|
909
1783
|
trash-alt: ""
|
1784
|
+
trash-arrow-up: ""
|
1785
|
+
trash-can: ""
|
1786
|
+
trash-can-arrow-up: ""
|
910
1787
|
trash-restore: ""
|
911
1788
|
trash-restore-alt: ""
|
912
1789
|
tree: ""
|
1790
|
+
tree-city: ""
|
1791
|
+
triangle-circle-square: ""
|
1792
|
+
triangle-exclamation: ""
|
913
1793
|
trophy: ""
|
1794
|
+
trowel: ""
|
1795
|
+
trowel-bricks: ""
|
914
1796
|
truck: ""
|
1797
|
+
truck-arrow-right: ""
|
1798
|
+
truck-droplet: ""
|
1799
|
+
truck-fast: ""
|
1800
|
+
truck-field: ""
|
1801
|
+
truck-field-un: ""
|
1802
|
+
truck-front: ""
|
915
1803
|
truck-loading: ""
|
1804
|
+
truck-medical: ""
|
916
1805
|
truck-monster: ""
|
917
1806
|
truck-moving: ""
|
918
1807
|
truck-pickup: ""
|
1808
|
+
truck-plane: ""
|
1809
|
+
truck-ramp-box: ""
|
1810
|
+
try: ""
|
919
1811
|
tshirt: ""
|
920
1812
|
tty: ""
|
1813
|
+
turkish-lira: ""
|
1814
|
+
turkish-lira-sign: ""
|
1815
|
+
turn-down: ""
|
1816
|
+
turn-up: ""
|
921
1817
|
tv: ""
|
1818
|
+
tv-alt: ""
|
1819
|
+
u: U
|
922
1820
|
umbrella: ""
|
923
1821
|
umbrella-beach: ""
|
924
1822
|
underline: ""
|
@@ -929,7 +1827,15 @@ fas:
|
|
929
1827
|
unlink: ""
|
930
1828
|
unlock: ""
|
931
1829
|
unlock-alt: ""
|
1830
|
+
unlock-keyhole: ""
|
1831
|
+
unsorted: ""
|
1832
|
+
up-down: ""
|
1833
|
+
up-down-left-right: ""
|
1834
|
+
up-long: ""
|
1835
|
+
up-right-and-down-left-from-center: ""
|
1836
|
+
up-right-from-square: ""
|
932
1837
|
upload: ""
|
1838
|
+
usd: "$"
|
933
1839
|
user: ""
|
934
1840
|
user-alt: ""
|
935
1841
|
user-alt-slash: ""
|
@@ -938,15 +1844,21 @@ fas:
|
|
938
1844
|
user-circle: ""
|
939
1845
|
user-clock: ""
|
940
1846
|
user-cog: ""
|
1847
|
+
user-doctor: ""
|
941
1848
|
user-edit: ""
|
942
1849
|
user-friends: ""
|
1850
|
+
user-gear: ""
|
943
1851
|
user-graduate: ""
|
1852
|
+
user-group: ""
|
944
1853
|
user-injured: ""
|
1854
|
+
user-large: ""
|
1855
|
+
user-large-slash: ""
|
945
1856
|
user-lock: ""
|
946
1857
|
user-md: ""
|
947
1858
|
user-minus: ""
|
948
1859
|
user-ninja: ""
|
949
1860
|
user-nurse: ""
|
1861
|
+
user-pen: ""
|
950
1862
|
user-plus: ""
|
951
1863
|
user-secret: ""
|
952
1864
|
user-shield: ""
|
@@ -954,11 +1866,22 @@ fas:
|
|
954
1866
|
user-tag: ""
|
955
1867
|
user-tie: ""
|
956
1868
|
user-times: ""
|
1869
|
+
user-xmark: ""
|
957
1870
|
users: ""
|
1871
|
+
users-between-lines: ""
|
958
1872
|
users-cog: ""
|
1873
|
+
users-gear: ""
|
1874
|
+
users-line: ""
|
1875
|
+
users-rays: ""
|
1876
|
+
users-rectangle: ""
|
959
1877
|
users-slash: ""
|
1878
|
+
users-viewfinder: ""
|
960
1879
|
utensil-spoon: ""
|
961
1880
|
utensils: ""
|
1881
|
+
v: V
|
1882
|
+
van-shuttle: ""
|
1883
|
+
vault: ""
|
1884
|
+
vcard: ""
|
962
1885
|
vector-square: ""
|
963
1886
|
venus: ""
|
964
1887
|
venus-double: ""
|
@@ -966,30 +1889,59 @@ fas:
|
|
966
1889
|
vest: ""
|
967
1890
|
vest-patches: ""
|
968
1891
|
vial: ""
|
1892
|
+
vial-circle-check: ""
|
1893
|
+
vial-virus: ""
|
969
1894
|
vials: ""
|
970
1895
|
video: ""
|
1896
|
+
video-camera: ""
|
971
1897
|
video-slash: ""
|
972
1898
|
vihara: ""
|
973
1899
|
virus: ""
|
1900
|
+
virus-covid: ""
|
1901
|
+
virus-covid-slash: ""
|
974
1902
|
virus-slash: ""
|
975
1903
|
viruses: ""
|
976
1904
|
voicemail: ""
|
1905
|
+
volcano: ""
|
1906
|
+
volleyball: ""
|
977
1907
|
volleyball-ball: ""
|
1908
|
+
volume-control-phone: ""
|
978
1909
|
volume-down: ""
|
1910
|
+
volume-high: ""
|
1911
|
+
volume-low: ""
|
979
1912
|
volume-mute: ""
|
980
1913
|
volume-off: ""
|
1914
|
+
volume-times: ""
|
981
1915
|
volume-up: ""
|
1916
|
+
volume-xmark: ""
|
982
1917
|
vote-yea: ""
|
983
1918
|
vr-cardboard: ""
|
1919
|
+
w: W
|
1920
|
+
walkie-talkie: ""
|
984
1921
|
walking: ""
|
985
1922
|
wallet: ""
|
1923
|
+
wand-magic: ""
|
1924
|
+
wand-magic-sparkles: ""
|
1925
|
+
wand-sparkles: ""
|
986
1926
|
warehouse: ""
|
1927
|
+
warning: ""
|
987
1928
|
water: ""
|
1929
|
+
water-ladder: ""
|
988
1930
|
wave-square: ""
|
1931
|
+
web-awesome: ""
|
989
1932
|
weight: ""
|
990
1933
|
weight-hanging: ""
|
1934
|
+
weight-scale: ""
|
1935
|
+
wheat-alt: ""
|
1936
|
+
wheat-awn: ""
|
1937
|
+
wheat-awn-circle-exclamation: ""
|
991
1938
|
wheelchair: ""
|
1939
|
+
wheelchair-alt: ""
|
1940
|
+
wheelchair-move: ""
|
1941
|
+
whiskey-glass: ""
|
992
1942
|
wifi: ""
|
1943
|
+
wifi-3: ""
|
1944
|
+
wifi-strong: ""
|
993
1945
|
wind: ""
|
994
1946
|
window-close: ""
|
995
1947
|
window-maximize: ""
|
@@ -998,8 +1950,20 @@ fas:
|
|
998
1950
|
wine-bottle: ""
|
999
1951
|
wine-glass: ""
|
1000
1952
|
wine-glass-alt: ""
|
1953
|
+
wine-glass-empty: ""
|
1954
|
+
won: ""
|
1001
1955
|
won-sign: ""
|
1956
|
+
worm: ""
|
1002
1957
|
wrench: ""
|
1958
|
+
x: X
|
1003
1959
|
x-ray: ""
|
1960
|
+
xmark: ""
|
1961
|
+
xmark-circle: ""
|
1962
|
+
xmark-square: ""
|
1963
|
+
xmarks-lines: ""
|
1964
|
+
"y": Y
|
1965
|
+
yen: ""
|
1004
1966
|
yen-sign: ""
|
1005
1967
|
yin-yang: ""
|
1968
|
+
z: Z
|
1969
|
+
zap: ""
|