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 Feb 27, 2024
1 parent 154b1db commit e4e166b
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.

1 comment on commit e4e166b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-storybook ready!

✅ Preview
https://dagit-storybook-lcuv6a8w9-elementl.vercel.app

Built with commit e4e166b.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.