socicon-rails 0.2.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,424 +5,923 @@ Social icons font: <a href="http://www.socicon.com" target="_blank" alt="Free so
5
5
  //= depend_on_asset "socicon.svg"
6
6
  //= depend_on_asset "socicon.ttf"
7
7
  //= depend_on_asset "socicon.woff"
8
+ //= depend_on_asset "socicon.woff2"
8
9
  <% v = Socicon::Rails::VERSION %>
9
10
  @font-face {
10
11
  font-family: 'socicon';
11
- src: url('<%= font_path('socicon.eot') %>?v=<%= v %>');
12
- src: url('<%= font_path('socicon.eot') %>?#iefix&v=<%= v %>') format('embedded-opentype'),
13
- url('<%= font_path('socicon.woff') %>?v=<%= v %>') format('woff'),
12
+ src: url('<%= font_path('socicon.eot') %>?v=<%= v %>');
13
+ src: url('<%= font_path('socicon.eot') %>?#iefix&v=<%= v %>') format('embedded-opentype'),
14
+ url('<%= font_path('socicon.woff2') %>?v=<%= v %>') format('woff2'),
14
15
  url('<%= font_path('socicon.ttf') %>?v=<%= v %>') format('truetype'),
16
+ url('<%= font_path('socicon.woff') %>?v=<%= v %>') format('woff'),
15
17
  url('<%= font_path('socicon.svg') %>?v=<%= v %>#socicon') format('svg');
16
18
  font-weight: normal;
17
19
  font-style: normal;
18
20
  }
19
- [data-icon]:before {
20
- font-family: "socicon" !important;
21
- content: attr(data-icon);
22
- font-style: normal !important;
23
- font-weight: normal !important;
24
- font-variant: normal !important;
25
- text-transform: none !important;
26
- speak: none;
27
- line-height: 1;
28
- -webkit-font-smoothing: antialiased;
29
- -moz-osx-font-smoothing: grayscale;
30
- }
31
21
 
32
- [class^="socicon-"]:before,
33
- [class*=" socicon-"]:before {
34
- font-family: "socicon" !important;
35
- font-style: normal !important;
36
- font-weight: normal !important;
37
- font-variant: normal !important;
38
- text-transform: none !important;
22
+ [class^="socicon-"], [class*=" socicon-"] {
23
+ /* use !important to prevent issues with browser extensions that change fonts */
24
+ font-family: 'socicon' !important;
39
25
  speak: none;
26
+ font-style: normal;
27
+ font-weight: normal;
28
+ font-variant: normal;
29
+ text-transform: none;
40
30
  line-height: 1;
31
+
32
+ /* Better Font Rendering =========== */
41
33
  -webkit-font-smoothing: antialiased;
42
34
  -moz-osx-font-smoothing: grayscale;
43
35
  }
44
36
 
45
- .socicon-modelmayhem:before {
37
+ .socicon-eitaa:before {
38
+ content: "\e97c";
39
+ }
40
+ .socicon-soroush:before {
41
+ content: "\e97d";
42
+ }
43
+ .socicon-bale:before {
44
+ content: "\e97e";
45
+ }
46
+ .socicon-zazzle:before {
47
+ content: "\e97b";
48
+ }
49
+ .socicon-society6:before {
50
+ content: "\e97a";
51
+ }
52
+ .socicon-redbubble:before {
53
+ content: "\e979";
54
+ }
55
+ .socicon-avvo:before {
56
+ content: "\e978";
57
+ }
58
+ .socicon-stitcher:before {
59
+ content: "\e977";
60
+ }
61
+ .socicon-googlehangouts:before {
62
+ content: "\e974";
63
+ }
64
+ .socicon-dlive:before {
65
+ content: "\e975";
66
+ }
67
+ .socicon-vsco:before {
68
+ content: "\e976";
69
+ }
70
+ .socicon-flipboard:before {
71
+ content: "\e973";
72
+ }
73
+ .socicon-ubuntu:before {
74
+ content: "\e958";
75
+ }
76
+ .socicon-artstation:before {
77
+ content: "\e959";
78
+ }
79
+ .socicon-invision:before {
80
+ content: "\e95a";
81
+ }
82
+ .socicon-torial:before {
83
+ content: "\e95b";
84
+ }
85
+ .socicon-collectorz:before {
86
+ content: "\e95c";
87
+ }
88
+ .socicon-seenthis:before {
89
+ content: "\e95d";
90
+ }
91
+ .socicon-googleplaymusic:before {
92
+ content: "\e95e";
93
+ }
94
+ .socicon-debian:before {
95
+ content: "\e95f";
96
+ }
97
+ .socicon-filmfreeway:before {
98
+ content: "\e960";
99
+ }
100
+ .socicon-gnome:before {
101
+ content: "\e961";
102
+ }
103
+ .socicon-itchio:before {
104
+ content: "\e962";
105
+ }
106
+ .socicon-jamendo:before {
107
+ content: "\e963";
108
+ }
109
+ .socicon-mix:before {
110
+ content: "\e964";
111
+ }
112
+ .socicon-sharepoint:before {
113
+ content: "\e965";
114
+ }
115
+ .socicon-tinder:before {
116
+ content: "\e966";
117
+ }
118
+ .socicon-windguru:before {
119
+ content: "\e967";
120
+ }
121
+ .socicon-cdbaby:before {
122
+ content: "\e968";
123
+ }
124
+ .socicon-elementaryos:before {
125
+ content: "\e969";
126
+ }
127
+ .socicon-stage32:before {
128
+ content: "\e96a";
129
+ }
130
+ .socicon-tiktok:before {
131
+ content: "\e96b";
132
+ }
133
+ .socicon-gitter:before {
134
+ content: "\e96c";
135
+ }
136
+ .socicon-letterboxd:before {
137
+ content: "\e96d";
138
+ }
139
+ .socicon-threema:before {
140
+ content: "\e96e";
141
+ }
142
+ .socicon-splice:before {
143
+ content: "\e96f";
144
+ }
145
+ .socicon-metapop:before {
146
+ content: "\e970";
147
+ }
148
+ .socicon-naver:before {
149
+ content: "\e971";
150
+ }
151
+ .socicon-remote:before {
152
+ content: "\e972";
153
+ }
154
+ .socicon-internet:before {
155
+ content: "\e957";
156
+ }
157
+ .socicon-moddb:before {
158
+ content: "\e94b";
159
+ }
160
+ .socicon-indiedb:before {
161
+ content: "\e94c";
162
+ }
163
+ .socicon-traxsource:before {
164
+ content: "\e94d";
165
+ }
166
+ .socicon-gamefor:before {
167
+ content: "\e94e";
168
+ }
169
+ .socicon-pixiv:before {
170
+ content: "\e94f";
171
+ }
172
+ .socicon-myanimelist:before {
173
+ content: "\e950";
174
+ }
175
+ .socicon-blackberry:before {
176
+ content: "\e951";
177
+ }
178
+ .socicon-wickr:before {
179
+ content: "\e952";
180
+ }
181
+ .socicon-spip:before {
182
+ content: "\e953";
183
+ }
184
+ .socicon-napster:before {
185
+ content: "\e954";
186
+ }
187
+ .socicon-beatport:before {
188
+ content: "\e955";
189
+ }
190
+ .socicon-hackerone:before {
191
+ content: "\e956";
192
+ }
193
+ .socicon-hackernews:before {
194
+ content: "\e946";
195
+ }
196
+ .socicon-smashwords:before {
197
+ content: "\e947";
198
+ }
199
+ .socicon-kobo:before {
200
+ content: "\e948";
201
+ }
202
+ .socicon-bookbub:before {
203
+ content: "\e949";
204
+ }
205
+ .socicon-mailru:before {
206
+ content: "\e94a";
207
+ }
208
+ .socicon-gitlab:before {
209
+ content: "\e945";
210
+ }
211
+ .socicon-instructables:before {
212
+ content: "\e944";
213
+ }
214
+ .socicon-portfolio:before {
215
+ content: "\e943";
216
+ }
217
+ .socicon-codered:before {
218
+ content: "\e940";
219
+ }
220
+ .socicon-origin:before {
221
+ content: "\e941";
222
+ }
223
+ .socicon-nextdoor:before {
224
+ content: "\e942";
225
+ }
226
+ .socicon-udemy:before {
227
+ content: "\e93f";
228
+ }
229
+ .socicon-livemaster:before {
230
+ content: "\e93e";
231
+ }
232
+ .socicon-crunchbase:before {
233
+ content: "\e93b";
234
+ }
235
+ .socicon-homefy:before {
236
+ content: "\e93c";
237
+ }
238
+ .socicon-calendly:before {
239
+ content: "\e93d";
240
+ }
241
+ .socicon-realtor:before {
242
+ content: "\e90f";
243
+ }
244
+ .socicon-tidal:before {
245
+ content: "\e910";
246
+ }
247
+ .socicon-qobuz:before {
248
+ content: "\e911";
249
+ }
250
+ .socicon-natgeo:before {
251
+ content: "\e912";
252
+ }
253
+ .socicon-mastodon:before {
254
+ content: "\e913";
255
+ }
256
+ .socicon-unsplash:before {
257
+ content: "\e914";
258
+ }
259
+ .socicon-homeadvisor:before {
260
+ content: "\e915";
261
+ }
262
+ .socicon-angieslist:before {
263
+ content: "\e916";
264
+ }
265
+ .socicon-codepen:before {
266
+ content: "\e917";
267
+ }
268
+ .socicon-slack:before {
269
+ content: "\e918";
270
+ }
271
+ .socicon-openaigym:before {
272
+ content: "\e919";
273
+ }
274
+ .socicon-logmein:before {
275
+ content: "\e91a";
276
+ }
277
+ .socicon-fiverr:before {
278
+ content: "\e91b";
279
+ }
280
+ .socicon-gotomeeting:before {
281
+ content: "\e91c";
282
+ }
283
+ .socicon-aliexpress:before {
284
+ content: "\e91d";
285
+ }
286
+ .socicon-guru:before {
287
+ content: "\e91e";
288
+ }
289
+ .socicon-appstore:before {
290
+ content: "\e91f";
291
+ }
292
+ .socicon-homes:before {
293
+ content: "\e920";
294
+ }
295
+ .socicon-zoom:before {
296
+ content: "\e921";
297
+ }
298
+ .socicon-alibaba:before {
299
+ content: "\e922";
300
+ }
301
+ .socicon-craigslist:before {
302
+ content: "\e923";
303
+ }
304
+ .socicon-wix:before {
305
+ content: "\e924";
306
+ }
307
+ .socicon-redfin:before {
308
+ content: "\e925";
309
+ }
310
+ .socicon-googlecalendar:before {
311
+ content: "\e926";
312
+ }
313
+ .socicon-shopify:before {
314
+ content: "\e927";
315
+ }
316
+ .socicon-freelancer:before {
317
+ content: "\e928";
318
+ }
319
+ .socicon-seedrs:before {
320
+ content: "\e929";
321
+ }
322
+ .socicon-bing:before {
323
+ content: "\e92a";
324
+ }
325
+ .socicon-doodle:before {
326
+ content: "\e92b";
327
+ }
328
+ .socicon-bonanza:before {
329
+ content: "\e92c";
330
+ }
331
+ .socicon-squarespace:before {
332
+ content: "\e92d";
333
+ }
334
+ .socicon-toptal:before {
335
+ content: "\e92e";
336
+ }
337
+ .socicon-gust:before {
338
+ content: "\e92f";
339
+ }
340
+ .socicon-ask:before {
341
+ content: "\e930";
342
+ }
343
+ .socicon-trulia:before {
344
+ content: "\e931";
345
+ }
346
+ .socicon-loomly:before {
347
+ content: "\e932";
348
+ }
349
+ .socicon-ghost:before {
350
+ content: "\e933";
351
+ }
352
+ .socicon-upwork:before {
353
+ content: "\e934";
354
+ }
355
+ .socicon-fundable:before {
356
+ content: "\e935";
357
+ }
358
+ .socicon-booking:before {
359
+ content: "\e936";
360
+ }
361
+ .socicon-googlemaps:before {
362
+ content: "\e937";
363
+ }
364
+ .socicon-zillow:before {
365
+ content: "\e938";
366
+ }
367
+ .socicon-niconico:before {
368
+ content: "\e939";
369
+ }
370
+ .socicon-toneden:before {
371
+ content: "\e93a";
372
+ }
373
+ .socicon-augment:before {
374
+ content: "\e908";
375
+ }
376
+ .socicon-bitbucket:before {
377
+ content: "\e909";
378
+ }
379
+ .socicon-fyuse:before {
380
+ content: "\e90a";
381
+ }
382
+ .socicon-yt-gaming:before {
383
+ content: "\e90b";
384
+ }
385
+ .socicon-sketchfab:before {
386
+ content: "\e90c";
387
+ }
388
+ .socicon-mobcrush:before {
389
+ content: "\e90d";
390
+ }
391
+ .socicon-microsoft:before {
392
+ content: "\e90e";
393
+ }
394
+ .socicon-pandora:before {
395
+ content: "\e907";
396
+ }
397
+ .socicon-messenger:before {
398
+ content: "\e906";
399
+ }
400
+ .socicon-gamewisp:before {
401
+ content: "\e905";
402
+ }
403
+ .socicon-bloglovin:before {
404
+ content: "\e904";
405
+ }
406
+ .socicon-tunein:before {
407
+ content: "\e903";
408
+ }
409
+ .socicon-gamejolt:before {
410
+ content: "\e901";
411
+ }
412
+ .socicon-trello:before {
413
+ content: "\e902";
414
+ }
415
+ .socicon-spreadshirt:before {
416
+ content: "\e900";
417
+ }
418
+ .socicon-500px:before {
46
419
  content: "\e000";
47
420
  }
48
- .socicon-mixcloud:before {
421
+ .socicon-8tracks:before {
49
422
  content: "\e001";
50
423
  }
51
- .socicon-drupal:before {
424
+ .socicon-airbnb:before {
52
425
  content: "\e002";
53
426
  }
54
- .socicon-swarm:before {
427
+ .socicon-alliance:before {
55
428
  content: "\e003";
56
429
  }
57
- .socicon-istock:before {
430
+ .socicon-amazon:before {
58
431
  content: "\e004";
59
432
  }
60
- .socicon-yammer:before {
433
+ .socicon-amplement:before {
61
434
  content: "\e005";
62
435
  }
63
- .socicon-ello:before {
436
+ .socicon-android:before {
64
437
  content: "\e006";
65
438
  }
66
- .socicon-stackoverflow:before {
439
+ .socicon-angellist:before {
67
440
  content: "\e007";
68
441
  }
69
- .socicon-persona:before {
442
+ .socicon-apple:before {
70
443
  content: "\e008";
71
444
  }
72
- .socicon-triplej:before {
445
+ .socicon-appnet:before {
73
446
  content: "\e009";
74
447
  }
75
- .socicon-houzz:before {
448
+ .socicon-baidu:before {
76
449
  content: "\e00a";
77
450
  }
78
- .socicon-rss:before {
451
+ .socicon-bandcamp:before {
79
452
  content: "\e00b";
80
453
  }
81
- .socicon-paypal:before {
454
+ .socicon-battlenet:before {
82
455
  content: "\e00c";
83
456
  }
84
- .socicon-odnoklassniki:before {
457
+ .socicon-mixer:before {
85
458
  content: "\e00d";
86
459
  }
87
- .socicon-airbnb:before {
460
+ .socicon-bebee:before {
88
461
  content: "\e00e";
89
462
  }
90
- .socicon-periscope:before {
463
+ .socicon-bebo:before {
91
464
  content: "\e00f";
92
465
  }
93
- .socicon-outlook:before {
466
+ .socicon-behance:before {
94
467
  content: "\e010";
95
468
  }
96
- .socicon-coderwall:before {
469
+ .socicon-blizzard:before {
97
470
  content: "\e011";
98
471
  }
99
- .socicon-tripadvisor:before {
472
+ .socicon-blogger:before {
100
473
  content: "\e012";
101
474
  }
102
- .socicon-appnet:before {
475
+ .socicon-buffer:before {
103
476
  content: "\e013";
104
477
  }
105
- .socicon-goodreads:before {
478
+ .socicon-chrome:before {
106
479
  content: "\e014";
107
480
  }
108
- .socicon-tripit:before {
481
+ .socicon-coderwall:before {
109
482
  content: "\e015";
110
483
  }
111
- .socicon-lanyrd:before {
484
+ .socicon-curse:before {
112
485
  content: "\e016";
113
486
  }
114
- .socicon-slideshare:before {
487
+ .socicon-dailymotion:before {
115
488
  content: "\e017";
116
489
  }
117
- .socicon-buffer:before {
490
+ .socicon-deezer:before {
118
491
  content: "\e018";
119
492
  }
120
- .socicon-disqus:before {
493
+ .socicon-delicious:before {
121
494
  content: "\e019";
122
495
  }
123
- .socicon-vkontakte:before {
496
+ .socicon-deviantart:before {
124
497
  content: "\e01a";
125
498
  }
126
- .socicon-whatsapp:before {
499
+ .socicon-diablo:before {
127
500
  content: "\e01b";
128
501
  }
129
- .socicon-patreon:before {
502
+ .socicon-digg:before {
130
503
  content: "\e01c";
131
504
  }
132
- .socicon-storehouse:before {
505
+ .socicon-discord:before {
133
506
  content: "\e01d";
134
507
  }
135
- .socicon-pocket:before {
508
+ .socicon-disqus:before {
136
509
  content: "\e01e";
137
510
  }
138
- .socicon-mail:before {
511
+ .socicon-douban:before {
139
512
  content: "\e01f";
140
513
  }
141
- .socicon-blogger:before {
514
+ .socicon-draugiem:before {
142
515
  content: "\e020";
143
516
  }
144
- .socicon-technorati:before {
517
+ .socicon-dribbble:before {
145
518
  content: "\e021";
146
519
  }
147
- .socicon-reddit:before {
520
+ .socicon-drupal:before {
148
521
  content: "\e022";
149
522
  }
150
- .socicon-dribbble:before {
523
+ .socicon-ebay:before {
151
524
  content: "\e023";
152
525
  }
153
- .socicon-stumbleupon:before {
526
+ .socicon-ello:before {
154
527
  content: "\e024";
155
528
  }
156
- .socicon-digg:before {
529
+ .socicon-endomodo:before {
157
530
  content: "\e025";
158
531
  }
159
532
  .socicon-envato:before {
160
533
  content: "\e026";
161
534
  }
162
- .socicon-behance:before {
535
+ .socicon-etsy:before {
163
536
  content: "\e027";
164
537
  }
165
- .socicon-delicious:before {
538
+ .socicon-facebook:before {
166
539
  content: "\e028";
167
540
  }
168
- .socicon-deviantart:before {
541
+ .socicon-feedburner:before {
169
542
  content: "\e029";
170
543
  }
171
- .socicon-forrst:before {
544
+ .socicon-filmweb:before {
172
545
  content: "\e02a";
173
546
  }
174
- .socicon-play:before {
547
+ .socicon-firefox:before {
175
548
  content: "\e02b";
176
549
  }
177
- .socicon-zerply:before {
550
+ .socicon-flattr:before {
178
551
  content: "\e02c";
179
552
  }
180
- .socicon-wikipedia:before {
553
+ .socicon-flickr:before {
181
554
  content: "\e02d";
182
555
  }
183
- .socicon-apple:before {
556
+ .socicon-formulr:before {
184
557
  content: "\e02e";
185
558
  }
186
- .socicon-flattr:before {
559
+ .socicon-forrst:before {
187
560
  content: "\e02f";
188
561
  }
189
- .socicon-github:before {
562
+ .socicon-foursquare:before {
190
563
  content: "\e030";
191
564
  }
192
- .socicon-renren:before {
565
+ .socicon-friendfeed:before {
193
566
  content: "\e031";
194
567
  }
195
- .socicon-friendfeed:before {
568
+ .socicon-github:before {
196
569
  content: "\e032";
197
570
  }
198
- .socicon-newsvine:before {
571
+ .socicon-goodreads:before {
199
572
  content: "\e033";
200
573
  }
201
- .socicon-identica:before {
574
+ .socicon-google:before {
202
575
  content: "\e034";
203
576
  }
204
- .socicon-bebo:before {
577
+ .socicon-googlescholar:before {
205
578
  content: "\e035";
206
579
  }
207
- .socicon-zynga:before {
580
+ .socicon-googlegroups:before {
208
581
  content: "\e036";
209
582
  }
210
- .socicon-steam:before {
583
+ .socicon-googlephotos:before {
211
584
  content: "\e037";
212
585
  }
213
- .socicon-xbox:before {
586
+ .socicon-googleplus:before {
214
587
  content: "\e038";
215
588
  }
216
- .socicon-windows:before {
589
+ .socicon-grooveshark:before {
217
590
  content: "\e039";
218
591
  }
219
- .socicon-qq:before {
592
+ .socicon-hackerrank:before {
220
593
  content: "\e03a";
221
594
  }
222
- .socicon-douban:before {
595
+ .socicon-hearthstone:before {
223
596
  content: "\e03b";
224
597
  }
225
- .socicon-meetup:before {
598
+ .socicon-hellocoton:before {
226
599
  content: "\e03c";
227
600
  }
228
- .socicon-playstation:before {
601
+ .socicon-heroes:before {
229
602
  content: "\e03d";
230
603
  }
231
- .socicon-android:before {
604
+ .socicon-smashcast:before {
232
605
  content: "\e03e";
233
606
  }
234
- .socicon-snapchat:before {
607
+ .socicon-horde:before {
235
608
  content: "\e03f";
236
609
  }
237
- .socicon-twitter:before {
610
+ .socicon-houzz:before {
238
611
  content: "\e040";
239
612
  }
240
- .socicon-facebook:before {
613
+ .socicon-icq:before {
241
614
  content: "\e041";
242
615
  }
243
- .socicon-googleplus:before {
616
+ .socicon-identica:before {
244
617
  content: "\e042";
245
618
  }
246
- .socicon-pinterest:before {
619
+ .socicon-imdb:before {
247
620
  content: "\e043";
248
621
  }
249
- .socicon-foursquare:before {
622
+ .socicon-instagram:before {
250
623
  content: "\e044";
251
624
  }
252
- .socicon-yahoo:before {
625
+ .socicon-issuu:before {
253
626
  content: "\e045";
254
627
  }
255
- .socicon-skype:before {
628
+ .socicon-istock:before {
256
629
  content: "\e046";
257
630
  }
258
- .socicon-yelp:before {
631
+ .socicon-itunes:before {
259
632
  content: "\e047";
260
633
  }
261
- .socicon-feedburner:before {
634
+ .socicon-keybase:before {
262
635
  content: "\e048";
263
636
  }
264
- .socicon-linkedin:before {
637
+ .socicon-lanyrd:before {
265
638
  content: "\e049";
266
639
  }
267
- .socicon-viadeo:before {
640
+ .socicon-lastfm:before {
268
641
  content: "\e04a";
269
642
  }
270
- .socicon-xing:before {
643
+ .socicon-line:before {
271
644
  content: "\e04b";
272
645
  }
273
- .socicon-myspace:before {
646
+ .socicon-linkedin:before {
274
647
  content: "\e04c";
275
648
  }
276
- .socicon-soundcloud:before {
649
+ .socicon-livejournal:before {
277
650
  content: "\e04d";
278
651
  }
279
- .socicon-spotify:before {
652
+ .socicon-lyft:before {
280
653
  content: "\e04e";
281
654
  }
282
- .socicon-grooveshark:before {
655
+ .socicon-macos:before {
283
656
  content: "\e04f";
284
657
  }
285
- .socicon-lastfm:before {
658
+ .socicon-mail:before {
286
659
  content: "\e050";
287
660
  }
288
- .socicon-youtube:before {
661
+ .socicon-medium:before {
289
662
  content: "\e051";
290
663
  }
291
- .socicon-vimeo:before {
664
+ .socicon-meetup:before {
292
665
  content: "\e052";
293
666
  }
294
- .socicon-dailymotion:before {
667
+ .socicon-mixcloud:before {
295
668
  content: "\e053";
296
669
  }
297
- .socicon-vine:before {
670
+ .socicon-modelmayhem:before {
298
671
  content: "\e054";
299
672
  }
300
- .socicon-flickr:before {
673
+ .socicon-mumble:before {
301
674
  content: "\e055";
302
675
  }
303
- .socicon-500px:before {
676
+ .socicon-myspace:before {
304
677
  content: "\e056";
305
678
  }
306
- .socicon-instagram:before {
679
+ .socicon-newsvine:before {
307
680
  content: "\e057";
308
681
  }
309
- .socicon-wordpress:before {
682
+ .socicon-nintendo:before {
310
683
  content: "\e058";
311
684
  }
312
- .socicon-tumblr:before {
685
+ .socicon-npm:before {
313
686
  content: "\e059";
314
687
  }
315
- .socicon-twitch:before {
688
+ .socicon-odnoklassniki:before {
316
689
  content: "\e05a";
317
690
  }
318
- .socicon-8tracks:before {
691
+ .socicon-openid:before {
319
692
  content: "\e05b";
320
693
  }
321
- .socicon-amazon:before {
694
+ .socicon-opera:before {
322
695
  content: "\e05c";
323
696
  }
324
- .socicon-icq:before {
697
+ .socicon-outlook:before {
325
698
  content: "\e05d";
326
699
  }
327
- .socicon-smugmug:before {
700
+ .socicon-overwatch:before {
328
701
  content: "\e05e";
329
702
  }
330
- .socicon-ravelry:before {
703
+ .socicon-patreon:before {
331
704
  content: "\e05f";
332
705
  }
333
- .socicon-weibo:before {
706
+ .socicon-paypal:before {
334
707
  content: "\e060";
335
708
  }
336
- .socicon-baidu:before {
709
+ .socicon-periscope:before {
337
710
  content: "\e061";
338
711
  }
339
- .socicon-angellist:before {
712
+ .socicon-persona:before {
340
713
  content: "\e062";
341
714
  }
342
- .socicon-ebay:before {
715
+ .socicon-pinterest:before {
343
716
  content: "\e063";
344
717
  }
345
- .socicon-imdb:before {
718
+ .socicon-play:before {
346
719
  content: "\e064";
347
720
  }
348
- .socicon-stayfriends:before {
721
+ .socicon-player:before {
349
722
  content: "\e065";
350
723
  }
351
- .socicon-residentadvisor:before {
724
+ .socicon-playstation:before {
352
725
  content: "\e066";
353
726
  }
354
- .socicon-google:before {
727
+ .socicon-pocket:before {
355
728
  content: "\e067";
356
729
  }
357
- .socicon-yandex:before {
730
+ .socicon-qq:before {
358
731
  content: "\e068";
359
732
  }
360
- .socicon-sharethis:before {
733
+ .socicon-quora:before {
361
734
  content: "\e069";
362
735
  }
363
- .socicon-bandcamp:before {
736
+ .socicon-raidcall:before {
364
737
  content: "\e06a";
365
738
  }
366
- .socicon-itunes:before {
739
+ .socicon-ravelry:before {
367
740
  content: "\e06b";
368
741
  }
369
- .socicon-deezer:before {
742
+ .socicon-reddit:before {
370
743
  content: "\e06c";
371
744
  }
372
- .socicon-telegram:before {
745
+ .socicon-renren:before {
746
+ content: "\e06d";
747
+ }
748
+ .socicon-researchgate:before {
373
749
  content: "\e06e";
374
750
  }
375
- .socicon-openid:before {
751
+ .socicon-residentadvisor:before {
376
752
  content: "\e06f";
377
753
  }
378
- .socicon-amplement:before {
754
+ .socicon-reverbnation:before {
379
755
  content: "\e070";
380
756
  }
381
- .socicon-viber:before {
757
+ .socicon-rss:before {
382
758
  content: "\e071";
383
759
  }
384
- .socicon-zomato:before {
760
+ .socicon-sharethis:before {
385
761
  content: "\e072";
386
762
  }
387
- .socicon-quora:before {
763
+ .socicon-skype:before {
388
764
  content: "\e073";
389
765
  }
390
- .socicon-draugiem:before {
766
+ .socicon-slideshare:before {
391
767
  content: "\e074";
392
768
  }
393
- .socicon-endomodo:before {
769
+ .socicon-smugmug:before {
394
770
  content: "\e075";
395
771
  }
396
- .socicon-filmweb:before {
772
+ .socicon-snapchat:before {
397
773
  content: "\e076";
398
774
  }
399
- .socicon-stackexchange:before {
775
+ .socicon-songkick:before {
400
776
  content: "\e077";
401
777
  }
402
- .socicon-wykop:before {
778
+ .socicon-soundcloud:before {
403
779
  content: "\e078";
404
780
  }
405
- .socicon-teamspeak:before {
781
+ .socicon-spotify:before {
406
782
  content: "\e079";
407
783
  }
408
- .socicon-teamviewer:before {
784
+ .socicon-stackexchange:before {
409
785
  content: "\e07a";
410
786
  }
411
- .socicon-ventrilo:before {
787
+ .socicon-stackoverflow:before {
412
788
  content: "\e07b";
413
789
  }
414
- .socicon-younow:before {
790
+ .socicon-starcraft:before {
415
791
  content: "\e07c";
416
792
  }
417
- .socicon-raidcall:before {
793
+ .socicon-stayfriends:before {
418
794
  content: "\e07d";
419
795
  }
420
- .socicon-mumble:before {
796
+ .socicon-steam:before {
421
797
  content: "\e07e";
422
798
  }
423
- .socicon-medium:before {
424
- content: "\e06d";
425
- }
426
- .socicon-bebee:before {
799
+ .socicon-storehouse:before {
427
800
  content: "\e07f";
428
801
  }
802
+ .socicon-strava:before {
803
+ content: "\e080";
804
+ }
805
+ .socicon-streamjar:before {
806
+ content: "\e081";
807
+ }
808
+ .socicon-stumbleupon:before {
809
+ content: "\e082";
810
+ }
811
+ .socicon-swarm:before {
812
+ content: "\e083";
813
+ }
814
+ .socicon-teamspeak:before {
815
+ content: "\e084";
816
+ }
817
+ .socicon-teamviewer:before {
818
+ content: "\e085";
819
+ }
820
+ .socicon-technorati:before {
821
+ content: "\e086";
822
+ }
823
+ .socicon-telegram:before {
824
+ content: "\e087";
825
+ }
826
+ .socicon-tripadvisor:before {
827
+ content: "\e088";
828
+ }
829
+ .socicon-tripit:before {
830
+ content: "\e089";
831
+ }
832
+ .socicon-triplej:before {
833
+ content: "\e08a";
834
+ }
835
+ .socicon-tumblr:before {
836
+ content: "\e08b";
837
+ }
838
+ .socicon-twitch:before {
839
+ content: "\e08c";
840
+ }
841
+ .socicon-twitter:before {
842
+ content: "\e08d";
843
+ }
844
+ .socicon-uber:before {
845
+ content: "\e08e";
846
+ }
847
+ .socicon-ventrilo:before {
848
+ content: "\e08f";
849
+ }
850
+ .socicon-viadeo:before {
851
+ content: "\e090";
852
+ }
853
+ .socicon-viber:before {
854
+ content: "\e091";
855
+ }
856
+ .socicon-viewbug:before {
857
+ content: "\e092";
858
+ }
859
+ .socicon-vimeo:before {
860
+ content: "\e093";
861
+ }
862
+ .socicon-vine:before {
863
+ content: "\e094";
864
+ }
865
+ .socicon-vkontakte:before {
866
+ content: "\e095";
867
+ }
868
+ .socicon-warcraft:before {
869
+ content: "\e096";
870
+ }
871
+ .socicon-wechat:before {
872
+ content: "\e097";
873
+ }
874
+ .socicon-weibo:before {
875
+ content: "\e098";
876
+ }
877
+ .socicon-whatsapp:before {
878
+ content: "\e099";
879
+ }
880
+ .socicon-wikipedia:before {
881
+ content: "\e09a";
882
+ }
883
+ .socicon-windows:before {
884
+ content: "\e09b";
885
+ }
886
+ .socicon-wordpress:before {
887
+ content: "\e09c";
888
+ }
889
+ .socicon-wykop:before {
890
+ content: "\e09d";
891
+ }
892
+ .socicon-xbox:before {
893
+ content: "\e09e";
894
+ }
895
+ .socicon-xing:before {
896
+ content: "\e09f";
897
+ }
898
+ .socicon-yahoo:before {
899
+ content: "\e0a0";
900
+ }
901
+ .socicon-yammer:before {
902
+ content: "\e0a1";
903
+ }
904
+ .socicon-yandex:before {
905
+ content: "\e0a2";
906
+ }
907
+ .socicon-yelp:before {
908
+ content: "\e0a3";
909
+ }
910
+ .socicon-younow:before {
911
+ content: "\e0a4";
912
+ }
913
+ .socicon-youtube:before {
914
+ content: "\e0a5";
915
+ }
916
+ .socicon-zapier:before {
917
+ content: "\e0a6";
918
+ }
919
+ .socicon-zerply:before {
920
+ content: "\e0a7";
921
+ }
922
+ .socicon-zomato:before {
923
+ content: "\e0a8";
924
+ }
925
+ .socicon-zynga:before {
926
+ content: "\e0a9";
927
+ }