Skip to content

Commit

Permalink
feat: adding messenger and line icons (mingrammer#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkfsn authored and ajmaradiaga committed Nov 8, 2023
1 parent 9f6de29 commit bd9129b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions diagrams/saas/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,12 @@ class Telegram(_Chat):
_icon = "telegram.png"


class Messenger(_Chat):
_icon = "messenger.png"


class Line(_Chat):
_icon = "line.png"


# Aliases
2 changes: 2 additions & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Node classes list of saas provider.
- **diagrams.saas.chat.Slack**
- **diagrams.saas.chat.Teams**
- **diagrams.saas.chat.Telegram**
- **diagrams.saas.chat.Messenger**
- **diagrams.saas.chat.Line**

## saas.filesharing

Expand Down
Binary file added resources/saas/chat/line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/saas/chat/messenger.png
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 bd9129b

Please sign in to comment.