From 193ca5973272c7be8ddeef0a3520129e55e684c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=CC=81ctor=20Falco=CC=81n?= Date: Fri, 14 Nov 2025 10:13:07 +0100 Subject: [PATCH] add icons --- resources/js/types/category.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/js/types/category.ts b/resources/js/types/category.ts index 8709d138..d9adfda4 100644 --- a/resources/js/types/category.ts +++ b/resources/js/types/category.ts @@ -33,6 +33,8 @@ export const CATEGORY_ICONS = [ 'Shield', 'ShieldCheck', 'ShoppingBag', + 'ShoppingBasket', + 'Globe', 'TrendingUp', 'Undo2', 'Users',