prawn-icon 2.1.0 → 3.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 +5 -5
- data/CHANGELOG.md +57 -1
- data/README.md +11 -1
- data/Rakefile +0 -1
- data/data/fonts/fa4/shims.yml +462 -0
- data/data/fonts/fab/LICENSE +1 -1
- data/data/fonts/fab/fa-brands.ttf +0 -0
- data/data/fonts/fab/fab.yml +131 -3
- data/data/fonts/far/LICENSE +1 -1
- data/data/fonts/far/fa-regular.ttf +0 -0
- data/data/fonts/far/far.yml +37 -1
- data/data/fonts/fas/LICENSE +1 -1
- data/data/fonts/fas/fa-solid.ttf +0 -0
- data/data/fonts/fas/fas.yml +503 -1
- data/examples/fontawesome.rb +3 -2
- data/examples/foundation_icons.rb +3 -2
- data/examples/paymentfont.rb +4 -3
- data/lib/prawn/icon.rb +2 -0
- data/lib/prawn/icon/base.rb +14 -2
- data/lib/prawn/icon/compatibility.rb +17 -130
- data/lib/prawn/icon/configuration.rb +40 -0
- data/lib/prawn/icon/font_data.rb +5 -3
- data/lib/prawn/icon/interface.rb +35 -8
- data/lib/prawn/icon/version.rb +1 -1
- data/spec/integration/icon_spec.rb +67 -15
- data/spec/unit/base_spec.rb +25 -6
- data/spec/unit/configuration_spec.rb +21 -0
- data/spec/unit/errors/icon_key_empty_spec.rb +1 -3
- data/spec/unit/errors/icon_not_found_spec.rb +1 -3
- data/spec/unit/font_data_spec.rb +9 -9
- data/spec/unit/icon_spec.rb +15 -15
- data/spec/unit/parser_spec.rb +6 -4
- metadata +9 -7
data/data/fonts/fas/LICENSE
CHANGED
@@ -3,7 +3,7 @@ Font Awesome Free License
|
|
3
3
|
|
4
4
|
Font Awesome Free is free, open source, and GPL friendly. You can use it for
|
5
5
|
commercial projects, open source projects, or really almost whatever you want.
|
6
|
-
Full Font Awesome Free license: https://fontawesome.com/license.
|
6
|
+
Full Font Awesome Free license: https://fontawesome.com/license/free.
|
7
7
|
|
8
8
|
# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
|
9
9
|
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
|
data/data/fonts/fas/fa-solid.ttf
CHANGED
Binary file
|
data/data/fonts/fas/fas.yml
CHANGED
@@ -1,13 +1,16 @@
|
|
1
1
|
---
|
2
2
|
fas:
|
3
|
-
__font_version__: 5.
|
3
|
+
__font_version__: 5.15.1
|
4
|
+
ad: ""
|
4
5
|
address-book: ""
|
5
6
|
address-card: ""
|
6
7
|
adjust: ""
|
8
|
+
air-freshener: ""
|
7
9
|
align-center: ""
|
8
10
|
align-justify: ""
|
9
11
|
align-left: ""
|
10
12
|
align-right: ""
|
13
|
+
allergies: ""
|
11
14
|
ambulance: ""
|
12
15
|
american-sign-language-interpreting: ""
|
13
16
|
anchor: ""
|
@@ -19,7 +22,11 @@ fas:
|
|
19
22
|
angle-left: ""
|
20
23
|
angle-right: ""
|
21
24
|
angle-up: ""
|
25
|
+
angry: ""
|
26
|
+
ankh: ""
|
27
|
+
apple-alt: ""
|
22
28
|
archive: ""
|
29
|
+
archway: ""
|
23
30
|
arrow-alt-circle-down: ""
|
24
31
|
arrow-alt-circle-left: ""
|
25
32
|
arrow-alt-circle-right: ""
|
@@ -38,9 +45,21 @@ fas:
|
|
38
45
|
assistive-listening-systems: ""
|
39
46
|
asterisk: ""
|
40
47
|
at: ""
|
48
|
+
atlas: ""
|
49
|
+
atom: ""
|
41
50
|
audio-description: ""
|
51
|
+
award: ""
|
52
|
+
baby: ""
|
53
|
+
baby-carriage: ""
|
54
|
+
backspace: ""
|
42
55
|
backward: ""
|
56
|
+
bacon: ""
|
57
|
+
bacteria: ""
|
58
|
+
bacterium: ""
|
59
|
+
bahai: ""
|
43
60
|
balance-scale: ""
|
61
|
+
balance-scale-left: ""
|
62
|
+
balance-scale-right: ""
|
44
63
|
ban: ""
|
45
64
|
band-aid: ""
|
46
65
|
barcode: ""
|
@@ -57,35 +76,73 @@ fas:
|
|
57
76
|
beer: ""
|
58
77
|
bell: ""
|
59
78
|
bell-slash: ""
|
79
|
+
bezier-curve: ""
|
80
|
+
bible: ""
|
60
81
|
bicycle: ""
|
82
|
+
biking: ""
|
61
83
|
binoculars: ""
|
84
|
+
biohazard: ""
|
62
85
|
birthday-cake: ""
|
86
|
+
blender: ""
|
87
|
+
blender-phone: ""
|
63
88
|
blind: ""
|
89
|
+
blog: ""
|
64
90
|
bold: ""
|
65
91
|
bolt: ""
|
66
92
|
bomb: ""
|
93
|
+
bone: ""
|
94
|
+
bong: ""
|
67
95
|
book: ""
|
96
|
+
book-dead: ""
|
97
|
+
book-medical: ""
|
98
|
+
book-open: ""
|
99
|
+
book-reader: ""
|
68
100
|
bookmark: ""
|
101
|
+
border-all: ""
|
102
|
+
border-none: ""
|
103
|
+
border-style: ""
|
69
104
|
bowling-ball: ""
|
70
105
|
box: ""
|
106
|
+
box-open: ""
|
107
|
+
box-tissue: ""
|
71
108
|
boxes: ""
|
72
109
|
braille: ""
|
110
|
+
brain: ""
|
111
|
+
bread-slice: ""
|
73
112
|
briefcase: ""
|
113
|
+
briefcase-medical: ""
|
114
|
+
broadcast-tower: ""
|
115
|
+
broom: ""
|
116
|
+
brush: ""
|
74
117
|
bug: ""
|
75
118
|
building: ""
|
76
119
|
bullhorn: ""
|
77
120
|
bullseye: ""
|
121
|
+
burn: ""
|
78
122
|
bus: ""
|
123
|
+
bus-alt: ""
|
124
|
+
business-time: ""
|
79
125
|
calculator: ""
|
80
126
|
calendar: ""
|
81
127
|
calendar-alt: ""
|
82
128
|
calendar-check: ""
|
129
|
+
calendar-day: ""
|
83
130
|
calendar-minus: ""
|
84
131
|
calendar-plus: ""
|
85
132
|
calendar-times: ""
|
133
|
+
calendar-week: ""
|
86
134
|
camera: ""
|
87
135
|
camera-retro: ""
|
136
|
+
campground: ""
|
137
|
+
candy-cane: ""
|
138
|
+
cannabis: ""
|
139
|
+
capsules: ""
|
88
140
|
car: ""
|
141
|
+
car-alt: ""
|
142
|
+
car-battery: ""
|
143
|
+
car-crash: ""
|
144
|
+
car-side: ""
|
145
|
+
caravan: ""
|
89
146
|
caret-down: ""
|
90
147
|
caret-left: ""
|
91
148
|
caret-right: ""
|
@@ -94,16 +151,25 @@ fas:
|
|
94
151
|
caret-square-right: ""
|
95
152
|
caret-square-up: ""
|
96
153
|
caret-up: ""
|
154
|
+
carrot: ""
|
97
155
|
cart-arrow-down: ""
|
98
156
|
cart-plus: ""
|
157
|
+
cash-register: ""
|
158
|
+
cat: ""
|
99
159
|
certificate: ""
|
160
|
+
chair: ""
|
161
|
+
chalkboard: ""
|
162
|
+
chalkboard-teacher: ""
|
163
|
+
charging-station: ""
|
100
164
|
chart-area: ""
|
101
165
|
chart-bar: ""
|
102
166
|
chart-line: ""
|
103
167
|
chart-pie: ""
|
104
168
|
check: ""
|
105
169
|
check-circle: ""
|
170
|
+
check-double: ""
|
106
171
|
check-square: ""
|
172
|
+
cheese: ""
|
107
173
|
chess: ""
|
108
174
|
chess-bishop: ""
|
109
175
|
chess-board: ""
|
@@ -121,8 +187,11 @@ fas:
|
|
121
187
|
chevron-right: ""
|
122
188
|
chevron-up: ""
|
123
189
|
child: ""
|
190
|
+
church: ""
|
124
191
|
circle: ""
|
125
192
|
circle-notch: ""
|
193
|
+
city: ""
|
194
|
+
clinic-medical: ""
|
126
195
|
clipboard: ""
|
127
196
|
clipboard-check: ""
|
128
197
|
clipboard-list: ""
|
@@ -131,58 +200,125 @@ fas:
|
|
131
200
|
closed-captioning: ""
|
132
201
|
cloud: ""
|
133
202
|
cloud-download-alt: ""
|
203
|
+
cloud-meatball: ""
|
204
|
+
cloud-moon: ""
|
205
|
+
cloud-moon-rain: ""
|
206
|
+
cloud-rain: ""
|
207
|
+
cloud-showers-heavy: ""
|
208
|
+
cloud-sun: ""
|
209
|
+
cloud-sun-rain: ""
|
134
210
|
cloud-upload-alt: ""
|
211
|
+
cocktail: ""
|
135
212
|
code: ""
|
136
213
|
code-branch: ""
|
137
214
|
coffee: ""
|
138
215
|
cog: ""
|
139
216
|
cogs: ""
|
217
|
+
coins: ""
|
140
218
|
columns: ""
|
141
219
|
comment: ""
|
142
220
|
comment-alt: ""
|
221
|
+
comment-dollar: ""
|
222
|
+
comment-dots: ""
|
223
|
+
comment-medical: ""
|
224
|
+
comment-slash: ""
|
143
225
|
comments: ""
|
226
|
+
comments-dollar: ""
|
227
|
+
compact-disc: ""
|
144
228
|
compass: ""
|
145
229
|
compress: ""
|
230
|
+
compress-alt: ""
|
231
|
+
compress-arrows-alt: ""
|
232
|
+
concierge-bell: ""
|
233
|
+
cookie: ""
|
234
|
+
cookie-bite: ""
|
146
235
|
copy: ""
|
147
236
|
copyright: ""
|
237
|
+
couch: ""
|
148
238
|
credit-card: ""
|
149
239
|
crop: ""
|
240
|
+
crop-alt: ""
|
241
|
+
cross: ""
|
150
242
|
crosshairs: ""
|
243
|
+
crow: ""
|
244
|
+
crown: ""
|
245
|
+
crutch: ""
|
151
246
|
cube: ""
|
152
247
|
cubes: ""
|
153
248
|
cut: ""
|
154
249
|
database: ""
|
155
250
|
deaf: ""
|
251
|
+
democrat: ""
|
156
252
|
desktop: ""
|
253
|
+
dharmachakra: ""
|
254
|
+
diagnoses: ""
|
255
|
+
dice: ""
|
256
|
+
dice-d20: ""
|
257
|
+
dice-d6: ""
|
258
|
+
dice-five: ""
|
259
|
+
dice-four: ""
|
260
|
+
dice-one: ""
|
261
|
+
dice-six: ""
|
262
|
+
dice-three: ""
|
263
|
+
dice-two: ""
|
264
|
+
digital-tachograph: ""
|
265
|
+
directions: ""
|
266
|
+
disease: ""
|
267
|
+
divide: ""
|
268
|
+
dizzy: ""
|
157
269
|
dna: ""
|
270
|
+
dog: ""
|
158
271
|
dollar-sign: ""
|
159
272
|
dolly: ""
|
160
273
|
dolly-flatbed: ""
|
274
|
+
donate: ""
|
275
|
+
door-closed: ""
|
276
|
+
door-open: ""
|
161
277
|
dot-circle: ""
|
278
|
+
dove: ""
|
162
279
|
download: ""
|
280
|
+
drafting-compass: ""
|
281
|
+
dragon: ""
|
282
|
+
draw-polygon: ""
|
283
|
+
drum: ""
|
284
|
+
drum-steelpan: ""
|
285
|
+
drumstick-bite: ""
|
286
|
+
dumbbell: ""
|
287
|
+
dumpster: ""
|
288
|
+
dumpster-fire: ""
|
289
|
+
dungeon: ""
|
163
290
|
edit: ""
|
291
|
+
egg: ""
|
164
292
|
eject: ""
|
165
293
|
ellipsis-h: ""
|
166
294
|
ellipsis-v: ""
|
167
295
|
envelope: ""
|
168
296
|
envelope-open: ""
|
297
|
+
envelope-open-text: ""
|
169
298
|
envelope-square: ""
|
299
|
+
equals: ""
|
170
300
|
eraser: ""
|
301
|
+
ethernet: ""
|
171
302
|
euro-sign: ""
|
172
303
|
exchange-alt: ""
|
173
304
|
exclamation: ""
|
174
305
|
exclamation-circle: ""
|
175
306
|
exclamation-triangle: ""
|
176
307
|
expand: ""
|
308
|
+
expand-alt: ""
|
177
309
|
expand-arrows-alt: ""
|
178
310
|
external-link-alt: ""
|
179
311
|
external-link-square-alt: ""
|
180
312
|
eye: ""
|
181
313
|
eye-dropper: ""
|
182
314
|
eye-slash: ""
|
315
|
+
fan: ""
|
183
316
|
fast-backward: ""
|
184
317
|
fast-forward: ""
|
318
|
+
faucet: ""
|
185
319
|
fax: ""
|
320
|
+
feather: ""
|
321
|
+
feather-alt: ""
|
186
322
|
female: ""
|
187
323
|
fighter-jet: ""
|
188
324
|
file: ""
|
@@ -190,38 +326,106 @@ fas:
|
|
190
326
|
file-archive: ""
|
191
327
|
file-audio: ""
|
192
328
|
file-code: ""
|
329
|
+
file-contract: ""
|
330
|
+
file-csv: ""
|
331
|
+
file-download: ""
|
193
332
|
file-excel: ""
|
333
|
+
file-export: ""
|
194
334
|
file-image: ""
|
335
|
+
file-import: ""
|
336
|
+
file-invoice: ""
|
337
|
+
file-invoice-dollar: ""
|
338
|
+
file-medical: ""
|
339
|
+
file-medical-alt: ""
|
195
340
|
file-pdf: ""
|
196
341
|
file-powerpoint: ""
|
342
|
+
file-prescription: ""
|
343
|
+
file-signature: ""
|
344
|
+
file-upload: ""
|
197
345
|
file-video: ""
|
198
346
|
file-word: ""
|
347
|
+
fill: ""
|
348
|
+
fill-drip: ""
|
199
349
|
film: ""
|
200
350
|
filter: ""
|
351
|
+
fingerprint: ""
|
201
352
|
fire: ""
|
353
|
+
fire-alt: ""
|
202
354
|
fire-extinguisher: ""
|
203
355
|
first-aid: ""
|
356
|
+
fish: ""
|
357
|
+
fist-raised: ""
|
204
358
|
flag: ""
|
205
359
|
flag-checkered: ""
|
360
|
+
flag-usa: ""
|
206
361
|
flask: ""
|
362
|
+
flushed: ""
|
207
363
|
folder: ""
|
364
|
+
folder-minus: ""
|
208
365
|
folder-open: ""
|
366
|
+
folder-plus: ""
|
209
367
|
font: ""
|
368
|
+
font-awesome-logo-full: ""
|
210
369
|
football-ball: ""
|
211
370
|
forward: ""
|
371
|
+
frog: ""
|
212
372
|
frown: ""
|
373
|
+
frown-open: ""
|
374
|
+
funnel-dollar: ""
|
213
375
|
futbol: ""
|
214
376
|
gamepad: ""
|
377
|
+
gas-pump: ""
|
215
378
|
gavel: ""
|
216
379
|
gem: ""
|
217
380
|
genderless: ""
|
381
|
+
ghost: ""
|
218
382
|
gift: ""
|
383
|
+
gifts: ""
|
384
|
+
glass-cheers: ""
|
219
385
|
glass-martini: ""
|
386
|
+
glass-martini-alt: ""
|
387
|
+
glass-whiskey: ""
|
388
|
+
glasses: ""
|
220
389
|
globe: ""
|
390
|
+
globe-africa: ""
|
391
|
+
globe-americas: ""
|
392
|
+
globe-asia: ""
|
393
|
+
globe-europe: ""
|
221
394
|
golf-ball: ""
|
395
|
+
gopuram: ""
|
222
396
|
graduation-cap: ""
|
397
|
+
greater-than: ""
|
398
|
+
greater-than-equal: ""
|
399
|
+
grimace: ""
|
400
|
+
grin: ""
|
401
|
+
grin-alt: ""
|
402
|
+
grin-beam: ""
|
403
|
+
grin-beam-sweat: ""
|
404
|
+
grin-hearts: ""
|
405
|
+
grin-squint: ""
|
406
|
+
grin-squint-tears: ""
|
407
|
+
grin-stars: ""
|
408
|
+
grin-tears: ""
|
409
|
+
grin-tongue: ""
|
410
|
+
grin-tongue-squint: ""
|
411
|
+
grin-tongue-wink: ""
|
412
|
+
grin-wink: ""
|
413
|
+
grip-horizontal: ""
|
414
|
+
grip-lines: ""
|
415
|
+
grip-lines-vertical: ""
|
416
|
+
grip-vertical: ""
|
417
|
+
guitar: ""
|
223
418
|
h-square: ""
|
419
|
+
hamburger: ""
|
420
|
+
hammer: ""
|
421
|
+
hamsa: ""
|
422
|
+
hand-holding: ""
|
423
|
+
hand-holding-heart: ""
|
424
|
+
hand-holding-medical: ""
|
425
|
+
hand-holding-usd: ""
|
426
|
+
hand-holding-water: ""
|
224
427
|
hand-lizard: ""
|
428
|
+
hand-middle-finger: ""
|
225
429
|
hand-paper: ""
|
226
430
|
hand-peace: ""
|
227
431
|
hand-point-down: ""
|
@@ -231,40 +435,99 @@ fas:
|
|
231
435
|
hand-pointer: ""
|
232
436
|
hand-rock: ""
|
233
437
|
hand-scissors: ""
|
438
|
+
hand-sparkles: ""
|
234
439
|
hand-spock: ""
|
440
|
+
hands: ""
|
441
|
+
hands-helping: ""
|
442
|
+
hands-wash: ""
|
235
443
|
handshake: ""
|
444
|
+
handshake-alt-slash: ""
|
445
|
+
handshake-slash: ""
|
446
|
+
hanukiah: ""
|
447
|
+
hard-hat: ""
|
236
448
|
hashtag: ""
|
449
|
+
hat-cowboy: ""
|
450
|
+
hat-cowboy-side: ""
|
451
|
+
hat-wizard: ""
|
237
452
|
hdd: ""
|
453
|
+
head-side-cough: ""
|
454
|
+
head-side-cough-slash: ""
|
455
|
+
head-side-mask: ""
|
456
|
+
head-side-virus: ""
|
238
457
|
heading: ""
|
239
458
|
headphones: ""
|
459
|
+
headphones-alt: ""
|
460
|
+
headset: ""
|
240
461
|
heart: ""
|
462
|
+
heart-broken: ""
|
241
463
|
heartbeat: ""
|
464
|
+
helicopter: ""
|
465
|
+
highlighter: ""
|
466
|
+
hiking: ""
|
467
|
+
hippo: ""
|
242
468
|
history: ""
|
243
469
|
hockey-puck: ""
|
470
|
+
holly-berry: ""
|
244
471
|
home: ""
|
472
|
+
horse: ""
|
473
|
+
horse-head: ""
|
245
474
|
hospital: ""
|
475
|
+
hospital-alt: ""
|
246
476
|
hospital-symbol: ""
|
477
|
+
hospital-user: ""
|
478
|
+
hot-tub: ""
|
479
|
+
hotdog: ""
|
480
|
+
hotel: ""
|
247
481
|
hourglass: ""
|
248
482
|
hourglass-end: ""
|
249
483
|
hourglass-half: ""
|
250
484
|
hourglass-start: ""
|
485
|
+
house-damage: ""
|
486
|
+
house-user: ""
|
487
|
+
hryvnia: ""
|
251
488
|
i-cursor: ""
|
489
|
+
ice-cream: ""
|
490
|
+
icicles: ""
|
491
|
+
icons: ""
|
252
492
|
id-badge: ""
|
253
493
|
id-card: ""
|
494
|
+
id-card-alt: ""
|
495
|
+
igloo: ""
|
254
496
|
image: ""
|
255
497
|
images: ""
|
256
498
|
inbox: ""
|
257
499
|
indent: ""
|
258
500
|
industry: ""
|
501
|
+
infinity: ""
|
259
502
|
info: ""
|
260
503
|
info-circle: ""
|
261
504
|
italic: ""
|
505
|
+
jedi: ""
|
506
|
+
joint: ""
|
507
|
+
journal-whills: ""
|
508
|
+
kaaba: ""
|
262
509
|
key: ""
|
263
510
|
keyboard: ""
|
511
|
+
khanda: ""
|
512
|
+
kiss: ""
|
513
|
+
kiss-beam: ""
|
514
|
+
kiss-wink-heart: ""
|
515
|
+
kiwi-bird: ""
|
516
|
+
landmark: ""
|
264
517
|
language: ""
|
265
518
|
laptop: ""
|
519
|
+
laptop-code: ""
|
520
|
+
laptop-house: ""
|
521
|
+
laptop-medical: ""
|
522
|
+
laugh: ""
|
523
|
+
laugh-beam: ""
|
524
|
+
laugh-squint: ""
|
525
|
+
laugh-wink: ""
|
526
|
+
layer-group: ""
|
266
527
|
leaf: ""
|
267
528
|
lemon: ""
|
529
|
+
less-than: ""
|
530
|
+
less-than-equal: ""
|
268
531
|
level-down-alt: ""
|
269
532
|
level-up-alt: ""
|
270
533
|
life-ring: ""
|
@@ -283,57 +546,120 @@ fas:
|
|
283
546
|
long-arrow-alt-right: ""
|
284
547
|
long-arrow-alt-up: ""
|
285
548
|
low-vision: ""
|
549
|
+
luggage-cart: ""
|
550
|
+
lungs: ""
|
551
|
+
lungs-virus: ""
|
286
552
|
magic: ""
|
287
553
|
magnet: ""
|
554
|
+
mail-bulk: ""
|
288
555
|
male: ""
|
289
556
|
map: ""
|
557
|
+
map-marked: ""
|
558
|
+
map-marked-alt: ""
|
290
559
|
map-marker: ""
|
291
560
|
map-marker-alt: ""
|
292
561
|
map-pin: ""
|
293
562
|
map-signs: ""
|
563
|
+
marker: ""
|
294
564
|
mars: ""
|
295
565
|
mars-double: ""
|
296
566
|
mars-stroke: ""
|
297
567
|
mars-stroke-h: ""
|
298
568
|
mars-stroke-v: ""
|
569
|
+
mask: ""
|
570
|
+
medal: ""
|
299
571
|
medkit: ""
|
300
572
|
meh: ""
|
573
|
+
meh-blank: ""
|
574
|
+
meh-rolling-eyes: ""
|
575
|
+
memory: ""
|
576
|
+
menorah: ""
|
301
577
|
mercury: ""
|
578
|
+
meteor: ""
|
302
579
|
microchip: ""
|
303
580
|
microphone: ""
|
581
|
+
microphone-alt: ""
|
582
|
+
microphone-alt-slash: ""
|
304
583
|
microphone-slash: ""
|
584
|
+
microscope: ""
|
305
585
|
minus: ""
|
306
586
|
minus-circle: ""
|
307
587
|
minus-square: ""
|
588
|
+
mitten: ""
|
308
589
|
mobile: ""
|
309
590
|
mobile-alt: ""
|
591
|
+
money-bill: ""
|
310
592
|
money-bill-alt: ""
|
593
|
+
money-bill-wave: ""
|
594
|
+
money-bill-wave-alt: ""
|
595
|
+
money-check: ""
|
596
|
+
money-check-alt: ""
|
597
|
+
monument: ""
|
311
598
|
moon: ""
|
599
|
+
mortar-pestle: ""
|
600
|
+
mosque: ""
|
312
601
|
motorcycle: ""
|
602
|
+
mountain: ""
|
603
|
+
mouse: ""
|
313
604
|
mouse-pointer: ""
|
605
|
+
mug-hot: ""
|
314
606
|
music: ""
|
607
|
+
network-wired: ""
|
315
608
|
neuter: ""
|
316
609
|
newspaper: ""
|
610
|
+
not-equal: ""
|
611
|
+
notes-medical: ""
|
317
612
|
object-group: ""
|
318
613
|
object-ungroup: ""
|
614
|
+
oil-can: ""
|
615
|
+
om: ""
|
616
|
+
otter: ""
|
319
617
|
outdent: ""
|
618
|
+
pager: ""
|
320
619
|
paint-brush: ""
|
620
|
+
paint-roller: ""
|
621
|
+
palette: ""
|
321
622
|
pallet: ""
|
322
623
|
paper-plane: ""
|
323
624
|
paperclip: ""
|
625
|
+
parachute-box: ""
|
324
626
|
paragraph: ""
|
627
|
+
parking: ""
|
628
|
+
passport: ""
|
629
|
+
pastafarianism: ""
|
325
630
|
paste: ""
|
326
631
|
pause: ""
|
327
632
|
pause-circle: ""
|
328
633
|
paw: ""
|
634
|
+
peace: ""
|
635
|
+
pen: ""
|
636
|
+
pen-alt: ""
|
637
|
+
pen-fancy: ""
|
638
|
+
pen-nib: ""
|
329
639
|
pen-square: ""
|
330
640
|
pencil-alt: ""
|
641
|
+
pencil-ruler: ""
|
642
|
+
people-arrows: ""
|
643
|
+
people-carry: ""
|
644
|
+
pepper-hot: ""
|
331
645
|
percent: ""
|
646
|
+
percentage: ""
|
647
|
+
person-booth: ""
|
332
648
|
phone: ""
|
649
|
+
phone-alt: ""
|
650
|
+
phone-slash: ""
|
333
651
|
phone-square: ""
|
652
|
+
phone-square-alt: ""
|
334
653
|
phone-volume: ""
|
654
|
+
photo-video: ""
|
655
|
+
piggy-bank: ""
|
335
656
|
pills: ""
|
657
|
+
pizza-slice: ""
|
658
|
+
place-of-worship: ""
|
336
659
|
plane: ""
|
660
|
+
plane-arrival: ""
|
661
|
+
plane-departure: ""
|
662
|
+
plane-slash: ""
|
337
663
|
play: ""
|
338
664
|
play-circle: ""
|
339
665
|
plug: ""
|
@@ -341,9 +667,24 @@ fas:
|
|
341
667
|
plus-circle: ""
|
342
668
|
plus-square: ""
|
343
669
|
podcast: ""
|
670
|
+
poll: ""
|
671
|
+
poll-h: ""
|
672
|
+
poo: ""
|
673
|
+
poo-storm: ""
|
674
|
+
poop: ""
|
675
|
+
portrait: ""
|
344
676
|
pound-sign: ""
|
345
677
|
power-off: ""
|
678
|
+
pray: ""
|
679
|
+
praying-hands: ""
|
680
|
+
prescription: ""
|
681
|
+
prescription-bottle: ""
|
682
|
+
prescription-bottle-alt: ""
|
346
683
|
print: ""
|
684
|
+
procedures: ""
|
685
|
+
project-diagram: ""
|
686
|
+
pump-medical: ""
|
687
|
+
pump-soap: ""
|
347
688
|
puzzle-piece: ""
|
348
689
|
qrcode: ""
|
349
690
|
question: ""
|
@@ -351,60 +692,133 @@ fas:
|
|
351
692
|
quidditch: ""
|
352
693
|
quote-left: ""
|
353
694
|
quote-right: ""
|
695
|
+
quran: ""
|
696
|
+
radiation: ""
|
697
|
+
radiation-alt: ""
|
698
|
+
rainbow: ""
|
354
699
|
random: ""
|
700
|
+
receipt: ""
|
701
|
+
record-vinyl: ""
|
355
702
|
recycle: ""
|
356
703
|
redo: ""
|
357
704
|
redo-alt: ""
|
358
705
|
registered: ""
|
706
|
+
remove-format: ""
|
359
707
|
reply: ""
|
360
708
|
reply-all: ""
|
709
|
+
republican: ""
|
710
|
+
restroom: ""
|
361
711
|
retweet: ""
|
712
|
+
ribbon: ""
|
713
|
+
ring: ""
|
362
714
|
road: ""
|
715
|
+
robot: ""
|
363
716
|
rocket: ""
|
717
|
+
route: ""
|
364
718
|
rss: ""
|
365
719
|
rss-square: ""
|
366
720
|
ruble-sign: ""
|
721
|
+
ruler: ""
|
722
|
+
ruler-combined: ""
|
723
|
+
ruler-horizontal: ""
|
724
|
+
ruler-vertical: ""
|
725
|
+
running: ""
|
367
726
|
rupee-sign: ""
|
727
|
+
sad-cry: ""
|
728
|
+
sad-tear: ""
|
729
|
+
satellite: ""
|
730
|
+
satellite-dish: ""
|
368
731
|
save: ""
|
732
|
+
school: ""
|
733
|
+
screwdriver: ""
|
734
|
+
scroll: ""
|
735
|
+
sd-card: ""
|
369
736
|
search: ""
|
737
|
+
search-dollar: ""
|
738
|
+
search-location: ""
|
370
739
|
search-minus: ""
|
371
740
|
search-plus: ""
|
741
|
+
seedling: ""
|
372
742
|
server: ""
|
743
|
+
shapes: ""
|
373
744
|
share: ""
|
374
745
|
share-alt: ""
|
375
746
|
share-alt-square: ""
|
376
747
|
share-square: ""
|
377
748
|
shekel-sign: ""
|
378
749
|
shield-alt: ""
|
750
|
+
shield-virus: ""
|
379
751
|
ship: ""
|
380
752
|
shipping-fast: ""
|
753
|
+
shoe-prints: ""
|
381
754
|
shopping-bag: ""
|
382
755
|
shopping-basket: ""
|
383
756
|
shopping-cart: ""
|
384
757
|
shower: ""
|
758
|
+
shuttle-van: ""
|
759
|
+
sign: ""
|
385
760
|
sign-in-alt: ""
|
386
761
|
sign-language: ""
|
387
762
|
sign-out-alt: ""
|
388
763
|
signal: ""
|
764
|
+
signature: ""
|
765
|
+
sim-card: ""
|
766
|
+
sink: ""
|
389
767
|
sitemap: ""
|
768
|
+
skating: ""
|
769
|
+
skiing: ""
|
770
|
+
skiing-nordic: ""
|
771
|
+
skull: ""
|
772
|
+
skull-crossbones: ""
|
773
|
+
slash: ""
|
774
|
+
sleigh: ""
|
390
775
|
sliders-h: ""
|
391
776
|
smile: ""
|
777
|
+
smile-beam: ""
|
778
|
+
smile-wink: ""
|
779
|
+
smog: ""
|
780
|
+
smoking: ""
|
781
|
+
smoking-ban: ""
|
782
|
+
sms: ""
|
783
|
+
snowboarding: ""
|
392
784
|
snowflake: ""
|
785
|
+
snowman: ""
|
786
|
+
snowplow: ""
|
787
|
+
soap: ""
|
788
|
+
socks: ""
|
789
|
+
solar-panel: ""
|
393
790
|
sort: ""
|
394
791
|
sort-alpha-down: ""
|
792
|
+
sort-alpha-down-alt: ""
|
395
793
|
sort-alpha-up: ""
|
794
|
+
sort-alpha-up-alt: ""
|
396
795
|
sort-amount-down: ""
|
796
|
+
sort-amount-down-alt: ""
|
397
797
|
sort-amount-up: ""
|
798
|
+
sort-amount-up-alt: ""
|
398
799
|
sort-down: ""
|
399
800
|
sort-numeric-down: ""
|
801
|
+
sort-numeric-down-alt: ""
|
400
802
|
sort-numeric-up: ""
|
803
|
+
sort-numeric-up-alt: ""
|
401
804
|
sort-up: ""
|
805
|
+
spa: ""
|
402
806
|
space-shuttle: ""
|
807
|
+
spell-check: ""
|
808
|
+
spider: ""
|
403
809
|
spinner: ""
|
810
|
+
splotch: ""
|
811
|
+
spray-can: ""
|
404
812
|
square: ""
|
405
813
|
square-full: ""
|
814
|
+
square-root-alt: ""
|
815
|
+
stamp: ""
|
406
816
|
star: ""
|
817
|
+
star-and-crescent: ""
|
407
818
|
star-half: ""
|
819
|
+
star-half-alt: ""
|
820
|
+
star-of-david: ""
|
821
|
+
star-of-life: ""
|
408
822
|
step-backward: ""
|
409
823
|
step-forward: ""
|
410
824
|
stethoscope: ""
|
@@ -412,13 +826,26 @@ fas:
|
|
412
826
|
stop: ""
|
413
827
|
stop-circle: ""
|
414
828
|
stopwatch: ""
|
829
|
+
stopwatch-20: ""
|
830
|
+
store: ""
|
831
|
+
store-alt: ""
|
832
|
+
store-alt-slash: ""
|
833
|
+
store-slash: ""
|
834
|
+
stream: ""
|
415
835
|
street-view: ""
|
416
836
|
strikethrough: ""
|
837
|
+
stroopwafel: ""
|
417
838
|
subscript: ""
|
418
839
|
subway: ""
|
419
840
|
suitcase: ""
|
841
|
+
suitcase-rolling: ""
|
420
842
|
sun: ""
|
421
843
|
superscript: ""
|
844
|
+
surprise: ""
|
845
|
+
swatchbook: ""
|
846
|
+
swimmer: ""
|
847
|
+
swimming-pool: ""
|
848
|
+
synagogue: ""
|
422
849
|
sync: ""
|
423
850
|
sync-alt: ""
|
424
851
|
syringe: ""
|
@@ -426,17 +853,25 @@ fas:
|
|
426
853
|
table-tennis: ""
|
427
854
|
tablet: ""
|
428
855
|
tablet-alt: ""
|
856
|
+
tablets: ""
|
429
857
|
tachometer-alt: ""
|
430
858
|
tag: ""
|
431
859
|
tags: ""
|
860
|
+
tape: ""
|
432
861
|
tasks: ""
|
433
862
|
taxi: ""
|
863
|
+
teeth: ""
|
864
|
+
teeth-open: ""
|
865
|
+
temperature-high: ""
|
866
|
+
temperature-low: ""
|
867
|
+
tenge: ""
|
434
868
|
terminal: ""
|
435
869
|
text-height: ""
|
436
870
|
text-width: ""
|
437
871
|
th: ""
|
438
872
|
th-large: ""
|
439
873
|
th-list: ""
|
874
|
+
theater-masks: ""
|
440
875
|
thermometer: ""
|
441
876
|
thermometer-empty: ""
|
442
877
|
thermometer-full: ""
|
@@ -450,20 +885,42 @@ fas:
|
|
450
885
|
times: ""
|
451
886
|
times-circle: ""
|
452
887
|
tint: ""
|
888
|
+
tint-slash: ""
|
889
|
+
tired: ""
|
453
890
|
toggle-off: ""
|
454
891
|
toggle-on: ""
|
892
|
+
toilet: ""
|
893
|
+
toilet-paper: ""
|
894
|
+
toilet-paper-slash: ""
|
895
|
+
toolbox: ""
|
896
|
+
tools: ""
|
897
|
+
tooth: ""
|
898
|
+
torah: ""
|
899
|
+
torii-gate: ""
|
900
|
+
tractor: ""
|
455
901
|
trademark: ""
|
902
|
+
traffic-light: ""
|
903
|
+
trailer: ""
|
456
904
|
train: ""
|
905
|
+
tram: ""
|
457
906
|
transgender: ""
|
458
907
|
transgender-alt: ""
|
459
908
|
trash: ""
|
460
909
|
trash-alt: ""
|
910
|
+
trash-restore: ""
|
911
|
+
trash-restore-alt: ""
|
461
912
|
tree: ""
|
462
913
|
trophy: ""
|
463
914
|
truck: ""
|
915
|
+
truck-loading: ""
|
916
|
+
truck-monster: ""
|
917
|
+
truck-moving: ""
|
918
|
+
truck-pickup: ""
|
919
|
+
tshirt: ""
|
464
920
|
tty: ""
|
465
921
|
tv: ""
|
466
922
|
umbrella: ""
|
923
|
+
umbrella-beach: ""
|
467
924
|
underline: ""
|
468
925
|
undo: ""
|
469
926
|
undo-alt: ""
|
@@ -474,30 +931,75 @@ fas:
|
|
474
931
|
unlock-alt: ""
|
475
932
|
upload: ""
|
476
933
|
user: ""
|
934
|
+
user-alt: ""
|
935
|
+
user-alt-slash: ""
|
936
|
+
user-astronaut: ""
|
937
|
+
user-check: ""
|
477
938
|
user-circle: ""
|
939
|
+
user-clock: ""
|
940
|
+
user-cog: ""
|
941
|
+
user-edit: ""
|
942
|
+
user-friends: ""
|
943
|
+
user-graduate: ""
|
944
|
+
user-injured: ""
|
945
|
+
user-lock: ""
|
478
946
|
user-md: ""
|
947
|
+
user-minus: ""
|
948
|
+
user-ninja: ""
|
949
|
+
user-nurse: ""
|
479
950
|
user-plus: ""
|
480
951
|
user-secret: ""
|
952
|
+
user-shield: ""
|
953
|
+
user-slash: ""
|
954
|
+
user-tag: ""
|
955
|
+
user-tie: ""
|
481
956
|
user-times: ""
|
482
957
|
users: ""
|
958
|
+
users-cog: ""
|
959
|
+
users-slash: ""
|
483
960
|
utensil-spoon: ""
|
484
961
|
utensils: ""
|
962
|
+
vector-square: ""
|
485
963
|
venus: ""
|
486
964
|
venus-double: ""
|
487
965
|
venus-mars: ""
|
966
|
+
vest: ""
|
967
|
+
vest-patches: ""
|
968
|
+
vial: ""
|
969
|
+
vials: ""
|
488
970
|
video: ""
|
971
|
+
video-slash: ""
|
972
|
+
vihara: ""
|
973
|
+
virus: ""
|
974
|
+
virus-slash: ""
|
975
|
+
viruses: ""
|
976
|
+
voicemail: ""
|
489
977
|
volleyball-ball: ""
|
490
978
|
volume-down: ""
|
979
|
+
volume-mute: ""
|
491
980
|
volume-off: ""
|
492
981
|
volume-up: ""
|
982
|
+
vote-yea: ""
|
983
|
+
vr-cardboard: ""
|
984
|
+
walking: ""
|
985
|
+
wallet: ""
|
493
986
|
warehouse: ""
|
987
|
+
water: ""
|
988
|
+
wave-square: ""
|
494
989
|
weight: ""
|
990
|
+
weight-hanging: ""
|
495
991
|
wheelchair: ""
|
496
992
|
wifi: ""
|
993
|
+
wind: ""
|
497
994
|
window-close: ""
|
498
995
|
window-maximize: ""
|
499
996
|
window-minimize: ""
|
500
997
|
window-restore: ""
|
998
|
+
wine-bottle: ""
|
999
|
+
wine-glass: ""
|
1000
|
+
wine-glass-alt: ""
|
501
1001
|
won-sign: ""
|
502
1002
|
wrench: ""
|
1003
|
+
x-ray: ""
|
503
1004
|
yen-sign: ""
|
1005
|
+
yin-yang: ""
|