+ {!appState.viewModeEnabled && (
+
+ )}
- {!appState.viewModeEnabled && (
-
- )}
+
onHandToolToggle()}
+ title={t("toolBar.hand")}
+ isMobile
+ />
diff --git a/src/components/ToolButton.tsx b/src/components/ToolButton.tsx
index 7077898f..446d154d 100644
--- a/src/components/ToolButton.tsx
+++ b/src/components/ToolButton.tsx
@@ -19,7 +19,7 @@ type ToolButtonBaseProps = {
name?: string;
id?: string;
size?: ToolButtonSize;
- keyBindingLabel?: string;
+ keyBindingLabel?: string | null;
showAriaLabel?: boolean;
hidden?: boolean;
visible?: boolean;
diff --git a/src/components/icons.tsx b/src/components/icons.tsx
index cc43aaa4..046ee490 100644
--- a/src/components/icons.tsx
+++ b/src/components/icons.tsx
@@ -1532,3 +1532,14 @@ export const publishIcon = createIcon(
export const eraser = createIcon(