diff --git a/src/view/components/clue/__snapshots__/Clue.spec.tsx.snap b/src/view/components/clue/__snapshots__/Clue.spec.tsx.snap
index 812c851c8..40de21d57 100644
--- a/src/view/components/clue/__snapshots__/Clue.spec.tsx.snap
+++ b/src/view/components/clue/__snapshots__/Clue.spec.tsx.snap
@@ -1680,7 +1680,7 @@ Array [
@@ -1802,7 +1770,7 @@ Array [
@@ -1882,36 +1851,33 @@ Array [
fill-rule="evenodd"
id="gesture"
>
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/view/components/microbit/Microbit.tsx b/src/view/components/microbit/Microbit.tsx
index c1380ec99..b85565e67 100644
--- a/src/view/components/microbit/Microbit.tsx
+++ b/src/view/components/microbit/Microbit.tsx
@@ -116,7 +116,7 @@ const MICROBIT_TOOLBAR_BUTTONS: Array<{ label: string; image: JSX.Element }> = [
label: MICROBIT_TOOLBAR_ICON_ID.GPIO,
},
{
- image: TOOLBAR_SVG.GYROSCOPE_SVG,
+ image: TOOLBAR_SVG.COMPASS_SVG,
label: MICROBIT_TOOLBAR_ICON_ID.COMPASS,
},
{
diff --git a/src/view/components/microbit/__snapshots__/Microbit.spec.tsx.snap b/src/view/components/microbit/__snapshots__/Microbit.spec.tsx.snap
index 7a5bf878a..8dc222774 100644
--- a/src/view/components/microbit/__snapshots__/Microbit.spec.tsx.snap
+++ b/src/view/components/microbit/__snapshots__/Microbit.spec.tsx.snap
@@ -3005,36 +3005,33 @@ Array [
fill-rule="evenodd"
id="gesture"
>
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3129,64 +3126,10 @@ Array [
-
-
-
-
-
-
-
-
diff --git a/src/view/container/device/__snapshots__/Device.spec.tsx.snap b/src/view/container/device/__snapshots__/Device.spec.tsx.snap
index 2e9d20d09..bce966d43 100644
--- a/src/view/container/device/__snapshots__/Device.spec.tsx.snap
+++ b/src/view/container/device/__snapshots__/Device.spec.tsx.snap
@@ -3007,36 +3007,33 @@ exports[`Device component should render correctly 1`] = `
fill-rule="evenodd"
id="gesture"
>
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3131,64 +3128,10 @@ exports[`Device component should render correctly 1`] = `
-
-
-
-
-
-
-
-
diff --git a/src/view/svgs/toolbar_svg.tsx b/src/view/svgs/toolbar_svg.tsx
index 568f13a17..22c4ee285 100644
--- a/src/view/svgs/toolbar_svg.tsx
+++ b/src/view/svgs/toolbar_svg.tsx
@@ -516,36 +516,20 @@ export const GESTURE_SVG = (
viewBox="25 35 165 165"
>
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
@@ -608,83 +592,31 @@ export const PRESSURE_SVG = (
y="0px"
width="16px"
height="16px"
- viewBox="0 35 181 181"
+ viewBox="35 35 160 181"
>
-
+
-
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
);
@@ -697,7 +629,7 @@ export const PROXIMITY_SVG = (
y="0px"
width="16px"
height="16px"
- viewBox="0 35 200 181"
+ viewBox="0 45 200 170"
>
-
+
-
+
+
+
+
+
+
+
+
+
+
+
-
-
);
@@ -810,3 +736,19 @@ export const GYROSCOPE_SVG = (
);
+export const COMPASS_SVG = (
+
+);