diff --git a/webapp/IronCalc/src/components/Toolbar/Toolbar.tsx b/webapp/IronCalc/src/components/Toolbar/Toolbar.tsx
index d5ece4a..ea5ae4c 100644
--- a/webapp/IronCalc/src/components/Toolbar/Toolbar.tsx
+++ b/webapp/IronCalc/src/components/Toolbar/Toolbar.tsx
@@ -14,6 +14,8 @@ import {
ArrowUpToLine,
Bold,
ChevronDown,
+ DecimalsArrowLeft,
+ DecimalsArrowRight,
Euro,
Grid2X2,
Grid2x2Check,
@@ -36,11 +38,7 @@ import {
} from "lucide-react";
import { useRef, useState } from "react";
import { useTranslation } from "react-i18next";
-import {
- ArrowMiddleFromLine,
- DecimalPlacesDecreaseIcon,
- DecimalPlacesIncreaseIcon,
-} from "../../icons";
+import { ArrowMiddleFromLine } from "../../icons";
import { theme } from "../../theme";
import BorderPicker from "../BorderPicker/BorderPicker";
import ColorPicker from "../ColorPicker/ColorPicker";
@@ -168,7 +166,7 @@ function Toolbar(properties: ToolbarProperties) {
disabled={!canEdit}
title={t("toolbar.decimal_places_decrease")}
>
-
+
-
+
-
-
-
-
-
diff --git a/webapp/IronCalc/src/icons/increase-decimal.svg b/webapp/IronCalc/src/icons/increase-decimal.svg
deleted file mode 100644
index c8ffa01..0000000
--- a/webapp/IronCalc/src/icons/increase-decimal.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-