From 77a784df86b9e0cbb3d660686f121f766ad996b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Thu, 17 Jul 2025 07:29:38 +0200 Subject: [PATCH] FIX: Removes old icon references --- webapp/IronCalc/src/icons/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webapp/IronCalc/src/icons/index.ts b/webapp/IronCalc/src/icons/index.ts index 10773a3..5cab3fd 100644 --- a/webapp/IronCalc/src/icons/index.ts +++ b/webapp/IronCalc/src/icons/index.ts @@ -1,6 +1,3 @@ -import DecimalPlacesDecreaseIcon from "./decrease-decimal.svg?react"; -import DecimalPlacesIncreaseIcon from "./increase-decimal.svg?react"; - import BorderBottomIcon from "./border-bottom.svg?react"; import BorderCenterHIcon from "./border-center-h.svg?react"; import BorderCenterVIcon from "./border-center-v.svg?react"; @@ -27,8 +24,6 @@ import Fx from "./fx.svg?react"; export { ArrowMiddleFromLine, - DecimalPlacesDecreaseIcon, - DecimalPlacesIncreaseIcon, BorderBottomIcon, BorderCenterHIcon, BorderCenterVIcon,