@stefanobartoletti/nuxt-social-share
Version:
Simple Social Sharing for Nuxt
11 lines (10 loc) • 369 B
JavaScript
export const linkedin = {
name: "LinkedIn",
shareUrl: "https://www.linkedin.com/sharing/share-offsite/?url=[u]",
icon: {
// iconify: ri:linkedin-fill
viewBox: "0 0 24 24",
path: "M6.94 5a2 2 0 1 1-4-.002a2 2 0 0 1 4 .002M7 8.48H3V21h4zm6.32 0H9.34V21h3.94v-6.57c0-3.66 4.77-4 4.77 0V21H22v-7.93c0-6.17-7.06-5.94-8.72-2.91z"
},
color: "#0A66C2"
};