diff --git a/src/lib/icons.tsx b/src/lib/icons.tsx index 4cb491e467..c5000eaf08 100644 --- a/src/lib/icons.tsx +++ b/src/lib/icons.tsx @@ -828,3 +828,29 @@ export function InfoCircleIcon({ ) } + +export function HandIcon({ + style, + size, + strokeWidth = 1.5, +}: { + style?: StyleProp + size?: string | number + strokeWidth?: number +}) { + return ( + + + + + + ) +} diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx index 663a1bcf29..34a0852d63 100644 --- a/src/view/shell/Drawer.tsx +++ b/src/view/shell/Drawer.tsx @@ -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(() => { /> } label="Moderation" diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 37e79d3474..8901fd8136 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -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() { } iconFilled={