Skip to content

Commit

Permalink
add teams nocolor and colored icons (#505)
Browse files Browse the repository at this point in the history
Co-authored-by: Panos Christophides <[email protected]>
  • Loading branch information
christophidesp and Panos Christophides authored Jan 24, 2024
1 parent 1d8210c commit 2cd1424
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/icon/assets/integrations/teams.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/icon/assets/integrations/teams_colored.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/icon/iconsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ import integrations from "./assets/integrations.svg"
import integrationSlack from "./assets/integrations/slack.svg"
import integrationSlackColored from "./assets/integrations/slack_colored.svg"
import integrationSplunk from "./assets/integrations/splunk-black.svg"
import integrationTeams from "./assets/integrations/teams.svg"
import integrationTeamsColored from "./assets/integrations/teams_colored.svg"
import integrationTelegram from "./assets/integrations/telegram.svg"
import integrationTelegramColored from "./assets/integrations/telegram_colored.svg"
import integrationWebhook from "./assets/integrations/webhook.svg"
Expand Down Expand Up @@ -518,6 +520,8 @@ export const iconsList = {
integrationSlack,
integrationSlackColored,
integrationSplunk,
integrationTeams,
integrationTeamsColored,
integrationTelegram,
integrationTelegramColored,
integrationWebhook,
Expand Down

0 comments on commit 2cd1424

Please sign in to comment.