From 06934f2b9f31168cb69986127e97d7c85273620f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20Dombya?=
<135591453+hervedombya@users.noreply.github.com>
Date: Thu, 19 Sep 2024 10:37:14 +0200
Subject: [PATCH] feat: Add Stop icon to iconTable
---
src/lib/components/icon/Icon.component.tsx | 1 +
stories/icons.mdx | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/lib/components/icon/Icon.component.tsx b/src/lib/components/icon/Icon.component.tsx
index b1e9c05a9c..d771ceae84 100644
--- a/src/lib/components/icon/Icon.component.tsx
+++ b/src/lib/components/icon/Icon.component.tsx
@@ -135,6 +135,7 @@ export const iconTable = {
DarkMode: 'fas faMoon',
News: 'fas faBullhorn',
Ring: 'fas faRing',
+ Stop: 'fas faStop',
};
const getColor = (color: string | undefined): string => {
diff --git a/stories/icons.mdx b/stories/icons.mdx
index 1811508e0f..e0a35c6840 100644
--- a/stories/icons.mdx
+++ b/stories/icons.mdx
@@ -93,6 +93,7 @@ When next to a text, the icon and the text should have the same size.
| | Log-out | Menu | FA | sign-out-alt | `` | solid Style (fas) | yes | Log out action |
| | Hourglass | Status | FA | hourglass | `` | regular Style (far) | ? | Workflow delayed |
| | Pause | Status | FA | pause | `` | solid Style (fas) | yes | Workflow paused |
+| | Stop | Status | FA | stop | `` | solid Style (fas) | yes | Upload stop |
| | Upgrade | Button-action | FA | level-up-alt | `` | solid Style (fas) | yes | Upgrade version |
| | Expansion | Button-action | FA | expand-alt | `` | solid Style (fas) | yes | Expand with no rebalancing |
| | Rebalance | Button-action | FA | balance-scale | `` | solid Style (fas) | yes | Expand with rebalancing |