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