prawn-icon 2.1.0 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/data/fonts/fa4/shims.yml +462 -0
- data/data/fonts/fab/fa-brands.ttf +0 -0
- data/data/fonts/fab/fab.yml +34 -1
- data/data/fonts/far/fa-regular.ttf +0 -0
- data/data/fonts/far/far.yml +4 -1
- data/data/fonts/fas/fa-solid.ttf +0 -0
- data/data/fonts/fas/fas.yml +128 -1
- data/lib/prawn/icon/compatibility.rb +7 -128
- data/lib/prawn/icon/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9afa8a40603253c2add5f33658f577453fd69c07
|
4
|
+
data.tar.gz: 00e8da3a06e7b86473c8225c6aed8e08fc0aa715
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa3276c4d751641854ee28c873e48ea696f3cc0985c05fd1da79f56fd3d28259273379c8f540f6a4f7a89f8e0871fb363e67d5885acf0079a80f9f730fd6164b
|
7
|
+
data.tar.gz: b24c5bac2a8b6db372a44d8a44f4de14a8d3fdb57271315df85454b8aa7cfb0042b894a63ae7fe5984965858c59ead58304b88e18080fe04b7386be4597f8d81
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
# 2.2.0 - May 20, 2018
|
2
|
+
|
3
|
+
* Move out shim configuration into a `.yml` file located inside the `data/fonts/fa4/shims.yml` file.
|
4
|
+
* Update FontAwesome TTF files and legend files from 5.0.8 to 5.0.13.
|
5
|
+
* Add additional compatibility shims that were missing for some icons from FontAwesome 4. This version release is now fully backwards-compatible with all icon specifiers present in FontAwesome 4 (via version `1.4.0` of this gem).
|
6
|
+
* Fix a bug in the FontAwesome converter tool by properly requiring `fileutils` before execution.
|
7
|
+
|
1
8
|
# 2.1.0 - April 1, 2018
|
2
9
|
|
3
10
|
* Introduce backwards compatibility with FontAwesome 4 icon keys by dynamically
|
@@ -0,0 +1,462 @@
|
|
1
|
+
---
|
2
|
+
fa-500px: fab-500px
|
3
|
+
fa-address-book-o: far-address-book
|
4
|
+
fa-address-card-o: far-address-card
|
5
|
+
fa-adn: fab-adn
|
6
|
+
fa-amazon: fab-amazon
|
7
|
+
fa-android: fab-android
|
8
|
+
fa-angellist: fab-angellist
|
9
|
+
fa-apple: fab-apple
|
10
|
+
fa-area-chart: fas-chart-area
|
11
|
+
fa-arrow-circle-o-down: far-arrow-alt-circle-down
|
12
|
+
fa-arrow-circle-o-left: far-arrow-alt-circle-left
|
13
|
+
fa-arrow-circle-o-right: far-arrow-alt-circle-right
|
14
|
+
fa-arrow-circle-o-up: far-arrow-alt-circle-up
|
15
|
+
fa-arrows: fas-arrows-alt
|
16
|
+
fa-arrows-alt: fas-expand-arrows-alt
|
17
|
+
fa-arrows-h: fas-arrows-alt-h
|
18
|
+
fa-arrows-v: fas-arrows-alt-v
|
19
|
+
fa-asl: fas-american-sign-language-interpreting
|
20
|
+
fa-asl-interpreting: fas-american-sign-language-interpreting
|
21
|
+
fa-automobile: fas-car
|
22
|
+
fa-bandcamp: fab-bandcamp
|
23
|
+
fa-bank: fas-university
|
24
|
+
fa-bar-chart: far-chart-bar
|
25
|
+
fa-bar-chart-o: far-chart-bar
|
26
|
+
fa-bathtub: fas-bath
|
27
|
+
fa-battery: fas-battery-full
|
28
|
+
fa-battery-0: fas-battery-empty
|
29
|
+
fa-battery-1: fas-battery-quarter
|
30
|
+
fa-battery-2: fas-battery-half
|
31
|
+
fa-battery-3: fas-battery-three-quarters
|
32
|
+
fa-battery-4: fas-battery-full
|
33
|
+
fa-behance: fab-behance
|
34
|
+
fa-behance-square: fab-behance-square
|
35
|
+
fa-bell-o: far-bell
|
36
|
+
fa-bell-slash-o: far-bell-slash
|
37
|
+
fa-bitbucket: fab-bitbucket
|
38
|
+
fa-bitbucket-square: fab-bitbucket
|
39
|
+
fa-bitcoin: fab-bitcoin
|
40
|
+
fa-black-tie: fab-black-tie
|
41
|
+
fa-bluetooth: fab-bluetooth
|
42
|
+
fa-bluetooth-b: fab-bluetooth-b
|
43
|
+
fa-bookmark-o: far-bookmark
|
44
|
+
fa-btc: fab-btc
|
45
|
+
fa-building-o: far-building
|
46
|
+
fa-buysellads: fab-buysellads
|
47
|
+
fa-cab: fas-taxi
|
48
|
+
fa-calendar: fas-calendar-alt
|
49
|
+
fa-calendar-check-o: far-calendar-check
|
50
|
+
fa-calendar-minus-o: far-calendar-minus
|
51
|
+
fa-calendar-o: far-calendar
|
52
|
+
fa-calendar-plus-o: far-calendar-plus
|
53
|
+
fa-calendar-times-o: far-calendar-times
|
54
|
+
fa-caret-square-o-down: far-caret-square-down
|
55
|
+
fa-caret-square-o-left: far-caret-square-left
|
56
|
+
fa-caret-square-o-right: far-caret-square-right
|
57
|
+
fa-caret-square-o-up: far-caret-square-up
|
58
|
+
fa-cc: far-closed-captioning
|
59
|
+
fa-cc-amex: fab-cc-amex
|
60
|
+
fa-cc-diners-club: fab-cc-diners-club
|
61
|
+
fa-cc-discover: fab-cc-discover
|
62
|
+
fa-cc-jcb: fab-cc-jcb
|
63
|
+
fa-cc-mastercard: fab-cc-mastercard
|
64
|
+
fa-cc-paypal: fab-cc-paypal
|
65
|
+
fa-cc-stripe: fab-cc-stripe
|
66
|
+
fa-cc-visa: fab-cc-visa
|
67
|
+
fa-chain: fas-link
|
68
|
+
fa-chain-broken: fas-unlink
|
69
|
+
fa-check-circle-o: far-check-circle
|
70
|
+
fa-check-square-o: far-check-square
|
71
|
+
fa-chrome: fab-chrome
|
72
|
+
fa-circle-o: far-circle
|
73
|
+
fa-circle-o-notch: fas-circle-notch
|
74
|
+
fa-circle-thin: far-circle
|
75
|
+
fa-clipboard: far-clipboard
|
76
|
+
fa-clock-o: far-clock
|
77
|
+
fa-clone: far-clone
|
78
|
+
fa-close: fas-times
|
79
|
+
fa-cloud-download: fas-cloud-download-alt
|
80
|
+
fa-cloud-upload: fas-cloud-upload-alt
|
81
|
+
fa-cny: fas-yen-sign
|
82
|
+
fa-code-fork: fas-code-branch
|
83
|
+
fa-codepen: fab-codepen
|
84
|
+
fa-codiepie: fab-codiepie
|
85
|
+
fa-comment-o: far-comment
|
86
|
+
fa-commenting: fas-comment-alt
|
87
|
+
fa-commenting-o: far-comment-dots
|
88
|
+
fa-comments-o: far-comments
|
89
|
+
fa-compass: far-compass
|
90
|
+
fa-connectdevelop: fab-connectdevelop
|
91
|
+
fa-contao: fab-contao
|
92
|
+
fa-copyright: far-copyright
|
93
|
+
fa-creative-commons: fab-creative-commons
|
94
|
+
fa-credit-card: far-credit-card
|
95
|
+
fa-credit-card-alt: fas-credit-card
|
96
|
+
fa-css3: fab-css3
|
97
|
+
fa-cutlery: fas-utensils
|
98
|
+
fa-dashboard: fas-tachometer-alt
|
99
|
+
fa-dashcube: fab-dashcube
|
100
|
+
fa-deafness: fas-deaf
|
101
|
+
fa-dedent: fas-outdent
|
102
|
+
fa-delicious: fab-delicious
|
103
|
+
fa-deviantart: fab-deviantart
|
104
|
+
fa-diamond: far-gem
|
105
|
+
fa-digg: fab-digg
|
106
|
+
fa-dollar: fas-dollar-sign
|
107
|
+
fa-dot-circle-o: far-dot-circle
|
108
|
+
fa-dribbble: fab-dribbble
|
109
|
+
fa-drivers-license: fas-id-card
|
110
|
+
fa-drivers-license-o: far-id-card
|
111
|
+
fa-dropbox: fab-dropbox
|
112
|
+
fa-drupal: fab-drupal
|
113
|
+
fa-edge: fab-edge
|
114
|
+
fa-eercast: fab-sellcast
|
115
|
+
fa-empire: fab-empire
|
116
|
+
fa-envelope-o: far-envelope
|
117
|
+
fa-envelope-open-o: far-envelope-open
|
118
|
+
fa-envira: fab-envira
|
119
|
+
fa-etsy: fab-etsy
|
120
|
+
fa-eur: fas-euro-sign
|
121
|
+
fa-euro: fas-euro-sign
|
122
|
+
fa-exchange: fas-exchange-alt
|
123
|
+
fa-expeditedssl: fab-expeditedssl
|
124
|
+
fa-external-link: fas-external-link-alt
|
125
|
+
fa-external-link-square: fas-external-link-square-alt
|
126
|
+
fa-eye-dropper: far-eye-dropper
|
127
|
+
fa-eye-slash: far-eye-slash
|
128
|
+
fa-eyedropper: fas-eye-dropper
|
129
|
+
fa-fa: fab-font-awesome
|
130
|
+
fa-facebook: fab-facebook-f
|
131
|
+
fa-facebook-f: fab-facebook-f
|
132
|
+
fa-facebook-official: fab-facebook
|
133
|
+
fa-facebook-square: fab-facebook-square
|
134
|
+
fa-feed: fas-rss
|
135
|
+
fa-file-archive-o: far-file-archive
|
136
|
+
fa-file-audio-o: far-file-audio
|
137
|
+
fa-file-code-o: far-file-code
|
138
|
+
fa-file-excel-o: far-file-excel
|
139
|
+
fa-file-image-o: far-file-image
|
140
|
+
fa-file-movie-o: far-file-video
|
141
|
+
fa-file-o: far-file
|
142
|
+
fa-file-pdf-o: far-file-pdf
|
143
|
+
fa-file-photo-o: far-file-image
|
144
|
+
fa-file-picture-o: far-file-image
|
145
|
+
fa-file-powerpoint-o: far-file-powerpoint
|
146
|
+
fa-file-sound-o: far-file-audio
|
147
|
+
fa-file-text: fas-file-alt
|
148
|
+
fa-file-text-o: far-file-alt
|
149
|
+
fa-file-video-o: far-file-video
|
150
|
+
fa-file-word-o: far-file-word
|
151
|
+
fa-file-zip-o: far-file-archive
|
152
|
+
fa-files-o: far-copy
|
153
|
+
fa-firefox: fab-firefox
|
154
|
+
fa-first-order: fab-first-order
|
155
|
+
fa-flag-o: far-flag
|
156
|
+
fa-flash: fas-bolt
|
157
|
+
fa-flickr: fab-flickr
|
158
|
+
fa-floppy-o: far-save
|
159
|
+
fa-folder-o: far-folder
|
160
|
+
fa-folder-open-o: far-folder-open
|
161
|
+
fa-font-awesome: fab-font-awesome
|
162
|
+
fa-fonticons: fab-fonticons
|
163
|
+
fa-fort-awesome: fab-fort-awesome
|
164
|
+
fa-forumbee: fab-forumbee
|
165
|
+
fa-foursquare: fab-foursquare
|
166
|
+
fa-free-code-camp: fab-free-code-camp
|
167
|
+
fa-frown-o: far-frown
|
168
|
+
fa-futbol-o: far-futbol
|
169
|
+
fa-gbp: fas-pound-sign
|
170
|
+
fa-ge: fab-empire
|
171
|
+
fa-gear: fas-cog
|
172
|
+
fa-gears: fas-cogs
|
173
|
+
fa-get-pocket: fab-get-pocket
|
174
|
+
fa-gg: fab-gg
|
175
|
+
fa-gg-circle: fab-gg-circle
|
176
|
+
fa-git: fab-git
|
177
|
+
fa-git-square: fab-git-square
|
178
|
+
fa-github: fab-github
|
179
|
+
fa-github-alt: fab-github-alt
|
180
|
+
fa-github-square: fab-github-square
|
181
|
+
fa-gitlab: fab-gitlab
|
182
|
+
fa-gittip: fab-gratipay
|
183
|
+
fa-glass: fas-glass-martini
|
184
|
+
fa-glide: fab-glide
|
185
|
+
fa-glide-g: fab-glide-g
|
186
|
+
fa-google: fab-google
|
187
|
+
fa-google-plus: fab-google-plus-g
|
188
|
+
fa-google-plus-circle: fab-google-plus
|
189
|
+
fa-google-plus-official: fab-google-plus
|
190
|
+
fa-google-plus-square: fab-google-plus-square
|
191
|
+
fa-google-wallet: fab-google-wallet
|
192
|
+
fa-gratipay: fab-gratipay
|
193
|
+
fa-grav: fab-grav
|
194
|
+
fa-group: fas-users
|
195
|
+
fa-hacker-news: fab-hacker-news
|
196
|
+
fa-hand-grab-o: far-hand-rock
|
197
|
+
fa-hand-lizard-o: far-hand-lizard
|
198
|
+
fa-hand-o-down: far-hand-point-down
|
199
|
+
fa-hand-o-left: far-hand-point-left
|
200
|
+
fa-hand-o-right: far-hand-point-right
|
201
|
+
fa-hand-o-up: far-hand-point-up
|
202
|
+
fa-hand-paper-o: far-hand-paper
|
203
|
+
fa-hand-peace-o: far-hand-peace
|
204
|
+
fa-hand-pointer-o: far-hand-pointer
|
205
|
+
fa-hand-rock-o: far-hand-rock
|
206
|
+
fa-hand-scissors-o: far-hand-scissors
|
207
|
+
fa-hand-spock-o: far-hand-spock
|
208
|
+
fa-hand-stop-o: far-hand-paper
|
209
|
+
fa-handshake-o: far-handshake
|
210
|
+
fa-hard-of-hearing: fas-deaf
|
211
|
+
fa-hdd-o: far-hdd
|
212
|
+
fa-header: fas-heading
|
213
|
+
fa-heart-o: far-heart
|
214
|
+
fa-hospital-o: far-hospital
|
215
|
+
fa-hotel: fas-bed
|
216
|
+
fa-hourglass-1: fas-hourglass-start
|
217
|
+
fa-hourglass-2: fas-hourglass-half
|
218
|
+
fa-hourglass-3: fas-hourglass-end
|
219
|
+
fa-hourglass-o: far-hourglass
|
220
|
+
fa-houzz: fab-houzz
|
221
|
+
fa-html5: fab-html5
|
222
|
+
fa-id-badge: far-id-badge
|
223
|
+
fa-id-card-o: far-id-card
|
224
|
+
fa-ils: fas-shekel-sign
|
225
|
+
fa-imdb: fab-imdb
|
226
|
+
fa-inr: fas-rupee-sign
|
227
|
+
fa-instagram: fab-instagram
|
228
|
+
fa-institution: fas-university
|
229
|
+
fa-internet-explorer: fab-internet-explorer
|
230
|
+
fa-intersex: fas-transgender
|
231
|
+
fa-ioxhost: fab-ioxhost
|
232
|
+
fa-joomla: fab-joomla
|
233
|
+
fa-jpy: fas-yen-sign
|
234
|
+
fa-jsfiddle: fab-jsfiddle
|
235
|
+
fa-keyboard-o: far-keyboard
|
236
|
+
fa-krw: fas-won-sign
|
237
|
+
fa-lastfm: fab-lastfm
|
238
|
+
fa-lastfm-square: fab-lastfm-square
|
239
|
+
fa-leanpub: fab-leanpub
|
240
|
+
fa-legal: fas-gavel
|
241
|
+
fa-lemon-o: far-lemon
|
242
|
+
fa-level-down: fas-level-down-alt
|
243
|
+
fa-level-up: fas-level-up-alt
|
244
|
+
fa-life-bouy: fas-life-ring
|
245
|
+
fa-life-buoy: fas-life-ring
|
246
|
+
fa-life-ring: far-life-ring
|
247
|
+
fa-life-saver: fas-life-ring
|
248
|
+
fa-lightbulb-o: far-lightbulb
|
249
|
+
fa-line-chart: fas-chart-line
|
250
|
+
fa-linkedin: fab-linkedin-in
|
251
|
+
fa-linkedin-square: fab-linkedin
|
252
|
+
fa-linode: fab-linode
|
253
|
+
fa-linux: fab-linux
|
254
|
+
fa-list-alt: far-list-alt
|
255
|
+
fa-long-arrow-down: fas-long-arrow-alt-down
|
256
|
+
fa-long-arrow-left: fas-long-arrow-alt-left
|
257
|
+
fa-long-arrow-right: fas-long-arrow-alt-right
|
258
|
+
fa-long-arrow-up: fas-long-arrow-alt-up
|
259
|
+
fa-mail-forward: fas-share
|
260
|
+
fa-mail-reply: fas-reply
|
261
|
+
fa-mail-reply-all: fas-reply-all
|
262
|
+
fa-map-marker: fas-map-marker-alt
|
263
|
+
fa-map-o: far-map
|
264
|
+
fa-maxcdn: fab-maxcdn
|
265
|
+
fa-meanpath: fab-font-awesome
|
266
|
+
fa-medium: fab-medium
|
267
|
+
fa-meetup: fab-meetup
|
268
|
+
fa-meh-o: far-meh
|
269
|
+
fa-minus-square-o: far-minus-square
|
270
|
+
fa-mixcloud: fab-mixcloud
|
271
|
+
fa-mobile: fas-mobile-alt
|
272
|
+
fa-mobile-phone: fas-mobile
|
273
|
+
fa-modx: fab-modx
|
274
|
+
fa-money: far-money-bill-alt
|
275
|
+
fa-moon-o: far-moon
|
276
|
+
fa-mortar-board: fas-graduation-cap
|
277
|
+
fa-navicon: fas-bars
|
278
|
+
fa-newspaper-o: far-newspaper
|
279
|
+
fa-object-group: far-object-group
|
280
|
+
fa-object-ungroup: far-object-ungroup
|
281
|
+
fa-odnoklassniki: fab-odnoklassniki
|
282
|
+
fa-odnoklassniki-square: fab-odnoklassniki-square
|
283
|
+
fa-opencart: fab-opencart
|
284
|
+
fa-openid: fab-openid
|
285
|
+
fa-opera: fab-opera
|
286
|
+
fa-optin-monster: fab-optin-monster
|
287
|
+
fa-pagelines: fab-pagelines
|
288
|
+
fa-paper-plane-o: far-paper-plane
|
289
|
+
fa-paste: fas-paste
|
290
|
+
fa-pause-circle-o: far-pause-circle
|
291
|
+
fa-paypal: fab-paypal
|
292
|
+
fa-pencil: fas-pencil-alt
|
293
|
+
fa-pencil-square: fas-pen-square
|
294
|
+
fa-pencil-square-o: far-edit
|
295
|
+
fa-photo: far-image
|
296
|
+
fa-picture: fas-image
|
297
|
+
fa-picture-o: far-image
|
298
|
+
fa-pie-chart: fas-chart-pie
|
299
|
+
fa-pied-piper: fab-pied-piper
|
300
|
+
fa-pied-piper-alt: fab-pied-piper-alt
|
301
|
+
fa-pied-piper-pp: fab-pied-piper-pp
|
302
|
+
fa-pinterest: fab-pinterest
|
303
|
+
fa-pinterest-p: fab-pinterest-p
|
304
|
+
fa-pinterest-square: fab-pinterest-square
|
305
|
+
fa-play-circle-o: far-play-circle
|
306
|
+
fa-plus-square-o: far-plus-square
|
307
|
+
fa-product-hunt: fab-product-hunt
|
308
|
+
fa-qq: fab-qq
|
309
|
+
fa-question-circle-o: far-question-circle
|
310
|
+
fa-quora: fab-quora
|
311
|
+
fa-ra: fab-rebel
|
312
|
+
fa-ravelry: fab-ravelry
|
313
|
+
fa-rebel: fab-rebel
|
314
|
+
fa-reddit: fab-reddit
|
315
|
+
fa-reddit-alien: fab-reddit-alien
|
316
|
+
fa-reddit-square: fab-reddit-square
|
317
|
+
fa-refresh: fas-sync
|
318
|
+
fa-registered: far-registered
|
319
|
+
fa-remove: fas-times
|
320
|
+
fa-renren: fab-renren
|
321
|
+
fa-reorder: fas-bars
|
322
|
+
fa-repeat: fas-redo
|
323
|
+
fa-resistance: fab-rebel
|
324
|
+
fa-rmb: fas-yen-sign
|
325
|
+
fa-rotate-left: fas-undo
|
326
|
+
fa-rotate-right: fas-redo
|
327
|
+
fa-rouble: fas-ruble-sign
|
328
|
+
fa-rub: fas-ruble-sign
|
329
|
+
fa-ruble: fas-ruble-sign
|
330
|
+
fa-rupee: fas-rupee-sign
|
331
|
+
fa-s15: fas-bath
|
332
|
+
fa-safari: fab-safari
|
333
|
+
fa-scissors: fas-cut
|
334
|
+
fa-scribd: fab-scribd
|
335
|
+
fa-sellsy: fab-sellsy
|
336
|
+
fa-send: fas-paper-plane
|
337
|
+
fa-send-o: far-paper-plane
|
338
|
+
fa-share-square-o: far-share-square
|
339
|
+
fa-shekel: fas-shekel-sign
|
340
|
+
fa-sheqel: fas-shekel-sign
|
341
|
+
fa-shield: fas-shield-alt
|
342
|
+
fa-shirtsinbulk: fab-shirtsinbulk
|
343
|
+
fa-sign-in: fas-sign-in-alt
|
344
|
+
fa-sign-out: fas-sign-out-alt
|
345
|
+
fa-signing: fas-sign-language
|
346
|
+
fa-simplybuilt: fab-simplybuilt
|
347
|
+
fa-skyatlas: fab-skyatlas
|
348
|
+
fa-skype: fab-skype
|
349
|
+
fa-slack: fab-slack
|
350
|
+
fa-sliders: fas-sliders-h
|
351
|
+
fa-slideshare: fab-slideshare
|
352
|
+
fa-smile-o: far-smile
|
353
|
+
fa-snapchat: fab-snapchat
|
354
|
+
fa-snapchat-ghost: fab-snapchat-ghost
|
355
|
+
fa-snapchat-square: fab-snapchat-square
|
356
|
+
fa-snowflake-o: far-snowflake
|
357
|
+
fa-soccer-ball-o: far-futbol
|
358
|
+
fa-sort-alpha-asc: fas-sort-alpha-down
|
359
|
+
fa-sort-alpha-desc: fas-sort-alpha-up
|
360
|
+
fa-sort-amount-asc: fas-sort-amount-down
|
361
|
+
fa-sort-amount-desc: fas-sort-amount-up
|
362
|
+
fa-sort-asc: fas-sort-up
|
363
|
+
fa-sort-desc: fas-sort-down
|
364
|
+
fa-sort-numeric-asc: fas-sort-numeric-down
|
365
|
+
fa-sort-numeric-desc: fas-sort-numeric-up
|
366
|
+
fa-soundcloud: fab-soundcloud
|
367
|
+
fa-spoon: fas-utensil-spoon
|
368
|
+
fa-spotify: fab-spotify
|
369
|
+
fa-square-o: far-square
|
370
|
+
fa-stack-exchange: fab-stack-exchange
|
371
|
+
fa-stack-overflow: fab-stack-overflow
|
372
|
+
fa-star-half-empty: fas-star-half
|
373
|
+
fa-star-half-full: fas-star-half
|
374
|
+
fa-star-half-o: far-star-half
|
375
|
+
fa-star-o: far-star
|
376
|
+
fa-steam: fab-steam
|
377
|
+
fa-steam-square: fab-steam-square
|
378
|
+
fa-sticky-note-o: far-sticky-note
|
379
|
+
fa-stop-circle-o: far-stop-circle
|
380
|
+
fa-stumbleupon: fab-stumbleupon
|
381
|
+
fa-stumbleupon-circle: fab-stumbleupon-circle
|
382
|
+
fa-sun-o: far-sun
|
383
|
+
fa-superpowers: fab-superpowers
|
384
|
+
fa-support: far-life-ring
|
385
|
+
fa-tablet: fas-tablet-alt
|
386
|
+
fa-tachometer: fas-tachometer-alt
|
387
|
+
fa-telegram: fab-telegram
|
388
|
+
fa-television: fas-tv
|
389
|
+
fa-tencent-weibo: fab-tencent-weibo
|
390
|
+
fa-themeisle: fab-themeisle
|
391
|
+
fa-thermometer-0: fas-thermometer-empty
|
392
|
+
fa-thermometer-1: fas-thermometer-quarter
|
393
|
+
fa-thermometer-2: fas-thermometer-half
|
394
|
+
fa-thermometer-3: fas-thermometer-three-quarters
|
395
|
+
fa-thermometer-4: fas-thermometer-full
|
396
|
+
fa-thumb-tack: fas-thumbtack
|
397
|
+
fa-thumbs-o-down: far-thumbs-down
|
398
|
+
fa-thumbs-o-up: far-thumbs-up
|
399
|
+
fa-ticket: fas-ticket-alt
|
400
|
+
fa-times-circle-o: far-times-circle
|
401
|
+
fa-times-rectangle: fas-window-close
|
402
|
+
fa-times-rectangle-o: far-window-close
|
403
|
+
fa-toggle-down: far-caret-square-down
|
404
|
+
fa-toggle-left: far-caret-square-left
|
405
|
+
fa-toggle-right: far-caret-square-right
|
406
|
+
fa-toggle-up: far-caret-square-up
|
407
|
+
fa-trash: fas-trash-alt
|
408
|
+
fa-trash-o: far-trash-alt
|
409
|
+
fa-trello: fab-trello
|
410
|
+
fa-tripadvisor: fab-tripadvisor
|
411
|
+
fa-try: fas-lira-sign
|
412
|
+
fa-tumblr: fab-tumblr
|
413
|
+
fa-tumblr-square: fab-tumblr-square
|
414
|
+
fa-turkish-lira: fas-lira-sign
|
415
|
+
fa-twitch: fab-twitch
|
416
|
+
fa-twitter: fab-twitter
|
417
|
+
fa-twitter-square: fab-twitter-square
|
418
|
+
fa-unsorted: fas-sort
|
419
|
+
fa-usb: fab-usb
|
420
|
+
fa-usd: fas-dollar-sign
|
421
|
+
fa-user-circle-o: far-user-circle
|
422
|
+
fa-user-o: far-user
|
423
|
+
fa-vcard: fas-address-card
|
424
|
+
fa-vcard-o: far-address-card
|
425
|
+
fa-viacoin: fab-viacoin
|
426
|
+
fa-viadeo: fab-viadeo
|
427
|
+
fa-viadeo-square: fab-viadeo-square
|
428
|
+
fa-video-camera: fas-video
|
429
|
+
fa-vimeo: fab-vimeo-v
|
430
|
+
fa-vimeo-square: fab-vimeo-square
|
431
|
+
fa-vine: fab-vine
|
432
|
+
fa-vk: fab-vk
|
433
|
+
fa-volume-control-phone: fas-phone-volume
|
434
|
+
fa-warning: fas-exclamation-triangle
|
435
|
+
fa-wechat: fab-weixin
|
436
|
+
fa-weibo: fab-weibo
|
437
|
+
fa-weixin: fab-weixin
|
438
|
+
fa-whatsapp: fab-whatsapp
|
439
|
+
fa-wheelchair-alt: fab-accessible-icon
|
440
|
+
fa-wikipedia-w: fab-wikipedia-w
|
441
|
+
fa-window-close-o: far-window-close
|
442
|
+
fa-window-maximize: far-window-maximize
|
443
|
+
fa-window-restore: far-window-restore
|
444
|
+
fa-windows: fab-windows
|
445
|
+
fa-won: fas-won-sign
|
446
|
+
fa-wordpress: fab-wordpress
|
447
|
+
fa-wpbeginner: fab-wpbeginner
|
448
|
+
fa-wpexplorer: fab-wpexplorer
|
449
|
+
fa-wpforms: fab-wpforms
|
450
|
+
fa-xing-square: fab-xing-square
|
451
|
+
fa-y-combinator: fab-y-combinator
|
452
|
+
fa-y-combinator-square: fab-hacker-news
|
453
|
+
fa-yahoo: fab-yahoo
|
454
|
+
fa-yc: fab-y-combinator
|
455
|
+
fa-yc-square: fab-hacker-news
|
456
|
+
fa-yelp: fab-yelp
|
457
|
+
fa-yen: fas-yen-sign
|
458
|
+
fa-yoast: fab-yoast
|
459
|
+
fa-youtube: fab-youtube
|
460
|
+
fa-youtube-play: fab-youtube
|
461
|
+
fa-youtube-square: fab-youtube-square
|
462
|
+
fa-xing: fab-xing
|
Binary file
|
data/data/fonts/fab/fab.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
fab:
|
3
|
-
__font_version__: 5.0.
|
3
|
+
__font_version__: 5.0.13
|
4
4
|
500px: ""
|
5
5
|
accessible-icon: ""
|
6
6
|
accusoft: ""
|
@@ -63,6 +63,18 @@ fab:
|
|
63
63
|
contao: ""
|
64
64
|
cpanel: ""
|
65
65
|
creative-commons: ""
|
66
|
+
creative-commons-by: ""
|
67
|
+
creative-commons-nc: ""
|
68
|
+
creative-commons-nc-eu: ""
|
69
|
+
creative-commons-nc-jp: ""
|
70
|
+
creative-commons-nd: ""
|
71
|
+
creative-commons-pd: ""
|
72
|
+
creative-commons-pd-alt: ""
|
73
|
+
creative-commons-remix: ""
|
74
|
+
creative-commons-sa: ""
|
75
|
+
creative-commons-sampling: ""
|
76
|
+
creative-commons-sampling-plus: ""
|
77
|
+
creative-commons-share: ""
|
66
78
|
css3: ""
|
67
79
|
css3-alt: ""
|
68
80
|
cuttlefish: ""
|
@@ -85,6 +97,7 @@ fab:
|
|
85
97
|
drupal: ""
|
86
98
|
dyalog: ""
|
87
99
|
earlybirds: ""
|
100
|
+
ebay: ""
|
88
101
|
edge: ""
|
89
102
|
elementor: ""
|
90
103
|
ember: ""
|
@@ -100,6 +113,7 @@ fab:
|
|
100
113
|
facebook-square: ""
|
101
114
|
firefox: ""
|
102
115
|
first-order: ""
|
116
|
+
first-order-alt: ""
|
103
117
|
firstdraft: ""
|
104
118
|
flickr: ""
|
105
119
|
flipboard: ""
|
@@ -107,6 +121,7 @@ fab:
|
|
107
121
|
font-awesome: ""
|
108
122
|
font-awesome-alt: ""
|
109
123
|
font-awesome-flag: ""
|
124
|
+
font-awesome-logo-full: ""
|
110
125
|
fonticons: ""
|
111
126
|
fonticons-fi: ""
|
112
127
|
fort-awesome: ""
|
@@ -115,6 +130,9 @@ fab:
|
|
115
130
|
foursquare: ""
|
116
131
|
free-code-camp: ""
|
117
132
|
freebsd: ""
|
133
|
+
fulcrum: ""
|
134
|
+
galactic-republic: ""
|
135
|
+
galactic-senate: ""
|
118
136
|
get-pocket: ""
|
119
137
|
gg: ""
|
120
138
|
gg-circle: ""
|
@@ -158,12 +176,15 @@ fab:
|
|
158
176
|
ioxhost: ""
|
159
177
|
itunes: ""
|
160
178
|
itunes-note: ""
|
179
|
+
java: ""
|
180
|
+
jedi-order: ""
|
161
181
|
jenkins: ""
|
162
182
|
joget: ""
|
163
183
|
joomla: ""
|
164
184
|
js: ""
|
165
185
|
js-square: ""
|
166
186
|
jsfiddle: ""
|
187
|
+
keybase: ""
|
167
188
|
keycdn: ""
|
168
189
|
kickstarter: ""
|
169
190
|
kickstarter-k: ""
|
@@ -180,6 +201,8 @@ fab:
|
|
180
201
|
linux: ""
|
181
202
|
lyft: ""
|
182
203
|
magento: ""
|
204
|
+
mandalorian: ""
|
205
|
+
mastodon: ""
|
183
206
|
maxcdn: ""
|
184
207
|
medapps: ""
|
185
208
|
medium: ""
|
@@ -201,6 +224,7 @@ fab:
|
|
201
224
|
nutritionix: ""
|
202
225
|
odnoklassniki: ""
|
203
226
|
odnoklassniki-square: ""
|
227
|
+
old-republic: ""
|
204
228
|
opencart: ""
|
205
229
|
openid: ""
|
206
230
|
opera: ""
|
@@ -214,9 +238,11 @@ fab:
|
|
214
238
|
periscope: ""
|
215
239
|
phabricator: ""
|
216
240
|
phoenix-framework: ""
|
241
|
+
phoenix-squadron: ""
|
217
242
|
php: ""
|
218
243
|
pied-piper: ""
|
219
244
|
pied-piper-alt: ""
|
245
|
+
pied-piper-hat: ""
|
220
246
|
pied-piper-pp: ""
|
221
247
|
pinterest: ""
|
222
248
|
pinterest-p: ""
|
@@ -228,8 +254,10 @@ fab:
|
|
228
254
|
qq: ""
|
229
255
|
quinscape: ""
|
230
256
|
quora: ""
|
257
|
+
r-project: ""
|
231
258
|
ravelry: ""
|
232
259
|
react: ""
|
260
|
+
readme: ""
|
233
261
|
rebel: ""
|
234
262
|
red-river: ""
|
235
263
|
reddit: ""
|
@@ -238,6 +266,7 @@ fab:
|
|
238
266
|
rendact: ""
|
239
267
|
renren: ""
|
240
268
|
replyd: ""
|
269
|
+
researchgate: ""
|
241
270
|
resolving: ""
|
242
271
|
rocketchat: ""
|
243
272
|
rockrms: ""
|
@@ -252,6 +281,7 @@ fab:
|
|
252
281
|
shirtsinbulk: ""
|
253
282
|
simplybuilt: ""
|
254
283
|
sistrix: ""
|
284
|
+
sith: ""
|
255
285
|
skyatlas: ""
|
256
286
|
skype: ""
|
257
287
|
slack: ""
|
@@ -278,10 +308,12 @@ fab:
|
|
278
308
|
stumbleupon-circle: ""
|
279
309
|
superpowers: ""
|
280
310
|
supple: ""
|
311
|
+
teamspeak: ""
|
281
312
|
telegram: ""
|
282
313
|
telegram-plane: ""
|
283
314
|
tencent-weibo: ""
|
284
315
|
themeisle: ""
|
316
|
+
trade-federation: ""
|
285
317
|
trello: ""
|
286
318
|
tripadvisor: ""
|
287
319
|
tumblr: ""
|
@@ -315,6 +347,7 @@ fab:
|
|
315
347
|
whmcs: ""
|
316
348
|
wikipedia-w: ""
|
317
349
|
windows: ""
|
350
|
+
wolf-pack-battalion: ""
|
318
351
|
wordpress: ""
|
319
352
|
wordpress-simple: ""
|
320
353
|
wpbeginner: ""
|
Binary file
|
data/data/fonts/far/far.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
far:
|
3
|
-
__font_version__: 5.0.
|
3
|
+
__font_version__: 5.0.13
|
4
4
|
address-book: ""
|
5
5
|
address-card: ""
|
6
6
|
arrow-alt-circle-down: ""
|
@@ -31,6 +31,7 @@ far:
|
|
31
31
|
closed-captioning: ""
|
32
32
|
comment: ""
|
33
33
|
comment-alt: ""
|
34
|
+
comment-dots: ""
|
34
35
|
comments: ""
|
35
36
|
compass: ""
|
36
37
|
copy: ""
|
@@ -40,6 +41,7 @@ far:
|
|
40
41
|
edit: ""
|
41
42
|
envelope: ""
|
42
43
|
envelope-open: ""
|
44
|
+
eye: ""
|
43
45
|
eye-slash: ""
|
44
46
|
file: ""
|
45
47
|
file-alt: ""
|
@@ -55,6 +57,7 @@ far:
|
|
55
57
|
flag: ""
|
56
58
|
folder: ""
|
57
59
|
folder-open: ""
|
60
|
+
font-awesome-logo-full: ""
|
58
61
|
frown: ""
|
59
62
|
futbol: ""
|
60
63
|
gem: ""
|
data/data/fonts/fas/fa-solid.ttf
CHANGED
Binary file
|
data/data/fonts/fas/fas.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
---
|
2
2
|
fas:
|
3
|
-
__font_version__: 5.0.
|
3
|
+
__font_version__: 5.0.13
|
4
4
|
address-book: ""
|
5
5
|
address-card: ""
|
6
6
|
adjust: ""
|
@@ -8,6 +8,7 @@ fas:
|
|
8
8
|
align-justify: ""
|
9
9
|
align-left: ""
|
10
10
|
align-right: ""
|
11
|
+
allergies: ""
|
11
12
|
ambulance: ""
|
12
13
|
american-sign-language-interpreting: ""
|
13
14
|
anchor: ""
|
@@ -60,21 +61,28 @@ fas:
|
|
60
61
|
bicycle: ""
|
61
62
|
binoculars: ""
|
62
63
|
birthday-cake: ""
|
64
|
+
blender: ""
|
63
65
|
blind: ""
|
64
66
|
bold: ""
|
65
67
|
bolt: ""
|
66
68
|
bomb: ""
|
67
69
|
book: ""
|
70
|
+
book-open: ""
|
68
71
|
bookmark: ""
|
69
72
|
bowling-ball: ""
|
70
73
|
box: ""
|
74
|
+
box-open: ""
|
71
75
|
boxes: ""
|
72
76
|
braille: ""
|
73
77
|
briefcase: ""
|
78
|
+
briefcase-medical: ""
|
79
|
+
broadcast-tower: ""
|
80
|
+
broom: ""
|
74
81
|
bug: ""
|
75
82
|
building: ""
|
76
83
|
bullhorn: ""
|
77
84
|
bullseye: ""
|
85
|
+
burn: ""
|
78
86
|
bus: ""
|
79
87
|
calculator: ""
|
80
88
|
calendar: ""
|
@@ -85,6 +93,7 @@ fas:
|
|
85
93
|
calendar-times: ""
|
86
94
|
camera: ""
|
87
95
|
camera-retro: ""
|
96
|
+
capsules: ""
|
88
97
|
car: ""
|
89
98
|
caret-down: ""
|
90
99
|
caret-left: ""
|
@@ -97,6 +106,8 @@ fas:
|
|
97
106
|
cart-arrow-down: ""
|
98
107
|
cart-plus: ""
|
99
108
|
certificate: ""
|
109
|
+
chalkboard: ""
|
110
|
+
chalkboard-teacher: ""
|
100
111
|
chart-area: ""
|
101
112
|
chart-bar: ""
|
102
113
|
chart-line: ""
|
@@ -121,6 +132,7 @@ fas:
|
|
121
132
|
chevron-right: ""
|
122
133
|
chevron-up: ""
|
123
134
|
child: ""
|
135
|
+
church: ""
|
124
136
|
circle: ""
|
125
137
|
circle-notch: ""
|
126
138
|
clipboard: ""
|
@@ -137,29 +149,50 @@ fas:
|
|
137
149
|
coffee: ""
|
138
150
|
cog: ""
|
139
151
|
cogs: ""
|
152
|
+
coins: ""
|
140
153
|
columns: ""
|
141
154
|
comment: ""
|
142
155
|
comment-alt: ""
|
156
|
+
comment-dots: ""
|
157
|
+
comment-slash: ""
|
143
158
|
comments: ""
|
159
|
+
compact-disc: ""
|
144
160
|
compass: ""
|
145
161
|
compress: ""
|
146
162
|
copy: ""
|
147
163
|
copyright: ""
|
164
|
+
couch: ""
|
148
165
|
credit-card: ""
|
149
166
|
crop: ""
|
150
167
|
crosshairs: ""
|
168
|
+
crow: ""
|
169
|
+
crown: ""
|
151
170
|
cube: ""
|
152
171
|
cubes: ""
|
153
172
|
cut: ""
|
154
173
|
database: ""
|
155
174
|
deaf: ""
|
156
175
|
desktop: ""
|
176
|
+
diagnoses: ""
|
177
|
+
dice: ""
|
178
|
+
dice-five: ""
|
179
|
+
dice-four: ""
|
180
|
+
dice-one: ""
|
181
|
+
dice-six: ""
|
182
|
+
dice-three: ""
|
183
|
+
dice-two: ""
|
184
|
+
divide: ""
|
157
185
|
dna: ""
|
158
186
|
dollar-sign: ""
|
159
187
|
dolly: ""
|
160
188
|
dolly-flatbed: ""
|
189
|
+
donate: ""
|
190
|
+
door-closed: ""
|
191
|
+
door-open: ""
|
161
192
|
dot-circle: ""
|
193
|
+
dove: ""
|
162
194
|
download: ""
|
195
|
+
dumbbell: ""
|
163
196
|
edit: ""
|
164
197
|
eject: ""
|
165
198
|
ellipsis-h: ""
|
@@ -167,6 +200,7 @@ fas:
|
|
167
200
|
envelope: ""
|
168
201
|
envelope-open: ""
|
169
202
|
envelope-square: ""
|
203
|
+
equals: ""
|
170
204
|
eraser: ""
|
171
205
|
euro-sign: ""
|
172
206
|
exchange-alt: ""
|
@@ -183,6 +217,7 @@ fas:
|
|
183
217
|
fast-backward: ""
|
184
218
|
fast-forward: ""
|
185
219
|
fax: ""
|
220
|
+
feather: ""
|
186
221
|
female: ""
|
187
222
|
fighter-jet: ""
|
188
223
|
file: ""
|
@@ -192,6 +227,8 @@ fas:
|
|
192
227
|
file-code: ""
|
193
228
|
file-excel: ""
|
194
229
|
file-image: ""
|
230
|
+
file-medical: ""
|
231
|
+
file-medical-alt: ""
|
195
232
|
file-pdf: ""
|
196
233
|
file-powerpoint: ""
|
197
234
|
file-video: ""
|
@@ -207,20 +244,29 @@ fas:
|
|
207
244
|
folder: ""
|
208
245
|
folder-open: ""
|
209
246
|
font: ""
|
247
|
+
font-awesome-logo-full: ""
|
210
248
|
football-ball: ""
|
211
249
|
forward: ""
|
250
|
+
frog: ""
|
212
251
|
frown: ""
|
213
252
|
futbol: ""
|
214
253
|
gamepad: ""
|
254
|
+
gas-pump: ""
|
215
255
|
gavel: ""
|
216
256
|
gem: ""
|
217
257
|
genderless: ""
|
218
258
|
gift: ""
|
219
259
|
glass-martini: ""
|
260
|
+
glasses: ""
|
220
261
|
globe: ""
|
221
262
|
golf-ball: ""
|
222
263
|
graduation-cap: ""
|
264
|
+
greater-than: ""
|
265
|
+
greater-than-equal: ""
|
223
266
|
h-square: ""
|
267
|
+
hand-holding: ""
|
268
|
+
hand-holding-heart: ""
|
269
|
+
hand-holding-usd: ""
|
224
270
|
hand-lizard: ""
|
225
271
|
hand-paper: ""
|
226
272
|
hand-peace: ""
|
@@ -232,6 +278,8 @@ fas:
|
|
232
278
|
hand-rock: ""
|
233
279
|
hand-scissors: ""
|
234
280
|
hand-spock: ""
|
281
|
+
hands: ""
|
282
|
+
hands-helping: ""
|
235
283
|
handshake: ""
|
236
284
|
hashtag: ""
|
237
285
|
hdd: ""
|
@@ -239,10 +287,12 @@ fas:
|
|
239
287
|
headphones: ""
|
240
288
|
heart: ""
|
241
289
|
heartbeat: ""
|
290
|
+
helicopter: ""
|
242
291
|
history: ""
|
243
292
|
hockey-puck: ""
|
244
293
|
home: ""
|
245
294
|
hospital: ""
|
295
|
+
hospital-alt: ""
|
246
296
|
hospital-symbol: ""
|
247
297
|
hourglass: ""
|
248
298
|
hourglass-end: ""
|
@@ -251,20 +301,25 @@ fas:
|
|
251
301
|
i-cursor: ""
|
252
302
|
id-badge: ""
|
253
303
|
id-card: ""
|
304
|
+
id-card-alt: ""
|
254
305
|
image: ""
|
255
306
|
images: ""
|
256
307
|
inbox: ""
|
257
308
|
indent: ""
|
258
309
|
industry: ""
|
310
|
+
infinity: ""
|
259
311
|
info: ""
|
260
312
|
info-circle: ""
|
261
313
|
italic: ""
|
262
314
|
key: ""
|
263
315
|
keyboard: ""
|
316
|
+
kiwi-bird: ""
|
264
317
|
language: ""
|
265
318
|
laptop: ""
|
266
319
|
leaf: ""
|
267
320
|
lemon: ""
|
321
|
+
less-than: ""
|
322
|
+
less-than-equal: ""
|
268
323
|
level-down-alt: ""
|
269
324
|
level-up-alt: ""
|
270
325
|
life-ring: ""
|
@@ -298,40 +353,57 @@ fas:
|
|
298
353
|
mars-stroke-v: ""
|
299
354
|
medkit: ""
|
300
355
|
meh: ""
|
356
|
+
memory: ""
|
301
357
|
mercury: ""
|
302
358
|
microchip: ""
|
303
359
|
microphone: ""
|
360
|
+
microphone-alt: ""
|
361
|
+
microphone-alt-slash: ""
|
304
362
|
microphone-slash: ""
|
305
363
|
minus: ""
|
306
364
|
minus-circle: ""
|
307
365
|
minus-square: ""
|
308
366
|
mobile: ""
|
309
367
|
mobile-alt: ""
|
368
|
+
money-bill: ""
|
310
369
|
money-bill-alt: ""
|
370
|
+
money-bill-wave: ""
|
371
|
+
money-bill-wave-alt: ""
|
372
|
+
money-check: ""
|
373
|
+
money-check-alt: ""
|
311
374
|
moon: ""
|
312
375
|
motorcycle: ""
|
313
376
|
mouse-pointer: ""
|
314
377
|
music: ""
|
315
378
|
neuter: ""
|
316
379
|
newspaper: ""
|
380
|
+
not-equal: ""
|
381
|
+
notes-medical: ""
|
317
382
|
object-group: ""
|
318
383
|
object-ungroup: ""
|
319
384
|
outdent: ""
|
320
385
|
paint-brush: ""
|
386
|
+
palette: ""
|
321
387
|
pallet: ""
|
322
388
|
paper-plane: ""
|
323
389
|
paperclip: ""
|
390
|
+
parachute-box: ""
|
324
391
|
paragraph: ""
|
392
|
+
parking: ""
|
325
393
|
paste: ""
|
326
394
|
pause: ""
|
327
395
|
pause-circle: ""
|
328
396
|
paw: ""
|
329
397
|
pen-square: ""
|
330
398
|
pencil-alt: ""
|
399
|
+
people-carry: ""
|
331
400
|
percent: ""
|
401
|
+
percentage: ""
|
332
402
|
phone: ""
|
403
|
+
phone-slash: ""
|
333
404
|
phone-square: ""
|
334
405
|
phone-volume: ""
|
406
|
+
piggy-bank: ""
|
335
407
|
pills: ""
|
336
408
|
plane: ""
|
337
409
|
play: ""
|
@@ -341,9 +413,15 @@ fas:
|
|
341
413
|
plus-circle: ""
|
342
414
|
plus-square: ""
|
343
415
|
podcast: ""
|
416
|
+
poo: ""
|
417
|
+
portrait: ""
|
344
418
|
pound-sign: ""
|
345
419
|
power-off: ""
|
420
|
+
prescription-bottle: ""
|
421
|
+
prescription-bottle-alt: ""
|
346
422
|
print: ""
|
423
|
+
procedures: ""
|
424
|
+
project-diagram: ""
|
347
425
|
puzzle-piece: ""
|
348
426
|
qrcode: ""
|
349
427
|
question: ""
|
@@ -352,6 +430,7 @@ fas:
|
|
352
430
|
quote-left: ""
|
353
431
|
quote-right: ""
|
354
432
|
random: ""
|
433
|
+
receipt: ""
|
355
434
|
recycle: ""
|
356
435
|
redo: ""
|
357
436
|
redo-alt: ""
|
@@ -359,16 +438,25 @@ fas:
|
|
359
438
|
reply: ""
|
360
439
|
reply-all: ""
|
361
440
|
retweet: ""
|
441
|
+
ribbon: ""
|
362
442
|
road: ""
|
443
|
+
robot: ""
|
363
444
|
rocket: ""
|
364
445
|
rss: ""
|
365
446
|
rss-square: ""
|
366
447
|
ruble-sign: ""
|
448
|
+
ruler: ""
|
449
|
+
ruler-combined: ""
|
450
|
+
ruler-horizontal: ""
|
451
|
+
ruler-vertical: ""
|
367
452
|
rupee-sign: ""
|
368
453
|
save: ""
|
454
|
+
school: ""
|
455
|
+
screwdriver: ""
|
369
456
|
search: ""
|
370
457
|
search-minus: ""
|
371
458
|
search-plus: ""
|
459
|
+
seedling: ""
|
372
460
|
server: ""
|
373
461
|
share: ""
|
374
462
|
share-alt: ""
|
@@ -378,17 +466,22 @@ fas:
|
|
378
466
|
shield-alt: ""
|
379
467
|
ship: ""
|
380
468
|
shipping-fast: ""
|
469
|
+
shoe-prints: ""
|
381
470
|
shopping-bag: ""
|
382
471
|
shopping-basket: ""
|
383
472
|
shopping-cart: ""
|
384
473
|
shower: ""
|
474
|
+
sign: ""
|
385
475
|
sign-in-alt: ""
|
386
476
|
sign-language: ""
|
387
477
|
sign-out-alt: ""
|
388
478
|
signal: ""
|
389
479
|
sitemap: ""
|
480
|
+
skull: ""
|
390
481
|
sliders-h: ""
|
391
482
|
smile: ""
|
483
|
+
smoking: ""
|
484
|
+
smoking-ban: ""
|
392
485
|
snowflake: ""
|
393
486
|
sort: ""
|
394
487
|
sort-alpha-down: ""
|
@@ -412,8 +505,12 @@ fas:
|
|
412
505
|
stop: ""
|
413
506
|
stop-circle: ""
|
414
507
|
stopwatch: ""
|
508
|
+
store: ""
|
509
|
+
store-alt: ""
|
510
|
+
stream: ""
|
415
511
|
street-view: ""
|
416
512
|
strikethrough: ""
|
513
|
+
stroopwafel: ""
|
417
514
|
subscript: ""
|
418
515
|
subway: ""
|
419
516
|
suitcase: ""
|
@@ -426,9 +523,11 @@ fas:
|
|
426
523
|
table-tennis: ""
|
427
524
|
tablet: ""
|
428
525
|
tablet-alt: ""
|
526
|
+
tablets: ""
|
429
527
|
tachometer-alt: ""
|
430
528
|
tag: ""
|
431
529
|
tags: ""
|
530
|
+
tape: ""
|
432
531
|
tasks: ""
|
433
532
|
taxi: ""
|
434
533
|
terminal: ""
|
@@ -452,6 +551,7 @@ fas:
|
|
452
551
|
tint: ""
|
453
552
|
toggle-off: ""
|
454
553
|
toggle-on: ""
|
554
|
+
toolbox: ""
|
455
555
|
trademark: ""
|
456
556
|
train: ""
|
457
557
|
transgender: ""
|
@@ -461,6 +561,9 @@ fas:
|
|
461
561
|
tree: ""
|
462
562
|
trophy: ""
|
463
563
|
truck: ""
|
564
|
+
truck-loading: ""
|
565
|
+
truck-moving: ""
|
566
|
+
tshirt: ""
|
464
567
|
tty: ""
|
465
568
|
tv: ""
|
466
569
|
umbrella: ""
|
@@ -474,22 +577,44 @@ fas:
|
|
474
577
|
unlock-alt: ""
|
475
578
|
upload: ""
|
476
579
|
user: ""
|
580
|
+
user-alt: ""
|
581
|
+
user-alt-slash: ""
|
582
|
+
user-astronaut: ""
|
583
|
+
user-check: ""
|
477
584
|
user-circle: ""
|
585
|
+
user-clock: ""
|
586
|
+
user-cog: ""
|
587
|
+
user-edit: ""
|
588
|
+
user-friends: ""
|
589
|
+
user-graduate: ""
|
590
|
+
user-lock: ""
|
478
591
|
user-md: ""
|
592
|
+
user-minus: ""
|
593
|
+
user-ninja: ""
|
479
594
|
user-plus: ""
|
480
595
|
user-secret: ""
|
596
|
+
user-shield: ""
|
597
|
+
user-slash: ""
|
598
|
+
user-tag: ""
|
599
|
+
user-tie: ""
|
481
600
|
user-times: ""
|
482
601
|
users: ""
|
602
|
+
users-cog: ""
|
483
603
|
utensil-spoon: ""
|
484
604
|
utensils: ""
|
485
605
|
venus: ""
|
486
606
|
venus-double: ""
|
487
607
|
venus-mars: ""
|
608
|
+
vial: ""
|
609
|
+
vials: ""
|
488
610
|
video: ""
|
611
|
+
video-slash: ""
|
489
612
|
volleyball-ball: ""
|
490
613
|
volume-down: ""
|
491
614
|
volume-off: ""
|
492
615
|
volume-up: ""
|
616
|
+
walking: ""
|
617
|
+
wallet: ""
|
493
618
|
warehouse: ""
|
494
619
|
weight: ""
|
495
620
|
wheelchair: ""
|
@@ -498,6 +623,8 @@ fas:
|
|
498
623
|
window-maximize: ""
|
499
624
|
window-minimize: ""
|
500
625
|
window-restore: ""
|
626
|
+
wine-glass: ""
|
501
627
|
won-sign: ""
|
502
628
|
wrench: ""
|
629
|
+
x-ray: ""
|
503
630
|
yen-sign: ""
|
@@ -6,137 +6,16 @@
|
|
6
6
|
#
|
7
7
|
# This is free software. Please see the LICENSE and COPYING files for details.
|
8
8
|
|
9
|
-
# rubocop:disable Metrics/ClassLength
|
10
9
|
module Prawn
|
11
10
|
class Icon
|
12
11
|
class Compatibility
|
13
|
-
SHIMS =
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
'fa-arrows-alt' => 'fas-expand-arrows-alt',
|
21
|
-
'fa-arrows-h' => 'fas-arrows-alt-h',
|
22
|
-
'fa-arrows-v' => 'fas-arrows-alt-v',
|
23
|
-
'fa-bar-chart' => 'far-chart-bar',
|
24
|
-
'fa-bitbucket-square' => 'fab-bitbucket',
|
25
|
-
'fa-calendar' => 'fas-calendar-alt',
|
26
|
-
'fa-calendar-o' => 'far-calendar',
|
27
|
-
'fa-caret-square-o-down' => 'far-caret-square-down',
|
28
|
-
'fa-caret-square-o-left' => 'far-caret-square-left',
|
29
|
-
'fa-caret-square-o-right' => 'far-caret-square-right',
|
30
|
-
'fa-caret-square-o-up' => 'far-caret-square-up',
|
31
|
-
'fa-cc' => 'far-closed-captioning',
|
32
|
-
'fa-chain-broken' => 'fas-unlink',
|
33
|
-
'fa-circle-o-notch' => 'fas-circle-notch',
|
34
|
-
'fa-circle-thin' => 'far-circle',
|
35
|
-
'fa-clipboard' => 'far-clipboard',
|
36
|
-
'fa-clone' => 'far-clone',
|
37
|
-
'fa-cloud-download' => 'fas-cloud-download-alt',
|
38
|
-
'fa-cloud-upload' => 'fas-cloud-upload-alt',
|
39
|
-
'fa-code-fork' => 'fas-code-branch',
|
40
|
-
'fa-commenting' => 'fas-comment-alt',
|
41
|
-
'fa-compass' => 'far-compass',
|
42
|
-
'fa-copyright' => 'far-copyright',
|
43
|
-
'fa-creative-commons' => 'fab-creative-commons',
|
44
|
-
'fa-credit-card' => 'far-credit-card',
|
45
|
-
'fa-credit-card-alt' => 'fas-credit-card',
|
46
|
-
'fa-cutlery' => 'fas-utensils',
|
47
|
-
'fa-diamond' => 'far-gem',
|
48
|
-
'fa-eercast' => 'fab-sellcast',
|
49
|
-
'fa-eur' => 'fas-euro-sign',
|
50
|
-
'fa-exchange' => 'fas-exchange-alt',
|
51
|
-
'fa-external-link' => 'fas-external-link-alt',
|
52
|
-
'fa-external-link-square' => 'fas-external-link-square-alt',
|
53
|
-
'fa-eye-dropper' => 'far-eye-dropper',
|
54
|
-
'fa-eye-slash' => 'far-eye-slash',
|
55
|
-
'fa-eyedropper' => 'fas-eye-dropper',
|
56
|
-
'fa-facebook' => 'fab-facebook-f',
|
57
|
-
'fa-facebook-official' => 'fab-facebook',
|
58
|
-
'fa-file-text' => 'fas-file-alt',
|
59
|
-
'fa-files-o' => 'far-copy',
|
60
|
-
'fa-floppy-o' => 'far-save',
|
61
|
-
'fa-gbp' => 'fas-pound-sign',
|
62
|
-
'fa-glass' => 'fas-glass-martini',
|
63
|
-
'fa-google-plus' => 'fab-google-plus-g',
|
64
|
-
'fa-google-plus-circle' => 'fab-google-plus',
|
65
|
-
'fa-google-plus-official' => 'fab-google-plus',
|
66
|
-
'fa-hand-o-down' => 'far-hand-point-down',
|
67
|
-
'fa-hand-o-left' => 'far-hand-point-left',
|
68
|
-
'fa-hand-o-right' => 'far-hand-point-right',
|
69
|
-
'fa-hand-o-up' => 'far-hand-point-up',
|
70
|
-
'fa-header' => 'fas-heading',
|
71
|
-
'fa-id-badge' => 'far-id-badge',
|
72
|
-
'fa-ils' => 'fas-shekel-sign',
|
73
|
-
'fa-inr' => 'fas-rupee-sign',
|
74
|
-
'fa-intersex' => 'fas-transgender',
|
75
|
-
'fa-jpy' => 'fas-yen-sign',
|
76
|
-
'fa-krw' => 'fas-won-sign',
|
77
|
-
'fa-level-down' => 'fas-level-down-alt',
|
78
|
-
'fa-level-up' => 'fas-level-up-alt',
|
79
|
-
'fa-life-ring' => 'far-life-ring',
|
80
|
-
'fa-line-chart' => 'fas-chart-line',
|
81
|
-
'fa-linkedin' => 'fab-linkedin-in',
|
82
|
-
'fa-linkedin-square' => 'fab-linkedin',
|
83
|
-
'fa-list-alt' => 'far-list-alt',
|
84
|
-
'fa-long-arrow-down' => 'fas-long-arrow-alt-down',
|
85
|
-
'fa-long-arrow-left' => 'fas-long-arrow-alt-left',
|
86
|
-
'fa-long-arrow-right' => 'fas-long-arrow-alt-right',
|
87
|
-
'fa-long-arrow-up' => 'fas-long-arrow-alt-up',
|
88
|
-
'fa-map-marker' => 'fas-map-marker-alt',
|
89
|
-
'fa-meanpath' => 'fab-font-awesome',
|
90
|
-
'fa-mobile' => 'fas-mobile-alt',
|
91
|
-
'fa-money' => 'far-money-bill-alt',
|
92
|
-
'fa-object-group' => 'far-object-group',
|
93
|
-
'fa-object-ungroup' => 'far-object-ungroup',
|
94
|
-
'fa-paste' => 'far-paste',
|
95
|
-
'fa-pencil' => 'fas-pencil-alt',
|
96
|
-
'fa-pencil-square' => 'fas-pen-square',
|
97
|
-
'fa-pencil-square-o' => 'far-edit',
|
98
|
-
'fa-picture' => 'fas-image',
|
99
|
-
'fa-pie-chart' => 'fas-chart-pie',
|
100
|
-
'fa-refresh' => 'fas-sync',
|
101
|
-
'fa-registered' => 'far-registered',
|
102
|
-
'fa-repeat' => 'fas-redo',
|
103
|
-
'fa-rub' => 'fas-ruble-sign',
|
104
|
-
'fa-scissors' => 'fas-cut',
|
105
|
-
'fa-shield' => 'fas-shield-alt',
|
106
|
-
'fa-sign-in' => 'fas-sign-in-alt',
|
107
|
-
'fa-sign-out' => 'fas-sign-out-alt',
|
108
|
-
'fa-sliders' => 'fas-sliders-h',
|
109
|
-
'fa-sort-alpha-asc' => 'fas-sort-alpha-down',
|
110
|
-
'fa-sort-alpha-desc' => 'fas-sort-alpha-up',
|
111
|
-
'fa-sort-amount-asc' => 'fas-sort-amount-down',
|
112
|
-
'fa-sort-amount-desc' => 'fas-sort-amount-up',
|
113
|
-
'fa-sort-asc' => 'fas-sort-up',
|
114
|
-
'fa-sort-desc' => 'fas-sort-down',
|
115
|
-
'fa-sort-numeric-asc' => 'fas-sort-numeric-down',
|
116
|
-
'fa-sort-numeric-desc' => 'fas-sort-numeric-up',
|
117
|
-
'fa-spoon' => 'fas-utensil-spoon',
|
118
|
-
'fa-star-half-empty' => 'fas-star-half',
|
119
|
-
'fa-star-half-full' => 'fas-star-half',
|
120
|
-
'fa-support' => 'far-life-ring',
|
121
|
-
'fa-tablet' => 'fas-tablet-alt',
|
122
|
-
'fa-tachometer' => 'fas-tachometer-alt',
|
123
|
-
'fa-television' => 'fas-tv',
|
124
|
-
'fa-thumb-tack' => 'fas-thumbtack',
|
125
|
-
'fa-thumbs-o-down' => 'far-thumbs-down',
|
126
|
-
'fa-thumbs-o-up' => 'far-thumbs-up',
|
127
|
-
'fa-ticket' => 'fas-ticket-alt',
|
128
|
-
'fa-trash' => 'fas-trash-alt',
|
129
|
-
'fa-trash-o' => 'far-trash-alt',
|
130
|
-
'fa-try' => 'fas-lira-sign',
|
131
|
-
'fa-usd' => 'fas-dollar-sign',
|
132
|
-
'fa-video-camera' => 'fas-video',
|
133
|
-
'fa-vimeo' => 'fab-vimeo-v',
|
134
|
-
'fa-volume-control-phone' => 'fas-phone-volume',
|
135
|
-
'fa-wheelchair-alt' => 'fab-accessible-icon',
|
136
|
-
'fa-window-maximize' => 'far-window-maximize',
|
137
|
-
'fa-window-restore' => 'far-window-restore',
|
138
|
-
'fa-youtube-play' => 'fab-youtube'
|
139
|
-
}.freeze
|
12
|
+
SHIMS = YAML.load_file(
|
13
|
+
File.join(
|
14
|
+
Base::FONTDIR,
|
15
|
+
'fa4',
|
16
|
+
'shims.yml'
|
17
|
+
)
|
18
|
+
).freeze
|
140
19
|
|
141
20
|
attr_accessor :key
|
142
21
|
|
data/lib/prawn/icon/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: prawn-icon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jesse Doyle
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: prawn
|
@@ -133,6 +133,7 @@ files:
|
|
133
133
|
- README.md
|
134
134
|
- Rakefile
|
135
135
|
- data/fonts/DejaVuSans.ttf
|
136
|
+
- data/fonts/fa4/shims.yml
|
136
137
|
- data/fonts/fab/LICENSE
|
137
138
|
- data/fonts/fab/fa-brands.ttf
|
138
139
|
- data/fonts/fab/fab.yml
|