Skip to content

Commit

Permalink
Revert "[FD-59231] fix: Add missing nucleus-icons + banner changes"
Browse files Browse the repository at this point in the history
This reverts commit 078bd92.
  • Loading branch information
kanalveli-ramachandran committed Jul 14, 2020
1 parent fa9c368 commit 36eb522
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
4 changes: 1 addition & 3 deletions packages/@nucleus/tests/dummy/app/constants/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ export default [
"nucleus-circle-info",
"nucleus-circle-minus",
"nucleus-circle-plus",
"nucleus-circle-warning",
"nucleus-cross-thin",
"nucleus-cross",
"nucleus-danger"
"nucleus-cross"
];
4 changes: 3 additions & 1 deletion packages/icon/public/assets/icons/nucleus-circle-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion packages/icon/public/assets/icons/nucleus-circle-info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

1 change: 0 additions & 1 deletion packages/icon/public/assets/icons/nucleus-danger.svg

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const ICON_MAP = {
'info': 'nucleus-circle-info',
'info': 'nucleus-circle-help',
'success': 'nucleus-circle-check',
'warning': 'nucleus-circle-warning',
'danger': 'nucleus-danger'
'warning': 'nucleus-circle-info',
'danger': 'nucleus-circle-cross'
};

export { ICON_MAP };

0 comments on commit 36eb522

Please sign in to comment.