2
0
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:
Oliver 2024-05-03 17:09:54 +10:00 committed by GitHub
parent 70b88dbb1c
commit acfd50372d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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