···11import {View} from 'react-native'
22import {msg, Trans} from '@lingui/macro'
33import {useLingui} from '@lingui/react'
44-import {NativeStackScreenProps} from '@react-navigation/native-stack'
44+import {type NativeStackScreenProps} from '@react-navigation/native-stack'
5566-import {CommonNavigatorParams} from '#/lib/routes/types'
66+import {type CommonNavigatorParams} from '#/lib/routes/types'
77import {useAppPasswordsQuery} from '#/state/queries/app-passwords'
88import {useSession} from '#/state/session'
99import * as SettingsList from '#/screens/Settings/components/SettingsList'
···1111import * as Admonition from '#/components/Admonition'
1212import {EyeSlash_Stroke2_Corner0_Rounded as EyeSlashIcon} from '#/components/icons/EyeSlash'
1313import {Key_Stroke2_Corner2_Rounded as KeyIcon} from '#/components/icons/Key'
1414-import {Verified_Stroke2_Corner2_Rounded as VerifiedIcon} from '#/components/icons/Verified'
1414+import {ShieldCheck_Stroke2_Corner0_Rounded as ShieldIcon} from '#/components/icons/Shield'
1515import * as Layout from '#/components/Layout'
1616import {InlineLinkText} from '#/components/Link'
1717import {Email2FAToggle} from './components/Email2FAToggle'
···4242 <SettingsList.Container>
4343 <SettingsList.Item>
4444 <SettingsList.ItemIcon
4545- icon={VerifiedIcon}
4545+ icon={ShieldIcon}
4646 color={
4747 currentAccount?.emailAuthFactor
4848 ? t.palette.primary_500
+2-2
src/view/screens/Storybook/Settings.tsx
···1414import {Person_Stroke2_Corner2_Rounded as PersonIcon} from '#/components/icons/Person'
1515import {Pizza_Stroke2_Corner0_Rounded as PizzaIcon} from '#/components/icons/Pizza'
1616import {RaisingHand4Finger_Stroke2_Corner2_Rounded as HandIcon} from '#/components/icons/RaisingHand'
1717-import {Verified_Stroke2_Corner2_Rounded as VerifiedIcon} from '#/components/icons/Verified'
1717+import {ShieldCheck_Stroke2_Corner0_Rounded as ShieldIcon} from '#/components/icons/Shield'
1818import {Window_Stroke2_Corner2_Rounded as WindowIcon} from '#/components/icons/Window'
1919import {Text} from '#/components/Typography'
2020···102102 hoverStyle={[{backgroundColor: t.palette.primary_100}]}
103103 contentContainerStyle={[a.rounded_md, a.px_lg]}>
104104 <SettingsList.ItemIcon
105105- icon={VerifiedIcon}
105105+ icon={ShieldIcon}
106106 color={t.palette.primary_500}
107107 />
108108 <SettingsList.ItemText