-
Notifications
You must be signed in to change notification settings - Fork 13
/
data.js
82 lines (82 loc) · 1.17 KB
/
data.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
export default [
{
icon: 'social-tumblr',
name: 'tumblr',
},
{
icon: 'social-twitter',
name: 'twitter',
},
{
icon: 'social-facebook',
name: 'facebook',
},
{
icon: 'social-instagram',
name: 'instagram',
},
{
icon: 'social-linkedin',
name: 'linkedin',
},
{
icon: 'social-pinterest',
name: 'pinterest',
},
{
icon: 'social-github',
name: 'github',
},
{
icon: 'social-google',
name: 'google',
},
{
icon: 'social-reddit',
name: 'reddit',
},
{
icon: 'social-skype',
name: 'skype',
},
{
icon: 'social-dribbble',
name: 'dribbble',
},
{
icon: 'social-behance',
name: 'behance',
},
{
icon: 'social-foursqare',
name: 'foursqare',
},
{
icon: 'social-soundcloud',
name: 'soundcloud',
},
{
icon: 'social-spotify',
name: 'spotify',
},
{
icon: 'social-stumbleupon',
name: 'stumbleupon',
},
{
icon: 'social-youtube',
name: 'youtube',
},
{
icon: 'social-dropbox',
name: 'dropbox',
},
{
icon: 'social-vkontakte',
name: 'vkontakte',
},
{
icon: 'social-steam',
name: 'steam',
},
];