about summary refs log tree commit diff
path: root/src/view/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/index.ts')
-rw-r--r--src/view/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/index.ts b/src/view/index.ts
index 93c6fccc5..8de035868 100644
--- a/src/view/index.ts
+++ b/src/view/index.ts
@@ -15,6 +15,7 @@ import {faArrowRotateLeft} from '@fortawesome/free-solid-svg-icons/faArrowRotate
 import {faArrowsRotate} from '@fortawesome/free-solid-svg-icons/faArrowsRotate'
 import {faAt} from '@fortawesome/free-solid-svg-icons/faAt'
 import {faBars} from '@fortawesome/free-solid-svg-icons/faBars'
+import {faBan} from '@fortawesome/free-solid-svg-icons/faBan'
 import {faBell} from '@fortawesome/free-solid-svg-icons/faBell'
 import {faBell as farBell} from '@fortawesome/free-regular-svg-icons/faBell'
 import {faBookmark} from '@fortawesome/free-solid-svg-icons/faBookmark'
@@ -90,6 +91,7 @@ export function setup() {
     faArrowRotateLeft,
     faArrowsRotate,
     faAt,
+    faBan,
     faBars,
     faBell,
     farBell,