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/views/Health/EventLogs/EventLogs.vue b/src/views/Health/EventLogs/EventLogs.vue
index 88b32b3..bf34016 100644
--- a/src/views/Health/EventLogs/EventLogs.vue
+++ b/src/views/Health/EventLogs/EventLogs.vue
@@ -136,7 +136,7 @@
 
 <script>
 import IconTrashcan from '@carbon/icons-vue/es/trash-can/20';
-import IconExport from '@carbon/icons-vue/es/export/20';
+import IconExport from '@carbon/icons-vue/es/document--export/20';
 import { omit } from 'lodash';
 
 import PageTitle from '@/components/Global/PageTitle';