2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +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

View File

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