Add consumable icon
This commit is contained in:
parent
86d42c5d30
commit
a3e1a6d18d
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue