@stefanobartoletti/nuxt-social-share
Version:
Simple Social Sharing for Nuxt
14 lines (13 loc) • 614 B
JavaScript
export const telegram = {
name: "Telegram",
shareUrl: "https://t.me/share/url?url=[u]",
args: {
title: "&text=[t]"
},
icon: {
// iconify: icon-park-outline:telegram
viewBox: "0 0 48 48",
path: "M41.42 7.309s3.885-1.515 3.56 2.164c-.107 1.515-1.078 6.818-1.834 12.553l-2.59 16.99s-.216 2.489-2.159 2.922c-1.942.432-4.856-1.515-5.396-1.948c-.432-.325-8.094-5.195-10.792-7.575c-.756-.65-1.62-1.948.108-3.463L33.649 18.13c1.295-1.3 2.59-4.33-2.806-.65l-15.11 10.28s-1.727 1.083-4.964.109l-7.016-2.165s-2.59-1.623 1.835-3.246c10.793-5.086 24.068-10.28 35.831-15.15"
},
color: "#26A5E4"
};