diff --git a/src/screens/Onboarding/StepProfile/index.tsx b/src/screens/Onboarding/StepProfile/index.tsx
index 77c18b2fc7..641423da38 100644
--- a/src/screens/Onboarding/StepProfile/index.tsx
+++ b/src/screens/Onboarding/StepProfile/index.tsx
@@ -6,7 +6,6 @@ import {msg, Trans} from '@lingui/macro'
import {atoms as a, useTheme} from '#/alf'
import {Button, ButtonText, ButtonIcon} from '#/components/Button'
import {News2_Stroke2_Corner0_Rounded as News} from '#/components/icons/News2'
-import {Check_Stroke2_Corner0_Rounded as Check} from '#/components/icons/Check'
import {StreamingLive_Stroke2_Corner0_Rounded as StreamingLive} from '#/components/icons/StreamingLive'
import {Text} from '#/components/Typography'
import {useOnboardingDispatch} from '#/state/shell'
@@ -19,9 +18,8 @@ import {
Description,
OnboardingControls,
} from '#/screens/Onboarding/Layout'
-import {IconCircle} from '#/screens/Onboarding/IconCircle'
import {ChevronRight_Stroke2_Corner0_Rounded as ChevronRight} from '#/components/icons/Chevron'
-import {StreamingLive_Stroke2_Corner0_Rounded} from '#/components/icons/StreamingLive'
+import {IconCircle} from '#/components/IconCircle'
export function StepProfile() {
const {_} = useLingui()
@@ -44,10 +42,10 @@ export function StepProfile() {