import Svg, { G, Path, Rect } from 'react-native-svg'; export const BookingIconSvg = () => ( ); export const ArrowRightSvg = () => ( ); export const QrCodeIconSvg = () => ( ); export const VipCodeIconSvg = () => ( ); export const VipCodeIcoonSvg = ({ isDark }: { isDark: boolean }) => ( ); export const MyVehicleIconSvg = () => ( ); export const MyBookingIconSvg = () => ( ); export const MyWalletSvg = () => ( ); export const HomeIconSvg = () => ( ); export const WarningTriangleLogoSvg = () => ( ); export const BatteryLogoSvg = () => ( ); export const DownArrowSvg = () => ( ); export const UpArrowSvg = () => ( ); export const TimeClockLogoSvg = () => ( ); export const BatteryIconSvg = () => ( ); export const LightingLogoSvg = () => ( ); export const TemperatureIconSvg = () => ( ); export const TabHomeIcon = ({ color }: { color: string }) => ( ); export const QuestionSvg = () => ( ); export const TabChargingIcon = ({ color }: { color: string }) => ( ); export const TabAccountIcon = ({ color }: { color: string }) => ( ); export const BellIconSvg = () => ( ); export const CheckMarkLogoSvg = () => ( ); export const CrossLogoSvg = () => ( ); export const CrossLogoWhiteSvg = () => ( ); export const ArrowIconSvg = () => ( ); export const GrayRightArrowIconSvg = () => ( ); export const RightArrowIconSvg = () => ( ); export const DirectionLogoSvg = () => ( ); export const PreviousPageSvg = () => ( ); export const PreviousPageBlackSvg = () => ( ); export const StarSvg = () => ( ); export const TickLogoSvg = () => ( ); export const GreenStarSvg = () => ( ); export const WalletSvg = ({ isDark }: { isDark: boolean }) => ( ); export const WhatsAppSvg = () => ( ); export const MyCarSvg = () => ( ); export const ActivitySvg = ({ isDark }: { isDark: boolean }) => ( ); export const DarkModeSvg = ({ isDark }: { isDark: boolean }) => ( ); export const SettingIconSvg = ({ isDark }: { isDark: boolean }) => ( ); export const QuestionMarkIconSvg = ({ isDark }: { isDark: boolean }) => ( ); export const AccountSettingIconSvg = ({ isDark }: { isDark: boolean }) => ( ); export const NotificationSvg = ({ isDark }: { isDark: boolean }) => ( ); export const UserTermsSvg = () => ( )