mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
[PUI] Add "name" icon (#7152)
This commit is contained in:
parent
70b88dbb1c
commit
acfd50372d
@ -49,6 +49,7 @@ import {
|
||||
IconPaperclip,
|
||||
IconPhone,
|
||||
IconPhoto,
|
||||
IconPoint,
|
||||
IconPrinter,
|
||||
IconProgressCheck,
|
||||
IconProps,
|
||||
@ -84,6 +85,7 @@ import {
|
||||
import React from 'react';
|
||||
|
||||
const icons = {
|
||||
name: IconPoint,
|
||||
description: IconInfoCircle,
|
||||
variant_of: IconStatusChange,
|
||||
unallocated_stock: IconPackage,
|
||||
|
Loading…
Reference in New Issue
Block a user