From 2d573ca9ebfec019a7fc9c54fba55ae0c2329eae Mon Sep 17 00:00:00 2001 From: Ted Goas Date: Thu, 1 Dec 2022 11:12:13 -0800 Subject: [PATCH] feat(icons): new omnichannel brand icons (#750) Added brand icons for future omnichannel integrations: Telegram, WeChat, Google Business Messaging, LINE, Viber, TikTok, Snapchat --- docs/_data/svg-brand.json | 42 +++++++++++++++++++ .../svg/brand/google-business-messaging.svg | 1 + lib/build/svg/brand/line-messenger.svg | 1 + lib/build/svg/brand/snapchat.svg | 1 + lib/build/svg/brand/telegram.svg | 11 +++++ lib/build/svg/brand/tiktok.svg | 1 + lib/build/svg/brand/viber.svg | 1 + lib/build/svg/brand/we-chat.svg | 1 + 8 files changed, 59 insertions(+) create mode 100644 lib/build/svg/brand/google-business-messaging.svg create mode 100644 lib/build/svg/brand/line-messenger.svg create mode 100644 lib/build/svg/brand/snapchat.svg create mode 100644 lib/build/svg/brand/telegram.svg create mode 100644 lib/build/svg/brand/tiktok.svg create mode 100644 lib/build/svg/brand/viber.svg create mode 100644 lib/build/svg/brand/we-chat.svg diff --git a/docs/_data/svg-brand.json b/docs/_data/svg-brand.json index b2aef6731f..b08d0de9a0 100644 --- a/docs/_data/svg-brand.json +++ b/docs/_data/svg-brand.json @@ -113,6 +113,12 @@ "vue": "IconGoogleGlyph", "desc": "Google app icon" }, + { + "name": "Google Business Messaging", + "file": "google-business-messaging", + "vue": "IconGoogleBusinessMessaging", + "desc": "Google Business Messaging icon" + }, { "name": "Google Calendar", "file": "google-calendar", @@ -173,6 +179,12 @@ "vue": "IconJiraServiceDesk", "desc": "Jira Service Desk app icon" }, + { + "name": "Line Messenger", + "file": "line-messenger", + "vue": "IconLineMessenger", + "desc": "Line Messenger icon" + }, { "name": "LinkedIn", "file": "linkedin", @@ -269,6 +281,24 @@ "vue": "IconSlack", "desc": "Slack app icon" }, + { + "name": "Snapchat", + "file": "snapchat", + "vue": "IconSnapchat", + "desc": "Snapchat icon" + }, + { + "name": "Telegram", + "file": "telegram", + "vue": "IconTelegram", + "desc": "Telegram icon" + }, + { + "name": "TikTok", + "file": "tiktok", + "vue": "IconTiktok", + "desc": "TikTok icon" + }, { "name": "Toggl", "file": "toggl", @@ -287,12 +317,24 @@ "vue": "IconUnionPay", "desc": "Union Pay logo" }, + { + "name": "Viber", + "file": "viber", + "vue": "IconViber", + "desc": "Viber logo" + }, { "name": "Visa", "file": "visa", "vue": "IconVisa", "desc": "Visa logo" }, + { + "name": "WeChat", + "file": "we-chat", + "vue": "IconWeChat", + "desc": "WeChat logo" + }, { "name": "WhatsApp", "file": "whatsapp", diff --git a/lib/build/svg/brand/google-business-messaging.svg b/lib/build/svg/brand/google-business-messaging.svg new file mode 100644 index 0000000000..9795f7343b --- /dev/null +++ b/lib/build/svg/brand/google-business-messaging.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/build/svg/brand/line-messenger.svg b/lib/build/svg/brand/line-messenger.svg new file mode 100644 index 0000000000..12438e9d51 --- /dev/null +++ b/lib/build/svg/brand/line-messenger.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/build/svg/brand/snapchat.svg b/lib/build/svg/brand/snapchat.svg new file mode 100644 index 0000000000..c8e09d50df --- /dev/null +++ b/lib/build/svg/brand/snapchat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/build/svg/brand/telegram.svg b/lib/build/svg/brand/telegram.svg new file mode 100644 index 0000000000..5023010be9 --- /dev/null +++ b/lib/build/svg/brand/telegram.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/lib/build/svg/brand/tiktok.svg b/lib/build/svg/brand/tiktok.svg new file mode 100644 index 0000000000..0a8b39dbce --- /dev/null +++ b/lib/build/svg/brand/tiktok.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/build/svg/brand/viber.svg b/lib/build/svg/brand/viber.svg new file mode 100644 index 0000000000..11ea75bc6e --- /dev/null +++ b/lib/build/svg/brand/viber.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/lib/build/svg/brand/we-chat.svg b/lib/build/svg/brand/we-chat.svg new file mode 100644 index 0000000000..2f06f4b0bb --- /dev/null +++ b/lib/build/svg/brand/we-chat.svg @@ -0,0 +1 @@ + \ No newline at end of file