Replace the moderation hand icon with a better icon

This commit is contained in:
Paul Frazee 2023-05-12 10:10:29 -05:00
parent 60cfdb197c
commit 0a7bb43644
3 changed files with 34 additions and 6 deletions

View file

@ -28,6 +28,7 @@ import {
MagnifyingGlassIcon2Solid,
MoonIcon,
UserIconSolid,
HandIcon,
} from 'lib/icons'
import {UserAvatar} from 'view/com/util/UserAvatar'
import {Text} from 'view/com/util/text/Text'
@ -228,10 +229,10 @@ export const DrawerContent = observer(() => {
/>
<MenuItem
icon={
<FontAwesomeIcon
icon={['far', 'hand']}
<HandIcon
strokeWidth={5}
style={pal.text as FontAwesomeIconStyle}
size={20}
size={24}
/>
}
label="Moderation"

View file

@ -29,6 +29,7 @@ import {
CogIcon,
CogIconSolid,
ComposeIcon2,
HandIcon,
} from 'lib/icons'
import {getCurrentRoute, isTab, isStateAtTabRoot} from 'lib/routes/helpers'
import {NavigationProp} from 'lib/routes/types'
@ -206,10 +207,10 @@ export const DesktopLeftNav = observer(function DesktopLeftNav() {
<NavItem
href="/moderation"
icon={
<FontAwesomeIcon
icon={['far', 'hand']}
<HandIcon
strokeWidth={5.5}
style={pal.text as FontAwesomeIconStyle}
size={20}
size={24}
/>
}
iconFilled={