From d717a360b75da44668dfc650bdda71308f0da384 Mon Sep 17 00:00:00 2001 From: MinhNN Date: Thu, 30 Oct 2025 16:37:34 +0700 Subject: [PATCH] update icon --- app/(tabs)/_layout.tsx | 2 +- components/ui/icon-symbol.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx index 58a78dc..75a4610 100644 --- a/app/(tabs)/_layout.tsx +++ b/app/(tabs)/_layout.tsx @@ -47,7 +47,7 @@ export default function TabLayout() { ( ), diff --git a/components/ui/icon-symbol.tsx b/components/ui/icon-symbol.tsx index 3e87ae4..cd0a4cd 100644 --- a/components/ui/icon-symbol.tsx +++ b/components/ui/icon-symbol.tsx @@ -17,7 +17,7 @@ type IconSymbolName = keyof typeof MAPPING; * - see SF Symbols in the [SF Symbols](https://developer.apple.com/sf-symbols/) app. */ const MAPPING = { - "house.fill": "home", + gear: "settings", "paperplane.fill": "send", "chevron.left.forwardslash.chevron.right": "code", "chevron.right": "chevron-right",