Add consumable icon

This commit is contained in:
Oliver Walters 2026-07-03 10:39:46 +00:00
parent 86d42c5d30
commit a3e1a6d18d
1 changed files with 2 additions and 0 deletions

View File

@ -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,