From a9442041e5f9f005631c449c63539f4c80610dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ama=C3=ABl=20Kesteman?= Date: Tue, 9 Dec 2025 16:24:05 +0100 Subject: [PATCH] Feat: ajout d'icone pour la gestion de ressources --- app/(tabs)/_layout.tsx | 2 +- components/ui/icon-symbol.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx index ea5d7c7..9ffb2a0 100644 --- a/app/(tabs)/_layout.tsx +++ b/app/(tabs)/_layout.tsx @@ -41,7 +41,7 @@ export default function TabLayout() { options={{ title: 'Ressources', tabBarIcon: ({ color }) => ( - + ), }} /> diff --git a/components/ui/icon-symbol.tsx b/components/ui/icon-symbol.tsx index b7ece6b..dbb65ca 100644 --- a/components/ui/icon-symbol.tsx +++ b/components/ui/icon-symbol.tsx @@ -18,6 +18,7 @@ const MAPPING = { 'paperplane.fill': 'send', 'chevron.left.forwardslash.chevron.right': 'code', 'chevron.right': 'chevron-right', + 'backpack.fill': 'backpack', } as IconMapping; /**