@stefanobartoletti/nuxt-social-share
Version:
Simple Social Sharing for Nuxt
15 lines (14 loc) • 938 B
JavaScript
export const vkontakte = {
name: "VKontakte",
shareUrl: "https://vk.com/share.php?url=[u]",
args: {
title: "&title=[t]",
image: "&image=[i]"
},
icon: {
// iconify: basil:vk-solid
viewBox: "0 0 24 24",
path: "M21.504 18.381h-2.282c-.863 0-1.123-.699-2.67-2.247c-1.352-1.303-1.923-1.465-2.265-1.465c-.473 0-.602.13-.602.781v2.052c0 .555-.18.88-1.63.88a8.9 8.9 0 0 1-6.955-4.17a18.2 18.2 0 0 1-3.6-7.558c0-.342.13-.652.782-.652h2.28c.586 0 .797.261 1.027.864c1.107 3.258 2.996 6.092 3.763 6.092c.294 0 .422-.13.422-.863V8.739c-.097-1.531-.91-1.66-.91-2.214a.563.563 0 0 1 .585-.523h3.584c.49 0 .652.244.652.83v4.53c0 .489.21.651.358.651c.294 0 .52-.162 1.059-.7a18.8 18.8 0 0 0 2.802-4.66a.98.98 0 0 1 .993-.65h2.281c.684 0 .829.342.684.83a28.5 28.5 0 0 1-3.062 5.262c-.246.375-.344.57 0 1.01c.226.342 1.026 1.01 1.563 1.645c.782.78 1.431 1.682 1.922 2.67c.196.636-.131.961-.782.961"
},
color: "#0077FF"
};