Skip to content

Commit

Permalink
Add Microsoft Teams icon (#20075)
Browse files Browse the repository at this point in the history
This PR adds an icon for microsoft teams.

This will be used in alerts that notify via microsoft teams, in
companion PR dagster-io/internal#8427
  • Loading branch information
clairelin135 authored and cmpadden committed Feb 28, 2024
1 parent 415581d commit 226c587
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ import materialization from '../icon-svgs/materialization.svg';
import menu from '../icon-svgs/menu.svg';
import menu_book from '../icon-svgs/menu_book.svg';
import more_horiz from '../icon-svgs/more_horiz.svg';
import ms_teams from '../icon-svgs/ms_teams.svg';
import multi_asset from '../icon-svgs/multi_asset.svg';
import nightlight from '../icon-svgs/nightlight.svg';
import no_access from '../icon-svgs/no_access.svg';
Expand Down Expand Up @@ -229,6 +230,7 @@ export const Icons = {
folder,
tag,
slack,
ms_teams,
github,
github_pr_open,
github_pr_closed,
Expand Down Expand Up @@ -351,7 +353,7 @@ export const Icons = {
zoom_out,
} as const;

const SVGS_WITH_COLORS = new Set([(slack as any).src]);
const SVGS_WITH_COLORS = new Set([(slack as any).src, (ms_teams as any).src]);

export type IconName = keyof typeof Icons;

Expand Down
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 226c587

Please sign in to comment.