Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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',
    },
];
exports.SocialIconData = SocialIconData;
//# sourceMappingURL=fixtures.js.map