From acfd50372dd335496b52ab9e89d635bebd02bb59 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 3 May 2024 17:09:54 +1000 Subject: [PATCH] [PUI] Add "name" icon (#7152) --- src/frontend/src/functions/icons.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontend/src/functions/icons.tsx b/src/frontend/src/functions/icons.tsx index 74f18dc7b3..a5812223fb 100644 --- a/src/frontend/src/functions/icons.tsx +++ b/src/frontend/src/functions/icons.tsx @@ -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,