UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

12 lines (11 loc) 1.67 kB
/* eslint-disable @stylistic/max-len */ import '../actions/external-action'; import { ESLShareConfig } from '../core/esl-share-config'; export const viber = { action: 'external', icon: '<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="#fff" focusable="false" role="presentation" style="background: #7360f2;" viewBox="0 0 24 24"><path d="M19.34 3.95c-.5-.46-2.5-1.91-6.98-1.93 0 0-5.27-.32-7.84 2.04-1.43 1.43-1.94 3.53-2 6.12-.05 2.6-.11 7.47 4.58 8.79v2.01s-.03.82.5.98c.65.2 1.04-.41 1.66-1.08.34-.37.8-.9 1.16-1.32 3.21.27 5.68-.35 5.96-.43.65-.22 4.32-.68 4.9-5.55.63-5.03-.29-8.2-1.94-9.63Zm.55 9.26c-.5 4.06-3.48 4.32-4.03 4.5-.23.07-2.4.61-5.12.43 0 0-2.03 2.45-2.67 3.09-.2.2-.43.19-.43-.22l.02-3.35c-3.98-1.1-3.74-5.25-3.7-7.41C4 8.08 4.41 6.3 5.63 5.1c2.17-1.98 6.65-1.68 6.65-1.68 3.79.01 5.6 1.15 6.02 1.53 1.4 1.2 2.1 4.06 1.59 8.25Zm-5.43-3.16c.01.34-.5.36-.5.03-.05-.86-.45-1.28-1.28-1.33-.34-.02-.3-.52.03-.5 1.09.06 1.7.68 1.75 1.8Zm.79.45c.04-1.66-1-2.96-2.96-3.1-.33-.03-.3-.53.03-.5 2.27.16 3.48 1.72 3.43 3.6 0 .34-.5.33-.5 0Zm1.84.52c0 .34-.5.34-.5 0-.03-3.18-2.15-4.91-4.73-4.93-.33 0-.33-.5 0-.5 2.88.01 5.2 2 5.23 5.43Zm-.45 3.83c-.42.75-1.2 1.57-2.02 1.31v-.01a15.01 15.01 0 0 1-4-2.2c-.63-.5-1.21-1.1-1.66-1.66-.4-.5-.8-1.1-1.2-1.83A11.67 11.67 0 0 1 6.75 8.3c-.27-.81.55-1.6 1.3-2.02.36-.2.7-.13.94.15a11.69 11.69 0 0 1 1.29 1.8c.23.42.08.85-.15 1.03l-.47.38c-.24.19-.2.54-.2.54s.69 2.63 3.29 3.3c0 0 .35.03.54-.21l.38-.47c.18-.24.61-.38 1.04-.15.57.33 1.3.83 1.79 1.29.27.22.33.56.14.92Z"/></svg>', link: 'viber://forward?text={t}%20{u}', name: 'viber', title: 'Viber' }; ESLShareConfig.append(viber);