From cfaa373510b4c45bd2e676120be46f01aa34f643 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 13 Jul 2025 21:04:30 +0200 Subject: [PATCH] update: replace custom made icons with lucide's --- webapp/IronCalc/src/components/Toolbar/Toolbar.tsx | 12 +++++------- webapp/IronCalc/src/icons/decrease-decimal.svg | 6 ------ webapp/IronCalc/src/icons/increase-decimal.svg | 7 ------- 3 files changed, 5 insertions(+), 20 deletions(-) delete mode 100644 webapp/IronCalc/src/icons/decrease-decimal.svg delete mode 100644 webapp/IronCalc/src/icons/increase-decimal.svg 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 @@ - - - - - - -