@stefanobartoletti/nuxt-social-share
Version:
Simple Social Sharing for Nuxt
15 lines (14 loc) • 699 B
JavaScript
export const pinterest = {
name: "Pinterest",
shareUrl: "https://pinterest.com/pin/create/button/?url=[u]",
args: {
title: "&description=[t]",
image: "&media=[i]"
},
icon: {
// iconify: jam:pinterest
viewBox: "-4.5 -2 24 24",
path: "M6.17 13.097c-.506 2.726-1.122 5.34-2.95 6.705c-.563-4.12.829-7.215 1.475-10.5c-1.102-1.91.133-5.755 2.457-4.808c2.86 1.166-2.477 7.102 1.106 7.844c3.741.774 5.269-6.683 2.949-9.109C7.855-.272 1.45 3.15 2.238 8.163c.192 1.226 1.421 1.598.491 3.29C.584 10.962-.056 9.22.027 6.897C.159 3.097 3.344.435 6.538.067c4.04-.466 7.831 1.527 8.354 5.44c.59 4.416-1.823 9.2-6.142 8.855c-1.171-.093-1.663-.69-2.58-1.265"
},
color: "#BD081C"
};