Add the updated icons for critical and export

  -the critical icon in the header and tables.
  -the export icon in the event log page.

Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: I5b3beedb8339ba6e6bbd34b43ea7698fc44f9e42
diff --git a/src/components/Global/StatusIcon.vue b/src/components/Global/StatusIcon.vue
index 655d57b..5608805 100644
--- a/src/components/Global/StatusIcon.vue
+++ b/src/components/Global/StatusIcon.vue
@@ -11,13 +11,14 @@
 import IconCheckmark from '@carbon/icons-vue/es/checkmark--filled/20';
 import IconWarning from '@carbon/icons-vue/es/warning--filled/20';
 import IconError from '@carbon/icons-vue/es/error--filled/20';
+import IconMisuse from '@carbon/icons-vue/es/misuse/20';
 
 export default {
   name: 'StatusIcon',
   components: {
     iconSuccess: IconCheckmark,
-    iconDanger: IconError,
-    iconSecondary: IconError, //TODO: swap with right asset when available
+    iconDanger: IconMisuse,
+    iconSecondary: IconError,
     iconWarning: IconWarning
   },
   props: {