From 93848c546c92e7eed9abed378d8b95b04dc1af61 Mon Sep 17 00:00:00 2001 From: desperado1802 Date: Mon, 23 Oct 2023 19:02:07 +0300 Subject: [PATCH] sorted svg icons for better navigation --- apps/mobile/app/components/svgs/icons.tsx | 102 ++++++++++++---------- 1 file changed, 57 insertions(+), 45 deletions(-) diff --git a/apps/mobile/app/components/svgs/icons.tsx b/apps/mobile/app/components/svgs/icons.tsx index c08493ed8..688c2d471 100644 --- a/apps/mobile/app/components/svgs/icons.tsx +++ b/apps/mobile/app/components/svgs/icons.tsx @@ -1,3 +1,5 @@ +// Theme Switcher Icons + export const sunDarkLarge = ` @@ -27,6 +29,8 @@ export const moonDarkMedium = ` ` +// Ever Teams Logo + export const everTeamsLogoLightTheme = ` ` -export const peopleIconGrey = ` - - - - - - -` - -export const peopleIconActive = ` - - - - - - -` - -export const peopleIconActiveDark = ` - - - - - - -` - -export const userGrey = ` - - -` - -export const userActive = ` - - -` - -export const userActiveDark = ` - - -` +// Timer Icons export const timerLargeStopIcon = ` ` +// Footer Navigation and Hamburger/Drawer Menu icons + +export const peopleIconGrey = ` + + + + + + +` + +export const peopleIconActive = ` + + + + + + +` + +export const peopleIconActiveDark = ` + + + + + + +` + +export const userGrey = ` + + +` + +export const userActive = ` + + +` + +export const userActiveDark = ` + + +` + export const peopleNotFocusedDark = ` @@ -410,7 +418,10 @@ export const settingsIconDark = ` ` -export const suspendedStatusIcon = ` ` -export const idleStatusIcon = ` ` -export const onlineAndTrackingTimeStatusIcon = ` ` -export const pauseStatusIcon = `