diff --git a/static/shared/js/icons.js b/static/shared/js/icons.js
index 7c6029e4..185a5b9d 100644
--- a/static/shared/js/icons.js
+++ b/static/shared/js/icons.js
@@ -51,6 +51,7 @@ const Icons = {
'x': `
`,
'refresh': `
`,
'duplicate': `
`,
+ 'clipboard-copy': `
`,
'eye': `
`,
'eye-off': `
`,
'filter': `
`,
@@ -110,10 +111,12 @@ const Icons = {
// Status & Indicators
'exclamation': `
`,
'information-circle': `
`,
+ 'exclamation-circle': `
`,
'spinner': `
`,
'star': `
`,
'heart': `
`,
'chat-alt-2': `
`,
+ 'chat-alt': `
`,
'thumb-up': `
`,
'thumb-down': `
`,
'flag': `
`,