Repository URL to install this package:
Version:
0.9.6 ▾
|
const SocialIconData = [
{
label: 'Twitter',
url: 'http://twitter.com',
bgcolor: '#28aae1',
color: '#fff',
},
{
label: 'Facebook',
url: 'http://facebook.com',
bgcolor: '#3c5a99',
color: '#fff',
},
{
label: 'Google',
url: 'http://googleplus.com',
bgcolor: '#f5511e',
color: '#fff',
},
{
label: 'Linkedin',
url: 'http://linkedin.com',
bgcolor: '#0274b3',
color: '#fff',
},
{
label: 'Youtube',
url: 'http://youtube.com',
bgcolor: '#ff0000',
color: '#fff',
},
{
label: 'Instagram',
url: 'http://intagram.com',
bgcolor: '#fd355c',
color: '#fff',
},
{
label: 'Pinterest',
url: 'http://pinterest.com',
bgcolor: '#ee2d34',
color: '#fff',
},
{
label: 'Pinterest',
url: 'http://pinterest.com',
bgcolor: '#ee2d34',
color: '#fff',
breed: 'withbg',
},
]
export { SocialIconData }