Skip to content

Commit

Permalink
Add refresh icon export
Browse files Browse the repository at this point in the history
  • Loading branch information
Younes Chellaf committed Dec 6, 2024
1 parent 30c1db3 commit bb50b07
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 80 deletions.
15 changes: 3 additions & 12 deletions src/assets/icons/_icons.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
/* Copyright (c) Fortanix, Inc.
|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of
|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */
type IconDef = {};
export const icons = {
'accounts': {},
'alert': {},
'apache': {},
'apps': {},
'assessment': {},
'audit-log': {},
'authentication': {},
'calendar': {},
'caret-down': {},
'check': {},
'cloud-accounts': {},
'copy': {},
'cross': {},
'dashboard': {},
'dataverse': {},
'delete': {},
Expand All @@ -24,11 +20,7 @@ export const icons = {
'edit': {},
'email': {},
'eye': {},
'file': {},
'file-error': {},
'fortanix-ki': {},
'folder': {},
'graph': {},
'groups': {},
'hide': {},
'home': {},
Expand All @@ -43,16 +35,15 @@ export const icons = {
'plugins': {},
'policy': {},
'print': {},
'refresh': {},
'scripts': {},
'search': {},
'security-object': {},
'services': {},
'settings': {},
'solutions': {},
'success': {},
'tasks': {},
'user-profile': {},
'user': {},
'warning': {},
'workflows': {},
} as const satisfies Record<string, IconDef>;
} as const satisfies Record<string, IconDef>;
3 changes: 0 additions & 3 deletions src/assets/icons/check.svg

This file was deleted.

4 changes: 0 additions & 4 deletions src/assets/icons/cross.svg

This file was deleted.

17 changes: 0 additions & 17 deletions src/assets/icons/file-error.svg

This file was deleted.

15 changes: 0 additions & 15 deletions src/assets/icons/file.svg

This file was deleted.

14 changes: 0 additions & 14 deletions src/assets/icons/folder.svg

This file was deleted.

9 changes: 0 additions & 9 deletions src/assets/icons/graph.svg

This file was deleted.

10 changes: 10 additions & 0 deletions src/assets/icons/refresh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions src/assets/icons/success.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icons/warning.svg

This file was deleted.

Loading

0 comments on commit bb50b07

Please sign in to comment.