Skip to content

Commit

Permalink
Add suitcase icon to Expensicons
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Mar 5, 2024
1 parent 011d227 commit 0bf7916
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions assets/images/suitcase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/Icon/Expensicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ import Podcast from '@assets/images/social-podcast.svg';
import Twitter from '@assets/images/social-twitter.svg';
import Youtube from '@assets/images/social-youtube.svg';
import Stopwatch from '@assets/images/stopwatch.svg';
import Suitcase from '@assets/images/suitcase.svg';
import Sync from '@assets/images/sync.svg';
import Task from '@assets/images/task.svg';
import ThreeDots from '@assets/images/three-dots.svg';
Expand Down Expand Up @@ -280,6 +281,7 @@ export {
Send,
Shield,
Stopwatch,
Suitcase,
Sync,
Task,
ThumbsUp,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function BottomTabBar({isLoadingApp = false}: PurposeForUsingExpensifyModalProps
>
<View>
<Icon
src={Expensicons.Luggage}
src={Expensicons.Suitcase}
fill={currentTabName === SCREENS.TRAVEL.HOME ? theme.iconMenu : theme.icon}
width={variables.iconBottomBar}
height={variables.iconBottomBar}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Travel/TravelMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function TravelMenu({route}: TravelMenuProps) {
const baseMenuItems = [
{
translationKey: 'travel.myTrips',
icon: Expensicons.Luggage,
icon: Expensicons.Suitcase,
action: () => {
waitForNavigate(() => {
Navigation.navigate(ROUTES.TRAVEL_MY_TRIPS);
Expand Down

0 comments on commit 0bf7916

Please sign in to comment.