From a3e1a6d18d082ff00054d89f6224eda044a2bd57 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 3 Jul 2026 10:39:46 +0000 Subject: [PATCH] Add consumable icon --- src/frontend/src/functions/icons.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/src/functions/icons.tsx b/src/frontend/src/functions/icons.tsx index bdc1826e89..13e9f9ed79 100644 --- a/src/frontend/src/functions/icons.tsx +++ b/src/frontend/src/functions/icons.tsx @@ -83,6 +83,7 @@ import { type IconProps, IconQrcode, IconQuestionMark, + IconRecycle, IconRefresh, IconRulerMeasure, IconSearch, @@ -207,6 +208,7 @@ const icons: InvenTreeIconType = { purchaseable: IconShoppingCart, saleable: IconCurrencyDollar, virtual: IconWorldCode, + consumable: IconRecycle, inactive: IconX, part: IconBox, supplier_part: IconPackageImport,