Your IP : 216.73.216.162


Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/
Upload File :
Current File : /home/x/b/o/xbodynamge/namtation/wp-content/social_list.js.tar

plugins/themeisle-companion/vendor/codeinwp/gutenberg-blocks/blocks/sharing-icons/social_list.js000064400000001062151151376330035301 0ustar00home/xbodynamge/dev/wp-content/**
 * WordPress dependencies...
 */
const { __ } = wp.i18n;

const socialList = {
	facebook: {
		label: __( 'Facebook' ),
		icon: 'facebook-f'
	},
	twitter: {
		label: __( 'Twitter' ),
		icon: 'twitter'
	},
	googleplus: {
		label: __( 'Google+' ),
		icon: 'google-plus-g'
	},
	linkedin: {
		label: __( 'Linkedin' ),
		icon: 'linkedin-in'
	},
	pinterest: {
		label: __( 'Pinterest' ),
		icon: 'pinterest-p'
	},
	tumblr: {
		label: __( 'Tumblr' ),
		icon: 'tumblr'
	},
	reddit: {
		label: __( 'Reddit' ),
		icon: 'reddit-alien'
	}
};


export default socialList;