Skip to content

Commit

Permalink
Add calendar icon (#10267)
Browse files Browse the repository at this point in the history
calendar icon
  • Loading branch information
salazarm committed Oct 31, 2022
1 parent da7555c commit a2bb0cf
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -23,6 +23,7 @@ import expectation from '../icon-svgs/bp-automatic-updates.svg';
import op from '../icon-svgs/bp-git-commit.svg';
import op_selector from '../icon-svgs/bp-send-to-graph.svg';
import cached from '../icon-svgs/cached.svg';
import calendar from '../icon-svgs/calendar.svg';
import cancel from '../icon-svgs/cancel.svg';
import chat_support from '../icon-svgs/chat-support.svg';
import check_circle from '../icon-svgs/check_circle.svg';
Expand Down Expand Up @@ -161,6 +162,7 @@ export const Icons = {
panel_hide_right,
panel_show_bottom,
panel_show_both,
calendar,
copy_to_clipboard: assignment,
copy_to_clipboard_done: assignment_turned_in,
chat_support,
Expand Down
3 changes: 3 additions & 0 deletions js_modules/dagit/packages/ui/src/icon-svgs/calendar.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 a2bb0cf

@vercel
Copy link

@vercel vercel bot commented on a2bb0cf Oct 31, 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.vercel.app
dagit-storybook-elementl.vercel.app
dagit-storybook-git-master-elementl.vercel.app

Please sign in to comment.