Skip to content

Commit

Permalink
feat(icons): new omnichannel brand icons (#750)
Browse files Browse the repository at this point in the history
Added brand icons for future omnichannel integrations: Telegram, WeChat, Google Business Messaging, LINE, Viber, TikTok, Snapchat
  • Loading branch information
tedgoas-dialpad authored Dec 1, 2022
1 parent 6f6e4d0 commit 2d573ca
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/_data/svg-brand.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
1 change: 1 addition & 0 deletions lib/build/svg/brand/google-business-messaging.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/build/svg/brand/line-messenger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/build/svg/brand/snapchat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions lib/build/svg/brand/telegram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/build/svg/brand/tiktok.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/build/svg/brand/viber.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/build/svg/brand/we-chat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d573ca

Please sign in to comment.