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,