prawn-icon 1.1.1 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b64e3846aacc7bd1d02241cfa7553f93ff7593e8
4
- data.tar.gz: c91fdbd43dc2ceb27b4259fa00ced40b7fc96bf8
3
+ metadata.gz: 5a8ac902ada7341c7635d8513cb1cbb766194d7d
4
+ data.tar.gz: 8bf0c5b69bdedc4a80c37f5fe7ad7eb9c115e0dc
5
5
  SHA512:
6
- metadata.gz: 7e88aafd5376b82e3275980dce6e1966b80218272aed798016d0701def22141b1d8632fb6c4a2b2ff0b6dc2874677f243addfb686c68644cb1a028aacf82086b
7
- data.tar.gz: fc8e5ff0f96c4be2e8e3a6a788e150691c0dbba35693926027bdd971944a9cf2c2b732524faaa17d778a704a06a7f557a0f1f48f77815c88696697a2a3be989d
6
+ metadata.gz: 9437bae0f1990156ab41f016b169055162869923c0b6a3a2cca5baac61b8d5b64da32a8d860b0d5629ce93cb164e6690ec4f8f4b62bfb7cdd1fab1568c20c1ad
7
+ data.tar.gz: dc9433a07cd4c864d78cccfe3be8461a20629286e18b5d812242291e85bd85951b796d0d81d06471bf5da820515dd8f9bbe073e746c14c95deccf0202fa59516
@@ -1,3 +1,22 @@
1
+ # 1.2.0 - Sept 12, 2016
2
+
3
+ - Update FontAwesome from v4.5.0 to v4.6.3. See [changelog](http://fontawesome.io/icons#new).
4
+ - Refactor spec files to remove duplication using `let` blocks.
5
+ - Break internal dependencies to `Prawn::Icon::Base` to allow selective code requires.
6
+ e.g. (to require only `prawn/icon/font_data`):
7
+
8
+ ```ruby
9
+ require 'prawn/icon/base'
10
+ require 'prawn/icon/font_data'
11
+ ```
12
+
13
+ This resolves issue [#27](https://github.com/jessedoyle/prawn-icon/issues/27). Thanks @mojavelinux for reporting!
14
+ - Introduce `Prawn::Icon::Errors` to contain internal exception classes.
15
+ - `Prawn::Icon::FONTDIR` is now an alias to `Prawn::Icon::Base::FONTDIR` for compatibilty.
16
+ - Add basic spec files for `Prawn::Icon::Base` and separate exception classes.
17
+ - Minor backwards-compatible code refactor of `Prawn::Icon::FontData` for readability.
18
+ - Add a spec to test inline_icon with final_gap: false to achieve 100% coverage.
19
+
1
20
  # 1.1.1 - Jun 24, 2016
2
21
 
3
22
  - BUGFIX: Inline icons now properly render at the correct cursor position with the correct line gap and box leading[#24](https://github.com/jessedoyle/prawn-icon/issues/24). Thanks @ToniTornado for reporting!
@@ -1,4 +1,4 @@
1
1
  /*!
2
- * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
2
+ * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
3
3
  * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
4
  */
@@ -9,6 +9,7 @@ fa:
9
9
  align-right: "\uf038"
10
10
  amazon: "\uf270"
11
11
  ambulance: "\uf0f9"
12
+ american-sign-language-interpreting: "\uf2a3"
12
13
  anchor: "\uf13d"
13
14
  android: "\uf17b"
14
15
  angellist: "\uf209"
@@ -35,19 +36,22 @@ fa:
35
36
  arrow-left: "\uf060"
36
37
  arrow-right: "\uf061"
37
38
  arrow-up: "\uf062"
38
- arrows: "\uf047"
39
39
  arrows-alt: "\uf0b2"
40
40
  arrows-h: "\uf07e"
41
41
  arrows-v: "\uf07d"
42
+ arrows: "\uf047"
43
+ asl-interpreting: "\uf2a3"
44
+ assistive-listening-systems: "\uf2a2"
42
45
  asterisk: "\uf069"
43
46
  at: "\uf1fa"
47
+ audio-description: "\uf29e"
44
48
  automobile: "\uf1b9"
45
49
  backward: "\uf04a"
46
50
  balance-scale: "\uf24e"
47
51
  ban: "\uf05e"
48
52
  bank: "\uf19c"
49
- bar-chart: "\uf080"
50
53
  bar-chart-o: "\uf080"
54
+ bar-chart: "\uf080"
51
55
  barcode: "\uf02a"
52
56
  bars: "\uf0c9"
53
57
  battery-0: "\uf244"
@@ -62,46 +66,48 @@ fa:
62
66
  battery-three-quarters: "\uf241"
63
67
  bed: "\uf236"
64
68
  beer: "\uf0fc"
65
- behance: "\uf1b4"
66
69
  behance-square: "\uf1b5"
67
- bell: "\uf0f3"
70
+ behance: "\uf1b4"
68
71
  bell-o: "\uf0a2"
69
- bell-slash: "\uf1f6"
70
72
  bell-slash-o: "\uf1f7"
73
+ bell-slash: "\uf1f6"
74
+ bell: "\uf0f3"
71
75
  bicycle: "\uf206"
72
76
  binoculars: "\uf1e5"
73
77
  birthday-cake: "\uf1fd"
74
- bitbucket: "\uf171"
75
78
  bitbucket-square: "\uf172"
79
+ bitbucket: "\uf171"
76
80
  bitcoin: "\uf15a"
77
81
  black-tie: "\uf27e"
78
- bluetooth: "\uf293"
82
+ blind: "\uf29d"
79
83
  bluetooth-b: "\uf294"
84
+ bluetooth: "\uf293"
80
85
  bold: "\uf032"
81
86
  bolt: "\uf0e7"
82
87
  bomb: "\uf1e2"
83
88
  book: "\uf02d"
84
- bookmark: "\uf02e"
85
89
  bookmark-o: "\uf097"
90
+ bookmark: "\uf02e"
91
+ braille: "\uf2a1"
86
92
  briefcase: "\uf0b1"
87
93
  btc: "\uf15a"
88
94
  bug: "\uf188"
89
- building: "\uf1ad"
90
95
  building-o: "\uf0f7"
96
+ building: "\uf1ad"
91
97
  bullhorn: "\uf0a1"
92
98
  bullseye: "\uf140"
93
99
  bus: "\uf207"
94
100
  buysellads: "\uf20d"
95
101
  cab: "\uf1ba"
96
102
  calculator: "\uf1ec"
97
- calendar: "\uf073"
98
103
  calendar-check-o: "\uf274"
99
104
  calendar-minus-o: "\uf272"
100
105
  calendar-o: "\uf133"
101
106
  calendar-plus-o: "\uf271"
102
107
  calendar-times-o: "\uf273"
103
- camera: "\uf030"
108
+ calendar: "\uf073"
104
109
  camera-retro: "\uf083"
110
+ camera: "\uf030"
105
111
  car: "\uf1b9"
106
112
  caret-down: "\uf0d7"
107
113
  caret-left: "\uf0d9"
@@ -113,7 +119,6 @@ fa:
113
119
  caret-up: "\uf0d8"
114
120
  cart-arrow-down: "\uf218"
115
121
  cart-plus: "\uf217"
116
- cc: "\uf20a"
117
122
  cc-amex: "\uf1f3"
118
123
  cc-diners-club: "\uf24c"
119
124
  cc-discover: "\uf1f2"
@@ -122,14 +127,15 @@ fa:
122
127
  cc-paypal: "\uf1f4"
123
128
  cc-stripe: "\uf1f5"
124
129
  cc-visa: "\uf1f0"
130
+ cc: "\uf20a"
125
131
  certificate: "\uf0a3"
126
- chain: "\uf0c1"
127
132
  chain-broken: "\uf127"
128
- check: "\uf00c"
129
- check-circle: "\uf058"
133
+ chain: "\uf0c1"
130
134
  check-circle-o: "\uf05d"
131
- check-square: "\uf14a"
135
+ check-circle: "\uf058"
132
136
  check-square-o: "\uf046"
137
+ check-square: "\uf14a"
138
+ check: "\uf00c"
133
139
  chevron-circle-down: "\uf13a"
134
140
  chevron-circle-left: "\uf137"
135
141
  chevron-circle-right: "\uf138"
@@ -140,32 +146,32 @@ fa:
140
146
  chevron-up: "\uf077"
141
147
  child: "\uf1ae"
142
148
  chrome: "\uf268"
143
- circle: "\uf111"
144
- circle-o: "\uf10c"
145
149
  circle-o-notch: "\uf1ce"
150
+ circle-o: "\uf10c"
146
151
  circle-thin: "\uf1db"
152
+ circle: "\uf111"
147
153
  clipboard: "\uf0ea"
148
154
  clock-o: "\uf017"
149
155
  clone: "\uf24d"
150
156
  close: "\uf00d"
151
- cloud: "\uf0c2"
152
157
  cloud-download: "\uf0ed"
153
158
  cloud-upload: "\uf0ee"
159
+ cloud: "\uf0c2"
154
160
  cny: "\uf157"
155
- code: "\uf121"
156
161
  code-fork: "\uf126"
162
+ code: "\uf121"
157
163
  codepen: "\uf1cb"
158
164
  codiepie: "\uf284"
159
165
  coffee: "\uf0f4"
160
166
  cog: "\uf013"
161
167
  cogs: "\uf085"
162
168
  columns: "\uf0db"
163
- comment: "\uf075"
164
169
  comment-o: "\uf0e5"
165
- commenting: "\uf27a"
170
+ comment: "\uf075"
166
171
  commenting-o: "\uf27b"
167
- comments: "\uf086"
172
+ commenting: "\uf27a"
168
173
  comments-o: "\uf0e6"
174
+ comments: "\uf086"
169
175
  compass: "\uf14e"
170
176
  compress: "\uf066"
171
177
  connectdevelop: "\uf20e"
@@ -173,8 +179,8 @@ fa:
173
179
  copy: "\uf0c5"
174
180
  copyright: "\uf1f9"
175
181
  creative-commons: "\uf25e"
176
- credit-card: "\uf09d"
177
182
  credit-card-alt: "\uf283"
183
+ credit-card: "\uf09d"
178
184
  crop: "\uf125"
179
185
  crosshairs: "\uf05b"
180
186
  css3: "\uf13c"
@@ -185,6 +191,8 @@ fa:
185
191
  dashboard: "\uf0e4"
186
192
  dashcube: "\uf210"
187
193
  database: "\uf1c0"
194
+ deaf: "\uf2a4"
195
+ deafness: "\uf2a4"
188
196
  dedent: "\uf03b"
189
197
  delicious: "\uf1a5"
190
198
  desktop: "\uf108"
@@ -203,34 +211,35 @@ fa:
203
211
  ellipsis-h: "\uf141"
204
212
  ellipsis-v: "\uf142"
205
213
  empire: "\uf1d1"
206
- envelope: "\uf0e0"
207
214
  envelope-o: "\uf003"
208
215
  envelope-square: "\uf199"
216
+ envelope: "\uf0e0"
217
+ envira: "\uf299"
209
218
  eraser: "\uf12d"
210
219
  eur: "\uf153"
211
220
  euro: "\uf153"
212
221
  exchange: "\uf0ec"
213
- exclamation: "\uf12a"
214
222
  exclamation-circle: "\uf06a"
215
223
  exclamation-triangle: "\uf071"
224
+ exclamation: "\uf12a"
216
225
  expand: "\uf065"
217
226
  expeditedssl: "\uf23e"
218
- external-link: "\uf08e"
219
227
  external-link-square: "\uf14c"
220
- eye: "\uf06e"
228
+ external-link: "\uf08e"
221
229
  eye-slash: "\uf070"
230
+ eye: "\uf06e"
222
231
  eyedropper: "\uf1fb"
223
- facebook: "\uf09a"
232
+ fa: "\uf2b4"
224
233
  facebook-f: "\uf09a"
225
234
  facebook-official: "\uf230"
226
235
  facebook-square: "\uf082"
236
+ facebook: "\uf09a"
227
237
  fast-backward: "\uf049"
228
238
  fast-forward: "\uf050"
229
239
  fax: "\uf1ac"
230
240
  feed: "\uf09e"
231
241
  female: "\uf182"
232
242
  fighter-jet: "\uf0fb"
233
- file: "\uf15b"
234
243
  file-archive-o: "\uf1c6"
235
244
  file-audio-o: "\uf1c7"
236
245
  file-code-o: "\uf1c9"
@@ -243,33 +252,36 @@ fa:
243
252
  file-picture-o: "\uf1c5"
244
253
  file-powerpoint-o: "\uf1c4"
245
254
  file-sound-o: "\uf1c7"
246
- file-text: "\uf15c"
247
255
  file-text-o: "\uf0f6"
256
+ file-text: "\uf15c"
248
257
  file-video-o: "\uf1c8"
249
258
  file-word-o: "\uf1c2"
250
259
  file-zip-o: "\uf1c6"
260
+ file: "\uf15b"
251
261
  files-o: "\uf0c5"
252
262
  film: "\uf008"
253
263
  filter: "\uf0b0"
254
- fire: "\uf06d"
255
264
  fire-extinguisher: "\uf134"
265
+ fire: "\uf06d"
256
266
  firefox: "\uf269"
257
- flag: "\uf024"
267
+ first-order: "\uf2b0"
258
268
  flag-checkered: "\uf11e"
259
269
  flag-o: "\uf11d"
270
+ flag: "\uf024"
260
271
  flash: "\uf0e7"
261
272
  flask: "\uf0c3"
262
273
  flickr: "\uf16e"
263
274
  floppy-o: "\uf0c7"
264
- folder: "\uf07b"
265
275
  folder-o: "\uf114"
266
- folder-open: "\uf07c"
267
276
  folder-open-o: "\uf115"
277
+ folder-open: "\uf07c"
278
+ folder: "\uf07b"
279
+ font-awesome: "\uf2b4"
268
280
  font: "\uf031"
269
281
  fonticons: "\uf280"
282
+ fort-awesome: "\uf286"
270
283
  forumbee: "\uf211"
271
284
  forward: "\uf04e"
272
- fort-awesome: "\uf286"
273
285
  foursquare: "\uf180"
274
286
  frown-o: "\uf119"
275
287
  futbol-o: "\uf1e3"
@@ -281,21 +293,26 @@ fa:
281
293
  gears: "\uf085"
282
294
  genderless: "\uf22d"
283
295
  get-pocket: "\uf265"
284
- gg: "\uf260"
285
296
  gg-circle: "\uf261"
297
+ gg: "\uf260"
286
298
  gift: "\uf06b"
287
- git: "\uf1d3"
288
299
  git-square: "\uf1d2"
289
- github: "\uf09b"
300
+ git: "\uf1d3"
290
301
  github-alt: "\uf113"
291
302
  github-square: "\uf092"
303
+ github: "\uf09b"
304
+ gitlab: "\uf296"
292
305
  gittip: "\uf184"
293
306
  glass: "\uf000"
307
+ glide-g: "\uf2a6"
308
+ glide: "\uf2a5"
294
309
  globe: "\uf0ac"
295
- google: "\uf1a0"
296
- google-plus: "\uf0d5"
310
+ google-plus-circle: "\uf2b3"
311
+ google-plus-official: "\uf2b3"
297
312
  google-plus-square: "\uf0d4"
313
+ google-plus: "\uf0d5"
298
314
  google-wallet: "\uf1ee"
315
+ google: "\uf1a0"
299
316
  graduation-cap: "\uf19d"
300
317
  gratipay: "\uf184"
301
318
  group: "\uf0c0"
@@ -314,18 +331,18 @@ fa:
314
331
  hand-scissors-o: "\uf257"
315
332
  hand-spock-o: "\uf259"
316
333
  hand-stop-o: "\uf256"
334
+ hard-of-hearing: "\uf2a4"
317
335
  hashtag: "\uf292"
318
336
  hdd-o: "\uf0a0"
319
337
  header: "\uf1dc"
320
338
  headphones: "\uf025"
321
- heart: "\uf004"
322
339
  heart-o: "\uf08a"
340
+ heart: "\uf004"
323
341
  heartbeat: "\uf21e"
324
342
  history: "\uf1da"
325
343
  home: "\uf015"
326
344
  hospital-o: "\uf0f8"
327
345
  hotel: "\uf236"
328
- hourglass: "\uf254"
329
346
  hourglass-1: "\uf251"
330
347
  hourglass-2: "\uf252"
331
348
  hourglass-3: "\uf253"
@@ -333,6 +350,7 @@ fa:
333
350
  hourglass-half: "\uf252"
334
351
  hourglass-o: "\uf250"
335
352
  hourglass-start: "\uf251"
353
+ hourglass: "\uf254"
336
354
  houzz: "\uf27c"
337
355
  html5: "\uf13b"
338
356
  i-cursor: "\uf246"
@@ -341,8 +359,8 @@ fa:
341
359
  inbox: "\uf01c"
342
360
  indent: "\uf03c"
343
361
  industry: "\uf275"
344
- info: "\uf129"
345
362
  info-circle: "\uf05a"
363
+ info: "\uf129"
346
364
  inr: "\uf156"
347
365
  instagram: "\uf16d"
348
366
  institution: "\uf19c"
@@ -358,8 +376,8 @@ fa:
358
376
  krw: "\uf159"
359
377
  language: "\uf1ab"
360
378
  laptop: "\uf109"
361
- lastfm: "\uf202"
362
379
  lastfm-square: "\uf203"
380
+ lastfm: "\uf202"
363
381
  leaf: "\uf06c"
364
382
  leanpub: "\uf212"
365
383
  legal: "\uf0e3"
@@ -373,50 +391,51 @@ fa:
373
391
  lightbulb-o: "\uf0eb"
374
392
  line-chart: "\uf201"
375
393
  link: "\uf0c1"
376
- linkedin: "\uf0e1"
377
394
  linkedin-square: "\uf08c"
395
+ linkedin: "\uf0e1"
378
396
  linux: "\uf17c"
379
- list: "\uf03a"
380
397
  list-alt: "\uf022"
381
398
  list-ol: "\uf0cb"
382
399
  list-ul: "\uf0ca"
400
+ list: "\uf03a"
383
401
  location-arrow: "\uf124"
384
402
  lock: "\uf023"
385
403
  long-arrow-down: "\uf175"
386
404
  long-arrow-left: "\uf177"
387
405
  long-arrow-right: "\uf178"
388
406
  long-arrow-up: "\uf176"
407
+ low-vision: "\uf2a8"
389
408
  magic: "\uf0d0"
390
409
  magnet: "\uf076"
391
410
  mail-forward: "\uf064"
392
- mail-reply: "\uf112"
393
411
  mail-reply-all: "\uf122"
412
+ mail-reply: "\uf112"
394
413
  male: "\uf183"
395
- map: "\uf279"
396
414
  map-marker: "\uf041"
397
415
  map-o: "\uf278"
398
416
  map-pin: "\uf276"
399
417
  map-signs: "\uf277"
400
- mars: "\uf222"
418
+ map: "\uf279"
401
419
  mars-double: "\uf227"
402
- mars-stroke: "\uf229"
403
420
  mars-stroke-h: "\uf22b"
404
421
  mars-stroke-v: "\uf22a"
422
+ mars-stroke: "\uf229"
423
+ mars: "\uf222"
405
424
  maxcdn: "\uf136"
406
425
  meanpath: "\uf20c"
407
426
  medium: "\uf23a"
408
427
  medkit: "\uf0fa"
409
428
  meh-o: "\uf11a"
410
429
  mercury: "\uf223"
411
- microphone: "\uf130"
412
430
  microphone-slash: "\uf131"
413
- minus: "\uf068"
431
+ microphone: "\uf130"
414
432
  minus-circle: "\uf056"
415
- minus-square: "\uf146"
416
433
  minus-square-o: "\uf147"
434
+ minus-square: "\uf146"
435
+ minus: "\uf068"
417
436
  mixcloud: "\uf289"
418
- mobile: "\uf10b"
419
437
  mobile-phone: "\uf10b"
438
+ mobile: "\uf10b"
420
439
  modx: "\uf285"
421
440
  money: "\uf0d6"
422
441
  moon-o: "\uf186"
@@ -429,8 +448,8 @@ fa:
429
448
  newspaper-o: "\uf1ea"
430
449
  object-group: "\uf247"
431
450
  object-ungroup: "\uf248"
432
- odnoklassniki: "\uf263"
433
451
  odnoklassniki-square: "\uf264"
452
+ odnoklassniki: "\uf263"
434
453
  opencart: "\uf23d"
435
454
  openid: "\uf19b"
436
455
  opera: "\uf26a"
@@ -438,64 +457,67 @@ fa:
438
457
  outdent: "\uf03b"
439
458
  pagelines: "\uf18c"
440
459
  paint-brush: "\uf1fc"
441
- paper-plane: "\uf1d8"
442
460
  paper-plane-o: "\uf1d9"
461
+ paper-plane: "\uf1d8"
443
462
  paperclip: "\uf0c6"
444
463
  paragraph: "\uf1dd"
445
464
  paste: "\uf0ea"
446
- pause: "\uf04c"
447
- pause-circle: "\uf28b"
448
465
  pause-circle-o: "\uf28c"
466
+ pause-circle: "\uf28b"
467
+ pause: "\uf04c"
449
468
  paw: "\uf1b0"
450
469
  paypal: "\uf1ed"
451
- pencil: "\uf040"
452
- pencil-square: "\uf14b"
453
470
  pencil-square-o: "\uf044"
471
+ pencil-square: "\uf14b"
472
+ pencil: "\uf040"
454
473
  percent: "\uf295"
455
- phone: "\uf095"
456
474
  phone-square: "\uf098"
475
+ phone: "\uf095"
457
476
  photo: "\uf03e"
458
477
  picture-o: "\uf03e"
459
478
  pie-chart: "\uf200"
460
- pied-piper: "\uf1a7"
461
479
  pied-piper-alt: "\uf1a8"
462
- pinterest: "\uf0d2"
480
+ pied-piper-pp: "\uf1a7"
481
+ pied-piper: "\uf2ae"
463
482
  pinterest-p: "\uf231"
464
483
  pinterest-square: "\uf0d3"
484
+ pinterest: "\uf0d2"
465
485
  plane: "\uf072"
466
- play: "\uf04b"
467
- play-circle: "\uf144"
468
486
  play-circle-o: "\uf01d"
487
+ play-circle: "\uf144"
488
+ play: "\uf04b"
469
489
  plug: "\uf1e6"
470
- plus: "\uf067"
471
490
  plus-circle: "\uf055"
472
- plus-square: "\uf0fe"
473
491
  plus-square-o: "\uf196"
492
+ plus-square: "\uf0fe"
493
+ plus: "\uf067"
474
494
  power-off: "\uf011"
475
495
  print: "\uf02f"
476
496
  product-hunt: "\uf288"
477
497
  puzzle-piece: "\uf12e"
478
498
  qq: "\uf1d6"
479
499
  qrcode: "\uf029"
480
- question: "\uf128"
500
+ question-circle-o: "\uf29c"
481
501
  question-circle: "\uf059"
502
+ question: "\uf128"
482
503
  quote-left: "\uf10d"
483
504
  quote-right: "\uf10e"
484
505
  ra: "\uf1d0"
485
506
  random: "\uf074"
486
507
  rebel: "\uf1d0"
487
508
  recycle: "\uf1b8"
488
- reddit: "\uf1a1"
489
509
  reddit-alien: "\uf281"
490
510
  reddit-square: "\uf1a2"
511
+ reddit: "\uf1a1"
491
512
  refresh: "\uf021"
492
513
  registered: "\uf25d"
493
514
  remove: "\uf00d"
494
515
  renren: "\uf18b"
495
516
  reorder: "\uf0c9"
496
517
  repeat: "\uf01e"
497
- reply: "\uf112"
498
518
  reply-all: "\uf122"
519
+ reply: "\uf112"
520
+ resistance: "\uf1d0"
499
521
  retweet: "\uf079"
500
522
  rmb: "\uf157"
501
523
  road: "\uf018"
@@ -503,8 +525,8 @@ fa:
503
525
  rotate-left: "\uf0e2"
504
526
  rotate-right: "\uf01e"
505
527
  rouble: "\uf158"
506
- rss: "\uf09e"
507
528
  rss-square: "\uf143"
529
+ rss: "\uf09e"
508
530
  rub: "\uf158"
509
531
  ruble: "\uf158"
510
532
  rupee: "\uf156"
@@ -512,18 +534,18 @@ fa:
512
534
  save: "\uf0c7"
513
535
  scissors: "\uf0c4"
514
536
  scribd: "\uf28a"
515
- search: "\uf002"
516
537
  search-minus: "\uf010"
517
538
  search-plus: "\uf00e"
539
+ search: "\uf002"
518
540
  sellsy: "\uf213"
519
- send: "\uf1d8"
520
541
  send-o: "\uf1d9"
542
+ send: "\uf1d8"
521
543
  server: "\uf233"
522
- share: "\uf064"
523
- share-alt: "\uf1e0"
524
544
  share-alt-square: "\uf1e1"
525
- share-square: "\uf14d"
545
+ share-alt: "\uf1e0"
526
546
  share-square-o: "\uf045"
547
+ share-square: "\uf14d"
548
+ share: "\uf064"
527
549
  shekel: "\uf20b"
528
550
  sheqel: "\uf20b"
529
551
  shield: "\uf132"
@@ -533,8 +555,10 @@ fa:
533
555
  shopping-basket: "\uf291"
534
556
  shopping-cart: "\uf07a"
535
557
  sign-in: "\uf090"
558
+ sign-language: "\uf2a7"
536
559
  sign-out: "\uf08b"
537
560
  signal: "\uf012"
561
+ signing: "\uf2a7"
538
562
  simplybuilt: "\uf215"
539
563
  sitemap: "\uf0e8"
540
564
  skyatlas: "\uf216"
@@ -543,8 +567,10 @@ fa:
543
567
  sliders: "\uf1de"
544
568
  slideshare: "\uf1e7"
545
569
  smile-o: "\uf118"
570
+ snapchat-ghost: "\uf2ac"
571
+ snapchat-square: "\uf2ad"
572
+ snapchat: "\uf2ab"
546
573
  soccer-ball-o: "\uf1e3"
547
- sort: "\uf0dc"
548
574
  sort-alpha-asc: "\uf15d"
549
575
  sort-alpha-desc: "\uf15e"
550
576
  sort-amount-asc: "\uf160"
@@ -555,35 +581,36 @@ fa:
555
581
  sort-numeric-asc: "\uf162"
556
582
  sort-numeric-desc: "\uf163"
557
583
  sort-up: "\uf0de"
584
+ sort: "\uf0dc"
558
585
  soundcloud: "\uf1be"
559
586
  space-shuttle: "\uf197"
560
587
  spinner: "\uf110"
561
588
  spoon: "\uf1b1"
562
589
  spotify: "\uf1bc"
563
- square: "\uf0c8"
564
590
  square-o: "\uf096"
591
+ square: "\uf0c8"
565
592
  stack-exchange: "\uf18d"
566
593
  stack-overflow: "\uf16c"
567
- star: "\uf005"
568
- star-half: "\uf089"
569
594
  star-half-empty: "\uf123"
570
595
  star-half-full: "\uf123"
571
596
  star-half-o: "\uf123"
597
+ star-half: "\uf089"
572
598
  star-o: "\uf006"
573
- steam: "\uf1b6"
599
+ star: "\uf005"
574
600
  steam-square: "\uf1b7"
601
+ steam: "\uf1b6"
575
602
  step-backward: "\uf048"
576
603
  step-forward: "\uf051"
577
604
  stethoscope: "\uf0f1"
578
- sticky-note: "\uf249"
579
605
  sticky-note-o: "\uf24a"
580
- stop: "\uf04d"
581
- stop-circle: "\uf28d"
606
+ sticky-note: "\uf249"
582
607
  stop-circle-o: "\uf28e"
608
+ stop-circle: "\uf28d"
609
+ stop: "\uf04d"
583
610
  street-view: "\uf21d"
584
611
  strikethrough: "\uf0cc"
585
- stumbleupon: "\uf1a4"
586
612
  stumbleupon-circle: "\uf1a3"
613
+ stumbleupon: "\uf1a4"
587
614
  subscript: "\uf12c"
588
615
  subway: "\uf239"
589
616
  suitcase: "\uf0f2"
@@ -602,18 +629,19 @@ fa:
602
629
  terminal: "\uf120"
603
630
  text-height: "\uf034"
604
631
  text-width: "\uf035"
605
- th: "\uf00a"
606
632
  th-large: "\uf009"
607
633
  th-list: "\uf00b"
634
+ th: "\uf00a"
635
+ themeisle: "\uf2b2"
608
636
  thumb-tack: "\uf08d"
609
637
  thumbs-down: "\uf165"
610
638
  thumbs-o-down: "\uf088"
611
639
  thumbs-o-up: "\uf087"
612
640
  thumbs-up: "\uf164"
613
641
  ticket: "\uf145"
614
- times: "\uf00d"
615
- times-circle: "\uf057"
616
642
  times-circle-o: "\uf05c"
643
+ times-circle: "\uf057"
644
+ times: "\uf00d"
617
645
  tint: "\uf043"
618
646
  toggle-down: "\uf150"
619
647
  toggle-left: "\uf191"
@@ -623,10 +651,10 @@ fa:
623
651
  toggle-up: "\uf151"
624
652
  trademark: "\uf25c"
625
653
  train: "\uf238"
626
- transgender: "\uf224"
627
654
  transgender-alt: "\uf225"
628
- trash: "\uf1f8"
655
+ transgender: "\uf224"
629
656
  trash-o: "\uf014"
657
+ trash: "\uf1f8"
630
658
  tree: "\uf1bb"
631
659
  trello: "\uf181"
632
660
  tripadvisor: "\uf262"
@@ -634,39 +662,43 @@ fa:
634
662
  truck: "\uf0d1"
635
663
  try: "\uf195"
636
664
  tty: "\uf1e4"
637
- tumblr: "\uf173"
638
665
  tumblr-square: "\uf174"
666
+ tumblr: "\uf173"
639
667
  turkish-lira: "\uf195"
640
668
  tv: "\uf26c"
641
669
  twitch: "\uf1e8"
642
- twitter: "\uf099"
643
670
  twitter-square: "\uf081"
671
+ twitter: "\uf099"
644
672
  umbrella: "\uf0e9"
645
673
  underline: "\uf0cd"
646
674
  undo: "\uf0e2"
675
+ universal-access: "\uf29a"
647
676
  university: "\uf19c"
648
677
  unlink: "\uf127"
649
- unlock: "\uf09c"
650
678
  unlock-alt: "\uf13e"
679
+ unlock: "\uf09c"
651
680
  unsorted: "\uf0dc"
652
681
  upload: "\uf093"
653
682
  usb: "\uf287"
654
683
  usd: "\uf155"
655
- user: "\uf007"
656
684
  user-md: "\uf0f0"
657
685
  user-plus: "\uf234"
658
686
  user-secret: "\uf21b"
659
687
  user-times: "\uf235"
688
+ user: "\uf007"
660
689
  users: "\uf0c0"
661
- venus: "\uf221"
662
690
  venus-double: "\uf226"
663
691
  venus-mars: "\uf228"
692
+ venus: "\uf221"
664
693
  viacoin: "\uf237"
694
+ viadeo-square: "\uf2aa"
695
+ viadeo: "\uf2a9"
665
696
  video-camera: "\uf03d"
666
- vimeo: "\uf27d"
667
697
  vimeo-square: "\uf194"
698
+ vimeo: "\uf27d"
668
699
  vine: "\uf1ca"
669
700
  vk: "\uf189"
701
+ volume-control-phone: "\uf2a0"
670
702
  volume-down: "\uf027"
671
703
  volume-off: "\uf026"
672
704
  volume-up: "\uf028"
@@ -675,22 +707,26 @@ fa:
675
707
  weibo: "\uf18a"
676
708
  weixin: "\uf1d7"
677
709
  whatsapp: "\uf232"
710
+ wheelchair-alt: "\uf29b"
678
711
  wheelchair: "\uf193"
679
712
  wifi: "\uf1eb"
680
713
  wikipedia-w: "\uf266"
681
714
  windows: "\uf17a"
682
715
  won: "\uf159"
683
716
  wordpress: "\uf19a"
717
+ wpbeginner: "\uf297"
718
+ wpforms: "\uf298"
684
719
  wrench: "\uf0ad"
685
- xing: "\uf168"
686
720
  xing-square: "\uf169"
687
- y-combinator: "\uf23b"
721
+ xing: "\uf168"
688
722
  y-combinator-square: "\uf1d4"
723
+ y-combinator: "\uf23b"
689
724
  yahoo: "\uf19e"
690
- yc: "\uf23b"
691
725
  yc-square: "\uf1d4"
726
+ yc: "\uf23b"
692
727
  yelp: "\uf1e9"
693
728
  yen: "\uf157"
694
- youtube: "\uf167"
729
+ yoast: "\uf2b1"
695
730
  youtube-play: "\uf16a"
696
731
  youtube-square: "\uf166"
732
+ youtube: "\uf167"