diff --git a/.cspell.json b/.cspell.json
index 7ebafd15d..cc7ff3552 100644
--- a/.cspell.json
+++ b/.cspell.json
@@ -266,6 +266,7 @@
"stylesheet",
"subsquently",
"svgs",
+ "svgr",
"Swith",
"Syle",
"Synk",
diff --git a/apps/web/app/[locale]/auth/passcode/component.tsx b/apps/web/app/[locale]/auth/passcode/component.tsx
index 5b286ec54..1fe11c245 100644
--- a/apps/web/app/[locale]/auth/passcode/component.tsx
+++ b/apps/web/app/[locale]/auth/passcode/component.tsx
@@ -5,7 +5,7 @@ import { TAuthenticationPasscode, useAuthenticationPasscode } from '@app/hooks';
import { IClassName } from '@app/interfaces';
import { clsxm } from '@app/utils';
import { AuthCodeInputField, Avatar, BackButton, Button, Card, InputField, SpinnerLoader, Text } from 'lib/components';
-import { CircleIcon, TickCircleIconV2 } from 'lib/components/svgs';
+import { CircleIcon, CheckCircleOutlineIcon } from 'assets/svg';
import { AuthLayout } from 'lib/layout';
import { useTranslations } from 'next-intl';
import Link from 'next/link';
@@ -308,7 +308,7 @@ function WorkSpaceScreen({ form, className }: { form: TAuthenticationPasscode }
}}
>
{selectedWorkspace === index ? (
-