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;
/**