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,