From d1339374d00dc906a5d0472472cdd970054fbf64 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 10 Feb 2024 22:42:02 -0800 Subject: [PATCH] Fix: add missing icon --- src-ui/src/app/app.module.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src-ui/src/app/app.module.ts b/src-ui/src/app/app.module.ts index 395ddc04f..f23dcc2c3 100644 --- a/src-ui/src/app/app.module.ts +++ b/src-ui/src/app/app.module.ts @@ -138,6 +138,7 @@ import { chevronDoubleLeft, chevronDoubleRight, clipboard, + clipboardCheck, clipboardCheckFill, clipboardFill, dash, @@ -222,6 +223,7 @@ const icons = { chevronDoubleLeft, chevronDoubleRight, clipboard, + clipboardCheck, clipboardCheckFill, clipboardFill, dash,