Skip to content

Commit

Permalink
add email icon (#7346)
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Apr 7, 2022
1 parent 7551d4f commit 8c85ad3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js_modules/dagit/packages/ui/src/components/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import download_for_offline from '../icon-svgs/download_for_offline.svg';
import drag_handle from '../icon-svgs/drag_handle.svg';
import dynamic_feed from '../icon-svgs/dynamic_feed.svg';
import edit from '../icon-svgs/edit.svg';
import email from '../icon-svgs/email.svg';
import error from '../icon-svgs/error.svg';
import error_outline from '../icon-svgs/error_outline.svg';
import expand_less from '../icon-svgs/expand_less.svg';
Expand Down Expand Up @@ -170,6 +171,7 @@ export const Icons = {
dynamic_feed,
drag_handle,
edit,
email,
error,
error_outline,
expand_less,
Expand Down
1 change: 1 addition & 0 deletions js_modules/dagit/packages/ui/src/icon-svgs/email.svg
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 8c85ad3

@vercel
Copy link

@vercel vercel bot commented on 8c85ad3 Apr 7, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

dagit-storybook – ./js_modules/dagit/packages/ui

dagit-storybook-git-master-elementl.vercel.app
dagit-storybook.vercel.app
dagit-storybook-elementl.vercel.app

Please sign in to comment.