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,