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 7fcbad3
Show file tree
Hide file tree
Showing 98 changed files with 470 additions and 234 deletions.
50 changes: 0 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 34 additions & 14 deletions src/assets/icons/_icons.ts
Original file line number Diff line number Diff line change
@@ -1,58 +1,78 @@
/* 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 = {
'account': {},
'accounts': {},
'alert': {},
'activity': {},
'ai-guardrails': {},
'alert-01': {},
'alert-02': {},
'apache': {},
'apps': {},
'assessment': {},
'audit-log': {},
'authentication': {},
'calendar': {},
'cancel': {},
'caret-down': {},
'check': {},
'caret-left': {},
'caret-right': {},
'caret-up': {},
'cloud-accounts': {},
'cloud-connection': {},
'complete': {},
'copy': {},
'cross': {},
'dashboard': {},
'dataverse': {},
'delete': {},
'demo': {},
'docs': {},
'documentation': {},
'download': {},
'edit-params': {},
'edit': {},
'ellipsis': {},
'email': {},
'eye': {},
'failed': {},
'file': {},
'file-error': {},
'fortanix-ki': {},
'folder': {},
'graph': {},
'filter-open': {},
'gen-ai': {},
'groups': {},
'help': {},
'hide': {},
'home': {},
'iam': {},
'info': {},
'infrastructure': {},
'install': {},
'integrations': {},
'key-link': {},
'key': {},
'no-login': {},
'knowledge-base': {},
'log-out': {},
'login': {},
'new-query': {},
'new-tab': {},
'on-premises': {},
'page-backward': {},
'page-forward': {},
'plugins': {},
'policy': {},
'print': {},
'projects': {},
'query': {},
'refresh': {},
'scripts': {},
'search': {},
'security-dashboard': {},
'security-object': {},
'send': {},
'services': {},
'settings': {},
'solutions': {},
'success': {},
'table-settings': {},
'tasks': {},
'user-profile': {},
'user': {},
'warning': {},
'workflows': {},
} as const satisfies Record<string, IconDef>;
} as const satisfies Record<string, IconDef>;
3 changes: 3 additions & 0 deletions src/assets/icons/account.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/icons/activity.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: 3 additions & 0 deletions src/assets/icons/ai-guardrails.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: 3 additions & 0 deletions src/assets/icons/alert-01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
4 changes: 4 additions & 0 deletions src/assets/icons/cancel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/icons/caret-down.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: 3 additions & 0 deletions src/assets/icons/caret-left.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: 3 additions & 0 deletions src/assets/icons/caret-right.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: 3 additions & 0 deletions src/assets/icons/caret-up.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/check.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/assets/icons/cloud-accounts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/assets/icons/cloud-connection.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/icons/complete.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: 1 addition & 2 deletions src/assets/icons/copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/assets/icons/cross.svg

This file was deleted.

5 changes: 5 additions & 0 deletions src/assets/icons/demo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/assets/icons/documentation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/icons/ellipsis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/assets/icons/failed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7fcbad3

Please sign in to comment.