Skip to content

Commit

Permalink
[ui] Add dollar sign icon (#20601)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Add dollar sign icon to component library, for use in Cloud.

## How I Tested These Changes

Storybook.
  • Loading branch information
hellendag authored and PedramNavid committed Mar 28, 2024
1 parent 75f8c55 commit 1c3a3c5
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 @@ -54,6 +54,7 @@ import datatype_number from '../icon-svgs/datatype_number.svg';
import datatype_string from '../icon-svgs/datatype_string.svg';
import date from '../icon-svgs/date.svg';
import deleteSVG from '../icon-svgs/delete.svg';
import dollar_sign from '../icon-svgs/dollar_sign.svg';
import done from '../icon-svgs/done.svg';
import dot from '../icon-svgs/dot.svg';
import dot_filled from '../icon-svgs/dot_filled.svg';
Expand Down Expand Up @@ -288,6 +289,7 @@ export const Icons = {
column_lineage,
corporate_fare,
delete: deleteSVG,
dollar_sign,
done,
dot,
dot_filled,
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 1c3a3c5

Please sign in to comment.