Skip to content

Commit

Permalink
[ui] add label icon (#25876)
Browse files Browse the repository at this point in the history
## Summary

Adds a label icon for column tags
  • Loading branch information
benpankow authored Nov 12, 2024
1 parent 2941dfc commit d4aaedb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ import key_command from '../icon-svgs/key_command.svg';
import key_option from '../icon-svgs/key_option.svg';
import key_return from '../icon-svgs/key_return.svg';
import key_shift from '../icon-svgs/key_shift.svg';
import label from '../icon-svgs/label.svg';
import launch from '../icon-svgs/launch.svg';
import launchpad from '../icon-svgs/launchpad.svg';
import layers from '../icon-svgs/layers.svg';
Expand Down Expand Up @@ -596,6 +597,7 @@ export const Icons = {
key_option,
key_return,
key_shift,
label,
launch,
launchpad,
layers,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

2 comments on commit d4aaedb

@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-d5p7cluqt-elementl.vercel.app

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

@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 dagster-docs ready!

✅ Preview
https://dagster-docs-xt9j6nyee-elementl.vercel.app
https://release-1-9-2.dagster.dagster-docs.io

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

Please sign in to comment.