diff --git a/builder/bxbuild/constants.py b/builder/bxbuild/constants.py
index a402071..ed55d82 100644
--- a/builder/bxbuild/constants.py
+++ b/builder/bxbuild/constants.py
@@ -19,8 +19,9 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
# Static #
##########
"all-scroll.png": {"xhot": 100, "yhot": 100},
- "bottom_left_corner.png": {"xhot": 100, "yhot": 100},
- "bottom_right_corner.png": {"xhot": 100, "yhot": 100},
+ "bottom_left_corner.png": {"xhot": 98, "yhot": 96},
+ "bottom_right_corner.png": {"xhot": 99, "yhot": 96},
+ #
"bottom_tee.png": {"xhot": 100, "yhot": 100},
"context-menu.png": {"xhot": 100, "yhot": 100},
"copy.png": {"xhot": 100, "yhot": 100},
diff --git a/svg/static/bd_double_arrow.svg b/svg/static/bd_double_arrow.svg
new file mode 100644
index 0000000..2fb2153
--- /dev/null
+++ b/svg/static/bd_double_arrow.svg
@@ -0,0 +1,37 @@
+
+
diff --git a/svg/static/bottom_left_corner.svg b/svg/static/bottom_left_corner.svg
index 76e58fc..260b94f 100644
--- a/svg/static/bottom_left_corner.svg
+++ b/svg/static/bottom_left_corner.svg
@@ -1,18 +1,14 @@
diff --git a/svg/static/bottom_right_corner.svg b/svg/static/bottom_right_corner.svg
index 2fb2153..63621c9 100644
--- a/svg/static/bottom_right_corner.svg
+++ b/svg/static/bottom_right_corner.svg
@@ -1,18 +1,14 @@
diff --git a/svg/static/bottom_tee.svg b/svg/static/bottom_side.svg
similarity index 100%
rename from svg/static/bottom_tee.svg
rename to svg/static/bottom_side.svg
diff --git a/svg/static/context-menu.svg b/svg/static/context-menu.svg
index 15a1ae1..091f60b 100644
--- a/svg/static/context-menu.svg
+++ b/svg/static/context-menu.svg
@@ -1,15 +1,15 @@